(sh-mode): Don't set mode-class property.
[emacs.git] / lisp / ChangeLog
blob78643a290b28c9c2f42544e42a19b588aa928502
1 2003-08-02  Andreas Schwab  <schwab@suse.de>
3         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
5 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7         * lpr.el (printify-region): It was ending conversion before the
8         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
10 2003-07-31  John Paul Wallington  <jpw@gnu.org>
12         * net/browse-url.el (browse-url-epiphany): Doc fix.
14 2003-07-30  Kenichi Handa  <handa@m17n.org>
16         * international/fontset.el (setup-default-fontset): Change
17         registry names of Akurti fonts.
19 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21         * comint.el (comint-read-noecho): Use `clear-string' instead of
22         `fillarray'.
24 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
26         * outline.el (outline-mode-hook): Add defvar.
28 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
30         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows): Restore
31         assembler in source window if that is what has been selected.
32         (menu): Add gdb-restore-windows to menu.  Make gdba
33         specific menus only visible from gdba.
35 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
37         * progmodes/compile.el (compilation-environment): New user variable.
38         (compile-internal): Respect it.
40 2003-07-23  Masatake YAMATO  <jet@gyve.org>
42         * progmodes/gud.el (gdb-script-font-lock-keywords):
43         Put `font-lock-function-name-face' on a symbol which includes
44         `-' like `hook-run'.  Put font-lock-variable-name-face
45         on a symbol starting with $.
47 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
49         * files.el (set-visited-file-name): Use truename for buffer-file-name.
51 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
53         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
55 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
57         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
58         Use with-no-warnings.
59         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
60         rather than to find-file-not-found-hook, which doesn't exist.
62 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
64         * international/quail.el (quail-translate-key): Fix previous
65         change.
67 2003-07-25  John Paul Wallington  <jpw@gnu.org>
69         * server.el (server-start): Check `server-process' is non-nil
70         before killing it to avoid killing current buffer's process.
72         * simple.el (choose-completion-string): Use `minibufferp';
73         test `completion-reference-buffer' if `buffer' arg is nil.
74         (push-mark): Use `when' and `unless'.
75         (pop-mark): Use `when'.
77         * mouse-sel.el (mouse-sel-get-selection-function):
78         Check `x-last-selected-text-primary'.  Don't barf if it or
79         `x-last-selected-text' aren't bound.
81 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
83         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
85 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
87         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
89 2003-07-23  John Paul Wallington  <jpw@gnu.org>
91         * tooltip.el (defface tooltip): Inherit from variable-pitch.
93 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
95         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
96         string.  Defvar the derived hook.
98         * macros.el (insert-kbd-macro): Escape double quote character.
99         From Thomas W Murphy <twm@andrew.cmu.edu>.
101 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
103         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
104         to match the specific mark rather than reusing comment-start-skip.
106 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
108         * progmodes/hideshow.el (hs-special-modes-alist):
109         Clarify MDATA-SELECTOR doc; nfc.
111 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
113         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
114         value using ?\s.
116 2003-07-21  John Paul Wallington  <jpw@gnu.org>
118         * subr.el (with-selected-window): Add closing paren.
120 2003-07-21  Richard M. Stallman  <rms@gnu.org>
122         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
123         (lisp-mode): Likewise.
125         * subr.el (with-selected-window): Copy code form save-selected-window
126         so as to call select-window with norecord arg.
127         (dynamic-completion-table): Doc fix.
128         (lazy-completion-table): Doc fix.
130         * international/mule-cmds.el (set-locale-environment):
131         langinfo renamed to locale-info.
133         * international/mule.el (auto-coding-functions): Doc fix.
135 2003-07-21  Kenichi Handa  <handa@m17n.org>
137         * international/quail.el (quail-translate-key):
138         Update quail-current-str correctly.
140 2003-07-21  Andreas Schwab  <schwab@suse.de>
142         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
143         ?, to "_".
145 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
146         Version 2.0.36 of Tramp released.
148         * net/tramp.el (tramp-default-password-end-of-line): Rename from
149         tramp-password-end-of-line.
150         (tramp-password-end-of-line): New method parameter.
151         (tramp-get-password-end-of-line): Function to access method
152         parameter `tramp-password-end-of-line', or variable
153         `tramp-default-password-end-of-line' (default value).
154         (tramp-methods): Add entries for new parameter
155         tramp-password-end-of-line.
156         (tramp-enter-password): Use new function
157         `tramp-get-password-end-of-line'.
158         (tramp-handle-insert-file-contents): Do not
159         unconditionally inhibit the file operation file-local-copy, only
160         do that when the inhibit-file-name-operation is currently
161         insert-file-contents.  This fixes finding remote CVS-controlled
162         files.  (It would barf on inserting the CVS/Entries file
163         literally, because the file-local-copy handler wasn't called.)
164         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
165         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
166         (tramp-initial-commands): New variable.
167         (tramp-process-initial-commands): New function, using the variable.
168         (tramp-open-connection-setup-interactive-shell): Call the new function.
169         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
170         method into the buffer name, never use nil.  Reported by Hanak
171         David <dhanak@inf.bme.hu>.
172         (tramp-open-connection-setup-interactive-shell): Erase buffer
173         before sending "stty -onlcr".
175         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
177 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
179         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
181 2003-07-19  John Paul Wallington  <jpw@gnu.org>
183         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
184         (artist-draw-rect, artist-draw-square): Doc fixes.
186         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
188         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
190 2003-07-19  Kenichi Handa  <handa@m17n.org>
192         * international/kkc.el (kkc-show-conversion-list-update):
193         Highlight the correct candidate in the message.
195 2003-07-18  John Paul Wallington  <jpw@gnu.org>
197         * simple.el (current-word): Don't include punctuation char when
198         `really-word' arg is non-nil.
200 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
202         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
203         moved to the directory obsolete.
205 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
207         * info.el (Info-menu-entry-name-re): Allow newlines in
208         menu entry names.
210         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
211         syntax-ppss-after-change-function.
212         (syntax-ppss-after-change-function): New alias.  Update uses.
213         (syntax-ppss): Catch the case where the buffer is narrowed.
215 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
217         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
218         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
220 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
222         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
223         since it might be modified.
225         * progmodes/cc-langs.el (c++-make-template-syntax-table)
226         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
227         names to these language constants.
229 2003-07-15  Kim F. Storm  <storm@cua.dk>
231         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
232         All uses changed.
234 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
236         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
237         Namespace support.
239 2003-07-13  Juanma Barranquero  <lektu@terra.es>
241         * frame.el (modify-all-frames-parameters): Reinstall (copyright
242         papers received).
244 2003-07-13  Karl Eichwalder  <ke@suse.de>
246         * textmodes/po.el (po-find-charset): White space at the start of the
247         Content-Type field body is non-mandatory.
249 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
251         * textmodes/texinfo.el (texinfo-section-list):
252         Append appendixsection; a synonym for appendixsec.
254 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
256         * man.el (Man-translate-cleanup): New.
257         (Man-translate-references): Call `Man-translate-cleanup' to clean
258         leading, trailing and middle spaces.
260 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
262         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
263         Handle `dired-directory' being a list.
265 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
267         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
268         it doesn't exist.
270 2003-07-12  Richard M. Stallman  <rms@gnu.org>
272         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
274         * progmodes/cc-defs.el (c-make-keywords-re):
275         Don't use delete-duplicates.
276         (c-lang-const): Don't use mapcan.
278         * apropos.el (apropos-show-scores): Make it customizable.
279         Document new meaning.
280         (apropos): Compute scores from symbols.
281         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
283 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
285         * ps-bdf.el: Fix copyright line.
286         (bdf-directory-list): Fix initialization code.
288 2003-07-11  John Paul Wallington  <jpw@gnu.org>
290         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
291         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
292         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
294 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
296         * emacs-lisp/ring.el (ring-elements): Doc fix.
298 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
300         * calendar/timeclock.el (timeclock-relative)
301         (timeclock-ask-before-exiting, timeclock-use-display-time):
302         Doc changes.
303         (timeclock-modeline-display): Give a message if
304         `timeclock-use-display-time' is non-nil but `display-time-mode'
305         is not active.
307 2003-07-11  Kenichi Handa  <handa@m17n.org>
309         * international/mule-cmds.el (set-language-environment):
310         Set current-language-environment to the correct string.
312 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
314         * ps-print.el: Print line number correctly in a region.  Reported by
315         Tim Allen <timallen@ls83.fsnet.co.uk>
316         (ps-print-version): New version number (6.6.2).
317         (ps-printing-region): Code fix.
319 2003-07-10  John Paul Wallington  <jpw@gnu.org>
321         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
322         this function can be called from `add-completions-from-tags-table'.
324 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
326         * calendar/timeclock.el (timeclock-use-display-time)
327         (timeclock-day-over-hook, timeclock-workday-remaining)
328         (timeclock-status-string, timeclock-when-to-leave)
329         (timeclock-when-to-leave-string, timeclock-log-data)
330         (timeclock-find-discrep, timeclock-day-base)
331         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
332         (timeclock-modeline-display): Set the variable
333         `timeclock-modeline-display'.
334         (timeclock-update-modeline): Doc fix.  Respect value of
335         `timeclock-relative'.
337 2003-07-09  Richard M. Stallman  <rms@gnu.org>
339         * textmodes/reftex-parse.el (reftex-all-document-files):
340         Add autoload cookie.
342         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
343         (reftex-scanning-info-available-p): Add autoload cookie.
345         * international/mule-cmds.el (set-display-table-and-terminal-coding-system):
346         Delete duplicate aset on standard-display-table.
348         * view.el (view-file): If existing buffer's major mode is special,
349         don't go into view mode.
351         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
353 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
355         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
356         buffer changes; there's third party code that calls this function
357         directly.
359 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
361         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
362         (autodoc-font-lock-keywords): Don't byte compile on font lock
363         initialization when running from byte compiled files.
365 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
367         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
368         statement ends with auto-increment "++".
370 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
372         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
373         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
374         these are changed, so declare them as variables and not constants.
376 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
378         * subr.el (dolist, dotimes):  Doc fix.
380 2003-07-08  Kim F. Storm  <storm@cua.dk>
382         * international/mule-cmds.el (set-display-table-and-terminal-coding-system):
383         Don't break bootstrap if standard-display-table isn't setup yet.
385 2003-07-07  Richard M. Stallman  <rms@gnu.org>
387         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
388         Give it a doc string, and autoload it.
390         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
391         Use with-no-warnings.
393         * info.el (Info-search): If find invisible text, search again.
395         * isearch.el (search-whitespace-regexp): Add a shy group around it.
397         * man.el (Man-name-regexp): Match + as part of name.
399         * simple.el (visible-mode): Rename from vis-mode.
400         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
402         * simple.el (current-word): New arg REALLY-WORD specifies
403         don't include punctuation chars.
405         * emacs-lisp/debug.el (debug, debugger-env-macro):
406         Use with-no-warnings while accessing and binding unread-command-char.
408         * international/mule-cmds.el (set-display-table-and-terminal-coding-system):
409         Use explicit loop instead of calling standard-display-default.
411         * net/ange-ftp.el (ange-ftp-file-symlink-p):
412         Use condition-case to catch error in ange-ftp-get-files.
414         * net/browse-url.el (browse-url-browser-function):
415         Add alternative for Epiphany.
416         (browse-url-epiphany-program, browse-url-epiphany-arguments)
417         (browse-url-epiphany-startup-arguments)
418         (browse-url-epiphany-new-window-is-tab): New variables.
419         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
421         * progmodes/compile.el (compile-auto-highlight): Default now t.
422         (compile): Doc fix.
423         (compilation-next-error): Fix previous change.
425         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
427         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
429 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
431         * gdb-ui.el (gdb-source-info): Display current frame when
432         attaching to an existing process.
433         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
434         while laying out windows when attaching to an existing process.
436 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
438         * info.el (Info-menu): Use Info-menu-entry-name-re.
440 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
442         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
443         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
445         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
446         to match the same text.
448 2003-07-06  John Paul Wallington  <jpw@gnu.org>
450         * vc.el (vc-annotate-offset): Move defvar up.
452 2003-07-06  Kim F. Storm  <storm@cua.dk>
454         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
455         This should fix the infinite loop when extracting menu names.
457 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
459         * files.el (auto-mode-alist, interpreter-mode-alist):
460         Remove entries to CC Mode modes to avoid duplicates; they are now added
461         with autoload directives in cc-mode.el.
463 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
465         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
466         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
467         these are changed, so declare them as variables and not constants.
469         * progmodes/cc-mode.el: Fix some autoload problems: Try to
470         ensure that the entry for ".c" extension comes before the one for
471         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
472         Fix incorrect entries that were added to `interpreter-mode-alist'.
473         Move the autoload directives for AWK to the top level since they
474         aren't recognized anywhere else.  Do not use the new AWK mode doc
475         in the autoload form for the old AWK mode.
477 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
479         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
480         (bibtex-sort-ignore-string-entries): Default value t.
481         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
482         erroneously in previous version.
483         (bibtex-string-files): Docstring reflects new parsing scheme.
484         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
485         docstring, add # as one of the chars to crush
486         (bibtex-autokey-prefix-string, bibtex-autokey-names)
487         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
488         (bibtex-autokey-name-change-strings)
489         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
490         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
491         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
492         (bibtex-autokey-title-terminators)
493         (bibtex-autokey-titlewords-stretch)
494         (bibtex-autokey-titleword-ignore)
495         (bibtex-autokey-titleword-case-convert)
496         (bibtex-autokey-titleword-abbrevs)
497         (bibtex-autokey-titleword-abbrevs)
498         (bibtex-autokey-titleword-change-strings)
499         (bibtex-autokey-titleword-length)
500         (bibtex-autokey-titleword-separator)
501         (bibtex-autokey-name-year-separator)
502         (bibtex-autokey-year-title-separator)
503         (bibtex-autokey-before-presentation-function)
504         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
505         Fix docstring.
506         (bibtex-strings, bibtex-reference-keys):
507         Use lazy-completion-table and make-variable-buffer-local.
508         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
509         (bibtex-braced-string-syntax-table)
510         (bibtex-quoted-string-syntax-table): New variables.
511         (bibtex-parse-nested-braces): Remove.
512         (bibtex-parse-field-string): Use syntax table and forward-sexp.
513         (bibtex-parse-association): Simplify.
514         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
515         (bibtex-parse-field-text): Simplify.
516         (bibtex-search-forward-field, bibtex-search-backward-field):
517         argument BOUND can take value t.
518         (bibtex-start-of-field, bibtex-start-of-name-in-field)
519         (bibtex-end-of-name-in-field, bibtex-end-of-field)
520         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
521         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
522         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
523         (bibtex-skip-to-valid-entry): Return buffer position of beginning
524         and ending of entry.  Update for changes of bibtex-search-entry.
525         Simplify.
526         (bibtex-map-entries): FUN is called with three arguments.
527         (bibtex-search-entry): Return a cons pair with buffer positions of
528         beginning and end of entry.
529         (bibtex-enclosing-field): Simplify.
530         (bibtex-format-entry): Use booktitle to set a missing title.
531         (bibtex-autokey-get-names): Fiddle with regexps.
532         (bibtex-generate-autokey): Use identity.
533         (bibtex-parse-keys): Use simplified parsing algorithm if
534         bibtex-parse-keys-fast is non-nil. Simplify. Change order of
535         arguments. Return alist of keys.
536         (bibtex-parse-strings): Simplify. Return alist of strings.
537         (bibtex-complete-string-cleanup): Fix docstring.
538         (bibtex-read-key): New function.
539         (bibtex-mode): Fix docstring. Do not parse for keys and
540         strings when the mode is entered. Set fill-paragraph-function to
541         bibtex-fill-field. Setup font-lock-mark-block-function the way
542         font-lock intended.
543         (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
544         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
545         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
546         (bibtex-Preamble): Avoid hard coded constants.
547         (bibtex-make-field): Fix docstring. Simplify.
548         (bibtex-beginning-of-entry): Always return new position of point.
549         (bibtex-end-of-entry): Rearrange cond clauses.
550         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
551         Update for changes of bibtex-map-entries.
552         (bibtex-ispell-abstract): Do not move point.
553         (bibtex-entry-index): Use downcase. Simplify.
554         (bibtex-lessp): Handle catch-all.
555         (bibtex-find-crossref): Turn into a command.
556         (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
557         (bibtex-clean-entry): Use bibtex-read-key. Handle string and
558         preamble entries.
559         (bibtex-fill-field-bounds): New function.
560         (bibtex-fill-field): New command. Bound to fill-paragraph-function.
561         (bibtex-fill-entry): Use bibtex-fill-field-bounds
562         (bibtex-String): Use bibtex-strings.  Always obey
563         bibtex-sort-ignore-string-entries.
565 2003-07-05  John Paul Wallington  <jpw@gnu.org>
567         * cus-theme.el (customize-create-theme):
568         Call `customize-create-theme' in Reset widget's notify function.
570         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
571         (ibuffer-mark-interactive): Use `or' instead of `unless'.
572         (define-ibuffer-column name): Add summarizer.
573         (define-ibuffer-column size): Likewise.
574         (define-ibuffer-column filename): Likewise.
575         (define-ibuffer-column process): Likewise.  Change BODY's output too.
576         (define-ibuffer-column filename-and-process): Likewise, likewise.
577         (ibuffer): Remove local vars `already-in' and `need-update'.
579         * ibuf-ext.el: Don't require `derived' at compile-time.
581 2003-07-05  Kim F. Storm  <storm@cua.dk>
583         * info.el: Disable paragraph refilling.
584         (Info-refill-paragraphs): New defcustom.
585         (Info-fontify-node): Use it.
587 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
589         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
590         thingies from constructors created by defstruct.
592         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
593         the default value of the variable.
594         (byte-code-meter): Move declaration to top level.
596         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
598         * info.el (Info-following-node-name-re): New fun.
599         (Info-following-node-name): Remove.
600         (Info-insert-dir): Use the new fun.
601         (Info-extract-pointer): Don't save restriction; use new fun.
602         (Info-menu-entry-name-re): New const.
603         (Info-menu-entry-name-re): Use it along with new fun.
604         (Info-node-spec-re): Use new fun.
605         (Info-complete-menu-item, Info-fontify-node): Use new const.
606         (Info-goto-node, Info-follow-reference, Info-menu-update):
607         Use match-string.
608         (Info-follow-reference): Use assoc-string.
609         Use a list of strings for the completion table.
610         (Info-fontify-node): Use match-string, line-end-position.
611         Limit the search for `node:' to the first line.
613         * newcomment.el (uncomment-region): Remove padding coming from
614         comment-start rather than just from comment-padding.
616         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
617         (vc-cvs-stay-local-p): Use vc-stay-local-p.
618         (vc-cvs-rename-file): Remove (use the default).
619         (vc-cvs-register): Register parent dir if needed.
620         (vc-cvs-could-register): Return non-nil if parent can be registered.
621         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
622         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
624         * vc-svn.el (vc-svn-use-edit): Make it into a const.
625         (vc-svn-update): Fix the arguments to `svn'.
626         (vc-svn-diff-tree): Just use `vc-svn-diff'.
627         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
628         Simple implementations, assuming `name' is a URL.
630         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
631         set of chars allowed unquoted in a case pattern.
633         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
635         * font-lock.el (font-lock-extra-types-widget)
636         (c-font-lock-extra-types, c++-font-lock-extra-types)
637         (objc-font-lock-extra-types, java-font-lock-extra-types)
638         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
639         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
640         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
641         (font-lock-match-c++-structor-declaration)
642         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
643         (c++-font-lock-keywords-3, c++-font-lock-keywords)
644         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
645         (objc-font-lock-keywords-3, objc-font-lock-keywords)
646         (java-font-lock-keywords-1, java-font-lock-keywords-2)
647         (java-font-lock-keywords-3, java-font-lock-keywords)
648         (java-font-lock-syntactic-face-function): Remove obsolete code
649         and constants.  It's all in cc-fonts.el now.
651 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
653         * mail/sendmail.el (mail-specify-envelope-from)
654         (mail-envelope-from): Doc fix.
656 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
658         * generic-x.el: Do away with the dependency on `c-emacs-features'
659         when populating `rul-generic-mode-syntax-table'; we already know
660         this isn't XEmacs.
662 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
664         * progmodes/cc-menus.el (cc-imenu-init): Do not set
665         `imenu-create-index-function' if the second argument is left
666         out.  This bug broke the imenu support in C, C++ and Java modes.
668 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
670         * progmodes/cc-engine.el, progmodes/cc-align.el
671         (c-add-stmt-syntax, c-lineup-arglist)
672         (c-lineup-arglist-close-under-paren): Fixes to cope with
673         special brace lists in Pike.
675 2003-07-03  Alan Mackenzie  <bug-cc-mode@gnu.org>
677         * progmodes/cc-mode.el: awk-mode: Call c-awk-after-change to
678         ensure syntax-table props at loading.
680         * progmodes/cc-fonts.el: Put (cc-require-when-compile 'cc-awk)
681         to eliminate compile-time errors.
683 2003-07-03  Alan Mackenzie  <bug-cc-mode@gnu.org>
685         * progmodes/cc-awk.el, progmodes/cc-engine.el: Add code to
686         analyze AWK top-level forms properly (c-guess-basic-syntax
687         CASE 5P), c-awk-backward-syntactic-ws.
689 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
691         * progmodes/cc-fix.el: cc-mode-19.el has been renamed to
692         progmodes/cc-fix.el since it now contains compatibility stuff
693         for later versions than (X)Emacs 19.
695 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
697         * progmodes/cc-langs.el (c-paren-nontype-kwds): New language constant.
699         (c-other-decl-kwds, c-postfix-decl-spec-kwds): Add compiler
700         specific declspec keywords: __attribute__ for gcc and
701         __declspec for msvc.
703         * progmodes/cc-fonts.el (c-font-lock-declarations)
704         (c-complex-decl-matchers): Support specifiers in a couple more
705         contexts to cope with msvc '__declspec'.
707         * progmodes/cc-engine.el (c-forward-keyword-clause):
708         Support `c-paren-nontype-kwds'.
710 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
712         * progmodes/cc-langs.el (c-primary-expr-regexp): Don't match a
713         bare period as a float.
715 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
717         * progmodes/cc-bytecomp.el (cc-bytecomp-setup-environment):
718         Do not cover functions that have been bound.
720         (cc-external-require): New macro to use for requiring external
721         packages, to handle the environment correctly.
723         * progmodes/cc-defs.el, progmodes/cc-fix.el,
724         progmodes/cc-fonts.el, progmodes/cc-mode.el: Replaced external
725         require's with `cc-external-require'.
727 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
729         * progmodes/cc-engine.el (c-beginning-of-member-init-list)
730         (c-guess-basic-syntax): Fixes in handling of bitfields.
732 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
734         * progmodes/cc-langs.el (comment-end): Put a space in front of
735         the comment ender in C, as it was before the move from cc-mode.el.
737 2003-07-03  Alan Mackenzie  <bug-cc-mode@gnu.org>
739         * progmodes/cc-fonts.el: Do not load progmodes/cc-awk.elc or
740         awk-font-lock-keywords unless there is an AWK Mode buffer.
742 2003-07-03  Alan Mackenzie  <bug-cc-mode@gnu.org>
744         * progmodes/cc-awk.el: New file that implements AWK support,
745         superseding the old separate derived mode in awk-mode.el.
747         * progmodes/cc-vars.el, cc-mode-19.el, progmodes/cc-langs.el,
748         progmodes/cc-mode.el, progmodes/cc-defs.el,
749         progmodes/cc-engine.el, progmodes/cc-fonts.el: Changes for the
750         new AWK support.
752 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
754         * progmodes/cc-engine.el, progmodes/cc-langs.el
755         (c-decl-block-key, c-search-uplist-for-classkey): Check that
756         the modifier is followed by "{" in Pike before considering it
757         to start a class-like block.
759 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
761         * progmodes/cc-mode.el (c-initialize-cc-mode): Add some
762         compatibility to make this function behave somewhat more as
763         documented for derived modes.  It's still not enough to make
764         the old AWK mode behave reasonably, but it's been like this a
765         long time now so fixing it more might cause trouble
766         elsewhere. :P
768 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
770         * progmodes/cc-fonts.el (c-remove-font-lock-face): New macro
771         to remove a font lock face properly (especially in XEmacs).
773         * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-fun):
774         Add the same kludge as in `cc-bytecomp-obsolete-var' to avoid a
775         confused compiler warning.
777         * progmodes/cc-engine.el (c-forward-type): Fix a bug in the
778         handling of concatenated types when the component types are known.
780         * progmodes/cc-fonts.el (c-constant-face-name): Add face name variable
781         to avoid the use of `font-lock-constant-face' for constants in
782         emacsen that doesn't have it.
784 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
786         * progmodes/cc-styles.el, progmodes/cc-vars.el,
787         progmodes/cc-cmds.el: Fixes for the syntactic symbols for
788         module and composition blocks.
790 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
792         * progmodes/cc-mode.el (c-basic-common-init):
793         Use `open-paren-in-column-0-is-defun-start' if it exists and works.
795         * progmodes/cc-vars.el (c-emacs-features): Add `col-0-paren'
796         to detect when `open-paren-in-column-0-is-defun-start' exists
797         and actually works.
799 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
801         * progmodes/cc-align.el (c-lineup-argcont, c-lineup-gcc-asm-reg):
802         Don't quote nil in docstrings.
804 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
806         * progmodes/cc-vars.el, progmodes/cc-langs.el
807         (c-primitive-type-kwds, c-font-lock-extra-types): "complex"
808         and "imaginary" aren't keywords in C99, only macros that
809         expand to the keywords "_Complex" and "_Imaginary", so make
810         the former a bit less hardcoded by putting it on
811         `c-font-lock-extra-types' instead.  There are also "bool" and
812         "_Bool" that work the same way.
813         (c-constant-kwds): "false" and "true" are standard constant
814         macros in C99.
816 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
818         * progmodes/cc-menus.el, progmodes/cc-langs.el,
819         progmodes/cc-engine.el, progmodes/cc-fonts.el,
820         progmodes/cc-cmds.el: Fixed various regexps to use POSIX char
821         classes when that is supported.
823         * progmodes/cc-defs.el (c-alpha, c-alnum, c-digit, c-upper, c-lower):
824         New constants to make it easier to create regexps
825         that use POSIX char classes in emacsen that support them.
827 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
829         * progmodes/cc-vars.el (c-emacs-features): Detect in the
830         regexp engine understands POSIX char classes.
832 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
834         * progmodes/cc-mode.el (c-after-change): Add kludge for bug
835         where this function sometimes gets positions outside the
836         buffer range.
838 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
840         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
841         Better handling of paretheses in unexpected places.
843         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Fix a
844         regexp match order problem that could cause empty template
845         args on the form "<>" to be missed.
847 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
849         * progmodes/cc-engine.el (c-parse-state): Add kludge to
850         avoid an infinite loop when Emacs' open-paren-in-column-zero
851         rule kicks in and causes the sexp functions to misbehave.
853 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
855         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
856         Fix bug when C++-like code is encountered in non-C++ mode.
858 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
860         * progmodes/cc-defs.el (c-make-keywords-re): Add option to
861         specify the language to look up `c-nonsymbol-key' in.
863 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
865         * progmodes/cc-cmds.el, progmodes/cc-engine.el
866         (c-auto-newline-analysis): New dynamically bound variable to
867         turn off the topmost-intro-cont/statement-cont kludge for
868         brace lists during the analysis for the auto newline feature.
869         This fixes some cases where the setting for `brace-list-open'
870         on `c-hanging-braces-alist' didn't have any effect.
872 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
874         * progmodes/cc-langs.el (c-literal-start-regexp): Yet another
875         language variable.
877         * progmodes/cc-fonts.el (c-font-lock-doc-comments)
878         (c-find-invalid-doc-markup, javadoc-font-lock-keywords):
879         Fix fontification of the markup in Javadoc comments.
881         * progmodes/cc-engine.el: Fixes in face handling to cope with
882         doc comments.
884         (c-find-decl-spots): More failsafe skipping of comments and
885         strings that only have been partially fontified.
887         * progmodes/cc-defs.el (c-got-face-at): New subst to test
888         faces at positions easier.
890         * progmodes/cc-defs.el (c-safe-scan-lists): New wrapper macro
891         to avoid the warnings with too many args to `scan-lists' in Emacs.
893 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
895         * progmodes/cc-engine.el (c-syntactic-skip-backward):
896         New function to make syntactic searches in the backward direction
897         easier.
899         (c-beginning-of-statement-1): Optimize skipping over large paren
900         sexps somewhat.
902         (c-safe-position): Remove the odd macro handling which was
903         centered around the point instead of the passed position.
905 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
907         * progmodes/cc-engine.el (c-in-knr-argdecl): Do not trip up on
908         initialization expressions.
910         * progmodes/cc-align.el (c-lineup-arglist)
911         (c-lineup-close-paren, c-lineup-arglist-close-under-paren):
912         Tune the "macro block" heuristics to work better in nested
913         arglist situations.
915 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
917         * progmodes/cc-styles.el (c-set-offset): Don't find a default
918         syntactic element through syntactic analysis if called outside
919         a CC Mode buffer.
921 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
923         * progmodes/cc-mode.el (c-basic-common-init):
924         Install `c-fill-paragraph' on `fill-paragraph-function'.
925         Although it's not the normal way to call it in a CC Mode buffer it
926         makes a direct call to `fill-paragraph' work better.
928 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
930         * progmodes/cc-vars.el, progmodes/cc-mode.el
931         (c-require-final-newline): Make this variable an alist to
932         specify a value for each language.  The default value causes
933         `require-final-newline' to be set to t only in languages where
934         the standard requires a final newline.
936 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
938         * progmodes/cc-mode.el, progmodes/cc-vars.el
939         (c-require-final-newline): Add a variable to make the
940         initialization of `require-final-newline' more configurable.
942         * progmodes/cc-vars.el (c-mode-common-hook): Do not change the
943         format string to "CC Mode Common Hook" since that causes
944         confusion (although it is a more accurate name).
946 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
948         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
949         (autodoc-font-lock-keywords): Support for Javadoc and Pike
950         Autodoc doc comments.
952         * progmodes/cc-vars.el (c-doc-comment-style): New variable to
953         control the fontification of documentation comments on top of
954         the normal mode font lock.
956 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
958         * progmodes/cc-langs.el, progmodes/cc-fonts.el
959         (c-primary-expr-regexp, c-font-lock-declarations): Avoid false
960         recognition of parens as casts when they are followed by an
961         operator that is both prefix and infix.
963 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
965         * progmodes/cc-cmds.el (c-guess-fill-prefix): Tune the
966         heuristics of when to use `c-block-comment-prefix' for an
967         unclosed block comment.
969 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
971         * progmodes/cc-engine.el, progmodes/cc-langs.el
972         (c-nonsymbol-sexp-kwds, c-forward-keyword-clause):
973         Handle keywords like "extern" that can be followed by e.g. a string
974         literal.
976         * progmodes/cc-defs.el (c-make-keywords-re): Make a regexp
977         correctly with one submatch when adorn is set and the list is empty.
979 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
981         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix a
982         search that could go far past the relevant region and cause
983         slowness.  Do not limit the declaration detection to the
984         fontified region since that can cause misfontification in
985         multiline declarations.
987         * progmodes/cc-engine.el (c-find-decl-spots): Add limit
988         argument to handle declarations spanning the fontification
989         limit better.
991 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
993         * progmodes/cc-engine.el (c-in-literal, c-literal-limits)
994         (c-literal-limits-fast, c-beginning-of-inheritance-list):
995         Use the paren cache instead of the impaired ad hoc in
996         `beginning-of-defun', so that these functions doesn't trip up
997         on "{" in the first column inside strings or comments.
999 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1001         * progmodes/cc-vars.el (c-hanging-braces-alist):
1002         Add `statement-cont' and made it auto newline free by default.
1004         * progmodes/cc-cmds.el (c-electric-brace):
1005         Add `statement-cont' to the list of syntactic symbols to consider
1006         for auto newlines since it can be used for in-statement brace lists.
1008         * progmodes/cc-vars.el (c-emacs-features): There's no need to
1009         have this constant autoloaded.
1011 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1013         * progmodes/cc-fonts.el (c-font-lock-declarations):
1014         Use `c-recognize-typeless-decls' to avoid fontifying some macro
1015         constructs as declarations in languages where a preceding type
1016         is mandatory.
1018         * progmodes/cc-langs.el (c-recognize-typeless-decls):
1019         New language variable.
1021 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1023         * progmodes/cc-align.el (c-lineup-close-paren):
1024         Use `c-syntactic-eol' when checking if the open paren ends its line.
1026         * progmodes/cc-langs.el (c-syntactic-eol): Handle a line
1027         continuation backslash.
1029 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1031         * progmodes/cc-align.el (c-snug-do-while): Compatibility fix
1032         for changed structure in `c-syntactic-context'.
1034 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1036         * progmodes/cc-engine.el (c-parse-state): Filter angle bracket
1037         arglist parens in a better way than disabling the syntax table
1038         properties completely.
1040         * progmodes/cc-fonts.el (c-cpp-matchers): Handle line
1041         continuations in cpp expressions. Do not fontify symbols after
1042         #ifdef etc as variables since that isn't consistent with how
1043         the face is used elsewhere (i.e. only for the definition of
1044         the symbol).
1046 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1048         * progmodes/cc-mode.el: Add autoload directives for the
1049         interface functions in cc-langs.
1051 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1053         * progmodes/cc-fonts.el (c-font-lock-declarations): Add a
1054         property to handle refontication in multiline declaration
1055         arglists better.
1056         (c-font-lock-<>-arglists): Fix to handle recursive template
1057         arglists better.  (As a side effect this will make
1058         fontification work better in older emacsen too.)
1060         * progmodes/cc-engine.el (c-forward-<>-arglist)
1061         (c-remove-<>-arglist-properties): Use a common text property
1062         `c-type' for all sorts of CC Mode char classification, to
1063         avoid cases when then same char is given conflicting types.
1064         (c-forward-<>-arglist): New reparse argument to control that
1065         aspect explicitly.
1066         (c-forward-name, c-forward-type): Changes in the handling of
1067         recursive template arglists.  Fixes to cope with the new 'known
1068         type classification.
1070 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1072         * progmodes/cc-mode.el (c-basic-common-init): Add the new
1073         char property `c-type' to `text-property-default-nonsticky'.
1075         * progmodes/cc-defs.el (c-put-char-property)
1076         (c-get-char-property, c-clear-char-property)
1077         (c-clear-char-properties): Generalize `c-put-char-syntax' and
1078         `c-get-char-syntax' to handle any property.
1080         * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fix bug that
1081         caused existing function definitions to be overridden by
1082         phonies when the bytecomp environment is restored.
1084 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1086         * progmodes/cc-cmds.el (c-mask-paragraph): Masking is
1087         necessary in normal code too to avoid getting a fill prefix
1088         from a nearby comment.  Change the name from `c-mask-comment'
1089         to a more accurate one.
1091         * progmodes/cc-defs.el, progmodes/cc-mode.el: Change the
1092         auto-load-alist strategy to not add entries on package load,
1093         to be defensive in the case that autoloads are updated in
1094         older emacsen.  The bug that would occur in that case would
1095         probably be rather nasty for the average user.
1097 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1099         * progmodes/cc-fonts.el (c-font-lock-declarations):
1100         Fine tuning of the decision tree that tells declarations from
1101         expressions to produce better results in some ambiguous cases.
1103         * progmodes/cc-fonts.el (c-font-lock-syntactic-face-function):
1104         Remove since it doesn't give the control we want.
1105         (c-font-lock-invalid-string): Replacement for
1106         `c-font-lock-syntactic-face-function' that puts the error face
1107         on the string opener only, to avoid the annoying excessive use
1108         of the error face while a string literal is being written.
1109         (c-basic-matchers-before): Use `c-font-lock-invalid-string'.
1111         * progmodes/cc-engine.el (c-string-syntax)
1112         (c-string-limit-regexp): Add constants to use when handling
1113         string limits, since not all old emacsen react well to the "|"
1114         syntax class.
1116         (c-literal-limits, c-literal-limits-fast, c-literal-type):
1117         Use `c-string-syntax' and `c-string-limit-regexp'.  Replace some
1118         hardcoded comment start regexps with `c-comment-start-regexp'.
1120 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1122         * progmodes/cc-mode.el: Added an association for pike-mode on
1123         `intepreter-mode-alist'.
1125 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1127         * progmodes/cc-mode.el: Add the `auto-mode-alist' entries to
1128         the end instead of the start of the list, to avoid overriding
1129         user additions that are made before this file is loaded when
1130         the entries don't correspond to any already on `auto-mode-alist'.
1131         This is done through the third append argument to
1132         `add-to-alist'.  That doesn't exist in older (X)Emacsen, so
1133         the function is advised in cc-defs.  However, that advice
1134         doesn't help if the autoloads are updated in an old (X)Emacs
1135         with this version of CC Mode, but I believe it's unlikely that
1136         anyone does that when CC Mode isn't distributed with with it.
1138         * progmodes/cc-defs.el (add-to-list): Add advice to get the
1139         optional third append argument in older (X)Emacsen.
1141         * progmodes/cc-langs.el (c-keywords-obarray): Kludge for
1142         strange bug in Emacs that gives so odd errors that I frankly
1143         don't even muster to begin trying to narrow it down.
1144         If someone is so inclined, restore the commented code, byte
1145         compile, and try to open a C++ file or something in font lock mode.
1147 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1149         * progmodes/cc-langs.el: Update the IDL support from the
1150         specs.  This also adds the keywords for the variants PSDL and
1151         CIDL.  (This is mostly done from reading the grammars only;
1152         very lightly tested.)
1154         * progmodes/cc-langs.el (c-type-list-kwds): Add "new" in Java.
1156         * progmodes/cc-fonts.el: Make sure that
1157         `parse-sexp-lookup-properties' is properly insulated from
1158         clobbering by the font-lock package at all relevant entry points.
1160 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1162         * progmodes/cc-langs.el (c-opt-after-id-concat-key):
1163         New language constant to make the recognition of identifier
1164         qualifiers more flexible.  Recognize the identifier before
1165         ".*" as a qualifier in Java.
1166         (c-identifier-key): Recognize "::*" inside identifiers in C++.
1167         Recognize identifiers ending with ".*" in Java for the sake of
1168         import directives.
1169         (c-type-list-kwds, c-ref-list-kwds): Recognize "import" and
1170         "package" declarations in Java.
1172         * progmodes/cc-vars.el (c-doc-face, c-doc-marker-face)
1173         (c-doc-markup-face): Remove since they aren't used (and
1174         probably won't be).
1176         * progmodes/cc-langs.el (c-ref-list-kwds): New language
1177         constant to specify keywords followed by references.
1178         (c-last-identifier-range): New variable to avoid going back to
1179         search for the identifier to font lock after a call to
1180         `c-forward-name'.
1181         (c-type-prefix-kwds, c-type-list-kwds): Fix classification of
1182         "@interface" etc in Objective-C.
1184         * progmodes/cc-engine.el (c-forward-keyword-clause):
1185         Fix handling of keyword prefixes in `c-type-list-kwds' and
1186         `c-colon-type-list-kwds' clauses.
1187         (c-keyword-sym, c-keyword-member): New functions to lookup and
1188         categorize keywords.
1189         (c-forward-keyword-clause): New function to move over a keyword
1190         and its associated clause according to `c-<>-arglist-kwds' etc.
1192         * progmodes/cc-langs.el (c-typeless-decl-kwds)
1193         (c-type-list-kwds, c-colon-type-list-kwds)
1194         (c-colon-type-list-re, c-paren-type-kwds): New language
1195         constants and variables to generalize the recognition of
1196         various language constructs.
1197         (c-keywords): Did away with the list of `*-kwds' constants.
1198         It's now built through macro expansion.
1199         (c-keywords-obarray): New language variable which contains each
1200         keyword as a symbol, to make fast reverse lookup of keywords to
1201         the `*-kwds' lists they come from.
1203 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1205         * progmodes/cc-defs.el (c-lang-defconst-eval-immediately):
1206         Add macro to be able to do direct evaluation in
1207         `c-lang-defconst' forms.
1209         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
1210         Fix a bug which could cause the point to end up outside the
1211         containing sexp if PAREN-LEVEL was used.
1213         * progmodes/cc-engine.el, progmodes/cc-fonts.el,
1214         progmodes/cc-langs.el: Generalize the C++ template arglist
1215         support to handle angle bracket arglists in any language.
1216         (c-recognize-<>-arglists, c-<>-arglist-kwds)
1217         (c-opt-<>-arglist-start): New language variables to control
1218         angle bracket arglists.
1219         (c-opt-type-suffix-key): Use `c-recognize-<>-arglists' in
1220         Objective-C instead of matching a protocol reference list as a
1221         type suffix.
1223 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1225         * progmodes/cc-align.el (c-gnu-impose-minimum): Fix a missing
1226         `save-excursion' that caused the point to jump around.
1228 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1230         * progmodes/cc-mode.el, progmodes/cc-menus.el (objc-mode)
1231         (cc-imenu-init): Fix initialization bug that has made the
1232         Objective-C support inoperational since 5.26.
1233         (cc-imenu-objc-generic-expression): Update submatch indices
1234         due to changes in `cc-imenu-c++-generic-expression'.
1235         (cc-imenu-objc-function): Don't add an empty "C" menu since
1236         imenu doesn't like that.
1238 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1240         * progmodes/cc-align.el (c-lineup-arglist)
1241         (c-lineup-arglist-close-under-paren, c-lineup-close-paren):
1242         Add DWIM to the functions that line up at or after the
1243         arglist open paren to avoid that if there are brace blocks
1244         inside, e.g. when a macro contains a code block.
1246 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1248         * progmodes/cc-vars.el (objc-font-lock-extra-types):
1249         Change default to treat identifiers starting with capital letters as
1250         types, according to Objective-C naming conventions.  The types
1251         previously on the list is part of the language and therefore
1252         on `c-primitive-type-kwds' instead.
1254         * progmodes/cc-fonts.el: Fix font locking in Objective-C.
1255         Be more careful about returning nil from functions used
1256         directly as font-lock matchers.
1258         * progmodes/cc-mode.el (c-font-lock-init): Make the syntax
1259         table modification element of `font-lock-defaults'
1260         parameterized over the languages.
1262         * progmodes/cc-langs.el: Update the Objective-C constants
1263         according to the language spec.  The "@" chars that start
1264         directives are now considered part of the keywords to make
1265         things easier.
1267 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1269         * progmodes/cc-defs.el: (c-(up|down)-list-(forward|backward)):
1270         Make the position optional and added docstrings.
1272         (c-go-(up|down)-list-(forward|backward)): Add variants of the
1273         above that move point and return successfulness instead.
1275 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1277         * progmodes/cc-fonts.el (c-font-lock-<>-arglists):
1278         New function to fontify all occurrences of template arglists in C++.
1280         * progmodes/cc-engine.el (c-disallow-comma-in-<>-arglists):
1281         New variable to be able to avoid false recognition of template
1282         arglists in some cases.
1284 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1286         * progmodes/cc-fonts.el, progmodes/cc-langs.el
1287         (c-decl-prefix-re, c-font-lock-declarations): Match template
1288         open brackets to get a declaration in the first template argument.
1289         (c-complex-decl-matchers): Fontify the second type in a "class
1290         X = Y" expression in C++.
1292 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1294         * progmodes/cc-engine.el (c-forward-<>-arglist): Break out the
1295         recursive part to a new function to improve efficiency when a
1296         nested template arglist search turns out to be futile.
1298 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1300         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
1301         Improve to avoid false matches on e.g. "else if (foo)".
1303 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1305         * progmodes/cc-engine.el (c-forward-token-2)
1306         (c-backward-token-2): New functions that work like the -1
1307         variants but that handle multicharacter operator tokens.
1309         * progmodes/cc-engine.el (c-inside-bracelist-p)
1310         (c-guess-basic-syntax): Do away with the hardcoded regexps to
1311         recognize "typedef" declaration prefixes, "extern" and
1312         "namespace" blocks, "enum"-style brace list declarations and
1313         Java-style array initializers with "new".
1315         * progmodes/cc-langs.el (c-brace-list-decl-kwds)
1316         (c-brace-list-key, c-inexpr-brace-list-kwds)
1317         (c-opt-inexpr-brace-list-key): New language constants and
1318         variables to parameterize some more of the hardcoded regexps
1319         in cc-engine.
1321 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1323         * progmodes/cc-align.el (c-lineup-cascaded-calls): Do not
1324         allow cascaded call lists containing both "->" and ".".
1326 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1328         * progmodes/cc-align.el, progmodes/cc-cmds.el,
1329         progmodes/cc-defs.el, progmodes/cc-engine.el,
1330         progmodes/cc-fonts.el, progmodes/cc-langs.el,
1331         progmodes/cc-mode.el, progmodes/cc-styles.el: New language
1332         variable system to make it easier to set up optimized language
1333         variables and to extend them in third party derived modes.
1334         cc-langs is no longer required at runtime.
1336         * progmodes/cc-mode.el (c-basic-common-init): No longer
1337         initializes the language variables.  It's necessary that the
1338         caller does that directly since the evaluated values for them
1339         now get compiled in directly.
1340         (c-font-lock-init, c-common-init): Separate the font-lock
1341         initialization from `c-common-init'.
1343         * progmodes/cc-mode.el (c-define-abbrev-table): Do not
1344         override an existing abbrev table.
1345         (c-Java-defun-prompt-regexp): Move here from cc-langs since
1346         cc-langs isn't always loaded at runtime.
1348         * progmodes/cc-langs.el (c-make-init-lang-vars-fun)
1349         (c-init-language-vars): Change to allow language variable
1350         initialization from derived modes.
1351         (c-mode-menu): New language variable for the mode menu.
1352         (c-make-mode-syntax-table, c-mode-syntax-table)
1353         (make-c++-template-syntax-table): New language variables for syntax
1354         tables.  The code that initializes them has been moved to cc-mode
1355         to make it possible to avoid loading cc-langs at runtime.
1357         * progmodes/cc-engine.el, progmodes/cc-langs.el
1358         (c-hungry-delete-key, c-auto-newline, c-auto-hungry-string):
1359         Move these state variables from cc-langs to cc-engine to make
1360         it possible to avoid loading cc-langs at runtime.
1362         * progmodes/cc-defs.el (c-lang-defconst, c-lang-const):
1363         Move from cc-langs and rewritten to make the language constant
1364         system usable from derived modes.
1366         (c-add-language): New function intended for use from derived modes
1367         that add new C-like languages.
1369         * progmodes/cc-defs.el, progmodes/cc-vars.el
1370         (c-buffer-is-cc-mode): Move from cc-vars to cc-defs to define
1371         it during compilation.
1373         * progmodes/cc-bytecomp.el (cc-require-when-compile):
1374         New support macro for compile time `require's.
1376 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1378         * progmodes/cc-defs.el, progmodes/cc-mode.el (c-version):
1379         Move from cc-mode to cc-defs to make it accessible to the
1380         other components.
1382         * progmodes/cc-engine.el (c-forward-token-1, c-backward-token-1):
1383         Compatibility fix for emacsen that doesn't understand generic
1384         string delimiters.
1386         * progmodes/cc-vars.el (c-emacs-features): Add detection of
1387         generic string and comment delimiters.
1389         * progmodes/cc-defs.el, progmodes/cc-langs.el
1390         (c-make-keywords-re): Change interface to make it more extensible.
1392         * progmodes/cc-langs.el, progmodes/cc-defs.el (c-regexp-opt)
1393         (c-regexp-opt-depth, c-make-keywords-re): Move from cc-langs
1394         to cc-defs since they are generally useful.
1396         * progmodes/cc-bytecomp.el, progmodes/cc-defs.el
1397         (cc-eval-when-compile): Move from cc-bytecomp to cc-defs to
1398         allow use at runtime.
1400 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1402         * progmodes/cc-bytecomp.el (cc-eval-when-compile):
1403         Workaround for a bug with nested `eval-when-compile' in XEmacs 21.
1405 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1407         * progmodes/cc-mode.el: Added autoloaded forms to install the
1408         appropriate file suffixes on `auto-mode-alist'.  Necessary in
1409         XEmacs 21.5, and it can be useful elsewhere too.
1411 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1413         * progmodes/cc-align.el (c-lineup-cascaded-calls): Handle "."
1414         too, for use in Java.
1416         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
1417         Do not handle cpp directives in languages that doesn't have any.
1419 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1421         * progmodes/cc-langs.el (c-operators): Add a high level description
1422         of all operators, along with their precedence and associativity.
1424         * progmodes/cc-align.el (c-lineup-multi-inher): Fix bug
1425         where the position of the point and not the beginning of the
1426         line was used to calculate the indentation.
1428 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1430         * progmodes/cc-defs.el, progmodes/cc-engine.el
1431         (c-backward-single-comment, c-backward-comments): Add kludge
1432         for the bug in `forward-comment' in most (X)Emacs versions
1433         where it moves back over the "*/" of a block comment if
1434         there's no matching "/*".  This has become more important now
1435         since it can cause incorrect caching by `c-backward-sws'.
1437 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1439         * progmodes/cc-cmds.el (c-hungry-backspace)
1440         (c-hungry-delete-forward): New functions to do hungry deletion
1441         regardless of hungry-delete mode.  Contributed by Kevin Ryde.
1443         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws)
1444         (c-invalidate-sws-region): Use text properties to cache regions
1445         with complex syntactic whitespace.  This helps a lot in
1446         improving responsiveness when there are lots of comments and
1447         cpp directives before point.
1449 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1451         * progmodes/cc-guess.el, progmodes/cc-langs.el,
1452         progmodes/cc-menus.el, progmodes/cc-mode.el,
1453         progmodes/cc-styles.el, progmodes/cc-vars.el,
1454         progmodes/cc-engine.el, progmodes/cc-fonts.el,
1455         progmodes/cc-cmds.el, progmodes/cc-defs.el: Introduce a
1456         classification of functions into those that make "hidden
1457         buffer changes" and those who don't.  This is prompted by the
1458         increasing use of text properties for various things, to
1459         correctly cover the silly buffer modifications that is caused
1460         by text property changes.
1461         (c-save-buffer-state): New macro that's put around any code that
1462         can manipulate text properties.
1464 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1466         * progmodes/cc-mode.el (c-basic-common-init):
1467         Setup `text-property-default-nonsticky' to avoid messing with the
1468         rear-nonsticky property on each character in Emacs 21.
1470         * progmodes/cc-defs.el (c-clear-char-syntax, c-put-char-syntax):
1471         Macros that sets and removes the
1472         syntax-table property on a single character and makes the
1473         property nonsticky in both directions in a suitable way for
1474         each (X)Emacs flavor.
1476         * progmodes/cc-vars.el, progmodes/cc-defs.el,
1477         progmodes/cc-engine.el, progmodes/cc-mode.el:
1478         Use `lookup-syntax-properties' in XEmacs to control whether the
1479         syntax-table property has any effect or not.
1481         (c-parse-sexp-lookup-properties): New macro that expands to either
1482         `parse-sexp-lookup-properties' or `lookup-syntax-properties'.
1484 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1486         * progmodes/cc-defs.el, progmodes/cc-engine.el,
1487         progmodes/cc-fonts.el: Put the faces into the buffer in the
1488         same way as the font-lock package does.  This fixes a
1489         compatibility problem with XEmacs which sets an extra
1490         font-lock property.
1492         * progmodes/cc-fonts.el (c-put-font-lock-face): A macro that
1493         finds out the right way to put font lock faces at compile
1494         time.  We're definitely not byte code portable between Emacs
1495         and XEmacs now.
1497         * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
1498         Implement a cache for the last large skipped over syntactic
1499         whitespace.  This also has most effect after many macros.
1501         * progmodes/cc-engine.el, progmodes/cc-defs.el
1502         (c-forward-syntactic-ws, c-backward-syntactic-ws): Utilize the
1503         limit better when one is passed.  These are now macros to
1504         avoid a little overhead when no limit is given.
1505         (c-forward-sws, c-backward-sws): New functions called by the
1506         macros above to do the unbounded search.
1508         * progmodes/cc-fonts.el (c-font-lock-declarations):
1509         Implement a cache for the first backward search for a
1510         preceding `c-decl-prefix-re' match.  This typically speeds up
1511         interactive refontification a lot on the top level of macro
1512         heavy header files.
1514 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1516         * progmodes/cc-vars.el (c-emacs-features): Add check for
1517         syntax text properties.
1519         * progmodes/cc-mode.el (c-basic-common-init): Turn on
1520         `parse-sexp-lookup-properties' if it's supported.  Define the
1521         variable in any case since it's used at runtime to check on this.
1523         * progmodes/cc-langs.el (c-identifier-key): Support C++
1524         destructor names.
1525         (c-identifier-start, c-op-token-regexp, c-type-modifier-kwds)
1526         (c-opt-type-modifier-key, c-opt-type-component-key)
1527         (c-typedef-specifier-kwds, c-typedef-specifier-key)
1528         (c-paren-stmt-kwds, c-paren-stmt-key, c-syntactic-ws-start):
1529         A bunch of new language constants and variables to support the
1530         improved handling of names and types.
1532         * progmodes/cc-fonts.el (c-font-lock-declarators)
1533         (c-font-lock-declarations): Handle C++ template declarations
1534         and template references.  Fontify complex types and names more
1535         accurately by delegating it to `c-forward-type' and
1536         `c-forward-name'.  Fontify the identifiers in typedef
1537         declarations as types.
1539         * progmodes/cc-engine.el (c-forward-<>-arglist): New function
1540         to move forward over a C++ template arglist.  It also marks
1541         the '<' and '>' chars with paren syntax using the syntax-table
1542         property, to speed up later calls in emacsen that support
1543         syntax text properties (Emacs >= 20 and (undocumented) XEmacs 21).
1544         This also has the very interesting effect that if font locking
1545         is used with decoration level 3 or higher in these emacsen
1546         then template arglists will behave just like paren sexps with
1547         the various sexp movement commands.
1548         (c-forward-name): New function to move over a name.  Simple in
1549         most languages except C++ where a name can contain template
1550         arglists and therefore almost arbitrary expressions.
1551         (c-on-identifier): Fix for Pike operator identifiers.
1552         (c-simple-skip-symbol-backward, c-syntactic-content)
1553         (c-remove-<>-paren-properties): New helper functions.
1555         * progmodes/cc-defs.el: (c-clear-char-syntax)
1556         (c-mark-paren-open, c-mark-paren-close): New support functions
1557         to handle syntactic properties on C++ template arglist brackets.
1558         (c-put-type-face, c-put-reference-face): Helpers to put faces on
1559         regions, since there are a bit of that inside `c-forward-name' etc
1560         in progmodes/cc-engine.el.
1562         * progmodes/cc-engine.el, progmodes/cc-fonts.el,
1563         progmodes/cc-langs.el: Fix the names on a number of regexp
1564         language variables to conform to the nomenclature and
1565         shortened some names.
1567         * progmodes/cc-align.el, progmodes/cc-cmds.el,
1568         progmodes/cc-fonts.el, progmodes/cc-engine.el
1569         (c-syntactic-re-search-forward): Remove the COUNT argument
1570         since it's never used.  Add an argument to tell which
1571         subexpression whose end should be tested for syntactic
1572         relevance.  Using this also removes some optimizations, so
1573         that it's possible to use a look behind subexpression that
1574         matches the end of a literal or a close paren when PAREN-LEVEL
1575         is used.
1577         (c-guess-continued-construct): Don't match <<= or >>= for the
1578         stream-op syntactic element.
1580         * progmodes/cc-defs.el (c-paren-re, c-identifier-re):
1581         Remove these helper macros since better and more correct tools are
1582         now available in progmodes/cc-langs.el.
1584 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1586         * progmodes/cc-align.el (c-lineup-string-cont): New lineup
1587         function to line up string literals that will be concatenated.
1589 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1591         * progmodes/cc-langs.el (c-populate-syntax-table):
1592         XEmacs classifies the hard space character as a symbol character
1593         but it's better to let it be in the punctuation class so that it's
1594         always highlighted with the inverted invalid face.  It can
1595         perhaps be argued that that character is allowed in
1596         identifiers in some languages (haven't checked), but using it
1597         would still be extremely confusing.
1599 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1601         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
1602         case when a labeled substatement caused incorrect association
1603         of the following continuation clause.
1605         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
1606         Handle the case when the syntactic match position is in the
1607         middle of a comment starter.
1609         (c-guess-continued-construct): Analyze the "K&R region" of a
1610         function nested inside a function as func-decl-cont and not
1611         statement-cont.  New case E.  Also clean up case C (stream-op
1612         recognition) a bit.
1614         * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
1615         Move the check on `c-state-cache-start' from
1616         `c-check-state-cache' to `c-parse-state' so that the state
1617         cache isn't zapped if `c-check-state-cache' but not
1618         `c-parse-state' is called during a temporary narrowing.
1619         This fixes a performance problem that could occur when
1620         `fill-paragraph' is used in font lock mode on a comment at the
1621         end of a large class or function.
1623         (c-state-cache-start): Fix buffer localness.
1625 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1627         * progmodes/cc-langs.el: Updates from the C99 standard (or
1628         actually from the latest web accessible draft of it).
1630 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1632         * progmodes/cc-langs.el: Update the keywords and operator
1633         tokens from the latest C++ and Java standards.  Some other
1634         multichar token corrections.
1636 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1638         * progmodes/cc-cmds.el, progmodes/cc-engine.el,
1639         progmodes/cc-vars.el (c-syntactic-context)
1640         (c-syntactic-element): Do not bind any values to these
1641         variables globally since they should always be dynamically
1642         bound.  This makes it much easier to debug cases when they've
1643         gotten global values somehow.
1645 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1647         * progmodes/cc-langs.el (c-regexp-opt): Fix to work around the
1648         non-greedy behavior that the regexp engine sometimes exposes.
1649         This bug only shows in (X)Emacs 19 where there's no regexp-opt package.
1651         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
1652         Add a feature to filter out matches in the middle of tokens.
1653         Changed the comment to a docstring since I consider this
1654         function generally useful.
1656         * progmodes/cc-defs.el (c-mode-symbol): Break out a part of
1657         `c-mode-var'.
1659         * progmodes/cc-align.el (c-lineup-cascaded-calls)
1660         (c-lineup-gcc-asm-reg): Cope with that `c-most-enclosing-brace'
1661         might return nil.
1663 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1665         * progmodes/cc-engine.el (c-found-types, c-clear-found-types)
1666         (c-add-type, c-check-type, c-add-complex-type)
1667         (c-list-found-types, c-forward-type): Add a sort of symbol
1668         table for types: If a name is recognized as a type in a
1669         declaration it's added in an obarray to be able to recognize
1670         it in other ambiguous declarations.
1672         (c-remove-ws): New helper function to canonicalize fully
1673         qualified identifiers for `c-found-types'.
1675         * progmodes/cc-defs.el (c-mode-var): New defsubst to access
1676         mode prefixed variables uniformly.
1678 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1680         * progmodes/cc-align.el (c-lineup-arglist-close-under-paren):
1681         Work correctly with nested arglist-cont-nonempty symbols.
1683         (c-lineup-arglist-operators): New lineup function to line up infix
1684         operators under the open paren of the surrounding sexp.
1686 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1688         * progmodes/cc-engine.el (c-forward-syntactic-ws): Fix a bug
1689         that could cause an infinite loop if something that looks like
1690         a macro begins in the middle of a line.
1692         (c-parse-state): Fix a bug that could cause `c-state-cache'
1693         to contain two conses in sequence when there's an unbalanced
1694         open paren in a macro.
1696 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1698         * progmodes/cc-defs.el (c-face-name-p): A defsubst to
1699         recognize the name of a face in a way that works also in XEmacs.
1701         * progmodes/cc-engine.el (c-forward-type): New function to
1702         move past a type spec.
1704         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
1705         Fix behavior when the limit is reached inside a comment,
1706         string, or a macro.
1708         * progmodes/cc-align.el, progmodes/cc-cmds.el,
1709         progmodes/cc-engine.el (c-forward-single-comment,
1710         c-forward-comments, c-backward-single-comment,
1711         c-backward-comments): New replacements for `c-forward-comment'
1712         that wraps `forward-comment' more efficiently in each of the
1713         four different cases it's actually used.  These replacements
1714         also treats line continuations as whitespace.
1716         (c-forward-comment): Remove.  The four different cases above
1717         are basically different, so it's better to make them into
1718         separate functions than choose between them at runtime using
1719         the argument.
1721 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1723         * progmodes/cc-align.el (c-gnu-impose-minimum): Fix bug due
1724         to the new placement of cpp-macro and comment-intro in the
1725         syntactic context, as pointed out by Kevin Ryde.  Change the
1726         method that decides whether point is inside a top-level
1727         construct to one that doesn't depend on the set of syntactic
1728         elements so much.
1730         * progmodes/cc-defs.el (c-point): Use the functions
1731         `line-beginning-position' and `line-end-position' in emacsen
1732         that have them (currently Emacs 20 and later).
1734 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1736         * progmodes/cc-cmds.el (c-mask-comment): Fix a bug that
1737         sometimes caused code after a closed block comment to be taken
1738         into account when the fill prefix is calculated.
1740 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1742         * progmodes/cc-align.el (c-lineup-arglist, c-lineup-argcont)
1743         (c-lineup-math, c-lineup-cascaded-calls, c-lineup-gcc-asm-reg):
1744         Fixes to cope correctly with nested arglists for the lineups
1745         that can be used with arglist-cont-nonempty.
1747 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1749         * progmodes/cc-engine.el (c-add-stmt-syntax, c-guess-basic-syntax):
1750         Change the anchor position of
1751         arglist-cont-nonempty and arglist-close so that a relative
1752         indentation like + can be used with consistent results.
1753         Prior to this, the indentation engine more or less assumed that
1754         arglist-cont-nonempty always used `c-lineup-arglist'.
1755         Those two syntax symbols also get the opening paren as an extra
1756         position, to make it possible for `c-lineup-arglist' to
1757         continue to do a proper job.
1759         * progmodes/cc-engine.el (c-get-syntactic-indentation):
1760         A vector with an absolute indentation column now only overrides
1761         the indentation for surrounding structures, i.e. those whose
1762         syntactic elements are earlier in the `c-syntactic-context'
1763         list, but not nested ones.  This so that
1764         e.g. `c-lineup-arglist' can reliably line up with the first
1765         argument but still allow relative indentation changes for
1766         nested things, e.g. the arglist-close of a nested argument
1767         list.  This change means that the order in
1768         `c-syntactic-context' has become more essential.
1769         (c-guess-basic-syntax): Changes to make the nesting order of the
1770         returned syntax list correct.
1772         Compatibility note: This change means that `c-lineup-dont-change'
1773         now (again) isn't absolutely sure to keep the current indentation.
1774         However, I believe that most people use it for comments, macros
1775         and string literals, and since those are nested innermost it won't
1776         matter.
1778 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1780         * progmodes/cc-align.el, progmodes/cc-defs.el,
1781         progmodes/cc-engine.el, progmodes/cc-vars.el
1782         (c-guess-basic-syntax, c-calc-offset)
1783         (c-get-syntactic-indentation, c-syntactic-context):
1784         Extend the representation of the syntactic context: Previously it was
1785         a list containing cons cells of the found syntactic symbols
1786         and their relpos values.  Now each element is instead a list
1787         containing the syntactic symbol in the first element and the
1788         relpos (if any) in the second.  After that there might be more
1789         elements, depending on the syntactic symbol.  The line-up
1790         functions get these additional elements as extra arguments.
1792         This change is slightly incompatible.  Although the calling
1793         convention for line-up functions is strictly extended, the format
1794         of the `c-syntactic-context' variable has changed slightly.  It's
1795         believed that this incompatibility is minor, though; not a single
1796         line-up function distributed with CC Mode needed to be changed,
1797         for instance.
1799 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1801         * progmodes/cc-styles.el (c-set-style, c-set-style-1):
1802         Add another state for the `dont-override' flag where it only keeps
1803         globally set variables.
1805 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1807         * progmodes/cc-mode.el (c-postprocess-file-styles): Do nothing
1808         except in CC Mode modes.
1810 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1812         * progmodes/cc-vars.el, progmodes/cc-fonts.el,
1813         progmodes/cc-langs.el, progmodes/cc-mode.el: Add font lock support.
1815         * progmodes/cc-engine.el (c-beginning-of-syntax): New function
1816         to be used for font-lock-beginning-of-syntax-function.
1817         It uses the state cache to quickly find a good position.
1819         * progmodes/cc-defs.el (c-major-mode-is): Allow a list of
1820         modes.  Made it a macro ensure that it's optimized to either
1821         eq or memq for constant arguments.
1823         * progmodes/cc-mode.el (c-common-init): Do away with the
1824         hardcoded setting of `comment-column'; it's a user variable
1825         that we have no business meddling with.  Since the default
1826         value for it is 32 in all supported (X)Emacs versions, it's
1827         also safe from a compatibility perspective.
1829         * progmodes/cc-mode.el (c-basic-common-init): New function
1830         that contains only the syntax and line breaking/filling
1831         initialization.  It's intended for use by other modes that
1832         embed CC Mode.
1834 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1836         * progmodes/cc-engine.el (c-add-stmt-syntax): Fix some cases
1837         of wrong anchoring, e.g. for else-if compounds.
1839 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1841         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
1842         position for defun-open in K&R style functions.
1844         * progmodes/cc-engine.el (c-in-knr-argdecl): Don't trip up on macros.
1846         (c-search-decl-header-end): Handle C++ template arguments more
1847         correctly.
1849         (c-beginning-of-decl-1): Fix when the declaration is first in a macro.
1851 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1853         * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
1854         to handle protection labels, one which doesn't get confused by
1855         inherit colons.
1857         (c-end-of-decl-1): Don't treat functions that have "class" or
1858         "struct" in the return type as classes or structs.
1860 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1862         * progmodes/cc-langs.el (c-make-keywords-re): Fix the
1863         keyword adornment so that it works when a keyword ends with "_".
1865 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1867         * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
1868         from `c-do-auto-fill' and point is at or near the limit of the
1869         comment.  Fix bug when the prefix from `c-guess-fill-prefix'
1870         is longer than the text on the first line of the comment when
1871         it's masked.
1873 2003-07-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
1875         * progmodes/cc-cmds.el (c-mask-comment): Fix bug where point
1876         was moved to the following line when it was at the first line
1877         of a block comment where comment-start-skip matched to eol.
1879 2003-07-01  Luc Teirlinck  <teirllm@mail.auburn.edu>
1881         * info.el (Info-fontify-menu-headers): Only fontify `* Menu:' at
1882         the beginning of a line.
1883         (Info-extract-menu-node-name): Correctly initialize while loop.
1884         (Info-scroll-prefer-subnodes): Change default to nil.
1886         * simple.el (vis-mode): Update documentation string to reflect
1887         earlier changes.
1889 2003-06-30  Richard M. Stallman  <rms@gnu.org>
1891         * loadup.el (pure-space-overflow): Set it if overflow.
1893         * startup.el (pure-space-overflow): New variable.
1894         (fancy-splash-screens-1): Display warning if overflow.
1895         (normal-splash-screen): Likewise.
1897         * vc.el (vc-default-show-log-entry): Use with-no-warnings.
1899         * subr.el (lazy-completion-table, dynamic-completion-table):
1900         New macros.
1902 2003-06-28  Richard M. Stallman  <rms@gnu.org>
1904         * menu-bar.el (menu-bar-options-menu): Move mouse-set-fonts item here.
1906         * international/mule-cmds.el (mule-menu-keymap):
1907         Delete mouse-set-fonts item here.
1909 2003-06-29  Nick Roberts  <nick@nick.uklinux.net>
1911         * gdb-ui.el (gdb-display-number-end): Don't re-initialise local
1912         variables to preserve array slices.
1913         (gdb-array-slice): Rename gdb-mouse-array-slice.
1914         (gdb-array-slice): Interactive function bound to "\r" for text
1915         terminals.
1916         (gdb-view-source): Rename gdb-view-source-function.
1917         Set uninitialised variables (defvars) to nil.
1919 2003-06-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1921         * international/mule-cmds.el
1922         (set-display-table-and-terminal-coding-system): Remove CVS
1923         conflict markers and some code.
1925 2003-06-27  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1927         * international/mule-cmds.el (menu-bar-options-menu):
1928         Move `mouse-set-fonts' here from Options/Mule submenu.
1930 2003-06-26  Stephen Eglen  <stephen@gnu.org>
1932         * iswitchb.el (iswitchb-read-buffer): Remove redundant variable
1933         iswitchb-prepost-hooks.
1934         (iswitchb-xemacs): Delete variable and use (featurep 'xemacs)
1935         and fboundp instead.
1936         (iswitchb-completions): Remove two redundant arguments and local
1937         variables. (All above from Stefan Monnier).
1939 2003-06-20  Masatake YAMATO  <jet@gyve.org>
1941         * progmodes/asm-mode.el (asm-font-lock-keywords):
1942         Support labels starting with "." and directives starting with ".".
1944 2003-06-22  Andreas Schwab  <schwab@suse.de>
1946         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1947         Avoid variable as format argument for error.
1948         Don't call symbol-name on string.
1950         * eshell/esh-opt.el (eshell-do-opt): Avoid variable as format
1951         argument for error.
1953         * simple.el (vis-mode): Doc fix.
1955 2003-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
1957         * calendar/diary-lib.el (diary-check-diary-file): New function.
1958         (diary, view-diary-entries, show-all-diary-entries)
1959         (mark-diary-entries): Use it.
1960         (view-other-diary-entries): Doc fix.  Use `prefix-numeric-value'.
1961         (diary-syntax-table, diary-attrtype-convert, diary-mail-days): Doc fix.
1962         (diary-modified, d-file): No need to defvar (for compiler).
1963         (list-diary-entries): No need for `let*' so use `let'.
1964         (simple-diary-display): Use `diary-file' directly rather than
1965         inheriting `d-file' from `list-diary-entries' caller.
1966         (make-fancy-diary-buffer, show-all-diary-entries):
1967         `mode-line-format' already buffer-local.
1968         (diary-mail-addr): Set to the empty string (rather than nil) if
1969         undefined, as per `user-mail-address'.
1970         (diary-mail-entries): Doc fix.  Error if `diary-mail-address' unset.
1971         (mark-sexp-diary-entries): Don't regexp-quote sexp-mark twice.
1972         Remove an un-needed `if'.
1973         (list-sexp-diary-entries): Remove local vars mark and s-entry, and
1974         use `let' rather than `let*'.
1975         (diary-date, insert-monthly-diary-entry)
1976         (insert-yearly-diary-entry, insert-anniversary-diary-entry)
1977         (insert-block-diary-entry, insert-cyclic-diary-entry)
1978         (font-lock-diary-date-forms): No need for `let*' so use `let'.
1979         (make-diary-entry): Doc fix.  Use `or' rather than `if'.
1980         (diary-font-lock-keywords): Use `when'.  `cal-islam' is required
1981         feature, not `cal-islamic'.
1982         `calendar-islamic-month-name-array-leap-year' does not exist - use
1983         `calendar-islamic-month-name-array'.
1985 2003-06-21  Kenichi Handa  <handa@m17n.org>
1987         * international/utf-16.el: Many name changes: utf-16-{be,le} ->
1988         utf-16{be,le}.
1989         (mule-utf-16-le, utf-16-le, mule-utf-16-be, utf-16-be): New coding
1990         system aliases for backward compatibility.
1992         * international/utf-7.el: Adjusted for the name change:
1993         xxx-utf-16-{le,be} -> xxx-utf-16{le,be}.
1995         * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
1996         Adjust for the name change: xxx-utf-16-{le,be} ->
1997         xxx-utf-16{le,be}.
1999         * international/mule-conf.el: Adjusted for the name change:
2000         xxx-utf-16-{le,be} -> xxx-utf-16{le,be}.
2002         * international/mule-cmds.el (reset-language-environment):
2003         Adjust for the name change: xxx-utf-16-{le,be} ->
2004         xxx-utf-16{le,be}.
2006 2003-06-20  Luc Teirlinck  <teirllm@mail.auburn.edu>
2008         * vc.el (vc-rename-file): Fix typo.
2010 2003-06-19  Andreas Schwab  <schwab@suse.de>
2012         * info.el (Info-fontify-node): Improve calculation of other-tag.
2014 2003-06-19  Stefan Monnier  <monnier@cs.yale.edu>
2016         * progmodes/cc-mode.el (c-mode): Reverting last change.
2018 2003-06-18  Stefan Monnier  <monnier@cs.yale.edu>
2020         * progmodes/gud.el (gud-find-expr-function): Rename from gud-find-expr.
2021         (gud-find-fortran-expr): Move to fortran.el.
2023         * progmodes/fortran.el (fortran-gud-find-expr): Move from gud.el
2024         where it was called gud-find-fortran-expr.
2025         (fortran-mode): Set gud-find-expr-function.
2027 2003-06-18  Nick Roberts  <nick@nick.uklinux.net>
2029         * gdb-ui.el (gud-display1): Keep the gdb command, "display", in
2030         the command history.
2031         (gdb-restore-windows): Make restore work when gdb-many-windows
2032         is nil.
2033         (gdb-source-info, gdba): Display assembler if there is no symbol
2034         table for main, or message if there is no main.
2035         (gdb-assembler-custom): Move point to current line of assembler.
2037         * progmodes/gud.el (gud-menu-map): Add dbx support for "run" and
2038         "nexti".
2039         (dbx): Define gud-nexti and gud-run.
2040         (gud-find-expr, gud-find-fortran-expr): New functions.
2041         (gud-find-expr): New variable.
2042         (gud-find-c-expr): Simplify.
2044         * progmodes/fortran.el (fortran-gud-syntax-table): Syntax table
2045         for parsing Fortran expressions for gud-print. (Stefan Monnier)
2046         (fortran-mode): Add local variable gud-find-expr.
2048         * progmodes/cc-mode.el (c-mode): Add local variable gud-find-expr.
2050 2003-06-18  Stefan Monnier  <monnier@cs.yale.edu>
2052         * subr.el (looking-back): Handle the case of non-trivial regexps.
2053         Add an optional `limit' argument.
2054         (push, pop, with-temp-file, with-temp-message, delay-mode-hooks)
2055         (with-syntax-table): Add edebug info.
2057 2003-06-17  Stefan Monnier  <monnier@cs.yale.edu>
2059         * simple.el (kill-new): Leave yank-handler property alone if no
2060         explicit yank-handler is specified.
2061         (vis-mode-saved-buffer-invisibility-spec): Rename from
2062         saved-buffer-invisibility-spec.
2063         (vis-mode): Correctly handle the case where the mode is turned on
2064         or off several times in a row.
2066 2003-06-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
2068         * info.el (Info-fontify-node): Give only the last whitespace
2069         character after the node name the display property.  Give all
2070         other such whitespace the invisibility property.
2072 2003-06-17  Pinku Surana  <surana@rcn.com>
2074         * progmodes/sql.el: Add support for SQLite interpreter.
2076 2003-06-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2078         Version 2.0.35 of Tramp released.
2080         * net/tramp.el (tramp-password-end-of-line): Use "xy" with plink.
2081         (tramp-completion-function-alist): Add completion function for
2082         "remcp", "remsh" and "plink1".
2083         Factor out the `regular' file name handling via a remote shell of
2084         some sort into a specific function.  Intent is to later put that
2085         part of Tramp into a special file, so that the Tramp `core' is
2086         just a dispatcher that dispatches to various handlers.
2087         (tramp-sh-file-name-handler): New function.
2088         (tramp-foreign-file-name-handler-alist): New default value.
2089         Call tramp-sh-file-name-handler as default case.
2090         (tramp-file-name-handler): Do not invoke the old remote-shell handler.
2091         (tramp-find-foreign-file-name-handler): Return after first match
2092         is found.  From Francis Litterio <franl@world.std.com>.
2093         (tramp-handle-file-newer-than-file-p):  `tramp-time-diff' returns
2094         integer, not list.  Do not apply `car' to the return value of
2095         `tramp-time-diff'.  Reported by David D. Smith
2096         <ultrasoul@ultrasoul.com>.
2097         (tramp-time-diff): Convert return value of subtract-time to a
2098         number of seconds in a correct manner, by applying float-time or
2099         time-to-seconds.  Also correct compat code accordingly.
2100         The XEmacs branch for itimer-time-difference didn't need correction,
2101         it returned a float already.  Reported by David D. Smith
2102         <ultrasoul@ultrasoul.com>.
2103         (tramp-handle-insert-file-contents): When calling
2104         `file-local-copy', let-bind `inhibit-file-name-operation'
2105         accordingly.  This makes sure that jka-compr is not called when
2106         `insert-file-contents-literally' is invoked.  From Katsumi Yamaoka
2107         <yamaoka@jpl.org>.
2108         (tramp-do-copy-or-rename-via-buffer): Avoid calling jka-compr when
2109         writing the target file.
2110         (tramp-foreign-file-name-handler-alist): Add comment about default
2111         value having to come last.
2112         (tramp-handle-file-local-copy, tramp-handle-write-region): Add the
2113         "-p" hack.
2114         (tramp-handle-copy-file): Set file modes of target file.
2115         (tramp-handle-file-local-copy)
2116         (tramp-do-copy-or-rename-via-buffer): Use binary coding system,
2117         instead of no-conversion.  They are the same on Emacs but
2118         different on XEmacs.
2119         (tramp-shell-prompt-pattern): Allow multiple escape
2120         sequences (each with optional trailing space).
2122         * net/tramp-uu.el:
2123         * net/tramp-util.el:
2124         * net/tramp-efs.el: Use iso-2022-7bit encoding with coding cookie
2125         for XEmacs compatibility.
2127 2003-06-17  Kenichi Handa  <handa@m17n.org>
2129         * term/x-win.el (x-select-request-type): New variable.
2130         (x-select-utf8-or-ctext): New function.
2131         (x-selection-value): New function.
2132         (x-cut-buffer-or-selection-value): Call x-selection-value to get
2133         a selection data.  Set next-selection-coding-system to nil.
2135         * select.el (x-get-selection): If the string returned by
2136         x-get-selection-internal has text property `foreign-selection',
2137         decode it while preserving that property.
2139 2003-06-16  Stefan Monnier  <monnier@cs.yale.edu>
2141         * menu-bar.el (ispell-menu-bar): Don't autoload.
2142         (cvs-global-menu): Use the function rather than the variable.
2144         * pcvs-defs.el (cvs-global-menu): Define as a function as well.
2146         * emacs-lisp/debug.el (debug): Fix call to message.
2148 2003-06-16  Michael Mauger  <mmaug@yahoo.com> (tiny change)
2150         * emulation/cua-base.el (cua-mode): Use explicit arg to turn off
2151         minor modes.
2153 2003-06-16  Stefan Monnier  <monnier@cs.yale.edu>
2155         * emacs-lisp/cl-extra.el (cl-macroexpand-all):
2156         Don't burp if (cadr (caddr found)) encounters a non-list element.
2158         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Use map-keymap.
2159         (defsubst*): Don't put a `cl-whole argument if it's not used.
2161         * emacs-lisp/cl-specs.el (pushnew): Use keywordp.
2163         * emacs-lisp/disass.el (disassemble): Accept plain expressions.
2165         * add-log.el (add-log-edit-prev-comment, add-log-edit-next-comment):
2166         New commands.
2167         (change-log-mode-map): Bind them.
2168         (smerge-resolve-function): Declare to quieten the byte-compiler.
2169         (change-log-mode): Add the keymap to the docstring.
2171 2003-06-16  Luc Teirlinck  <teirllm@mail.auburn.edu>
2173         * simple.el (vis-mode): New function.
2174         (saved-buffer-invisibility-spec): New variable.
2176 2003-06-16  Juanma Barranquero  <lektu@terra.es>
2178         * progmodes/sh-script.el (sh-while-getopts, sh-if, sh-case):
2179         Revert part of previous change.
2181 2003-06-16  Pieter E.J. Pareit  <pieter.pareit@skynet.be>
2183         * progmodes/mixal-mode.el: New file.
2185 2003-06-16  Markus Rost  <rost@math.ohio-state.edu>
2187         * files.el (recover-session-finish): Don't give up when there are
2188         two consecutive empty lines in the auto-save-list file.
2190 2003-06-14  Stefan Monnier  <monnier@cs.yale.edu>
2192         * emacs-lisp/copyright.el (copyright-update-year): New function
2193         extracted from copyright-update.
2194         When `arg' is set, replace the year, not the `copyright' text.
2195         Ignore `copyright-update = nil' if called interactively.
2196         Use "," rather than ", " if that's what was used before.
2197         Recognize mixes of 2 and 4 digit years.
2198         Use replace-match.
2199         (copyright-update): Add interactivep arg.
2200         Use it instead of use last-command.
2201         Use replace-match.  Don't assume (point-min) == 1.
2203         * textmodes/tex-mode.el (tex-compile-commands):
2204         Handle tex-start-commands like tex-start-tex does.
2206         * cus-edit.el (custom-get-fresh-buffer): Kill overlays before erasing
2207         the buffer.
2209 2003-06-13  Ilya N. Golubev  <gin@mo.msk.ru>  (tiny change)
2211         * shell.el (shell-command-separator-regexp): New variable.
2212         (shell-directory-tracker): Make regexp used for skipping to next
2213         command correspond to one used for command itself.
2215 2003-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
2217         * textmodes/texinfmt.el (texinfo-format-scan):
2218         Silence `whitespace-cleanup'.
2220 2003-06-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
2222         * calendar/timeclock.el (display-time-hook)
2223         (timeclock-modeline-display): Define for byte-compiler.
2224         (timeclock-time-to-date, timeclock-workday-remaining)
2225         (timeclock-time-to-seconds, timeclock-seconds-to-time):
2226         Move earlier in the file so defined before used.
2227         (timeclock-status-string): No need for `let*' so use `let'.
2228         (timeclock-query-out): Always return a non-nil value.
2230 2003-06-10  Rajesh Vaidheeswarran  <rv@gnu.org>
2232         * whitespace.el (whitespace-version): Bump to 3.3
2233         (whitespace-cleanup): Respect user preference for silence
2235         * whitespace.el: Remove :tag in commentary :link.  Remove empty
2236         lines in comment, since commentary seems to have a problem with that.
2238 2003-06-09  Stefan Monnier  <monnier@cs.yale.edu>
2240         * textmodes/tex-mode.el (tex-search-noncomment): New macro.
2241         (tex-last-unended-begin, tex-next-unmatched-end): Use it
2242         so we don't get confused by \begin and \end in comments.
2243         (tex-compile): Change dir before calling tex-compile-default.
2245 2003-06-09  Luc Teirlinck  <teirllm@mail.auburn.edu>
2247         * bindings.el (global-map): Bind `kill-whole-line' to
2248         C-S-<backspace>.  Remove M-S-<backspace> binding: too close to
2249         C-M-<backspace>.
2251         * dired.el (dired-re-dot): Make it handle trailing /.
2252         (dired-get-filename): Update documentation string.
2253         Revert previous change and fix typo in earlier version.
2255 2003-06-10  Kim F. Storm  <storm@cua.dk>
2257         * info.el (Info-fontify-node): Make `invisible' property
2258         non-sticky so that whitespace added by filling stays visible.
2259         Make refilling less agressive by starting at beginning of current
2260         line rather than beginning of current paragraph.
2262 2003-06-09  Andreas Schwab  <schwab@suse.de>
2264         * dired.el (dired-get-filename): Complain only about "." and "..",
2265         not all directories.
2267 2003-06-08  Nick Roberts  <nick@nick.uklinux.net>
2269         * gdb-ui.el (gdb-get-current-frame, gdb-frame-handler): Use Gdb
2270         command `info frame' instead of `frame' to preserve point.
2271         (gdb-invalidate-assembler): Only run disassemble again if frame
2272         has changed.
2273         (gdb-append-to-inferior-io): Revert change from 2003-05-17.
2275 2003-06-07  Stefan Monnier  <monnier@cs.yale.edu>
2277         * textmodes/texinfo.el (texinfo-enable-quote-macros): Fix thinko.
2278         (texinfo-insert-@table): Remove unused arg.
2279         (texinfo-show-structure): Remove unused var `source-buffer'.
2281         * info.el (Info-goto-node, Info-follow-reference, Info-menu-update)
2282         (Info-fontify-node): Don't search past header-end.
2283         Use match-string and line-end-position.
2285         * skeleton.el (skeleton-proxy-new): Consume the mark-active state.
2287         * textmodes/tex-mode.el (tex-mode-syntax-table)
2288         (tex-latex-indent-syntax-table): Don't use easy-mmode-defsyntax.
2290 2003-06-07  Jason Rumney  <jasonr@gnu.org>
2292         * mwheel.el (mouse-wheel-up-event, mouse-wheel-down-event):
2293         Use wheel-* events on darwin.
2295 2003-06-06  Era Eriksson  <era@iki.fi>  (tiny change)
2297         * shell.el (shell-resync-dirs): Tolerate an extra line of output
2298         before the list of directories from `shell-dirstack-query' (it
2299         looks for, and ignores, a literal copy of the value of
2300         shell-dirstack-query).
2302 2003-06-06  Lute Kamstra  <Lute.Kamstra@cwi.nl>
2304         * info.el (Info-complete-menu-item): Revert change of 2003-06-03.
2306 2003-06-06  Klaus Zeitler  <kzeitler@lucent.com>
2308         * progmodes/sh-script.el: Fix bug in "Options Loop" skeleton for
2309         ksh.  Add newlines to a few skeletons, add "select" keyword for bash.
2311 2003-06-06  Andreas Schwab  <schwab@suse.de>
2313         * info.el (Info-select-node): Doc fix.
2315 2003-06-06  Miles Bader  <miles@gnu.org>
2317         * frame.el (set-frame-font): Default to frame's current default font.
2319 2003-06-06  Kim F. Storm  <storm@cua.dk>
2321         * info.el (Info-fontify-node): Don't refill over lines ending in a
2322         period; this should fix problems with lists like one in the
2323         (emacs)Library Keywords section.
2325 2003-06-05  Markus Rost  <rost@math.ohio-state.edu>
2327         * dired.el (dired-get-filename): Don't err for . and .. for calls
2328         from dired-add-entry.
2330 2003-06-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
2332         * textmodes/table.el (table-cell-horizontal-chars): Rename from
2333         table-cell-horizontal-char.  Now a string value instead of a
2334         character.  ?= is allowed for horizontal boundary as well as ?-.
2335         (table-command-remap-alist, table-command-list): Change defconst to
2336         defvar because the value is modified.
2337         (table-insert, table-insert-row, table-insert-column)
2338         (table-recognize, table-recognize-region, table-widen-cell)
2339         (table-span-cell, table-split-cell-vertically): Change due to
2340         table-cell-horizontal-chars.
2341         (table--cell-horizontal-char-p): New function.
2342         (table--generate-source-scan-lines, table-delete-row)
2343         (table-delete-column, table--spacify-frame)
2344         (table--find-row-column, table--probe-cell-left-up)
2345         (table--probe-cell-right-bottom, table--probe-cell): Change due to
2346         table-cell-horizontal-chars.  From David Abrahams
2347         <dave@boost-consulting.com>
2349 2003-06-05  Juanma Barranquero  <lektu@terra.es>
2351         * gud.el: Moved to progmodes.
2353 2003-06-05  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>  (tiny change)
2355         * progmodes/tcl.el (tcl-mode): Set imenu-generic-expression to the
2356         value of tcl-imenu-generic-expression instead of the symbol.
2358 2003-06-05  Luc Teirlinck  <teirllm@mail.auburn.edu>
2360         * info.el (Info-mode): Mention `c' and remove duplicate mention
2361         of `q' in documentation string.
2363 2003-06-05  Lute Kamstra  <Lute.Kamstra@cwi.nl>
2365         * shell.el (shell-mode): Put `shell-filter-ctrl-a-ctrl-b' on
2366         `comint-output-filter-functions' when bash is used as the inferior
2367         shell.
2368         (shell-filter-ctrl-a-ctrl-b): New function.
2370 2003-06-05  Dave Love  <fx@gnu.org>
2372         * vc-hooks.el (vc-make-backup-files): Add :group backup.
2374 2003-06-05  Kim F. Storm  <storm@cua.dk>
2376         * info.el (Info-fontify-node): Individually refill menus and
2377         paragraphs to preserve menu items and varying indentation.
2378         Only color first 9 menu items differently.
2380 2003-06-05  Juanma Barranquero  <lektu@terra.es>
2382         * desktop.el: Add new maintainer.
2384 2003-06-04  Stefan Monnier  <monnier@cs.yale.edu>
2386         * textmodes/sgml-mode.el (sgml-parse-tag-backward): Try and detect
2387         when we're starting from within a tag.
2388         (sgml-get-context): When called from inside a tag, do something useful.
2389         Rename the arg now that it's never used for `full' context anymore.
2390         (sgml-calculate-indent): Make `lcon' an argument.
2391         Return nil when we DON'T know what to do.
2392         If the initial lcon turns out to be wrong, try again.
2393         (sgml-indent-line): If sgml-calculate-indent returns nil, don't indent.
2395 2003-06-04  Jason Rumney  <jasonr@gnu.org>
2397         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
2398         Default to new wheel-up and wheel-down events on MacOS.
2400         * term/mac-win.el: No need to bind wheel events specially.
2402 2003-06-04  Luc Teirlinck  <teirllm@mail.auburn.edu>
2404         * simple.el (yank-excluded-properties): Expand documentation string.
2406 2003-06-04  Richard M. Stallman  <rms@gnu.org>
2408         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p):
2409         Use with-no-warnings.
2411         * gud.el (gud-minor-mode-type): Move defvar up.
2413         * progmodes/compile.el (compilation-next-error): When moving fwd,
2414         compare position of point with the errors.
2416         * dired.el (dired-get-filename): Err for . and .. in usual case.
2417         (dired-get-file-for-visit): Specify no-error to dired-get-filename,
2418         and check for real errors here.
2419         (dired-unmark-all-files): Specify no-error to dired-get-filename.
2421         * buff-menu.el (list-buffers-noselect): Use window-inside-edges
2422         to compute the number of offset spaces.
2423         (list-buffers-noselect): Use Buffer-menu-buffer+size to
2424         indent the dashes properly.  Put some in fixed-pitch.
2426 2003-06-04  Lars Hansen  <larsh@math.ku.dk>
2428         * desktop.el (desktop-create-buffer): Undo last change.
2429         (desktop-kill, desktop-save, desktop-remove): Use expand-directory
2430         rather than concat to construct desktop filename.
2431         (desktop-kill, desktop-read, desktop-change-dir):
2432         Ensure desktop-dirname is a directory name.
2433         (desktop-change-dir): Fix bug when DIR was relative.
2435 2003-06-04  Alex Coventry  <alex_c@mit.edu>  (tiny change)
2437         * files.el (after-find-file): Fix arguments of call to `sit-for'.
2439 2003-06-03  Stefan Monnier  <monnier@cs.yale.edu>
2441         * info.el (Info-extract-menu-node-name): Remove unused arg errmessage.
2442         (Info-follow-reference): Update corresponding call.
2443         (Info-node-spec-re): New const.
2444         (Info-complete-menu-item): Use it to only allow : when necessary.
2445         (Info-fontify-node): Use it as well.  Fixup typo.
2447         * info.el (info-fontify-node): Use better help-echo text.
2448         Use :align-to display prop.
2449         Use `invisible' rather than `display' prop to hide text.
2451         * info.el (Info-mode-hook): Obey obsolete `Info-fontify'.
2452         (Info-find-in-tag-table-1): Remove unused vars.
2453         (Info-display-images-node): Remove unused var paragraph-markers.
2454         (Info-header-line): Remove.
2455         (Info-select-node): Don't set it.
2456         (Info-search): Remove unused var `current'.
2457         (Info-follow-reference): Remove unused var `beg'.
2458         (Info-extract-menu-node-name): Remove unused var `i'.
2459         (Info-complete-menu-item): Use `with-current-buffer'.
2460         (Info-index): Remove unused var `rnode'.
2461         (Info-mode): Set header-line-format to check text-properties directly.
2462         (Info-find-emacs-command-nodes): Remove unused var `found' and `exact'.
2463         (Info-fontify-node): Use `push'.
2464         (Info-speedbar-hierarchy-buttons): Use `dolist'.
2465         (Info-speedbar-goto-node, Info-speedbar-fetch-file-nodes):
2466         Check the return value of `string-match'.
2467         (Info-speedbar-fetch-file-nodes): Factor out common code.
2469 2003-06-03  Lute Kamstra  <Lute.Kamstra@cwi.nl>
2471         * cus-edit.el (custom-get-fresh-buffer): Test for nonexistence buffer.
2473 2003-06-03  Richard M. Stallman  <rms@gnu.org>
2475         * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
2476         Add save-excursion.
2478         * windmove.el (windmove-reference-loc, windmove-frame-edges):
2479         Use window-inside-edges.
2480         (windmove-do-window-select): Fix error messages.
2482         * files.el (after-find-file): Simplify msg if nonexistent directory.
2483         (make-directory): Doc fix.
2485         * dabbrev.el (dabbrev--goto-start-of-abbrev):
2486         Use minibuffer-prompt-end.
2488         * comint.el (comint-move-point-for-output): Renamed from
2489         comint-scroll-to-bottom-on-output.  Old name is alias.
2490         All uses changed.  Doc fix.
2491         (comint-scroll-show-maximum-output): Doc fix.
2493         * comint.el (comint-exec-1): Don't use directory-sep-char.
2494         (comint-dynamic-complete-as-filename): Likewise.
2496         * bindings.el (global-map): Delete C-M-delete and C-M-backspace.
2498 2003-06-03  Markus Rost  <rost@math.ohio-state.edu>
2500         * progmodes/ps-mode.el (ps-mode): Use autoload cookie in the
2501         standard way.
2503 2003-06-02  Stefan Monnier  <monnier@cs.yale.edu>
2505         * textmodes/bibtex.el (bibtex-member-of-regexp)
2506         (bibtex-assoc-of-regexp, bibtex-format-entry, bibtex-find-entry)
2507         (bibtex-autokey-demangle-name, bibtex-string-files-init, bibtex-mode):
2508         Fix up regexp usage and use match-string.
2510 2003-06-02  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
2512         * textmodes/bibtex.el: Long overdue merge.
2513         Don't require `compile' since it seems unnecessary.
2514         For all internal variables and functions the docstring comments have
2515         been converted into proper docstrings
2516         (bibtex-maintainer-address, bibtex-maintainer-salutation)
2517         (bibtex-version): Remove support for bug reporting.
2518         (bibtex-field-delimiters, bibtex-entry-delimiters)
2519         (bibtex-sort-ignore-string-entries, bibtex-maintain-sorted-entries)
2520         Replace make-variable-buffer-local by make-local-variable for
2521         (bibtex-entry-format): New tag `required-fields'.
2522         (bibtex-maintain-sorted-entries): New var.
2523         (bibtex-sort-entry-class, bibtex-sort-entry-class-alist): New vars.
2524         (bibtex-predefined-month-strings, bibtex-predefined-strings):
2525         Make into alists with pairs (abbreviation expansion).
2526         (bibtex-autokey-titleword-change-strings)
2527         (bibtex-autokey-transcriptions): Make into alists.
2528         Add new replacement pairs.
2529         (bibtex-autokey-use-crossref): New var.
2530         Replace bibtex-autokey-year-use-crossref-entry because updated code
2531         for autokey generation handles crossrefs independently of
2532         particular fields.
2533         (bibtex-reference-key, bibtex-mode-syntax-table):
2534         Remove = because it can't be part of a string's key.
2535         (bibtex-complete-key-cleanup): New var.
2536         (bibtex-complete): Merge bibtex-complete-string and bibtex-complete-key
2537         into it (and bind to M-tab).
2538         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
2539         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
2540         (bibtex-quoted-string-re): New vars.
2541         (bibtex-field-name-for-parsing): Don't make-variable-buffer-local.
2542         (zmacs-regions): Declare to quieten the byte-compiler.
2543         (bibtex-comment-start): Don't include the space.
2544         (bibtex-font-lock-syntactic-keywords): New var.
2545         (bibtex-font-lock-keywords): Remove the entry for @Comment.
2546         (bibtex-parse-field-string): Merge the functionality of
2547         bibtex-parse-field-string-braced, bibtex-parse-quoted-string and
2548         bibtex-parse-field-string-quoted.
2549         (bibtex-search-forward-field-string): Remove.
2550         (bibtex-parse-association): Use when.
2551         (bibtex-parse-field-name): Use when.
2552         (bibtex-parse-field-text): Use when and cond.
2553         (bibtex-parse-field): Use let.
2554         (bibtex-search-forward-field, bibtex-search-backward-field):
2555         Make bound optional, use let, setq, and cddr.
2556         (bibtex-start-of-field, bibtex-start-of-name-in-field)
2557         (bibtex-end-of-name-in-field): Use nth.
2558         (bibtex-name-in-field, bibtex-text-in-field-bounds)
2559         (bibtex-text-in-field, bibtex-type-in-head, bibtex-key-in-head)
2560         (bibtex-text-in-string): New functions.
2561         (bibtex-reference-key-in-string): New fun.  Merge of
2562         bibtex-start-of-reference-key-in-string and
2563         bibtex-end-of-reference-key-in-string.
2564         (bibtex-parse-string-prefix): Use let and when.
2565         (bibtex-parse-string-postfix): Use when.
2566         (bibtex-search-forward-string, bibtex-search-backward-string):
2567         Use save-excursion and setq.
2568         (bibtex-member-of-regexp): Use let.
2569         (bibtex-assoc-of-regexp): Use caar und let.
2570         (bibtex-skip-to-valid-entry): Return buffer position.
2571         (bibtex-map-entries): Use save-excursion.
2572         (bibtex-progress-message): Simplify.
2573         (bibtex-search-entry): Use skip-chars-forward, when, save-match-data.
2574         (bibtex-move-outside-of-entry): Handle the case that point is before
2575         first entry.
2576         (bibtex-enclosing-field): Use save-excursion, when.
2577         (bibtex-format-field-delimiters): Merge into bibtex-format-entry.
2578         (bibtex-enclosing-entry-maybe-empty-head): Simplify.
2579         (bibtex-format-entry): Simplify.  Handle new tag required-fields of
2580         bibtex-entry-format.
2581         (bibtex-autokey-abbrev): Accept negative values of len.
2582         (bibtex-autokey-get-field, bibtex-autokey-demangle-title): New funs.
2583         (bibtex-autokey-get-namefield, bibtex-autokey-get-namelist)
2584         (bibtex-autokey-get-yearfield-digits, bibtex-autokey-get-yearfield)
2585         (bibtex-autokey-get-titlestring): Remove.
2586         (bibtex-autokey-get-names): Simplify.
2587         (bibtex-autokey-get-titles): Rename to bibtex-autokey-get-title.
2588         (bibtex-autokey-demangle-name): Simplify, avoid error messages.
2589         (bibtex-generate-autokey): Simplify.
2590         (bibtex-parse-keys): Simplify, use push.
2591         (bibtex-parse-strings): New fun similar to bibtex-parse-keys.
2592         (bibtex-string-files-init): New fun.
2593         (bibtex-parse-buffers-stealthily): Use bibtex-parse-keys,
2594         bibtex-string-files-init and bibtex-parse-strings.
2595         (bibtex-complete): Rename to bibtex-complete-internal, use push,
2596         bibtex-reference-key-in-string, no sorting.
2597         (bibtex-complete-string-cleanup): New fun, displays expansion of
2598         completed strings.
2599         (bibtex-choose-completion-string): New fun.  Required for
2600         choose-completion-string-functions.
2601         (bibtex-do-auto-fill): Remove.  Set fill-prefix in bibtex-mode.
2602         (bibtex-pop): Simplify.
2603         (bibtex-mode): Move setting of bibtex-string to bibtex-parse-strings.
2604         Set choose-completion-string-functions.
2605         (bibtex-print-help-message,bibtex-make-field, bibtex-end-of-entry)
2606         (bibtex-count-entries): Simplify.
2607         (bibtex-entry-index, bibtex-lessp): New funs for generalized sorting
2608         scheme of indices, see bibtex-maintain-sorted-entries.
2609         (bibtex-sort-buffer): Use bibtex-lessp for sorting.
2610         (bibtex-find-crossref, bibtex-find-entry): New funs.
2611         (bibtex-find-entry-location): Rename to bibtex-prepare-new-entry, use
2612         bibtex-lessp, Simplify.
2613         (bibtex-validate): Simplify.  Fixe bug of internal variable
2614         questionable-month.
2615         (bibtex-remove-OPT-or-ALT): Use when.
2616         (bibtex-remove-delimiters, bibtex-kill-field, bibtex-kill-entry)
2617         (bibtex-clean-entry, bibtex-fill-entry, bibtex-reformat): Simplify.
2618         (bibtex-convert-alien): Use deactivate-mark rather than the
2619         non-existent bibtex-mark-active variable.
2620         (bibtex-complete-string, bibtex-complete-key): Merge into new
2621         `smart' defun bibtex-complete.
2622         (bibtex-String): Update for new sorting scheme, distinguish empty and
2623         non-empty key strings.
2625 2003-06-02  Stefan Monnier  <monnier@cs.yale.edu>
2627         * sort.el (sort-subr): Add `predicate' arg.  Remove `sortcar' code.
2629 2003-06-02  Lute Kamstra  <Lute.Kamstra@cwi.nl>
2631         * emacs-lisp/lisp-mnt.el (lm-synopsis): Use relative filenames
2632         correctly.  Show the synopsis to the user when appropriate.
2633         Do not kill buffers that were created outside `lm-synopsis'.
2635 2003-06-01  Stefan Monnier  <monnier@cs.yale.edu>
2637         * cus-edit.el (custom-get-fresh-buffer): Be extra paranoid,
2638         just in case some used a file of the wrong name.
2640         * progmodes/sh-script.el (sh-is-quoted-p): New fun.
2641         (sh-font-lock-paren): Use it to allow \C in case patterns.
2642         (sh-get-indent-info): Check the \n before the line for string-status.
2643         (sh-feature): Remove unused var `function'.
2644         (sh-get-indent-info): Remove unused variables.
2645         (sh-prev-thing): Remove unused vars `going', `n', and `found'.
2646         (sh-set-indent): Remove unused var `new-val' and `val0'.
2647         (sh-learn-buffer-indent): Remove unused vars `last-pos' and `lines'.
2648         (sh-guess-basic-offset): Remove unused var `return' and `j'.
2650 2003-05-27  David Ponce  <david@dponce.com>
2652         * ruler-mode.el
2654         Version 1.6
2656         Take into account changes made to the display margins, fringes and
2657         scroll-bar handling.
2659         (ruler-mode-margins-char): Remove.  Not used anymore.
2660         (ruler-mode-pad-face, ruler-mode-fringes-face): New faces.
2661         (ruler-mode-margins-face): New definition.  Move.
2662         (ruler-mode-left-fringe-cols)
2663         (ruler-mode-right-fringe-cols)
2664         (ruler-mode-left-scroll-bar-cols)
2665         (ruler-mode-right-scroll-bar-cols): Reimplement.  Move.
2666         (ruler-mode-full-window-width)
2667         (ruler-mode-window-col): New functions.
2668         (ruler-mode-mouse-set-left-margin)
2669         (ruler-mode-mouse-set-right-margin)
2670         (ruler-mode-mouse-add-tab-stop)
2671         (ruler-mode-mouse-del-tab-stop): Reimplement.
2672         (ruler-mode-mouse-current-grab-object): Rename to...
2673         (ruler-mode-dragged-symbol): New.
2674         (ruler-mode-mouse-grab-any-column): Use it.  Clean up.
2675         (ruler-mode-mouse-drag-any-column): Likewise.
2676         (ruler-mode-mouse-drag-any-column-iteration): Simplify.
2677         (ruler-mode): Restore previous `header-line-format' if
2678         `ruler-mode-header-line-format-old' has a local binding in current
2679         buffer.
2680         (ruler-mode-left-margin-help-echo)
2681         (ruler-mode-right-margin-help-echo): Remove.
2682         (ruler-mode-margin-help-echo)
2683         (ruler-mode-fringe-help-echo): New constants.
2684         (ruler-mode-ruler): Use them.  Reimplement.
2686 2003-06-01  Jason Rumney  <jasonr@gnu.org>
2688         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
2689         Default to new wheel-up and wheel-down events on Windows.
2691         * term/w32-win.el: No need to bind wheel events specially.
2693 2003-06-01  Michael Kifer  <kifer@cs.stonybrook.edu>
2695         * desktop.el (desktop-create-buffer): Add (desktop-first-buffer) to
2696         the let-statement to avoid the startup error that desktop-first-buffer
2697         is undefined.
2699 2003-06-01  Andreas Schwab  <schwab@suse.de>
2701         * man.el (Man-name-regexp): Also match Latin-1 soft hyphen.
2702         (Man-build-references-alist): Handle Latin-1 soft hyphen.
2704 2003-05-31  Stephen Eglen  <stephen@gnu.org>
2706         * iswitchb.el (iswitchb-buffer-ignore): Update custom type to
2707         allow functions.
2709 2003-05-31  Stefan Monnier  <monnier@cs.yale.edu>
2711         * view.el (view-file, view-file-other-window, view-file-other-frame):
2712         Signal an error when trying to visit an inexistent file.
2714         * vc-hooks.el (vc-call-backend): Give better error message
2715         when a backend function is missing.
2716         (vc-find-file-hook): USe unless.  Merge if and cond.
2718         * vc.el (vc-directory-exclusion-list): Add MCVS and .svn.
2719         (vc-checkin-hook): Adjust option to new name.
2721         * log-edit.el (log-edit-maximum-comment-ring-size)
2722         (log-edit-comment-ring, log-edit-comment-ring-index)
2723         (log-edit-last-comment-match): Rename vars from
2724         vc-maximum-comment-ring-size, vc-comment-ring, vc-comment-ring-index,
2725         and vc-last-comment-match.
2726         (log-edit-new-comment-index, log-edit-previous-comment)
2727         (log-edit-next-comment, log-edit-comment-search-backward)
2728         (log-edit-comment-search-forward, log-edit-comment-to-change-log):
2729         Rename funs from vc-new-comment-index, vc-previous-comment,
2730         vc-next-comment, vc-comment-search-reverse, vc-comment-search-forward,
2731         and vc-comment-to-change-log.
2733         * wid-edit.el (widget-specify-insert): Simplify.
2734         (widget-editable-list-entry-create): Don't assume that %d and %i are
2735         in the format string.
2736         (widget-map-buttons): Remove unused var `parent'.
2737         (widget-move): Remove unused shadowed var `new'.
2738         (widget-color-action): Remove unused var `pos'.
2740         * cus-edit.el (custom-get-fresh-buffer): New fun.
2741         (custom-buffer-create, custom-buffer-create-other-window)
2742         (customize-browse): Use it instead of killing buffers.
2743         (custom-bury-buffer): Obey the argument.
2744         (custom-variable-reset-saved, custom-variable-reset-standard):
2745         Remove unused var `comment-widget'.
2746         (custom-face-edit-deactivate): Remove unused var `to'.
2747         (custom-save-variables): Remove unused var `sep'.
2749 2003-05-31  John Paul Wallington  <jpw@gnu.org>
2751         * files.el (large-file-warning-threshold): Add type, groups.
2753         * progmodes/delphi.el (delphi-ignore-changes): Defvar; non-constant.
2755 2003-05-31  Kenichi Handa  <handa@m17n.org>
2757         * files.el (recover-file): Bind coding-system-for-read to
2758         auto-save-coding.
2760 2003-05-31  Juanma Barranquero  <lektu@terra.es>
2762         * misc.el (mark-beginning-of-buffer, mark-end-of-buffer)
2763         (upcase-char, forward-to-word, backward-to-word): Move from unused.el.
2765         * unused.el: Deleted (contents moved to misc.el).
2767         * options.el:
2768         * emacs-lisp/float.el:
2769         * textmodes/scribe.el: Moved to obsolete.
2771         * byte-run.el:
2772         * derived.el:
2773         * float-sup.el:
2774         * map-ynp.el:
2775         * regi.el:
2776         * timer.el:
2777         * warnings.el: Moved to emacs-lisp.
2779         * enriched.el: Moved to textmodes.
2781         * textmodes/outline.el: Moved to lisp.
2783         * which-func.el: Moved to progmodes.
2785         * loadup.el: Load byte-run.el, map-ynp.el, timer.el and float-sup.el
2786         from emacs-lisp.
2788 2003-05-31  Tom Wurgler  <twurgler@goodyear.com>  (tiny change)
2790         * subr.el (looking-back): New function to check for regular
2791         expression before point.
2793 2003-05-30  Stefan Monnier  <monnier@cs.yale.edu>
2795         * newcomment.el (comment-empty-lines): New var.
2796         (comment-region-internal): Use it.
2798         * textmodes/tex-mode.el (latex-block-args-alist)
2799         (latex-block-body-alist): New vars.
2800         (latex-insert-block): Use them.
2801         (tex-string-prefix-p): New fun.
2802         (tex-guess-main-file): Use it to detect when the main file
2803         is in a parent directory.
2804         (tex-main-file): Try to find a main-file in parent directories.
2805         (tex-compile-default): Don't use `gv' on pdf files just because
2806         `gv' was used recently on a ps file.  Remove unused arg `dir'.
2807         Reuse a previous command as-is if it applied to the same file.
2808         (tex-compile): Use the right file name when file is not in dir.
2810         * textmodes/refill.el (refill-adjust-ignorable-overlay):
2811         Don't hardcode pint-min == 1.
2812         (refill-fill-paragraph-at): Use a more robust method to detect
2813         when the paragraph is after point.  Remove unused var `fill-pfx'.
2815         * xml.el (xml-parse-tag): Return (foo nil) rather than (foo nil "")
2816         for <foo/>, to make it behave like <foo></foo>.
2818         * emacs-lisp/edebug.el (edebug-storing-offsets): Move indent
2819         and debug to inside the macro.
2820         (edebug-read-storing-offsets): Simplify.
2821         (edebug-read-quote, edebug-read-function): Place the
2822         start-position correctly.
2823         (edebug-read-backquote-new): Remove.
2824         (edebug-read-backquote-level): New var to replace it.
2825         (edebug-read-backquote): Increment it.
2826         Don't store offsets one extra time.
2827         (edebug-read-comma): Decrement it.  Read the comma as a plain
2828         symbol if outside of any new-style backquote.
2829         (edebug-read-list): Use edebug-read-backquote-level.
2830         Don't call edebug-read-backquote directly.  This way the extra
2831         offsets store is done exactly when it's needed.
2832         (edebug-read-vector): Use push.
2833         (defmacro): Add support for the `declare' thingy.
2835 2003-05-29  Stefan Monnier  <monnier@cs.yale.edu>
2837         * forms.el (forms-mode-hook): Rename from forms-mode-hooks.
2838         (forms-mode): Use add-hook rather than make-local-variable+setq.
2839         Use with-current-buffer.  Run the new and the old hooks.
2840         (forms--update): Use with-current-buffer and line-end-position.
2841         (forms--goto-record): New fun.
2842         (forms-jump-record, forms-insert-record, forms-delete-record): Use it.
2843         (forms--process-format-list): Remove unused var `this-item'.
2844         (forms--intuit-from-file): Remove unused var `the-result'.
2845         (forms--trans): Remove unused var `x'.
2846         (forms--exit, forms-exit, forms-exit-no-save): Remove unused arg.
2848         * emacs-lisp/edebug.el (edebug-window-list): Use push.
2849         (edebug-macrop): Use functionp.
2850         (edebug-functionp): Remove.
2851         (edebug-get-displayed-buffer-points): Use push.
2852         (edebug-set-buffer-points): Use save-current-buffer and buffer-live-p.
2853         (edebug-list-form): Remove dead code.
2854         (backquote-form): Correctly handle `(a . ,b).
2855         (edebug-mode-map, global-edebug-map): Move init to inside the defvar.
2856         (define-derived-mode, define-minor-mode): Remove outdated spec.
2857         (save-match-data, with-output-to-string, with-current-buffer)
2858         (combine-after-change-calls, with-temp-buffer, dolist, dotimes)
2859         (unless, when): Remove specs that are now in the corresponding macro.
2861         * emacs-lisp/easy-mmode.el (define-minor-mode): Add edebug spec.
2862         Accept a :keymap argument, as you'd expect.
2864         * derived.el (define-derived-mode): Add a proper edebug declaration.
2866 2003-05-29  Luc Teirlinck  <teirllm@mail.auburn.edu>
2868         * simple.el (kill-whole-line): Make it interact correctly with
2869         the kill ring.
2871 2003-05-29  Kenichi Handa  <handa@m17n.org>
2873         * international/mule.el (ctext-non-standard-encodings-alist):
2874         Rename from non-standard-icccm-encodings-alist.
2875         (ctext-non-standard-encodings-regexp): New variable
2876         (ctext-post-read-conversion): Full rewrite.
2877         (ctext-non-standard-designations-alist): Rename from
2878         non-standard-designations-alist.
2879         (ctext-pre-write-conversion): Full rewrite.
2881 2003-05-28  Stefan Monnier  <monnier@cs.yale.edu>
2883         * info.el (Info-fontify-node): Hide \n------- rather than -------\n.
2885         * skeleton.el (skeleton-edebug-spec): First cut of an edebug spec.
2886         (define-skeleton): Use it.
2888 2003-05-28  Andreas Schwab  <schwab@suse.de>
2890         * descr-text.el (describe-char): Use `char' instead of
2891         `(char-after)'.  Fix display of unicode.
2893 2003-05-28  Nick Roberts  <nick@nick.uklinux.net>
2895         * gud.el (gud-gdb-goto-stackframe, gud-gdb-get-stackframe):
2896         Add server prefix to the gdb commands used by the speedbar.
2898 2003-05-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2900         * simple.el (kill-region): If nothing was killed, and the
2901         previous command was not a kill, break kill sequence.
2903 2003-05-28  Richard M. Stallman  <rms@gnu.org>
2905         * textmodes/refill.el (refill-fill-paragraph-at):
2906         Avoid refilling the following paragraph.
2907         (refill-doit): Doc fix.
2909         * emulation/vip.el (ctl-x-map): Don't bind C-x C-i or C-x 3.
2910         (global-map): Don't bind C-z.
2911         (vip-setup): New function to rebind C-x 7 and C-z.
2913         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
2914         Undo previous change (don't check for eob).  Widen at the beginning.
2916         * map-ynp.el (map-y-or-n-p): No special handling for exit-prefix.
2917         In help string, mention C-g but not ESC.
2919         * jka-compr.el (jka-compr-insert-file-contents):
2920         When REPLACE, delete the proper range of text.
2922         * info.el (Info-index): Add autoload cookie.
2924         * forms.el (forms-mode): Use write-file-functions instead
2925         of local-write-file-hooks.  Use make-local-variable to make it local.
2927         * descr-text.el (describe-char-unicode-data): New dummy definition.
2928         (unicode-data): Comment out since we can't use UnicodeData.txt as is.
2929         (describe-char-unicodedata-file): Variable renamed and commented out.
2931         * faces.el (set-face-attribute): Set face-modified prop to t
2932         when we change the new-frame defaults.
2933         (face-spec-set): Set face-modified prop to nil
2934         when we change the new-frame defaults.
2936         * cus-edit.el (custom-face-state-set): non-nil `face-modified'
2937         means face was set outside of Custom.
2939 2003-05-28  Richard M. Stallman  <rms@gnu.org>
2941         * byte-run.el (with-no-warnings): New function.
2943         * emacs-lisp/bytecomp.el (byte-compile-no-warnings): New function.
2944         (with-no-warnings): Set up compile handler.
2946         * startup.el (command-line-1): Use with-no-warnings.
2948         * type-break.el (type-break-cancel-function-timers):
2949         Use with-no-warnings.
2951 2003-05-28  Luc Teirlinck  <teirllm@mail.auburn.edu>
2953         * env.el (substitute-env-vars): Fix typo.
2955 2003-05-28  Walter C. Pelissero  <walter@pelissero.de>  (tiny change)
2957         * net/browse-url.el (browse-url-mozilla): Correct the conditionals
2958         for using ,new-window.
2960 2003-05-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
2962         * progmodes/sh-script.el (sh-here-document-word):
2963         Document new treatment of leading "-".
2964         (sh-maybe-here-document): Strip a leading "-" from closing
2965         heredoc delimiter, if present.
2967         * align.el (align-rules-list): Doc fix.
2969         * calendar/timeclock.el: Update copyright.
2970         (timeclock-ask-before-exiting): Put `timeclock-query-out' on
2971         `kill-emacs-query-functions' rather than `kill-emacs-hook'.
2972         (timeclock-mode-string): Doc fix.
2973         (timeclock-modeline-display): Doc fix.  Use `global-mode-string'
2974         rather than `mode-line-format'.
2975         (timeclock-query-out): Doc fix.
2976         (timeclock-update-modeline): No need for `let*', so use `let'.
2977         Add some help-echo text to `timeclock-mode-string'.
2978         (timeclock-mode-string): Give it the risky-local-variable
2979         property, so that help-echo text will display.
2980         (timeclock-find-discrep): Set `accum' to 0 if
2981         `timeclock-discrepancy' is nil.
2983 2003-05-27  Stefan Monnier  <monnier@cs.yale.edu>
2985         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
2986         Don't infinite loop at bob.
2987         (emacs-lisp-mode): Mark its main custom group to be `lisp'.
2988         (prin1-char): New fun.
2989         (eval-last-sexp-1): Use it.  Use with-syntax-table as well.
2990         (eval-defun-1): Don't replace `defvar' with `defconst'.
2992 2003-05-27  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2994         * bindings.el (global-map): Bind M-S-<backspace to kill-whole-line.
2996 2003-05-26  Stefan Monnier  <monnier@cs.yale.edu>
2998         * gud.el (gud-find-class): Remove unused var `pos'.
2999         (gdb-script-mode-syntax-table, gdb-script-font-lock-keywords)
3000         (gdb-script-font-lock-syntactic-keywords)
3001         (gdb-script-font-lock-syntactic-face, gdb-script-basic-indent)
3002         (gdb-script-skip-to-head, gdb-script-calculate-indentation)
3003         (gdb-script-indent-line, gdb-script-mode): New mode to edit
3004         .gdbinit-like scripts.
3006 2003-05-26  John Paul Wallington  <jpw@gnu.org>
3008         * faces.el (display-supports-face-attributes-p): Doc fix.
3009         (x-create-frame-with-faces): Call `face-set-after-frame-default'.
3011 2003-05-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
3013         * bindings.el (global-map): Don't bind S-<backspace>.  Too many
3014         people hit it by mistake.
3016 2003-05-26  Andre Spiegel  <spiegel@gnu.org>
3018         * vc.el (vc-delete-file): Fix free variable reference.
3019         (vc-annotate-display): Remove obsolesence declaration; it isn't
3020         obsolete.
3022 2003-05-25  Kevin Ryde  <user42@zip.com.au>
3024         * info-look.el (autoconf-mode setups): Recognise AH_ and AU_ entries
3025         in "(autoconf)Autoconf Macro Index".  Add "(autoconf)M4 Macro Index"
3026         and "(autoconf)Autotest Macro Index".  Remove duplicate copy of
3027         "(automake)Macro and Variable Index".  Keep automake after all
3028         autoconf possibilities, so as to prefer those.
3030 2003-05-25  Stefan Monnier  <monnier@cs.yale.edu>
3032         * skeleton.el (skeleton-internal-1): Don't loop if interactor of
3033         subskeleton is nil.
3034         (skeleton-pair-default-alist): New var.
3035         (skeleton-pair-insert-maybe): Use it.  Don't munge multibyte chars.
3037 2003-05-25  Nick Roberts  <nick@nick.uklinux.net>
3039         * gdb-ui.el (gdb-info-breakpoints-custom, gdb-assembler-custom):
3040         Put string associated with breakpoint at start of line so that it
3041         is always visible.
3042         (gdb-display-source-buffer): Display assembler during execution,
3043         when requested.
3044         (gud-menu-map): Add a toggle button to menubar for gdb-many-windows.
3045         (gdb-many-windows): Define explicitly as a function and a variable
3046         (formerly as a minor mode). These need to be global so layout can
3047         be reset from any buffer.
3048         (gdb-assembler-mode): Keep fringe outside margin as the overlay
3049         arrow is not used for assembler.
3051 2003-05-25   Tim Van Holder  <tim.vanholder@anubex.com>
3053         * which-func.el (which-func-update-timer): New variable.
3054         (which-function-mode): Use it.
3056 2003-05-25  Richard M. Stallman  <rms@gnu.org>
3058         * simple.el (idle-update-delay): New variable.
3060 2003-05-25  Luc Teirlinck  <teirllm@mail.auburn.edu>
3062         * simple.el (forward-visible-line): Fix negative arguments.
3064 2003-05-25  Juanma Barranquero  <lektu@terra.es>
3066         * skeleton.el (skeleton-pair-insert-maybe): Remove leftover
3067         reference to skeleton-abbrev-cleanup.
3069 2003-05-24  Andreas Schwab  <schwab@suse.de>
3071         * files.el (insert-directory): Preserve CR in a file name.
3073 2003-05-24  Stefan Monnier  <monnier@cs.yale.edu>
3075         * skeleton.el (skeleton-abbrev-cleanup, skeleton-proxy):
3076         Remove obsolete code.
3078         * term/w32-win.el (iconify-or-deiconify-frame):
3079         * term/mac-win.el (iconify-or-deiconify-frame): Move to frame.el.
3081         * term/x-win.el (iconify-or-deiconify-frame): Move to frame.el.
3082         Turn on mouse-wheel support by default.
3084         * frame.el (iconify-or-deiconify-frame): Move from term/x-win.el.
3086 2003-05-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
3088         * net/tramp.el: Version 2.0.34 released.
3089         (tramp-handle-file-symlink-p): If target of symlink is absolute,
3090         return a Tramp filename.  (Ie, return "/user@host:/target" instead
3091         of "/target".)
3092         (tramp-handle-file-truename): Deal with new return value from
3093         `file-symlink-p'.
3094         (tramp-handle-expand-file-name): Make default method explicit in
3095         file name.
3096         (tramp-unified-filenames): Move to an earlier spot in the file.
3097         (top-level): If tramp-unified-filenames is set and we're running
3098         on XEmacs, load tramp-efs.
3099         (tramp-wait-for-shell-prompt, tramp-barf-if-no-shell-prompt):
3100         New functions, used by tramp-send-command-internal.
3101         (tramp-open-connection-setup-interactive-shell): Simplify using
3102         `tramp-send-command-internal'.
3103         (tramp-send-command-internal): New function.
3104         (tramp-methods): New entries "remsh" and "remcp" are like "rsh"
3105         and "rcp" but invoke "remsh" instead of "rsh".  This is useful on
3106         Cray systems, for instance.  Unify tramp-rsh-program,
3107         tramp-telnet-program, tramp-su-program into tramp-login-program.
3108         Likewise with tramp-login-args, tramp-copy-program,
3109         tramp-copy-args, tramp-copy-keep-date-arg.  Users changed.  New
3110         method plink1; like plink but pass "-1" to force protocol version 1.
3111         (tramp-default-method): Use plink as the default on machines where
3112         the plink program is present.
3113         (tramp-completion-file-name-handler): Add safe-magic property.
3114         (tramp-shell-prompt-pattern): Allow ANSI escapes at
3115         end of prompt.  (ANSI escapes elsewhere in the prompt are
3116         recognized properly already.)
3118         * net/tramp-efs.el: New file.
3120 2003-05-24 Michael Albinus  <Michael.Albinus@alcatel.de>
3122         * net/tramp.el (tramp-handle-file-truename): `sym' shouldn't be
3123         quoted.
3124         (tramp-methods, tramp-multi-connection-function-alist):
3125         Use argument "-p Password:" for "sudo" method, because password prompt
3126         might be changed by either passprompt option in /etc/sudoers, or
3127         SUDO_PROMPT environment variable.  Suggested by Peter Oliver
3128         <peter.oliver@aquila-networks.co.uk>.
3130 2003-05-23  Stefan Monnier  <monnier@cs.yale.edu>
3132         * mail/supercite.el: Use `push' and replace `regi-pos' by equivalents.
3133         (sc-emacs-features): Remove.  Use better tests instead.
3134         (sc-minor-mode): Use define-minor-mode.
3135         (sc-mode-string, sc-set-mode-string): Remove.
3136         Use a better modeline expression instead.
3137         (sc-completing-read, sc-read-string, sc-submatch, sc-member)
3138         (sc-string-text): Remove those compatibility functions.
3140         * pcvs.el (cvs-temp-buffer): Kill running process in displayed buffers.
3141         (cvs-make-cvs-buffer): Fix up format of the header.
3143         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3144         Match more cases of /.../ patterns.
3146 2003-05-23  Nick Roberts  <nick@nick.uklinux.net>
3148         * gdb-ui.el (gdba): Accommodate Fortran programs.
3149         (gud-gdba-command-name): Use -noasync in all cases (as Fortran
3150         seems to require it also).
3151         (gdb-source-info): Parse correctly when compilation directory
3152         specifies host also (IRIX).
3154 2003-05-23  Andre Spiegel  <spiegel@gnu.org>
3156         * vc-cvs.el (vc-cvs-checkout): Don't leave the branch when
3157         REV is t.  From Don Provan <dprovan@bivio.net>
3159 2003-05-23  Richard M. Stallman  <rms@gnu.org>
3161         * forms.el (forms--mode-commands1): Bind \t, not `tab'.
3162         (forms--mode-commands): Don't bind \t in the maps where
3163         we call forms--mode-commands1.
3165 2003-05-23  Taro Kawagishi <tarok@acm.org>
3167         * arc-mode.el (archive-lzh-summarize): Calculate correct total
3168         header size for LZH level 1 header.
3170 2003-05-23  Richard M. Stallman  <rms@gnu.org>
3172         * textmodes/paragraphs.el (repunctuate-sentences): Add doc string.
3174 2003-05-23  Daniel Ortmann  <dortmann@lsil.com>  (tiny change)
3176         * textmodes/paragraphs.el (repunctuate-sentences): New function.
3178 2003-05-23  Lute Kamstra  <Lute.Kamstra@cwi.nl>
3180         * emacs-lisp/lisp-mnt.el: Make the description of the library more
3181         accurate.
3182         (lm-any-header): New user option.
3183         (lm-section-start): New function; rewrite of `lm-section-mark'.
3184         (lm-section-mark): Make alias of `lm-section-start'.
3185         (lm-section-end): New function.
3186         (lm-code-start): New function; rewrite of `lm-code-mark'.
3187         (lm-code-mark): Make alias of `lm-code-start'.
3188         (lm-commentary-start): New function; rewrite of `lm-commentary-mark'.
3189         (lm-commentary-mark): Make alias of `lm-commentary-start'.
3190         (lm-commentary-end): New function.
3191         (lm-history-start): New function; rewrite of `lm-history-mark'.
3192         (lm-history-mark): Make alias of `lm-history-start'.
3193         (lm-commentary): Use `lm-commentary-end' to find the end of the
3194         commentary section.
3196         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3197         Use `lm-commentary-end' to find the end of the commentary section.
3199 2003-05-22  Stefan Monnier  <monnier@cs.yale.edu>
3201         * skeleton.el (define-skeleton): Use the `no-self-insert' property.
3202         (skeleton-proxy-new): Fix docstring.  Remove broken interactive spec.
3203         Rely on use `no-self-insert' rather than `skeleton-abbrev-cleanup'.
3204         (skeleton-internal-1): Add a `recursive' argument.
3205         (skeleton-internal-list): Use it to propagate `recursive'.
3207 2003-05-22  Ken Stevens  <kstevens@ichips.intel.com>
3209         * ispell.el: Sync to version 3.6.
3210         Summary: MIME support added for e-mail processing that
3211         skips encoded regions.  Allow user to skip saving Fcc messages with
3212         large attachments.  Fixed region skipping bug with multi-line
3213         comments - e.g.  tex $ regions spanning multiple lines.
3214         Added support for postscript and uuencoded regions.
3215         Redundant dictionary file names purged.
3216         Dictionary definition field name changed from "Character Set"
3217         to "Coding System".  Fixed bug in reloading dictionaries.
3218         Modified headers to reflect new version.  XEmacs menu now adds
3219         customize item.
3220         (ispell-check-version): No longer an aliased function.
3221         Returns library path if not called interactively.
3222         Variable `temporary-file-directory' protected if not loaded.
3223         (check-ispell-version): Now the alias for `ispell-check-version'.
3224         (ispell-message-fcc-skip): New variable that determines if and when
3225         to query about saving Fcc copy of message if an attachment is large.
3226         (ispell-skip-html): Declare buffer-local.
3227         (ispell-local-dictionary-alist): Docstring expanded.
3228         Tag name changed from "Character Set" to "Coding System".
3229         (ispell-dictionary-alist-1): Remove redundant command-line option to
3230         load brasileiro, british, and castellano dictionary files.
3231         (ispell-dictionary-alist-2): Remove redundant command-line option to
3232         load czech dictionary file.
3233         (ispell-dictionary-alist-3): Move francais-tex here.
3234         (ispell-dictionary-alist-4): Remove german and german8 dictionaries.
3235         The deutsch ones are the correct definitions.  `nederlands'
3236         and `nederlands8' dictionaries moved here.
3237         (ispell-dictionary-alist-5): `polish' and `portugues' dictionaries
3238         moved here.  Removed redundant command-line option to `norsk'
3239         and `portugues'.
3240         (ispell-dictionary-alist-6): Remove redundant command-line option to
3241         load `russian' and `slovak' dictionary files.
3242         (ispell-dictionary-alist): Tag name changed from "Character Set" to
3243         "Coding System".
3244         (ispell-version): Update to 3.6.
3245         (ispell-library-directory): Calls non-deprecated function.
3246         (ispell-valid-dictionary-list): New function returning all valid
3247         dictionaries on machine.
3248         (ispell-checking-message): Documentation string improved.
3249         (ispell-skip-region-alist): Add uuencoded and postscript region
3250         skipping.  Improve http/e-mail/file regexp to not match `/.\w'.
3251         (ispell-html-skip-alists): New variable for html region support.
3252         (ispell-send-string): Remove redundant xemacs check.
3253         (ispell-word): Fix spelling error in documentation string, add
3254         extent information to support highlighting in ispell-minor-mode.
3255         (ispell-command-loop): Disable horizontal scrollbar in XEmacs
3256         choices buffer.
3257         (ispell-show-choices): Directly select `choices-window'.
3258         (ispell-help): Use default buffer size for electric help.
3259         (ispell-adjusted-window-height): Correct for xemacs detection.
3260         (ispell-start-process): Don't double specify dictionary file name.
3261         (ispell-init-process): Set `ispell-library-path' each call.
3262         (ispell-change-dictionary): Now only completes valid dictionaries.
3263         (ispell-region): Add support for MIME region skipping and Fcc
3264         message query for large attachments.
3265         (ispell-begin-skip-region-regexp): Add documentation string.
3266         Add message support and clean up code for generic and html regions.
3267         (ispell-begin-skip-region): Function is now requires alist argument.
3268         (ispell-begin-tex-skip-regexp): Add comments and support
3269         improved html and message regions.
3270         (ispell-skip-region-list): New function for MIME and region skipping.
3271         (ispell-tex-arg-end): Add documentation string.
3272         (ispell-ignore-fcc): New function to query saving Fcc message.
3273         (ispell-skip-region): Calculate alist for key match dynamically,
3274         html skipping pushed to alists.
3275         (ispell-get-line): Add support for multi-line comment regions.
3276         (ispell): Check that variables to continue spelling are bound.
3277         (ispell-message-text-end): Postscript and uuencoded regions now
3278         supported as MIME regions, rather than as end-of-message region.
3279         (ispell-mime-multipartp): New function supporting MIME.
3280         (ispell-mime-skip-part): New function supporting MIME.
3281         (ispell-message): Add MIME support.
3282         (ispell-buffer-local-parsing): Variable `ispell-skip-html' now local.
3283         (ispell-buffer-local-dict): Fix bug for detecting and reloading
3284         new dictionary.
3286 2003-05-22  Stephen J. Turnbull  <stephen@xemacs.org>
3288         * subr.el (split-string): Implement specification that splitting on
3289         explicit separators retains null fields.  Add new argument
3290         OMIT-NULLS.  Special-case (split-string "a string").
3292 2003-05-22  Stefan Monnier  <monnier@cs.yale.edu>
3294         * international/mule-cmds.el (select-safe-coding-system):
3295         Try default-buffer-file-coding-system too for automatic selection.
3297 2003-05-21  Stefan Monnier  <monnier@cs.yale.edu>
3299         * simple.el (ctl-x-map): Remove the C-x U binding added recently.
3301 2003-05-21  Dave Love  <fx@gnu.org>
3303         * descr-text.el (unicodedata-file): New.
3304         (unicode-data): New (adapted from unicode branch).
3305         (describe-char): Use it.  Print char's unicode differently.
3306         Avoid elements with null cadr when formatting list.  Clarify error
3307         message when used in Help buffer.
3308         (button): Require when compiling.
3309         (describe-char-after): Alias for obsolete command.
3311 2003-05-21  Nick Roberts  <nick@nick.uklinux.net>
3313         * gdb-ui.el (gud-gdba-command-name): Use -noasync option for Gdb
3314         with MS windows.
3315         (gdb-display-end): Only make buffer writeable temporarily.
3316         Move "View" submenu up one level.
3318 2003-05-21  Nick Roberts  <nick@nick.uklinux.net>
3320         * gdb-ui.el (gdb-view-source, gdb-selected-view): New variables.
3321         (gdba): Inhibit DOS window in MS Windows.
3322         (gdb-inferior-io-mode): Use hexl instead of cat.
3323         (gdb-info-breakpoints-custom, gdb-assembler-custom, gdb-reset):
3324         Use text in margin for MS Windows as there is no image support.
3325         (gdb-restore-windows, gdb-setup-windows): Restore/start with
3326         assembler view if appropriate.
3327         (gdb-assembler-custom): Assembler code should display at point.
3328         Parse address correctly.
3329         (gdb-frame-handler): Accommodate selection of display of source
3330         or assembler.
3331         Add radio buttons to select display of source or assembler.
3333 2003-05-20  Lars Hansen  <larsh@math.ku.dk>
3335         * desktop.el (desktop-save): Ensure parameter is expanded and ends
3336         with a slash before assigning it to desktop-dirname and
3337         default-directory.
3338         (desktop-read): Put buffers existing prior to evaluating the
3339         desktop (and not reused) at the end of the buffer list.
3340         (desktop-create-buffer): Don't update desktop-first-buffer for old
3341         desktop files.
3343 2003-05-19  John Paul Wallington  <jpw@gnu.org>
3345         * xml.el (xml-name-regexp): Wrap in `eval-and-compile'.
3347 2003-05-19  Dave Love  <fx@gnu.org>
3349         * xml.el: Doc fixes.
3350         (xml-parse-file, xml-parse-region): Autoload.
3351         (xml-syntax-table, xml-name-regexp): New.
3352         (xml-parse-region): Narrow to region, set syntax-table and
3353         case-fold-search.  Reject fewer valid documents.
3354         (xml-parse-tag): Remove arg END.  Callers changed.
3355         (xml-parse-tag): Use skip-syntax-forward.  Use PARSE-DTD arg
3356         properly.  Don't use buffer-substring-no-properties.  Don't bind
3357         case-fold-search.  Fix syntax for empty elements.  Hoist consing
3358         of end-of-tag regexp out of loop.
3359         (xml-parse-attlist): Remove arg.  Callers changed.
3360         Use skip-syntax-forward, replace-regexp-in-string, forward-sexp.
3361         Allow non-ASCII names.
3362         (xml-skip-dtd): Remove arg.  Callers changed.  Change matching code.
3363         (xml-parse-dtd): Grok external DTDs.  Allow non-ASCII.
3364         Don't use match-string-no-properties.
3365         (xml-ucs-to-string): Delete.
3366         (xml-substitute-entity): New.
3367         (xml-substitute-special): Use it.
3368         (xml-debug-print-internal): Simplify insertions.
3369         (xml-parse-file): Avoid finding file in xml-mode.
3371 2003-05-19  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
3373         * simple.el (kill-whole-line): New function.
3374         * bindings.el (global-map): Bind it.
3376 2003-05-19  Richard M. Stallman  <rms@gnu.org>
3378         * net/goto-addr.el (goto-address-fontify-maximum-size):
3379         Value t means no limit.
3380         (goto-address-fontify): Implement that feature.
3382         * emacs-lisp/find-func.el (find-function-on-key):
3383         Move the call to find-function-other-window outside
3384         the save-excursion.
3386         * find-file.el (ff-special-constructs): Delete the Ada entry.
3388         * faces.el (x-create-frame-with-faces):
3389         Don't call face-set-after-frame-default.
3390         (face-set-after-frame-default): Copy attrs of global `default'
3391         face to FRAME's `default' face.
3393 2003-05-19  Joe Kelsey  <joek@flyingcroc.net>
3395         * skeleton.el (skeleton-internal-1): Allow - as alternate
3396         interesting point marker and revert @ to just setting
3397         skeleton-positions.
3399 2003-05-18  Stefan Monnier  <monnier@cs.yale.edu>
3401         * emacs-lisp/lisp.el (beginning-of-defun-raw): Use shy-group.
3403         * progmodes/executable.el (executable-set-magic): Remove unused
3404         vars `point' and `buffer-modified-p'.
3406         * mail/sendmail.el (mail-mode): Don't bother setting paragraph-start.
3408         * mail/mail-extr.el: Use explicit coding tag.
3410         * international/mule.el (sgml-xml-auto-coding-function)
3411         (sgml-html-meta-auto-coding-function): Don't assume point-min == 1.
3413         * language/china-util.el (hz-set-msb-table): Build when compiling.
3414         (big5-to-cns): Pre-build the alist when compiling.
3416         * language/ind-util.el (indian-regexp-of-hashtbl-keys): Don't bother
3417         sorting the argument to regexp-opt.
3418         (indian--puthash-char): Use dolist rather than mapc.
3420 2003-05-18  Nick Roberts  <nick@nick.uklinux.net>
3422         * gdb-ui.el (put-arrow): Rename gdb-put-arrow and simplify.
3423         (put-string): Rename gdb-put-string and simplify.
3424         (remove-strings): Rename gdb-remove-strings.
3425         (remove-arrow): Rename gdb-remove-arrow.
3426         (gdb-assembler-custom): Try to get line marker (arrow) to display
3427         in window (revisited).
3428         Use with-current-buffer where possible.
3430 2003-05-18  John Paul Wallington  <jpw@gnu.org>
3432         * ibuffer.el (ibuffer-display-summary): New customizable variable.
3433         (ibuffer-update-title-and-summary): Respect it.
3435 2003-05-18  Michael Kifer  <kifer@cs.stonybrook.edu>
3437         * ediff-mult.el (ediff-default-filtering-regexp): New variable.
3439         * ediff-util.el (ediff-maybe-save-and-delete-merge): Change in a
3440         message.
3442         * ediff.el (ediff-directories,ediff-directory-revisions)
3443         (ediff-directories3,ediff-merge-directories)
3444         (ediff-merge-directories-with-ancestor,ediff-merge-directory-revisions)
3445         (ediff-merge-directory-revisions-with-ancestor): Make use of the new
3446         ediff-default-filtering-regexp variable.
3448 2003-05-18  Richard M. Stallman  <rms@gnu.org>
3450         * which-func.el (which-func-current, which-func-format):
3451         Preload the risky-local-variable properties for them.
3453         * subr.el (prepare-change-group): Reinstate BUFFER arg; make it work.
3455 2003-05-18  Nick Roberts  <nick@nick.uklinux.net>
3457         * gud.el (gdb): Define gud-nexti.
3458         (gud-menu-map): Add gud-nexti to map.
3459         (gud-tool-bar-map): Add gud-nexti and gud-stepi to toolbar.
3461         * toolbar/gud-stepi.xpm, toolbar/gud-stepi.pbm,
3462         toolbar/gud-nexti.xpm, toolbar/gud-nexti.pbm: New icons for debugger.
3464 2003-05-17  John Paul Wallington  <jpw@gnu.org>
3466         * international/ja-dic-cnv.el (skkdic-okuri-nasi-entries)
3467         (skkdic-okuri-nasi-entries-count): Use defvar for non-constants.
3469         * register.el (number-to-register): Use `string-to-number' instead
3470         of `string-to-int'.
3472 2003-05-17  Stefan Monnier  <monnier@cs.yale.edu>
3474         * log-edit.el: Don't require vc.el anymore.
3475         (log-edit-mode-map): Fold vc-log-mode-map into it.
3476         (vc-log-mode-map): Redefine as an alias.
3477         (vc-previous-comment): Don't widen.
3478         (vc-comment-to-change-log): Don't redundantly set paragraph-separate.
3479         Don't require `add-log' since it's already required at toplevel.
3481         * vc.el (vc-log-mode-map, vc-maximum-comment-ring-size)
3482         (vc-comment-ring, vc-comment-ring-index, vc-last-comment-match):
3483         Move vars to log-edit.el.
3484         (vc-new-comment-index, vc-previous-comment, vc-next-comment)
3485         (vc-comment-search-reverse, vc-comment-search-forward)
3486         (vc-comment-to-change-log): Move funs to log-edit.el.
3487         (vc-clear-context): Don't empty the comment-ring.
3488         (vc-finish-logentry): Don't add the comment onto the comment-ring.
3490         * log-edit.el (vc-log-mode-map, vc-maximum-comment-ring-size)
3491         (vc-comment-ring, vc-comment-ring-index, vc-last-comment-match):
3492         Move vars from vc.el.
3493         (vc-new-comment-index, vc-previous-comment, vc-next-comment)
3494         (vc-comment-search-reverse, vc-comment-search-forward)
3495         (vc-comment-to-change-log): Move funs from vc.el.
3496         (log-edit-show-files): Remove unused var `editbuf'.
3498         * progmodes/tcl.el (tcl-indent-exp): Remove dead code.
3499         (tcl-tab-always-indent): Default to tab-always-indent.
3501         * progmodes/perl-mode.el (perl-end-of-function): Remove unused var.
3502         (perl-tab-always-indent): Default to tab-always-indent.
3504         * which-func.el (which-func-format): Make it risky-local-variable.
3505         (which-func-table): New var.
3506         (which-func-current): Make it into a constant modeline spec.
3507         (which-func-previous): Remove.
3508         (which-func-update): Only update the selected window.
3509         (which-func-update-1): Use the new var to allow the current
3510         function to be different for a buffer shown in two windows.
3512         * subr.el (with-selected-window): New macro.
3513         (dolist, dotimes, with-current-buffer): Use backquotes.
3514         (when, unless, save-match-data, combine-after-change-calls)
3515         (with-output-to-string, with-temp-buffer): Add `declare' info.
3516         (listify-key-sequence): Don't allocate unnecessarily.
3517         (read-quoted-char): Allow up to base 36.
3518         (prepare-change-group): Remove unimplemented argument.
3519         (macro-declaration-function): Avoid `dolist' and `cadr'.
3521         * wid-edit.el (pp-to-string, Info-goto-node): Don't autoload.
3522         (widget-choose, widget-map-buttons): Use with-current-buffer.
3523         (widget-field-add-space): Change to nil (and to defconst).
3524         (widget-info-link-action): Use `info'.
3526 2003-05-17  Nick Roberts  <nick@nick.uklinux.net>
3528         * gdb-ui.el (gdb-info-frames-custom): Reverse contrast of face for
3529         selected frame.
3530         (gdb-annotation-rules): Stop using frames-invalid and
3531         breakpoints-invalid annotations.  Update after post-prompt instead.
3532         (gdb-post-prompt): Update frames and breakpoints here.
3533         (gdb-invalidate-frame-and-assembler)
3534         (gdb-invalidate-breakpoints-and-assembler): Remove.
3535         (gdb-current-address): Remove.
3536         (gdb-previous-address): New variable.
3537         (gud-until): Extend to work in Assembler buffer
3538         (gdb-append-to-inferior-io): Select IO buffer when there is output.
3539         (gdb-assembler-custom): Try to get line marker (arrow) to display
3540         in window.  Correct parsing for OS dependent output syntax of Gdb
3541         command, where.
3542         (gdb-frame-handler): Correct parsing for OS dependent output
3543         syntax of Gdb command, frame.
3544         (gdb-invalidate-assembler): Update assembler buffer correctly when
3545         frame changes (revisited).
3547 2003-05-16  Stefan Monnier  <monnier@cs.yale.edu>
3549         * imenu.el (imenu--split-menu): Remove unused var `count'.
3550         Don't copy the sequence since we're already modifying it elsewhere.
3551         (imenu--create-keymap): Rename from imenu--create-keymap-1.
3552         Add optional `cmd' argument.  Remove unused var `counter'.
3553         (imenu-update-menubar): Use the new arg to keep the old behavior.
3554         (imenu--mouse-menu): Don't use the arg, to recover the lost behavior.
3556 2003-05-16  Lute Kamstra  <Lute.Kamstra@cwi.nl>
3558         * hl-line.el (hl-line-highlight, global-hl-line-highlight):
3559         Use `line-beginning-position' to determine the beginning of the next
3560         line.
3562 2003-05-16  Kenichi Handa  <handa@m17n.org>
3564         * international/mule-cmds.el (mule-menu-keymap): Enable the menu
3565         set-various-coding-system when
3566         default-enable-multibyte-characters is non-nil.
3568 2003-05-15  Stefan Monnier  <monnier@cs.yale.edu>
3570         * emacs-lisp/autoload.el (make-autoload): Add arglist for
3571         define-derived-mode.
3573 2003-05-15  Lute Kamstra  <Lute.Kamstra@cwi.nl>
3575         * hl-line.el: Rewrite the local minor mode so that it can be
3576         sticky as well and made sticky the default.  Reimplement the
3577         global minor mode.  Update the commentary section to document
3578         these changes.
3579         (hl-line-sticky-flag): New user option.
3580         (hl-line-overlay): Make it buffer-local and give it a docstring.
3581         (global-hl-line-overlay): New variable.
3582         (hl-line-mode): Rewrite to use `hl-line-sticky-flag'.
3583         (hl-line-highlight): Rewrite to use `hl-line-sticky-flag'.
3584         (hl-line-unhighlight): Update docstring.
3585         (global-hl-line-mode): Implement directly so that is does not
3586         depend on `hl-line-mode' any more.
3587         (global-hl-line-highlight, global-hl-line-unhighlight): New functions.
3589 2003-05-15  Kenichi Handa  <handa@m17n.org>
3591         * international/code-pages.el (cyrillic-koi8-t): Alias of koi8-t.
3593 2003-05-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3595         * ps-print.el: Avoid unnecessary calls to funs in header and footer
3596         variables.  Reported by Greg Hill <ghill@synergymicro.com>.
3597         (ps-print-version): New version number (6.6.1).
3598         (ps-begin-page): Code fix.
3599         (ps-generate-string-list, ps-header-footer-string): New funs.
3600         (ps-lh-cache, ps-rh-cache, ps-lf-cache, ps-rf-cache): New vars.
3602         * ps-mule.el (ps-mule-header-string-charsets):
3603         Call ps-header-footer-string to avoid unnecessary calls to functions
3604         in header and footer variables.
3606 2003-05-15  John Paul Wallington  <jpw@gnu.org>
3608         * mail/rmail.el (rmail-ignored-headers): Ignore Face: header.
3610 2003-05-14  Stefan Monnier  <monnier@cs.yale.edu>
3612         * textmodes/tex-mode.el (tex-compile-history, tex-input-files-re)
3613         (tex-use-reftex, tex-compile-commands): New vars.
3614         (tex-summarize-command, tex-uptodate-p, tex-executable-exists-p)
3615         (tex-command-executable, tex-command-active-p, tex-compile-default)
3616         New functions.
3617         (tex-compile): New command.
3618         (tex-mode-map): Bind it to C-c C-c.
3620         * vc-svn.el (completion-ignored-extensions): Add .svn.
3621         (vc-svn-delete-file): New function.
3623         * pcvs.el (cvs-append-to-ignore): New arg `old-dir'.
3624         (cvs-mode-ignore): Use it.
3626         * pcvs-parse.el (cvs-parse-table): Remove unused var `type'.
3627         Look up `.cvsignore' to see what to do with `new-dir' messages.
3628         (cvs-parse-merge): Remove unused var `handled'.
3630 2003-05-14  Christoph Wedler  <christoph.wedler@sap.com>
3632         * format.el (format-annotate-function): Copy coding system into the
3633         new temp buffer.
3635 2003-05-14  John Paul Wallington  <jpw@gnu.org>
3637         * ls-lisp.el (insert-directory): Discard --dired switch when
3638         `ls-lisp-use-insert-directory-program' is nil.
3640 2003-05-13  Stefan Monnier  <monnier@cs.yale.edu>
3642         * textmodes/ispell.el (xemacsp): Remove.  Use (featurep 'xemacs).
3643         (ispell-graphic-p): Inline and then remove.
3644         (toplevel): Get rid of unnecessary loop.
3645         (ispell-parse-output, ispell-complete-word): Replace (substring s 0 1)
3646         with a call to aref.
3647         (ispell-get-line): Remove unused arg `reg-end'.
3648         (ispell-region): Update corresponding call.
3650         * progmodes/cpp.el (cpp-make-overlay-hidden): Don't make intangible.
3652         * progmodes/compile.el (compile-internal): Use with-current-buffer.
3653         (compilation-set-window-height): Use save-selected-window.
3655         * progmodes/ada-xref.el (ada-xref-update-project-menu): Use easymenu.
3656         (ada-goto-declaration-other-frame): Remove unused arg other-frame.
3657         (ada-gdb-application): Remove unused vars comint-exec, in-post-mode,
3658         and gud-gdb-massage-args.
3660         * progmodes/cc-langs.el (c-lang-defvar-init-form-tail):
3661         This is actually not a constant.
3663         * progmodes/autoconf.el (autoconf-current-defun-function):
3664         Copy the syntax table before modifying it.
3666         * progmodes/ada-mode.el (ada-in-comment-p, ada-in-string-p)
3667         (ada-in-string-or-comment-p): Use line-beginning-position.
3669         * textmodes/reftex.el (reftex-select-with-char): Don't assume
3670         that point-min == 1.
3672         * textmodes/reftex-toc.el (reftex-toc-visit-location):
3673         Don't switch the current window if the new buffer is in another.
3674         (reftex-toc): Don't assume that point-min == 1.
3676         * textmodes/reftex-parse.el (reftex-what-macro): Don't assume
3677         that point-min == 1.
3679         * textmodes/reftex-cite.el (reftex-extract-bib-entries)
3680         (reftex-extract-bib-entries-from-thebibliography): New arg re-list.
3681         (reftex-extract-bib-entries): Use ^ rather than \(\`\|[\n\r]\).
3682         Use member-ignore-case.  Don't add unnecessary trailing \n.
3683         (reftex-offer-bib-menu): Consolidate duplicated code from
3684         reftex-extract-bib-entries and
3685         reftex-extract-bib-entries-from-thebibliography.
3687         * simple.el (back-to-indentation): Simplify.
3688         (undo-equiv-table, undo-in-region, undo-no-redo): New vars.
3689         (undo): Use them to implement the no-redo form of undo.
3690         (undo-only): New fun.
3691         (shell-command): Don't require `shell' since shell-mode is autoloaded.
3692         (insert-buffer): Simplify.
3693         (completion-setup-function): Use minibufferp.
3694         (event-apply-alt-modifier, event-apply-super-modifier)
3695         (event-apply-hyper-modifier, event-apply-shift-modifier)
3696         (event-apply-control-modifier, event-apply-meta-modifier):
3697         Fix docstring to show the proper key sequence.
3699         * uniquify.el (uniquify-after-kill-buffer-p): Set default to t.
3700         (uniquify-ignore-buffers-re): Revert to nil now that uniquify
3701         is more careful about preserving buffer names.
3703         * menu-bar.el (menu-bar-options-menu) <cua-mode>:
3704         Use menu-bar-make-mm-toggle.
3706         * files.el (file-relative-name): Remove dead code.
3707         Make sure \n in a filename does not confuse us.
3709         * help-fns.el (describe-variable): Mention permanent local status.
3711         * comint.el (comint-carriage-motion, comint-output-filter):
3712         Bind inhibit-read-only rather than buffer-read-only.
3713         (comint-truncate-buffer): Bind inhibit-read-only.
3715         * pcvs.el (cvs-make-cvs-buffer): Add the tag info.
3716         (cvs-mode): Prevent pilot-error.
3718         * vc-mcvs.el (vc-mcvs-registered, vc-mcvs-root): Check the output
3719         of file-name-directory for nil.
3721 2003-05-13  Simon Josefsson  <jas@extundo.com>
3723         * mail/smtpmail.el (smtpmail-open-stream): Don't hard code
3724         starttls-program.
3726 2003-05-13  Rajesh Vaidheeswarran  <rv@gnu.org>
3728         * whitespace.el (whitespace-global-mode): Add :link entry
3729         to the commentary section in whitespace.el
3731 2003-05-13  Nick Roberts  <nick@nick.uklinux.net>
3733         * gdb-ui.el (gdb-invalidate-assembler): Update assembler buffer
3734         correctly when frame changes.
3735         (gdb-info-threads-custom, gdb-threads-buffer-name)
3736         (gdb-display-threads-buffer, gdb-frame-threads-buffer)
3737         (gdb-threads-mode-map, gdb-threads-mode, gdb-get-thread-number)
3738         (gdb-threads-select, gdb-threads-mouse-select): New functions and
3739         variable for a buffer that provides a selectable threads list.
3741 2003-05-12  Stefan Monnier  <monnier@cs.yale.edu>
3743         * pcvs-parse.el (cvs-parse-table): `New directory' messages include
3744         the full path.
3746         * pcvs.el (cvs-minor-current-files): Move before first use.
3747         (defun-cvs-mode): Remove unused var `restdoc'.
3748         (cvs-edit-log-revision, ediff-after-quit-hook-internal): Declare.
3749         (cvs-mode-diff-backup): Remove unused var `filter'.
3750         (cvs-mode-run): Remove unused var `cvs-buf'.
3751         (cvs-mode-do): Remove unused arg `parse'.
3752         (cvs-retrieve-revision): Make sure HEAD gets the head of the branch.
3754         * textmodes/sgml-mode.el (sgml-namespace-re): New const.
3755         (sgml-namespace-face): New face.
3756         (sgml-font-lock-keywords-1): Use them.
3758 2003-05-11  Kevin Ryde  <user42@zip.com.au>
3760         * info-look.el (info-lookup-make-completions): Allow colons in index
3761         entries by looking for ": " to terminate, as per latest info.el.
3763 2003-05-11  Stefan Monnier  <monnier@cs.yale.edu>
3765         * vc-mcvs.el (vc-mcvs-command): Filter output of `status'.
3766         (vc-mcvs-state, vc-mcvs-dir-state, vc-mcvs-print-log, vc-mcvs-diff):
3767         Change dir so that the filtered output of `mcvs makes sense.
3768         (vc-mcvs-mode-line-string): Handle the case where CVS is desync'd.
3769         (vc-mcvs-diff-tree): Don't bother with the local-diff code.
3770         (vc-mcvs-create-snapshot): Use `branch' and `switch'.
3772 2003-05-10  Stefan Monnier  <monnier@cs.yale.edu>
3774         * newcomment.el (comment-indent): Try to align to adjacent comments.
3775         (comment-with-narrowing): Actually use the arguments.
3776         (comment-valid-prefix-p): Rename from comment-valid-prefix
3777         and fix to actually use its argument.
3779         * tex-mode (tex-mode-syntax-table): ~ is not whitespace.
3780         (tex-guess-mode): Add `renewcommand'.
3781         (tex-mode): Move the autoload to get the correct docstring and usage.
3783         * uniquify.el (uniquify-rationalize-file-buffer-names):
3784         Refresh the dirname in the case that rename-buffer was skipped.
3785         (uniquify-buffer-file-name): Return a dirname with no trailing slash.
3787         * mail/smtpmail.el (smtpmail-send-queued-mail): Use point-at-bol
3788         instead of forward-line.
3790 2003-05-10  Oliver Scholz  <alkibiades@gmx.de>
3792         * startup.el (fancy-splash-default-action): Fix docstring.
3794 2003-05-09  Sam Steingold  <sds@gnu.org>
3796         * pcvs.el (cvs-mode-find-file): Fixed the last patch's logic.
3798 2003-05-09  Stefan Monnier  <monnier@cs.yale.edu>
3800         * newcomment.el (comment-indent): Be more careful when inserting
3801         the space, and insert it before setting `begpos'.
3803         * vc.el: New backend functions `delete-file' and `repository-hostname'.
3804         (vc-stay-local): New var.  Mostly taken from vc-cvs-stay-local.
3805         (vc-stay-local-p): New fun.  Adapted from vc-cvs-stay-local-p.
3806         (vc-diff-switches-list): Revert to the Emacs-21.[123] semantics.
3807         Mark as obsolete.
3808         (vc-delete-file): New command.
3809         (vc-default-rename-file): New function.
3810         (vc-rename-file): Use it.
3811         Be careful to disallow renaming if the file is locked or out-of-date.
3812         (vc-ensure-vc-buffer, vc-next-action-on-file, vc-insert-headers)
3813         (vc-cancel-version, vc-annotate): Use buffer-file-name variable.
3815         * vc-mcvs.el (vc-mcvs-stay-local): Remove unused var.
3816         (vc-mcvs-state, vc-mcvs-dir-state, vc-mcvs-print-log, vc-mcvs-diff)
3817         (vc-mcvs-diff-tree, vc-mcvs-annotate-command)
3818         (vc-mcvs-make-version-backups-p): Use vc-stay-local-p.
3819         (vc-mcvs-checkin): Disallow commits to a numbered rev.
3820         (vc-mcvs-repository-hostname): New function.
3821         (vc-mcvs-stay-local-p): Remove.
3823         * vc-cvs.el (vc-cvs-mode-line-string): Use vc-default-mode-line-string.
3824         (vc-cvs-delete-file, vc-cvs-rename-file): New functions.
3826         * vc-svn.el (vc-svn-rename-file): New fun.
3827         (vc-svn-diff): Correctly check svn's return status.
3828         (vc-svn-state, vc-svn-dir-state, vc-svn-print-log, vc-svn-diff)
3829         (vc-svn-diff-tree): Use vc-stay-local-p.
3830         (vc-svn-register-switches, vc-svn-diff-switches, vc-svn-header)
3831         (vc-svn-use-edit): Fix the :version property.
3832         (vc-svn-stay-local): Remove unused var.
3833         (vc-svn-mode-line-string): Remove, use the default instead.
3834         (vc-svn-repository-hostname): New fun taken from vc-svn-stay-local-p.
3835         (vc-svn-stay-local-p): Remove.
3837         * uniquify.el: Use the original buffer-name as `base' in place of the
3838         nondirectory part of the file name.
3839         (uniquify-rationalize-file-buffer-names):
3840         Split the `newbuffile' arg into `base' and `dirname'.
3841         Reuse old uniquify-items to avoid recomputing their base&dirname.
3842         (uniquify-buffer-file-name): Only return the directory part.
3843         (uniquify-rerationalize-w/o-cb): Don't bother reseting proposed names.
3844         (rename-buffer): Use the `newname' arg as base.
3845         (create-file-buffer): Split the file name into base and dirname.
3847 2003-05-09  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
3849         * mail/smtpmail.el (smtpmail-send-queued-mail): Don't use kill-line.
3851 2003-05-08  Stefan Monnier  <monnier@cs.yale.edu>
3853         * uniquify.el (uniquify-after-kill-buffer-p): Fix misleading docstring.
3854         (uniquify-make-item): Make `proposed' optional.
3855         (uniquify-rationalize-file-buffer-names): Don't compute the
3856         initial proposed name.
3857         (uniquify-buffer-file-name): Remove dead code.
3858         (uniquify-strip-common-suffix): New var.
3859         (uniquify-rationalize): Always recompute initial proposed name.
3860         Strip common suffix if requested.
3862         * vc-rcs.el (vc-rcs-register, vc-rcs-checkin, vc-rcs-checkout)
3863         (vc-rcs-find-version, vc-rcs-diff): Use vc-switches.
3865         * vc-sccs.el (vc-sccs-register, vc-sccs-find-version)
3866         (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-diff): Use vc-switches.
3867         (vc-sccs-register): Remove unused var `|'.
3869         * vc-mcvs.el (vc-mcvs-read): Don't require `file' to exist.
3870         (vc-mcvs-diff): Don't return 0 for newly added empty files.
3871         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-find-version)
3872         (vc-mcvs-checkout, vc-mcvs-diff, vc-mcvs-diff-tree): Use vc-switches.
3874         * vc-cvs.el (vc-cvs-dired-state-info): Use `added' for added files and
3875         don't use `concat' unnecessarily.  Remove impossible cases.
3876         (vc-cvs-diff): Don't return 0 for newly added empty files.
3877         (vc-cvs-stay-local-p): Simplify.
3878         (vc-cvs-register, vc-cvs-checkin, vc-cvs-find-version, vc-cvs-diff)
3879         (vc-cvs-diff-tree, vc-cvs-checkout): Use vc-switches.
3881         * vc-svn.el (vc-svn-dired-state-info): Use `added' for added files and
3882         don't use `concat' unnecessarily.  Remove impossible cases.
3883         (vc-svn-register, vc-svn-find-version, vc-svn-diff-tree):
3884         Use vc-switches.
3885         (vc-svn-checkin): Use vc-switches.  Fix up regexp.
3886         (vc-svn-diff): Use vc-switches.
3887         Don't return 0 for newly added empty files.
3888         Don't use svn's return status.
3889         (vc-svn-parse-status): Recognize copied files as well.
3890         Use the last-modified revision for workfile-version.
3892         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass nil
3893         rather than (vc-workfile-version file) to diff.
3895         * vc.el (with-vc-properties, with-vc-file, edit-vc-file):
3896         Add `declare's for debugging and indentation.
3897         (vc-do-command): Use `remq'.
3898         (vc-buffer-context): Remove unused var `curbuf'.
3899         (vc-next-action-dired): Remove unused var `dired-dir'.
3900         (vc-switches): New fun.
3901         (vc-diff-switches-list): Use it.
3902         (vc-dired-hook): Remove unused var `cvs-dir'.
3903         (vc-dired-purge): Remove unused var `subdir'.
3904         (vc-cancel-version): Remove unused var `config'.
3905         (vc-rename-master): Use dolist iso mapcar.
3906         (vc-rename-file): Remove redundant tests.
3907         Clear the properties of the old file name.
3908         (vc-annotate): Pass the complete filename to `annotate-command'.
3909         (vc-annotate-lines): Remove unused var `overlay'.
3911 2003-05-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
3913         * calendar/diary-lib.el (diary-pull-attrs): Make `ret-attr',
3914         `attr' local.
3915         (list-diary-entries): Make `temp' local.
3916         (fancy-diary-display): Make `marks', `temp-face', `faceinfo' local.
3917         (diary-mail-entries): There is no fancy-diary-buffer if there are
3918         no diary entries.  Use call-interactively.
3919         (mark-diary-entries): Make `temp' local.
3920         (mark-sexp-diary-entries): Make `marks' local, remove `temp'.
3921         (list-sexp-diary-entries): Make `temp' local.
3922         (add-to-diary-list): Make `prefix' local.
3924 2003-05-08  Dave Love  <fx@gnu.org>
3926         * international/utf-7.el: New file.
3928 2003-05-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
3930         * files.el (insert-file-contents-literally): Allow it to be called
3931         within a magic file name handler.
3933 2003-05-07  Stefan Monnier  <monnier@cs.yale.edu>
3935         * uniquify.el (uniquify-rationalize-file-buffer-names):
3936         Don't uniquify if there is no filename.
3938         * vc-hooks.el: Use buffer-file-name variable rather than function.
3939         (vc-handled-backends): Add SVN and MCVS.
3940         (vc-mode-line): Call vc-backend only once.
3941         (find-file-hook, find-file-not-found-hook): Use the new
3942         names rather than ...-hooks.
3944         * uniquify.el (uniquify-item, uniquify-get-proposed-name)
3945         (uniquify-rationalize-conflicting-sublist): Rename filename -> dirname.
3946         (uniquify-rationalize): New fun.  Set uniquify-managed to the fix-list.
3947         (uniquify-rationalize-file-buffer-names): Use it and make the args
3948         non-optional (i.e. don't support "re-rationalize all" any more).
3949         (uniquify-rerationalize-w/o-cb): New fun.
3950         (uniquify-maybe-rerationalize-w/o-cb): Use it to rerationalize
3951         immediately and only the relevant buffers.
3952         Merged from uniquify-delay-rationalize-file-buffer-names and
3953         uniquify-delayed-rationalize-file-buffer-names.
3954         (kill-buffer-hook, rename-buffer): Use it.
3956 2003-05-06  Jesper Harder  <harder@ifa.au.dk>
3958         * progmodes/compile.el (compile-internal): Don't quote nil and t in
3959         docstrings.
3961         * emacs-lisp/eldoc.el (eldoc-echo-area-use-multiline-p): Likewise.
3963         * emacs-lisp/cl-macs.el (case, typecase): Likewise.
3965         * allout.el (allout-auto-activation)
3966         (allout-use-mode-specific-leader, allout-reindent-bodies)
3967         (allout-unprotected): Likewise.
3969         * progmodes/tcl.el (tcl-explain-indentation): Likewise.
3971         * progmodes/idlwave.el (idlwave-complete-special): Likewise.
3973         * progmodes/cpp.el (cpp-edit-list): Likewise.
3975         * progmodes/cperl-mode.el (cperl-lineup): Likewise.
3977         * progmodes/cc-align.el (c-lineup-argcont, c-lineup-gcc-asm-reg):
3978         Likewise.
3980         * play/mpuz.el (mpuz-silent): Likewise.
3982         * play/decipher.el (decipher-ignore-spaces): Likewise.
3984         * net/rlogin.el (rlogin-process-connection-type): Likewise.
3986         * mail/rmail.el (rmail-primary-inbox-list): Likewise.
3988         * mail/mailalias.el (mail-directory-function)
3989         (mail-directory-requery, mail-directory): Likewise.
3991         * emacs-lisp/lucid.el (buffer-syntactic-context): Likewise.
3993         * emacs-lisp/lmenu.el (popup-dialog-box): Likewise.
3995         * type-break.el (type-break-good-rest-interval)
3996         (type-break-query-mode, type-break-query-function)
3997         (type-break-mode-line-message-mode): Likewise.
3999         * skeleton.el (skeleton-autowrap, skeleton-untabify)
4000         (skeleton-newline-indent-rigidly, skeleton-insert)
4001         (skeleton-read): Likewise.
4003         * simple.el (newline): Likewise.
4005         * ps-print.el (ps-zebra-stripe-follow): Likewise.
4007         * mwheel.el (mouse-wheel-scroll-amount): Likewise.
4009         * env.el (setenv): Likewise.
4011 2003-05-06  Stefan Monnier  <monnier@cs.yale.edu>
4013         * imenu.el (imenu--generic-function): Use font-lock-defaults
4014         case setting if imenu-case-fold-search is not locally set.
4016         * uniquify.el (uniquify-managed): New var.
4017         (uniquify-rationalize-file-buffer-names, rename-buffer): Use it and set
4018         it to prevent accidental renaming of unrelated buffers.
4019         (uniquify-delay-rationalize-file-buffer-names): Use it to avoid
4020         the cost of uniquify when killing unrelated buffers.
4022         * newcomment.el (comment-set-column, comment-kill)
4023         (comment-or-uncomment-region): Call comment-normalize-vars
4024         since these functions are autoloaded.
4026         * help-fns.el (help-add-fundoc-usage): Use t for "no arglist".
4027         * emacs-lisp/advice.el (ad-make-advised-docstring): Adjust usage.
4029 2003-05-06  Lute Kamstra  <Lute.Kamstra@cwi.nl>
4031         * hl-line.el: Removed an erroneous comment.
4032         (hl-line-mode): Use buffer local hooks.
4033         (global-hl-line-mode): Turn local modes on unconditionally.
4034         (hl-line-highlight): Comment fix.
4036 2003-05-06  Richard M. Stallman  <rms@gnu.org>
4038         * newcomment.el (comment-search-forward): Delete autoload cookie.
4040 2003-05-06  Kenichi Handa  <handa@m17n.org>
4042         * arc-mode.el (archive-set-buffer-as-visiting-file):
4043         Use after-insert-file-set-coding, not
4044         after-insert-file-set-buffer-file-coding-system.
4046 2003-05-05  Stefan Monnier  <monnier@cs.yale.edu>
4048         * uniquify.el (uniquify-buffer-name-style)
4049         (uniquify-after-kill-buffer-p, uniquify-ask-about-buffer-names-p)
4050         (uniquify-ignore-buffers-re, uniquify-min-dir-content)
4051         (uniquify-separator, uniquify-trailing-separator-p): Remove redundant
4052         group specification.
4053         (uniquify-file-name-nondirectory): Delete.
4054         (uniquify-rationalize-file-buffer-names): Simplify.
4055         Use directory names as `filename' component of uniquify-item.
4056         (uniquify-get-proposed-name): Adjust now that `filename' does not
4057         include `base'.
4059         * vc-svn.el: New file.
4061 2003-05-05  John Paul Wallington  <jpw@gnu.org>
4063         * emacs-lisp/autoload.el (batch-update-autoloads):
4064         Call `update-directory-autoloads'.
4066 2003-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
4068         * dired.el (dired-find-file): Bind find-file-run-dired around
4069         the call to find-file.
4071 2003-05-04  Stefan Monnier  <monnier@cs.yale.edu>
4073         * uniquify.el: Move provide to end of file.
4074         (uniquify-ref-base, uniquify-ref-filename, uniquify-ref-buffer)
4075         (uniquify-ref-proposed, uniquify-set-proposed): Remove.
4076         (uniquify-item): New struct.  Update users of uniquify-ref-*.
4077         (uniquify-get-proposed-name, uniquify-rationalize-a-list):
4078         Make `depth' optional.
4079         (uniquify-non-file-buffer-names): Remove.
4080         (uniquify-rationalize-file-buffer-names): Don't set it up.
4081         Use uniquify-make-item and don't pass the now-optional depth.
4082         (uniquify-rationalize-conflicting-sublist): Check the new buffer
4083         name directly instead of relying on uniquify-non-file-buffer-names.
4084         (uniquify-rename-buffer): Use with-current-buffer and pass
4085         the `unique' arg to rename-buffer.
4087         * vc-mcvs.el (vc-mcvs-mode-line-string): Fix thinko.
4088         (vc-mcvs-rename-file): New function.
4090 2003-05-04  Emmanuel Briot  <briot@gnat.com>
4092         * progmodes/ada-mode.el
4093         * progmodes/ada-prj.el
4094         * progmodes/ada-stmt.el
4095         * progmodes/ada-xref.el (ada-xemacs): Variable removed, since it's
4096         better to use (featurep 'xemacs).
4097         Removed warnings generated with Emacs 21.3.x (mostly by adding
4098         needed `require' statements).
4100 2003-05-04  Nick Roberts  <nick@nick.uklinux.net>
4102         * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
4103         toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-until.pbm,
4104         toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
4105         toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
4106         Correct size for cleaner bitmaps.
4108 2003-05-03  Stefan Monnier  <monnier@cs.yale.edu>
4110         * emacs-lisp/cl-extra.el (cl-map-keymap): Redefine as alias.
4111         (cl-map-keymap-recursively): Use map-keymap.
4112         (cl-macroexpand-all): Don't quote functions.
4114         * emacs-lisp/lucid.el (cl-map-keymap): Be careful with aliases.
4116         * emacs-lisp/advice.el (ad-get-enabled-advices, ad-special-forms)
4117         (ad-arglist, ad-subr-arglist): Use push and match-string.
4118         (ad-make-advised-docstring): Extract & reinsert the usage info.
4120         * help-fns.el (help-add-fundoc-usage): Allow arglist to be a string.
4122 2003-05-03  Nick Roberts  <nick@nick.uklinux.net>
4124         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
4125         Include bitmap data for monochrome display.
4126         (breakpoint-enabled-pbm-data, breakpoint-disabled-pbm-data):
4127         New constants.
4129 2003-05-03  Richard M. Stallman  <rms@gnu.org>
4131         * emacs-lisp/autoload.el (update-directory-autoloads): Renamed from
4132         update-autoloads-from-directories.
4134         * progmodes/cperl-mode.el (cperl-nonoverridable-face): Doc fix.
4136         * mail/sendmail.el (mail-dont-send, mail-bury): Make ARG optional.
4138         * view.el (Helper-return-blurb): Add defvar.  (Also rearrange defuns.)
4140         * uniquify.el (uniquify-ignore-buffers-re): Change default
4141         to match some Gnus buffers.
4143         * newcomment.el (comment-search-forward): Add autoload cookie.
4145         * isearch.el (isearch-complete): Update isearch-message.
4147         * filesets.el (filesets-data): Add another defvar.
4148         (filesets-verbosity): Doc fix.
4150 2003-05-02  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
4152         * recentf.el (recentf-cleanup): Swap tests for exclusion and
4153         accessibility.
4155 2003-05-01  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
4157         * ls-lisp.el (ls-lisp-format-file-size): New function to implement
4158         "-h" switch.
4159         (ls-lisp-format): Use it.
4161 2003-05-01  Kenichi Handa  <handa@m17n.org>
4163         * international/utf-8.el (utf-translate-cjk-mode): Update the
4164         second extra slot of the translation table
4165         utf-translation-table-for-encode.
4166         (mule-utf-8): Set the property translation-table-for-encode.
4168 2003-04-30  Stefan Monnier  <monnier@cs.yale.edu>
4170         * pcvs.el (cvs-vc-command-advice): Don't parse "cvs update -p" output.
4171         (cvs-mode-find-file): Don't complain if bound to a non-mouse event.
4173         * textmodes/fill.el (text-property-default-nonsticky): Add fill-space.
4174         (fill-delete-newlines): Respect the new property.
4175         (fill-newline): Use the property instead of leaving "spurious" spaces.
4177         * emacs-lisp/easymenu.el (easy-menu-get-map): Correctly handle
4178         non-submap bindings.
4180 2003-04-30  Emmanuel Briot  <briot@gnat.com>
4182         * progmodes/ada-mode.el (ada-search-directories): Take into account
4183         ADA_INCLUDE_PATH for better compatibility with GNAT.
4184         (ada-contextual-menu): Menu defined through `easy-menu-define'
4185         instead.  Various adjustments to the indentation engine (handling of
4186         subtypes, begin blocks, etc.).
4187         (ada-create-menu): Major rewrite of the handling of menus to use
4188         `easy-menu-define' for cleaner code and better compatibility with
4189         XEmacs.  All menus that were previously in ada-xref.el and
4190         ada-prj.el are now defined in this package, which makes it easier to
4191         edit menus.
4192         (ada-narrow-to-defun): Add support for `narrow-to-region'.
4193         No longer explicitely load ada-xref.el and ada-prj.el.  Use autoload
4194         statements instead.
4196         * progmodes/ada-xref.el (ada-gnatls-args): New variable.
4197         Add support for specifying arguments to gnatls.
4198         (ada-initialize-runtime-library): Properly parse "." in the output
4199         of gnatls.
4200         (ada-add-keymap): Remove since this is now done in ada-mode.el itself.
4201         (ada-add-ada-menu): Likewise.
4202         (ada-set-default-project-file): New parameter KEEP-EXISTING.
4203         (ada-prj-find-prj-file): New parameter FILE.
4204         (ada-parse-prj-file): Take into account the ADA_INCLUDE_PATH and
4205         ADA_OBJECTS_PATH environment variables.  Minor reorganization of the
4206         code
4207         (ada-get-all-references): Add support for GNAT 3.16 cross-references.
4209         * progmodes/ada-prj.el (ada-prj-add-keymap): Move to ada-mode.el
4210         directly.  Add dependency on ada-xref.el to avoid compilation
4211         warnings.
4212         (ada-prj-get-prj-dir): Remove, no longer needed.
4214         * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu):
4215         Move to ada-mode.el.
4216         (ada-template-map): Merge with the keymap handling in ada-mode.el.
4218 2003-04-29  Stefan Monnier  <monnier@cs.yale.edu>
4220         * isearch.el (isearch-complete1): Don't allocate unnecessarily.
4221         (isearch-complete-edit): Adjust to Emacs-21's new minibuffer handling.
4222         (isearch-update-ring): Use push.
4224 2003-04-29  Oliver Scholz  <epameinondas@gmx.de>
4226         * play/gamegrid.el: Added a comment explaining the various ways to
4227         save a game score on POSIX systems.
4228         (gamegrid-add-score-with-update-game-score): Use `cond' instead of
4229         `if'.  Provide for the case that FILE is an absolute filename.
4230         Create the directory "$HOME/.emacs.d/games", if necessary.
4232 2003-04-29  John Paul Wallington  <jpw@gnu.org>
4234         * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Use `string-match'.
4236 2003-04-28  Dave Love  <fx@gnu.org>
4238         * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Avoid cl warnings
4239         from caaar & al.
4241 2003-04-28  Kenichi Handa  <handa@m17n.org>
4243         * international/mule-cmds.el (reset-language-environment):
4244         Raise the priority of mule-utf-8, mule-utf-16-be-with-signature and
4245         mule-utf-16-le-with-signature.
4247         * international/mule-conf.el: Set coding-category-utf-16-be to
4248         mule-utf-16-be-with-signature, coding-category-utf-16-le to
4249         mule-utf-16-le-with-signature.  Raise the priority of
4250         coding-category-utf-8, coding-category-utf-16-be, and
4251         coding-category-utf-16-le
4253 2003-04-27  Luc Teirlinck  <teirllm@mail.auburn.edu>
4255         * scroll-bar.el (scroll-bar-drag-1): Replace beginning-of-line with
4256         vertical-motion.
4258 2003-04-27  David Ponce  <david@dponce.com>
4260         * recentf.el
4262         Major rewrite.  The code is reordered, cleaner and faster.
4263         Introduce new options to automatically cleanup the recent list,
4264         and to handle filename transformation (for example to use true
4265         filenames).
4267         (recentf-version): New constant.
4268         (recentf-save-file-header): Move.
4269         (recentf-data-cache): New variable.
4270         (recentf-update-menu-p, recentf-initialized-p): Remove.
4271         (recentf-menu-customization-changed): Move.  Doc fix.
4272         (recentf-max-saved-items): Doc fix.
4273         (recentf-save-file): Doc fix.  No more expand filename here.
4274         (recentf-exclude, recentf-menu-action)
4275         (recentf-menu-filter): Doc fix.
4276         (recentf-menu-append-commands-flag): Rename from...
4277         (recentf-menu-append-commands-p): Make obsolete.
4278         (recentf-keep-non-readable-files-flag): Rename from...
4279         (recentf-keep-non-readable-files-p): Make obsolete.
4280         (recentf-auto-cleanup, recentf-filename-handler): New options.
4281         (recentf-string-equal, recentf-string-lessp)
4282         (recentf-string-member): New functions.
4283         (recentf-trunc-list): Move.
4284         (recentf-dump-variable): Move.  Better code and output format.
4285         (recentf-auto-cleanup-timer): New variable.
4286         (recentf-auto-cleanup): New function.
4287         (recentf-push, recentf-expand-file-name): New functions.
4288         (recentf-add-file): In-line.  Use above functions.
4289         (recentf-remove-if-non-readable): In-line.  Expand file name.
4290         (recentf-find-file): Use `recentf-remove-if-non-readable'.
4291         (recentf-directory-compare): Move.  Use `recentf-string-equal'
4292         and `recentf-string-lessp' to do comparisons.
4293         (recentf-menu-items-for-commands)
4294         (recentf-menu-filter-commands): Move.
4295         (recentf-elements, recentf-make-menu-element)
4296         (recentf-menu-element-item, recentf-menu-element-value)
4297         (recentf-set-menu-element-item, recentf-set-menu-element-value)
4298         (recentf-sub-menu-element-p, recentf-make-default-menu-element)
4299         (recentf-menu-elements): In-line.  Some doc fix.
4300         (recentf-apply-menu-filter): Better code.
4301         (recentf-make-menu-items): Doc fix.
4302         Use `recentf-menu-append-commands-flag'.
4303         (recentf-make-menu-item): In-lined.  Better code.
4304         (recentf-clear-data): New function.
4305         (recentf-sort-ascending, recentf-sort-descending)
4306         (recentf-sort-basenames-ascending)
4307         (recentf-sort-basenames-descending)
4308         (recentf-sort-directories-ascending)
4309         (recentf-sort-directories-descending)
4310         (recentf-show-basenames-ascending)
4311         (recentf-show-basenames-descending: In-line.   Better code.  Doc fix.
4312         (recentf-show-basenames)
4313         (recentf-relative-filter): Better code.  Doc fix.
4314         (recentf-arrange-by-rule-subfilter): Doc fix.  Improve :set code.
4315         (recentf-match-rule-p): Use filename instead of file-path.
4316         (recentf-arrange-by-rule, recentf-build-mode-rules)
4317         (recentf-arrange-by-mode, recentf-build-dir-rules)
4318         (recentf-file-name-nondir)
4319         (recentf-filter-changer-alist): Some doc fix and code cleanup.
4320         (recentf-filter-changer-goto-next): Doc fix.
4321         Call `recentf-clear-data'.
4322         (recentf-filter-changer-get-current)
4323         (recentf-filter-changer-get-next): In-line.  Doc fix and better code.
4324         (recentf-filter-changer): Doc fix and better code.
4325         (recentf-cancel-dialog): Doc fix.
4326         (recentf-dialog-mode-map): Initialize in defvar.
4327         (recentf-dialog-mode): Doc fix.
4328         (recentf-track-opened-file): Rename from...
4329         (recentf-add-file-hook): Remove.
4330         (recentf-track-closed-file): Rename from...
4331         (recentf-remove-file-hook): Remove.
4332         (recentf-update-menu-hook): Remove.  Replace by...
4333         (recentf-update-menu): New.  Better catch unnecessary updates.
4334         Display a message on error.
4335         (recentf-used-hooks): New constant.
4336         (recentf-enabled-p): New function.
4337         (recentf-edit-selected-items)
4338         (recentf-open-files-action)
4339         (recentf-open-files-item-shift): Doc fix.
4340         (recentf-edit-list-action)
4341         (recentf-open-files-item): Doc fix.  Code cleanup.
4342         (recentf-edit-list, recentf-open-files)
4343         (recentf-open-more-files): Likewise.  Remove autoload cookie.
4344         (recentf-save-list, recentf-cleanup): Likewise.  Move.
4345         (recentf-load-list): New command.
4346         (recentf-mode): Better code.  Does nothing if enabling the already
4347         enabled mode.
4349 2003-04-27  Alan Mackenzie  <acm@muc.de>
4351         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Don't count a "//("
4352         which appears inside a character set.
4353         (regexp-opt-not-groupie*-re): New constant.
4355 2003-04-26  John Paul Wallington  <jpw@gnu.org>
4357         * ibuffer.el (ibuffer-name-map, ibuffer-mode-name-map)
4358         (ibuffer-mode-filter-group-map): Initialize in `defvar'.
4359         (ibuffer-do-view-1): Use `make-frame' instead of `new-frame'.
4361 2003-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4363         * info.el (Info-unescape-quotes, Info-split-parameter-string)
4364         (Info-display-images-node): New functions for displaying images.
4365         (Info-select-node): Call Info-display-images-node.
4367 2003-04-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
4369         * files.el (file-relative-name): Recognize "c:/foo" as absolute
4370         file name.  Tiny change from David PONCE <david.ponce@wanadoo.fr>.
4372 2003-04-24  Sam Steingold  <sds@gnu.org>
4374         * calendar/diary-lib.el (fancy-diary-display-mode): Bind "q" to
4375         `quit-window' in the fancy diary buffer.
4377         * emacs-lisp/cl-indent.el: `symbol-macrolet' is similar to `let',
4378         not `multiple-value-bind'.
4380 2003-04-24  Lars Hansen  <larsh@math.ku.dk>
4382         * subr.el (assq-delete-all): Ignore non-cons elements.
4384 2003-04-24  John Paul Wallington  <jpw@gnu.org>
4386         * help-mode.el (help-make-xrefs): Remove extra paren.
4388 2003-04-23  Stefan Monnier  <monnier@cs.yale.edu>
4390         * newcomment.el (comment-normalize-vars): Prompt the user for
4391         the comment-start to use rather than signalling an error.  Fix regexp.
4392         (uncomment-region): Don't leave half-removed comment markers.
4394 2003-04-23  Richard M. Stallman  <rms@gnu.org>
4396         * mail/sendmail.el (mail-send-and-exit): Make arg optional.
4398         * files.el (view-read-only): Doc fix.
4400         * simple.el (back-to-indentation): Call backward-prefix-chars.
4402         * help-mode.el (help-make-xrefs): Clean up the loop that scans
4403         over a keymap inserted by \\{...}; it now stops at end of buffer.
4405         * filesets.el: Don't call filesets-init.
4407         * emacs-lisp/bytecomp.el (byte-compile-defun): Generate and
4408         compile a defalias form, unless byte-compile-compatibility.
4410         * progmodes/scheme.el (scheme-mode-syntax-table):
4411         Use prefix syntax for ', `, comma, @ and #.
4413         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4414         Give @ prefix syntax.
4416 2003-04-23  Andre Spiegel  <spiegel@gnu.org>
4418         * vc-cvs.el (vc-cvs-stay-local): Keep the old default.
4419         Simplify doc string.
4421 2003-04-23  Wolfgang Scherer  <wolfgang.scherer@gmx.de>
4423         * vc-cvs.el (vc-cvs-stay-local): Allow lists of host regexps.
4424         (vc-cvs-stay-local-p): Handle them.
4425         (vc-cvs-parse-root): New function, used by the above.
4427 2003-04-22  Stefan Monnier  <monnier@cs.yale.edu>
4429         * vc-mcvs.el (vc-mcvs-root): Cache the result.
4430         (vc-mcvs-registered): Simplify.  Use file-relative-name.
4431         (vc-mcvs-register): Simplify.  Don't burp if MCVS/TYPES doesn't exist.
4432         (vc-mcvs-command): Filter F-NN names in the output for diff and log.
4434 2003-04-21  Stefan Monnier  <monnier@cs.yale.edu>
4436         * info.el (Info-default-dirs): New fun extracted from Info-initialize.
4437         (info-initialize): Use it.  Obey the "final :" convention for INFOPATH.
4439         * textmodes/fill.el (fill-region-as-paragraph):
4440         Fix "last line goes to fill-column+1" problem.
4442         * emacs-lisp/bytecomp.el (byte-compile-defvar): Improve message.
4444 2003-04-20  Richard M. Stallman  <rms@gnu.org>
4446         * simple.el (kill-line): Doc fix.
4448 2003-04-20  Sam Steingold  <sds@gnu.org>
4450         * pcvs.el (cvs-examine): Respect `find-file-visit-truename'.
4452 2003-04-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
4454         * which-func.el (which-func-modes): Add f90-mode.
4455         (which-function): Handle imenu submenus.
4457         * progmodes/fortran.el (fortran-abbrev-start): Make XEmacs compatible.
4459         * progmodes/f90.el (f90-font-lock-keywords-2): Use override for
4460         font-lock-variable-name-face in declarations.
4461         Highlight continuation characters.
4462         (f90-indent-new-line): Remove direct call to f90-indent-line-no,
4463         f90-update-line.
4464         (f90-abbrev-start): Fix XEmacs compatibility.
4466 2003-04-19  Stefan Monnier  <monnier@cs.yale.edu>
4468         * vc-mcvs.el: New file.
4470         * vc-cvs.el (vc-cvs-dir-state): Use vc-cvs-command.
4471         (vc-cvs-could-register, vc-cvs-make-version-backups-p): Use defalias.
4472         (vc-cvs-merge-news): Simplify.
4473         (vc-cvs-diff): Remove unused var `options'.
4474         (vc-cvs-parse-entry): Use the same algorithm as cvs does.
4476 2003-04-19  Richard M. Stallman  <rms@gnu.org>
4478         * desktop.el (desktop-buffer-mh): Don't require mh-e;
4479         it causes trouble in compilation.
4481         * add-log.el (add-log-current-defun-function): Add autoload cookie.
4483         * newcomment.el (comment-use-syntax): Add autoload cookie.
4485         * emacs-lisp/bytecomp.el (byte-compile-log-file)
4486         (byte-recompile-directory): Don't use byte-goto-log-buffer.
4487         Instead, set default-directory and then call compilation-mode.
4488         (byte-compile-from-buffer): Force byte-compile-last-position
4489         to end of buffer before issuing final warnings.
4491 2003-04-18  Stefan Monnier  <monnier@cs.yale.edu>
4493         * emulation/cua-base.el (cua-mode): Use define-minor-mode.
4494         (cua-global-mark-face): Fix face format.
4496         * emacs-lisp/easy-mmode.el (define-minor-mode): Only echo a message
4497         if the body didn't do so already.
4498         (easy-mmode-define-keymap): Remove unused var `suppress'.
4500         * view.el (view-read-only): Move to files.el.
4501         * files.el (view-read-only): Move from view.el.
4503 2003-04-17  Stefan Monnier  <monnier@cs.yale.edu>
4505         * files.el (view-read-only): Don't declare a second time.
4506         (find-file-read-only, find-file-read-only-other-window)
4507         (find-file-read-only-other-frame): Check that file does exist.
4508         (large-file-warning-threshold): New custom.
4509         (find-file-noselect): Use it.
4510         (report-errors): New macro.
4511         (normal-mode): Use it.
4512         (toggle-read-only): Really toggle, even if view-mode is on.
4513         (parse-colon-path): Remove unused `cd-prefix' var.
4514         (make-backup-file-name-1): Remove unused `failed' var.
4515         (basic-save-buffer): Remove unused `tempsetmodes' var.
4516         (basic-save-buffer-2): Remove unused `temp' var.
4517         (insert-directory): Remove unused `available' var.
4519 2003-04-17  John Paul Wallington  <jpw@gnu.org>
4521         * hexl.el (hexl-find-file): Bind `default-major-mode' to
4522         `fundamental-mode'.
4524 2003-04-16  Stefan Monnier  <monnier@cs.yale.edu>
4526         * reveal.el (reveal-post-command): Use overlay-get for overlays.
4528 2003-04-16  Kenichi Handa  <handa@m17n.org>
4530         * international/mule-cmds.el (describe-language-environment):
4531         At first, require all necessary features.
4533 2003-04-16  Dave Love  <fx@gnu.org>
4535         * progmodes/xscheme.el: Moved from lisp directory.
4537 2003-04-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
4539         * progmodes/f90.el (f90-indent-to, f90-indent-line-no)
4540         (f90-no-block-limit, f90-end-of-block, f90-beginning-of-block)
4541         (f90-comment-region, f90-indent-line, f90-indent-region)
4542         (f90-find-breakpoint, f90-block-match): Trivial simplifications.
4543         (f90-looking-at-do, f90-looking-at-select-case)
4544         (f90-looking-at-if-then, f90-looking-at-where-or-forall):
4545         Drop XEmacs 19 support and simplify.
4546         (f90-indent-new-line): No need for case-fold-search.  Simplify.
4547         (f90-fill-region): Make marker nil when done.  Simplify.
4549         * progmodes/fortran.el (fortran-column-ruler): Minor doc change.
4551 2003-04-16  Richard M. Stallman  <rms@gnu.org>
4553         * man.el (Man-follow-manual-reference): Don't require match
4554         when calling completing-read.
4556 2003-04-15  Glenn Morris  <gmorris@ast.cam.ac.uk>
4558         * progmodes/fortran.el: Whitespace changes, some re-ordering of
4559         code, trivial commentary change.
4560         (fortran, fortran-indent, fortran-comment)
4561         (fortran-tab-mode-default, fortran-continuation-indent)
4562         (fortran-comment-indent-style, fortran-blink-matching-if)
4563         (fortran-continuation-string, fortran-electric-line-number)
4564         (fortran-break-before-delimiters, fortran-mode-hook)
4565         (fortran-end-prog-re, fortran-imenu-generic-expression):
4566         Minor doc changes.
4567         (fortran-tab-mode-minor-mode-string): New variable.
4568         (fortran-tab-mode-string): Now customization is meaningful.
4569         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
4570         (fortran-analyze-depth): Use defcustom.
4571         (fortran-if-start-re, fortran-end-prog-re1, fortran-fill)
4572         (fortran-break-line, fortran-prepare-abbrev-list-buffer)
4573         (fortran-auto-fill): Add doc string.
4574         (fortran-type-types): New constant (was local to let binding).
4575         (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
4576         (fortran-font-lock-syntactic-keywords): Initialize in defvar.
4577         (fortran-font-lock-keywords-3): Initialize in defvar.  Use 1+ now
4578         depth of fortran-type-types has changed.  Remove extra and.
4579         (fortran-mode-menu): Minor re-organization.  Use lookup-key.
4580         (fortran-mode): Doc changes.  Some re-organization.
4581         Use fortran-tab-mode-minor-mode-string.
4582         (fortran-comment-indent): Add doc string.  Move save-excursion.
4583         Use 1+.
4584         (fortran-indent-comment, fortran-fill-statement):
4585         Change interactive spec.  Use unless.
4586         (fortran-comment-region): Doc change.  Reverse logic of arg
4587         test.  Use zerop.
4588         (fortran-abbrev-start, fortran-split-line)
4589         (fortran-electric-line-number, fortran-indent-subprogram)
4590         (fortran-strip-sequence-nos): Change interactive spec.
4591         (fortran-remove-continuation): Add doc string.  Use when.
4592         (fortran-numerical-continuation-char): Doc change.  Use 1+.
4593         (fortran-previous-statement, fortran-next-statement)
4594         (fortran-beginning-do, fortran-calculate-indent)
4595         (fortran-end-do, fortran-end-if, fortran-beginning-if):
4596         Use zerop, 1+, 1-.
4597         (fortran-blink-match, fortran-check-for-matching-do): Use when.
4598         (fortran-indent-line): Change interactive spec.  Remove un-needed
4599         if.  Use when.
4600         (fortran-indent-to-column): Doc change.  Use when, unless.
4601         (fortran-find-comment-start-skip): No longer interactive.
4602         (fortran-analyze-file-format): Minor doc change.
4603         Remove un-needed setq.
4604         (minor-mode-alist): Use add-to-list.
4605         (fortran-fill-paragraph): Change interactive spec, doc string.
4607         * progmodes/f90.el: Whitespace changes, trivial commentary changes.
4608         (f90, f90-indent, f90-program-indent, f90-continuation-indent)
4609         (f90-indented-comment-re, f90-imenu-generic-expression)
4610         (f90-mark-subprogram, f90-join-lines): Minor doc changes.
4611         (f90-menu): Shift definition to initialization of f90-mode-map.
4612         Add customization section.
4613         (f90-mode): Minor doc change.  Do not call easy-menu-add.
4614         Set `beginning-of-defun-function' and `end-of-defun-function' to
4615         appropriate F90 functions.
4616         (f90-indent-line, f90-indent-line, f90-indent-subprogram)
4617         (f90-break-line, f90-do-auto-fill, f90-insert-end)
4618         (f90-upcase-keywords, f90-capitalize-keywords)
4619         (f90-downcase-keywords): Change interactive spec.
4621 2003-04-14  Stefan Monnier  <monnier@cs.yale.edu>
4623         * font-lock.el (font-lock-multiline, font-lock-fontified)
4624         (font-lock-set-defaults): Move back from font-core.el and merge
4625         it back with font-lock-set-defaults-1.
4626         (font-lock-mode-internal): New function (basically the body of
4627         the old font-lock-mode minor mode).
4629         * font-core.el (font-lock-maximum-size, font-lock-verbose): Remove.
4630         (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
4631         Move back to font-lock.el
4632         (font-lock-default-function): Use font-lock-mode-internal.
4634         * files.el (auto-mode-alist): Add entries for *.ins and *.dtx.
4635         (recover-file): Abbreviate file name in messages.
4637         * textmodes/tex-mode.el (latex-mode-map): Bind latex-split-block.
4638         (tex-font-lock-keywords-2): Comment out unused var `type'.
4639         (tex-guess-mode): New name for old `tex-mode'.
4640         (tex-mode): Make it a derived mode of text-mode.
4641         (plain-tex-mode, latex-mode): Change parent from text-mode to tex-mode.
4642         (tex-common-initialization): Don't setup syntax-table any more.
4643         (tex-validate-buffer): Remove unused var `oend'.
4644         Use with-current-buffer and line-beginning-position.
4645         (tex-recenter-output-buffer): Remove unused var `old-buffer'.
4646         (latex-indent): Return `noindent' if no indentation can happen.
4647         (doctex-font-lock-^^A, doctex-font-lock-syntactic-face-function)
4648         (doctex-font-lock-syntactic-keywords, doctex-font-lock-keywords)
4649         (doctex-mode): New funs for DocTeX mode, derived from LaTeX mode.
4651         * font-lock.el (font-lock-preprocessor-face): New var and face.
4653 2003-04-14  Andrew Choi  <akochoi@shaw.ca>
4655         * term/mac-win.el: Unconditionally set process-connection-type to nil.
4657 2003-04-14  Richard M. Stallman  <rms@gnu.org>
4659         * derived.el (define-derived-mode): Make generated code work in
4660         Emacs versions that do not have run-mode-hooks.
4662         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
4663         At end of buffer, run the global binding of the same key.
4665         * international/mule.el (after-insert-file-set-coding):
4666         Properly treat INSERTED as number of characters, for both
4667         for both the argument and the value.
4669         * desktop.el (desktop-base-file-name):
4670         Renamed from desktop-basefilename.  Add defvaralias.
4672 2003-04-14  John Paul Wallington  <jpw@gnu.org>
4674         * international/fontset.el (create-fontset-from-ascii-font): Doc fix.
4675         (x-must-resolve-font-name): Fix error message typo.
4677 2003-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
4679         * progmodes/fortran.el (fortran-previous-statement): Check for
4680         fortran-continuation-string.
4681         (fortran-calculate-indent): Do not add extra whitespace to
4682         strings broken over lines.
4683         (fortran-fill): Handle long strings that must be broken.
4685 2003-04-13  Michael Albinus  <Michael.Albinus@alcatel.de>  (tiny change)
4687         * net/ange-ftp.el (ange-ftp-expand-symlink): If result of
4688         expansion is a symlink, expand again.
4689         (ange-ftp-file-symlink-p): Return target of symlink literally.
4691 2003-04-13  Masatake YAMATO  <jet@gyve.org>
4693         * bindings.el (toplevel): Don't change the face
4694         of major-mode on the mode line. Setting the face on
4695         the mode line code is installed by my mistake in
4696         my last change.
4698 2003-04-12  Stefan Monnier  <monnier@cs.yale.edu>
4700         * add-log.el (change-log-version-number-search): Fix old bug.
4701         (add-change-log-entry): Avoid inserting the same funname again.
4702         (add-log-indent-text): New var.
4703         (add-log-indent): New fun.
4704         (change-log-mode): Use it.
4706         * net/browse-url.el: Don't autoload all these defcustoms.
4707         (browse-url-default-macosx-browser): New fun.
4708         (browse-url-browser-function): Use it for system-type = darwin.
4709         (browse-url-usr1-signal): Remove.
4710         (browse-url-mosaic): Use SIGUSR1 directly instead.
4711         (browse-url-gnome-moz-program): New var.
4712         (browse-url-gnome-moz, browse-url-default-browser): Use it.
4714         * emacs-lisp/bytecomp.el: Use push, with-current-buffer, dolist, ...
4715         (byte-compile-const-variables): New var.
4716         (byte-compile-close-variables): Reset it.
4717         (byte-compile-file-form-defvar, byte-compile-defvar): Update it.
4718         (byte-compile-const-symbol-p): Now arg `value' to check defconsts.
4719         (byte-compile-variable-ref): Use it and improve warning message.
4720         (byte-compile-check-lambda-list): Use byte-compile-const-symbol-p.
4721         (byte-compile-lapcode): Remove unused vars.
4722         (byte-compile-eval): Fix thinko in handling of old-autoloads.
4723         (byte-recompile-directory): Use the expanded form for directory.
4724         (byte-compile-track-mouse): Use modern backquote syntax.
4725         (byte-compile-defvar): Detect and properly handle (defconst a).
4726         (byte-compile-defalias-warn): Remove unused arg `alias'.
4727         (byte-compile-defalias): Update call.
4729 2003-04-13  Masatake YAMATO  <jet@gyve.org>
4731         * help.el (describe-minor-mode): New function implementation.
4732         Accept both minor mode string and minor mode indicator.
4733         (describe-minor-mode-completion-table-for-indicator)
4734         (describe-minor-mode-completion-table-for-symbol): New functions.
4735         minor-mode-list is used here.
4736         (describe-minor-mode-from-symbol):
4737         Renamed from (old) describe-minor-mode.
4738         Use describe-minor-mode-completion-table-for-symbol.
4739         Don't use eval. Just use symbol-name.
4740         (describe-minor-mode-from-indicator): Document is updated.
4741         Use `format-mode-line'.
4742         Use describe-minor-mode-from-symbol instead of describe-minor-mode.
4743         Use describe-minor-mode-completion-table-for-indicator.
4744         (expand-minor-mode-indicator-object): Remove.
4745         (lookup-minor-mode-from-indicator): Remove the fist white
4746         space from both indicator and anindicator before comparing them.
4748         * bindings.el (mode-line-major-mode-keymap)
4749         (mode-line-minor-mode-keymap): Define keys for the maps
4750         here in `defvar'.
4752 2003-04-12  Stefan Monnier  <monnier@cs.yale.edu>
4754         * server.el (server-socket-name): Use new safe location for socket.
4755         (server-ensure-safe-dir): New fun.
4756         (server-start): Use it and letf.
4757         (server-process-filter): Re-enable the -eval feature.
4759 2003-04-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
4761         * play/gomoku.el (gomoku-buffer-name): New constant.
4762         (gomoku-mode): Doc fix.  Add call to kill-all-local-variables.
4763         (gomoku): Do not call gomoku-switch-to-window directly.
4764         (gomoku-prompt-for-other-game): Throw an error if no new game.
4765         (gomoku-switch-to-window): Use gomoku-buffer-name.
4767         * progmodes/f90.el (f90-abbrev-start): Only offer help if
4768         abbrev-mode is active.
4769         (f90-join-lines): Make it behave more like standard join-line.
4770         (f90-fill-region, f90-menu): Adapt for new f90-join-lines.
4772         * progmodes/fortran.el (fortran-abbrev-start): Only offer help if
4773         abbrev-mode is active.
4775 2003-04-12  John Paul Wallington  <jpw@gnu.org>
4777         * help-fns.el (help-add-fundoc-usage): Pass an empty string to
4778         `format' if no newlines are necessary.
4780 2003-04-11  Stefan Monnier  <monnier@cs.yale.edu>
4782         * bindings.el (global-map): Bind [select-window].
4784 2003-04-11  John Paul Wallington  <jpw@gnu.org>
4786         * type-break.el (type-break-warning-countdown-string): Doc fix.
4788 2003-04-11  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>  (tiny change)
4790         * international/utf-8.el (utf-translate-cjk-mode): Fix incorrect
4791         place of parenthesis.
4793 2003-04-11  Masatake YAMATO  <jet@gyve.org>
4795         * progmodes/etags.el (select-tags-table-mode-map):
4796         Don't create new keymap. Instead copy from button-buffer-map.
4797         Bind push-button to `t' instead of binding
4798         select-tags-table-select directly
4799         (tags-select-tags-table): New button.
4800         (select-tags-table): Put a button for each selections.
4802 2003-04-11  Kenichi Handa  <handa@m17n.org>
4804         * international/mule.el:
4805         Don't set after-insert-file-adjust-coding-function.
4806         (after-insert-file-set-coding):
4807         Renamed from after-insert-file-set-buffer-file-coding-system.
4809 2003-04-11  Kenichi Handa  <handa@m17n.org>
4811         * international/quail.el (quail-guidance-str)
4812         (quail-guidance-frame): New variables.
4813         (quail-guidance-win): Delete this variable.
4814         (quail-setup-overlays): Make overlay not rear-advancing.
4815         (quail-kill-guidance-buf): Delete this function.
4816         (quail-activate): Add/remove quail-show-guidance to/from
4817         post-command-hook.
4818         (quail-input-method): Don't setup quail-guidance-buf.
4819         Initialize quail-guidance-str to "".
4820         (quail-start-translation): Call quail-show-guidance at first.
4821         (quail-start-conversion): Likewise.
4822         (quail-terminate-translation): Don't erase quail-guidance-buf.
4823         (quail-update-translation): Stretch overlays if their starting and
4824         ending positions are same.
4825         (quail-update-current-translations): Check the width of the
4826         current window, not the width of quail-guidance-win.
4827         (quail-make-guidance-frame): Delete the arg BUF.  Fix position
4828         calculation.  Don't set the window buffer, just return the new frame.
4829         (quail-minibuffer-message): New function.
4830         (quail-show-guidance): Renamed from quail-show-guidance-buf.
4831         Use message and quail-minibuffer-message to display the guidance.
4832         (quail-hide-guidance): Renamed from quail-hide-guidance-buf.
4833         Only delete quail-guidance-frame.
4834         (quail-update-guidance): Just update quail-guidance-str, not
4835         display it.
4836         (quail-get-translations): Renamed from quail-show-translations.
4837         Return a string instead of inserting it in quail-guaidance-buf.
4839 2003-04-11  Kenichi Handa  <handa@m17n.org>
4841         * international/mule-cmds.el (sort-coding-systems): Set lower
4842         priority to a utf-16 base coding system.  Set higher priority to a
4843         coding system listed in coding-category-list.
4845 2003-04-10  Juanma Barranquero  <lektu@terra.es>
4847         * frame.el (modify-all-frames-parameters): Deleted.
4849 2003-04-10  Sebastian Tennant  <seb@albert.vcisp.net>  (tiny change)
4851         * desktop.el (desktop-buffer-file): Restore major-mode if it is
4852         different from the normal mode.
4854 2003-04-10  Kenichi Handa  <handa@m17n.org>
4856         * international/mule.el:
4857         Set after-insert-file-adjust-coding-function to
4858         after-insert-file-set-buffer-file-coding-system instead of adding
4859         it to after-insert-file-functions.
4861         * language/ind-util.el (indian-2-column-to-ucs-region): Fix for
4862         the case of replacing multibyte characters.
4864 2003-04-09  Richard M. Stallman  <rms@gnu.org>
4866         * files.el (file-chase-links): Fix previous change.
4868 2003-04-09  Juanma Barranquero  <lektu@terra.es>
4870         * frame.el (new-frame): Add obsolescence declaration.
4872 2003-04-09  Ehud Karni  <ehud@unix.mvs.co.il>
4874         * frame.el (set-frame-font): Allow keeping frame size after
4875         changing font.
4876         (modify-all-frames-parameters): New function to change parameters
4877         in all existing and future frames.
4879 2003-04-09  Thien-Thi Nguyen  <ttn@gnu.org>
4881         * man.el (Man-heading-regexp): Accept hyphen.
4883 2003-04-09  Kenichi Handa  <handa@m17n.org>
4885         * international/fontset.el: Specify rescale ratio 1.3 for CDAC fonts.
4887         * international/mule-conf.el: Register ?\221 and ?\226 in
4888         latin-extra-code-table.
4890 2003-04-08  Richard M. Stallman  <rms@gnu.org>
4892         * subr.el (minor-mode-list): New variable.
4893         (add-minor-mode): Add to it.
4895         * files.el (file-chase-links): New arg LIMIT.
4896         After that many iterations, just return what we've got.
4898         * map-ynp.el (map-y-or-n-p): When formatting chars in ACTION-ALIST,
4899         use single-key-description.
4901         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
4902         At end of buffer, just call `newline'.
4904         * mail/rmailsum.el (rmail-make-basic-summary-line): If there's
4905         no From field, still try to use the To field.
4907 2003-04-09  Kenichi Handa  <handa@m17n.org>
4909         * international/mule-diag.el (print-coding-system-briefly):
4910         If DOC-STRING is `tightly', print the doc-string tightly.
4911         (list-coding-systems-1): Sort coding systems.
4912         Call print-coding-system-briefly with the arg DOC-STRING `tightly'.
4914 2003-04-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
4916         * net/tramp.el: Version 2.0.33 released.
4917         Change coding cookie to `iso-2022-7bit' for XEmacs
4918         compatibility.  (From Steve Youngs <youngs@xemacs.org>.)
4920 2003-04-08  Michael Albinus  <Michael.Albinus@alcatel.de>
4922         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
4923         Do not disable file name handlers for `file-exists-p' and
4924         `file-directory-p'.
4926 2003-04-08  Kenichi Handa  <handa@m17n.org>
4928         * international/mule-conf.el: Register ?\225 in latin-extra-code-table.
4930         * international/utf-16.el (utf-16-le-decode-loop)
4931         (utf-16-be-decode-loop): New temporary variables.
4932         (ccl-decode-mule-utf-16-le): Use utf-16-le-decode-loop.
4933         (ccl-decode-mule-utf-16-be): Use utf-16-be-decode-loop
4934         (ccl-decode-mule-utf-16-le-with-signature)
4935         (ccl-decode-mule-utf-16-be-with-signature)
4936         (ccl-decode-mule-utf-16): New CCL programs.
4937         (utf-16-le-encode-loop, utf-16-be-encode-loop): New temporary
4938         variables.
4939         (ccl-encode-mule-utf-16-le): Use utf-16-le-encode-loop.
4940         (ccl-encode-mule-utf-16-be): Use utf-16-be-encode-loop
4941         (ccl-encode-mule-utf-16-le-with-signature)
4942         (ccl-encode-mule-utf-16-be-with-signature): New CCL programs.
4943         (mule-utf-16-post-read-conversion): New function.
4944         (mule-utf-16-le-with-signature, mule-utf-16-be-with-signature),
4945         (mule-utf-16): New coding systems.
4946         (utf-16-le-with-signature, utf-16-be-with-signature),
4947         (utf-16): Aliases of the above coding systems.
4949 2003-04-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4951         * progmodes/cc-langs.el (c-symbol-key): Use POSIX char classes
4952         to match symbols.  This makes CC Mode cope with the full range
4953         of identifier characters in e.g. Java.
4955 2003-04-07  Francesco Potort\e,Al\e(B  <pot@gnu.org>
4957         * xt-mouse.el (xterm-mouse-event-read): New function.
4958         (xterm-mouse-event): Use it to get xterm sequences above #x7f.
4959         Suggested by Aman Bhargava <emacs-bug@amanb.net>.
4961 2003-04-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4963         * man.el (Man-getpage-in-background): Set GROFF_NO_SGR env var in
4964         all cases, whether or not start-process is fboundp.
4966 2003-04-06  Richard M. Stallman  <rms@gnu.org>
4968         * calendar/cal-menu.el (cal-menu-update): Use easy-menu-create-menu
4969         rather than easy-menu-change.
4971         * dired.el (dired-view-file): Let viewer program run asynchronously.
4973 2003-04-06  Ben North  <ben@redfrontdoor.org>  (tiny change)
4975         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
4976         Correct the starting point for previous-single-property-change.
4978 2003-04-06  Lars Hansen  <larsh@math.ku.dk>
4980         * desktop.el: Handle multiple desktop files in different dirs.
4981         Other cleanups.
4982         Command line option --no-desktop introduced.
4983         (desktop-read): Record buffers in the desktop file in
4984         the same order as that in the buffer list,
4985         (desktop-save): Put buffers in the order given in desktop file,
4986         regardless of what handlers do.
4987         (desktop-file-version): New variable. Version number of desktop
4988         file format.
4989         (desktop-create-buffer-form): Variable deleted.
4990         (desktop-save): New customizable variable.
4991         (desktop-kill): Use `desktop-save'.
4992         (desktop-file-name-format): New option: format in
4993         which desktop file names should be saved.
4994         (desktop-file-name): New function to convert a filename to the
4995         format specified in `desktop-file-name-format'.
4996         (desktop-create-buffer): Parameters renamed to descriptive
4997         systematic names. These parameters are visible to handlers.
4998         Renames:
4999         ver    -> desktop-file-version
5000         mim    -> desktop-buffer-minor-modes
5001         pt     -> desktop-buffer-point
5002         mk     -> desktop-buffer-mark
5003         ro     -> desktop-buffer-read-only
5004         locals -> desktop-buffer-locals
5005         (desktop-buffer-major-mode, desktop-buffer-file-name)
5006         (desktop-buffer-name): Delete unused customizable variables.
5007         (desktop-buffer-misc): Delete unused variable.
5008         (desktop-save, desktop-buffer-dired-misc-data):
5009         Use `desktop-file-name'.
5010         (desktop-path): New customizable variable.  List of directories in
5011         which to lookup the desktop file.  Replaces hardcoded list.
5012         (desktop-globals-to-clear): New variable replaces hardcoded list.
5013         (desktop-clear-preserve-buffers-regexp): New customizable variable.
5014         (desktop-after-read-hook): New hook run after a desktop is read.
5015         (desktop-no-desktop-file-hook): New hook when no desktop file found.
5016         (desktop-change-dir): New function.
5017         (desktop-save-in-load-dir): New function.  Save desktop in
5018         directory from which it was loaded.
5019         (desktop-revert): New function. Revert to the last loaded desktop.
5021 2003-04-06  Masatake YAMATO  <jet@gyve.org>
5023         * progmodes/etags.el (tag-find-file-of-tag): Renamed from
5024         find-file-of-tag to avoid name space pollution.
5025         (tag-find-file-of-tag-noselect): Likewise.
5026         (etags-list-tags, etags-tags-apropos):
5027         Use tag-find-file-of-tag instead of find-file-of-tag.
5029 2003-04-06  Masatake YAMATO  <jet@gyve.org>
5031         * info.el (Info-goto-emacs-command-node): If command
5032         is given as a string, convert it to a symbol.
5034 2003-04-05  Kevin Ryde  <user42@zip.com.au>
5036         * info-look.el (emacs-lisp-mode): Add prefix/suffix matching regexps.
5038 2003-04-05  Andre Spiegel  <spiegel@gnu.org>
5040         * vc-cvs.el (vc-cvs-get-entries): New function that uses the
5041         right coding system for accessing CVS/Entries.
5042         (vc-cvs-registered, vc-cvs-dir-state-heuristic): Use it.
5044 2003-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5046         * subr.el (number-sequence): Adjust code.
5048 2003-04-04  Stefan Monnier  <monnier@cs.yale.edu>
5050         * textmodes/refill.el (refill-fill-paragraph-at): Undo last fix.
5051         (refill-fill-paragraph-at): Don't skip prefix since markers work right.
5053         * textmodes/fill.el (fill-delete-newlines): Remove trailing whitespace.
5054         (fill-paragraph): Don't skip prefix now that markers work right.
5056 2003-04-04  John Paul Wallington  <jpw@gnu.org>
5058         * ibuffer.el (ibuffer-insert-filter-group): `help-echo' text
5059         property dynamically respects `tooltip-mode'.
5060         (define-ibuffer-column name): Likewise.
5062         * ibuf-ext.el (ibuffer-format-filter-group-data): Don't append "\n".
5064 2003-04-04  Masatake YAMATO  <jet@gyve.org>
5066         * progmodes/etags.el (find-file-of-tag-noselect, find-file-of-tag):
5067         New helper functions.
5068         (snarf-tag-function): Doc string is changed.  Explained about new
5069         optional argument, `use-explicit'.
5070         (etags-snarf-tag): Add one optional argument `use-explicit'.
5071         (file-of-tag-function): Doc string is changed.  Explained about new
5072         optional argument, `relative'.
5073         (file-of-tag): Doc string is changed.  Explained about new optional
5074         argument, `relative'.  Pass `relative' to `file-of-tag-function'.
5075         (etags-file-of-tag): Add new argument `relative`.
5076         (list-tags): Set `buffer-read-only' to t after making the major mode
5077         apropos-mode.
5078         (etags-list-tags): Use `make-text-button' instead of
5079         `add-text-properties'.  Used `snarf-tag-function',
5080         `goto-tag-location-function' and `find-file-of-tag' instead of
5081         `find-tag-other-window' (it's too simple).
5082         (find-tag-in-order): Use `find-file-of-tag-noselect' instead of
5083         `find-file'.
5084         (etags-tags-apropos): Use `find-file-of-tag-noselect' instead of
5085         `find-file'.  Do not use `etags-goto-tag-location` directly; use
5086         `goto-tag-location-function' instead.  Print relative file paths
5087         instead of complete ones in *Tags List* buffer, so lines in the
5088         buffer become shorter.
5089         (etags-tags-apropos-additional): Use `make-text-button' instead of
5090         `add-text-properties'.
5092 2003-04-04  Andreas Schwab  <schwab@suse.de>
5094         * net/tramp.el (tramp-send-string): Handle empty string.
5096 2003-04-03  Richard M. Stallman  <rms@gnu.org>
5098         * emacs-lisp/easymenu.el (easy-menu-define):
5099         Don't make a defvar for nil.
5100         (easy-menu-convert-item-1): Doc fix.
5101         (easy-menu-change): Call easy-menu-create-menu.
5103         * subr.el (read-quoted-char): Remember the input char
5104         before translation thru function-key-map, and use that for unreading.
5106         * shadowfile.el (shadow-parse-fullname):
5107         Renamed from shadow-parse-fullpath.
5108         (shadow-parse-name): Renamed from shadow-parse-path.
5109         (shadow-make-fullname): Renamed from shadow-make-fullpath.
5110         (shadow-replace-name-component): Was shadow-replace-path-component.
5111         Callers of the above functions changed.
5112         (shadow-expand-cluster-in-file-name): Doc fix.
5113         (shadow-same-site, shadow-file-match): Doc fix.
5114         (shadow-define-literal-group): Doc fix.
5116         * kmacro.el (kmacro-end-and-call-macro): Doc fix.
5118         * hexl.el (hexl-find-file): Ignore user's value of default-major-mode.
5120         * files.el (hack-local-variables-prop-line): New arg MODE-ONLY.
5121         (hack-local-variables): When MODE-ONLY is set, pass it along to
5122         hack-local-variables-prop-line.
5124         * delsel.el (delete-active-region): Don't explicitly deactivate mark.
5126 2003-04-03  Masatake YAMATO  <jet@gyve.org>
5128         * progmodes/etags.el: Require button.el.
5129         (etags-tags-apropos): Use `make-text-button' instead of
5130         `add-text-properties'.  Use `snarf-tag-function' and
5131         `etags-goto-tag-location' instead of `find-tag-other-window' (it's
5132         too simple).
5134         * man.el (Man-xref-header-file): Fix previous change.
5136 2003-04-03  Kenichi Handa  <handa@m17n.org>
5138         * subr.el (number-sequence): New function.
5140 2003-04-02  Ehud Karni  <ehud@unix.mvs.co.il>  (tiny change)
5142         * sort.el (sort-reorder-buffer): Fix saving of markers at the end
5143         of the sorted region.
5145 2003-04-02  Masatake YAMATO  <jet@gyve.org>
5147         * woman.el (woman-xref): Removed.
5148         (woman-mode): Use `Man-highlight-references' instead of
5149         `WoMan-highlight-references'.
5150         (WoMan-highlight-references): Removed.
5152         * man.el (toplevel): Require button.
5153         (Man-header-file-path): New option.
5154         (Man-synopsis-regexp, Man-files-regexp, Man-include-regexp)
5155         (Man-file-name-regexp, Man-normal-file-prefix-regexp)
5156         (Man-header-regexp, Man-normal-file-regexp): New variables.
5157         (Man-mode-map): Inherit from `button-buffer-map'.  Don't define
5158         "\r" and mouse-2 directly.  These key are defined in
5159         `button-buffer-map'.
5160         (Man-xref-man-page, Man-xref-header-file, Man-xref-normal-file):
5161         New buttons.  `Man-xref-man-page' comes from woman.el.
5162         (man-follow-mouse): Removed.
5163         (Man-fontify-manpage): Use `Man-highlight-references' instead of
5164         calling `add-text-properties' directly.
5165         (Man-highlight-references, Man-highlight-references0): New functions.
5166         (Man-view-header-file): New function.
5168 2003-04-02  Stefan Monnier  <monnier@cs.yale.edu>
5170         * textmodes/refill.el (refill-fill-paragraph-at): Don't preserve
5171         the trailing space since fill.el doesn't remove it anymore.
5172         (refill-mode): Reset fill-paragraph-function even if it was nil.
5174         * textmodes/fill.el (fill-region-as-paragraph):
5175         Don't remove space at end of paragraph: it makes refill.el unusable.
5176         Remove obsolete `save-restriction'.
5177         (fill-paragraph, fill-comment-paragraph): Don't add newline at EOP.
5178         (fill-delete-newlines): Don't add a trailing space.
5179         (fill-newline): Don't leave markers before the prefix.
5181         * progmodes/asm-mode.el (asm-calculate-indentation, asm-indent-line):
5182         New functions.
5183         (asm-mode): Use them in indent-line-function.
5184         Set tab-always-indent to nil to stay closer to previous tab behavior.
5185         Set comment-add.  Remove space at end of comment-add.
5186         (asm-newline): Obsolete.  Use newline-and-indent instead.
5187         (asm-mode-map): Remove TAB binding.
5188         (asm-code-level-empty-comment-pattern)
5189         (asm-flush-left-empty-comment-pattern)
5190         (asm-inline-empty-comment-pattern): Remove.
5191         (asm-comment): Use newcomment functions instead.
5192         (asm-colon): Don't tab if colon is not after a label.
5193         (asm-line-matches, asm-pop-comment-level): Remove.
5195 2003-04-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
5197         * emulation/crisp.el (top-level): Quote second arg to
5198         `eval-after-load'.
5200 2003-04-02  Miles Bader  <miles@gnu.org>
5202         * scroll-bar.el (scroll-bar-mode): Correctly specify `nil' choice.
5204 2003-04-01  Stefan Monnier  <monnier@cs.yale.edu>
5206         * progmodes/asm-mode.el (asm-mode-syntax-table): Setup entries
5207         that do not depend on asm-comment-char.
5208         (asm-mode-map): Declare and init at the same time.
5209         (asm-code-level-empty-comment-pattern)
5210         (asm-flush-left-empty-comment-pattern)
5211         (asm-inline-empty-comment-pattern): Use \s< so they do not depend
5212         on asm-comment-char.  Turn them into constants.
5213         (asm-mode): Simplify.
5214         (asm-line-matches): Remove unused arg.
5216 2003-04-01  Dave Love  <fx@gnu.org>
5218         * time.el: Doc fixes.
5219         (display-time-mail-face): Change :type and default to nil.
5220         (display-time-mail-icon): Use pbm, not xbm.
5221         (display-time-mail-string): New.
5222         (display-time-string-forms): Use display-time-mail-string.
5223         Add checks in display property.
5225 2003-04-01  Kenichi Handa  <handa@m17n.org>
5227         * language/indian.el (indian-font-char-index-table): Fix the
5228         order of CDAC fonts.
5230 2003-04-01  Kim F. Storm  <storm@cua.dk>
5232         * simple.el (pop-global-mark-quick-repeat): Remove defcustom.
5233         (set-mark-command): Unconditionally repeat pop-global-mark without
5234         C-x prefix.  Fix doc.
5236         * emulation/cua-base.el (cua-set-mark): Unconditionally repeat
5237         pop-global-mark without C-x prefix.  Fix doc.
5239 2003-03-31  Stefan Monnier  <monnier@cs.yale.edu>
5241         * reveal.el (reveal-post-command): Better error handling.
5243 2003-03-31  Nick Roberts  <nick@nick.uklinux.net>
5245         * gdb-ui.el (gdb-inferior-io-mode): Remove Unix pathname for cat
5246         so that it can run on NT also.
5248 2003-03-31  Masatake YAMATO  <jet@gyve.org>
5250         * progmodes/asm-mode.el (asm-mode): Support skipping C lang style
5251         comments.
5253         * bindings.el (mode-line-major-mode-keymap): New variable.
5254         (mode-line-minor-mode-help): New function, bound to
5255         mode-line-minor-mode-keymap.
5256         (mode-line-modes): Split mode-line-mode definitions to
5257         mode-name, mode-line-process and minor-mode-alist.
5258         For mode-name, mode-line-major-mode-keymap is used.
5260         * help.el (describe-minor-mode, describe-minor-mode-from-indicator)
5261         (lookup-minor-mode-from-indicator): New functions.
5263 2003-03-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
5265         * files.el (file-relative-name): Remove superfluous `and'.
5266         Clarify docstring.  From Lars Hansen.
5268 2003-03-31  Kenichi Handa  <handa@m17n.org>
5270         * international/utf-16.el (ccl-decode-mule-utf-16-le):
5271         Don't assume the signature bytes.
5272         (ccl-decode-mule-utf-16-be): Likewise.
5273         (ccl-encode-mule-utf-16-le): Don't produce the signature bytes.
5274         (ccl-encode-mule-utf-16-be): Likewise.
5276 2003-03-30  Kevin Ryde  <user42@zip.com.au>
5278         * info-look.el (sh-mode): Add doc-specs for commands and variables.
5280 2003-03-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
5282         * international/utf-8.el (utf-translate-cjk-mode): Minor mode,
5283         replaces variable utf-translate-cjk which must be set via Custom.
5285         * files.el (file-relative-name): If FILENAME and DIRECTORY are on
5286         different drives (on DOS/Windows) or use different handlers, do
5287         like `expand-file-name' on FILENAME and return an absolute name.
5288         From Lars Hansen <larsh@math.ku.dk>.
5290         * tramp.el: Version 2.0.31 released.
5291         (tramp-handle-expand-file-name): Do not allow ".." to
5292         cross file handler boundaries, so that "/user@host:/../foo"
5293         expands to itself, rather than "/foo".  This is intended to work
5294         in conjunction with a change in `file-relative-name' which makes
5295         sure to use absolute file names if FILE and DIRECTORY have
5296         different handlers.
5297         (tramp-handle-insert-directory): Comment out XEmacs
5298         kludge.  Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
5300 2003-03-29  Michael Albinus  <Michael.Albinus@alcatel.de>
5302         * trampver.el: New file, to support Autoconf in Tramp CVS repository.
5303         * tramp.el (tramp-version, tramp-bug-report-address): Move to
5304         trampver.el, which is required now.
5305         (tramp-chunksize): Type can be nil as well.
5306         Reported by Markus Rost <rost@math.ohio-state.edu>.
5307         * tramp-smb.el (tramp-smb-read-file-entry): Make reading size of a
5308         listing entry more robust.  Ranges from 10 chars (Samba 1) to 7-9
5309         chars (Samba 2).
5311 2003-03-29  John Paul Wallington  <jpw@gnu.org>
5313         * international/mule.el (with-category-table): Use `make-symbol'
5314         to avoid variable capture.  Set table within `unwind-protect'.
5315         Ensure table is restored in correct buffer.  Add docstring.
5317 2003-03-29  Kenichi Handa  <handa@m17n.org>
5319         * language/japan-util.el: If system-type is not for Windows,
5320         prefer japanese-iso-8bit.
5322 2003-03-28  Sudish Joseph  <sudish@corp.earthlink.net>  (tiny change)
5324         * term/mac-win.el (iconify-or-deiconify-frame): Define for
5325         compatibility with packages that use it.
5327 2003-03-28  Lute Kamstra  <Lute.Kamstra@cwi.nl>
5329         * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer):
5330         Fix docstring.
5331         (checkdoc-interactive, checkdoc-message-interactive): Make them
5332         perform spell checking when appropriate.
5333         (checkdoc-interactive-loop): Fix docstring and a few typos.
5334         (checkdoc-interactive-ispell-loop)
5335         (checkdoc-message-interactive-ispell-loop): New functions.
5336         (checkdoc-next-error): Fix docstring.
5337         (checkdoc-this-string-valid-engine): Fix typo.
5338         (checkdoc-ispell-docstring-engine): Do test for
5339         checkdoc-autofix-flag = nil.
5341 2003-03-28  Jonathan Yavner  <jyavner@engineer.com>
5343         * emacs-lisp/testcover.el (testcover-mark-all): Handle screwy
5344         top-level macros that put functions as properties.
5345         (testcover-mark): No error for functions that just return a constant.
5347 2003-03-27  Andreas Schwab  <schwab@suse.de>
5349         * vc-cvs.el (vc-cvs-parse-entry): Make sure a file with conflicts
5350         is marked as edited.
5352 2003-03-26  Kenichi Handa  <handa@m17n.org>
5354         * files.el (recode-file-name): New function.
5356         * international/characters.el: Setup categories for Indian characters.
5358 2003-03-26  Steve Youngs  <youngs@xemacs.org>
5360         * em-unix.el (eshell-plain-locate-behavior): Make the default
5361         nil on Emacs, t on XEmacs.
5363 2003-03-25  Stefan Monnier  <monnier@cs.yale.edu>
5365         * emacs-lisp/byte-opt.el (byte-optimize-set): New.
5366         Turn `set' into `setq' when applicable.
5368 2003-03-24  Stefan Monnier  <monnier@cs.yale.edu>
5370         * emacs-lisp/easy-mmode.el (define-minor-mode): Pass unknown keyword
5371         args blindly to defcustom.  Use custom-set-minor-mode.
5373 2003-03-24  Kim F. Storm  <storm@cua.dk>
5375         * simple.el: Rework last change so C-x C-SPC C-SPC does not
5376         repeat pop-global-mark by default.
5377         (pop-global-mark-quick-repeat): New user option.
5378         (set-mark-command): Use it.
5380         * emulation/cua-base.el (cua-set-mark):
5381         Check pop-global-mark-quick-repeat.
5383 2003-03-24  John Paul Wallington  <jpw@gnu.org>
5385         * emacs-lisp/easymenu.el (easy-menu-add-item): Don't default to
5386         the global map.
5388         * emerge.el (emerge-show-file-name): Read event irrespective of
5389         whether minibuffer window is resized.  Clear minibuffer when done.
5391         * cus-theme.el (customize-create-theme): Rename from
5392         `custom-theme-create'.
5394 2003-03-24  Luc Teirlinck  <teirllm@mail.auburn.edu>
5396         * cus-edit.el (custom-mode): Make `custom-local-buffer' local.
5398 2003-03-23  Peter Breton  <pbreton@attbi.com>
5400         * net/net-utils.el (dns-lookup-host): New function.
5402 2003-03-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
5404         * progmodes/cc-mode.el (c-parse-state): Add kludge to avoid
5405         an infinite loop when Emacs' open-paren-in-column-zero rule
5406         kicks in and causes the sexp functions to misbehave.
5408 2003-03-22  Peter Breton  <pbreton@cs.umb.edu>
5410         * filecache.el (file-cache-add-directory-recursively)
5411         (file-cache-complete, file-cache-display): New functions.
5413         * generic-x.el (etc-modules-conf-generic-mode): New generic mode.
5414         (rul-generic-mode): Bugfixes by Rolf.Sandau@marconi.com.
5416         * dirtrack.el (dirtrack-cygwin-directory-function): New function.
5417         Remove timestamp.
5419 2003-03-22  Kim F. Storm  <storm@cua.dk>
5421         * ido.el (ido-mode): Remove unused NOBIND arg.  Fix doc string
5422         accordingly.
5423         (ido-define-mode-map): Bind C-l for both file and dir modes.
5424         (ido-wide-find-file, ido-wide-find-dir, ido-make-directory):
5425         Let-bind enable-recursive-minibuffers to t around read-string.
5427 2003-03-22  Kenichi Handa  <handa@m17n.org>
5429         * international/fontset.el (setup-default-fontset):
5430         Use indian-font-char-range for specifying ranges of indian-glyph
5431         chars.  Setup for AKRUTI fonts.
5433         * language/indian.el (indian-font-foundry): New variable.
5434         (indian-script-language-alist): New variable.
5435         (indian-font-char-index-table): New variable.
5436         (indian-font-char): New function.
5437         (indian-font-char-range): New function.
5438         (font-ccl-encoder-alist): Add entry for AKRUTI font.
5440 2003-03-22  Kim F. Storm  <storm@cua.dk>
5442         * progmodes/cperl-mode.el (cperl-electric-backspace):
5443         Add delete-selection property.
5445         * simple.el (set-mark-command): Doc fixes.
5446         Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
5447         C-u C-u C-SPC now unconditionally sets the mark.
5449         * emulation/cua-base.el (cua-set-mark): Doc fixes.
5450         Allow pop-global-mark to be repeated with C-x C-SPC C-SPC...
5451         C-u C-u C-SPC now unconditionally sets the mark.
5453 2003-03-20  Mark A. Hershberger  <mah@everybody.org>
5455         * xml.el (xml-parse-attlist): Fix typo in attribute parsing.
5457 2003-03-20  Kenichi Handa  <handa@m17n.org>
5459         * international/utf-8.el (ccl-decode-mule-utf-8): Fix a bug in
5460         handling invalid 5 to 6 bytes sequence.
5462 2003-03-19  Simon Marshall  <simon@gnu.org>
5464         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
5465         New variable.
5466         (makefile-mode): Use it for value of font-lock-syntactic-keywords.
5468 2003-03-19  John Paul Wallington  <jpw@gnu.org>
5470         * cus-theme.el (custom-theme-create): Add autoload cookie.
5472 2003-03-19  Kenichi Handa  <handa@m17n.org>
5474         * dired.el (dired-get-filename): Pay attention to the case that
5475         `read' returns a unibyte string.  Don't encode the file name by
5476         buffer-file-coding-system.
5478 2003-03-18  Kenichi Handa  <handa@m17n.org>
5480         * language/european.el ("Latin-6"): Fix input-method.
5481         ("Latin-7"): Fix input-method.
5483         * international/utf-8.el (utf-fragment-on-decoding):
5484         Don't call register-char-codings.
5485         (utf-fragment-on-decoding): Don't update char-coding-system-table.
5486         (utf-translate-cjk): Don't call register-char-codings nor
5487         optimize-char-coding-system-table.  Don't update
5488         char-coding-system-table.
5490         * international/ucs-tables.el (ucs-unify-8859): Don't call
5491         register-char-codings.
5492         (ucs-unify-8859): Don't call optimize-char-coding-system-table.
5493         (ucs-fragment-8859): Don't update char-coding-system-table.
5494         Don't call register-char-codings nor optimize-char-coding-system-table.
5496         * international/mule.el (optimize-char-coding-system-table):
5497         Remove this function.
5498         (register-char-codings): Make it obsolete.
5499         (char-coding-system-table): Defconst it here.
5500         (make-coding-system): Don't call register-char-codings, call
5501         define-coding-system-internal.
5503         * international/mule-conf.el (no-conversion):
5504         Call define-coding-system-internal on this coding system instead of
5505         calling register-char-codings.
5507         * international/mule-cmds.el (find-coding-systems-for-charsets):
5508         Use find-coding-systems-string instead of looking up
5509         char-coding-system-table.
5511         * international/code-pages.el (cp-fix-safe-chars): Make it obsolete.
5512         (cp-make-coding-system): Don't call cp-fix-safe-chars.
5514 2003-03-18  Stefan Monnier  <monnier@cs.yale.edu>
5516         * startup.el (command-line-1): Use command-execute for any command.
5518 2003-03-17  Stefan Monnier  <monnier@cs.yale.edu>
5520         * buff-menu.el (list-buffers-noselect): Use the display property
5521         to properly align header-line text with the buffer's contents.
5523 2003-03-17  Kenichi Handa  <handa@m17n.org>
5525         * international/mule.el (ctext-post-read-conversion): Convert the
5526         search pattern to multibyte by string-to-multibyte.
5528 2003-03-16  Deepak Goel  <deego@gnufans.org>
5530         * calc/calc-forms.el (math-tzone-names): Introduce UTC as an alias
5531         for GMT.  Suggested by bob@rattlesnake.com.
5533 2003-03-15  Stefan Monnier  <monnier@cs.yale.edu>
5535         * pcvs.el (cvs-mode!): Remove unused argument.
5537         * emacs-lisp/easymenu.el (easy-menu-name-match): Catch any error
5538         that member-ignore-case might signal.
5539         (easy-menu-add-item): Default to the global map, as documented.
5540         (easy-menu-convert-item-1): Use match-string.
5542 2003-03-15  Mark A. Hershberger  <mah@everybody.org>
5544         * xml.el (xml-ucs-to-string): New function to convert Unicode
5545         codepoints to strings.  Uses decode-char (mule.el) if available.
5546         (xml-parse-tag, xml-parse-attlist, xml-skip-dtd, xml-parse-dtd)
5547         (xml-parse-elem-type): Use ' \t\n\r' instead of '[:space:]'.
5548         (xml-parse-attlist): Add attribute normalization.
5549         (xml-parse-tag): Replace "\r\n" and "\r" with "\n".
5551 2003-03-14  John Paul Wallington  <jpw@gnu.org>
5553         * files.el (recover-session): Error if there are no previous
5554         sessions to recover.
5556         * subr.el (posn-col-row): Simplify.
5558         * arc-mode.el (archive-subtype, archive-file-list-start)
5559         (archive-file-list-end, archive-proper-file-start)
5560         (archive-read-only, archive-local-name, archive-mode-map)
5561         (archive-file-name-indent, archive-remote)
5562         (archive-alternate-display, archive-superior-buffer)
5563         (archive-subfile-mode): Doc fixes.
5565 2003-03-14  Stefan Monnier  <monnier@cs.yale.edu>
5567         * indent.el (indent-for-tab-command): If tab-always-indent is non-nil
5568         and the user hits TAB a second time, just insert a tab.
5570         * textmodes/texinfo.el (texinfo-outline-level): Remove.
5571         (texinfo-mode): Set outline-heading-alist instead.
5572         (texinfo-section-list): Reorder for the needs of outline-heading-alist.
5573         (texinfo-insert-block): Don't cons needlessly.
5574         (texinfo-enable-quote-macros, texinfo-enable-quote-envs): New vars.
5575         (texinfo-insert-quote): Use them.
5577         * textmodes/outline.el (outline-level): Demote it to defvar.
5578         (outline-heading-alist): Document extended semantics.
5579         (outline-head-from-level): New fun.
5580         (outline-promote, outline-demote): Use it.
5581         (outline-show-heading): New fun.
5582         (hide-sublevels, show-children):
5583         Use it together with outline-map-region.
5584         (outline-get-next-sibling): Don't call outline-level at eob.
5586 2003-03-14  Simon Josefsson  <jas@extundo.com>
5588         * fringe.el (fringe-mode): Autoload so that
5589         Options->Show/Hide->Fringe->Customize works.
5591 2003-03-13  Stefan Monnier  <monnier@cs.yale.edu>
5593         * textmodes/outline.el (outline-mode-menu-bar-map): Add entries.
5594         (outline-mode-prefix-map): Match new bindings to those of allout.
5595         (outline-map-region): New fun.
5596         (outline-map-tree): Remove.
5597         (outline-promote, outline-demote): Apply to region if active.
5598         Change the default to apply to the subtree.
5599         (outline-move-subtree-up, outline-move-subtree-down): New funs.
5600         (outline-invisible-p): Add optional `pos' argument.
5601         (outline-next-visible-heading, outline-toggle-children): Use it.
5602         (outline-get-next-sibling): Don't call outline-level at eob.
5604         * custom.el (custom-set-minor-mode): New fun.
5606 2003-03-13  Dave Love  <fx@gnu.org>
5608         * international/latin1-disp.el (ucs-tables): Don't require.
5609         (latin1-display-face): New.
5610         (latin1-display-char): Use it.
5612 2003-03-13  Kenichi Handa  <handa@m17n.org>
5614         * international/mule-cmds.el (reset-language-environment):
5615         Set default-file-name-coding-system to iso-latin-1.
5617         * language/european.el (iso-latin-1): Definition of this coding
5618         system moved to mule-conf.el.
5620         * international/mule-conf.el (iso-latin-1): Move from
5621         european.el.
5623         * term/x-win.el (x-select-text): Don't set a text containing
5624         eight-bit-control/graphic into the cut buffer.
5626 2003-03-12  Kenichi Handa  <handa@m17n.org>
5628         * files.el (insert-directory): Decode by what specified.
5630         * language/japan-util.el (setup-japanese-environment-internal):
5631         By defalt, use japanese-iso-8bit for file names, and prefer
5632         japanese-shift-jis on DOS and Windows.
5634         * international/quail.el (quail-show-guidance-buf): Make the quail
5635         guidance buffer inherit the current value of quail-current-package.
5637         * international/utf-8.el (ccl-decode-mule-utf-8): Don't lose bytes
5638         on handling an invalid byte sequence.
5640 2003-03-11  Jason Rumney  <jasonr@gnu.org>
5642         * files.el (auto-mode-alist): Add .xsl for sgml-mode.
5644 2003-03-11  Mark A. Hershberger  <mah@everybody.org>
5646         * xml.el (xml-skip-dtd): Fix parsing of DOCTYPE.
5648 2003-03-11  John Paul Wallington  <jpw@gnu.org>
5650         * subr.el (posn-col-row): Heed frame parameter `line-spacing' and
5651         `default-line-spacing', rather than buffer-local `line-spacing'.
5653 2003-03-10  Per Abrahamsen  <abraham@dina.kvl.dk>
5655         * cus-edit.el (customize-rogue): New command.
5657 2003-03-10  Andreas Schwab  <schwab@suse.de>
5659         * info.el (Info-extract-menu-node-name)
5660         (Info-following-node-name): Revert last change.
5662 2003-03-10  Thien-Thi Nguyen  <ttn@gnu.org>
5664         * progmodes/scheme.el (scheme-mode-syntax-table):
5665         Construct w/o using `with-syntax-table'.
5667 2003-03-10  John Paul Wallington  <jpw@gnu.org>
5669         * subr.el (posn-col-row): Take into account `line-spacing'.
5671         * ebuff-menu.el (electric-buffer-update-highlight): Do nothing
5672         if major mode isn't `Electric-buffer-menu-mode'.
5674         * term/x-win.el (vendor-specific-keysyms)
5675         (x-last-selected-text-primary): Doc fixes.
5676         (x-win-suspend-error): Use proper noun in error message.
5678 2003-03-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5680         * man.el (Man-getpage-in-background): Always use `setenv' for
5681         environment variables, instead of modifying process-environment
5682         directly.  The previous version let-bound process-environment --
5683         the let-binding is skipped for GROFF_NO_SGR because there is
5684         already a let-binding in effect in some outer scope.
5686         * emulation/crisp.el (top-level): Interoperate with cua.
5688 2003-03-08  Kim F. Storm  <storm@cua.dk>
5690         * emulation/cua-base.el: Provide `cua' feature.
5692 2003-03-08  Juanma Barranquero  <lektu@terra.es>
5694         * emulation/cua-base.el (cua--standard-movement-commands):
5695         Fix docstring.
5697 2003-03-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5699         * man.el (Man-getpage-in-background): Only change
5700         default-directory if necessary.
5702 2003-03-07  Andreas Schwab  <schwab@suse.de>
5704         * info.el (Info-following-node-name): Skip trailing period.
5705         (Info-extract-menu-node-name): Allow period in node name.
5707 2003-03-07  Kevin Rodgers  <kevin.rodgers@ihs.com>
5709         * dired-x.el (dired-guess-shell-case-fold-search): New user option.
5710         (dired-guess-default): Use it.
5712 2003-03-07  Thien-Thi Nguyen  <ttn@gnu.org>
5714         * progmodes/dcl-mode.el (dcl-font-lock-keywords): New var.
5715         (dcl-font-lock-defaults): New var.
5716         (dcl-mode): Make and init local var `font-lock-defaults'.
5718 2003-03-06  Kevin Rodgers  <kevin.rodgers@ihs.com>
5720         * ffap.el (dired-at-point): Check whether the user can create a
5721         directory before asking about creating it.
5723 2003-03-06  John Paul Wallington  <jpw@gnu.org>
5725         * ebuff-menu.el (electric-buffer-list):
5726         Respect `Buffer-menu-use-header-line'.
5727         (electric-buffer-menu-looper): Likewise.
5729         * buff-menu.el (Buffer-menu-mode-map): Add docstring.
5730         (Buffer-menu-buffer): Fix indentation.
5731         (list-buffers-noselect): Calculate header-line spacing to take
5732         into account width of left fringe and left scrollbar.
5734 2003-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5736         * ps-print.el (ps-print-version): New version number (6.6).
5737         (ps-begin-job): If background and foreground color are the same, give
5738         an error.
5739         (ps-default-fg, ps-default-bg): Better doc.
5740         (ps-rgb-color): Became a defun, check RGB value list.
5741         (ps-default-background): New internal var.
5742         (ps-begin-file): Code fix.
5744 2003-03-05  Richard M. Stallman  <rms@gnu.org>
5746         * replace.el (query-replace-read-args): Use save-excursion.
5747         (map-query-replace-regexp): Use prefix-numeric-value.
5749 2003-03-05  Juanma Barranquero  <lektu@terra.es>
5751         * term/w32-win.el (x-handle-geometry): Put sizes on
5752         `initial-frame-alist' too.
5754         * startup.el (command-line-x-option-alist): Make --border-color set
5755         the border-color frame parameter, not border-width.
5757         * faces.el (frame-set-background-mode): Fix reference to attribute
5758         "backgroundMode".
5760 2003-03-05  Reto Zimmermann  <reto@gnu.org>
5762         * progmodes/vhdl-mode.el: Version 3.32.12 released.
5763         Modifications for displaying all projects in hierarchy browser and case
5764         insensitive hierarchy browsing.  Change Rod's email address.
5765         Include `itimer.el' patch for XEmacs.  Backquote fix.  Change some
5766         documentation strings.  Add "ERROR: " prefix to all error
5767         messages.  Enhanced usage of hideshow.
5768         (vhdl-in-literal): Remove unused argument LIM.
5769         (vhdl-compiler-alist): Enhance customization for compilers; add
5770         "Speedwave", "Simili", "Synopsys Design Compiler", "Cadence NC",
5771         "Savant", "ProVHDL" and "VeriBest" compilers.
5772         Add new error message syntax for Modelsim.
5773         Add Synplify, column no in error regexp.
5774         Include library name in library command.
5775         Add unit-to-file name mapping for Savant.
5776         Add library option in Makefile generation command.
5777         Add command to create library directory.
5778         Built-in Makefile generation is always default.
5779         (vhdl-create-mode-menu): Split menues for compilers, projects, models.
5780         Add customization for `global-font-lock-mode'.
5781         Fix `customize-group' entries for XEmacs and
5782         change "Gen." to "Generate".  Get *Messages* buffer.
5783         Fix "Auto Load Setup File" menu entry.
5784         Add faces customization to "Options".  Add "Options" entry.
5785         Include `speedbar-indentation-width'.
5786         (vhdl-replace-string): Allow casing (use `vhdl-file-name-case').
5787         (vhdl-template-exit, vhdl-template-next, vhdl-template-return):
5788         Fix template abortion.
5789         (vhdl-speedbar-port-copy): Add subprogram copy; copy port of component
5790         in package.
5791         (vhdl-fixup-whitespace-region): No whitespace after '(' and before ')'.
5792         Better treat comments and strings.  Fix "=> ," alignment.
5793         (vhdl-port-paste-testbench): Print file names created.
5794         Better handling when file exist/open.  Additional comments in code.
5795         Replace keywords in testbench entity and architecture file headers.
5796         Adjust case in testbench configuration.
5797         (vhdl-port-paste-instance): Special case: no number in instance name.
5798         (vhdl-speedbar-expand-units): Fix speedbar frame switching oddity.
5799         (vhdl-font-lock-keywords-2): Enhance highlighting of instantiation;
5800         highlight instantiations without map.
5801         Highlight quantity declaration names.  Highlight formal parameters.
5802         Fix label highlighting for signal asst.
5803         (vhdl-mode): `comment-padding' for Emacs 21 only.
5804         Remove forced `turn-on-font-lock'.
5805         Remove `hippie-expand-only-buffers' setting.
5806         Update online documentation and web address.
5807         (vhdl-comment-uncomment-region): Remove usage of `commend-dwim' again.
5808         Change ARG for uncommenting.
5809         (vhdl-speedbar-make-*-line): Fix for displaying XEmacs speedbar images.
5810         (vhdl-fontify-buffer): Toggle font-lock-mode for better recovery.
5811         (vhdl-port-list): Add context clause.
5812         (vhdl-port-paste-signals): Include direction comments.
5813         (vhdl-testbench-declarations, vhdl-testbench-statements): New default.
5814         (vhdl-port-*): Include name in status messages.
5815         (vhdl-package-alist): Scan for and display subprogram body.
5816         Change key to lower case, add original case identifier.
5817         Scan for packages used by package body.
5818         (vhdl-speedbar-find-file): Always jump to design unit if buffer open.
5819         (vhdl-speedbar-insert-hierarchy): Mark non-existing entities/packages.
5820         Message "No VHDL design units!".
5821         (vhdl-compile-init): Allow fourth element (column no) in error regexp.
5822         Fix `nconc' bug.  Eliminate redundant regexps.
5823         (vhdl-minibuffer-tab): No indentation.
5824         Use `hippie-expand-only-buffers' to take
5825         expansions from VHDL buffers only; don't overwrite non-nil default of
5826         `hippie-expand-only-buffers'; check whether
5827         `hippie-expand-only-buffers' is bound.
5828         (vhdl-ams-types, vhdl-ams-enum-values): Add identifiers from
5829         `nature_pkg' package.
5830         (vhdl-align-alist): Fix "when/else ... =>" case.
5831         Align declaration keywords only at beg. of line.
5832         Align <=, := and == among each other.
5833         (vhdl-port-copy): Extended identifiers for signal names.
5834         Fix on empty generic/port clause.
5835         Fix parsing of comment on first line.
5836         Allow generic clause begin on first line.
5837         Add "inout" and "linkage" to direction modes.
5838         (vhdl-font-lock-function-face): Change DarkCyan to Cyan4.
5839         (vhdl-file-header): Insert VHDL language standard string.
5840         (vhdl-instance-name): Unique numbers in instance names.
5841         (vhdl-compile): Check for existing compile directory.
5842         Print out file name if compiler does not; put it in
5843         quotes if contains spaces.  Check compiler name.
5844         (vhdl-compiler): Change empty value from "" to nil.
5845         (vhdl-make): Check for existing compile directory.
5846         Fix missing options if there is a target.  Check compiler name.
5847         (vhdl-template-field): Fix case on all VHDL words.
5848         (vhdl-template-others): Re-electrified "others".
5849         (vhdl-speedbar-expand-architecture): Give user control over displayed
5850         hierarchy depth.
5851         (vhdl-project-alist): Insert library name in Makefile name.
5852         Sources exclude regexp.  Add file-specific compile exceptions.
5853         Enhance customization of projects.
5854         (vhdl-get-hierarchy): Include configurations in hierarchy list.
5855         Fix bug with configurations.
5856         Consider configurations; also at lower levels.
5857         (vhdl-speedbar-item-info): Enhance displaying.
5858         (vhdl-scan-file-contents): Fix skipping of comments in scanning.
5859         Sources exclude regexp.
5860         Allow comment lines in instantiations.
5861         Fix used packages in package body scanning.
5862         Allow code before first block configuration.
5863         Scan also for "is" keyword of design units.
5864         Scan configuration specification.
5865         Clear directory alists first.
5866         Consistency check.
5867         Check for multiply scanned design units.
5868         Scan components/subprograms in package.
5869         Scan library clauses and subconfigurations.
5870         Limit file size for scanning.
5871         (vhdl-entity-alist): Change key to lower case, add original case
5872         identifier.
5873         (vhdl-electric-tab): Not overwrite non-nil default of
5874         `hippie-expand-only-buffers'.
5875         (vhdl-electric-tab): Check whether `hippie-expand-only-buffers' is
5876         bound; use it to take expansions from VHDL buffers only.
5877         (vhdl-electric-tab): Toggle comment indent.
5878         (vhdl-generate-makefile): Check compiler name.
5879         Add library option in Makefile generation command.
5880         (vhdl-generate-makefile): Add dependencies for components in package.
5881         (vhdl-template-elsif): No expansion in concurrent part (except AMS).
5882         (vhdl-insert-string-or-file): Resolve environment variables.
5883         (vhdl-insert-string-or-file): Fix NTEmacs `file-exists-p' problem.
5884         (vhdl-submit-bug-report): Prompt for summary.
5885         (vhdl-resolve-paths): Rearrange environment variable resolution.
5886         (vhdl-scan-project-contents): Rearrange environment variable
5887         resolution.
5888         (vhdl-scan-project-contents): Allow absolute paths.
5889         (vhdl-doc-coding-style): Update RMM URL.
5890         (vhdl-end-of-leader): Consider "is" keyword in VHDL'93.
5891         (vhdl-model-insert): Replace header prompts too.
5892         (vhdl-template-header): New argument `is-model'.
5893         (vhdl-template-generate-body): Remove "begin" for VHDL'93.
5894         (vhdl-actual-port-name): Change default value (no "_i" extension).
5895         (vhdl-template-modify): Delete date instead of kill.
5896         (vhdl-get-source-files): Don't match source files beginning with ".".
5897         (vhdl-project-*-alist): Merge with variables `vhdl-*-alist'.
5898         (vhdl-speedbar-*): Many enhancements and fixes in hierarchy browser.
5899         (vhdl-speedbar-expand-*): Display used packages.
5900         (vhdl-sequential-statement-p): Better algorithm.
5901         (vhdl-electric-mode, vhdl-stutter-mode): Change key bindings.
5902         (vhdl-electric-...): No stuttering within literals.
5903         (vhdl-template-footer): Replace keywords in footer as in header.
5904         (vhdl-align-...): Enhance alignment, add progress reporting.
5905         (vhdl-beautify-region): Bug fix.
5906         (vhdl-comment-insert-inline): Remove wrapping to next line if too long.
5907         (vhdl-testbench-configuration-name)
5908         (vhdl-update-sensitivity-list-buffer): Fix starting cursor position.
5909         (vhdl-prepare-search-[12]): Fix search within hidden code.
5910         (vhdl-speedbar-jump-to-unit): Disable cursor re-positioning.
5911         (vhdl-template-for): Fix sequential statement part detection.
5912         (vhdl-electric-space): Fix wrapping for non-word characters.
5913         (vhdl-template-standard-package): Don't insert "std" library.
5914         (vhdl-template-architecture): Code optimization.
5915         (vhdl-template-package): Search for existing package name.
5916         (vhdl-template-component-decl, vhdl-port-paste-declaration):
5917         Insert "is" in VHDL'93.
5918         (match-string-no-properties, vhdl-forward-comment): New aliases.
5919         (vhdl-speedbar-library-face, vhdl-speedbar-subprogram-face): New faces.
5920         (file-expand-wildcards, regexp-opt, subst-char-in-string)
5921         (vhdl-add-modified-file, vhdl-align-buffer, vhdl-align-declarations)
5922         (vhdl-align-list, vhdl-align-region-2, vhdl-align-region-groups)
5923         (vhdl-align-same-indent, vhdl-aput, vhdl-auto-load-project)
5924         (vhdl-backward-same-indent, vhdl-beginning-of-block)
5925         (vhdl-character-to-event, vhdl-compile-directory)
5926         (vhdl-compile-print-file-name, vhdl-compose-components-package)
5927         (vhdl-compose-insert-generic, vhdl-compose-insert-port)
5928         (vhdl-compose-insert-signal, vhdl-compose-new-component)
5929         (vhdl-compose-place-component, vhdl-compose-wire-components)
5930         (vhdl-default-directory, vhdl-delete, vhdl-delete-indentation)
5931         (vhdl-do-group, vhdl-do-list, vhdl-do-same-indent)
5932         (vhdl-duplicate-project, vhdl-end-of-block, vhdl-expand-abbrev)
5933         (vhdl-expand-paren, vhdl-export-project, vhdl-fill-group)
5934         (vhdl-fill-list, vhdl-fill-region, vhdl-fill-same-indent)
5935         (vhdl-fix-case-word, vhdl-fix-clause, vhdl-forward-comment)
5936         (vhdl-forward-same-indent, vhdl-generate-makefile-1)
5937         (vhdl-get-compile-options, vhdl-get-components-package-name)
5938         (vhdl-get-end-of-unit, vhdl-get-make-options, vhdl-get-packages)
5939         (vhdl-get-visible-signals, vhdl-goto-marker)
5940         (vhdl-hs-forward-sexp-func, vhdl-hs-minor-mode, vhdl-import-project)
5941         (vhdl-indent-group, vhdl-insert-file-contents, vhdl-load-cache)
5942         (vhdl-makefile-name, vhdl-match-string-downcase, vhdl-max-marker)
5943         (vhdl-parse-group-comment, vhdl-paste-group-comment)
5944         (vhdl-port-paste-context-clause, vhdl-port-paste-initializations)
5945         (vhdl-port-reverse-direction, vhdl-process-command-line-option)
5946         (vhdl-project-p, vhdl-re-search-backward, vhdl-re-search-forward)
5947         (vhdl-remove-trailing-spaces, vhdl-require-hierarchy-info)
5948         (vhdl-resolve-env-variable, vhdl-run-when-idle, vhdl-save-cache)
5949         (vhdl-save-caches, vhdl-scan-context-clause)
5950         (vhdl-scan-directory-contents, vhdl-set-compiler, vhdl-set-project)
5951         (vhdl-show-messages, vhdl-sort-alist, vhdl-speedbar-check-unit)
5952         (vhdl-speedbar-contract-all, vhdl-speedbar-contract-level)
5953         (vhdl-speedbar-display-directory, vhdl-speedbar-display-projects)
5954         (vhdl-speedbar-expand-all, vhdl-speedbar-expand-config)
5955         (vhdl-speedbar-expand-package, vhdl-speedbar-expand-project)
5956         (vhdl-speedbar-generate-makefile, vhdl-speedbar-insert-projects)
5957         (vhdl-speedbar-insert-subpackages, vhdl-speedbar-line-key)
5958         (vhdl-speedbar-line-project, vhdl-speedbar-line-text)
5959         (vhdl-speedbar-make-design, vhdl-speedbar-make-subpack-line)
5960         (vhdl-speedbar-make-subprogram-line, vhdl-speedbar-place-component)
5961         (vhdl-speedbar-refresh, vhdl-speedbar-set-depth)
5962         (vhdl-speedbar-update-current-project, vhdl-statistics-buffer)
5963         (vhdl-subprog-copy, vhdl-subprog-flatten, vhdl-subprog-paste-body)
5964         (vhdl-subprog-paste-call, vhdl-subprog-paste-declaration)
5965         (vhdl-subprog-paste-specification, vhdl-template-others-hook)
5966         (vhdl-template-replace-header-keywords, vhdl-toggle-project)
5967         (vhdl-uniquify, vhdl-update-file-contents, vhdl-update-hierarchy)
5968         (vhdl-update-progress-info, vhdl-update-sensitivity-list)
5969         (vhdl-update-sensitivity-list-buffer)
5970         (vhdl-update-sensitivity-list-process, vhdl-use-direct-instantiation)
5971         (vhdl-warning, vhdl-warning-when-idle)
5972         (vhdl-widget-directory-validate, vhdl-work-library)
5973         (vhdl-write-file-hooks-init): New functions.
5974         (vhdl-aappend, vhdl-add-warning, vhdl-align-noindent-buffer)
5975         (vhdl-align-noindent-region, vhdl-create-customize-menu)
5976         (vhdl-forward-unit, vhdl-modify-date-init, vhdl-project-switch)
5977         (vhdl-scan-file-contents, vhdl-speedbar-display-hierarchy)
5978         (vhdl-speedbar-toggle-hierarchy): Functions deleted.
5979         (vhdl-in-comment-p, vhdl-in-string-p, vhdl-standard-p): Define as
5980         functions, not defsubsts.
5981         (vhdl-in-comment-or-string-p, vhdl-speedbar-project-p):
5982         Delete defsubsts.
5983         (vhdl-compose, vhdl-naming, vhdl-speedbar, vhdl-template)
5984         (vhdl-testbench): New customization groups.
5985         (vhdl-electric): Customization group deleted.
5986         (vhdl-align-alist, vhdl-doc-coding-style, vhdl-doc-keywords)
5987         (vhdl-imenu-generic-expression): Define as constants instead of
5988         variables.
5989         (vhdl-ams-packages, vhdl-doc-release-notes, vhdl-emacs-21)
5990         (vhdl-hs-start-regexp, vhdl-time-stamp, vhdl-xemacs): New constants.
5991         (vhdl-font-lock-keywords-0): Constants deleted.
5992         (vhdl-prepare-search-1, vhdl-prepare-search-2, vhdl-visit-file):
5993         New macros.
5994         (vhdl-ext-syntax-table): Macro deleted.
5995         (vhdl-align-group-separate, vhdl-align-same-indent)
5996         (vhdl-architecture-file-name, vhdl-compile-use-local-error-regexp)
5997         (vhdl-components-package-name, vhdl-compose-architecture-name)
5998         (vhdl-compose-create-files, vhdl-compose-include-header)
5999         (vhdl-copyright-string, vhdl-default-library, vhdl-directive-keywords)
6000         (vhdl-entity-file-name, vhdl-file-name-case)
6001         (vhdl-include-group-comments, vhdl-include-type-comments)
6002         (vhdl-indent-syntax-based, vhdl-makefile-generation-hook)
6003         (vhdl-package-file-name, vhdl-project-auto-load)
6004         (vhdl-project-file-name, vhdl-project-sort, vhdl-speedbar-auto-open)
6005         (vhdl-speedbar-cache-file-name, vhdl-speedbar-display-mode)
6006         (vhdl-speedbar-jump-to-unit, vhdl-speedbar-save-cache)
6007         (vhdl-speedbar-scan-limit, vhdl-speedbar-update-on-saving)
6008         (vhdl-testbench-configuration-name)
6009         (vhdl-testbench-include-configuration, vhdl-testbench-include-header)
6010         (vhdl-testbench-include-library, vhdl-use-components-package)
6011         (vhdl-use-direct-instantiation): New options.
6012         (vhdl-compiler-options, vhdl-speedbar, vhdl-speedbar-hierarchy-indent)
6013         (vhdl-speedbar-show-hierarchy, vhdl-testbench-architecture-header)
6014         (vhdl-testbench-entity-header): Options deleted.
6015         (speedbar-indentation-width, vhdl-compile-file-name)
6016         (vhdl-config-alist, vhdl-directive-keywords-regexp)
6017         (vhdl-directory-alist, vhdl-font-lock-keywords-0, vhdl-menu-max-size)
6018         (vhdl-mode-ext-syntax-table, vhdl-modified-file-list)
6019         (vhdl-port-flattened, vhdl-port-reversed-direction)
6020         (vhdl-speedbar-hierarchy-depth, vhdl-speedbar-last-selected-project)
6021         (vhdl-speedbar-show-projects, vhdl-speedbar-shown-project-list)
6022         (vhdl-speedbar-shown-unit-alist, vhdl-speedbar-update-current-unit)
6023         (vhdl-subprog-flattened, vhdl-subprog-list, vhdl-updated-project-list)
6024         (vhdl-warnings): New variables.
6025         (vhdl-project-ent-inst-list, vhdl-project-entity-alist)
6026         (vhdl-project-package-alist, vhdl-speedbar-last-file-name)
6027         (vhdl-speedbar-shown-units-alist, vhdl-startup-warnings): Delete vars.
6029 2003-03-04  Rob Kaut  <rob@siworks.com>  (tiny change)
6031         * progmodes/vhdl-mode.el (vhdl-comment-uncomment-region):
6032         Remove two comment characters at start of line instead of one.
6034 2003-03-03  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6036         * printing.el (pr-get-symbol): Move it to next eval-and-compile.
6038 2003-03-03  John Paul Wallington  <jpw@gnu.org>
6040         * ibuf-macs.el (ibuffer-aif): Use `make-symbol' instead of
6041         `gensym' in case user calls macro at runtime.
6042         (ibuffer-save-marks): Likewise.
6044 2003-03-03  Kenichi Handa  <handa@m17n.org>
6046         * language/japan-util.el (japanese-symbol-table): Add two entries
6047         to make it complete.
6049 2003-03-03  Andreas Schwab  <schwab@suse.de>
6051         * info.el (Info-fontify-node): Don't hide indentation before the
6052         reference name.  Don't process a reference twice when a new tag is
6053         inserted.
6054         (Info-hide-note-references): Fix doc and customize type.
6056 2003-03-02  Matt Swift  <swift@alum.mit.edu>
6058         * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
6059         New custom variable.
6060         (lisp-fill-paragraph): Use it.  Add ?, to `paragraph-separate' so
6061         that first docstring lines ending with a comma are respected.
6062         Add "`(" to same so that function and macro bodies beginning with a
6063         backquote do not get disturbed.  Revise the comments.
6065 2003-03-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6067         * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
6069         * menu-bar.el (menu-bar-mode): Change to define-minor-mode
6070         and initialize as for tool-bar-mode.
6072 2003-02-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6074         * net/tramp.el: Version 2.0.30 released.
6075         Replace term "path" with "localname" unless it is used for a
6076         search path.
6077         (tramp-handle-expand-file-name): Allow ".." to cross host boundaries.
6078         (tramp-open-connection-setup-interactive-shell): Unset $ENV in
6079         addition to setting $PS1 when starting the Bourne-ish shell.
6080         Some sh implementations (eg, bash when called as sh) read the file
6081         named there on startup, which could clobber $PS1.
6082         (tramp-do-copy-or-rename-file-one-local): New function.
6083         Not implemented.  Not used.  Should invoke rcp or scp directly to keep
6084         the time.
6086 2003-02-28  Michael Albinus  <Michael.Albinus@alcatel.de>
6088         * net/tramp-smb.el: Replace term `path' with `localname'
6089         unless it is used for a search path.  In GNU, the word `path' is
6090         reserved for search paths.
6092         * net/tramp.el (tramp-send-string, tramp-send-region): Remove.
6093         (tramp-send-string): New function.  Takes over the role of the
6094         functions above, in order to have a unique place handling
6095         `tramp-chunksize'.  Same implementation as `tramp-send-region'.
6096         (tramp-chunksize): It's now a defcustom.  Set to 500 on systems
6097         only known to have a buggy `process-send-string' implementation.
6098         First black-listed constellation is GNU Emacs/ hpux.
6099         (tramp-send-region): Correct debug message.
6100         (tramp-bug): Add `tramp-chunksize'.
6102 2003-02-26  Matt Swift  <swift@alum.mit.edu>
6104         * startup.el: Streamline code in several functions for efficiency
6105         and readability.  Rephrase booleans to avoid `(not noninteractive)'.
6106         Clarify several booleans expressions using De Morgan's laws.
6108         (command-line): Fix barf when first command-line option handled by
6109         `command-line-1' is in the form --OPT=VAL.
6110         (command-line-1): Restore intended behavior of the --directory/-L
6111         command-line option: "-L a -L b -L c" on the command-line now puts
6112         '(a b c) at the front of `load-path'.
6114 2003-02-26  Oliver Scholz  <alkibiades@gmx.de>
6116         * play/gamegrid.el (gamegrid-add-score): Add info to docstring.
6117         (gamegrid-add-score-with-update-game-score-1): New function,
6118         factored out of `gamegrid-add-score-with-update-game-score'.
6119         (gamegrid-add-score-with-update-game-score): Use it.  Fall back on
6120         `gamegrid-add-score-insecure' if the requested file does not exist
6121         in $(gamedir), in case the user has installed a game on his own.
6122         (gamegrid-add-score-insecure): Accept optional directory argument.
6124 2003-02-25  Andreas Schwab  <schwab@suse.de>
6126         * progmodes/make-mode.el (makefile-font-lock-keywords): Protect shell
6127         variable references by requireing that $ is not preceded by another $.
6129 2003-02-25  Kenichi Handa  <handa@m17n.org>
6131         * env.el (setenv): Fix previous change.
6133 2003-02-25  Ramakrishnan M  <rama@gnu.org>  (tiny change)
6135         * language/mlm-util.el (mlm-char-glyph): Fix more rules.
6137 2003-02-24  Stefan Monnier  <monnier@cs.yale.edu>
6139         * progmodes/simula.el: Move abbrev loading to after the fun it uses.
6140         (simula-install-standard-abbrevs): Use dolist.
6141         Use system-flag when calling define-abbrev.
6143 2003-02-24  Dave Love  <fx@gnu.org>
6145         * obsolete/cplus-md.el: Delete.  (Requires removed c-mode.el.)
6147         * env.el (read-envvar-name): Decode names.
6148         (substitute-env-vars): Use eval-when-compile and char class.
6149         (setenv): Doc fix.  Encode the data (after checking that's possible).
6150         (getenv): Encode the name and decode the result.
6152 2003-02-24  Ken Manheimer  <klm@zope.com>
6154         * allout.el (allout-pre-command-business): Fix docstring.
6156 2003-02-24  Ramakrishnan M  <rama@gnu.org>  (tiny change)
6158         * language/mlm-util.el (mlm-char-glyph): Fix several composing rules.
6160 2003-02-24  Kenichi Handa  <handa@m17n.org>
6162         * international/characters.el: Fix syntaxes of gb2312 and big5.
6164         * language/japan-util.el (sentence-end-save): Variable deleted.
6165         (setup-japanese-environment-internal): Don't setup sentence-end.
6166         (exit-japanese-environment): Function deleted.
6168         * language/japanese.el ("Japanese"): Delete `exit-function'.
6170         * textmodes/paragraphs.el (sentence-end): Add Chinese and Japanese
6171         characters.
6173 2003-02-24  Ramakrishnan M  <rama@gnu.org>  (tiny change)
6175         * language/mlm-util.el (mlm-char-glyph): Add entries for "halant +
6176         rakar + halant" and "halant + rrakar + halant".
6178 2003-02-23  Richard M. Stallman  <rms@gnu.org>
6180         * replace.el (query-replace-read-args): Return just 3 values.
6181         (query-replace, query-replace-regexp)
6182         (query-replace-regexp-eval, map-query-replace-regexp)
6183         (replace-string, replace-regexp): Read the start and end args
6184         separately so that the expressions are recorded in command-history.
6186         * menu-bar.el (Revert Buffer): Condition on buffer-file-number.
6188         * startup.el (inhibit-startup-hooks): New variable.
6189         (normal-top-level): Obey that variable.
6190         (command-line-1): Run emacs-startup-hook before term-setup-hook.
6191         Set inhibit-startup-hooks too.
6193         * files.el (revert-buffer): Different error message
6194         for reverting a nonexistent file.
6196 2003-02-22  Stefan Monnier  <monnier@cs.yale.edu>
6198         * progmodes/cperl-mode.el: Merge changes from CPerl-5.0.
6199         (toplevel): Require man.
6200         Don't autoload tmm-prompt (it's in loaddefs.el).
6201         (cperl-electric-backspace-untabify): New var.
6202         (cperl-electric-backspace): Use it.
6203         (cperl-vc-header-alist): Extract numeric version from the Id.
6204         (cperl-build-manpage): New fun.
6205         (cperl-menu): Use it.  Add toggle-autohelp.
6206         (cperl-mode) <defun-prompt_regexp>: Understand prototypes.
6207         (cperl-electric-brace): Use `cperl-after-block-p' for detection.
6208         (cperl-electric-keyword): Make $if (etc: "$@%&*") non-electric.
6209         '(' after keyword would insert a doubled paren.
6210         (cperl-calculate-indent): Update syntaxification before checks.
6211         Fix wrong indent of blocks starting with POD.
6212         (cperl-find-pods-heres): If no end of HERE-doc found, mark to the end
6213         of buffer.  This enables recognition of end of HERE-doc "as one types".
6214         Require "\n" after trailing tag of HERE-doc.
6215         \( made non-quoting outside of string/comment (gdj-contributed).
6216         Likewise for \$.  Remove `here-doc-group' text property at start
6217         (makes this property reliable).
6218         Text property `first-format-line' ==> t.
6219         Do not recognize $opt_s and $opt::s as s///.
6220         (cperl-after-block-p): Optional arg pre-block to check for a pre-block
6221         Recognize `continue' blocks too.
6222         (cperl-after-expr-p): Update syntaxification before checks.  Work after
6223         here-docs, formats, and PODs too (affects many electric constructs).
6224         (cperl-fix-line-spacing): Allow "_" in $vars of foreach etc.
6225         (cperl-perldoc): Use case-sensitive search.
6227         * progmodes/cperl-mode.el: Merge changes from CPerl-4.35.
6228         (cperl-xemacs-p): Move.
6229         (cperl-can-font-lock): New var to replace window-system.
6230         (cperl-enable-font-lock): Use it.
6231         (cperl-use-major-mode): New var.
6232         (cperl-mode): Use it.
6233         (cperl-calculate-indent): Remove code whose removal was missed
6234         in some earlier merge.
6235         (cperl-tags-hier-init): Use display-popup-menus-p.
6237 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6239         * files.el (abbreviate-file-name): Shorten docstring: variables
6240         are now hyperlinks and `C-h v' need not be mentioned explicitly.
6242 2003-02-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6244         * files.el (abbreviate-file-name): Document removal of
6245         automounter prefixes.  Reported by Lars Hansen.
6247 2003-02-21  Kim F. Storm  <storm@cua.dk>
6249         * emulation/cua-base.el: Add run-time check to catch users trying
6250         to use older versions of CUA-mode, rather than the version
6251         distributed with Emacs.  Use autoload cookies and eval-after-load.
6253         * startup.el (command-line): Clarify and tidy up the message
6254         printed when there are errors in the user-init-file.
6255         Do not encapsulate the error data; it's read by humans here.
6256         Do not split windows when displaying the *Message* buffer.
6258 2003-02-20  Stefan Monnier  <monnier@cs.yale.edu>
6260         * subr.el (with-syntax-table): Don't copy the table any more.
6262 2003-02-20  Ehud Karni  <ehud@unix.mvs.co.il>  (tiny change)
6264         * mail/rmail.el (rmail-insert-inbox-text): Make the pop3 mechanism
6265         work on cygwin systems too.
6267 2003-02-20  Juanma Barranquero  <lektu@terra.es>
6269         * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
6270         Remove useless check.
6272 2003-02-20  Andreas Schwab  <schwab@suse.de>
6274         * info.el (Info-extract-menu-node-name): Stop if colon is
6275         followed by open paren.
6277 2003-02-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
6279         * mail/undigest.el (unforward-rmail-message): Allow nested
6280         unforwarding, that is, preserve old Forwarded-From/Date headers.
6282 2003-02-20  Kenichi Handa  <handa@m17n.org>
6284         * term/w32-win.el: Call set-fontset-font with NAME nil.
6286         * international/mule-diag.el (print-fontset): If FONTSET is nil,
6287         use the default fontset.
6288         (describe-fontset): If the current frame is not using a fontset,
6289         call print-fontset with nil.
6291 2003-02-19  Andre Spiegel  <spiegel@gnu.org>
6293         * vc.el (vc-binary-assoc, vc-binary-suffixes): Remove; these
6294         were accidentally left over during the VC redesign in 2000.
6296 2003-02-18  Juanma Barranquero  <lektu@terra.es>
6298         * help-macro.el (make-help-screen): Fix character constant.
6300         * mouse-sel.el (mouse-sel-determine-selection-thing): Likewise.
6302         * calc/calc-graph.el (calc-graph-plot): Likewise.
6304         * calc/calc-prog.el (calc-macro-edit-variable): Likewise.
6306         * emacs-lisp/edebug.el: Likewise.
6308         * emacs-lisp/helper.el (Helper-help-scroller): Likewise.
6310         * language/cyril-util.el (standard-display-cyrillic-translit):
6311         Likewise.
6313         * mail/rfc822.el (rfc822-nuke-whitespace): Likewise.
6315         * progmodes/cperl-mode.el (cperl-electric-keyword)
6316         (cperl-electric-pod, cperl-do-auto-fill): Likewise.
6318         * textmodes/reftex-ref.el (reftex-reference): Likewise.
6320         * textmodes/table.el (table-generate-source): Use ?\\ instead of
6321         space in "work in progress" message.
6323         * emacs-lisp/tq.el (tq-create): Fix quoted lambda expression.
6325 2003-02-17  Dave Love  <fx@gnu.org>
6327         * progmodes/ebrowse.el (ebrowse-output): Don't use gensym.
6329 2003-02-17  Markus Rost  <rost@math.ohio-state.edu>
6331         * calendar/calendar.el (diary-file-name-prefix-function):
6332         Fix custom type.
6334 2003-02-17  Andre Spiegel  <spiegel@gnu.org>
6336         * vc-cvs.el (vc-cvs-dir-state): Protect against DIR not being
6337         under CVS control.  Suggested by Masanobu UMEDA.
6339 2003-02-17  Kenichi Handa  <handa@m17n.org>
6341         * files.el (insert-directory): Add workaround for the case that we
6342         can't trust ls's output as to byte positions of filenames.
6344 2003-02-15  Richard M. Stallman  <rms@gnu.org>
6346         * ffap.el: Many doc fixes.
6347         (ffap-replace-file-component):
6348         Renamed from ffap-replace-path-component.  Callers changed.
6349         (ffap-host-to-filename): Renamed from ffap-host-to-path.  Callers chgd.
6351         * international/iso-ascii.el (iso-ascii-display-table): New variable.
6352         (iso-ascii-standard-display-table): New variable.
6353         (iso-ascii-display): Define in iso-ascii-display-table.
6354         (iso-ascii-mode): New command.
6356         * tar-mode.el (tar-header-block-summarize):
6357         Use l for symlink, h for hard link.
6359 2003-02-15  David Kastrup  <dak@gnu.org>
6361         * net/ange-ftp.el (ange-ftp-get-file-entry): Allow for graceful
6362         failure returning nil, as documented.
6364 2003-02-14  Dave Love  <fx@gnu.org>
6366         * international/code-pages.el: Undo `Trailing whitepace deleted.'
6367         damage.
6368         (cp1125, mik): Nullify mime-charset.
6370         * language/cyrillic.el ("Cyrillic-KOI8"): Fix input-method.
6371         ("Russian"): New.
6372         ("Bulgarian"): Add tutorial.
6374         * international/mule-cmds.el (locale-language-names): Use Italian,
6375         Russian, Turkish, Chinese-EUC-TW.
6376         (set-locale-environment): Set ps-paper-type.
6378 2003-02-14  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>  (tiny change)
6380         * time.el (display-time-string-forms): Add face property to mail
6381         string.
6383 2003-02-14  Juanma Barranquero  <lektu@terra.es>
6385         * international/mule-cmds.el (view-hello-file): Use `view-file'
6386         instead of `find-file-read-only'.
6388         * dired-aux.el (dired-query-alist): Fix use of character constant.
6390         * simple.el (backward-delete-char-untabify): Likewise.
6392         * strokes.el (strokes-read-complex-stroke): Likewise.
6394         * wid-edit.el (widget-choose): Likewise.
6396         * xml.el (xml-parse-elem-type): Likewise.
6398         * emacs-lisp/testcover-ses.el (ses-exercise-signals): Likewise.
6400         * progmodes/cperl-mode.el (cperl-next-bad-style): Likewise.
6402         * progmodes/idlwave.el (idlwave-show-begin): Likewise.
6404 2003-02-13  Stefan Monnier  <monnier@cs.yale.edu>
6406         * international/mule-cmds.el (sort-coding-systems): Use \'.
6407         (select-safe-coding-system): Remove redundant assq check.
6408         Remove raw-text, emacs-mule and no-conversion from the list of
6409         proposed encodings unless there's nothing else.
6411 2003-02-13  Markus Rost  <rost@math.ohio-state.edu>
6413         * files.el (find-alternate-file): Undo last change.
6415         * dired.el (dired-directory): Add autoload cookie.
6417 2003-02-13  Juanma Barranquero  <lektu@terra.es>
6419         * international/characters.el: Use new ?\s syntax instead of "? "
6420         followed by a comment.
6422         * ruler-mode.el (ruler-mode-margins-char): Likewise.
6424 2003-02-13  Dave Love  <fx@gnu.org>
6426         * newcomment.el (comment-indent): Ensure space before added comment.
6428 2003-02-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6430         * ps-print.el: Change the policy of background/foreground default
6431         color.
6432         (ps-print-version): New version number (6.5.9).
6433         (ps-default-fg, ps-default-bg): Adjust default value.
6434         (ps-begin-file, ps-begin-job): ps-default-fg and ps-default-bg
6435         variables now use `t' to indicate the use of Emacs session
6436         background/foreground color.
6437         (ps-output-string-prim): If index out of range, insert hexadecimal
6438         representation of character.
6440 2003-02-13  Kim F. Storm  <storm@cua.dk>
6442         * help.el (where-is): Rename remap-command to command-remapping.
6443         * help-fns.el (describe-function-1): Likewise.
6445 2003-02-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
6447         * progmodes/fortran.el (fortran-fill): Fill lines that do not have
6448         comments.
6450 2003-02-12  Stefan Monnier  <monnier@cs.yale.edu>
6452         * progmodes/fortran.el (fortran-mode): Set comment-use-syntax.
6453         (fortran-fill-paragraph): Use fill-comment-paragraph.
6455 2003-02-12  Juanma Barranquero  <lektu@terra.es>
6457         * files.el (file-truename): Revert change from 2002-11-27.
6459 2003-02-12  Luc Teirlinck  <teirllm@mail.auburn.edu>
6461         * help-fns.el (describe-function-1): Change output for keyboard macros.
6463 2003-02-12  Andreas Schwab  <schwab@suse.de>
6465         * progmodes/sh-script.el (sh-mode-map): Don't remap
6466         beginning-of-defun to the non-existing command
6467         sh-beginning-of-compound-command.
6469 2003-02-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
6471         * files.el (find-alternate-file): Check whether `dired-directory'
6472         is bound.
6474 2003-02-12  Simon Marshall  <simon@gnu.org>
6476         * progmodes/make-mode.el (makefile-font-lock-keywords):
6477         Fontify single character variable references, but protect shell
6478         variables references.
6479         (makefile-mode): Make `$' be punctuation in font-lock-defaults.
6481 2003-02-12  Ami Fischman  <ami@fischman.org>
6483         Face markup of calendar and diary displays: Any entry line that
6484         ends with [foo:value] where foo is a face attribute (except :box
6485         :stipple) or with [face:blah] tags, will have these values applied
6486         to the calendar and fancy diary displays. These attributes "stack"
6487         on calendar displays.  File-wide attributes can be defined as
6488         follows: the first line matching "^# [tag:value]" defines the
6489         value for that particular tag.  All of the tags' regexps can be
6490         customized.
6492         * calendar/calendar.el (diary-face-attrs): New custom.
6493         (diary-file-name-prefix-function): New custom.
6494         (diary-glob-file-regexp-prefix): New custom.
6495         (diary-file-name-prefix): New custom.
6496         (generate-calendar-window): Check that font-lock-mode is bound
6497         before checking value.
6498         (mark-visible-calendar-date): Add the ability to pass face
6499         attribute/value pairs in the mark argument.  Handle the mark.
6501         * calendar/diary-lib.el (diary-attrtype-convert): Convert an
6502         attribute value string to the desired type.
6503         (diary-pull-attrs): New function that pulls the attributes off a
6504         diary entry, merges with file-global attributes, and returns
6505         the (possibly modified) entry and a list of attribute/values using
6506         diary-attrtype-convert.
6507         (list-diary-entries, fancy-diary-display, show-all-diary-entries)
6508         (mark-diary-entries, mark-sexp-diary-entries)
6509         (list-sexp-diary-entries): Add handling of file-global attributes;
6510         add handling of entry attributes using diary-pull-attrs.
6511         (mark-calendar-days-named, mark-calendar-days-named)
6512         (mark-calendar-date-pattern, mark-calendar-month)
6513         (add-to-diary-list): Add optional paramater `color' for passing
6514         face attribute info through the callchain.  Pass this parameter around.
6516 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
6518         * progmodes/etags.el (find-tag-tag): Move (default foo) to before
6519         `:' in the prompt.
6520         (find-tag): Make sure we move point in the proper window.
6522         * progmodes/meta-mode.el (meta-fill-paragraph): Remove.
6523         (meta-common-initialization): Don't set fill-paragraph-function
6524         now that fill-paragraph takes care of comments.
6526         * progmodes/scheme.el (scheme-mode-syntax-table): Don't switch
6527         the current buffer's syntax-table.
6529         * progmodes/simula.el (simula-font-lock-syntactic-keywords): New var.
6530         (simula-font-lock-keywords-1): Simplify.
6531         (simula-font-lock-keywords-2): Use regexp-opt.
6532         (simula-emacs-features): Remove.
6533         (simula-mode-syntax-table): Setup %...\n as comment style b.
6534         (simula-mode-map): Remove compatibility cruft.
6535         (simula-keep-region-active): Remove.
6536         (simula-popup-menu): Simplify.
6537         (simula-mode): Move abbrev-table setup to top-level.
6538         (simula-match-string-or-comment): Remove.
6540         * progmodes/tcl.el (tcl-omit-ws-regexp): Correctly handle cases
6541         like `proc foo {a {b c} d} {'.
6542         (tcl-mode): Make comment-start-skip more selective.
6544         * info-xref.el (info-xref-check): Use line-beginning-position.
6545         (info-xref-all-info-files): Cons a bit less.
6546         (info-xref-check-buffer): Use push and replace-regexp-in-string.
6547         (info-xref-output): Call insert only once.
6548         (info-xref-whitespace): Remove.
6550 2003-02-11  John Paul Wallington  <jpw@gnu.org>
6552         * ibuffer.el (toplevel): Don't require `font-lock';
6553         require `font-core' instead, even though it is dumped.
6555         * ibuf-ext.el (ibuffer-save-with-custom, ibuffer-add-to-tmp-hide)
6556         (ibuffer-add-to-tmp-show): Doc fixes.
6558         * language/tamil.el ("Tamil"): Doc fix.
6560 2003-02-11  Juanma Barranquero  <lektu@terra.es>
6562         * language/vietnamese.el ("Vietnamese"): Fix typos.
6564         * info-xref.el (info-xref-check-buffer): Fix typo.
6566         * makefile.w32-in (DONTCOMPILE): Add malayalam.el and tamil.el.
6568 2003-02-11  Kenichi Handa  <handa@m17n.org>
6570         * loadup.el: Load "language/malayalam" and "language/tamil".
6572 2003-02-11  KAWABATA, Taichi  <kawabata@m17n.org>
6574         * Makefile.in (DONTCOMPILE): Add malayalam.el and tamil.el.
6576         * language/devan-util.el: Maintainer's mail address changed.
6577         (devanagari-composable-pattern): Add DANDA character.
6578         (dev-char-glyph): Add an entry for DANDA.
6580         * language/devanagari.el: Maintainer's mail address changed.
6582         * language/indian.el: Maintainer's mail address changed.
6584         * language/ind-util.el (indian-dev-base-table): Table fixed.
6585         (indian-pnj-base-table): Table contents defined.
6586         (indian-gjr-base-table): Likewise.
6587         (indian-ori-base-table): Likewise.
6588         (indian-bng-base-table): Likewise.
6589         (indian-asm-base-table): Likewise.
6590         (indian-tlg-base-table): Likewise.
6591         (indian-knd-base-table): Likewise.
6592         (indian-mlm-base-table): Likewise.
6593         (indian-tml-base-table): Likewise.
6594         (indian-pnj-itrans-v5-hash, indian-gjr-itrans-v5-hash)
6595         (indian-ori-itrans-v5-hash, indian-bng-itrans-v5-hash)
6596         (indian-asm-itrans-v5-hash, indian-tlg-itrans-v5-hash)
6597         (indian-knd-itrans-v5-hash, indian-mlm-itrans-v5-hash)
6598         (indian-tml-itrans-v5-hash): New variables.
6600         * language/malayalam.el: New file.
6601         * language/mlm-util.el: New file.
6602         * language/tamil.el: New file.
6603         * language/tml-util.el: New file.
6605 2003-02-11  Kevin Ryde  <user42@zip.com.au>
6607         * info-xref.el: New file.
6609 2003-02-10  Stefan Monnier  <monnier@cs.yale.edu>
6611         * textmodes/page-ext.el (pages-directory-mode-map): New.
6612         (pages-directory-map): Redefine as an varalias.
6613         (pages-directory-mode): Use new map var and run mode hook.
6614         (pages-directory-address-mode): Use define-derived-mode.
6616         * textmodes/texinfmt.el (texinfo-format-iftex, texinfo-format-ifhtml)
6617         (texinfo-format-ifplaintext, texinfo-format-tex, texinfo-format-html)
6618         (texinfo-format-ifnotinfo, texinfo-format-titlepage)
6619         (texinfo-format-titlespec, texinfo-format-ignore, texinfo-if-set)
6620         (texinfo-if-clear): Use re-search-forward's return value.
6621         (texinfo-sort-startkeyfun, texinfo-format-buffer-1)
6622         (texinfo-format-region): Use line-{end,beginning}-position.
6623         (texinfo-append-refill, texinfo-alias): Use match-string-no-properties.
6625         * emacs-lisp/eldoc.el (eldoc-echo-area-multiline-supported-p)
6626         (eldoc-use-idle-timer-p): Remove.
6627         (timer): Never require.  It only works in current Emacs anyway.
6628         (eldoc-mode, eldoc-message, eldoc-display-message-p)
6629         (eldoc-docstring-format-sym-doc, eldoc-remove-command): Simplify.
6631         * ffap.el (ffap-complete-as-file-p):
6632         Use minibuffer-completing-file-name.
6634         * international/mule.el (load-with-code-conversion): Use push.
6636         * font-core.el (font-lock-defontify): Use restore-buffer-modified-p.
6638         * gud.el (gud-gdb-run-command-fetch-lines, gud-display-line):
6639         Use with-current-buffer and simplify.
6641         * help-mode.el (help-xref-on-pp): Only add xref if the text
6642         is less than 5K.
6644         * pcvs-parse.el (cvs-parse-table): "no longer in repo" does not
6645         make the file dead if we used the -n arg.
6647         * emacs-lisp/cl-macs.el (process-get): Add setf method.
6649         * server.el (server-previous-strings): Remove.
6650         (server-process-filter): Use (process-get 'previous-string) instead.
6651         (server-sentinel): Remove code made superfluous.
6653 2003-02-10  Luc Teirlinck  <teirllm@mail.auburn.edu>
6655         * info.el (Info-follow-nearest-node): Implement new behavior.
6657 2003-02-10  Juanma Barranquero  <lektu@terra.es>
6659         * progmodes/ebnf-otz.el (ebnf-optimize, ebnf-optimize1): Fix typo.
6661         * progmodes/ebnf2ps.el (ebnf2ps): Fix typo.
6662         (ebnf-syntactic): Change group name and tag from "ebnf-syntatic".
6663         (ebnf-syntax, ebnf-lex-comment-char, ebnf-lex-eop-char)
6664         (ebnf-terminal-regexp, ebnf-case-fold-search)
6665         (ebnf-iso-alternative-p, ebnf-iso-normalize-p)
6666         (ebnf-yac-ignore-error-recovery): Add to group "ebnf-syntactic", not
6667         "ebnf-syntatic".
6668         (ebnf-optimize, ebnf-print-buffer, ebnf-print-region)
6669         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-buffer)
6670         (ebnf-eps-region, ebnf-syntax-buffer, ebnf-syntax-region)
6671         (ebnf-generate-region): Fix typo.
6673 2003-02-10  KAWABATA, Taichi  <kawabata@m17n.org>
6675         * language/ind-util.el (indian-itrans-v5-table): Add entries for
6676         "E" and "O".
6678 2003-02-10  Martin Stjernholm  <bug-cc-mode@gnu.org>
6680         * progmodes/cc-styles.el (c-set-offset): Don't find a default
6681         syntactic element through syntactic analysis if called outside
6682         a CC Mode buffer.
6684 2003-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
6686         * progmodes/cc-mode.el (c-basic-common-init):
6687         Install `c-fill-paragraph' on `fill-paragraph-function'.
6688         Although it's not the normal way to call it in a CC Mode buffer it
6689         makes a direct call to `fill-paragraph' work better.
6691 2003-02-08  Kim F. Storm  <storm@cua.dk>
6693         * printing.el (pr-get-symbol): Define during compile.
6695 2003-02-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6697         * printing.el: New file.
6699 2003-02-07  Francesco Potort\e,Al\e(B  <pot@gnu.org>
6701         * language/european.el ("French", "Slovenian"): Fix doc strings.
6703 2003-02-06  John Paul Wallington  <jpw@gnu.org>
6705         * mail/rmailsum.el (rmail-summary-previous-msg): Add docstring.
6706         (rmail-summary-line-count-flag, rmail-summary-previous-labeled-message)
6707         (rmail-summary-next-labeled-message, rmail-summary-resend)
6708         (rmail-summary-override-mail-send-and-exit): Doc fixes.
6710 2003-02-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
6712         * language/european.el ("Italian"): New.
6714 2003-02-06  Matthew Swift  <swift@alum.mit.edu>
6716         * dired.el (dired-move-to-filename-regexp): Support "K" suffix on
6717         "ls -alh" output.
6719 2003-02-05  Juanma Barranquero  <lektu@terra.es>
6721         * font-lock.el (font-lock-reference-face): Add obsolescence
6722         declaration and remove redundant info from docstring.
6724         * log-edit.el (cvs-commit-buffer-require-final-newline)
6725         (cvs-changelog-full-paragraphs): Likewise.
6727         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
6728         (mouse-wheel-click-button): Likewise.
6730         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name): Likewise.
6732         * vc.el (vc-annotate-display, vc-checkout-carefully): Likewise.
6734         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
6735         (vc-header-alist): Likewise.
6737         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Likewise.
6739         * textmodes/outline.el (outline-visible): Likewise.
6741 2003-02-05  Kim F. Storm  <storm@cua.dk>
6743         * ido.el (ido-define-mode-map):
6744         Undo last change (duplicates part of 2003-02-04 change).
6745         Remap `viper' delete commands only in file or dir mode.
6747 2003-02-05  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6749         * ido.el (ido-define-mode-map): Interact with Viper.
6751 2003-02-05  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6753         * net/tramp.el: Version 2.0.29 released.
6754         (tramp-send-region): Protect against tramp-chunksize being nil.
6755         (tramp-chunksize): Set default to 500 as workaround for some ssh
6756         connections.
6757         (tramp-handle-directory-file-name): New implementation.  Not sure
6758         if it works.
6759         (tramp-md5-function): Require md5 before checking function md5.
6760         If using md5-encode, put wrapper around it that converts vector of
6761         bytes to ascii text.
6762         (top-level): Avoid byte-compiler warnings of unused variables if
6763         the byte-compiler supports this.  This is for the
6764         with-parsed-tramp-file-name macro which is wont to produce such stuff.
6766 2003-02-05  Michael Albinus  <Michael.Albinus@alcatel.de>
6768         * net/tramp.el (tramp-handle-directory-file-name): Handle the case
6769         PATH is "".
6770         (tramp-completion-handle-file-name-all-completions):
6771         Define `tramp-current-user' locally.  See `tramp-parse-passwd'.
6772         (tramp-parse-passwd): For su-alike methods it would be desirable
6773         to return "root@localhost" as default.  Unfortunately, we have no
6774         information whether any user name has been typed already.  So we
6775         (mis-)use tramp-current-user as indication, assuming it is set in
6776         `tramp-completion-handle-file-name-all-completions'.
6777         (tramp-send-region): Handle the case `tramp-chunksize' is equal 0.
6778         I did it accidently.  Infinite loop ...
6779         (tramp-get-device): `tramp-make-tramp-file-name' must not be
6780         called with NIL path.  It fails in case of multi-method.
6781         (tramp-file-name-for-operation):  Apply `expand-file-name' for
6782         relative file names only.  Otherwise there might be problems if
6783         the default directory is another Tramp directory as the directory
6784         the file is based on.
6785         (tramp-find-foreign-file-name-handler): Check whether FILENAME is
6786         a Tramp file name.  It isn't if it comes from an expanded file
6787         name (like "/xx:yy//zz").
6788         (tramp-devices): New variable.  Keeps virtual device numbers.
6789         Devices must distinguish physical file systems.  The device
6790         numbers provided by "lstat" aren't unique, because we operate on
6791         different hosts.  So we use virtual device numbers, generated by
6792         `tramp-get-device'.  Both Ange-FTP and EFS use device number -1.
6793         In order to be different, we use device number (-1 x), whereby "x"
6794         is unique for a given (multi-method method user host).
6795         Suggested by Kai.
6796         (tramp-perl-file-attributes): Always return device number -1.
6797         There will be a virtual device number set in
6798         `tramp-handle-file-attributes', which replaces this one.
6799         (tramp-handle-file-attributes): Set virtual device number.
6800         (tramp-get-device): New function.  Returns the virtual device
6801         number.  If it doesn't exist, generate a new one.
6802         (tramp-handle-file-regular-p): Use Emacs file name primitives
6803         instead of calling tramp-handle-* equivalents directly.
6804         Needed for tramp-smb.
6805         (tramp-completion-function-alist-ssh): Add parsing of
6806         "/etc/ssh_config" and "~/.ssh/config".  Suggested by Kai.
6807         (tramp-completion-function-alist, tramp-set-completion-function):
6808         Doc string update.
6809         (tramp-parse-sconfig, tramp-parse-sconfig-group): New functions.
6810         Provide parsing of "~/.ssh/config" style files.
6811         (tramp-completion-handle-expand-file-name):
6812         Apply `tramp-drop-volume-letter'.  Otherwise, there are problems
6813         on W32 systems.
6814         (tramp-completion-mode): Perform check (integerp last-input-event)
6815         before (event-modifiers last-input-event) -- there might be
6816         problems if `last-input-event' is a mouse event.
6817         (tramp-parse-rhosts, tramp-parse-shosts)
6818         (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc):
6819         Use `file-readable-p' instead of `file-exists-p'.  Otherwise these
6820         functions might block.  Reported by <kin@neoscale.com>.
6822         * net/tramp-ftp.el (top-level): eval-after-load "ange-ftp"
6823         '(tramp-disable-ange-ftp).  Suggested by Kai.
6824         (tramp-ftp-file-name-handler): `tramp-disable-ange-ftp' not needed
6825         any longer.
6826         (top-level): Defaults for `tramp-default-method-alist' must be a list.
6828         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6829         Apply `tramp-handle-directory-file-name'.
6830         (tramp-smb-handle-file-attributes):  Apply `tramp-get-device'.
6831         ATIME and CTIME are (0 0) now (= "don't know"), which is more honest.
6832         (tramp-smb-handle-make-directory): Use Emacs file name primitives
6833         instead of calling tramp-smb-handle-* equivalents directly.
6834         (tramp-smb-read-file-entry): Return size as a number, not a string.
6835         (top-level): Defaults for `tramp-default-method-alist' must be a list.
6837 2003-02-05  Stefan Monnier  <monnier@cs.yale.edu>
6839         * completion.el (eval-when-compile-load-eval, completion-eval-when)
6840         (cmpl-read-time-eval, minibuffer-window-selected-p): Remove.
6841         (completion-min-length, completion-max-length)
6842         (completion-prefix-min-length): Don't hard-code the default value
6843         when byte-compiling.
6844         (complete): Inline minibuffer-window-selected-p.
6846 2003-02-04  Richard M. Stallman  <rms@gnu.org>
6848         * term.el (term-raw-map): Set it up at load time.
6849         (term-char-mode): Don't set up term-raw-map here.
6850         (term-set-escape-char): Don't set up C-x subcommand.
6851         (term-ansi-face-already-done): Renamed from
6852         term-ansi-face-alredy-done.
6853         (term-command-hook): Avoid error if STRING is empty.
6854         (term, term-mode): Doc fixes.
6856         * term.el: Redesign handling of colors and faces.
6857         Delete all the faces that this mode used to make.
6858         (ansi-term-color-vector): New variable.
6859         (ansi-term-fg-faces-vector, ansi-term-bg-faces-vector)
6860         (ansi-term-inv-bg-faces-vector, ansi-term-inv-fg-faces-vector):
6861         Variables deleted.
6862         (term-default-fg-color, term-default-bg-color): Use defcustom.
6863         (term-handle-colors-array): Use ansi-term-color-vector,
6864         and specify face attributes rather than faces in `face' property.
6866         * term.el (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector)
6867         (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector)
6868         (term-ansi-reverse-faces-vector): Delete unused variables.
6869         (term-ignore-error): Delete macro.
6871         * simple.el (back-to-indentation): Skip all whitespace
6872         except for newlines.
6874         * files.el (find-alternate-file): Handle dired-directory
6875         like buffer-file-name.
6877         * dired.el (dired-find-buffer-nocreate): Avoid error if
6878         dired-directory is nil.
6880 2003-02-04  Juanma Barranquero  <lektu@terra.es>
6882         * image.el (image-type-regexps): Fix typo.
6884         * international/characters.el: Restore missing space and put a
6885         comment to protect it from being deleted as trailing whitespace.
6887         * ruler-mode.el (ruler-mode-margins-char): Likewise.
6889 2003-02-04  Francesco Potort\e,Al\e(B  <pot@gnu.org>
6891         * mail/rmailout.el (rmail-output): If preserving MIME-version,
6892         preserve Content-type too.
6894 2003-02-04  Kim F. Storm  <storm@cua.dk>
6896         * ido.el (ido-define-mode-map): Remap viper delete char/word
6897         commands to their ido specific equivalents.  Disable ESC in
6898         viper mode (to avoid exiting insert mode), since ido doesn't
6899         work in viper command mode.
6900         (ido-delete-backward-updir, ido-delete-backward-word-updir):
6901         Handle remapped viper commands.
6903 2003-02-03  Juanma Barranquero  <lektu@terra.es>
6905         * calculator.el (calculator): Don't use the minibuffer even in
6906         electric mode; use a private buffer and display it in the minibuffer
6907         window using `set-window-buffer'.
6909 2003-02-03  Dave Love  <fx@gnu.org>
6911         * emacs-lisp/benchmark.el: New.
6913 2003-02-02  Andreas Schwab  <schwab@suse.de>
6915         * progmodes/asm-mode.el (asm-font-lock-keywords): Allow arbitrary
6916         words separated by dots.  Match optional parenthesized word at
6917         start of line.
6919         * font-lock.el
6920         (font-lock-match-c-style-declaration-item-and-skip-to-next):
6921         Don't require underscore in word before double open-paren.
6923 2003-02-02  John Paul Wallington  <jpw@gnu.org>
6925         * hexl.el (hexl-mode-map): Bind C-m to `hexl-self-insert-command'.
6927 2003-02-01  Stephen Gildea  <gildea@stop.mail-abuse.org>
6929         * time-stamp.el: Tweak doc strings and preamble commentary.
6930         (time-stamp): Fix parsing of "%%a" in time-stamp-pattern (change
6931         regexp subpattern 5)
6932         (time-stamp-pattern): Initialize to nil to avoid regexp work in
6933         default case.
6934         (time-stamp-string): Call set-time-zone-rule instead of setenv
6935         (time-stamp-hhmmss): Remove (not needed after all).
6936         (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy)
6937         (time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
6938         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd)
6939         (time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete.
6941 2003-01-31  Stefan Monnier  <monnier@cs.yale.edu>
6943         * cus-edit.el (custom-unlispify-menu-entry): Use with-current-buffer.
6944         (custom-save-variables): Use dolist, simplify.
6945         Output a message if a `requests' entry looks suspicious.
6946         (custom-save-faces): Use dolist, simplify.
6948 2003-01-31  Christoph Wedler  <Christoph.Wedler@sap.com>
6950         * antlr-mode.el: Bug fixes, miscellaneous.
6951         (antlr-mode): Make major mode work with cc-mode-5.29 or higher,
6952         make it more rubust against changes in cc-mode's style variables
6953         by using `boundp' and function `c-init-language-vars' if defined.
6954         (antlr-c++-mode-extra): Only ask if language is not "Cpp".
6955         (antlr-read-value): With completion, ignore case.
6956         (antlr-run-tool-interactive): New function.
6957         (antlr-run-tool): Use it for `interactive' specification.
6959         * antlr-mode.el: Simplify Emacs/XEmacs compatibility.
6960         (cond-emacs-xemacs): New compile-time macro.
6961         (defunx): New compile-time macro.
6962         (ignore-errors-x): New compile-time macro.
6963         (save-buffer-state-x): New compile-time macro.
6965         (antlr-scan-sexps, antlr-simple-scan-sexps): Deletia.
6966         (antlr-scan-lists, antlr-simple-scan-sexps): Deletia.
6967         (antlr-simple-default-directory): Deletia.
6968         (antlr-default-directory): Define directly.
6969         (antlr-simple-read-shell-command): Deletia.
6970         (antlr-read-shell-command): Define directly.
6971         (antlr-simple-with-displaying-help-buffer): Deletia.
6972         (antlr-with-displaying-help-buffer): Define directly.
6973         (antlr-fast-invalidate-context-cache): Deletia.
6974         (antlr-slow-invalidate-context-cache): Deletia.
6975         (antlr-invalidate-context-cache): Define directly.
6976         (antlr-fast-syntactic-context): Deletia.
6977         (antlr-slow-syntactic-context): Deletia.
6978         (antlr-syntactic-context): Define directly.
6980         (antlr-mode-menu): Use new macros.
6981         (antlr-font-lock-additional-keywords): Ditto.
6982         (antlr-skip-sexps): Ditto.
6983         (antlr-end-of-rule): Ditto.
6984         (antlr-beginning-of-rule): Ditto.
6985         (antlr-end-of-body): Ditto.
6986         (antlr-beginning-of-body): Ditto.
6987         (antlr-hide-actions): Ditto.
6988         (antlr-option-kind): Ditto.
6990         * antlr-mode.el: In Emacs, use face attribute :weight, not :bold.
6991         (antlr-font-lock-keyword-face): Use new macros.
6992         (antlr-font-lock-syntax-face): Ditto.
6993         (antlr-font-lock-ruledef-face): Ditto.
6994         (antlr-font-lock-tokendef-face): Ditto.
6995         (antlr-font-lock-literal-face): Ditto.
6997         Changes from 2002-05-24:
6999         * antlr-mode.el: Version 2.2a.
7001         Changes from 2002-05-03:
7003         * antlr-mode.el: Make context parsing faster on Emacs, for faster
7004         syntax highlighting, indentation and imenu support.
7005         Suggested by Aaron Davies <adavies42@users.sourceforge.net>.
7006         (antlr-slow-context-cache): New variable.
7007         (antlr-slow-syntactic-context): Use cache.
7008         (antlr-slow-cache-enabling-symbol): New internal variable.
7009         (antlr-slow-cache-diff-threshold): New variable.
7010         (antlr-fast-invalidate-context-cache): Renamed from
7011         antlr-xemacs-bug-workaround.
7012         (antlr-imenu-create-index-function): Search from beginning.
7014         * antlr-mode.el: More sophisticated indentation, i.e., use the
7015         indentation engine of cc-mode for most actions.
7016         (antlr-c-common-init): Allow nil for `antlr-indent-style'.
7017         (antlr-indent-line): Use indentation engine of cc-mode more often.
7018         (antlr-indent-at-bol-alist): Only used for header actions.
7019         (antlr-disabling-cc-syntactic-symbols): New variable.
7020         (antlr-indent-item-regexp): Delete stuff for actions.
7021         (antlr-indent-at-bol-alist): With language "Java", indent
7022         "package" and "import" at column 0 in header part.
7024         * antlr-mode.el (antlr-simple-default-directory): Define.
7025         (antlr-simple-read-shell-command): Define.
7026         (antlr-simple-with-displaying-help-buffer): Define.
7027         (antlr-simple-scan-sexps, antlr-simple-scan-lists):
7028         Renamed from antlr-scan-{sexps,lists}-internal.
7030         Changes from 2002-02-28:
7032         * antlr-mode: Version 2.2 is released.
7034         * antlr-mode.el (antlr): Moved to SourceForge.net
7036         * antlr-mode.el: Minor bug fixes: insert options and indentation.
7037         (antlr-option-location): Don't use point as position where to
7038         insert options if point is in comment.
7039         (antlr-mode): Don't set style here.
7040         (antlr-c-common-init): Set style here.  If boundp, set
7041         `c-current-comment-prefix' to not break indentation in comments.
7042         Hm, I should probably split `c-common-init' from cc-mode into two
7043         parts, one of which I could use for antlr-mode.el.
7045         Changes from 2002-01-31:
7047         * antlr-mode.el (antlr-font-lock-additional-keywords):
7048         Also hightlight `~' with `antlr-font-lock-syntax-face'.
7049         Suggested by Helmut Neukirchen <neukirchen@itm.mu-luebeck.de>.
7051 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
7053         * comint.el:
7054         * dired-aux.el:
7055         * dired.el:
7056         * dirtrack.el:
7057         * dos-w32.el:
7058         * fast-lock.el:
7059         * filecache.el:
7060         * files.el:
7061         * hippie-exp.el:
7062         * international/mule.el:
7063         * net/browse-url.el:
7064         * pcomplete.el:
7065         * recentf.el:
7066         * shell.el:
7067         * woman.el: Added cygwin to system-type comparisons.
7069 2003-01-31  Francesco Potort\e,Al\e(B  <pot@gnu.org>
7071         * mail/undigest.el (rmail-forward-separator-regex): New custom
7072         variable.
7073         (unforward-rmail-message): Use it.
7075 2003-01-30  Dave Love  <fx@gnu.org>
7077         * textmodes/ispell.el (lookup-words): Fix last change.
7079 2003-01-29  John Paul Wallington  <jpw@gnu.org>
7081         * font-lock.el (lisp-font-lock-keywords-1): Match `deftheme'.
7083         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
7084         `deftheme'.  Fix docstring offsets for `define-ibuffer-filter' and
7085         `define-ibuffer-sorter'.
7086         (lisp-imenu-generic-expression): Add `deftheme' to types.
7088         * custom.el (customize-mark-to-save, customize-mark-as-set)
7089         (custom-remove-theme): Doc fixes.
7091 2003-01-29  Didier Verna  <didier@xemacs.org>
7093         * cus-edit.el (custom-save-variables): Also save non theme'd ones.
7094         * cus-edit.el (custom-save-faces): Ditto.
7096 2003-01-29  Juanma Barranquero  <lektu@terra.es>
7098         * composite.el (decompose-composite-char): Fix docstring.
7100         * select.el (x-set-cut-buffer): Fix docstring.  Check type with
7101         `stringp' instead of `substring'.
7103         * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer
7104         file name if no other master file is located.
7106         * progmodes/cperl-mode.el (cperl-beautify-level)
7107         (cperl-beautify-regexp): Fix use of `prefix-numeric-value'.
7108         (cperl-calculate-indent): Fix typo.
7110 2003-01-29  Taro Kawagishi  <tarok@transpulse.org>
7112         * arc-mode.el (archive-lzh-summarize): Fix previous change.
7114 2003-01-29  Kim F. Storm  <storm@cua.dk>
7116         * emacs-lisp/authors.el: New format of AUTHORS file; list each
7117         author name once followed by contributed and changed files.
7118         Improve selection of entries to include in list, and generate list
7119         of unrecognized entries indicating syntax errors in ChangeLog files.
7120         (authors-coding-system): New variable.
7121         (authors-many-files): Update doc string.
7122         (authors-aliases): Change format. Now one entry with multiple
7123         aliases per author.
7124         (authors-valid-file-names, authors-renamed-files-alist)
7125         (authors-renamed-files-regexps): New variables.
7126         (authors-canonical-file-name): New function.  Validates that file
7127         exists or occurs in one of the above lists.  Record unrecognized
7128         file names in global authors-invalid-file-names list.
7129         (authors-add): Change to record per-change counts.
7130         (authors-canonical-author-name): Handle new format of
7131         authors-aliases list.
7132         (authors-scan-change-log): Rename FILE arg to LOG-FILE.
7133         Change doc string to describe new entry format.
7134         Only add author entries for valid file names.
7135         (authors-print): Replace by authors-add-to-author-list.
7136         (authors-add-to-author-list): New function which reorders
7137         per-file entries and adds them to global authors-author-list.
7138         (authors): Instead of authors-print to insert in *Authors* buffer,
7139         use authors-add-to-author-list to reorder the list and then
7140         insert result in *Authors* buffer with new format.
7141         Generate *Authors Errors* compilation-mode buffer listing
7142         unrecognized ChangeLog entries.
7144 2003-01-28  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
7146         * term/mac-win.el: Add entries in function-key-map for
7147         [tab], [backspace], [escape].
7149 2003-01-28  Kim F. Storm  <storm@cua.dk>
7151         * info.el (Info-extract-menu-node-name): Another fix for
7152         2003-01-24 change.  Also stop search if : is followed by TAB.
7154 2003-01-28  John Paul Wallington  <jpw@gnu.org>
7156         * ibuf-ext.el (ibuffer-yank-filter-group): Move check for empty
7157         `ibuffer-filter-group-kill-ring' out of `interactive' declaration.
7159 2003-01-28  Martin Stjernholm  <bug-cc-mode@gnu.org>
7161         * progmodes/cc-vars.el, progmodes/cc-mode.el
7162         (c-require-final-newline): Made this variable an alist to
7163         specify a value for each language.  The default value causes
7164         `require-final-newline' to be set to t only in languages where
7165         the standard requires a final newline.
7167 2003-01-27  Kim F. Storm  <storm@cua.dk>
7169         * simple.el (kill-new): Improve doc string for yank-handler.
7170         Signal args-out-of-range error if yank-handler is specified for
7171         an empty string.
7173         * subr.el (insert-for-yank): Remove COMMAND element from yank handler.
7175 2003-01-27  Dave Love  <fx@gnu.org>
7177         * dired-x.el (dired-filename-at-point): Fix last change and tidy up.
7179         * thingatpt.el (thing-at-point-file-name-chars):
7180         Include non-ASCII again and re-write the filename ops.
7182 2003-01-27  David Ponce  <david@dponce.com>
7184         * makefile.w32-in (update-subdirs-SH): Create lisp/subdirs.el.
7186 2003-01-27  Juanma Barranquero  <lektu@terra.es>
7188         * filesets.el (filesets-file-open): Fix typo.
7190         * vcursor.el (vcursor-disable): Likewise.
7192         * eshell/esh-cmd.el (eshell-separate-commands): Likewise.
7194         * progmodes/cc-styles.el (c-make-styles-buffer-local): Likewise.
7196         * progmodes/cc-vars.el (c-offsets-alist): Likewise.
7198         * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise.
7200 2003-01-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
7202         * progmodes/cc-vars.el, progmodes/cc-mode.el
7203         (c-require-final-newline): Add a variable to make the
7204         initialization of `require-final-newline' more configurable.
7206 2003-01-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7208         * emacs-lisp/authors.el (authors-aliases): Add Jan D.
7209         Set iso-2022-7bit coding: cookie.
7211 2003-01-26  Kim F. Storm  <storm@cua.dk>
7213         * info.el (Info-extract-menu-node-name): Fix 2003-01-24 change.
7214         Don't search for next colon if current colon is followed by
7215         one of ".", ",", ";", or ")".
7216         (info-insert-file-contents) [!MSDOS]: Avoid byte-compiler warning.
7217         (Info-find-node) [!MSDOS]: Avoid byte-compiler warning.
7219 2003-01-26  Richard M. Stallman  <rms@gnu.org>
7221         * thingatpt.el (thing-at-point-file-name-chars): Undo previous change.
7223 2003-01-25  Bill Wohler  <wohler@newt.com>
7225         * mh-e: Created directory. ChangeLog will appear in a week when we
7226         release version 7.2.
7228         * mail/mh-alias.el, mail/mh-comp.el, mail/mh-customize.el, mail/mh-e.el,
7229         mail/mh-funcs.el, mail/mh-identity.el, mail/mh-index.el,
7230         mail/mh-loaddefs.el, mail/mh-mime.el, mail/mh-pick.el,
7231         mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
7232         mail/mh-xemacs-compat.el: Moved to mh-e directory.
7233         Note that reply2.pbm and reply2.xpm, which were created by the
7234         MH-E package, were left in mail since they can probably be used by
7235         other mail packages.
7237         * makefile.w32-in (WINS): Add mh-e.
7239         * makefile.nt (WINS): Add mh-e.
7241 2003-01-25  Richard M. Stallman  <rms@gnu.org>
7243         * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
7244         Compile any lambda-expressions among the args.
7246         * view.el (view-mode): Doc fix.
7248         * ido.el: Many doc fixes.
7249         (ido-complete): Fix message.
7251 2003-01-25  Taro Kawagishi  <tarok@transpulse.org>
7253         * arc-mode.el (archive-unixdate): Correct the date field string.
7254         (archive-lzh-summarize): Extend it to allow the LZH level 2 header
7255         type (which is most prevalent now), in addition to the already
7256         supported level 0 and 1 header types.
7258 2003-01-25  Markus Rost  <rost@math.ohio-state.edu>
7260         * international/mule-cmds.el (set-language-info)
7261         (current-language-environment): Simplify setting the type of
7262         current-language-environment.
7264 2003-01-25  Kim F. Storm  <storm@cua.dk>
7266         * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
7267         bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
7268         only needed when the region is active.  This also makes the output
7269         from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
7271 2003-01-25  Michael Kifer  <kifer@cs.stonybrook.edu>
7273         * ediff.el (ediff-revision): Better defaults.
7275         * ediff-vers.el (ediff-vc-latest-version): New function.
7276         (ediff-vc-internal): Use latest version instead of working version.
7278 2003-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
7280         * info.el (Info-extract-menu-node-name): When looking for end of menu
7281         item, don't stop at first ":"; instead, continue until trailing
7282         context is either a space or newline.
7283         (Info-complete-menu-item): Var `pattern': allow ":" in menu item.
7284         (Info-menu): Likewise, for regexp used in backwards search.
7285         (Info-try-follow-nearest-node): Remove case added in previous edit.
7286         Change regexp in the following case to allow ":" in menu item.
7287         (Info-fontify-node): Fix bug: Handle `next-property-change' returning
7288         point-max as "hasn't already been done".
7290 2003-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
7292         * info.el (Info-try-follow-nearest-node): Add case: Handle menu item
7293         terminated by ": " as an index entry.
7295 2003-01-24  Juanma Barranquero  <lektu@terra.es>
7297         * isearch.el (isearch-forward): Fix typo.
7299 2003-01-24  Kenichi Handa  <handa@m17n.org>
7301         * international/mule.el (decode-coding-inserted-region):
7302         Rename from decode-coding-region-as-inserted-from-file to make it fit
7303         well in the Lisp manual.
7305         * jka-compr.el (jka-compr-insert-file-contents):
7306         Call docode-coding-inserted-region.
7308 2003-01-24  John Paul Wallington  <jpw@gnu.org>
7310         * ibuffer.el (ibuffer-window-list): Remove.
7311         (ibuffer-confirm-operation-on): Use `window-list' instead.
7312         (ibuffer-load-hook): New customizable variable.
7313         (toplevel): Run it.
7314         (ibuffer-customize): New command.
7315         (ibuffer-mode-map): Bind it.
7316         (ibuffer-mode-map): Add menu seperator in View>Sort menu.
7317         (ibuffer-mode): Tidy.
7318         (ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
7319         (ibuffer-default-directory, ibuffer-default-sorting-mode)
7320         (ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
7321         (ibuffer-map-lines): Doc fixes.
7323         * ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
7324         filenames.  Use `kill-new'.
7326 2003-01-23  Dave Love  <fx@gnu.org>
7328         * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie
7329         in the file.
7331 2003-01-23  Masatake YAMATO  <jet@gyve.org>
7333         * progmodes/asm-mode.el (asm-mode): Add syntax table entries for
7334         /* */ comments.
7336 2003-01-23  Kenichi Handa  <handa@m17n.org>
7338         * files.el (insert-directory): Read the output of "ls" by
7339         no-conversion, and decode it later while preserving
7340         `dired-filename' property.
7342 2003-01-23  Markus Rost  <rost@math.ohio-state.edu>
7344         * descr-text.el (describe-text-mode-hook): Add a group.
7346 2003-01-23  John Paul Wallington  <jpw@shootybangbang.com>
7348         * term/mac-win.el (interprogram-paste-function): Handle empty
7349         clipboard.
7351 2003-01-22  Aubrey Jaffer  <agj@alum.mit.edu>  (tiny change)
7353         * info.el (Info-index): Change pattern so that index entries with
7354         colons can be read properly; also, require at least one space
7355         after the colons, which makeinfo puts in.
7357 2003-01-22  Andreas Schwab  <schwab@suse.de>
7359         * jka-compr.el (jka-compr-insert-file-contents): Fix typo in last
7360         change.
7362 2003-01-22  Markus Rost  <rost@math.ohio-state.edu>
7364         * Makefile.in (bootstrap-after): New target.
7365         (bootstrap): Move finder-data, custom-deps to bootstrap-after.
7367 2003-01-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7369         * info.el (Info-index-next): Use "(`,' tries to find next)" for
7370         more matches for consistency with standalone info browser.
7372 2003-01-22  Kenichi Handa  <handa@m17n.org>
7374         * international/mule.el
7375         (decode-coding-region-as-inserted-from-file): New function.
7377         * jka-compr.el (jka-compr-insert-file-contents): Read a process
7378         output without decoding.  Decode the result by
7379         decode-coding-region-as-inserted-from-file.
7381 2003-01-22  Kim F. Storm  <storm@cua.dk>
7383         * ido.el (ido-make-file-list, ido-make-dir-list): Don't move
7384         visited directories to end of list; it's the wrong thing to do if
7385         we want to find a file or directory in such directories.
7387         * simple.el: Doc fixes.
7388         * subr.el: Doc fixes.
7390 2003-01-20  Nick Roberts  <nick@nick.uklinux.net>
7392         * gud.el (gud-display-line): If the current file is newer than its
7393         buffer, offer to reread the file.
7394         (gud-keep-buffer): New buffer local variable. Ensures offer to
7395         reread file is made just once.
7397 2003-01-20  Stefan Monnier  <monnier@cs.yale.edu>
7399         * emacs-lisp/regexp-opt.el (regexp-opt-group): Undo last change.
7400         Fix the docstring instead.
7402 2003-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
7404         * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it.
7406 2003-01-20  Richard M. Stallman  <rms@gnu.org>
7408         * simple.el (completion-setup-function): Set default-directory
7409         in the minibuffer, so it'll be copied into the completion list buffer.
7411         * emacs-lisp/regexp-opt.el (regexp-opt-group): Compute HALF2 properly.
7413         * loadup.el (load-path): Rename `path' local var.
7415         * progmodes/octave-mod.el (octave-mode-map): Change C-c i bindings
7416         to C-c C-i.  Duplicate its bindings with last char a ctl char.
7417         Also change C-c f to C-c C-f.
7419 2003-01-20  Markus Rost  <rost@math.ohio-state.edu>
7421         * ls-lisp.el (ls-lisp-use-insert-directory-program): Make default
7422         value system dependent.
7423         (ls-lisp-support-shell-wildcards): Add autoload cookie.
7425 2003-01-19  Kim F. Storm  <storm@cua.dk>
7427         * msb.el: Use `dir' instead of `path' everywhere.
7429 2003-01-18  Kim F. Storm  <storm@cua.dk>
7431         * simple.el (kill-new, kill-append, kill-region):
7432         New optional parameter yank-handler.
7433         (yank-excluded-properties): Add yank-handler to list.
7434         (yank-undo-function): New variable.
7435         (yank): Use it to undo previous yank or yank-pop command.
7436         Allow insert-for-yank to override this-command.
7438         * subr.el (insert-for-yank): Arg list changed; now only accepts one
7439         string rather than any number of strings; no callers needed change.
7440         Use yank-handler text property on the arg string.
7441         Set yank-undo-function variable appropriately for yank-pop.
7443 2003-01-18  Stefan Monnier  <monnier@cs.yale.edu>
7445         * textmodes/fill.el (fill-comment-paragraph): Fix simplistic
7446         regexp-concatenation.
7448         * add-log.el (add-change-log-entry): Don't leave space at eol.
7449         (add-log-current-defun): Perl functions names can't have (or {.
7451         * progmodes/sh-script.el (sh-indent-line): Use indent-line-to.
7452         (sh-non-closing-paren): New const.
7453         (sh-case, sh-while-getopts): Use it to make props non-sticky.
7454         (sh-add-completer): Use test-completion.
7456 2003-01-18  Vasily Korytov  <deskpot@myrealbox.com>  (tiny change)
7458         * progmodes/cperl-mode.el: Don't make faces depend on window-system.
7460 2003-01-18  Markus Rost  <rost@math.ohio-state.edu>
7462         * cus-edit.el (customize-changed-options): Undo last doc change.
7464 2003-01-17  Stefan Monnier  <monnier@cs.yale.edu>
7466         * skeleton.el (skeleton-internal-list, skeleton-internal-1):
7467         Don't treat \n specially in sub-skeletons.
7469 2003-01-17  Dave Love  <fx@gnu.org>
7471         * international/ucs-tables.el: Redo 8859-6 change in the right place.
7473 2003-01-17  Kenichi Handa  <handa@m17n.org>
7475         * international/fontset.el: Don't setup the default fontset and
7476         font-encoding-alist at the top level.
7477         (setup-default-fontset): New function.
7478         (create-fontset-from-fontset-spec): Delete autoload cookie.
7480         * term/x-win.el: Require fontset unconditionally again.
7481         Call setup-default-fontset at the top level.
7483         * term/w32-win.el: Call setup-default-fontset.
7485         * term/mac-win.el: Require fontset and call setup-default-fontset.
7487 2003-01-16  Stefan Monnier  <monnier@cs.yale.edu>
7489         * textmodes/fill.el (fill-region-as-paragraph): Only erase `hard'
7490         property until end-of-paragraph.
7492 2003-01-16  Kenichi Handa  <handa@m17n.org>
7494         * international/ucs-tables.el: Undo the last change.
7496 2003-01-15  Dave Love  <fx@gnu.org>
7498         * thingatpt.el (thing-at-point-file-name-chars): Include non-ASCII
7499         and use documented treatment of -.
7501         * dired-x.el (dired-filename-at-point): Fix filename-chars.
7503         * international/ucs-tables.el: Set up tables for 8859-6.
7505         * server.el (server-window): Customize.
7506         (server-mode): New.
7507         (server-unload-hook): Call server-start.
7509 2003-01-15  John Wiegley  <johnw@gnu.org>
7511         * eshell/em-hist.el (eshell-save-history-on-exit):
7512         Rename `eshell-ask-to-save-history' to `eshell-save-history-on-exit',
7513         because the former name is somewhat unrelated to the variables'
7514         possible values.
7516 2003-01-15  Deepak Goel  <deego@gnufans.org>
7518         * calc/README: Add new maintainer.
7520         * calc/*: Ditto.
7522         * calc/calc.el (calc-bug-address): Change address to deego@gnufans.org.
7524 2003-01-15  Andrew Innes  <andrewi@gnu.org>
7526         * makefile.w32-in (loaddefs.el): Invoke make to build stub file
7527         using appropriate rule for build environment.
7528         (loaddefs.el-SH, loaddefs.el-CMD): New targets.  Include small set
7529         of autoloads and defvars, sufficient to dump bootstrap emacs.
7530         (update-subdirs-SH): Use hard-coded list of top-level lisp
7531         subdirs, because find program on Windows is not compatible with
7532         Unix find.
7533         (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'.
7534         Explicitly load loaddefs.el so that bootstrap emacs can compile
7535         properly.
7536         (bootstrap-clean): Add dependency on loaddefs.el, to ensure
7537         minimal stub sufficient for dumping bootstrap emacs is available.
7539         * loadup.el: Include lisp/textmodes in load-path for bootstrap
7540         emacs, to resolve ispell menu reference.
7542 2003-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>  (tiny change)
7544         * international/mule.el (optimize-char-coding-system-table):
7545         Optimize it.
7547         * term/mac-win.el: Setup the fontset "fontset-mac" correctly.
7549 2003-01-14  Stefan Monnier  <monnier@cs.yale.edu>
7551         * pcvs-info.el (cvs-fileinfo-from-entries): Deal with Solaris'
7552         occasional use of "05" rather than " 5" for day-of-month.
7554         * log-view.el (log-view-message-re): The rev might be locked.
7556 2003-01-14  Nick Roberts  <nick@nick.uklinux.net>
7558         * gdb-ui.el: Improve commentary.
7559         (gdb-window-height, gdb-window-width, gdb-display-number-end):
7560         Customize the dimensions of frames for displayed expressions.
7561         (gdb-error-begin): Comment out because it is not used because of
7562         bug/quirk in annotations.
7563         (gdb-reset): Use with-current-buffer.
7565 2003-01-14  Kim F. Storm  <storm@cua.dk>
7567         * ido.el (ido-read-internal, ido-file-internal)
7568         (ido-copy-current-file-name, ido-wide-find-dirs-or-files):
7569         Don't use `path' as name of local variables holding a file name.
7571         * arc-mode.el (archive-arc-rename-entry): Fix error message.
7572         (archive-lzh-summarize): Rename local var `path' to `dir'.
7573         (archive-unique-fname) [!MSDOS]: Avoid byte-compiler warning.
7575         * dired.el: Doc fixes.
7576         * dired-aux.el: Rename `whole-path' to `whole-name' throughout.
7577         (dired-mark-read-regexp): Use "Abs." prefix instead of "Path".
7578         * dired-x.el: Doc fixes.
7580         * fast-lock.el (fast-lock-cache-name): Doc fix.
7582         * net/browse-url.el (browse-url-filename-alist): Doc fix.
7584 2003-01-14  John Paul Wallington  <jpw@shootybangbang.com>
7586         * apropos.el (apropos): Restore autoload cookie.  Fix typo in
7587         "error retrieving function documentation" output.
7589 2003-01-14  Kim F. Storm  <storm@cua.dk>
7591         * subr.el (process-put, process-get): New functions.
7593         * simple.el (clone-process): Copy process' plist to new process.
7595 2003-01-13  Markus Rost  <rost@math.ohio-state.edu>
7597         * cus-dep.el (custom-make-dependencies):  Don't set standard-value
7598         and version numbers for variables.  Handle faces.
7600         * cus-edit.el (customize-changed-options):  Doc addition.  Load the
7601         version deps earlier.  Use other tests for groups and variables.
7602         Handle faces.
7604 2003-01-14  Kim F. Storm  <storm@cua.dk>
7606         * ido.el: Doc fixes.
7607         (ido-max-file-prompt-width): Rename from ido-max-prompt-path.
7608         (ido-rewrite-file-prompt-functions): Rename from
7609         ido-make-file-prompt-hook.  Directory name is now in dynamic
7610         variable `dirname' (instead of `path').
7611         (ido-rewrite-file-prompt-rules): Rename from
7612         ido-rewrite-prompt-path-rules.
7613         (ido-make-prompt): Directory name now in `dirname' var.
7614         (ido-complete): Fix error message.
7616 2003-01-13  John Paul Wallington  <jpw@shootybangbang.com>
7618         * server.el (server-process-filter): Use `minibufferp' to test
7619         whether we are inside a minibuffer.
7620         (server-process, server-kill-new-buffers): Doc fixes.
7622 2003-01-13  Dave Love  <fx@gnu.org>
7624         * international/utf-16.el (mule-utf-16-be, mule-utf-16-le):
7625         Remove pre-write-conversion.
7627 2003-01-13  Kim F. Storm  <storm@cua.dk>
7629         * hexl.el (hexl-mode-map): Don't quote remapped command names.
7631 2003-01-13  David Ponce  <david@dponce.com>
7633         * ruler-mode.el (ruler-mode): Cleanup buffer local variable
7634         `header-line-format' if it didn't exist when `ruler-mode' was enabled.
7636 2003-01-13  Masatake YAMATO  <jet@gyve.org>
7638         * ruler-mode.el (ruler-mode-comment-column-char)
7639         (ruler-mode-goal-column-char, ruler-mode-set-goal-column-ding-flag)
7640         (ruler-mode-mouse-current-grab-object): New variables.
7641         (ruler-mode-comment-column-face, ruler-mode-goal-column-face):
7642         New faces.
7643         (ruler-mode-mouse-set-fill-column): Removed.
7644         (ruler-mode-mouse-grab-any-column)
7645         (ruler-mode-mouse-drag-any-column-iteration)
7646         (ruler-mode-mouse-drag-any-column): New functions.
7647         (ruler-mode-map): [header-line down-mouse-2] Bound to
7648         `ruler-mode-mouse-grab-any-column' instead of
7649         `ruler-mode-mouse-set-fill-column'.
7650         (ruler-mode-ruler-help-echo): Update its value.
7651         (ruler-mode-ruler-help-echo-when-goal-column): New help string used
7652         when goal-column is already set.
7653         (ruler-mode-ruler-help-echo-tab): Rename to...
7654         (ruler-mode-ruler-help-echo-when-tab-stops): New.
7655         (ruler-mode-fill-column-help-echo, ruler-mode-comment-column-help-echo)
7656         (ruler-mode-goal-column-help-echo): New help strings.
7657         (ruler-mode-ruler): Use `ruler-mode-ruler-help-echo-when-goal-column'
7658         instead of `ruler-mode-ruler-help-echo' if `goal-column' is set.
7659         Show `comment-column' and `goal-column'.  Echo the different help
7660         string for each *-column characters on the ruler.
7662 2003-01-13  Richard M. Stallman  <rms@gnu.org>
7664         * apropos.el (apropos-documentation-property): New function.
7665         (apropos): Use apropos-documentation-property.
7667         * files.el (mode-line-process): Mark as risky.
7669         * help.el (where-is): Catch errors in indirect-function.
7671         * server.el (server-process-filter): Comment out -eval.
7672         Don't switch buffers if inside isearch or minibuffer.
7674         * progmodes/compile.el (compilation-revert-buffer):
7675         If buffer has a file, revert it in the normal way.
7677         * term/x-win.el: Require fontset conditionally again.
7679 2003-01-13  Kim F. Storm  <storm@cua.dk>
7681         * ido.el (ido-enable-tramp-completion): New defcustom.
7682         (ido-enter-single-matching-directory): Change default to 'slash.
7683         (ido-is-tramp-root): New defun.
7684         (ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
7685         (ido-may-cache-directory, ido-final-slash, ido-read-internal)
7686         (ido-complete, ido-make-file-list1, ido-make-dir-list1):
7687         Handle tramp completion.
7688         (ido-file-name-all-completions1): New defun for tramp completion.
7689         (ido-file-name-all-completions): Use it.
7690         (ido-set-matches1): Relax matching of text with trailing slash.
7691         (ido-exhibit): Handle tramp completion.
7692         Simplified code using nested cond forms using new `refresh' var.
7693         Fixed handling of /~user/ paths.
7695 2003-01-12  Andreas Schwab  <schwab@suse.de>
7697         * arc-mode.el (archive-mode-map): Use command remapping instead of
7698         substitute-key-definition.
7699         * emerge.el (emerge-setup-fixed-keymaps): Likewise.
7700         * msb.el (msb-mode-map): Likewise.
7701         * forms.el (forms--change-commands): Likewise.
7702         * hexl.el (hexl-mode-map): Likewise.
7703         * mail/mailabbrev.el (Commentary): Likewise.
7704         * play/decipher.el (decipher-mode-map): Likewise.
7705         * play/gomoku.el (gomoku-mode-map): Likewise.
7706         * play/landmark.el (lm-mode-map): Likewise.
7707         * play/solitaire.el (solitaire-mode-map): Likewise.
7708         * progmodes/sh-script.el (sh-mode-map): Likewise.
7709         * textmodes/picture.el (picture-substitute): Likewise.
7711         * ielm.el (inferior-emacs-lisp-mode):
7712         Bind comint-dynamic-complete-functions locally.
7714         * buff-menu.el (Buffer-menu-select): Fix for effect of header line.
7716 2003-01-11  Andreas Schwab  <schwab@suse.de>
7718         * textmodes/sgml-mode.el (sgml-font-lock-keywords-2): Add flag to
7719         merge with existing fontification.
7721 2003-01-11  Nick Roberts  <nick@nick.uklinux.net>
7723         * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type.
7724         (gud-reset): New function. Reset environment at end of debugging.
7725         (gud-sentinel): Call gud-reset or gdb-reset.
7726         (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.
7728         * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis
7729         to find out if variable shuld be dereferenced.
7730         (gud-display1): Exit if there is `No symbol'.
7731         (gdb-expressions-mode-map): Correction to key-binding.
7732         (gdb-reset): New function. Reset environment at end of debugging.
7733         (gdb-quit): Remove.
7735 2003-01-10  Dave Love  <fx@gnu.org>
7737         * international/code-pages.el (cp-make-coding-system): Fix last change.
7739 2003-01-10  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7741         * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
7742         use regexp-opt for readability.
7744 2003-01-10  Mark A. Hershberger  <mah@everybody.org>
7746         * xml.el (xml-parse-tag, xml-parse-attlist, xml-skip-dtd)
7747         (xml-parse-dtd, xml-parse-elem-type): Be more flexible in recognizing
7748         empty elements.
7750 2003-01-10  Luc Teirlinck  <teirllm@mail.auburn.edu>
7752         * progmodes/sh-script.el (sh-set-shell): Make sh-shell-file the default
7753         shell.
7755 2003-01-09  John Wiegley  <johnw@gnu.org>
7757         * pcomplete.el (pcomplete-termination-string): Add a variable
7758         for modifying the string which is inserted after a completion or
7759         expansion using pcomplete.
7761 2003-01-09  Karl Berry  <karl@gnu.org>
7763         * sort.el (sort-regexp-fields): Pass noerror to re-search-forward,
7764         so that we don't fail if no records match record-regexp.
7766 2003-01-09  Markus Rost  <rost@math.ohio-state.edu>
7768         * cus-edit.el (customize-group, customize-group-other-window):
7769         Remove unnecessary calls to custom-load-symbol.
7770         (custom-group-value-create):
7771         Load widget deps if state is not hidden.  If widget deps are
7772         loaded, load them in advance.
7773         (custom-menu-create): If widget deps are loaded, load them earlier.
7775 2003-01-09  John Paul Wallington  <jpw@shootybangbang.com>
7777         * language/ethio-util.el (ethio-gemination)
7778         (exit-ethiopic-environment): Doc fixes.
7780         * language/viet-util.el (viet-encode-viqr-region)
7781         (viet-decode-viqr-region, viet-encode-viqr-buffer)
7782         (viet-decode-viqr-buffer): Doc fixes.
7784 2003-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7786         * paths.el: Remove gnus-startup-file.
7788 2003-01-08  Bill Wohler  <wohler@newt.com>
7790         * mail/mh-alias.el, mail/mh-customize.el, mail/mh-identity.el,
7791         mail/mh-loaddefs.el, toolbar/alias.pbm, toolbar/alias.xpm: Added.
7793         * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
7794         mail/mh-index.el, mail/mh-mime.el, mail/mh-pick.el,
7795         mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
7796         mail/mh-xemacs-compat.el: Upgraded to MH-E version 7.1.
7798 2003-01-08  Kim F. Storm  <storm@cua.dk>
7800         * mail/undigest.el (unforward-rmail-message): Don't use global
7801         variable `n'.
7803 2003-01-08  Francesco Potort\e,Al\e(B  <pot@gnu.org>
7805         * mail/undigest.el (unforward-rmail-message): Simplified.
7806         No functional change.
7808 2003-01-07  Markus Rost  <rost@math.ohio-state.edu>
7810         * custom.el (custom-autoload, custom-variable-p): New functions.
7812         * emacs-lisp/autoload.el (make-autoload):
7813         Generate custom-autoload for autoloaded defcustoms.
7815         * help-fns.el (describe-variable): Use custom-variable-p.
7817         * simple.el (set-variable): Load deps of custom variables without type.
7819         * cus-edit.el (custom-variable-prompt): Doc change.
7820         Use custom-variable-p.
7821         (customize-option): Remove search in loaddefs.el.
7822         (customize-apropos):  Use custom-variable-p.
7823         (custom-save-variables): Use custom-variable-p to detect
7824         non-rogue variables.
7826 2003-01-07  Francesco Potort\e,Al\e(B  <pot@gnu.org>
7828         * mail/undigest.el (unforward-rmail-message): Skip all newlines
7829         after the initial separator.
7830         (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
7831         instead of Forwarded-from: and Forwarded-date:.
7833 2003-01-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
7835         * dired.el (dired-garbage-files-regexp): Add `.aux$'.  These are
7836         produced by TeX.
7838 2003-01-07  Andre Spiegel  <spiegel@gnu.org>
7840         * vc-rcs.el (vc-rcs-checkout): Fix the check whether we are on a
7841         branch.
7843 2003-01-06  Dave Love  <fx@gnu.org>
7845         * textmodes/ispell.el (lookup-words): Cope with null lookup-dict.
7847         * language/chinese.el ("Chinese-EUC-TW"): New.
7849 2003-01-06  John Paul Wallington  <jpw@shootybangbang.com>
7851         * mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
7853 2003-01-05  Richard M. Stallman  <rms@gnu.org>
7855         * obsolete/uncompress.el: Display message that this pkg is obsolete.
7857         * isearch.el (isearch-repeat): Error if try to repeat search and
7858         there was no previous search.
7860         * dired.el (dired-recursive-deletes): Fix custom type.
7862         * dabbrev.el (dabbrev--substitute-expansion):
7863         Convert all whitespace to single spaces,
7864         except when it's carried over from the existing text.
7866         * simple.el (split-line): Clean up implementation.
7868         * mail/rmail.el (rmail-font-lock-keywords): Discard code to match
7869         both cases.
7870         (rmail-variables): Specify case-insensitive matching for font-lock.
7872 2003-01-05  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
7874         * mail/sendmail.el (mail-font-lock-keywords):
7875         * mail/rmail.el (rmail-font-lock-keywords): Match multiline
7876         In-Reply-To and X-*.
7878 2003-01-05  Mark A. Hershberger  <mah@everybody.org>
7880         * xml.el (xml-substitute-special): Check for &amp last.
7882 2003-01-05  Dave Love  <fx@gnu.org>
7884         * buff-menu.el (Buffer-menu-execute): Fix for effect of header line.
7886 2003-01-05  Dave Love  <fx@gnu.org>
7888         * international/mule-diag.el (non-iso-charset-alist):
7889         Add vietnamese-tcvn.
7891         * international/mule-cmds.el (locale-language-names):
7892         Use Croatian, Swedish.
7894 2003-01-05  Andreas Schwab  <schwab@suse.de>
7896         * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer name.
7898 2003-01-05  Dave Love  <fx@gnu.org>
7900         * language/european.el ("Latin-6", "Croatian"): New.
7901         ("Latin-7"): Fix nonascii-translation.  Add input method.
7902         ("Lithuanian", "Latvian"): Add nonascii-translation.
7903         ("German", "Spanish", "Dutch", "Welsh", "Swedish"):
7904         Fix nonascii-translation.
7906         * language/georgian.el ("Georgian"): Fix nonascii-translation.
7908         * international/mule-cmds.el (set-locale-environment):
7909         Ignore empty values of environment variables.
7911         * emacs-lisp/byte-opt.el (byte-optimize-nth)
7912         (byte-optimize-nthcdr): Fix for case of wrong-length forms.
7914 2003-01-04  Nick Roberts  <nick@nick.uklinux.net>
7916         * gdb-ui.el: Acknowledge Tom Lord as author of gdba.el.
7917         Use let construction to bind buffer-read-only to nil.
7918         (gdba): 'set height 0' in GDB.
7919         (gdb-display-end, gdb-frame-handler): Corrections to forming
7920         full expression name for header-line in display frame.
7921         (gdb-info-breakpoints-custom): Highlight breakpoints since
7922         they may be clicked on with mouse-2.
7923         (gdb-quit): Delete frames of displayed expressions when quitting.
7924         (gdb-delete-frames): New function.
7925         (gdb-source-info): Don't create stack buffer automatically.
7927 2003-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
7929         * xml.el (xml-substitute-special): Move "&amp;" -> "&" last.
7931 2003-01-04  Kim F. Storm  <storm@cua.dk>
7933         * simple.el (split-line): If present, copy fill-prefix from
7934         current line to new line.  Don't copy if prefix arg.
7935         From Lisp, arg may be an alternative prefix string to copy.
7936         Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
7938         * mail/sendmail.el (mail-split-line): New function.
7939         (mail-mode-map): Remap split-line to mail-split-line.
7941 2003-01-03  Dave Love  <fx@gnu.org>
7943         * emacs-lisp/find-func.el (find-variable-noselect): Make it work
7944         with new load-history format.
7946         * international/mule-cmds.el (sort-coding-systems):
7947         Adjust priority of utf-16 and x-ctext.
7949         * international/utf-8.el (utf-translate-cjk):
7950         Call optimize-char-coding-system-table.
7952         * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
7953         Call optimize-char-coding-system-table.
7955         * international/mule.el (register-char-codings): Don't call
7956         optimize-char-coding-system-table here.
7957         (keyboard-coding-system): Doc fix.  Update :version.
7959         * textmodes/nroff-mode.el (nroff-mode-hook): Customize.
7960         (nroff-imenu-expression): New.
7961         (nroff-mode): Use it.
7963         * autoinsert.el (auto-insert-alist): Add man page skeleton.
7965 2003-01-03  Andre Spiegel  <spiegel@gnu.org>
7967         * vc-rcs.el (vc-rcs-revert): Unlock only if the user does have
7968         the lock.
7970 2003-01-03  Kim F. Storm  <storm@cua.dk>
7972         * emulation/cua-base.el (cua--pre-command-handler):
7973         Corrected handling of delete-selection properties.
7975 2003-01-03  John Paul Wallington  <jpw@shootybangbang.com>
7977         * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a
7978         documentation string when `sym' is non-nil.
7980 2003-01-02  Steven Tamm  <steventamm@mac.com>
7982         * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
7983         Have scroll bars correctly default to being on the right for Mac
7984         Carbon port by testing "mac-carbon" feature, not window-system.
7986 2003-01-02  Markus Rost  <rost@math.ohio-state.edu>
7988         * cus-edit.el (customize-group, customize-group-other-window):
7989         Call custom-load-symbol unconditionally.
7990         (customize-face, customize-face-other-window): Fix format arg.
7992 2003-01-02  John Paul Wallington  <jpw@shootybangbang.com>
7994         * menu-bar.el (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
7995         to `left'.
7997 2003-01-01  Richard M. Stallman  <rms@gnu.org>
7999         * mail/rmail.el (rmail-reply): Don't call mail-strip-quoted-names.
8001         * files.el (backup-buffer): Cope if file-modes returns nil.
8003 2002-12-30  Steven Tamm  <steventamm@mac.com>
8005         * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
8006         Have scroll bars correctly default to being on the right for Mac
8007         Carbon port
8009 2002-12-29  Nick Roberts  <nick@nick.uklinux.net>
8011         * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression).
8012         (gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
8013         (gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
8014         (gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
8015         (gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
8016         (gdb-delete-disp-this-line): Rename (gdb-delete-display).
8017         (gud-gdba-marker-filter): Remove unnecessary save-match-data.
8018         (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
8019         (gdb-frames-mouse-select): Simplify.
8020         Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
8021         consistent with other modes in emacs.
8022         (gdb-display-source-buffer): Return window of source buffer
8023         for (gud-display-line).
8025 2002-12-29  Markus Rost  <rost@math.ohio-state.edu>
8027         * button.el (defface button): Add group.
8029         * cus-edit.el (customize-browse): Call `widget-setup'.
8031 2002-12-29  Andreas Schwab  <schwab@suse.de>
8033         * Makefile.in: Generate cus-load.el and finder-inf.el in the
8034         source directory.  Change dependencies on lisp files to explicitly
8035         use $(lisp).
8036         (compile-calc): Fix command substitution.
8037         * cus-dep.el (generated-custom-dependencies-file): New variable.
8038         (custom-make-dependencies): Use it instead of hardcoding cus-load.el.
8039         * finder.el (generated-finder-keywords-file): New variable.
8040         (finder-compile-keywords): Use it instead of hardcoding finder-inf.el.
8042 2002-12-28  Richard M. Stallman  <rms@gnu.org>
8044         * info-look.el (info-lookup): Fix error message typo.
8046         * comint.el (comint-mode): Locally set scroll-conservatively.
8047         (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
8048         is active only when point is at end.
8050         * dired.el (dired-goto-file): Handle \ and ^M quoted by backslash.
8051         Fix error message.
8053         * files.el (find-file-noselect-1): Kill local value of `cursor-type'.
8055         * simple.el (repeat-complex-command): Signal real error on failure.
8057 2002-12-28  Andreas Schwab  <schwab@suse.de>
8059         * progmodes/make-mode.el (makefile-font-lock-keywords):
8060         Highlight automatic variable references enclosed in parens and
8061         optionally suffixed by F or D.
8063 2002-12-27  Miles Bader  <miles@gnu.org>
8065         * info.el (Info-complete-menu-item): Make `Info-complete-cache' a
8066         buffer-local variable.
8068 2002-12-26  Markus Rost  <rost@math.ohio-state.edu>
8070         * cus-edit.el (customize-group-other-window): Use pop-to-buffer in
8071         the same way as `custom-buffer-create-other-window'.
8072         (customize-variable-other-window, customize-option-other-window):
8073         Definitions moved up.
8075 2002-12-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
8077         * net/tramp*.el: Sync with upstream version 2.0.28.  Bugfixes.
8078         * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
8079         tramp.el.  From Michael Albinus.
8080         * net/tramp-smb.el: New file for using smbclient to access
8081         Windows shares with Tramp.  From Michael Albinus.
8083 2002-12-26  Andreas Schwab  <schwab@suse.de>
8085         * international/mule-cmds.el (select-safe-coding-system): Fix typo.
8087 2002-12-26  Andre Spiegel  <spiegel@gnu.org>
8089         * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
8090         order to get the latest version on the current branch.
8091         Update documentation of vc-BACKEND-checkout to explain this.
8093         * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV.
8094         (vc-rcs-checkin): By default, specify the current workfile
8095         branch as the check-in revision.
8097         * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV.
8099         * vc-sccs.el (vc-sccs-checkout): Likewise.
8101 2002-12-26  Nick Roberts  <nick@nick.uklinux.net>
8103         * gdb-ui.el (gdb-info-display-custom): Ensure that frames/buffers
8104         of displayed expressions are deleted when the displayed expressions
8105         are deleted.
8106         (gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer
8107         deletion is handled by gdb-info-display-custom now.
8108         (gdb-source-info): Undo earlier change (do create display buffer
8109         automatically).
8111 2002-12-25  Markus Rost  <rost@math.ohio-state.edu>
8113         * cus-edit.el (custom-save-faces): Fix typo.
8115 2002-12-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
8117         * mail/undigest.el (unforward-rmail-message): Do not assume that
8118         the forwarded message's Date: header comes after From:.  Use a
8119         Forwarded-from: rather than a Forwarded-by: header.  Add a
8120         Forwarded-date: header.
8122 2002-12-23  Nick Roberts  <nick@nick.uklinux.net>
8124         * gdb-ui.el (gdb-display-number-end): Make auto-display of
8125         expressions in GDB work on text-only terminals.
8126         (gdb-post-prompt): Compute current frame properly.
8127         (gdb-get-current-frame, gdb-frame-handler): New functions.
8128         (gdb-source-info): Move last statement into if clause.
8129         Tidy, improve documentation.
8131 2002-12-23  Richard M. Stallman  <rms@gnu.org>
8133         * emacs-lisp/checkdoc.el: Don't define a name for the minor mode menu.
8135         * emacs-lisp/easymenu.el (easy-menu-do-define): Handle nil for SYMBOL.
8136         (easy-menu-define): Doc fix, say SYMBOL can be nil.
8138         * window.el (save-selected-window): Save and restore
8139         selected windows of all frames.
8141         * cus-start.el (scroll-up-aggressively, scroll-down-aggressively):
8142         Update custom types.
8144 2002-12-23  Alex Schroeder  <alex@emacswiki.org>
8146         Merging Dave Love <fx@gnu.org>'s custom_themes branch containing
8147         Alex Schroeder's adaptation of Jan Vroonhof
8148         <vroonhof@math.ethz.ch>'s code.  Doc strings corrected by RMS.
8150         * cus-edit.el (customize-save-variable): Take themes into account.
8151         (custom-variable-save): Take themes into account.
8152         (custom-variable-reset-saved): Add comment-widget.
8153         (custom-variable-reset-standard): Add comment-widget.
8154         (custom-variable-reset-standard): Take themes into account.
8155         (custom-face-save): Take themes into account.
8156         (custom-face-reset-standard): Take themes into account.
8157         (custom-save-variables): Take themes into account.
8158         (custom-save-faces): Take themes into account.
8159         (custom-save-resets): New function.
8160         (custom-save-loaded-themes): New function.
8161         (customize-save-customized): Take themes into account.
8163         * cus-face.el (custom-set-faces): Call custom-theme-set-faces.
8164         (custom-theme-set-faces): New function.
8165         (custom-theme-face-value): New function.
8166         (custom-theme-reset-internal-face): New function.
8167         (custom-theme-reset-faces): New function.
8168         (custom-reset-faces): New function.
8170         * custom.el (custom-known-themes): New variable.
8171         (custom-declare-theme): New function.
8172         (deftheme): New macro.
8173         (custom-make-theme-feature): New function.
8174         (custom-theme-p): New function.
8175         (custom-check-theme): New function.
8176         (custom-push-theme): New function.
8177         (custom-theme-set-variables): Take themes into account.
8178         (custom-loaded-themes): New variable.
8179         (custom-theme-loaded-p): New function.
8180         (provide-theme): New function.
8181         (require-theme): New function.
8182         (custom-remove-theme): New function.
8183         (custom-do-theme-reset): New function.
8184         (custom-theme-load-themes): New function.
8185         (custom-load-themes): New function.
8186         (custom-theme-value): New function.
8187         (custom-theme-variable-value): New function.
8188         (custom-theme-reset-internal): New function.
8189         (custom-theme-reset-variables): New function.
8190         (custom-reset-variables): New function.
8192         * cus-theme.el: New file.
8194 2002-12-23  Matthew Swift  <swift@alum.mit.edu>
8196         * emacs-lisp/rx.el (rx-and): Generate a shy group.
8197         Specify `no-group' when calling rx-to-string.
8198         (rx-submatch): Specify `no-group' when calling rx-to-string.
8199         (rx-kleene): Use rx-atomic-p to decide whether to make a group.
8200         (rx-atomic-p): New function.
8202 2002-12-23  Kevin Ryde  <user42@zip.com.au>
8204         * info-look.el (info-lookup): For ease of use try item
8205         case-insensitive if not found case-sensitive.
8206         Do case sensitive search in index nodes, so items differing only in
8207         case go correctly to their respective nodes.
8209 2002-12-22  Richard M. Stallman  <rms@gnu.org>
8211         * subr.el (add-to-invisibility-spec): If it was t, start it out at (t).
8213         * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header):
8214         Add defvars.
8216         * textmodes/tex-mode.el (tex-print): Call shell-quote-argument
8217         on the file name.
8219         * textmodes/outline.el (outline-next-visible-heading):
8220         When going forward, test outline-invisible-p at start of header.
8222 2002-12-22  Kevin Ryde  <user42@zip.com.au>
8224         * textmodes/makeinfo.el (makeinfo-buffer): Display result using
8225         Info-mode.
8226         (makeinfo-compilation-sentinel-buffer, makeinfo-current-node):
8227         New functions.
8228         (makeinfo-compile): Add a sentinel parameter.
8229         (makeinfo-compilation-sentinel-region): Renamed from
8230         makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
8231         (makeinfo-region): Use this.
8232         * info.el (Info-revert-find-node): New function.
8234 2002-12-22  Nick Roberts  <nick@nick.uklinux.net>
8236         * tooltip.el (tooltip-gud-tips): Output tooltip without switching
8237         process filter (gdba in gdb-ui.el only).
8238         (gdb-tooltip-print): New function.
8239         (tooltip-gud-process-output): Undo previous change.
8240         (tooltip-strip-annotations): Remove.
8242 2002-12-22  Zoltan Kemenczy  <zoltan@ieee.org>
8244         * gud.el (gud-menu-map): Add jdb support for "run".
8245         (gud-jdb-find-source-using-classpath): Use 'identity.
8246         (gud-jdb-marker-filter): Marker regexp and filename filtering
8247         change to support a backwards-incompatible change in Sun's jdb
8248         line number display in SDK versions 1.4.
8249         (gud-format-command): gud-find-class now requires two
8250         parameters (file and linenumber).
8251         (gud-find-class): Bulk of the change related to using c-syntactic
8252         symbols to locate nested class declarations in java sources
8253         visited by java-mode (cc-mode).
8255 2002-12-21  Nick Roberts  <nick@nick.uklinux.net>
8257         * gdb-ui.el: Remove the concept of an instance. This means that
8258         a lot of functions have been renamed. Accessors are prefixed with
8259         gdb-get, setters with gdb-set and the word instance has been
8260         removed from many function and variable names.
8261         (gdb-display-buffer): Protect source buffer as well
8262         as GUD buffer when requesting new buffers.
8263         (gdb-source-info): Two changes : Don't create display buffer
8264         automatically, compute source window correctly.
8266 2002-12-21  Richard M. Stallman  <rms@gnu.org>
8268         * man.el (Man-getpage-in-background): Put GROFF_NO_SGR in env.
8270         * ls-lisp.el (original-insert-directory): Make this a variable,
8271         don't set its function definition.
8272         (insert-directory): Use funcall to call that function.
8274         * bindings.el (help-echo): Change tooltip string.
8276         * chistory.el (command-history-map): Move definition up.
8278         * faces.el (help-xref-stack): Add defvar to avoid warning.
8280 2002-12-21  Andreas Schwab  <schwab@suse.de>
8282         * dired.el (dired-insert-directory): Preserve text properties
8283         when quoting.
8285 2002-12-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
8287         * mail/undigest.el (rmail-mail-separator): Renamed from
8288         rmail-digest-mail-separator.  All users changed.
8289         (unforward-rmail-message): Rewritten to be more robust and to
8290         additionally account for the common style of forwarding messages
8291         by citing them entirely with headers.
8293 2002-12-18  Dave Love  <fx@gnu.org>
8295         * international/utf-8-subst.el: Deleted.
8297         * international/ucs-tables.el (ucs-fragment-8859): Don't modify
8298         char-coding-system-table elements destructively.
8299         Use optimize-char-coding-system-table.
8301         * international/mule.el (optimize-char-coding-system-table): New.
8302         (register-char-codings): Use it.
8304         * international/utf-8.el (ucs-mule-cjk-to-unicode)
8305         (ucs-unicode-to-mule-cjk): Revert last change.
8306         (utf-subst-table-for-encode): Initially use ucs-mule-cjk-to-unicode.
8307         (utf-subst-table-for-decode): Initially use ucs-unicode-to-mule-cjk.
8308         (utf-fragment-on-decoding, utf-translate-cjk): Don't modify
8309         char-coding-system-table elements destructively.
8310         (utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
8311         ucs-unicode-to-mule-cjk to new hash tables with realistic parameters.
8313 2002-12-18  John Paul Wallington  <jpw@shootybangbang.com>
8315         * info.el (Info-dir-remove-duplicates): Avoid infloop when
8316         deleting last entry.
8318 2002-12-17  Nick Roberts  <nick@nick.uklinux.net>
8320         * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and
8321         rename gud-gdba-marker-filter.
8322         (gdb-append-to-inferior-io): Only pop up IO buffer if there is output.
8323         (gdb-make-instance): Remove (put into gdba).
8324         Use gdb-instance-enqueue-input instead of
8325         gdb-instance-enqueue-idle-input for user functions.
8326         (gdb-instance-target-string): Simplify.
8327         (in-gdb-instance-context): Remove.
8328         Expand Commentary.
8330 2002-12-17  Kenichi Handa  <handa@m17n.org>
8332         * international/mule.el (set-file-name-coding-system): New function.
8334         * international/mule-cmds.el (mule-keymap, set-coding-system-map):
8335         Add bindings for set-file-name-coding-system.
8337 2002-12-17  Kenichi Handa  <handa@m17n.org>
8339         * international/mule-cmds.el (universal-coding-system-argument):
8340         Bind coding-system-require-warning to t.
8341         (select-safe-coding-system): Handle t in the arg
8342         DEFAULT-CODING-SYSTEM specially.  Use read-coding-system to read a
8343         coding-system to allow users to specify unsafe coding system on
8344         their risk.
8346 2002-12-16  Francesco Potort\e,Al\e(B  <pot@gnu.org>
8348         * mail/undigest.el (rmail-digest-methods)
8349         (rmail-digest-mail-separator): New variables.
8350         (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
8351         (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
8352         (rmail-digest-parse-rfc934): New functions.
8353         (undigestify-rmail-message): Completely rewritten.
8355 2002-12-16  Kim F. Storm  <storm@cua.dk>
8357         * ido.el (ido-read-file-name): Remove debug message.
8359 2002-12-16  Daniel Pfeiffer  <occitan@esperanto.org>
8361         * buff-menu.el (Buffer-menu, Buffer-menu-use-header-line)
8362         (Buffer-menu-buffer-face, Buffer-menu-buffer+size-width)
8363         (Buffer-menu-mode-width): New customization.
8364         (Buffer-menu-sort-column): New var.
8365         (Buffer-menu-no-header): New function for not changing header line and
8366         recognizing swapped M&R columns, used by modifying commands in Buffer
8367         Menu.
8368         (Buffer-menu-buffer+size): New function for variable width buffer name.
8369         (list-buffers-noselect): Rewritten for nicer menu.
8371 2002-12-16  Markus Rost  <rost@math.ohio-state.edu>
8373         * filesets.el (filesets-build-menu-now): Don't clear messages.
8375         * allout.el: Avoid name conflicts with outline.el.
8376         Replace globally string "outline-" with string "allout-".
8377         Replaced 1446 occurrences; there was no string "allout-" before the
8378         change and there seems to be no dependency on outline.el.
8379         Put `quotes' around many function and variable names.
8380         Doc changes to adjust to the change to prefix "allout-".
8381         Don't provide `outline'.  Use " Allout" as mode line string,
8382         not " Outl".  Put group `allout' in group `editing'.
8383         Update Copyright notice.  Autoload `allout-init'.
8384         (allout-init): Give report also in case auto-activation was inhibited.
8385         (my-mark-marker): Test for feature `xemacs' instead of a string parse.
8387 2002-12-16  Stefan Monnier  <monnier@cs.yale.edu>
8389         * xml.el (xml-parse-tag): Allow spaces between / and >.
8391 2002-12-15  David Kastrup  <David.Kastrup@t-online.de>
8393         * emacs-lisp/autoload.el (autoload-ensure-default-file):
8394         Insert missing space in file end comment.
8396 2002-12-15  Simon Josefsson  <jas@extundo.com>
8398         * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
8399         user-mail-address as sender.
8401 2002-12-15  Dave Love  <fx@gnu.org>
8403         * international/mule-cmds.el (standard-keyboard-coding-systems):
8404         Delete.
8405         (set-locale-environment): Don't use it.
8407         * international/utf-8.el (ucs-mule-cjk-to-unicode)
8408         (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
8409         (utf-subst-table-for-decode): Specify :size, :rehash-size.
8410         (utf-translate-cjk): :set rewritten to load subst-... files.
8411         Add :set-after.
8412         (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
8414 2002-12-15  Gustav H\e,Ae\e(Bllberg  <gustav@virtutech.se>  (tiny change)
8416         * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
8417         buffer as modified unless it really is.
8419 2002-12-14  Andreas Schwab  <schwab@suse.de>
8421         * wid-edit.el (widget-move): Don't loop infinitely when there is
8422         no field or button.
8424 2002-12-13  Stefan Monnier  <monnier@cs.yale.edu>
8426         * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
8427         (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
8428         Undo 2002/09/27 change because kill-buffer-hook is not
8429         permanent-local.
8431         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8432         Optimize the remaining part of for-effect and/or expressions.
8434 2002-12-13  Markus Rost  <rost@math.ohio-state.edu>
8436         * emacs-lisp/easy-mmode.el (define-minor-mode):
8437         Use `custom-current-group'. Pass all groups to the hook.
8438         (easy-mmode-define-global-mode): Use `custom-current-group'.
8440         * international/mule-cmds.el (current-language-environment):
8441         Set type according to `language-info-alist' also here.
8443         * progmodes/compile.el (compilation-menu-map):
8444         Use `kill-compilation' to stop compilation.
8446 2002-12-13  Kenichi Handa  <handa@m17n.org>
8448         * language/european.el (encode-mac-roman): Fix last change.
8450         * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
8451         (ccl-encode-alternativnyj): Fix last change.
8453 2002-12-13  Nick Roberts  <nick@nick.uklinux.net>
8455         * gdb-ui.el: Improve documentation strings.
8456         (gdb-many-windows): Set default value to nil.
8458 2002-12-12  Dave Love  <fx@gnu.org>
8460         * international/subst-big5.el, international/subst-gb2312.el:
8461         * international/subst-jis.el, international/subst-ksc.el: New.
8463         * custom.el (defcustom, custom-set-variables): Doc fix.
8465         * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
8466         things protected by `(if (fboundp ...' or `(if (boundp ...'.
8468         * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
8470 2002-12-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
8472         * progmodes/fortran.el (fortran-mode-abbrev-table):
8473         Handle `define-abbrev' with either 5 or 6 arguments.
8475 2002-12-12  Markus Rost  <rost@math.ohio-state.edu>
8477         * international/mule-cmds.el (set-language-info):
8478         Update custom-type of `current-language-environment'.
8479         (current-language-environment): Fix custom type.
8481 2002-12-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8483         * progmodes/antlr-mode.el (antlr): New URL.
8485 2002-12-10  R. Bernstein  <rocky@panix.com>
8487         * gud.el (bashdb): Prompt now included parenthesis for subshell levels.
8488         Fix erroneous print expression command, and fix typos.
8489         (perldb): Undo previous change in prompt regexp.
8491 2002-12-10  Steven Tamm  <steventamm@mac.com>
8493         * generic-x.el (javascript-generic-mode): Added C style block
8494         comments as used in ECMA-262 standard.
8496 2002-12-10  Kenichi Handa  <handa@m17n.org>
8498         * language/european.el ("Swedish"): Change tutorial file name to
8499         TUTORIAL.sv in this langauge environment..
8501 2002-12-09  John Paul Wallington  <jpw@shootybangbang.com>
8503         * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
8504         disable it buffer-locally.
8505         (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
8506         `eventpt' and point.
8508         * ibuf-ext.el (ibuffer-remove-duplicates): New function.
8509         (ibuffer-set-filter-groups-by-mode): Use it instead of
8510         `delete-duplicates' so we don't require cl library at runtime.
8511         (ibuffer-insert-filter-group-before): Don't use `position' so we
8512         don't require cl library at runtime.
8514         * chistory.el (command-history-mode): Add interactive spec.
8515         Improve doc string.
8517 2002-12-09  Richard M. Stallman  <rms@gnu.org>
8519         * isearch.el (isearch-no-upper-case-p): \\ only quotes one character.
8521 2002-12-09  Markus Rost  <rost@math.ohio-state.edu>
8523         * mwheel.el (mouse-wheel-scroll-amount): Revert previous change -
8524         customize type 'float is now defined.
8526 2002-12-09  Dave Love  <fx@gnu.org>
8528         * international/code-pages.el (mik, pt154): New coding systems.
8530         * international/ucs-tables.el: Fix properly.
8532 2002-12-09  Andreas Schwab  <schwab@suse.de>
8534         * international/ucs-tables.el: Fix last change.
8536 2002-12-09  Kenichi Handa  <handa@m17n.org>
8538         * international/titdic-cnv.el (titdic-convert): Process the
8539         header part in multibyte mode.
8541 2002-12-08  Dave Love  <fx@gnu.org>
8543         * international/code-pages.el (mule-diag): Move where it's required.
8545         * international/ucs-tables.el: Add latin-jisx0201 characters.
8546         Fix translation-table-for-input for lao, thai, tibetan.
8548 2002-12-08  Andreas Schwab  <schwab@suse.de>
8550         * files.el (insert-directory): Insert free space only when
8551         listing a full directory.
8553 2002-12-08  Nick Roberts  <nick@nick.uklinux.net>
8555         * gdb-ui.el : Remove inappropriate key-bindings.
8556         (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
8557         Parse correctly when breakpoint has no line number.
8558         (def-gdb-auto-update-handler, gdb-info-locals-handler),
8559         (gdb-display-end): Avoid using insert-buffer.
8560         (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
8562 2002-12-07  Richard M. Stallman  <rms@gnu.org>
8564         * progmodes/compile.el (compilation-enter-directory-regexp-alist)
8565         (compilation-leave-directory-regexp-alist): Match byte compiler output.
8567         * emacs-lisp/cl-macs.el: Add local variable list
8568         to turn off cl-function warnings.
8570         * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
8571         elements in load-history.
8572         (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
8573         and cl-struct-setf-expander.
8575         * emacs-lisp/autoload.el (autoload-print-form-outbuf):
8576         New variable.
8577         (autoload-print-form): Use autoload-print-form-outbuf.
8578         (generate-file-autoloads): Bind autoload-print-form-outbuf.
8580         * calendar/calendar.el (calendar-day-name): Move defn down.
8582         * speedbar.el (speedbar-directory-buttons-follow):
8583         Don't use directory-sep-char.
8585 2002-12-06  Masatake YAMATO  <jet@gyve.org>  (tiny change)
8587         * register.el (describe-register-1): Use window-width
8588         to truncate string in a register.  Check whether the string
8589         in a register is an empty string or a sequence of white spaces.
8591 2002-12-07  Andreas Schwab  <schwab@suse.de>
8593         * faces.el (face-font-selection-order)
8594         (face-font-family-alternatives, face-font-registry-alternatives):
8595         Remove period from :tag value.
8597         * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video
8598         to :inverse-video.
8600 2002-12-07  Markus Rost  <rost@math.ohio-state.edu>
8602         * wid-edit.el (define-widget number): Clarify doc and error message.
8603         (define-widget float): New widget.
8605 2002-12-07  Andreas Schwab  <schwab@suse.de>
8607         * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo.
8609         * files.el (find-file-read-args): Reenable wildcard processing
8610         unconditionally.
8612 2002-12-06  Robert J. Chassell  <bob@rattlesnake.com>
8614         * textmodes/texinfmt.el (texinfo-format-scan): Handle new
8615         functions for copyright notice and copying permissions.
8616         (texinfo-copying, texinfo-insertcopying): New functions.
8618 2002-12-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8620         * textmodes/texinfmt.el (texinfo-format-ifxml)
8621         (texinfo-format-xml): New function.
8622         (ifxml, ifnotxml): New aliases.
8624 2002-12-06  Dave Love  <fx@gnu.org>
8626         * international/utf-8-subst.el: Revert last change.
8628 2002-12-06  Miles Bader  <miles@gnu.org>
8630         * info.el (Info-insert-dir): Make dir-node-cache variables
8631         buffer-local, so that killing the *info* buffer forces the
8632         dir-node to be rebuilt.
8634 2002-12-06  Markus Rost  <rost@math.ohio-state.edu>
8636         * finder.el (finder-compile-keywords): Don't insert a keyword to
8637         the generated file.
8639 2002-12-05  Andreas Schwab  <schwab@suse.de>
8641         * speedbar.el (speedbar-highlight-face): Fix face spec.
8643 2002-12-05  Stefan Monnier  <monnier@cs.yale.edu>
8645         * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
8646         gdb-proc with gud-comint-buffer instead.
8647         (gdb-proc): Remove.
8648         (def-gdb-var): Simplify.
8649         (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
8650         Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
8651         (gdb-goto-bp-this-line): Select the window while doing the goto-line.
8652         (gdb-info-locals-handler): Avoid replace-regexp.
8654         * calendar/calendar.el (facemenu-unlisted-faces): Only update
8655         after facemenu is loaded.
8656         (calendar-font-lock-keywords): Accept non-ASCII month names.
8657         Use regexp-opt.
8659         * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
8660         (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
8661         (gdba): Call `gdb' and then make modifications.
8662         Always call gdb-clear-inferior-io rather than just "the first time".
8663         (gud-break, gud-remove): Definitions moved to inside gdba.
8664         (gdb-target-name): Remove.  Use gud-target-name instead.
8665         (gdba-complete-filter, gdba-common-init): Remove.
8666         The changes were integrated into the generic code.
8668         * gud.el: Use match-string.
8669         (gud-menu-map): Re-fix gdb-running to gud-running.
8670         Activate up/down and finish for pdb.
8671         (gud-def): Use backquotes.
8672         (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
8673         (gud-gdb-complete-in-progress, gud-gdb-complete-string)
8674         (gud-gdb-complete-break, gud-gdb-complete-list):
8675         Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
8676         gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
8677         (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
8678         Add a `filter' argument and run it on `string'.
8679         (gud-gdb-run-command-fetch-lines): Use it instead of
8680         gud-gdb-speedbar-stack-filter.  Add a `skip' arg.
8681         Return the fetched lines.
8682         (gud-gdb-complete-command): Use it instead of cooking up
8683         something by hand using gud-gdb-complete-filter.
8684         (gud-gdb-get-stackframe): Use the new calling convention of
8685         gud-gdb-run-command-fetch-lines.
8686         (gud-gdb-fetched-stack-frame-list): Remove.
8687         (gud-gdb-speedbar-stack-filter): Remove.
8688         (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
8689         (gud-bashdb-command-name): Add "--debugger" argument here.
8690         (bashdb): Use default gud-find-file and don't bother with
8691         a massage-args function now that --debugger is make explicit.
8692         (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
8693         (bashdb): Don't provide.
8694         (gud-target-name): New var.
8695         (gud-common-init): Set it.
8696         Also reset gud-running and gud-last-last-frame.
8698 2002-12-05  Dave Love  <fx@gnu.org>
8700         * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
8701         mule-utf-16-le, mule-utf-16-be.
8703 2002-12-05  Richard M. Stallman  <rms@gnu.org>
8705         * textmodes/outline.el (outline-mode): Doc fix.
8707 2002-12-05  Edward M. Reingold  <reingold@emr.cs.iit.edu>
8709         * calendar/solar.el (solar-atn2): Give correct quadrant for arctan.
8711 2002-12-05  Kenichi Handa  <handa@m17n.org>
8713         * international/titdic-cnv.el (quail-misc-package-ext-info):
8714         Remove duplicate entry for chinese-b5-quick.
8715         (batch-miscdic-convert): Don't try to call miscdic-convert on
8716         files in the directory just following the arg "-dir".
8718 2002-12-04  Stefan Monnier  <monnier@cs.yale.edu>
8720         * gdb-ui.el: Fold top-level `setq's and `define-key's into their
8721         corresponding defvar.
8722         (gdb-inferior-io-mode-map): New var.
8723         Add bindings to it rather than to comint-mode-map.
8724         (gdb-display-number-end): Use dolist.  Remove always-true test.
8725         (gdb-delete-line): Move and simplify.
8726         (gdb-display-end): Don't bother going to beg-of-line since we're there.
8727         (gdb-array-format1): Use dolist.
8728         (gdb-make-windows-menu, gdb-make-frames-menu):
8729         Move to top-level code.  Move the menus to within the GUD menu.
8730         Make the menus only appear in gdba mode.
8732         * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused).
8733         (gdb-inferior-io-mode): Use define-minor-mode.
8734         (gdb-source-info): Don't burp if there's no source file.
8735         (gdb-inferior-io-interrupt, gdb-inferior-io-quit)
8736         (gdb-inferior-io-stop, gdb-inferior-io-eof)
8737         (gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
8738         (gdb-display-stack-buffer, gdb-frame-stack-buffer)
8739         (gdb-display-registers-buffer, gdb-frame-registers-buffer)
8740         (gdb-display-locals-buffer, gdb-frame-locals-buffer)
8741         (gdb-display-display-buffer, gdb-frame-display-buffer)
8742         (gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
8743         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
8744         Remove the spurious left over arg from the "big reorg".
8746 2002-12-04  Richard M. Stallman  <rms@gnu.org>
8748         * gud.el (gud-menu-map): Update for bashdb.
8749         (perldb): Change prompt regexp.
8750         (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
8751         (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
8753         * progmodes/cc-vars.el: Simply require wid-edit and custom
8754         in eval-when-compile.
8756         * progmodes/cc-menus.el: Don't require imenu.
8758         * progmodes/cc-langs.el: Don't require cl.
8759         (c-delete-duplicates): New function.  Use instead of delete-duplicates.
8761         * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var):
8762         Add an else-clause to the if to avoid confused compiler warning.
8764         * tooltip.el (tooltip-gud-tips-p): Undo previous change.
8766 2002-12-03  Stefan Monnier  <monnier@cs.yale.edu>
8768         * gdb-ui.el: Get rid of (quote ..); use match-string and ignore.
8770         * gdb-ui.el (gdba, gdb-starting, gdb-stopped, gdb-quit):
8771         Update gdb-running -> gud-running.
8772         (gdba): Use the default for gud-find-file.
8773         (def-gdb-variable): Remove: fold into def-gdb-var.
8774         (def-gdb-var): Use buffer-local-value and with-current-buffer.
8776         * gud.el (gud-running): Rename from gdb-running.  Update uses.
8777         (gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
8778         tool-bar-add-item-from-menu to avoid let binding tool-bar-map
8779         which fails if tool-bar.el is loaded in the mean time.
8780         (gud-file-name): New fun.
8781         (gud-find-file): Use it as default value for gud-find-file.
8782         (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
8783         on gud-find-file.
8784         (gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
8785         (gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
8786         (gud-pdb-find-file, gud-jdb-find-file): Remove.
8787         (gud-query-cmdline): Don't stuff the whole cwd in the command.
8788         (gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
8789         (gud-mipsdbx-massage-args): Remove.
8790         (gud-dbx-command-name): New var.  Do what gud-mipsdbx-massage-args did.
8791         (gud-irixdbx-marker-filter): Use match-string and gud-file-name.
8792         (gud-jdb-command-name): New var.
8793         (gud-common-init): Re-instate RMS code of 11/13.
8795 2002-12-03  Dave Love  <fx@gnu.org>
8797         * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
8798         (ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
8799         (ucs-set-table-for-input): Use optional arg.  Check for null `cs'.
8801 2002-12-03  Andreas Schwab  <schwab@suse.de>
8803         * cus-edit.el (custom-display): Add checkbox for type mac.
8805         * whitespace.el (whitespace-highlight-face): Fix face spec.
8807 2002-12-02  Stefan Monnier  <monnier@cs.yale.edu>
8809         * simple.el (completion-setup-function): Fix last change to use
8810         minibuffer-completing-file-name instead.
8812         * add-log.el (change-log-mode): Set indent-line-function explicitly
8813         to what it was before indent-line-function's default was changed.
8815 2002-12-02  Richard M. Stallman  <rms@gnu.org>
8817         * textmodes/ispell.el (ispell-dict-map): Move specific
8818         dictionary selection into a submenu.
8820         * textmodes/fill.el (fill-indent-to-left-margin): New function.
8821         (fill-newline, fill-region-as-paragraph): Use that.
8823         * simple.el (completion-setup-function):
8824         Handle ffap-read-file-or-url-internal specially like
8825         read-file-name-internal.
8827 2002-12-02  Simon Marshall  <marshals@perth>
8829         * font-lock.el (c++-font-lock-extra-types): Fix previous change.
8831 2002-12-02  Fran\e,Ag\e(Bois Pinard  <pinard@iro.umontreal.ca>
8833         * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
8834         more make keywords:  defined, endef, override, export, unexport
8835         and vpath.
8837 2002-12-02  Dave Love  <fx@gnu.org>
8839         * autoarg.el (autoarg-kp-mode): Give it a :group.
8841 2002-12-02  Noah Friedman  <friedman@splode.com>
8843         * complete.el (PC-do-completion): Do not add wildcards to pattern
8844         unless filename is non-nil.
8846 2002-12-02  Andreas Schwab  <schwab@suse.de>
8848         * mwheel.el (mouse-wheel-scroll-amount): Fix customize type.
8850         * paren.el (show-paren-mismatch-face): Fix face spec.
8852 2002-11-30  Nick Roberts  <nick@nick.uklinux.net>
8854         * gdb-ui.el (gdb-many-windows): Define as a minor mode.
8855         (toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
8857         * tooltip.el (tooltip-gud-process-output): Handle annotations that
8858         are output with gdba in gdb-ui.el.
8859         (tooltip-strip-annotations): New function.
8861 2002-11-29  Dave Love  <fx@gnu.org>
8863         * autoarg.el (autoarg-mode): Give it a :group.
8865 2002-11-29  Bill Wohler  <wohler@newt.com>
8867         * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
8868         mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
8869         mail/mh-utils.el, mail/mh-xemacs-compat.el: Upgraded to MH-E
8870         version 7.0.
8872         * mail/mh-index.el, mail/mh-speed.el: New files for indexed
8873         searches and speedbar support in MH-E version 7.0.
8875         * toolbar/reply-all.pbm, toolbar/reply-all.xpm,
8876         toolbar/reply-from.pbm, toolbar/reply-from.xpm,
8877         toolbar/reply-to.pbm, toolbar/reply-to.xpm: New toolbar images for
8878         MH-E version 7.0.
8880 2002-11-29  Markus Rost  <rost@math.ohio-state.edu>
8882         * mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
8884 2002-11-29  Richard M. Stallman  <rms@gnu.org>
8886         * mail/rmail.el (rmail-convert-to-babyl-format):
8887         Make search for message delimiter case-sensitive.
8889         * simple.el (yank-window-start): New variable.
8890         (yank): Record yank-window-start
8891         (yank-pop): Use yank-window-start.
8893         * info.el (Info-additional-directory-list): Doc fix.
8895         * indent.el (indent-according-to-mode, indent-region): Doc fix.
8897         * tooltip.el (tooltip-gud-tips-p): Doc fix.
8899         * eshell/em-script.el: Require eshell.
8901         * eshell/esh-ext.el, eshell/em-cmpl.el: Require esh-util.
8903 2002-11-29  Kim F. Storm  <storm@cua.dk>
8905         * mwheel.el: Avoid accidental yanking of text while scrolling with
8906         the mouse wheel.  This adds a short period after each mouse wheel
8907         scroll event where a click on the mouse wheel button is ignored.
8908         (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
8909         (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
8910         (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
8911         (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
8912         Start mwheel-inhibit-click-event-timer with timeout handler
8913         mwheel-inhibit-click-timeout.
8915 2002-11-28  Nick Roberts  <nick@nick.uklinux.net>
8917         * tooltip.el (tooltip-gud-tips-setup): Remove.
8918         (tooltip-gud-debugger): Remove.
8919         (tooltip-gud-print-command): Use gud-minor mode instead of
8920         tooltip-gud-tips-setup and tooltip-gud-debugger.
8922         * gdb-ui.el (gdb-starting): Set gdb-running to t.
8923         (gdb-stopped): Set gdb-running to nil.
8924         (gdb-quit): Reset some variables including tool-bar-map.
8926         * gud.el (gdb-running): New variable.
8927         (gud-menu-map): Use gdb-running to grey out toolbar buttons
8928         with gdba in gdb-ui.el.
8929         (gud-tool-bar-map): Move to avoid byte compiler warning.
8931 2002-11-27  Jason Rumney  <jasonr@gnu.org>
8933         * files.el (file-truename): Canonicalize non-existent names on w32.
8935 2002-11-28  Kim F. Storm  <storm@cua.dk>
8937         * ido.el (ido-xemacs): Remove defvar.  All uses changed to
8938         check (featurep 'xemacs) instead.
8939         (ido-visit-buffer): Use select-frame-set-input-focus unconditionally.
8941 2002-11-27  Dave Love  <fx@gnu.org>
8943         * emacs-lisp/cl-macs.el: Move `predicates for analyzing Lisp
8944         forms' block to top (before uses).
8945         (help-fns): Don't require at top level.  (Recursively.)
8946         (cl-transform-lambda): Require help-fns.
8948 2002-11-26  Dave Love  <fx@gnu.org>
8950         * language/european.el (encode-mac-roman): Deal with unencodable
8951         characters.
8953         * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
8954         (ccl-encode-alternativnyj): Deal with unencodable characters.
8956         * international/code-pages.el (cp-make-coding-system): Deal with
8957         unencodable characters.
8959 2002-11-24  Richard M. Stallman  <rms@gnu.org>
8961         * mail/sendmail.el (mail-signature): Handle case where
8962         value of mail-signature is a string.
8964         * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item.
8966         * faces.el (face-set-after-frame-default): Ignore errors
8967         in face-spec-face-set.
8969         * cus-face.el (custom-declare-face): Add face-defface-spec
8970         prop after applying the face spec.
8972 2002-11-23  Nick Roberts  <nick@nick.uklinux.net>
8974         * tooltip.el (tooltip-gud-print-command): Add server prefix to the
8975         print command for gdb to keep it out of the command history.
8977         * gdb-ui.el: Major re-organisation. Simplify legacy gdba
8978         code to allow only one gdb process.
8980 2002-11-23  Markus Rost  <rost@math.ohio-state.edu>
8982         * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right
8983         place.  Add groups.
8985 2002-11-22  Simon Marshall  <marshals@perth>
8987         * font-lock.el (c++-font-lock-extra-types): Add various STL classes.
8989 2002-11-21  Nick Roberts  <nick@nick.uklinux.net>
8991         * gdb-ui.el : General tidying. Patches from Stefan Monnier.
8993 2002-11-20  Simon Josefsson  <jas@extundo.com>
8995         * play/morse.el (morse-code): Add non-ASCII characters, according
8996         to table at http://www.soton.ac.uk/~scp93ch/morse/.
8998 2002-11-21  Richard M. Stallman  <rms@gnu.org>
9000         * dired.el (dired-sort-inhibit): New variable.
9001         (dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
9003         * find-dired.el (find-dired): Set dired-sort-inhibit to t
9004         buffer-locally.
9006 2002-11-21  Eugene Exarevsky  <zheka@relex.ru>
9008         * progmodes/sql.el: Added LINTER support.
9009         (sql-linter-program): New variable.
9010         (sql-linter-options): New variable.
9011         (sql-mode-menu): Added Linter keywords.
9012         (sql-mode-linter-font-lock-keywords): New variable.
9013         (sql-highlight-linter-keywords): New function.
9014         (sql-linter): New function.
9015         (sql-ms-options): New variable.
9016         (sql-ms): Use it.
9018 2002-11-21  John Paul Wallington  <jpw@shootybangbang.com>
9020         * ibuffer.el (ibuffer-formats): Change default value; bump width
9021         of size column in first format to 7.
9023 2002-11-20  Stefan Monnier  <monnier@cs.yale.edu>
9025         * help-fns.el (describe-variable): Look for (defvar . <sym>) in the
9026         load-history since `defvar' now uses this format.
9028         * custom.el (custom-declare-variable): Use push.
9029         Use the (defvar . <sym>) format in load-history like `defvar' does.
9031         * subr.el (symbol-file): Accept a non-atomic `function' arg.
9032         (with-local-quit): Add debug and indentation info.
9034 2002-11-20  John Paul Wallington  <jpw@shootybangbang.com>
9036         * subr.el (symbol-file): Remove unused variable `functions'.
9038 2002-11-20  Markus Rost  <rost@math.ohio-state.edu>
9040         * Makefile.in (setwins_almost): Renamed from finder_setwins.
9041         (custom-deps): Use it.
9042         (finder-data): Adjust to that name change.
9044 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
9046         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
9047         Turn errors into messages so they don't get ignored.
9048         (eldoc-get-fnsym-args-string): Use help-split-fundoc.
9049         (eldoc-beginning-of-sexp): Simplify.
9050         (eldoc-function-arglist): Remove.
9051         (eldoc-function-argstring): Use help-function-arglist instead.
9052         (eldoc-function-argstring-from-docstring-method-table)
9053         (eldoc-function-argstring-from-docstring): Remove.
9055         * emacs-lisp/cl.el (multiple-value-call): Add docstring.
9057 2002-11-19  Dave Love  <fx@gnu.org>
9059         * emacs-lisp/bytecomp.el (maphash, map-char-table):
9060         Use byte-compile-funarg.
9062         * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
9064 2002-11-19  Markus Rost  <rost@math.ohio-state.edu>
9066         * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
9067         members here rather than with custom-add-to-group.  This is the
9068         intended way of using defgroup and also lets
9069         custom-make-dependencies do its job.
9070         (defgroup vhdl-highlight-faces): Ditto.
9072         * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
9073         Previous group name shadow is used in shadowfile.el.
9074         (shadows-compare-text-p): Use group lisp-shadow.
9076 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
9078         * emacs-lisp/cl.el (multiple-value-call): Add docstring.
9080 2002-11-19  Masatake Yamato  <jet@gyve.org>  (tiny change)
9082         * register.el (describe-register-1): Don't assign to val the value
9083         returned by `remove-list-of-text-properties'.
9085 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
9087         * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
9088         Grok month numbers, too.
9090 2002-11-18  Juanma Barranquero  <lektu@terra.es>
9092         * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie.
9094 2002-11-18  Markus Rost  <rost@math.ohio-state.edu>
9096         * pcvs.el (cvs-minor-mode, cvs-mode-commit-hook): Add group.
9098         * textmodes/refill.el (defgroup refill): New group.
9100         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Add group.
9102         * textmodes/sgml-mode.el (html-autoview-mode): Add group.
9104         * textmodes/paragraphs.el (use-hard-newlines): Add group.
9106         * progmodes/compile.el (compilation-shell-minor-mode): Add group.
9107         (compilation-minor-mode): Add group.
9109         * reveal.el (global-reveal-mode): Add group.
9111         * bookmark.el (bookmark-menu-length): Fix group name.
9113 2002-11-17  Richard M. Stallman  <rms@gnu.org>
9115         * mail/rmail.el (rmail-ignored-headers): Add more headers.
9117         * calendar/parse-time.el (parse-time-elt): Var renamed from `elt'.
9118         (parse-time-val): Var renamed from `val'.  All uses changed.
9120         * files.el (parse-time-rules): Mark it as risky.
9122         * finder.el (finder-commentary): Use buffer *Finder-package*.
9124         * menu-bar.el (menu-bar-options-menu): Improve tooltip string.
9126         * simple.el (indicate-unused-lines)
9127         (default-indicate-unused-lines): New variable aliases.
9129 2002-11-18  Kenichi Handa  <handa@m17n.org>
9131         * progmodes/cc-vars.el: Undo previous change.
9133 2002-11-18  Kenichi Handa  <handa@m17n.org>
9135         * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
9137         * language/european.el (iso-latin-1): Make it safe.
9138         (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8)
9139         (iso-latin-9): Likewise.
9141         * language/greek.el (greek-iso-8bit): Make it safe.
9143         * language/hebrew.el (hebrew-iso-8bit): Make it safe.
9145         * language/lao.el (lao): Make it safe.
9147         * language/thai.el (thai-tis620): Make it safe.
9149 2002-11-17  Markus Rost  <rost@math.ohio-state.edu>
9151         * speedbar.el (defgroup speedbar): Use group 'etags instead of
9152         nonexisting group 'tags.
9154         * emacs-lisp/re-builder.el: Add provide call.
9156         * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
9157         (feedmail-fiddle-plex-user-list): Fix typo in group name.
9159         * progmodes/make-mode.el (makefile-space-face): Fix group name.
9161         * textmodes/ispell.el (defgroup ispell): Arrange that definition
9162         starts at beginning of line.
9164         * textmodes/table.el (defgroup table-hooks): New group.
9165         (table-cell-map-hook): Fix typo in group name.
9167         * calendar/diary-lib.el (diary-button-face): Add group and version
9168         number.
9170         * warnings.el (defgroup warnings): New group.
9172 2002-11-16  Markus Rost  <rost@math.ohio-state.edu>
9174         * emacs-lisp/autoload.el (update-autoloads-from-directories):
9175         Sort the list of files with no autoloads.
9177 2002-11-16  Alan Shutko  <ats@acm.org>
9179         * calendar/diary-lib.el (list-diary-entries): Pass a marker
9180         indicating source of entry to add-to-diary-list.
9181         (diary-button-face, diary-entry, diary-goto-entry): New, to
9182         support click to diary file.
9183         (fancy-diary-display): Buttonize diary entries.
9184         (list-sexp-diary-entries): Pass a marker indicating source of
9185         entry to add-to-diary-list.
9186         (diary-date): Return mark as well as entry.
9188         * calendar/calendar.el (diary-face): New.
9189         (european-calendar-display-form, describe-calendar-mode)
9190         (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
9191         (calendar-make-alist): New.
9192         (calendar-mode): Set up font-lock mode.
9193         (generate-calendar-window): Fontify if font-lock-mode is on.
9195 2002-11-16  Ivan Zakharyaschev  <imz@altlinux.org>  (tiny change)
9197         * international/codepage.el (cp866-decode-table): Fix the
9198         translation table.
9200 2002-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
9202         * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
9203         caused existing function definitions to be overridden by
9204         phonies when the bytecomp environment is restored.
9206 2002-11-15  Nick Roberts  <nick@nick.uklinux.net>
9208         * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
9209         toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm,
9210         toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
9211         toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
9212         Icons for debugger (pbm files).
9214 2002-11-15  Richard M. Stallman  <rms@gnu.org>
9216         * international/mule.el (set-buffer-file-coding-system): Redo prev chg.
9218 2002-11-15  John Paul Wallington  <jpw@shootybangbang.com>
9220         * ibuffer.el (ibuffer-use-other-window, ibuffer-use-header-line)
9221         (ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
9222         (ibuffer-mode-hooks): Remove spurious defvar.
9223         (ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
9224         (ibuffer-mode): Run `ibuffer-mode-hook' instead of
9225         `ibuffer-mode-hooks'.
9227 2002-11-15  Markus Rost  <rost@math.ohio-state.edu>
9229         * mail/rmailedit.el: Add provide call.
9231         * play/bruce.el: Add provide call.
9233         * emacs-lisp/gulp.el: Add provide call.
9235 2002-11-14  Richard M. Stallman  <rms@gnu.org>
9237         * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
9239 2002-11-14  Markus Rost  <rost@math.ohio-state.edu>
9241         * custom.el (custom-declare-group): Remove unnecessary line of code.
9243         * cus-dep.el (custom-make-dependencies): Bind load-file-name.
9245 2002-11-14  Edward M. Reingold  <reingold@emr.cs.iit.edu>
9247         * calendar/diary-lib.el (make-diary-entry): Allow for local variables
9248         at end of diary file.
9250 2002-11-14  Kim F. Storm  <storm@cua.dk>
9252         * files.el (mode-name): Mark it as risky-local-variable like the
9253         other mode-line elements (moved from bindings.el).
9255         * bindings.el (mode-name): Moved mark as risky-local-variable to
9256         files.el.
9258 2002-11-14  Juanma Barranquero  <lektu@terra.es>
9260         * gud.el: Fix feature name in `provide'.
9262         * gdb-ui.el: Fix feature name in `require'.
9264 2002-11-14  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
9266         * progmodes/etags.el (find-tag-default): Copy text at point without
9267         properties.
9269 2002-11-14  Kenichi Handa  <handa@m17n.org>
9271         * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
9273 2002-11-14  Kim F. Storm  <storm@cua.dk>
9275         * textmodes/fill.el (fill-nobreak-invisible): New var.
9276         (fill-nobreak-p): Test it; return t if set and point invisible.
9277         (fill-newline): Test it; remove invisible prop on newline if set.
9279         * info.el (Info-fontify-node): New local list paragraph-markers.
9280         Record markers for mangled *note references on that list.
9281         When done, go back through those markers and fill each mangled
9282         paragraph with `fill-nobreak-invisible' let-bound to t.
9283         Don't use `display' property; insert "see" directly in buffer.
9285 2002-11-14  Nick Roberts  <nick@nick.uklinux.net>
9287         * gdb-ui.el: New file, User Interface for running GDB
9289         * gud.el:(gud-find-file): Set up GDB tool bar.
9290         (gud-menu-map): New commands: run, goto.
9291         Enable some commands for gdba.
9292         (gud-query-cmdline): Pass default directory to gdba.
9293         (gdb): Defune gud-goto and gud-run.
9294         (gud-gdb-complete-command): Maybe use gdba-complete-filter.
9295         (gud-mode): Set up local tool bar.
9296         (gud-display-line): For gdba, call gdb-display-source-buffer.
9297         (gud-basic-call): For gdba, maybe delete the current prompt.
9298         (gud-tool-bar-map): New variable.
9299         (gud-read-address): Correction.
9301         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
9302         toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm,
9303         toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
9304         toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
9305         Icons for debugger.
9307 2002-11-13  Stefan Monnier  <monnier@cs.yale.edu>
9309         * pcvs.el (cvs-mode-run): Don't pass "." if not needed.
9311 2002-11-13  Andre Spiegel  <spiegel@gnu.org>
9313         * vc-rcs.el (vc-rcs-registered): Improve comment.
9315         * vc-sccs.el (vc-sccs-registered): Improve comment.
9317 2002-11-13  Tim Van Holder  <tim.vanholder@anubex.com>  (tiny change)
9319         * progmodes/compile.el (compilation-error-regexp-alist):
9320         Don't include colon and space after a file name as part of the name.
9322 2002-11-13  Richard M. Stallman  <rms@gnu.org>
9324         * gud.el (gdb): Undo 10-26 change.
9326 2002-11-13  Kenichi Handa  <handa@m17n.org>
9328         * replace.el (occur-engine): Set buffer-file-coding-system of
9329         OUT-BUF to that of one of BUFFERS if they locally bind that variable.
9331 2002-11-13  Markus Rost  <rost@math.ohio-state.edu>
9333         * custom.el (custom-handle-all-keywords): Fix arg passed to
9334         custom-add-to-group.
9336 2002-11-12  Stefan Monnier  <monnier@cs.yale.edu>
9338         * pcvs-defs.el (cvs-mode-map): Remove M-f binding.
9339         (cvs-minor-mode-map): Add e binding in log-view-mode.
9341         * progmodes/perl-mode.el (perl-hanging-paren-p): New fun.
9342         (perl-indent-line): Look at the open-paren to indent a close-paren.
9343         (perl-calculate-indent): Try to better indent args after hanging paren.
9344         Remove special code for open-paren-in-column-0.
9346         * textmodes/sgml-mode.el (sgml-namify-char): New cmd.
9347         (sgml-name-char): Use it.
9348         (sgml-tag-last, sgml-tag-history): New vars.
9349         (sgml-tag): Use them.
9350         (sgml-skip-tag-forward): Use sgml-tag-syntax-table.
9351         (sgml-delete-tag): Remove resulting empty lines.
9352         (sgml-tag) <symbol-plist>: Don't make intangible.
9353         (sgml-parse-tag-backward): Add limit argument.
9354         (html-autoview-mode): Use define-minor-mode.
9356 2002-11-12  Markus Rost  <rost@math.ohio-state.edu>
9358         * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
9359         that the definition is found by `find-function-search-for-symbol'
9360         and etags.
9362         * vc-sccs.el (vc-sccs-registered): Ditto.
9364         * emulation/edt.el (defgroup edt): Arrange that definition starts
9365         at beginning of line.
9367         * ls-lisp.el (defgroup ls-lisp): Remove autoload cookie.
9369         * hi-lock.el (defgroup hi-lock-interactive-text-highlighting):
9370         Remove autoload cookie.
9372         * newcomment.el (defgroup comment): Remove autoload cookie.
9374 2002-11-11  Markus Rost  <rost@math.ohio-state.edu>
9376         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
9377         Declare with defvar, not with defcustom.
9379         * cus-dep.el: Don't require 'autoload.
9380         (custom-make-dependencies): Handle :version also for autoloaded
9381         options.
9383         * winner.el (defgroup winner): Arrange that definition starts at
9384         beginning of line.
9386         * emulation/edt.el: Simplify Emacs 19 compatibility.
9388 2002-11-11  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>  (tiny change)
9390         * dired-aux.el (dired-show-file-type): Format filename with "%s" to
9391         escape any format-like sequences it could contain.
9393 2002-11-11  Per Abrahamsen  <abraham@dina.kvl.dk>
9395         * cus-edit.el (custom-save-delete): Force emacs-lisp-mode.
9397 2002-11-11  Juanma Barranquero  <lektu@terra.es>
9399         * bindings.el (mode-name): Mark it as risky-local-variable.
9401 2002-11-09  Dave Love  <fx@gnu.org>
9403         * international/mule-cmds.el (current-language-environment):
9404         Fix :type.
9406         * international/ucs-tables.el: Revert to using
9407         translation-table-for-input instead of keyboard-translate-table.
9409         * international/quail.el (quail-input-string-to-events):
9410         Revert last change.
9412         * simple.el (quoted-insert): Bind translation-table-for-input,
9413         not keyboard-translate-table.
9415 2002-11-08  Stefan Monnier  <monnier@cs.yale.edu>
9417         * arc-mode.el (archive-zip-summarize): Don't hardcode (point-min) = 1.
9419         * complete.el (PC-do-completion): Make partial-completion work
9420         with incomplete directory names.
9422         * textmodes/tex-mode.el (latex-standard-block-names): Rename from
9423         standard-latex-block-names.
9424         (tex-font-lock-keywords-1): Add providecommand, renewenvironment,
9425         and renewtheorem.  Highlight \it and \bf separately since they
9426         may overlap.
9427         (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
9428         (tex-font-lock-keywords-3, tex-verbatim-environments)
9429         (tex-font-lock-syntactic-keywords): New vars.
9430         (superscript, subscript, tex-verbatim-face): New faces.
9431         (tex-font-lock-syntactic-face-function): Handle \verb construct.
9432         (tex-common-initialization): Update font-lock-defaults setting.
9433         (tex-insert-braces): Make it into a skeleton.
9434         (latex-fill-nobreak-predicate): Don't break after \.
9435         (latex-insert-block): Rename from tex-latex-block.
9436         (latex-down-list): Use tex-mode-syntax-table when skipping parens
9437         rather than the indentation syntax-table.
9438         (latex-close-block): Rename from tex-close-latex-block.
9439         (latex-split-block): New fun.
9440         (latex-indent): Don't indent inside a verbatim block.
9441         (latex-find-indent): Stick \begin{verbatim} to the margin.
9443 2002-11-08  John Wiegley  <johnw@gnu.org>
9445         * calendar/timeclock.el (timeclock-modeline-display): Use assq as
9446         well as memq to find `global-mode-string' within
9447         `mode-line-format'.  The structure of that variable has changed in
9448         21.3.
9450 2002-11-07  Stefan Monnier  <monnier@cs.yale.edu>
9452         * format.el (format-decode): Be careful with the order in `format'.
9454         * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'.
9456         * eshell/em-glob.el: Require esh-util.
9457         (eshell-glob-initialize): Don't assume
9458         eshell-special-chars-outside-quoting is available.
9460         * textmodes/fill.el (fill-paragraph): Consider a comment-start as
9461         a paragraph starter when filling non-comments.
9462         (fill-comment-paragraph): Don't narrow while doing the fill.
9463         Recognize paragraph starters and separators within comments.
9464         Use adaptive-fill-prefix when it works.  Use comment-search-forward.
9466         * progmodes/compile.el (grep-default-command): New fun.
9467         (grep): Use it.
9468         (compilation-menu-map): New var.
9469         (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
9470         (compilation-mode-map): Simplify.
9471         (compilation-shell-minor-mode, compilation-minor-mode):
9472         Use define-minor-mode.
9474         * elide-head.el (elide-head): Don't make intangible.
9476         * help.el (where-is): Rename map to defs (a list of syms is not a map).
9477         Test fboundp first, to speed things up.  Use push.
9479         * isearch.el (isearch-hidden): New var.
9480         (isearch-search-and-update): Test it.
9481         (isearch-range-invisible): Set it.
9483         * progmodes/tcl.el (tcl-mode): Don't set paragraph-start,
9484         paragraph-separate, comment-column, and fill-paragraph-function.
9485         Simplify outline-regexp.
9486         (tcl-do-fill-paragraph): Remove.
9488 2002-11-07  Markus Rost  <rost@math.ohio-state.edu>
9490         * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
9492         * progmodes/compile.el (grep-compute-defaults): Undo previous change.
9493         Definition moved down.
9494         (grep-command, grep-find-command, grep-tree-command): Allow value nil.
9495         Do not declare :get property.
9496         (grep-use-null-device): Fix type.  Do not declare :get property.
9498         * emacs-lisp/checkdoc.el (checkdoc-find-error):
9499         Use get-file-buffer instead of get-buffer.
9501         * cus-dep.el (custom-make-dependencies): Fix comment inserted in
9502         cus-load.el.
9504 2002-11-07  Juanma Barranquero  <lektu@terra.es>
9506         * help.el (where-is): Report also aliases of the passed command.
9508 2002-11-06  Dave Love  <fx@gnu.org>
9510         * simple.el (quoted-insert): Bind keyboard-translate-table around
9511         read-char.
9513         * international/ucs-tables.el: Use keyboard-translate-table coding
9514         system property, not translation-table-for-input, for
9515         vietnamese-viscii & al.
9516         (translation-table-for-input): Set,
9517         don't defvar, and make permanent-local.
9518         (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
9519         set-buffer-major-mode-hook, not quail-activate-hook.
9520         (ucs-set-table-for-input): Renamed from ucs-quail-activate.
9521         (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
9522         Setup keyboard-translate-table, not translation-table-for-input.
9523         Modify set-buffer-major-mode-hook, not quail-activate-hook.
9524         (ucs-fragment-8859): Don't use translation-table-for-input coding
9525         system property.
9526         (ucs-quail-activate): Deleted.
9527         (ucs-set-table-for-input): New.
9528         (ucs-minibuffer-setup): Use it.
9530         * international/quail.el (quail-input-string-to-events):
9531         Use keyboard-translate-table, not translation-table-for-input.
9533         * files.el (normal-mode): Call ucs-set-table-for-input.
9535         * international/mule.el (set-buffer-file-coding-system):
9536         Call ucs-set-table-for-input.
9538 2002-11-06  Richard M. Stallman  <rms@gnu.org>
9540         * replace.el (query-replace, query-replace-regexp): Doc fixes.
9542         * emacs-lisp/bytecomp.el (byte-compile-lambda):
9543         Handle progn like let, inside interactive spec.
9545         * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
9546         Initialize to a suitable sexp.
9547         (tex-view): Evaluate tex-dvi-view-command and use the value.
9549 2002-11-06  Kenichi Handa  <handa@m17n.org>
9551         * international/mule.el (coding-system-eol-type-mnemonic):
9552         Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
9554 2002-11-06  Kim F. Storm  <storm@cua.dk>
9556         * info.el (Info-fontify-node): Fixed hiding of *note references
9557         with embedded file names like (xxx.yyy).
9558         Avoid making any lines visibly longer if hiding newlines inside
9559         note references by wrapping line after references if it contained
9560         a newline (unfortunaly this makes more lines appear "shorter").
9561         Properly reindent multi-line menu entry descriptions.
9563 2002-11-05  Juanma Barranquero  <lektu@terra.es>
9565         * language/cyrillic.el ("Bulgarian"): Fix typo.
9567         * international/mule.el (coding-system-eol-type-mnemonic):
9568         Move from mule-util.el.
9570         * international/mule-util.el (coding-system-eol-type-mnemonic):
9571         Move to mule.el.
9573 2002-11-04  Juanma Barranquero  <lektu@terra.es>
9575         * files.el (find-buffer-visiting): Accept new optional PREDICATE
9576         argument to return only a buffer that satisfies the predicate.
9577         (insert-file-1): New function.
9578         (insert-file-literally): Use it.
9579         (insert-file): Use it.
9581 2002-11-04  Robert Fenk  <Robert.Fenk@gmx.de>  (tiny change)
9583         * desktop.el (desktop-relative-file-names): New variable.
9584         (desktop-save): Use it.
9586 2002-11-03  Andre Spiegel  <spiegel@gnu.org>
9588         * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to
9589         its current version in dired.el.
9591 2002-11-03  Stefan Monnier  <monnier@cs.yale.edu>
9593         * emacs-lisp/autoload.el (generate-file-autoloads)
9594         (update-file-autoloads): Strip .gz and other such extensions.
9595         (update-autoloads-from-directories): Also consider compressed files.
9597         * info.el (Info-streamline-headings): New var.
9598         (Info-dir-remove-duplicates): New fun.
9599         (Info-insert-dir): Use it.  Simplify the code with push,mapc,dolist.
9600         (Info-select-node): Simplify handling of Info-header-line.
9601         (Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
9602         (Info-mode): Set header-line-format once and for all.
9603         (Info-fontify-node): Accept bogus first line with `File:' missing.
9604         Only make first line invisible if Info-use-header-line.
9605         Don't use `intangible': it's evil.  Use inhibit-read-only.
9606         (Info-follow-reference, Info-next-reference, Info-prev-reference)
9607         (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
9608         since we don't use intangible any more.
9610         * image.el (insert-image): Don't make intangible since
9611         adjust_point_for_property should be sufficient by default.
9613 2002-11-02  Stefan Monnier  <monnier@cs.yale.edu>
9615         * textmodes/fill.el (fill-paragraph-handle-comment): New var.
9616         (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
9617         (fill-paragraph): Use them.
9619         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
9620         Use fill-comment-paragraph.
9622 2002-11-02  Stefan Monnier  <monnier@cs.yale.edu>
9624         * bindings.el (mode-line-change-eol)
9625         (mode-line-eol-desc-cache, mode-line-eol-desc): New.
9626         (mode-line-mule-info): Use them for the EOL part of the modeline.
9628         * server.el (server-sentinel): Kill buffers if applicable.
9629         (server-temp-file-p): Make arg optional.
9630         (server-done): Use it to simplify.
9631         (server-switch-buffer): If server-window is a function, use it.
9633         * mail/undigest.el (rmail-digest-end-regexps): Simplify.
9634         (undigestify-rmail-message): Fix paren-bug and simplify.
9636 2002-11-02  Kim F. Storm  <storm@cua.dk>
9638         * info.el (Info-hide-note-references): nil value now does no
9639         reformatting at all.  New choice 'tag reformats tag but shows
9640         the section reference.
9641         (Info-fontify-node): Use it.
9643 2002-11-01  Stefan Monnier  <monnier@cs.yale.edu>
9645         * textmodes/tex-mode.el (tex-common-initialization):
9646         comment-start-skip shouldn't match on the next line.
9648         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
9649         Don't bother making paragraph-start a superset of paragraph-separate.
9650         Use line-beginning-position.
9652         * textmodes/sgml-mode.el (sgml-skip-tag-backward)
9653         (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
9655 2002-11-01  Kim F. Storm  <storm@cua.dk>
9657         * info.el (Info-hide-note-references): New defcustom.
9658         (Info-fontify-node): Use it.
9660 2002-10-31  Kim F. Storm  <storm@cua.dk>
9662         * shell.el (explicit-bash-args): Bash 1.x doesn't grok
9663         --noediting option; added run-time check to exclude it.
9665         * info.el (Info-follow-reference, Info-next-reference)
9666         (Info-prev-reference, Info-try-follow-nearest-node):
9667         Bind inhibit-point-motion-hooks to t while parsing reference.
9668         (Info-fontify-node): When font-lock-mode is enabled, display
9669         "*note" and "* menu" references in a more user friendly format.
9671 2002-10-30  Stefan Monnier  <monnier@cs.yale.edu>
9673         * textmodes/fill.el (fill-move-to-break-point): Skip white space
9674         _before_ checking to see if we're hitting the margin.
9675         (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
9676         it's now done by the C primitives.  Don't use narrowing.
9677         Reorganize the line-breaking part of the code to simplify the control
9678         flow and make it work in the absence of narrowing.
9679         (fill-region): Don't use narrowing.
9681 2002-10-30  Dave Love  <fx@gnu.org>
9683         * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
9684         (po-find-charset): Doc fix.  Remove interactive spec.
9685         (po): Provide.
9686         (po-find-file-coding-system-guts): Re-written to use
9687         coding-system-alist, and code-pages, not codepage stuff.
9689         * term/x-win.el: Remove some ancient compatibility code.
9690         Populate x-keysym-table.
9692 2002-10-30  Andreas Schwab  <schwab@suse.de>
9694         * subr.el (replace-regexp-in-string): Doc fix.
9696 2002-10-29  Dave Love  <fx@gnu.org>
9698         * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
9700         * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
9702         * international/mule-conf.el: Doc fixes.
9704 2002-10-29  Richard M. Stallman  <rms@gnu.org>
9706         * server.el (server-switch-buffer): Say when no server buffers remain.
9708         * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
9710 2002-10-28  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
9712         * progmodes/make-mode.el (makefile-warn-continuations):
9713         Call re-search-forward with NOERROR t.
9715 2002-10-29  Kim F. Storm  <storm@cua.dk>
9717         * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
9718         incomplete list of matches to be returned.
9720 2002-10-29  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
9722         * textmodes/texinfo.el (texinfo-environments): Add environment;
9723         copying, documentdescription, ifplaintext, ifnotplaintext, and
9724         verbatim.
9726         * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
9727         (ifplaintext, ifnotplaintext)
9728         (afourpaper, afivepaper, afourlatex, afourwide)
9729         (documentlanguage, documentencoding): New aliases.
9731 2002-10-29  John Paul Wallington  <jpw@shootybangbang.com>
9733         * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping
9734         up filter groups menu.  Preserve point unless a menu command has
9735         moved it from point clicked.
9737 2002-10-29  David Kastrup  <dak@lola.goethe.zz>
9739         * calc/calc.el (calc-any-evaltos): Initialize to nil, since
9740         calc-refresh-evaltos appears to need this.
9742 2002-10-28  Dave Love  <fx@gnu.org>
9744         * international/mule-diag.el (non-iso-charset-alist): Move to
9745         avoid compilation warning.
9746         (mule-diag): Provide.
9748         * international/code-pages.el (cp-make-coding-system):
9749         Use utf-translation-table-for-decode, not
9750         utf-8-translation-table-for-decode.
9751         (mule-diag): Require.
9753         * language/thai-util.el (thai-composition-function): Don't use prog1.
9755         * language/lao-util.el (lao-composition-function): Don't use prog1.
9757         * language/european.el (diacritic-composition-function):
9758         Modify confused prog1 form.
9760         * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
9761         (quail-keyboard-layout): Customize.
9762         Move after quail-keyboard-layout-alist.
9764 2002-10-28  Miles Bader  <miles@gnu.org>
9766         * progmodes/make-mode.el (makefile-warn-continuations):
9767         Don't barf when there _aren't_ any suspicious continuations.
9769 2002-10-28  Matthew Swift  <swift@alum.mit.edu>
9771         * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
9773 2002-10-27  Michael Kifer  <kifer@cs.stonybrook.edu>
9775         * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
9777 2002-10-27  Andreas Schwab  <schwab@suse.de>
9779         * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
9780         end-of-comment syntax.
9782 2002-10-27  Kim F. Storm  <storm@cua.dk>
9784         * ido.el (ido-cannot-complete-command): New defcustom, default to
9785         ido-completion-help (similar to iswitchb-cannot-complete-hook).
9786         (ido-complete): Call value of ido-cannot-complete-command rather
9787         than ido-completion-help when no common completion.
9789 2002-10-27  Dave Love  <fx@gnu.org>
9791         * international/code-pages.el (iso-8859-11): New.
9793 2002-10-27  Kim F. Storm  <storm@cua.dk>
9795         * pcvs.el (cvs-checkout): Use read-directory-name.
9796         (cvs-query-directory): Likewise.
9798 2002-10-26  Richard M. Stallman  <rms@gnu.org>
9800         * progmodes/make-mode.el (makefile-cleanup-continuations):
9801         Default for variable is nil.
9802         (makefile-warn-continuations): New function.
9803         (makefile-mode): Put it on write-file-functions.
9805         * international/mule-cmds.el (select-safe-coding-system):
9806         Delete debugging setq.
9808         * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
9809         after looking in ~.
9811         * startup.el (command-line): Look for .emacs under ~/.emacs.d
9812         after looking in ~.
9814         * simple.el (toggle-truncate-lines): When turning off truncation,
9815         clear out the hscroll value in this buffer's windows.
9817         * simple.el (display-message-or-buffer): Don't display empty
9818         output in the echo area.
9820         * man.el (Man-default-man-entry): Don't look for all word chars,
9821         look only for characters that are normally part of a shell command.
9823         * gud.el (gdb): Pass default-directory to GDB via -cd option.
9825         * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
9827         * find-file.el (ff-find-related-file): Fix autoload cookie.
9829         * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
9830         risky-local-variable-p.
9832         * files.el (risky-local-variable-p): VAL=nil has special meaning.
9834         * Makefile.in (compile-always): Avoid error in old Bash versions.
9836 2002-10-26  John Paul Wallington  <jpw@shootybangbang.com>
9838         * textmodes/picture.el (picture-mouse-set-point): New command.
9839         (picture-mode-map): Bind it.
9840         (picture-motion-reverse): Doc fix.
9842 2002-10-25  Stefan Monnier  <monnier@cs.yale.edu>
9844         * textmodes/outline.el (outline-next-heading): Make sure the match-data
9845         is really correct where returning.
9847 2002-10-24  Matthew Swift  <swift@alum.mit.edu>
9849         * textmodes/outline.el (outline-minor-mode): Add customization group.
9851 2002-10-23  Richard M. Stallman  <rms@gnu.org>
9853         * files.el (risky-local-variable-p): New arg VAL.
9854         (compile-command): Use `stringp' for `safe-local-variable' prop.
9855         (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
9857 2002-10-23  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
9859         * woman.el (woman-version): Update to 0.551 (beta).
9860         (woman-parse-colon-path): Add support for current Cygwin mount
9861         conventions.
9862         (woman-Cyg-to-Win): New function to convert absolute filename from
9863         Cygwin to Windows form by executing external program cygpath if
9864         possible.
9865         (woman-man.conf-path): Update default to current common locations
9866         and to support Cygwin; update documentation.
9867         (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to
9868         match possible names of man.conf file; tidy code and documentation.
9869         (woman-manpath): Simplify default and documentation; essentially
9870         move code that was here into `woman-parse-colon-path'.
9871         (woman-default-indent): Change Linux to GNU in documentation.
9872         (woman-addition-face): Make documentation consistent with other
9873         WoMan faces.
9874         (woman-emulate-tbl): New variable, determines whether tbl
9875         emulation is required.
9876         (woman-decode-region): Add check for preprocessor requests.
9877         (woman0-process-escapes, woman-special-characters)
9878         (woman-get-next-char, woman-parse-numeric-value): Add support for
9879         long groff names of the form [xxx].
9880         (woman-strings, woman-change-fonts): Now call `woman-match-name'.
9881         (woman2-PD, woman2-na): Doc fix.
9882         (woman-match-name): New function.
9883         (woman2-TS): New function.
9884         (woman2-TE): New alias for `woman2-fi'.
9886 2002-10-23  Kim F. Storm  <storm@cua.dk>
9888         * ido.el (ido-restrict-to-matches): New command.
9889         (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
9891 2002-10-22  Bob Halley  <halley@play-bow.org>  (tiny change)
9893         * eshell/esh-io.el (eshell-set-output-handle): Fix so that
9894         multiple redirection can work.
9896 2002-10-21  Stefan Monnier  <monnier@cs.yale.edu>
9898         * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
9899         Don't hardcode point-min == 1.
9901         * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
9902         (hexl-mode, hexl-current-address, hexl-address-to-marker)
9903         (hexl-insert-char): Don't hardcode point-min == 1.
9904         (hexl-isearch-search-function): New fun.
9905         (hexl-mode-old-isearch-search-fun-function): New var.
9906         (hexl-mode): Use them.
9907         (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
9908         Use write-contents-functions rather then write-contents-hooks.
9910         * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
9911         (paragraph-indent-text-mode-abbrev-table)
9912         (paragraph-indent-text-mode-syntax-table): Remove.
9913         (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
9915 2002-10-21  Juanma Barranquero  <lektu@terra.es>
9917         * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
9918         from Emacs 21.  Arg DIR renamed to DIRECTORY for consistency.
9920 2002-10-20  Andreas Schwab  <schwab@suse.de>
9922         * apropos.el (apropos-group): Use customize-group-other-window.
9924 2002-10-18  Stefan Monnier  <monnier@rum.cs.yale.edu>
9926         * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
9927         to just "/" instead of "/ p".
9928         (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
9930 2002-10-18  Juanma Barranquero  <lektu@terra.es>
9932         * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
9933         ELSE expression on IF.
9935 2002-10-17  Juanma Barranquero  <lektu@terra.es>
9937         * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
9939         * subr.el (remq): Likewise.
9941         * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
9943         * vc-hooks.el (vc-insert-file): Likewise.
9945         * vcursor.el (vcursor-other-window): Likewise.
9947         * wid-edit.el (widget-choose): Likewise.
9949         * calendar/diary-lib.el (diary-name-pattern): Likewise.
9951         * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
9953         * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
9955         * emulation/edt-mapper.el (top-level): Likewise.
9957         * eshell/esh-var.el (eshell/define): Likewise.
9959         * mail/feedmail.el (feedmail-nuke-body-in-fcc)
9960         (feedmail-queue-draft-directory): Likewise.
9962         * net/netrc.el (netrc-parse): Likewise.
9964         * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
9966         * progmodes/ebrowse.el (ebrowse-ts)
9967         (ebrowse-view/find-file-and-search-pattern)
9968         (ebrowse-draw-file-member-info): Likewise.
9970         * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
9972         * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
9974         * progmodes/sh-script.el (sh-indent-for-then): Likewise.
9976         * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
9978         * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
9980 2002-10-17  Dave Love  <fx@gnu.org>
9982         * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
9984         * international/code-pages.el (cp-make-translation-table): Use
9985         ucs-mule-to-mule-unicode.
9986         (cp-fix-safe-chars): Fix typo.
9987         (non-iso-charset-alist): Don't define.
9988         (cp-make-coding-system): Use utf-8-translation-table-for-decode.
9989         Define translation-table-for-input.
9990         (cp866): Reinstate.
9991         (alternativnj): Don't define alias.
9992         (koi8-u): Deleted.
9994         * language/european.el ("Slovenian"): Use slovenian input-method.
9995         (encode-mac-roman): Use ucs-mule-to-mule-unicode.
9997         * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
9998         the table.
9999         (cyrillic-alternativnyj): Don't give it `mime-charset' property.
10000         (cp866): Delete this alias.
10001         ("Bulgarian"): Fix the value of `input-method'.
10003 2002-10-16  Luc Teirlinck  <teirllm@mail.auburn.edu>
10005         * dired-aux.el (dired-add-entry): Put point in correct position
10006         before inserting marker char.
10008 2002-10-16  Andreas Schwab  <schwab@suse.de>
10010         * dired.el (dired-readin-insert): Expand dired-directory.
10012         * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
10014 2002-10-16  Markus Rost  <rost@math.ohio-state.edu>
10016         * textmodes/reftex-vars.el: Move reftex-set-dirty here from
10017         reftex.el.  Move the provide call to end of file.
10019         * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
10021 2002-10-15  Dave Love  <fx@gnu.org>
10023         * man.el (Man-getpage-in-background): Set width in environment.
10025 2002-10-15  Kenichi Handa  <handa@m17n.org>
10027         * mail/sendmail.el (sendmail-send-it): Call
10028         select-message-coding-system before changing the current bufer to
10029         " sendmail temp".
10031 2002-10-14  Andre Spiegel  <spiegel@gnu.org>
10033         * files.el (insert-directory): Handle //SUBDIRED// lines in
10034         recursive listings from ls --dired.
10036         * vc.el (vc-dired-reformat-line): Simplified.  Handles text
10037         properties correctly now.
10039 2002-10-14  Juanma Barranquero  <lektu@terra.es>
10041         * international/mule.el (set-selection-coding-system): Fix spacing.
10043 2002-10-13  Richard M. Stallman  <rms@gnu.org>
10045         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10046         Treat `ignore' specially--prevent warnings about functions
10047         called for effect, in its args.
10048         Don't warn when `pop' is used for effect.
10050         * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
10052         * uniquify.el (uniquify-get-proposed-name):
10053         Don't use directory-sep-char.
10055         * thingatpt.el (read-from-whole-string): Add call to `ignore'.
10057         * find-file.el (ff-related-file-alist): New alias.
10058         (ff-find-related-file): New alias.
10060 2002-10-13  Andreas Schwab  <schwab@suse.de>
10062         * dired.el (dired-insert-directory): When looking for existing
10063         indentation, goto OPOINT instead of beginning of buffer.
10065 2002-10-12  Stefan Monnier  <monnier@cs.yale.edu>
10067         * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
10069 2002-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
10071         * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
10073         * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
10075         * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
10076         frame from frame of selected window.
10077         (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
10078         changing selected windows.
10079         (ediff-setup-control-frame): Make sure auto-rase is properly set for
10080         the control frame.
10082 2002-10-10  Simon Josefsson  <jas@extundo.com>
10084         * browse-url.el (browse-url-mozilla): Doc fix.
10086 2002-10-10  Steve Youngs  <youngs@xemacs.org>
10088         * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
10089         (browse-url-mozilla): Use it.
10091 2002-10-11  Miles Bader  <miles@gnu.org>
10093         * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
10094         files contains an invalid timestamp.
10096 2002-10-11  Simon Josefsson  <jas@extundo.com>
10098         * mail/sendmail.el (mail-envelope-from): New option `header' to
10099         use RFC 2822 From: header as the envelope address.
10100         (mail-envelope-from): New function, this should be used instead of
10101         looking at the `mail-envelope-from' variable.
10102         (sendmail-send-it): Use it.
10104         * mail/smtpmail.el (smtpmail-via-smtp): Use it.
10106 2002-10-11  Andre Spiegel  <spiegel@gnu.org>
10108         * dired.el (dired-insert-directory): Fix check for indentation
10109         from ls --dired.
10111         * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
10112         properties from the reformatted line.
10114 2002-10-10  Stefan Monnier  <monnier@cs.yale.edu>
10116         * textmodes/paragraphs.el (forward-paragraph): Keep track of
10117         remaining paragraphs to skip more carefully.
10119         * add-log.el (add-change-log-entry): Don't call find-file at all
10120         if we're already in the proper buffer.
10121         (change-log-resolve-conflict): New fun.
10122         (change-log-mode): Use it and use define-derived-mode.
10123         (change-log-merge): Allow other-log to be a buffer.
10124         Don't add a \n if there are already enough \n's.
10126         * finder-inf.el, subdirs.el, cus-load.el: Remove.
10128         * finder.el ("finder-inf"): Don't fail if the file is absent.
10130         * cus-dep.el (custom-make-dependencies): Don't use find-file.
10131         Use feature names rather than file names if applicable.
10133         * cus-edit.el (customize-mode): New command.
10135         * custom.el (custom-group-of-mode): New fun.
10136         (custom-load-symbol): Don't use preloaded-file-list now that
10137         load-history is always complete.  Don't look up the expanded file
10138         name in load-history (looked like an XEmacsism).
10140         * smerge-mode.el (smerge-ediff): Autoload.
10141         (smerge-match-conflict): Don't assume as much about smerge-begin-re.
10142         (smerge-resolve-function): New var.
10143         (smerge-resolve): New command.
10144         (smerge-basic-map): Bind it.
10146 2002-10-10  Andre Spiegel  <spiegel@gnu.org>
10148         * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
10149         CVS/Entries, rather than comparing it textually.
10151 2002-10-10  Markus Rost  <rost@math.ohio-state.edu>
10153         * international/encoded-kb.el: Add `provide' call.
10155 2002-10-09  David Kastrup  <David.Kastrup@t-online.de>
10157         * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
10158         ln(-1) should be i*pi, not pi.
10160 2002-10-09  Markus Rost  <rost@math.ohio-state.edu>
10162         * vc-cvs.el (vc-cvs-registered): In the autoload version use load
10163         instead of require to avoid loops when loaddefs.el is loaded after
10164         vc-cvs.el.
10166         * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
10167         (Custom-reset-saved): Don't test for saved-value.
10169 2002-10-08  Stefan Monnier  <monnier@cs.yale.edu>
10171         * vc.el (vc-find-version): Use the new backend op `find-version'.
10172         (vc-default-find-version): Provide the new backend op `find-version'
10173         in terms of the old `checkout' op.
10175         * vc-rcs.el (vc-rcs-find-version): New fun.
10176         (vc-rcs-checkout): Remove `workfile' arg and simplify.
10178         * vc-sccs.el (vc-sccs-find-version): New fun.
10179         (vc-sccs-checkout): Remove `workfile' arg and simplify.
10181         * vc-cvs.el (vc-cvs-find-version): New fun.
10183 2002-10-08  John Paul Wallington  <jpw@shootybangbang.com>
10185         * info.el (Info-next-menu-item, Info-last-menu-item)
10186         (info-emacs-manual): Add docstrings.
10187         (Info-index): Use `string-to-number' instead of `string-to-int'.
10189 2002-10-08  Kenichi Handa  <handa@m17n.org>
10191         * international/ucs-tables.el (ucs-translation-table-for-decode):
10192         Define it as a translation-table.
10194 2002-10-07  Richard M. Stallman  <rms@gnu.org>
10196         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10198         * progmodes/compile.el (grep-compute-defaults): Set the standard-value
10199         properties of the variables being initialized.
10201         * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
10203 2002-10-07  Kim F. Storm  <storm@cua.dk>
10205         * emulation/cua-base.el (cua-normal-cursor-color):
10206         Fixed initialization to make "Erase Customization" work.
10208 2002-10-07  Stefan Monnier  <monnier@cs.yale.edu>
10210         * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
10211         in case some other package redefined it.
10212         (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
10214         * textmodes/fill.el (fill-paragraph): Go to BOL before calling
10215         forward-paragraph to make sure its return value is meaningful.
10217 2002-10-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10219         * net/tramp.el: Version 2.0.25 released.
10220         (tramp-handle-file-truename): If it's a directory,
10221         append slash only if result doesn't end in a slash already.
10222         (tramp-handle-file-truename): Restructure logic.  If list of steps
10223         is nil, return "/" as the real name.
10224         (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
10225         `match-string' doesn't make sense.  From Michael Albinus.
10226         (tramp-host-with-port-regexp): New defcustom. Equal to previous
10227         `tramp-host-regexp'.  From Michael Albinus.
10228         (tramp-host-regexp): Taken off hashes in host names. Otherwise,
10229         scanning files like .rhosts would take comments as host names.
10230         From Michael Albinus.
10231         (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
10232         Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
10233         From Michael Albinus.
10234         (tramp-action-terminal): New function.
10235         (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
10236         (tramp-actions-before-shell): Use them.
10237         (tramp-handle-shell-command): Logic error.  From Ivan
10238         Zakharyaschev <imz@altlinux.org>.
10240 2002-10-06  Markus Holmberg  <markush@acc.umu.se>  (tiny change)
10242         * thingatpt.el (thing-at-point-uri-schemes): New variable.
10243         (thing-at-point-url-regexp): Use it.
10245 2002-10-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
10247         * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
10248         loops.
10250 2002-10-05  Stefan Monnier  <monnier@cs.yale.edu>
10252         * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
10253         (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
10254         (vc-print-log): Don't check log-view-mode.
10255         (vc-default-show-log-entry): Don't check log-view-goto-rev.
10256         (vc-log-mode): Remove.
10257         (vc-log-edit): Don't check log-edit.
10259 2002-10-04  Stefan Monnier  <monnier@cs.yale.edu>
10261         * vc-cvs.el (vc-cvs-show-log-entry):
10262         * vc-rcs.el (vc-rcs-show-log-entry): Delete.
10264         * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
10266 2002-10-04  Markus Rost  <rost@math.ohio-state.edu>
10268         * vc.el (vc-default-show-log-entry): Fix typo.
10270 2002-10-04  Steven Tamm  <steventamm@mac.com>
10272         * term/mac-win.el: Add lines to handle the new [return] event.
10274 2002-10-03  Stefan Monnier  <monnier@cs.yale.edu>
10276         * textmodes/fill.el (fill-paragraph): Give up if there's no
10277         paragraph at or after point.
10279         * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
10281         * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
10282         (vc-default-show-log-entry): New fun.
10284         * subr.el (read-key-auxiliary-map, read-key): Remove.
10285         (read-quoted-char): Undo the `read-key' change of 2002-06-23.
10287 2002-10-03  Markus Rost  <rost@math.ohio-state.edu>
10289         * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
10290         menu pseudo-keys generated by easymenu which are lowercase in
10291         Emacs 21.4.
10293         * progmodes/ada-xref.el
10294         (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
10296 2002-10-03  John Paul Wallington  <jpw@shootybangbang.com>
10298         * frame.el (delete-frame-hook): Variable alias for
10299         `delete-frame-functions'.  Mark obsolete.
10301 2002-10-02  Stefan Monnier  <monnier@cs.yale.edu>
10303         * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
10304         (outline-5, outline-6, outline-7, outline-8): New faces.
10305         (outline-font-lock-faces, outline-font-lock-levels): New vars.
10306         (outline-font-lock-face): New fun.
10307         (outline-font-lock-keywords): Use it.
10308         (outline-font-lock-level): Remove.
10309         (outline-mode, outline-next-preface, outline-next-heading)
10310         (outline-previous-heading, outline-next-visible-heading):
10311         Use shy group.
10312         (outline-level) <var>: Update calling convention.
10313         (outline-level) <fun>: Take advantage of it.
10314         (outline-demote): Don't assume the match-data is still uptodate.
10315         (outline-up-heading): Simplify and make sure the match data is
10316         properly set at the end.
10318 2002-10-02  Markus Rost  <rost@math.ohio-state.edu>
10320         * progmodes/sh-script.el (sh-alias-alist): Use append instead of
10321         nconc.
10323         * startup.el (normal-top-level): Reset standard-value property of
10324         `user-full-name' here.
10326 2002-10-02  Per Abrahamsen  <abraham@dina.kvl.dk>
10328         * wid-edit.el (widget-default-get): Change to return external
10329         value.
10330         (widget-choice-action): Update caller.
10331         (widget-editable-list-entry-create): Update caller.
10333         * wid-edit.el (widget-types-copy): New function.
10334         (default): Added :copy keyword.
10335         (menu-choice): Ditto.
10336         (checklist): Ditto.
10337         (radio-button-choice): Ditto.
10338         (editable-list): Ditto.
10339         (group): Ditto.
10340         (widget-copy): New function.
10341         (widget-create-child): Use it.
10342         (widget-create-child-value): Use it.
10344 2002-10-01  Bill Wohler  <wohler@newt.com>
10346         * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
10347         mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
10348         mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
10349         mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
10350         toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
10351         toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
10352         toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
10353         toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
10354         Upgraded to mh-e version 6.1.1.  Full ChangeLog available in
10355         http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
10356         There were no user-visible changes in 6.1.1 from 6.1--only the
10357         section of the Makefile that installs the files into Emacs was changed.
10359 2002-10-01  Stefan Monnier  <monnier@cs.yale.edu>
10361         * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
10362         works when font-lock is turned off.
10364         * jit-lock.el (jit-lock-fontify-now): Don't widen.
10365         Let the jit-lock-functions do it if they want to.
10367 2002-10-01  Juanma Barranquero  <lektu@terra.es>
10369         * eshell/esh-module.el (eshell-load-defgroups):
10370         Add "no-byte-compile: t" to subdirs.el.
10372         * makefile.w32-in (update-subdirs-CMD): Likewise.
10374         * forms-d2.el:
10375         * forms-pass.el:
10376         * generic-x.el:
10377         * patcomp.el:
10378         * paths.el:
10379         * version.el:
10380         * international/mule-conf.el:
10381         * language/czech.el:
10382         * language/devanagari.el:
10383         * language/english.el:
10384         * language/georgian.el:
10385         * language/greek.el:
10386         * language/hebrew.el:
10387         * language/japanese.el:
10388         * language/korean.el:
10389         * language/lao.el:
10390         * language/misc-lang.el:
10391         * language/romanian.el:
10392         * language/slovak.el:
10393         * language/thai.el:
10394         * language/utf-8-lang.el:
10395         * emacs-lisp/cl-specs.el:
10396         * eshell/esh-maint.el:
10397         * mail/blessmail.el:
10398         * play/bruce.el:
10399         * term/apollo.el:
10400         * term/AT386.el:
10401         * term/bobcat.el:
10402         * term/internal.el:
10403         * term/iris-ansi.el:
10404         * term/keyswap.el:
10405         * term/linux.el:
10406         * term/lk201.el:
10407         * term/news.el:
10408         * term/vt102.el:
10409         * term/vt125.el:
10410         * term/vt200.el:
10411         * term/vt201.el:
10412         * term/vt220.el:
10413         * term/vt240.el:
10414         * term/vt300.el:
10415         * term/vt320.el:
10416         * term/vt400.el:
10417         * term/vt420.el:
10418         * term/wyse50.el: Add "no-byte-compile: t" in first line.
10420 2002-10-01  Kenichi Handa  <handa@m17n.org>
10422         * international/utf-16.el: Don't provide utf-16.
10424         * international/utf-8.el (ccl-decode-mule-utf-8):
10425         Remove unnecessary line.
10427 2002-09-30  Kenichi Handa  <handa@m17n.org>
10429         * language/thai.el (thai-tis620): Add `mime-charset' property.
10431         * language/indian.el: Don't register "ISO10646.*-1" in
10432         font-ccl-encoder-alist.
10434         * language/cyrillic.el (ccl-decode-koi8): Refer to
10435         ucs-translation-table-for-decode.
10436         (ccl-decode-koi8-u): Likewise.
10437         (ccl-decode-alternativnyj): Likewise.
10438         (cyrillic-koi8): Put `dependency' property.
10439         (koi8-u): Likewise.
10440         (cyrillic-alternativnyj): Likewise.
10442         * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
10443         this translation-table name here.
10444         (utf-translation-table-for-encode): New translation-table name.
10445         (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
10446         (utf-defragmentation-table): New variable.
10447         (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
10448         (utf-subst-table-for-encode): New translation-table name.
10449         (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
10450         (utf-subst-table-for-decode): New translation-table name.
10451         (utf-fragment-on-decoding): Renamed from
10452         utf-8-fragment-on-decoding.  Correctly handle the case that
10453         unify-8859-on-encoding-mode is off.  Handle mule-utf-16-le and
10454         mule-utf-16-be too.
10455         (utf-translate-cjk): Renamed from utf-8-translate-cjk.
10456         Handle mule-utf-16-le and mule-utf-16-be too.
10457         (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
10458         and utf-subst-table-for-decode.
10459         (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
10460         and utf-subst-table-for-encode.
10461         (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
10463         * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
10464         ucs-mule-cjk-to-unicode, not utf-8-subst-table and
10465         utf-8-subst-rev-table.
10467         * international/utf-16.el (utf-16-decode-ucs): Look up
10468         utf-subst-table-for-decode.  Fix for the case that the looking up
10469         succeeds.
10470         (ccl-decode-mule-utf-16-le): Translate characters by
10471         utf-translation-table-for-decode.
10472         (ccl-decode-mule-utf-16-be): Likewise.
10473         (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
10474         at first.  Translate characters by utf-translation-table-for-encode.
10475         (ccl-encode-mule-utf-16-be): Likewise.
10476         (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
10478         * loadup.el: Preload international/utf-16.  Don't call ucs-unify-8859.
10480         * international/ucs-tables.el: Don't bind
10481         utf-8-translation-table-for-decode while setting up
10482         ucs-mule-8859-to-ucs-table, etc.  Add `depenency' property to
10483         iso-8859-* coding systems.
10484         (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
10485         If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
10486         populate the translation table named
10487         ucs-translation-table-for-decode.  If FOR-ENCODE is non-nil, make
10488         ucs-mule-to-mule-unicode populates the translation table named
10489         utf-translation-table-for-encode.  Call register-char-codings for
10490         mule-utf-16-be and mule-utf-16-le too.
10491         (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
10492         FOR-DECODE.  If FOR-DECODE is non-nil, make the translation table
10493         named ucs-translation-table-for-decode vacant.  If FOR-ENCODE is
10494         non-nil, make a proper char-table populates the translation table
10495         name utf-translation-table-for-encode.  Call register-char-codings
10496         for all mule-utf-* to to reset their status to the origianl.
10497         (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
10498         ucs-fragment-8859 with fixed arguments.  Set the version to 21.3.
10499         (unify-8859-on-decoding-mode): Likewise.  Remove dependency.
10500         (ccl-encode-unicode-font): Delete.
10501         (ucs-tables-unload-hook): Delete.
10503         * international/mule.el (decode-char): Refer to the translation
10504         hash table named utf-subst-table-for-decode.  Refer to the
10505         translation table named utf-translation-table-for-decode instead
10506         of utf-8-translation-table-for-decode.
10507         (encode-char): Refer to the translation hash table named
10508         utf-subst-table-for-encode.  Refer to the translation table named
10509         utf-translation-table-for-encode instead of
10510         utf-8-translation-table-for-encode.
10512         * international/mule-diag.el (describe-coding-system):
10513         Describe `dependency' property.
10515         * international/mule-conf.el (emacs-mule): Add property `composition'.
10517         * international/fontset.el (ucs-mule-to-mule-unicode): Define this
10518         translation table name here.
10519         (ucs-mule-cjk-to-unicode): New translation table name.
10520         (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
10521         (font-ccl-encoder-alist): Change the font registry pattern to
10522         "ISO10646.*-*".
10524 2002-09-30  Colin Walters  <walters@gnu.org>
10526         * calc/calc-stuff.el (calc-flush-caches): Add optional arg
10527         `inhibit-msg'.
10529         * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
10530         `executing-kbd-macro' and `defining-kbd-macro'.
10532         * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
10533         Call `calc-flush-caches' with inhibit-msg arg.
10534         (calc-change-mode): Remove extra arg for `calc-save-modes'.
10536         * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
10537         Don't bind `executing-kbd-macro'.
10539 2002-09-29  Noah Friedman  <friedman@splode.com>
10541         * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
10543 2002-09-29  Richard M. Stallman  <rms@gnu.org>
10545         * startup.el (user-mail-address): Initialize to a useful value
10546         once Emacs is started up; initialize to "" at loadup time.
10547         (command-line): "", not nil, means user-mail-address not set yet.
10549 2002-09-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10551         * net/tramp.el: Version 2.0.24 released.
10552         (tramp-methods, tramp-completion-function-alist):
10553         Rename "*-old" methods to "*_old".  From Michael Albinus.
10554         (tramp-completion-function-alist):
10555         Use `tramp-completion-function-alist-ssh' for the "fcp" method.
10556         From Michael Albinus.
10557         (tramp-default-method-alist): Use "su" for "root@localhost".
10558         (tramp-host-regexp): Allow "#" for "host#port" kludge.
10559         (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
10560         default method.  Require additional args USER and HOST for this.
10561         Callers changed.
10562         (tramp-handle-file-local-copy): More local bindings.  Bind results
10563         of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
10564         "are you awake" problem.
10565         (tramp-action-password): Protect against clobbered match data.
10566         (tramp-open-connection-setup-interactive-shell): Explicitly set
10567         tramp-last-cmd-time before invoking tramp-send-command the first
10568         time.  Otherwise, tramp-send-command would issue "echo are you
10569         awake" right at the first time, which is not what we want.
10570         Reported by Douglas Gray Stephens.
10571         (tramp-find-inline-encoding): Don't redirect stdout to
10572         /dev/null to avoid "chmode go-rwx" operation from "mimencode
10573         >/dev/null" as root(!), and to check the output of the decoding
10574         command.
10575         (tramp-maybe-open-connection): Don't send "are you awake" if
10576         process has died.
10578 2002-09-29  Colin Walters  <walters@gnu.org>
10580         * calc/calc.el (calc-dispatch-map): Actually set to keymap.
10582 2002-09-29  Mike Williams  <mdub@bigfoot.com>
10584         * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
10586 2002-09-29  Richard M. Stallman  <rms@gnu.org>
10588         * custom.el (defcustom): Doc fix.
10590 2002-09-28  Richard M. Stallman  <rms@gnu.org>
10592         * loadhist.el (unload-feature): When undefining a variable,
10593         delete its buffer-local bindings.
10595 2002-09-28  Luc Teirlinck  <teirllm@mail.auburn.edu>
10597         * subr.el (remove-yank-excluded-properties): Fix bugs in
10598         handling of category properties.
10600 2002-09-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10602         * ps-print.el (ps-print-emacs-type): Error if ps-print is
10603         activated in Epoch, inLucid or in Emacs v19 or lesser.
10604         Value can no longer be `lucid'.
10605         (ps-print-version): New version number (6.5.8).
10606         (faces): Never do (require 'faces).
10608 2002-09-28  Simon Josefsson  <jas@extundo.com>
10610         * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
10611         streams that were opened using starttls.
10613 2002-09-28  Paul Reilly  <pmr@pajato.com>
10615         * files.el (auto-mode-alist): Add support for Java Enterprise
10616         ARchive (ear/EAR) and Web ARchive (war/WAR) files.
10618 2002-09-28  John Paul Wallington  <jpw@shootybangbang.com>
10620         * progmodes/m4-mode.el (m4-font-lock-keywords)
10621         (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
10622         (m4-m4-region): Doc fixes.
10624 2002-09-27  Stefan Monnier  <monnier@cs.yale.edu>
10626         * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
10627         (cl-push, cl-pop): Remove.
10628         Use pop and push throughout the file instead.
10629         (cl-transform-lambda): Add usage info to docstring if the arglist
10630         is complex.
10632         * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
10633         (autoload-print-form): Also quote open-[-in-column 0.
10635         * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
10636         (help-split-fundoc): Don't support old syntax any more.
10637         (help-add-fundoc-usage): New fun.
10639         * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
10640         Use pop and push throughout the file instead.
10641         (cl-hash-lookup): Remove.
10642         (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
10643         (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
10645         * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
10646         Use pop and push throughout the file instead.
10648         * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
10649         loading since the current keymaps might be all weird.
10651         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
10652         to the name since they're added by mode-line-format already.
10653         (define-minor-mode): Run (,mode -1) when needed.
10655         * tar-mode.el (tar-untar-buffer): Handle dir-entries.
10656         (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
10657         (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
10658         Don't hardcode 1 == point-min.
10660         * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
10662         * subr.el (read-key-auxiliary-map): New var.
10663         (read-key): Use it.
10664         (make-temp-file): Make the file have mode 600.
10665         (add-minor-mode): Don't add properties to the name since it's
10666         added by mode-line-format already.
10667         Be more careful with the mode-line-menu entry name.
10669         * userlock.el (ask-user-about-supersession-threat): Don't abort
10670         when the user hits mouse-2.
10672         * register.el (set-register): Use push.
10673         (point-to-register): Set kill-buffer-hook in this buffer.
10674         (register-swap-out): Use dolist.
10675         (kill-buffer-hook): Don't change globally.
10677         * server.el (server-select-display): New function.
10678         (server-process-filter): Add support for `-display' and `-eval' args.
10679         (server-visit-files): Use save-current-buffer, push, and dolist.
10680         Add server-kill-buffer to kill-buffer-hook.
10681         (kill-buffer-hook): Don't modify globally.
10682         (server-switch-buffer): Be a bit more careful with multiple displays.
10683         (server-socket-name): Always use /tmp and non-qualified hostname.
10685         * uniquify.el (uniquify-rationalize-file-buffer-names):
10686         Add to kill-buffer-hook for buffers with conflict.
10687         (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
10688         (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
10689         (kill-buffer-hook): Don't change globally.
10691 2002-09-27  Stefan Monnier  <monnier@cs.yale.edu>.
10693         * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
10694         (calc-stack-top, calc-always-load-extensions)
10695         (calc-line-numbering, calc-line-breaking, calc-display-just)
10696         (calc-display-origin, calc-number-radix, calc-leading-zeros)
10697         (calc-group-digits, calc-group-char, calc-point-char)
10698         (calc-frac-format, calc-prefer-frac, calc-hms-format)
10699         (calc-date-format, calc-float-format, calc-complex-format)
10700         (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
10701         (calc-display-strings, calc-matrix-just, calc-break-vectors)
10702         (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
10703         (calc-vector-brackets, calc-matrix-brackets, calc-language)
10704         (calc-language-option, calc-function-open, calc-function-open)
10705         (calc-function-close, calc-language-output-filter)
10706         (calc-language-input-filter, calc-radix-formatter)
10707         (calc-left-label, calc-right-label, calc-word-size)
10708         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
10709         (calc-display-raw, calc-internal-prec, calc-inverse-flag)
10710         (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
10711         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
10712         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
10713         (calc-window-height, calc-display-trail, calc-show-selections)
10714         (calc-use-selections, calc-assoc-selections)
10715         (calc-display-working-message, calc-auto-why, calc-timing)
10716         (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
10717         (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
10718         Make into real defvars.
10719         (calc-mode-var-list): Delete.
10720         (calc-mode-save-mode, calc-standard-date-formats)
10721         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
10722         (calc-user-parse-tables, calc-gnuplot-default-device)
10723         (calc-gnuplot-default-output, calc-gnuplot-print-device)
10724         (calc-gnuplot-print-output, calc-gnuplot-geometry)
10725         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
10726         (calc-invocation-macro, calc-show-banner): Make into defvars,
10727         taken from `calc-mode-var-list'.
10728         (calc-emacs-type-epoch, calc-emacs-type-19)
10729         (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
10730         (calc-version, calc-version-date, calc-trail-pointer)
10731         (calc-trail-overlay, calc-undo-list, calc-redo-list)
10732         (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
10733         (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
10734         (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
10735         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
10736         (calc-said-hello, calc-executing-macro, calc-any-selections)
10737         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
10738         (calc-display-dirty, calc-prepared-composition)
10739         (calc-selection-cache-default-entry, calc-embedded-info)
10740         (calc-embedded-active, calc-standalone-flag, var-EvalRules)
10741         (math-eval-rules-cache-tag, math-radix-explicit-format)
10742         (math-expr-function-mapping, math-expr-variable-mapping)
10743         (math-read-expr-quotes, math-working-step, math-working-step-2)
10744         (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
10745         defvars, from toplevel setq.
10746         (calc-mode-map): Set up keymap in more modern fashion.
10747         (calc-dispatch-map): Ditto.
10748         (calc-command-flags, calc-final-point-line)
10749         (calc-final-point-column): Defvar.
10750         (calc-do): Use `save-current-buffer' instead of `save-excursion'.
10751         (sel-mode): Defvar.
10752         (calc-any-evaltos): Ditto.
10753         (calc-buffer, calc-prev-char, calc-prev-prev-char)
10754         (calc-digit-value): Ditto.
10755         (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
10756         (math-sub-bignum): Bind `diff'.
10757         (calc-selection-cache-entry): Defvar.
10758         (calc-count-lines): Reference `pos' instead of `newpos'.
10760 2002-09-27  Simon Josefsson  <jas@extundo.com>
10762         * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
10764 2002-09-26  Richard M. Stallman  <rms@gnu.org>
10766         * mail/unrmail.el (unrmail): Do the work directly,
10767         without actually selecting the messages in the from file.
10768         (unrmail-unprune): New subroutine.
10770         * files.el (backup-buffer): Bind local var MODES.
10771         Don't use renaming for a suid or sgid file.
10772         Use backup-buffer-copy to do copying.
10773         (backup-buffer-copy): New subroutine.
10774         Clear suid and sgid bits for the copy.
10776 2002-09-26  Edward M. Reingold  <reingold@emr.cs.iit.edu>
10778         * calendar/solar.el (solar-equinoxes-solstices):
10779         Use time properly adjusted for DST in the result.
10781 2002-09-26  Richard M. Stallman  <rms@gnu.org>
10783         * follow.el (follow-generic-filter): Simply bind deactivate-mark.
10784         Bind inhibit-read-only; don't mess with buffer-read-only.
10786         * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
10788 2002-09-26  Luc Teirlinck  <teirllm@mail.auburn.edu>
10790         * ielm.el (inferior-emacs-lisp-mode): Treat the header as
10791         output, if comint-use-prompt-regexp-instead-of-fields is nil.
10793 2002-09-26  John Paul Wallington  <jpw@shootybangbang.com>
10795         * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
10796         instead of within `with-current-buffer'.
10798 2002-09-26  Stephen Eglen  <stephen@gnu.org>
10800         * iswitchb.el (iswitchb-completions): Test that
10801         iswitchb-common-match-string is a string, before printing common
10802         completions.
10804 2002-09-25  Stefan Monnier  <monnier@cs.yale.edu>
10806         * server.el: Use built-in network primitives.
10807         (server-program, server-previous-string): Remove.
10808         (server-previous-strings): New var.
10809         (server-socket-name): New var.
10810         (server-log): Minor change to the output format.
10811         (server-sentinel): Clean up global state when a client disconnects.
10812         (server-unquote-arg): New fun.
10813         (server-start): Use server-socket-name and make-network-process.
10814         (server-process-filter): Now talks to the clients directly.
10815         Normalize file name after unquoting and decoding.
10816         (server-buffer-done): Just close the connection.
10817         (server-switch-buffer): Handle the case where all windows are
10818         dedicated or minibuffers.
10820         * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
10821         Don't bind them variables.
10822         (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
10823         (font-lock-after-unfontify-buffer): Check that the vars are bound.
10824         (font-lock-dont-widen): New var.
10825         (font-lock-default-fontify-region): Use it.
10827         * emacs-lisp/find-func.el (find-library-name):
10828         Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
10830 2002-09-25  Kenichi Handa  <handa@etl.go.jp>
10832         * international/mule-cmds.el (select-safe-coding-system):
10833         Handle safe but rejected default coding systems and unsafe default
10834         coding systems differently.
10836         * international/mule-diag.el (list-character-sets): Use the buffer
10837         name "*Character Set List*", not "*Help*".  List also indirectly
10838         supported character sets.
10839         (list-charset-chars): Use the buffer name "*Character List*", not
10840         "*Help*".  Display the current charset name in the modeline.
10841         (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
10842         (sort-listed-character-sets): Don't alter the region showing
10843         indirectly supported charsets.
10845 2002-09-24  Simon Josefsson  <jas@extundo.com>
10847         * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
10848         (mail-extract-address-components): Doc fix.
10850 2002-09-24  Markus Rost  <rost@math.ohio-state.edu>
10852         * simple.el (edit-and-eval-command): Protect command-history.
10853         (repeat-complex-command): Protect command-history.
10855 2002-09-24  Juanma Barranquero  <lektu@terra.es>
10857         * replace.el (occur-find-match): New function.
10858         (occur-next, occur-prev): Use it.
10860         * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
10861         (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
10862         instead of 'occur and 'occur-point.
10864         * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
10865         (eshell-poor-mans-grep): Remove references to `occur-buffer'.
10867 2002-09-24  Stefan Monnier  <monnier@cs.yale.edu>
10869         * descr-text.el (describe-text-category): Use *Help*.
10870         Don't kill-buffer.
10871         (describe-text-properties, describe-char):
10872         Delay self-inspection test.  Use *Help*.
10873         Use syntax-after.  Use `pos' rather than (point).
10874         Distinguish the before/after part of a composition.
10876 2002-09-23  Kenichi Handa  <handa@etl.go.jp>
10878         * international/quail.el (quail-completion): Be sure to scroll
10879         quail-completion-buf.
10881 2002-09-23  Richard M. Stallman  <rms@gnu.org>
10883         * ielm.el (*1): Fix previous change.
10885 2002-09-23  Juanma Barranquero  <lektu@terra.es>
10887         * net/tramp.el (tramp-unified-filenames): Autoload it.
10889 2002-09-23  Michael Kifer  <kifer@cs.stonybrook.edu>
10891         * ediff-init.el (ediff-get-next-window): Bug fix.
10893 2002-09-22  Oliver Scholz  <alkibiades@gmx.de>
10895         * play/gamegrid.el (gamegrid-face): New variable to emulate a
10896         buffer-local default face.
10897         (gamegrid-xbm): New variable; XBM image as a replacement for
10898         `gamegrid-xpm' on Emacsen compiled without XPM-support.
10899         (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
10900         of images to Emacs.
10901         (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
10902         convert XEmacs-type image descriptors.
10903         (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
10904         (gamegrid-make-image-from-vector): New function.  Convert XEmacs'
10905         image descriptors.
10906         (gamegrid-display-type): Use Emacs' standard `display-.*-p'
10907         functions to check for display capabilities.  Fix the recognition
10908         of image-support in Emacs 21 by this way.
10909         (gamegrid-hide-cursor): Removed.
10910         (gamegrid-setup-default-font): Ported the code from XEmacs to
10911         Emacs: create a new face and assign the variable `gamegrid-face'
10912         to it.  Make sure that the face is not higher than the smallest
10913         image used by the game.
10914         (gamegrid-initialize-display): Use `(setq cursor-type nil)'
10915         instead of `gamegrid-hide-cursor'.
10916         (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
10917         image in the buffer, instead of applying a face.  [This is because
10918         Emacs display-tables are not as capable as the display-tables in
10919         XEmacs.  Maybe this function should be renamed to reflect the change?]
10920         (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
10921         the face held by `gamegrid-face' in an overlay over the whole
10922         buffer to emulate a buffer-local default-face.
10924 2002-09-22  Markus Triska  <triska@gmx.at>  (iny change)
10926         * play/doctor.el (doctor-doc): Add 2 question words.
10927         (doctor-getnoun): Parse and save the complete object phrase.
10929 2002-09-22  Richard M. Stallman  <rms@gnu.org>
10931         * international/mule-cmds.el (select-safe-coding-system): Cope if
10932         default-coding-system gives nil which was then used in `min'.
10934         * mail/sendmail.el (sendmail-send-it): If user's buffer
10935         is unibyte, make tembuf unibyte.
10937 2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
10939         * net/tramp.el: Version 2.0.22 released.
10940         (tramp-parse-rhosts, tramp-parse-shosts)
10941         (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
10942         `add-to-list' for performance reasons.
10943         (tramp-get-completion-user-host): Return `nil' in case both `user'
10944         and 'host' are empty (not necessarily `nil'.
10945         (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
10946         (tramp-user-regexp): " \t" are not user regexp characters.
10947         (tramp-completion-handle-file-name-all-completions):
10948         Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
10949         completely, and it returns local completions as well.
10950         (tramp-completion-function-alist-ftp): New constant.
10951         (tramp-completion-function-alist): Add completion function for "ftp".
10952         From Michael Albinus <Michael.Albinus@alcatel.de>.
10954 2002-09-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10956         * net/tramp.el: Version 2.0.21 released.
10957         (tramp-handle-file-newer-than-file-p): If mtime of both files is
10958         known, return a useful result.  Better error message in case one
10959         is a Tramp file and one isn't.
10960         (tramp-handle-file-local-copy, tramp-handle-write-region)
10961         (tramp-find-shell, tramp-open-connection-telnet)
10962         (tramp-open-connection-rsh, tramp-open-connection-su)
10963         (tramp-open-connection-setup-interactive-shell)
10964         (tramp-post-connection, tramp-maybe-open-connection)
10965         (tramp-method-out-of-band-p): Correct number of args for
10966         `tramp-get-rsh-program' and similar functions.
10968 2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
10970         * net/tramp.el: Version 2.0.20 released.
10972 2002-09-20  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
10974         * net/tramp.el (tramp-completion-function-alist): Escape open
10975         paren in docstring.
10976         (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
10977         (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
10978         instead of tramp-message.
10979         (tramp-open-connection-rsh): Handle empty string as user name.
10980         (tramp-open-connection-su): Handle empty string as host name.
10981         Handle nil user name.
10982         (tramp-handle-file-local-copy, tramp-handle-write-region)
10983         (tramp-completion-handle-file-name-all-completions)
10984         (tramp-open-connection-telnet, tramp-open-connection-rsh)
10985         (tramp-open-connection-su, tramp-post-connection)
10986         (tramp-maybe-open-connection, tramp-method-out-of-band-p)
10987         (tramp-get-connection-function, tramp-get-remote-sh)
10988         (tramp-get-rsh-program, tramp-get-rsh-args)
10989         (tramp-get-rcp-program, tramp-get-rcp-args)
10990         (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
10991         (tramp-get-su-args, tramp-get-telnet-program)
10992         (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
10993         additional args USER, HOST.
10994         (tramp-action-password, tramp-open-connection-telnet)
10995         (tramp-open-connection-su, tramp-open-connection-multi)
10996         (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
10997         takes USER and HOST arguments, to be able to use
10998         `tramp-find-method'.  Update callers.
10999         (tramp-find-method): New function.
11001 2002-09-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11003         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
11004         in SWITCHES (by removing it).
11006 2002-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11008         * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
11010 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11012         * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
11014 2002-09-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11016         * net/tramp.el (tramp-bug): Add tramp-methods.
11018 2002-09-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11020         * net/tramp.el (tramp-methods): Update docstring:
11021         tramp-encoding-command, tramp-decoding-command,
11022         tramp-encoding-function and tramp-decoding-function are not
11023         parameters anymore.
11024         (tramp-uuencode-region): Autoload it.
11026 2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11028         * net/tramp.el: Version 2.0.19 released.
11030         * net/tramp-uu.el: New file, implements uuencode in Lisp.
11032         * net/tramp.el (tramp-coding-commands):
11033         Use `tramp-uuencode-region' as local encoder for the uuencode based
11034         entries.
11036 2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11038         * net/tramp.el (tramp-handle-write-region): Wrong parens.
11040 2002-09-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11042         * net/tramp.el: Version 2.0.18 released.
11044         * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
11045         older versions of Perl.  Now tested with 5.004.  Suggestion from
11046         Michael Albinus.
11048 2002-09-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11050         * net/tramp.el (tramp-find-inline-encoding):
11051         Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
11052         (tramp-call-local-coding-command): OUTPUT equals nil means to
11053         discard the output.  INPUT equals nil means /dev/null.
11055 2002-09-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11057         * net/tramp.el (tramp-encoding-shell): Default to environment
11058         variable COMSPEC on Windows.
11059         (tramp-handle-write-region): More debugging output.
11060         (tramp-find-inline-encoding): Ditto.
11062 2002-09-11  Michael Albinus  <Michael.Albinus@alcatel.de>
11064         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11065         Define `result1'.
11066         (tramp-parse-hosts-group): Discard IPv6 entries.
11068 2002-09-11  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
11070         * net/tramp.el (tramp-post-connection): Only send Perl
11071         mime-encode/decode implementations when using inline method.
11072         (tramp-handle-file-local-copy)
11073         (tramp-handle-write-region, tramp-post-connection)
11074         (tramp-coding-commands, tramp-find-inline-encoding): For the
11075         inline encodings, distinguish between local and remote commands,
11076         instead of between commands and functions.  (The local commands
11077         can be functions, too.)  If the local host is a Windows machine,
11078         we can't expect the same commands to work there as on the remote host.
11079         (tramp-call-local-coding-command): New function for calling local
11080         encoding and decoding commands.
11081         (tramp-set-remote-encoding, tramp-get-remote-encoding)
11082         (tramp-set-remote-decoding, tramp-get-remote-decoding)
11083         (tramp-set-local-encoding, tramp-get-local-encoding)
11084         (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
11085         (tramp-get-encoding-command, tramp-set-encoding-command)
11086         (tramp-get-decoding-command, tramp-set-decoding-command)
11087         (tramp-get-encoding-function, tramp-set-encoding-function)
11088         (tramp-get-decoding-function, tramp-set-decoding-function):
11089         Old functions, removed.
11091 2002-09-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11093         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
11094         Change command to invoke /bin/sh slightly to make it compatible
11095         with the `rc' shell.  Suggested by Daniel Pittman.
11097 2002-09-10  Michael Albinus  <Michael.Albinus@alcatel.de>
11099         * net/tramp.el (tramp-handle-write-region): Added missing
11100         `)'.  Hope it's the right place.
11102 2002-09-09  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11104         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
11105         Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
11106         order to get a sane shell prompt.  If people have ${CWD}, say, in
11107         their shell prompt, then the default login shell might display
11108         something harmless, but the /bin/sh will display a dollar sign
11109         which confused the subsequent prompt recognition.
11110         (tramp-multi-action-password): More debugging output.
11111         (tramp-encoding-shell): Renamed from tramp-sh-program.
11112         More documentation.  Default to cmd.exe on Windows NT.
11113         (tramp-encoding-command-switch): New variable.  Use instead of
11114         hard-wired "-c" which is only good for /bin/sh.
11115         (tramp-encoding-reads-stdin): New variable.  If t, commands are
11116         called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
11117         like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
11118         (tramp-multi-sh-program): Always default to tramp-encoding-shell.
11119         (tramp-handle-file-local-copy, tramp-handle-write-region):
11120         Respect tramp-encoding-shell and friends.
11121         (tramp-find-inline-encoding): Use new-style calls for checking if
11122         the local commands work.
11124 2002-09-07  Michael Albinus  <Michael.Albinus@alcatel.de>
11126         * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
11127         entries. They are handled now by `tramp-completion-function-alist'.
11128         (tramp-completion-function): Defvar removed. I've never used
11129         it. Hmm.
11130         (tramp-get-completion-function)
11131         (tramp-get-completion-rsh, tramp-get-completion-ssh)
11132         (tramp-get-completion-telnet, tramp-get-completion-su):
11133         Functions removed as well.  Not necessary any longer due to extended
11134         customization means.
11135         (tramp-completion-function-alist): New defcustom. Holds all
11136         FUNCTION FILE pairs used for user and host name completion
11137         relevant for METHOD.
11138         (tramp-completion-function-alist-rsh)
11139         (tramp-completion-function-alist-ssh)
11140         (tramp-completion-function-alist-telnet)
11141         (tramp-completion-function-alist-su): Defconst for initializing
11142         `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
11143         values are known for me until now. Needs to be completed for at
11144         least VMS++ like operating systems.
11145         (tramp-set-completion-function)
11146         (tramp-get-completion-function): New functions for configuration
11147         of `tramp-completion-function-alist'. The old definition of
11148         `tramp-get-completion-function' has been discarded.
11149         (tramp-completion-handle-file-name-all-completions):
11150         Change function call for user/host completion according to definition
11151         in `tramp-completion-function-alist'.
11152         (tramp-parse-passwd): Added exception handling for "root", because
11153         `tramp-get-completion-su' (the previous place for this stuff)
11154         doesn't exist any longer.
11156 2002-09-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11158         * net/tramp.el (tramp-enter-password):
11159         Use `tramp-password-end-of-line' to terminate the line.
11160         (tramp-bug): Include new variable `tramp-password-end-of-line'.
11161         (tramp-password-end-of-line): New variable.  People who use plink
11162         under Windows might have to issue "\r\n" after the password, but
11163         they need to send just "\n" after the other commands.  So this
11164         variable was introduced to complement `tramp-rsh-end-of-line'.
11165         (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
11166         of line of the output delimiter.
11168 2002-09-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11170         * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
11171         (tramp-open-connection-setup-interactive-shell): Add some comments
11172         about Douglas Grey Stephen's suggestions to make Tramp work better
11173         with plink under Windows.  I'm not sure what to think of them, but
11174         now I have a guinea pig to try it out on.  Said guinea pig is
11175         having other problems, though...  Also remove some commented-out code.
11177 2002-09-06  Michael Albinus  <Michael.Albinus@alcatel.de>
11179         * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
11180         tuned.
11181         (tramp-get-completion-user-host): Accept user names as they are if
11182         typed until "@".
11183         (tramp-completion-mode): Replace `last-input-char' by modern
11184         `last-input-event'. Check for `event-modifiers'.
11186 2002-09-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11188         * net/tramp.el (file-expand-wildcards): Corrected check to see if
11189         advising is necessary.
11191 2002-09-05  Michael Albinus  <Michael.Albinus@alcatel.de>
11193         * net/tramp.el (tramp-postfix-single-method-format)
11194         (tramp-postfix-multi-method-format)
11195         (tramp-postfix-multi-hop-format)
11196         (tramp-postfix-user-format): New format strings.
11197         (tramp-postfix-single-method-regexp)
11198         (tramp-postfix-multi-method-regexp)
11199         (tramp-postfix-multi-hop-regexp)
11200         (tramp-postfix-user-regexp)
11201         (tramp-make-multi-tramp-file-format)
11202         (tramp-make-tramp-file-name): Apply them.
11203         (tramp-completion-handle-file-name-all-completions): Fix for
11204         invoking ange-ftp in case of "/ftp:xxx" file names.
11206 2002-09-04  Michael Albinus  <Michael.Albinus@alcatel.de>
11208         * net/tramp.el (tramp-prefix-format)
11209         (tramp-postfix-host-format): New format strings.
11210         (tramp-prefix-regexp, tramp-method-regexp)
11211         (tramp-postfix-single-method-regexp)
11212         (tramp-postfix-multi-method-regexp)
11213         (tramp-postfix-multi-hop-regexp)
11214         (tramp-user-regexp, tramp-postfix-user-regexp)
11215         (tramp-host-regexp, tramp-postfix-host-regexp)
11216         (tramp-path-regexp): New atomar regular expressions.
11217         If corresponding format strings exist, derived from them.
11218         (tramp-file-name-structure)
11219         (tramp-multi-file-name-structure)
11220         (tramp-multi-file-name-hop-structure)
11221         (tramp-make-multi-tramp-file-format)
11222         (tramp-completion-mode)
11223         (tramp-completion-dissect-file-name)
11224         (tramp-parse-rhosts-group)
11225         (tramp-parse-shosts-group)
11226         (tramp-parse-hosts-group)
11227         (tramp-parse-passwd-group): Apply these expressions.
11228         (tramp-file-name-structure-unified)
11229         (tramp-file-name-structure-separate)
11230         (tramp-make-tramp-file-format-unified)
11231         (tramp-make-tramp-file-format-separate)
11232         (tramp-make-tramp-file-format)
11233         (tramp-make-tramp-file-user-nil-format-unified)
11234         (tramp-make-tramp-file-user-nil-format-separate)
11235         (tramp-make-tramp-file-user-nil-format)
11236         (tramp-multi-file-name-structure-unified)
11237         (tramp-multi-file-name-structure-separate)
11238         (tramp-multi-file-name-hop-structure-unified)
11239         (tramp-multi-file-name-hop-structure-separate)
11240         (tramp-make-multi-tramp-file-format-unified)
11241         (tramp-make-multi-tramp-file-format-separate): Removed.
11242         (tramp-make-tramp-file-name): Allow partial tramp file
11243         names. Generate tramp file format on-the-fly depending on
11244         parameters. Apply atomar format strings resp expressions.
11245         (tramp-get-completion-methods)
11246         (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
11247         (tramp-parse-hosts-group): Take all host names and IP addresses
11248         into account.
11249         (tramp-bug): Remove `tramp-make-tramp-file-format'.
11251 2002-09-01  Michael Albinus  <Michael.Albinus@alcatel.de>
11253         * net/tramp.el (tramp-methods): Add `tramp-completion-function'
11254         for "su" and "sudo".
11255         (tramp-get-completion-telnet): Implement it.
11256         (tramp-parse-hosts)
11257         (tramp-parse-hosts-group)
11258         (tramp-get-completion-su)
11259         (tramp-parse-passwd)
11260         (tramp-parse-passwd-group): New functions.
11262 2002-08-31  Michael Albinus  <Michael.Albinus@alcatel.de>
11264         * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
11265         (tramp-completion-file-name-handler-alist): Add handler for
11266         `file-exists-p.
11267         (tramp-completion-handle-file-exists-p): New function.
11268         (tramp-completion-handle-file-name-completion): Simplified.
11269         (tramp-completion-dissect-file-name): Regexp's reorganised.
11270         (tramp-completion-handle-file-name-all-completions):
11271         Call completion-function only if `user' or `host' is given.
11272         (tramp-get-completion-user-host): New function.
11273         (tramp-get-completion-rsh)
11274         (tramp-get-completion-ssh): Apply it.
11276 2002-08-29  Michael Albinus  <Michael.Albinus@alcatel.de>
11278         * net/tramp.el (tramp-completion-file-name-handler-alist):
11279         Add handler for `expand-file-name'.
11280         (tramp-completion-handle-expand-file-name): New function.
11282 2002-08-26  Michael Albinus  <Michael.Albinus@alcatel.de>
11284         * net/tramp.el (tramp-completion-mode): New function.
11285         (tramp-completion-handle-file-name-directory)
11286         (tramp-completion-handle-file-name-all-completions): Apply it.
11287         (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
11288         (tramp-point-at-eol): New defalias.
11289         (tramp-parse-rhosts-group)
11290         (tramp-parse-shosts-group):: Apply it.
11292 2002-08-25  Michael Albinus  <Michael.Albinus@alcatel.de>
11294         * net/tramp.el (tramp-get-completion-methods)
11295         (tramp-get-completion-rsh)
11296         (tramp-get-completion-ssh): Add "[" for Xemacs.
11297         (tramp-completion-file-name-regexp-separate): Expression adapted.
11298         (tramp-completion-file-name-handler-alist): Add handler for
11299         `file-name-directory' and `file-name-nondirectory'.
11300         (tramp-completion-handle-file-name-directory)
11301         (tramp-completion-handle-file-name-nondirectory)
11302         (tramp-completion-run-real-handler): New functions.
11303         (tramp-completion-file-name-handler)
11304         (tramp-completion-handle-file-name-all-completions):
11305         Apply `tramp-completion-run-real-handler'.
11306         (tramp-parse-rhosts)
11307         (tramp-parse-shosts): Use `with-temp-buffer'. `result\e$,1!=\e(B renamed to
11308         `res' (otherwise side effects in XEmacs).
11310 2002-08-24  Michael Albinus  <Michael.Albinus@alcatel.de>
11312         * net/tramp.el (tramp-completion-file-name-regexp)
11313         (tramp-completion-file-name-handler-alist)
11314         (tramp-flatten-list)
11315         (tramp-completion-dissect-file-name)
11316         (tramp-get-completion-rsh)
11317         (tramp-parse-rhosts)
11318         (tramp-parse-rhosts-group)
11319         (tramp-get-completion-ssh): Doc string tuned.
11320         (tramp-methods): Doc string and custom type extended for
11321         `tramp-completion-function'.
11322         (tramp-completion-function): Variable added. Is it really used?
11323         Other variables like `tramp-completion-function' aren't used.
11324         (tramp-completion-file-name-handler-alist): Add handler for
11325         `file-name-completion'.
11326         (tramp-completion-handle-file-name-completion): New function.
11328 2002-08-18  Michael Albinus  <Michael.Albinus@alcatel.de>
11330         * net/tramp.el (tramp-parse-rhosts)
11331         (tramp-parse-rhosts-group)
11332         (tramp-parse-shosts)
11333         (tramp-parse-shosts-group): New functions.
11335 2002-08-17  Michael Albinus  <Michael.Albinus@alcatel.de>
11337         * net/tramp.el (tramp-completion-dissect-file-name)
11338         (tramp-completion-dissect-file-name1): New functions.
11340 2002-08-16  Michael Albinus  <Michael.Albinus@alcatel.de>
11342         * net/tramp.el (tramp-get-completion-function)
11343         (tramp-get-completion-rsh)
11344         (tramp-get-completion-ssh)
11345         (tramp-get-completion-telnet): New functions.
11346         (tramp-methods): Add `tramp-completion-function' for all methods.
11348 2002-08-15  Michael Albinus  <Michael.Albinus@alcatel.de>
11350         * net/tramp.el (tramp-get-completion-methods): New function.
11351         (tramp-find-default-method): Allow host to be nil (like user).
11353 2002-08-14  Michael Albinus  <Michael.Albinus@alcatel.de>
11355         * net/tramp.el (tramp-completion-file-name-regexp-unified)
11356         (tramp-completion-file-name-regexp-separate)
11357         (tramp-completion-file-name-regexp)
11358         (tramp-completion-file-name-handler-alist): New defcustoms.
11359         (tramp-completion-file-name-handler): New function.
11360         Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
11361         (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
11362         to `inhibit-file-name-handlers'.
11363         (tramp-completion-handle-file-name-all-completions)
11364         (tramp-completion-handle-file-name-completion): New functions.
11366 2002-08-12  Michael Albinus  <Michael.Albinus@alcatel.de>
11368         * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
11369         must be called again after activating `ange-ftp'.
11370         (tramp-ange-ftp-file-name-p): Check for Xemacs.
11372 2002-08-08  Michael Albinus  <Michael.Albinus@alcatel.de>
11374         * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
11375         KEEP-DATE to tramp-invoke-ange-ftp 'rename.
11376         (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
11377         tramp-invoke-ange-ftp 'write-region.
11378         (tramp-handle-set-file-modes): Change order of FILENAME and MODE
11379         passing to tramp-invoke-ange-ftp 'set-file-modes.
11380         (tramp-flatten-list): New function. Maybe this functionality does
11381         exist already elsewhere in the libraries.
11382         (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
11383         list in order to avoid nested lists, f.e. when invoked from
11384         `tramp-handle-dired-call-process'.
11386 2002-09-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11388         * net/tramp.el (tramp-chunksize): New kluge variable.
11389         (tramp-send-region): If tramp-chunksize is non-nil, send region in
11390         parts and sleep 0.1 seconds between chunks.
11392 2002-09-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11394         * net/tramp.el (tramp-handle-insert-directory):
11395         Use `insert-buffer-substring' instead of `insert-buffer', which is not
11396         supposed to be used from Lisp.  Remember old point in a variable
11397         instead of using `mark'.  Suggestion from Stefan Monnier.
11398         (tramp-unified-filenames): New variable.  Use it in default value
11399         of other filename variables.
11400         (file-expand-wildcards): Don't advise unless "[" and "]" are used
11401         in the filename format.
11403 2002-09-01  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11405         * net/tramp.el (tramp-methods): Remove duplicate definition of
11406         ssh1-old and ssh2-old.
11408 2002-09-22  Kai Gro\e,A_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
11410         * dired.el (dired-insert-directory): Always add "--dired" to to
11411         SWITCHES for remote files.
11412         * files.el (insert-directory): Comment saying that "--dired"
11413         might be in the SWITCHES.
11414         * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
11415         (ange-ftp-insert-directory): Comment explaining "--dired" handling.
11417 2002-09-21  Markus Rost  <rost@math.ohio-state.edu>
11419         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
11420         word constituent syntax.
11422 2002-09-21  Richard M. Stallman  <rms@gnu.org>
11424         * cus-dep.el (custom-make-dependencies): Bind to t
11425         around evaluating the def-form.
11427         * custom.el (custom-dont-initialize): New variable.
11428         (custom-declare-variable): Don't init the variable
11429         if custom-dont-initialize is non-nil.
11431 2002-09-21  John Paul Wallington  <jpw@shootybangbang.com>
11433         * net/eudc.el (eudc-install-menu): Use `define-key' and
11434         `easy-menu-create-menu' to avoid duplication of menu.
11436 2002-09-20  Kim F. Storm  <storm@cua.dk>
11438         * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
11439         macro and terminate editing.
11440         (kmacro-step-edit-macro): Push previous macro onto ring if changed
11441         by step editing.
11443 2002-09-19  Tom Tromey  <tromey@redhat.com>
11445         * play/blackbox.el (bb-right): Respect prefix argument.
11446         (bb-left, bb-up, bb-down): Likewise.
11448 2002-09-19  Richard M. Stallman  <rms@gnu.org>
11450         * cus-dep.el (custom-make-dependencies): Fix previous change.
11452 2002-09-19  Juanma Barranquero  <lektu@terra.es>
11454         * ielm.el (ielm-eval-input): Call `error-message-string' instead
11455         of the non-existent `ielm-format-error'.
11457 2002-09-19  Stefan Monnier  <monnier@cs.yale.edu>
11459         * emacs-lisp/easymenu.el (easy-menu-remove):
11460         * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
11462         * international/mule-diag.el (describe-coding-system):
11463         Remove unused `coding-spec' variable.
11464         (list-input-methods): Be more careful when setting up the help buffer.
11466         * international/ucs-tables.el (unify-8859-on-encoding-mode):
11467         Set init value to t to reflect reality.
11468         (ucs-minibuffer-setup): Use minibuffer-selected-window.
11470 2002-09-18  Stefan Monnier  <monnier@cs.yale.edu>
11472         * progmodes/make-mode.el (makefile-cleanup-continuations-p):
11473         Rename to makefile-cleanup-continuations.
11474         (makefile-mode): Use write-file-functions.
11475         (makefile-fill-paragraph): Use match-string-no-properties.
11476         (makefile-fill-paragraph): Use line-end-position.
11477         (makefile-add-log-defun): Simplify.
11479 2002-09-18  Richard M. Stallman  <rms@gnu.org>
11481         * dired.el (dired-mark-pop-up): Doc fix.
11483         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
11484         definition straight into loaddefs.el as well as executing it here.
11486 2002-09-18  Colin Walters  <walters@debian.org>
11488         * calc/calc.el (calc-mode): Add font-lock-defontify to
11489         change-major-mode-hook.
11491 2002-09-18  Richard M. Stallman  <rms@gnu.org>
11493         * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
11494         Don't ignore errors in rm line.
11496         * menu-bar.el (menu-bar-search-menu): Nicer help string.
11498         * replace.el (occur-engine-add-prefix): Use 7 spaces.
11499         (occur-engine): Use 7 digits to align tabs in the data.
11501         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
11502         Don't make the definition dynamic if it shares structure
11503         with the arg list.
11505         * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
11506         (pdb): In gud-remove, pass down the file name.
11508         * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
11510 2002-09-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
11512         * ielm.el: (*1, *2, *3): New variables.
11513         (ielm-eval-input): Make temporary buffers current on entry and
11514         exit to the let bindings for *, ** and ***.
11515         (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
11516         Do not overrule global bindings for *, ** and ***.
11518 2002-09-18  Tom Tromey  <tromey@redhat.com>
11520         * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
11521         boundaries before filling.
11523 2002-09-18  Stefan Monnier  <monnier@cs.yale.edu>
11525         * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
11526         (server-switch-buffer): Only select a different window if
11527         next-buffer is non-nil.  Don't switch in a dedicated window.
11528         If next-buffer is already displayed, reuse that window.
11530         * diff-mode.el (diff-mode): Use compilation-minor-mode.
11531         Don't unbind compilation-last-buffer after autoloading compile.el.
11532         Hide the compilation-minor-mode bindings altogether.
11534 2002-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11536         * dired.el (dired-insert-directory): Never add "--dired" when
11537         listing remote directories.
11539 2002-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
11541         * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
11543         * ediff-init.el: Use defalias instead of fset.
11545         * ediff-util.el: Use defalias instead of fset.
11547         * viper-util.el (viper-chars-in-region): Simplification.
11549         * viper.el (viper-emacs-state-mode-list): Added modes.
11551 2002-09-18  Jonathan Yavner  <jyavner@engineer.com>
11553         * emacs-lisp/testcover.el: New file.  Uses edebug to instrument a
11554         module of code, with graphical display of poor-coverage spots.
11556         * emacs-lisp/testcover-ses.el: New file.  Demonstrates use of
11557         testcover on a interactive module like ses.
11559         * emacs-lisp/testcover-unsafep.el: New file.  Demonstrates use of
11560         testcover on a noninteractive module like unsafep.
11562 2002-09-18  Miles Bader  <miles@gnu.org>
11564         * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
11565         unless it's bound.
11567 2002-09-17  Stefan Monnier  <monnier@cs.yale.edu>
11569         * server.el (server-log): Add `client' arg.
11570         (server-start): Don't bother canceling the sentinel.
11571         (server-process-filter): Use replace-regexp-in-string and
11572         handle the new &n quoting.  Use push.  Use server-log's new arg.
11573         Don't output the C-x # message if `nowait'.
11574         (server-buffer-done): Use server-log's new arg.
11576 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
11578         * ses.el: New file.
11580         * emacs-lisp/unsafep.el: New file.
11582         * files.el (auto-mode-alist): Add ".ses" for ses-mode.
11583         (inhibit-quit): This is risky for unsafep, doesn't matter much for
11584         anybody else.
11585         (risky-local-variable-p): New function.  Split off from
11586         hack-one-local-variable so unsafep can use it.  Add \|-history$ to
11587         the list of disallowed local variable names (malicious user could
11588         stuff a `display' property in there that would be activated when
11589         na\e,Ao\e(Bve user called up the history).
11591 2002-09-16  Markus Rost  <rost@math.ohio-state.edu>
11593         * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
11595 2002-09-16  Richard M. Stallman  <rms@gnu.org>
11597         * play/gomoku.el (gomoku-move-up, gomoku-move-down):
11598         Use forward-line and move-to-column.
11600         * cus-edit.el (custom-variable-backup-value): New function.
11601         (custom-variable-reset-backup): New function.
11602         (custom-variable-menu): Add item for custom-variable-reset-backup.
11603         (custom-variable-set, custom-variable-reset-saved)
11604         (custom-variable-reset-standard): Call custom-variable-backup-value.
11606 2002-09-16  Stefan Monnier  <monnier@cs.yale.edu>
11608         * dired.el (dired-font-lock-keywords): Use regexp-opt.
11609         (dired-move-to-filename): Better message when we fail to find the file.
11610         (dired-sort-toggle): Minor optimization.
11612 2002-09-16  Juanma Barranquero  <lektu@terra.es>
11614         * dired-aux.el (dired-add-entry): Add missing argument to
11615         `dired-mark'.
11617 2002-09-16  John Paul Wallington  <jpw@shootybangbang.com>
11619         * xscheme.el (scheme-interaction-mode): Doc fix.
11621         * net/eudc.el (eudc-plist-get): Doc fix.
11623 2002-09-16  Kim F. Storm  <storm@cua.dk>
11625         * menu-bar.el (menu-bar-last-search-type): New var.
11626         (nonincremental-repeat-search-forward)
11627         (nonincremental-repeat-search-backward): Repeat string or
11628         regexp search depending on menu-bar-last-search-type.
11629         (nonincremental-search-forward, nonincremental-re-search-forward)
11630         (nonincremental-search-backward, nonincremental-re-search-backward):
11631         Set menu-bar-last-search-type to string or regexp.
11632         (nonincremental-repeat-re-search-forward): Removed.
11633         (nonincremental-repeat-re-search-backward): Removed.
11634         (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
11635         (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
11636         (menu-bar-adv-search-menu): Removed.
11637         (menu-bar-search-menu): Reorganized.
11638         (menu-bar-edit-menu): Added "Replace" submenu.
11640 2002-09-15  Richard M. Stallman  <rms@gnu.org>
11642         * scroll-bar.el (scroll-bar-mode): Specify :initialize.
11644         * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
11645         when it's not being evaluated.
11647 2002-09-15  Markus Rost  <rost@math.ohio-state.edu>
11649         * dired.el (dired-move-to-filename): Fix previous change.
11651 2002-09-14  Kim F. Storm  <storm@cua.dk>
11653         * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
11654         (keypad-numlock-setup, keypad-numlock-shifted-setup):
11655         Change `Remove Binding' option to `Unspecified/User-defined'.
11656         (keypad-setup): Enhance explanation of setup type `none'.
11658 2002-09-14  Richard M. Stallman  <rms@gnu.org>
11660         * time.el (display-time-mode): Set display-time-load-average here.
11661         (display-time-load-average): Initialize to nil.
11662         (display-time-default-load-average): Add "None" alternative.
11663         (display-time-update): Handle "None" alternative for load-average.
11665         * dired-aux.el (dired-bunch-files): Put the arg FILES
11666         back as it was after temporary destrucive mods.
11667         (dired-add-entry): Use dired-insert-directory to handle indentation.
11668         Explicitly restore the line's marker character.
11669         Preserve the old file name's text properties.
11670         (dired-add-entry-do-indentation): Function deleted.
11671         (dired-relist-file): Doc fix.
11672         (dired-rename-file): Change argument names.
11673         (foo-rename-file): New function.
11674         (dired-do-hardlink): Use dired-hardlink.
11675         (dired-hardlink): New function.
11676         (dired-insert-subdir-doinsert): Use dired-insert-directory;
11677         that handles indentation, text props and header line.
11678         dired-readin-insert gets no args.
11679         Use `last' instead of `reverse'.
11681         * dired.el (dired-use-ls-dired): New variable.
11682         (dired-directory): Document the rules better.
11684         * dired.el (dired-insert-headerline): Function deleted.
11685         (dired-revert): Pass no args to dired-readin.
11686         (dired-move-to-filename): First try using dired-filename property.
11687         (dired-move-to-end-of-filename): Likewise.
11688         (dired-why): Try to show the start of this page of warnings.
11689         (dired-log): Insert the buffer name at start of page, not end.
11690         (dired-log-summary): If just one failure, explain it in echo area.
11692         * dired.el (dired-internal-noselect):
11693         Always set dired-directory, when buffer is not new.
11694         Pass dir-or-list, not dirname, to dired-mode.
11695         Call dired-readin with no args.
11696         Don't call dired-after-readin-hook here.
11697         (dired-find-buffer-nocreate): Expand dirname.
11698         Expand the dir from dired-directory to compare with dirname.
11700         (dired-readin): Take no args.  Get the directory from dired-directory.
11701         Run dired-before-reading hook inside save-excursion.
11702         Run dired-after-readin-hook here.
11703         Don't make undo entries at all.
11704         Call dired-readin-insert with no args.
11705         Don't change indentation here.
11706         Don't insert headerline here.
11708         (dired-readin-insert): Take no args.
11709         Get dir and file-list from dired-directory.
11710         Call dired-insert-directory the new way.
11711         Don't insert "wildcard" info here.
11713         (dired-insert-directory): New arg FILE-LIST.
11714         First arg now DIR, always just the directory.
11715         This function fully handles setting up the buffer text:
11716         update indentation, insert headerline and "wildcard" info.
11717         Pass --dired arg if appropriate; put info in dired-filename props.
11718         Don't expand file names here.
11720         * warnings.el (display-warning): In batch mode,
11721         exclude the final newline from the arg to `message'.
11723 2002-09-13  Markus Rost  <rost@math.ohio-state.edu>
11725         * files.el (diff-buffer-with-file): Check whether associated file
11726         exists.  Display message for 1 second.  Always return nil.
11728 2002-09-13  Stefan Monnier  <monnier@cs.yale.edu>
11730         * diff-mode.el (diff-mode): Turn on compilation-minor-mode
11731         support again, but more carefully this time.
11733         * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
11734         such that backward-sexp correctly skips them.
11735         (perl-font-lock-keywords-2): Use regexp-opt.
11736         (perl-font-lock-syntactic-keywords)
11737         (perl-font-lock-syntactic-face-function): Better handle PODs.
11738         Handle package names with ' in them and ($$) in `sub' declarations.
11739         Handle format staements.  Handle regexp and quote-like ops.
11740         (perl-empty-syntax-table): New var.
11741         (perl-quote-syntax-table): New fun.
11743         * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
11744         (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
11746         * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
11748         * derived.el (define-derived-mode): Properly ignore unknown args.
11750         * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
11751         Don't call the function during init if mode is on by default.
11753         * simple.el: Provide `simple'.
11754         (transient-mark-mode, line-number-mode, column-number-mode):
11755         Pass an explicit `:require nil' argument.
11757 2002-09-13  Francesco Potort\e,Al\e(B  <pot@gnu.org>
11759         * play/tetris.el (tetris-blank-options, tetris-cell-options):
11760         Remove various redundant `(t nil)'.
11762         * play/snake.el (snake-border-options): Use color on tty if available.
11764         * play/tetris.el (tetris-border-options): Likewise.
11766         * play/pong.el (pong-border-options): Likewise, plus reset
11767         color on tty to be [0.5 0.5 0.5].
11769 2002-09-13  Kim F. Storm  <storm@cua.dk>
11771         * kmacro.el (kmacro-start-macro): Doc fix.
11773 2002-09-13  Juanma Barranquero  <lektu@terra.es>
11775         * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
11776         to `idlwave-idlwave_routine_info-compiled'.
11778         * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
11779         three arguments, not four.
11781 2002-09-13  Kim F. Storm  <storm@cua.dk>
11783         * kmacro.el (kmacro-keymap): Changed bindings:
11784         C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
11786 2002-09-12  Richard M. Stallman  <rms@gnu.org>
11788         * international/mule-cmds.el (universal-coding-system-argument):
11789         Read the coding system inside `interactive' spec, for command-history.
11791 2002-09-12  Stefan Monnier  <monnier@cs.yale.edu>
11793         * emacs-lisp/find-func.el (find-library-name): Don't forget
11794         the empty suffix.  Fix stale variable name.
11796         * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
11797         (gud-pdb-massage-args): Delete.
11798         (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
11799         (gud-gdb-command-name): New var.  Put "--fullname" in there.
11800         (gud-query-cmdline): Use the most recent executable as the default.
11801         Don't add "--fullname" (it's only valid/meaningful for GDB).
11802         (gud-xdb-marker-filter): Use match-string.
11803         (gud-perldb-massage-args): Don't add "-d".
11804         (gud-perldb-command-name): Add "-d".
11805         (gud-common-init): If `massage-args' is nil, don't call it.
11806         (gud-format-command): Don't hardcode point-min==1.
11808         * derived.el: Require CL when compiling.
11810 2002-09-12  Simon Josefsson  <jas@extundo.com>
11812         * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
11813         (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
11814         Use expand-file-name.  Also don't require time-stamp.
11816 2002-09-11  Richard M. Stallman  <rms@gnu.org>
11818         * derived.el (define-derived-mode): When making new abbrev table,
11819         don't try to copy the parent's abbrev table.
11821         * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
11822         Always round scroll-bar-width parameter up.
11823         If it is nil, use 14.
11825         * abbrev.el (copy-abbrev-table): New function.
11827 2002-09-11  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11829         * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
11830         ps-default-bg setting.
11831         (ps-print-version): New version number (6.5.7).
11832         (ps-mark-active-p): New fun.
11833         (ps-print-preprint-region): Adjust code.
11835 2002-09-11  Dave Love  <fx@gnu.org>
11837         * international/mule.el (non-standard-designations-alist)
11838         (ctext-pre-write-conversion): Don't generate invalid extended
11839         segments for iso8859.
11841         * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
11842         (cyrillic-alternativnyj-decode-table): Fix some entries.
11844         * international/ucs-tables.el: Fix last change.
11846         * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
11847         change.
11849 2002-09-11  Kim F. Storm  <storm@cua.dk>
11851         * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
11852         kmacro-end-and-call-macro.
11854 2002-09-11  Juanma Barranquero  <lektu@terra.es>
11856         * newcomment.el (uncomment-region): Fix let/let* use.
11858 2002-09-11  Simon Josefsson  <jas@extundo.com>
11860         * time-stamp.el (time-stamp-hhmmss): New function.
11862         * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
11863         (gud-query-cmdline): Add --fullname to the user cmdline.
11865         * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
11867 2002-09-11  Kim F. Storm  <storm@cua.dk>
11869         * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
11870         (kmacro-step-edit-map): Bind "A" to `append-end'.
11871         (kmacro-step-edit-prompt): Fix prompt.
11872         (kmacro-step-edit-query): Handle `append-end' response.
11873         (kmacro-step-edit-pre-command): Activate `append-end' at end of
11874         macro when required.
11876 2002-09-11  Stefan Monnier  <monnier@cs.yale.edu>
11878         * derived.el (define-derived-mode): Fix typo.
11880         * menu-bar.el (line-number-mode, column-number-mode)
11881         (transient-mark-mode): Use minor mode directly.
11882         (menu-bar-make-toggle): Remove `props' arg.
11883         Move customize-mark-as-set directly into the toggle function.
11885         * whitespace.el (whitespace-global-mode): Use define-minor-mode.
11886         Use the new file hook names.
11887         (whitespace-describe): Remove.  Move the text to `Commentary:'.
11888         (whitespace-unload-hook): Use the new file hook names.
11890         * finder.el (finder-find-library): Remove.
11891         (finder-commentary): Use find-library-name and add completion.
11893         * simple.el (transient-mark-mode, line-number-mode)
11894         (column-number-mode): Use define-minor-mode.
11895         (define-mail-user-agent): Delete.  Moved to subr.el.
11897         * loadup.el ("simple.el"): Move to after loaddefs.el.
11899         * subr.el (define-mail-user-agent): Moved from simple.el.
11901 2002-09-10  Richard M. Stallman  <rms@gnu.org>
11903         * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
11904         (boolp): Function deleted.
11906 2002-09-10  Dave Love  <fx@gnu.org>
11908         * international/utf-8.el (ucs-mule-to-mule-unicode):
11909         Define unconditionally.
11910         (utf-8-fragmentation-table): New.  Use it in top-level mapc.
11911         (utf-8-fragment-on-decoding): Use it to keep
11912         utf-8-translation-table-for-decode variable and translation table
11913         in sync.
11915         * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
11916         when setting up tables and remove useless optimize-char-table.
11917         (ucs-mule-to-mule-unicode): Deleted.
11918         (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
11920         * international/utf-16.el (utf-16-le-pre-write-conversion)
11921         (utf-16-be-pre-write-conversion): Deleted.
11922         (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
11924 2002-09-10  Richard M. Stallman  <rms@gnu.org>
11926         * files.el (diff-buffer-with-file): Simplify.
11927         Don't signal an error if buffer has no file.
11928         Call sit-for after `diff' returns.
11930         * play/gamegrid.el (gamegrid-make-color-tty-face):
11931         Handle string as COLOR arg.
11932         (gamegrid-display-type): Don't assume display-color-p
11933         implies a color-x terminal.
11934         (gamegrid-hide-cursor): Set `cursor-type' local variable.
11936         * descr-text.el (describe-text-mode): Add font-lock-defontify to
11937         change-major-mode-hook.
11939         * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
11940         change-major-mode-hook.
11942         * comint.el (comint-mode): Add font-lock-defontify to
11943         change-major-mode-hook.
11945         * info.el (Info-mode): Add font-lock-defontify to
11946         change-major-mode-hook.
11948         * replace.el (occur-mode): Add font-lock-defontify to
11949         change-major-mode-hook.
11951         * font-core.el (font-lock-defontify): New function.
11953 2002-09-10  Richard M. Stallman  <rms@gnu.org>
11955         * ps-print.el (ps-printer-name-option): Doc fix.
11957 2002-09-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11959         * ps-print.el: Adjust ps-postscript-code-directory setting.
11960         XEmacs version check was adjusted.
11961         (ps-print-version): New version number (6.5.6).
11962         (ps-print-color-p, ps-page-dimensions-database): Autoload var.
11963         (ps-print-code, ps-print-preprint-region): Adjust code.
11965 2002-09-10  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11967         * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
11968         emacs-lisp-mode, like ~/.emacs.
11970 2002-09-10  Stefan Monnier  <monnier@cs.yale.edu>
11972         * newcomment.el (uncomment-region): Be more careful with `='.
11974 2002-09-10  Deepak Goel  <deego@glue.umd.edu>
11976         * play/doctor.el (doc//): Rename from `//'.  Update callers.
11977         (doc$): Rename from `$'.  Update callers.
11979 2002-09-10  Miles Bader  <miles@gnu.org>
11981         * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
11982         variable, not a function.
11984         * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
11986 2002-09-10  Kim F. Storm  <storm@cua.dk>
11988         * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
11989         nil while executing macro to avoid triggering delete-selection-mode.
11991         * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
11992         cancel defining keyboard macro when applicable.
11994 2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
11996         * simple.el (transient-mark-mode, line-number-mode)
11997         (column-number-mode): Undo previous change because of bootstrapping.
11999 2002-09-09  Stefan Monnier  <monnier@cs.yale.edu>
12001         * derived.el (define-derived-mode): Add keyword arguments.
12002         (derived-mode-make-docstring): Take abbrev and syntax table names.
12004         * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
12005         (font-lock-default-function): Change arg name.
12007         * cus-start.el (transient-mark-mode): Delete.  Done in simple.el.
12009         * paren.el (show-paren-function): Use syntax-after.
12011         * emacs-lisp/syntax.el (syntax-after): Delete.  Moved to subr.el.
12013         * subr.el (symbol-file): Also work for autoloaded funcs.
12014         (syntax-after): New fun moved from syntax.el.
12016         * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
12017         (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
12018         Update callers (but still run the old hooks as well).
12020         * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
12021         (find-library): New funs.
12022         (find-function-search-for-symbol): Use it.
12024         * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
12026         * isearch.el (isearch-cmds): Add docstring.
12027         (isearch-mouse-2): Lookup binding in the proper buffer.
12028         Use call-interactively and remove the now useless `arg'.
12029         (isearch-search-fun-function): New var.
12030         (isearch-search-fun): New fun.
12031         (isearch-search, isearch-lazy-highlight-search): Use it.
12033 2002-09-09  Stefan Monnier  <monnier@cs.yale.edu>
12035         * simple.el (what-line): Don't hard-code 1.
12036         (transient-mark-mode, line-number-mode, column-number-mode):
12037         Use define-minor-mode.
12038         (do-auto-fill): Only ignore prefix if it's really empty.
12040 2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
12042         * files.el (save-some-buffers-action-alist): Use lower case for
12043         help string of diff-buffer-with-file.
12045 2002-09-09  Richard M. Stallman  <rms@gnu.org>
12047         * calendar/calendar.el (mouse-scroll-calendar-left)
12048         (mouse-scroll-calendar-right, mouse-calendar-other-month):
12049         New commands.
12050         (calendar-mode-line-format): Use them.
12052         * emacs-lisp/bytecomp.el (byte-recompile-directory):
12053         Set and then bind default-directory.
12055         * startup.el (fancy-splash-head, normal-splash-screen):
12056         Change the messages that explain about GNU or GNU/Linux.
12058         * info.el (Info-search): Add (point-min) to subfile positions
12059         to get them right.  Skip the current subfile using forward-line.
12061         * files.el (make-backup-file-name-1): When make-directory fails,
12062         ignore backup-directory-alist.
12063         (make-directory): Expand DIR before looking for handler.
12065 2002-09-09  Jari Aalto  <jari.aalto@poboxes.com>
12067         * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
12068         In addition to RCS, exclude CVS directories.
12070         * ls-lisp.el (ls-lisp-format-time-list): New variable.
12071         (ls-lisp-format-time): Use it.
12073         * files.el (auto-mode-alist): Use sh-mode for .bash files.
12075 2002-09-09  Dave Love  <d.love@dl.ac.uk>
12077         * ps-print.el: Many doc fixes.
12079 2002-09-09  John Paul Wallington  <jpw@shootybangbang.com>
12081         * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
12082         Update callers.
12084 2002-09-08  Markus Rost  <rost@math.ohio-state.edu>
12086         * diff.el (diff): Doc fix.
12088 2002-09-08  Richard M. Stallman  <rms@gnu.org>
12090         * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
12092         * simple.el (undo-elt-in-region): Fix one-off error at END.
12093         (forward-visible-line): Handle invisibility by ignoring
12094         invisible newlines.  Also include entire invisible lines beyond
12095         the stopping point.
12097         * cus-edit.el (custom-save-variables, custom-save-faces):
12098         Clarify the comments written into .emacs.
12100 2002-09-08  Markus Triska  <triska@gmx.at>
12102         * play/doctor.el (doctor-doc): Recognize question words
12103         and use qlist.  Use doctor-shorten's return value.
12104         (doctor-shorten): Compute a return value, don't alter `sent'.
12105         (doctor-hates1): Add a question mark.
12106         (doctor-strangelove): Unused function deleted.
12108 2002-09-08  Kim F. Storm  <storm@cua.dk>
12110         * kmacro.el (kmacro-end-and-call-macro): New command to end and
12111         call keyboard macro in one step. Bind it to C-x e by default.
12112         (kmacro-call-macro): Use format-kbd-macro.
12113         (kmacro-step-edit-macro): New command to interactively step edit
12114         and execute last keyboard macro.
12115         (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
12116         (kmacro-step-edit-mini-window-height): New custom var.
12117         (kmacro-step-edit-map): New keymap (parent is query-replace-map).
12118         (kmacro-step-edit-prefix-commands): New var.
12119         (kmacro-step-edit-prompt, kmacro-step-edit-query)
12120         (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
12121         (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
12122         New aux functions for step editing keyboard macros.
12124         * subr.el (read-quoted-char): Apply listify-key-sequence to vector
12125         returned by this-single-command-raw-keys before appending it to
12126         unread-command-event.
12128 2002-09-07  Colin Walters  <walters@debian.org>
12130         * progmodes/compile.el (compile-internal): Add optional argument
12131         no-async.
12133         * diff.el (diff): Add optional argument no-async, and use the
12134         above argument.
12136         * files.el (diff-buffer-with-file): Call diff synchronously, so we
12137         don't delete the temporary file before diff has a chance to read
12138         it.
12140         * ibuf-ext.el (ibuffer-diff-with-file): Just call
12141         `diff-buffer-with-file'.
12143 2002-09-07  John Paul Wallington  <jpw@shootybangbang.com>
12145         * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
12147         * emacs-lisp/find-func.el (find-function-recenter-line):
12148         Add custom type.  Doc fix.
12150 2002-09-06  Stefan Monnier  <monnier@cs.yale.edu>
12152         * menu-bar.el (menu-bar-make-mm-toggle): New macro.
12153         (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
12154         (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
12155         Remove.  Use the minor mode function directly instead.
12156         (menu-bar-mode): Add message and customize-mark-as-set and return
12157         the new value as do other minor modes.
12159         * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
12161 2002-09-06  Simon Marshall  <simon@gnu.org>
12163         * progmodes/etags.el (find-tag-tag, complete-tag):
12164         Bind completion-ignore-case based on tags-case-fold-search, so that
12165         case-sensitivity of tag completion matches that of tag search.
12167 2002-09-06  Juanma Barranquero  <lektu@terra.es>
12169         * calendar/solar.el (calendar-time-display-form): Fix spacing.
12171         * double.el (double-prefix-only): Likewise.
12173         * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
12175         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
12177         * emacs-lisp/float.el (string-to-float): Likewise.
12179         * emacs-lisp/rx.el (rx): Likewise.
12181         * faces.el (copy-face): Likewise.
12183         * hilit-chg.el (highlight-changes-colours)
12184         (highlight-changes-active-string)
12185         (highlight-changes-passive-string)
12186         (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
12188         * international/mule.el (decode-char): Likewise.
12190         * progmodes/idlwave.el (idlwave-support-inheritance)
12191         (idlwave-routine-entry-compare): Likewise.
12193         * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
12194         Likewise.
12196         * progmodes/pascal.el (pascal-start-keywords): Likewise.
12198         * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
12199         Likewise.
12201         * progmodes/vhdl-mode.el (vhdl-progress-interval)
12202         (vhdl-corresponding-begin): Likewise.
12204         * simple.el (choose-completion-string-functions): Likewise.
12206         * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
12208         * textmodes/fill.el (fill-nonuniform-paragraphs)
12209         (fill-individual-paragraphs): Likewise.
12211         * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
12213         * warnings.el (warning-level-aliases): Likewise.
12215         * speedbar.el (speedbar-mode): Fix spacing and typos.
12217         * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
12219 2002-09-05  Markus Rost  <rost@math.ohio-state.edu>
12221         * textmodes/table.el (table-command-prefix): Fix type.
12223 2002-09-05  Andre Spiegel  <spiegel@gnu.org>
12225         * vc-hooks.el: Don't require vc.el at compile-time; it causes
12226         recursive requirements during bootstrap.
12228 2002-09-05  Kenichi Handa  <handa@etl.go.jp>
12230         * international/mule.el (decode-char): Cancel the previous change.
12232 2002-09-04  Mats Lidell  <matsl@contactor.se>  (tiny change)
12234         * language/european.el ("Swedish"): New set-language-info-alist call.
12236 2002-09-04  Richard M. Stallman  <rms@gnu.org>
12238         * help-fns.el (help-with-tutorial): Properly set up
12239         completion-reference-buffer in the *Completion* buffer.
12241 2002-09-04  John Paul Wallington  <jpw@shootybangbang.com>
12243         * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
12244         returns nil, return nil.
12246 2002-09-04  Andre Spiegel  <spiegel@gnu.org>
12248         * vc-hooks.el: Require vc.el at compile-time.
12249         (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
12250         Moved here from vc.el.
12252         * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
12253         Moved to vc-hooks.el.
12255         * vc-rcs.el (vc-rcs-state): Don't require vc.el.
12257 2002-09-04  Kenichi Handa  <handa@etl.go.jp>
12259         * international/mule.el (decode-char): Translate a character by
12260         utf-8-translation-table-for-decode only when
12261         utf-8-fragment-on-decoding is non-nil.
12263 2002-09-02  Stefan Monnier  <monnier@cs.yale.edu>
12265         * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
12266         (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
12267         Use text-mode's syntax-table and abbrev-table.
12268         (text-mode): Set require-final-newline to t.
12270         * newcomment.el (comment-make-extra-lines): Only use the
12271         dummy `=' char when there's really nothing else.
12272         Don't remove spaces if it leads to an incorrect comment.
12274         * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
12275         around the cvs/ssh/libc bug.
12276         (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
12277         (defun-cvs-mode): Use the new `declare' thingy.
12278         (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
12279         (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
12280         (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
12282         * pcvs-parse.el (cvs-parse-table): Create a `need-update'
12283         node rather than a message for new directories.
12284         (cvs-parse-status): Add support for `Entry Invalid'.
12286         * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
12287         (smerge-combine-with-next): New function.
12288         (smerge-diff): Don't output `wrote /tmp/foo' messages.
12289         Insert message if no diffs were found.
12291         * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
12292         (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
12294 2002-09-02  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12296         * net/tramp.el: Version 2.0.15 released.
12297         (require 'base64): Most modern Emacsen have the base64
12298         encode/decode functions built in, so test to see if they are bound
12299         before we go blindly requiring base64.el.
12300         From Steve Youngs <youngs@xemacs.org>.
12301         (tramp-feature-write-region-fix): XEmacs doesn't have a
12302         'find-operation-coding-system' and this variable doesn't seem to
12303         be used anywhere so wrap it in (unless (featurep 'xemacs)).
12304         From Steve Youngs <youngs@xemacs.org>.
12305         (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
12306         (tramp-open-connection-su): Use user name "root" if no user name
12307         is given.
12309         From Michael Albinus <Michael.Albinus@alcatel.de>:
12310         * net/tramp.el (tramp-invoke-ange-ftp):
12311         (tramp-ange-ftp-file-name-p): Check for Xemacs.
12312         (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
12313         tramp-invoke-ange-ftp 'rename.
12314         (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
12315         tramp-invoke-ange-ftp 'write-region.
12316         (tramp-handle-set-file-modes): Change order of FILENAME and MODE
12317         passing to tramp-invoke-ange-ftp 'set-file-modes.
12318         (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
12319         again after activating `ange-ftp'.
12321 2002-09-02  Kim F. Storm  <storm@cua.dk>
12323         * ido.el (ido-ignore-item-temp-list): New variable.
12324         (ido-read-internal): Don't set ido-default-item if the default is
12325         member of ido-ignore-item-temp-list.
12326         Don't return first match for C-j if no text is entered.
12327         (ido-buffer-internal): Check for empty string return.
12328         (ido-make-buffer-list1): Use member instead of memq.
12329         (ido-window-buffer-p): Likewise.
12330         (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
12331         (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
12333         * replace.el (multi-occur): Made "ido-aware":
12334         Changed prompt to use C-j instead of RET to end.
12335         Set ido-ignore-item-temp-list to the selected buffers so far, so
12336         they are automatically excluded from the list of choices.
12337         Use add-to-list instead of push.
12339 2002-09-01  Richard M. Stallman  <rms@gnu.org>
12341         * term/x-win.el (function-key-map): Define S-iso-lefttab.
12343 2002-09-01  Kim F. Storm  <storm@cua.dk>
12345         * edmacro.el (edit-kbd-macro): Recognize new default binding for
12346         C-x e in addition to old binding.
12348 2002-09-01  Mario Lang  <mlang@debian.org>
12350         * files.el (save-some-buffers-action-alist): New variable.
12351         (save-some-buffers): Use that.
12352         (diff-buffer-with-file): New function.
12354 2002-09-01  Richard M. Stallman  <rms@gnu.org>
12356         * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
12358         * dired.el (defgroup dired): Use `files' as parent.
12359         (dired-get-filename): Ignore handler if it has safe-magic prop.
12361         * jka-compr.el (jka-compr-handler): Add safe-magic property.
12363 2002-08-31  Richard M. Stallman  <rms@gnu.org>
12365         * simple.el (kill-line): Use end-of-visible-line to determine
12366         if rest of line is blank.
12367         (end-of-visible-line): Cope if end-of-line moved back over
12368         invisible intangible chars at end of line.
12370         * simple.el (completion-setup-function): Don't use directory-sep-char.
12372 2002-09-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
12374         * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
12375         needed.
12376         (f90-menu, f90-add-imenu-menu): Use lookup-key.
12377         Remove (eval-when-compile) for free variables.
12379 2002-08-31  Andreas Schwab  <schwab@suse.de>
12381         * font-core.el (font-lock-change-mode): Avoid changing buffer
12382         state in any way.
12384 2002-08-30  Stefan Monnier  <monnier@cs.yale.edu>
12386         * emacs-lisp/easymenu.el (easy-menu-filter-return):
12387         Handle the case where the filter returns a single menu entry.
12388         (easy-menu-add): Improve docstring.
12389         (easy-menu-current-active-maps): Remove.
12390         (easy-menu-get-map): Use current-active-maps.
12392         * cus-edit.el (custom-unlispify-menu-entry): Don't remove
12393         the -p prefix from variables since they shouldn't have it anyway.
12394         (custom-group-menu-create, customize-menu-create):
12395         Only cdr if applicable, since custom-menu-create might return
12396         a vector (i.e. a single menu entry).
12398 2002-08-30  Edward M. Reingold  <reingold@emr.cs.iit.edu>
12400         * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
12401         user's value of diary-list-include-blanks, but generate message
12402         instead if there are no entries.
12404 2002-08-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>  (tiny change)
12406         * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
12408 2002-08-30  Markus Rost  <rost@math.ohio-state.edu>
12410         * menu-bar.el (menu-bar-read-mail): Doc fix.
12412 2002-08-30  John Paul Wallington  <jpw@shootybangbang.com>
12414         * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
12415         (ibuffer-fontification-alist): Check hidden buffer case isn't
12416         visiting a file and change its face to italic.
12418 2002-08-30  Juanma Barranquero  <lektu@terra.es>
12420         * replace.el (occur-mode): Add interactive declaration.
12422         * bs.el (bs-message-without-log): Fix typo.
12424         * font-core.el (font-lock-defaults): Likewise.
12426         * font-lock.el (font-lock-add-keywords): Likewise.
12428         * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
12430         * textmodes/bibtex.el (bibtex-mode): Likewise.
12432         * emulation/viper-ex.el (ex-compile-command): Likewise.
12434         * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
12435         Likewise.
12437         * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
12439         * allout.el (my-mark-marker): Likewise.
12441 2002-08-30  Simon Josefsson  <jas@extundo.com>
12443         * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
12444         unless s-debug-info is enabled.
12446 2002-08-29  John Paul Wallington  <jpw@shootybangbang.com>
12448         * ibuffer.el (ibuffer-update): Use `minibufferp'.  Expand `caddr'.
12450         * mwheel.el (mouse-wheel-up-button): Doc fix.
12452 2002-08-29  Juanma Barranquero  <lektu@terra.es>
12454         * replace.el (occur-mode-hook): New hook.
12455         (occur-mode): Use it.
12456         (occur-hook): Set default to nil.
12458 2002-08-29  Stefan Monnier  <monnier@cs.yale.edu>
12460         * net/ange-ftp.el: Use match-string and drop useless `function's.
12461         (ange-ftp-get-process): Bind `ange-ftp-this-user' and
12462         `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
12463         (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
12464         (ange-ftp-parse-dired-listing): Update the calls.
12465         (dired-local-variables-file): Declare to shut quieten the compiler.
12466         (ange-ftp-file-entry-active-p): Remove.
12467         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
12468         Don't exclude dangling symlinks.
12469         (ange-ftp-file-name-completion-1): Make predicate optional.
12470         (ange-ftp-parse-list-func-alist): Use add-to-list to update.
12471         (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
12472         (ange-ftp-bs2000-posix-hook-installed): Remove.
12473         (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
12474         (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
12475         `ange-ftp-this-host' instead of `user' and `host'.
12477 2002-08-29  Richard M. Stallman  <rms@gnu.org>
12479         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
12480         Decide here whether to print which form we're compiling.
12481         If we do that, still print file and line.  Make file name
12482         relative to default-directory.  Print fewer newlines.
12483         (byte-compile-log-file): Print something even if no file.
12484         Print messages for entering and leaving directories,
12485         and set default-directory.
12486         (displaying-byte-compile-warnings): Only sometimes bind warning-series.
12487         (byte-compile-warning-series): New function.
12488         (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
12489         (byte-compile-display-log-head-p): Function deleted.
12491         * warnings.el (warning-series): Now can be a marker, not an integer.
12492         (display-warning): Handle new value for warning-series.
12494         * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
12495         (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
12496         to don't-warn list.
12498 2002-08-29  Kim F. Storm  <storm@cua.dk>
12500         * kmacro.el: Change default bindings from F7/F8 to F3/F4.
12501         Change default binding of C-x e to kmacro-end-or-call-macro.
12502         (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
12503         variables.
12504         (kmacro-get-prefix-arg): New function.
12505         (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
12506         improve.  Callers changed.
12507         (kmacro-call-macro): Repeat macro by repeating last key or
12508         key defined in kmacro-call-repeat-key.  New third arg non-nil
12509         means to end current macro.
12510         (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
12511         to get repeat last key functionality.
12512         (kmacro-start-macro-or-insert-counter): Improve doc string.
12514 2002-08-28  Luc Teirlinck  <teirllm@mail.auburn.edu>
12516         * files.el (find-buffer-visiting): Compare file attributes
12517         using buffer-file-truename.
12519 2002-08-28  Richard M. Stallman  <rms@gnu.org>
12521         * files.el (make-auto-save-file-name, make-backup-file-name-1):
12522         Don't use directory-sep-char.
12524 2002-08-28  Juanma Barranquero  <lektu@terra.es>
12526         * replace.el (occur-hook): Renamed from `occur-mode-hook'.
12527         (occur-mode): Remove call to `occur-mode-hook'.
12528         (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
12529         (occur-1): Add call to `occur-hook'.
12531         * subr.el (make-variable-frame-localizable): Alias for
12532         `make-variable-frame-local'.
12534 2002-08-28  Miles Bader  <miles@gnu.org>
12536         * rfn-eshadow.el (read-file-name-electric-shadow-properties)
12537         (read-file-name-electric-shadow-tty-properties)
12538         (read-file-name-electric-shadow-mode): Remove compatibility defs.
12540         * comint.el (comint-carriage-motion): Start at START.
12542 2002-08-27  Francesco Potort\e,Al\e(B  <pot@gnu.org>
12544         * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
12545         given by vsFTPd when accessed with a kerberised FTP client.
12547 2002-08-27  Richard M. Stallman  <rms@gnu.org>
12549         * files.el (find-alternate-file):
12550         Bind kill-buffer-query-functions locally, don't set it.
12552 2002-08-27  Andreas Schwab  <schwab@suse.de>
12554         * kmacro.el (kmacro-start-macro): Doc fix.
12556 2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
12558         * textfile/reftex-ref.el (reftex-goto-label): New command.
12560         * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
12562         * textfile/reftex-parse.el (reftex-roman-number): New function.
12563         (reftex-section-number): Better handling of parts: No chapter
12564         counter resets.
12566         * textfile/reftex.el (reftex-highlight-overlays): Added a third
12567         overlay.
12568         (reftex-mode-menu): Added entry for `reftex-toc-recenter.
12569         Also moved `reftex-reset-mode' to top level.
12571         * textfile/reftex-toc.el (reftex-toc-recenter): New command.
12572         (reftex-toc-pre-command-hook): Don't remove highlight overlay.
12573         (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
12575         * textfile/reftex-sel.el (reftex-get-offset): Get offset of
12576         document pointer *before* position, not after.
12577         (reftex-insert-docstruct): Get offset of document pointer *before*
12578         position, not after.
12580         * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
12581         match over section title match.
12583         * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
12584         which determines on a per-file-basis if BibTeX is being used
12585         locally for citations.
12586         (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
12587         cooperation with chapterbib.
12588         (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
12589         better cooperation with chapterbib.
12591         * textfiles/reftex-dcr.el (reftex-view-cr-cite):
12592         Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
12594 2002-08-26  Kim F. Storm  <storm@cua.dk>
12596         * subr.el (suppress-keymap): Use command remapping instead of
12597         substitute-key-definition to undefine self-inserting keys.
12599 2002-08-26  Juanma Barranquero  <lektu@terra.es>
12601         * makefile.w32-in (WINS): Add calc and obsolete.
12603 2002-08-26  Stefan Monnier  <monnier@cs.yale.edu>
12605         * emacs-lisp/easy-mmode.el (define-minor-mode):
12606         Use customize-mark-as-set for global minor modes.
12608 2002-08-25  Miles Bader  <miles@gnu.org>
12610         * rfn-eshadow.el (file-name-shadow-properties-custom-type):
12611         Renamed from `read-file-name-electric-shadow-properties-custom-type'.
12612         Change name of face.
12613         (file-name-shadow-properties): Renamed from
12614         `read-file-name-electric-shadow-properties'.
12615         (file-name-shadow-tty-properties): Renamed from
12616         `read-file-name-electric-shadow-tty-properties'.
12617         (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
12618         (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
12619         (file-name-shadow-mode): Renamed from
12620         `read-file-name-electric-shadow-mode'.  Update references to
12621         renamed variables.
12623 2002-08-24  Sam Steingold  <sds@gnu.org>
12625         * subr.el (eval-after-load): Do not call
12626         load-symbol-file-load-history (deleted yesterday).
12628 2002-08-24  John Paul Wallington  <jpw@shootybangbang.com>
12630         * startup.el (normal-splash-screen): Ensure splash buffer is
12631         killed.  Use tabs in output.  Fix test whether previous buffer was
12632         *scratch* buffer.
12634         * progmodes/simula.el (simula-abbrev-keyword-default)
12635         (simula-abbrev-keyword, simula-abbrev-stdproc-default)
12636         (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
12638         * apropos.el (command-apropos): Use `defalias' instead of `fset'.
12640         * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
12642 2002-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
12644         * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
12645         (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
12646         (f90-font-lock-off, f90-font-lock-menu): Delete.
12647         Use easy-menu-define instead.
12648         (f90-mode): Use easy-menu-add.
12649         No longer (require 'imenu) when compiling.
12650         (f90-mark-subprogram, f90-indent-region, f90-fill-region)
12651         (f90-abbrev-start): Use fboundp.
12652         (f90-imenu-flag): Delete - use imenu--index-alist instead.
12654 2002-08-23  Richard M. Stallman  <rms@gnu.org>
12656         * loadhist.el (unload-feature): Distinguish functions from
12657         variables in load-history.
12658         (feature-symbols): Doc fix.
12660         * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
12662         * subr.el (symbol-file-load-history-loaded)
12663         (load-symbol-file-load-history): Deleted.
12664         (symbol-file): Don't call load-symbol-file-load-history.
12666 2002-08-23  Andre Spiegel  <spiegel@gnu.org>
12668         * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
12670 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
12672         * frame.el (select-frame-by-name, select-frame-set-input-focus):
12673         Always call x-focus-frame, if using x.
12674         Use set-mouse-position on all systems, if focus-follows-mouse.
12676 2002-08-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12678         * net/tramp.el: Version 2.0.14 released.
12679         (tramp-shell-prompt-pattern): New variable.
12680         (tramp-actions-before-shell, tramp-multi-actions)
12681         (tramp-find-shell, tramp-open-connection-multi)
12682         (tramp-open-connection-setup-interactive-shell): Use it.
12683         (tramp-open-connection-telnet, tramp-open-connection-rsh)
12684         (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
12685         in the docstring.
12686         (tramp-bug): Report `tramp-shell-prompt-pattern'.
12687         (tramp-process-one-multi-action, tramp-process-one-action):
12688         Make message clearer so people don't confuse it with Emacs asking
12689         them a question if the regexp happens to end with "?".
12690         (tramp-verbose): Change default value from 10 to 9.  Also change
12691         some logging levels so that 10 is reserved for stuff which is
12692         needed for debugging only, but 9 catches everything that people
12693         might like to see in order to see that Tramp is actually working.
12695 2002-08-22  Kim F. Storm  <storm@cua.dk>
12697         * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
12698         Corrected spelling mistakes (for Joseph Arceneaux).
12700 2002-08-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
12702         * progmodes/f90.el: eval-when-compile a few defvars.
12703         (f90-xemacs-flag): Wrap in eval-and-compile.
12704         (f90-font-lock-keywords): Doc fix.
12705         (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
12706         (f90-mark-subprogram-overlay): Variable deleted.
12707         (f90-mark-subprogram): Remove overlay bit.  Don't be silent about
12708         pushing mark.
12709         (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
12711 2002-08-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12713         * net/tramp.el: Version 2.0.13 released.
12714         (tramp-handle-write-region): Don't check to see if remote end is
12715         awake after sending data to remote host: we want to send "EOF" not
12716         "echo are you awake"...
12717         (tramp-maybe-open-connection): Swap args for tramp-time-diff.
12718         (tramp-yn-prompt-regexp): New variable.
12719         (tramp-action-yn): New function, using it.
12720         (tramp-feature-write-region-fix): New internal variable.  Not yet
12721         used.  Should be used in `tramp-handle-write-region'.
12723 2002-08-21  Kim F. Storm  <storm@cua.dk>
12725         * bindings.el (mode-line-format): Moved global-mode-string last.
12726         (mode-line-position): Moved %p first.  Added padding to %l/%c to
12727         eliminate jumpyness in modeline.  Use (%l,%c) format if both
12728         line-number-mode and column-number-mode are enabled.
12730 2002-08-20  Martin Stjernholm  <bug-cc-mode@gnu.org>
12732         * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
12733         that could cause an infinite loop if something that looks like
12734         a macro begins in the middle of a line.
12736         * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
12737         could cause `c-state-cache' to contain two conses in sequence
12738         when there's an unbalanced open paren in a macro.
12740 2002-08-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
12742         * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
12744         * imenu.el (imenu--generic-function): Use mapc.
12745         (imenu-syntax-alist): Doc fix.
12747 2002-08-20  Richard M. Stallman  <rms@gnu.org>
12749         * font-core.el (font-lock-change-mode): New function.
12750         (font-lock-mode): Use font-lock-change-mode instead of
12751         font-lock-unfontify-buffer.
12752         (font-lock-maximum-size, font-lock-verbose): Add defvars.
12754 2002-08-20  Carsten Dominik  <dominik@astro.uva.nl>
12756         * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
12757         which determines on a per-file-basis if BibTeX is being used
12758         locally for citations.
12759         (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
12760         cooperation with chapterbib.
12761         (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
12762         better cooperation with chapterbib.
12764         * textfiles/reftex-dcr.el (reftex-view-cr-cite):
12765         Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
12767 2002-08-20  Kim F. Storm  <storm@cua.dk>
12769         * kmacro.el: Major rework based on discussions with RMS.
12770         Most important change is that C-x C-k is now bound to a keymap
12771         with keyboard macro related commands.  The original binding on
12772         C-x C-k is moved to C-x C-k e.
12774         * binding.el: Remove macro related bindings (now in kmacro.el).
12776         * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
12778 2002-08-19  Stefan Monnier  <monnier@cs.yale.edu>
12780         * help-fns.el (help-split-fundoc): Replace the function name
12781         from the docstring with the one that should be displayed.
12782         (help-make-usage): Understand CL style arglists.
12783         (describe-function-1): Adapt to the new behavior of help-split-fundoc.
12784         (describe-variable): Use delete-region.
12786 2002-08-19  Kenichi Handa  <handa@etl.go.jp>
12788         * international/mule.el (sgml-xml-auto-coding-function):
12789         Call re-search-forward with NOERROR t.
12791 2002-08-19  Miles Bader  <miles@gnu.org>
12793         [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
12794         * comint.el (comint-inhibit-carriage-motion): New variable.
12795         (comint-carriage-motion): Argument STRING removed.  New arguments
12796         START and END; interpret characters between START and END rather
12797         than using special comint state.
12798         (comint-output-filter): Call `comint-carriage-motion'.
12799         (comint-output-filter-functions): Don't add `comint-carriage-motion'.
12800         * ielm.el (inferior-emacs-lisp-mode):
12801         Give `comint-inhibit-carriage-motion' a local value of t.
12803 2002-08-18  Richard M. Stallman  <rms@gnu.org>
12805         * textmodes/table.el: New file.
12807         * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
12809 2002-08-18  Andreas Schwab  <schwab@suse.de>
12811         * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
12813 2002-08-17  Carsten Dominik  <dominik@astro.uva.nl>
12815         * textmodes/reftex.el (reftex-mode): Create special syntax tables.
12816         (reftex-syntax-table): Set a default in case this is being used
12817         outside a LaTeX file.
12818         (reftex-syntax-table-for-bib): Set a default in case this is being
12819         used outside a LaTeX file.
12821 2002-08-17  Richard M. Stallman  <rms@gnu.org>
12823         * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
12824         and use write-file-functions instead of local-write-file-hooks.
12825         (tar-untar-buffer): Don't try to extract directories.
12827         * menu-bar.el (fringe-mode): Set to nil.
12829         * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
12831 2002-08-15  Richard M. Stallman  <rms@gnu.org>
12833         * calendar/appt.el (appt-delete): Use substring-no-properties.
12834         (appt-make-list): Don't use prin1-to-string; use the string unchanged.
12836 2002-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>  (tiny change)
12838         * server.el (server-process-filter): Simplify code.
12839         (server-goto-line-column): New function.
12840         (server-visit-files): Use server-goto-line-column.
12841         Offer to revert only if file has changed.
12843 2002-08-15  Richard M. Stallman  <rms@gnu.org>
12845         * files.el (recover-this-file): New function.
12846         (after-find-file): Recommend recover-this-file.
12848         * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
12849         to change-major-mode-hook when font lock is enabled.
12851         * simple.el (toggle-truncate-lines): Force redisplay.
12852         Display status message.
12854 2002-08-15  Carsten Dominik  <dominik@sand.science.uva.nl>
12856         * textmodes/reftex.el (reftex-mode): Moved the creation of special
12857         syntax tables to top-level.
12859 2002-08-15  David Kastrup  <David.Kastrup@t-online.de>
12861         * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
12862         use `hash-table-size' instead of `length'.
12864 2002-08-14  Stefan Monnier  <monnier@cs.yale.edu>
12866         * help-fns.el (locate-library): Use locate-file(-completion).
12867         (help-split-fundoc): Tighten the regexp and recognize a usage-info
12868         where the function name is `fn'.
12869         (help-function-arglist): Follow aliases and macros.
12870         (describe-function-1): Use keymapp.
12871         If the docstring contains a usage info, use it even if the function is
12872         not a subroutine.  Find usage info in aliases' docstring if necessary.
12873         (describe-variable): Get the value before setting up the *Help* buffer.
12875         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
12876         Use find-file-hook instead of find-file-hooks.
12877         (define-minor-mode): Get rid of this silly `togglep'.
12878         Add an explicit `toggle' argument (used for interactive calls).
12879         Emit a warning when a nil argument turns the mode off.
12881         * language/ethio-util.el (setup-ethiopic-environment-internal)
12882         (exit-ethiopic-environment): Use find-file-hook and
12883         write-file-functions instead of find-file-hooks and write-file-hooks.
12885         * window.el (handle-select-window): Don't do anything if the window
12886         has disappeared since the event was generated.
12887         (split-window-save-restore-data): Use push and with-current-buffer.
12889         * saveplace.el:
12890         * play/meese.el:
12891         * obsolete/hilit19.el:
12892         * completion.el (dynamic-completion-mode):
12893         * emacs-lisp/find-func.el (find-function-search-for-symbol):
12894         Use find-file-hook instead of find-file-hooks.
12896         * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
12897         (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
12898         (imenu-space-replacement): Allow nil value.
12899         (imenu--completion-buffer): Use new vars and simplify.
12900         Fix handling of minibuffer-setup-hook.
12901         Use minibuffer-completion-help instead of rolling our own.
12902         (imenu-choose-buffer-index): Use the new var.
12904         * startup.el (command-line): Load custom-file if not done yet.
12906 2002-08-14  Kenichi Handa  <handa@etl.go.jp>
12908         * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
12909         the selection data string.  Always return cons of type and string.
12910         (selection-converter-alist): Add (UTF8_STRING .
12911         xselect-convert-to-string).
12913 2002-08-12  Stefan Monnier  <monnier@cs.yale.edu>
12915         * newcomment.el (comment-region): Force `lines' when `block' is set.
12917 2002-08-12  Richard M. Stallman  <rms@gnu.org>
12919         * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
12920         (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
12921         (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
12922         (menu-bar-toggle-cua-mode, menu-bar-read-mail)
12923         (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
12924         (menu-bar-text-mode-auto-fill): New commands, used
12925         in menu bar menus instead of lambda expressions.
12927         (menu-bar-showhide-fringe-menu-customize-left)
12928         (menu-bar-showhide-fringe-menu-customize-right)
12929         (menu-bar-showhide-fringe-menu-customize-disable)
12930         (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
12932         (menu-bar-options-menu): Use toggle-truncate-lines.
12933         (showhide-date-time): Call customize-mark-as-set.
12935         * emacs-lisp/find-func.el (find-function-search-for-symbol):
12936         Obey `definition-name' properties.
12938         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
12939         Put `definition-name' properties on the functions whose
12940         names are constructed.
12942         * textmodes/page-ext.el (pages-target-buffer): Add defvar.
12943         Renamed from target-buffer.
12944         (pages-directory, pages-copy-header-and-position): Uses changed.
12946         * calendar/appt.el (appt-make-list): Correct the parsing of
12947         each appointment from time-string.
12949 2002-08-12  Stefan Monnier  <monnier@cs.yale.edu>
12951         * scroll-all.el (scroll-all-mode): Use define-minor-mode.
12952         (scroll-all-mode) <defcustom>: Delete.
12953         (running-xemacs): Delete.
12954         (minor-mode-alist): Don't manipulate it directly.
12956 2002-08-10  Kenichi Handa  <handa@etl.go.jp>
12958         * international/mule-cmds.el (search-unencodable-char): New function.
12959         (select-safe-coding-system): Show unencodable characters.
12960         (unencodable-char-position): Deleted, and implemented in C in coding.c.
12962 2002-04-09  John Wiegley  <johnw@gnu.org>
12964         * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
12965         * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
12966         * em-dirs.el (eshell/cd): Ditto.
12967         * em-glob.el (eshell-glob-case-insensitive): Ditto.
12968         * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
12969         * esh-ext.el (eshell-binary-suffixes): Ditto.
12971 2002-08-09  Richard M. Stallman  <rms@gnu.org>
12973         * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
12975         * simple.el (set-variable): Give locality status in prompt.
12977 2002-08-09  Benjamin Rutt  <rutt@cis.ohio-state.edu>
12979         * simple.el (set-variable): If given a prefix argument, set
12980         variable buffer-locally.
12982 2002-08-09  John Paul Wallington  <jpw@shootybangbang.com>
12984         * font-core.el (font-lock-function): Make it buffer-local.
12986 2002-08-08  Richard M. Stallman  <rms@gnu.org>
12988         * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
12989         (checkdoc-message-interactive, checkdoc-interactive-loop)
12990         (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
12991         (checkdoc-defun):
12992         Update checkdoc-spellcheck-documentation-flag correctly.
12993         (checkdoc-ispell-docstring-engine): Don't test for
12994         checkdoc-autofix-flag = nil.
12996 2002-08-07  John Paul Wallington  <jpw@shootybangbang.com>
12998         * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
13000         * wid-browse.el (widget-minor-mode): Fix doc typo.
13002 2002-08-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13004         * net/tramp.el: Version 2.0.12 released.
13005         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13006         Comment out possibly obsolete "echo hello" commands.
13007         (tramp-run-real-handler): If operation is
13008         `ange-ftp-hook-function', use first arg as the real operation.
13009         (tramp-check-ls-commands): Use / instead of \ as directory
13010         separator.  (Relevant for XEmacs on Windows.)
13011         (tramp-maybe-open-connection): Use tramp-wait-for-output when
13012         waiting for the "are you awake" command.  Use a different string
13013         for the "are you awake" command.
13014         (tramp-send-command): New optional arg NEVEROPEN means to never
13015         invoke tramp-maybe-open-connection.
13016         (tramp-maybe-open-connection): Use it
13018 2002-08-07  Richard M. Stallman  <rms@gnu.org>
13020         * warnings.el (warning-prefix-function, warning-series)
13021         (warning-fill-prefix, warning-group-format): Add autoload cookies.
13023 2002-08-07  Kenichi Handa  <handa@etl.go.jp>
13025         * international/mule-cmds.el (select-safe-coding-system):
13026         Call pop-to-buffer inside save-window-excursion and save-excursion.
13028 2002-08-06  John Paul Wallington  <jpw@shootybangbang.com>
13030         * help-fns.el (describe-function-1): Skip arglist note if
13031         function's definition is a keymap.
13033 2002-08-06  Sam Steingold  <sds@gnu.org>
13035         * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
13036         and `mail-user-agent' instead of straight sendmail.
13037         (diary-modified, diary-entries-list, displayed-year)
13038         (displayed-month, entry, date, number, date-string, d-file)
13039         (original-date): Defvar without binding to avoid compiler warnings.
13041 2002-08-05  Alan Shutko  <ats@acm.org>
13043         * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
13044         (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
13045         (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
13047         * ibuf-ext.el (ibuffer-list-buffer-modes): New.
13048         (ibuffer-filter-by-used-mode): New.
13050 2002-08-05  John Paul Wallington  <jpw@shootybangbang.com>
13052         * ediff-util.el (ediff-copy-list): Use `defalias' instead of
13053         `fset' and `symbol-function'.
13055 2002-08-05  John Wiegley  <johnw@gnu.org>
13057         * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
13058         value unless pcomplete-cycle-cutoff-length is non-nil.
13060 2002-04-09  John Paul Wallington  <jpw@shootybangbang.com>
13062         * esh-util.el (eshell-under-cygwin-p): New function.
13063         * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
13064         * em-dirs.el (eshell/cd): Ditto.
13065         * em-glob.el (eshell-glob-case-insensitive): Ditto.
13066         * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
13067         * esh-ext.el (eshell-binary-suffixes): Ditto.
13069 2002-08-05  Richard M. Stallman  <rms@gnu.org>
13071         * international/mule-cmds.el (select-safe-coding-system): Check for
13072         non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
13074         * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
13076 2002-08-05  Gerd Moellmann  <gerd@gnu.org>
13078         * image.el (image-jpeg-p): Accept "Exif" marker.
13080 2002-08-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13082         * net/tramp.el: Version 2.0.11 released.
13083         (tramp-perl-file-attributes): Print uid and gid as signed integers.
13084         (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
13085         Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
13086         calling Tramp again.
13087         (tramp-find-file-exists-command): Check for `ls -d' last, after
13088         all the variants on `test -e'.
13089         (tramp-post-connection): Erase buffer before finding a command to
13090         check if file exists.
13092 2002-08-05  David Kastrup  <David.Kastrup@t-online.de>
13094         * calc/calc.el (math-format-stack-value): Revert a broken
13095         if->when replacement and reformat so that this does not happen
13096         again.  Fixes a pretty lethal line formatting/yanking bug.
13098 2002-08-04  John Paul Wallington  <jpw@shootybangbang.com>
13100         * startup.el (fancy-splash-frame): Check selected frame last.
13102 2002-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13104         * net/tramp.el: Version 2.0.10 released.
13105         (tramp-uudecode): New shell function `tramp_uudecode' to decode to
13106         standard output even if `uudecode -p' and `uudecode -o -' don't work.
13107         (tramp-post-connection): After finding the right shell, wait a
13108         bit.  This is a kludge to avoid a race condition, even though I
13109         don't understand why there is a race condition in the first place.
13110         (tramp-post-connection): Install the `tramp_uudecode' shell
13111         function on the remote host.
13112         (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
13113         (tramp-bug): Include more variables in the report.
13115 2002-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13117         * net/tramp.el: Version 2.0.9 released.
13118         (tramp-bug): Add wording about additional info to include in bug
13119         report.
13120         (tramp-find-shell): Set $PS1 for invocation of second shell (for
13121         tilde expansion).
13122         (tramp-find-shell): Shell prompt must match at end of buffer.
13123         Do this also for fallback shell prompt.
13124         (tramp-find-shell): More debugging output.
13125         (tramp-find-inline-encoding): When checking the decoding command,
13126         some commands fail when reading from /dev/null.  So we pass a
13127         known string through the encoding command and pass that through
13128         the decoding command.  So we know whether the decoding command can
13129         deal with some real input.
13131 2002-08-04  Andreas Schwab  <schwab@suse.de>
13133         * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
13135 2002-08-03  Andrew Choi  <akochoi@shaw.ca>
13137         * term/mac-win.el: Set keys to enable mouse wheel support.
13139 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13141         * net/tramp.el: Version 2.0.8.
13142         (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
13144 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13146         * net/tramp.el: Version 2.0.7.
13147         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
13148         (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
13149         because of `format' and say so in the docstring.
13151 2002-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
13153         * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
13154         `type' forms.
13155         (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
13156         (f90-type-def-re): Fix value.
13158 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13160         * net/tramp.el: Version 2.0.6.
13161         (tramp-default-method): Change to "ssh" from "sm".
13162         (tramp-wrong-passwd-regexp): Restructure.  Add additional alternative.
13163         (tramp-su-program): New internal variable for method parameter.
13164         (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
13165         New variables.  Very short Perl one-liner, but requires Perl
13166         module MIME::Base64 to be installed on the remote site.
13167         (tramp-perl-encode, tramp-perl-decode): New base64
13168         encoder/decoder.  From Juanma Barranquero <lektu@terra.es>.
13169         (tramp-handle-file-truename): Invoke Ange-FTP properly (even
13170         though Ange-FTP doesn't do anything for this operation).
13171         (tramp-handle-set-visited-file-modtime): Comment change.
13172         (tramp-handle-make-directory): Save-excursion.
13173         (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
13174         twice, once is enough.
13175         (tramp-action-permission-denied): Show *tramp/foo* buffer so the
13176         user knows what's wrong.
13177         (tramp-post-connection): Support the two Perl encoders and decoders.
13178         (tramp-coding-commands): Ditto.  Add some todo items.
13180 2002-08-02  Richard M. Stallman  <rms@gnu.org>
13182         * international/mule.el (merge-coding-systems): New function.
13183         (set-buffer-file-coding-system): Use merge-coding-systems.
13184         Change prompt for args.
13185         (revert-buffer-with-coding-system): New command.
13187         * international/mule-cmds.el (mule-keymap, set-coding-system-map):
13188         Add bindings for revert-buffer-with-coding-system.
13189         (set-coding-system-map): Clarify menu item info for
13190         set-buffer-file-coding-system.
13191         (set-coding-system-map): Reorder and add separators.
13193         * emacs-lisp/edebug.el (edebug-eval-top-level-form):
13194         Use eval-expression.
13196         * subr.el (atomic-change-group): Doc fix.
13198 2002-07-31  Colin Walters  <walters@debian.org>
13200         * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
13201         defvaralias for compatibility.
13202         (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
13203         defvaralias for compatibility.
13205 2002-07-31  John Paul Wallington  <jpw@shootybangbang.com>
13207         * ibuffer.el (ibuffer-fontification-alist):
13208         Use `font-lock-constant-face' instead of `font-lock-reference-face'.
13210 2002-07-31  John Wiegley  <johnw@gnu.org>
13212         * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
13213         prevent adding the symbol `pcomplete' to
13214         shell-dynamic-complete-functions to many times.
13216 2002-07-31  Markus Rost  <rost@math.ohio-state.edu>
13218         * help-fns.el (describe-function-1): Test function for
13219         obsolescence only if it is a symbol.
13221         * ediff.el (ediff-backup): New autoloaded command.
13223 2002-07-31  Richard M. Stallman  <rms@gnu.org>
13225         * makefile.w32-in (compile-after-backup): Renamed from `compile'.
13226         Use `compile-always'.
13227         (bootstrap): Use `compile', not `compile-files'.  Use `update-subdirs'.
13228         (compile): Renamed from `compile-files'.
13229         (compile-CMD, compile-SH): Renamed from `compile-files-*'.
13231         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
13232         Check that (car elt) is a string.
13234         * pcomplete.el (pcomplete-entries): Doc fix.
13236         * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
13238 2002-07-31  Andreas Schwab  <schwab@suse.de>
13240         * dired.el: Hide disabling of dired-find-alternate-file behind
13241         autoload-cookie.
13243 2002-07-31  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
13245         * makefile.w32-in: Revert some changes from 2002-07-23 because they
13246         don't work on MSVC/nmake builds.
13247         (update-subdirs-CMD): Generate the right list of subdirectories.
13249 2002-07-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13251         * net/tramp.el: New version 2.0.5.
13252         (tramp-methods): Remove inline encoding method parameters.
13253         The encoding is now autodetected.  Also shorten the list of
13254         methods (u/m distinction gone) and rename the remaining methods to
13255         have longer, but more mnemonic, names.
13256         (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
13257         (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
13258         matched at end of buffer anyway.
13259         (tramp-yesno-prompt-regexp): New variable, for questions where the
13260         user should say "yes" or "no".
13261         (tramp-file-name-structure-unified)
13262         (tramp-file-name-structure-separate): Allow dash in method names.
13263         (tramp-actions-before-shell): New variable, contains list of
13264         pattern/action pairs.  Output sent by remote end is scanned for
13265         the patterns, then the actions are executed.
13266         (tramp-multi-actions): Like `tramp-actions-before-shell', but
13267         executed for each hop in a multi-hop connection.
13268         (tramp-last-cmd-time): New variable.  If nothing has been sent to
13269         remote end for 60 seconds, look to see if the remote end is still
13270         alive.
13271         (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
13272         It didn't work.
13273         (tramp-perl-encode, tramp-perl-decode): New variables, these
13274         require the MIME::Base64 module on the remote end.
13275         (tramp-handle-file-attributes): Restructure logic.
13276         (tramp-handle-file-attributes-with-ls)
13277         (tramp-handle-file-attributes-with-perl): More debugging.
13278         (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
13279         (tramp-handle-make-directory, tramp-handle-delete-directory)
13280         (tramp-handle-delete-file, tramp-handle-insert-directory):
13281         Expand file name.
13282         (tramp-handle-shell-command): Use `when', not `if'.
13283         (tramp-handle-file-local-copy, tramp-handle-write-region):
13284         Adapt to autodetection of inline encoding.
13285         (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
13286         variable ange-ftp-name-format is defined before binding it.
13287         (tramp-action-login, tramp-action-password, tramp-action-succeed)
13288         (tramp-action-permission-denied, tramp-action-yesno):
13289         Functions called from `tramp-actions-before-shell'.
13290         (tramp-multi-action-login, tramp-multi-action-password)
13291         (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
13292         Functions called from `tramp-multi-actions'.
13293         (tramp-process-one-action, tramp-process-actions):
13294         Pattern matching and action invocation code for
13295         `tramp-actions-before-shell'.
13296         (tramp-process-one-multi-action, tramp-process-multi-actions):
13297         Same for `tramp-multi-actions'.
13298         (tramp-open-connection-telnet, tramp-open-connection-rsh)
13299         (tramp-open-connection-su): Process actions instead of hardwired logic.
13300         (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
13301         (tramp-multi-connect-su): Ditto.
13302         (tramp-post-connection): New method for tramp_encode and
13303         tramp_decode scripts.
13304         (tramp-post-connection): Invoke inline autodetection code.
13305         (tramp-coding-commands): List of inline codings.
13306         (tramp-find-inline-encoding): This is the inline autodetection code.
13307         (tramp-maybe-open-connection): If nothing was sent to connection
13308         for 60 seconds, look if it connection is still alive.
13309         (tramp-send-command): Remember that something was sent to the
13310         connection.
13311         (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
13312         Use backticks for constructing alist.
13313         (tramp-get-encoding-command, tramp-set-encoding-command)
13314         (tramp-get-decoding-command, tramp-set-decoding-command)
13315         (tramp-get-encoding-function, tramp-set-encoding-function)
13316         (tramp-get-decoding-function, tramp-set-decoding-function):
13317         Use for results of inline autodetection.
13318         (tramp-get-encoding-command, tramp-get-decoding-command)
13319         (tramp-get-encoding-function, tramp-get-decoding-function):
13320         Remove these old functions.
13322 2002-07-30  Kenichi Handa  <handa@etl.go.jp>
13324         * language/indian.el (in-is13194): Give correct `safe-chars' property.
13325         (devanagari): Define it as an alias of in-is13194.
13327         * international/mule.el (safe-chars):
13328         Put `char-table-extra-slots' property with value 0.
13330         * files.el (revert-buffer): Fix previous change.
13332 2002-07-29  Richard M. Stallman  <rms@gnu.org>
13334         * bindings.el (help-echo): If global-mode-string is non-nil,
13335         display some spaces after it.
13337         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
13338         Don't call string-match on non-string.
13340         * textmodes/ispell.el (check-ispell-version): Bind default-directory
13341         to avoid errors.  Kill the old temp buffer at the beginning.
13343 2002-07-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
13345         * scroll-all.el (scroll-all-mode): Make argument optional.  Doc fix.
13347 2002-07-29  John Paul Wallington  <jpw@shootybangbang.com>
13349         * scroll-all.el (scroll-all-mode): Handle numeric arg.  Use `if'
13350         instead of `cond'.
13352 2002-07-29  Kenichi Handa  <handa@etl.go.jp>
13354         * international/mule.el (ctext-post-read-conversion): Add support
13355         for embedded utf-8 encoding (ESC % G ... ESC % @).
13357 2002-07-28  Kenichi Handa  <handa@etl.go.jp>
13359         * files.el (revert-buffer): Before calling insert-file-contents,
13360         kill the local variable buffer-file-coding-system.
13362 2002-07-28  Richard M. Stallman  <rms@gnu.org>
13364         * bindings.el (mode-line-format): Handle vc-mode specially.
13365         Move mode-line-position to after global-mode-string.
13366         (mode-line-modes): Move the starting 3 spaces out of here.
13367         (mode-line-position): Separate with a space, not dashes.
13369         * vc-hooks.el: Don't add to minor-mode-alist.
13371         * emacs-lisp/edebug.el (edebug-debugger):
13372         If inside redisplay, just return.
13374         * emacs-lisp/debug.el (debug): If inside redisplay, just return.
13376         * info.el (Info-find-index-name): Improve last change.
13378 2002-07-27  Richard M. Stallman  <rms@gnu.org>
13380         * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
13382         * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
13383         in the third case.
13385 2002-07-27  Markus Rost  <rost@math.ohio-state.edu>
13387         * ps-print.el: Update copyright year.
13388         (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
13390 2002-07-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13392         * eshell/eshell.el (eshell): Numeric prefix arg means to switch
13393         to the session with that number.  Old behavior still available
13394         with nonumeric prefix args.
13396 2002-07-08  Simon Josefsson  <jas@extundo.com>
13398         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
13400 2002-07-26  Juanma Barranquero  <lektu@terra.es>
13402         * warnings.el (lwarn, warn, warning-levels): Doc fix.
13403         (warning-suppress-log-types): Fix typo.
13404         (display-warning): Fix typo. Remove useless assignment to free variable
13405         `group-string'.
13407 2002-07-25  Markus Rost  <rost@math.ohio-state.edu>
13409         * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
13411 2002-07-25  Sam Steingold  <sds@gnu.org>
13413         * replace.el (occur-rename-buffer): New command.
13414         (occur-mode-map): Bind "r" to it.  Added keybindings for
13415         `kill-this-buffer', `clone-buffer' and `quit-window'.
13417 2002-07-25  Kevin Ryde  <user42@zip.com.au>
13419         * info.el (Info-find-index-name): Search for a function definition
13420         with a return type.
13422 2002-07-25  David Ponce  <david@dponce.com>
13424         * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
13425         Don't recompute `entry' on each iteration.
13426         (byte-compile-delete-first): Make it defsubst.
13428 2002-07-25  Sam Steingold  <sds@gnu.org>
13430         * progmodes/cc-engine.el (c-search-uplist-for-classkey):
13431         When `search-end' is a cons, use its car.
13433 2002-07-25  Dave Love  <fx@gnu.org>
13435         * obsolete/c-mode.el: Deleted.
13437 2002-07-25  Carsten Dominik  <dominik@astro.uva.nl>
13439         * textmodes/reftex.el (reftex-compile-variables):
13440         Simplified regular expression.
13442         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13443         Simplified the regexp.
13445         * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
13446         (reftex-extract-bib-entries-from-thebibliography):
13447         Use `reftex-get-bibkey-default' to get a default regex.
13448         (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
13449         get a default regex.
13451         * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
13452         XEmacs compatibility (got OK from RMS).
13454         * textmodes/reftex-index.el (reftex-index-mode): Likewise.
13456         * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
13457         (reftex-select-bib-mode): Likewise.
13459 2002-07-25  Colin Walters  <walters@debian.org>
13461         * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
13462         by menu functions.
13464 2002-07-24  Dave Love  <fx@gnu.org>
13466         * international/mule.el (set-auto-coding): Doc fix.
13468         * international/utf-16.el: New file.
13470         * language/european.el ("German", "French", "Spanish", "Turkish"):
13471         Add alternative coding systems.
13472         ("Dutch"): Likewise.  Add input method.
13473         ("Welsh", "Latin-7"): Add nonascii-translation.
13475         * language/georgian.el ("Georgian"): Add nonascii-translation.
13477         * international/titdic-cnv.el: Doc fixes.
13478         (tit-process-header): Add coding cookie.
13479         (titdic-convert): Force writing as iso-2022-7bit.
13481         * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
13483         * international/mule-cmds.el: Doc fixes.
13484         (unencodable-char-position): New.
13485         (select-safe-coding-system): Use it to indicate problematic
13486         characters and add extra explanation.  Avoid checking auto-coding
13487         for compressed files.
13488         (leim-list-header): Add coding cookie.
13489         (input-method-verbose-flag): Modify :type.
13490         (locale-language-names): Add bs, wa.  Modify cy.
13492 2002-07-24  Richard M. Stallman  <rms@gnu.org>
13494         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
13495         Bind warning-group-format.
13497         * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
13498         (byte-compile-cl-warn): Use that variable.
13499         (byte-compile-find-cl-functions): New function.
13500         (displaying-byte-compile-warnings):
13501         Call byte-compile-find-cl-functions.
13503         * warnings.el (warning-levels): Add %s to the strings.
13504         (warning-group-format): New variable.
13505         (warning-suppress-log-types): Renamed from warning-suppress-log.
13506         (warning-suppress-types): Renamed from warning-suppress.
13507         (display-warning): Implement those changes.
13509 2002-07-23  Richard M. Stallman  <rms@gnu.org>
13511         * warnings.el: Add `provide' call.
13513         * files.el (basic-save-buffer-2): If there's an error writing the file,
13514         unrename the backup file if it was just made.
13515         (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
13516         (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
13517         when a backup was just made by renaming.  Otherwise it's nil.
13519         * wid-edit.el (widget-convert): Handle an argument that's a keyword.
13520         Recognize explicit :args specification.
13522         * international/mule-cmds.el (select-safe-coding-system):
13523         Don't ask for confirmation of mismatch if find-file-literally was used.
13525 2002-07-23  Markus Rost  <rost@math.ohio-state.edu>
13527         * add-log.el (add-log-current-defun): Fix typo in documentation.
13529 2002-07-22  Markus Rost  <rost@math.ohio-state.edu>
13531         * add-log.el (add-log-mailing-address): Fix type.  Can be a string.
13533         * ido.el (ido-separator): Fix type.
13535 2002-07-23  Andrew Innes  <andrewi@gnu.org>
13537         * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
13538         (DONTCOMPILE): Add various language files.
13539         (DONTCOMPILE): Remove term/xterm.el.
13540         (finder-inf.el): Remove.
13541         (update-authors): New target.
13542         (TAGS-LISP): Remove $(lispsource).
13543         (compile-always): Renamed from `compile-files'.
13544         (compile): New target, adapted from `compile-files'.
13545         (compile-calc): New target.
13546         (recompile): Change `.' to $(lisp).
13547         (bootstrap): Add update-subdirs and finder-data
13548         to dependencies; change compile-files to compile.
13550 2002-07-22  Andre Spiegel  <spiegel@gnu.org>
13552         * vc.el (vc-next-action-on-file): Preserve find-file-literally.
13554 2002-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
13556         * simple.el (undo, undo-more): Adjust messages when undoing in a
13557         region.
13559 2002-07-22  John Paul Wallington  <jpw@shootybangbang.com>
13561         * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
13562         (browse-url-lynx-input-delay): Add custom type and group.
13564         * cus-start.el (double-click-fuzz): Added.
13566 2002-07-22  Alan Shutko  <ats@acm.org>
13568         * calendar/solar.el (diary-sabbath-candles): Add optional MARK
13569         parameter, specifying what face or character to use in the
13570         calendar display.  These will now return (MARK . ENTRY).
13572         * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
13573         parameter, specifying what face or character to use in the
13574         calendar display.  These will now return (MARK . ENTRY).
13576         * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
13577         (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
13578         MARK parameter, specifying what face or character to use in the
13579         calendar display.  These will now return (MARK . ENTRY).
13581         * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
13582         from diary-sexp-entry and pass it to mark-visible-calendar-date.
13583         (list-sexp-diary-entries): Update doc string for new docs for ....
13584         If diary-sexp-entry returns a cons, only add the text to the diary
13585         list.
13586         (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
13587         . STRING) to specify what face or character mark should be used in
13588         the calendar display.
13589         (diary-date, diary-block, diary-float, diary-anniversary)
13590         (diary-cyclic): Add optional MARK parameter, specifying what face
13591         or character to use in the calendar display.  These will now
13592         return (MARK . ENTRY).
13594         * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
13595         (calendar-holiday-list, diary-french-date, diary-mayan-date)
13596         (diary-julian-date, diary-astro-day-number, diary-chinese-date)
13597         (diary-islamic-date, list-islamic-diary-entries)
13598         (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
13599         (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
13600         (diary-rosh-hodesh, list-hebrew-diary-entries)
13601         (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
13602         (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
13603         (diary-sunrise-sunset, diary-sabbath-candles):
13604         Remove interactive flag from autoloads.
13606 2002-07-22  Carsten Dominik  <dominik@astro.uva.nl>
13608         * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
13609         (reftex-bibliography-commands): New option.
13610         (reftex-toc-split-windows-horizontally): New option
13611         (reftex-toc-split-windows-horizontally-fraction): New option
13612         (reftex-include-file-commands): New option.
13613         (reftex-cite-format-builtin): Added ?n for nocite.
13615         * textmodes/reftex-index.el (reftex-query-index-phrase):
13616         Use `reftex-index-verify-function'.
13618         * textmodes/reftex-toc.el (reftex-re-enlarge):
13619         Handle horizontal splitting.
13620         (reftex-toc): Handle horizontal splitting
13621         (reftex-last-window-width): New variable.
13623         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13624         Use `reftex-bibliography-commands'.
13625         (reftex-locate-bibliography-files): Regexp relaxed to allow for
13626         cases where \bibliography is not the first thing on the line.
13628         * textmodes/reftex.el (reftex-compile-variables):
13629         Use `reftex-include-file-commands'.
13630         (reftex-type-query-prompt): Changed defconst to defvar.
13631         (reftex-type-query-help, reftex-typekey-to-format-alist)
13632         (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
13633         (reftex-special-env-parsers, reftex-label-mac-list)
13634         (reftex-label-env-list, reftex-typekey-list)
13635         (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
13636         (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
13637         (reftex-no-follow-message, reftex-no-info-message): Likewise.
13638         (reftex-mode): Define systax table for bibtex parsing.
13639         (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
13641         * textmodes/reftex-cite.el (reftex-format-names): %a as name
13642         format lists all names.
13643         (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
13644         (reftex-with-special-syntax-for-bib): New macro.
13646 2002-07-21  Richard M. Stallman  <rms@gnu.org>
13648         * international/ucs-tables.el (ucs-quail-activate):
13649         Cope if buffer-file-coding-system is nil.
13651         * bindings.el (last-buffer): Use buffer-list with frame arg.
13652         Create *scratch* if no other choice exists.  Fix bugs.
13654 2002-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13656         * net/tramp.el: Bump version to 2.0.2.
13657         (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
13658         longer names.  Use old names "sm1", "sm2" and so on for methods
13659         invoking "ssh -1" or "ssh -2".
13660         (tramp-multi-file-name-structure-separate): Typo, its name was set
13661         to "tramp-file-name-structure-separate".  Trivial patch.
13662         From Steve Youngs <youngs@xemacs.org>.
13663         (tramp-multi-sh-program): New variable.
13664         (tramp-open-connection-multi): Use it.  Now you can use multi
13665         methods from Windows (at least in principle).
13666         (tramp-do-copy-or-rename-via-buffer): New function.
13667         (tramp-do-copy-or-rename-file): Use it.  Change and simplify
13668         logic.  Omit special case of invoking rcp directly to copy the files.
13669         (tramp-open-connection-su, tramp-multi-connect-telnet)
13670         (tramp-multi-connect-rlogin, tramp-multi-connect-su)
13671         (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
13672         Use backticks in format-spec for brevity and to avoid
13673         character/number confusion in XEmacs.
13675 2002-07-20  Richard M. Stallman  <rms@gnu.org>
13677         * wid-edit.el (widget-documentation-string-value-create):
13678         Say "Hide Rest", not just "Hide".
13680         * cus-edit.el (custom-variable-value-create):
13681         Say "Show Value", not just "Show".  Also "Hide Value".
13682         Output a newline before the doc string.
13683         (custom-face-value-create): Say "Show Face" and "Hide Face".
13685         * files.el (toggle-read-only): Clean up the hint message.
13687         * emacs-lisp/bytecomp.el: Use warnings.el.
13688         (byte-compile-warning-prefix): New function.
13689         (byte-compile-log-file): Return page start position.
13690         (byte-compile-log-warning): New function.
13691         (byte-compile-warn): Use byte-compile-log-warning.
13692         (byte-compile-report-error): Likewise.  Also use error-message-string.
13693         (displaying-byte-compile-warnings): Bind warning-series.
13694         Don't bind or use byte-compile-warnings-point-max.
13695         Don't display the log buffer at the end.
13696         (byte-compile-warnings-point-max): Variable deleted.
13697         (byte-compile-log-1): Rewrite for trace info, not used for warnings.
13698         (byte-compile-last-warned-form, byte-compile-last-logged-file):
13699         Defvars moved.
13701         * warnings.el: New file.
13703 2002-07-19  Richard M. Stallman  <rms@gnu.org>
13705         * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
13706         and `values-list' from list of CL functions.
13708 2002-07-19  John Paul Wallington  <jpw@shootybangbang.com>
13710         * emacs-lisp/bytecomp.el (compile-defun):
13711         Bind `read-with-symbol-positions' to current buffer.
13713 2002-07-19  Andre Spiegel  <spiegel@gnu.org>
13715         * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
13716         delete anything that comes after LIMIT from the buffer.
13718         * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
13719         if this is really an RCS master file.
13721         * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
13723 2002-07-19  Juanma Barranquero  <lektu@terra.es>
13725         * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
13726         (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
13727         (unread-command-char, executing-macro, post-command-idle-hook)
13728         (post-command-idle-delay): Move obsolescence declarations to subr.el.
13730         * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
13731         (baud-rate, compiled-function-p, define-function, unread-command-char)
13732         (executing-macro, post-command-idle-hook, post-command-idle-delay):
13733         Move obsolescence declarations from emacs-lisp/bytecomp.el.
13734         (directory-sep-char, mode-line-inverse-video):
13735         Add obsolescence declaration.
13737 2002-07-18  J.D. Smith  <jdsmith@as.arizona.edu>
13739         * progmodes/idlwave.el: Updated to IDLWAVE version 4.14.  Too many
13740         changes to list them here.
13742         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
13743         Too many changes to list them here.
13745         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
13746         Too many changes to list them here.
13748         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
13749         only minor documentation changes.
13751 2002-07-18  Dave Love  <fx@gnu.org>
13753         * info-look.el: Support current auto{conf,make} manuals.
13755 2002-07-18  Juanma Barranquero  <lektu@terra.es>
13757         * bindings.el (last-buffer): Add missing frame argument.
13759 2002-07-18  Richard M. Stallman  <rms@gnu.org>
13761         * timer.el (timer-inc-time): Doc fix.
13763         * replace.el (keep-lines, flush-lines): Interactively report
13764         read-only error before reading regexp argument.
13766         * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
13768         * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
13769         frame parameters like bury-buffer.
13771         * simple.el (choose-completion-delete-max-match):
13772         Handle minibuffer prompts explicitly.
13774 2002-07-18  Juanma Barranquero  <lektu@terra.es>
13776         * international/mule-util.el (string-to-sequence, truncate-string):
13777         Add autoload cookie to obsolescence declaration.
13779         * rect.el (move-to-column-force): Likewise.
13781         * composite.el (decompose-composite-char): Likewise; also remove
13782         redundant info.
13784 2002-07-18  Kim F. Storm  <storm@cua.dk>
13786         * loadup.el: Load international/utf-8 before international/characters.
13788 2002-07-17  Dave Love  <fx@gnu.org>
13790         * international/ucs-tables.el: Optimize tables.  Deal with some
13791         non-8859 charsets.
13792         (ucs-mule-to-mule-unicode): New.
13793         (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
13794         translation.
13795         (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
13796         (unify-8859-on-encoding-mode): Doc mod.  Fix custom version.
13797         (unify-8859-on-decoding-mode): Doc mod.  Change code.  Fix custom
13798         version.  Add custom dependencies.
13799         (ucs-insert): Check for null from decode-char.
13800         (translation-table-for-input, ucs-quail-activate)
13801         (ucs-minibuffer-setup, ccl-encode-unicode-font)
13802         (ucs-tables-unload-hook): New.
13804         * international/mule.el (define-translation-hash-table): New.
13805         (decode-char): Use utf-8-translation-table-for-decode.
13806         (encode-char): Use ucs-mule-to-mule-unicode.
13808         * international/characters.el: Fix settings of U+2000-U+2027.
13809         Remove \e$(C'Y\e(B.
13811         * international/mule-cmds.el (locale-language-names): Fix be, add
13812         sr_YU@cyrillic, modify tg.
13813         (locale-charset-language-names): Put @euro last.
13815         * language/cyrillic.el (cyrillic-koi8-r-decode-table)
13816         (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
13817         (cyrillic-koi8-r-decode-table): Make unbound after use.
13818         (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
13819         factor.  Use utf-8-translation-table-for-decode.
13820         (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
13821         (cyrillic-unify-encoding): New function.
13822         (cyrillic-koi8): Modify safe-chars, valid-codes.
13823         Remove charset-origin-alist.
13824         (Cp878, cp866): New alias.
13825         (ccl-encode-8859-5-font): New.
13826         (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
13827         (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
13828         Remove redundant parens.
13829         ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
13830         (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
13831         (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
13832         (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
13833         ("Cyrillic-ALT"): Change input method.
13834         ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
13836         * international/utf-8.el (utf-8-subst-table)
13837         (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
13838         (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
13839         (utf-8-ccl-regs, utf-8-translate-cjk): New.
13840         (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
13841         (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
13842         (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
13843         (mule-utf-8): Remove pre-write-conversion.
13844         (utf-8-post-read-conversion): Comment out.
13846         * international/ccl.el (ccl-command-table): Add lookup-integer,
13847         lookup-character.
13848         (ccl-extended-code-table): Add lookup-int-const-tbl,
13849         lookup-char-const-tbl.
13850         (ccl-compile-lookup-integer, ccl-compile-lookup-character)
13851         (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
13852         New functions.
13853         (define-ccl-program): Doc update.
13855         * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
13856         (utf-8-subst-table): Don't set.
13858 2002-07-17  Kenichi Handa  <handa@etl.go.jp>
13860         * international/mule.el (define-coding-system-alias):
13861         Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
13862         eol-type is not auto-detection.
13864         * international/mule-diag.el (print-coding-system-briefly):
13865         Fix the handling of an alias of which eol-type is not auto-detection.
13867         * international/mule-conf.el (us-ascii): Define it as an alias of
13868         iso-safe.
13870 2002-07-17  Juanma Barranquero  <lektu@terra.es>
13872         * help-fns.el (describe-function-1): Put empty line before "Not
13873         documented" text.
13875         * timer.el (timer-set-time-with-usecs): Mark obsolete.
13877 2002-07-16  Stefan Monnier  <monnier@cs.yale.edu>
13879         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
13880         Make sure to change the global tool-bar-map.
13882         * vc.el (vc-default-comment-history): Hard code *vc*.
13883         This is because print-log always prints there now.
13884         (vc-annotate-font-lock-keywords): New var.
13885         (vc-annotate-mode): Use it.  Set truncate-lines as well.
13886         (vc-annotate-display-select): Unify the two error reports.
13887         (vc-annotate-offset): New var.
13888         (vc-annotate-lines): New fun extracted from vc-annotate-display.
13889         (vc-annotate-display): Use it, via font-lock.
13891         * help-fns.el (help-split-fundoc, help-function-arglist)
13892         (help-make-usage): New funs, extracted from describe-function-1.
13893         (describe-function-1): Use them.
13895         * help.el (help-key-description): Show the untranslated keys
13896         when they start with ESC and the ESC was not translated.
13898         * help-mode.el (view): Always require.
13899         (help-xref-mule-regexp): Don't use defconst for variables.
13900         (help-setup-xref): Keep the last 10 elements of the stack.
13901         (help-xref-override-view-map): New var.
13902         (help-make-xrefs): Use it instead of building a new map each time.
13903         (help-function-def): Allow help-fun to take a buffer as arg.
13905         * diff-mode.el (diff-reverse-direction): Simplify.
13906         (diff-after-change-function): Fix typo.
13907         (diff-post-command-hook): Take care of edge cases.
13908         (diff-current-defun): Do `goto-char' after setting the mode.
13910         * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
13911         Fold mouse-sel-bindings into it.
13912         (mouse-sel-bound-events): Turn it into an alist.
13913         (mouse-insert-selection): Delegate to mouse-yank-at-click if
13914         mouse-sel-default-bindings asks for it.
13916 2002-07-16  Andre Spiegel  <spiegel@gnu.org>
13918         * files.el: Bind toggle-read-only to C-x C-q.
13919         (toggle-read-only): Display a warning message if the file is under
13920         version control.
13922         * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
13923         (vc-toggle-read-only): Explain in the doc string that users can bind
13924         this to C-x C-q.
13925         (vc-checkout-model): Change doc string to refer to vc-next-action,
13926         not vc-toggle-read-only.
13928         * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
13929         comparing to file on disk.  Fix the case when claiming the lock
13930         on a file that has unlocked changes.
13931         (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
13933 2002-07-16  Richard M. Stallman  <rms@gnu.org>
13935         * simple.el (choose-completion-string): Doc fix.
13937         * cus-edit.el: New operation :custom-standard-value.
13938         (Custom-reset-standard): Use it.
13939         (custom-variable, custom-face): Define it.
13940         (custom-variable-standard-value, custom-face-standard-value): New fns.
13941         (custom-face-save): Don't save a face whose value is standard.
13942         (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
13944         * cus-edit.el (custom-face-edit-fix-value):
13945         If VALUE is not a list, pass it thru.
13947         * compare-w.el (compare-windows-whitespace): Always allow newline
13948         even if it does not have whitespace syntax.
13950 2002-07-16  Juanma Barranquero  <lektu@terra.es>
13952         * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
13954 2002-07-15  Juanma Barranquero  <lektu@terra.es>
13956         * help-fns.el (describe-variable): Show documentation for aliased
13957         variable if alias does not have its own.
13959 2002-07-15  Mike Williams  <mdub@bigfoot.com>
13961         * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
13962         cut/paste functions.
13964 2002-07-14  Richard M. Stallman  <rms@gnu.org>
13966         * files.el (find-alternate-file): Offer to save a modified buffer.
13967         Handle kill-buffer-query-functions better.
13969         * startup.el (normal-splash-screen, fancy-splash-text):
13970         Update name of help menu item for ordering printed manuals.
13972         * emacs-lisp/checkdoc.el: Fix doc typos.
13974 2002-07-14  Stefan Monnier  <monnier@cs.yale.edu>
13976         * textmodes/tex-mode.el: Set encoding to utf-8.
13977         (tex-start-options): Make it into always-a-string.
13978         Remove silly custom options that are covered by the other var.
13979         (tex-start-commands): Fix docstring.
13980         (tex-open-quote, tex-close-quote): Add options.
13981         (tex-command): Provide default.
13982         (tex-font-lock-keywords-1): Highlight $$...$$.
13983         (tex-font-lock-keywords-2): Fix latin-1 chars.
13984         (tex-mode-map): Remove redundant \t binding.
13985         (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
13986         (latex-mode): Use add-hook for fill-nobreak-predicate.
13987         (tex-common-initialization): Set indent-tabs-mode to nil.
13988         (tex-insert-quote): Undo magic if invoked twice in a row.
13989         (latex-fill-nobreak-predicate): Don't use narrowing.
13990         (tex-latex-block): Don't cons uselessly.
13991         (tex-last-unended-begin): Signal user-friendlier error.
13992         (tex-goto-last-unclosed-latex-block): Don't catch signal.
13993         (tex-start-tex): Switch order of tex-start-options and
13994         tex-start-commands to make it obey docstrings.
13996 2002-07-14  Mike Williams  <mdub@bigfoot.com>
13998         * mouse-sel.el (mouse-sel-bound-events): New constant.
13999         (mouse-sel-bindings): Save/restore original mouse-bindings.
14001 2002-07-13  Stefan Monnier  <monnier@cs.yale.edu>
14003         * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
14004         (cl-hack-byte-compiler): Avoid infinite require loop.
14006         * net/ange-ftp.el: Use hash-tables.
14007         (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
14008         (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
14009         (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
14010         Replace with make-hash-table, maphash, gethash, puthash and remhash.
14011         (ange-ftp-hash-entry-exists-p): Rewrite.
14012         (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
14013         Change mapatom -> maphash.
14014         (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
14015         Update to new calling mode.
14017         * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
14018         (ebrowse-hash-table-to-alist): Delete.
14019         (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
14020         (ebrowse-tags-complete-symbol): Use the hashtable for completion.
14022         * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
14023         Improve the regexp used when unquoting.
14024         (sgml-pretty-print): New function.
14025         (sgml-get-context): Better handling of improperly nested tags.
14026         (sgml-show-context): Don't use the FULL arg of sgml-get-context.
14028 2002-07-13  Andreas Schwab  <schwab@suse.de>
14030         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
14031         inherited table entry.
14033 2002-07-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
14035         * calendar/timeclock.el (timeclock-in): Handle the case where no
14036         log file exists (ie the very first call).
14038 2002-07-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14040         * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
14041         is done by Tramp.
14043         * net/tramp.el (tramp-multi-file-name-structure-unified):
14044         Add missing slash and move colon from start to end of each hop.
14045         (tramp-multi-file-name-hop-structure-unified): Move colon from
14046         start to end of each hop.
14048 2002-07-13  Kim F. Storm  <storm@cua.dk>
14050         * progmodes/compile.el (grep-tree): Fixed autoload.
14051         Corrected use of undefined variable `match-files-aliases'.
14053 2002-07-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
14055         * calendar/timeclock.el (timeclock-get-workday-function):
14056         `timeclock-workday' is not a valid option, rather a possible
14057         return value.
14059 2002-07-12  Richard M. Stallman  <rms@gnu.org>
14061         * net/ange-ftp.el (ange-ftp-write-region):
14062         Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
14063         to ange-ftp-real-write-region.
14065         * replace.el (flush-lines, keep-lines): Convert REND to a marker.
14067         * help-fns.el (help-with-tutorial): Display completion list right away.
14069         * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
14071         * startup.el (command-line): Set memory-signal-data.
14072         (fancy-splash-text, normal-splash-screen):
14073         Mention "Read the Emacs Manual" or C-h r.
14074         Rearrange the initial help to put the help cmds on left
14075         and the actions (exit, undo) on the right.  Other small
14076         text clarifications.
14077         (fancy-splash-text, actions page): Add blank line to balance help page.
14079         * help.el (help-map): Add binding for info-emacs-manual.
14080         (print-help-return-message): Doc fix.
14082         * strokes.el (strokes-help): Call print-help-return-message
14083         while inside with-output-to-temp-buffer.
14085         * info.el (info-emacs-manual): New function.
14086         (Info-use-header-line): Doc fix.
14088         * emacs-lisp/cl.el (multiple-value-call): Add alias.
14090         * progmodes/compile.el (compilation-normalize-filename):
14091         New subroutine, taken out of compilation-parse-errors.
14092         (compilation-parse-errors): Use that, and for directories too.
14093         Don't check whether a directory really exists.
14095 2002-07-12  Juanma Barranquero  <lektu@terra.es>
14097         * help-fns.el (describe-variable): Remove useless "Documentation:"
14098         string.
14100         * timer.el (timer-set-time-with-usecs): Fix documentation.
14101         Simplify extraction of time data.
14103 2002-07-12  John Paul Wallington  <jpw@shootybangbang.com>
14105         * help-fns.el (describe-variable): Mention if the variable is an
14106         alias.  Put `defvaralias' info before the documentation.
14108 2002-07-12  Kenichi Handa  <handa@etl.go.jp>
14110         * international/mule-cmds.el (locale-language-names): Change "mk"
14111         (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
14112         alphabet) to "Cyrillic-ISO".
14114 2002-07-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14116         * net/tramp.el (tramp-default-method): New default method "sm"
14117         which I guess to be good for most people.
14118         (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
14119         Ange-FTP) for some user/host combinations.
14120         (tramp-file-name-structure, tramp-file-name-regexp)
14121         (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
14122         (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
14123         (tramp-make-multi-tramp-file-format): New default value which
14124         unifies the filename syntax between Tramp and Ange-FTP.  The new
14125         syntax is "/method:user@host:path".  Note the colon after the method.
14126         (tramp-handle-file-name-directory): Don't return "/" when
14127         completing a remote root directory (where the filename looks like
14128         "/method:user@host:/").
14129         (tramp-handle-ange-ftp): Deleted.
14130         (tramp-disable-ange-ftp): New function, called at toplevel,
14131         deletes Ange-FTP from file-name-handler-alist.
14132         (tramp-handle-make-symbolic-link): Implement.
14134 2002-07-10  Juanma Barranquero  <lektu@terra.es>
14136         * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
14138         * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
14139         (speedbar-vc-do-check): Likewise.
14140         (speedbar-obj-do-check): Likewise.
14141         (speedbar-mouse-hscroll): Likewise.
14142         (speedbar-file-lists): Likewise.
14144         * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
14146 2002-07-09  Ole Aamot  <ole@gnu.org>
14148         * compile.el (compilation-error-regexp-alist):
14149         Recognize Valgrind messages.
14151 2002-07-09  Juanma Barranquero  <lektu@terra.es>
14153         * faces.el (face-id): Fix typo.
14155         * hexl.el (hexl-mode): Likewise.
14157         * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
14159         * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
14161         * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
14162         (speedbar-desired-buffer): Likewise.
14163         (speedbar-line-file): Likewise.
14164         (speedbar-special-mode-key-map): Fix typo.
14165         (speedbar-dynamic-tags-function-list): Likewise.
14166         (speedbar-use-images): Likewise.
14167         (speedbar-up-directory): Likewise.
14168         (speedbar-item-info): Likewise.
14169         (speedbar-set-timer): Likewise.
14170         (speedbar-insert-button): Likewise.
14171         (speedbar-make-button): Likewise.
14172         (speedbar-make-tag-line): Likewise.
14173         (speedbar-insert-files-at-point): Likewise.
14174         (speedbar-update-special-contents): Likewise.
14175         (speedbar-find-selected-file): Likewise.
14176         (speedbar-add-indicator): Likewise.
14177         (speedbar-do-function-pointer): Likewise.
14178         (speedbar-goto-this-file): Likewise.
14179         (speedbar-line-path): Likewise.
14180         (speedbar-mouse-event-p): Likewise.
14181         (speedbar-dir-follow): Likewise.
14182         (speedbar-tag-find): Likewise.
14183         (speedbar-fetch-etags-command): Likewise.
14184         (speedbar-fetch-etags-arguments): Likewise.
14185         (speedbar-toggle-etags): Likewise.
14186         (speedbar-extract-one-symbol): Likewise.
14187         (speedbar-parse-c-or-c++tag): Likewise.
14188         (speedbar-unhighlight-one-tag-line): Likewise.
14189         (speedbar-directory-face): Likewise.
14190         (defimage-speedbar): Likewise.
14191         (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
14193 2002-07-09  Miles Bader  <miles@gnu.org>
14195         * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
14196         to nil when prompting for a filename.
14198 2002-07-09  Kenichi Handa  <handa@etl.go.jp>
14200         * files.el (insert-directory): Be sure to bind
14201         coding-system-for-write to the just decided coding-system-for-read.
14203 2002-07-09  Kim F. Storm  <storm@cua.dk>
14205         * ido.el (ido-make-merged-file-list): Move fully matching item to
14206         head of list.
14207         (ido-find-common-substring): Return substring instead of t.
14209 2002-07-08  Juanma Barranquero  <lektu@terra.es>
14211         * info.el (Info-directory-list): Fix docstring.
14213 2002-07-08  Miles Bader  <miles@gnu.org>
14215         * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
14216         before first use.
14218 2002-07-08  Kim F. Storm  <storm@cua.dk>
14220         * files.el (after-find-file): Don't check for read-only status
14221         of files just created (and not yet saved on disk).
14223         * ido.el (ido-completion-help): Changed xemacs specific code to
14224         avoid byte compiler warning in GNU emacs.
14225         (ido-set-matches1): Use regexp-quote instead of identity.
14226         (ido-complete-space): New function.
14227         (ido-define-mode-map): Bind it to SPACE.
14229 2002-07-07  Stefan Monnier  <monnier@cs.yale.edu>
14231         * font-lock.el (font-lock-default-unfontify-region):
14232         Use remove-list-of-text-properties.
14233         (font-lock-extra-managed-props): Doc fix.
14235         * facemenu.el: Move `provide' to the end.
14236         (facemenu-read-color): Don't cons unnecessarily.
14238         * language/ind-util.el (indian-make-hash):
14239         * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
14240         (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
14242         * subr.el (insert-string): Update the obsolete info.
14243         (makehash): Move from C and mark obsolete.
14245         * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
14246         aliases to also work for interactive functions.
14247         Use the same wrapper for subroutines.
14248         (cancel-debug-on-entry): Get rid of the now-useless wrapper.
14249         (debug-on-entry-1): Correctly skip docstrings and interactive forms.
14251         * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
14252         automatic environment name update.
14253         (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
14255 2002-07-07  Richard M. Stallman  <rms@gnu.org>
14257         * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
14259         * emacs-lisp/advice.el (ad-compile-function):
14260         Disable cl-function warnings if cl is loaded.
14262         * files.el (safe-local-eval-forms): New user option.
14263         (hack-one-local-variable-eval-safep): Support it.
14264         Also allow `safe-local-eval-function' property to be a function
14265         or a list of functions.
14266         (c-add-style): Delete `safe-local-eval-function' property.
14268         * files.el (after-find-file): Make buffer read-only if file is
14269         marked that way, even for root.
14271         * files.el (save-some-buffers): Doc fix.
14273         * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
14275 2002-07-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
14277         * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
14278         .sx[dmicw] file suffixes for Open office data files.
14280         * files.el (auto-mode-alist): Likewise.
14282         * international/mule.el (auto-coding-alist): Likewise.
14284 2002-07-05  Kim F. Storm  <storm@cua.dk>
14286         * emulation/cua-rect.el (cua--rectangle-operation): Don't call
14287         FCT if current column is outside rectangle.
14288         (cua--delete-rectangle): Do nothing if zero width or out of bounds.
14290 2002-07-04  Stefan Monnier  <monnier@cs.yale.edu>
14292         * net/ange-ftp.el: Use add-hook and find-file-hook.
14293         (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
14294         (ange-ftp-ls-parser): Make it into a function.
14295         Ignore trailing @ in symlink targets.
14296         (ange-ftp-file-entry-p): Ignore FTP errors.
14297         (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
14298         to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
14300 2002-07-04  Per Abrahamsen  <abraham@dina.kvl.dk>
14302         * simple.el (toggle-truncate-lines): New command.
14304 2002-07-04  Miles Bader  <miles@gnu.org>
14306         * comint.el (comint-displayed-dynamic-completions): New variable.
14307         (comint-dynamic-list-completions): Be more careful about choosing
14308         when to scroll an existing completions window.
14310 2002-07-03  Andreas Schwab  <schwab@suse.de>
14312         * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
14313         after doc string.
14315 2002-07-03  Juanma Barranquero  <lektu@terra.es>
14317         * net/tramp.el (tramp-send-eof): Fix typo.
14318         (tramp-kill-process): Likewise.
14320         * play/dunnet.el (dun-physobj-desc): Likewise.
14322         * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
14324         * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
14325         (timeclock-workday-elapsed): Likewise.
14327         * allout.el (outline-goto-prefix): Likewise.
14329         * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
14330         (tpu-delete-to-bol): Likewise.
14332         * subr.el (chars-in-region): Add obsolescence declaration for
14333         `chars-in-region'.
14335 2002-07-03  Miles Bader  <miles@gnu.org>
14337         * faces.el (header-line): Don't use a `common' clause for
14338         inheriting from the mode-line face, since we can't override it,
14339         and we don't want it for ttys.
14341 2002-07-02  Richard M. Stallman  <rms@gnu.org>
14343         * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
14345         * files.el (hack-one-local-variable-constantp): New function.
14346         (hack-one-local-variable-eval-safep): New function.
14347         Check for `eval:' calling fn with `safe-local-eval-function' property.
14348         (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
14349         (c-add-style, c-set-style): Add safe-local-eval-function property.
14351         * files.el (insert-directory): Handle --dired option to ls.
14353         * files.el (file-remote-p): New function.
14355         * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
14357         * startup.el (fancy-splash-screens): Switch to a chosen frame.
14358         (fancy-splash-frame): Choose the right frame to use.
14359         (use-fancy-splash-screens-p): Check dimensions of the right frame
14360         in order to decide.
14362         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
14363         Rename cl-func to cl-functions.  Enable it by default.
14364         (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
14365         if the file loads cl.
14366         (byte-compile-initial-macro-environment): For eval-and-compile,
14367         use byte-compile-eval-before-compile to eval.
14368         (byte-compile-eval-before-compile): New function to turn off
14369         cl-functions when appropriate, for eval-and-compile.
14370         (byte-compile-warnings): Doc fix.
14372 2002-07-02  Dave Love  <fx@gnu.org>
14374         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
14375         (byte-compile-cl-warn): New function.
14376         (byte-compile-form): Use it, to warn about calling cl functions.
14377         (byte-compile-warning-types): Doc fix.
14379 2002-07-02  Juanma Barranquero  <lektu@terra.es>
14381         * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
14383         * textmodes/reftex-cite.el (reftex-citation): Fix typo.
14385         * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
14386         Fix typo.
14388 2002-07-02  Kim F. Storm  <storm@cua.dk>
14390         * emacs-lisp/bindat.el: New file.
14392 2002-07-01  Sam Steingold  <sds@gnu.org>
14394         * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
14395         before `tex-main-file' because if the current buffer is new, its
14396         file might not exist yet, and then `tex-main-file' will
14397         incorrectly return "foo.tex.tex".
14399 2002-07-01  Juanma Barranquero  <lektu@terra.es>
14401         * ido.el (ido-minibuffer-setup-hook): Doc fix.
14403 2002-07-01  Dave Love  <fx@gnu.org>
14405         Make strokes a proper minor mode, and don't try to overload
14406         mouse-2, which doesn't work satisfactorily.
14408         * strokes.el: Doc fixes.
14409         (strokes-mode): Defcustom deleted; replaced by minor mode def with
14410         re-written function.
14411         (strokes-while-inhibiting-garbage-collector): Comment out.
14412         (define-stroke, strokes-fix-button2-command, strokes-insinuated)
14413         (strokes-insinuate, global-set-stroke, describe-stroke)
14414         (load-user-strokes, save-strokes, strokes-bug-address)
14415         (strokes-click-command): Deleted.
14416         (strokes-execute-stroke): Remove strokes-click-p case.
14417         (strokes-describe-stroke): Remove strokes-click-p stuff.
14418         (strokes-help): Fix.
14419         (strokes-report-bug): Alias to report-emacs-bug.
14420         (strokes-prompt-user-save-strokes): Modify format of the file.
14421         (strokes-mode-map, strokes-unload-hook): New.
14422         (strokes-buffer-name): Don't customize.
14424 2002-07-01  Richard M. Stallman  <rms@gnu.org>
14426         * info.el (Info-index): Get immediate error if used in `dir'.
14428         * textmodes/picture.el (picture-forward-column)
14429         (picture-move-down): Never deactivate the mark.
14431 2002-06-30  Simon Josefsson  <jas@extundo.com>
14433         * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
14434         menu entry into balloon help.
14436 2002-06-30  Andreas Schwab  <schwab@suse.de>
14438         * files.el (directory-free-space-args): Don't use `-P' on Darwin.
14439         * term/mac-win.el: Don't set it here.
14441 2002-06-29  Stefan Monnier  <monnier@cs.yale.edu>
14443         * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
14445 2002-06-29  Andreas Schwab  <schwab@suse.de>
14447         * term/mac-win.el: Use directory-free-space-program instead of
14448         obsolete variable dired-free-space-program.  On Darwin, don't set
14449         directory-free-space-program, shell-file-name and
14450         process-connection-type; set directory-free-space-args to not
14451         include `-P' and use utf-8 for file name coding system.
14453         * simple.el (shell-command-on-region): Handle errors and signals
14454         from shell command execution.
14455         (display-message-or-buffer): Fix last change.
14456         (shell-command-default-error-buffer): Doc fix.
14458         * dired.el (dired-view-file): Quote file name for
14459         dired-run-shell-command.
14461 2002-06-29  Kim F. Storm  <storm@cua.dk>
14463         * kmacro.el: New file.
14465 2002-06-28  John Wiegley  <johnw@gnu.org>
14467         * pcmpl-cvs.el: Added my name as the maintainer of this file.
14469 2002-06-28  Andreas Schwab  <schwab@suse.de>
14471         * shell.el (explicit-bash-args): New user option.
14473 2002-06-28  Kim F. Storm  <storm@cua.dk>
14475         * ido.el: New file.
14477 2002-06-28  Stefan Monnier  <monnier@cs.yale.edu>
14479         * derived.el (define-derived-mode): Preserve the `mode-class' rather
14480         than the `special' symbol property.
14481         (derived-mode-class): Make it obsolete.
14483 2002-06-27  Andreas Schwab  <schwab@suse.de>
14485         * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
14487 2002-06-27  Juanma Barranquero  <lektu@terra.es>
14489         * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
14490         (meta-flag): Likewise.
14492         * international/mule-util.el (string-to-sequence): Likewise.
14494         * subr.el (char-bytes): Likewise.
14495         (make-local-hook): Likewise.
14496         (baud-rate): Remove redundant info from docstring.
14498         * faces.el (frame-update-faces): Fix obsolescence declaration.
14499         (internal-get-face): Remove redundant info from docstring and
14500         fix obsolescence declaration.
14502         * rect.el (move-to-column-force): Likewise.
14504         * help-fns.el (describe-function-1): Use semicolon instead of dot.
14505         (describe-variable): Likewise.
14507 2002-06-27  Stefan Monnier  <monnier@cs.yale.edu>
14509         * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
14510         (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
14511         (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
14512         (mouse-wheel-follow-mouse): Change default to t.
14513         (mwheel-event-button): Return the basic event symbol.
14514         (mwheel-scroll): Work with non-mouse events.
14515         (mouse-wheel-mode): Use the new vars.
14516         (mwheel-install): Obey `uninstall'.
14518         * term/xterm.el (function-key-map): Add some bindings.
14520         * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
14521         Rename from delay-uniquify-rationalize-file-buffer-names.
14522         Only rationalize if the buffer is under uniquify control.
14523         (uniquify-delayed-rationalize-file-buffer-names):
14524         Rename from delayed-uniquify-rationalize-file-buffer-names.
14526 2002-06-27  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14528         * net/tramp.el (tramp-file-name-structure)
14529         (tramp-multi-file-name-hop-structure): Split for easier readability.
14530         (tramp-handle-make-symbolic-link): Use user/host/method/... from
14531         LINKNAME, not FILENAME.
14532         (tramp-handle-verify-visited-file-modtime):
14533         Call tramp-ange-ftp-file-name-p with right parameters.
14534         (tramp-handle-verify-visited-file-modtime): `insert' does not
14535         work for integers, convert them to strings first.
14536         (tramp-handle-ange-ftp): New function to perform setup for
14537         replacing Ange-FTP with Tramp.
14538         (tramp-repair-jka-compr): New function to factor out some
14539         previously top-level code.  Call the function at top-level.
14541 2002-06-27  Juanma Barranquero  <lektu@terra.es>
14543         * composite.el (decompose-composite-char): Fix docstring.
14545         * faces.el (describe-face): Capitalize "not documented" message.
14547         * help-fns.el (describe-variable): Likewise.
14548         (describe-function-1): Likewise. Also, document the obsolescence
14549         of the function, if applicable.
14551 2002-06-26  Juanma Barranquero  <lektu@terra.es>
14553         * info.el (info-menu-5): Fix documentation.
14554         (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
14556 2002-06-26  Richard M. Stallman  <rms@gnu.org>
14558         * emacs-lisp/cl.el (values): Simplify definition.
14560         * simple.el (shell-command): Match & only at end of whole command.
14561         (display-message-or-buffer): Don't use the echo area
14562         if output buffer is visible.
14564         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
14566         * progmodes/cperl-mode.el: Many trivial doc fixes.
14567         (cperl-non-problems): Definition deleted.
14568         (cperl-menu): Don't refer to cperl-non-problems.
14569         (cperl-word-at-point): Add doc string.
14570         (cperl-beautify-regexp-piece): Fix error message.
14571         (cperl-invert-if-unless): Fix error message.
14573         * dired.el (dired-find-alternate-file): Mark as disabled.
14575 2002-06-25  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14577         * net/tramp.el (tramp-ftp-method): New user option.
14578         (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
14579         (with-parsed-tramp-file-name): New macro for the usual big `let'
14580         statement to dissect a file-name.
14581         (tramp-handle-make-symbolic-link, tramp-handle-load)
14582         (tramp-handle-file-name-directory)
14583         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
14584         (tramp-handle-file-truename, tramp-handle-file-directory-p)
14585         (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
14586         (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
14587         Use the new macro and forward call to Ange-FTP if applicable.
14588         (tramp-make-ange-ftp-file-name): New helper function to convert a
14589         file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
14590         (tramp-default-method-alist): New user option.
14591         (tramp-find-default-method): Use it.
14592         (tramp-sh-extra-args): New variable.
14593         (tramp-find-shell): Use it.
14594         (tramp-open-connection-rsh): Support a kludgy feature for the
14595         "-p" option to ssh.  If host name is given as "host#42", uses the
14596         "-p 42" option.
14598 2002-06-25  Andreas Schwab  <schwab@suse.de>
14600         * replace.el (occur-1): Avoid invalid message format string.
14602 2002-06-24  Stefan Monnier  <monnier@cs.yale.edu>
14604         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
14605         Check for `noruntime' even if the function has a known sig.
14606         (byte-compile-file, byte-compile-output-docform):
14607         Don't hard code point-min = 1.
14609         * pcvs.el (cvs-parse-process): Don't save/restore point.
14610         Fix last change not to introduce spurious dir FIs.
14611         (cvs-move-to-goal-column): New function extracted from
14612         cvs-mode-previous-line.
14613         (cvs-mode-previous-line, cvs-mode-next-line): Use it.
14614         (cvs-addto-collection): Use it to preserve point.
14615         (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
14617         * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
14618         Don't require the first element to be modifier-free.
14620         * pcvs-parse.el (cvs-parse-table):
14621         Handle `nothing known about' with more care.
14623         * pcvs.el (cvs-fileinfo-kill): Remove.
14624         (cvs-parse-process): Add `old-fis' argument.
14625         (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
14627         * descr-text.el (describe-property-list): Make sure there's
14628         a space between the property name and its value.
14629         (describe-text-properties): Don't kill a pre-existing buffer.
14631         * mwheel.el: Undo last patch from Stephen Gildea for now.
14633 2002-06-24  Kim F. Storm  <storm@cua.dk>
14635         * emulation/keypad.el: Added :require 'keypad to defcustoms.
14637 2002-06-23  Stefan Monnier  <monnier@cs.yale.edu>
14639         * subr.el (event-start, event-end, event-click-count):
14640         Accept non-mouse events as well.
14641         (read-key): New function.
14642         (read-quoted-char): Use it.  Use this-single-command-raw-keys as well.
14644         * files.el: Rename (and mark as obsolete)
14645         find-file-hooks to find-file-hook,
14646         find-file-not-found-hooks to find-file-not-found-functions,
14647         write-file-hooks to write-file-functions,
14648         write-contents-hooks to write-contents-functions.
14649         Mark local-write-file-hooks as obsolete.
14650         (locate-file-completion): Don't cons uselessly.  Use test-completion.
14651         (basic-save-buffer): Use (point-min) rather than 1.
14652         (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
14654         * help-fns.el (describe-variable): Only use `buffer' is still live.
14655         Use `delete-region' instead of save-excursion + delete-char.
14656         Document the obsolescence of the variable, if applicable.
14658 2002-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
14660         * progmodes/f90.el (f90-do-auto-fill): Respect the value of
14661         comment-auto-fill-only-comments.
14663 2002-06-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14665         * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
14666         This is not a handled operation.
14668 2002-06-21  Kim F. Storm  <storm@cua.dk>
14670         * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
14671         work again.  Corrected error in check for C-u initiated prefix.
14673         * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
14675 2002-06-21  Richard M. Stallman  <rms@gnu.org>
14677         * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
14678         to browse-url-at-point.
14680         * play/zone.el (zone-idle): Var deleted.
14682         * international/iso-acc.el (iso-languages) <french>:
14683         `~ ' now generates `~', `~,' definition deleted.
14685         * format.el (format-annotate-function): Copy multibyte flag
14686         and selective-display into the new temp buffer.
14688         * edmacro.el (edmacro-fix-menu-commands):
14689         Discard `help-echo' events.  Handle (menu-bar) events.
14690         Simplify by converting key sequence to a list and then back to vector.
14692 2002-06-21  Stephen Gildea  <gildea@stop.mail-abuse.org>
14694         * mwheel.el: Allow arbitrary keys for scrolling, add a third
14695         scrolling speed, fix an unwind-protect.
14696         (mouse-wheel-scroll-amount): Now a three-element list.
14697         (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
14698         (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
14699         (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
14700         New functions.
14702 2002-06-21  Andreas Schwab  <schwab@suse.de>
14704         * files.el (find-file-read-args): Add new argument `mustmatch' and
14705         pass it down to read-file-name.
14706         (find-file, find-file-other-window, find-file-other-frame)
14707         (find-file-read-only, find-file-read-only-other-window)
14708         (find-file-read-only-other-frame): Use it and fix prompts.
14710 2002-06-21  Stefan Monnier  <monnier@cs.yale.edu>
14712         * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
14714 2002-06-20  Emmanuel Briot  <briot@act-europe.fr>
14716         * progmodes/ada-mode.el: Update copyright notice.
14717         Synchronize with GNAT release 3.15a1.
14718         Do not attempt to load ada-support, which is only for compatibility
14719         with older Emacs versions, and is not needed for Emacs 21.
14720         Fix various calls to count-lines, that didn't work correctly when the
14721         buffer was narrowed.
14722         (ada-continuation-indent): New variable.
14723         (ada-contextual-menu): New entry "List local references", faster than
14724         "List References".
14725         (ada-mode): New alignment rules provided by S. Leake.
14726         Add support for which-function-mode.
14727         (ada-get-current-indent): Fix indentation of named parameter lists and
14728         nested boolean expressions.
14729         (ada-indent-on-previous-lines): Fix indentation of labels.
14730         (ada-search-prev-end-stmt): Fix searching of the previous
14731         end-statement, specially with regards to nested subprograms.
14732         (comment-region advice): Initially disabled, for better compatibility
14733         with other modes.
14734         (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
14736         * progmodes/ada-xref.el: Update copyright notice.
14737         (ada-xref-create-ali): The default is now not to create automatically
14738         the ALI files by compiling the unit, since this isn't always reliable
14739         and requires an up-to-date project file.
14740         (ada-prj-default-comp-cmd): No longer use gcc directly to compile
14741         a file, but use gnatmake instead, since this gives access to the GNAT
14742         project files.
14743         (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
14744         (ada-load-project-hook): New variable, for support of GNAT
14745         project files.
14746         (ada-update-project-menu): Fix the detection of the project file name.
14747         (ada-add-keymap): Change key binding for ada-find-file, that conflicted
14748         with another binding in ada-mode.el.
14749         (ada-add-menu): New menu "List Local References", to list the reference
14750         to the entity only in the current file, instead of looking in the whole
14751         project.  Much faster.
14752         (ada-find-references): New parameters arg and local-only.
14753         (ada-find-any-references): New parameters local-only and append.
14754         (ada-goto-declaration): Fix handling of predefined entities in xref.
14755         (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
14756         still compatible with GNAT 3.14 of course.  Fix various calls to
14757         count-lines, that didn't work correctly when the buffer was narrowed.
14759         * progmodes/ada-prj.el: Update copyright.
14760         (ada-prj-load-directory): Make sure we do not use one of the new Emacs
14761         21 dialogs to select the file, since we want a directory name only.
14762         (ada-customize): Add support for the new GNAT project files.
14764 2002-06-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
14766         * progmodes/etags.el (tag-implicit-name-match-p): New function.
14767         (etags-recognize-tags-table): Use it for implicit tag names.
14769 2002-06-20  Miles Bader  <miles@gnu.org>
14771         * comint.el (comint-get-old-input-default): Strip text properties
14772         for fields too.
14774         * comint.el (comint-output-filter): Run output-filter functions
14775         before setting up the prompt.
14777         * international/characters.el: Re-enable code giving word syntax
14778         to certain japanese-jisx0208 characters.
14780 2002-06-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
14782         * progmodes/f90.el (f90-type-def-re): Fix value.
14783         (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
14785 2002-06-18  Stefan Monnier  <monnier@cs.yale.edu>
14787         * international/quail.el (quail-help): Don't assume the buffer
14788         is displayed in the same frame.
14790         * emacs-lisp/debug.el (cancel-debug-on-entry):
14791         * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
14793         * pcvs.el (cvs-vc-command-advice): Handle the case where args
14794         are passed to `cvs' before the command name.
14795         (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
14797         * pcvs-info.el (cvs-add-face): Minor rewrite.
14798         (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
14800         * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
14801         regexp when they don't match comment-foo any more.
14803 2002-06-18  Juanma Barranquero  <lektu@terra.es>
14805         * filesets.el (filesets-update-pre010505): Fix typo.
14807         * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
14809         * emulation/edt.el (edt-substitute): Fix typo.
14811         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
14813         * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
14815         * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
14817 2002-06-17  Richard M. Stallman  <rms@gnu.org>
14819         * facemenu.el (facemenu-map): Rename to Describe Text
14820         to Describe Properties and use describe-text-properties.
14822         * simple.el (what-cursor-position): Use describe-char.
14824         * descr-text.el (describe-char): Moved from mule-diag.el, renamed
14825         from describe-char-after.  Now calls describe-text-properties.
14826         (describe-property-list): Renamed from describe-text-properties.
14827         (describe-text-properties): Renamed from describe-text-at.
14828         New arg OUTPUT-BUFFER.
14829         (describe-text-properties-1):
14830         New subroutine, broken out from describe-text-properties.
14831         Output a newline before each section of the output.
14833         * international/mule-diag.el (describe-char-after):
14834         Moved to descr-text.el.
14836 2002-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
14838         * international/mule.el (ctext-pre-write-conversion): Fix the values
14839         of FROM and TO if we create a new buffer.
14841 2002-06-17  John Paul Wallington  <jpw@shootybangbang.com>
14843         * comint.el (comint-insert-clicked-input): Insert clicked-on
14844         previous input without properties.
14846 2002-06-16  Andrew Choi  <akochoi@shaw.ca>
14848         * term/mac-win.el (scalable-fonts-allowed): Set to t.
14850 2002-06-15  Colin Walters  <walters@debian.org>
14852         * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
14853         Delete defvars.
14854         (cvs-highlight): Delete.
14855         (cvs-add-face): Use `font-lock-face'.  Always add properties.
14857         * ibuffer.el (ibuffer-movement-cycle): New variable.
14858         (ibuffer-backward-line, ibuffer-forward-line): Use it.
14860 2002-06-15  Richard M. Stallman  <rms@gnu.org>
14862         * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
14863         (batch-byte-recompile-directory): Undo previous change.
14865         * comint.el (comint-skip-input): New function.
14866         (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
14867         (comint-stop-subjob): Use comint-skip-input.
14869         * ielm.el (ielm-eval-input): Use error-message-string.
14870         (ielm-format-error, ielm-format-errors): Functions deleted.
14872 2002-06-14  Kim F. Storm  <storm@cua.dk>
14874         * progmodes/compile.el (grep-tree): Doc fixes.
14875         Added SUBDIRS arg for non-interactive use.
14877 2002-06-14  Juanma Barranquero  <lektu@terra.es>
14879         * comint.el (comint-snapshot-last-prompt):
14880         Bind `inhibit-read-only' to t to support read-only prompts.
14881         (comint-output-filter): Likewise.
14883 2002-06-14  Miles Bader  <miles@gnu.org>
14885         * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
14886         (pop): Move the call to `car' outside the prog1, as the compiler
14887         then generates better code.
14889 2002-06-13  Richard M. Stallman  <rms@gnu.org>
14891         * play/zone.el (zone-timer): New variable holds the idle timer.
14892         (zone): Don't fiddle with the idle timer at all.
14893         (zone-when-idle): Put the idle timer in zone-timer.
14894         If one is already set up, cancel it and make a new one.
14895         (zone-leave-me-alone): Likewise.
14897 2002-06-13  Jason Rumney  <jasonr@gnu.org>
14899         * w32-fns.el (w32-charset-info-alist): Reorder.
14901 2002-06-13  Andreas Schwab  <schwab@suse.de>
14903         * files.el (auto-mode-alist): Move entry for ".in" to the end.
14905 2002-06-13  Miles Bader  <miles@gnu.org>
14907         * comint.el (comint-mode): Don't set `font-lock-defaults'.
14908         (comint-mode-hook): Turn on font-lock by default.
14910 2002-06-12  Karl Fogel  <kfogel@red-bean.com>
14912         * bookmark.el (bookmark-file-or-variation-thereof):
14913         Restore vc-backend check, thanks to Robert Thorpe for noticing.
14915 2002-06-12  Eli Zaretskii  <eliz@is.elta.co.il>
14917         * textmodes/bibtex.el: Change the maintainer to "none".
14919 2002-06-12  Juanma Barranquero  <lektu@terra>
14921         * term/w32-win.el (x-handle-switch): Fix handling of
14922         x-invocation-args for switches with arguments.
14924 2002-06-12  Stefan Monnier  <monnier@cs.yale.edu>
14926         * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
14927         without first making sure it's bound.
14929 2002-06-12  Richard M. Stallman  <rms@gnu.org>
14931         * info.el (Info-fontify-node): Compute header line specially
14932         if node has no next, previous or up links.
14933         Hide the part of the first line that is used in the header.
14934         Use Info-next-link-keymap, etc.
14935         (Info-next-link-keymap, Info-prev-link-keymap)
14936         (Info-up-link-keymap): New variables.
14938         * international/mule-diag.el (describe-char-after): Doc fix.
14940         * view.el (view-mode-enter): Clarify echo area message.
14942         * info.el (Info-select-node): Turn header line on or off here.
14943         (Info-setup-header-line): Function deleted.
14944         (Info-mode): Make Info-header-line local.
14945         (Info-fontify-node): Ignore Info-use-header-line.
14946         Unconditionally compute what the header line should be, and
14947         store it on the `header-line' property of the node's first char.
14948         Bind [header-line down-mouse-1].
14949         Use `keymap' property, not `local-map'.
14950         Bind [mouse-2] for mouse clicks on the node line in the text.
14952         * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
14954 2002-06-12  Miles Bader  <miles@gnu.org>
14956         * comint.el (comint-send-input): Properly handle empty and
14957         no-newline input regions.
14959 2002-06-12  Colin Walters  <walters@gnu.org>
14961         * calc/calc.el: Use `when', `unless'.
14962         (calc-trail-mode): Use an italic `font-lock-face'.
14963         (calc-refresh): Ditto.
14965 2002-06-12  Colin Walters  <walters@debian.org>
14967         * font-core.el (font-lock-core-only): Variable deleted.
14968         All uses removed.
14969         (font-lock-set-defaults): Variable alist settings moved back into
14970         font-lock-set-defaults-1.
14971         (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
14972         is specifically excluded by the user.
14974         * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
14976         * help-mode.el (help-mode): Don't set `font-lock-defaults'.
14978         * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
14980         * info.el (Info-mode): Don't set `font-lock-defaults'.
14982         * replace.el (occur-mode): Don't set `font-lock-defaults'.
14984         * help-mode.el (help-highlight-p, help-highlight-face):
14985         Variable was unused; delete.
14986         (help-make-xrefs): Doc fix.
14988 2002-06-11  Richard M. Stallman  <rms@gnu.org>
14990         * format.el (format-alist): Document new element PRESERVE.
14991         (format-write-file): Implement PRESERVE elt for a format.
14993         * files.el (make-auto-save-file-name): Rename local `filename' to
14994         `file-name'.
14996 2002-06-10  Richard M. Stallman  <rms@gnu.org>
14998         * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
14999         (ebrowse-copy-list): Function deleted.
15001         * eshell/em-unix.el (eshell/diff): Use copy-sequence.
15003         * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
15005         * eshell/esh-util.el (eshell-copy-list): Function deleted.
15006         (eshell-sublist): Use copy-sequence.
15007         (eshell-copy-tree): Make it an alias for copy-tree.
15009         * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
15011         * subr.el (copy-list): Moved to cl.el.
15012         (copy-tree): Don't use copy-list or cl-pop.
15014 2002-06-10  Miles Bader  <miles@gnu.org>
15016         Make comint use text properties for highlighting instead of overlays:
15017         * comint.el (comint-last-output-overlay): Variable removed.
15018         (comint-send-input, comint-output-filter): Use text properties
15019         instead of overlays.
15020         (comint-insert-clicked-input): Rewrite to work with text
15021         properties as well as overlays
15022         (comint-snapshot-last-prompt): Snapshot using text properties.
15023         (comint-get-old-input-default, comint-extract-string): Don't copy
15024         text properties.
15026         * simple.el (line-move-finish): Inhibit field motion when
15027         computing `line-end'.
15029         * files.el (revert-buffer): Correct typo: variable name is
15030         `buffer-file-format', not `buffer-file-formats'.
15032         * comint.el (comint-send-input, comint-output-filter): Use the
15033         `font-lock-face' property instead of `face'.  Don't check the
15034         highlight-enabling variables anymore.
15035         (comint-highlight-input, comint-highlight-prompt): Variables removed.
15037         * faces.el (display-supports-face-attributes-p): New function.
15038         (face-spec-set-match-display): Support `supports' predicate.
15039         (italic): Try underlining for displays that don't support real italics.
15040         * cus-edit.el (custom-display): Add support for `supports' predicate.
15041         * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
15042         instead of 8-bit, for consistency with the rest of emacs.
15043         (tty-color-canonicalize): Only copy COLOR if we need to change it.
15044         (tty-color-approximate): Scale values from `color-name-rgb-alist'
15045         appropriately.  Return the whole color description, rather than
15046         just the RGB values.
15047         (tty-color-standard-values): New function.  Code mostly taken from
15048         `tty-color-translate'.
15049         (tty-color-translate, tty-color-values): Use `tty-color-desc' to
15050         do all the work.
15051         (tty-color-desc): Do color lookup here instead of calling
15052         `tty-color-translate' and `tty-color-by-index'; this is now the
15053         main place to do it.
15055 2002-06-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
15057         * progmodes/cc-style.el (c-set-style, c-set-style-1):
15058         Add another state for the `dont-override' flag where it only keeps
15059         globally set variables.
15061 2002-06-08  Colin Walters  <walters@gnu.org>
15063         * descr-text.el (describe-text-properties): Sort the output by the
15064         size of the values.  Put `font-lock-face' property on property names.
15065         (toplevel): Provide `descr-text'.
15067         * international/mule-diag.el (describe-char-after): When there are
15068         text properties, require `descr-text', and just call
15069         `describe-text-properties'.
15071         * international/mule.el (sgml-html-meta-auto-coding-function):
15072         New function.
15073         (auto-coding-from-file-contents): Delete; merge functionality into
15074         `set-auto-coding'.
15075         (set-auto-coding): Move tests from `auto-coding-functions' so that
15076         they have a lower priority than coding: tags.
15077         Put `auto-coding-regexp-alist' tests before coding: tag tests.
15078         (sgml-xml-auto-coding-function): Simply `intern' the match, and
15079         test if it's a valid coding system.
15080         (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
15082 2002-06-08  Colin Walters  <walters@verbum.org>
15084         * subr.el (copy-list): Moved here from cl.el.
15085         (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
15087         * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
15088         subr.el.  Add a defalias with the old name.
15090         * emacs-lisp/cl.el (copy-list): Moved to subr.el.
15092         * replace.el (occur-mode): Don't set up categories.  Do set
15093         `font-lock-defaults', and be sure to set `font-lock-core-only'.
15094         (occur-1): Pass `list-matching-lines-face' and
15095         `list-matching-lines-buffer-name-face'.
15096         (occur-engine): Use `font-lock-face' instead of categories.
15098         * info.el (Info-mode): Don't set up categories.  Do set
15099         `font-lock-defaults', and be sure to set `font-lock-core-only'.
15100         (Info-fontify-menu-headers): Use `font-lock-face' instead of
15101         categories.
15102         (Info-fontify-node): Ditto.
15104         * ibuffer.el (ibuffer-category-alist): Delete.
15105         (ibuffer-get-category): Delete.
15106         (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
15107         of categories.
15108         (ibuffer-compile-format): Don't treat `name' category specially.
15109         (ibuffer-column name): Use `font-lock-face'.
15110         (filename-and-process): Ditto.
15111         (ibuffer-buffer-name-category): Renamed to
15112         `ibuffer-buffer-name-face'.  Don't use categories.
15113         (ibuffer-update-title-and-summary): Use `font-lock-face'.
15114         (ibuffer-insert-filter-group): Ditto.
15115         (ibuffer-mode): Don't set up categories.  Do set
15116         `font-lock-defaults', and be sure to set `font-lock-core-only'.
15117         (ibuffer-compile-format): Don't pass third argument
15118         to column functions.
15119         (filename-and-process): Ditto.
15121         * ibuf-macs.el (define-ibuffer-column): Don't create a third
15122         argument for the generated function.
15124         * font-core.el (font-lock-category-alist): Delete.
15125         (turn-on-font-lock-if-enabled): Don't use it.
15126         (font-lock-symbol-category-alist): Delete.
15127         (font-lock-default-function): Use new `char-property-alias-alist'
15128         to make `font-lock-face' an alias for `face' when font-lock mode
15129         is enabled.
15130         (font-lock-core-only): New variable.
15131         (font-lock-set-defaults): Use it.
15133 2002-06-08  Richard M. Stallman  <rms@gnu.org>
15135         * files.el (find-file-noselect-1): Undo previous change.
15137         * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
15139 2002-06-07  Karl Fogel  <kfogel@red-bean.com>
15141         * bookmark.el (bookmark-file-or-variation-thereof): Just use
15142         Info-suffix-list, as suggested by Stefan Monnier.
15144 2002-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
15146         * select.el (xselect-convert-to-string): If VALUE is a string,
15147         return a cons of TYPE and the string.
15149 2002-06-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15151         * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
15152         Fix the table to contain correct characters.
15154 2002-06-04  Richard M. Stallman  <rms@gnu.org>
15156         * simple.el: Don't require cl.
15158 2002-06-03  Richard M. Stallman  <rms@gnu.org>
15160         * dired.el (dired-do-shell-command): Doc fix in autoload.
15162         * info.el (Info-extract-pointer): Ignore Info-header-line.
15164         * progmodes/cc-mode.el (c-postprocess-file-styles):
15165         Do nothing except in CC modes.
15167         * international/mule-cmds.el (select-safe-coding-system):
15168         When computing auto-cs, narrow to FROM...TO.
15169         Put save-excursion outside save-restriction.
15170         New arg FILE; use that for set-auto-coding.
15172 2002-06-01  Richard M. Stallman  <rms@gnu.org>
15174         * simple.el (choose-completion-string-functions): Doc fix.
15175         (choose-completion-string): Add doc string.
15177 2002-06-01  Kim F. Storm  <storm@cua.dk>
15179         * simple.el: Reworked previous change.
15180         (choose-completion-string1): Merged back into choose-completion-string.
15181         (choose-completion-string): Run choose-completion-string-functions
15182         after checking for proper minibuffer window.  Added mini-p arg to
15183         the hook functions.  Insert choice if all hook functions return nil.
15184         (choose-completion-string-functions): Doc update.
15186 2002-06-01  Sam Steingold  <sds@gnu.org>
15188         * files.el (auto-mode-alist): Strip trailing ".in" from the file
15189         name when deciding the mode (for config.h.in, Makefile.in etc).
15191 2002-06-01  Thien-Thi Nguyen  <ttn@gnu.org>
15193         * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
15194         ?/ and ?* entries to support /* */ style comments.
15195         (prolog-font-lock-keywords): New var.
15196         (prolog-mode): Enable font-locking; set `font-lock-defaults'.
15198 2002-06-01  Kim F. Storm  <storm@cua.dk>
15200         * simple.el (choose-completion-string-functions): New special hook.
15201         (choose-completion-string1): Renamed from choose-completion-string.
15202         (choose-completion-string): Run choose-completion-string-functions
15203         until success, and only call choose-completion-string1 if it fails.
15205 2002-05-31  Stefan Monnier  <monnier@cs.yale.edu>
15207         * textmodes/ispell.el (autoloaded toplevel): Don't use
15208         ispell-library-directory without checking that it's bound.
15210 2002-05-31  Kim F. Storm  <storm@cua.dk>
15212         * emulation/cua-base.el (cua--last-deleted-region-pos)
15213         (cua--last-deleted-region-text): New aux variables.
15214         (cua-delete-region): Set them.
15215         (cua-repeat-replace-region): Use them to find the replacement text.
15217 2002-05-31  Juanma Barranquero  <lektu@terra.es>
15219         * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
15220         Fix typos.
15222 2002-05-31  Kim F. Storm  <storm@cua.dk>
15224         * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
15225         (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
15226         New custom variables.
15227         (grep-compute-defaults): Compute grep-tree-command's default value.
15228         (grep-expand-command-macros): New aux function.
15229         (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
15230         (grep-tree): New command like grep-find but extended prompting.
15232 2002-05-30  Richard M. Stallman  <rms@gnu.org>
15234         * files.el (find-file-default): Add defvar for var already used.
15236         * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
15238         * subr.el (open-network-stream, open-network-stream-nowait)
15239         (open-network-stream-server, process-kill-without-query):
15240         Moved from simple.el.
15242         * simple.el (open-network-stream, open-network-stream-nowait)
15243         (open-network-stream-server, process-kill-without-query):
15244         Moved to subr.el.
15246         * simple.el (byte-compiling-files-p): Function deleted.
15248         * textmodes/ispell.el (ispell-library-directory): Renamed from
15249         ispell-library-path.  If Ispell is not installed, init to nil.
15250         (check-ispell-version): Doc fix.
15251         (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
15252         initialize this unconditionally when ispell-menu-map-needed is t.
15253         Local `path' renamed to `dir'.
15255 2002-05-30  Miles Bader  <miles@gnu.org>
15257         * calc/calc.el (calc-show-banner): New variable.
15258         (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
15259         (calc-mode-var-list): Add `calc-show-banner'.
15260         * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
15261         (calc-toggle-banner): New function.
15262         * calc/calc-help.el (calc-d-prefix-help): Add `@'.
15264 2002-05-29  Richard M. Stallman  <rms@gnu.org>
15266         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
15267         When recognizing a def... construct, make that indentation
15268         tentative, so that it can be overridden if the list in question
15269         is not actually an expression.
15270         (common-lisp-indent-call-method): New subroutine.
15272         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
15273         Delete the output file if we get a file-error.
15275         * tooltip.el (tooltip-mouse-motions-active): New variable.
15276         (tooltip-activate-mouse-motions): Don't kill track-mouse local
15277         if it was not made by us.
15279         * mouse.el (mouse-set-font): Avoid misleading error message
15280         if user makes no selection.
15282         * info.el (Info-setup-header-line): Don't hide the links line.
15284         * files.el (find-file-noselect-1): Return the buffer we created
15285         even if it has been killed within `after-find-file'.
15287         * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
15289 2002-05-29  Kim F. Storm  <storm@cua.dk>
15291         * simple.el (open-network-stream-server): Pass on optional args
15292         sentinel and filter to make-network-process (from Luke Gorrie).
15294 2002-05-28  Colin Walters  <walters@gnu.org>
15296         * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
15298         * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
15299         (byte-compile-delete-first): New function.
15300         (byte-compile-read-position): New variable.
15301         (byte-compile-last-position): New variable.
15302         (byte-compile-current-buffer): New variable.
15303         (byte-compile-log-1): Use it.
15304         (byte-compile-set-symbol-position): New function.
15305         (byte-compile-obsolete, byte-compile-callargs-warn)
15306         (byte-compile-arglist-warn, byte-compile-arglist-warn)
15307         (byte-compile-print-syms, byte-compile-file-form-defmumble)
15308         (byte-compile-check-lambda-list, byte-compile-lambda)
15309         (byte-compile-form, byte-compile-variable-ref)
15310         (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
15311         (byte-compile-condition-case, byte-compile-defun)
15312         (byte-compile-defvar, byte-compile-autoload)
15313         (byte-compile-lambda-form): Use it.
15314         (byte-compile-from-buffer): Set it, and bind
15315         `read-with-symbol-positions' and `read-symbol-positions-list'.
15317         * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
15319 2002-05-28  Kim F. Storm  <storm@cua.dk>
15321         * files.el (read-directory-name): New function.
15322         (cd): Use it instead of read-file-name.
15324 2002-05-27  Kim F. Storm  <storm@cua.dk>
15326         * simple.el (push-mark-command): Added optional NOMSG arg.
15328         * emulation/cua-base.el (cua-set-mark): Align pop to mark
15329         behaviour with standard set-mark-command.
15330         (cua--pre-command-handler): Use push-mark-command.
15331         (cua-repeat-replace-region): Improve functionality when
15332         repeated after moving point or changing buffer.
15334 2002-05-26  Colin Walters  <walters@verbum.org>
15336         * startup.el (command-line): Use `when', `unless'.
15337         (command-line-1): New argument "--nosplash".  Handle it.
15339         * startup.el (inhibit-splash-screen): New variable alias for
15340         `inhibit-startup-message'.
15342         * replace.el (perform-replace): Document return value.  Use `pop'.
15344 2002-05-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
15346         * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
15347         and slightly changed behaviour, for `f90-previous-block-start' and
15348         `f90-next-block-end'.
15349         (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
15351 2002-05-26  Simon Josefsson  <jas@extundo.com>
15353         * fringe.el (set-fringe-mode): Work when updating
15354         `default-frame-alist'.
15356 2002-05-26  Kim F. Storm  <storm@cua.dk>
15358         * emulation/cua-base.el (cua--repeat-replace-text): New variable.
15359         (cua-repeat-replace-region): New command.
15360         (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
15361         Misc improvements to the commentary.
15363 2002-05-26  Simon Josefsson  <jas@extundo.com>
15365         * fringe.el (fringe-query-style): New fringe style "minimal".
15367 2002-05-24  Simon Josefsson  <jas@extundo.com>
15369         * rot13.el (rot13-translate-table): New variable.
15370         (rot13, rot13-string, rot13-region): New functions.
15372 2002-05-25  Martin Stjernholm  <bug-cc-mode@gnu.org>
15374         * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
15375         of wrong anchoring, e.g. for else-if compounds.
15377 2002-05-25  Miles Bader  <miles@gnu.org>
15379         * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
15380         (menu-bar-showhide-fringe-menu-customize-right)
15381         (menu-bar-showhide-fringe-menu-customize-disable):
15382         Use proper calling convention for `customize-set-value'.
15383         Require `fringe' before setting variable.
15385 2002-05-25  Kim F. Storm  <storm@cua.dk>
15387         * emulation/cua-base.el (cua--self-insert-char-p): New function.
15389         * emulation/cua-gmrk.el (cua--init-global-mark): Install default
15390         binding in cua--global-mark-keymap using cua--self-insert-char-p
15391         to handle all global self inserting characters in gmark mode.
15393         * emulation/cua-rect.el (cua--init-rectangles): Install default
15394         binding in cua--rectangle-keymap using cua--self-insert-char-p
15395         to handle all global self inserting characters in rectangle mode.
15397 2002-05-24  Stefan Monnier  <monnier@cs.yale.edu>
15399         * net/ange-ftp.el (read-file-name-internal): Remove the
15400         `ange-ftp' property.
15401         (ange-ftp-real-read-file-name-internal): Remove.
15403 2002-05-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
15405         * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
15406         `forward-line'.
15407         (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
15408         (f90-previous-block-start): New navigation commands.
15410 2002-05-20  Simon Josefsson  <jas@extundo.com>
15412         * fringe.el: New file.
15414         * menu-bar.el (menu-bar-options-save): Add fringe-mode.
15415         (menu-bar-showhide-fringe-menu): New menu.
15416         (menu-bar-showhide-menu): Add Fringe sub-menu.
15418 2002-05-23  Colin Walters  <walters@verbum.org>
15420         * replace.el (occur-engine): Include all text properties except
15421         mouse-face on the newline at the end of occurences.
15423 2002-05-23  Kim F. Storm  <storm@cua.dk>
15425         * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
15426         (apropos-false-hit-str, apropos-true-hit-doc): New functions.
15427         (apropos-command, apropos-value, apropos-documentation-internal)
15428         (apropos-documentation-check-doc-file)
15429         (apropos-documentation-check-elc-file): Use them to filter out
15430         false matches where only one keyword matches, but more than once.
15432         * apropos.el (apropos-show-scores, apropos-orig-regexp)
15433         (apropos-all-regexp, apropos-synonyms, apropos-words)
15434         (apropos-all-words): New variables.
15435         (aprpos-words-to-regexp, apropos-rewrite-regexp)
15436         (apropos-calc-scores, apropos-score-str, apropos-score-doc)
15437         (apropos-score-symbol): New functions.
15438         (apropos-command, apropos, apropos-value, apropos-documentation):
15439         Allow keywords in addition to regexp. Added scoring.
15440         (apropos-documentation-check-doc-file)
15441         (apropos-documentation-check-elc-file): Added scoring.
15442         (apropos-print): Sort according to score.
15444 2002-05-22  Colin Walters  <walters@cis.ohio-state.edu>
15446         * info.el (Info-mode-hook): Change `font-lock-mode' to
15447         `turn-on-font-lock'.
15449         * font-core.el (font-lock-function): New variable.
15450         (font-lock-default-function): New function, created from
15451         `font-lock-mode'.
15452         (font-lock-mode): Just funcall `font-lock-function'.
15453         (font-lock-symbol-category-alist): New variable.
15455 2002-05-22  Markus Rost  <rost@math.ohio-state.edu>
15457         * files.el (file-newest-backup): Use file-name-sans-versions.
15459         * diff.el (diff-latest-backup-file): Replace the main code by
15460         a call of file-newest-backup.
15462 2002-05-22  Mike Williams  <mdub@bigfoot.com>
15464         * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
15465         the buffer.
15467 2002-05-21  Stefan Monnier  <monnier@cs.yale.edu>
15469         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
15470         the last patch works around the wu-ftpd misfeature that prompted
15471         the disabling of this optimization.
15473 2002-05-21  Colin Walters  <walters@gnu.org>
15475         * international/mule.el (make-coding-system): Doc fixes.
15477         * international/mule.el (auto-coding-functions): New variable.
15478         (auto-coding-from-file-contents): Use it.
15479         (set-auto-coding): Update docs.
15480         (sgml-xml-auto-coding-function): New function.
15482         * international/mule-util.el (truncate-string-to-width):
15483         New optional argument `ellipsis'.  Add commented-out test suite, and
15484         change coding to iso-2022-7bit.
15486 2002-05-21  Colin Walters  <walters@verbum.org>
15488         * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
15489         (font-lock-multiline, font-lock-fontified, font-lock-mode)
15490         (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
15491         (font-lock-global-modes): Moved to font-core.el.
15492         (font-lock-set-defaults-1): Partially moved to font-core.el.
15494         * font-core.el: New file, with functions taken from font-lock.el.
15495         (font-lock-category-alist): New variable.
15496         (font-lock-mode): Use it.
15497         (font-lock-set-defaults): Partially taken from font-lock.el.
15498         Only load font-lock.el when necessary.
15500         * loadup.el: Add font-core.el.
15502         * replace.el (occur-mode-hook): New variable.
15503         (occur-fontify-region-function): Deleted.
15504         (occur-mode): Don't use it.  Set up `font-lock-category-alist'
15505         instead.
15506         (occur-fontify-on-property): Deleted.
15507         (occur-engine): Use categories from `font-lock-category-alist'.
15509         * info.el (Info-fontify): Deleted.
15510         (Info-select-node): Don't use it.
15511         (Info-mode-hook): New variable.
15512         (Info-mode): Set up categories.
15513         (Info-fontify-menu-headers, Info-fontify-node): Use categories.
15515         * ibuffer.el (ibuffer-formats): Update docs.
15516         (ibuffer-category-alist): New variable.
15517         (ibuffer-get-category): New function.
15518         (ibuffer-compile-make-eliding-form): Use category property instead
15519         of face.
15520         (ibuffer-compile-format): Pass current ibuffer buffer to column
15521         functions too.
15522         (ibuffer-buffer-name-category): New function.
15523         (ibuffer-compile-format): If the current column is a `name'
15524         column, figure out the appropriate category to put on it.
15525         (filename-and-process): Use category property.
15526         (ibuffer-fontify-region-function): Deleted.
15527         (ibuffer-unfontify-region-function): Deleted.
15528         (ibuffer-update-title-and-summary): Use category properties.
15529         (ibuffer-insert-filter-group): Ditto.
15530         (ibuffer-mode): Set up category properties.
15532 2002-05-21  Colin Walters  <walters@debian.org>
15534         * replace.el (occur-engine): Increment globalcount all at once
15535         after searching a buffer.
15536         (occur-mode-map): Don't escape plain "o".
15538         * ibuf-macs.el (define-ibuffer-column): Add third argument
15539         `ibuffer-buf'.
15541         * ibuffer.el (toplevel): Require font-lock, to get the face
15542         definitions.
15543         (ibuffer-use-fontification): Deleted.
15544         (column filename-and-process): New column.
15545         (ibuffer-formats): Use it by default.
15546         (ibuffer-name-map, ibuffer-mode-name-map)
15547         (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
15548         (ibuffer-do-save, ibuffer-do-toggle-modified)
15549         (ibuffer-do-toggle-read-only, ibuffer-do-delete)
15550         (ibuffer-do-kill-on-deletion-marks): Include name in definition.
15551         (ibuffer): New optional argument `formats'.
15553 2002-05-21  Eli Zaretskii  <eliz@is.elta.co.il>
15555         * indent.el (indent-rigidly): Mention how to remove all indentation.
15557 2002-05-21  Colin Walters  <walters@gnu.org>
15559         * international/mule-diag.el (describe-char-after): Order display
15560         of text properties by the size of their value, for clarity.
15562 2002-05-20  Stefan Monnier  <monnier@cs.yale.edu>
15564         * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
15565         (ange-ftp-file-name-completion): Don't cons unnecessarily.
15566         (ange-ftp-send-cmd): Always `cd' before doing `ls'.
15568         * wid-edit.el (widget-color-complete):
15569         * progmodes/etags.el (tags-complete-tags-table-file):
15570         * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
15572         * textmodes/outline.el (outline-reveal-toggle-invisible):
15573         Reverse the meaning of the second arg.
15575         * reveal.el (reveal-post-command): Reverse the semantics of
15576         reveal-toggle-invisible and support isearch-open-invisible-temporary.
15578 2002-05-20  Markus Rost  <rost@math.ohio-state.edu>
15580         * mail/sendmail.el (mail-recover-1): Remove (debug).
15581         (mail-signature): Fix :type.
15582         (mail-default-directory): New user option.
15583         (mail, mail-recover): Use that option.
15585 2002-05-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15587         * international/mule.el (auto-coding-alist): Use emacs-mule
15588         for auto-save files.
15590 2002-05-20  Miles Bader  <miles@gnu.org>
15592         * files.el (find-file-read-args): Don't trash existing value of
15593         `minibuffer-setup-hook', just add our hook to it.
15595 2002-05-19  Markus Rost  <rost@math.ohio-state.edu>
15597         * international/ucs-tables.el (unify-8859-on-encoding-mode)
15598         (unify-8859-on-decoding-mode): Change :version attributes to strings.
15600         * simple.el (yank-excluded-properties): Change :version attribute
15601         to a string.
15603         * dired.el (dired-view-command-alist): Change :version attribute
15604         to a string.
15606         * xscheme.el (xscheme-start-hook): Change :version attribute to a
15607         string.
15609         * find-dired.el (find-dired): Implement revert-buffer-function.
15611         * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
15613 2002-05-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
15615         * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
15616         (f90-get-present-comment-type): Fix earlier change.
15617         (f90-comment-indent): Doc fix.
15618         (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
15619         (f90-looking-at-if-then): Remove lets.
15620         (f90-looking-at-where-or-forall): Handle if split over lines.
15621         (f90-change-keywords): Doc fix.
15623 2002-05-19  Richard M. Stallman  <rms@gnu.org>
15625         * indent.el (indent-region): Make COLUMN arg optional.
15627         * files.el (find-file-read-args): New function.
15628         (find-file, find-file-other-window, find-file-other-frame)
15629         (find-file-read-only, find-file-read-only-other-window)
15630         (find-file-read-only-other-frame): Use it.
15632         * custom.el (custom-load-symbol): Verify that LOADED is a string.
15634         * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
15635         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
15636         (archive-zip-update-case): Use locate-file to decide whether
15637         to use pkzip.
15638         (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
15640         * files.el (locate-file): Doc fix.
15642 2002-05-19  John Paul Wallington  <jpw@shootybangbang.com>
15644         * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
15645         as an option.
15647 2002-05-18  Stefan Monnier  <monnier@cs.yale.edu>
15649         * uniquify.el (uniquify-rationalize-file-buffer-names):
15650         Always strip the trailing / even if the file is not a directory.
15652 2002-05-18  Glenn Morris  <gmorris@ast.cam.ac.uk>
15654         * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
15655         initialization in the defvar.
15656         (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
15657         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
15658         (f90-font-lock-4): Move the doc strings.
15659         (f90-menu-bar-menu): New internal variable to hold the top-level menu.
15660         (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
15661         (f90-mode-abbrev-table): Initialize in the defvar, with
15662         define-abbrev-table.
15664 2002-05-18  Eli Zaretskii  <eliz@is.elta.co.il>
15666         * tar-mode.el (tar-octal-time): Fix last change.
15668 2002-05-18  Markus Rost  <rost@math.ohio-state.edu>
15670         * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
15671         (report-emacs-bug): Store the prompt in
15672         `report-emacs-bug-text-prompt'.  Move Configuration/Important
15673         settings information after the user's report.
15674         (report-emacs-bug-hook): Unclutter by deleting the content of
15675         `report-emacs-bug-text-prompt'.
15677 2002-05-17  Thomas Morgan  <tlm@pocketmail.com>
15679         * forms.el (forms-jump-record, forms-insert-record)
15680         (forms-delete-record): Calculate lines from the beginning of the
15681         accessible portion rather than from the beginning of the buffer.
15683 2002-05-16  Eli Zaretskii  <eliz@is.elta.co.il>
15685         * ps-mule.el (eval-and-compile): Add a trivial replacement for a
15686         possibly missing encode-char.
15687         (ps-mule-font-info-database-bdf): Add associations for Unicode
15688         fonts.  Doc fix.
15689         (ps-mule-font-info-database-ps-bdf): Doc fix.
15690         (ps-mule-encode-ucs2): New function for encoding Unicode characters.
15692         * tar-mode.el (tar-octal-time): Fix the last argument of logior.
15694 2002-05-16  Stefan Monnier  <monnier@cs.yale.edu>
15696         * emacs-lisp/find-func.el (find-function-search-for-symbol):
15697         Find funs defined with defun-cvs-mode.
15698         (find-function-space-re): New const.  Skips comments as well.
15699         (find-function-regexp, find-variable-regexp): Use it.
15701         * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
15702         (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
15703         (cvs-mode-set-flags): Don't cons unnecessarily.
15705 2002-05-16  Colin Walters  <walters@debian.org>
15707         * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
15708         "Simple Calculator".
15709         (menu-bar-tools-menu) <calc>: New.
15711 2002-05-16  Juanma Barranquero  <lektu@terra.es>
15713         * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
15715         * filesets.el (filesets-ormap): Fix typo.
15717         * faces.el (describe-face): Fix typo.
15719 2002-05-15  Stefan Monnier  <monnier@cs.yale.edu>
15721         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
15722         Don't treat (lambda () ...) as an expression.
15724 2002-05-15  John Paul Wallington  <jpw@shootybangbang.com>
15726         * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
15728 2002-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
15730         * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
15732 2002-05-14  Glenn Morris  <gmorris@ast.cam.ac.uk>
15734         * progmodes/fortran.el (fortran-directive-re): New name for
15735         fortran-preprocessor-re.  All usage updated.
15736         (fortran-calculate-indent): Give directives zero indentation.
15738 2002-05-14  Jason Rumney  <jasonr@gnu.org>
15740         * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
15741         displayed text and internal name as string.
15743 2002-05-14  Kim F. Storm  <storm@cua.dk>
15745         * emulation/cua-rect.el (cua--rectangle-operation):
15746         Don't highlight empty lines in rectangles.
15748         * emulation/keypad.el: Improved commentary.
15749         (keypad-setup, keypad-shifted-setup): Added choice to setup
15750         Numeric keypad with decimal key; value is selected character.
15751         (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
15752         (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
15753         (keypad-setup): Arg list changed to support the new options.
15755 2002-05-14  Richard M. Stallman  <rms@gnu.org>
15757         * dabbrev.el (dabbrev-case-distinction): New option.
15758         (dabbrev--try-find): Handle dabbrev-case-distinction.
15759         (dabbrev--search): Clean up the code.
15760         (dabbrev-upcase-means-case-search): Doc fix.
15761         (dabbrev-case-replace): Fix custom tags and docs.
15763 2002-05-14  Jochen K\e,A|\e(Bpper  <jochen@jochen-kuepper.de>
15765         * calc/calc-units.el (math-standard-units): Update from CODATA.
15767 2002-05-14  Stefan Monnier  <monnier@cs.yale.edu>
15769         * skeleton.el (skeleton-transformation): Default to `identity'.
15770         (skeleton-insert): Use `move-after' markers and `insert' rather
15771         than rely on insert-before-markers.
15772         (skeleton-internal-1): Handle `> \n' specially so that the newline
15773         is inserted before the first line is indented.
15775 2002-05-14  Mike Williams  <mdub@bigfoot.com>
15777         * textmodes/sgml-mode.el (sgml-tag):
15778         Default skeleton-transformation to `identity'.
15780 2002-05-14  Francesco Potort\e,Al\e(B  <pot@gnu.org>
15782         * shell.el (shell-mode): Make second part of initialisation
15783         depend on whether comint-input-ring is empty, rather than depend
15784         on it being nil.
15786 2002-05-14  Richard M. Stallman  <rms@gnu.org>
15788         * files.el (make-auto-save-file-name):
15789         Delete the auto-save file after make-temp-file creates it.
15791 2002-05-13  Kim F. Storm  <storm@cua.dk>
15793         * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
15794         (cua-mode): Print Enabled/Disabled messages if interactive.
15795         Disable delete-selection-mode and pc-selection-mode when cua-mode
15796         is enabled; reenable if cua-mode is turned off.
15797         Remember setting of transient-mark-mode when cua-mode is enabled;
15798         restore if cua-mode is disabled.
15800 2002-05-13  Richard M. Stallman  <rms@gnu.org>
15802         * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
15804 2002-05-13  Colin Walters  <walters@gnu.org>
15806         * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
15808         * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
15809         (ibuffer-redisplay-engine): Handle it.
15811         * add-log.el (add-log-mailing-address): Can be a list, too.
15812         (add-change-log-entry): If `add-log-mailing-address' is a list,
15813         then handle it.
15815 2002-05-12  Colin Walters  <walters@debian.org>
15817         * replace.el (occur-1): New optional argument `buf-name'.
15818         (occur-revert-function): Use it.
15820         (occur-1): Handle plurals.
15822         (occur-engine): If there are no more matches, then finish
15823         searching the current buffer.
15825 2002-05-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15827         * net/ange-ftp.el (ange-ftp-try-passive-mode)
15828         (ange-ftp-passive-host-alist): Change :version attributes to be
15829         strings.
15831 2002-05-12  Markus Rost  <rost@math.ohio-state.edu>
15833         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
15834         define-minor-mode.
15836         * emacs-lisp/find-func.el (find-function-search-for-symbol):
15837         Handle more whitespace/newline combinations in symbol definitions.
15839 2002-05-12  Eli Zaretskii  <eliz@is.elta.co.il>
15841         * w32-vars.el (w32)
15842         * vc-cvs.el (vc-cvs-global-switches)
15843         (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
15844         * textmodes/sgml-mode.el (sgml-xml-mode)
15845         * ruler-mode.el (ruler-mode)
15846         * replace.el (query-replace-skip-read-only)
15847         * progmodes/fortran.el (fortran-preprocessor-re)
15848         * net/ange-ftp.el (ange-ftp-passive-host-alist)
15849         * mail/sendmail.el (mail-use-dsn)
15850         * faces.el (mode-line-inactive, minibuffer-prompt)
15851         * add-log.el (add-log-always-start-new-record): Change all
15852         post-21.1 :version attributes to 21.4.
15854 2002-05-12  Richard M. Stallman  <rms@gnu.org>
15856         * mail/smtpmail.el (smtpmail-mail-address): New variable.
15857         (smtpmail-send-it): Bind and use that instead of `mail-address'.
15858         (smtpmail-via-smtp): Likewise.
15860         * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
15861         (ansi-color-apply-sequence): Avoid duplicates in combined face list.
15863         * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
15865         * subr.el (functionp): Catch errors in indirect-function.
15867 2002-05-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15869         * net/ldap.el (ldap-search-internal): Unfold folded lines before
15870         parsing.
15872         * cus-edit.el (customize-set-value): Rename `var' to `variable'
15873         and `val' to `value'.
15874         (customize-save-variable): Rename `var' to `'variable.
15876 2002-05-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
15878         * progmodes/fortran.el (fortran-preprocessor-re): New variable.
15879         Use it for font-locking and indentation.
15880         (fortran-previous-statement, fortran-next-statement): Make them
15881         skip over preprocessor lines.
15882         (fortran-calculate-indent): Use fortran-preprocessor-re.
15884 2002-05-10  Kim F. Storm  <storm@cua.dk>
15886         * emulation/cua-base.el (cua-enable-cua-keys)
15887         (cua-enable-register-prefix): Added value for `other' choice.
15889 2002-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
15891         * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
15892         (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
15893         (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
15894         Run a named function.
15895         (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
15896         (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
15897         Fix help text.
15899 2002-05-10  Kim F. Storm  <storm@cua.dk>
15901         * emulation/cua-base.el (cua-mode): Misc. changes to use
15902         emulation-mode-map-alists instead of minor-mode-map-alist.
15904 2002-05-09  Richard M. Stallman  <rms@gnu.org>
15906         * mail/rmail.el (rmail-show-message):
15907         Catch error in check-coding-system.
15909         * progmodes/compile.el (compilation-error-regexp-alist):
15910         New element to recognize Python error messages.
15912         * shell.el (shell-replace-by-expanded-directory):
15913         If there's already a / at the end, don't add one.
15915 2002-05-09  Colin Walters  <walters@verbum.org>
15917         * ibuffer.el (ibuffer-mode-map): Add :enable guards for
15918         `ibuffer-filter-disable', `ibuffer-pop-filter',
15919         `ibuffer-or-filter', `ibuffer-negate-filter',
15920         `ibuffer-decompose-filter', `ibuffer-save-filters',
15921         `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
15922         `ibuffer-save-filter-groups',
15923         `ibuffer-switch-to-saved-filter-groups',
15924         `ibuffer-delete-saved-filter-groups'.
15926         * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
15928 2002-05-09  Markus Rost  <rost@math.ohio-state.edu>
15930         * woman.el (woman-menu): Move symbol before the comment so that
15931         find-function-search-for-symbol finds it.
15933 2002-05-10  Miles Bader  <miles@gnu.org>
15935         * facemenu.el (list-colors-display): Don't use
15936         `display-color-cells' unless the display class is one for which
15937         that info is relevant.
15939 2002-05-09  Simon Josefsson  <jas@extundo.com>
15941         * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
15942         calling buffer.
15943         (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
15944         have the patch).
15946 2002-05-09  Kim F. Storm  <storm@cua.dk>
15948         * wid-edit.el (checkbox): New check-mark image.
15950 2002-05-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15952         * filesets.el (filesets-running-xemacs): Fix last change.
15954 2002-05-08  Markus Rost  <rost@math.ohio-state.edu>
15956         * help-fns.el (describe-function-1): If the source is
15957         `loaddefs.el', look for the real source.  This is necessary only
15958         for defaliases.
15960         * emacs-lisp/find-func.el (find-function-search-for-symbol):
15961         Add autoload cookie.
15962         (find-function-regexp): Include
15963         "\(quote " to match the defaliases in loaddefs.el.
15965         * filesets.el (filesets-conditional-sort): Use copy-sequence,
15966         not copy-list.
15967         (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
15968         Defvar them to nil if running in Emacs.
15970 2002-05-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
15972         * textmodes/flyspell.el (make-flyspell-overlay): Add help text
15973         to flyspell overlays.
15975         * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
15977 2002-05-08  Richard M. Stallman  <rms@gnu.org>
15979         * diff.el (diff-regexp-alist): Doc fix.
15981         * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
15983 2002-05-08  Simon Marshall  <simon@gnu.org>
15985         * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
15986         the frame name as the car of a menu entry, rather than the frame.
15988 2002-05-08  Juanma Barranquero  <lektu@terra.es>
15990         * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
15991         in docstring.
15993 2002-05-07  Colin Walters  <walters@verbum.org>
15995         * replace.el (occur-unfontify-region-function): Delete.
15996         (occur-mode): Don't use it.
15997         (occur-engine): Respect `keep-props'.
15998         (occur-accumulate-lines): If we're moving forward, decrement;
15999         don't increment, and vice versa.
16001 2002-05-08  Toru Tomabechi  <Toru.Tomabechi@orient.unil.ch>
16003         * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
16004         (tibetan-canonicalize-for-unicode-regexp): New variables.
16005         (tibetan-canonicalize-for-unicode-region): New function.
16006         (tibetan-strict-unicode): New variable.
16007         (tibetan-pre-write-canonicalize-for-unicode): New function.
16009 2002-05-07  Markus Rost  <rost@math.ohio-state.edu>
16011         * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
16012         the autoload-cookie.  Remove comment.
16014         * ffap.el (ffap): Don't hide it behind the autoload-cookie.
16016         * rect.el (close-rectangle): Don't hide it behind the
16017         autoload-cookie.
16019 2002-05-07  Juanma Barranquero  <lektu@terra.es>
16021         * windmove.el (windmove-default-keybindings): Add optional
16022         parameter to allow using a modifier other than 'shift.
16024 2002-05-07  Thomas Link  <t.link@gmx.at>
16026         * filesets.el:
16027         (filesets-external-viewers): Fix customization problem.
16028         (filesets-some): Replaces cl's `some'.  Calls changed.
16029         (filesets-member): Replaces cl's `member*'.  Calls changed.
16030         (filesets-ormap): New function.
16032 2002-05-07  John Paul Wallington  <jpw@shootybangbang.com>
16034         * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
16035         menu items.
16037 2002-05-07  Colin Walters  <walters@gnu.org>
16039         * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
16040         (ibuffer-clear-filter-groups): Likewise.
16041         (ibuffer-kill-filter-group): Likewise.
16042         (ibuffer-kill-line): Likewise.
16043         (ibuffer-read-filter-group-name): New function.
16044         (ibuffer-jump-to-filter-group): Use it.
16045         (ibuffer-kill-filter-group): Likewise.
16046         (ibuffer-yank-filter-group): Likewise.
16047         (ibuffer-decompose-filter-group): New function.
16049         * ibuffer.el (ibuffer-mode-map): Bind it.  Add :enable guard
16050         around `ibuffer-filters-to-filter-group' menu item.  Fix :enable
16051         guards for `ibuffer-pop-filter-group' and
16052         `ibuffer-clear-filter-groups'.
16054 2002-05-06  Markus Rost  <rost@math.ohio-state.edu>
16056         * emacs-lisp/find-func.el (find-function-search-for-symbol):
16057         Use with-syntax-table.
16059 2002-05-06  Francesco Potort\e,Al\e(B  <pot@gnu.org>
16061         * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
16063 2002-05-05  Markus Rost  <rost@math.ohio-state.edu>
16065         * time-stamp.el (time-stamp-format): Doc fix: escape open
16066         parenthesis in column 0.
16068 2002-05-04  Richard M. Stallman  <rms@gnu.org>
16070         * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
16071         Handle both cases: when the menu item has cached info
16072         and when it doesn't.
16074         * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
16075         (filesets-open-file-function, filesets-save-buffer-function): Likewise.
16076         (filesets-tree-max-level): Doc fix.
16077         (filesets-commands, filesets-external-viewers)
16078         (filesets-ingroup-patterns): Mark as risky.
16079         (filesets-cache-hostname-flag): Doc fix.
16080         (filesets-menu-cache-file): Doc fix.  Mark as risky.
16081         (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
16082         Don't defcustom them if running in Emacs.
16084 2002-05-04  Thomas Link  <t.link@gmx.at>
16086         * filesets.el (filesets-ingroup-collect-files):
16087         Fix problem with inclusion groups' :scan-depth property.
16089 2002-05-04  Colin Walters  <walters@verbum.org>
16091         * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
16092         "Default" group earlier.  Push killed group on
16093         `ibuffer-filter-group-kill-ring'.
16094         (ibuffer-kill-line): Document.  Don't push killed group ourselves.
16095         (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
16096         (ibuffer-insert-filter-group-before): New function, broken out
16097         from `ibuffer-yank'.
16098         (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
16100         * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
16101         (ibuffer-mode-view-menu): Unused variables; deleted.
16102         (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
16104 2002-05-04  John Paul Wallington  <jpw@shootybangbang.com>
16106         * ibuffer.el (ibuffer-mode-groups-popup): New variable.
16107         (toplevel): Bind filter group menu entries in it.  Add :enable
16108         forms for some menu items.
16109         (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
16110         to `ibuffer-mouse-popup-menu'.
16111         (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
16112         group name, and if so, pop up a filter group menu.
16114 2002-05-04  Jason Rumney  <jasonr@gnu.org>
16116         * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
16117         (mwheel-scroll): Recognize nil scroll amount as documented.
16119         * term/w32-win.el (mouse-wheel-scroll-line)
16120         (mouse-wheel-scroll-screen): Remove.
16121         ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
16123         * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
16125 2002-05-04  Markus Rost  <rost@math.ohio-state.edu>
16127         * emacs-lisp/find-func.el (find-function-search-for-symbol):
16128         Bind case-fold-search when searching.
16130 2002-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
16132         * apropos.el (apropos-print): Fix the reference to mouse-2.
16134 2002-05-04  Daniel Pfeiffer  <occitan@esperanto.org>
16136         * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
16138 2002-05-04  Kim F. Storm  <storm@cua.dk>
16140         * cus-edit.el (custom-buffer-verbose-help): New variable.
16141         (custom-buffer-create-internal): Remove verbose introduction
16142         in customization buffer when it is nil.
16144 2002-05-03  Dave Love  <fx@gnu.org>
16146         * international/mule-cmds.el (select-safe-coding-system):
16147         Don't offer coding systems that use locking shift.
16148         Ask for confirmation if chosen coding system disagrees with
16149         a `coding:' spec in the file.
16151 2002-05-03  John Wiegley  <johnw@gnu.org>
16153         * eshell/esh-var.el (eshell-modify-global-environment): Added this
16154         customization variable, which will cause any "export" commands
16155         within any eshell buffer to modify the global Emacs environment.
16156         It defaults to nil, which means that such commands will only
16157         modify that Eshell buffer's environment.
16158         (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
16160         * eshell/em-cmpl.el (eshell-command-completions-alist):
16161         Improve default completion targets for objdump, nm and readelf.
16163 2002-05-03  Colin Walters  <walters@verbum.org>
16165         * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
16166         (gamegrid-add-score-with-update-game-score):
16167         Use `shared-game-score-directory'.  Correctly handle non-setuid case.
16169 2002-05-02  Colin Walters  <walters@verbum.org>
16171         * replace.el (occur-mode-map): Bind "q" to `delete-window'.
16172         (occur-1): If one of the buffers we're searching is the *Occur*
16173         buffer itself, handle it by creating a temporary buffer.  If any
16174         of the buffers being searched are killed, note that in the search
16175         result message.  Also, set local variables before we possibly kill
16176         the buffer.
16178 2002-05-02  Kim F. Storm  <storm@cua.dk>
16180         * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
16181         (menu-bar-options-save): Added cua-mode.
16182         (menu-bar-options-menu): Added toggle for cua-mode.
16183         Disable toggle for transient-mark-mode if cua-mode is enabled.
16185         * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
16186         variable.
16188 2002-05-01  Richard M. Stallman  <rms@gnu.org>
16190         * help.el (view-todo): New function.
16191         (help-map): Bind C-h C-t to view-todo.
16192         (help-for-help): Change the text.
16194 2002-05-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
16196         * progmodes/f90.el: Yet more doc string, commment and whitespace
16197         changes.
16198         (f90-imenu-flag): New name for internal variable f90-imenu.
16199         (f90-blocks-re, f90-program-block-re, f90-end-if-re)
16200         (f90-no-break-re): Use regexp-opt.
16201         (f90-end-type-re): Add closing "\\>".
16202         (f90-indent-region): Correctly indent comments embedded in
16203         continued lines.
16204         (f90-indent-new-line): Make it indent the current line, as it should.
16205         (f90-line-continued, f90-get-present-comment-type)
16206         (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
16207         (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
16208         (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
16209         (f90-change-keywords): Minor code tidying.
16211         * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
16212         typo `fortran-strip-sqeuence-nos'.
16214 2002-05-01  Eli Zaretskii  <eliz@is.elta.co.il>
16216         * simple.el (clone-indirect-buffer-other-window): Fix a typo in
16217         pop-up-window.
16219 2002-05-01  Kim F. Storm  <storm@cua.dk>
16221         * emulation/cua-base.el (cua--pre-command-handler):
16222         Only interpret delete-selection property if mark-active.
16223         (cua-mode): Fixed require in defcustom.
16225 2002-05-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16227         * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
16228         error call.
16230 2002-05-01  Colin Walters  <walters@verbum.org>
16232         * textmodes/tex-mode.el (tex-validate-buffer):
16233         Use `occur-revert-arguments' instead of setting `occur-nlines' and
16234         `occur-buffer'.  Don't test for `input-pending-p' in loop.
16235         Set text property `occur-target' instead of `occur'.
16237 2002-04-30  John Wiegley  <johnw@gnu.org>
16239         * align.el (align-region): Fixed the fix to align-region, because
16240         the "name" argument was appearing twice.
16242 2002-05-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
16244         * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
16245         to handle protection labels, one which doesn't get confused by
16246         inherit colons.
16248         * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
16249         functions that have "class" or "struct" in the return type as
16250         classes or structs.
16252 2002-04-30  Kim F. Storm  <storm@cua.dk>
16254         * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
16255         Options" to "New Options..."; rephrase tooltip.
16256         Rephrase tooltip for "Specific Option...".
16257         Added "Saved Options" item.  [from Simon Marshall]
16259 2002-04-30  Richard M. Stallman  <rms@gnu.org>
16261         * time.el (display-time-mail-directory)
16262         (display-time-mail-function): Doc fixes.
16264         * ediff-hook.el: Remove autoload cookies.
16266         * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
16268         * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
16270         * align.el (align-region): Fix call to `message'.
16271         Check that (car rule) is a symbol.
16273         * autoinsert.el (auto-insert-directory): Doc fix.
16275         * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
16277         * descr-text.el: New file, broken out of facemenu.el.
16279         * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
16281 2002-04-29  Markus Rost  <rost@math.ohio-state.edu>
16283         * mail/emacsbug.el (report-emacs-bug-hook):
16284         Use replace-match only if search was successful.
16286 2002-04-29  Richard M. Stallman  <rms@gnu.org>
16288         * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
16290         * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
16291         if the user edits the Emacs version number in the text.
16293         * filesets.el (filesets-running-xemacs): Make defvar unconditional.
16294         (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
16295         (filesets-error): Simplify definition and make conditional
16296         on filesets-running-xemacs.
16297         (filesets-find-file-using): Renamed from fsfind-file-using.
16299 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
16301         * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
16302         (Info-read-node-name-1): Complete file names.
16303         (Info-complete-menu-item): Don't cons unnecessarily.
16305         * files.el (locate-file): New fun.
16306         (locate-file-completion): Rename from load-completion and generalize.
16307         (load-library): Use it.
16308         (make-auto-save-file-name): Expand caddr.
16310         * newcomment.el (comment-fill-column): New var.
16311         (comment-indent): Use it.
16312         (comment-or-uncomment-region): New fun.
16313         (comment-dwim): Use it.
16315 2002-04-29  Colin Walters  <walters@verbum.org>
16317         * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
16318         (ibuffer-kill-line): Copy the filter group data structure when killing.
16319         (ibuffer-yank): Handle case where we're yanking on the default
16320         group correctly.
16321         (ibuffer-delete-saved-filter-groups): Doc fix.
16323         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
16324         Test whether or not update-game-score is setuid, and do the right
16325         thing.
16327 2002-04-29  Kim F. Storm  <storm@cua.dk>
16329         * subr.el (remove-yank-excluded-properties): New helper function.
16330         (insert-for-yank, insert-buffer-substring-as-yank): Use it.
16332         * simple.el (yank-excluded-properties): Added help-echo to list.
16334 2002-04-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
16336         * autoinsert.el (auto-insert-directory): Doc fix.
16338         * progmodes/f90.el: Add/change doc strings for many inline
16339         functions.  Whitespace changes.
16340         (f90-indent-line-no, f90-update-line): Minor code changes.
16342 2002-04-29  Kim F. Storm  <storm@cua.dk>
16344         * emulation/cua-base.el: New file.
16346         * emulation/cua-rect.el: New file.
16348         * emulation/cua-gmrk.el: New file.
16350         * emulation/keypad.el: New file.
16352 2002-04-29  Triet Hoai Lai  <thlai@ee.usyd.edu.au>
16354         * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
16355         (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
16356         New Vietnamese coding system.
16358         * language/viet-util.el: Update Commentary section.
16360 2002-04-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16362         * filesets.el (filesets-data): Doc fix.
16363         (filesets-running-xemacs): Define even when compiling.
16365         * recentf.el (recentf-cancel-dialog): Remove dot at the end of
16366         sentence.
16368 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
16370         * textmodes/fill.el (fill-context-prefix): Fix last change with
16371         yet-another-approach.
16373 2002-04-28  Markus Rost  <rost@math.ohio-state.edu>
16375         * net/ange-ftp.el (ange-ftp-passive-host-alist)
16376         (ange-ftp-bs2000-additional-pubsets): Fix custom type.
16378         * files.el (small-temporary-file-directory): Fix custom type.
16380 2002-04-28  Glenn Morris  <gmorris@ast.cam.ac.uk>
16382         * progmodes/f90.el (f90-xemacs-flag): New variable.
16383         (f90-mark-subprogram-overlay): New variable.
16384         (f90-mark-subprogram): Now it highlights the subprogram.
16385         (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
16386         Fix highlighting of various "type" forms.
16388 2002-04-28  Colin Walters  <walters@verbum.org>
16390         * ibuffer.el (ibuffer-mode): Additional documentation on filter
16391         groups.
16393 2002-04-28  John Paul Wallington  <jpw@shootybangbang.com>
16395         * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
16396         ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
16398 2002-04-28  Richard M. Stallman  <rms@gnu.org>
16400         * mail/sendmail.el (mail-recover-1): Decrease non-random-len
16401         by 1 for the newly-readded #.
16403         * files.el (make-auto-save-file-name): Specify # as suffix
16404         in the non-file-visiting case.
16406         * subr.el (make-temp-file): New arg SUFFIX.
16408         * filesets.el: New file.
16410         * replace.el (occur-accumulate-lines): Avoid incf and decf.
16411         (occur-engine-add-prefix): New function.
16412         (occur-engine): Avoid using macrolet, incf and decf.
16413         Use occur-engine-add-prefix instead.
16414         Rename `l' to `lines' and `c' to `matches'.
16416         * replace.el (occur-engine, occur-mode-mouse-goto)
16417         (occur-mode-find-occurrence, occur-mode-goto-occurrence)
16418         (occur-mode-goto-occurrence-other-window)
16419         (occur-mode-display-occurrence): A position is just a marker,
16420         not a list.
16422         * replace.el (occur-revert-arguments):
16423         Renamed from occur-revert-properties.  All uses changed.
16425 2002-04-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16427         * recentf.el (recentf-menu-before): Use string to specify path in
16428         the menu.
16430         * international/mule-cmds.el (read-language-name): Take care of
16431         non-list values.
16433 2002-04-27  Richard M. Stallman  <rms@gnu.org>
16435         * custom.el (custom-load-symbol): Moved from cus-edit.el.
16436         (custom-load-recursion): Likewise.
16438         * cus-edit.el (custom-load-symbol): Moved to custom.el.
16439         (custom-load-recursion): Likewise.
16441         * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
16442         generated by easymenu are now lowercase.
16444 2002-04-27  Richard M. Stallman  <rms@gnu.org>
16446         * menu-bar.el (menu-bar-update-buffers): Add menu items
16447         Next Buffer and Previous Buffer.
16449         * simple.el (next-buffer, prev-buffer): New commands.
16450         Bind C-x left and C-x right to them.
16452         * info.el (Info-header-line): Mark it as risky-local-variable.
16454         * subr.el (insert-for-yank): Replace `category' property
16455         with whatever properties it stands for.
16457         * subr.el (member-ignore-case): Ignore non-strings in LIST.
16459 2002-04-27  Miles Bader  <miles@gnu.org>
16461         * faces.el (read-face-name): Format the prompt correctly when
16462         there's no default.
16464 2002-04-26  Andrew Choi  <akochoi@shaw.ca>
16466         * term/mac-win.el: Don't call ediff-toggle-multiframe.
16467         Set default directory.  Set process-connection-type to nil.
16469 2002-04-26  Richard M. Stallman  <rms@gnu.org>
16471         * loadup.el: Explicitly load cus-face and timer.
16473         * isearch.el: Don't require timer.
16475         * faces.el: Don't require cus-face.
16477         * cus-edit.el (customize-face): Use read-face-name
16478         and handle multiple faces.
16479         (customize-face-other-window): Make it work similarly.
16481         * faces.el (read-face-name): New defaulting features.
16482         New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
16483         (list-faces-display): Use the face, not its name string,
16484         as arg when running customize-face.
16485         Put a `read-face-name' prop on the entire line.
16486         (describe-face): Handle multiple faces via read-face-name.
16488         * textmodes/tex-mode.el (tex-start-options): New variable.
16489         (tex-start-commands): New variable.
16490         (tex-start-options-string): Variable deleted.
16491         (tex-start-tex): Use tex-start-options and tex-start-commands,
16492         not tex-start-options-string.
16493         (tex-command): Doc fix.
16495 2002-04-26  Sam Steingold  <sds@gnu.org>
16497         * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
16498         not in the authinfo/netrc, keep `cred' at nil.
16500 2002-04-26  Gerd Moellmann  <gerd@gnu.org>
16502         * find-file.el: Remove Ada-specific example code.
16504 2002-04-25  Michael Kifer  <kifer@cs.stonybrook.edu>
16506         * ediff-hooks.el: Put back the autoloads.
16508 2002-04-25  Colin Walters  <walters@verbum.org>
16510         * ibuffer.el (define column process): Use `ibuffer-aif'.
16512         * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
16513         defaults.
16514         (ibuffer-yank): Be sure to `setq' after we use `nconc'.
16515         (ibuffer-save-filter-groups): Correctly structure filter groups.
16516         (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
16517         groups.
16519 2002-04-25  Simon Josefsson  <jas@extundo.com>
16521         * mail/sendmail.el (mail-use-dsn): New variable to request
16522         delivery status notification from MTA.
16523         (sendmail-send-it): Use it.
16525         * mail/smtpmail.el (smtpmail-queue-counter): New variable.
16526         (smtpmail-send-it): Use it to construct new queue filenames
16527         (needed if you send more than one message per second, which is
16528         possible if you use Gnus Agent).
16530         * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
16531         files as well.
16532         (smtpmail-try-auth-methods): Support netrc data.
16533         (netrc-parse): Autoload netrc.
16535 2002-04-25  Colin Walters  <walters@verbum.org>
16537         * replace.el (multi-occur-by-filename-regexp): Doc fix.
16538         (occur-engine): Go to `point-min'.  Make nlines argument actually
16539         mean number of context lines.  Handle it.  Pad digits to the right.
16541         * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
16542         `ibuffer-filter-groups'.  All users updated.
16543         (ibuffer-show-empty-filter-groups): New variable.
16544         (ibuffer-saved-filter-groups): New variable.
16545         (ibuffer-maybe-save-stuff): Renamed from
16546         `ibuffer-maybe-save-saved-filters'.  Callers updated.
16547         Handle `ibuffer-saved-filter-groups'.
16548         (ibuffer-hidden-filtering-groups): Renamed to
16549         `ibuffer-hidden-filter-groups'.
16550         (ibuffer-filter-group-kill-ring): New variable.
16551         (ibuffer-save-with-custom): Doc fix.
16552         (ibuffer-set-filter-groups-by-mode): New function.
16553         (ibuffer-clear-filter-groups): New function.
16554         (ibuffer-current-filter-groups-with-position): Renamed from
16555         `ibuffer-current-filter-groups'.  Callers updated.
16556         (ibuffer-kill-filter-group): New function.
16557         (ibuffer-kill-line): New function.
16558         (ibuffer-yank): New function.
16559         (ibuffer-save-filter-groups): New function.
16560         (ibuffer-delete-saved-filter-groups): New function.
16561         (ibuffer-switch-to-saved-filter-groups): New function.
16562         (ibuffer-mark-on-buffer): Add optional arguments for adding a
16563         specific mark, and marking on a specific group.
16565         * ibuffer.el (ibuffer-formats): Doc fix.
16566         (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
16567         Bind new functions from ibuf-ext.el.  Add menu entries for them.
16568         Remove superfluous tooltips.
16569         (ibuffer-toggle-marks): If on a group name, then toggle marks just
16570         in that group.
16571         (ibuffer-mark-interactive): Handle filter groups.
16572         (ibuffer-mark-forward, ibuffer-unmark-forward)
16573         (ibuffer-mark-for-delete, ibuffer-unmark-backward)
16574         (ibuffer-mark-for-delete-backwards): Update docs.
16575         (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
16576         to `ibuffer-current-filter-groups-with-position'.
16577         (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
16578         (ibuffer-mode): Add some documentation about filter groups.
16580 2002-04-25  Andreas Schwab  <schwab@suse.de>
16582         * find-dired.el (find-name-dired): Don't quote pattern twice.
16584 2002-04-26  Miles Bader  <miles@gnu.org>
16586         * cus-edit.el (customize-face, customize-face-other-window):
16587         Use default instead of initial-input for suggested face.
16589 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
16591         * cus-edit.el (customize-face-other-window, customize-face):
16592         Interactively, when point is on text with a face, suggest to
16593         customize that face.
16595 2002-04-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
16597         * progmodes/f90.el: General tidy-up of commentary and some doc
16598         strings.
16600 2002-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
16602         * scroll-all.el (scroll-all-function-all) New function to do the
16603         actual work.
16604         (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
16605         scroll-all-page-down-all, scroll-all-page-up-all,
16606         scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
16607         Make them use scroll-all-function-all.
16609         * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
16610         with line-beginning-position.
16611         (f90-get-end-of-line): Removed and replaced with line-end-position.
16612         (f90-match-piece): Removed and replaced with match-string.
16613         (f90-current-indentation): Remove `current-column'.
16614         (f90-get-present-comment-type): Use match-string rather than
16615         buffer-substring.
16616         (f90-match-end): Use line-beginning-position, line-end-position
16617         rather than beginning-of-line, end-of-line.
16618         (f90-startup-message): Variable removed.
16620 2002-04-24  Colin Walters  <walters@verbum.org>
16622         * replace.el (occur-accumulate-lines): Add optional argument
16623         `no-props'.  Handle it.
16624         (occur-engine): Use it.
16626         * ibuf-ext.el (toplevel): Remove byte-compile-dynamic.  Try to set
16627         up autoloads manually.
16628         (ibuffer-split-list): New function.
16629         (ibuffer-filtering-groups): New variable.
16630         (ibuffer-hidden-filtering-groups): New variable.
16631         (ibuffer-mouse-toggle-filter-group): New function.
16632         (ibuffer-toggle-filter-group): New function.
16633         (ibuffer-toggle-filter-group-1): New function.
16634         (ibuffer-forward-filter-group): New function.
16635         (ibuffer-backward-filter-group): New funtion.
16636         (ibuffer-generate-filter-groups): New function.
16637         (ibuffer-filters-to-filter-group): New function.
16638         (ibuffer-pop-filter-group): New function.
16639         (ibuffer-jump-to-filter-group): New function.
16640         (ibuffer-do-occur): Just use `occur-read-primary-args'
16642         * ibuffer.el (ibuffer-filter-group-name-face): New.
16643         (ibuffer-mode-map): Bind and add menu entries for most new
16644         functions; also, bind the arrow keys to the movement functions.
16645         (ibuffer-mode-filter-group-map): New.
16646         (ibuffer-mouse-toggle-mark): Handle group names.
16647         (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
16648         (ibuffer-skip-properties): New function.
16649         (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
16650         group names.  Also, handle new properties.
16651         (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
16652         Move error handling to `ibuffer-current-buffer'.
16653         (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
16654         (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
16655         (ibuffer-toggle-marks): Add optional group argument.
16656         (ibuffer-mark-interactive): Skip group names.
16657         (ibuffer-current-buffer): Clean up error handling.
16658         (ibuffer-fontify-region-function): Fontify group names.
16659         (ibuffer-map-lines): Add extra group argument.  Handle it.
16660         (ibuffer-current-filter-groups): New function.
16661         (ibuffer-redisplay): Handle hidden filtering groups.
16662         (ibuffer-sort-bufferlist): New function, taken from
16663         `ibuffer-insert-buffers-and-marks'.
16664         (ibuffer-insert-filter-group): New function.
16665         (ibuffer-redisplay-engine): Renamed from
16666         `ibuffer-insert-buffers-and-marks'.  Handle new filtering groups.
16667         (ibuffer): Add filter-groups argument.  Handle it.
16668         Use `save-selected-window'.
16669         (ibuffer-mode): Make `ibuffer-filtering-groups' and
16670         `ibuffer-hidden-filtering-groups' buffer-local.
16672         * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
16674 2002-04-24  Richard M. Stallman  <rms@gnu.org>
16676         * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
16677         (easy-menu-define-key-intern): Function deleted; callers intern
16678         and then call easy-menu-define-key.
16679         (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
16680         (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
16681         (easy-menu-name-match): New function.
16682         (add-submenu): New function.
16683         (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
16685 2002-04-24  Eli Zaretskii  <eliz@is.elta.co.il>
16687         * menu-bar.el (menu-bar-adv-search-menu)
16688         (menu-bar-adv-search-menu): Improve the help text.
16690 2002-04-24  Simon Josefsson  <jas@extundo.com>
16692         * net/netrc.el: New file.
16694 2002-04-24  Thomas DeWeese  <tdeweese@rochester.rr.com>
16696         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
16697         Check if any of the available selection sources has new content
16698         and if so it will return that content.
16700 2002-04-24  Miles Bader  <miles@gnu.org>
16702         * menu-bar.el (buffers-menu-show-directories)
16703         (buffers-menu-show-status): New variables.
16704         (menu-bar-update-buffers-1): Use them.
16706 2002-04-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
16708         * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
16709         from `c-do-auto-fill' and point is at or near the limit of the
16710         comment.  Fixed bug when the prefix from `c-guess-fill-prefix'
16711         is longer than the text on the first line of the comment when
16712         it's masked.
16714 2002-04-24  Miles Bader  <miles@gnu.org>
16716         * menu-bar.el (menu-bar-update-buffers-1): Make sure
16717         `uniquify-buffer-name-style' is bound.
16719 2002-04-23  Colin Walters  <walters@verbum.org>
16721         * replace.el (toplevel): Require `cl' while compiling.
16722         (occur-buffer, occur-nlines): Delete.
16723         (occur-revert-properties): Rename to `occur-revert-properties'.
16724         (occur-mode): Handle it.  Set up font lock.
16725         (occur-revert-function): Simply apply `occur-1'.
16726         (occur-mode-find-occurence, occur-mode-mouse-goto)
16727         (occur-mode-goto-occurrence-other-window)
16728         (occur-mode-display-occurrence): Handle buffer property.
16729         (list-matching-lines-face): Use defcustom.
16730         (list-matching-lines-buffer-name-face): New variable.
16731         (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
16732         in ibuffer.el.
16733         (occur-read-primary-args): Move out of `occur'.
16734         (occur): Delete.  Now simply call `occur-1'.
16735         (multi-occur, multi-occur-by-filename-regexp): New functions.
16736         (occur-1): New function.
16737         (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
16738         previous implementation of `occur'; taken from ibuf-ext.el.
16739         (occur-fontify-on-property): New function.
16740         (occur-fontify-region-function, occur-unfontify-region-function):
16741         New functions.
16743         * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
16745         * ibuf-ext.el (ibuffer-depropertize-string): Delete.
16746         (ibuffer-occur-match-face): Delete.
16747         (ibuffer-occur-props, ibuffer-occur-mode): Delete.
16748         (ibuffer-occur-mouse-display-occurence): Delete.
16749         (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
16750         (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
16751         (ibuffer-occur-engine): Moved to replace.el.
16752         (ibuffer-do-occur): Simply call `occur-1'.
16754         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
16755         Handle the case where we're already viewing the score file.
16757 2002-04-23  Andreas Schwab  <schwab@suse.de>
16759         * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
16760         next-tag-otherw.
16762 2002-04-23  Miles Bader  <miles@gnu.org>
16764         * menu-bar.el (menu-bar-update-buffers-1): Don't display a
16765         directory separator if there's no directory.  Don't display
16766         directories at all if uniquify is active.  Some code cleanup.
16767         (uniquify-buffer-name-style): Declare (but don't initialize).
16769         * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
16770         for command menu entries, since the low-level menu code modifies
16771         them.  Cache the resulting list.
16772         (menu-bar-buffers-menu-command-entries): New variable.
16774         * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
16775         Add separator line before commands
16776         Remove old crufty code that tried to line things up by adding
16777         spaces to entries (it doesn't work).
16778         Move `Frames' submenu after the normal buffers, and add a
16779         separator line before it.
16780         (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
16782 2002-04-22  Richard M. Stallman  <rms@gnu.org>
16784         * files.el (after-find-file): Use %s to output MSG.
16786         * dired.el (dired-mouse-find-file-other-window):
16787         Handle events that move out of the window.
16789 2002-04-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
16791         * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
16792         was moved to the following line when it was at the first line
16793         of a block comment where comment-start-skip matched to eol.
16795 2002-04-22  Richard M. Stallman  <rms@gnu.org>
16797         * simple.el (line-move-finish): Find beg and end of line
16798         before calling line-move-to-column.  Do consider intangible
16799         when finding the end.  Take more care in analyzing the results
16800         of intangibility after line-move-to-column.
16802 2002-04-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
16804         * international/mule-diag.el (list-input-methods-1): Doc fix
16805         (LEIM is now part of the standard distribution).
16807         * tmm.el (tmm-completion-prompt): Doc fix.
16809         * hilit-chg.el (global-highlight-changes): Capitalize status texts.
16811 2002-04-22  Edward M. Reingold  <reingold@emr.cs.iit.edu>
16813         * diary-lib.el (include-other-diary-files): Allow modifying
16814         included buffer, to turn off selective display.
16816 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
16818         * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
16819         pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
16820         emacsen that doesn't support it.
16822 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
16824         * progmodes/cc-align.el, progmodes/cc-engine.el,
16825         progmodes/cc-styles.el, progmodes/cc-vars.el
16826         (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
16827         Find correct anchor for statement-cont in top level constructs.
16828         Analyze variable initializations in top level constructs as
16829         topmost-intro-cont instead of statement-cont.  That is an
16830         incompatible change but it gives better consistency.  The new
16831         lineup function c-lineup-topmost-intro-cont' compensates for
16832         it and is now put on topmost-intro-cont by default.
16834         * progmodes/cc-align.el, progmodes/cc-engine.el,
16835         progmodes/cc-langs.el (c-lineup-argcont): Lineup function
16836         contributed by Kevin Ryde.
16838         (c-in-gcc-asm-p): Function to recognize asm statements.
16839         Contributed by Kevin Ryde.
16841         (c-opt-asm-stmt-key): New language variable to recognize the
16842         beginning of asm statements.
16844 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
16846         * progmodes/cc-engine.el (c-guess-basic-syntax):
16847         Detect variable declarations after class and struct declarations
16848         correctly.  Fixed limit error when finding the anchor for
16849         template-args-cont and topmost-intro-cont.
16851 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
16853         * progmodes/cc-cmds.el (c-beginning-of-defun)
16854         (c-declaration-limits): Find the "line oriented" declaration
16855         start too, just like the "line oriented" end is found.
16857 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
16859         * progmodes/cc-vars.el (c-offsets-alist): A more sane default
16860         for `inexpr-statement'.  This is not compatible, though.
16861         I think the benefit of a good default style outweights that in
16862         this case.  Besides, `inexpr-statement' is not very common.
16864 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
16866         * progmodes/cc-cmds.el (c-electric-delete-forward):
16867         Fix silly bug that caused it to delete backwards in hungry delete
16868         mode.  (It's amazing that this bug hasn't been reported.)
16870         * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
16871         Extracted the code to get the declaration limits from
16872         `c-mark-function' to a new `c-declaration-limits'.
16874         (c-indent-defun): Use the same method to get the limits of the
16875         declaration or macro as `c-mark-function'.
16877         * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
16878         list initializers correctly (but costly; it ought to be
16879         integrated into `c-beginning-of-statement-1').
16881 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
16883         * progmodes/cc-cmds.el, progmodes/cc-engine.el
16884         (c-beginning-of-defun, c-end-of-defun, c-mark-function):
16885         Rewritten to detect the declaration limits better.
16886         Now handles K&R argdecls, class definitions followed by variables etc.
16888         (c-in-knr-argdecl): Broke out the K&R argdecl test in
16889         `c-beginning-of-decl-1' to this new function.
16891         (c-end-of-statement-1, c-end-of-decl-1):
16892         Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
16893         handles declarations that continue after the block.
16895         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
16896         Added an option to restrict matching to the top level of the
16897         current paren sexp.
16899         * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
16900         New regexp to recognize declarations that continue after the block.
16902         (c-syntactic-eol): New regexp to match a "syntactic" eol.
16904 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
16906         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
16907         that often caused the backward limit to be lost at the top
16908         level.  This improves performance a bit.
16910         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
16911         New function that works like `re-search-forward' but only returns
16912         matches in syntactically significant text.
16914         * progmodes/cc-engine.el: Fixed a faster and more accurate way
16915         to recognize K&R argdecls.
16917         (c-beginning-of-decl-1): New function that put point at the
16918         beginning of the declaration.  It handles K&R argdecl blocks.
16920         (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
16921         code with one that doesn't depend on the current indentation.
16922         The anchor position for `knr-argdecl' has also changed, but in
16923         a way that is unlikely to cause compatibility problems.
16925 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
16927         * progmodes/cc-defs.el, progmodes/cc-engine.el
16928         (c-forward-comment): `forward-comment' in XEmacs skips over
16929         line continuations in the backward direction.  Correct for
16930         that.  Also made this a defun since it has grown too large now
16931         to be a defsubst.
16933         * progmodes/cc-langs.el: More convenient and decentralized
16934         setup of the language specific variables.  The regexp-opt
16935         mangling is also done at compile time now.
16937 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
16939         * progmodes/cc-cmds.el (c-indent-line-or-region):
16940         Call `c-indent-line' directly instead of through
16941         `indent-according-to-mode' so that this function always
16942         indents syntactically.
16944         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
16945         where a class beginning with a nested class could cause an
16946         infinite loop (the state outside the narrowed out class is
16947         never used now).
16949 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
16951         * progmodes/cc-align.el, progmodes/cc-cmds.el,
16952         progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
16953         the context sensitive analysis inside macros is restricted to
16954         the bodies of #define's; other things, like #if expressions,
16955         never have anything in common with their surroundings.
16956         The old `cpp-macro-cont' syntax is now used in situations where
16957         the syntactic analysis isn't applicable, and a new syntactic
16958         element `cpp-define-intro' is used to add indentation in
16959         #define bodies.
16961         (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
16962         better reflect its use.
16964         * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
16965         continuation backslashes in the detection of `arglist-cont-nonempty'.
16967         * progmodes/cc-align.el: Use the vector form in the return
16968         value in all cases where lineup functions return absolute columns.
16970 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
16972         * progmodes/cc-engine.el (c-add-stmt-syntax)
16973         (c-guess-basic-syntax): Anchor `brace-list-intro' and
16974         `bracec-list-close' better for brace lists nested inside expressions.
16976         * progmodes/cc-engine.el, progmodes/cc-langs.el,
16977         progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
16978         various language specific variables and their initialization.
16979         The keyword regexps are now lists that are combined with
16980         regexp-opt.  Some variables have changed names to fit better
16981         with the naming convention.
16983         * progmodes/cc-defs.el, progmodes/cc-vars.el
16984         (c-buffer-is-cc-mode): The value is the mode symbol of the
16985         original CC Mode mode.
16987         (c-major-mode-is): Compare against the buffer local variable
16988         `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
16990 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
16992         * progmodes/cc-engine.el (c-forward-syntactic-ws)
16993         (c-backward-syntactic-ws, c-forward-token-1)
16994         (c-backward-token-1, c-in-literal, c-literal-limits)
16995         (c-collect-line-comments, c-literal-type, c-on-identifier)
16996         (c-guess-basic-syntax): These functions are now considered part
16997         of the "CC Mode API" and may be used by other code.
16998         That's signified by making their documentation into docstrings.
17000         (c-whack-state, c-hack-state, c-skip-case-statement-forward):
17001         Removed these internal functions since they aren't used.
17003         (c-forward-to-cpp-expression): Classified this function as internal.
17005 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17007         * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
17008         Simplified these regexps; the class keywords they contain
17009         ought to be enough to avoid false matches, so checking for
17010         following identifiers etc is just unnecessary (and might also
17011         fail for oddly formatted code).
17013 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17015         * progmodes/cc-engine.el, progmodes/cc-cmds.el
17016         (c-forward-comment-lc): New function that behaves like
17017         `c-forward-comment', with the exception that line
17018         continuations are treated as whitespace.
17020         (c-beginning-of-statement): Use `c-forward-comment-lc', to
17021         work correctly in macros and other places where line
17022         continuations should be treated as whitespace.
17024         * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
17025         normal label in a switch block as a case label, to get
17026         consistent lineup with the case labels.
17028         * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
17029         in skipping over a macro that ends with an empty line.
17031         * progmodes/cc-styles.el: Require cc-align since styles added
17032         with `c-add-style' often contains references to functions
17033         defined there, and so the `c-valid-offset' check might
17034         otherwise complain on them.
17036 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17038         * progmodes/cc-align.el, progmodes/cc-mode.texi,
17039         progmodes/cc-vars.el: Added two new lineup functions:
17041         (c-lineup-knr-region-comment): A new lineup function to get
17042         (what most people think is) better indentation of comments in
17043         the "K&R region" between the function header and its body.
17045         (c-lineup-gcc-asm-reg): New lineup function for better
17046         indentation inside gcc asm blocks.  Contributed by Kevin Ryde.
17048         (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
17049         `c-lineup-knr-region-comment' in the default offset
17050         configuration, since these two functions have little impact
17051         outside their intended use, and they generally do the right
17052         thing when they kick in.
17054         * progmodes/cc-engine.el (c-guess-continued-construct)
17055         (c-guess-basic-syntax): Handle nested functions in all
17056         languages, not just Pike.  In C and C++ there's a gcc
17057         extension for this, and it also gives better treatment of
17058         macros that are followed by blocks.
17060         * progmodes/cc-langs.el (c-symbol-key): Made this variable
17061         mode specific, to handle Pike special symbols like `== better.
17063 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17065         * progmodes/cc-cmds.el, progmodes/cc-engine.el,
17066         progmodes/cc-vars.el (c-report-syntactic-errors): A new
17067         variable to control the syntactic error messages.  It defaults
17068         to off; since CC Mode ignores most syntactic errors it might
17069         as well ignore them all for the sake of consistency.
17071 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17073         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
17074         Optimization.  Can give a noticeable speedup if there's a
17075         large preceding function or class body.
17077 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17079         * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
17080         efficient and correct insertion functions in many places.
17081         Always inherit text properties correctly if the text is
17082         permanent.  Also do it for speed in temporary insertions,
17083         since I figure it's less work to continue the surrounding text
17084         properties than to break them.
17086         * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
17087         completion to make it easier to enter lists.
17089 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17091         * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
17092         c-state-cache was clobbered.
17094         * progmodes/cc-cmds.el, progmodes/cc-engine.el
17095         (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
17096         to dependency.
17098 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17100         * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
17101         open parens in macros (if point isn't in the same one).
17103 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17105         * progmodes/cc-cmds.el (c-context-open-line): New function
17106         that is the `open-line' equivalent to `c-context-line-break'.
17108         * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
17109         for Emacs 21 since `indent-new-comment-line' has been changed
17110         to `comment-indent-new-line' there.
17112 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17114         * progmodes/cc-engine.el, progmodes/cc-langs.el
17115         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
17116         New variables containing the character sets used to recognize
17117         statement/declaration boundaries.  These variables might help
17118         to support languages like javascript and awk, where newlines
17119         sometimes delimits statements.
17121         (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
17122         the set of statement delimiting characters, to allow it to be
17123         changed dynamically and per-mode.
17125 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17127         * progmodes/cc-engine.el (c-looking-at-bos)
17128         (c-looking-at-inexpr-block, c-add-stmt-syntax)
17129         (c-guess-basic-syntax): Treat blocks directly inside function
17130         calls like "bare" statements inside function calls, and not
17131         like in-expression statements.  This to make indentation of
17132         such blocks consistent with other statements inside macro calls.
17134         * progmodes/cc-engine.el (c-guess-basic-syntax):
17135         Made arglist-cont anchor correctly in arglists that contain statements.
17137         * progmodes/cc-engine.el (c-guess-basic-syntax):
17138         Fixed consistent anchoring of defun-block-intro in defuns in code
17139         blocks (can only occur in Pike).
17141         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
17142         (c-looking-at-inexpr-block-backward): Changed the arguments to
17143         require containing sexps and paren state, for better efficiency.
17145 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17147         * progmodes/cc-cmds.el, progmodes/cc-engine.el,
17148         progmodes/cc-vars.el: Improved anchoring of statement and
17149         handling of labels in front of substatements.
17151         (c-guess-continued-construct, c-guess-basic-syntax):
17152         Improved and unified anchoring at statements.  Statements beginning
17153         with comments or labels are now avoided, by going out of
17154         blocks and containing statements if necessary.  This nesting
17155         handling also fixes the case when there's a statement after a
17156         block open brace.  Added the syntactic symbol `substatement-label'.
17158         (c-electric-colon): Map the new `substatement-label' to
17159         `label' when consulting `c-hanging-colons-alist'.
17161         (c-offsets-alist): Added substatement-label.  Updated the
17162         comments for the new anchoring positions at statements.
17164         * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
17165         anchor points for knr-argdecl-intro and access-label.
17166         They used to refer to some point on the same line, a bug which was
17167         neutralized by a kludge in `c-get-syntactic-indentation' which
17168         ignored such anchor points.
17170         (c-get-syntactic-indentation): Removed the kludge that was
17171         necessary due to buggy anchor points.
17173         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
17174         the absence of a comma before arglist-close (case 7A) in any
17175         language, since there's nothing better to do that case anyway.
17176         Added special case to make in-expression statements be
17177         recognized as normal arglist-cont if we're directly in a macro
17178         arglist, for consistency with other "bare" statements.
17180         * progmodes/cc-engine.el (c-looking-at-bos): Added optional
17181         limit arg for backward searches.
17183         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
17184         Anchor gcc in-expression statements at the surrounding open
17185         parenthesis.  Treat a class body as an in-expression class if
17186         it's used in an object clone expression in Pike.
17188         * progmodes/cc-engine.el (c-get-offset)
17189         (c-get-syntactic-indentation): Allow several anchor positions
17190         in the list of syntactic symbols.  Only the first is used as
17191         the base for the offset calculation.
17193 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17195         * progmodes/cc-cmds.el (c-indent-defun): Indent the current
17196         macro if inside one at the top level.  Do not throw an error
17197         if used at the top level outside a macro.
17199         * progmodes/cc-cmds.el (c-backslash-region): Do tab width
17200         alignment only if the backslashes can't be aligned with
17201         surrounding backslashes.
17203         * progmodes/cc-engine.el (c-end-of-macro): New function.
17205         * progmodes/cc-engine.el (c-least-enclosing-brace):
17206         Rewritten to not be destructive.
17208 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17210         * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
17211         line break when point is inside the content of it; if it's in
17212         the cpp keyword a normal line break is done.
17214         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
17215         cpp-macro-cont inside the argument list to a #define.
17217 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17219         * progmodes/cc-defs.el (c-forward-comment): Implemented a
17220         kludge to avoid the problem most forward-comment incarnations
17221         have with `\' together with comment parsing.
17223 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17225         * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
17226         which could cause the state returned by `c-parse-state' to
17227         lack a closed paren element.  That in turn could result in
17228         very long searches, since it's common that they start from the
17229         last preceding close brace.
17231 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17233         * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
17234         treat else-if as a single continuation, since that'd make it
17235         hard to get the right anchor point when there's a line break
17236         between the two keywords.  This change causes else-clause to
17237         be anchored on the closest preceding else-if and not always on
17238         the starting if, but that doesn't affect the indentation for
17239         any reasonably sane style.  Also introduced a noerror flag.
17241         (c-beginning-of-closest-statement): Removed;
17242         c-beginning-of-statement-1 now avoids the problem this one solved.
17244         * progmodes/cc-engine.el (c-guess-continued-construct)
17245         (c-guess-basic-syntax): Better and more uniform anchor points
17246         for 'statement-cont and 'substatement.  The effect is
17247         noticeable mostly when there's a label on the same line as the
17248         beginning of the statement, or when there are more stuff
17249         before the start of the statement.
17251         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
17252         Added flag to disable looking at the type of the surrounding paren
17253         since that confuses c-beginning-of-statement-1 and a couple of
17254         other places.
17256         * progmodes/cc-engine.el (c-guess-basic-syntax):
17257         Avoid stepping to the previous statement in case 18.
17258         Improvements in recognition of statement blocks on the top level.
17260 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17262         * progmodes/cc-engine.el (c-beginning-of-statement-1)
17263         (c-crosses-statement-barrier-p): Rewritten to get a well
17264         defined and documented behavior.  This fixes some tricky cases
17265         in recognition of do-while constructs.
17267         (c-backward-to-start-of-do, c-backward-to-start-of-if):
17268         Removed; use c-beginning-of-statement-1 instead.
17270         (c-guess-continued-construct, c-guess-basic-syntax):
17271         Various fixes to not depend on the bugs previously in
17272         c-beginning-of-statement-1.  Cleanups in cases 18 and 17 to
17273         use the new behavior of c-beginning-of-statement-1 better.
17274         Fixed recognition of catch blocks inside macros.
17276         * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
17277         in skipping over a macro.
17279         * progmodes/cc-langs.el (c-label-kwds): New variable to
17280         contain the appropriate c-*-label-kwds value.
17282         * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
17283         evaluation bug that caused the widget for
17284         c-block-comment-prefix to bug out.
17286 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17288         * progmodes/cc-engine.el (c-guess-basic-syntax):
17289         Improved recognition of statements: They are now recognized in
17290         contexts where they normally can't occur, e.g. on the top level or
17291         in function call arguments.  This is mainly useful to recognize
17292         statements in macros at the top level, and in arguments to
17293         macros.  The cases has been moved around quite a bit, and case
17294         10 has been copied to case 18.  (The cases has not been
17295         renumbered because of this.)
17297         (c-guess-continued-construct): New function which has the
17298         rules which are common between cases 10 and 18.
17300         * progmodes/cc-engine.el (c-beginning-of-statement-1)
17301         (c-backward-to-start-of-do, c-backward-to-start-of-if):
17302         Fixes so that they really obey the passed limits.
17304         (c-safe-position): Return nil if the state doesn't contain a
17305         suitable position.
17307         (c-guess-basic-syntax): Fixes some too short limits in calls
17308         to c-beginning-of-statement-1.  Some fixes for top level
17309         analysis in ObjC mode.
17311         * progmodes/cc-engine.el (c-beginning-of-statement-1):
17312         Fixed bug in do-while statements where the body is not a block.
17314         * progmodes/cc-styles.el (c-set-style):
17315         Reset c-special-indent-hook to its global value if in override mode.
17316         Fixes problem where functions on that hook remained after
17317         style switch.
17319         * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
17320         Use c-benign-error to report the c-strict-syntax-p error.
17322 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17324         * progmodes/cc-align.el, progmodes/cc-defs.el,
17325         progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
17326         Several fixes to treat macros as code and not literals and to
17327         handle line continuations transparently.
17329         (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
17330         through whitespace and line continuations, but not comments
17331         and macros.
17333         (c-in-literal): No longer recognizes macros as literals by
17334         default. An extra flag argument is required to do that.
17336         (c-macro-start, c-query-macro-start)
17337         (c-query-and-set-macro-start): Added a cache for the macro
17338         start position.
17340         (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
17341         more speed when limits are given.  Workaround for bad behavior
17342         in forward-comment in some emacsen when it hits a buffer limit
17343         with a large repeat count.
17345         (c-lineup-macro-cont): Improved behavior when
17346         c-syntactic-indentation-in-macros is nil.
17348         (c-syntactic-indentation-in-macros, c-backslash-max-column)
17349         (c-auto-align-backslashes): New customization variables to
17350         control macro handling.
17352         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
17353         Fixes to handle line continuations.
17355         * progmodes/cc-defs.el, progmodes/cc-styles.el
17356         (c-get-style-variables, c-set-offset): Report style errors
17357         with message and ding instead of error signal.  This to avoid
17358         interrupted mode init if there's some style problem.
17360         (c-benign-error): New macro to report errors that doesn't need
17361         to interrupt the operation.
17363         * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
17365 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17367         * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
17368         Removed most of the c-state-cache fiddling, since the global
17369         state cache now handles this.
17371         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
17372         when there's an open paren at the very first char of the
17373         visible buffer region.
17375         * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
17376         Cache the state globally and invalidate it below every buffer
17377         change with the new after change function
17378         `c-check-state-cache'.  This gives a considerable performance
17379         boost when editing large functions or classes.
17381         * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
17383 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17385         * progmodes/cc-engine.el, progmodes/cc-langs.el,
17386         progmodes/cc-align.el: Improvements to syntactic analysis
17387         inside macros:
17389         (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
17390         by `c-guess-basic-syntax'.
17392         (c-parse-state): Fixed bug with braces inside macros when
17393         using cached state info.
17395         (c-forward-to-cpp-expression): New function to aid in
17396         syntactic analysis inside macros.
17398         (c-beginning-of-statement-1, c-backward-syntactic-ws):
17399         Fixes to work better inside macros.
17401         (c-forward-syntactic-ws): Whitespace between the # and the
17402         command should be allowed in preprocessor directives.
17404         (c-lineup-macro-cont): New lineup function to get context
17405         sensitive indentation inside macros.
17407         (c-offsets-alist): Made `c-lineup-macro-cont' the default for
17408         cpp-macro-cont.
17410 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17412         * progmodes/cc-engine.el (c-beginning-of-statement-1)
17413         (c-forward-syntactic-ws): Fixes to handle continued lines.
17415         (c-backward-to-start-of-if, c-guess-basic-syntax):
17416         Do syntactic analysis inside macros.
17418 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17420         * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
17421         possible by the more flexible state cache.
17423         * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
17424         (c-whack-state-after, c-hack-state)
17425         (c-narrow-out-enclosing-class, c-guess-basic-syntax):
17426         Improved the state cache system.  It now can use partial info from
17427         an old cached state to calculate a new one at a different
17428         position.  Removed some kludges to avoid the state cache.
17429         The new functions `c-whack-state-before' and `c-whack-state-after'
17430         replace the now obsolete `c-whack-state'.
17432         * progmodes/cc-engine.el (c-beginning-of-statement-1):
17433         Optimized backing through a macro.  This can speed things up
17434         quite a bit when there are long macros before point.
17436         (c-beginning-of-macro): Do not ignore the limit.
17438 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17440         * progmodes/cc-cmds.el (c-electric-continued-statement):
17441         Fixed a bug where the keyword wasn't reindented correctly if
17442         followed by another keyword or identifier.
17444         * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
17445         pairs that are in macros.  Fixes some cases where e.g. the
17446         second of two "do { } while (0)" macros after each other
17447         indented differently.
17449 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17451         * progmodes/cc-engine.el (c-beginning-of-macro)
17452         (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
17453         directive when it begins a line, to allow for script
17454         interpreter lines like "#!/usr/bin/pike" at the beginning of
17455         the file.
17457 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17459         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
17460         Recognize brace blocks inside a parenthesis expression as
17461         inexpr-statement.  Useful when writing statements as macro arguments.
17463 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17465         * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
17466         (c-mask-comment): Broke out the comment masking code from
17467         `c-fill-paragraph' to a new function `c-mask-comment', to be
17468         able to do the same thing in `c-do-auto-fill'.  This should
17469         make auto-fill-mode behave better.
17471 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17473         * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
17474         Check `executing-macro' to avoid blinking parens when macros
17475         are executed.
17477         * progmodes/cc-mode.el, progmodes/cc-styles.el
17478         (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
17479         consistency with `c-setup-paragraph-variables' (which was
17480         placed there due to the dependency from `c-set-style').
17482         * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
17483         incomplete initialization from the style variable fallbacks if
17484         there already is a style called "user" defined when CC Mode
17485         starts up for the first time.
17487 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17489         * progmodes/cc-cmds.el, progmodes/cc-vars.el
17490         (c-comment-indent, c-indent-comment-alist): Added new variable
17491         `c-indent-comment-alist' to allow better control over
17492         `c-comment-indent'.
17494 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17496         * progmodes/cc-align.el (c-lineup-C-comments): Try to match
17497         both `comment-start-skip' and the comment prefix on the
17498         current line with the comment starter, so that we line up
17499         comments which matches `c-comment-prefix-regexp' on the first
17500         line (after the `/') without the need to make
17501         `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
17503         * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
17504         (c-set-style-1, c-setup-paragraph-variables): Moved the
17505         variable initialization based on `c-comment-prefix-regexp' to
17506         a new function `c-setup-paragraph-variables', which is now
17507         used both at mode init and when a style that sets
17508         `c-comment-prefix-regexp' is activated.
17510 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17512         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
17513         Better handling of C++ template args to avoid confusion with
17514         `<' and `>' used as operators in member init expressions.
17516 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17518         * progmodes/cc-engine.el (c-most-enclosing-brace)
17519         (c-least-enclosing-brace): Added optional second arg to limit
17520         the search to before a certain point.
17522         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
17523         which could cause incorrect analysis if a cached state is used
17524         (usually only happens when an electric key reindents a line).
17526 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17528         * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
17529         insulation.  This time for XEmacs 21.
17531         * progmodes/cc-engine.el, progmodes/cc-langs.el:
17532         Improved handling of inheritance lists:
17534         (c-beginning-of-inheritance-list): Rewritten to use a more
17535         syntactically correct method that doesn't get confused by
17536         badly placed linebreaks and comments.
17538         (c-guess-basic-syntax): Several fixes to the handling of
17539         inheritance lists in combination with templates.  'inher-intro
17540         is now anchored on the start of the class declaration and not
17541         the indentation of the current line.  Switched places on cases
17542         5D.3 and 5D.4 and made them use more syntactically correct methods.
17544         (c-inher-key): Removed since the code in
17545         `c-guess-basic-syntax' now uses token-based search.
17547         * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
17548         Added a submenu to access some toggles.
17550         (c-toggle-syntactic-indentation): New function to toggle the
17551         variable `c-syntactic-indentation'.
17553         * progmodes/cc-styles.el (c-set-style): Improved the error
17554         message for incorrect offsets a bit.
17556 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17558         * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
17559         sexp follows point immediately, instead find the closest
17560         following open paren that ends on another line.
17562 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17564         * progmodes/cc-align.el (c-lineup-cascaded-calls):
17565         New indentation function.
17567         * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
17568         directives with whitespace between the '#' and the name.
17570 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17572         * progmodes/cc-engine.el (c-forward-syntactic-ws)
17573         (c-backward-syntactic-ws): Handle line continuations as
17574         whitespace.  Don't move past a macro if that'd take us past
17575         the limit.
17577 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17579         * progmodes/cc-engine.el (c-beginning-of-macro)
17580         (c-forward-syntactic-ws): Multiline strings begin with `#"' in
17581         Pike, and that shouldn't be confused with a preprocessor directive.
17583 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17585         * progmodes/cc-cmds.el: Extended the kludge to interoperate
17586         with the delsel and pending-del packages wrt to the new
17587         function `c-electric-delete-forward'.
17589 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17591         * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
17592         the block itself, i.e. only indent the contents in it.
17594         * progmodes/cc-styles.el (c-set-style): Use the default
17595         argument to completing-read instead of initial-contents, if
17596         the function is recent enough to support it.
17598 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17600         * progmodes/cc-mode.el (c-mode-help-address):
17601         Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
17602         I've almost never seen a bug reported this way that should go
17603         to that list, but it's rather common that the reports concern
17604         the combination CC Mode and XEmacs instead.
17606 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17608         * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
17609         brace-elseif-brace and brace-catch-brace are active and
17610         there's a "else if"-block before the catch block.
17612         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
17613         Detect function headers that span lines.
17615 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17617         * progmodes/cc-cmds.el (c-electric-brace)
17618         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
17619         Check for last on line only for doing the auto-newline-mode
17620         stuff, not for the reindentation.
17622         * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
17623         handling of c-syntactic-indentation: When it's nil, indent the
17624         new lines but don't reindent the current one.  Reindent the
17625         line only when the inserted brace comes first on it, instead
17626         of last.
17628         * progmodes/cc-cmds.el (c-electric-brace)
17629         (c-electric-semi&comma): Fixed two places where
17630         c-syntactic-indentation wasn't heeded.
17632         * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
17633         inside a macro.
17635         * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
17636         little harder to find a fallback position when an orphan else
17637         is found.  Fixed case where an else following a do-while
17638         statement could be associated with an if inside the do-while.
17640 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17642         * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
17643         for the fallback to add a single space after the comment prefix.
17645         * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
17646         behavior in some special cases, especially for single-line comments.
17647         Avoid breaking up a comment starter or ender.
17649 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17651         * progmodes/cc-cmds.el (c-outline-level): Applied patch from
17652         the Emacs sources to make this work in invisible text.
17654         * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
17655         not be confused by a later ':' on the same line as the label.
17657 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17659         * progmodes/cc-cmds.el, progmodes/cc-mode.el
17660         (c-electric-delete, c-electric-delete-forward):
17661         Split `c-electric-delete' into two functions where
17662         `c-electric-delete-forward' always deletes forward and
17663         `c-electric-delete' only contains the code necessary for
17664         XEmacs to choose between backward and forward deletion.
17665         `c-electric-delete-forward' is now bound to C-d to get the
17666         electric behavior on that key too.
17668 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17670         * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
17671         use of c-comment-prefix-regexp, which caused an error when
17672         it's a list.
17674 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17676         * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
17677         (c-default-style): Removed the hardcoded switch to "java" style
17678         in Java mode.  It's instead taken care of by the default value
17679         for c-default-style.
17681 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
17683         * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
17684         was triggered by equal signs in string literals.
17686 2002-04-21  Kim F. Storm  <storm@cua.dk>
17688         * subr.el (insert-buffer-substring-no-properties): New function.
17689         (insert-buffer-substring-as-yank): New function.
17691 2002-04-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
17693         * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
17694         (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
17695         prefix from scroll commands.  Ignore end-of-buffer errors from
17696         other windows.
17697         (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
17698         commands.
17699         (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
17700         New functions.
17702         * files.el: (auto-mode-alist): .f95 files in f90-mode.
17704         * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
17705         a DO statement irrespective of numeric label.
17707 2002-04-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
17709         * files.el (auto-save-file-name-transforms): Doc fix.
17710         Add third element to "uniquify" filenames.
17711         (make-auto-save-file-name): Use new element of
17712         auto-save-file-name-transforms.
17713         * startup.el (command-line): Add third element to
17714         auto-save-file-name-transforms.
17716 2002-04-19  Stefan Monnier  <monnier@cs.yale.edu>
17718         * files.el (file-name-non-special): Don't mangle the 0'th arg and the
17719         return value of file-name-completion and file-name-all-completions.
17721 2002-04-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
17723         * progmodes/f90.el: Update maintainer.
17724         (f90-line-continued): Recognize blank/comment lines embedded in
17725         continuation lines.
17726         (f90-looking-at-program-block-start): No extra indentation after
17727         function or subroutine keyword appears in single quotes.
17729 2002-04-19  Miles Bader  <miles@gnu.org>
17731         * custom.el (customize-mark-to-save, customize-mark-as-set)
17732         (custom-quote): Moved here from `cus-edit.el'.
17733         * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
17734         (custom-quote): Moved to `custom.el'.
17736 2002-04-18  Richard M. Stallman  <rms@gnu.org>
17738         * facemenu.el (list-text-properties-at): Command deleted.
17740         * rect.el (insert-rectangle): Use insert-for-yank.
17742         * register.el (insert-register): Use insert-for-yank.
17743         (describe-register-1): Discard text props in yank-excluded-properties.
17745         * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
17746         Fix parts in construction of `menu-item' item at end.
17748         * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
17750         * subr.el (insert-for-yank): New function.
17752         * simple.el (yank-excluded-properties): New user option.
17753         (yank-pop, yank): Use insert-for-yank.
17755 2002-04-19  Kim F. Storm  <storm@cua.dk>
17757         * simple.el (pop-to-mark-command): Do not set this-command.
17758         (set-mark-command): Always jump to mark when called with arg.
17760 2002-04-18  Francesco Potort\e,Al\e(B  <pot@gnu.org>
17762         * comint.el (comint-watch-for-password-prompt): Remove whitespace
17763         at the beginning of password prompts.
17765 2002-04-18  Andrew Innes  <andrewi@gnu.org>
17767         * facemenu.el: Remove require of wid-edit.
17769 2002-04-17  Colin Walters  <walters@verbum.org>
17771         * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
17772         one window.
17773         (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
17774         (ibuffer-current-state-list): Reinstate optional argument; now
17775         just call `point' inside the mapping function.
17777 2002-04-17  Francesco Potort\e,Al\e(B  <pot@gnu.org>
17779         * dired-aux.el (dired-star-subst-regexp)
17780         (dired-quark-subst-regexp): New constants.
17781         (dired-do-shell-command, dired-shell-stuff-it): Use them.
17782         (dired-do-shell-command): Raise an error if both `*' and `?'
17783         substitution marks are used in the same command.
17784         (dired-shell-stuff-it): Substitute all instances of `*' and `?'
17785         in a command given via dired-do-shell-command.
17787         * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
17789 2002-04-16  Jason Rumney  <jasonr@gnu.org>
17791         * international/mule-cmds.el (locale-preferred-coding-systems):
17792         Add "jpn".
17794 2002-04-16  Eli Zaretskii  <eliz@is.elta.co.il>
17796         * term.el (term-emulate-terminal): Fix last change.
17798 2002-04-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17800         * bindings.el (mode-line-mode-menu): Update names to reflect
17801         latest changes.
17803 2002-04-16  Mike Williams  <mdub@bigfoot.com>
17805         * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
17806         compilation error.
17808 2002-04-16  Michael Kifer  <kifer@cs.stonybrook.edu>
17810         * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
17811         (viper-ex-print-buf-name): New variable.
17812         (viper-ex-print-buf): New variable.
17813         (ex-token-alist): Invoke ex-print on ":print" Ex commands.
17814         (ex-g-marks): New variable.
17815         (ex-print): New function.
17816         (ex-print-display-lines): New function.
17818         * viper.el (viper-set-hooks): Add window-setup-hook, which sets
17819         the cursor color.
17821         * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
17822         when the window is not in its own frame.
17823         (ediff-clone-buffer-for-region-comparison): More robust window
17824         arrangement while prompting for regions to compare.
17825         (ediff-make-cloned-buffer): Use generate-new-buffer-name.
17826         (ediff-inferior-compare-regions): Deleted unused vars
17827         ctl-buf and quit-now.
17829 2002-04-15  Richard M. Stallman  <rms@gnu.org>
17831         * facemenu.el (facemenu-add-new-face): Use this only for faces.
17832         Delete arg MENU.
17833         (facemenu-add-new-color): New function.
17834         (facemenu-set-foreground, facemenu-set-background):
17835         Use facemenu-add-new-color.
17837 2002-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
17839         * ediff-init.el (ediff-current-diff-face-A)
17840         (ediff-current-diff-face-B, ediff-current-diff-face-C)
17841         (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
17842         (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
17843         (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
17844         (ediff-even-diff-face-B, ediff-even-diff-face-C)
17845         (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
17846         (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
17847         (ediff-odd-diff-face-Ancestor): Add special color definitions for
17848         tty and MS-DOS displays.
17850 2002-04-15  Andrew Innes  <andrewi@gnu.org>
17852         * facemenu.el: Require wid-edit.
17854 2002-04-15  Miles Bader  <miles@gnu.org>
17856         * faces.el (highlight): Force foreground to be black on a tty, so
17857         this face is readable on a dark-background tty.
17858         * wid-edit.el (widget-field-face, widget-single-line-field-face):
17859         Likewise.
17861 2002-04-14  Kim F. Storm  <storm@cua.dk>
17863         * simple.el (pop-to-mark-command, push-mark-command): New commands.
17864         (set-mark-command): Use them.
17865         Enhanced functionality when command is repeated:
17866         - If first command set the mark (no prefix arg), repeat temporarily
17867         enables transient-mark-mode.
17868         - If first command jumped to mark off ring (with argument),
17869         repeat (with or without arg) jump to next mark off ring.
17870         - Use C-u C-u prefix to set mark after jump.
17871         (exchange-point-and-mark): Temporarily enable transient-mark-mode
17872         if prefix arg.
17874 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17876         * speedbar.el (speedbar-tag-hierarchy-method)
17877         (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
17879 2002-04-14  Mike Williams  <mdub@bigfoot.com>
17881         * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
17882         beginning of buffer.
17884 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17886         * speedbar.el (speedbar-generic-item-info)
17887         (speedbar-sort-tags): Doc fix.
17888         (speedbar-add-supported-extension): Fix typo in interactive spec.
17890 2002-04-13  Colin Walters  <walters@verbum.org>
17892         * ibuffer.el (ibuffer-forward-line): Just skip header if we're
17893         only moving one line forward.
17894         (ibuffer-map-lines): Preserve point position even if we delete
17895         lines.  Only call mapping functions with buffer and mark
17896         arguments; the other two were unused.
17897         (ibuffer-redisplay, ibuffer-update): Always skip special areas.
17899         * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
17901         * calc/calc-bin.el (math-format-radix-float): Use `when'.
17903         * calc/calc.el (math-format-number): Load `calc-ext' before we
17904         call `math-group-float'.
17906         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
17907         Renamed from `gamegrid-add-score'.
17908         (gamegrid-add-score-insecure): Restored from the old
17909         `gamegrid-add-score'.
17910         (gamegrid-add-score): Just dispatch on `system-type' to one of the
17911         previous two functions.
17913 2002-04-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17915         * iswitchb.el: Update commentary to include new function
17916         iswitchb-exclude-nonmatching.
17918 2002-04-12  John Wiegley  <johnw@gnu.org>
17920         * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
17921         operating systems to the regexp used to detect a script's interpreter.
17923 2002-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
17925         * frame.el (frames-on-display-list): Use `equal' to compare the
17926         `display' frame parameter to the argument DISPLAY.
17928 2002-04-12  Dave Love  <fx@gnu.org>
17930         * help.el (string-key-binding): Deal with margin events.
17932 2002-04-12  Francesco Potort\e,Al\e(B  <pot@gnu.org>
17934         * comint.el (comint-password-prompt-regexp): Match " SMB password".
17936 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
17938         * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
17940         * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
17942         * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
17943         (buffer-syntactic-context-depth): New funs.
17945         * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
17946         on variables.
17948         * emacs-lisp/debug.el (debug-on-entry): Use push.
17949         (debugger-make-xrefs): Don't assume point-min == 1.
17951         * progmodes/cc-engine.el (c-backward-to-start-of-if):
17952         Don't assume point-min == 1.
17954         * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
17955         (etags-list-tags, etags-tags-apropos, select-tags-table):
17956         Don't assume point-min == 1.
17958 2002-04-12  Mike Williams  <mdub@bigfoot.com>
17960         * textmodes/sgml-mode.el (sgml-guess-indent): New function.
17962 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
17964         * textmodes/fill.el (fill-context-prefix): Fix up last change.
17966         * simple.el (line-move): Use memq rather than or.
17967         (transpose-sexps): Don't presume as much of forward-sexp's behavior.
17968         (do-auto-fill): Use fill-move-to-break-point.
17969         (syntax-code-table): Remove.
17971         * textmodes/fill.el (canonically-space-region): Obey sentence-end.
17972         Don't add spaces at end of sentences at end of line.
17973         (fill-move-to-break-point): Make sure the result is always greater
17974         than linebeg, so we ensure forward progress.
17975         (fill-region-as-paragraph): Compare to `to' rather than eobp.
17976         (fill-paragraph): Don't rebind fill-paragraph-function.
17978 2002-04-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
17980         * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
17982 2002-04-11  Andreas Schwab  <schwab@suse.de>
17984         * files.el (file-name-non-special): Handle return value of t from
17985         `file-name-completion'.
17987 2002-04-10  Stefan Monnier  <monnier@cs.yale.edu>
17989         * textmodes/fill.el (fill-context-prefix): Match the two prefixes
17990         differently to avoid pathological exponential-time case.
17991         (adaptive-fill-regexp): Add ! and %.
17992         (fill-delete-prefix): Remove indentation while removing prefix.
17993         (fill-delete-newlines): Obey sentence-end.
17994         (fill-move-to-break-point, fill-newline): New functions extracted
17995         from fill-region-as-paragraph.
17996         (fill-region-as-paragraph): Use them.
17997         Don't fiddle with fill-indent-according-to-mode.
17999 2002-04-10  Colin Walters  <walters@verbum.org>
18001         * play/snake.el (snake-score-file): Default to just "snake-scores".
18003         * play/tetris.el (tetris-score-file): Likewise.
18005         * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
18006         use `update-game-score'.
18008         * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
18009         (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
18010         ourselves; take it as an argument.  Caller updated.
18011         (ibuffer-mode): Make mode-class special.
18013 2002-04-10  Richard M. Stallman  <rms@gnu.org>
18015         * dired.el (dired-view-command-alist): New variable.
18016         (dired-view-file): Use external viewers for some files names.
18018         * mouse.el (mouse-drag-region-1): Display region highlight
18019         only in the selected window.
18021         * subr.el (remove-hook): When there are no more local hooks,
18022         kill the buffer-local value.
18024         * isearch.el (isearch-mode): Don't call make-frame-visible
18025         if frame is already visible.
18027         * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
18029 2002-04-09  Emmanuel Briot  <briot@act-europe.fr>
18031         * progmodes/ada-prj.el: Add support for the new project file
18032         fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
18033         Fix widget handling for Emacs 21.  ada-mode now only supports a single
18034         active project file, instead of one per buffer.  This is far less
18035         confusing.
18037         * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
18038         (ada-func-or-proc-name): Get real subprogram name, after change in
18039         ada-mode.el.
18041         * progmodes/ada-xref.el: Ada-mode no longer supports a different
18042         project file per buffer.  This was too complex.  Instead, there is
18043         now a single active project file at any given time, and the user
18044         can switch the active one through the Ada menu.  This revision
18045         also provides better handling of the Windows command line, and the
18046         various available shells on that platform.  ada-mode is now fully
18047         integrated with the GNU visual debugger gvd, see
18048         http://libre.act-europe.fr.
18049         (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
18050         This is only available with GNAT 3.14.
18051         (ada-prj-gnatfind-switches, ada-cd-command): New variable.
18052         (ada-quote-cmd): New function.
18053         (ada-initialize-runtime-library): Get the location of the actual
18054         runtime the compiler will be using, including support for
18055         cross-platform environments.
18056         (ada-treat-cmd-string): Add support for the new variable
18057         ${full_current} add support for debug-pre-cmd and debug-post-cmd,
18058         two commands to run just prior to running the debugger, and just
18059         after starting it.  This provide better support for cross-platform
18060         and remote debugging.
18061         (ada-get-absolute-dir): Remove, replace with expand-file-name.
18062         (ada-gdb-application): New parameter executable-name.
18063         (ada-get-ali-file-name): Better handling of separate packages.
18064         Checkin on behalf of the ada-mode maintainer.
18066         * progmodes/ada-mode.el (ada-case-exception-file)
18067         (ada-indent-handle-comment-special): New variables.
18068         (ada-case-exception-substring): New variable.  Casing exceptions
18069         can now also be defined for substrings, in addition to full
18070         identifier names.  This provides more flexibility.
18071         (ada-align-list): New fun, provide support for align.el in ada-mode.
18072         (ada-procedure-start-regexp): Add support for operators and
18073         generic formal subprograms and packages.
18074         (ada-imenu-comment-re): New variable.
18075         (ada-imenu-generic-expression): Add support for protected types.
18076         (ada-mode): Set comment-start only after running ada-mode-hook, so
18077         that the user can change ada-comment-start in the hook.
18078         Add support for ispell in comments.  Add support for align.el.
18079         (ada-save-exception-file, ada-create-case-exception-substring)
18080         (ada-adjust-case-substring): New functions.
18081         (ada-get-current-indent): Properly handles keywords with uppercases.
18082         (ada-goto-matching-end): Rewritten, fixes problems in the handling
18083         of nested blocks.
18084         (ada-untab-hard): Do not touch the contents of comments and strings.
18086 2002-04-09  Mike Williams  <mdub@bigfoot.com>
18088         * textmodes/sgml-mode.el (sgml-lexical-context):
18089         Use sgml-parse-tag-backward to find start point.
18090         (sgml-looking-back-at): Doc fix.
18092 2002-04-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18094         * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
18095         for prompt.
18097 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
18099         * autorevert.el (auto-revert-mode, global-auto-revert-mode):
18100         Use define-minor-mode.
18101         (auto-revert-buffers): Use with-current-buffer.
18102         Avoid changing the minor modes.
18104         * international/iso-acc.el (iso-accents-accent-key): Use `vector'
18105         rather than char-to-string since last-input-char can be any event.
18107         * international/titdic-cnv.el (tit-dictionary):
18108         Use defvar for non-constants.
18110         * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
18111         (global-cwarn-mode): Use easy-mmode-define-global-mode.
18112         (cwarn-font-lock-keywords): New function.
18113         Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
18114         (cwarn-font-lock-match): New macro.
18115         (cwarn-font-lock-match-assignment-in-expression)
18116         (cwarn-font-lock-match-dangerous-semicolon)
18117         (cwarn-font-lock-match-reference): Use it.
18119         * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
18120         Use defvar rather than defconst since it's meant to be settable.
18121         (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
18122         (cperl-fix-line-spacing): Add missing \ in [ t].
18124         * loadup.el: Call ucs-unify-8859 directly rather than
18125         unify-8859-on-encoding-mode.
18126         (fns-*.el): Don't use it anymore.  Keep the load-history in purespace.
18128         * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
18129         (sgml-mode): Use it for comment-line-break-function.
18131 2002-04-08  Jason Rumney  <jasonr@gnu.org>
18133         * international/mule-cmds.el (reset-language-environment):
18134         Handle coding-systems not being defined yet.
18136 2002-04-08  Sam Steingold  <sds@gnu.org>
18138         * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
18139         (vc-cvs-checkin): Use it.
18141 2002-04-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18143         * files.el (display-time-string): Fix last change.
18145 2002-04-07  Sam Steingold  <sds@gnu.org>
18147         * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
18149 2002-04-07  Jason Rumney  <jasonr@gnu.org>
18151         * international/mule-cmds.el (set-default-coding-systems)
18152         (reset-language-environment): Preserve eols on
18153         default-process-coding-system.
18154         (coding-system-change-text-conversion): Fix case where CODING is nil.
18156 2002-04-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18158         * subr.el (play-sound): Move here from simple.el.
18160         * simple.el (play-sound): Move to subr.el.
18162 2002-04-06  Richard M. Stallman  <rms@gnu.org>
18164         * files.el (display-time-string-forms): Mark as risky.
18166         * enriched.el (enriched-decode-foreground, enriched-decode-background):
18167         Use proper format for desired elts of `face' property.
18168         Don't test display-color-p; make the properties unconditionally.
18170         * progmodes/compile.el (compilation-error-regexp-alist):
18171         New alternatives for FILE:LINE.COL and for ranges of columns and lines.
18173 2002-04-06  Per Abrahamsen  <abraham@dina.kvl.dk>
18175         * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
18176         for customization type.
18177         Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
18179 2002-04-06  Mike Williams  <mdub@bigfoot.com>
18181         * textmodes/xml-lite.el: Remove.
18183 2002-04-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18185         * simple.el (play-sound): New function (uses play-sound-internal).
18187 2002-04-04  Richard M. Stallman  <rms@gnu.org>
18189         * files.el (mode-line-format, mode-line-modified)
18190         (mode-line-mule-info, mode-line-buffer-identification)
18191         (mode-line-modes, mode-line-position): Explicitly mark as risky.
18192         (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
18194         * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
18196         * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
18197         Use (syntax-table), not old-syntax-table.
18199         * enriched.el (enriched-decode-foreground)
18200         (enriched-decode-background): Don't call facemenu-get-face.
18202 2002-04-04  Mike Williams  <mdub@bigfoot.com>
18204         * textmodes/sgml-mode.el: Add missing require.
18205         (sgml-lexical-context): Fix up CDATA detection for boundary cases.
18207 2002-04-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
18209         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
18210         spot indicated by text property `cvs-goal-column', if present.
18212         * pcvs-info.el (cvs-fileinfo-pp): Use text property
18213         `cvs-goal-column' to indicate position of file name (if present).
18215 2002-04-03  Richard M. Stallman  <rms@gnu.org>
18217         * mail/mailabbrev.el (mail-abbrev-complete-alias):
18218         Call mail-abbrev-make-syntax-table.
18220         * format.el (format-deannotate-region): Doc fix.
18222         * enriched.el (enriched-face-ans): Delete special treatment
18223         for fg:... and bg:... faces.
18224         (enriched-decode-foreground): Return a list that specifies
18225         the foreground color, rather than creating a face.
18226         (enriched-decode-background): Likewise.
18228         * shell.el (shell-mode): Don't reinit comint-input-ring
18229         if that was already done.
18231 2002-04-03  Edward M. Reingold  <reingold@emr.cs.iit.edu>
18233         * solar.el (solar-spring-or-summer-season): Delete.
18234         (solar-northern-spring-or-summer-season): New variable.
18235         (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
18236         Rewrite.
18238         * solar.el (diary-sabbath-candles-minutes): New variable.
18239         (diary-sabbath-candles): Use it instead of fixed 18 minutes.
18241         * calendar.el (update-calendar-mode-line): Force mode-line update.
18242         Make date under the cursor available as `date' in
18243         calendar-mode-line-format.
18244         Eval items in calendar-mode-line-format list.
18246         * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
18247         (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
18249         * cal-tex.el (cal-tex-latexify-list): Fix doc string.
18251         * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
18252         (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
18253         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
18254         (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
18256         * cal-tex.el: Change all instances (interactive "P") to
18257         (interactive "p").
18258         (cal-tex-cursor-month): Add hfill and newline at end of month that
18259         ended on Saturday.
18260         (cal-tex-preamble): Change to LaTeX2e.
18261         (cal-tex-cursor-filofax-year): Don't use default month names in
18262         LaTeX macros in case user changes them.
18263         (cal-tex-month-name): New function.  Used throughout in case user
18264         has done something funny with month names.
18266         * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
18267         (diary-rosh-hodesh): Spelling correction.
18269 2002-04-03  Mike Williams  <mdub@bigfoot.com>
18271         * textmodes/sgml-mode.el (sgml-lexical-context)
18272         (sgml-parse-tag-backward): Extend support for CDATA to include
18273         conditional sections.
18275 2002-04-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18277         * cus-start.el: Rename `autoselect-window' to
18278         `mouse-autoselect-window'.
18280 2002-04-02  Richard M. Stallman  <rms@gnu.org>
18282         * files.el (hack-one-local-variable):
18283         Clear text props from string value.
18285 2002-04-02  Stefan Monnier  <monnier@cs.yale.edu>
18287         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
18288         (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
18289         Use regexp-opt.
18290         (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
18291         from F95.
18292         (f90-procedures-re): Add `null' and `cpu_time' from F95.
18293         (f90-font-lock-keywords-1): Minor reorganization so we don't need
18294         `override' any more.
18295         (f90-font-lock-keywords-3): Use `keep' rather than `override'.
18296         (f90-indent-subprogram): Use indent-region.
18297         (f90-break-line): Use indent-according-to-mode.
18299 2002-04-02  Mike Williams  <mdub@bigfoot.com>
18301         * textmodes/sgml-mode.el (sgml-close-tag): Rename from
18302         sgml-insert-end-tag. Simplify by using sgml-lexical-context.
18303         (sgml-get-context): Remove use of sgml-inside-tag-p.
18304         (sgml-inside-tag-p): Remove.
18305         (sgml-looking-back-at): Short-circuit at beg of buffer.
18306         (sgml-lexical-context, sgml-calculate-indent): Add support for
18307         CDATA sections.
18309 2002-04-01  Stefan Monnier  <monnier@cs.yale.edu>
18311         * help.el (help-key-description): New fun.
18312         (describe-key-briefly, describe-key): Use it and
18313         this-single-command-raw-keys plus new arg `untranslated'.
18315         * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
18316         (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
18317         (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
18318         (sgml-insert-end-tag): New funs taken from xml-lite.el.
18319         (sgml-calculate-indent): Use them.
18320         (sgml-slash-matching): Rename from sgml-slash.
18321         (sgml-slash): Copied from xml-lite and changed to use
18322         sgml-slash-matching and sgml-quick-keys.
18324         * international/mule-cmds.el (standard-keyboard-coding-systems):
18325         Add koi8-u and koi8-r.
18327         * eshell/.cvsignore: New file.
18329         * eshell/esh-groups.el: Remove.
18331         * progmodes/tcl.el: Change maintainer.
18332         (tcl-electric-hash-style): Change default to nil.
18333         (tcl-imenu-generic-expression): Use tcl-proc-regexp.
18334         (tcl-do-auto-fill): Remove.
18335         (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
18337 2002-04-01  Mike Williams  <mdub@bigfoot.com>
18339         * textmodes/sgml-mode.el: Doc fixes.
18340         (sgml-mode): Set indent-line-function to sgml-indent-line.
18341         (sgml-calculate-indent): Add an explicit check for 'text syntax,
18342         to protect against future enhancements to sgml-lexical-context.
18343         (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
18345         * textmodes/xml-lite.el: Removed much redundant stuff.
18346         (xml-lite-parse-tag-backward): Simplify parsing by assuming we
18347         always start within text. Make use of sgml-unclosed-tag-p.
18349 2002-04-01  Ville Skytt\e,Ad\e(B  <ville.skytta@xemacs.org>
18351         * tcl.el (tcl-imenu-generic-expression): New value.
18352         (tcl-imenu-create-index-function): Function deleted.
18353         (tcl-mode): Check for filladapt-mode.
18354         Use tcl-imenu-generic-expression instead of
18355         tcl-imenu-create-index-function.
18356         (inferior-tcl-mode): Doc fix.
18357         Change not legally significant.
18359 2002-04-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18361         * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
18363         * window.el (handle-select-window): New function.
18364         Update copyright.
18366 2002-04-01  Richard M. Stallman  <rms@gnu.org>
18368         * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
18370         * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
18371         tool-bar-add-item, and new arg MAP.
18372         (tool-bar-add-item): Now calls tool-bar-local-item.
18373         (tool-bar-local-item-from-menu): Renamed from
18374         tool-bar-add-item-from-menu, and new arg IN-MAP.
18375         (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
18377         * help-fns.el (help-with-tutorial): Allow various ways
18378         to specify the text in the [...] line, in handling the <...> line.
18380         * progmodes/idlw-rinfo.el (idlwave-system-routines):
18381         WOLRDTITLE => WORLDTITLE.  SUPRESS_VALUE => SUPPRESS_VALUE.
18383         * subr.el (redraw-modeline): Define alias.
18385 2002-03-31  Richard M. Stallman  <rms@gnu.org>
18387         * files.el (file-expand-wildcards): Use save-match-data.
18389         * files.el (format-alist): Mark as risky.
18391         * simple.el (kill-new): Doc fix.
18393         * emacs-lisp/byte-opt.el (side-effect-free-fns)
18394         (side-effect-and-error-free-fns): Add many functions, remove some.
18396 2002-03-30  Richard M. Stallman  <rms@gnu.org>
18398         * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
18400 2002-03-30  Eli Zaretskii  <eliz@gnu.org>
18402         * font-lock.el (save-buffer-state): Fix last change.
18404         * files.el (auto-save-file-name-transforms): Fix last change.
18406         * startup.el (command-line): Fix last change.
18408 2002-03-29  Richard M. Stallman  <rms@gnu.org>
18410         * subr.el (play-sound-file): Moved to simple.el.
18412         * simple.el (play-sound-file): Moved from subr.el, made unconditional.
18414 2002-03-29  Colin Walters  <walters@verbum.org>
18416         * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
18417         instead of `forward-line'.
18418         (ibuffer-forward-line): Be sure to skip over special properties
18419         before moving, too.
18421         * calc/calc.el (calc-was-split): Var deleted.
18422         (calc): Remove reference to it.
18423         (calc): Ditto.
18424         (calc-quit): Ditto.
18425         (calc-init-base): Ditto.
18427         * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
18429 2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
18431         * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
18432         instead of nil when point is outside of any tag.
18433         (sgml-beginning-of-tag): Adjust to the change.
18434         (sgml-calculate-indent): Use the new info returned by
18435         sgml-lexical-context.  Try to handle unclosed tags.
18437         * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
18438         at unclosed tags unless it is at indentation.
18439         Kill nested unclosed tags.
18440         (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
18441         (xml-lite-mode): Use sgml-indent-line instead.
18443 2002-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
18445         * files.el (auto-save-file-name-transforms): Don't run "\\2" via
18446         expand-file-name.
18448         * startup.el (command-line): Recompute auto-save-file-name-transforms
18449         using the updated value of temporary-file-directory.
18451 2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
18453         * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
18454         even with an empty context.  Don't save excursion any more.
18455         Don't complain about unmatched start-tags in sgml-unclosed-tags.
18456         Ignore end-tags in sgml-empty-tags.
18457         (xml-lite-get-context, xml-lite-calculate-indent)
18458         (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
18459         (xml-lite-indent-line): Use back-to-indentation.
18461         * textmodes/sgml-mode.el (sgml-basic-offset): New var.
18462         (sgml-name-re, sgml-attrs-re): New consts.
18463         (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
18464         (sgml-mode): Use them.
18465         (sgml-lexical-context): Default to (point-min) if nothing else works.
18466         (sgml-calculate-indent): Indent slightly differently.
18467         (sgml-indent-line): Use back-to-indentation.
18468         (sgml-parse-dtd): New function.
18469         (sgml-unclosed-tags): New var.
18470         (html-mode): Set it.
18472 2002-03-29  Simon Marshall  <simon.marshall@misys.com>
18474         * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
18476 2002-03-29  Richard M. Stallman  <rms@gnu.org>
18478         * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
18479         Use FILTER arg in dired-get-marked-files to exclude directories.
18480         (dired-nondirectory-p): New function.
18482         * dired.el (dired-get-marked-files): New arg FILTER
18483         allows selection of some files.
18485         * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
18487 2002-03-29  Eric M. Ludlam  <eric@siege-engine.com>
18489         * speedbar.el (speedbar-default-directory-list): Made robust
18490         against deleted directories.
18492 2002-03-28  Richard M. Stallman  <rms@gnu.org>
18494         * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
18495         Bindings changed.
18497         * progmodes/compile.el (compilation-handle-exit):
18498         If compilation-window-height is 0, display status in echo area.
18500         * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
18502         * rect.el (replace-rectangle): Add autoload.
18504         * files.el: Mark many more variables as risky.
18505         (hack-one-local-variable): Recognize several additional
18506         patterns as risky.
18508         * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
18510 2002-03-28  Stefan Monnier  <monnier@cs.yale.edu>
18512         * textmodes/xml-lite.el (xml-lite-in-string-p):
18513         Use sgml-lexical-context.
18514         (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
18515         (xml-lite-get-context): Check that open/close tags match.
18516         Don't stop scanning while we're ignoring matching tags.
18518         * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
18519         (sgml-mode-syntax-table): Use it.
18520         (sgml-tag-syntax-table, sgml-tag-name-re): New const.
18521         (sgml-tags-invisible): Use it.
18522         (sgml-lexical-context): New fun.
18523         (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
18524         (sgml-quote): Accept \n as entity reference terminator.
18525         (sgml-calculate-indent, sgml-indent-line): New funs.
18527 2002-03-28  Andre Spiegel  <spiegel@gnu.org>
18529         * vc-cvs.el (vc-cvs-global-switches): New user option.
18530         (vc-cvs-command): New function.  Update all callers of
18531         `vc-do-command' in vc-cvs.el to use this instead.
18533 2002-03-27  Andrew Innes  <andrewi@gnu.org>
18535         * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
18536         relying on shell globbing.
18538 2002-03-27  Colin Walters  <walters@debian.org>
18540         * ibuffer.el (ibuffer-help-buffer-modes): New variable.
18541         (ibuffer-fontification-alist): Use it.
18542         (ibuffer-backward-line): Handle `ibuffer-summary' area.
18543         (ibuffer-forward-line): Ditto.
18545         * ibuf-ext.el (sorter mode-name): Doc fix.
18546         (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
18547         (operation query-replace): Use new `noerror' arg for
18548         `query-replace-read-args'.
18549         (operation query-replace-regexp): Ditto.
18551 2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
18553         * textmodes/xml-lite.el: Fix copyright notice.
18554         (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
18555         (xml-lite-indent-comment-offset): Remove.
18556         (xml-lite-calculate-indent): Use new name.  Use natural alignment
18557         for comments.
18558         (xml-lite-in-string-p): Simplify.
18560 2002-03-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18562         * allout.el (outline-layout): Doc fix.
18564 2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
18566         * textmodes/xml-lite.el: Don't require `custom'.
18567         (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
18568         (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
18569         (xml-lite-get-context): Drop nested tags not just for comments.
18570         (xml-lite-indent-line): Be more careful about moving point.
18571         (xml-lite-insert-end-tag, xml-lite-slash):
18572         Use indent-according-to-mode instead of xml-lite-indent-line.
18573         (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
18574         Set sgml-xml-mode.  Don't call force-mode-line-update.
18575         (xml-lite-mode-map): Don't bind TAB.
18577 2002-03-27  Zoltan Kemenczy  <zoltan@ieee.org>
18579         * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
18580         parameter value.
18581         (gud-jdb-build-source-files-list): Comment clarification.
18582         (gud-jdb-massage-args): Reworked into loop-based argument list
18583         processing in order to support -classpath and -sourcepath argument
18584         processing.
18585         (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
18586         to gud-jdb-classpath to obtain search list.
18587         (gud-jdb-parse-classpath-string): Remove any trailing slashes from
18588         directory names in classpath/sourcepath lists, update comment.
18589         (jdb): Add setting of gud-jdb-sourcepath, update comment.
18590         (gud-find-class): Add gud-jdb-sourcepath use, and correct
18591         behaviour for the case when classpath is not used--backward
18592         compatibility fix.
18594 2002-03-27  Eli Zaretskii  <eliz@is.elta.co.il>
18596         * Makefile.in (compile, compile-always): Don't try to compile
18597         non-existent files or files in empty directories.
18599 2002-03-26  Michael Ernst  <mernst@alum.mit.edu>
18601         * compare-w.el (compare-windows-whitespace): Match all whitespace.
18603         * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
18604         copy of standard Lisp directories.
18606         * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
18607         Support "next has longname" link type.
18609 2002-03-26  Stefan Monnier  <monnier@cs.yale.edu>
18611         * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
18612         (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
18613         New functions.
18614         (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
18615         (end-of-xml-tag): Remove.
18616         (xml-lite-get-context): Better handling of comments.
18617         (xml-lite-calculate-indent): Use xml-lite-in-string-p.
18618         (xml-lite-parse-tag-backward): Rewrite.
18620 2002-03-26  Juanma Barranquero  <lektu@terra.es>
18622         * makefile.w32-in (WINS): Add the toolbar directory.
18624 2002-03-26  Richard M. Stallman  <rms@gnu.org>
18626         * subr.el (substring-no-properties): Function deleted (now in C).
18628 2002-03-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18630         * mwheel.el (mouse-wheel-mode): Use global-set-key and
18631         global-unset-key.
18633 2002-03-24  Richard M. Stallman  <rms@gnu.org>
18635         * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
18637         * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
18638         to query-replace-read-args.
18640         * progmodes/compile.el (compilation-forget-errors):
18641         Don't adjust compilation-parsing-end if it's nil.
18643         * replace.el (query-replace-read-args): New optional arg NOERROR.
18644         (perform-replace): Use save-window-excursion around recursive edit.
18646 2002-03-24  Colin Walters  <walters@verbum.org>
18648         * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
18649         non-nil, then always use another window.
18651 2002-03-24  Gerd Moellmann  <gerd@gnu.org>
18653         * subr.el (macro-declaration-function): New function.  Set the
18654         variable macro-declaration-function to it.
18656         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
18657         Handle declarations in macro definitions.
18659 2002-03-24  Eli Zaretskii  <eliz@is.elta.co.il>
18661         * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
18663         * enriched.el (enriched-face-ans): Support FACE of the form
18664         (:foreground COLOR) and (:background COLOR).
18665         (enriched-decode-foreground, enriched-decode-background): Set the
18666         fore- and background colors of the faces we create, since facemenu
18667         doesn't.
18669 2002-03-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18671         * mwheel.el (mouse-wheel-mode): Use the result of
18672         current-global-map instead of the variable `global-map'.
18674 2002-03-23  Richard M. Stallman  <rms@gnu.org>
18676         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
18677         broken out of sendmail-pre-abbrev-expand-hook.
18678         (sendmail-pre-abbrev-expand-hook): Use it.
18680 2002-03-22  Stefan Monnier  <monnier@cs.yale.edu>
18682         * Makefile.in (finder-inf.el): Remove.
18683         (finder-data): Don't depend on finder-inf.el any more.
18684         (compile, compile-always): Handle the case where some files
18685         from DONTCOMPILE are missing (it tried to compile them).
18686         (bootstrap-clean): Use src/emacs only if executable.
18687         (bootstrap): Update subdirs.el and finder-inf.el.
18689         * finder.el: Don't load finder-inf.el during byte-compilation.
18691         * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
18692         Don't consider cvs-removed files as under VC control.
18693         VC wouldn't handle them properly anyway and it confuses
18694         vc-file-not-found-hook.
18696         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
18697         Add autoload cookie.
18699 2002-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
18701         * calendar/calendar.el (calendar): Doc fix.
18703 2002-03-22  Juanma Barranquero  <lektu@terra.es>
18705         * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
18706         (gomoku-font-lock-X-face): Likewise.
18707         (gomoku-font-lock-keywords): Use faces instead of variables.
18709 2002-03-21  Stefan Monnier  <monnier@cs.yale.edu>
18711         * Makefile.in (bootstrap): Make sure subdirs.el is ready.
18713 2002-03-21  Kim F. Storm  <storm@cua.dk>
18715         * simple.el (open-network-stream, open-network-stream-nowait)
18716         (open-network-stream-server): Use featurep to test for
18717         supported networking features.
18719 2002-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
18721         * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
18722         directions as the last action.
18724 2002-03-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18726         * startup.el (fancy-splash-tail, normal-splash-screen):
18727         Update copyright.
18729         * novice.el (disabled-command-hook): Clarify output text to match
18730         prompt.
18732 2002-03-20  Jason Rumney  <jasonr@gnu.org>
18734         * frame.el (display-images-p): Do not explicitly check display type.
18736 2002-03-20  pmr-sav  <pmr-sav@hamm.pajato.com>
18738         * mail-utils.el:
18739         Eliminate compilation warnings due to `rfc822-addresses'.
18740         (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
18741         warning free compile.
18743 2002-03-20  Michael Kifer  <kifer@cs.stonybrook.edu>
18745         * ediff-diff.el (ediff-install-fine-diff-if-necessary):
18746         Take the current highlighting style into account.
18747         (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
18748         (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
18750         * ediff-init.el (ediff-patch-job): New macro.
18752         * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
18753         (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
18755         * ediff-ptch.el (ediff-map-patch-buffer):
18756         Use ediff-make-new-meta-list-header.
18757         (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
18759         * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
18760         (ediff-select-difference): Take highlighting style into account.
18761         (ediff-clone-buffer-for-region-comparison): New function.
18762         (ediff-inferior-compare-regions): Added comparison of current diff
18763         regions.
18765         * ediff.el (ediff-clone-buffer-for-region-comparison)
18766         (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
18768 2002-03-19  pmr-sav  <pmr-sav@hamm.pajato.com>
18770         * mail-utils.el (rmail-dont-reply-to):
18771         Overhaul to correctly apply the regular
18772         expressions in the variable `rmail-dont-reply-to-names' to the list of
18773         destination addresses.  Contributed by lorentey@elte.hu.
18775         * rmail.el (rmail-dont-reply-to-names):
18776         Modify the documentation to make it email
18777         address centric rather than login name centric.  Contributed by
18778         lorentey@elte.hu.
18780 2002-03-18  Colin Walters  <walters@verbum.org>
18782         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
18783         we don't require `cl' at runtime.
18784         (sorting mode mode-name): Don't take the symbol-name of a string.
18786         * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
18787         line after setting the mark.
18788         (ibuffer-insert-buffers-and-marks): Invert the test for
18789         `ibuffer-sorting-reversep'.
18791 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
18793         * international/ucs-tables.el (unify-8859-on-decoding-mode)
18794         (unify-8859-on-encoding-mode): Remove autoload cookie.
18796 2002-03-18  Andre Spiegel  <spiegel@gnu.org>
18798         * vc-rcs.el (vc-rcs-register): Fix handling of
18799         vc-[rcs-]register-switches.
18800         (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
18801         Variables removed, since they weren't used yet.
18803         * vc-cvs.el (vc-cvs-register): Fix handling of
18804         vc-[cvs-]register-switches.
18806         * vc-sccs.el (vc-sccs-register): Fix handling of
18807         vc-[sccs-]register-switches.
18809 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
18811         * loadup.el ("emacs-lisp/backquote"): Load earlier.
18812         ("international/ucs-tables"): Load and turn on
18813         unify-8859-on-encoding-mode unconditionally.
18814         (emacs-version): Use `defconst' rather than `setq'.
18816         * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
18818 2002-03-18  Richard M. Stallman  <rms@gnu.org>
18820         * menu-bar.el (menu-bar-options-menu): Cope if
18821         text-mode-hook is not a list.
18823 2002-03-17  Richard M. Stallman  <rms@gnu.org>
18825         * emulation/pc-select.el (pc-selection-mode):
18826         Alter the existing global map, don't replace it.
18828         * files.el (list-directory): Set default-directory at the end.
18830         * dabbrev.el (dabbrev--goto-start-of-abbrev):
18831         Put a limit on field-beginning search.
18833 2002-03-17  Simon Josefsson  <jas@extundo.com>
18835         * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
18836         (browse-url-mosaic): Use it.
18838         * net/browse-url.el (browse-url-filename-alist): Don't begin
18839         docstring with *, you don't want to set this one with M-x set-variable.
18841         * net/browse-url.el: Put * in user option doc strings.
18843 2002-03-17  Stefan Monnier  <monnier@cs.yale.edu>
18845         * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
18846         (sgml-xml-guess): Simplify.
18847         (sgml-mode-common): Remove (move into sgml-mode).
18848         (sgml-mode): Add code from sgml-mode-common.
18849         Remove redundant setting of indent-line-function.
18850         Don't set skeleton-transformation when in XML mode.
18852         * international/mule-diag.el (describe-char-after):
18853         Use `internal-describe-syntax-value' again (got lost somewhere).
18855         * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
18856         Use unify-8859-on-decoding-mode.
18857         (unify-8859-on-decoding-mode): Also set translation-table-for-input.
18858         (ucs-insert): Give an error if the unicode char can't be created.
18860         * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
18861         (cvs-parse-status): Handle the "used to have a conflict" marker.
18863 2002-03-17  Kim F. Storm  <storm@cua.dk>
18865         The following changes are related to the enhanced network process
18866         support.
18868         * simple.el: Update copyright.
18869         (clone-process): Use make-network-process to clone network
18870         processes.  Get command list via (process-contact ... t).
18871         Use set-process-query-on-exit-flag and process-query-on-exit-flag
18872         instead of process-kill-without-query.
18873         (open-network-stream): Replaces C-version from process.c.
18874         (open-network-stream-nowait, open-network-stream-server): New funs.
18875         (process-kill-without-query): Replaces C-version from process.c.
18877         * files.el: Update copyright.
18878         (save-buffers-kill-emacs): Also check for active server
18879         processes.  Use process-query-on-exit-flag.  Only list processes
18880         which has the query-on-exit flag set in connection with user query.
18882         * shadowfile.el: Update copyright.
18883         (shadow-save-buffers-kill-emacs): Also check for active server
18884         processes.  Use process-query-on-exit-flag.
18886 2002-03-16  Simon Marshall  <simon.marshall@misys.com>
18888         * imenu.el (imenu-menubar-modified-tick): Renamed from
18889         imenu-update-menubar-modified-tick.
18890         (imenu-update-menubar): Update imenu-menubar-modified-tick
18891         whenever outer condition succeeds.
18893         * lazy-lock.el (save-buffer-state):
18894         Bind inhibit-modification-hooks and buffer-file-truename
18895         instead of before-change-functions and after-change-functions.
18897 2002-03-16  Eli Zaretskii  <eliz@is.elta.co.il>
18899         * international/codepage.el (codepage-setup): Don't define a
18900         codepage if it is already defined.
18902         * textmodes/po.el (po-content-type-charset-alist): Convert the
18903         car of each association to a string.
18904         (po-find-file-coding-system-guts): If the charset matches a name
18905         of a codepage, set up that codepage and return it as a coding
18906         system to decode the file.
18907         (po-find-charset): Search for the Charset= header even if we've
18908         read less than 4KB.
18909         <top-level>: Remove the setup for all known codepages: it seems
18910         to cause crashes in the CCL driver.
18912 2002-03-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18914         * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
18915         (bibtex-entry-field-alist): Doc fix.
18917 2002-03-16  Richard M. Stallman  <rms@gnu.org>
18919         * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
18920         Move definition above cperl-outline-regexp.
18922         * bindings.el (mode-line-mule-info): In computing help-echo prop,
18923         avoid using save-window-excursion.  And compile the function.
18925 2002-03-15  Stefan Monnier  <monnier@cs.yale.edu>
18927         * files.el (load-completion): New function.
18928         (load-library): Use it.
18930 2002-03-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
18932         * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
18933         to match the actual code.
18935 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
18937         * textmodes/po.el (po-find-file-coding-system-guts):
18938         Use with-temp-buffer instead of po-with-temp-buffer.
18940         * international/mule-conf.el (file-coding-system-alist): Add an
18941         association for PO files.
18943         * textmodes/po.el: New file.
18945 2002-03-15  Gerd Moellmann  <gerd@gnu.org>
18947         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
18948         Fix simple loop indentation.
18950 2002-03-14  Miles Bader  <miles@gnu.org>
18952         * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
18954 2002-03-14  Richard M. Stallman  <rms@gnu.org>
18956         * textmodes/picture.el (picture-insert)
18957         (picture-clear-column, picture-draw-rectangle):
18958         Use move-to-column, not move-to-column-force.
18960         * dired.el (dired-readin): Clear out undo list.
18961         (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
18962         (dired-delete-entry): New function.
18963         (dired-internal-do-deletions): Use dired-fun-in-all-buffers
18964         and dired-delete-entry, to update this buffer (and others).
18966         * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
18968         * facemenu.el (facemenu-add-new-face):
18969         Pass region args to facemenu-set-face, when there is a region.
18970         (facemenu-set-foreground, facemenu-set-background)
18971         (facemenu-add-face): Doc fixes.
18973         * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
18975 2002-03-14  Miles Bader  <miles@gnu.org>
18977         * emacs-lisp/debug.el: Require `button'.
18978         (debugger-mode-map): Set the parent keymap to `button-buffer-map',
18979         to get TAB and <backtab> bindings.
18981         * net/rlogin.el (rlogin-carriage-filter): Function removed.
18982         (rlogin): Don't install the `rlogin-carriage-filter' filter, as
18983         comint removes carriage returns itself now.
18985         * rfn-eshadow.el (rfn-eshadow-update-overlay):
18986         Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
18987         getting hosed by our own intangible property.
18989 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
18991         * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
18992         Add fortran-comment-line-start-skip to comment-start-skip.
18993         (fortran-comment-indent): Keep whole-line comments in column 0.
18994         (fortran-find-comment-start-skip): New arg `all'.
18995         If ALL is nil, make sure we only match comment-start-skip if we
18996         can't match fortran-comment-line-start-skip.
18997         Fix bug that made it return t but without moving point when
18998         matching '!'! (a false-comment followed by a real comment).
18999         (fortran-indent-comment): Use new `all' argument above.
19000         Be careful not to add an incorrect comment-starter like "C"
19001         in comment-column.
19002         (fortran-split-line): When splitting a comment, reuse the comment
19003         starter from the current line rather than fortran-comment-line-start.
19004         (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
19005         cleaner behavior of fortran-find-comment-start-skip.
19006         (fortran-fill): Don't be confused by ! inside a comment.
19007         (fortran-break-line): Minor cleanup and simplification.
19009 2002-03-13  Francesco Potort\e,Al\e(B  <pot@gnu.org>
19011         * progmodes/etags.el (tag-exact-file-name-match-p)
19012         (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
19013         simpler regexp.
19015 2002-03-12  Colin Walters  <walters@debian.org>
19017         * ibuffer.el (ibuffer-redisplay-current): Don't move point when
19018         redisplaying a line.
19020 2002-03-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19022         * term/x-win.el (emacs-session-restore): Take previous id as
19023         an argument.
19024         (emacs-session-save): Add comment that return t means cancel shutdown
19026         * startup.el (command-line): Must check that x-session-previous-id
19027         is bound also, for non-X platforms.
19029 2002-03-12  Gerd Moellmann  <gerd@gnu.org>
19031         * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
19032         (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
19033         New user options.
19034         (extended-loop-p, common-lisp-loop-part-indentation): New functions.
19035         (common-lisp-indent-function-1): Renamed from
19036         common-lisp-indent-function.
19037         (common-lisp-indent-function): Handle loop forms specially.
19038         (lisp-indent-defmethod): Use car/cdr instead of first/rest.
19039         (lisp-backquote-indentation): New user option.
19041 2002-03-12  Francesco Potort\e,Al\e(B  <pot@gnu.org>
19043         * progmodes/etags.el (tag-exact-file-name-match-p)
19044         (tag-file-name-match-p, tag-partial-file-name-match-p):
19045         Assume that the header of a tags section has either a number
19046         or nothing after the last comma.
19048 2002-03-11  Richard M. Stallman  <rms@gnu.org>
19050         * imenu.el (imenu-update-menubar-modified-tick): New variable.
19051         (imenu-update-menubar): Don't call imenu--make-index-alist
19052         if buffer has not changed since last time.
19054         * desktop.el (desktop-buffer-handlers): Doc fix.
19055         (desktop-buffer-file): Explicitly return BUF.
19057         * paren.el (show-paren-function): Move back in other direction
19058         to verify the match is correct.
19060         * mail/supercite.el (sc-select-attribution): Accept whatever value
19061         we get in CHOICE; there is no value meaning "try again".
19063 2002-03-11  Colin Walters  <walters@verbum.org>
19065         * shell.el (toplevel): Revert previous change to use pcomplete.
19066         (shell-mode): Ditto.
19067         (shell-pcomplete-setup-done): Remove.
19068         (shell-pcomplete): Ditto.
19069         (shell-pcomplete-reverse): Ditto.
19071         * comint.el: Remove documentation on setting up pcomplete.
19073 2002-03-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19075         * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
19076         item.  Doc fix.
19078         * image.el (image-type-from-file-header): Make temporary buffer
19079         unibyte.
19081         * subr.el (add-to-list): Doc fix.
19083 2002-03-11  Miles Bader  <miles@gnu.org>
19085         * pcomplete.el (pcomplete-entries): Expand environment variables
19086         in filename.
19088 2002-03-10  Daniel Pfeiffer  <occitan@esperanto.org>
19090         * play/mpuz.el: Use defface instead of facemenu-get-face.
19092 2002-03-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19094         * startup.el (command-line): Add call to emacs-session-restore if
19095         both x-session-id and x-session-previous-id are strings.
19097         * term/x-win.el (x-handle-smid): New function.
19098         (emacs-session-filename): New function.
19099         (emacs-session-save): New function.
19100         (emacs-save-session-functions): New variable.
19101         (emacs-session-restore): New function.
19103 2002-03-09  Eli Zaretskii  <eliz@is.elta.co.il>
19105         * simple.el (shell-command-on-region): Call push-mark with
19106         non-nil second arg, to suppress the "Mark set" message.
19108 2002-03-08  Richard M. Stallman  <rms@gnu.org>
19110         * textmodes/picture.el (picture-forward-column): New arg `interactive'
19111         is non-nil for an interactive call.  Use instead of interactive-p.
19112         (picture-backward-column): Likewise.
19114         * tar-mode.el (tar-untar-buffer): New function.
19116         * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
19117         Put the mouse-face on the entire xref, like the local keymap.
19119         * find-dired.el (find-name-dired): Use shell-quote-argument.
19121 2002-03-08  Daniel Pfeiffer  <occitan@esperanto.org>
19123         * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
19124         (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
19125         (mpuz-allow-double-multiplicator): New options for nicer look and
19126         new features.
19127         (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
19128         (mpuz-check-all-solved, mpuz-random-puzzle)
19129         (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
19130         (mpuz-show-solution): Functions streamlined and removed french
19131         style space before punctuation, added face support and optional
19132         solving of trivial results.
19134 2002-03-07  Colin Walters  <walters@verbum.org>
19136         * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
19138         * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
19139         instead of "recency" for clarity.
19140         (ibuffer-compile-format): Document more.  Handle new "summarizer"
19141         columns.
19142         (ibuffer-fontify-region-function): Ditto.
19143         (ibuffer-insert-buffer-line): Ditto.
19144         (ibuffer-map-lines): Ditto.
19145         (ibuffer-insert-buffers-and-marks): Ditto.
19146         (ibuffer-update-title-and-summary): Renamed from
19147         `ibuffer-update-title'.  Handle "summarizer" columns.
19148         (ibuffer-clear-summary-columns): New function.
19150         * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
19152 2002-03-07  Gerd Moellmann  <gerd@gnu.org>
19154         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
19155         Use the other-window instead of the other-frame functions when
19156         the window is dedicated.
19158 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
19160         * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
19161         with SILENT so that a new field can be added.
19163 2002-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
19165         * files.el (make-auto-save-file-name): Make sure the produced file
19166         name does not contain characters that are invalid for DOS/Windows
19167         filesystems.
19169         * dos-fns.el, w32-fns.el (make-auto-save-file-name):
19170         Remove replacement functions.
19172 2002-03-06  Gerd Moellmann  <gerd@gnu.org>
19174         * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
19175         the form `:x'.
19177         * vc.el (vc-branch-part): Add autoload cookie.  This function can
19178         be called from vc-rcs-find-most-recent-rev when visiting a file
19179         checked into RCS in a CVS sandbox.
19181 2002-03-06  Andreas Schwab  <schwab@suse.de>
19183         * progmodes/hideif.el: Augment expression parser to handle
19184         conditional expressions.
19185         (hif-token-regexp): Also match `?' and `:'.
19186         (hif-tokenize): Handle `?' and ':' as tokens.
19187         (hif-expr): Parse conditional expressions.
19188         (hif-or-expr): Parse `||' expressions.
19189         (hif-and-expr): Renamed from hif-term.
19190         (hif-conditional): New function to evaluate a conditional
19191         expression.
19193 2002-03-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19195         * language/czech.el ("Czech"): Fix the documentation.
19197         * language/slovak.el ("Slovak"): Likewise.
19199 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
19201         * xml.el (xml-parse-attlist): Accept empty strings.
19203 2002-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
19205         * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
19206         all terminals now support highlighting of some kind.
19208         * language/european.el (mac-roman): Fix the safe-chars property.
19210 2002-03-05  Andre Spiegel  <spiegel@gnu.org>
19212         * vc.el (vc-transfer-file): Use `make-temp-file'.
19213         (vc-default-update-changelog): Remove conditional use of
19214         `make-temp-name'.
19216         * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
19218 2002-03-05  Michael Kifer  <kifer@cs.stonybrook.edu>
19220         * ediff-init.el: Comments.
19222         * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
19223         is loaded.
19225         * ediff-mult.el (ediff-intersect-directories)
19226         (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
19227         Cleanup.
19228         (ediff-draw-dir-diffs): Now supports the "C" command in directory
19229         difference buffer.
19230         (ediff-dir-diff-copy-file): New function that implements copying
19231         of files from one Ediff dir to another
19232         (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
19233         (ediff-append-custom-diff): Better error msgs.
19235         * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
19236         (ediff-inferior-compare-regions): Use
19237         ediff-clone-buffer-for-region-comparison. Better and simpler interface.
19239         * ediff.el (ediff-directories-internal): Cleanup.
19240         (ediff-clone-buffer-for-region-comparison): Better interface.
19242 2002-03-04  Richard M. Stallman  <rms@gnu.org>
19244         * emacs-lisp/easy-mmode.el (define-minor-mode):
19245         Use "P" in interactive spec of minor mode commands.
19247 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
19249         * faces.el (face-spec-choose): Allow `t' to appear before the end.
19250         (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
19251         (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
19252         (variable-pitch, trailing-whitespace): Don't use the old-style entries.
19253         (mode-line-inactive, header-line): Move the `t' section to the
19254         beginning so the `:inherit' setting can be shared.
19256 2002-03-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19258         * net/snmp-mode.el: Require tempo when compiling to prevent
19259         warnings.  Update copyright notice.
19261         * help.el (describe-key-briefly, describe-key): Interpret `undefined'
19262         like not defined at all.
19264 2002-03-03  Stefan Monnier  <monnier@cs.yale.edu>
19266         * textmodes/sgml-mode.el: Change maintainer to FSF.
19267         (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
19268         (sgml-tags-invisible, sgml-beginning-of-tag):
19269         Allow _ : and non-ASCII in tag names, as required for XML.
19270         (sgml-name-char): Don't assume anything about charsets handled by
19271         encode-char.
19273         * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
19274         where one of the buffers is narrowed.
19276         * hexl.el (hexlify-command, dehexlify-command): Remove.
19277         (hexlify-buffer, dehexlify-buffer): Use call-process-region
19278         rather than shell-command-on-region.
19280         * newcomment.el (comment-forward): Use forward-comment to skip
19281         over whitespace (or comments) even when comment-use-syntax is nil.
19283         * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
19285         * textmodes/xml-lite.el: New file.
19287 2002-03-03  Richard M. Stallman  <rms@gnu.org>
19289         * textmodes/artist.el (artist-system): Use make-temp-file.
19291         * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
19293         * mail/sendmail.el (mail-recover-1): Increase non-random-len
19294         by 1 since we changed make-auto-save-file-name to add one
19295         fewer character to the buffer name.
19296         (mail-recover): Really show point at the right place
19297         in the *Directory* buffer.
19299         * files.el (make-auto-save-file-name): Use make-temp-file.
19301         * terminal.el (te-create-terminfo): Use make-temp-file
19302         to create the source file in a safe way.
19304 2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
19306         * cus-start.el: Rename automatic-hscroll-step and
19307         automatic-hscroll-margin into hscroll-step and hscroll-margin.
19309         * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
19310         (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
19312         * mouse.el (mouse-region-delete-keys): Add deletechar.
19314 2002-03-03  Sam Steingold  <sds@gnu.org>
19316         * play/snake.el (snake-score-file): Fixed parens (broken by the
19317         last patch).
19318         * play/tetris.el (tetris-score-file): Ditto.
19320 2002-03-03  Richard M. Stallman  <rms@gnu.org>
19322         * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
19324         * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
19326         * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
19327         (gamegrid-make-mono-tty-face): Fix usage of condition-case.
19329 2002-03-03  Thien-Thi Nguyen  <ttn@gnu.org>
19331         * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
19332         instead of `buffer-substring-no-properties' to support enriched mode.
19334 2002-03-02  Richard M. Stallman  <rms@gnu.org>
19336         * find-dired.el (find-grep-dired): Call shell-quote-argument.
19337         Specify the -e option.
19338         Rename arg to `regexp'.
19340 2002-03-02  Milan Zamazal  <pdm@zamazal.org>
19342         * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
19344 2002-03-02  Miles Bader  <miles@gnu.org>
19346         * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
19347         event-modifiers before looking up in `mouse-wheel-scroll-amount'.
19348         If there's no applicable modifiers entry in the alist in
19349         `mouse-wheel-scroll-amount', fall back to the default, not to
19350         nil (which causes full screen scrolls).
19352 2002-03-01  Andreas Schwab  <schwab@suse.de>
19354         * textmodes/texnfo-upd.el (texinfo-start-menu-description):
19355         Remove extra paren in regexp.
19357 2002-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
19359         * mouse.el (mouse-show-mark): Use display-mouse-p, not
19360         display-graphic-p, to decide whether to move point or use the
19361         highlighting.
19363 2002-02-28  Colin Walters  <walters@verbum.org>
19365         * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
19367         * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
19368         `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
19369         (calc-temp-file-name): Use `make-temp-file'.
19371 2002-02-28  Richard M. Stallman  <rms@gnu.org>
19373         * font-lock.el (java-font-lock-extra-types):
19374         Match java.net.URL, etc.
19376 2002-02-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19378         * hexl.el (hexl-options): Doc fix.
19379         Update Commentary section.
19381         * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
19382         Doc fixes.
19384 2002-02-28  Andre Spiegel  <spiegel@gnu.org>
19386         * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
19387         the user to do that first.
19388         (vc-update): New function.
19390         * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
19391         which calls vc-update.  Use the term "Base Version" instead of
19392         "Last Version" for the entries "Revert" and "Compare".
19394 2002-02-28  Kim F. Storm  <storm@cua.dk>
19396         * simple.el (shell-command-on-region): Report non-zero exit
19397         status in mode line instead of buffer.
19399 2002-02-27  Richard M. Stallman  <rms@gnu.org>
19401         * comint.el (comint-preoutput-filter-functions): Doc fix.
19402         (comint-output-filter-functions, comint-input-filter-functions)
19403         (comint-redirect-filter-functions): Likewise.
19405         (comint-redirect-preoutput-filter): Do the local-hook
19406         handling of t when running comint-redirect-filter-functions.
19407         (comint-output-filter): Likewise for comint-preoutput-filter-functions.
19409 2002-02-26  Richard M. Stallman  <rms@gnu.org>
19411         * paths.el (remote-shell-program): Add doc string.
19413 2002-02-26  Colin Walters  <walters@debian.org>
19415         * ibuf-ext.el (sorter mode-name): New.
19416         (ibuffer-do-occur): Don't quote ibuffer-marked-char.
19418         * calc/calc-ext.el (calc-scroll-left): Call scroll-left
19419         interactively, so they do something.
19420         (calc-scroll-right): Ditto.
19422 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
19424         * international/mule.el (ctext-pre-write-conversion): Handle the
19425         case when FROM is a string, and when we are called from
19426         build_annotations_2.
19428 2002-02-26  Richard M. Stallman  <rms@gnu.org>
19430         * rect.el (clear-rectangle-line): Reindent to the same column
19431         that move-to-column reached when it tried to go to endcol.
19433         * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
19435 2002-02-26  Ivar Rummelhoff  <ivarru@math.uio.no>
19437         * winner.el (winner-boring-buffers, winner-set): A window which
19438         displays a buffer whose name is in the list
19439         `winner-boring-buffers', will no longer be restored by `winner-undo'.
19440         (winner-sorted-window-list): Used to improve comparison between
19441         window configurations.
19442         (winner-win-data): Simplified and moved.
19443         (winner-conf): Simplified (now uses `winner-win-data').
19444         (winner-change-fun, winner-save-old-configurations)
19445         (winner-save-(un)conditionally, winner-redo): Changes made while in
19446         the minibuffer will be ignored.  (Such changes are undone upon
19447         exit for the minibuffer, anyway.)
19448         (winner-set-conf): Preserve selected window whenever possible.
19449         (winner-make-point-alist): Simplified.
19450         (winner-mode, winner-save-unconditionally): Save current window
19451         configuration on entering minibuffer.
19452         (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
19453         since it does not change the overall behavior of Emacs.
19455 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
19457         * international/mule-conf.el (compound-text): Renamed back from
19458         compound-text-no-extensions.
19459         (ctext-no-compositions): Remove the mime-charset property.
19460         (compound-text-with-extensions): Renamed from compound-text.
19461         (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
19463 2002-02-26  Juanma Barranquero  <lektu@terra.es>
19465         * faces.el (list-faces-display): Fix typo.
19467 2002-02-25  Richard M. Stallman  <rms@gnu.org>
19469         * frame.el (focus-follows-mouse): Doc fix.
19471 2002-02-26  Miles Bader  <miles@gnu.org>
19473         * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
19474         to `define-key', since it no longer accepts the latter.
19476 2002-02-25  Jason Rumney  <jasonr@gnu.org>
19478         * term/w32-win.el (mouse-wheel-scroll-line): Use car of
19479         mouse-wheel-scroll-amount.
19481         * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
19482         mwheel.el.
19484         * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
19486 2002-02-25  Andre Spiegel  <spiegel@gnu.org>
19488         * vc.el (vc-diff-switches-list): Fix prev change, making the macro
19489         consistent with the others that take a backend name as a symbol.
19491         * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
19493 2002-02-25  Kim F. Storm  <no-spam@cua.dk>
19495         * comint.el (comint-replace-by-expanded-filename): Do nothing if
19496         comint-match-partial-filename returns nil.
19498         * shell.el (shell-pcomplete-setup-done): New variable.
19499         (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
19500         (shell-pcomplete-reverse): Ditto.
19502 2002-02-25  Per Abrahamsen  <abraham@dina.kvl.dk>
19504         * ps-print.el (ps-print-printer): Added `lpr' customize group member.
19506 2002-02-25  Juanma Barranquero  <lektu@terra.es>
19508         * subr.el (save-match-data): Doc fix.
19510         * ielm.el (ielm-prompt): Allow customization; make it read-only.
19512 2002-02-25  Kim F. Storm  <storm@cua.dk>
19514         * shell.el (shell-mode-map): Add "Complete" header so completion
19515         menu is shown on the menu bar in shell mode.
19517 2002-02-25  Stefan Monnier  <monnier@cs.yale.edu>
19519         * ielm.el (ielm-match-data): New var.
19520         (inferior-emacs-lisp-mode): Make it buffer-local.
19521         (ielm-eval-input): Use it to preserve match-data between inputs.
19523 2002-02-24  Juanma Barranquero  <lektu@terra.es>
19525         * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
19527 2002-02-24  Per Abrahamsen  <abraham@dina.kvl.dk>
19529         * cus-edit.el (custom-unlispify-remove-prefixes): Add to
19530         `custom-buffer' customize group.
19532 2002-02-23  Kim F. Storm  <storm@cua.dk>
19534         * help.el (where-is): Use remap-command.
19536         * help-fns.el (describe-function-1): Use remap-command.
19538         * subr.el (global-set-key, local-set-key): Undo 2002-02-06
19539         change (no longer accept a symbol for the KEY argument).
19541 2002-02-23  Colin Walters  <walters@debian.org>
19543         * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
19544         * calc/calcalg2.el (math-solve-get-sign): Ditto.
19546         * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
19547         in generated function.
19549         * ibuf-ext.el (ibuffer-old-time): Change to hours.
19550         (ibuffer-mark-old-buffers): Handle it.
19552         * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
19553         (toplevel): Bind them.
19554         (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
19555         not necessary now that we use pcomplete.
19557         * comint.el: Document how use new pcomplete completion facility.
19559 2002-02-23  Richard M. Stallman  <rms@gnu.org>
19561         * mail/rmailsum.el (rmail-summary-output): Properly advance
19562         to next message, by calling rmail-summary-goto-msg.
19564         * net/browse-url.el (browse-url-galeon): Specify --existing
19565         for an existing window.  Use --noraise rather than --no-raise.
19566         Don't use -x.
19568 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
19570         * progmodes/etags.el (find-tag-noselect, find-tag)
19571         (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
19572         Fix a typo in doc strings.
19574 2002-02-20  Deepak Goel  <deego@glue.umd.edu>
19576         * play/snake.el (snake-velocity-queue, snake-update-velocity)
19577         (snake-final-x-velocity, snake-final-y-velocity):
19578         New variable and functions.  Store user's keypresses
19579         into a queue and pop from the queue each subsequent turn.
19580         (snake-update-game, snake-move-left)
19581         (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
19582         (snake-start-game): Use that queue.
19583         (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
19584         (snake-use-color-flag): Likewise.
19585         (snake-mode): Rename uses of those variables.
19587 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
19589         Support for ICCCM  Extended Segments in X selections:
19591         * international/mule-conf.el (ctext-no-compositions): New coding
19592         system.
19593         (compount-text-no-extensions): Renamed from compound-text.
19594         (x-ctext-no-extensions, ctext-no-extensions): Aliases for
19595         compound-text-no-extensions.
19596         (compound-text): Redefined using post-read and pre-write conversions.
19598         * international/mule.el (non-standard-icccm-encodings-alist)
19599         (non-standard-designations-alist): New variables.
19600         (ctext-post-read-conversion, ctext-pre-write-conversion):
19601         New functions.
19603 2002-02-21  Jonathan Kamens  <jik@kamens.brookline.ma.us>
19605         * vc.el (vc-default-init-version): Update documentation to
19606         indicate that the backend can override the default init version.
19607         (vc-register): Use the backend init-version function, if it
19608         exists, to determine the initial version of a file.
19609         (vc-diff-switches-list): Don't symbol-quote backend, since it's
19610         already a symbol.  Don't fail if vc-BACKEND-diff-switches isn't bound.
19612         * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
19613         not version-controlled.  This is necessary, e.g., if the file has
19614         just been reverted, and thus was previously under version control
19615         but isn't any longer.
19616         (vc-find-file-hook): Likewise.
19618 2002-02-21  Martin Lorentzson  <Martin.Lorentzson@telia.com>
19620         * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
19621         (vc-cvs-sticky-tag-display): New variable.
19622         (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
19623         (vc-cvs-checkin): If the input revision is a valid symbolic tag
19624         name, we create it as a branch, commit and switch to it.
19625         (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
19626         (vc-cvs-valid-symbolic-tag-name-p): New function.
19627         (vc-cvs-parse-sticky-tag): New function.
19628         (vc-cvs-parse-entry): Add parsing of sticky tags.
19630 2002-02-21  Per Abrahamsen  <abraham@dina.kvl.dk>
19632         * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
19633         nil, and then explicitly set the standard-value to t.
19635 2002-02-20  Sam Steingold  <sds@gnu.org>
19637         * textmodes/flyspell.el (flyspell-mode): Autoload the variable
19638         since it is used in the menu bar.
19640 2002-02-20  Richard M. Stallman  <rms@gnu.org>
19642         * simple.el (shell-command-on-region): Display the exit status
19643         when a command fails.
19645         * subr.el (add-hook): Doc fix.
19647         * frame.el (other-frame): Doc fix.
19649         * simple.el (yank): Clear `field' property.
19651 2002-02-20  Tom Tromey  <tromey@cachet>
19653         * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
19654         natural paragraph boundaries.  Don't fail at beginning of buffer.
19656 2002-02-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19658         * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
19659         call the argument "arg" to match plain next-line and
19660         previous-line.  From Kevin Ryde <user42@zip.com.au>.
19662 2002-02-19  Sam Steingold  <sds@gnu.org>
19664         * mwheel.el (mouse-wheel-scroll-amount): Can specify different
19665         scroll amounts for different modifiers now.
19666         (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
19667         format properly.
19668         (mouse-wheel-mode): Ditto.
19670 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
19672         * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
19673         around function body.
19675         * net/browse-url.el (browse-url-maybe-new-window): Reverse the
19676         sense of the comparison, to match the doc strings of functions
19677         that use this macro.
19679 2002-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
19681         * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
19683         * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
19684         * menu-bar.el (menu-bar-mode): Ditto.
19686 2002-02-18  Andreas Schwab  <schwab@suse.de>
19688         * replace.el (query-replace-regexp-eval): Doc fix.
19690 2002-02-18  Colin Walters  <walters@verbum.org>
19692         * calc/calcalg2.el (math-solve-get-int): Convert return value from
19693         `math-get-from-counter' to a string before calling `concat' on it.
19695         * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
19696         (calc-public-autoloads): Obsolete; remove.
19697         (calc-private-autoloads): Ditto.
19698         (calc-add-autoloads): Ditto.
19700         * calc/calc-macs.el (calc-with-default-simplification): Use &rest
19701         for body.
19703 2002-02-17  Jason Rumney  <jasonr@gnu.org>
19705         * w32-win.el (x-option-alist, x-long-option-alist)
19706         (x-switch-definitions): Remove, use command-line-x-option-alist
19707         instead to be consistent with X.
19708         (x-handle-initial-switch): New function.
19710 2002-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
19712         * faces.el (mode-line-inactive, header-line): Add the :inherit
19713         attribute for the tty case.
19715 2002-02-17  stanislav shalunov  <shalunov@internet2.edu>
19717         * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
19718         invoked from Rmail with full headers displayed.
19720 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
19722         * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
19723         when repeated.
19724         * textmodes/paragraphs.el (mark-paragraph): Ditto.
19726 2002-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
19728         * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
19729         (menu-bar-tools-menu): Removed speedbar.
19731         * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
19732         and `flyspell-mode' entries.
19734         * textmodes/flyspell.el (flyspell): Add to ispell group.
19736 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
19738         * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
19739         repeated.
19740         (mark-defun): Mark more if repeated.
19742 2002-02-17  Colin Walters  <walters@verbum.org>
19744         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
19746         * ibuffer.el (ibuffer-truncate-lines): New option.
19747         (ibuffer-mode): Use it.
19749 2002-02-17  Kim F. Storm  <storm@cua.dk>
19751         * cus-start.el: Add mouse-highlight.
19753 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
19755         * Makefile.in (DONTCOMPILE): Remove cus-start.el.
19757         * cus-start.el: Add automatic-hscroll-margin and
19758         automatic-hscroll-step.
19760 2002-02-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19762         * cus-start.el (x-autoselect-window): Allow customization.
19764         * eshell/em-alias.el (eshell-alias-initialize): Do not use
19765         make-local-hook.
19767         * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
19769         * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
19771         * eshell/em-glob.el (eshell-glob-initialize): Likewise.
19773         * eshell/em-hist.el (eshell-hist-initialize): Likewise.
19775         * eshell/em-pred.el (eshell-pred-initialize): Likewise.
19777         * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
19779         * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
19781         * eshell/em-smart.el (eshell-smart-initialize): Likewise.
19783         * eshell/em-unix.el (eshell-unix-initialize): Likewise.
19785         * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
19787         * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
19789         * eshell/esh-io.el (eshell-io-initialize): Likewise.
19791         * eshell/esh-mode.el (eshell-mode): Likewise.
19793         * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
19795         * eshell/esh-var.el (eshell-var-initialize): Likewise.
19797         * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
19799         * progmodes/idlwave.el (idlwave-mode): Likewise.
19801         * textmodes/reftex-sel.el (reftex-select-label-mode)
19802         (reftex-select-bib-mode): Likewise.
19804 2002-02-16  John Wiegley  <johnw@gnu.org>
19806         * eshell/em-hist.el (eshell-hist-initialize): When in the
19807         minibuffer, use the global value of `eshell-history-ring', and
19808         never save it to disk, or ask to save it to disk.  This allows
19809         users of session.el to control whether its global state should be
19810         persisted or not.
19811         (eshell-add-command-to-history): Don't write Eshell's history out
19812         to disk, let the governing mode control that upon exit.
19814 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
19816         * eshell/eshell.el (eshell-command): Before reading from the
19817         minibuffer, add eshell-add-command-to-history to
19818         minibuffer-exit-hook, and remove it after read-from-minibuffer
19819         returns.
19821         * eshell/em-hist.el (eshell-add-input-to-history): New function,
19822         with most of the code from eshell-add-to-history.
19823         (eshell-add-command-to-history): New function, to record in
19824         eshell-history the commands run via eshell-command.
19825         (eshell-add-to-history): Call eshell-add-command-to-history to do
19826         most of the work.
19828 2002-02-16  John Wiegley  <johnw@gnu.org>
19830         * eshell/esh-ext.el (eshell-external-command): Added a fix for
19831         XEmacs' new dired.el, which adds a global entry in the
19832         `file-name-handler-alist'.
19834 2002-02-16  John Wiegley  <johnw@gnu.org>
19836         * align.el (align-region): Added a missing name argument.
19838 2002-02-16  John Wiegley  <johnw@gnu.org>
19840         * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
19841         after the #! of a shell interpretor specification.
19843 2002-02-15  Richard M. Stallman  <rms@gnu.org>
19845         * help.el (describe-key-briefly): Make output in INSERT case
19846         look just like what is displayed in the normal case.
19848 2002-02-15  Andreas Schwab  <schwab@suse.de>
19850         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
19851         Require non-letter after specials.
19853 2002-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
19855         * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
19857 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
19859         * simple.el (mark-word): Mark more if repeated.
19860         * textmodes/paragraphs.el (mark-paragraph): Ditto.
19861         (mark-end-of-sentence): Ditto.
19863 2002-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
19865         * wid-edit.el (widgetp): Made it more robust.
19867 2002-02-14  Per Abrahamsen  <abraham@dina.kvl.dk>
19869         * facemenu.el (describe-text-done): New function.
19870         (describe-text-mode-map): New variable.
19871         (describe-text-mode-hook): New option.
19872         (describe-text-mode): New function.
19873         (describe-text-widget): New function.
19874         (describe-text-sexp): New function.
19875         (describe-text-properties): New function.
19876         (describe-text-category): New command.
19877         (describe-text-at): New command.
19878         (facemenu-menu): Replace `list-text-properties-at' with
19879         `describe-text-at' in the menu.
19881         * wid-edit.el (widgetp): New function.
19882         * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
19884         * emacs-lisp/pp.el (pp-to-string): Autoloaded.
19886         * wid-browse.el: Removed version and x-url keywords.
19888 2002-02-13  Kim F. Storm  <storm@cua.dk>
19890         * cus-start.el (mode-line-in-non-selected-windows):
19891         Allow customization.
19893 2002-02-13  Richard M. Stallman  <rms@gnu.org>
19895         * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
19896         Tell bibtex-parse-keys to output no progress messages.
19898 2002-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
19900         * progmodes/pascal.el (pascal-imenu-generic-expression):
19901         Add menu-title and fix parentheses.
19903 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
19905         * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
19906         (menu-bar-options-menu): Don't set default value for `truncate-lines'.
19908 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
19910         * menu-bar.el (menu-bar-options-save): Only save
19911         `current-language-environment' and `default-input-method' when
19912         marked as customized.
19914         * international/mule-cmds.el
19915         (setup-specified-language-environment):
19916         Mark `current-language-environment' as customized.
19917         (set-input-method): Mark `default-input-method' as customized when
19918         called interactively.
19919         (toggle-input-method): Ditto.
19921 2002-02-11  Colin Walters  <walters@verbum.org>
19923         * ibuffer.el (ibuffer-switch-format): Supply required argument for
19924         `ibuffer-current-formats'.
19926 2002-02-11  Miles Bader  <miles@gnu.org>
19928         * faces.el (mode-line-inactive): Add dark-background variant.
19930 2002-02-11  Per Abrahamsen  <abraham@dina.kvl.dk>
19932         * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
19933         * menu-bar.el (menu-bar-mode): Ditto.
19934         * cus-edit.el (customize-mark-to-save): Always save variables
19935         without a standard value.
19937         * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
19938         (menu-bar-options-save): Ditto.
19939         (menu-bar-showhide-menu): Ditto.
19940         (menu-bar-options-menu): Ditto.
19941         (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
19942         (menu-bar-scroll-bar-none): Remove.
19943         (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
19944         expressions instead.
19946         * cus-edit.el (customize-set-value): Return value.
19947         (customize-set-variable): Ditto.
19948         (customize-save-variable): Ditto.
19949         (customize-set-variable): Load dependencies before setting value.
19950         (custom-load-symbol): Autoload it.
19951         (customize-mark-as-set): New function.
19953 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
19955         * cus-start.el: Don't warn about "x-*" symbols when building a
19956         non-GUI version.
19958 2002-02-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19960         * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
19961         Doc fix.
19962         (strokes-help): Do not use doubled with-output-to-temp-buffer.
19963         Fix the help string.
19964         (strokes-prompt-user-save-strokes): Fix typo.
19965         (strokes-list-strokes): Use proper exit-action argument for
19966         view-buffer.  Update copyright notice.
19968         * international/mule-diag.el: Various doc and message fixes.
19969         (non-iso-charset-alist): Add mac-roman.  Don't add entries for
19970         codepages already present.
19971         (list-block-of-chars): Display space for null entries in
19972         translation table.  Display tab specially.
19973         (list-non-iso-charset-chars): Check for null charsets.  Use pop
19974         for clarity.  Don't break 8-bit sets into sections between ranges.
19975         (list-charset-chars): Avoid indent-tabs-mode.
19976         (describe-char-after): Maybe use the text property for syntax
19977         table information.  Maybe report char-code-property-table info.
19978         Maybe report character's unicode.  Tweak printing of list info.
19979         (list-input-methods): Add xref buttons.
19980         (dump-charsets, dump-codings): Deleted (obsolete).
19981         From Dave Love <fx@gnu.org>.
19983 2002-02-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
19985         * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
19987 2002-02-10  Michael Kifer  <kifer@cs.stonybrook.edu>
19989         * viper-util.el (viper-read-key-sequence): Fix so it'll read
19990         fast key sequences in emacs native mode
19991         (viper-events-to-keys): Delete.
19993         * viper.el (describe-key, describe-key-briefly): Get rid of
19994         viper-events-to-keys.
19996         * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
19998         * ediff-wind.el (ediff-setup-control-frame):
19999         Use ediff-has-gutter-support.
20001         * ediff-util.el (ediff-dispose-of-variant-according-to-user):
20002         check if buff is alive.
20004         * ediff.el: Typo in comment.
20006 2002-02-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20008         * menu-bar.el (menu-bar-options-save): Take care of
20009         line-number-mode and column-number-mode variables.
20010         (menu-bar-showhide-menu): New menu-items "Show Line Number" and
20011         "Show Column Number" in "Show/Hide" menu.
20013 2002-02-09  Richard M. Stallman  <rms@gnu.org>
20015         * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
20017 2002-02-09  Kim F. Storm  <storm@cua.dk>
20019         * faces.el (mode-line-inactive): New face for mode-line for
20020         non-selected windows.
20021         (mode-line): Doc fix: Only used for selected window.
20023 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
20025         * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
20026         name to "Insert Diary Entry".
20028 2002-02-08  Stefan Monnier  <monnier@cs.yale.edu>
20030         * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
20031         (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
20033 2002-02-08  Richard M. Stallman  <rms@gnu.org>
20035         * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
20037 2002-02-08  Andreas Schwab  <schwab@suse.de>
20039         * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
20040         of point-min.
20042 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
20044         * net/ange-ftp.el (ange-ftp-process-handle-line)
20045         (ange-ftp-set-xfer-size): If the file's size is a float, divide
20046         by 1024 instead of using ash.
20048         * international/mule-cmds.el (select-safe-coding-system):
20049         State the buffer's name in the message popped in the *Warning* buffer,
20050         and make sure the offending buffer is displayed.
20052 2002-02-07  Markus Rost  <rost@math.ohio-state.edu>
20054         * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
20056 2002-02-07  Richard M. Stallman  <rms@gnu.org>
20058         * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
20060         * register.el (list-registers): New command.
20061         (describe-register-1): New subroutine, taken out of view-register.
20063         * emacs-lisp/copyright.el (copyright-regexp):
20064         Delete the unibyte copyright symbol; it's redundant.
20065         Fix a spazz in the multibyte encoding here.
20067 2002-02-07  Dave Love  <fx@gnu.org>
20069         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
20070         (cyrillic-encode-alternativnyj-char): Get translation tables from
20071         symbol properties, not as variables.
20072         (standard-display-cyrillic-translit): Include unicodes.
20074 2002-02-06  Kim F. Storm  <storm@cua.dk>
20076         * help.el (where-is): Report remapped commands.
20078         * help-fns.el (describe-function-1): Ditto.
20080         * subr.el (global-set-key, local-set-key): Accept a symbol for the
20081         KEY argument (like define-key).
20083 2002-02-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20085         * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
20087 2002-02-06  Richard M. Stallman  <rms@gnu.org>
20089         * mail/mailabbrev.el: Require sendmail only at compile time.
20090         (mail-mode-header-syntax-table): Var deleted.
20091         (mail-abbrev-syntax-table): Init to nil, will compute when needed.
20092         (sendmail-pre-abbrev-expand-hook): Only temporarily change
20093         local-abbrev-table and the syntax table.
20094         Compute mail-abbrev-syntax-table if that has not been done.
20096         * progmodes/compile.el (grep-compute-defaults): Definition moved up.
20098         * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
20099         (debugger-frame-number): Figure out the offset directly.
20100         (debugger-setup-buffer): Don't use debugger-frame-offset.
20101         (debugger-frame, debugger-frame-clear): Likewise.
20102         (debugger-jump): Don't alter debugger-frame-offset.
20104         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
20105         Replace foo-p as var name with foo-flag, not foo-p-flag.
20107         * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
20108         (highlight-changes-passive-string): Default to -Chg.
20109         (highlight-changes-global-modes): Doc fix.
20111         * dired.el (dired-get-filename): Add /: when appropriate
20112         to avoid taking a local name as remote.
20114         * files.el (file-name-non-special): Add special handling for
20115         file-name-sans-versions, file-name-completion, and
20116         file-name-all-completions.
20118         * isearch.el (isearch-update): Don't update display in kbd macro.
20119         (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
20121         * subr.el (force-mode-line-update): Doc fix.
20123         * subr.el (atomic-change-group, prepare-change-group)
20124         (activate-change-group, accept-change-group, cancel-change-group):
20125         New functions.
20127         * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
20128         (transpose-subr-1): Use atomic-change-group.
20130         * subr.el (add-minor-mode): Include the mode's lighter string
20131         in the minor mode menu item name.
20133         * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
20134         rmail-count-screen-lines starting from (point-min).
20136         * startup.el (use-fancy-splash-screens-p): Need 19 lines,
20137         beyond the image height, to use the fancy splash screen.
20139         * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
20140         (text-mode): Set text-mode-variant here.
20142 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
20144         * play/pong.el (pong-height): Don't use height that exceeds the
20145         frame height.
20146         (pong-border-options): Make the border colors slightly more bright.
20148         * play/gamegrid.el (gamegrid-display-type): Treat any
20149         color-capable display as color-x, if display-color-p is fboundp.
20150         (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
20151         (gamegrid-make-color-tty-face): Use the value of color, not the
20152         symbol itself.  Don't call gamegrid-color.
20154 2002-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
20156         * gud.el (gud-refresh): Call recenter only after we are sure we
20157         are in the right window.
20159 2002-02-05  Per Abrahamsen  <abraham@dina.kvl.dk>
20161         * cus-edit.el (customize-mark-to-save): New function.
20162         * menu-bar.el (menu-bar-options-save): Rewrote.
20164 2002-02-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20166         * cus-start.el (x-use-underline-position-properties):
20167         Allow customization.
20169 2002-02-04  Simon Josefsson  <jas@extundo.com>
20171         * dired.el (dired-load-hook, dired-mode-hook)
20172         (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
20174 2002-02-03  Colin Walters  <walters@verbum.org>
20176         * ibuf-ext.el (ibuffer-filter-format-alist)
20177         (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
20178         New variables.
20179         * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
20180         is now the Emacs CVS tree.
20181         (ibuffer-formats): Doc fix.
20182         (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
20183         (ibuffer-current-format): Use them.
20184         (ibuffer-recompile-formats, ibuffer-check-formats)
20185         (ibuffer-switch-format, ibuffer-update-title):
20186         Add support for ibuffer-filter-format-alist.
20187         (define-ibuffer-column process): Remove unncessary consing.
20189         * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
20190         for a summary column.
20192 2002-02-03  Andreas Schwab  <schwab@suse.de>
20194         * window.el (save-selected-window): Move macro before first use.
20195         (balance-windows): Fix misplaced parenthesis.
20197 2002-02-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20199         * calculator.el (calculator-displayers): Doc fixes.
20201 2002-02-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20203         * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
20204         (menu-bar-options-save): Save also the value of `display-time-mode'.
20205         (showhide-date-time): New function.
20206         (menu-bar-showhide-menu): New menu-item "Date and time".
20208 2002-02-03  Eli Zaretskii  <eliz@is.elta.co.il>
20210         * mail/rmail.el (rmail): Use find-buffer-visiting instead of
20211         get-file-buffer to check for rmail buffer existence.
20213         * term.el (term-emulate-terminal): Extract proper command string
20214         which is supplied to term-command-hook.
20216 2002-02-03  Richard M. Stallman  <rms@gnu.org>
20218         * international/quail.el (quail-help): Don't call help-setup-xref.
20220         * international/mule-cmds.el (describe-input-method):
20221         Call help-setup-xref here.
20222         (describe-current-input-method): Doc fix.
20224         * novice.el (disabled-command-hook): Clarify output text.
20225         Indent the paragraph from the command's doc string.
20227         * dabbrev.el (dabbrev--goto-start-of-abbrev):
20228         Exit loop on beginning of field rather than bobp.
20230 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
20232         * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
20233         the message text into the *mail* buffer, and restore the pruned
20234         state after that.
20236         * mail/rmail.el (rmail-redecode-body): Prune the headers before
20237         looking for X-Coding-System header, and restore the pruned state
20238         before returning.
20240 2002-02-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20242         * cus-edit.el (customize-save-variable): Fix typo in prompt.
20244         These changes integrate new version of flyspell.el from its
20245         maintainer, Manuel Serrano:
20247         * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
20248         (flyspell-mode-on, flyspell-notify-misspell)
20249         (flyspell-small-region, flyspell-external-point-words)
20250         (flyspell-large-region): Use it
20251         (flyspell-before-incorrect-word-string)
20252         (flyspell-after-incorrect-word-string): New user options.
20253         (make-flyspell-overlay): Use them.
20254         (flyspell-version): New function.
20255         (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
20256         definitions to use :weight.
20257         (flyspell-insert-function): New user option.
20258         (flyspell-auto-correct-word, flyspell-correct-word)
20259         (flyspell-xemacs-correct): Use it.
20260         (flyspell-define-abbrev): New function.
20261         (flyspell-auto-correct-word, flyspell-correct-word)
20262         (flyspell-xemacs-correct): Use it.
20263         (make-flyspell-overlay): Use `evaporate' property.
20264         (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
20265         (flyspell-emacs-popup): Use `session' instead of `accept'.
20266         (flyspell-auto-correct-previous-pos): New variable.
20267         (flyspell-auto-correct-previous-hook)
20268         (flyspell-auto-correct-previous-word): New functions.
20270 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
20272         * novice.el (enable-command): If Emacs was invoked as "emacs -q",
20273         don't alter the user's ~/.emacs.
20274         (disable-command): If user-init-file is nil or does not exist,
20275         default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
20276         But don't alter the init file if Emacs was invoked as "emacs -q"
20278 2002-02-01  Stefan Monnier  <monnier@cs.yale.edu>
20280         * mail/sendmail.el (mail-mode): Undo half of last change.
20282         * indent.el (indent-for-tab-command): Remove spurious code.
20284         * hi-lock.el (hi-lock-find-patterns): Save restriction.
20286 2002-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
20288         * calendar/time-date.el: Moved from lisp/gnus.
20290         * calendar/parse-time.el: Ditto.
20292 2002-01-31  Richard M. Stallman  <rms@gnu.org>
20294         * international/iso-acc.el (iso-languages): Fix ", " in French.
20296         * cus-start.el (history-length): Specify customization for it.
20298         * emacs-lisp/debug.el (debugger-setup-buffer):
20299         When an eval-buffer frame was reading from a buffer,
20300         insert indication of the buffer position.
20301         (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
20302         (debugger-frame-clear, debugger-frame): Error on non-frame line.
20304         * simple.el (shell-command-on-region): Err if no mark
20305         before reading the command string.
20307         * hl-line.el (hl-line-highlight, hl-line-unhighlight):
20308         Definitions moved down after hl-line-mode var's definition.
20310         * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
20311         (hilit-chg-set-face-on-change): Rename arg.
20312         (hilit-chg-make-ov): Detect error earlier.
20314         * ediff-hook.el: Delete autoload cookies.
20316         * comint.el (comint-scroll-show-maximum-output): Default is t.
20318         * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
20319         (batch-byte-compile-if-not-done): New function.
20321         * Makefile.in (compile): New target.
20322         (compile-always): Renamed from compile-files.
20323         (compile-after-backup): Renamed from compile.
20324         (bootstrap): Depend on compile-always, not compile-files.
20326         * emulation/pc-select.el (pc-select-save-and-set-mode):
20327         Properly use MODE-VAR.
20329 2002-01-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20331         * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
20332         Version" to "About Emacs".
20333         (menu-bar-options-save): Add `default-frame-alist'
20334         to saved variables.
20335         (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
20336         of the variable `scroll-bar-mode'.
20338         * startup.el (normal-splash-screen, display-splash-screen):
20339         New functions (separated from command-line-1).
20340         (command-line-1): Use them.
20342 2002-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
20344         * calendar/calendar.el (generate-calendar-month): Doc fix.
20346 2002-01-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20348         * time.el (display-time-mail-directory): New option.
20349         (display-time-mail-function): Update doc-string.
20350         (display-time-mail-icon): Use XPM image when available.
20351         (display-time-string-forms): Use more descriptive text as
20352         help-echo property.
20353         (display-time-mail-check-directory): New function.
20354         (display-time-update): Use it.
20356         * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
20357         Quote `window-system'.
20359         * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
20360         Add Keywords header.  Update Commentary section.
20361         Update copyright notice.
20363         * menu-bar.el (menu-bar-scroll-bar-right)
20364         (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
20365         (showhide-menu-bar): New functions.
20366         (menu-bar-showhide-menu): New submenu "Show/Hide".
20367         (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
20368         "Show/Hide".
20369         Update copyright notice.
20371 2002-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
20373         * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
20375 2002-01-26  Evgeny Roubinchtein  <evgenyr@cs.washington.edu>
20377         * pc-select.el (pc-selection-mode-hook)
20378         (pc-select-saved-settings-alist, pc-select-map)
20379         (pc-select-saved-global-map, pc-select-key-bindings-alist)
20380         (pc-select-default-key-bindings, pc-select-extra-key-bindings)
20381         (pc-select-meta-moves-sexps-key-bindings)
20382         (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
20383         New variables.
20384         (pc-select-define-keys, pc-select-restore-keys): New functions.
20385         (pc-select-add-to-alist, pc-select-save-and-set-var)
20386         (pc-select-save-and-set-mode, pc-select-restore-var)
20387         (pc-select-restore-mode): New macros.
20388         (pc-selection-mode): Completely rewrote the body of the function;
20389         the main goal was to make pc-selection-mode "turn-off"-able, like
20390         other minor modes.  Use define-minore-mode instead of just a
20391         defun.  Store the key bindings into four alists:
20392         pc-select-default-key-bindings, pc-select-extra-key-bindings,
20393         pc-select-meta-moves-sexps-key-bindings, and
20394         pc-select-tty-key-bindings; then have the pc-select-define-keys
20395         function walk those alists instead of calling define-key
20396         repeatedly.  When the mode is turned on, set the
20397         keybindings in global-map and remember the old keybindings; when
20398         the mode is turned off, restore the previously-saved keybindings.
20399         (pc-selection-mode defcustom): Reflect the fact that the mode is
20400         now "turn-off"-able.
20402 2002-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
20404         * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
20405         returns t, don't treat that as an error.
20407 2002-01-25  Jason Rumney  <jasonr@gnu.org>
20409         * faces.el (face-font-registry-alternatives) [windows-nt]:
20410         Add ms-oemlatin as an alternative for iso8859-1.
20412 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
20414         * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
20415         args and the absence of an entry.  Don't add -f each time.
20417 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
20419         * emacs-lisp/cl-seq.el (mismatch): Doc fix.
20421         Support for more than 8 colors on character terminals:
20423         * term/rxvt.el: New file.
20425         * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
20427         * term/xterm.el (xterm-standard-colors): New variable.
20428         (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
20429         (xterm-rxvt-set-background-mode): New functions.
20430         (toplevel): Call xterm-register-default-colors,
20431         xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
20432         Add support for more keys from xterm's terminfo entry.
20434         * facemenu.el (list-colors-display): If the argument is nil, don't
20435         show more colors that the number returned by display-color-cells.
20437         * term/pc-win.el (msdos-color-values): Reverse the order of the
20438         colors, since tty-color-define now preserves the registration order.
20440         * w32-fns.el (w32-tty-standard-colors): Reverse the order.
20442         * term/tty-colors.el (tty-standard-colors): Reverse the order.
20443         (tty-register-default-colors): New function; code moved from
20444         startup.el's command-line.
20445         (tty-modify-color-alist): Use nconc instead of cons, to preserve
20446         the order the colors where registered.
20448         * frame.el (display-color-cells): Use tty-display-color-cells.
20450         * startup.el (command-line): Call tty-register-default-colors.
20452 2002-01-25  Richard M. Stallman  <rms@gnu.org>
20454         * subr.el (remove): Doc fix.
20456 2002-01-24  Richard M. Stallman  <rms@gnu.org>
20458         * progmodes/compile.el (compilation-handle-exit):
20459         Add a compilation-handle-exit property to the "finished" message.
20460         (compilation-parse-errors): Stop parsing when that property is seen.
20462         * subr.el (substring-no-properties): New function.
20463         (copy-without-properties): Function deleted.
20465         * term/x-win.el (x-handle-geometry): Put sizes on both
20466         initial-frame-alist and default-frame-alist.
20468         * cus-edit.el (custom-save-all): Bind file-precious-flag to t
20469         for saving .emacs.
20471         * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
20473         * calendar/calendar.el (generate-calendar-month): Doc fix.
20475 2002-01-23  Richard M. Stallman  <rms@gnu.org>
20477         * play/tetris.el (tetris): New defgroup.
20478         (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
20479         (tetris-default-tick-period): Convert to defcustom.
20480         Added * in docstring to indicate user variable.
20481         (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
20482         (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
20483         (tetris-buffer-height, tetris-width, tetris-height)
20484         (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
20486 2002-01-22  Stefan Monnier  <monnier@cs.yale.edu>
20488         * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
20489         and is already matched by adaptive-fill-regexp.
20491 2002-01-22  Richard M. Stallman  <rms@gnu.org>
20493         * bindings.el (mode-line-copied-mode-name): New variable.
20494         (mode-line-mode-name): Don't modify mode-name itself!
20495         Instead, make a copy and reuse it.
20497         * subr.el (copy-without-properties): New function.
20499         * progmodes/sh-script.el (sh-set-shell): Doc fix.
20501         * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
20502         slash if DIR is just slash.
20504         * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
20506 2002-01-21  Richard M. Stallman  <rms@gnu.org>
20508         * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
20510         * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
20511         Move defvar up.
20513         * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
20515         * ibuffer.el: Don't require ibuf-ext at load time.
20516         (ibuffer): Require ibuf-ext here.
20518 2002-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
20520         * generic-x.el (apache-conf-generic-mode): Highlight the first
20521         word in a line even if preceded by blanks.
20523 2002-01-21  Richard M. Stallman  <rms@gnu.org>
20525         * window.el (window-body-height): Handle minibuffer window specially.
20526         Otherwise, don't return less than 1.
20528 2002-01-20  Thomas Dorner  <Thomas.Dorner@start.de>
20530         * ange-ftp.el: Added support for BS2000, and for raw ftp
20531         login commands (needed in some circumstances).
20532         (ange-ftp-raw-login): New custom var.
20533         (ange-ftp-normal-login): Perform login with raw ftp commands, if
20534         ange-ftp-raw-login is set and account password is needed.
20535         (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
20536         (ange-ftp-bs2000-filename-pubset-regexp)
20537         (ange-ftp-bs2000-filename-username-regexp)
20538         (ange-ftp-bs2000-filename-prefix-regexp)
20539         (ange-ftp-bs2000-name-template): New consts.
20540         (ange-ftp-bs2000-short-filename-regexp)
20541         (ange-ftp-bs2000-fix-name-regexp-reverse)
20542         (ange-ftp-bs2000-fix-name-regexp): New consts.
20543         (ange-ftp-bs2000-special-prefix): New custom var.
20544         (ange-ftp-fix-name-for-bs2000)
20545         (ange-ftp-fix-dir-name-for-bs2000): New funs.
20546         (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
20547         (ange-ftp-bs2000-posix-hook-installed): New vars.
20548         (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
20549         (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
20550         (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
20551         (ange-ftp-bs2000-filename-regexp): New const.
20552         (ange-ftp-bs2000-additional-pubsets): New custom var.
20553         (ange-ftp-bs2000-cd-to-posix): New fun.
20555 2002-01-20  Colin Walters  <walters@verbum.org>
20557         * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
20558         with `byte-compile-dynamic'.
20559         (ibuffer-default-directory, toplevel): Doc files.
20561 2002-01-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20563         * tempo.el (tempo-define-template): Doc fix.
20565         * scroll-bar.el (scroll-bar-mode): Make argument optional.
20567 2002-01-20  Jason Rumney  <jasonr@gnu.org>
20569         * w32-vars.el: New file.
20571         * loadup.el [windows-nt]: Load it.
20573         * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
20574         and make them defcustoms.
20576         * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
20578 2002-01-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20580         * language/tibet-util.el (tibetan-decompose-region)
20581         (tibetan-decompose-string): Fix typo in docstring.
20583         * ruler-mode.el (ruler-mode): New keyword.  Fix :version.
20585 2002-01-18  Richard M. Stallman  <rms@gnu.org>
20587         * comint.el (comint-redirect-send-command-to-process):
20588         Restore previous current buffer.
20590         * window.el (window-body-height): New function.
20592 2002-01-18  Zoltan Kemenczy  <kemenczy@rogers.com>
20594         * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
20595         "Finish Function" menu map entries for jdb mode.
20596         (gud-jdb-use-classpath): New customization variable.
20597         (gud-jdb-command-name): Add customization.
20598         (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
20599         (gud-jdb-classpath-string): New variable.
20600         (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
20601         (gud-jdb-build-source-files-list): Likewise.
20602         (gud-jdb-massage-args): Record any command argument classpath
20603         string in `gud-jdb-classpath-string'.
20604         (gud-jdb-lowest-stack-level): New function, finds bottom of current
20605         java call stack in jdb output.
20606         (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
20607         (gud-jdb-parse-classpath-string): New functions.
20608         (gud-jdb-marker-filter): Search/detect classpath information in
20609         jdb's output.  marker regexp updated to match oldjdb and jdb output
20610         formats.  Expand search for source files to include new/old methods
20611         using new functions above.  Do not allow `gud-marker-acc' to grow
20612         without bound.
20613         (jdb): Set classpath information (if available) as jdb is started.
20614         Change `gud-break' and `gud-remove'
20615         to use new %c ("class") escape in format strings.
20616         Add `gud-finish', `gud-up', `gud-down' command string functions, and
20617         add them to the local menu map.  Update `comint-prompt-regexp' for
20618         jdb and oldjdb.  If attaching to an already running java VM and
20619         configured to use classpath, send command to query for classpath,
20620         else use previous method for finding and parsing java
20621         sources.  Set `gud-jdb-find-source' function accordingly.
20622         (gud-mode): Doc fix.
20623         (gud-format-command): Add support for new %c ("class") escape.
20624         (gud-find-class): New function in support of %c escape.
20626 2002-01-17  Richard M. Stallman  <rms@gnu.org>
20628         * ibuf-ext.el: Enable byte-compile-dynamic.
20630 2002-01-17  Jason Rumney  <jasonr@gnu.org>
20632         * term/w32-win.el: Restore conditional require of fontset.
20634 2002-01-16  Richard M. Stallman  <rms@gnu.org>
20636         * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
20637         more or less.
20638         (mouse-drag-region): New function.  For a click in the echo area,
20639         show *Messages*.
20641         * ibuf-ext.el: Delete the autoloads for functions defined with
20642         ibuffer-specific commands.
20644         * help.el (describe-distribution): Really call view-file.
20646         * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
20647         (ange-ftp-get-process): Pass that arg.
20649         * comint.el (comint-simple-send): Fix previous change.
20651         * net/telnet.el (telnet-simple-send): Fix previous change.
20653         * progmodes/sql.el (sql-escape-newlines-and-send)
20654         (sql-query-placeholders-and-send): Fix previous change.
20656 2002-01-16  Colin Walters  <walters@verbum.org>
20658         * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
20659         URL, Compatibility headers.  Update copyright notice.
20660         * ibuf-macs.el (toplevel): Require `cl' when compiling.
20662 2002-01-16  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
20664         * startup.el (command-line): Set EOL mnemonics for the Mac.
20666 2002-01-16  Andreas Schwab  <schwab@suse.de>
20668         * mail/feedmail.el (feedmail): Fix :link spec.
20670 2002-01-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20672         * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
20673         2 ldapsearch.
20675         * net/eudc.el: New maintainer.  Change author's address.
20676         (eudc-pre-select-window-configuration, eudc-insertion-marker):
20677         Variables removed.
20678         (eudc-insert-selected): Function removed.
20679         (eudc-select): Reimplemented.
20680         (eudc-expand-inline): Delete the strings only after its expansion
20681         is chosen not before.
20683         * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
20684         Minor coding style fixes.
20686         * net/eudcb-ldap.el: New maintainer.  Change author's address.
20687         (eudc-attribute-display-method-alist): Display mail with
20688         eudc-display-mail.
20690         * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
20691         * net/eudc-vars.el: New maintainer.  Change author's address.
20693         * net/eudc-bob.el: New maintainer.  Change author's address.
20694         (eudc-bob-mail-keymap): New keymap for e-mail addresses.
20695         (eudc-display-mail): New function.
20696         (eudc-bob-play-sound-at-point): Remove XEmacs case.
20698 2002-01-15  Richard M. Stallman  <rms@gnu.org>
20700         * emacs-lisp/autoload.el (make-autoload):
20701         Don't handle define-ibuffer-column, define-ibuffer-filter,
20702         define-ibuffer-sorter, and define-ibuffer-op.
20704 2002-01-14  Richard M. Stallman  <rms@gnu.org>
20706         * calendar/calendar.el (diary-date-forms): Doc fix.
20708 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
20710         * startup.el (command-line): Register the default tty colors even
20711         if the terminal doesn't seem to support colors.
20712         <tty-long-option-alist>: New option --color.
20713         (tty-handle-args): Parse the --color arg.
20715         * term/tty-colors.el (tty-color-mode-alist): New variable.
20717 2002-01-14  Stefan Monnier  <monnier@cs.yale.edu>
20719         * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
20720         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
20721         Use it.
20722         (ange-ftp-hook-function): Preserve match-data.
20723         (ange-ftp-insert-directory): Typo.
20724         (ange-ftp-shell-command): Check if regexp matched.
20726 2002-01-13  Richard M. Stallman  <rms@gnu.org>
20728         * international/mule-cmds.el: help-map bindings moved to help.el.
20730         * help.el (view-echo-area-messages): New function.
20731         (help-map): Add `e' binding.  Delete obsolete `d' binding.
20732         Change old Info bindings C-f, C-k and C-i to F, K, S.
20733         Move view-emacs-FAQ from F to C-f.
20734         Move view-emacs-problems from P to C-e.
20735         Bindings moved here from mule-cmds.el.
20736         C-l binding for describe-language-environment deleted
20737         (help-for-help): Update for all these changes.
20739         * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
20741 2002-01-13  Dave Love  <fx@gnu.org>
20743         * emacs-lisp/copyright.el: Doc fixes.
20744         (copyright-regexp): Add Latin-9 copyright sign.
20745         Match comment delimiters in year lists.
20746         (copyright-current-year): Initialize to load-time year.
20748 2002-01-13  Andreas Schwab  <schwab@suse.de>
20750         * dired-aux.el (dired-do-shell-command): Doc fix.
20752 2002-01-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20754         * startup.el (command-line-x-option-alist): New options "-fs",
20755         "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
20757         * term/x-win.el (x-handle-initial-switch): New function.
20759 2002-01-13  Colin Walters  <walters@debian.org>
20761         * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
20762         define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
20764         * emacs-lisp/lisp-mode.el (toplevel): Ditto.
20766         * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
20768 2002-01-12  Richard M. Stallman  <rms@gnu.org>
20770         * net/browse-url.el (browse-url-grail):
20771         Use browse-url-maybe-new-window.
20773         * net/telnet.el (telnet-simple-send):
20774         Handle comint-input-sender-no-newline like comint-simple-send.
20776         * progmodes/sql.el (sql-query-placeholders-and-send):
20777         Handle comint-input-sender-no-newline like comint-simple-send.
20778         (sql-escape-newlines-and-send): Likewise.
20780         * comint.el (comint-input-sender): Doc fix.
20781         (comint-input-sender-no-newline): New variable.
20782         (comint-simple-send): If comint-input-sender-no-newline,
20783         don't output newline, but maybe send eof.
20784         (comint-send-input): New arg NO-NEWLINE.
20785         (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
20787 2002-01-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20789         * textmodes/flyspell.el (flyspell-check-pre-word-p):
20790         Prevent delaying when executing keyboard macros.
20792 2002-01-12  Richard M. Stallman  <rms@gnu.org>
20794         * simple.el (line-move): If we can't move enough lines,
20795         go to beginning or end of line.
20797         * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
20798         and proper window.
20800         * help.el (describe-mode): Call help-setup-xref in the help buffer.
20801         Switch buffers only after calling `help-buffer'.
20803         * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
20804         only when they are surrounded by whitespace.
20805         Use dired-mark-separator when adding one file name to a command.
20806         (dired-do-shell-command): Verify that * is surrounded by whitespace.
20807         Ask for confirmation if * or ? is not surrounded by whitespace.
20808         (dired-bunch-files): Re-reverse the partial file list when it is used.
20810 2002-01-12  Richard M. Stallman  <rms@gnu.org>
20812         * comint.el (comint-dynamic-list-completions): Repeating the command
20813         after displaying a completion list scrolls the list.
20815 2002-01-12  Eli Zaretskii  <eliz@is.elta.co.il>
20817         * files.el (find-file-noselect): Don't consider a buffer as
20818         visiting a file literally if it is in hexl-mode.
20820         * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
20822 2002-01-11  Richard M. Stallman  <rms@gnu.org>
20824         * startup.el (initial-scratch-message): Fix custom type, add group.
20826         * mail/rmail.el (rmail-decode-babyl-format): Disable undo
20827         around the decode-coding-region call.
20829         * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
20830         after displaying a completion list scrolls the list.
20832 2002-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
20834         * version.el (emacs-version): Bump to 21.2.50.
20836 2002-01-10  Thien-Thi Nguyen  <ttn@giblet.glug.org>
20838         * play/zone.el (zone-timeout): New var.
20839         (zone-hiding-modeline): New macro.
20840         (zone-call): New func.
20842         (zone): Init `modeline-hidden-level' symbol property.
20843         Use `zone-call' instead of `funcall'.
20845         (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
20847         (zone-pgm-stress): Use `zone-hiding-modeline'.
20849         (zone-pgm-stress-destress): New zone program.
20851 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
20853         * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
20855 2002-01-09  Richard M. Stallman  <rms@gnu.org>
20857         * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
20859 2002-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
20861         * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
20862         flyspell-mouse-map.
20864 2002-01-08  Richard M. Stallman  <rms@gnu.org>
20866         * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
20868         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
20870         * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
20872 2002-01-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20874         * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
20875         Do not use make-local-hook.
20877 2002-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
20879         * international/quail.el (quail-start-translation)
20880         (quail-start-conversion): Bind last-command-event, last-command,
20881         and this-command in the first let.  This fixes the change from
20882         2000-08-30.
20884 2002-01-08  Michael Kifer  <kifer@cs.stonybrook.edu>
20886         * ediff-hook.el: Add an autoload cookie.
20888 2002-01-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
20890         * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
20891         address of the author.
20893 2002-01-08  Richard M. Stallman  <rms@gnu.org>
20895         * replace.el (occur-mode-goto-occurrence-other-window): New command.
20896         (occur-mode-map): Bind `o' to that.
20898 2002-01-07  Michael Kifer  <kifer@cs.stonybrook.edu>
20900         * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
20901         new macro that replaces viper-emacs-p and viper-xemacs-p in many
20902         cases. Used to reduce the number of warnings.
20904         * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
20905         (viper-standard-value): Move here from viper.el.
20906         (viper-set-unread-command-events): Move to viper-util.el
20907         (viper-check-minibuffer-overlay): Make sure
20908         viper-minibuffer-overlay is moved to cover the entire input field.
20910         * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
20911         (viper-read-key-sequence, viper-set-unread-command-events)
20912         (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
20914         * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
20916         * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
20918         * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
20920         * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
20921         (viper-event-vector-p): Move to viper-util.el
20923         * viper.el (viper-standard-value): Move to viper-cmd.el.
20924         Use viper-cond-compile-for-xemacs-or-emacs.
20926         * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
20928         * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
20930         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
20931         New macro designed to be used in many places where ediff-emacs-p or
20932         ediff-xemacs-p was previously used.  Reduces the number of warnings.
20933         Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
20934         of ediff-xemacs-p.
20935         (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
20936         (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
20937         (ediff-whitespace-diff-region-p, ediff-get-region-contents):
20938         Move to ediff-util.el.
20939         (ediff-event-key): Moved here.
20941         * ediff-merge.el: Got rid of unreferenced variables.
20943         * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
20945         * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
20946         (ediff-cleanup-mess): Improve the way windows are set up after
20947         quitting ediff.
20948         (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
20949         (ediff-dispose-of-variant-according-to-user): New function
20950         designed to be smarter and also understands indirect buffers.
20951         (ediff-highlight-diff-in-one-buffer)
20952         (ediff-unhighlight-diff-in-one-buffer)
20953         (ediff-unhighlight-diffs-totally-in-one-buffer)
20954         (ediff-highlight-diff, ediff-highlight-diff)
20955         (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
20956         (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
20957         (ediff-get-region-contents, ediff-make-current-diff-overlay):
20958         Moved here.
20959         (ediff-format-bindings-of): New function by Hannu Koivisto
20960         <azure@iki.fi>.
20961         (ediff-setup): Make sure the merge buffer is always widened and
20962         modifiable.
20963         (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
20964         result of a merge into a file visited by another buffer.
20965         (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
20966         is visited by another buffer and ask to save/delete that buffer.
20967         (ediff-verify-file-merge-buffer): New function to do the above.
20969         * ediff-vers.el: Load ediff-init.el at compile time.
20971         * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
20973         * ediff.el (ediff-windows, ediff-regions-wordwise)
20974         (ediff-regions-linewise): Use indirect buffers to improve
20975         robustness and make it possible to compare regions of the same
20976         buffer (even overlapping regions).
20977         (ediff-clone-buffer-for-region-comparison)
20978         (ediff-clone-buffer-for-window-comparison): New functions.
20979         (ediff-files-internal): Refuse to compare identical files.
20980         (ediff-regions-internal): Get rid of the warning about comparing
20981         regions of the same buffer.
20983         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
20984         Plus the following fixes courtesy of Dave Love: Doc fixes.
20985         (ediff-word-1): Use word class and move - to the
20986         front per regexp documentation.
20987         (ediff-wordify): Bind forward-word-function outside loop.
20988         (ediff-copy-to-buffer): Use insert-buffer-substring rather than
20989         consing buffer contents.
20990         (ediff-goto-word): Move syntax table setting outside loop.
20992 2002-01-07  Richard M. Stallman  <rms@gnu.org>
20994         * dired.el (dired-copy-filename-as-kill): Call kill-append
20995         if following a kill command.
20997         * help-fns.el (describe-variable, describe-function):
20998         Do save-excursion.
21000 2002-01-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21002         * net/ldap.el (ldap-search-internal): Skip error message from
21003         ldapsearch.  Allow listing attribute names only.  Do not open
21004         non-existent files.
21006         * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
21007         call non-existent function.
21009         * net/eudc.el (top-level): Revert previous change.
21011         * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
21012         variables to prevent warning from byte-compiler.
21014         * net/eudc.el (top-level): Use eudc-xemacs-p instead of
21015         string-match on emacs-version again.
21017         * enriched.el (enriched-make-annotation): Fix the change from
21018         2002-01-05.
21019         (enriched-handle-display-prop): Return proper values.
21021         * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
21022         Use proper attribute name labeledUri instead of deprecated labeledUrl.
21024 2002-01-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21026         * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
21027         editing an empty hotlist.
21029         * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
21030         Use buffer-string instead of buffer-substring for the whole buffer.
21032         * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
21033         not free.
21035         * net/eudc-bob.el (eudc-bob-can-display-inline-images)
21036         (eudc-bob-display-jpeg): Use fboundp instead of boundp.
21037         (eudc-bob-save-object): Make the buffer unibyte.
21038         (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
21039         object to external program.
21041 2002-01-05  Andre Spiegel  <spiegel@gnu.org>
21043         * vc.el (vc-branch-part): Return nil if there's no `.'
21044         (vc-default-previous-version): Renamed from vc-previous-version.
21045         New args BACKEND and FILE.  Return nil for revision numbers
21046         without a `.'
21047         (vc-version-diff): Call vc-BACKEND-previous-version.
21048         (vc-steal-lock): Steal lock before composing mail, so that no mail
21049         is sent when the stealing goes wrong.  And we'll actually see the
21050         error in that case now.
21051         (vc-finish-steal): Removed.
21053         * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
21054         the lock, so that we see expanded headers.
21055         (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
21056         (vc-rcs-minor-part, vc-rcs-previous-version): Removed.  These are
21057         available from vc.el.  Updated all callers.
21059 2002-01-05  Richard M. Stallman  <rms@gnu.org>
21061         * enriched.el (enriched-make-annotation): Doc fix.
21063         * format.el (format-replace-strings, format-subtract-regions)
21064         (format-annotate-region, format-annotate-location)
21065         (format-annotate-atomic-property-change)
21066         (format-annotate-single-property-change): Doc fixes.
21068 2002-01-05  Jason Rumney  <jasonr@gnu.org>
21070         * term/w32-win.el: Require fontset unconditionally.
21071         (w32-handle-scroll-bar-event): Remove.
21073 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21075         * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
21076         copyrights to be updated.
21078 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
21080         * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
21081         2001-10-24.
21083         * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
21085 2002-01-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21087         * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
21088         (ldap-ignore-attribute-codings): Change the default value to allow
21089         encoding/decoding of attributes.
21090         (ldap-coding-system): Use UTF-8 as the coding-system.  Doc fix.
21092 2002-01-03  Richard M. Stallman  <rms@gnu.org>
21094         * files.el (basic-save-buffer): Undo previous change.
21096         * calendar/diary-lib.el (diary-block): Doc fix.
21098         * custom.el (defcustom): Fix syntax of previous change.
21100 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
21102         * custom.el (defcustom): Documented :tag, :link and :load.
21104 2002-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
21106         * mail/sendmail.el (mail-recover-1): New function.
21107         (mail-recover): Switch to the *mail* buffer right away.
21108         Use buffer-auto-save-file-name instead of calling
21109         make-auto-save-file-name.  Call dired-noselect instead of invoking
21110         `ls' directly.  Bind coding-system-for-read to emacs-mule-unix
21111         before reading the auto-save file.  If the buffer's auto-save file
21112         does not exist, call mail-recover-1 to allow recovery from past
21113         auto-saved drafts.
21115 2002-01-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21117         * time.el (display-time-load-average-threshold): Fix defcustom
21118         (add type and group).
21120         * net/ange-ftp.el (ange-ftp-shell-command): Remove port
21121         specification from the hostname.
21123 2002-01-02  Richard M. Stallman  <rms@gnu.org>
21125         * facemenu.el (facemenu-active-faces):
21126         Use face-attributes-as-vector, not face-attributes-vector.
21128 2002-01-02  Chris Hanson  <cph@aarau.ai.mit.edu>
21130         * xscheme.el: Eleven years of updates on a private copy.
21132         Extensive changes to support multiple xscheme buffers:
21133         (run-scheme): Break up into new functions to facilitate starting
21134         processes in other buffers.
21135         (xscheme-start, xscheme-read-command-line): New functions.
21136         (start-scheme, select-scheme)
21137         (default-xscheme-runlight)
21138         (global-set-scheme-interaction-buffer)
21139         (local-set-scheme-interaction-buffer)
21140         (local-clear-scheme-interaction-buffer)
21141         (exit-scheme-interaction-mode)
21142         (verify-xscheme-buffer): New functions.
21143         (xscheme-process-name, xscheme-buffer-name)
21144         (xscheme-runlight): New internal vars.
21145         (default-xscheme-runlight): New const.
21146         (xscheme-start-process): Add args for the process/buffer names.
21147         (reset-scheme): Pass process/buffer names.
21148         (scheme-interaction-mode): Initialize new local vars.
21149         (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
21150         (xscheme-select-process-buffer, xscheme-process-buffer)
21151         (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
21152         (xscheme-goto-output-point, xscheme-write-message-1): Use new
21153         var xscheme-process-name.
21154         (xscheme-start-process): Initialize xscheme-process-name and
21155         xscheme-buffer-name in the process buffer.  Pass buffer name to
21156         xscheme-modeline-initialize.
21157         (xscheme-modeline-initialize): Add argument to specify buffer name
21158         for mode-line vars.
21159         (xscheme-process-sentinel): Make sure sentinel is run in the
21160         process buffer so it sees its local vars.
21161         (xscheme-process-filter-initialize, xscheme-set-runlight):
21162         More elaborate logic to handle multiple-buffer mode lines.
21164         (xscheme-enter-input-wait): Re-enable control-G handler upon
21165         entering input wait.
21167         (scheme-interaction-mode): Add arg to preserve local vars.
21168         (xscheme-enter-interaction-mode)
21169         (xscheme-enter-debugger-mode): Preserve local vars.
21170         (xscheme-start-process): Clobber local vars.
21172         (scheme-interaction-mode-commands): Allow end user to add commands
21173         to scheme-interaction-mode keymap.
21174         (scheme-interaction-mode-commands-alist): New variable.
21176         (xscheme-send-string): Don't use insert-before-markers.
21178         Implement a per-buffer kill ring:
21179         (xscheme-insert-expression)
21180         (xscheme-rotate-yank-pointer, xscheme-yank)
21181         (xscheme-yank-pop, xscheme-yank-push): New functions.
21182         (xscheme-expressions-ring)
21183         (xscheme-expressions-ring-yank-pointer)
21184         (xscheme-expressions-ring-max): New variables.
21185         (xscheme-send-string-1): Call xscheme-insert-expression to save
21186         expression in ring.
21187         (xscheme-yank-previous-send): Now an alias for xscheme-yank.
21188         (xscheme-previous-send): Deleted variable.
21190         (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
21191         (xscheme-send-control-g-interrupt): Use process-send-string rather
21192         than send-string.
21194         (xscheme-send-region): Insert a newline after an expression that
21195         is submitted in the interaction buffer, for consistency with
21196         recent changes to Edwin.
21198         (xscheme-delete-output): New function mimics comint-delete-output.
21199         (xscheme-last-input-end): New internal variable.
21200         (xscheme-process-filter-output): Update xscheme-last-input-end.
21202         (xscheme-send-control-g-interrupt): Make sure that
21203         xscheme-control-g-disabled-p is looked up in the right buffer.
21205         (xscheme-enable-control-g): Clear C-g message if visible.
21206         (xscheme-control-g-message-string): New internal var.
21207         (xscheme-send-control-g-interrupt): Use new var.
21209         (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
21210         Delay after sending interrupt in order to work around race condition.
21212         (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
21213         (xscheme-send-char): Use xscheme-send-char rather than send-string
21214         to send single char.
21216         (xscheme-process-filter, xscheme-process-filter-alist):
21217         Add support for evaluating expressions outside of the call-excursion.
21218         (xscheme-process-filter:string-action-noexcursion): New func.
21220         (xscheme-write-value): Change output string to match that used by
21221         Edwin.
21223         (xscheme-coerce-prompt): Don't write a space after a command
21224         prompt.  The PROMPT-FOR-COMMAND- procedures will take care of this
21225         for us.
21227         (reset-scheme): Delete process after killing it.
21229 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
21231         * bindings.el (function-key-map): Don't bind shifted keypad
21232         numeric keys.
21234 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21236         * enriched.el (enriched-handle-display-prop): Remove unused variables.
21237         (enriched-mode): Doc fix.
21239 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
21241         * international/ucs-tables.el (ucs-8859-8-alist): Comment away
21242         Hebrew points.
21244 2002-01-01  Richard M. Stallman  <rms@gnu.org>
21246         * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
21248 2001-12-31  Richard M. Stallman  <rms@gnu.org>
21250         * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
21251         * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
21252         * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
21253         * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
21254         * progmodes/cperl-mode.el, progmodes/idlwave.el:
21255         * progmodes/sh-script.el, progmodes/vhdl-mode.el:
21256         Adapt face definitions to use :weight and :slant.
21258         * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
21260         * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
21262         * font-lock.el (initializing from font-lock-face-attributes):
21263         Use :weight and :slant, not :bold and :italic.
21265 2001-12-31  Per Abrahamsen  <abraham@dina.kvl.dk>
21267         * cus-edit.el (custom-face-edit-fix-value): New function.
21268         (custom-face-edit): Use it, to convert :italic and :bold to new forms.
21270 2001-12-30  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21272         * progmodes/octave-mod.el (octave-abbrev-table):
21273         * progmodes/idlwave.el (idlwave-mode-abbrev-table):
21274         * progmodes/fortran.el (fortran-mode-abbrev-table):
21275         * progmodes/f90.el (f90-mode-abbrev-table):
21276         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
21277         * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
21278         predefined abbrevs as "system" abbrevs.
21280 2001-12-30  Richard M. Stallman  <rms@gnu.org>
21282         * info.el (Info-fontify-node): For a **** underline line, put the
21283         invisible and intangible props on the following newline, but not
21284         on the previous newline or the last char of the previous line.
21286         * faces.el (face-set-after-frame-default): Don't change `default' face.
21288         * faces.el (minibuffer-prompt): Adopt some default colors.
21290         * replace.el (query-replace-read-args): Immediate error if read-only.
21292         * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
21293         Display the output buffer in a more intelligent way.
21295 2001-12-30  Eli Zaretskii  <eliz@is.elta.co.il>
21297         * ls-lisp.el (insert-directory): Modify the "total" line wording,
21298         in accordance with files.el's insert-directory.
21300 2001-12-29  Richard M. Stallman  <rms@gnu.org>
21302         * files.el (basic-save-buffer): If a before-write hook displays
21303         an echo area message, pause before calling basic-save-buffer-1.
21305 2001-12-29  Markus Rost  <rost@math.ohio-state.edu>
21307         * textmodes/reftex-global.el (reftex-query-replace-document)
21308         (reftex-change-label): Doc fix.
21310         * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
21312         * progmodes/etags.el (tags-query-replace): Doc fix.
21314 2001-12-29  Richard M. Stallman  <rms@gnu.org>
21316         * progmodes/compile.el (compile-internal): Fix previous change.
21318 2001-12-28  Richard M. Stallman  <rms@gnu.org>
21320         * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
21321         shrink the windows above as necessary to get space.
21322         (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
21324         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
21325         This fixes a bug that treated all files as directories.
21326         (ange-ftp-insert-directory): Explicitly follow symlinks.
21328         * international/iso-transl.el (iso-transl-char-map) Eliminate the
21329         alias symbols--put the translated sequences here directly.
21331         * progmodes/cc-mode.el (c-mode-abbrev-table)
21332         (c++-mode-abbrev-table, objc-mode-abbrev-table)
21333         (java-mode-abbrev-table, pike-mode-abbrev-table):
21334         Mark all the predefined abbrevs as "system" abbrevs.
21336         * mail/sendmail.el (mail-envelope-from): Fix custom type.
21337         (sendmail-send-it): Check mail-specify-envelope-from
21338         and mail-envelope-from in the mail buffer at start.
21340 2001-12-28  Simon Josefsson  <jas@extundo.com>
21342         * mail/sendmail.el (mail-envelope-from): Fix :type.
21343         (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
21345 2001-12-28  Richard M. Stallman  <rms@gnu.org>
21347         * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
21349         * simple.el (line-move-invisible): New subroutine.
21350         (line-move-to-column): New subroutine--smarter about advancing over
21351         invisible parts of a line, or lines, but only as long as hpos grows.
21352         (line-move-finish): New subroutine: repeatedly processes desired
21353         column, intangibility, and fields.
21354         (line-move): Use those subroutines.
21355         When moving lines downward, skip invisible text first rather than last.
21357 2001-12-27  Richard M. Stallman  <rms@gnu.org>
21359         * international/mule-diag.el (describe-char-after):
21360         Describe the text properties of the char after point.
21362         * help.el (describe-key): Doc fix.
21364 2001-12-26  Markus Rost  <rost@math.ohio-state.edu>
21366         * find-dired.el (find-dired-sentinel): Precede exit message by
21367         two spaces, to match the regexp in dired-between-files.
21369 2001-12-28  Miles Bader  <miles@gnu.org>
21371         * wid-edit.el (widget-toggle-value-create): Don't eval actual
21372         images (which are lists too).
21374 2001-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
21376         * language/european.el: Fix the doc string of "Latin-5" language
21377         environment.
21379 2001-12-26  Richard M. Stallman  <rms@gnu.org>
21381         * textmodes/flyspell.el (flyspell-mode-map): New keymap,
21382         defined as before 2001-11-09.
21383         (add-minor-mode call): Specify the keymap.
21385         * progmodes/compile.el (compile-internal):
21386         Set TERM variable in process-environment.
21388 2001-12-25  Richard M. Stallman  <rms@gnu.org>
21390         * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
21391         the buffer.
21393         * startup.el (command-line): Convert command line args
21394         to Emacs internal representation using locale-coding-system.
21396 2001-12-25  Eli Zaretskii  <eliz@is.elta.co.il>
21398         * international/fontset.el: Don't require ind-util when compiling.
21400 2001-12-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21402         * emulation/tpu-edt.el (tpu-reset-screen-size):
21403         Use set-frame-height and set-frame-width instead of set-screen-height
21404         and set-screen-width.
21406         * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
21407         of obsolete set-screen-width.
21409         * locate.el (locate): Remove dot at the end of error argument.
21411         * emerge.el (emerge-show-file-name): Use frame-height instead of
21412         obsolete screen-height.
21414         * mail/mh-utils.el (mh-show-msg): Likewise.
21415         (mh-handle-process-error): Use frame-width instead of obsolete
21416         screen-width.
21418 2001-12-25  Richard M. Stallman  <rms@gnu.org>
21420         * window.el (balance-windows): Use new PRESERVE-BEFORE arg
21421         to enlarge-window.  Use save-selected-window.  Don't try
21422         to resize windows that end at the bottom "level".
21423         Retry changing the sizes until the windows get the desired sizes.
21424         Discount the minibuffer when computing total height available.
21426         * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
21427         (debugger-make-xrefs): Only make a button for the first symbol
21428         on any line.
21430 2001-12-24  Eli Zaretskii  <eliz@is.elta.co.il>
21432         * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
21433         Call IT-setup-unicode-display here instead of adding it to
21434         dos-codepage-setup-hook, so that Unicode display tables are set
21435         before dos-codepage-setup-hook runs.
21437 2001-12-24  Richard M. Stallman  <rms@gnu.org>
21439         * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
21440         (nslookup-mode-abbrev-table): Don't define it.
21441         (smbclient-mode-abbrev-table): Don't define it.
21442         (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
21443         (nslookup-mode, smbclient-mode): Likewise.
21444         (network-connection-service-abbrev-alist): Variable deleted.
21445         (network-connection-mode-setup): Don't set up abbrev table.
21447         * faces.el (minibuffer-prompt): New face.
21448         (minibuffer-prompt-properties): Add `face' property.
21450         * replace.el (occur-mode-display-occurrence): New function.
21451         (occur-mode-map): Bind C-o to it.
21453 2001-12-24  Michael Kifer  <kifer@cs.sunysb.edu>
21455         * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
21456         (viper-special-read-and-insert-char): Make C-m work right in the r
21457         comand.
21458         (viper-buffer-search-enable): Fixed format string.
21460         * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
21461         instead of viper-info-on-file.
21462         (ex-set-visited-file-name): New function.
21464         * viper.el (viper-emacs-state-mode-list): Added mail-mode.
21466         * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
21467         action argument.
21469         * ediff-init.el: Fixed some doc strings.
21471         * ediff-util.el (ediff-after-quit-hook-internal): New variable.
21472         Got rid of make-local-hook.
21474         * ediff-wind.el (ediff-setup-control-frame): Got rid of
21475         make-local-hook.
21477 2001-12-23  Richard M. Stallman  <rms@gnu.org>
21479         * term/x-win.el (x-handle-geometry): Put height and width
21480         on default-frame-alist, left and top on initial-frame-alist.
21481         * term/w32-win.el (x-handle-geometry): Likewise.
21483         * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
21485         * play/yow.el (yow): Use an arg to distinguish interactive calls,
21486         not interactive-p.
21488 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21490         * emacs-lisp/elint.el (elint-unknown-builtin-args):
21491         Remove mocklisp entries.
21493         * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
21494         Lisp.  Obsoleted.
21496         * emulation/mlconvert.el: File removed.
21498         * emulation/mlsupport.el: Moved to obsolete.
21500         * obsolete/mlsupport.el: Moved there from lisp/emulation.
21502         * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
21504         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
21505         Remove mocklisp case.
21507         * help-fns.el (describe-function-1): Remove mocklisp function case.
21509 2001-12-22  Miles Bader  <miles@gnu.org>
21511         * textmodes/refill.el (refill-mode): Don't barf when redundantly
21512         turning refill-mode off.
21514 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21516         * time.el (display-time-load-average-threshold): New variable.
21517         (display-time-update): Use it.
21519         These changes allow cycling through past 1, 5 and 15 minutes
21520         load-average displayed in the mode-line.
21522         * time.el (display-time-default-load-average): New customizable option.
21523         (display-time-load-average): New variable.
21524         (display-time-cycle-load-average): New function.
21525         (display-time-update): Use them.
21527 2001-12-21  Richard M. Stallman  <rms@gnu.org>
21529         * apropos.el (apropos-print): SPACING is now nil or a separator string.
21530         (apropos-documentation, apropos-value): Pass a suitable string.
21532 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
21534         * dired.el (dired-free-space-program, dired-free-space-args):
21535         Aliases for back-compatibility.
21537         * info.el (Info-select-node): If Info-use-header-line is nil, set
21538         header-line-format to nil.
21539         (Info-fontify-node): Don't put a keymap text property on the
21540         heading if we are not going to display the header line.  Remove
21541         any such text properties left over from past visits to this node.
21543         * ls-lisp.el (insert-directory): Insert the amount of free disk
21544         space, like files.el's insert-directory does.
21546         * files.el (directory-free-space-program):
21547         Mention file-system-info in the doc string.
21548         (get-free-disk-space): New function; code moved from insert-directory.
21549         (insert-directory): Call get-free-disk-space to get the amount of
21550         free space.
21552 2001-12-21  Richard M. Stallman  <rms@gnu.org>
21554         * help.el (view-order-manuals, view-emacs-news, describe-copying)
21555         (describe-distribution, describe-project): Use view-file.
21557         * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
21559         * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
21561         * emacs-lisp/easy-mmode.el (define-minor-mode):
21562         Make no arg by default in an interactive call,
21563         so that repeating the command toggles again.
21565         * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
21567 2001-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
21569         * antlr-mode.el: More sophisticated indentation of cpp directive.
21570         (antlr-indent-at-bol-alist): New user option.
21571         (antlr-indent-line): Use it.
21572         (antlr-indent-style): New user option.
21573         (antlr-mode): Use it.
21574         (antlr-indent-item-regexp): Customize.
21576         * antlr-mode.el: Syntax highlighting changes.
21577         (antlr-font-lock-literal-regexp): New user option.
21578         (antlr-font-lock-syntax-face): New face used for :, |, ....
21579         (antlr-font-lock-default-face): New face.
21580         (antlr-font-lock-additional-keywords): Use them.
21582         * antlr-mode.el: New command to insert options -- variables.
21583         (antlr-mode-map): New binding [C-c C-o].
21584         (antlr-mode-menu): New submenus.
21585         (antlr-options-use-submenus): New user option.
21586         (antlr-tool-version): New user option.
21587         (antlr-options-auto-colon): New user option.
21588         (antlr-options-style): New user option.
21589         (antlr-options-push-mark): New user option.
21590         (antlr-options-assign-string): New user option.
21591         (antlr-options-headings): New variable.
21593         * antlr-mode.el: New command to insert options -- specific.
21594         (antlr-options-alists): New variable.
21595         (antlr-read-value): New function.
21596         (antlr-read-boolean): New function.
21597         (antlr-language-option-extra): New function.
21598         (antlr-language-limit-n-regexp): Change default to higher LIMIT.
21599         (antlr-c++-mode-extra): New function.
21600         (antlr-grammar-tokens): New function.
21601         (antlr-imenu-create-index-function): New optional argument.
21603         * antlr-mode.el: New command to insert options -- functions.
21604         (antlr-insert-option): New command.
21605         (antlr-insert-option-interactive): New function.
21606         (antlr-options-menu-filter): New function.
21607         (antlr-option-kind): New function.
21608         (antlr-scan-lists): New alias.
21609         (antlr-scan-lists-internal): New function.
21610         (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
21611         (antlr-option-level): New function.
21612         (antlr-syntactic-grammar-depth): New function.
21613         (antlr-option-location): New function.
21614         (antlr-insert-option-do): New function.
21615         (antlr-option-spec): New function.
21616         (antlr-version-string): New function.
21617         (antlr-insert-option-existing): New function.
21618         (antlr-insert-option-space): New function.
21619         (antlr-insert-option-area): New function.
21621         * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
21622         with narrowing.  Menu change.  Miscellaneous.
21623         (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
21624         (antlr-mode-map): New bindings for characters in ":;|&(){}".
21625         (antlr-electric-character): New command.
21626         (antlr-class-header-regexp): New variable.
21627         (antlr-font-lock-additional-keywords): Use it.
21628         (antlr-imenu-create-index-function): Use it.
21629         (antlr-file-dependencies): Use it.
21630         (antlr-indent-line): Also works with restrictions.
21631         (antlr-indent-command): Interactive spec - changes the buffer.
21632         (antlr-language-for-option): Deletia.
21633         (antlr-language-option): New function, defined instead.
21634         (antlr-mode): Use it.
21636 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
21638         * jka-compr.el (jka-compr-partial-uncompress): Use null-device
21639         instead of a literal /dev/null.
21641         * Makefile.in (distclean): Remove Makefile in the build
21642         directory, not in the source directory.
21644 2001-12-21  Simon Josefsson  <jas@extundo.com>.
21646         * mail/smtpmail.el (smtpmail-send-queued-mail):
21647         Use with-temp-buffer instead of find-file-noselect, and bind
21648         coding-system-for-read to no-conversion when reading the queued
21649         messages.  (Simon's code modified slightly by Eli Zaretskii.)
21651 2001-12-20  Werner Lemberg  <wl@gnu.org>
21653         * international/mule-diag.el (describe-coding-system)
21654         (print-coding-system-briefly): Make printed output have a similar
21655         format as describe-character-set.
21657 2001-12-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21659         * play/blackbox.el (bb-member): Remove, use member instead.
21660         (bb-delete): Remove, use delete instead.
21661         Update copyright notice.  Defvar for bb-board, bb-x, bb-y,
21662         bb-score, bb-detour-count and bb-balls-placed.
21663         Propertize results of rays.
21665 2001-12-19  Karl Fogel  <kfogel@red-bean.com>
21667         * isearch.el (isearch-forward, isearch-edit-string): Make doc
21668         strings mention keybinding for `isearch-yank-word-or-char',
21669         rather than `isearch-yank-word', since the former is bound now
21670         and the latter is not.
21671         (isearch-yank-word-or-char): Fix formatting.
21673 2001-12-19  Werner Lemberg  <wl@gnu.org>
21675         * language/czech.el, language/european.el, language/slovak.el:
21676         More fixes for language info doc strings.
21678 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
21680         * loadup.el: Add "language" to the load-path.
21682 2001-12-19  Richard M. Stallman  <rms@gnu.org>
21684         * international/mule-cmds.el (describe-language-environment):
21685         Fix calls to help-xref-button.
21687 2001-12-19  Miles Bader  <miles@gnu.org>
21689         * international/fontset.el: Require `ind-util' when compiling.
21691 2001-12-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21693         * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
21694         instead of decompose-composite-char.
21696 2001-12-18  Richard M. Stallman  <rms@gnu.org>
21698         * simple.el (eval-expression-print-level)
21699         (eval-expression-print-length): Doc fixes.
21701         * international/mule-diag.el (describe-character-set):
21702         Fix the arg to help-xref-button.
21704         * files.el (directory-free-space-program): New variable.
21705         (directory-free-space-args): New variable.
21706         (insert-directory): Use those two variables for getting free space.
21707         Use file-system-info instead, if that is defined.
21709         * dired.el (dired-free-space-program): Variable deleted.
21710         (dired-free-space-args): Variable deleted.
21711         (dired-insert-directory): Don't try to determine free space.
21713         * files.el (font-lock-defaults): Add risky-local-variables prop.
21714         (hack-one-local-variable): Treat various font-lock variables as risky.
21716 2001-12-18  Werner Lemberg  <wl@gnu.org>
21718         * language/chinese.el, language/cyrillic.el:
21719         * language/czech.el, language/european.el, language/greek.el:
21720         * language/hebrew.el, language/indian.el, language/japanese.el:
21721         * language/korean.el, language/lao.el, language/slovak.el:
21722         * language/thai.el, language/tibetan.el, language/vietnamese.el:
21723         Improve documentation strings of coding systems and language infos.
21725 2001-12-18  Werner LEMBERG  <wl@gnu.org>
21727         Add support for EUC-TW decoding/encoding.
21729         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
21730         (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
21731         New auxiliary functions to build `big5-to-cns'.
21732         (big5-to-cns): New translation alist.
21734         * language/chinese.el: Added new coding system `euc-tw' and its
21735         alias `euc-taiwan'.
21736         Updated language `Chinese-CNS' to include euc-tw encoding also.
21737         (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
21738         euc-tw.
21740 2001-12-18  Dave Love  <fx@gnu.org>
21742         * loadup.el: Add language/utf-8-lang, language/georgian.
21744         * image-file.el (image-file-name-extensions): Add pnm.  Doc fix.
21745         (image-file-name-regexps): Doc fix.
21747         * server.el (server-unload-hook): New function.
21749         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
21750         (lm-crack-copyright): Cope with multi-line copyright `lines'.
21752         * simple.el (newline): Doc fix.
21753         (eval-expression-print-level, eval-expression-print-length): Doc
21754         fix.  Amend :type.
21755         (next-line, previous-line): Make arg optional.
21756         (newline): Doc fix.
21758         * Makefile.in (DONTCOMPILE): Add various language files.
21760         * international/quail.el (quail-input-string-to-events): Don't use
21761         string-to-list.
21763         * progmodes/f90.el (f90-break-line): Avoid infinite recursion
21764         calling `newline'.
21766 2001-12-17  Richard M. Stallman  <rms@gnu.org>
21768         * comint.el (comint-dynamic-list-input-ring-select): New function.
21769         Switches back to the old window configuration.
21770         (comint-dynamic-list-input-ring): Bind RET to that function.
21771         (comint-dynamic-list-input-ring-window-conf): New variable.
21773 2001-12-17  Werner Lemberg  <wl@gnu.org>
21775         * international/mule-conf.el: Improve documentation strings of
21776         character sets.
21778 2001-12-16  Richard M. Stallman  <rms@gnu.org>
21780         * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
21781         (dired-mode-map): Bind w to dired-copy-filename-as-kill.
21783         * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
21785         * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
21786         Add a DESCRIPTION for the makefile item.
21788         * find-file.el (ff-other-file-name): New function.
21790 2001-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
21792         * international/quail.el (quail-input-string-to-events): Fix last
21793         change.
21795 2001-12-16  Richard M. Stallman  <rms@gnu.org>
21797         * isearch.el (isearch-edit-string): When we set isearch-string
21798         to the default, also set isearch-message.
21800         * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
21802         * startup.el (command-line-1): Display startup screen
21803         even if there are command line args.
21804         Add a note about how to go to editing your files.
21805         (fancy-splash-head): Add a note about how to go to your files.
21806         (fancy-splash-outer-buffer): New variable.
21807         (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
21809         * subr.el (with-temp-message): At the end, always discard
21810         the temp message, even by clearing the echo area.
21812         * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
21814 2001-12-16  Stefan Monnier  <monnier@cs.yale.edu>
21816         * log-view.el (log-view-message-re, log-view-current-tag):
21817         Recognize Subversion's log output format.
21819         * international/fontset.el: Build the list L at compile time.
21821         * language/ind-util.el (mapthread): Make a closure.
21823 2001-12-15  Richard M. Stallman  <rms@gnu.org>
21825         * isearch.el (isearch-start-hscroll): New variable.
21826         (isearch-mode): Set isearch-start-hscroll.
21827         (isearch-update): Restore original hscrolling if possible.
21829         * isearch.el (isearch-edit-string):
21830         Treat isearch-yank-word-or-char specially, like isearch-yank-word.
21832         * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
21833         (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
21834         rather than regexp search and (2) copying text properties
21835         already set up on text unchanged from the previous backtrace.
21837         * case-table.el (set-case-syntax-pair):
21838         Detect invalid calls and signal an error.
21840 2001-12-15  Richard M. Stallman  <rms@gnu.org>
21842         * language/ind-util.el (range): Function deleted.
21843         (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
21844         All calls changed.
21846         * language/devan-util.el (devanagari-range): Renamed from `range'.
21847         All calls changed.
21848         (devanagari-regexp-of-hashtbl-keys):
21849         Renamed from `regexp-of-hashtbl-keys'.  All calls changed.
21851 2001-12-15  Dave Love  <fx@gnu.org>
21853         * language/ind-util.el: Don't require cl.
21854         (indian-glyph-char, indian-glyph-max-char)
21855         (indian-char-glyph): Moved from indian.el
21856         (indian--puthash-char, mapthread): Don't quote lambda.
21857         (indian--map): New function.
21858         (indian--puthash-v, indian--puthash-c, indian--puthash-m)
21859         (indian--puthash-cv): Use it.
21861         * language/indian.el (indian-glyph-char, indian-glyph-max-char)
21862         (indian-char-glyph): Moved to ind-util.el
21864         * language/devan-util.el (devanagari-post-read-conversion):
21865         New function.
21867         * language/georgian.el: New file.
21869         * international/mule-cmds.el (locale-language-names): Add various
21870         entries.  Remove utf-8 special case.
21871         (locale-charset-language-names, locale-preferred-coding-systems):
21872         Add utf-8 case.
21873         (set-language-environment): Process required-features earlier.
21875         * international/quail.el (quail-keyboard-layout-alist):
21876         Add pc105-uk.
21877         (quail-keyboard-layout-type): Fix :type.
21878         (quail-choose-completion-string): Simplify.
21879         (quail-update-leim-list-file): Don't get fooled by commented-out code.
21880         (quail-input-string-to-events): Run events through
21881         translation-table-for-input.
21883         * international/mule-conf.el (translation-table-for-input):
21884         New variable.
21885         (latin-iso8859-14): Amend description.
21886         (file-coding-system-alist): Add entry for utf-8.
21888         * language/utf-8-lang.el: New file.
21890         * international/code-pages.el: New file.
21892         * language/hebrew.el ("Windows-1255"): New language.
21894         * language/european.el ("Welsh", "Latin-7", "Lithuanian")
21895         ("Latvian"): New languages.
21897 2001-12-14  Stefan Monnier  <monnier@cs.yale.edu>
21899         * xml.el: Use setq rather than (set 'foo bar).
21900         Use push+nreverse rather than append.
21901         (xml-node-name, xml-node-attributes, xml-node-children):
21902         Use defsubst rather than macros.
21903         (xml-parse-region): Handle a nil return value from xml-parse-tag.
21904         (xml-parse-tag): Don't skip white space.  Return nil for a comment.
21905         Concat the two strings surrounding a comment into a single string.
21907         * newcomment.el (comment-indent): Jump to the middle of empty comments.
21909 2001-12-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21911         * select.el (xselect-convert-to-class, xselect-convert-to-name):
21912         Document.
21914 2001-12-14  Andre Spiegel  <spiegel@gnu.org>
21916         * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
21917         Return nil if FILE is not registered.
21918         (vc-check-master-templates, vc-default-make-version-backups-p):
21919         Doc fix.
21921 2001-12-13  David Ponce  <david@dponce.com>
21923         * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
21924         (ruler-mode-left-fringe-cols): New macro.
21925         (ruler-mode-right-fringe-cols): New macro.
21926         (ruler-mode-left-scroll-bar-cols): New macro.
21927         (ruler-mode-right-scroll-bar-cols): New macro.
21928         (ruler-mode-ruler): Use above new macros.
21930 2001-12-13  Richard M. Stallman  <rms@gnu.org>
21932         * files.el (set-auto-mode): Fix previous change.
21934 2001-12-13  Stefan Monnier  <monnier@cs.yale.edu>
21936         * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
21937         (easy-menu-do-define, easy-menu-convert-item-1)
21938         (easy-menu-define-key-intern, easy-menu-get-map): Use it.
21939         (easy-menu-return-item): Only return nil if there is no binding.
21941 2001-12-13  Rajesh Vaidheeswarran  <rv@gnu.org>
21943         * whitespace.el (whitespace-version): 3.2
21944         * whitespace.el (whitespace-force-mode-line-update): Replace with
21945         `whitespace-mode-line-update', which is an alias to the correct
21946         function in various emacsen.
21947         * whitespace.el (whitespace-{un,}highlight-the-space):
21948         Add colorized highlighting of the bogus whitespaces in a buffer/file,
21949         using the `whitespace-highlight-face' if
21950         `whitespace-display-spaces-in-color' is set.
21952 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
21954         * international/mule.el (set-auto-coding): Don't search for
21955         "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
21957 2001-12-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
21959         * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
21961         * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
21963         * mail/rmailsum.el (rmail-summary-mode): Likewise.
21965 2001-12-13  Richard M. Stallman  <rms@gnu.org>
21967         * simple.el (undo): Always set this-command to `undo',
21968         so that the next undo after an error will not begin redoing.
21970         * simple.el (shell-command): Doc fix.
21971         (shell-command-on-region): If there is output an an error,
21972         add "...Shell command failed" to the output.
21974 2001-12-13  David Ponce  <david@dponce.com>
21976         * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
21977         (ruler-mode-left-fringe-cols): Function replaced by more efficient
21978         implementation `ruler-mode-extra-left-cols'.
21979         (ruler-mode-ruler): Use above new function.  Take into account
21980         that the fringe areas can now be resized.
21982 2001-12-12  Richard M. Stallman  <rms@gnu.org>
21984         * international/characters.el (Unicode): Comment out
21985         the specifications for kelvin and angstrom signs.
21987         * international/mule.el (make-translation-table-from-vector):
21988         Allow null elements in VEC.
21990         * international/ucs-tables.el (unify-8859-on-encoding-mode)
21991         (unify-8859-on-decoding-mode): Swap the code in their bodies.
21992         Add :version.
21994 2001-12-11  Richard M. Stallman  <rms@gnu.org>
21996         * derived.el (derived-mode-p): Function moved to subr.el.
21998         * subr.el (derived-mode-p): Moved here from derived.el.
22000         * international/mule.el (set-auto-coding): Use set-auto-mode-1.
22002         * files.el (set-auto-mode-1): New subroutine, broken out of
22003         set-auto-mode.
22004         (set-auto-mode, hack-local-variables-prop-line): Use that.
22006 2001-12-11  Dave Love  <fx@gnu.org>
22008         * language/thai-util.el, language/thai.el: Add Unicode equivalents.
22010         * language/european.el: Remove autoload cookies.  Fix registration
22011         of diacritic composition function.
22013 2001-12-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22015         * calendar/todo-mode.el: Require time-stamp.
22017         * net/zone-mode.el (zone-mode): Don't use make-local-hook.
22019 2001-12-11  Richard M. Stallman  <rms@gnu.org>
22021         * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
22023         * textmodes/ispell.el (ispell-buffer-local-parsing):
22024         Match xml like sgml.
22026         * emacs-lisp/advice.el (ad-compile-function):
22027         Byte compile the function under another (uninterned) name.
22029         * gud.el (gdb): Define and bind gud-jump.
22031         * font-lock.el (font-lock-mode):
22032         Put our function at the end of after-change-functions.
22034         * ediff-diff.el (ediff-cmp-options): Doc fix.
22036         * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
22038 2001-12-10  Richard M. Stallman  <rms@gnu.org>
22040         * isearch.el (isearch-yank-word-or-char): New function.
22041         (isearch-mode-map): Bind C-w to that.
22043         * menu-bar.el (menu-bar-mode): Make arg optional.
22045         * simple.el (line-move): Cope if next-single-property-change
22046         or previous-single-property-change returns nil.
22048         * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
22049         Don't use interactive-p; instead, pass the proper args
22050         in (interactive...).  Clean up most of the trouble-report strings.
22052 2001-12-10  Eli Zaretskii  <eliz@is.elta.co.il>
22054         * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
22055         enqueued messages literally.
22057 2001-12-10  Noah Friedman  <friedman@splode.com>
22059         * battery.el (battery-insert-file-contents): Obsolete function
22060         removed.
22061         (battery-read-function): Obsolete function removed.
22062         (battery-linux-proc-apm): Use insert-file-contents.
22064 2001-12-07  Stephen Eglen  <stephen@gnu.org>
22066         * iswitchb.el (iswitchb-visit-buffer):
22067         Use `select-frame-set-input-focus'--needed when window manager
22068         uses "click to focus" policy.
22070 2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22072         * COPYING: Moved back.
22074 2001-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
22076         * term/internal.el (IT-character-translations): Add entries for
22077         more points.
22079         * international/characters.el: Resurrect the Hebrew category
22080         settings for all Hebrew characters removed by the last change.
22081         Add code for setting the Hebrew category of the Unicode Hebrew
22082         characters.  Set syntax entries for Hebrew punctuation characters.
22084         * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
22085         points and directional formatting control characters.
22087 2001-12-07  Dave Love  <fx@gnu.org>
22089         * language/lao-util.el: Add Unicode equivalents for rules.
22090         (lao-post-read-conversion): New function.
22092         * language/lao.el: Add Unicode equivalents.
22093         (lao): Add post-read conversion.
22095         * international/latin1-disp.el: Fix some 8-bit-graphic characters.
22096         Use iso2022 encoding.
22097         (latin1-char-displayable-p): Doc fix.
22098         (latin1-display-ucs-per-lynx): New option.
22099         (latin1-display-ucs-per-lynx): New command.
22100         (latin1-display-reset): Special-case arabic.
22101         (ucs-tables): Require.
22102         (latin1-display-sets, latin1-display-setup): Add arabic.
22103         (latin1-display) <variable>: Use function latin1-display.
22104         (latin1-display) <function>: Add mule-unicode stuff.
22105         (latin1-display-check-font): Don't lose if `info' is nil.
22107         * international/iso-transl.el: Insert Latin-1 characters, not
22108         unibyte codes.
22110         * language/european.el (diacritic-composition-pattern): New constant.
22111         (diacritic-compose-region, diacritic-compose-string)
22112         (diacritic-compose-buffer, diacritic-post-read-conversion)
22113         (diacritic-composition-function): New functions.
22115         * international/utf-8.el (ucs-mule-to-mule-unicode):
22116         New translation table.
22117         (ccl-encode-mule-utf-8): Use it.
22118         (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
22119         (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
22120         (utf-8-subst-table): New variable.
22121         (utf-8-compose-scripts): New option.
22122         (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
22124         * international/ucs-tables.el, international/utf-8-subst.el:
22125         New files.
22127         * international/characters.el: Don't set word syntax (the default)
22128         explicitly.  Add a diacritic category.  Add info for Unicode
22129         equivalents of characters in various Mule charsets and for extra
22130         Unicode characters.  Don't define specific categories for
22131         Indian/Devanagari, since they aren't used.
22133 2001-12-06  Richard M. Stallman  <rms@gnu.org>
22135         * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
22136         (set-justification-left, set-justification-right): Doc fix.
22138         * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
22139         (bug-f90-mode): Variable deleted.
22141 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
22143         * indent.el (indent-line-function): Default is indent-relative again.
22145 2001-12-07  Miles Bader  <miles@gnu.org>
22147         * progmodes/compile.el (compilation-error-regexp-alist):
22148         Added regexps for RXP.
22150 2001-12-05  Eli Zaretskii  <eliz@is.elta.co.il>
22152         * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
22153         Add shift-assignment operators to those highlighted, and highlight
22154         the whole operator rather than just the "=".
22156 2001-12-04  Juanma Barranquero  <lektu@terra.es>
22158         * files.el (save-abbrevs, save-some-buffers): Don't ask the user
22159         before saving abbrevs if `save-abbrevs' has the value `silently'.
22161 2001-12-04  Andreas Schwab  <schwab@suse.de>
22163         * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
22165 2001-12-04  Colin Walters  <walters@debian.org>
22167         * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
22168         for `defmacro*' forms.
22170         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
22171         `defmacro*'.
22173 2001-12-03  Stefan Monnier  <monnier@cs.yale.edu>
22175         * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
22177 2001-12-02  Richard M. Stallman  <rms@gnu.org>
22179         * files.el (insert-directory): If the df output does not look right,
22180         don't try to use it.  Other cleanups in overall code structure.
22182 2001-12-02  Stefan Monnier  <monnier@cs.yale.edu>
22184         * textmodes/outline.el (outline-mode-prefix-map):
22185         Add bindings for outline-promote and outline-demote.
22186         (outline-minor-mode-menu-bar-map): New var.
22187         (outline-minor-mode): Use it.
22188         (outline-heading-alist): New var (renamed from outline-level-heading).
22189         (outline-level): Use it.
22190         (outline-insert-heading, outline-promote, outline-demote):
22191         Update to use outline-heading-alist.
22193         * disp-table.el (standard-display-european):
22194         Simplify since the function is not interactive any more.
22195         Don't set the existing buffers to unibyte.
22197         * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
22199         * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
22201         * reveal.el (reveal-mode): Fix reveal-mode's lighter.
22203         * shell.el (shell): Use shell-file-name.
22204         Pop to buffer before calling comint to set COLUMNS properly.
22206         * emacs-lisp/cl.el (svref): New alias.
22208         * progmodes/antlr-mode.el (antlr-c-common-init):
22209         Don't inhibit adaptive-fill-mode any more.
22211         * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
22213         * progmodes/etags.el (tags-with-face): Use make-symbol.
22214         (tags-search, tags-query-replace): Use backquotes.
22216         * textmodes/picture.el (picture-mode-map): Don't use defconst
22217         for a variable.
22219 2001-12-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22221         * textmodes/reftex-index.el (reftex-index-mode):
22222         Remove make-local-hook.
22224         * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
22226 2001-12-02  Kim F. Storm  <storm@cua.dk>
22228         * isearch.el (isearch-resume-enabled): New variable.
22229         (isearch-done): Use that variable.
22231 2001-12-01  Richard M. Stallman  <rms@gnu.org>
22233         * wid-edit.el (widget-button-click): Don't move point permanently:
22234         Avoid mouse-set-point--instead select the window,
22235         then do save-excursion, then move point.
22236         Specify the buffer for get-char-property.
22237         Don't use `@' in interactive.
22239         * indent.el (indent-line-function):
22240         Default is indent-to-left-margin again.
22242         * replace.el (query-replace-read-args): Display message
22243         if FROM contains `\n' or `\t'.
22245 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
22247         * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
22249         * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
22251         * emacs-lisp/regexp-opt.el (regexp-opt):
22252         Bind completion-regexp-list to nil.
22254         * progmodes/hideif.el (hif-nexttoken): Move to before first def.
22256 2001-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
22258         * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
22259         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
22260         Update maintainer.
22262 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
22264         * mail/smtpmail.el: Use with-current-buffer.
22265         (message-make-date, message-make-message-id): Autoload when needed.
22266         (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
22267         headers when missing.
22269         * international/encoded-kb.el (encoded-kbd-mode):
22270         Use define-minor-mode.
22272         * enriched.el (enriched-mode): Use define-minor-mode.
22273         Use dolist and pop and push.
22275         * info.el (Info-find-node-2): Don't call info-insert-file-contents
22276         with the `visit' argument.
22277         (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
22279         * progmodes/hideif.el (hide-ifdef-mode): Only modify
22280         `change-major-mode-hook' locally.  Reset invisibility spec.
22282         * man.el (Man-build-section-alist): Remove last Man-match-substring.
22284 2001-11-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
22286         * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
22287         Clarify error message.
22289 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
22291         * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
22293 2001-11-30  Andre Spiegel  <spiegel@gnu.org>
22295         * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
22296         don't just return it.
22298 2001-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
22300         * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
22301         (menu-bar-read-emacs-man, search-emacs-glossary)
22302         (emacs-index-search, elisp-index-search): New functions.
22303         (apropso-documentation, apropos, apropos-value, apropos-variable)
22304         (apropos-commands): Modify menu item names and help text.
22305         (elisp-index-search, emacs-index-search, emacs-glossary):
22306         New menu items.
22307         (menu-bar-manuals-menu): Move the Ordering Manuals item to a
22308         submenu.
22309         (info-elisp, info-elintro): New menu items.
22310         (apropos): Modify the menu item name.
22312 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
22314         * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
22316         * textmodes/outline.el (outline-promote, outline-demote): Typo.
22318         * man.el (man-follow-mouse): New function.
22319         (Man-mode-map): Bind mouse-2 to it.
22320         (Man-match-substring): Remove.  Replace with `match-string'.
22321         (man): Use the `default-value' argument to `read-string'.
22322         (Man-fontify-manpage): Add mouse-face to cross references.
22324         * emacs-lisp/cl-macs.el (shiftf): Fix more.  Simplify.
22326 2001-11-29  Stefan Monnier  <monnier@cs.yale.edu>
22328         * emacs-lisp/crm.el (completing-read-multiple): Better preserve
22329         the value of require-match in minibuffer-completion-confirm.
22330         Use crm-local-completion-map.
22332         * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
22333         (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
22334         (cl-make-type-test): Use char-valid-p for `character'.
22336         * info.el (Info-complete-next-re, Info-complete-cache): New vars.
22337         (Info-complete-menu-item): Rewrite.  Add the ability to search
22338         several sequential nodes.  Add a simple caching mechanism.
22339         (Info-goto-index): New function extracted from Info-index.
22340         (Info-index): Use it.  Add completion to the interactive spec.
22341         (Info-menu-update): Simplify call to `Info-complete-menu-item'.
22343 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22345         * COPYING: Removed.
22347 2001-11-29  Dave Love  <fx@gnu.org>
22349         * progmodes/fortran.el: Fontify rewind, backspace.  Doc fixes.
22350         (fortran-window-create, fortran-window-create-momentarily):
22351         Rewrite, moving error condition.
22352         (fortran-beginning-do, fortran-beginning-if): Fix regexps.
22353         (fortran-mode-syntax-table): Revert last change.
22355         * international/mule.el: Doc fixes.
22356         (map-charset-chars): New function.
22357         (register-char-codings): Use it to cope with generic chars in
22358         safe-chars.
22360 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22362         * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
22364         * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
22366         * play/studly.el (studlify-word, studlify-region)
22367         (studlify-buffer): Fix doc-string.
22368         (studlify-buffer): Add autoload cookie.
22370 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
22372         * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
22373         (outline-up-heading-all): Remove.
22374         (hide-sublevels): Move to end-of-heading before calling flag-region.
22375         (outline-copy-overlay, outline-discard-overlays): Remove.
22376         (outline-flag-region): Use `remove-overlays'.
22377         Don't move to end-of-heading.
22378         (outline-next-visible-heading, outline-back-to-heading)
22379         (outline-on-heading-p): Use outline-invisible-p.
22380         (outline-font-lock-level): Use outline-up-heading's new arg.
22381         (outline-minor-mode): Simplify.
22382         (outline-map-tree, outline-reveal-toggle-invisible): New funs.
22383         (outline): Put a `reveal-toggle-invisible' property.
22384         (outline-level-heading): New var.
22385         (outline-insert-heading, outline-promote, outline-demote)
22386         (outline-toggle-children): New commands.
22388         * progmodes/hideif.el (hif-end-of-line): New function.
22389         (hide-ifdef-mode): Set line-move-ignore-invisible.
22390         (hide-ifdef-region-internal): New function.
22391         (hide-ifdef-region): Use it.
22392         (hif-defined): Return an integer.
22393         (hif-infix-to-prefix): Remove.
22394         (hif-tokenize): Parse from the buffer rather than from a string.
22395         Correctly tokenize integers.  Use forward-comment.
22396         (hif-expr): Use hif-or.
22397         (hif-term): Use hif-and.
22398         (hif-factor): Use hif-not.  Handle numbers properly.
22399         Don't require parenthesis around `defined's argument.
22400         (hif-and, hif-or, hif-not): New funs.
22401         (hif-canonicalize): Pass a region to hif-tokenize.  Use hif-not.
22402         (hif-hide-line): Don't hide the \n before the line.
22403         (hif-possibly-hide): Correctly handle numeric evaluation results.
22405         * progmodes/make-mode.el: Use line-(end|beginning)-position.
22406         (makefile-mode): Set indent-line-function.
22407         (makefile-browser-insert-continuation): Use with-current-buffer.
22408         (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
22410 2001-11-28  Karl Fogel  <kfogel@red-bean.com>
22412         * isearch.el (isearch-yank-internal): New helper function.
22413         (isearch-yank-char): New function.
22414         (isearch-yank-word, isearch-yank-line): Rewrite to use
22415         isearch-yank-internal.
22417 2001-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
22419         * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
22420         aren't supported.  Print a message to that effect if invoked.
22422 2001-11-27  Stephen Eglen  <stephen@gnu.org>
22424         * locate.el (locate): Put point at first matching file rather
22425         than top of buffer.
22427 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
22429         * reveal.el: New file.
22431         * progmodes/hideif.el: Misc cleanup.
22432         (hide-ifdef-mode-submap): Put the def in the defvar.
22433         Use substitute-key-definition.
22434         (hide-ifdef-mode): Use define-minor-mode.
22435         (hif-outline-flag-region): Remove.
22436         (hif-show-all): Define in terms of hif-show-ifdef-region.
22437         (hif-after-revert-function): Rename from hif-before-revert-function.
22438         (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
22439         (hif-tokenize): Use with-syntax-table.
22440         (hif-make-range): Use `else' also for `else-p'.
22441         (hif-range-else-p): Remove.
22442         (hif-find-range): Simplify.
22443         (hif-hide-line): Don't bother preserving buffer-modified-p.
22444         (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
22445         Don't use selective-display and inhibit-read-only.
22447         * subr.el (copy-overlay, remove-overlays): New funs.
22449         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
22451 2001-11-27  Sam Steingold  <sds@gnu.org>
22453         * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
22454         * lazy-lock.el, mouse-sel.el, mail/feedmail.el
22455         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
22456         * obsolete/c-mode.el, obsolete/cplus-md.el
22457         * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
22458         * term/sun-mouse.el, textmodes/artist.el:
22459         Converted backquote to the new style.
22460         * mouse.el, reposition.el: Likewise (in comments).
22461         * expand.el: Likewise (in a string).
22463 2001-11-27  Richard M. Stallman  <rms@gnu.org>
22465         * cus-edit.el (custom-load-symbol): Don't always load locate-library.
22467 2001-11-26  Richard M. Stallman  <rms@gnu.org>
22469         * wid-edit.el (widget-toggle-value-create): On graphic terminal,
22470         if :on-glyph or :off-glyph is a list, eval it and store it back.
22471         (checkbox): Quote the values for :on-glyph and :off-glyph.
22473         * cus-start.el (recursive-load-depth-limit): Delete item.
22475 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
22477         * help-fns.el (describe-categories, help-describe-category-set): New.
22478         describe-categories moved here from src/category.c.
22480 2001-11-26  Sam Steingold  <sds@gnu.org>
22482         * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
22483         arguments to `insert' are strings.
22485 2001-11-26  Richard M. Stallman  <rms@gnu.org>
22487         * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
22489 2001-11-26  Eli Zaretskii  <eliz@is.elta.co.il>
22491         * international/mule-diag.el: Require help-fns instead of
22492         help-funs.
22494         * help-fns.el: Renamed from help-funs.el.
22496         * startup.el (command-line-1): Don't try to call process-list if
22497         it is not fboundp.
22499 2001-11-26  Sam Steingold  <sds@gnu.org>
22501         * frame.el (show-trailing-whitespace): Remove :set argument (the
22502         value was essentially identical to the defalt).
22504 2001-11-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22506         * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
22508         * icomplete.el (icomplete-minibuffer-setup): Likewise.
22510         * hilit-chg.el (hilit-chg-set): Likewise.
22512         * speedbar.el (speedbar-mode): Likewise.
22514         * calendar/calendar.el (calendar-mode): Likewise.
22516         * play/yow.el (psychoanalyze-pinhead): Use insert instead of
22517         insert-string.
22519         * play/gamegrid.el (gamegrid-init-buffer): Likewise.
22521         * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
22523         * term/sun-mouse.el (sun-yank-selection): Likewise.
22525         * textmodes/bib-mode.el (return-key-bib): Likewise.
22527         * calendar/appt.el (appt-disp-window): Likewise.
22529         * calendar/diary-lib.el (list-diary-entries): Likewise.
22531         * array.el (array-reconfigure-rows): Likewise.
22533         * filecache.el (file-cache-minibuffer-complete): Likewise.
22535         * obsolete/cplus-md.el (fill-c++-comment): Likewise.
22537         * strokes.el (strokes-prompt-user-save-strokes): Likewise.
22539         * allout.el (outline-version, outline-open-topic)
22540         (outline-rebullet-heading, outline-insert-listified)
22541         (outline-latex-verbatim-quote-curr-line)
22542         (outline-latexify-one-item, outlineify-sticky): Likewise.
22544         * vc.el (vc-next-action-on-file): Likewise.
22545         (vc-dired-mode): Remove make-local-hook.
22547 2001-11-26  Andre Spiegel  <spiegel@gnu.org>
22549         * vc.el (vc-find-version): New function.
22550         (vc-version-other-window): Redefined in terms of the above.
22552         * log-view.el (log-view-find-version): New function.
22553         (log-view-mode-map): Bind it to `f'.
22555 2001-11-26  Gerd Moellmann  <gerd@gnu.org>
22557         * language/devan-util.el (dev-char-glyph): Escape `"' in
22558         string literals.
22559         (dev-glyph-glyph, dev-glyph-glyph-2)
22560         (devanagari-compose-syllable-region): Likewise.
22562 2001-11-26  Richard M. Stallman  <rms@gnu.org>
22564         * window.el (save-selected-window): No error if saved window is dead.
22566         * help-funs.el (describe-syntax): Put (interactive) after doc string.
22568 2001-11-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22570         * international/quail.el (quail-help): Require help-mode in
22571         top-level instead.
22573         * iswitchb.el (iswitchb-exhibit): Use insert instead of
22574         insert-string.
22576         * icomplete.el (icomplete-exhibit): Likewise.
22578 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
22580         * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
22581         (diff-hunk-kill): Simplify.
22582         (diff-post-command-hook): Only apply to a single hunk.
22583         (diff-hunk-text): Make `char-offset' non-optional.
22584         (diff-find-text): Return a cons cell.
22585         (diff-find-approx-text): New fun.
22586         (diff-find-source-location): Use it.
22587         (diff-apply-hunk, diff-test-hunk, diff-goto-source):
22588         Adapt to new retval of diff-find-text.
22590         * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
22591         rather than integer- representation of dates.
22593         * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
22595         * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
22596         (syntax-after): New fun.
22598         * help-funs.el (describe-syntax): New fun.
22600         * font-lock.el (font-lock-cache-state, font-lock-cache-position)
22601         (font-lock-ppss-stats, font-lock-ppss): Remove.
22602         (font-lock-fontify-syntactically-region): Remove tuning code.
22603         (font-lock-compile-keywords): Fix off-by-one bug.
22604         (font-lock-set-defaults): Don't set removed vars.
22605         (c-keywords): Add `inline'.
22606         (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
22608         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22609         Set syntax-begin-function.
22610         (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
22611         (lisp-interaction-mode): Don't set local-abbrev-table any more.
22612         (lisp-mode-auto-fill): Use syntax-ppss and obey
22613         comment-auto-fill-only-comments.
22614         (lisp-fill-paragraph): Use syntax-ppss.
22616 2001-11-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
22618         * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
22619         version of rmail-enable-mime.
22620         (rmail-forward): Use it.
22622 2001-11-25  Richard M. Stallman  <rms@gnu.org>
22624         * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
22626         * international/quail.el (quail-keyboard-layout-button):
22627         Define button type.
22628         (quail-keyboard-customize-button): Likewise.
22629         (quail-help): Use those button types.  Require `help-mode'.
22630         Avoid altering the argument `package'.
22632         * help-mode.el (help-function, help-variable, help-face)
22633         (help-coding-system, help-input-method, help-character-set):
22634         Define each button type with its own explicit define-button-type.
22636         * language/devan-util.el: Comment out parts of the file
22637         which apparently are garbled.
22639 2001-11-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22641         * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
22642         insert-string.
22644 2001-11-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
22646         * play/snake.el (snake-mode): Remove make-local-hook.
22648         * play/tetris.el (tetris-mode): Likewise.
22650         * play/decipher.el (decipher-mode): Likewise.
22652         * tmm.el (tmm-add-prompt): Likewise.
22654 2001-11-25  Sam Steingold  <sds@gnu.org>
22656         * menu-bar.el (menu-bar-apropos-menu): New variable.
22657         Moved all `apropos' bindings to this menu.
22658         (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
22660 2001-11-24  KAWABATA, Taichi  <batta@beige.ocn.ne.jp>
22662         The following changes are for new indian languages support based
22663         on Unicode charset and CDAC fonts.
22665         * international/mule-conf.el: Change indian-1-column charset to
22666         indian-glyph charset.
22668         * international/characters.el: Adjusted for the change of
22669         indian-1-column -> indian-glyph.
22671         * international/fontset.el: Delete the setting for indian-1-column
22672         and add the setting for indian-glyph in the default fontset.
22674         * language/indian.el: Completely re-written.
22676         * language/devanagari.el: Completely re-written.
22678         * language/devan-util.el: Completely re-written.
22680         * language/ind-util.el: New file.
22682 2001-11-24  Richard M. Stallman  <rms@gnu.org>
22684         * startup.el (command-line-1): Don't do startup screen
22685         if a subprocess is running.  Call the startup screen buffer
22686         "GNU Emacs".  Make a special mode-line-format for it.
22688         * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
22689         (browse-url-galeon): Use that variable.
22691         * mail/supercite.el (sc-toggle-var): Don't use set-variable or
22692         eval-expression.  Eval and set the variable simply.
22694         * files.el (temporary-file-directory): Use defcustom.
22695         (small-temporary-file-directory): Likewise.
22696         (normal-backup-enable-predicate): Move down in file
22697         after definition of temporary-file-directory.
22699         * bindings.el (last-buffer, unbury-buffer): Doc fixes.
22701 2001-11-24  Colin Walters  <walters@debian.org>
22703         * calc/calc-ext.el (calc-init-extensions): Update the rest of the
22704         autoload names to match files renamed on initial calc import.
22706         * calc/calc.el (Commentary): Cleanup, and add logistic curve
22707         fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
22709 2001-11-23  Colin Walters  <walters@debian.org>
22711         * Makefile.in (finder_setwins, setwins): Include Calc again.
22713         * calc/calc-rules.el: Add header comment.
22715 2001-11-23  Andre Spiegel  <spiegel@gnu.org>
22717         * vc.el (with-vc-properties): Don't bind `filename' locally.
22718         (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
22719         to avoid name clashes.  Fix `lisp-indent-function' property for
22720         both.
22722 2001-11-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
22724         * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
22726 2001-11-22  Colin Walters  <walters@debian.org>
22728         * calc/calc-misc.el (report-calc-bug):
22729         Use `reporter-prompt-for-summary-p'.
22731         * calc/INSTALL, calc/Makefile: Remove.
22733 2001-11-22  Miles Bader  <miles@gnu.org>
22735         * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
22736         (reb-match-2, reb-match-3): Add dark-background variants.
22738 2001-11-22  Colin Walters  <walters@debian.org>
22740         * calc/calc-misc.el (calc-info): Don't perform voodoo, just
22741         (info "Calc").
22742         (report-calc-bug): Use reporter.el.
22744         * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
22746 2001-11-21  Richard M. Stallman  <rms@gnu.org>
22748         * which-func.el (which-function): Call imenu--make-index-alist
22749         if necessary to get a list of functions.
22750         (which-function-imenu-failed): New variable.
22751         (which-func-update): Handle all visible windows.
22752         (which-func-update-1): New subroutine broken out of which-func-update.
22754         * files.el (temporary-file-directory, null-device)
22755         (small-temporary-file-directory): Definitions moved up.
22757         * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
22758         (cperl-non-problems, cperl-praise): Doc fixes.
22760         * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
22761         (sh-mode-syntax-table): Function restored.
22762         Variable set up for use by function sh-mode-syntax-table.
22763         (sh-set-shell): Set the syntax table.
22765         * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
22767         * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
22769         * international/encoded-kb.el: Don't alter minor-map-alist.
22771 2001-11-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
22773         * files.el (auto-save-file-name-transforms): Put remote files in
22774         temporary-file-directory rather than /tmp.
22776 2001-11-21  Colin Walters  <walters@debian.org>
22778         * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
22779         of (function ...) wrapper.
22781 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
22783         * derived.el (define-derived-mode): Create the abbrev-table
22784         from inside the `defvar'.
22786         * jit-lock.el (jit-lock-defer-time): New var.
22787         (jit-lock-defer-timer, jit-lock-buffers): New vars.
22788         (jit-lock-mode): Initialize them.  Cancel the timers more carefully.
22789         (jit-lock-function): Defer fontification if requested.
22790         (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
22791         (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
22792         text property.
22793         (jit-lock-deferred-fontify): New fun.
22795 2001-11-20  Richard M. Stallman  <rms@gnu.org>
22797         * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
22798         Set local-abbrev-table to lisp-mode-abbrev-table.
22800         * emacs-lisp/re-builder.el (reb-mode):
22801         Don't use define-derived-mode.  Call kill-all-local-variables.
22803         * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
22804         Don't use define-derived-mode.
22806         * help-mode.el (help-mode): Undo 2001-10-07 change.
22808         * replace.el (occur-mode): Undo 2001-5-20 change.
22810 2001-11-20  Jason Rumney  <jasonr@gnu.org>
22812         * w32-fns.el (w32-system-coding-system): Change to an alias for
22813         locale-coding-system.
22814         (set-w32-system-coding-system): Document the above change.
22815         Set locale-coding-system instead.
22817 2001-11-20  Richard M. Stallman  <rms@gnu.org>
22819         * ruler-mode.el: Add pagination.
22820         (ruler-mode-toggle-show-tab-stops): No need to
22821         test `ruler-mode' variable.
22823 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
22825         * play/landmark.el: Mark lm-mode as special.
22827         * play/gomoku.el: Mark gomoku-mode as special.
22829 2001-11-20  Juanma Barranquero  <lektu@terra.es>
22831         * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
22832         (top-level): Bind it to C-c C-b.
22833         (re-builder): Don't re-enter RE Builder Mode.
22835         * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
22837 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
22839         * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
22840         `manual-program'.
22842         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
22843         to a line without a comment.
22845 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
22847         * dired.el (dired-listing-switches): Mention in the doc string
22848         that some switches are not supported by ls-lisp.el
22850 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
22852         * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
22853         (imenu--create-keymap-2): Remove.
22854         (imenu--create-keymap-1): Simplify, remove third argument.
22855         (imenu--generic-function): Use dolist.
22856         (imenu-find-default): New function.
22857         (imenu--completion-buffer): Use it.
22858         (imenu--mouse-menu): Use popup-menu.
22859         (imenu--menubar-select): Return t rather than calling imenu.
22861         * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
22862         New functions, extracted from fill-region-as-paragraph.
22863         (fill-region-as-paragraph): Use them.
22864         Use an end marker instead of eob.
22865         Ignore whitespace-only fill-prefixes when indenting according to mode.
22866         Simplify the loop that searches for spaces backwards.
22868         * textmodes/picture.el (picture-vertical-step)
22869         (picture-horizontal-step): Don't use defconst for variables.
22871         * mail/mail-extr.el: Use backquote/dolist/mapc/when.  Docstring fixes.
22872         (mail-extract-address-components): Downcase domain names.
22873         (mail-extr-delete-char): Remove.  Use delete-char instead.
22875         * emulation/pc-select.el: Doc string fixes.
22876         (pc-selection-mode): Don't treat macos as a tty.
22878         * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
22880         * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
22882         * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
22883         (mouse-wheel-progessive-speed): New var.
22884         (mwheel-scroll): Use it and handle float values.
22886         * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
22888         * iswitchb.el (iswitchb-mode): Use define-minor-mode.
22889         (iswitchb): Fix the case where the result was selected with the mouse.
22890         (iswitchb-completion-help): Use the normal *Completions* now that
22891         mouse selection works.
22892         (iswitchb-minibuffer-setup): Simplify.
22894         * newcomment.el (comment-column, comment-style, comment-multi-line)
22895         (comment-auto-fill-only-comments): Remove :group arg.
22896         (comment-padding): Add :type.
22897         (comment-indent-new-line): Ignore comment-auto-fill-only-comments
22898         if called interactively.
22900 2001-11-19  Colin Walters  <walters@verbum.org>
22902         * calc/calc.el (toplevel): Add comment and version header.
22903         (calc-init-base): Bump version to 2.02f, update date.
22905 2001-11-19  Richard M. Stallman  <rms@gnu.org>
22907         * net/browse-url.el: Support Mozilla and Galeon.
22908         By default, find the installed browser whichever it is.
22909         (browse-url-mozilla): New function.
22910         (browse-url-mozilla-sentinel): New function.
22911         (browse-url-galeon, browse-url-galeon-sentinel): New functions.
22912         (browse-url-default-browser): New function.
22913         (browse-url-process-environment): Use browse-url-browser-display.
22914         (browse-url-browser-display): Renamed from browse-url-netscape-display.
22915         (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
22916         (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
22917         (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
22918         (browse-url-browser-function): New default, new options.
22920 2001-11-19  Sam Steingold  <sds@gnu.org>
22922         * bindings.el (last-buffer, unbury-buffer): New function.
22923         (mode-line-unbury-buffer): Use `unbury-buffer'.
22925 2001-11-18  Stephen Eglen  <stephen@gnu.org>
22927         * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
22928         control behaviour when no further completion is possible.
22930 2001-11-19  Colin Walters  <walters@verbum.org>
22932         * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
22933         (math-showing-full-precision, math-with-extra-prec, math-working)
22934         (calc-with-default-simplification)
22935         (calc-with-trail-buffer): Use backtick.
22936         (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
22937         (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
22938         (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
22939         (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
22940         (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
22941         (Math-num-integerp, Math-bignum-test, Math-equal-int)
22942         (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
22943         (calc-record-compilation-date-macro): Deleted.  Callers updated.
22944         (math-format-radix-digit): Move to calc-bin.el.
22946         * calc/calc.el (calc-record-compilation-date): Remove.
22947         (calc-bug-address): Update.
22948         (calc-settings-file): Use `user-init-file'.
22950         * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
22951         Handle null `calc-settings-file'.
22953         * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
22954         * calc/calc-keypd.el (calc-keypad-mode): New.
22955         (calc-do-keypad): Use it.
22956         (calc-keypad-map): Move into `calc-keypad-mode'.
22958         * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
22959         to defalias argument.
22961         * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
22962         (calcFunc-floor): Ditto.
22964         * calc-units.el (calcFunc-usimplify): Ditto.
22966         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
22967         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
22968         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
22969         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
22970         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
22971         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
22972         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
22973         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
22974         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
22975         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
22976         * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
22977         and move them before their first use.  Use `when', `unless'.
22978         Remove trailing periods from error forms.  Add description and
22979         headers suggested by Emacs Lisp coding conventions.
22981 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
22983         * newcomment.el (comment-indent):
22984         Fix misindentation for comment-only lines.
22985         (comment-indent-new-line): Only obey comment-multi-line if the
22986         comment-ender is not the end-of-line.
22988 2001-11-19  Richard M. Stallman  <rms@gnu.org>
22990         * net/net-utils.el (network-connection-service-abbrev-alist):
22991         New variable.
22993         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
22994         Advance to start of 3rd sexp by moving fwd and backing over it.
22995         At first three elements, act like defun.
22997         * delsel.el (delete-selection-pre-hook): Handle and resignal
22998         file-supersession errors to interact properly with userlock.el.
23000 2001-11-18  Richard M. Stallman  <rms@gnu.org>
23002         * progmodes/fortran.el (fortran-mode-syntax-table):
23003         Specify punctuation syntax for backslash.
23005         * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
23006         All calls deleted.
23008         * international/mule-util.el (string-to-sequence): Make it obsolete.
23009         (string-to-list, string-to-vector): Implement them directly
23010         using append and vconcat, not with string-to-sequence.
23012         * startup.el (command-line): Set abbrevs-changed to nil after
23013         reading the init file and the abbrevs file.
23015         * isearch.el (isearch): Use magenta2 as bg for (background light)
23017 2001-11-17  Richard M. Stallman  <rms@gnu.org>
23019         * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
23021         * simple.el (minibuffer-history-sexp-flag): Doc fix.
23023 2001-11-17  Stefan Monnier  <monnier@cs.yale.edu>
23025         * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
23026         If set and if applicable, add a regexp to highlight defun-like
23027         text inside comments and strings.
23028         (font-lock-fontify-keywords-region): Pass that new arg.
23029         (font-lock-set-defaults): Move the code to set `font-lock-keywords'
23030         to the end and pass that new arg.
23031         (c-font-lock-keywords-2): Fix regex for labels.
23032         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
23033         Make it work when LIMIT is several lines further.
23034         (c-font-lock-keywords-3, c++-font-lock-keywords-3)
23035         (objc-font-lock-keywords-3, java-font-lock-keywords-3):
23036         Use backquote and make the regexes for `int a, b, c;' work on
23037         multiple lines.
23039         * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
23040         (font-lock-defaults-alist): Don't change it any more.
23041         (reb-subexp-mode-map): Cleanup.
23043         * custom.el (custom-current-group-alist): New var.
23044         (custom-declare-group): Set it.
23045         (custom-current-group): New fun.
23046         (custom-declare-variable, custom-handle-all-keywords):
23047         Use it as a default if no :group argument is specified.
23049         * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
23050         (standard-keyboard-coding-systems): New var.
23051         (set-locale-environment): Use it to decide whether or not to call
23052         set-keyboard-coding-system.
23053         (locale-language-names): Use \"French\" for "fr".
23055 2001-11-17  Richard M. Stallman  <rms@gnu.org>
23057         * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
23058         (add-to-list): Delete compatibility code.
23059         (checkdoc-next-message-error): Doc fix.
23061 2001-11-17  Stephen Eglen  <stephen@gnu.org>
23063         * locate.el (locate): Show default locate pattern within the
23064         prompt, but don't insert it into the minibuffer contents.
23065         Catch the case when pattern is the empty string.
23067 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
23069         * language/european.el ("French"): New language environment.
23071 2001-11-16  Richard M. Stallman  <rms@gnu.org>
23073         * calendar/todo-mode.el (todo-save): Fix previous change.
23075         * subr.el (functionp): Do use cdr-safe on object.
23077 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
23079         * bindings.el (mode-line-mode-name): Only put the help-echo property
23080         if the local-map property was put as well.
23081         (global-map): Bind switch-frame, delete-frame, iconify-frame
23082         and make-frame-visible events.
23084         * emacs-lisp/elp.el (elp-not-profilable): New var.
23085         (elp-not-profilable-p): New function.
23086         (elp-instrument-function): Use it.  Use backquotes and push.
23088         * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
23089         (byte-stack+-info, byte-compile-last-warned-form)
23090         (byte-compile-last-logged-file): Don't defconst a variable.
23091         (no-byte-compile): Declare.
23092         (byte-compile-file): Don't boundp-check no-byte-compile any more.
23093         (byte-compile-defvar): Leave defconst as is.
23095         * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
23096         (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
23097         (edebug-current-offset, edebug-old-def-name, edebug-error-point)
23098         (edebug-best-error): Don't defconst a variable.
23099         (edebug-read-syntax-table): Use a char-table.
23100         (edebug-lemacs-specific): Remove.
23101         Toplevel: Eliminate check for Lucid Emacs.
23103         * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
23105         * rect.el (move-to-column-force): Mark obsolete.
23106         (operate-on-rectangle, delete-extract-rectangle-line)
23107         (insert-rectangle, delete-whitespace-rectangle-line)
23108         (open-rectangle-line, clear-rectangle-line): Use move-to-column.
23109         (string-rectangle-history): New var.
23110         (string-rectangle, string-insert-rectangle): Use it.
23111         (delete-rectangle-line): Fix pos/column mixup and simplify.
23113         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
23114         (normal-top-level, command-line, command-line-1): Simplify.
23116         * tar-mode.el (tar-mode): Use define-derived-mode.
23118         * view.el (view-mode-enable): Don't use make-local-hook.
23120         * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
23122 2001-11-16  Richard M. Stallman  <rms@gnu.org>
23124         * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
23125         if it doesn't make sense as anything else.
23126         Don't recognize a "telephone number" at the beginning of the name.
23127         (mail-extr-leading-garbage): Match non-word characters only.
23129 2001-11-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23131         * startup.el (command-line-processed): Doc fix.
23133         * apropos.el (apropos-next-label-button): Doc fix.
23135 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
23137         * comint.el (comint-mode): Simplify.
23138         (make-comint-in-buffer): Run `comint-mode' only if necessary.
23140         * subr.el (eval-after-load): Make it work with features as well.
23142         * log-view.el (log-view-mode): Don't mark the buffer unmodified.
23144         * international/mule-cmds.el (describe-input-method): Setup xref.
23145         (set-language-environment): Use functionp.
23146         (locale-language-names, locale-charset-language-names)
23147         (locale-preferred-coding-systems): Defconst and purecopy.
23149         * language/european.el (mac-roman): Add mime-charset property.
23151 2001-11-15  Richard M. Stallman  <rms@gnu.org>
23153         * emacs-lisp/cl.el (values, values-list, multiple-value-list)
23154         (multiple-value-apply, nth-value): Use defsubst rather than defalias
23155         to get better doc strings.
23157 2001-11-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23159         * derived.el: Fix autoload cookie.
23161 2001-11-15  Richard M. Stallman  <rms@gnu.org>
23163         * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
23165 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
23167         * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
23169 2001-11-15  Richard M. Stallman  <rms@gnu.org>
23171         * dired.el (dired-undo): Display a message to explain
23172         that this does not undo file system changes.
23174 2001-11-15  David Kastrup  <David.Kastrup@t-online.de>
23176         * mouse-drag.el (mouse-drag-throw): Push back non-drag events
23177         into `unread-command-events' instead of trying keymap
23178         lookups ourselves.  This makes mouse-clicks do the right
23179         thing even when keymaps of overlays are involved.
23180         (mouse-drag-drag): Likewise.
23182 2001-11-15  Andreas Schwab  <schwab@suse.de>
23184         * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
23185         characters and append anchor to pattern added to auto-mode-alist.
23187 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
23189         * server.el (server-process-filter): Run pre/post-comment-hook
23190         before/after visiting the file.
23192         * info-look.el (makefile-mode): Add info for automake.
23193         (autoconf-mode): Fix the name of the index for automake.
23195         * international/latin-9.el: Give pilcrow punctuation syntax.
23197 2001-11-15  Andre Spiegel  <spiegel@gnu.org>
23199         * vc.el: Documentation fixes.
23201 2001-11-14  Stefan Monnier  <monnier@cs.yale.edu>
23203         * smerge-mode.el (smerge-match-conflict): Fix typo.
23204         (smerge-diff): Be careful to read match-data early enough.
23206 2001-11-14  Colin Walters  <walters@verbum.org>
23208         * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
23209         (calcFunc-subst): Use `defalias' instead of `fset' and
23210         `symbol-function'.
23212         * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
23213         (calcFunc-ceil, calcFunc-round): Ditto.
23215         * calc/calc-bin.el (calcFunc-clip): Ditto.
23217         * calc/calc-ext.el (calcFunc-evalv): Ditto.
23219         * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
23221         * calc/calc-misc.el (math-fixnump, math-fixnatnump)
23222         (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
23224         * calc/calc-units.el (calcFunc-unsimplify): Ditto.
23226         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
23227         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
23228         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
23229         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
23230         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
23231         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
23232         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
23233         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
23234         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
23235         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
23236         * calcsel2.el: Style cleanup; don't put closing parens on their
23237         own line, add "foo.el ends here" to each file, and update
23238         copyright date.
23240         * README: Update maintainer.
23242 2001-11-13  Richard M. Stallman  <rms@gnu.org>
23244         * progmodes/compile.el (recompile): Use compilation-arguments if
23245         set, so as to be able to M-x recompile the exact command which
23246         created a compilation-mode buffer.
23248         * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
23250 2001-11-13  Gerd Moellmann  <gerd@gnu.org>
23252         * mouse.el (mouse-drag-region): Don't run the up-event
23253         handler if window start changed due to the down-mouse event.
23255 2001-11-13  Richard M. Stallman  <rms@gnu.org>
23257         * mouse.el (mouse-show-mark): Either move point to the mark
23258         or use highlighting, never both.
23259         (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
23261 2001-11-13  Simon Josefsson  <jas@extundo.com>
23263         * mail/smtpmail.el (top-level): Change maintainer to Simon
23264         Josefsson, cleanup the smtpmail.el header.
23266         * mail/smtpmail.el (top-level): Don't require cl or base64.
23267         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
23268         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
23269         Defsubst instead of defmacro.
23270         (smtpmail-intersection): Return value in reverse order.
23271         (smtpmail-open-stream): Use stringp instead of string-to-list.
23272         (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
23273         separated from smtpmail-via-smtp.
23275         * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
23276         rfc2104.  Require base64 and cl.
23277         (smtpmail-smtp-service): Doc fix.  :type fix.
23278         (smtpmail-debug-info): Doc fix.
23279         (smtpmail-debug-verb, smtpmail-auth-credentials)
23280         (smtpmail-starttls-credentials, smtpmail-auth-supported):
23281         New variables.
23282         (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
23283         mail-utils (it is autoloaded).
23284         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
23285         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
23286         (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
23287         (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
23288         (smtpmail-via-smtp): Support AUTH.
23289         (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
23291 2001-11-13  Richard M. Stallman  <rms@gnu.org>
23293         * ebuff-menu.el (electric-buffer-update-highlight): New function.
23294         (electric-buffer-overlay): New variable.
23295         (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
23296         (electric-buffer-list): Likewise.
23298         * isearch.el (isearch-whitespace-chars): Doc fix.
23299         (isearch-mode): Handle negative search-slow-window-lines correctly.
23301 2001-11-13  Stefan Monnier  <monnier@cs.yale.edu>
23303         * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
23305         * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
23306         From Emmanuel Briot <briot@act-europe.fr>.
23308 2001-11-13  Colin Walters  <walters@debian.org>
23310         * calc/calc.el (calc-unread-command): Use `unread-command-events'.
23312         * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
23313         "~/.emacs"; use `read-file-name'.
23315         * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
23316         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
23317         * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
23318         * calc/calc.el: Use `frame-width' instead of `screen-width',
23319         `frame-height' instead of `screen-height', and,
23320         `executing-kbd-macro' instead of `executing-macro'.
23322         * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
23323         correct number of arguments.
23325         * calc/calc-aent.el (calc-do-alg-entry):
23326         Use `blink-paren-function' instead of `blink-paren-hook'.
23328 2001-11-12  Richard M. Stallman  <rms@gnu.org>
23330         * calendar/todo-mode.el (todo-save): Add save-excursion
23331         and save-restriction.
23333         * server.el (server-edit, server-done): Doc fix.
23335         * simple.el (clone-indirect-buffer): Error if major mode symbol
23336         has a no-clone-indirect property.
23337         (clone-buffer): Check for obvious errors before reading clone name.
23339         * info.el (Info-mode): Add a no-clone-indirect property.
23341 2001-11-12  Sam Steingold  <sds@gnu.org>
23343         * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
23344         set-buffer-modified-p to nil after `vc-exec-after'.
23345         * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
23346         (log-view-mode): Make read-only.
23347         (log-view-current-file): Do final `expand-file-name' in the
23348         current `default-directory'.
23349         (log-view-current-tag): Take an optional `where' arg.
23350         (log-view-diff): New user command.
23352 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23354         * progmodes/cpp.el (cpp-choose-face): Fix typo.
23356 2001-11-12  Sam Steingold  <sds@gnu.org>
23358         * emacs-lisp/cl-indent.el (toplevel): Indent properly
23359         `generic-flet', `generic-labels', `with-accessors',
23360         `with-condition-restarts'.
23362 2001-11-12  Richard M. Stallman  <rms@gnu.org>
23364         * dired.el: Many trivial doc fixes.
23365         (dired-get-file-for-visit): New function.
23366         (dired-find-alternate-file, dired-mouse-find-file-other-window)
23367         (dired-view-file, dired-find-file-other-window, dired-display-file)
23368         (dired-find-file): Use dired-get-file-for-visit.
23370 2001-11-12  Alex Schroeder  <kensanata@yahoo.com>
23372         * sql.el (sql-mode): Doc change.
23374         * sql.el (sql-mode-syntax-table): The backslash is no longer an
23375         escape character.
23377 2001-11-12  Colin Walters  <walters@debian.org>
23379         * calc/calc-keypd.el (toplevel): Bind mouse buttons.
23380         (calc-do-keypad): Don't attempt to use nonexistent global
23381         mouse-map, use calc-keypad-map.
23382         (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
23383         (calc-keypad-left-click): Don't use mouse-map; update to new event
23384         interface.
23385         (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
23386         (calc-keypad-press): Use `unread-command-events' instead of
23387         `unread-command-char'.
23389         * calc/calc-ext.el (calc-init-extensions): Update autoload names
23390         to match files renamed on initial calc import.
23392 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23394         * textmodes/flyspell.el (flyspell-default-dictionary):
23395         Fix previous change.
23397 2001-11-12  Richard M. Stallman  <rms@gnu.org>
23399         * textmodes/flyspell.el (flyspell-default-dictionary):
23400         Fix custom type.
23402 2001-11-11  Richard M. Stallman  <rms@gnu.org>
23404         * calendar/solar.el (solar-sunrise-and-sunset):
23405         Exchange the two extreme values of day-length.
23407         * progmodes/sh-script.el (sh-must-be-shell-mode):
23408         Allow modes derived from sh-mode.
23410         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
23411         Turn off error in some re-search-forward calls.
23413         * replace.el (query-replace-skip-read-only): New variable.
23414         (perform-replace): If that variable is non-nil, ignore matches
23415         that have a read-only property.
23417         * derived.el (define-derived-mode): Doc fix.
23419         * server.el (server-buffer-done): Test of server-existing-buffer
23420         was backwards.
23421         (server-existing-buffer): Doc fix.
23423         * textmodes/flyspell.el (flyspell-default-dictionary):
23424         Allow nil as value, and make nil the default.
23426 2001-11-11  Eli Zaretskii  <eliz@is.elta.co.il>
23428         * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
23429         it is not fboundp.
23430         (clipboard-yank): Ditto.
23432 2001-11-11  Colin Walters  <walters@verbum.org>
23434         The following changes are based on patches from
23435         Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
23436         <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
23438         * calc/calc.el (toplevel): Require calc-macs.
23439         (calc-minibuffer-size): New.
23440         (calcDigit-nondigit): Use it instead of `buffer-size'.
23441         (calcDigit-backspace): Likewise.
23442         (calcDigit-nondigit): Use `minibuffer-contents' instead of
23443         `buffer-string'.
23444         (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
23445         `point-min'.
23446         (calcDigit-key): Use `calc-minibuffer-contains' instead of a
23447         `save-excursion'.
23449         * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
23450         simple `setq' form.
23452         * calc/calc-ext.el: (toplevel): Require calc.
23453         (calc-fancy-prefix-map): New.
23454         (calc-fancy-prefix): Use it.
23455         (calc-fancy-prefix-other-key): New.
23457         * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
23458         (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
23459         (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
23460         (calcAlg-enter): Likewise.
23461         (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
23463 2001-11-10  Richard M. Stallman  <rms@gnu.org>
23465         * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
23466         (quietly-read-abbrev-file): Doc fix.
23468         * startup.el (command-line): Read standard abbrev
23469         file (abbrev-file-name), if it exists.
23471         * files.el (save-abbrevs): Default value is t.
23473         * progmodes/compile.el (compile-goto-error): Fix previous change
23474         in the case where subsequent errors have not been parsed yet
23475         because they are in a different source file.
23477 2001-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
23479         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
23480         Merge two regular expressions into one.
23481         (ps-mode): Make local bindings for `comment-start' and
23482         `comment-start-skip'.
23483         (ps-mode-looking-at-nested): Simplify an if-else construct;
23484         use `set-match-data' to set the result.
23486 2001-11-10  Richard M. Stallman  <rms@gnu.org>
23488         * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
23489         Function deleted.
23490         (flyspell-correct-word): Old definition deleted.
23491         (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
23492         All references renamed too.
23494 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
23496         * Makefile.in (finder_setwins, setwins): Exclude Calc.
23498 2001-11-09  Per Abrahamsen  <abraham@dina.kvl.dk>
23500         * wid-edit.el (checklist): Removed `:menu-tag'.
23501         (radio-button-choice): Ditto.
23502         (editable-list): Ditto.
23504 2001-11-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23506         * play/gomoku.el: Move definitions of constants to the beginning
23507         of file, before their use.
23509 2001-11-09  Richard M. Stallman  <rms@gnu.org>
23511         * textmodes/flyspell.el: Use the keymap property
23512         instead of local-map, and don't use a minor-mode map.
23513         (flyspell-mode-map): Variable deleted.
23514         Don't mess with minor-mode-map-alist.
23515         (calling add-minor-mode): Specify nil for keymap.
23516         And always use add-minor-mode, now that it exists.
23517         (flyspell-overlay-keymap-property-name): Set it to `keymap'.
23518         (flyspell-mode-on): Don't locally bind flyspell-mouse-map
23519         or flyspell-local-mouse-map.
23520         (make-flyspell-overlay): Use flyspell-mouse-map directly.
23521         (flyspell-mode): Doc fix.
23522         (flyspell-mode-on): Don't call make-local-hook.
23524 2001-11-09  Sam Steingold  <sds@gnu.org>
23526         * emacs-lisp/debug.el (debugger-make-xrefs):
23527         Add buttons to all symbols.
23529 2001-11-09  Andre Spiegel  <spiegel@gnu.org>
23531         * vc.el: Add John David Smith to credits.
23533         Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
23535         * vc-hooks.el (vc-error-occured): Backquotified.
23536         (vc-file-prop-obarray): Use prime length for better efficiency.
23538         * vc.el (vc-clear-context): Fill obarray with 0, not nil.
23540 2001-11-09  Eli Zaretskii  <eliz@is.elta.co.il>
23542         * info.el (Info-file-list-for-emacs): Add entries for Calc.
23544 2001-11-09  Miles Bader  <miles@gnu.org>
23546         * subr.el (functionp): Don't consider macros as functions.
23548 2001-11-08  Miles Bader  <miles@gnu.org>
23550         * subr.el (functionp): Make work correctly for macros and unbound
23551         symbols.
23553         * comint.el (comint-send-input): Fix description of
23554         `comint-process-echoes' in the doc-string.
23556 2001-11-08  Eli Zaretskii  <eliz@is.elta.co.il>
23558         * international/mule.el (make-translation-table): Doc fix.
23559         Suggested by Alex Schroeder <alex@gnu.org>.
23561 2001-11-07  Richard M. Stallman  <rms@gnu.org>
23563         * info.el (Info-fontify-node): Highlight every third menu item.
23565 2001-11-07  Per Abrahamsen  <abraham@dina.kvl.dk>
23567         * cus-edit.el (custom-face-value-create): Don't ignore the
23568         `customized-face' attribute when finding the current face spec.
23570 2001-11-07  Stefan Monnier  <monnier@cs.yale.edu>
23572         * subr.el (with-local-quit): New macro.
23573         (make-syntax-table): Always inherit.
23574         (functionp): Be more careful when `object' is a symbol.
23576         * dabbrev.el (dabbrev-completion): Use "*Completions*".
23578 2001-11-07  Paul Eggert  <eggert@twinsun.com>
23580         * dired.el (dired-move-to-filename-regexp):
23581         Do not distinguish between ASCII letters and non-ASCII characters.
23582         Don't allow comma except in the form "month day, year".
23583         Don't allow space between month name and comma.
23584         Clean up the code that checks for trailing period, comma, and space.
23585         Remove now-obsolete comments, and add more commentary about
23586         Japanese dates.
23587         Always gobble up trailing spaces, instead of doing it only sometimes.
23589 2001-11-07  Miles Bader  <miles@gnu.org>
23591         * paren.el (show-paren-match-face): Add dark-background variant.
23593 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
23595         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
23596         (lisp-mode-variables): Don't set paragraph-{start,separate}.
23597         Don't disable adaptive-fill-mode.
23598         (lisp-fill-paragraph): Use tab-width rather than 8.
23599         Prevent filling the first line of docstrings.
23601 2001-11-06  Richard M. Stallman  <rms@gnu.org>
23603         * play/gomoku.el (gomoku): Doc fix.
23605         * jka-compr.el (jka-compr-partial-uncompress):
23606         Support an alternative of not using dd.
23607         (jka-compr-dd-program): Use defcustom to define this.
23608         (jka-compr-load-suffixes): Use defcustom.
23609         (jka-compr-mode-alist-additions): Use defcustom.
23611 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
23613         * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
23614         Also work when LIMIT is further than the end of line.
23616 2001-11-06  Eli Zaretskii  <eliz@is.elta.co.il>
23618         * international/quail.el (quail-update-leim-list-file): Print the
23619         offending file name if some of its quail-define-package forms is broken.
23621 2001-11-05  Richard M. Stallman  <rms@gnu.org>
23623         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
23624         of the evaluated form.
23626 2001-11-05  Paul Eggert  <eggert@twinsun.com>
23628         * ls-lisp.el (ls-lisp-time-to-seconds): New function.
23629         (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
23630         stamps always line up by default.  Also, it uses a slightly
23631         different window to determine whether files are "recent".
23633 2001-11-05  Andrew Innes  <andrewi@gnu.org>
23635         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
23636         Don't attempt to remake autoloads before nuking .elc files.
23638 2001-11-04  Richard M. Stallman  <rms@gnu.org>
23640         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
23641         previous-single-property-change or next-single-char-property-change
23642         returns nil.
23644         * international/mule-cmds.el (set-locale-environment):
23645         Make it interactive; make arg optional.
23647         * international/mule-diag.el (help-funs): Require help-funs.
23649 2001-11-04  Eli Zaretskii  <eliz@is.elta.co.il>
23651         * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
23653 2001-11-04  Miles Bader  <miles@gnu.org>
23655         * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
23656         shadow of the splash image grey on a dark background instead of black.
23658 2001-11-03  Stefan Monnier  <monnier@cs.yale.edu>
23660         * term.el (all faces): Don't (copy-face 'default <foo>).
23662         * term/xterm.el (function-key-map):
23663         Add entry for `ESC [ 3 ~' -> <delete>
23664         Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
23665         Use inheritance so that .emacs and terminfo take precedence.
23667 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
23669         * tooltip.el (tooltip-delay): Decrease to 0.7.
23670         (tooltip-hide-delay): Enlarge to 10.
23672 2001-11-03  Richard M. Stallman  <rms@gnu.org>
23674         * startup.el (fancy-splash-tail): Explain how to recover
23675         from a crash, if there was a crash.
23676         (command-line-1): Reorganize display of startup screen,
23677         to simplify the logic.  Use a temp buffer for it.
23679 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
23681         * frame.el (set-background-color, set-foreground-color):
23682         Call face-set-after-frame-default, to propagate the new colors to
23683         the frame's parameters alist.
23685         * calendar/timeclock.el (timeclock-out): Signal an error if
23686         timeclock-last-event is nil.
23688 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
23690         * textmodes/fill.el (fill-context-prefix): Fix braino.
23692         * international/quail.el (quail-help):
23693         Use `help-buffer' and move `help-setup-xref' to beginning.
23695         * international/mule-cmds.el (describe-language-environment):
23696         Use `help-buffer' and move `help-setup-xref' to beginning.
23698         * international/mule-diag.el (list-character-sets)
23699         (sort-listed-character-sets, describe-character-set)
23700         (describe-coding-system, describe-fontset, list-fontsets):
23701         Use `help-buffer' and move `help-setup-xref' to beginning.
23702         (describe-char-after): Use `internal-describe-syntax-value'.
23704 2001-11-02  Richard M. Stallman  <rms@gnu.org>
23706         * mouse.el (popup-menu): If the user refuses to select
23707         from a menu, don't try to invoke the menu.
23709 2001-11-02  Miles Bader  <miles@gnu.org>
23711         * help-mode.el (help-xref): New button type.
23712         (help-function, help-variable, help-face, help-coding-system)
23713         (help-input-method, help-character-set, help-type, help-symbol)
23714         (help-back, help-info, help-customize-variable, help-customize-face)
23715         (help-function-def, help-variable-def): Use it as a supertype.
23716         Remove `action' property.
23718         * international/mule-diag.el (describe-character-set)
23719         (describe-coding-system): Pass correct args to `help-xref-button'.
23720         (sort-listed-character-sets): New button type.
23721         (list-character-sets): Use it.
23722         (list-charset-chars): New button type.
23723         (list-character-sets-1): Use it.
23725 2001-11-01  Stefan Monnier  <monnier@rum.cs.yale.edu>
23727         * indent.el (tab-always-indent, indent-for-tab-command):
23728         Remove redundant `never' setting.
23730         * fill.el (fill-region-as-paragraph): Don't forget to skip
23731         over current whitespace before looking for a preceding space.
23733 2001-11-01  Richard M. Stallman  <rms@gnu.org>
23735         * files.el (file-newest-backup): Don't pass backup file name
23736         thru file-name-sans-versions, because it never has version numbers.
23738         * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
23739         to avoid ambiguous nested loops.
23741         * files.el (find-file-noselect): Offer to change buffer-read-only
23742         only when the file's read-only status has changed from before
23743         as well as disagreeing with the buffer's current status.
23744         (buffer-file-read-only): New var, local in all buffers.
23746         * buff-menu.el (buffer-menu): Doc fix.
23747         (buffer-menu-other-window): Doc fix.
23748         (list-buffers, list-buffers-noselect): Doc fix.
23750 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
23752         * startup.el (command-line): If the terminal Emacs is running on
23753         has erase char set to ^H, use the Backspace key for deleting
23754         backward, and the Delete key for deleting forward.
23756 2001-11-01  Miles Bader  <miles@gnu.org>
23758         * button.el (define-button-type): Make sure every user-defined
23759         button type has a supertype.
23761 2001-10-31  Jason Rumney  <jasonr@gnu.org>
23763         * international/mule-cmds.el (locale-language-names): Add chs and
23764         cht as aliases for Chinese-GB and Chinese-BIG5.
23766 2001-10-31  Richard M. Stallman  <rms@gnu.org>
23768         * bindings.el (mode-line-frame-identification): Add doc string.
23769         (mode-line-position, mode-line-modes): New variables.
23770         (mode-line-format): Use mode-line-position for the part
23771         that displays the position-in-buffer info.
23772         Use mode-line-modes for the part that displays major and minor modes.
23774 2001-10-31  Sam Steingold  <sds@gnu.org>
23776         * emacs-lisp/debug.el (debugger-make-xrefs): New function.
23777         (debugger-setup-buffer): Call it.
23778         (debugger-mode-map): Bind RET and mouse-2.
23780 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
23782         * startup.el: Document command line option --no-window-system
23783         instead of --no-windows.
23785 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
23787         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
23789         * font-lock.el (java-font-lock-syntactic-face-function): New fun.
23790         (font-lock-defaults-alist): Use it.
23791         From David Ponce <david.ponce@wanadoo.fr>
23793         * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
23794         output of `char-after'.
23796         * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
23798         * simple.el (reindent-then-newline-and-indent): Insert the newline
23799         before indenting the first line.
23800         (undo-get-state, undo-revert-to-state): New funs.
23801         (shell-command): Don't kill the buffer even if empty.
23802         (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
23803         (transpose-subr-end2): Remove.
23804         (transpose-subr): Add `special' arg and simplify.
23805         (transpose-subr-1): Rewrite.
23806         (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
23807         (rfc822-goto-eoh): Simplify.
23809 2001-10-30  Richard M. Stallman  <rms@gnu.org>
23811         * enriched.el (enriched-face-ans): Fix previous change.
23813 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
23815         * international/iso-acc.el (iso-accents-compose): Remove a
23816         superfluous setq.
23818 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
23820         * buff-menu.el (list-buffers-noselect): If the buffer's name
23821         starts with a blank, but it visits a file, do show it (for files
23822         whose names start with a blank).
23824 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
23826         * textmodes/fill.el (sentence-end-double-space)
23827         (sentence-end-without-period): Move to paragraphs.el.
23828         (fill-indent-according-to-mode): Change default to t.
23829         (fill-context-prefix): Simplify control-flow and use a more
23830         sophisticated merge that unifies both previous checks.
23831         (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
23832         (fill-nobreak-predicate): Make it into a defcustom'd hook.
23833         (fill-nobreak-p): New fun.
23834         (fill-region-as-paragraph): Use it.
23835         Handle `fill-indent-according-to-mode' slightly differently.
23836         (fill-individual-paragraphs-prefix): Simplify the control-flow.
23837         (fill-individual-paragraphs-citation): Fix.
23839         * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
23840         (paragraph-start): Change default to the `text-mode' value.
23841         (sentence-end-double-space, sentence-end-without-period):
23842         Move from fill.el.
23843         (forward-paragraph): Use `parstart' and `parsep' for temp variables
23844         rather than rebinding `paragraph-start' and `paragraph-separate'.
23846         * indent.el (indent-line-function): Change default to indent-relative.
23847         (tab-always-indent): Add an `never' setting.
23848         (indent-according-to-mode): Handle `indent-relative' and
23849         `indent-relative-maybe' specially.
23850         (indent-for-tab-command): Rename `prefix-arg' to `arg'.
23851         Handle the `never' case for `tab-always-indent'.
23852         Don't call indent-according-to-mode for indent-relative' and
23853         `indent-relative-maybe'.
23854         (insert-tab): Rename `prefix-arg' to `arg'.
23855         (indent-region): Indent the first line as well.
23856         (indent-relative): Don't mark the buffer modified if the indentation
23857         is unchanged.
23859         * textmodes/text-mode.el (paragraph-indent-minor-mode):
23860         Don't set paragraph-separate.  Set paragraph-start more carefully.
23861         Set indent-line-function.
23862         (paragraph-indent-text-mode): Use it and define-derived-mode.
23863         (text-mode-map): Remove the \t binding.
23864         (text-mode): Simplify now that the default is more favorable.
23866 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
23868         * emacs-lisp/find-func.el (find-function-search-for-symbol):
23869         If the regexp doesn't match, use a looser one.
23870         (find-variable-noselect): Add `file' argument.
23872         * pcvs.el (cvs-mode-commit-hook): New hook.
23873         (cvs-mode-commit): Run it.
23875         * log-edit.el (log-edit): Run hook after `log-edit-files'.
23877         * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
23878         (edebug-instrument-function): Use `find-function-noselect'.
23880 2001-10-29  Richard M. Stallman  <rms@gnu.org>
23882         * term.el (term-if-emacs19): Macro deleted.
23883         Callers changed to use progn instead.
23885         * frame.el (blink-cursor-mode): Doc fix.
23887         * files.el (find-backup-file-name): Use make-backup-file-name.
23889         * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
23890         window-live-p.
23891         (edebug-set-conditional-breakpoint): Unconditionally use
23892         the former Emacs >=19 definition.
23893         (edebug-mark): Define unconditionally.
23894         (edebug-eval-expression): Always call read-from-minibuffer
23895         and specify history list.
23896         (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
23897         edebug-set-conditional-breakpoint.
23898         (edebug-emacs-version-specific): Function deleted;
23899         do the job at top level.
23900         (edebug-emacs-19-specific): Function deleted, this is the default.
23902 2001-10-29  Sam Steingold  <sds@gnu.org>
23904         * w32-fns.el (convert-standard-filename): Handle cygwin-specific
23905         "/cygdrive/LETTER/" pathnames.
23907 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
23909         * faces.el (invert-face): Check for 'unspecified, not for nil,
23910         when testing whether face colors are not specified.
23911         From David.Kastrup@t-online.de (David Kastrup).
23912         (read-face-name): Doc fix.
23913         (make-face-bold, make-face-unbold, make-face-italic)
23914         (make-face-unitalic, make-face-bold-italic, invert-face):
23915         Remove trailing blank from the prompt passed to read-face-name.
23917 2001-10-29  Sam Steingold  <sds@gnu.org>
23919         * emacs-lisp/bytecomp.el (byte-recompile-directory):
23920         Report numbers of files skipped and failed too.
23921         (byte-compile-file): Return 'no-byte-compile for skipped files.
23923 2001-10-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
23925         * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
23926         and `M p'.
23928 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
23930         * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
23931         as is on unread-command-events instead of `(SECOND-CHAR)'.
23933 2001-10-29  Andre Spiegel  <spiegel@gnu.org>
23935         * vc.el: Mention vc-*-switches in backend API documentation.
23936         (vc-annotate): Adapt doc string to recent change.
23938 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
23940         * enriched.el (enriched-face-ans): Handle face attributes
23941         of the form `(FACE1 FACE2 ...)'.
23943         * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
23945 2001-10-29  Alex Schroeder  <kensanata@yahoo.com>
23947         * progmodes/sql.el (sql-mysql): Doc change by RMS.
23949         * progmodes/sql.el (sql-db2): Doc change.
23950         (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
23951         (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
23953 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
23955         * env.el (substitute-env-vars): Don't quote argument to `rx';
23956         it's a macro.
23958 2001-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
23960         * cus-start.el (recursive-load-depth-limit): Added.
23962 2001-10-28  Richard M. Stallman  <rms@gnu.org>
23964         * textmodes/ispell.el (version18p, version20p): Vars deleted.
23965         All uses removed--assume Emacs version is >= 20.
23967         * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
23968         by really checking that it is not version 18.
23970         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
23972 2001-10-28  Miles Bader  <miles@gnu.org>
23974         * faces.el (face-attribute): Add INHERIT argument, consider face
23975         inheritance if it's non-nil.
23976         (face-attribute-merged-with): New function.
23977         (face-attribute-specified-or): New macro.
23978         (face-foreground, face-background, face-stipple): Add INHERIT
23979         argument.  Use `face-attribute-specified-or'.
23981 2001-10-28  Stefan Monnier  <monnier@cs.yale.edu>
23983         * font-lock.el: Require `syntax'.
23984         (font-lock-defaults-alist): Don't define keywords for lisp languages.
23985         Use `c-font-lock-syntactic-face-function' for c languages.
23986         (font-lock-mode): Don't unset vars when turning the mode off.
23987         (font-lock-default-fontify-buffer): Don't unset vars at the end.
23988         (font-lock-extra-managed-props): New var.
23989         (font-lock-default-unfontify-region): Use it.
23990         (font-lock-apply-syntactic-highlight): Flush the syntax cache.
23991         Don't eval the value when there's no match.
23992         (font-lock-ppss-stats): New var.
23993         (font-lock-ppss): New fun.
23994         (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
23995         (font-lock-apply-highlight): Allow `highlight' to set several props.
23996         (font-lock-set-defaults): Use dolist.
23997         (font-lock-unset-defaults): Remove.
23998         (font-lock-match-c-style-declaration-item-and-skip-to-next):
23999         Try to recognize prototypes using `foo P_ ((args))'.
24000         ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
24001         (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
24002         (c-font-lock-syntactic-face-function): New function.
24003         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
24004         (c++-keywords): Use a more sophisticated regexp to handle
24005         shallowly nested templates.
24007 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
24009         * textmodes/sgml-mode.el (sgml-empty-tags): New var.
24010         (sgml-tag): Use it.  Cleanup with `cond'.
24011         (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
24012         Mark the overlays and only delete those that are marked.
24013         (sgml-skip-close-p): Remove.
24014         (sgml-value): Replace sgml-skip-close-p with its definition.
24015         (html-tag-alist): Use sgml-xml a bit more.
24016         (html-mode): Set sgml-empty-tags.
24018         * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
24019         (texinfo-update-node, texinfo-sequential-node-update):
24020         Don't bind the obsolete `auto-fill-hook'.
24021         (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
24022         Use `set-buffer' rather than `switch-to-buffer'.
24023         (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
24024         Use `set-buffer' rather than `switch-to-buffer'.
24026         * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
24027         text-mode-syntax-table.
24028         (mail-mode): Use define-derived-mode.
24029         Fix ordering of alternatives in adaptive-fill-regexp.
24030         (mail-mode-map): Don't rely on keymap's internal representation.
24032 2001-10-27  Sam Steingold  <sds@gnu.org>
24034         * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
24035         (sgml-xml-guess): Extracted from `html-mode' and generalized.
24036         (sgml-mode-common): Call it.
24037         (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
24038         (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
24039         (html-horizontal-rule, html-image, html-ordered-list):
24040         (html-unordered-list, html-list-item, html-paragraph):
24041         (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
24042         `html-xhtml'.
24044 2001-10-26  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
24046         * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
24047         (ifnothtml): New alias.
24049 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
24051         * textmodes/text-mode.el (text-mode): Use define-derived-mode.
24052         (toggle-text-mode-auto-fill): Use derived-mode-p.
24054 2001-10-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
24056         * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
24057         `mdtm'.  From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
24059 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
24061         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
24062         Add make-obsolete cookies, to follow faces.el.
24064         These changes avoid warnings from the byte compiler in faces.el:
24066         * faces.el (internal-get-face): Use facep instead of the obsolete
24067         internal-find-face.
24068         (internal-frob-font-weight, internal-frob-font-slant):
24069         New defaliases for obsolete functions.
24070         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
24071         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
24072         (x-make-font-bold-italic): Use internal-frob-font-weight and
24073         internal-frob-font-slant aliases instead of the obsolete
24074         x-frob-... functions.
24076 2001-10-26  Sam Steingold  <sds@gnu.org>
24078         * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
24079         DOCTYPE; set `mode-name' based on it.
24080         (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
24081         (sgml-tag): Close empty tags in XHTML.
24083 2001-10-26  Jason Rumney  <jasonr@gnu.org>
24085         * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
24086         when UNICODE is not defined.
24088 2001-10-26  Sam Steingold  <sds@gnu.org>
24090         * font-lock.el (c-font-lock-keywords-2): Do not require labels to
24091         be alone on the line.
24093 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
24095         * button.el (button): Special face definition for MS-DOS terminals.
24097 2001-10-26  Sam Steingold  <sds@gnu.org>
24099         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
24100         Protect the /= test by checking that the args are non-nil.
24101         (sh-font-lock-close-heredoc): Check eof for being non-nil.
24103 2001-10-26  Tomas Abrahamsson  <tab@lysator.liu.se>
24105         * textmodes/artist.el (artist-version): 1.2.4.
24106         (artist-butlast-fn): New variable.
24107         (artist-butlast): New function.
24108         (artist-ellipse-mirror-quadrant): Use it.
24109         (artist-mouse-draw-poly): Use nil for `point-list'.
24110         (artist-mouse-draw-poly): Check for point-list being nil.
24112 2001-10-26  Peter Kleiweg  <kleiweg@let.rug.nl>
24114         * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
24115         lambda expression.
24116         (ps-mode-menu-main): Submenu with options on/off was replaced with
24117         a toggle button.
24118         (ps-mode, ps-run-mode): Define with `define-derived-mode'
24119         (ps-mode): Autoload cookie added on same line as comment
24120         (ps-mode-tabkey, ps-mode-backward-delete-char):
24121         (ps-mode-r-balance): Replace `delete-horizontal-space' and
24122         `indent-to' with `indent-line-to'
24123         (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
24124         instead of `eval'.
24125         (ps-mode-print-region): Use `with-temp-buffer'.
24126         (ps-run-start): Use of `mapconcat'.  Use `apply' instead of `eval'.
24127         (numerous places): Add back-tick and tick around names in
24128         docstrings, fix punctuation in docstrings, remove trailing spaces.
24130 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
24132         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
24133         (sgml-font-lock-keywords-2): Use `eval'.  Moved from sgml-mode-common.
24134         (sgml-font-lock-syntactic-keywords): New var.
24135         (sgml-mode-common): Drop the two args.
24136         Don't make buffer-local variables that aren't used.
24137         Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
24138         Don't set `before-string' props from sgml-display-text.
24139         (sgml-mode): Use define-derived-mode.
24140         (sgml-tags-invisible): Use sgml-display-text.
24141         (sgml-quote): New command.
24142         (html-tag-alist): Add args for `span'.
24143         (html-mode): Use define-derived-mode.
24144         Set sgml-display-text and sgml-tag-face-alist.
24146 2001-10-25  Sam Steingold  <sds@gnu.org>
24148         * add-log.el (add-log-always-start-new-record): New user option.
24149         (add-change-log-entry): Use it.
24151 2001-10-25  Richard M. Stallman  <rms@gnu.org>
24153         * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
24154         bind case-fold-search if FROM is not all lower case.
24156 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
24158         * startup.el (normal-top-level): Check for frame-initial-frame
24159         only if it's really used.
24161         * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
24163         * progmodes/compile.el (compilation-parse-errors-filename-function):
24164         New variable.
24165         (compilation-parse-errors): Use it.
24167 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
24169         * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
24170         interactively so that C-u M-C-x still does edebug.
24171         (checkdoc-sentencespace-region-engine): Don't force a double-space
24172         after `.' if it doesn't look like an end-of-sentence.
24173         (debug-ignored-errors): Add `disambiguate ...'.
24175 2001-10-24  Stefan Monnier  <monnier@cs.yale.edu>
24177         * textmodes/texinfo.el (texinfo-environments)
24178         (texinfo-environment-regexp): Hoist.
24179         (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
24180         Only highlight the menu name in menu items.
24181         Setup `@foo ... @end foo' as text clones.
24182         (texinfo-clone-environment): New function.
24183         (texinfo-mode): Simplify auto-fill-inhibit-regexp.
24184         (texinfo-insert-block): Simplify.
24185         (texinfo-insert-quote): Insert a plain " if preceded by \ or if
24186         the command is repeated.
24187         (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
24188         (texinfo-insert-@end): Simplify.
24190         * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
24191         (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
24192         (texinfo-subsubsection-level-regexp)
24193         (texinfo-update-menu-same-level-regexps)
24194         (texinfo-update-menu-higher-regexps)
24195         (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
24197         * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
24198         (derived-mode-p): Autoload.
24200         * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
24201         New vars and functions.
24202         (text-clone-maintain, text-clone-create): New functions.
24204 2001-10-25  Miles Bader  <miles@gnu.org>
24206         * facemenu.el (facemenu-add-new-face): Fix variable names.
24208 2001-10-24  Richard M. Stallman  <rms@gnu.org>
24210         * facemenu.el (facemenu-unlisted-faces): Improve doc strings
24211         of t and nil values.
24212         (facemenu-set-face): Handle START and END interactively.
24213         (facemenu-set-foreground): Don't use a face; specify color directly.
24214         (facemenu-set-background): Likewise.
24215         (facemenu-set-face-from-menu): Doc fix.
24216         (facemenu-active-faces): Use face-attribute-vector
24217         to handle bare attributes not in faces.
24218         (facemenu-get-face): Don't handle face names fg:... and bg:...
24219         specially.
24220         (facemenu-add-new-face): New argument MENU.
24221         New way to handle adding colors to the color menus.
24223         * env.el (substitute-env-vars): Quote the arg to rx.
24225 2001-10-24  Sam Steingold  <sds@gnu.org>
24227         * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
24228         Control" and "SGML" groups.
24230 2001-10-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
24232         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
24233         Better handling of C++ template args to avoid confusion with `<'
24234         and `>' used as operators in member init expressions.
24236 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
24238         * replace.el (perform-replace): Move START and END parameters
24239         to the end of the argument list and make them optional.
24241         * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
24242         perform-replace.
24244         * international/fontset.el (x-must-resolve-font-name): New function.
24245         (x-complement-fontset-spec): Use it.
24247 2001-10-23  Stefan Monnier  <monnier@cs.yale.edu>
24249         * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
24251         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
24252         Turn caadr into caar of cdr.
24254 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
24256         * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
24257         of mouse-{1,2} since dragging is on the down event.
24259         * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
24261         * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
24262         if ARG is nil.
24264         * desktop.el (desktop-last-buffer): New variable.
24265         (desktop-create-buffer): Set it.
24266         (desktop-read): Bind it and switch to that buffer.
24268 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
24270         * progmodes/compile.el (compilation-set-window-height):
24271         Select old window only if it's still live.
24273 2001-10-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
24275         * help-mode.el (help-buffer): Remove debugging code.
24276         From Stefan Monnier <monnier@cs.yale.edu>.
24278 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
24280         * files.el (file-name-sans-extension, file-name-extension):
24281         Don't count the leading dots in file names as signaling an extension.
24283 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
24285         * vc.el (vc-diff-switches): Doc rewritten.
24287 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
24289         * tooltip.el (tooltip-set-param): Doc fix.
24291         * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
24292         127 to sgml-maybe-name-self.
24293         (sgml-name-8bit-mode): Doc fix.
24294         (sgml-char-names-table): New variable.
24295         (sgml-name-char): Support non-ASCII and mule-unicode-*
24296         characters.  Doc fix.
24297         (sgml-maybe-name-self): Convert unibyte characters to multibyte.
24299         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
24300         doc string the effect of `left' and `top' parameters in
24301         tooltip-frame-parameters, the default values, and the units.
24302         (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
24303         (tooltip-show): Mention in the doc string the `top' and `left'
24304         parameters in tooltip-frame-parameters, and x-max-tooltip-size.
24306 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
24308         Add autoscaling support for vc-annotate.
24309         From J.D. Smith <jdsmith@alum.mit.edu>.
24311         * vc.el (vc-annotate-display-default): Accept colormap scaling
24312         ratio (now deprecated).
24313         (vc-annotate-display-autoscale): Added.
24314         (vc-annotate-add-menu): New autoscaling menu options "Span to
24315         Oldest" and "Span Oldest->Newest".  Easymenu support added for
24316         toggle menus driven by customize variable `vc-annotate-display-mode'.
24317         (vc-annotate-display-select): Added.
24318         (vc-annotate): Changed temp-buffer-show-function to
24319         `vc-annotate-display-select'.
24320         (vc-annotate-display): Removed arguments BUFFER and BACKEND.
24321         Added argument OFFSET.  Instead of backend function, calls now
24322         generic `vc-annotate-difference'.
24323         (vc-annotate-difference): Added as generic function instead of
24324         backend-specific function.  No longer takes argument POINT, but
24325         instead accepts a time OFFSET.
24326         (vc-default-annotate-current-time): Added.
24328         * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
24329         version in vc.el, with
24330         (vc-cvs-annotate-current-time): Added, as override of default.
24331         (vc-cvs-annotate-time): Added.  Taken mostly from the (now removed)
24332         `vc-cvs-annotate-difference'.
24334 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
24336         * saveplace.el (save-place): Require `saveplace'.
24338         * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
24339         Use `sexp' for :value-type instead of `face'.
24341 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
24343         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
24344         regexps due to 5-digit message IDs.
24346 2001-10-21  Jason Rumney  <jasonr@gnu.org>
24348         * term/w32-win.el (redisplay-dont-pause): Don't set.
24350 2001-10-21  Miles Bader  <miles@gnu.org>
24352         * help-funs.el (help-manyarg-func-alist): Variable removed.
24354 2001-10-21  Miles Bader  <miles@gnu.org>
24356         * help-funs.el (help-manyarg-func-alist): Remove entries for
24357         `insert', `insert-and-inherit', `insert-before-markers',
24358         `insert-before-markers-and-inherit', `message', `message-box',
24359         `message-or-box', `propertize', `format', `encode-time', `append',
24360         `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
24361         `insert-string', `ml-if', `ml-provide-prefix-argument', and
24362         `ml-prefix-argument-loop'.
24364 2001-10-21  Andre Spiegel  <spiegel@gnu.org>
24366         * vc.el (vc-diff-internal, vc-coding-system-for-diff)
24367         (vc-default-diff-tree): New functions.
24368         (vc-version-diff): Use them.  As a result, coding systems are now
24369         set up properly for all sorts of diffs, and tree diffs can now
24370         also be done locally.
24371         (vc-diff): With a prefix argument, don't require that it's called
24372         from a buffer under version control.
24373         (diff-switches): Remove duplicate definition.
24375         * vc-cvs.el (vc-cvs-diff-tree): New function.
24377 2001-10-21  Miles Bader  <miles@gnu.org>
24379         * help-funs.el (help-manyarg-func-alist): Remove entries for
24380         `list', `vector', `make-byte-code', `call-process',
24381         `call-process-region', `string', `+', `-', `*', `/', `max', `min',
24382         `logand', `logior', and `logxor'.
24384         * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
24385         image bits to compensate.  Use `make-string' instead of
24386         `make-bool-vector' (XBM apparently wants byte-aligned rows).
24388 2001-10-20  Kim F. Storm  <storm@cua.dk>
24390         * simple.el (kill-ring-save): Don't show extent of copied region
24391         if using transient-mark-mode and region is fully visible.
24393 See ChangeLog.9 for earlier changes.
24395 ;; Local Variables:
24396 ;; coding: iso-2022-7bit
24397 ;; End:
24399     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
24400   Copying and distribution of this file, with or without modification,
24401   are permitted provided the copyright notice and this notice are preserved.