(sh-mode-syntax-table): Don't make ^L
[emacs.git] / lisp / ChangeLog
blob20c2f6df45cb7c19e6f6290fea6a99f1aa07ff22
1 2002-10-27  Andreas Schwab  <schwab@suse.de>
3         * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
4         end-of-comment syntax.
6 2002-10-27  Kim F. Storm  <storm@cua.dk>
8         * ido.el (ido-cannot-complete-command): New defcustom, default to
9         ido-completion-help (similar to iswitchb-cannot-complete-hook).
10         (ido-complete): Call value of ido-cannot-complete-command rather
11         than ido-completion-help when no common completion.
13 2002-10-27  Dave Love  <fx@gnu.org>
15         * international/code-pages.el (iso-8859-11): New.
17 2002-10-26  Richard M. Stallman  <rms@gnu.org>
19         * progmodes/make-mode.el (makefile-cleanup-continuations):
20         Default for variable is nil.
21         (makefile-warn-continuations): New function.
22         (makefile-mode): Put it on write-file-functions.
24         * international/mule-cmds.el (select-safe-coding-system):
25         Delete debugging setq.
27         * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
28         after looking in ~. 
30         * startup.el (command-line): Look for .emacs under ~/.emacs.d
31         after looking in ~.
33         * simple.el (toggle-truncate-lines): When turning off truncation,
34         clear out the hscroll value in this buffer's windows.
36         * simple.el (display-message-or-buffer): Don't display empty
37         output in the echo area.
39         * man.el (Man-default-man-entry): Don't look for all word chars,
40         look only for characters that are normally part of a shell command.
42         * gud.el (gdb): Pass default-directory to GDB via -cd option.
44         * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
46         * find-file.el (ff-find-related-file): Fix autoload cookie.
48         * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
49         risky-local-variable-p.
51         * files.el (risky-local-variable-p): VAL=nil has special meaning.
53         * Makefile.in (compile-always): Avoid error in old Bash versions.
55 2002-10-27  Kim F. Storm  <storm@cua.dk>
57         * pcvs.el (cvs-checkout): Use read-directory-name.
58         (cvs-query-directory): Likewise.
60 2002-10-26  John Paul Wallington  <jpw@shootybangbang.com>
62         * textmodes/picture.el (picture-mouse-set-point): New command.
63         (picture-mode-map): Bind it.
64         (picture-motion-reverse): Doc fix.
66 2002-10-25  Stefan Monnier  <monnier@cs.yale.edu>
68         * textmodes/outline.el (outline-next-heading): Make sure the match-data
69         is really correct where returning.
71 2002-10-24  Juanma Barranquero  <lektu@terra.es>
73         * textmodes/outline.el (outline-minor-mode): Add customization group.
74         Patch from Matthew Swift <swift@alum.mit.edu>.
76 2002-10-23  Richard M. Stallman  <rms@gnu.org>
78         * files.el (risky-local-variable-p): New arg VAL.
79         (compile-command): Use `stringp' for `safe-local-variable' prop.
80         (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
82 2002-10-23  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
84         * woman.el: Updated user interface generally, especially Cygwin
85         compatibility.  Added some support for long groff names of the
86         form [xxx].  Added preprocessor detection and preliminary support
87         for tables using tbl/.TS/.TE.
89 2002-10-23  Kim F. Storm  <storm@cua.dk>
91         * ido.el (ido-restrict-to-matches): New command.
92         (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
94 2002-10-22  Bob Halley  <halley@play-bow.org>  (tiny change)
96         * eshell/esh-io.el (eshell-set-output-handle): Fix so that
97         multiple redirection can work.
99 2002-10-21  Stefan Monnier  <monnier@cs.yale.edu>
101         * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
102         Don't hardcode point-min == 1.
104         * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
105         (hexl-mode, hexl-current-address, hexl-address-to-marker)
106         (hexl-insert-char): Don't hardcode point-min == 1.
107         (hexl-isearch-search-function): New fun.
108         (hexl-mode-old-isearch-search-fun-function): New var.
109         (hexl-mode): Use them.
110         (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
111         Use write-contents-functions rather then write-contents-hooks.
113         * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
114         (paragraph-indent-text-mode-abbrev-table)
115         (paragraph-indent-text-mode-syntax-table): Remove.
116         (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
118 2002-10-21  Juanma Barranquero  <lektu@terra.es>
120         * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
121         from Emacs 21.  Arg DIR renamed to DIRECTORY for consistency.
123 2002-10-20  Andreas Schwab  <schwab@suse.de>
125         * apropos.el (apropos-group): Use customize-group-other-window.
127 2002-10-18  Stefan Monnier  <monnier@rum.cs.yale.edu>
129         * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
130         to just "/" instead of "/ p".
131         (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
133 2002-10-18  Juanma Barranquero  <lektu@terra.es>
135         * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
136         ELSE expression on IF.
138 2002-10-17  Juanma Barranquero  <lektu@terra.es>
140         * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
142         * subr.el (remq): Likewise.
144         * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
146         * vc-hooks.el (vc-insert-file): Likewise.
148         * vcursor.el (vcursor-other-window): Likewise.
150         * wid-edit.el (widget-choose): Likewise.
152         * calendar/diary-lib.el (diary-name-pattern): Likewise.
154         * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
156         * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
158         * emulation/edt-mapper.el (top-level): Likewise.
160         * eshell/esh-var.el (eshell/define): Likewise.
162         * mail/feedmail.el (feedmail-nuke-body-in-fcc)
163         (feedmail-queue-draft-directory): Likewise.
165         * net/netrc.el (netrc-parse): Likewise.
167         * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
169         * progmodes/ebrowse.el (ebrowse-ts)
170         (ebrowse-view/find-file-and-search-pattern)
171         (ebrowse-draw-file-member-info): Likewise.
173         * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
175         * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
177         * progmodes/sh-script.el (sh-indent-for-then): Likewise.
179         * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
181         * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
183 2002-10-17  Dave Love  <fx@gnu.org>
185         * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
187         * international/code-pages.el (cp-make-translation-table): Use
188         ucs-mule-to-mule-unicode.
189         (cp-fix-safe-chars): Fix typo.
190         (non-iso-charset-alist): Don't define.
191         (cp-make-coding-system): Use utf-8-translation-table-for-decode.
192         Define translation-table-for-input.
193         (cp866): Reinstate.
194         (alternativnj): Don't define alias.
195         (koi8-u): Deleted.
197         * language/european.el ("Slovenian"): Use slovenian input-method.
198         (encode-mac-roman): Use ucs-mule-to-mule-unicode.
200         * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
201         the table.
202         (cyrillic-alternativnyj): Don't give it `mime-charset' property.
203         (cp866): Delete this alias.
204         ("Bulgarian"): Fix the value of `input-method'.
206 2002-10-16  Luc Teirlinck  <teirllm@mail.auburn.edu>
208         * dired-aux.el (dired-add-entry): Put point in correct position
209         before inserting marker char.
211 2002-10-16  Andreas Schwab  <schwab@suse.de>
213         * dired.el (dired-readin-insert): Expand dired-directory.
215         * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
217 2002-10-16  Markus Rost  <rost@math.ohio-state.edu>
219         * textmodes/reftex-vars.el: Move reftex-set-dirty here from
220         reftex.el.  Move the provide call to end of file.
222         * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
224 2002-10-15  Dave Love  <fx@gnu.org>
226         * man.el (Man-getpage-in-background): Set width in environment.
228 2002-10-15  Kenichi Handa  <handa@m17n.org>
230         * mail/sendmail.el (sendmail-send-it): Call
231         select-message-coding-system before changing the current bufer to
232         " sendmail temp".
234 2002-10-14  Andre Spiegel  <spiegel@gnu.org>
236         * files.el (insert-directory): Handle //SUBDIRED// lines in
237         recursive listings from ls --dired.
239         * vc.el (vc-dired-reformat-line): Simplified.  Handles text
240         properties correctly now.
242 2002-10-14  Juanma Barranquero  <lektu@terra.es>
244         * international/mule.el (set-selection-coding-system): Fix spacing.
246 2002-10-13  Richard M. Stallman  <rms@gnu.org>
248         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
249         Treat `ignore' specially--prevent warnings about functions
250         called for effect, in its args.
251         Don't warn when `pop' is used for effect.
253         * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
255         * uniquify.el (uniquify-get-proposed-name):
256         Don't use directory-sep-char.
258         * thingatpt.el (read-from-whole-string): Add call to `ignore'.
260         * find-file.el (ff-related-file-alist): New alias.
261         (ff-find-related-file): New alias.
263 2002-10-13  Andreas Schwab  <schwab@suse.de>
265         * dired.el (dired-insert-directory): When looking for existing
266         indentation, goto OPOINT instead of beginning of buffer.
268 2002-10-12  Stefan Monnier  <monnier@cs.yale.edu>
270         * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
272 2002-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
274         * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
276         * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
278         * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
279         frame from frame of selected window.
280         (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
281         changing selected windows.
282         (ediff-setup-control-frame): Make sure auto-rase is properly set for
283         the control frame.
285 2002-10-10  Simon Josefsson  <jas@extundo.com>
287         * browse-url.el (browse-url-mozilla): Doc fix.
289 2002-10-10  Steve Youngs  <youngs@xemacs.org>
291         * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
292         (browse-url-mozilla): Use it.
294 2002-10-11  Miles Bader  <miles@gnu.org>
296         * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
297         files contains an invalid timestamp.
299 2002-10-11  Simon Josefsson  <jas@extundo.com>
301         * mail/sendmail.el (mail-envelope-from): New option `header' to
302         use RFC 2822 From: header as the envelope address.
303         (mail-envelope-from): New function, this should be used instead of
304         looking at the `mail-envelope-from' variable.
305         (sendmail-send-it): Use it.
307         * mail/smtpmail.el (smtpmail-via-smtp): Use it.
309 2002-10-11  Andre Spiegel  <spiegel@gnu.org>
311         * dired.el (dired-insert-directory): Fix check for indentation
312         from ls --dired.
314         * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
315         properties from the reformatted line.
317 2002-10-10  Stefan Monnier  <monnier@cs.yale.edu>
319         * textmodes/paragraphs.el (forward-paragraph): Keep track of
320         remaining paragraphs to skip more carefully.
322         * add-log.el (add-change-log-entry): Don't call find-file at all
323         if we're already in the proper buffer.
324         (change-log-resolve-conflict): New fun.
325         (change-log-mode): Use it and use define-derived-mode.
326         (change-log-merge): Allow other-log to be a buffer.
327         Don't add a \n if there are already enough \n's.
329         * finder-inf.el, subdirs.el, cus-load.el: Remove.
331         * finder.el ("finder-inf"): Don't fail if the file is absent.
333         * cus-dep.el (custom-make-dependencies): Don't use find-file.
334         Use feature names rather than file names if applicable.
336         * cus-edit.el (customize-mode): New command.
338         * custom.el (custom-group-of-mode): New fun.
339         (custom-load-symbol): Don't use preloaded-file-list now that
340         load-history is always complete.  Don't look up the expanded file
341         name in load-history (looked like an XEmacsism).
343         * smerge-mode.el (smerge-ediff): Autoload.
344         (smerge-match-conflict): Don't assume as much about smerge-begin-re.
345         (smerge-resolve-function): New var.
346         (smerge-resolve): New command.
347         (smerge-basic-map): Bind it.
349 2002-10-10  Andre Spiegel  <spiegel@gnu.org>
351         * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
352         CVS/Entries, rather than comparing it textually.
354 2002-10-10  Markus Rost  <rost@math.ohio-state.edu>
356         * international/encoded-kb.el:  Add `provide' call.
358 2002-10-09  David Kastrup  <David.Kastrup@t-online.de>
360         * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
361         ln(-1) should be i*pi, not pi.
363 2002-10-09  Markus Rost  <rost@math.ohio-state.edu>
365         * vc-cvs.el (vc-cvs-registered): In the autoload version use load
366         instead of require to avoid loops when loaddefs.el is loaded after
367         vc-cvs.el.
369         * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
370         (Custom-reset-saved): Don't test for saved-value.
372 2002-10-08  Stefan Monnier  <monnier@cs.yale.edu>
374         * vc.el (vc-find-version): Use the new backend op `find-version'.
375         (vc-default-find-version): Provide the new backend op `find-version'
376         in terms of the old `checkout' op.
378         * vc-rcs.el (vc-rcs-find-version): New fun.
379         (vc-rcs-checkout): Remove `workfile' arg and simplify.
381         * vc-sccs.el (vc-sccs-find-version): New fun.
382         (vc-sccs-checkout): Remove `workfile' arg and simplify.
384         * vc-cvs.el (vc-cvs-find-version): New fun.
386 2002-10-08  John Paul Wallington  <jpw@shootybangbang.com>
388         * info.el (Info-next-menu-item, Info-last-menu-item)
389         (info-emacs-manual): Add docstrings.
390         (Info-index): Use `string-to-number' instead of `string-to-int'.
392 2002-10-08  Kenichi Handa  <handa@m17n.org>
394         * international/ucs-tables.el (ucs-translation-table-for-decode):
395         Define it as a translation-table.
397 2002-10-07  Richard M. Stallman  <rms@gnu.org>
399         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
401         * progmodes/compile.el (grep-compute-defaults): Set the standard-value
402         properties of the variables being initialized.
404         * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
406 2002-10-07  Kim F. Storm  <storm@cua.dk>
408         * emulation/cua-base.el (cua-normal-cursor-color):
409         Fixed initialization to make "Erase Customization" work.
411 2002-10-07  Stefan Monnier  <monnier@cs.yale.edu>
413         * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
414         in case some other package redefined it.
415         (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
417         * textmodes/fill.el (fill-paragraph): Go to BOL before calling
418         forward-paragraph to make sure its return value is meaningful.
420 2002-10-06  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
422         * net/tramp.el: Version 2.0.25 released.
423         (tramp-handle-file-truename): If it's a directory,
424         append slash only if result doesn't end in a slash already.
425         (tramp-handle-file-truename): Restructure logic.  If list of steps
426         is nil, return "/" as the real name.
427         (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
428         `match-string' doesn't make sense.  From Michael Albinus.
429         (tramp-host-with-port-regexp): New defcustom. Equal to previous
430         `tramp-host-regexp'.  From Michael Albinus.
431         (tramp-host-regexp): Taken off hashes in host names. Otherwise,
432         scanning files like .rhosts would take comments as host names.
433         From Michael Albinus.
434         (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
435         Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
436         From Michael Albinus.
437         (tramp-action-terminal): New function.
438         (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
439         (tramp-actions-before-shell): Use them.
440         (tramp-handle-shell-command): Logic error.  From Ivan
441         Zakharyaschev <imz@altlinux.org>.
443 2002-10-06  Markus Holmberg  <markush@acc.umu.se>  (tiny change)
445         * thingatpt.el (thing-at-point-uri-schemes): New variable.
446         (thing-at-point-url-regexp): Use it.
448 2002-10-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
450         * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
451         loops.
453 2002-10-05  Stefan Monnier  <monnier@cs.yale.edu>
455         * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
456         (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
457         (vc-print-log): Don't check log-view-mode.
458         (vc-default-show-log-entry): Don't check log-view-goto-rev.
459         (vc-log-mode): Remove.
460         (vc-log-edit): Don't check log-edit.
462 2002-10-04  Stefan Monnier  <monnier@cs.yale.edu>
464         * vc-cvs.el (vc-cvs-show-log-entry):
465         * vc-rcs.el (vc-rcs-show-log-entry): Delete.
467         * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
469 2002-10-04  Markus Rost  <rost@math.ohio-state.edu>
471         * vc.el (vc-default-show-log-entry): Fix typo.
473 2002-10-04  Steven Tamm  <steventamm@mac.com>
475         * term/mac-win.el: Add lines to handle the new [return] event.
477 2002-10-03  Stefan Monnier  <monnier@cs.yale.edu>
479         * textmodes/fill.el (fill-paragraph): Give up if there's no
480         paragraph at or after point.
482         * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
484         * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
485         (vc-default-show-log-entry): New fun.
487         * subr.el (read-key-auxiliary-map, read-key): Remove.
488         (read-quoted-char): Undo the `read-key' change of 2002-06-23.
490 2002-10-03  Markus Rost  <rost@math.ohio-state.edu>
492         * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu):  Handle the
493         menu pseudo-keys generated by easymenu which are lowercase in
494         Emacs 21.4.
496         * progmodes/ada-xref.el
497         (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
499 2002-10-03  John Paul Wallington  <jpw@shootybangbang.com>
501         * frame.el (delete-frame-hook): Variable alias for
502         `delete-frame-functions'.  Mark obsolete.
504 2002-10-02  Stefan Monnier  <monnier@cs.yale.edu>
506         * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
507         (outline-5, outline-6, outline-7, outline-8): New faces.
508         (outline-font-lock-faces, outline-font-lock-levels): New vars.
509         (outline-font-lock-face): New fun.
510         (outline-font-lock-keywords): Use it.
511         (outline-font-lock-level): Remove.
512         (outline-mode, outline-next-preface, outline-next-heading)
513         (outline-previous-heading, outline-next-visible-heading):
514         Use shy group.
515         (outline-level) <var>: Update calling convention.
516         (outline-level) <fun>: Take advantage of it.
517         (outline-demote): Don't assume the match-data is still uptodate.
518         (outline-up-heading): Simplify and make sure the match data is
519         properly set at the end.
521 2002-10-02  Markus Rost  <rost@math.ohio-state.edu>
523         * progmodes/sh-script.el (sh-alias-alist): Use append instead of
524         nconc.
526         * startup.el (normal-top-level): Reset standard-value property of
527         `user-full-name' here.
529 2002-10-02  Per Abrahamsen  <abraham@dina.kvl.dk>
531         * wid-edit.el (widget-default-get): Change to return external
532         value.
533         (widget-choice-action): Update caller.
534         (widget-editable-list-entry-create): Update caller.
536         * wid-edit.el (widget-types-copy): New function.
537         (default): Added :copy keyword.
538         (menu-choice): Ditto.
539         (checklist): Ditto.
540         (radio-button-choice): Ditto.
541         (editable-list): Ditto.
542         (group): Ditto.
543         (widget-copy): New function.
544         (widget-create-child): Use it.
545         (widget-create-child-value): Use it.
547 2002-10-01  Bill Wohler  <wohler@newt.com>
549         * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
550         mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
551         mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
552         mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
553         toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
554         toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
555         toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
556         toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
557         Upgraded to mh-e version 6.1.1.  Full ChangeLog available in
558         http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
559         There were no user-visible changes in 6.1.1 from 6.1--only the
560         section of the Makefile that installs the files into Emacs was changed.
562 2002-10-01  Stefan Monnier  <monnier@cs.yale.edu>
564         * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
565         works when font-lock is turned off.
567         * jit-lock.el (jit-lock-fontify-now): Don't widen.
568         Let the jit-lock-functions do it if they want to.
570 2002-10-01  Juanma Barranquero  <lektu@terra.es>
572         * eshell/esh-module.el (eshell-load-defgroups):
573         Add "no-byte-compile: t" to subdirs.el.
575         * makefile.w32-in (update-subdirs-CMD): Likewise.
577         * forms-d2.el:
578         * forms-pass.el:
579         * generic-x.el:
580         * patcomp.el:
581         * paths.el:
582         * version.el:
583         * international/mule-conf.el:
584         * language/czech.el:
585         * language/devanagari.el:
586         * language/english.el:
587         * language/georgian.el:
588         * language/greek.el:
589         * language/hebrew.el:
590         * language/japanese.el:
591         * language/korean.el:
592         * language/lao.el:
593         * language/misc-lang.el:
594         * language/romanian.el:
595         * language/slovak.el:
596         * language/thai.el:
597         * language/utf-8-lang.el:
598         * emacs-lisp/cl-specs.el:
599         * eshell/esh-maint.el:
600         * mail/blessmail.el:
601         * play/bruce.el:
602         * term/apollo.el:
603         * term/AT386.el:
604         * term/bobcat.el:
605         * term/internal.el:
606         * term/iris-ansi.el:
607         * term/keyswap.el:
608         * term/linux.el:
609         * term/lk201.el:
610         * term/news.el:
611         * term/vt102.el:
612         * term/vt125.el:
613         * term/vt200.el:
614         * term/vt201.el:
615         * term/vt220.el:
616         * term/vt240.el:
617         * term/vt300.el:
618         * term/vt320.el:
619         * term/vt400.el:
620         * term/vt420.el:
621         * term/wyse50.el: Add "no-byte-compile: t" in first line.
623 2002-10-01  Kenichi Handa  <handa@m17n.org>
625         * international/utf-16.el: Don't provide utf-16.
627         * international/utf-8.el (ccl-decode-mule-utf-8):
628         Remove unnecessary line.
630 2002-09-30  Kenichi Handa  <handa@m17n.org>
632         * language/thai.el (thai-tis620): Add `mime-charset' property.
634         * language/indian.el: Don't register "ISO10646.*-1" in
635         font-ccl-encoder-alist.
637         * language/cyrillic.el (ccl-decode-koi8): Refer to
638         ucs-translation-table-for-decode.
639         (ccl-decode-koi8-u): Likewise.
640         (ccl-decode-alternativnyj): Likewise.
641         (cyrillic-koi8): Put `dependency' property.
642         (koi8-u): Likewise.
643         (cyrillic-alternativnyj): Likewise.
645         * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
646         this translation-table name here.
647         (utf-translation-table-for-encode): New translation-table name.
648         (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
649         (utf-defragmentation-table): New variable.
650         (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
651         (utf-subst-table-for-encode): New translation-table name.
652         (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
653         (utf-subst-table-for-decode): New translation-table name.
654         (utf-fragment-on-decoding): Renamed from
655         utf-8-fragment-on-decoding.  Correctly handle the case that
656         unify-8859-on-encoding-mode is off.  Handle mule-utf-16-le and
657         mule-utf-16-be too.
658         (utf-translate-cjk): Renamed from utf-8-translate-cjk.
659         Handle mule-utf-16-le and mule-utf-16-be too.
660         (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
661         and utf-subst-table-for-decode.
662         (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
663         and utf-subst-table-for-encode.
664         (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
666         * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
667         ucs-mule-cjk-to-unicode, not utf-8-subst-table and
668         utf-8-subst-rev-table.
670         * international/utf-16.el (utf-16-decode-ucs): Look up
671         utf-subst-table-for-decode.  Fix for the case that the looking up
672         succeeds.
673         (ccl-decode-mule-utf-16-le): Translate characters by
674         utf-translation-table-for-decode.
675         (ccl-decode-mule-utf-16-be): Likewise.
676         (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
677         at first.  Translate characters by utf-translation-table-for-encode.
678         (ccl-encode-mule-utf-16-be): Likewise.
679         (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
681         * loadup.el: Preload international/utf-16.  Don't call ucs-unify-8859.
683         * international/ucs-tables.el: Don't bind
684         utf-8-translation-table-for-decode while setting up
685         ucs-mule-8859-to-ucs-table, etc.  Add `depenency' property to
686         iso-8859-* coding systems.
687         (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
688         If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
689         populate the translation table named
690         ucs-translation-table-for-decode.  If FOR-ENCODE is non-nil, make
691         ucs-mule-to-mule-unicode populates the translation table named
692         utf-translation-table-for-encode.  Call register-char-codings for
693         mule-utf-16-be and mule-utf-16-le too.
694         (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
695         FOR-DECODE.  If FOR-DECODE is non-nil, make the translation table
696         named ucs-translation-table-for-decode vacant.  If FOR-ENCODE is
697         non-nil, make a proper char-table populates the translation table
698         name utf-translation-table-for-encode.  Call register-char-codings
699         for all mule-utf-* to to reset their status to the origianl.
700         (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
701         ucs-fragment-8859 with fixed arguments.  Set the version to 21.3.
702         (unify-8859-on-decoding-mode): Likewise.  Remove dependency.
703         (ccl-encode-unicode-font): Delete.
704         (ucs-tables-unload-hook): Delete.
706         * international/mule.el (decode-char): Refer to the translation
707         hash table named utf-subst-table-for-decode.  Refer to the
708         translation table named utf-translation-table-for-decode instead
709         of utf-8-translation-table-for-decode.
710         (encode-char): Refer to the translation hash table named
711         utf-subst-table-for-encode.  Refer to the translation table named
712         utf-translation-table-for-encode instead of
713         utf-8-translation-table-for-encode.
715         * international/mule-diag.el (describe-coding-system):
716         Describe `dependency' property.
718         * international/mule-conf.el (emacs-mule): Add property `composition'.
720         * international/fontset.el (ucs-mule-to-mule-unicode): Define this
721         translation table name here.
722         (ucs-mule-cjk-to-unicode): New translation table name.
723         (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
724         (font-ccl-encoder-alist): Change the font registry pattern to
725         "ISO10646.*-*".
727 2002-09-30  Colin Walters  <walters@gnu.org>
729         * calc/calc-stuff.el (calc-flush-caches): Add optional arg
730         `inhibit-msg'.
732         * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
733         `executing-kbd-macro' and `defining-kbd-macro'.
735         * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
736         Call `calc-flush-caches' with inhibit-msg arg.
737         (calc-change-mode): Remove extra arg for `calc-save-modes'.
739         * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
740         Don't bind `executing-kbd-macro'.
742 2002-09-29  Noah Friedman  <friedman@splode.com>
744         * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
746 2002-09-29  Richard M. Stallman  <rms@gnu.org>
748         * startup.el (user-mail-address): Initialize to a useful value
749         once Emacs is started up; initialize to "" at loadup time.
750         (command-line): "", not nil, means user-mail-address not set yet.
752 2002-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
754         * net/tramp.el: Version 2.0.24 released.
755         (tramp-methods, tramp-completion-function-alist):
756         Rename "*-old" methods to "*_old".  From Michael Albinus.
757         (tramp-completion-function-alist):
758         Use `tramp-completion-function-alist-ssh' for the "fcp" method.
759         From Michael Albinus.
760         (tramp-default-method-alist): Use "su" for "root@localhost".
761         (tramp-host-regexp): Allow "#" for "host#port" kludge.
762         (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
763         default method.  Require additional args USER and HOST for this.
764         Callers changed.
765         (tramp-handle-file-local-copy): More local bindings.  Bind results
766         of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
767         "are you awake" problem.
768         (tramp-action-password): Protect against clobbered match data.
769         (tramp-open-connection-setup-interactive-shell): Explicitly set
770         tramp-last-cmd-time before invoking tramp-send-command the first
771         time.  Otherwise, tramp-send-command would issue "echo are you
772         awake" right at the first time, which is not what we want.
773         Reported by Douglas Gray Stephens.
774         (tramp-find-inline-encoding): Don't redirect stdout to
775         /dev/null to avoid "chmode go-rwx" operation from "mimencode
776         >/dev/null" as root(!), and to check the output of the decoding
777         command.
778         (tramp-maybe-open-connection): Don't send "are you awake" if
779         process has died.
781 2002-09-29  Colin Walters  <walters@gnu.org>
783         * calc/calc.el (calc-dispatch-map): Actually set to keymap.
785 2002-09-29  Mike Williams  <mdub@bigfoot.com>
787         * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
789 2002-09-29  Richard M. Stallman  <rms@gnu.org>
791         * custom.el (defcustom): Doc fix.
793 2002-09-28  Richard M. Stallman  <rms@gnu.org>
795         * loadhist.el (unload-feature): When undefining a variable,
796         delete its buffer-local bindings.
798 2002-09-28  Luc Teirlinck  <teirllm@mail.auburn.edu>
800         * subr.el (remove-yank-excluded-properties): Fix bugs in
801         handling of category properties.
803 2002-09-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
805         * ps-print.el (ps-print-emacs-type): Error if ps-print is
806         activated in Epoch, inLucid or in Emacs v19 or lesser.
807         Value can no longer be `lucid'.
808         (ps-print-version): New version number (6.5.8).
809         (faces): Never do (require 'faces).
811 2002-09-28  Simon Josefsson  <jas@extundo.com>
813         * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
814         streams that were opened using starttls.
816 2002-09-28  Paul Reilly  <pmr@pajato.com>
818         * files.el (auto-mode-alist): Add support for Java Enterprise
819         ARchive (ear/EAR) and Web ARchive (war/WAR) files.
821 2002-09-28  John Paul Wallington  <jpw@shootybangbang.com>
823         * progmodes/m4-mode.el (m4-font-lock-keywords)
824         (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
825         (m4-m4-region): Doc fixes.
827 2002-09-27  Stefan Monnier  <monnier@cs.yale.edu>
829         * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
830         (cl-push, cl-pop): Remove.
831         Use pop and push throughout the file instead.
832         (cl-transform-lambda): Add usage info to docstring if the arglist
833         is complex.
835         * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
836         (autoload-print-form): Also quote open-[-in-column 0.
838         * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
839         (help-split-fundoc): Don't support old syntax any more.
840         (help-add-fundoc-usage): New fun.
842         * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
843         Use pop and push throughout the file instead.
844         (cl-hash-lookup): Remove.
845         (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
846         (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
848         * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
849         Use pop and push throughout the file instead.
851         * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
852         loading since the current keymaps might be all weird.
854         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
855         to the name since they're added by mode-line-format already.
856         (define-minor-mode): Run (,mode -1) when needed.
858         * tar-mode.el (tar-untar-buffer): Handle dir-entries.
859         (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
860         (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
861         Don't hardcode 1 == point-min.
863         * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
865         * subr.el (read-key-auxiliary-map): New var.
866         (read-key): Use it.
867         (make-temp-file): Make the file have mode 600.
868         (add-minor-mode): Don't add properties to the name since it's
869         added by mode-line-format already.
870         Be more careful with the mode-line-menu entry name.
872         * userlock.el (ask-user-about-supersession-threat): Don't abort
873         when the user hits mouse-2.
875         * register.el (set-register): Use push.
876         (point-to-register): Set kill-buffer-hook in this buffer.
877         (register-swap-out): Use dolist.
878         (kill-buffer-hook): Don't change globally.
880         * server.el (server-select-display): New function.
881         (server-process-filter): Add support for `-display' and `-eval' args.
882         (server-visit-files): Use save-current-buffer, push, and dolist.
883         Add server-kill-buffer to kill-buffer-hook.
884         (kill-buffer-hook): Don't modify globally.
885         (server-switch-buffer): Be a bit more careful with multiple displays.
886         (server-socket-name): Always use /tmp and non-qualified hostname.
888         * uniquify.el (uniquify-rationalize-file-buffer-names):
889         Add to kill-buffer-hook for buffers with conflict.
890         (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
891         (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
892         (kill-buffer-hook): Don't change globally.
894 2002-09-27  Stefan Monnier  <monnier@cs.yale.edu>.
896         * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
897         (calc-stack-top, calc-always-load-extensions)
898         (calc-line-numbering, calc-line-breaking, calc-display-just)
899         (calc-display-origin, calc-number-radix, calc-leading-zeros)
900         (calc-group-digits, calc-group-char, calc-point-char)
901         (calc-frac-format, calc-prefer-frac, calc-hms-format)
902         (calc-date-format, calc-float-format, calc-complex-format)
903         (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
904         (calc-display-strings, calc-matrix-just, calc-break-vectors)
905         (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
906         (calc-vector-brackets, calc-matrix-brackets, calc-language)
907         (calc-language-option, calc-function-open, calc-function-open)
908         (calc-function-close, calc-language-output-filter)
909         (calc-language-input-filter, calc-radix-formatter)
910         (calc-left-label, calc-right-label, calc-word-size)
911         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
912         (calc-display-raw, calc-internal-prec, calc-inverse-flag)
913         (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
914         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
915         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
916         (calc-window-height, calc-display-trail, calc-show-selections)
917         (calc-use-selections, calc-assoc-selections)
918         (calc-display-working-message, calc-auto-why, calc-timing)
919         (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
920         (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
921         Make into real defvars.
922         (calc-mode-var-list): Delete.
923         (calc-mode-save-mode, calc-standard-date-formats)
924         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
925         (calc-user-parse-tables, calc-gnuplot-default-device)
926         (calc-gnuplot-default-output, calc-gnuplot-print-device)
927         (calc-gnuplot-print-output, calc-gnuplot-geometry)
928         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
929         (calc-invocation-macro, calc-show-banner): Make into defvars,
930         taken from `calc-mode-var-list'.
931         (calc-emacs-type-epoch, calc-emacs-type-19)
932         (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
933         (calc-version, calc-version-date, calc-trail-pointer)
934         (calc-trail-overlay, calc-undo-list, calc-redo-list)
935         (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
936         (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
937         (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
938         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
939         (calc-said-hello, calc-executing-macro, calc-any-selections)
940         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
941         (calc-display-dirty, calc-prepared-composition)
942         (calc-selection-cache-default-entry, calc-embedded-info)
943         (calc-embedded-active, calc-standalone-flag, var-EvalRules)
944         (math-eval-rules-cache-tag, math-radix-explicit-format)
945         (math-expr-function-mapping, math-expr-variable-mapping)
946         (math-read-expr-quotes, math-working-step, math-working-step-2)
947         (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
948         defvars, from toplevel setq.
949         (calc-mode-map): Set up keymap in more modern fashion.
950         (calc-dispatch-map): Ditto.
951         (calc-command-flags, calc-final-point-line)
952         (calc-final-point-column): Defvar.
953         (calc-do): Use `save-current-buffer' instead of `save-excursion'.
954         (sel-mode): Defvar.
955         (calc-any-evaltos): Ditto.
956         (calc-buffer, calc-prev-char, calc-prev-prev-char)
957         (calc-digit-value): Ditto.
958         (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
959         (math-sub-bignum): Bind `diff'.
960         (calc-selection-cache-entry): Defvar.
961         (calc-count-lines): Reference `pos' instead of `newpos'.
963 2002-09-27  Simon Josefsson  <jas@extundo.com>
965         * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
967 2002-09-26  Richard M. Stallman  <rms@gnu.org>
969         * mail/unrmail.el (unrmail): Do the work directly,
970         without actually selecting the messages in the from file.
971         (unrmail-unprune): New subroutine.
973         * files.el (backup-buffer): Bind local var MODES.
974         Don't use renaming for a suid or sgid file.
975         Use backup-buffer-copy to do copying.
976         (backup-buffer-copy): New subroutine.
977         Clear suid and sgid bits for the copy.
979 2002-09-26  Edward M. Reingold  <reingold@emr.cs.iit.edu>
981         * calendar/solar.el (solar-equinoxes-solstices):
982         Use time properly adjusted for DST in the result.
984 2002-09-26  Richard M. Stallman  <rms@gnu.org>
986         * follow.el (follow-generic-filter): Simply bind deactivate-mark.
987         Bind inhibit-read-only; don't mess with buffer-read-only.
989         * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
991 2002-09-26  Luc Teirlinck  <teirllm@mail.auburn.edu>
993         * ielm.el (inferior-emacs-lisp-mode): Treat the header as
994         output, if comint-use-prompt-regexp-instead-of-fields is nil.
996 2002-09-26  John Paul Wallington  <jpw@shootybangbang.com>
998         * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
999         instead of within `with-current-buffer'.
1001 2002-09-26  Stephen Eglen  <stephen@gnu.org>
1003         * iswitchb.el (iswitchb-completions): Test that
1004         iswitchb-common-match-string is a string, before printing common
1005         completions.
1007 2002-09-25  Stefan Monnier  <monnier@cs.yale.edu>
1009         * server.el: Use built-in network primitives.
1010         (server-program, server-previous-string): Remove.
1011         (server-previous-strings): New var.
1012         (server-socket-name): New var.
1013         (server-log): Minor change to the output format.
1014         (server-sentinel): Clean up global state when a client disconnects.
1015         (server-unquote-arg): New fun.
1016         (server-start): Use server-socket-name and make-network-process.
1017         (server-process-filter): Now talks to the clients directly.
1018         Normalize file name after unquoting and decoding.
1019         (server-buffer-done): Just close the connection.
1020         (server-switch-buffer): Handle the case where all windows are
1021         dedicated or minibuffers.
1023         * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
1024         Don't bind them variables.
1025         (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
1026         (font-lock-after-unfontify-buffer): Check that the vars are bound.
1027         (font-lock-dont-widen): New var.
1028         (font-lock-default-fontify-region): Use it.
1030         * emacs-lisp/find-func.el (find-library-name):
1031         Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
1033 2002-09-25  Kenichi Handa  <handa@etl.go.jp>
1035         * international/mule-cmds.el (select-safe-coding-system):
1036         Handle safe but rejected default coding systems and unsafe default
1037         coding systems differently.
1039         * international/mule-diag.el (list-character-sets): Use the buffer
1040         name "*Character Set List*", not "*Help*".  List also indirectly
1041         supported character sets.
1042         (list-charset-chars): Use the buffer name "*Character List*", not
1043         "*Help*".  Display the current charset name in the modeline.
1044         (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
1045         (sort-listed-character-sets): Don't alter the region showing
1046         indirectly supported charsets.
1048 2002-09-24  Simon Josefsson  <jas@extundo.com>
1050         * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
1051         (mail-extract-address-components): Doc fix.
1053 2002-09-24  Markus Rost  <rost@math.ohio-state.edu>
1055         * simple.el (edit-and-eval-command):  Protect command-history.
1056         (repeat-complex-command):  Protect command-history.
1058 2002-09-24  Juanma Barranquero  <lektu@terra.es>
1060         * replace.el (occur-find-match): New function.
1061         (occur-next, occur-prev): Use it.
1063         * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
1064         (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
1065         instead of 'occur and 'occur-point.
1067         * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
1068         (eshell-poor-mans-grep): Remove references to `occur-buffer'.
1070 2002-09-24  Stefan Monnier  <monnier@cs.yale.edu>
1072         * descr-text.el (describe-text-category): Use *Help*.
1073         Don't kill-buffer.
1074         (describe-text-properties, describe-char):
1075         Delay self-inspection test.  Use *Help*.
1076         Use syntax-after.  Use `pos' rather than (point).
1077         Distinguish the before/after part of a composition.
1079 2002-09-23  Kenichi Handa  <handa@etl.go.jp>
1081         * international/quail.el (quail-completion): Be sure to scroll
1082         quail-completion-buf.
1084 2002-09-23  Richard M. Stallman  <rms@gnu.org>
1086         * ielm.el (*1): Fix previous change.
1088 2002-09-23  Juanma Barranquero  <lektu@terra.es>
1090         * net/tramp.el (tramp-unified-filenames): Autoload it.
1092 2002-09-23  Michael Kifer  <kifer@cs.stonybrook.edu>
1094         * ediff-init.el (ediff-get-next-window): Bug fix.
1096 2002-09-22  Oliver Scholz  <alkibiades@gmx.de>
1098         * play/gamegrid.el (gamegrid-face): New variable to emulate a
1099         buffer-local default face.
1100         (gamegrid-xbm): New variable; XBM image as a replacement for
1101         `gamegrid-xpm' on Emacsen compiled without XPM-support.
1102         (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
1103         of images to Emacs.
1104         (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
1105         convert XEmacs-type image descriptors.
1106         (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
1107         (gamegrid-make-image-from-vector): New function.  Convert XEmacs'
1108         image descriptors.
1109         (gamegrid-display-type): Use Emacs' standard `display-.*-p'
1110         functions to check for display capabilities.  Fix the recognition
1111         of image-support in Emacs 21 by this way.
1112         (gamegrid-hide-cursor): Removed.
1113         (gamegrid-setup-default-font): Ported the code from XEmacs to
1114         Emacs: create a new face and assign the variable `gamegrid-face'
1115         to it.  Make sure that the face is not higher than the smallest
1116         image used by the game.
1117         (gamegrid-initialize-display): Use `(setq cursor-type nil)'
1118         instead of `gamegrid-hide-cursor'.
1119         (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
1120         image in the buffer, instead of applying a face.  [This is because
1121         Emacs display-tables are not as capable as the display-tables in
1122         XEmacs.  Maybe this function should be renamed to reflect the change?]
1123         (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
1124         the face held by `gamegrid-face' in an overlay over the whole
1125         buffer to emulate a buffer-local default-face.
1127 2002-09-22  Richard M. Stallman  <rms@gnu.org>
1129         * play/doctor.el (doctor-doc): Add 2 question words.
1130         (doctor-getnoun): Parse and save the complete object phrase.
1132         * international/mule-cmds.el (select-safe-coding-system): Cope if
1133         default-coding-system gives nil which was then used in `min'.
1135         * mail/sendmail.el (sendmail-send-it): If user's buffer
1136         is unibyte, make tembuf unibyte.
1138 2002-09-22  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
1140         * net/tramp.el: Version 2.0.22 released.
1141         (tramp-parse-rhosts, tramp-parse-shosts)
1142         (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
1143         `add-to-list' for performance reasons.
1144         (tramp-get-completion-user-host): Return `nil' in case both `user'
1145         and 'host' are empty (not necessarily `nil'.
1146         (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
1147         (tramp-user-regexp): " \t" are not user regexp characters.
1148         (tramp-completion-handle-file-name-all-completions):
1149         Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
1150         completely, and it returns local completions as well.
1151         (tramp-completion-function-alist-ftp): New constant.
1152         (tramp-completion-function-alist): Add completion function for "ftp".
1153         From Michael Albinus <Michael.Albinus@alcatel.de>.
1155 2002-09-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1157         * net/tramp.el: Version 2.0.21 released.
1158         (tramp-handle-file-newer-than-file-p): If mtime of both files is
1159         known, return a useful result.  Better error message in case one
1160         is a Tramp file and one isn't.
1161         (tramp-handle-file-local-copy, tramp-handle-write-region)
1162         (tramp-find-shell, tramp-open-connection-telnet)
1163         (tramp-open-connection-rsh, tramp-open-connection-su)
1164         (tramp-open-connection-setup-interactive-shell)
1165         (tramp-post-connection, tramp-maybe-open-connection)
1166         (tramp-method-out-of-band-p): Correct number of args for
1167         `tramp-get-rsh-program' and similar functions.
1169 2002-09-22  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
1171         * net/tramp.el: Version 2.0.20 released.
1173 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
1175         * net/tramp.el (tramp-completion-function-alist): Escape open
1176         paren in docstring.
1177         (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
1178         (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
1179         instead of tramp-message.
1180         (tramp-open-connection-rsh): Handle empty string as user name.
1181         (tramp-open-connection-su): Handle empty string as host name.
1182         Handle nil user name.
1183         (tramp-handle-file-local-copy, tramp-handle-write-region)
1184         (tramp-completion-handle-file-name-all-completions)
1185         (tramp-open-connection-telnet, tramp-open-connection-rsh)
1186         (tramp-open-connection-su, tramp-post-connection)
1187         (tramp-maybe-open-connection, tramp-method-out-of-band-p)
1188         (tramp-get-connection-function, tramp-get-remote-sh)
1189         (tramp-get-rsh-program, tramp-get-rsh-args)
1190         (tramp-get-rcp-program, tramp-get-rcp-args)
1191         (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
1192         (tramp-get-su-args, tramp-get-telnet-program)
1193         (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
1194         additional args USER, HOST.
1195         (tramp-action-password, tramp-open-connection-telnet)
1196         (tramp-open-connection-su, tramp-open-connection-multi)
1197         (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
1198         takes USER and HOST arguments, to be able to use
1199         `tramp-find-method'.  Update callers.
1200         (tramp-find-method): New function.
1202 2002-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1204         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
1205         in SWITCHES (by removing it).
1207 2002-09-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1209         * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
1211 2002-09-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1213         * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
1215 2002-09-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1217         * net/tramp.el (tramp-bug): Add tramp-methods.
1219 2002-09-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1221         * net/tramp.el (tramp-methods): Update docstring:
1222         tramp-encoding-command, tramp-decoding-command,
1223         tramp-encoding-function and tramp-decoding-function are not
1224         parameters anymore.
1225         (tramp-uuencode-region): Autoload it.
1227 2002-09-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1229         Version 2.0.19 released.
1231         * net/tramp-uu.el: New file, implements uuencode in Lisp.
1233         * net/tramp.el (tramp-coding-commands):
1234         Use `tramp-uuencode-region' as local encoder for the uuencode based
1235         entries.
1237 2002-09-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1239         * net/tramp.el (tramp-handle-write-region): Wrong parens.
1241 2002-09-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1243         Version 2.0.18 released.
1245         * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
1246         older versions of Perl.  Now tested with 5.004.  Suggestion from
1247         Michael Albinus.
1249 2002-09-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1251         * net/tramp.el (tramp-find-inline-encoding):
1252         Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
1253         (tramp-call-local-coding-command): OUTPUT equals nil means to
1254         discard the output.  INPUT equals nil means /dev/null.
1256 2002-09-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1258         * net/tramp.el (tramp-encoding-shell): Default to environment
1259         variable COMSPEC on Windows.
1260         (tramp-handle-write-region): More debugging output.
1261         (tramp-find-inline-encoding): Ditto.
1263 2002-09-11  Michael Albinus  <Michael.Albinus@alcatel.de>
1265         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
1266         Define `result1'.
1267         (tramp-parse-hosts-group): Discard IPv6 entries.
1269 2002-09-11  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
1271         * net/tramp.el (tramp-post-connection): Only send Perl
1272         mime-encode/decode implementations when using inline method.
1273         (tramp-handle-file-local-copy)
1274         (tramp-handle-write-region, tramp-post-connection)
1275         (tramp-coding-commands, tramp-find-inline-encoding): For the
1276         inline encodings, distinguish between local and remote commands,
1277         instead of between commands and functions.  (The local commands
1278         can be functions, too.)  If the local host is a Windows machine,
1279         we can't expect the same commands to work there as on the remote host.
1280         (tramp-call-local-coding-command): New function for calling local
1281         encoding and decoding commands.
1282         (tramp-set-remote-encoding, tramp-get-remote-encoding)
1283         (tramp-set-remote-decoding, tramp-get-remote-decoding)
1284         (tramp-set-local-encoding, tramp-get-local-encoding)
1285         (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
1286         (tramp-get-encoding-command, tramp-set-encoding-command)
1287         (tramp-get-decoding-command, tramp-set-decoding-command)
1288         (tramp-get-encoding-function, tramp-set-encoding-function)
1289         (tramp-get-decoding-function, tramp-set-decoding-function):
1290         Old functions, removed.
1292 2002-09-10  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1294         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1295         Change command to invoke /bin/sh slightly to make it compatible
1296         with the `rc' shell.  Suggested by Daniel Pittman.
1298 2002-09-10  Michael Albinus  <Michael.Albinus@alcatel.de>
1300         * net/tramp.el (tramp-handle-write-region): Added missing
1301         `)'.  Hope it's the right place.
1303 2002-09-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1305         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
1306         Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
1307         order to get a sane shell prompt.  If people have ${CWD}, say, in
1308         their shell prompt, then the default login shell might display
1309         something harmless, but the /bin/sh will display a dollar sign
1310         which confused the subsequent prompt recognition.
1311         (tramp-multi-action-password): More debugging output.
1312         (tramp-encoding-shell): Renamed from tramp-sh-program.
1313         More documentation.  Default to cmd.exe on Windows NT.
1314         (tramp-encoding-command-switch): New variable.  Use instead of
1315         hard-wired "-c" which is only good for /bin/sh.
1316         (tramp-encoding-reads-stdin): New variable.  If t, commands are
1317         called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
1318         like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
1319         (tramp-multi-sh-program): Always default to tramp-encoding-shell.
1320         (tramp-handle-file-local-copy, tramp-handle-write-region):
1321         Respect tramp-encoding-shell and friends.
1322         (tramp-find-inline-encoding): Use new-style calls for checking if
1323         the local commands work.
1325 2002-09-07  Michael Albinus  <Michael.Albinus@alcatel.de>
1327         * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
1328         entries. They are handled now by `tramp-completion-function-alist'.
1329         (tramp-completion-function): Defvar removed. I've never used
1330         it. Hmm.
1331         (tramp-get-completion-function)
1332         (tramp-get-completion-rsh, tramp-get-completion-ssh)
1333         (tramp-get-completion-telnet, tramp-get-completion-su):
1334         Functions removed as well.  Not necessary any longer due to extended
1335         customization means.
1336         (tramp-completion-function-alist): New defcustom. Holds all
1337         FUNCTION FILE pairs used for user and host name completion
1338         relevant for METHOD.
1339         (tramp-completion-function-alist-rsh)
1340         (tramp-completion-function-alist-ssh)
1341         (tramp-completion-function-alist-telnet)
1342         (tramp-completion-function-alist-su): Defconst for initializing
1343         `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
1344         values are known for me until now. Needs to be completed for at
1345         least VMS++ like operating systems.
1346         (tramp-set-completion-function)
1347         (tramp-get-completion-function): New functions for configuration
1348         of `tramp-completion-function-alist'. The old definition of
1349         `tramp-get-completion-function' has been discarded.
1350         (tramp-completion-handle-file-name-all-completions):
1351         Change function call for user/host completion according to definition
1352         in `tramp-completion-function-alist'.
1353         (tramp-parse-passwd): Added exception handling for "root", because
1354         `tramp-get-completion-su' (the previous place for this stuff)
1355         doesn't exist any longer.
1357 2002-09-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1359         * net/tramp.el (tramp-enter-password):
1360         Use `tramp-password-end-of-line' to terminate the line.
1361         (tramp-bug): Include new variable `tramp-password-end-of-line'.
1362         (tramp-password-end-of-line): New variable.  People who use plink
1363         under Windows might have to issue "\r\n" after the password, but
1364         they need to send just "\n" after the other commands.  So this
1365         variable was introduced to complement `tramp-rsh-end-of-line'.
1366         (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
1367         of line of the output delimiter.
1369 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1371         * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
1372         (tramp-open-connection-setup-interactive-shell): Add some comments
1373         about Douglas Grey Stephen's suggestions to make Tramp work better
1374         with plink under Windows.  I'm not sure what to think of them, but
1375         now I have a guinea pig to try it out on.  Said guinea pig is
1376         having other problems, though...  Also remove some commented-out code.
1378 2002-09-06  Michael Albinus  <Michael.Albinus@alcatel.de>
1380         * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
1381         tuned.
1382         (tramp-get-completion-user-host): Accept user names as they are if
1383         typed until "@".
1384         (tramp-completion-mode): Replace `last-input-char' by modern
1385         `last-input-event'. Check for `event-modifiers'.
1387 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1389         * net/tramp.el (file-expand-wildcards): Corrected check to see if
1390         advising is necessary.
1392 2002-09-05  Michael Albinus  <Michael.Albinus@alcatel.de>
1394         * net/tramp.el (tramp-postfix-single-method-format)
1395         (tramp-postfix-multi-method-format)
1396         (tramp-postfix-multi-hop-format)
1397         (tramp-postfix-user-format): New format strings.
1398         (tramp-postfix-single-method-regexp)
1399         (tramp-postfix-multi-method-regexp)
1400         (tramp-postfix-multi-hop-regexp)
1401         (tramp-postfix-user-regexp)
1402         (tramp-make-multi-tramp-file-format)
1403         (tramp-make-tramp-file-name): Apply them.
1404         (tramp-completion-handle-file-name-all-completions): Fix for
1405         invoking ange-ftp in case of "/ftp:xxx" file names.
1407 2002-09-04  Michael Albinus  <Michael.Albinus@alcatel.de>
1409         * net/tramp.el (tramp-prefix-format)
1410         (tramp-postfix-host-format): New format strings.
1411         (tramp-prefix-regexp, tramp-method-regexp)
1412         (tramp-postfix-single-method-regexp)
1413         (tramp-postfix-multi-method-regexp)
1414         (tramp-postfix-multi-hop-regexp)
1415         (tramp-user-regexp, tramp-postfix-user-regexp)
1416         (tramp-host-regexp, tramp-postfix-host-regexp)
1417         (tramp-path-regexp): New atomar regular expressions.
1418         If corresponding format strings exist, derived from them.
1419         (tramp-file-name-structure)
1420         (tramp-multi-file-name-structure)
1421         (tramp-multi-file-name-hop-structure)
1422         (tramp-make-multi-tramp-file-format)
1423         (tramp-completion-mode)
1424         (tramp-completion-dissect-file-name)
1425         (tramp-parse-rhosts-group)
1426         (tramp-parse-shosts-group)
1427         (tramp-parse-hosts-group)
1428         (tramp-parse-passwd-group): Apply these expressions.
1429         (tramp-file-name-structure-unified)
1430         (tramp-file-name-structure-separate)
1431         (tramp-make-tramp-file-format-unified)
1432         (tramp-make-tramp-file-format-separate)
1433         (tramp-make-tramp-file-format)
1434         (tramp-make-tramp-file-user-nil-format-unified)
1435         (tramp-make-tramp-file-user-nil-format-separate)
1436         (tramp-make-tramp-file-user-nil-format)
1437         (tramp-multi-file-name-structure-unified)
1438         (tramp-multi-file-name-structure-separate)
1439         (tramp-multi-file-name-hop-structure-unified)
1440         (tramp-multi-file-name-hop-structure-separate)
1441         (tramp-make-multi-tramp-file-format-unified)
1442         (tramp-make-multi-tramp-file-format-separate): Removed.
1443         (tramp-make-tramp-file-name): Allow partial tramp file
1444         names. Generate tramp file format on-the-fly depending on
1445         parameters. Apply atomar format strings resp expressions.
1446         (tramp-get-completion-methods)
1447         (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
1448         (tramp-parse-hosts-group): Take all host names and IP addresses
1449         into account.
1450         (tramp-bug): Remove `tramp-make-tramp-file-format'.
1452 2002-09-01  Michael Albinus  <Michael.Albinus@alcatel.de>
1454         * net/tramp.el (tramp-methods): Add `tramp-completion-function'
1455         for "su" and "sudo".
1456         (tramp-get-completion-telnet): Implement it.
1457         (tramp-parse-hosts)
1458         (tramp-parse-hosts-group)
1459         (tramp-get-completion-su)
1460         (tramp-parse-passwd)
1461         (tramp-parse-passwd-group): New functions.
1463 2002-08-31  Michael Albinus  <Michael.Albinus@alcatel.de>
1465         * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
1466         (tramp-completion-file-name-handler-alist): Add handler for
1467         `file-exists-p.
1468         (tramp-completion-handle-file-exists-p): New function.
1469         (tramp-completion-handle-file-name-completion): Simplified.
1470         (tramp-completion-dissect-file-name): Regexp's reorganised.
1471         (tramp-completion-handle-file-name-all-completions):
1472         Call completion-function only if `user' or `host' is given.
1473         (tramp-get-completion-user-host): New function.
1474         (tramp-get-completion-rsh)
1475         (tramp-get-completion-ssh): Apply it.
1477 2002-08-29  Michael Albinus  <Michael.Albinus@alcatel.de>
1479         * net/tramp.el (tramp-completion-file-name-handler-alist):
1480         Add handler for `expand-file-name'.
1481         (tramp-completion-handle-expand-file-name): New function.
1483 2002-08-26  Michael Albinus  <Michael.Albinus@alcatel.de>
1485         * net/tramp.el (tramp-completion-mode): New function.
1486         (tramp-completion-handle-file-name-directory)
1487         (tramp-completion-handle-file-name-all-completions): Apply it.
1488         (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
1489         (tramp-point-at-eol): New defalias.
1490         (tramp-parse-rhosts-group)
1491         (tramp-parse-shosts-group):: Apply it.
1493 2002-08-25  Michael Albinus  <Michael.Albinus@alcatel.de>
1495         * net/tramp.el (tramp-get-completion-methods)
1496         (tramp-get-completion-rsh)
1497         (tramp-get-completion-ssh): Add "[" for Xemacs.
1498         (tramp-completion-file-name-regexp-separate): Expression adapted.
1499         (tramp-completion-file-name-handler-alist): Add handler for
1500         `file-name-directory' and `file-name-nondirectory'.
1501         (tramp-completion-handle-file-name-directory)
1502         (tramp-completion-handle-file-name-nondirectory)
1503         (tramp-completion-run-real-handler): New functions.
1504         (tramp-completion-file-name-handler)
1505         (tramp-completion-handle-file-name-all-completions):
1506         Apply `tramp-completion-run-real-handler'.
1507         (tramp-parse-rhosts)
1508         (tramp-parse-shosts): Use `with-temp-buffer'. `result\e,b4\e(B renamed to
1509         `res' (otherwise side effects in XEmacs).
1511 2002-08-24  Michael Albinus  <Michael.Albinus@alcatel.de>
1513         * net/tramp.el (tramp-completion-file-name-regexp)
1514         (tramp-completion-file-name-handler-alist)
1515         (tramp-flatten-list)
1516         (tramp-completion-dissect-file-name)
1517         (tramp-get-completion-rsh)
1518         (tramp-parse-rhosts)
1519         (tramp-parse-rhosts-group)
1520         (tramp-get-completion-ssh): Doc string tuned.
1521         (tramp-methods): Doc string and custom type extended for
1522         `tramp-completion-function'.
1523         (tramp-completion-function): Variable added. Is it really used?
1524         Other variables like `tramp-completion-function' aren't used.
1525         (tramp-completion-file-name-handler-alist): Add handler for
1526         `file-name-completion'.
1527         (tramp-completion-handle-file-name-completion): New function.
1529 2002-08-18  Michael Albinus  <Michael.Albinus@alcatel.de>
1531         * net/tramp.el (tramp-parse-rhosts)
1532         (tramp-parse-rhosts-group)
1533         (tramp-parse-shosts)
1534         (tramp-parse-shosts-group): New functions.
1536 2002-08-17  Michael Albinus  <Michael.Albinus@alcatel.de>
1538         * net/tramp.el (tramp-completion-dissect-file-name)
1539         (tramp-completion-dissect-file-name1): New functions.
1541 2002-08-16  Michael Albinus  <Michael.Albinus@alcatel.de>
1543         * net/tramp.el (tramp-get-completion-function)
1544         (tramp-get-completion-rsh)
1545         (tramp-get-completion-ssh)
1546         (tramp-get-completion-telnet): New functions.
1547         (tramp-methods): Add `tramp-completion-function' for all methods.
1549 2002-08-15  Michael Albinus  <Michael.Albinus@alcatel.de>
1551         * net/tramp.el (tramp-get-completion-methods): New function.
1552         (tramp-find-default-method): Allow host to be nil (like user).
1554 2002-08-14  Michael Albinus  <Michael.Albinus@alcatel.de>
1556         * net/tramp.el (tramp-completion-file-name-regexp-unified)
1557         (tramp-completion-file-name-regexp-separate)
1558         (tramp-completion-file-name-regexp)
1559         (tramp-completion-file-name-handler-alist): New defcustoms.
1560         (tramp-completion-file-name-handler): New function.
1561         Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
1562         (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
1563         to `inhibit-file-name-handlers'.
1564         (tramp-completion-handle-file-name-all-completions)
1565         (tramp-completion-handle-file-name-completion): New functions.
1567 2002-08-12  Michael Albinus  <Michael.Albinus@alcatel.de>
1569         * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
1570         must be called again after activating `ange-ftp'.
1571         (tramp-ange-ftp-file-name-p): Check for Xemacs.
1573 2002-08-08  Michael Albinus  <Michael.Albinus@alcatel.de>
1575         * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
1576         KEEP-DATE to tramp-invoke-ange-ftp 'rename.
1577         (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
1578         tramp-invoke-ange-ftp 'write-region.
1579         (tramp-handle-set-file-modes): Change order of FILENAME and MODE
1580         passing to tramp-invoke-ange-ftp 'set-file-modes.
1581         (tramp-flatten-list): New function. Maybe this functionality does
1582         exist already elsewhere in the libraries.
1583         (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
1584         list in order to avoid nested lists, f.e. when invoked from
1585         `tramp-handle-dired-call-process'.
1587 2002-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1589         * net/tramp.el (tramp-chunksize): New kluge variable.
1590         (tramp-send-region): If tramp-chunksize is non-nil, send region in
1591         parts and sleep 0.1 seconds between chunks.
1593 2002-09-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1595         * net/tramp.el (tramp-handle-insert-directory):
1596         Use `insert-buffer-substring' instead of `insert-buffer', which is not
1597         supposed to be used from Lisp.  Remember old point in a variable
1598         instead of using `mark'.  Suggestion from Stefan Monnier.
1599         (tramp-unified-filenames): New variable.  Use it in default value
1600         of other filename variables.
1601         (file-expand-wildcards): Don't advise unless "[" and "]" are used
1602         in the filename format.
1604 2002-09-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1606         * net/tramp.el (tramp-methods): Remove duplicate definition of
1607         ssh1-old and ssh2-old.
1609 2002-09-22  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
1611         * dired.el (dired-insert-directory): Always add "--dired" to to
1612         SWITCHES for remote files.
1613         * files.el (insert-directory): Comment saying that "--dired"
1614         might be in the SWITCHES.
1615         * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
1616         (ange-ftp-insert-directory): Comment explaining "--dired" handling.
1618 2002-09-21  Markus Rost  <rost@math.ohio-state.edu>
1620         * mail/mailabbrev.el (mail-abbrev-make-syntax-table):  Give %!._-
1621         word constituent syntax.
1623 2002-09-21  Richard M. Stallman  <rms@gnu.org>
1625         * cus-dep.el (custom-make-dependencies): Bind to t
1626         around evaluating the def-form.
1628         * custom.el (custom-dont-initialize): New variable.
1629         (custom-declare-variable): Don't init the variable
1630         if custom-dont-initialize is non-nil.
1632 2002-09-21  John Paul Wallington  <jpw@shootybangbang.com>
1634         * net/eudc.el (eudc-install-menu): Use `define-key' and
1635         `easy-menu-create-menu' to avoid duplication of menu.
1637 2002-09-20  Kim F. Storm  <storm@cua.dk>
1639         * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
1640         macro and terminate editing.
1641         (kmacro-step-edit-macro): Push previous macro onto ring if changed
1642         by step editing.
1644 2002-09-19  Tom Tromey  <tromey@redhat.com>
1646         * play/blackbox.el (bb-right): Respect prefix argument.
1647         (bb-left, bb-up, bb-down): Likewise.
1649 2002-09-19  Richard M. Stallman  <rms@gnu.org>
1651         * cus-dep.el (custom-make-dependencies): Fix previous change.
1653 2002-09-19  Juanma Barranquero  <lektu@terra.es>
1655         * ielm.el (ielm-eval-input): Call `error-message-string' instead
1656         of the non-existent `ielm-format-error'.
1658 2002-09-19  Stefan Monnier  <monnier@cs.yale.edu>
1660         * emacs-lisp/easymenu.el (easy-menu-remove):
1661         * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
1663         * international/mule-diag.el (describe-coding-system):
1664         Remove unused `coding-spec' variable.
1665         (list-input-methods): Be more careful when setting up the help buffer.
1667         * international/ucs-tables.el (unify-8859-on-encoding-mode):
1668         Set init value to t to reflect reality.
1669         (ucs-minibuffer-setup): Use minibuffer-selected-window.
1671 2002-09-18  Stefan Monnier  <monnier@cs.yale.edu>
1673         * progmodes/make-mode.el (makefile-cleanup-continuations-p):
1674         Rename to makefile-cleanup-continuations.
1675         (makefile-mode): Use write-file-functions.
1676         (makefile-fill-paragraph): Use match-string-no-properties.
1677         (makefile-fill-paragraph): Use line-end-position.
1678         (makefile-add-log-defun): Simplify.
1680 2002-09-18  Richard M. Stallman  <rms@gnu.org>
1682         * dired.el (dired-mark-pop-up): Doc fix.
1684         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
1685         definition straight into loaddefs.el as well as executing it here.
1687 2002-09-18  Colin Walters  <walters@debian.org>
1689         * calc/calc.el (calc-mode): Add font-lock-defontify to
1690         change-major-mode-hook.
1692 2002-09-18  Richard M. Stallman  <rms@gnu.org>
1694         * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
1695         Don't ignore errors in rm line.
1697         * menu-bar.el (menu-bar-search-menu): Nicer help string.
1699         * replace.el (occur-engine-add-prefix): Use 7 spaces.
1700         (occur-engine): Use 7 digits to align tabs in the data.
1702         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
1703         Don't make the definition dynamic if it shares structure
1704         with the arg list.
1706         * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
1707         (pdb): In gud-remove, pass down the file name.
1709         * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
1711 2002-09-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
1713         * ielm.el: (*1, *2, *3): New variables.
1714         (ielm-eval-input): Make temporary buffers current on entry and
1715         exit to the let bindings for *, ** and ***.
1716         (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
1717         Do not overrule global bindings for *, ** and ***.
1719 2002-09-18  Tom Tromey  <tromey@redhat.com>
1721         * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
1722         boundaries before filling.
1724 2002-09-18  Stefan Monnier  <monnier@cs.yale.edu>
1726         * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
1727         (server-switch-buffer): Only select a different window if
1728         next-buffer is non-nil.  Don't switch in a dedicated window.
1729         If next-buffer is already displayed, reuse that window.
1731         * diff-mode.el (diff-mode): Use compilation-minor-mode.
1732         Don't unbind compilation-last-buffer after autoloading compile.el.
1733         Hide the compilation-minor-mode bindings altogether.
1735 2002-09-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1737         * dired.el (dired-insert-directory): Never add "--dired" when
1738         listing remote directories.
1740 2002-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
1742         * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
1744         * ediff-init.el: Use defalias instead of fset.
1746         * ediff-util.el: Use defalias instead of fset.
1748         * viper-util.el (viper-chars-in-region): Simplification.
1750         * viper.el (viper-emacs-state-mode-list): Added modes.
1752 2002-09-18  Jonathan Yavner  <jyavner@engineer.com>
1754         * emacs-lisp/testcover.el: New file.  Uses edebug to instrument a
1755         module of code, with graphical display of poor-coverage spots.
1757         * emacs-lisp/testcover-ses.el: New file.  Demonstrates use of
1758         testcover on a interactive module like ses.
1760         * emacs-lisp/testcover-unsafep.el: New file.  Demonstrates use of
1761         testcover on a noninteractive module like unsafep.
1763 2002-09-18  Miles Bader  <miles@gnu.org>
1765         * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
1766         unless it's bound.
1768 2002-09-17  Stefan Monnier  <monnier@cs.yale.edu>
1770         * server.el (server-log): Add `client' arg.
1771         (server-start): Don't bother canceling the sentinel.
1772         (server-process-filter): Use replace-regexp-in-string and
1773         handle the new &n quoting.  Use push.  Use server-log's new arg.
1774         Don't output the C-x # message if `nowait'.
1775         (server-buffer-done): Use server-log's new arg.
1777 2002-09-16  Jonathan Yavner  <jyavner@engineer.com>
1779         * ses.el: New file.
1781         * emacs-lisp/unsafep.el: New file.
1783         * files.el (auto-mode-alist): Add ".ses" for ses-mode.
1784         (inhibit-quit): This is risky for unsafep, doesn't matter much for
1785         anybody else.
1786         (risky-local-variable-p): New function.  Split off from
1787         hack-one-local-variable so unsafep can use it.  Add \|-history$ to
1788         the list of disallowed local variable names (malicious user could
1789         stuff a `display' property in there that would be activated when
1790         na\e,Ao\e(Bve user called up the history).
1792 2002-09-16  Markus Rost  <rost@math.ohio-state.edu>
1794         * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
1796 2002-09-16  Richard M. Stallman  <rms@gnu.org>
1798         * play/gomoku.el (gomoku-move-up, gomoku-move-down):
1799         Use forward-line and move-to-column.
1801         * cus-edit.el (custom-variable-backup-value): New function.
1802         (custom-variable-reset-backup): New function.
1803         (custom-variable-menu): Add item for custom-variable-reset-backup.
1804         (custom-variable-set, custom-variable-reset-saved)
1805         (custom-variable-reset-standard): Call custom-variable-backup-value.
1807 2002-09-16  Stefan Monnier  <monnier@cs.yale.edu>
1809         * dired.el (dired-font-lock-keywords): Use regexp-opt.
1810         (dired-move-to-filename): Better message when we fail to find the file.
1811         (dired-sort-toggle): Minor optimization.
1813 2002-09-16  Juanma Barranquero  <lektu@terra.es>
1815         * dired-aux.el (dired-add-entry): Add missing argument to
1816         `dired-mark'.
1818 2002-09-16  John Paul Wallington  <jpw@shootybangbang.com>
1820         * xscheme.el (scheme-interaction-mode): Doc fix.
1822         * net/eudc.el (eudc-plist-get): Doc fix.
1824 2002-09-16  Kim F. Storm  <storm@cua.dk>
1826         * menu-bar.el (menu-bar-last-search-type): New var.
1827         (nonincremental-repeat-search-forward)
1828         (nonincremental-repeat-search-backward): Repeat string or
1829         regexp search depending on menu-bar-last-search-type.
1830         (nonincremental-search-forward, nonincremental-re-search-forward)
1831         (nonincremental-search-backward, nonincremental-re-search-backward):
1832         Set menu-bar-last-search-type to string or regexp.
1833         (nonincremental-repeat-re-search-forward): Removed.
1834         (nonincremental-repeat-re-search-backward): Removed.
1835         (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
1836         (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
1837         (menu-bar-adv-search-menu): Removed.
1838         (menu-bar-search-menu): Reorganized.
1839         (menu-bar-edit-menu): Added "Replace" submenu.
1841 2002-09-15  Richard M. Stallman  <rms@gnu.org>
1843         * scroll-bar.el (scroll-bar-mode): Specify :initialize.
1845         * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
1846         when it's not being evaluated.
1848 2002-09-15  Markus Rost  <rost@math.ohio-state.edu>
1850         * dired.el (dired-move-to-filename): Fix previous change.
1852 2002-09-14  Kim F. Storm  <storm@cua.dk>
1854         * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
1855         (keypad-numlock-setup, keypad-numlock-shifted-setup):
1856         Change `Remove Binding' option to `Unspecified/User-defined'.
1857         (keypad-setup): Enhance explanation of setup type `none'.
1859 2002-09-14  Richard M. Stallman  <rms@gnu.org>
1861         * time.el (display-time-mode): Set display-time-load-average here.
1862         (display-time-load-average): Initialize to nil.
1863         (display-time-default-load-average): Add "None" alternative.
1864         (display-time-update): Handle "None" alternative for load-average.
1866         * dired-aux.el (dired-bunch-files): Put the arg FILES
1867         back as it was after temporary destrucive mods.
1868         (dired-add-entry): Use dired-insert-directory to handle indentation.
1869         Explicitly restore the line's marker character.
1870         Preserve the old file name's text properties.
1871         (dired-add-entry-do-indentation): Function deleted.
1872         (dired-relist-file): Doc fix.
1873         (dired-rename-file): Change argument names.
1874         (foo-rename-file): New function.
1875         (dired-do-hardlink): Use dired-hardlink.
1876         (dired-hardlink): New function.
1877         (dired-insert-subdir-doinsert): Use dired-insert-directory;
1878         that handles indentation, text props and header line.
1879         dired-readin-insert gets no args.
1880         Use `last' instead of `reverse'.
1882         * dired.el (dired-use-ls-dired): New variable.
1883         (dired-directory): Document the rules better.
1885         * dired.el (dired-insert-headerline): Function deleted.
1886         (dired-revert): Pass no args to dired-readin.
1887         (dired-move-to-filename): First try using dired-filename property.
1888         (dired-move-to-end-of-filename): Likewise.
1889         (dired-why): Try to show the start of this page of warnings.
1890         (dired-log): Insert the buffer name at start of page, not end.
1891         (dired-log-summary): If just one failure, explain it in echo area.
1893         * dired.el (dired-internal-noselect):
1894         Always set dired-directory, when buffer is not new.
1895         Pass dir-or-list, not dirname, to dired-mode.
1896         Call dired-readin with no args.
1897         Don't call dired-after-readin-hook here.
1898         (dired-find-buffer-nocreate): Expand dirname.
1899         Expand the dir from dired-directory to compare with dirname.
1901         (dired-readin): Take no args.  Get the directory from dired-directory.
1902         Run dired-before-reading hook inside save-excursion.
1903         Run dired-after-readin-hook here.
1904         Don't make undo entries at all.
1905         Call dired-readin-insert with no args.
1906         Don't change indentation here.
1907         Don't insert headerline here.
1909         (dired-readin-insert): Take no args.
1910         Get dir and file-list from dired-directory.
1911         Call dired-insert-directory the new way.
1912         Don't insert "wildcard" info here.
1914         (dired-insert-directory): New arg FILE-LIST.
1915         First arg now DIR, always just the directory.
1916         This function fully handles setting up the buffer text:
1917         update indentation, insert headerline and "wildcard" info.
1918         Pass --dired arg if appropriate; put info in dired-filename props.
1919         Don't expand file names here.
1921         * warnings.el (display-warning): In batch mode,
1922         exclude the final newline from the arg to `message'.
1924 2002-09-13  Markus Rost  <rost@math.ohio-state.edu>
1926         * files.el (diff-buffer-with-file): Check whether associated file
1927         exists.  Display message for 1 second.  Always return nil.
1929 2002-09-13  Stefan Monnier  <monnier@cs.yale.edu>
1931         * diff-mode.el (diff-mode): Turn on compilation-minor-mode
1932         support again, but more carefully this time.
1934         * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
1935         such that backward-sexp correctly skips them.
1936         (perl-font-lock-keywords-2): Use regexp-opt.
1937         (perl-font-lock-syntactic-keywords)
1938         (perl-font-lock-syntactic-face-function): Better handle PODs.
1939         Handle package names with ' in them and ($$) in `sub' declarations.
1940         Handle format staements.  Handle regexp and quote-like ops.
1941         (perl-empty-syntax-table): New var.
1942         (perl-quote-syntax-table): New fun.
1944         * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
1945         (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
1947         * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
1949         * derived.el (define-derived-mode): Properly ignore unknown args.
1951         * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
1952         Don't call the function during init if mode is on by default.
1954         * simple.el: Provide `simple'.
1955         (transient-mark-mode, line-number-mode, column-number-mode):
1956         Pass an explicit `:require nil' argument.
1958 2002-09-13  Francesco Potorti`  <pot@gnu.org>
1960         * play/tetris.el (tetris-blank-options, tetris-cell-options):
1961         Remove various redundant `(t nil)'.
1963         * play/snake.el (snake-border-options): Use color on tty if available.
1965         * play/tetris.el (tetris-border-options): Likewise.
1967         * play/pong.el (pong-border-options): Likewise, plus reset
1968         color on tty to be [0.5 0.5 0.5].
1970 2002-09-13  Kim F. Storm  <storm@cua.dk>
1972         * kmacro.el (kmacro-start-macro): Doc fix.
1974 2002-09-13  Juanma Barranquero  <lektu@terra.es>
1976         * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
1977         to `idlwave-idlwave_routine_info-compiled'.
1979         * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
1980         three arguments, not four.
1982 2002-09-13  Kim F. Storm  <storm@cua.dk>
1984         * kmacro.el (kmacro-keymap): Changed bindings:
1985         C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
1987 2002-09-12  Richard M. Stallman  <rms@gnu.org>
1989         * international/mule-cmds.el (universal-coding-system-argument):
1990         Read the coding system inside `interactive' spec, for command-history.
1992 2002-09-12  Stefan Monnier  <monnier@cs.yale.edu>
1994         * emacs-lisp/find-func.el (find-library-name): Don't forget
1995         the empty suffix.  Fix stale variable name.
1997         * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
1998         (gud-pdb-massage-args): Delete.
1999         (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
2000         (gud-gdb-command-name): New var.  Put "--fullname" in there.
2001         (gud-query-cmdline): Use the most recent executable as the default.
2002         Don't add "--fullname" (it's only valid/meaningful for GDB).
2003         (gud-xdb-marker-filter): Use match-string.
2004         (gud-perldb-massage-args): Don't add "-d".
2005         (gud-perldb-command-name): Add "-d".
2006         (gud-common-init): If `massage-args' is nil, don't call it.
2007         (gud-format-command): Don't hardcode point-min==1.
2009         * derived.el: Require CL when compiling.
2011 2002-09-12  Simon Josefsson  <jas@extundo.com>
2013         * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
2014         (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
2015         Use expand-file-name.  Also don't require time-stamp.
2017 2002-09-11  Richard M. Stallman  <rms@gnu.org>
2019         * derived.el (define-derived-mode): When making new abbrev table,
2020         don't try to copy the parent's abbrev table.
2022         * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
2023         Always round scroll-bar-width parameter up.
2024         If it is nil, use 14.
2026         * abbrev.el (copy-abbrev-table): New function.
2028 2002-09-11  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2030         * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
2031         ps-default-bg setting.
2032         (ps-print-version): New version number (6.5.7).
2033         (ps-mark-active-p): New fun.
2034         (ps-print-preprint-region): Adjust code.
2036 2002-09-11  Dave Love  <fx@gnu.org>
2038         * international/mule.el (non-standard-designations-alist)
2039         (ctext-pre-write-conversion): Don't generate invalid extended
2040         segments for iso8859.
2042         * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
2043         (cyrillic-alternativnyj-decode-table): Fix some entries.
2045         * international/ucs-tables.el: Fix last change.
2047         * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
2048         change.
2050 2002-09-11  Kim F. Storm  <storm@cua.dk>
2052         * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
2053         kmacro-end-and-call-macro.
2055 2002-09-11  Juanma Barranquero  <lektu@terra.es>
2057         * newcomment.el (uncomment-region): Fix let/let* use.
2059 2002-09-11  Simon Josefsson  <jas@extundo.com>
2061         * time-stamp.el (time-stamp-hhmmss): New function.
2063         * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
2064         (gud-query-cmdline): Add --fullname to the user cmdline.
2066         * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
2068 2002-09-11  Kim F. Storm  <storm@cua.dk>
2070         * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
2071         (kmacro-step-edit-map): Bind "A" to `append-end'.
2072         (kmacro-step-edit-prompt): Fix prompt.
2073         (kmacro-step-edit-query): Handle `append-end' response.
2074         (kmacro-step-edit-pre-command): Activate `append-end' at end of
2075         macro when required.
2077 2002-09-11  Stefan Monnier  <monnier@cs.yale.edu>
2079         * derived.el (define-derived-mode): Fix typo.
2081         * menu-bar.el (line-number-mode, column-number-mode)
2082         (transient-mark-mode): Use minor mode directly.
2083         (menu-bar-make-toggle): Remove `props' arg.
2084         Move customize-mark-as-set directly into the toggle function.
2086         * whitespace.el (whitespace-global-mode): Use define-minor-mode.
2087         Use the new file hook names.
2088         (whitespace-describe): Remove.  Move the text to `Commentary:'.
2089         (whitespace-unload-hook): Use the new file hook names.
2091         * finder.el (finder-find-library): Remove.
2092         (finder-commentary): Use find-library-name and add completion.
2094         * simple.el (transient-mark-mode, line-number-mode)
2095         (column-number-mode): Use define-minor-mode.
2096         (define-mail-user-agent): Delete.  Moved to subr.el.
2098         * loadup.el ("simple.el"): Move to after loaddefs.el.
2100         * subr.el (define-mail-user-agent): Moved from simple.el.
2102 2002-09-10  Richard M. Stallman  <rms@gnu.org>
2104         * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
2105         (boolp): Function deleted.
2107 2002-09-10  Dave Love  <fx@gnu.org>
2109         * international/utf-8.el (ucs-mule-to-mule-unicode):
2110         Define unconditionally.
2111         (utf-8-fragmentation-table): New.  Use it in top-level mapc.
2112         (utf-8-fragment-on-decoding): Use it to keep
2113         utf-8-translation-table-for-decode variable and translation table
2114         in sync.
2116         * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
2117         when setting up tables and remove useless optimize-char-table.
2118         (ucs-mule-to-mule-unicode): Deleted.
2119         (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
2121         * international/utf-16.el (utf-16-le-pre-write-conversion)
2122         (utf-16-be-pre-write-conversion): Deleted.
2123         (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
2125 2002-09-10  Richard M. Stallman  <rms@gnu.org>
2127         * files.el (diff-buffer-with-file): Simplify.
2128         Don't signal an error if buffer has no file.
2129         Call sit-for after `diff' returns.
2131         * play/gamegrid.el (gamegrid-make-color-tty-face):
2132         Handle string as COLOR arg.
2133         (gamegrid-display-type): Don't assume display-color-p
2134         implies a color-x terminal.
2135         (gamegrid-hide-cursor): Set `cursor-type' local variable.
2137         * descr-text.el (describe-text-mode): Add font-lock-defontify to
2138         change-major-mode-hook.
2140         * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
2141         change-major-mode-hook.
2143         * comint.el (comint-mode): Add font-lock-defontify to
2144         change-major-mode-hook.
2146         * info.el (Info-mode):  Add font-lock-defontify to
2147         change-major-mode-hook.
2149         * replace.el (occur-mode): Add font-lock-defontify to
2150         change-major-mode-hook.
2152         * font-core.el (font-lock-defontify): New function.
2154 2002-09-10  Richard M. Stallman  <rms@gnu.org>
2156         * ps-print.el (ps-printer-name-option): Doc fix.
2158 2002-09-10  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2160         * ps-print.el: Adjust ps-postscript-code-directory setting.
2161         XEmacs version check was adjusted.
2162         (ps-print-version): New version number (6.5.6).
2163         (ps-print-color-p, ps-page-dimensions-database): Autoload var.
2164         (ps-print-code, ps-print-preprint-region): Adjust code.
2166 2002-09-10  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2168         * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
2169         emacs-lisp-mode, like ~/.emacs.
2171 2002-09-10  Stefan Monnier  <monnier@cs.yale.edu>
2173         * newcomment.el (uncomment-region): Be more careful with `='.
2175 2002-09-10  Deepak Goel  <deego@glue.umd.edu>
2177         * play/doctor.el (doc//): Rename from `//'.  Update callers.
2178         (doc$): Rename from `$'.  Update callers.
2180 2002-09-10  Miles Bader  <miles@gnu.org>
2182         * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
2183         variable, not a function.
2185         * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
2187 2002-09-10  Kim F. Storm  <storm@cua.dk>
2189         * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
2190         nil while executing macro to avoid triggering delete-selection-mode.
2192         * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
2193         cancel defining keyboard macro when applicable.
2195 2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
2197         * simple.el (transient-mark-mode, line-number-mode)
2198         (column-number-mode): Undo previous change because of bootstrapping.
2200 2002-09-09  Stefan Monnier  <monnier@cs.yale.edu>
2202         * derived.el (define-derived-mode): Add keyword arguments.
2203         (derived-mode-make-docstring): Take abbrev and syntax table names.
2205         * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
2206         (font-lock-default-function): Change arg name.
2208         * cus-start.el (transient-mark-mode): Delete.  Done in simple.el.
2210         * paren.el (show-paren-function): Use syntax-after.
2212         * emacs-lisp/syntax.el (syntax-after): Delete.  Moved to subr.el.
2214         * subr.el (symbol-file): Also work for autoloaded funcs.
2215         (syntax-after): New fun moved from syntax.el.
2217         * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
2218         (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
2219         Update callers (but still run the old hooks as well).
2221         * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
2222         (find-library): New funs.
2223         (find-function-search-for-symbol): Use it.
2225         * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
2227         * isearch.el (isearch-cmds): Add docstring.
2228         (isearch-mouse-2): Lookup binding in the proper buffer.
2229         Use call-interactively and remove the now useless `arg'.
2230         (isearch-search-fun-function): New var.
2231         (isearch-search-fun): New fun.
2232         (isearch-search, isearch-lazy-highlight-search): Use it.
2234 2002-09-09  Stefan Monnier  <monnier@cs.yale.edu>
2236         * simple.el (what-line): Don't hard-code 1.
2237         (transient-mark-mode, line-number-mode, column-number-mode):
2238         Use define-minor-mode.
2239         (do-auto-fill): Only ignore prefix if it's really empty.
2241 2002-09-09  Markus Rost  <rost@math.ohio-state.edu>
2243         * files.el (save-some-buffers-action-alist):  Use lower case for
2244         help string of diff-buffer-with-file.
2246 2002-09-09  Richard M. Stallman  <rms@gnu.org>
2248         * calendar/calendar.el (mouse-scroll-calendar-left)
2249         (mouse-scroll-calendar-right, mouse-calendar-other-month):
2250         New commands.
2251         (calendar-mode-line-format): Use them.
2253         * emacs-lisp/bytecomp.el (byte-recompile-directory):
2254         Set and then bind default-directory.
2256         * startup.el (fancy-splash-head, normal-splash-screen):
2257         Change the messages that explain about GNU or GNU/Linux.
2259         * info.el (Info-search): Add (point-min) to subfile positions
2260         to get them right.  Skip the current subfile using forward-line.
2262         * files.el (make-backup-file-name-1): When make-directory fails,
2263         ignore backup-directory-alist.
2264         (make-directory): Expand DIR before looking for handler.
2266 2002-09-09  Jari Aalto  <jari.aalto@poboxes.com>
2268         * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
2269         In addition to RCS, exclude CVS directories.
2271         * ls-lisp.el (ls-lisp-format-time-list): New variable.
2272         (ls-lisp-format-time): Use it.
2274         * files.el (auto-mode-alist): Use sh-mode for .bash files.
2276 2002-09-09  Dave Love  <d.love@dl.ac.uk>
2278         * ps-print.el: Many doc fixes.
2280 2002-09-09  John Paul Wallington  <jpw@shootybangbang.com>
2282         * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
2283         Update callers.
2285 2002-09-08  Markus Rost  <rost@math.ohio-state.edu>
2287         * diff.el (diff): Doc fix.
2289 2002-09-08  Richard M. Stallman  <rms@gnu.org>
2291         * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
2293         * simple.el (undo-elt-in-region): Fix one-off error at END.
2294         (forward-visible-line): Handle invisibility by ignoring
2295         invisible newlines.  Also include entire invisible lines beyond
2296         the stopping point.
2298         * cus-edit.el (custom-save-variables, custom-save-faces):
2299         Clarify the comments written into .emacs.
2301 2002-09-08  Markus Triska  <triska@gmx.at>
2303         * play/doctor.el (doctor-doc): Recognize question words
2304         and use qlist.  Use doctor-shorten's return value.
2305         (doctor-shorten): Compute a return value, don't alter `sent'.
2306         (doctor-hates1): Add a question mark.
2307         (doctor-strangelove): Unused function deleted.
2309 2002-09-08  Kim F. Storm  <storm@cua.dk>
2311         * kmacro.el (kmacro-end-and-call-macro): New command to end and
2312         call keyboard macro in one step. Bind it to C-x e by default.
2313         (kmacro-call-macro): Use format-kbd-macro.
2314         (kmacro-step-edit-macro): New command to interactively step edit
2315         and execute last keyboard macro.
2316         (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
2317         (kmacro-step-edit-mini-window-height): New custom var.
2318         (kmacro-step-edit-map): New keymap (parent is query-replace-map).
2319         (kmacro-step-edit-prefix-commands): New var.
2320         (kmacro-step-edit-prompt, kmacro-step-edit-query)
2321         (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
2322         (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
2323         New aux functions for step editing keyboard macros.
2325         * subr.el (read-quoted-char): Apply listify-key-sequence to vector
2326         returned by this-single-command-raw-keys before appending it to
2327         unread-command-event.
2329 2002-09-07  Colin Walters  <walters@debian.org>
2331         * progmodes/compile.el (compile-internal): Add optional argument
2332         no-async.
2334         * diff.el (diff): Add optional argument no-async, and use the
2335         above argument.
2337         * files.el (diff-buffer-with-file): Call diff synchronously, so we
2338         don't delete the temporary file before diff has a chance to read
2339         it.
2341         * ibuf-ext.el (ibuffer-diff-with-file): Just call
2342         `diff-buffer-with-file'.
2344 2002-09-07  John Paul Wallington  <jpw@shootybangbang.com>
2346         * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
2348         * emacs-lisp/find-func.el (find-function-recenter-line):
2349         Add custom type.  Doc fix.
2351 2002-09-06  Stefan Monnier  <monnier@cs.yale.edu>
2353         * menu-bar.el (menu-bar-make-mm-toggle): New macro.
2354         (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
2355         (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
2356         Remove.  Use the minor mode function directly instead.
2357         (menu-bar-mode): Add message and customize-mark-as-set and return
2358         the new value as do other minor modes.
2360         * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
2362 2002-09-06  Simon Marshall  <simon@gnu.org>
2364         * progmodes/etags.el (find-tag-tag, complete-tag):
2365         Bind completion-ignore-case based on tags-case-fold-search, so that
2366         case-sensitivity of tag completion matches that of tag search.
2368 2002-09-06  Juanma Barranquero  <lektu@terra.es>
2370         * calendar/solar.el (calendar-time-display-form): Fix spacing.
2372         * double.el (double-prefix-only): Likewise.
2374         * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
2376         * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
2378         * emacs-lisp/float.el (string-to-float): Likewise.
2380         * emacs-lisp/rx.el (rx): Likewise.
2382         * faces.el (copy-face): Likewise.
2384         * hilit-chg.el (highlight-changes-colours)
2385         (highlight-changes-active-string)
2386         (highlight-changes-passive-string)
2387         (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
2389         * international/mule.el (decode-char): Likewise.
2391         * progmodes/idlwave.el (idlwave-support-inheritance)
2392         (idlwave-routine-entry-compare): Likewise.
2394         * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
2395         Likewise.
2397         * progmodes/pascal.el (pascal-start-keywords): Likewise.
2399         * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
2400         Likewise.
2402         * progmodes/vhdl-mode.el (vhdl-progress-interval)
2403         (vhdl-corresponding-begin): Likewise.
2405         * simple.el (choose-completion-string-functions): Likewise.
2407         * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
2409         * textmodes/fill.el (fill-nonuniform-paragraphs)
2410         (fill-individual-paragraphs): Likewise.
2412         * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
2414         * warnings.el (warning-level-aliases): Likewise.
2416         * speedbar.el (speedbar-mode): Fix spacing and typos.
2418         * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
2420 2002-09-05  Markus Rost  <rost@math.ohio-state.edu>
2422         * textmodes/table.el (table-command-prefix): Fix type.
2424 2002-09-05  Andre Spiegel  <spiegel@gnu.org>
2426         * vc-hooks.el: Don't require vc.el at compile-time; it causes
2427         recursive requirements during bootstrap.
2429 2002-09-05  Kenichi Handa  <handa@etl.go.jp>
2431         * international/mule.el (decode-char): Cancel the previous change.
2433 2002-09-04  Mats Lidell  <matsl@contactor.se>  (tiny change)
2435         * language/european.el ("Swedish"): New set-language-info-alist call.
2437 2002-09-04  Richard M. Stallman  <rms@gnu.org>
2439         * help-fns.el (help-with-tutorial): Properly set up
2440         completion-reference-buffer in the *Completion* buffer.
2442 2002-09-04  John Paul Wallington  <jpw@shootybangbang.com>
2444         * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
2445         returns nil, return nil.
2447 2002-09-04  Andre Spiegel  <spiegel@gnu.org>
2449         * vc-hooks.el: Require vc.el at compile-time.
2450         (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
2451         Moved here from vc.el.
2453         * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
2454         Moved to vc-hooks.el.
2456         * vc-rcs.el (vc-rcs-state): Don't require vc.el.
2458 2002-09-04  Kenichi Handa  <handa@etl.go.jp>
2460         * international/mule.el (decode-char): Translate a character by
2461         utf-8-translation-table-for-decode only when
2462         utf-8-fragment-on-decoding is non-nil.
2464 2002-09-02  Stefan Monnier  <monnier@cs.yale.edu>
2466         * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
2467         (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
2468         Use text-mode's syntax-table and abbrev-table.
2469         (text-mode): Set require-final-newline to t.
2471         * newcomment.el (comment-make-extra-lines): Only use the
2472         dummy `=' char when there's really nothing else.
2473         Don't remove spaces if it leads to an incorrect comment.
2475         * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
2476         around the cvs/ssh/libc bug.
2477         (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
2478         (defun-cvs-mode): Use the new `declare' thingy.
2479         (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
2480         (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
2481         (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
2483         * pcvs-parse.el (cvs-parse-table): Create a `need-update'
2484         node rather than a message for new directories.
2485         (cvs-parse-status): Add support for `Entry Invalid'.
2487         * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
2488         (smerge-combine-with-next): New function.
2489         (smerge-diff): Don't output `wrote /tmp/foo' messages.
2490         Insert message if no diffs were found.
2492         * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
2493         (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
2495 2002-09-02  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2497         * net/tramp.el: Version 2.0.15 released.
2498         (require 'base64): Most modern Emacsen have the base64
2499         encode/decode functions built in, so test to see if they are bound
2500         before we go blindly requiring base64.el.
2501         From Steve Youngs <youngs@xemacs.org>.
2502         (tramp-feature-write-region-fix): XEmacs doesn't have a
2503         'find-operation-coding-system' and this variable doesn't seem to
2504         be used anywhere so wrap it in (unless (featurep 'xemacs)).
2505         From Steve Youngs <youngs@xemacs.org>.
2506         (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
2507         (tramp-open-connection-su): Use user name "root" if no user name
2508         is given.
2510         From Michael Albinus <Michael.Albinus@alcatel.de>:
2511         * net/tramp.el (tramp-invoke-ange-ftp):
2512         (tramp-ange-ftp-file-name-p): Check for Xemacs.
2513         (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
2514         tramp-invoke-ange-ftp 'rename.
2515         (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
2516         tramp-invoke-ange-ftp 'write-region.
2517         (tramp-handle-set-file-modes): Change order of FILENAME and MODE
2518         passing to tramp-invoke-ange-ftp 'set-file-modes.
2519         (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
2520         again after activating `ange-ftp'.
2522 2002-09-02  Kim F. Storm  <storm@cua.dk>
2524         * ido.el (ido-ignore-item-temp-list): New variable.
2525         (ido-read-internal): Don't set ido-default-item if the default is
2526         member of ido-ignore-item-temp-list.
2527         Don't return first match for C-j if no text is entered.
2528         (ido-buffer-internal): Check for empty string return.
2529         (ido-make-buffer-list1): Use member instead of memq.
2530         (ido-window-buffer-p): Likewise.
2531         (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
2532         (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
2534         * replace.el (multi-occur): Made "ido-aware":
2535         Changed prompt to use C-j instead of RET to end.
2536         Set ido-ignore-item-temp-list to the selected buffers so far, so
2537         they are automatically excluded from the list of choices.
2538         Use add-to-list instead of push.
2540 2002-09-01  Richard M. Stallman  <rms@gnu.org>
2542         * term/x-win.el (function-key-map): Define S-iso-lefttab.
2544 2002-09-01  Kim F. Storm  <storm@cua.dk>
2546         * edmacro.el (edit-kbd-macro): Recognize new default binding for
2547         C-x e in addition to old binding.
2549 2002-09-01  Mario Lang  <mlang@debian.org>
2551         * files.el (save-some-buffers-action-alist): New variable.
2552         (save-some-buffers): Use that.
2553         (diff-buffer-with-file): New function.
2555 2002-09-01  Richard M. Stallman  <rms@gnu.org>
2557         * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
2559         * dired.el (defgroup dired): Use `files' as parent.
2560         (dired-get-filename): Ignore handler if it has safe-magic prop.
2562         * jka-compr.el (jka-compr-handler): Add safe-magic property.
2564 2002-08-31  Richard M. Stallman  <rms@gnu.org>
2566         * simple.el (kill-line): Use end-of-visible-line to determine
2567         if rest of line is blank.
2568         (end-of-visible-line): Cope if end-of-line moved back over
2569         invisible intangible chars at end of line.
2571         * simple.el (completion-setup-function): Don't use directory-sep-char.
2573 2002-09-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
2575         * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
2576         needed.
2577         (f90-menu, f90-add-imenu-menu): Use lookup-key.
2578         Remove (eval-when-compile) for free variables.
2580 2002-08-31  Andreas Schwab  <schwab@suse.de>
2582         * font-core.el (font-lock-change-mode): Avoid changing buffer
2583         state in any way.
2585 2002-08-30  Stefan Monnier  <monnier@cs.yale.edu>
2587         * emacs-lisp/easymenu.el (easy-menu-filter-return):
2588         Handle the case where the filter returns a single menu entry.
2589         (easy-menu-add): Improve docstring.
2590         (easy-menu-current-active-maps): Remove.
2591         (easy-menu-get-map): Use current-active-maps.
2593         * cus-edit.el (custom-unlispify-menu-entry): Don't remove
2594         the -p prefix from variables since they shouldn't have it anyway.
2595         (custom-group-menu-create, customize-menu-create):
2596         Only cdr if applicable, since custom-menu-create might return
2597         a vector (i.e. a single menu entry).
2599 2002-08-30  Edward M. Reingold  <reingold@emr.cs.iit.edu>
2601         * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
2602         user's value of diary-list-include-blanks, but generate message
2603         instead if there are no entries.
2605 2002-08-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>  (tiny change)
2607         * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
2609 2002-08-30  Markus Rost  <rost@math.ohio-state.edu>
2611         * menu-bar.el (menu-bar-read-mail): Doc fix.
2613 2002-08-30  John Paul Wallington  <jpw@shootybangbang.com>
2615         * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
2616         (ibuffer-fontification-alist): Check hidden buffer case isn't
2617         visiting a file and change its face to italic.
2619 2002-08-30  Juanma Barranquero  <lektu@terra.es>
2621         * replace.el (occur-mode): Add interactive declaration.
2623         * bs.el (bs-message-without-log): Fix typo.
2625         * font-core.el (font-lock-defaults): Likewise.
2627         * font-lock.el (font-lock-add-keywords): Likewise.
2629         * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
2631         * textmodes/bibtex.el (bibtex-mode): Likewise.
2633         * emulation/viper-ex.el (ex-compile-command): Likewise.
2635         * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
2636         Likewise.
2638         * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
2640         * allout.el (my-mark-marker): Likewise.
2642 2002-08-30  Simon Josefsson  <jas@extundo.com>
2644         * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
2645         unless s-debug-info is enabled.
2647 2002-08-29  John Paul Wallington  <jpw@shootybangbang.com>
2649         * ibuffer.el (ibuffer-update): Use `minibufferp'.  Expand `caddr'.
2651         * mwheel.el (mouse-wheel-up-button): Doc fix.
2653 2002-08-29  Juanma Barranquero  <lektu@terra.es>
2655         * replace.el (occur-mode-hook): New hook.
2656         (occur-mode): Use it.
2657         (occur-hook): Set default to nil.
2659 2002-08-29  Stefan Monnier  <monnier@cs.yale.edu>
2661         * net/ange-ftp.el: Use match-string and drop useless `function's.
2662         (ange-ftp-get-process): Bind `ange-ftp-this-user' and
2663         `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
2664         (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
2665         (ange-ftp-parse-dired-listing): Update the calls.
2666         (dired-local-variables-file): Declare to shut quieten the compiler.
2667         (ange-ftp-file-entry-active-p): Remove.
2668         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
2669         Don't exclude dangling symlinks.
2670         (ange-ftp-file-name-completion-1): Make predicate optional.
2671         (ange-ftp-parse-list-func-alist): Use add-to-list to update.
2672         (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
2673         (ange-ftp-bs2000-posix-hook-installed): Remove.
2674         (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
2675         (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
2676         `ange-ftp-this-host' instead of `user' and `host'.
2678 2002-08-29  Richard M. Stallman  <rms@gnu.org>
2680         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2681         Decide here whether to print which form we're compiling.
2682         If we do that, still print file and line.  Make file name
2683         relative to default-directory.  Print fewer newlines.
2684         (byte-compile-log-file): Print something even if no file.
2685         Print messages for entering and leaving directories,
2686         and set default-directory.
2687         (displaying-byte-compile-warnings): Only sometimes bind warning-series.
2688         (byte-compile-warning-series): New function.
2689         (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
2690         (byte-compile-display-log-head-p): Function deleted.
2692         * warnings.el (warning-series): Now can be a marker, not an integer.
2693         (display-warning): Handle new value for warning-series.
2695         * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
2696         (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
2697         to don't-warn list.
2699 2002-08-29  Kim F. Storm  <storm@cua.dk>
2701         * kmacro.el: Change default bindings from F7/F8 to F3/F4.
2702         Change default binding of C-x e to kmacro-end-or-call-macro.
2703         (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
2704         variables.
2705         (kmacro-get-prefix-arg): New function.
2706         (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
2707         improve.  Callers changed.
2708         (kmacro-call-macro): Repeat macro by repeating last key or
2709         key defined in kmacro-call-repeat-key.  New third arg non-nil
2710         means to end current macro.
2711         (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
2712         to get repeat last key functionality.
2713         (kmacro-start-macro-or-insert-counter): Improve doc string.
2715 2002-08-28  Luc Teirlinck  <teirllm@mail.auburn.edu>
2717         * files.el (find-buffer-visiting): Compare file attributes
2718         using buffer-file-truename.
2720 2002-08-28  Richard M. Stallman  <rms@gnu.org>
2722         * files.el (make-auto-save-file-name, make-backup-file-name-1):
2723         Don't use directory-sep-char.
2725 2002-08-28  Juanma Barranquero  <lektu@terra.es>
2727         * replace.el (occur-hook): Renamed from `occur-mode-hook'.
2728         (occur-mode): Remove call to `occur-mode-hook'.
2729         (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
2730         (occur-1): Add call to `occur-hook'.
2732         * subr.el (make-variable-frame-localizable): Alias for
2733         `make-variable-frame-local'.
2735 2002-08-28  Miles Bader  <miles@gnu.org>
2737         * rfn-eshadow.el (read-file-name-electric-shadow-properties)
2738         (read-file-name-electric-shadow-tty-properties)
2739         (read-file-name-electric-shadow-mode): Remove compatibility defs.
2741         * comint.el (comint-carriage-motion): Start at START.
2743 2002-08-27  Francesco Potorti`  <pot@gnu.org>
2745         * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
2746         given by vsFTPd when accessed with a kerberised FTP client.
2748 2002-08-27  Richard M. Stallman  <rms@gnu.org>
2750         * files.el (find-alternate-file):
2751         Bind kill-buffer-query-functions locally, don't set it.
2753 2002-08-27  Andreas Schwab  <schwab@suse.de>
2755         * kmacro.el (kmacro-start-macro): Doc fix.
2757 2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
2759         * textfile/reftex-ref.el (reftex-goto-label): New command.
2761         * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
2763         * textfile/reftex-parse.el (reftex-roman-number): New function.
2764         (reftex-section-number): Better handling of parts: No chapter
2765         counter resets.
2767         * textfile/reftex.el (reftex-highlight-overlays): Added a third
2768         overlay.
2769         (reftex-mode-menu): Added entry for `reftex-toc-recenter.
2770         Also moved `reftex-reset-mode' to top level.
2772         * textfile/reftex-toc.el (reftex-toc-recenter): New command.
2773         (reftex-toc-pre-command-hook): Don't remove highlight overlay.
2774         (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
2776         * textfile/reftex-sel.el (reftex-get-offset): Get offset of
2777         document pointer *before* position, not after.
2778         (reftex-insert-docstruct): Get offset of document pointer *before*
2779         position, not after.
2781         * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
2782         match over section title match.
2784         * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
2785         which determines on a per-file-basis if BibTeX is being used
2786         locally for citations.
2787         (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
2788         cooperation with chapterbib.
2789         (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
2790         better cooperation with chapterbib.
2792         * textfiles/reftex-dcr.el (reftex-view-cr-cite):
2793         Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
2795 2002-08-26  Kim F. Storm  <storm@cua.dk>
2797         * subr.el (suppress-keymap): Use command remapping instead of
2798         substitute-key-definition to undefine self-inserting keys.
2800 2002-08-26  Juanma Barranquero  <lektu@terra.es>
2802         * makefile.w32-in (WINS): Add calc and obsolete.
2804 2002-08-26  Stefan Monnier  <monnier@cs.yale.edu>
2806         * emacs-lisp/easy-mmode.el (define-minor-mode):
2807         Use customize-mark-as-set for global minor modes.
2809 2002-08-25  Miles Bader  <miles@gnu.org>
2811         * rfn-eshadow.el (file-name-shadow-properties-custom-type):
2812         Renamed from `read-file-name-electric-shadow-properties-custom-type'.
2813         Change name of face.
2814         (file-name-shadow-properties): Renamed from
2815         `read-file-name-electric-shadow-properties'.
2816         (file-name-shadow-tty-properties): Renamed from
2817         `read-file-name-electric-shadow-tty-properties'.
2818         (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
2819         (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
2820         (file-name-shadow-mode): Renamed from
2821         `read-file-name-electric-shadow-mode'.  Update references to
2822         renamed variables.
2824 2002-08-24  Sam Steingold  <sds@gnu.org>
2826         * subr.el (eval-after-load): Do not call
2827         load-symbol-file-load-history (deleted yesterday).
2829 2002-08-24  John Paul Wallington  <jpw@shootybangbang.com>
2831         * startup.el (normal-splash-screen): Ensure splash buffer is
2832         killed.  Use tabs in output.  Fix test whether previous buffer was
2833         *scratch* buffer.
2835         * progmodes/simula.el (simula-abbrev-keyword-default)
2836         (simula-abbrev-keyword, simula-abbrev-stdproc-default)
2837         (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
2839         * apropos.el (command-apropos): Use `defalias' instead of `fset'.
2841         * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
2843 2002-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
2845         * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
2846         (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
2847         (f90-font-lock-off, f90-font-lock-menu):  Delete.
2848         Use easy-menu-define instead.
2849         (f90-mode): Use easy-menu-add.
2850         No longer (require 'imenu) when compiling.
2851         (f90-mark-subprogram, f90-indent-region, f90-fill-region)
2852         (f90-abbrev-start): Use fboundp.
2853         (f90-imenu-flag): Delete - use imenu--index-alist instead.
2855 2002-08-23  Richard M. Stallman  <rms@gnu.org>
2857         * loadhist.el (unload-feature): Distinguish functions from
2858         variables in load-history.
2859         (feature-symbols): Doc fix.
2861         * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
2863         * subr.el (symbol-file-load-history-loaded)
2864         (load-symbol-file-load-history): Deleted.
2865         (symbol-file): Don't call load-symbol-file-load-history.
2867 2002-08-23  Andre Spiegel  <spiegel@gnu.org>
2869         * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
2871 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
2873         * frame.el (select-frame-by-name, select-frame-set-input-focus):
2874         Always call x-focus-frame, if using x.
2875         Use set-mouse-position on all systems, if focus-follows-mouse.
2877 2002-08-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2879         * net/tramp.el: Version 2.0.14 released.
2880         (tramp-shell-prompt-pattern): New variable.
2881         (tramp-actions-before-shell, tramp-multi-actions)
2882         (tramp-find-shell, tramp-open-connection-multi)
2883         (tramp-open-connection-setup-interactive-shell): Use it.
2884         (tramp-open-connection-telnet, tramp-open-connection-rsh)
2885         (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
2886         in the docstring.
2887         (tramp-bug): Report `tramp-shell-prompt-pattern'.
2888         (tramp-process-one-multi-action, tramp-process-one-action):
2889         Make message clearer so people don't confuse it with Emacs asking
2890         them a question if the regexp happens to end with "?".
2891         (tramp-verbose): Change default value from 10 to 9.  Also change
2892         some logging levels so that 10 is reserved for stuff which is
2893         needed for debugging only, but 9 catches everything that people
2894         might like to see in order to see that Tramp is actually working.
2896 2002-08-22  Kim F. Storm  <storm@cua.dk>
2898         * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
2899         Corrected spelling mistakes (for Joseph Arceneaux).
2901 2002-08-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
2903         * progmodes/f90.el: eval-when-compile a few defvars.
2904         (f90-xemacs-flag): Wrap in eval-and-compile.
2905         (f90-font-lock-keywords): Doc fix.
2906         (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
2907         (f90-mark-subprogram-overlay): Variable deleted.
2908         (f90-mark-subprogram): Remove overlay bit.  Don't be silent about
2909         pushing mark.
2910         (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
2912 2002-08-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2914         * tramp.el: Version 2.0.13 released.
2915         (tramp-handle-write-region): Don't check to see if remote end is
2916         awake after sending data to remote host: we want to send "EOF" not
2917         "echo are you awake"...
2918         (tramp-maybe-open-connection): Swap args for tramp-time-diff.
2919         (tramp-yn-prompt-regexp): New variable.
2920         (tramp-action-yn): New function, using it.
2921         (tramp-feature-write-region-fix): New internal variable.  Not yet
2922         used.  Should be used in `tramp-handle-write-region'.
2924 2002-08-21  Kim F. Storm  <storm@cua.dk>
2926         * bindings.el (mode-line-format): Moved global-mode-string last.
2927         (mode-line-position): Moved %p first.  Added padding to %l/%c to
2928         eliminate jumpyness in modeline.  Use (%l,%c) format if both
2929         line-number-mode and column-number-mode are enabled.
2931 2002-08-20  Martin Stjernholm  <bug-cc-mode@gnu.org>
2933         * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
2934         that could cause an infinite loop if something that looks like
2935         a macro begins in the middle of a line.
2937         * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
2938         could cause `c-state-cache' to contain two conses in sequence
2939         when there's an unbalanced open paren in a macro.
2941 2002-08-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
2943         * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
2945         * imenu.el (imenu--generic-function): Use mapc.
2946         (imenu-syntax-alist): Doc fix.
2948 2002-08-20  Richard M. Stallman  <rms@gnu.org>
2950         * font-core.el (font-lock-change-mode): New function.
2951         (font-lock-mode): Use font-lock-change-mode instead of
2952         font-lock-unfontify-buffer.
2953         (font-lock-maximum-size, font-lock-verbose): Add defvars.
2955 2002-08-20  Carsten Dominik  <dominik@astro.uva.nl>
2957         * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
2958         which determines on a per-file-basis if BibTeX is being used
2959         locally for citations.
2960         (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
2961         cooperation with chapterbib.
2962         (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
2963         better cooperation with chapterbib.
2965         * textfiles/reftex-dcr.el (reftex-view-cr-cite):
2966         Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
2968 2002-08-20  Kim F. Storm  <storm@cua.dk>
2970         * kmacro.el: Major rework based on discussions with RMS.
2971         Most important change is that C-x C-k is now bound to a keymap
2972         with keyboard macro related commands.  The original binding on
2973         C-x C-k is moved to C-x C-k e.
2975         * binding.el: Remove macro related bindings (now in kmacro.el).
2977         * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
2979 2002-08-19  Stefan Monnier  <monnier@cs.yale.edu>
2981         * help-fns.el (help-split-fundoc): Replace the function name
2982         from the docstring with the one that should be displayed.
2983         (help-make-usage): Understand CL style arglists.
2984         (describe-function-1): Adapt to the new behavior of help-split-fundoc.
2985         (describe-variable): Use delete-region.
2987 2002-08-19  Kenichi Handa  <handa@etl.go.jp>
2989         * international/mule.el (sgml-xml-auto-coding-function):
2990         Call re-search-forward with NOERROR t.
2992 2002-08-19  Miles Bader  <miles@gnu.org>
2994         [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
2995         * comint.el (comint-inhibit-carriage-motion): New variable.
2996         (comint-carriage-motion): Argument STRING removed.  New arguments
2997         START and END; interpret characters between START and END rather
2998         than using special comint state.
2999         (comint-output-filter): Call `comint-carriage-motion'.
3000         (comint-output-filter-functions): Don't add `comint-carriage-motion'.
3001         * ielm.el (inferior-emacs-lisp-mode):
3002         Give `comint-inhibit-carriage-motion' a local value of t.
3004 2002-08-18  Richard M. Stallman  <rms@gnu.org>
3006         * textmodes/table.el: New file.
3008         * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
3010 2002-08-18  Andreas Schwab  <schwab@suse.de>
3012         * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
3014 2002-08-17  Carsten Dominik  <dominik@astro.uva.nl>
3016         * textmodes/reftex.el (reftex-mode): Create special syntax tables.
3017         (reftex-syntax-table): Set a default in case this is being used
3018         outside a LaTeX file.
3019         (reftex-syntax-table-for-bib): Set a default in case this is being
3020         used outside a LaTeX file.
3022 2002-08-17  Richard M. Stallman  <rms@gnu.org>
3024         * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
3025         and use write-file-functions instead of local-write-file-hooks.
3026         (tar-untar-buffer): Don't try to extract directories.
3028         * menu-bar.el (fringe-mode): Set to nil.
3030         * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
3032 2002-08-15  Richard M. Stallman  <rms@gnu.org>
3034         * calendar/appt.el (appt-delete): Use substring-no-properties.
3035         (appt-make-list): Don't use prin1-to-string; use the string unchanged.
3037 2002-08-15  Jan Nieuwenhuizen  <janneke@gnu.org>  (tiny change)
3039         * server.el (server-process-filter): Simplify code.
3040         (server-goto-line-column): New function.
3041         (server-visit-files): Use server-goto-line-column.
3042         Offer to revert only if file has changed.
3044 2002-08-15  Richard M. Stallman  <rms@gnu.org>
3046         * files.el (recover-this-file): New function.
3047         (after-find-file): Recommend recover-this-file.
3049         * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
3050         to change-major-mode-hook when font lock is enabled.
3052         * simple.el (toggle-truncate-lines): Force redisplay.
3053         Display status message.
3055 2002-08-15  Carsten Dominik  <dominik@sand.science.uva.nl>
3057         * textmodes/reftex.el (reftex-mode): Moved the creation of special
3058         syntax tables to top-level.
3060 2002-08-15  David Kastrup  <David.Kastrup@t-online.de>
3062         * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
3063         use `hash-table-size' instead of `length'.
3065 2002-08-14  Stefan Monnier  <monnier@cs.yale.edu>
3067         * help-fns.el (locate-library): Use locate-file(-completion).
3068         (help-split-fundoc): Tighten the regexp and recognize a usage-info
3069         where the function name is `fn'.
3070         (help-function-arglist): Follow aliases and macros.
3071         (describe-function-1): Use keymapp.
3072         If the docstring contains a usage info, use it even if the function is
3073         not a subroutine.  Find usage info in aliases' docstring if necessary.
3074         (describe-variable): Get the value before setting up the *Help* buffer.
3076         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
3077         Use find-file-hook instead of find-file-hooks.
3078         (define-minor-mode): Get rid of this silly `togglep'.
3079         Add an explicit `toggle' argument (used for interactive calls).
3080         Emit a warning when a nil argument turns the mode off.
3082         * language/ethio-util.el (setup-ethiopic-environment-internal)
3083         (exit-ethiopic-environment): Use find-file-hook and
3084         write-file-functions instead of find-file-hooks and write-file-hooks.
3086         * window.el (handle-select-window): Don't do anything if the window
3087         has disappeared since the event was generated.
3088         (split-window-save-restore-data): Use push and with-current-buffer.
3090         * saveplace.el:
3091         * play/meese.el:
3092         * obsolete/hilit19.el:
3093         * completion.el (dynamic-completion-mode):
3094         * emacs-lisp/find-func.el (find-function-search-for-symbol):
3095         Use find-file-hook instead of find-file-hooks.
3097         * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
3098         (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
3099         (imenu-space-replacement): Allow nil value.
3100         (imenu--completion-buffer): Use new vars and simplify.
3101         Fix handling of minibuffer-setup-hook.
3102         Use minibuffer-completion-help instead of rolling our own.
3103         (imenu-choose-buffer-index): Use the new var.
3105         * startup.el (command-line): Load custom-file if not done yet.
3107 2002-08-14  Kenichi Handa  <handa@etl.go.jp>
3109         * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
3110         the selection data string.  Always return cons of type and string.
3111         (selection-converter-alist): Add (UTF8_STRING .
3112         xselect-convert-to-string).
3114 2002-08-12  Stefan Monnier  <monnier@cs.yale.edu>
3116         * newcomment.el (comment-region): Force `lines' when `block' is set.
3118 2002-08-12  Richard M. Stallman  <rms@gnu.org>
3120         * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
3121         (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
3122         (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
3123         (menu-bar-toggle-cua-mode, menu-bar-read-mail)
3124         (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
3125         (menu-bar-text-mode-auto-fill): New commands, used
3126         in menu bar menus instead of lambda expressions.
3128         (menu-bar-showhide-fringe-menu-customize-left)
3129         (menu-bar-showhide-fringe-menu-customize-right)
3130         (menu-bar-showhide-fringe-menu-customize-disable)
3131         (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
3133         (menu-bar-options-menu): Use toggle-truncate-lines.
3134         (showhide-date-time): Call customize-mark-as-set.
3136         * emacs-lisp/find-func.el (find-function-search-for-symbol):
3137         Obey `definition-name' properties.
3139         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
3140         Put `definition-name' properties on the functions whose
3141         names are constructed.
3143         * textmodes/page-ext.el (pages-target-buffer): Add defvar.
3144         Renamed from target-buffer.
3145         (pages-directory, pages-copy-header-and-position): Uses changed.
3147         * calendar/appt.el (appt-make-list): Correct the parsing of
3148         each appointment from time-string.
3150 2002-08-12  Stefan Monnier  <monnier@cs.yale.edu>
3152         * scroll-all.el (scroll-all-mode): Use define-minor-mode.
3153         (scroll-all-mode) <defcustom>: Delete.
3154         (running-xemacs): Delete.
3155         (minor-mode-alist): Don't manipulate it directly.
3157 2002-08-10  Kenichi Handa  <handa@etl.go.jp>
3159         * international/mule-cmds.el (search-unencodable-char): New function.
3160         (select-safe-coding-system): Show unencodable characters.
3161         (unencodable-char-position): Deleted, and implemented in C in coding.c.
3163 2002-04-09  John Wiegley  <johnw@gnu.org>
3165         * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
3166         * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
3167         * em-dirs.el (eshell/cd): Ditto.
3168         * em-glob.el (eshell-glob-case-insensitive): Ditto.
3169         * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
3170         * esh-ext.el (eshell-binary-suffixes): Ditto.
3172 2002-08-09  Richard M. Stallman  <rms@gnu.org>
3174         * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
3176         * simple.el (set-variable): Give locality status in prompt.
3178 2002-08-09  Benjamin Rutt  <rutt@cis.ohio-state.edu>
3180         * simple.el (set-variable): If given a prefix argument, set
3181         variable buffer-locally.
3183 2002-08-09  John Paul Wallington  <jpw@shootybangbang.com>
3185         * font-core.el (font-lock-function): Make it buffer-local.
3187 2002-08-08  Richard M. Stallman  <rms@gnu.org>
3189         * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
3190         (checkdoc-message-interactive, checkdoc-interactive-loop)
3191         (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
3192         (checkdoc-defun):
3193         Update checkdoc-spellcheck-documentation-flag correctly.
3194         (checkdoc-ispell-docstring-engine): Don't test for
3195         checkdoc-autofix-flag = nil.
3197 2002-08-07  John Paul Wallington  <jpw@shootybangbang.com>
3199         * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
3201         * wid-browse.el (widget-minor-mode): Fix doc typo.
3203 2002-08-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3205         * net/tramp.el: Version 2.0.12 released.
3206         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3207         Comment out possibly obsolete "echo hello" commands.
3208         (tramp-run-real-handler): If operation is
3209         `ange-ftp-hook-function', use first arg as the real operation.
3210         (tramp-check-ls-commands): Use / instead of \ as directory
3211         separator.  (Relevant for XEmacs on Windows.)
3212         (tramp-maybe-open-connection): Use tramp-wait-for-output when
3213         waiting for the "are you awake" command.  Use a different string
3214         for the "are you awake" command.
3215         (tramp-send-command): New optional arg NEVEROPEN means to never
3216         invoke tramp-maybe-open-connection.
3217         (tramp-maybe-open-connection): Use it
3219 2002-08-07  Richard M. Stallman  <rms@gnu.org>
3221         * warnings.el (warning-prefix-function, warning-series)
3222         (warning-fill-prefix, warning-group-format): Add autoload cookies.
3224 2002-08-07  Kenichi Handa  <handa@etl.go.jp>
3226         * international/mule-cmds.el (select-safe-coding-system):
3227         Call pop-to-buffer inside save-window-excursion and save-excursion.
3229 2002-08-06  John Paul Wallington  <jpw@shootybangbang.com>
3231         * help-fns.el (describe-function-1): Skip arglist note if
3232         function's definition is a keymap.
3234 2002-08-06  Sam Steingold  <sds@gnu.org>
3236         * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
3237         and `mail-user-agent' instead of straight sendmail.
3238         (diary-modified, diary-entries-list, displayed-year)
3239         (displayed-month, entry, date, number, date-string, d-file)
3240         (original-date): Defvar without binding to avoid compiler warnings.
3242 2002-08-05  Alan Shutko  <ats@acm.org>
3244         * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
3245         (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
3246         (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
3248         * ibuf-ext.el (ibuffer-list-buffer-modes): New.
3249         (ibuffer-filter-by-used-mode): New.
3251 2002-08-05  John Paul Wallington  <jpw@shootybangbang.com>
3253         * ediff-util.el (ediff-copy-list): Use `defalias' instead of
3254         `fset' and `symbol-function'.
3256 2002-08-05  John Wiegley  <johnw@gnu.org>
3258         * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
3259         value unless pcomplete-cycle-cutoff-length is non-nil.
3261 2002-04-09  John Paul Wallington  <jpw@shootybangbang.com>
3263         * esh-util.el (eshell-under-cygwin-p): New function.
3264         * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
3265         * em-dirs.el (eshell/cd): Ditto.
3266         * em-glob.el (eshell-glob-case-insensitive): Ditto.
3267         * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
3268         * esh-ext.el (eshell-binary-suffixes): Ditto.
3270 2002-08-05  Richard M. Stallman  <rms@gnu.org>
3272         * international/mule-cmds.el (select-safe-coding-system): Check for
3273         non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
3275         * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
3277 2002-08-05  Gerd Moellmann  <gerd@gnu.org>
3279         * image.el (image-jpeg-p): Accept "Exif" marker.
3281 2002-08-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3283         * net/tramp.el: Version 2.0.11 released.
3284         (tramp-perl-file-attributes): Print uid and gid as signed integers.
3285         (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
3286         Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
3287         calling Tramp again.
3288         (tramp-find-file-exists-command): Check for `ls -d' last, after
3289         all the variants on `test -e'.
3290         (tramp-post-connection): Erase buffer before finding a command to
3291         check if file exists.
3293 2002-08-05  David Kastrup  <David.Kastrup@t-online.de>
3295         * calc/calc.el (math-format-stack-value): Revert a broken
3296         if->when replacement and reformat so that this does not happen
3297         again.  Fixes a pretty lethal line formatting/yanking bug.
3299 2002-08-04  John Paul Wallington  <jpw@shootybangbang.com>
3301         * startup.el (fancy-splash-frame): Check selected frame last.
3303 2002-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3305         * net/tramp.el: Version 2.0.10 released.
3306         (tramp-uudecode): New shell function `tramp_uudecode' to decode to
3307         standard output even if `uudecode -p' and `uudecode -o -' don't work.
3308         (tramp-post-connection): After finding the right shell, wait a
3309         bit.  This is a kludge to avoid a race condition, even though I
3310         don't understand why there is a race condition in the first place.
3311         (tramp-post-connection): Install the `tramp_uudecode' shell
3312         function on the remote host.
3313         (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
3314         (tramp-bug): Include more variables in the report.
3316 2002-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3318         * net/tramp.el: Version 2.0.9 released.
3319         (tramp-bug): Add wording about additional info to include in bug
3320         report.
3321         (tramp-find-shell): Set $PS1 for invocation of second shell (for
3322         tilde expansion).
3323         (tramp-find-shell): Shell prompt must match at end of buffer.
3324         Do this also for fallback shell prompt.
3325         (tramp-find-shell): More debugging output.
3326         (tramp-find-inline-encoding): When checking the decoding command,
3327         some commands fail when reading from /dev/null.  So we pass a
3328         known string through the encoding command and pass that through
3329         the decoding command.  So we know whether the decoding command can
3330         deal with some real input.
3332 2002-08-04  Andreas Schwab  <schwab@suse.de>
3334         * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
3336 2002-08-03  Andrew Choi  <akochoi@shaw.ca>
3338         * term/mac-win.el: Set keys to enable mouse wheel support.
3340 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3342         * net/tramp.el: Version 2.0.8.
3343         (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
3345 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3347         * net/tramp.el: Version 2.0.7.
3348         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
3349         (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
3350         because of `format' and say so in the docstring.
3352 2002-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
3354         * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
3355         `type' forms.
3356         (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
3357         (f90-type-def-re): Fix value.
3359 2002-08-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3361         * net/tramp.el: Version 2.0.6.
3362         (tramp-default-method): Change to "ssh" from "sm".
3363         (tramp-wrong-passwd-regexp): Restructure.  Add additional alternative.
3364         (tramp-su-program): New internal variable for method parameter.
3365         (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
3366         New variables.  Very short Perl one-liner, but requires Perl
3367         module MIME::Base64 to be installed on the remote site.
3368         (tramp-perl-encode, tramp-perl-decode): New base64
3369         encoder/decoder.  From Juanma Barranquero <lektu@terra.es>.
3370         (tramp-handle-file-truename): Invoke Ange-FTP properly (even
3371         though Ange-FTP doesn't do anything for this operation).
3372         (tramp-handle-set-visited-file-modtime): Comment change.
3373         (tramp-handle-make-directory): Save-excursion.
3374         (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
3375         twice, once is enough.
3376         (tramp-action-permission-denied): Show *tramp/foo* buffer so the
3377         user knows what's wrong.
3378         (tramp-post-connection): Support the two Perl encoders and decoders.
3379         (tramp-coding-commands): Ditto.  Add some todo items.
3381 2002-08-02  Richard M. Stallman  <rms@gnu.org>
3383         * international/mule.el (merge-coding-systems): New function.
3384         (set-buffer-file-coding-system): Use merge-coding-systems.
3385         Change prompt for args.
3386         (revert-buffer-with-coding-system): New command.
3388         * international/mule-cmds.el (mule-keymap, set-coding-system-map):
3389         Add bindings for revert-buffer-with-coding-system.
3390         (set-coding-system-map): Clarify menu item info for
3391         set-buffer-file-coding-system.
3392         (set-coding-system-map): Reorder and add separators.
3394         * emacs-lisp/edebug.el (edebug-eval-top-level-form):
3395         Use eval-expression.
3397         * subr.el (atomic-change-group): Doc fix.
3399 2002-07-31  Colin Walters  <walters@debian.org>
3401         * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
3402         defvaralias for compatibility.
3403         (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
3404         defvaralias for compatibility.
3406 2002-07-31  John Paul Wallington  <jpw@shootybangbang.com>
3408         * ibuffer.el (ibuffer-fontification-alist):
3409         Use `font-lock-constant-face' instead of `font-lock-reference-face'.
3411 2002-07-31  John Wiegley  <johnw@gnu.org>
3413         * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
3414         prevent adding the symbol `pcomplete' to
3415         shell-dynamic-complete-functions to many times.
3417 2002-07-31  Markus Rost  <rost@math.ohio-state.edu>
3419         * help-fns.el (describe-function-1): Test function for
3420         obsolescence only if it is a symbol.
3422         * ediff.el (ediff-backup): New autoloaded command.
3424 2002-07-31  Richard M. Stallman  <rms@gnu.org>
3426         * makefile.w32-in (compile-after-backup): Renamed from `compile'.
3427         Use `compile-always'.
3428         (bootstrap): Use `compile', not `compile-files'.  Use `update-subdirs'.
3429         (compile): Renamed from `compile-files'.
3430         (compile-CMD, compile-SH): Renamed from `compile-files-*'.
3432         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
3433         Check that (car elt) is a string.
3435         * pcomplete.el (pcomplete-entries): Doc fix.
3437         * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
3439 2002-07-31  Andreas Schwab  <schwab@suse.de>
3441         * dired.el: Hide disabling of dired-find-alternate-file behind
3442         autoload-cookie.
3444 2002-07-31  Juanma Barranquero  <lektu@terra.es>
3446         * makefile.w32-in: Revert some changes from 2002-07-23 because they
3447         don't work on MSVC/nmake builds.
3448         (update-subdirs-CMD): Generate the right list of subdirectories.
3449         From Tak Ota <Takaaki.Ota@am.sony.com>.
3451 2002-07-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3453         * net/tramp.el: New version 2.0.5.
3454         (tramp-methods): Remove inline encoding method parameters.
3455         The encoding is now autodetected.  Also shorten the list of
3456         methods (u/m distinction gone) and rename the remaining methods to
3457         have longer, but more mnemonic, names.
3458         (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
3459         (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
3460         matched at end of buffer anyway.
3461         (tramp-yesno-prompt-regexp): New variable, for questions where the
3462         user should say "yes" or "no".
3463         (tramp-file-name-structure-unified)
3464         (tramp-file-name-structure-separate): Allow dash in method names.
3465         (tramp-actions-before-shell): New variable, contains list of
3466         pattern/action pairs.  Output sent by remote end is scanned for
3467         the patterns, then the actions are executed.
3468         (tramp-multi-actions): Like `tramp-actions-before-shell', but
3469         executed for each hop in a multi-hop connection.
3470         (tramp-last-cmd-time): New variable.  If nothing has been sent to
3471         remote end for 60 seconds, look to see if the remote end is still
3472         alive.
3473         (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
3474         It didn't work.
3475         (tramp-perl-encode, tramp-perl-decode): New variables, these
3476         require the MIME::Base64 module on the remote end.
3477         (tramp-handle-file-attributes): Restructure logic.
3478         (tramp-handle-file-attributes-with-ls)
3479         (tramp-handle-file-attributes-with-perl): More debugging.
3480         (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
3481         (tramp-handle-make-directory, tramp-handle-delete-directory)
3482         (tramp-handle-delete-file, tramp-handle-insert-directory):
3483         Expand file name.
3484         (tramp-handle-shell-command): Use `when', not `if'.
3485         (tramp-handle-file-local-copy, tramp-handle-write-region):
3486         Adapt to autodetection of inline encoding.
3487         (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
3488         variable ange-ftp-name-format is defined before binding it.
3489         (tramp-action-login, tramp-action-password, tramp-action-succeed)
3490         (tramp-action-permission-denied, tramp-action-yesno):
3491         Functions called from `tramp-actions-before-shell'.
3492         (tramp-multi-action-login, tramp-multi-action-password)
3493         (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
3494         Functions called from `tramp-multi-actions'.
3495         (tramp-process-one-action, tramp-process-actions):
3496         Pattern matching and action invocation code for
3497         `tramp-actions-before-shell'.
3498         (tramp-process-one-multi-action, tramp-process-multi-actions):
3499         Same for `tramp-multi-actions'.
3500         (tramp-open-connection-telnet, tramp-open-connection-rsh)
3501         (tramp-open-connection-su): Process actions instead of hardwired logic.
3502         (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
3503         (tramp-multi-connect-su): Ditto.
3504         (tramp-post-connection): New method for tramp_encode and
3505         tramp_decode scripts.
3506         (tramp-post-connection): Invoke inline autodetection code.
3507         (tramp-coding-commands): List of inline codings.
3508         (tramp-find-inline-encoding): This is the inline autodetection code.
3509         (tramp-maybe-open-connection): If nothing was sent to connection
3510         for 60 seconds, look if it connection is still alive.
3511         (tramp-send-command): Remember that something was sent to the
3512         connection.
3513         (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
3514         Use backticks for constructing alist.
3515         (tramp-get-encoding-command, tramp-set-encoding-command)
3516         (tramp-get-decoding-command, tramp-set-decoding-command)
3517         (tramp-get-encoding-function, tramp-set-encoding-function)
3518         (tramp-get-decoding-function, tramp-set-decoding-function):
3519         Use for results of inline autodetection.
3520         (tramp-get-encoding-command, tramp-get-decoding-command)
3521         (tramp-get-encoding-function, tramp-get-decoding-function):
3522         Remove these old functions.
3524 2002-07-30  Kenichi Handa  <handa@etl.go.jp>
3526         * language/indian.el (in-is13194): Give correct `safe-chars' property.
3527         (devanagari): Define it as an alias of in-is13194.
3529         * international/mule.el (safe-chars):
3530         Put `char-table-extra-slots' property with value 0.
3532         * files.el (revert-buffer): Fix previous change.
3534 2002-07-29  Richard M. Stallman  <rms@gnu.org>
3536         * bindings.el (help-echo): If global-mode-string is non-nil,
3537         display some spaces after it.
3539         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
3540         Don't call string-match on non-string.
3541         (displaying-byte-compile-warnings):
3543         * textmodes/ispell.el (check-ispell-version): Bind default-directory
3544         to avoid errors.  Kill the old temp buffer at the beginning.
3546 2002-07-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
3548         * scroll-all.el (scroll-all-mode): Make argument optional.  Doc fix.
3550 2002-07-29  John Paul Wallington  <jpw@shootybangbang.com>
3552         * scroll-all.el (scroll-all-mode): Handle numeric arg.  Use `if'
3553         instead of `cond'.
3555 2002-07-29  Kenichi Handa  <handa@etl.go.jp>
3557         * international/mule.el (ctext-post-read-conversion): Add support
3558         for embedded utf-8 encoding (ESC % G ... ESC % @).
3560 2002-07-28  Kenichi Handa  <handa@etl.go.jp>
3562         * files.el (revert-buffer): Before calling insert-file-contents,
3563         kill the local variable buffer-file-coding-system.
3565 2002-07-28  Richard M. Stallman  <rms@gnu.org>
3567         * bindings.el (mode-line-format): Handle vc-mode specially.
3568         Move mode-line-position to after global-mode-string.
3569         (mode-line-modes): Move the starting 3 spaces out of here.
3570         (mode-line-position): Separate with a space, not dashes.
3572         * vc-hooks.el: Don't add to minor-mode-alist.
3574         * emacs-lisp/edebug.el (edebug-debugger):
3575         If inside redisplay, just return.
3577         * emacs-lisp/debug.el (debug): If inside redisplay, just return.
3579         * info.el (Info-find-index-name): Improve last change.
3581 2002-07-27  Richard M. Stallman  <rms@gnu.org>
3583         * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
3585         * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
3586         in the third case.
3588 2002-07-27  Markus Rost  <rost@math.ohio-state.edu>
3590         * ps-print.el: Update copyright year.
3591         (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
3593 2002-07-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3595         * eshell/eshell.el (eshell): Numeric prefix arg means to switch
3596         to the session with that number.  Old behavior still available
3597         with nonumeric prefix args.
3599 2002-07-08  Simon Josefsson  <jas@extundo.com>
3601         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
3603 2002-07-26  Juanma Barranquero  <lektu@terra.es>
3605         * warnings.el (lwarn, warn, warning-levels): Doc fix.
3606         (warning-suppress-log-types): Fix typo.
3607         (display-warning): Fix typo. Remove useless assignment to free variable
3608         `group-string'.
3610 2002-07-25  Markus Rost  <rost@math.ohio-state.edu>
3612         * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
3614 2002-07-25  Sam Steingold  <sds@gnu.org>
3616         * replace.el (occur-rename-buffer): New command.
3617         (occur-mode-map): Bind "r" to it.  Added keybindings for
3618         `kill-this-buffer', `clone-buffer' and `quit-window'.
3620 2002-07-25  Kevin Ryde  <user42@zip.com.au>
3622         * info.el (Info-find-index-name): Search for a function definition
3623         with a return type.
3625 2002-07-25  David Ponce  <david@dponce.com>
3627         * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
3628         Don't recompute `entry' on each iteration.
3629         (byte-compile-delete-first): Make it defsubst.
3631 2002-07-25  Sam Steingold  <sds@gnu.org>
3633         * progmodes/cc-engine.el (c-search-uplist-for-classkey):
3634         When `search-end' is a cons, use its car.
3636 2002-07-25  Dave Love  <fx@gnu.org>
3638         * obsolete/c-mode.el: Deleted.
3640 2002-07-25  Carsten Dominik  <dominik@astro.uva.nl>
3642         * textmodes/reftex.el (reftex-compile-variables):
3643         Simplified regular expression.
3645         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
3646         Simplified the regexp.
3648         * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
3649         (reftex-extract-bib-entries-from-thebibliography):
3650         Use `reftex-get-bibkey-default' to get a default regex.
3651         (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
3652         get a default regex.
3654         * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
3655         XEmacs compatibility (got OK from RMS).
3657         * textmodes/reftex-index.el (reftex-index-mode): Likewise.
3659         * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
3660         (reftex-select-bib-mode): Likewise.
3662 2002-07-25  Colin Walters  <walters@debian.org>
3664         * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
3665         by menu functions.
3667 2002-07-24  Dave Love  <fx@gnu.org>
3669         * international/mule.el (set-auto-coding): Doc fix.
3671         * international/utf-16.el: New file.
3673         * language/european.el ("German", "French", "Spanish", "Turkish"):
3674         Add alternative coding systems.
3675         ("Dutch"): Likewise.  Add input method.
3676         ("Welsh", "Latin-7"): Add nonascii-translation.
3678         * language/georgian.el ("Georgian"): Add nonascii-translation.
3680         * international/titdic-cnv.el: Doc fixes.
3681         (tit-process-header): Add coding cookie.
3682         (titdic-convert): Force writing as iso-2022-7bit.
3684         * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
3686         * international/mule-cmds.el: Doc fixes.
3687         (unencodable-char-position): New.
3688         (select-safe-coding-system): Use it to indicate problematic
3689         characters and add extra explanation.  Avoid checking auto-coding
3690         for compressed files.
3691         (leim-list-header): Add coding cookie.
3692         (input-method-verbose-flag): Modify :type.
3693         (locale-language-names): Add bs, wa.  Modify cy.
3695 2002-07-24  Richard M. Stallman  <rms@gnu.org>
3697         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
3698         Bind warning-group-format.
3700         * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
3701         (byte-compile-cl-warn): Use that variable.
3702         (byte-compile-find-cl-functions): New function.
3703         (displaying-byte-compile-warnings):
3704         Call byte-compile-find-cl-functions.
3706         * warnings.el (warning-levels): Add %s to the strings.
3707         (warning-group-format): New variable.
3708         (warning-suppress-log-types): Renamed from warning-suppress-log.
3709         (warning-suppress-types): Renamed from warning-suppress.
3710         (display-warning): Implement those changes.
3712 2002-07-23  Richard M. Stallman  <rms@gnu.org>
3714         * warnings.el: Add `provide' call.
3716         * files.el (basic-save-buffer-2): If there's an error writing the file,
3717         unrename the backup file if it was just made.
3718         (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
3719         (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
3720         when a backup was just made by renaming.  Otherwise it's nil.
3722         * wid-edit.el (widget-convert): Handle an argument that's a keyword.
3723         Recognize explicit :args specification.
3725         * international/mule-cmds.el (select-safe-coding-system):
3726         Don't ask for confirmation of mismatch if find-file-literally was used.
3728 2002-07-23  Markus Rost  <rost@math.ohio-state.edu>
3730         * add-log.el (add-log-current-defun):  Fix typo in documentation.
3732 2002-07-22  Markus Rost  <rost@math.ohio-state.edu>
3734         * add-log.el (add-log-mailing-address): Fix type.  Can be a string.
3736         * ido.el (ido-separator): Fix type.
3738 2002-07-23  Andrew Innes  <andrewi@gnu.org>
3740         * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
3741         (DONTCOMPILE): Add various language files.
3742         (DONTCOMPILE): Remove term/xterm.el.
3743         (finder-inf.el): Remove.
3744         (update-authors): New target.
3745         (TAGS-LISP): Remove $(lispsource).
3746         (compile-always): Renamed from `compile-files'.
3747         (compile): New target, adapted from `compile-files'.
3748         (compile-calc): New target.
3749         (recompile): Change `.' to $(lisp).
3750         (bootstrap): Add update-subdirs and finder-data
3751         to dependencies; change compile-files to compile.
3753 2002-07-22  Andre Spiegel  <spiegel@gnu.org>
3755         * vc.el (vc-next-action-on-file): Preserve find-file-literally.
3757 2002-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
3759         * simple.el (undo, undo-more): Adjust messages when undoing in a
3760         region.
3762 2002-07-22  John Paul Wallington  <jpw@shootybangbang.com>
3764         * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
3765         (browse-url-lynx-input-delay): Add custom type and group.
3767         * cus-start.el (double-click-fuzz): Added.
3769 2002-07-22  Alan Shutko  <ats@acm.org>
3771         * calendar/solar.el (diary-sabbath-candles): Add optional MARK
3772         parameter, specifying what face or character to use in the
3773         calendar display.  These will now return (MARK . ENTRY).
3775         * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
3776         parameter, specifying what face or character to use in the
3777         calendar display.  These will now return (MARK . ENTRY).
3779         * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
3780         (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
3781         MARK parameter, specifying what face or character to use in the
3782         calendar display.  These will now return (MARK . ENTRY).
3784         * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
3785         from diary-sexp-entry and pass it to mark-visible-calendar-date.
3786         (list-sexp-diary-entries): Update doc string for new docs for ....
3787         If diary-sexp-entry returns a cons, only add the text to the diary
3788         list.
3789         (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
3790         . STRING) to specify what face or character mark should be used in
3791         the calendar display.
3792         (diary-date, diary-block, diary-float, diary-anniversary)
3793         (diary-cyclic): Add optional MARK parameter, specifying what face
3794         or character to use in the calendar display.  These will now
3795         return (MARK . ENTRY).
3797         * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
3798         (calendar-holiday-list, diary-french-date, diary-mayan-date)
3799         (diary-julian-date, diary-astro-day-number, diary-chinese-date)
3800         (diary-islamic-date, list-islamic-diary-entries)
3801         (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
3802         (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
3803         (diary-rosh-hodesh, list-hebrew-diary-entries)
3804         (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
3805         (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
3806         (diary-sunrise-sunset, diary-sabbath-candles):
3807         Remove interactive flag from autoloads.
3809 2002-07-22  Carsten Dominik  <dominik@astro.uva.nl>
3811         * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
3812         (reftex-bibliography-commands): New option.
3813         (reftex-toc-split-windows-horizontally): New option
3814         (reftex-toc-split-windows-horizontally-fraction): New option
3815         (reftex-include-file-commands): New option.
3816         (reftex-cite-format-builtin): Added ?n for nocite.
3818         * textmodes/reftex-index.el (reftex-query-index-phrase):
3819         Use `reftex-index-verify-function'.
3821         * textmodes/reftex-toc.el (reftex-re-enlarge):
3822         Handle horizontal splitting.
3823         (reftex-toc): Handle horizontal splitting
3824         (reftex-last-window-width): New variable.
3826         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
3827         Use `reftex-bibliography-commands'.
3828         (reftex-locate-bibliography-files): Regexp relaxed to allow for
3829         cases where \bibliography is not the first thing on the line.
3831         * textmodes/reftex.el (reftex-compile-variables):
3832         Use `reftex-include-file-commands'.
3833         (reftex-type-query-prompt): Changed defconst to defvar.
3834         (reftex-type-query-help, reftex-typekey-to-format-alist)
3835         (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
3836         (reftex-special-env-parsers, reftex-label-mac-list)
3837         (reftex-label-env-list, reftex-typekey-list)
3838         (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
3839         (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
3840         (reftex-no-follow-message, reftex-no-info-message): Likewise.
3841         (reftex-mode): Define systax table for bibtex parsing.
3842         (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
3844         * textmodes/reftex-cite.el (reftex-format-names): %a as name
3845         format lists all names.
3846         (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
3847         (reftex-with-special-syntax-for-bib): New macro.
3849 2002-07-21  Richard M. Stallman  <rms@gnu.org>
3851         * international/ucs-tables.el (ucs-quail-activate):
3852         Cope if buffer-file-coding-system is nil.
3854         * bindings.el (last-buffer): Use buffer-list with frame arg.
3855         Create *scratch* if no other choice exists.  Fix bugs.
3857 2002-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3859         * net/tramp.el: Bump version to 2.0.2.
3860         (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
3861         longer names.  Use old names "sm1", "sm2" and so on for methods
3862         invoking "ssh -1" or "ssh -2".
3863         (tramp-multi-file-name-structure-separate): Typo, its name was set
3864         to "tramp-file-name-structure-separate".  Trivial patch.
3865         From Steve Youngs <youngs@xemacs.org>.
3866         (tramp-multi-sh-program): New variable.
3867         (tramp-open-connection-multi): Use it.  Now you can use multi
3868         methods from Windows (at least in principle).
3869         (tramp-do-copy-or-rename-via-buffer): New function.
3870         (tramp-do-copy-or-rename-file): Use it.  Change and simplify
3871         logic.  Omit special case of invoking rcp directly to copy the files.
3872         (tramp-open-connection-su, tramp-multi-connect-telnet)
3873         (tramp-multi-connect-rlogin, tramp-multi-connect-su)
3874         (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
3875         Use backticks in format-spec for brevity and to avoid
3876         character/number confusion in XEmacs.
3878 2002-07-20  Richard M. Stallman  <rms@gnu.org>
3880         * wid-edit.el (widget-documentation-string-value-create):
3881         Say "Hide Rest", not just "Hide".
3883         * cus-edit.el (custom-variable-value-create):
3884         Say "Show Value", not just "Show".  Also "Hide Value".
3885         Output a newline before the doc string.
3886         (custom-face-value-create): Say "Show Face" and "Hide Face".
3888         * files.el (toggle-read-only): Clean up the hint message.
3890         * emacs-lisp/bytecomp.el: Use warnings.el.
3891         (byte-compile-warning-prefix): New function.
3892         (byte-compile-log-file): Return page start position.
3893         (byte-compile-log-warning): New function.
3894         (byte-compile-warn): Use byte-compile-log-warning.
3895         (byte-compile-report-error): Likewise.  Also use error-message-string.
3896         (displaying-byte-compile-warnings): Bind warning-series.
3897         Don't bind or use byte-compile-warnings-point-max.
3898         Don't display the log buffer at the end.
3899         (byte-compile-warnings-point-max): Variable deleted.
3900         (byte-compile-log-1): Rewrite for trace info, not used for warnings.
3901         (byte-compile-last-warned-form, byte-compile-last-logged-file):
3902         Defvars moved.
3904         * warnings.el: New file.
3906 2002-07-19  Richard M. Stallman  <rms@gnu.org>
3908         * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
3909         and `values-list' from list of CL functions.
3911 2002-07-19  John Paul Wallington  <jpw@shootybangbang.com>
3913         * emacs-lisp/bytecomp.el (compile-defun):
3914         Bind `read-with-symbol-positions' to current buffer.
3916 2002-07-19  Andre Spiegel  <spiegel@gnu.org>
3918         * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
3919         delete anything that comes after LIMIT from the buffer.
3921         * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
3922         if this is really an RCS master file.
3924         * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
3926 2002-07-19  Juanma Barranquero  <lektu@terra.es>
3928         * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
3929         (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
3930         (unread-command-char, executing-macro, post-command-idle-hook)
3931         (post-command-idle-delay): Move obsolescence declarations to subr.el.
3933         * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
3934         (baud-rate, compiled-function-p, define-function, unread-command-char)
3935         (executing-macro, post-command-idle-hook, post-command-idle-delay):
3936         Move obsolescence declarations from emacs-lisp/bytecomp.el.
3937         (directory-sep-char, mode-line-inverse-video):
3938         Add obsolescence declaration.
3940 2002-07-18  J.D. Smith  <jdsmith@as.arizona.edu>
3942         * progmodes/idlwave.el: Updated to IDLWAVE version 4.14.  Too many
3943         changes to list them here.
3945         * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
3946         Too many changes to list them here.
3948         * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
3949         Too many changes to list them here.
3951         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
3952         only minor documentation changes.
3954 2002-07-18  Dave Love  <fx@gnu.org>
3956         * info-look.el: Support current auto{conf,make} manuals.
3958 2002-07-18  Juanma Barranquero  <lektu@terra.es>
3960         * bindings.el (last-buffer): Add missing frame argument.
3962 2002-07-18  Richard M. Stallman  <rms@gnu.org>
3964         * timer.el (timer-inc-time): Doc fix.
3966         * replace.el (keep-lines, flush-lines): Interactively report
3967         read-only error before reading regexp argument.
3969         * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
3971         * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
3972         frame parameters like bury-buffer.
3974         * simple.el (choose-completion-delete-max-match):
3975         Handle minibuffer prompts explicitly.
3977 2002-07-18  Juanma Barranquero  <lektu@terra.es>
3979         * international/mule-util.el (string-to-sequence, truncate-string):
3980         Add autoload cookie to obsolescence declaration.
3982         * rect.el (move-to-column-force): Likewise.
3984         * composite.el (decompose-composite-char): Likewise; also remove
3985         redundant info.
3987 2002-07-18  Kim F. Storm  <storm@cua.dk>
3989         * loadup.el: Load international/utf-8 before international/characters.
3991 2002-07-17  Dave Love  <fx@gnu.org>
3993         * international/ucs-tables.el: Optimize tables.  Deal with some
3994         non-8859 charsets.
3995         (ucs-mule-to-mule-unicode): New.
3996         (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
3997         translation.
3998         (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
3999         (unify-8859-on-encoding-mode): Doc mod.  Fix custom version.
4000         (unify-8859-on-decoding-mode): Doc mod.  Change code.  Fix custom
4001         version.  Add custom dependencies.
4002         (ucs-insert): Check for null from decode-char.
4003         (translation-table-for-input, ucs-quail-activate)
4004         (ucs-minibuffer-setup, ccl-encode-unicode-font)
4005         (ucs-tables-unload-hook): New.
4007         * international/mule.el (define-translation-hash-table): New.
4008         (decode-char): Use utf-8-translation-table-for-decode.
4009         (encode-char): Use ucs-mule-to-mule-unicode.
4011         * international/characters.el: Fix settings of U+2000-U+2027.
4012         Remove \e$,1uf\e(B.
4014         * international/mule-cmds.el (locale-language-names): Fix be, add
4015         sr_YU@cyrillic, modify tg.
4016         (locale-charset-language-names): Put @euro last.
4018         * language/cyrillic.el (cyrillic-koi8-r-decode-table)
4019         (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
4020         (cyrillic-koi8-r-decode-table): Make unbound after use.
4021         (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
4022         factor.  Use utf-8-translation-table-for-decode.
4023         (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
4024         (cyrillic-unify-encoding): New function.
4025         (cyrillic-koi8): Modify safe-chars, valid-codes.
4026         Remove charset-origin-alist.
4027         (Cp878, cp866): New alias.
4028         (ccl-encode-8859-5-font): New.
4029         (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
4030         (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
4031         Remove redundant parens.
4032         ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
4033         (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
4034         (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
4035         (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
4036         ("Cyrillic-ALT"): Change input method.
4037         ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
4039         * international/utf-8.el (utf-8-subst-table)
4040         (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
4041         (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
4042         (utf-8-ccl-regs, utf-8-translate-cjk): New.
4043         (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
4044         (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
4045         (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
4046         (mule-utf-8): Remove pre-write-conversion.
4047         (utf-8-post-read-conversion): Comment out.
4049         * international/ccl.el (ccl-command-table): Add lookup-integer,
4050         lookup-character.
4051         (ccl-extended-code-table): Add lookup-int-const-tbl,
4052         lookup-char-const-tbl.
4053         (ccl-compile-lookup-integer, ccl-compile-lookup-character)
4054         (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
4055         New functions.
4056         (define-ccl-program): Doc update.
4058         * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
4059         (utf-8-subst-table): Don't set.
4061 2002-07-17  Kenichi Handa  <handa@etl.go.jp>
4063         * international/mule.el (define-coding-system-alias):
4064         Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
4065         eol-type is not auto-detection.
4067         * international/mule-diag.el (print-coding-system-briefly):
4068         Fix the handling of an alias of which eol-type is not auto-detection.
4070         * international/mule-conf.el (us-ascii): Define it as an alias of
4071         iso-safe.
4073 2002-07-17  Juanma Barranquero  <lektu@terra.es>
4075         * help-fns.el (describe-function-1): Put empty line before "Not
4076         documented" text.
4078         * timer.el (timer-set-time-with-usecs): Mark obsolete.
4080 2002-07-16  Stefan Monnier  <monnier@cs.yale.edu>
4082         * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4083         Make sure to change the global tool-bar-map.
4085         * vc.el (vc-default-comment-history): Hard code *vc*.
4086         This is because print-log always prints there now.
4087         (vc-annotate-font-lock-keywords): New var.
4088         (vc-annotate-mode): Use it.  Set truncate-lines as well.
4089         (vc-annotate-display-select): Unify the two error reports.
4090         (vc-annotate-offset): New var.
4091         (vc-annotate-lines): New fun extracted from vc-annotate-display.
4092         (vc-annotate-display): Use it, via font-lock.
4094         * help-fns.el (help-split-fundoc, help-function-arglist)
4095         (help-make-usage): New funs, extracted from describe-function-1.
4096         (describe-function-1): Use them.
4098         * help.el (help-key-description): Show the untranslated keys
4099         when they start with ESC and the ESC was not translated.
4101         * help-mode.el (view): Always require.
4102         (help-xref-mule-regexp): Don't use defconst for variables.
4103         (help-setup-xref): Keep the last 10 elements of the stack.
4104         (help-xref-override-view-map): New var.
4105         (help-make-xrefs): Use it instead of building a new map each time.
4106         (help-function-def): Allow help-fun to take a buffer as arg.
4108         * diff-mode.el (diff-reverse-direction): Simplify.
4109         (diff-after-change-function): Fix typo.
4110         (diff-post-command-hook): Take care of edge cases.
4111         (diff-current-defun): Do `goto-char' after setting the mode.
4113         * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
4114         Fold mouse-sel-bindings into it.
4115         (mouse-sel-bound-events): Turn it into an alist.
4116         (mouse-insert-selection): Delegate to mouse-yank-at-click if
4117         mouse-sel-default-bindings asks for it.
4119 2002-07-16  Andre Spiegel  <spiegel@gnu.org>
4121         * files.el: Bind toggle-read-only to C-x C-q.
4122         (toggle-read-only): Display a warning message if the file is under
4123         version control.
4125         * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
4126         (vc-toggle-read-only): Explain in the doc string that users can bind
4127         this to C-x C-q.
4128         (vc-checkout-model): Change doc string to refer to vc-next-action,
4129         not vc-toggle-read-only.
4131         * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
4132         comparing to file on disk.  Fix the case when claiming the lock
4133         on a file that has unlocked changes.
4134         (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
4136 2002-07-16  Richard M. Stallman  <rms@gnu.org>
4138         * simple.el (choose-completion-string): Doc fix.
4140         * cus-edit.el: New operation :custom-standard-value.
4141         (Custom-reset-standard): Use it.
4142         (custom-variable, custom-face): Define it.
4143         (custom-variable-standard-value, custom-face-standard-value): New fns.
4144         (custom-face-save): Don't save a face whose value is standard.
4145         (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
4147         * cus-edit.el (custom-face-edit-fix-value):
4148         If VALUE is not a list, pass it thru.
4150         * compare-w.el (compare-windows-whitespace): Always allow newline
4151         even if it does not have whitespace syntax.
4153 2002-07-16  Juanma Barranquero  <lektu@terra.es>
4155         * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
4157 2002-07-15  Juanma Barranquero  <lektu@terra.es>
4159         * help-fns.el (describe-variable): Show documentation for aliased
4160         variable if alias does not have its own.
4162 2002-07-15  Mike Williams  <mdub@bigfoot.com>
4164         * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
4165         cut/paste functions.
4167 2002-07-14  Richard M. Stallman  <rms@gnu.org>
4169         * files.el (find-alternate-file): Offer to save a modified buffer.
4170         Handle kill-buffer-query-functions better.
4172         * startup.el (normal-splash-screen, fancy-splash-text):
4173         Update name of help menu item for ordering printed manuals.
4175         * emacs-lisp/checkdoc.el: Fix doc typos.
4177 2002-07-14  Stefan Monnier  <monnier@cs.yale.edu>
4179         * textmodes/tex-mode.el: Set encoding to utf-8.
4180         (tex-start-options): Make it into always-a-string.
4181         Remove silly custom options that are covered by the other var.
4182         (tex-start-commands): Fix docstring.
4183         (tex-open-quote, tex-close-quote): Add options.
4184         (tex-command): Provide default.
4185         (tex-font-lock-keywords-1): Highlight $$...$$.
4186         (tex-font-lock-keywords-2): Fix latin-1 chars.
4187         (tex-mode-map): Remove redundant \t binding.
4188         (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
4189         (latex-mode): Use add-hook for fill-nobreak-predicate.
4190         (tex-common-initialization): Set indent-tabs-mode to nil.
4191         (tex-insert-quote): Undo magic if invoked twice in a row.
4192         (latex-fill-nobreak-predicate): Don't use narrowing.
4193         (tex-latex-block): Don't cons uselessly.
4194         (tex-last-unended-begin): Signal user-friendlier error.
4195         (tex-goto-last-unclosed-latex-block): Don't catch signal.
4196         (tex-start-tex): Switch order of tex-start-options and
4197         tex-start-commands to make it obey docstrings.
4199 2002-07-14  Mike Williams  <mdub@bigfoot.com>
4201         * mouse-sel.el (mouse-sel-bound-events): New constant.
4202         (mouse-sel-bindings): Save/restore original mouse-bindings.
4204 2002-07-13  Stefan Monnier  <monnier@cs.yale.edu>
4206         * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
4207         (cl-hack-byte-compiler): Avoid infinite require loop.
4209         * net/ange-ftp.el: Use hash-tables.
4210         (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
4211         (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
4212         (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
4213         Replace with make-hash-table, maphash, gethash, puthash and remhash.
4214         (ange-ftp-hash-entry-exists-p): Rewrite.
4215         (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
4216         Change mapatom -> maphash.
4217         (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
4218         Update to new calling mode.
4220         * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
4221         (ebrowse-hash-table-to-alist): Delete.
4222         (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
4223         (ebrowse-tags-complete-symbol): Use the hashtable for completion.
4225         * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
4226         Improve the regexp used when unquoting.
4227         (sgml-pretty-print): New function.
4228         (sgml-get-context): Better handling of improperly nested tags.
4229         (sgml-show-context): Don't use the FULL arg of sgml-get-context.
4231 2002-07-13  Andreas Schwab  <schwab@suse.de>
4233         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
4234         inherited table entry.
4236 2002-07-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
4238         * calendar/timeclock.el (timeclock-in): Handle the case where no
4239         log file exists (ie the very first call).
4241 2002-07-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4243         * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
4244         is done by Tramp.
4246         * net/tramp.el (tramp-multi-file-name-structure-unified):
4247         Add missing slash and move colon from start to end of each hop.
4248         (tramp-multi-file-name-hop-structure-unified): Move colon from
4249         start to end of each hop.
4251 2002-07-13  Kim F. Storm  <storm@cua.dk>
4253         * progmodes/compile.el (grep-tree): Fixed autoload.
4254         Corrected use of undefined variable `match-files-aliases'.
4256 2002-07-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
4258         * calendar/timeclock.el (timeclock-get-workday-function):
4259         `timeclock-workday' is not a valid option, rather a possible
4260         return value.
4262 2002-07-12  Richard M. Stallman  <rms@gnu.org>
4264         * net/ange-ftp.el (ange-ftp-write-region):
4265         Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
4266         to ange-ftp-real-write-region.
4268         * replace.el (flush-lines, keep-lines): Convert REND to a marker.
4270         * help-fns.el (help-with-tutorial): Display completion list right away.
4272         * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
4274         * startup.el (command-line): Set memory-signal-data.
4275         (fancy-splash-text, normal-splash-screen):
4276         Mention "Read the Emacs Manual" or C-h r.
4277         Rearrange the initial help to put the help cmds on left
4278         and the actions (exit, undo) on the right.  Other small
4279         text clarifications.
4280         (fancy-splash-text, actions page): Add blank line to balance help page.
4282         * help.el (help-map): Add binding for info-emacs-manual.
4283         (print-help-return-message): Doc fix.
4285         * strokes.el (strokes-help): Call print-help-return-message
4286         while inside with-output-to-temp-buffer.
4288         * info.el (info-emacs-manual): New function.
4289         (Info-use-header-line): Doc fix.
4291         * emacs-lisp/cl.el (multiple-value-call): Add alias.
4293         * progmodes/compile.el (compilation-normalize-filename):
4294         New subroutine, taken out of compilation-parse-errors.
4295         (compilation-parse-errors): Use that, and for directories too.
4296         Don't check whether a directory really exists.
4298 2002-07-12  Juanma Barranquero  <lektu@terra.es>
4300         * help-fns.el (describe-variable): Put `defvaralias' info before the
4301         documentation (patch from John Paul Wallington
4302         <jpw@shootybangbang.com>).  Remove useless "Documentation:" string.
4304         * timer.el (timer-set-time-with-usecs): Fix documentation.
4305         Simplify extraction of time data.
4307 2002-07-12  John Paul Wallington  <jpw@shootybangbang.com>
4309         * help-fns.el (describe-variable): Mention if the variable is an alias.
4311 2002-07-12  Kenichi Handa  <handa@etl.go.jp>
4313         * international/mule-cmds.el (locale-language-names): Change "mk"
4314         (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
4315         alphabet) to "Cyrillic-ISO".
4317 2002-07-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4319         * net/tramp.el (tramp-default-method): New default method "sm"
4320         which I guess to be good for most people.
4321         (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
4322         Ange-FTP) for some user/host combinations.
4323         (tramp-file-name-structure, tramp-file-name-regexp)
4324         (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
4325         (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
4326         (tramp-make-multi-tramp-file-format): New default value which
4327         unifies the filename syntax between Tramp and Ange-FTP.  The new
4328         syntax is "/method:user@host:path".  Note the colon after the method.
4329         (tramp-handle-file-name-directory): Don't return "/" when
4330         completing a remote root directory (where the filename looks like
4331         "/method:user@host:/").
4332         (tramp-handle-ange-ftp): Deleted.
4333         (tramp-disable-ange-ftp): New function, called at toplevel,
4334         deletes Ange-FTP from file-name-handler-alist.
4335         (tramp-handle-make-symbolic-link): Implement.
4337 2002-07-10  Juanma Barranquero  <lektu@terra.es>
4339         * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
4341         * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
4342         (speedbar-vc-do-check): Likewise.
4343         (speedbar-obj-do-check): Likewise.
4344         (speedbar-mouse-hscroll): Likewise.
4345         (speedbar-file-lists): Likewise.
4347         * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
4349 2002-07-09  Ole Aamot  <ole@gnu.org>
4351         * compile.el (compilation-error-regexp-alist):
4352         Recognize Valgrind messages.
4354 2002-07-09  Juanma Barranquero  <lektu@terra.es>
4356         * faces.el (face-id): Fix typo.
4358         * hexl.el (hexl-mode): Likewise.
4360         * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
4362         * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
4364         * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
4365         (speedbar-desired-buffer): Likewise.
4366         (speedbar-line-file): Likewise.
4367         (speedbar-special-mode-key-map): Fix typo.
4368         (speedbar-dynamic-tags-function-list): Likewise.
4369         (speedbar-use-images): Likewise.
4370         (speedbar-up-directory): Likewise.
4371         (speedbar-item-info): Likewise.
4372         (speedbar-set-timer): Likewise.
4373         (speedbar-insert-button): Likewise.
4374         (speedbar-make-button): Likewise.
4375         (speedbar-make-tag-line): Likewise.
4376         (speedbar-insert-files-at-point): Likewise.
4377         (speedbar-update-special-contents): Likewise.
4378         (speedbar-find-selected-file): Likewise.
4379         (speedbar-add-indicator): Likewise.
4380         (speedbar-do-function-pointer): Likewise.
4381         (speedbar-goto-this-file): Likewise.
4382         (speedbar-line-path): Likewise.
4383         (speedbar-mouse-event-p): Likewise.
4384         (speedbar-dir-follow): Likewise.
4385         (speedbar-tag-find): Likewise.
4386         (speedbar-fetch-etags-command): Likewise.
4387         (speedbar-fetch-etags-arguments): Likewise.
4388         (speedbar-toggle-etags): Likewise.
4389         (speedbar-extract-one-symbol): Likewise.
4390         (speedbar-parse-c-or-c++tag): Likewise.
4391         (speedbar-unhighlight-one-tag-line): Likewise.
4392         (speedbar-directory-face): Likewise.
4393         (defimage-speedbar): Likewise.
4394         (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
4395         (defimage-speedbar): Likewise.
4397 2002-07-09  Miles Bader  <miles@gnu.org>
4399         * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
4400         to nil when prompting for a filename.
4402 2002-07-09  Kenichi Handa  <handa@etl.go.jp>
4404         * files.el (insert-directory): Be sure to bind
4405         coding-system-for-write to the just decided coding-system-for-read.
4407 2002-07-09  Kim F. Storm  <storm@cua.dk>
4409         * ido.el (ido-make-merged-file-list): Move fully matching item to
4410         head of list.
4411         (ido-find-common-substring): Return substring instead of t.
4413 2002-07-08  Juanma Barranquero  <lektu@terra.es>
4415         * info.el (Info-directory-list): Fix docstring.
4417 2002-07-08  Miles Bader  <miles@gnu.org>
4419         * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
4420         before first use.
4422 2002-07-08  Kim F. Storm  <storm@cua.dk>
4424         * files.el (after-find-file): Don't check for read-only status
4425         of files just created (and not yet saved on disk).
4427         * ido.el (ido-completion-help): Changed xemacs specific code to
4428         avoid byte compiler warning in GNU emacs.
4429         (ido-set-matches1): Use regexp-quote instead of identity.
4430         (ido-complete-space): New function.
4431         (ido-define-mode-map): Bind it to SPACE.
4433 2002-07-07  Stefan Monnier  <monnier@cs.yale.edu>
4435         * font-lock.el (font-lock-default-unfontify-region):
4436         Use remove-list-of-text-properties.
4437         (font-lock-extra-managed-props): Doc fix.
4439         * facemenu.el: Move `provide' to the end.
4440         (facemenu-read-color): Don't cons unnecessarily.
4442         * language/ind-util.el (indian-make-hash):
4443         * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
4444         (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
4446         * subr.el (insert-string): Update the obsolete info.
4447         (makehash): Move from C and mark obsolete.
4449         * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
4450         aliases to also work for interactive functions.
4451         Use the same wrapper for subroutines.
4452         (cancel-debug-on-entry): Get rid of the now-useless wrapper.
4453         (debug-on-entry-1): Correctly skip docstrings and interactive forms.
4455         * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
4456         automatic environment name update.
4457         (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
4459 2002-07-07  Richard M. Stallman  <rms@gnu.org>
4461         * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
4463         * emacs-lisp/advice.el (ad-compile-function):
4464         Disable cl-function warnings if cl is loaded.
4466         * files.el (safe-local-eval-forms): New user option.
4467         (hack-one-local-variable-eval-safep): Support it.
4468         Also allow `safe-local-eval-function' property to be a function
4469         or a list of functions.
4470         (c-add-style): Delete `safe-local-eval-function' property.
4472         * files.el (after-find-file): Make buffer read-only if file is
4473         marked that way, even for root.
4475         * files.el (save-some-buffers): Doc fix.
4477         * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
4479 2002-07-06  Francesco Potorti`  <pot@gnu.org>
4481         * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
4482         .sx[dmicw] file suffixes for Open office data files.
4484         * files.el (auto-mode-alist): Likewise.
4486         * international/mule.el (auto-coding-alist): Likewise.
4488 2002-07-05  Kim F. Storm  <storm@cua.dk>
4490         * emulation/cua-rect.el (cua--rectangle-operation): Don't call
4491         FCT if current column is outside rectangle.
4492         (cua--delete-rectangle): Do nothing if zero width or out of bounds.
4494 2002-07-04  Stefan Monnier  <monnier@cs.yale.edu>
4496         * net/ange-ftp.el: Use add-hook and find-file-hook.
4497         (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
4498         (ange-ftp-ls-parser): Make it into a function.
4499         Ignore trailing @ in symlink targets.
4500         (ange-ftp-file-entry-p): Ignore FTP errors.
4501         (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
4502         to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
4504 2002-07-04  Per Abrahamsen  <abraham@dina.kvl.dk>
4506         * simple.el (toggle-truncate-lines): New command.
4508 2002-07-04  Miles Bader  <miles@gnu.org>
4510         * comint.el (comint-displayed-dynamic-completions): New variable.
4511         (comint-dynamic-list-completions): Be more careful about choosing
4512         when to scroll an existing completions window.
4514 2002-07-03  Andreas Schwab  <schwab@suse.de>
4516         * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
4517         after doc string.
4519 2002-07-03  Juanma Barranquero  <lektu@terra.es>
4521         * net/tramp.el (tramp-send-eof): Fix typo.
4522         (tramp-kill-process): Likewise.
4524         * play/dunnet.el (dun-physobj-desc): Likewise.
4526         * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
4528         * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
4529         (timeclock-workday-elapsed): Likewise.
4531         * allout.el (outline-goto-prefix): Likewise.
4533         * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
4534         (tpu-delete-to-bol): Likewise.
4536         * subr.el (chars-in-region): Add obsolescence declaration for
4537         `chars-in-region'.
4539 2002-07-03  Miles Bader  <miles@gnu.org>
4541         * faces.el (header-line): Don't use a `common' clause for
4542         inheriting from the mode-line face, since we can't override it,
4543         and we don't want it for ttys.
4545 2002-07-02  Richard M. Stallman  <rms@gnu.org>
4547         * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
4549         * files.el (hack-one-local-variable-constantp): New function.
4550         (hack-one-local-variable-eval-safep): New function.
4551         Check for `eval:' calling fn with `safe-local-eval-function' property.
4552         (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
4553         (c-add-style, c-set-style): Add safe-local-eval-function property.
4555         * files.el (insert-directory): Handle --dired option to ls.
4557         * files.el (file-remote-p): New function.
4559         * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
4561         * startup.el (fancy-splash-screens): Switch to a chosen frame.
4562         (fancy-splash-frame): Choose the right frame to use.
4563         (use-fancy-splash-screens-p): Check dimensions of the right frame
4564         in order to decide.
4566         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
4567         Rename cl-func to cl-functions.  Enable it by default.
4568         (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
4569         if the file loads cl.
4570         (byte-compile-initial-macro-environment): For eval-and-compile,
4571         use byte-compile-eval-before-compile to eval.
4572         (byte-compile-eval-before-compile): New function to turn off
4573         cl-functions when appropriate, for eval-and-compile.
4574         (byte-compile-warnings): Doc fix.
4576 2002-07-02  Dave Love  <fx@gnu.org>
4578         * emacs-lisp/bytecomp.el (byte-compile-warnings):  Add cl-func option.
4579         (byte-compile-cl-warn): New function.
4580         (byte-compile-form): Use it, to warn about calling cl functions.
4581         (byte-compile-warning-types): Doc fix.
4583 2002-07-02  Juanma Barranquero  <lektu@terra.es>
4585         * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
4587         * textmodes/reftex-cite.el (reftex-citation): Fix typo.
4589         * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
4590         Fix typo.
4592 2002-07-02  Kim F. Storm  <storm@cua.dk>
4594         * emacs-lisp/bindat.el: New file.
4596 2002-07-01  Sam Steingold  <sds@gnu.org>
4598         * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
4599         before `tex-main-file' because if the current buffer is new, its
4600         file might not exist yet, and then `tex-main-file' will
4601         incorrectly return "foo.tex.tex".
4603 2002-07-01  Juanma Barranquero  <lektu@terra.es>
4605         * ido.el (ido-minibuffer-setup-hook): Doc fix.
4607 2002-07-01  Dave Love  <fx@gnu.org>
4609         Make strokes a proper minor mode, and don't try to overload
4610         mouse-2, which doesn't work satisfactorily.
4612         * strokes.el: Doc fixes.
4613         (strokes-mode): Defcustom deleted; replaced by minor mode def with
4614         re-written function.
4615         (strokes-while-inhibiting-garbage-collector): Comment out.
4616         (define-stroke, strokes-fix-button2-command, strokes-insinuated)
4617         (strokes-insinuate, global-set-stroke, describe-stroke)
4618         (load-user-strokes, save-strokes, strokes-bug-address)
4619         (strokes-click-command): Deleted.
4620         (strokes-execute-stroke): Remove strokes-click-p case.
4621         (strokes-describe-stroke): Remove strokes-click-p stuff.
4622         (strokes-help): Fix.
4623         (strokes-report-bug): Alias to report-emacs-bug.
4624         (strokes-prompt-user-save-strokes): Modify format of the file.
4625         (strokes-mode-map, strokes-unload-hook): New.
4626         (strokes-buffer-name): Don't customize.
4628 2002-07-01  Richard M. Stallman  <rms@gnu.org>
4630         * info.el (Info-index): Get immediate error if used in `dir'.
4632         * textmodes/picture.el (picture-forward-column)
4633         (picture-move-down): Never deactivate the mark.
4635 2002-06-30  Simon Josefsson  <jas@extundo.com>
4637         * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
4638         menu entry into balloon help.
4640 2002-06-30  Andreas Schwab  <schwab@suse.de>
4642         * files.el (directory-free-space-args): Don't use `-P' on Darwin.
4643         * term/mac-win.el: Don't set it here.
4645 2002-06-29  Stefan Monnier  <monnier@cs.yale.edu>
4647         * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
4649 2002-06-29  Andreas Schwab  <schwab@suse.de>
4651         * term/mac-win.el: Use directory-free-space-program instead of
4652         obsolete variable dired-free-space-program.  On Darwin, don't set
4653         directory-free-space-program, shell-file-name and
4654         process-connection-type; set directory-free-space-args to not
4655         include `-P' and use utf-8 for file name coding system.
4657         * simple.el (shell-command-on-region): Handle errors and signals
4658         from shell command execution.
4659         (display-message-or-buffer): Fix last change.
4660         (shell-command-default-error-buffer): Doc fix.
4662         * dired.el (dired-view-file): Quote file name for
4663         dired-run-shell-command.
4665 2002-06-29  Kim F. Storm  <storm@cua.dk>
4667         * kmacro.el: New file.
4669 2002-06-28  John Wiegley  <johnw@gnu.org>
4671         * pcmpl-cvs.el: Added my name as the maintainer of this file.
4673 2002-06-28  Andreas Schwab  <schwab@suse.de>
4675         * shell.el (explicit-bash-args): New user option.
4677 2002-06-28  Kim F. Storm  <storm@cua.dk>
4679         * ido.el: New file.
4681 2002-06-28  Stefan Monnier  <monnier@cs.yale.edu>
4683         * derived.el (define-derived-mode): Preserve the `mode-class' rather
4684         than the `special' symbol property.
4685         (derived-mode-class): Make it obsolete.
4687 2002-06-27  Andreas Schwab  <schwab@suse.de>
4689         * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
4691 2002-06-27  Juanma Barranquero  <lektu@terra.es>
4693         * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
4694         (meta-flag): Likewise.
4696         * international/mule-util.el (string-to-sequence): Likewise.
4698         * subr.el (char-bytes): Likewise.
4699         (make-local-hook): Likewise.
4700         (baud-rate): Remove redundant info from docstring.
4702         * faces.el (frame-update-faces): Fix obsolescence declaration.
4703         (internal-get-face): Remove redundant info from docstring and
4704         fix obsolescence declaration.
4706         * rect.el (move-to-column-force): Likewise.
4708         * help-fns.el (describe-function-1): Use semicolon instead of dot.
4709         (describe-variable): Likewise.
4711 2002-06-27  Stefan Monnier  <monnier@cs.yale.edu>
4713         * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
4714         (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
4715         (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
4716         (mouse-wheel-follow-mouse): Change default to t.
4717         (mwheel-event-button): Return the basic event symbol.
4718         (mwheel-scroll): Work with non-mouse events.
4719         (mouse-wheel-mode): Use the new vars.
4720         (mwheel-install): Obey `uninstall'.
4722         * term/xterm.el (function-key-map): Add some bindings.
4724         * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
4725         Rename from delay-uniquify-rationalize-file-buffer-names.
4726         Only rationalize if the buffer is under uniquify control.
4727         (uniquify-delayed-rationalize-file-buffer-names):
4728         Rename from delayed-uniquify-rationalize-file-buffer-names.
4730 2002-06-27  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4732         * net/tramp.el (tramp-file-name-structure)
4733         (tramp-multi-file-name-hop-structure): Split for easier readability.
4734         (tramp-handle-make-symbolic-link): Use user/host/method/... from
4735         LINKNAME, not FILENAME.
4736         (tramp-handle-verify-visited-file-modtime):
4737         Call tramp-ange-ftp-file-name-p with right parameters.
4738         (tramp-handle-verify-visited-file-modtime): `insert' does not
4739         work for integers, convert them to strings first.
4740         (tramp-handle-ange-ftp): New function to perform setup for
4741         replacing Ange-FTP with Tramp.
4742         (tramp-repair-jka-compr): New function to factor out some
4743         previously top-level code.  Call the function at top-level.
4745 2002-06-27  Juanma Barranquero  <lektu@terra.es>
4747         * composite.el (decompose-composite-char): Fix docstring.
4749         * faces.el (describe-face): Capitalize "not documented" message.
4751         * help-fns.el (describe-variable): Likewise.
4752         (describe-function-1): Likewise. Also, document the obsolescence
4753         of the function, if applicable.
4755 2002-06-26  Juanma Barranquero  <lektu@terra.es>
4757         * info.el (info-menu-5): Fix documentation.
4758         (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
4760 2002-06-26  Richard M. Stallman  <rms@gnu.org>
4762         * emacs-lisp/cl.el (values): Simplify definition.
4764         * simple.el (shell-command): Match & only at end of whole command.
4765         (display-message-or-buffer): Don't use the echo area
4766         if output buffer is visible.
4768         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
4770         * progmodes/cperl-mode.el: Many trivial doc fixes.
4771         (cperl-non-problems): Definition deleted.
4772         (cperl-menu): Don't refer to cperl-non-problems.
4773         (cperl-word-at-point): Add doc string.
4774         (cperl-beautify-regexp-piece): Fix error message.
4775         (cperl-invert-if-unless): Fix error message.
4777         * dired.el (dired-find-alternate-file): Mark as disabled.
4779 2002-06-25  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4781         * net/tramp.el (tramp-ftp-method): New user option.
4782         (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
4783         (with-parsed-tramp-file-name): New macro for the usual big `let'
4784         statement to dissect a file-name.
4785         (tramp-handle-make-symbolic-link, tramp-handle-load)
4786         (tramp-handle-file-name-directory)
4787         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
4788         (tramp-handle-file-truename, tramp-handle-file-directory-p)
4789         (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
4790         (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
4791         Use the new macro and forward call to Ange-FTP if applicable.
4792         (tramp-make-ange-ftp-file-name): New helper function to convert a
4793         file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
4794         (tramp-default-method-alist): New user option.
4795         (tramp-find-default-method): Use it.
4796         (tramp-sh-extra-args): New variable.
4797         (tramp-find-shell): Use it.
4798         (tramp-open-connection-rsh): Support a kludgy feature for the
4799         "-p" option to ssh.  If host name is given as "host#42", uses the
4800         "-p 42" option.
4802 2002-06-25  Andreas Schwab  <schwab@suse.de>
4804         * replace.el (occur-1): Avoid invalid message format string.
4806 2002-06-24  Stefan Monnier  <monnier@cs.yale.edu>
4808         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
4809         Check for `noruntime' even if the function has a known sig.
4810         (byte-compile-file, byte-compile-output-docform):
4811         Don't hard code point-min = 1.
4813         * pcvs.el (cvs-parse-process): Don't save/restore point.
4814         Fix last change not to introduce spurious dir FIs.
4815         (cvs-move-to-goal-column): New function extracted from
4816         cvs-mode-previous-line.
4817         (cvs-mode-previous-line, cvs-mode-next-line): Use it.
4818         (cvs-addto-collection): Use it to preserve point.
4819         (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
4821         * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
4822         Don't require the first element to be modifier-free.
4824         * pcvs-parse.el (cvs-parse-table):
4825         Handle `nothing known about' with more care.
4827         * pcvs.el (cvs-fileinfo-kill): Remove.
4828         (cvs-parse-process): Add `old-fis' argument.
4829         (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
4831         * descr-text.el (describe-property-list): Make sure there's
4832         a space between the property name and its value.
4833         (describe-text-properties): Don't kill a pre-existing buffer.
4835         * mwheel.el: Undo last patch from Stephen Gildea for now.
4837 2002-06-24  Kim F. Storm  <storm@cua.dk>
4839         * emulation/keypad.el: Added :require 'keypad to defcustoms.
4841 2002-06-23  Stefan Monnier  <monnier@cs.yale.edu>
4843         * subr.el (event-start, event-end, event-click-count):
4844         Accept non-mouse events as well.
4845         (read-key): New function.
4846         (read-quoted-char): Use it.  Use this-single-command-raw-keys as well.
4848         * files.el: Rename (and mark as obsolete)
4849         find-file-hooks to find-file-hook,
4850         find-file-not-found-hooks to find-file-not-found-functions,
4851         write-file-hooks to write-file-functions,
4852         write-contents-hooks to write-contents-functions.
4853         Mark local-write-file-hooks as obsolete.
4854         (locate-file-completion): Don't cons uselessly.  Use test-completion.
4855         (basic-save-buffer): Use (point-min) rather than 1.
4856         (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
4858         * help-fns.el (describe-variable): Only use `buffer' is still live.
4859         Use `delete-region' instead of save-excursion + delete-char.
4860         Document the obsolescence of the variable, if applicable.
4862 2002-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
4864         * progmodes/f90.el (f90-do-auto-fill): Respect the value of
4865         comment-auto-fill-only-comments.
4867 2002-06-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4869         * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
4870         This is not a handled operation.
4872 2002-06-21  Kim F. Storm  <storm@cua.dk>
4874         * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
4875         work again.  Corrected error in check for C-u initiated prefix.
4877         * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
4879 2002-06-21  Richard M. Stallman  <rms@gnu.org>
4881         * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
4882         to browse-url-at-point.
4884         * play/zone.el (zone-idle): Var deleted.
4886         * international/iso-acc.el (iso-languages) <french>:
4887         `~ ' now generates `~', `~,' definition deleted.
4889         * format.el (format-annotate-function): Copy multibyte flag
4890         and selective-display into the new temp buffer.
4892         * edmacro.el (edmacro-fix-menu-commands):
4893         Discard `help-echo' events.  Handle (menu-bar) events.
4894         Simplify by converting key sequence to a list and then back to vector.
4896 2002-06-21  Stephen Gildea  <gildea@stop.mail-abuse.org>
4898         * mwheel.el: Allow arbitrary keys for scrolling, add a third
4899         scrolling speed, fix an unwind-protect.
4900         (mouse-wheel-scroll-amount): Now a three-element list.
4901         (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
4902         (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
4903         (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
4904         New functions.
4906 2002-06-21  Andreas Schwab  <schwab@suse.de>
4908         * files.el (find-file-read-args): Add new argument `mustmatch' and
4909         pass it down to read-file-name.
4910         (find-file, find-file-other-window, find-file-other-frame)
4911         (find-file-read-only, find-file-read-only-other-window)
4912         (find-file-read-only-other-frame): Use it and fix prompts.
4914 2002-06-21  Stefan Monnier  <monnier@cs.yale.edu>
4916         * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
4918 2002-06-20  Emmanuel Briot  <briot@act-europe.fr>
4920         * progmodes/ada-mode.el: Update copyright notice.
4921         Synchronize with GNAT release 3.15a1.
4922         Do not attempt to load ada-support, which is only for compatibility
4923         with older Emacs versions, and is not needed for Emacs 21.
4924         Fix various calls to count-lines, that didn't work correctly when the
4925         buffer was narrowed.
4926         (ada-continuation-indent): New variable.
4927         (ada-contextual-menu): New entry "List local references", faster than
4928         "List References".
4929         (ada-mode): New alignment rules provided by S. Leake.
4930         Add support for which-function-mode.
4931         (ada-get-current-indent): Fix indentation of named parameter lists and
4932         nested boolean expressions.
4933         (ada-indent-on-previous-lines): Fix indentation of labels.
4934         (ada-search-prev-end-stmt): Fix searching of the previous
4935         end-statement, specially with regards to nested subprograms.
4936         (comment-region advice): Initially disabled, for better compatibility
4937         with other modes.
4938         (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
4940         * progmodes/ada-xref.el: Update copyright notice.
4941         (ada-xref-create-ali): The default is now not to create automatically
4942         the ALI files by compiling the unit, since this isn't always reliable
4943         and requires an up-to-date project file.
4944         (ada-prj-default-comp-cmd): No longer use gcc directly to compile
4945         a file, but use gnatmake instead, since this gives access to the GNAT
4946         project files.
4947         (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
4948         (ada-load-project-hook): New variable, for support of GNAT
4949         project files.
4950         (ada-update-project-menu): Fix the detection of the project file name.
4951         (ada-add-keymap): Change key binding for ada-find-file, that conflicted
4952         with another binding in ada-mode.el.
4953         (ada-add-menu): New menu "List Local References", to list the reference
4954         to the entity only in the current file, instead of looking in the whole
4955         project.  Much faster.
4956         (ada-find-references): New parameters arg and local-only.
4957         (ada-find-any-references): New parameters local-only and append.
4958         (ada-goto-declaration): Fix handling of predefined entities in xref.
4959         (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
4960         still compatible with GNAT 3.14 of course.  Fix various calls to
4961         count-lines, that didn't work correctly when the buffer was narrowed.
4963         * progmodes/ada-prj.el: Update copyright.
4964         (ada-prj-load-directory): Make sure we do not use one of the new Emacs
4965         21 dialogs to select the file, since we want a directory name only.
4966         (ada-customize): Add support for the new GNAT project files.
4968 2002-06-20  Francesco Potorti`  <pot@gnu.org>
4970         * progmodes/etags.el (tag-implicit-name-match-p): New function.
4971         (etags-recognize-tags-table): Use it for implicit tag names.
4973 2002-06-20  Miles Bader  <miles@gnu.org>
4975         * comint.el (comint-get-old-input-default): Strip text properties
4976         for fields too.
4978         * comint.el (comint-output-filter): Run output-filter functions
4979         before setting up the prompt.
4981         * international/characters.el: Re-enable code giving word syntax
4982         to certain japanese-jisx0208 characters.
4984 2002-06-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
4986         * progmodes/f90.el (f90-type-def-re): Fix value.
4987         (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
4989 2002-06-18  Stefan Monnier  <monnier@cs.yale.edu>
4991         * international/quail.el (quail-help): Don't assume the buffer
4992         is displayed in the same frame.
4994         * emacs-lisp/debug.el (cancel-debug-on-entry):
4995         * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
4997         * pcvs.el (cvs-vc-command-advice): Handle the case where args
4998         are passed to `cvs' before the command name.
4999         (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
5001         * pcvs-info.el (cvs-add-face): Minor rewrite.
5002         (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
5004         * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
5005         regexp when they don't match comment-foo any more.
5007 2002-06-18  Juanma Barranquero  <lektu@terra.es>
5009         * filesets.el (filesets-update-pre010505): Fix typo.
5011         * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
5013         * emulation/edt.el (edt-substitute): Fix typo.
5015         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
5017         * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
5019         * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
5021 2002-06-17  Richard M. Stallman  <rms@gnu.org>
5023         * facemenu.el (facemenu-map): Rename to Describe Text
5024         to Describe Properties and use describe-text-properties.
5026         * simple.el (what-cursor-position): Use describe-char.
5028         * descr-text.el (describe-char): Moved from mule-diag.el, renamed
5029         from describe-char-after.  Now calls describe-text-properties.
5030         (describe-property-list): Renamed from describe-text-properties.
5031         (describe-text-properties): Renamed from describe-text-at.
5032         New arg OUTPUT-BUFFER.
5033         (describe-text-properties-1):
5034         New subroutine, broken out from describe-text-properties.
5035         Output a newline before each section of the output.
5037         * international/mule-diag.el (describe-char-after):
5038         Moved to descr-text.el.
5040 2002-06-17  Eli Zaretskii  <eliz@is.elta.co.il>
5042         * international/mule.el (ctext-pre-write-conversion): Fix the values
5043         of FROM and TO if we create a new buffer.
5045 2002-06-17  John Paul Wallington  <jpw@shootybangbang.com>
5047         * comint.el (comint-insert-clicked-input): Insert clicked-on
5048         previous input without properties.
5050 2002-06-16  Andrew Choi  <akochoi@shaw.ca>
5052         * term/mac-win.el (scalable-fonts-allowed): Set to t.
5054 2002-06-15  Colin Walters  <walters@debian.org>
5056         * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
5057         Delete defvars.
5058         (cvs-highlight): Delete.
5059         (cvs-add-face): Use `font-lock-face'.  Always add properties.
5061         * ibuffer.el (ibuffer-movement-cycle): New variable.
5062         (ibuffer-backward-line, ibuffer-forward-line): Use it.
5064 2002-06-15  Richard M. Stallman  <rms@gnu.org>
5066         * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
5067         (batch-byte-recompile-directory): Undo previous change.
5069         * comint.el (comint-skip-input): New function.
5070         (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
5071         (comint-stop-subjob): Use comint-skip-input.
5073         * ielm.el (ielm-eval-input): Use error-message-string.
5074         (ielm-format-error, ielm-format-errors): Functions deleted.
5076 2002-06-14  Kim F. Storm  <storm@cua.dk>
5078         * progmodes/compile.el (grep-tree): Doc fixes.
5079         Added SUBDIRS arg for non-interactive use.
5081 2002-06-14  Juanma Barranquero  <lektu@terra.es>
5083         * comint.el (comint-snapshot-last-prompt):
5084         Bind `inhibit-read-only' to t to support read-only prompts.
5085         (comint-output-filter): Likewise.
5087 2002-06-14  Miles Bader  <miles@gnu.org>
5089         * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
5090         (pop): Move the call to `car' outside the prog1, as the compiler
5091         then generates better code.
5093 2002-06-13  Richard M. Stallman  <rms@gnu.org>
5095         * play/zone.el (zone-timer): New variable holds the idle timer.
5096         (zone): Don't fiddle with the idle timer at all.
5097         (zone-when-idle): Put the idle timer in zone-timer.
5098         If one is already set up, cancel it and make a new one.
5099         (zone-leave-me-alone): Likewise.
5101 2002-06-13  Jason Rumney  <jasonr@gnu.org>
5103         * w32-fns.el (w32-charset-info-alist): Reorder.
5105 2002-06-13  Andreas Schwab  <schwab@suse.de>
5107         * files.el (auto-mode-alist): Move entry for ".in" to the end.
5109 2002-06-13  Miles Bader  <miles@gnu.org>
5111         * comint.el (comint-mode): Don't set `font-lock-defaults'.
5112         (comint-mode-hook): Turn on font-lock by default.
5114 2002-06-12  Karl Fogel  <kfogel@red-bean.com>
5116         * bookmark.el (bookmark-file-or-variation-thereof):
5117         Restore vc-backend check, thanks to Robert Thorpe for noticing.
5119 2002-06-12  Eli Zaretskii  <eliz@is.elta.co.il>
5121         * textmodes/bibtex.el: Change the maintainer to "none".
5123 2002-06-12  Juanma Barranquero  <lektu@terra>
5125         * term/w32-win.el (x-handle-switch): Fix handling of
5126         x-invocation-args for switches with arguments.
5128 2002-06-12  Stefan Monnier  <monnier@cs.yale.edu>
5130         * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
5131         without first making sure it's bound.
5133 2002-06-12  Richard M. Stallman  <rms@gnu.org>
5135         * info.el (Info-fontify-node): Compute header line specially
5136         if node has no next, previous or up links.
5137         Hide the part of the first line that is used in the header.
5138         Use Info-next-link-keymap, etc.
5139         (Info-next-link-keymap, Info-prev-link-keymap)
5140         (Info-up-link-keymap): New variables.
5142         * international/mule-diag.el (describe-char-after): Doc fix.
5144         * view.el (view-mode-enter): Clarify echo area message.
5146         * info.el (Info-select-node): Turn header line on or off here.
5147         (Info-setup-header-line): Function deleted.
5148         (Info-mode): Make Info-header-line local.
5149         (Info-fontify-node): Ignore Info-use-header-line.
5150         Unconditionally compute what the header line should be, and
5151         store it on the `header-line' property of the node's first char.
5152         Bind [header-line down-mouse-1].
5153         Use `keymap' property, not `local-map'.
5154         Bind [mouse-2] for mouse clicks on the node line in the text.
5156         * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
5158 2002-06-12  Miles Bader  <miles@gnu.org>
5160         * comint.el (comint-send-input): Properly handle empty and
5161         no-newline input regions.
5163 2002-06-12  Colin Walters  <walters@gnu.org>
5165         * calc/calc.el: Use `when', `unless'.
5166         (calc-trail-mode): Use an italic `font-lock-face'.
5167         (calc-refresh): Ditto.
5169 2002-06-12  Colin Walters  <walters@debian.org>
5171         * font-core.el (font-lock-core-only): Variable deleted.
5172         All uses removed.
5173         (font-lock-set-defaults): Variable alist settings moved back into
5174         font-lock-set-defaults-1.
5175         (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
5176         is specifically excluded by the user.
5178         * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
5180         * help-mode.el (help-mode): Don't set `font-lock-defaults'.
5182         * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
5184         * info.el (Info-mode): Don't set `font-lock-defaults'.
5186         * replace.el (occur-mode): Don't set `font-lock-defaults'.
5188         * help-mode.el (help-highlight-p, help-highlight-face):
5189         Variable was unused; delete.
5190         (help-make-xrefs): Doc fix.
5192 2002-06-11  Richard M. Stallman  <rms@gnu.org>
5194         * format.el (format-alist): Document new element PRESERVE.
5195         (format-write-file): Implement PRESERVE elt for a format.
5197         * files.el (make-auto-save-file-name): Rename local `filename' to
5198         `file-name'.
5200 2002-06-10  Richard M. Stallman  <rms@gnu.org>
5202         * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
5203         (ebrowse-copy-list): Function deleted.
5205         * eshell/em-unix.el (eshell/diff): Use copy-sequence.
5207         * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
5209         * eshell/esh-util.el (eshell-copy-list): Function deleted.
5210         (eshell-sublist): Use copy-sequence.
5211         (eshell-copy-tree): Make it an alias for copy-tree.
5213         * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
5215         * subr.el (copy-list): Moved to cl.el.
5216         (copy-tree): Don't use copy-list or cl-pop.
5218 2002-06-10  Miles Bader  <miles@gnu.org>
5220         Make comint use text properties for highlighting instead of overlays:
5221         * comint.el (comint-last-output-overlay): Variable removed.
5222         (comint-send-input, comint-output-filter): Use text properties
5223         instead of overlays.
5224         (comint-insert-clicked-input): Rewrite to work with text
5225         properties as well as overlays
5226         (comint-snapshot-last-prompt): Snapshot using text properties.
5227         (comint-get-old-input-default, comint-extract-string): Don't copy
5228         text properties.
5230         * simple.el (line-move-finish): Inhibit field motion when
5231         computing `line-end'.
5233         * files.el (revert-buffer): Correct typo: variable name is
5234         `buffer-file-format', not `buffer-file-formats'.
5236         * comint.el (comint-send-input, comint-output-filter): Use the
5237         `font-lock-face' property instead of `face'.  Don't check the
5238         highlight-enabling variables anymore.
5239         (comint-highlight-input, comint-highlight-prompt): Variables removed.
5241         * faces.el (display-supports-face-attributes-p): New function.
5242         (face-spec-set-match-display): Support `supports' predicate.
5243         (italic): Try underlining for displays that don't support real italics.
5244         * cus-edit.el (custom-display): Add support for `supports' predicate.
5245         * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
5246         instead of 8-bit, for consistency with the rest of emacs.
5247         (tty-color-canonicalize): Only copy COLOR if we need to change it.
5248         (tty-color-approximate): Scale values from `color-name-rgb-alist'
5249         appropriately.  Return the whole color description, rather than
5250         just the RGB values.
5251         (tty-color-standard-values): New function.  Code mostly taken from
5252         `tty-color-translate'.
5253         (tty-color-translate, tty-color-values): Use `tty-color-desc' to
5254         do all the work.
5255         (tty-color-desc): Do color lookup here instead of calling
5256         `tty-color-translate' and `tty-color-by-index'; this is now the
5257         main place to do it.
5259 2002-06-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
5261         * progmodes/cc-style.el (c-set-style, c-set-style-1):
5262         Add another state for the `dont-override' flag where it only keeps
5263         globally set variables.
5265 2002-06-08  Colin Walters  <walters@gnu.org>
5267         * descr-text.el (describe-text-properties): Sort the output by the
5268         size of the values.  Put `font-lock-face' property on property names.
5269         (toplevel): Provide `descr-text'.
5271         * international/mule-diag.el (describe-char-after): When there are
5272         text properties, require `descr-text', and just call
5273         `describe-text-properties'.
5275         * international/mule.el (sgml-html-meta-auto-coding-function):
5276         New function.
5277         (auto-coding-from-file-contents): Delete; merge functionality into
5278         `set-auto-coding'.
5279         (set-auto-coding): Move tests from `auto-coding-functions' so that
5280         they have a lower priority than coding: tags.
5281         Put `auto-coding-regexp-alist' tests before coding: tag tests.
5282         (sgml-xml-auto-coding-function): Simply `intern' the match, and
5283         test if it's a valid coding system.
5284         (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
5286 2002-06-08  Colin Walters  <walters@verbum.org>
5288         * subr.el (copy-list): Moved here from cl.el.
5289         (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
5291         * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
5292         subr.el.  Add a defalias with the old name.
5294         * emacs-lisp/cl.el (copy-list): Moved to subr.el.
5296         * replace.el (occur-mode): Don't set up categories.  Do set
5297         `font-lock-defaults', and be sure to set `font-lock-core-only'.
5298         (occur-1): Pass `list-matching-lines-face' and
5299         `list-matching-lines-buffer-name-face'.
5300         (occur-engine): Use `font-lock-face' instead of categories.
5302         * info.el (Info-mode): Don't set up categories.  Do set
5303         `font-lock-defaults', and be sure to set `font-lock-core-only'.
5304         (Info-fontify-menu-headers): Use `font-lock-face' instead of
5305         categories.
5306         (Info-fontify-node): Ditto.
5308         * ibuffer.el (ibuffer-category-alist): Delete.
5309         (ibuffer-get-category): Delete.
5310         (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
5311         of categories.
5312         (ibuffer-compile-format): Don't treat `name' category specially.
5313         (ibuffer-column name): Use `font-lock-face'.
5314         (filename-and-process): Ditto.
5315         (ibuffer-buffer-name-category): Renamed to
5316         `ibuffer-buffer-name-face'.  Don't use categories.
5317         (ibuffer-update-title-and-summary): Use `font-lock-face'.
5318         (ibuffer-insert-filter-group): Ditto.
5319         (ibuffer-mode): Don't set up categories.  Do set
5320         `font-lock-defaults', and be sure to set `font-lock-core-only'.
5321         (ibuffer-compile-format): Don't pass third argument
5322         to column functions.
5323         (filename-and-process): Ditto.
5325         * ibuf-macs.el (define-ibuffer-column): Don't create a third
5326         argument for the generated function.
5328         * font-core.el (font-lock-category-alist): Delete.
5329         (turn-on-font-lock-if-enabled): Don't use it.
5330         (font-lock-symbol-category-alist): Delete.
5331         (font-lock-default-function): Use new `char-property-alias-alist'
5332         to make `font-lock-face' an alias for `face' when font-lock mode
5333         is enabled.
5334         (font-lock-core-only): New variable.
5335         (font-lock-set-defaults): Use it.
5337 2002-06-08  Richard M. Stallman  <rms@gnu.org>
5339         * files.el (find-file-noselect-1): Undo previous change.
5341         * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
5343 2002-06-07  Karl Fogel  <kfogel@red-bean.com>
5345         * bookmark.el (bookmark-file-or-variation-thereof): Just use
5346         Info-suffix-list, as suggested by Stefan Monnier.
5348 2002-06-05  Eli Zaretskii  <eliz@is.elta.co.il>
5350         * select.el (xselect-convert-to-string): If VALUE is a string,
5351         return a cons of TYPE and the string.
5353 2002-06-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5355         * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
5356         Fix the table to contain correct characters.
5358 2002-06-04  Richard M. Stallman  <rms@gnu.org>
5360         * simple.el: Don't require cl.
5362 2002-06-03  Richard M. Stallman  <rms@gnu.org>
5364         * dired.el (dired-do-shell-command): Doc fix in autoload.
5366         * info.el (Info-extract-pointer): Ignore Info-header-line.
5368         * progmodes/cc-mode.el (c-postprocess-file-styles):
5369         Do nothing except in CC modes.
5371         * international/mule-cmds.el (select-safe-coding-system):
5372         When computing auto-cs, narrow to FROM...TO.
5373         Put save-excursion outside save-restriction.
5374         New arg FILE; use that for set-auto-coding.
5376 2002-06-01  Richard M. Stallman  <rms@gnu.org>
5378         * simple.el (choose-completion-string-functions): Doc fix.
5379         (choose-completion-string): Add doc string.
5381 2002-06-01  Kim F. Storm  <storm@cua.dk>
5383         * simple.el: Reworked previous change.
5384         (choose-completion-string1): Merged back into choose-completion-string.
5385         (choose-completion-string): Run choose-completion-string-functions
5386         after checking for proper minibuffer window.  Added mini-p arg to
5387         the hook functions.  Insert choice if all hook functions return nil.
5388         (choose-completion-string-functions): Doc update.
5390 2002-06-01  Sam Steingold  <sds@gnu.org>
5392         * files.el (auto-mode-alist): Strip trailing ".in" from the file
5393         name when deciding the mode (for config.h.in, Makefile.in etc).
5395 2002-06-01  Thien-Thi Nguyen  <ttn@gnu.org>
5397         * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
5398         ?/ and ?* entries to support /* */ style comments.
5399         (prolog-font-lock-keywords): New var.
5400         (prolog-mode): Enable font-locking; set `font-lock-defaults'.
5402 2002-06-01  Kim F. Storm  <storm@cua.dk>
5404         * simple.el (choose-completion-string-functions): New special hook.
5405         (choose-completion-string1): Renamed from choose-completion-string.
5406         (choose-completion-string): Run choose-completion-string-functions
5407         until success, and only call choose-completion-string1 if it fails.
5409 2002-05-31  Stefan Monnier  <monnier@cs.yale.edu>
5411         * textmodes/ispell.el (autoloaded toplevel): Don't use
5412         ispell-library-directory without checking that it's bound.
5414 2002-05-31  Kim F. Storm  <storm@cua.dk>
5416         * emulation/cua-base.el (cua--last-deleted-region-pos)
5417         (cua--last-deleted-region-text): New aux variables.
5418         (cua-delete-region): Set them.
5419         (cua-repeat-replace-region): Use them to find the replacement text.
5421 2002-05-31  Juanma Barranquero  <lektu@terra.es>
5423         * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
5424         Fix typos.
5426 2002-05-31  Kim F. Storm  <storm@cua.dk>
5428         * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
5429         (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
5430         New custom variables.
5431         (grep-compute-defaults): Compute grep-tree-command's default value.
5432         (grep-expand-command-macros): New aux function.
5433         (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
5434         (grep-tree): New command like grep-find but extended prompting.
5436 2002-05-30  Richard M. Stallman  <rms@gnu.org>
5438         * files.el (find-file-default): Add defvar for var already used.
5440         * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
5442         * subr.el (open-network-stream, open-network-stream-nowait)
5443         (open-network-stream-server, process-kill-without-query):
5444         Moved from simple.el.
5446         * simple.el (open-network-stream, open-network-stream-nowait)
5447         (open-network-stream-server, process-kill-without-query):
5448         Moved to subr.el.
5450         * simple.el (byte-compiling-files-p): Function deleted.
5452         * textmodes/ispell.el (ispell-library-directory): Renamed from
5453         ispell-library-path.  If Ispell is not installed, init to nil.
5454         (check-ispell-version): Doc fix.
5455         (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
5456         initialize this unconditionally when ispell-menu-map-needed is t.
5457         Local `path' renamed to `dir'.
5459 2002-05-30  Miles Bader  <miles@gnu.org>
5461         * calc/calc.el (calc-show-banner): New variable.
5462         (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
5463         (calc-mode-var-list): Add `calc-show-banner'.
5464         * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
5465         (calc-toggle-banner): New function.
5466         * calc/calc-help.el (calc-d-prefix-help): Add `@'.
5468 2002-05-29  Richard M. Stallman  <rms@gnu.org>
5470         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
5471         When recognizing a def... construct, make that indentation
5472         tentative, so that it can be overridden if the list in question
5473         is not actually an expression.
5474         (common-lisp-indent-call-method): New subroutine.
5476         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
5477         Delete the output file if we get a file-error.
5479         * tooltip.el (tooltip-mouse-motions-active): New variable.
5480         (tooltip-activate-mouse-motions): Don't kill track-mouse local
5481         if it was not made by us.
5483         * mouse.el (mouse-set-font): Avoid misleading error message
5484         if user makes no selection.
5486         * info.el (Info-setup-header-line): Don't hide the links line.
5488         * files.el (find-file-noselect-1): Return the buffer we created
5489         even if it has been killed within `after-find-file'.
5491         * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
5493 2002-05-29  Kim F. Storm  <storm@cua.dk>
5495         * simple.el (open-network-stream-server): Pass on optional args
5496         sentinel and filter to make-network-process (from Luke Gorrie).
5498 2002-05-28  Colin Walters  <walters@gnu.org>
5500         * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
5502         * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
5503         (byte-compile-delete-first): New function.
5504         (byte-compile-read-position): New variable.
5505         (byte-compile-last-position): New variable.
5506         (byte-compile-current-buffer): New variable.
5507         (byte-compile-log-1): Use it.
5508         (byte-compile-set-symbol-position): New function.
5509         (byte-compile-obsolete, byte-compile-callargs-warn)
5510         (byte-compile-arglist-warn, byte-compile-arglist-warn)
5511         (byte-compile-print-syms, byte-compile-file-form-defmumble)
5512         (byte-compile-check-lambda-list, byte-compile-lambda)
5513         (byte-compile-form, byte-compile-variable-ref)
5514         (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
5515         (byte-compile-condition-case, byte-compile-defun)
5516         (byte-compile-defvar, byte-compile-autoload)
5517         (byte-compile-lambda-form): Use it.
5518         (byte-compile-from-buffer): Set it, and bind
5519         `read-with-symbol-positions' and `read-symbol-positions-list'.
5521         * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
5523 2002-05-28  Kim F. Storm  <storm@cua.dk>
5525         * files.el (read-directory-name): New function.
5526         (cd): Use it instead of read-file-name.
5528 2002-05-27  Kim F. Storm  <storm@cua.dk>
5530         * simple.el (push-mark-command): Added optional NOMSG arg.
5532         * emulation/cua-base.el (cua-set-mark): Align pop to mark
5533         behaviour with standard set-mark-command.
5534         (cua--pre-command-handler): Use push-mark-command.
5535         (cua-repeat-replace-region): Improve functionality when
5536         repeated after moving point or changing buffer.
5538 2002-05-26  Colin Walters  <walters@verbum.org>
5540         * startup.el (command-line): Use `when', `unless'.
5541         (command-line-1): New argument "--nosplash".  Handle it.
5543         * startup.el (inhibit-splash-screen): New variable alias for
5544         `inhibit-startup-message'.
5546         * replace.el (perform-replace): Document return value.  Use `pop'.
5548 2002-05-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
5550         * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
5551         and slightly changed behaviour, for `f90-previous-block-start' and
5552         `f90-next-block-end'.
5553         (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
5555 2002-05-26  Simon Josefsson  <jas@extundo.com>
5557         * fringe.el (set-fringe-mode): Work when updating
5558         `default-frame-alist'.
5560 2002-05-26  Kim F. Storm  <storm@cua.dk>
5562         * emulation/cua-base.el (cua--repeat-replace-text): New variable.
5563         (cua-repeat-replace-region): New command.
5564         (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
5565         Misc improvements to the commentary.
5567 2002-05-26  Simon Josefsson  <jas@extundo.com>
5569         * fringe.el (fringe-query-style): New fringe style "minimal".
5571 2002-05-24  Simon Josefsson  <jas@extundo.com>
5573         * rot13.el (rot13-translate-table): New variable.
5574         (rot13, rot13-string, rot13-region): New functions.
5576 2002-05-25  Martin Stjernholm  <bug-cc-mode@gnu.org>
5578         * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
5579         of wrong anchoring, e.g. for else-if compounds.
5581 2002-05-25  Miles Bader  <miles@gnu.org>
5583         * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
5584         (menu-bar-showhide-fringe-menu-customize-right)
5585         (menu-bar-showhide-fringe-menu-customize-disable):
5586         Use proper calling convention for `customize-set-value'.
5587         Require `fringe' before setting variable.
5589 2002-05-25  Kim F. Storm  <storm@cua.dk>
5591         * emulation/cua-base.el (cua--self-insert-char-p): New function.
5593         * emulation/cua-gmrk.el (cua--init-global-mark):  Install default
5594         binding in cua--global-mark-keymap using cua--self-insert-char-p
5595         to handle all global self inserting characters in gmark mode.
5597         * emulation/cua-rect.el (cua--init-rectangles): Install default
5598         binding in cua--rectangle-keymap using cua--self-insert-char-p
5599         to handle all global self inserting characters in rectangle mode.
5601 2002-05-24  Stefan Monnier  <monnier@cs.yale.edu>
5603         * net/ange-ftp.el (read-file-name-internal): Remove the
5604         `ange-ftp' property.
5605         (ange-ftp-real-read-file-name-internal): Remove.
5607 2002-05-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
5609         * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
5610         `forward-line'.
5611         (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
5612         (f90-previous-block-start): New navigation commands.
5614 2002-05-20  Simon Josefsson  <jas@extundo.com>
5616         * fringe.el: New file.
5618         * menu-bar.el (menu-bar-options-save): Add fringe-mode.
5619         (menu-bar-showhide-fringe-menu): New menu.
5620         (menu-bar-showhide-menu): Add Fringe sub-menu.
5622 2002-05-23  Colin Walters  <walters@verbum.org>
5624         * replace.el (occur-engine): Include all text properties except
5625         mouse-face on the newline at the end of occurences.
5627 2002-05-23  Kim F. Storm  <storm@cua.dk>
5629         * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
5630         (apropos-false-hit-str, apropos-true-hit-doc): New functions.
5631         (apropos-command, apropos-value, apropos-documentation-internal)
5632         (apropos-documentation-check-doc-file)
5633         (apropos-documentation-check-elc-file): Use them to filter out
5634         false matches where only one keyword matches, but more than once.
5636         * apropos.el (apropos-show-scores, apropos-orig-regexp)
5637         (apropos-all-regexp, apropos-synonyms, apropos-words)
5638         (apropos-all-words): New variables.
5639         (aprpos-words-to-regexp, apropos-rewrite-regexp)
5640         (apropos-calc-scores, apropos-score-str, apropos-score-doc)
5641         (apropos-score-symbol): New functions.
5642         (apropos-command, apropos, apropos-value, apropos-documentation):
5643         Allow keywords in addition to regexp. Added scoring.
5644         (apropos-documentation-check-doc-file)
5645         (apropos-documentation-check-elc-file): Added scoring.
5646         (apropos-print): Sort according to score.
5648 2002-05-22  Colin Walters  <walters@cis.ohio-state.edu>
5650         * info.el (Info-mode-hook): Change `font-lock-mode' to
5651         `turn-on-font-lock'.
5653         * font-core.el (font-lock-function): New variable.
5654         (font-lock-default-function): New function, created from
5655         `font-lock-mode'.
5656         (font-lock-mode): Just funcall `font-lock-function'.
5657         (font-lock-symbol-category-alist): New variable.
5659 2002-05-22  Markus Rost  <rost@math.ohio-state.edu>
5661         * files.el (file-newest-backup): Use file-name-sans-versions.
5663         * diff.el (diff-latest-backup-file): Replace the main code by
5664         a call of file-newest-backup.
5666 2002-05-22  Mike Williams  <mdub@bigfoot.com>
5668         * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
5669         the buffer.
5671 2002-05-21  Stefan Monnier  <monnier@cs.yale.edu>
5673         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
5674         the last patch works around the wu-ftpd misfeature that prompted
5675         the disabling of this optimization.
5677 2002-05-21  Colin Walters  <walters@gnu.org>
5679         * international/mule.el (make-coding-system): Doc fixes.
5681         * international/mule.el (auto-coding-functions): New variable.
5682         (auto-coding-from-file-contents): Use it.
5683         (set-auto-coding): Update docs.
5684         (sgml-xml-auto-coding-function): New function.
5686         * international/mule-util.el (truncate-string-to-width):
5687         New optional argument `ellipsis'.  Add commented-out test suite, and
5688         change coding to iso-2022-7bit.
5690 2002-05-21  Colin Walters  <walters@verbum.org>
5692         * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
5693         (font-lock-multiline, font-lock-fontified, font-lock-mode)
5694         (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
5695         (font-lock-global-modes): Moved to font-core.el.
5696         (font-lock-set-defaults-1): Partially moved to font-core.el.
5698         * font-core.el: New file, with functions taken from font-lock.el.
5699         (font-lock-category-alist): New variable.
5700         (font-lock-mode): Use it.
5701         (font-lock-set-defaults): Partially taken from font-lock.el.
5702         Only load font-lock.el when necessary.
5704         * loadup.el: Add font-core.el.
5706         * replace.el (occur-mode-hook): New variable.
5707         (occur-fontify-region-function): Deleted.
5708         (occur-mode): Don't use it.  Set up `font-lock-category-alist'
5709         instead.
5710         (occur-fontify-on-property): Deleted.
5711         (occur-engine): Use categories from `font-lock-category-alist'.
5713         * info.el (Info-fontify): Deleted.
5714         (Info-select-node): Don't use it.
5715         (Info-mode-hook): New variable.
5716         (Info-mode): Set up categories.
5717         (Info-fontify-menu-headers, Info-fontify-node): Use categories.
5719         * ibuffer.el (ibuffer-formats): Update docs.
5720         (ibuffer-category-alist): New variable.
5721         (ibuffer-get-category): New function.
5722         (ibuffer-compile-make-eliding-form): Use category property instead
5723         of face.
5724         (ibuffer-compile-format): Pass current ibuffer buffer to column
5725         functions too.
5726         (ibuffer-buffer-name-category): New function.
5727         (ibuffer-compile-format): If the current column is a `name'
5728         column, figure out the appropriate category to put on it.
5729         (filename-and-process): Use category property.
5730         (ibuffer-fontify-region-function): Deleted.
5731         (ibuffer-unfontify-region-function): Deleted.
5732         (ibuffer-update-title-and-summary): Use category properties.
5733         (ibuffer-insert-filter-group): Ditto.
5734         (ibuffer-mode): Set up category properties.
5736 2002-05-21  Colin Walters  <walters@debian.org>
5738         * replace.el (occur-engine): Increment globalcount all at once
5739         after searching a buffer.
5740         (occur-mode-map): Don't escape plain "o".
5742         * ibuf-macs.el (define-ibuffer-column): Add third argument
5743         `ibuffer-buf'.
5745         * ibuffer.el (toplevel): Require font-lock, to get the face
5746         definitions.
5747         (ibuffer-use-fontification): Deleted.
5748         (column filename-and-process): New column.
5749         (ibuffer-formats): Use it by default.
5750         (ibuffer-name-map, ibuffer-mode-name-map)
5751         (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
5752         (ibuffer-do-save, ibuffer-do-toggle-modified)
5753         (ibuffer-do-toggle-read-only, ibuffer-do-delete)
5754         (ibuffer-do-kill-on-deletion-marks): Include name in definition.
5755         (ibuffer): New optional argument `formats'.
5757 2002-05-21  Eli Zaretskii  <eliz@is.elta.co.il>
5759         * indent.el (indent-rigidly): Mention how to remove all indentation.
5761 2002-05-21  Colin Walters  <walters@gnu.org>
5763         * international/mule-diag.el (describe-char-after): Order display
5764         of text properties by the size of their value, for clarity.
5766 2002-05-20  Stefan Monnier  <monnier@cs.yale.edu>
5768         * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
5769         (ange-ftp-file-name-completion): Don't cons unnecessarily.
5770         (ange-ftp-send-cmd): Always `cd' before doing `ls'.
5772         * wid-edit.el (widget-color-complete):
5773         * progmodes/etags.el (tags-complete-tags-table-file):
5774         * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
5776         * textmodes/outline.el (outline-reveal-toggle-invisible):
5777         Reverse the meaning of the second arg.
5779         * reveal.el (reveal-post-command): Reverse the semantics of
5780         reveal-toggle-invisible and support isearch-open-invisible-temporary.
5782 2002-05-20  Markus Rost  <rost@math.ohio-state.edu>
5784         * mail/sendmail.el (mail-recover-1): Remove (debug).
5785         (mail-signature): Fix :type.
5786         (mail-default-directory): New user option.
5787         (mail, mail-recover):  Use that option.
5789 2002-05-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5791         * international/mule.el (auto-coding-alist): Use emacs-mule
5792         for auto-save files.
5794 2002-05-20  Miles Bader  <miles@gnu.org>
5796         * files.el (find-file-read-args): Don't trash existing value of
5797         `minibuffer-setup-hook', just add our hook to it.
5799 2002-05-19  Markus Rost  <rost@math.ohio-state.edu>
5801         * international/ucs-tables.el (unify-8859-on-encoding-mode)
5802         (unify-8859-on-decoding-mode): Change :version attributes to strings.
5804         * simple.el (yank-excluded-properties): Change :version attribute
5805         to a string.
5807         * dired.el (dired-view-command-alist): Change :version attribute
5808         to a string.
5810         * xscheme.el (xscheme-start-hook): Change :version attribute to a
5811         string.
5813         * find-dired.el (find-dired): Implement revert-buffer-function.
5815         * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
5817 2002-05-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
5819         * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
5820         (f90-get-present-comment-type): Fix earlier change.
5821         (f90-comment-indent): Doc fix.
5822         (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
5823         (f90-looking-at-if-then): Remove lets.
5824         (f90-looking-at-where-or-forall): Handle if split over lines.
5825         (f90-change-keywords): Doc fix.
5827 2002-05-19  Richard M. Stallman  <rms@gnu.org>
5829         * indent.el (indent-region): Make COLUMN arg optional.
5831         * files.el (find-file-read-args): New function.
5832         (find-file, find-file-other-window, find-file-other-frame)
5833         (find-file-read-only, find-file-read-only-other-window)
5834         (find-file-read-only-other-frame): Use it.
5836         * custom.el (custom-load-symbol): Verify that LOADED is a string.
5838         * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
5839         (archive-zip-extract, archive-zip-expunge, archive-zip-update)
5840         (archive-zip-update-case): Use locate-file to decide whether
5841         to use pkzip.
5842         (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
5844         * files.el (locate-file): Doc fix.
5846 2002-05-19  John Paul Wallington  <jpw@shootybangbang.com>
5848         * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
5849         as an option.
5851 2002-05-18  Stefan Monnier  <monnier@cs.yale.edu>
5853         * uniquify.el (uniquify-rationalize-file-buffer-names):
5854         Always strip the trailing / even if the file is not a directory.
5856 2002-05-18  Glenn Morris  <gmorris@ast.cam.ac.uk>
5858         * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
5859         initialization in the defvar.
5860         (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
5861         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
5862         (f90-font-lock-4): Move the doc strings.
5863         (f90-menu-bar-menu): New internal variable to hold the top-level menu.
5864         (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
5865         (f90-mode-abbrev-table): Initialize in the defvar, with
5866         define-abbrev-table.
5868 2002-05-18  Eli Zaretskii  <eliz@is.elta.co.il>
5870         * tar-mode.el (tar-octal-time): Fix last change.
5872 2002-05-18  Markus Rost  <rost@math.ohio-state.edu>
5874         * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
5875         (report-emacs-bug): Store the prompt in
5876         `report-emacs-bug-text-prompt'.  Move Configuration/Important
5877         settings information after the user's report.
5878         (report-emacs-bug-hook): Unclutter by deleting the content of
5879         `report-emacs-bug-text-prompt'.
5881 2002-05-17  Thomas Morgan  <tlm@pocketmail.com>
5883         * forms.el (forms-jump-record, forms-insert-record)
5884         (forms-delete-record): Calculate lines from the beginning of the
5885         accessible portion rather than from the beginning of the buffer.
5887 2002-05-16  Eli Zaretskii  <eliz@is.elta.co.il>
5889         * ps-mule.el (eval-and-compile): Add a trivial replacement for a
5890         possibly missing encode-char.
5891         (ps-mule-font-info-database-bdf): Add associations for Unicode
5892         fonts.  Doc fix.
5893         (ps-mule-font-info-database-ps-bdf): Doc fix.
5894         (ps-mule-encode-ucs2): New function for encoding Unicode characters.
5896         * tar-mode.el (tar-octal-time): Fix the last argument of logior.
5898 2002-05-16  Stefan Monnier  <monnier@cs.yale.edu>
5900         * emacs-lisp/find-func.el (find-function-search-for-symbol):
5901         Find funs defined with defun-cvs-mode.
5902         (find-function-space-re): New const.  Skips comments as well.
5903         (find-function-regexp, find-variable-regexp): Use it.
5905         * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
5906         (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
5907         (cvs-mode-set-flags): Don't cons unnecessarily.
5909 2002-05-16  Colin Walters  <walters@debian.org>
5911         * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
5912         "Simple Calculator".
5913         (menu-bar-tools-menu) <calc>: New.
5915 2002-05-16  Juanma Barranquero  <lektu@terra.es>
5917         * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
5919         * filesets.el (filesets-ormap): Fix typo.
5921         * faces.el (describe-face): Fix typo.
5923 2002-05-15  Stefan Monnier  <monnier@cs.yale.edu>
5925         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
5926         Don't treat (lambda () ...) as an expression.
5928 2002-05-15  John Paul Wallington  <jpw@shootybangbang.com>
5930         * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
5932 2002-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
5934         * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
5936 2002-05-14  Glenn Morris  <gmorris@ast.cam.ac.uk>
5938         * progmodes/fortran.el (fortran-directive-re): New name for
5939         fortran-preprocessor-re.  All usage updated.
5940         (fortran-calculate-indent): Give directives zero indentation.
5942 2002-05-14  Jason Rumney  <jasonr@gnu.org>
5944         * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
5945         displayed text and internal name as string.
5947 2002-05-14  Kim F. Storm  <storm@cua.dk>
5949         * emulation/cua-rect.el (cua--rectangle-operation):
5950         Don't highlight empty lines in rectangles.
5952         * emulation/keypad.el: Improved commentary.
5953         (keypad-setup, keypad-shifted-setup): Added choice to setup
5954         Numeric keypad with decimal key; value is selected character.
5955         (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
5956         (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
5957         (keypad-setup):  Arg list changed to support the new options.
5959 2002-05-14  Richard M. Stallman  <rms@gnu.org>
5961         * dabbrev.el (dabbrev-case-distinction): New option.
5962         (dabbrev--try-find): Handle dabbrev-case-distinction.
5963         (dabbrev--search): Clean up the code.
5964         (dabbrev-upcase-means-case-search): Doc fix.
5965         (dabbrev-case-replace): Fix custom tags and docs.
5967 2002-05-14  Jochen K\e,A|\e(Bpper  <jochen@jochen-kuepper.de>
5969         * calc/calc-units.el (math-standard-units): Update from CODATA.
5971 2002-05-14  Stefan Monnier  <monnier@cs.yale.edu>
5973         * skeleton.el (skeleton-transformation): Default to `identity'.
5974         (skeleton-insert): Use `move-after' markers and `insert' rather
5975         than rely on insert-before-markers.
5976         (skeleton-internal-1): Handle `> \n' specially so that the newline
5977         is inserted before the first line is indented.
5979 2002-05-14  Mike Williams  <mdub@bigfoot.com>
5981         * textmodes/sgml-mode.el (sgml-tag):
5982         Default skeleton-transformation to `identity'.
5984 2002-05-14  Francesco Potorti`  <pot@gnu.org>
5986         * shell.el (shell-mode): Make second part of initialisation
5987         depend on whether comint-input-ring is empty, rather than depend
5988         on it being nil.
5990 2002-05-14  Richard M. Stallman  <rms@gnu.org>
5992         * files.el (make-auto-save-file-name):
5993         Delete the auto-save file after make-temp-file creates it.
5995 2002-05-13  Kim F. Storm  <storm@cua.dk>
5997         * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
5998         (cua-mode): Print Enabled/Disabled messages if interactive.
5999         Disable delete-selection-mode and pc-selection-mode when cua-mode
6000         is enabled; reenable if cua-mode is turned off.
6001         Remember setting of transient-mark-mode when cua-mode is enabled;
6002         restore if cua-mode is disabled.
6004 2002-05-13  Richard M. Stallman  <rms@gnu.org>
6006         * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
6008 2002-05-13  Colin Walters  <walters@gnu.org>
6010         * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
6012         * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
6013         (ibuffer-redisplay-engine): Handle it.
6015         * add-log.el (add-log-mailing-address): Can be a list, too.
6016         (add-change-log-entry): If `add-log-mailing-address' is a list,
6017         then handle it.
6019 2002-05-12  Colin Walters  <walters@debian.org>
6021         * replace.el (occur-1): New optional argument `buf-name'.
6022         (occur-revert-function): Use it.
6024         (occur-1): Handle plurals.
6026         (occur-engine): If there are no more matches, then finish
6027         searching the current buffer.
6029 2002-05-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6031         * net/ange-ftp.el (ange-ftp-try-passive-mode)
6032         (ange-ftp-passive-host-alist): Change :version attributes to be
6033         strings.
6035 2002-05-12  Markus Rost  <rost@math.ohio-state.edu>
6037         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
6038         define-minor-mode.
6040         * emacs-lisp/find-func.el (find-function-search-for-symbol):
6041         Handle more whitespace/newline combinations in symbol definitions.
6043 2002-05-12  Eli Zaretskii  <eliz@is.elta.co.il>
6045         * w32-vars.el (w32)
6046         * vc-cvs.el (vc-cvs-global-switches)
6047         (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
6048         * textmodes/sgml-mode.el (sgml-xml-mode)
6049         * ruler-mode.el (ruler-mode)
6050         * replace.el (query-replace-skip-read-only)
6051         * progmodes/fortran.el (fortran-preprocessor-re)
6052         * net/ange-ftp.el (ange-ftp-passive-host-alist)
6053         * mail/sendmail.el (mail-use-dsn)
6054         * faces.el (mode-line-inactive, minibuffer-prompt)
6055         * add-log.el (add-log-always-start-new-record): Change all
6056         post-21.1 :version attributes to 21.4.
6058 2002-05-12  Richard M. Stallman  <rms@gnu.org>
6060         * mail/smtpmail.el (smtpmail-mail-address): New variable.
6061         (smtpmail-send-it): Bind and use that instead of `mail-address'.
6062         (smtpmail-via-smtp): Likewise.
6064         * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
6065         (ansi-color-apply-sequence): Avoid duplicates in combined face list.
6067         * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
6069         * subr.el (functionp): Catch errors in indirect-function.
6071 2002-05-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6073         * net/ldap.el (ldap-search-internal): Unfold folded lines before
6074         parsing.
6076         * cus-edit.el (customize-set-value): Rename `var' to `variable'
6077         and `val' to `value'.
6078         (customize-save-variable): Rename `var' to `'variable.
6080 2002-05-12  Glenn Morris  <gmorris@ast.cam.ac.uk>
6082         * progmodes/fortran.el (fortran-preprocessor-re): New variable.
6083         Use it for font-locking and indentation.
6084         (fortran-previous-statement, fortran-next-statement): Make them
6085         skip over preprocessor lines.
6086         (fortran-calculate-indent): Use fortran-preprocessor-re.
6088 2002-05-10  Kim F. Storm  <storm@cua.dk>
6090         * emulation/cua-base.el (cua-enable-cua-keys)
6091         (cua-enable-register-prefix): Added value for `other' choice.
6093 2002-05-10  Eli Zaretskii  <eliz@is.elta.co.il>
6095         * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
6096         (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
6097         (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
6098         Run a named function.
6099         (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
6100         (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
6101         Fix help text.
6103 2002-05-10  Kim F. Storm  <storm@cua.dk>
6105         * emulation/cua-base.el (cua-mode): Misc. changes to use
6106         emulation-mode-map-alists instead of minor-mode-map-alist.
6108 2002-05-09  Richard M. Stallman  <rms@gnu.org>
6110         * mail/rmail.el (rmail-show-message):
6111         Catch error in check-coding-system.
6113         * progmodes/compile.el (compilation-error-regexp-alist):
6114         New element to recognize Python error messages.
6116         * shell.el (shell-replace-by-expanded-directory):
6117         If there's already a / at the end, don't add one.
6119 2002-05-09  Colin Walters  <walters@verbum.org>
6121         * ibuffer.el (ibuffer-mode-map): Add :enable guards for
6122         `ibuffer-filter-disable', `ibuffer-pop-filter',
6123         `ibuffer-or-filter', `ibuffer-negate-filter',
6124         `ibuffer-decompose-filter', `ibuffer-save-filters',
6125         `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
6126         `ibuffer-save-filter-groups',
6127         `ibuffer-switch-to-saved-filter-groups',
6128         `ibuffer-delete-saved-filter-groups'.
6130         * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
6132 2002-05-09  Markus Rost  <rost@math.ohio-state.edu>
6134         * woman.el (woman-menu):  Move symbol before the comment so that
6135         find-function-search-for-symbol finds it.
6137 2002-05-10  Miles Bader  <miles@gnu.org>
6139         * facemenu.el (list-colors-display): Don't use
6140         `display-color-cells' unless the display class is one for which
6141         that info is relevant.
6143 2002-05-09  Simon Josefsson  <jas@extundo.com>
6145         * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
6146         calling buffer.
6147         (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
6148         have the patch).
6150 2002-05-09  Kim F. Storm  <storm@cua.dk>
6152         * wid-edit.el (checkbox): New check-mark image.
6154 2002-05-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6156         * filesets.el (filesets-running-xemacs): Fix last change.
6158 2002-05-08  Markus Rost  <rost@math.ohio-state.edu>
6160         * help-fns.el (describe-function-1): If the source is
6161         `loaddefs.el', look for the real source.  This is necessary only
6162         for defaliases.
6164         * emacs-lisp/find-func.el (find-function-search-for-symbol):
6165         Add autoload cookie.
6166         (find-function-regexp):  Include
6167         "\(quote " to match the defaliases in loaddefs.el.
6169         * filesets.el (filesets-conditional-sort): Use copy-sequence,
6170         not copy-list.
6171         (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
6172         Defvar them to nil if running in Emacs.
6174 2002-05-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6176         * textmodes/flyspell.el (make-flyspell-overlay): Add help text
6177         to flyspell overlays.
6179         * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
6181 2002-05-08  Richard M. Stallman  <rms@gnu.org>
6183         * diff.el (diff-regexp-alist): Doc fix.
6185         * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
6187 2002-05-08  Simon Marshall  <simon@gnu.org>
6189         * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
6190         the frame name as the car of a menu entry, rather than the frame.
6192 2002-05-08  Juanma Barranquero  <lektu@terra.es>
6194         * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
6195         in docstring.
6197 2002-05-07  Colin Walters  <walters@verbum.org>
6199         * replace.el (occur-unfontify-region-function): Delete.
6200         (occur-mode): Don't use it.
6201         (occur-engine): Respect `keep-props'.
6202         (occur-accumulate-lines): If we're moving forward, decrement;
6203         don't increment, and vice versa.
6205 2002-05-08  Toru Tomabechi  <Toru.Tomabechi@orient.unil.ch>
6207         * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
6208         (tibetan-canonicalize-for-unicode-regexp): New variables.
6209         (tibetan-canonicalize-for-unicode-region): New function.
6210         (tibetan-strict-unicode): New variable.
6211         (tibetan-pre-write-canonicalize-for-unicode): New function.
6213 2002-05-07  Markus Rost  <rost@math.ohio-state.edu>
6215         * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
6216         the autoload-cookie.  Remove comment.
6218         * ffap.el (ffap): Don't hide it behind the autoload-cookie.
6220         * rect.el (close-rectangle): Don't hide it behind the
6221         autoload-cookie.
6223 2002-05-07  Juanma Barranquero  <lektu@terra.es>
6225         * windmove.el (windmove-default-keybindings): Add optional
6226         parameter to allow using a modifier other than 'shift.
6228 2002-05-07  Thomas Link  <t.link@gmx.at>
6230         * filesets.el:
6231         (filesets-external-viewers): Fix customization problem.
6232         (filesets-some): Replaces cl's `some'.  Calls changed.
6233         (filesets-member): Replaces cl's `member*'.  Calls changed.
6234         (filesets-ormap): New function.
6236 2002-05-07  John Paul Wallington  <jpw@shootybangbang.com>
6238         * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
6239         menu items.
6241 2002-05-07  Colin Walters  <walters@gnu.org>
6243         * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
6244         (ibuffer-clear-filter-groups): Likewise.
6245         (ibuffer-kill-filter-group): Likewise.
6246         (ibuffer-kill-line): Likewise.
6247         (ibuffer-read-filter-group-name): New function.
6248         (ibuffer-jump-to-filter-group): Use it.
6249         (ibuffer-kill-filter-group): Likewise.
6250         (ibuffer-yank-filter-group): Likewise.
6251         (ibuffer-decompose-filter-group): New function.
6253         * ibuffer.el (ibuffer-mode-map): Bind it.  Add :enable guard
6254         around `ibuffer-filters-to-filter-group' menu item.  Fix :enable
6255         guards for `ibuffer-pop-filter-group' and
6256         `ibuffer-clear-filter-groups'.
6258 2002-05-06  Markus Rost  <rost@math.ohio-state.edu>
6260         * emacs-lisp/find-func.el (find-function-search-for-symbol):
6261         Use with-syntax-table.
6263 2002-05-06  Francesco Potorti`  <pot@gnu.org>
6265         * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
6267 2002-05-05  Markus Rost  <rost@math.ohio-state.edu>
6269         * time-stamp.el (time-stamp-format): Doc fix: escape open
6270         parenthesis in column 0.
6272 2002-05-04  Richard M. Stallman  <rms@gnu.org>
6274         * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
6275         Handle both cases: when the menu item has cached info
6276         and when it doesn't.
6278         * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
6279         (filesets-open-file-function, filesets-save-buffer-function): Likewise.
6280         (filesets-tree-max-level): Doc fix.
6281         (filesets-commands, filesets-external-viewers)
6282         (filesets-ingroup-patterns): Mark as risky.
6283         (filesets-cache-hostname-flag): Doc fix.
6284         (filesets-menu-cache-file): Doc fix.  Mark as risky.
6285         (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
6286         Don't defcustom them if running in Emacs.
6288 2002-05-04  Thomas Link  <t.link@gmx.at>
6290         * filesets.el (filesets-ingroup-collect-files):
6291         Fix problem with inclusion groups' :scan-depth property.
6293 2002-05-04  Colin Walters  <walters@verbum.org>
6295         * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
6296         "Default" group earlier.  Push killed group on
6297         `ibuffer-filter-group-kill-ring'.
6298         (ibuffer-kill-line): Document.  Don't push killed group ourselves.
6299         (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
6300         (ibuffer-insert-filter-group-before): New function, broken out
6301         from `ibuffer-yank'.
6302         (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
6304         * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
6305         (ibuffer-mode-view-menu): Unused variables; deleted.
6306         (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
6308 2002-05-04  John Paul Wallington  <jpw@shootybangbang.com>
6310         * ibuffer.el (ibuffer-mode-groups-popup): New variable.
6311         (toplevel): Bind filter group menu entries in it.  Add :enable
6312         forms for some menu items.
6313         (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
6314         to `ibuffer-mouse-popup-menu'.
6315         (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
6316         group name, and if so, pop up a filter group menu.
6318 2002-05-04  Jason Rumney  <jasonr@gnu.org>
6320         * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
6321         (mwheel-scroll): Recognize nil scroll amount as documented.
6323         * term/w32-win.el (mouse-wheel-scroll-line)
6324         (mouse-wheel-scroll-screen): Remove.
6325         ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
6327         * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
6329 2002-05-04  Markus Rost  <rost@math.ohio-state.edu>
6331         * emacs-lisp/find-func.el (find-function-search-for-symbol):
6332         Bind case-fold-search when searching.
6334 2002-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
6336         * apropos.el (apropos-print): Fix the reference to mouse-2.
6338 2002-05-04  Daniel Pfeiffer  <occitan@esperanto.org>
6340         * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
6342 2002-05-04  Kim F. Storm  <storm@cua.dk>
6344         * cus-edit.el (custom-buffer-verbose-help): New variable.
6345         (custom-buffer-create-internal): Remove verbose introduction
6346         in customization buffer when it is nil.
6348 2002-05-03  Dave Love  <fx@gnu.org>
6350         * international/mule-cmds.el (select-safe-coding-system):
6351         Don't offer coding systems that use locking shift.
6352         Ask for confirmation if chosen coding system disagrees with
6353         a `coding:' spec in the file.
6355 2002-05-03  John Wiegley  <johnw@gnu.org>
6357         * eshell/esh-var.el (eshell-modify-global-environment): Added this
6358         customization variable, which will cause any "export" commands
6359         within any eshell buffer to modify the global Emacs environment.
6360         It defaults to nil, which means that such commands will only
6361         modify that Eshell buffer's environment.
6362         (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
6364         * eshell/em-cmpl.el (eshell-command-completions-alist):
6365         Improve default completion targets for objdump, nm and readelf.
6367 2002-05-03  Colin Walters  <walters@verbum.org>
6369         * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
6370         (gamegrid-add-score-with-update-game-score):
6371         Use `shared-game-score-directory'.  Correctly handle non-setuid case.
6373 2002-05-02  Colin Walters  <walters@verbum.org>
6375         * replace.el (occur-mode-map): Bind "q" to `delete-window'.
6376         (occur-1): If one of the buffers we're searching is the *Occur*
6377         buffer itself, handle it by creating a temporary buffer.  If any
6378         of the buffers being searched are killed, note that in the search
6379         result message.  Also, set local variables before we possibly kill
6380         the buffer.
6382 2002-05-02  Kim F. Storm  <storm@cua.dk>
6384         * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
6385         (menu-bar-options-save): Added cua-mode.
6386         (menu-bar-options-menu): Added toggle for cua-mode.
6387         Disable toggle for transient-mark-mode if cua-mode is enabled.
6389         * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
6390         variable.
6392 2002-05-01  Richard M. Stallman  <rms@gnu.org>
6394         * help.el (view-todo): New function.
6395         (help-map): Bind C-h C-t to view-todo.
6396         (help-for-help): Change the text.
6398 2002-05-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
6400         * progmodes/f90.el: Yet more doc string, commment and whitespace
6401         changes.
6402         (f90-imenu-flag): New name for internal variable f90-imenu.
6403         (f90-blocks-re, f90-program-block-re, f90-end-if-re)
6404         (f90-no-break-re): Use regexp-opt.
6405         (f90-end-type-re): Add closing "\\>".
6406         (f90-indent-region): Correctly indent comments embedded in
6407         continued lines.
6408         (f90-indent-new-line): Make it indent the current line, as it should.
6409         (f90-line-continued, f90-get-present-comment-type)
6410         (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
6411         (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
6412         (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
6413         (f90-change-keywords): Minor code tidying.
6415         * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
6416         typo `fortran-strip-sqeuence-nos'.
6418 2002-05-01  Eli Zaretskii  <eliz@is.elta.co.il>
6420         * simple.el (clone-indirect-buffer-other-window): Fix a typo in
6421         pop-up-window.
6423 2002-05-01  Kim F. Storm  <storm@cua.dk>
6425         * emulation/cua-base.el (cua--pre-command-handler):
6426         Only interpret delete-selection property if mark-active.
6427         (cua-mode): Fixed require in defcustom.
6429 2002-05-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6431         * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
6432         error call.
6434 2002-05-01  Colin Walters  <walters@verbum.org>
6436         * textmodes/tex-mode.el (tex-validate-buffer):
6437         Use `occur-revert-arguments' instead of setting `occur-nlines' and
6438         `occur-buffer'.  Don't test for `input-pending-p' in loop.
6439         Set text property `occur-target' instead of `occur'.
6441 2002-04-30  John Wiegley  <johnw@gnu.org>
6443         * align.el (align-region): Fixed the fix to align-region, because
6444         the "name" argument was appearing twice.
6446 2002-05-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
6448         * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
6449         to handle protection labels, one which doesn't get confused by
6450         inherit colons.
6452         * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
6453         functions that have "class" or "struct" in the return type as
6454         classes or structs.
6456 2002-04-30  Kim F. Storm  <storm@cua.dk>
6458         * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
6459         Options" to "New Options..."; rephrase tooltip.
6460         Rephrase tooltip for "Specific Option...".
6461         Added "Saved Options" item.  [from Simon Marshall]
6463 2002-04-30  Richard M. Stallman  <rms@gnu.org>
6465         * time.el (display-time-mail-directory)
6466         (display-time-mail-function): Doc fixes.
6468         * ediff-hook.el: Remove autoload cookies.
6470         * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
6472         * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
6474         * align.el (align-region): Fix call to `message'.
6475         Check that (car rule) is a symbol.
6477         * autoinsert.el (auto-insert-directory): Doc fix.
6479         * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
6481         * descr-text.el: New file, broken out of facemenu.el.
6483         * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
6485 2002-04-29  Markus Rost  <rost@math.ohio-state.edu>
6487         * mail/emacsbug.el (report-emacs-bug-hook):
6488         Use replace-match only if search was successful.
6490 2002-04-29  Richard M. Stallman  <rms@gnu.org>
6492         * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
6494         * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
6495         if the user edits the Emacs version number in the text.
6497         * filesets.el (filesets-running-xemacs): Make defvar unconditional.
6498         (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
6499         (filesets-error): Simplify definition and make conditional
6500         on filesets-running-xemacs.
6501         (filesets-find-file-using): Renamed from fsfind-file-using.
6503 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
6505         * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
6506         (Info-read-node-name-1): Complete file names.
6507         (Info-complete-menu-item): Don't cons unnecessarily.
6509         * files.el (locate-file): New fun.
6510         (locate-file-completion): Rename from load-completion and generalize.
6511         (load-library): Use it.
6512         (make-auto-save-file-name): Expand caddr.
6514         * newcomment.el (comment-fill-column): New var.
6515         (comment-indent): Use it.
6516         (comment-or-uncomment-region): New fun.
6517         (comment-dwim): Use it.
6519 2002-04-29  Colin Walters  <walters@verbum.org>
6521         * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
6522         (ibuffer-kill-line): Copy the filter group data structure when killing.
6523         (ibuffer-yank): Handle case where we're yanking on the default
6524         group correctly.
6525         (ibuffer-delete-saved-filter-groups): Doc fix.
6527         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
6528         Test whether or not update-game-score is setuid, and do the right
6529         thing.
6531 2002-04-29  Kim F. Storm  <storm@cua.dk>
6533         * subr.el (remove-yank-excluded-properties): New helper function.
6534         (insert-for-yank, insert-buffer-substring-as-yank): Use it.
6536         * simple.el (yank-excluded-properties): Added help-echo to list.
6538 2002-04-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
6540         * autoinsert.el (auto-insert-directory): Doc fix.
6542         * progmodes/f90.el: Add/change doc strings for many inline
6543         functions.  Whitespace changes.
6544         (f90-indent-line-no, f90-update-line): Minor code changes.
6546 2002-04-29  Kim F. Storm  <storm@cua.dk>
6548         * emulation/cua-base.el: New file.
6550         * emulation/cua-rect.el: New file.
6552         * emulation/cua-gmrk.el: New file.
6554         * emulation/keypad.el: New file.
6556 2002-04-29  Triet Hoai Lai  <thlai@ee.usyd.edu.au>
6558         * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
6559         (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
6560         New Vietnamese coding system.
6562         * language/viet-util.el: Update Commentary section.
6564 2002-04-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6566         * filesets.el (filesets-data): Doc fix.
6567         (filesets-running-xemacs): Define even when compiling.
6569         * recentf.el (recentf-cancel-dialog): Remove dot at the end of
6570         sentence.
6572 2002-04-29  Stefan Monnier  <monnier@cs.yale.edu>
6574         * textmodes/fill.el (fill-context-prefix): Fix last change with
6575         yet-another-approach.
6577 2002-04-28  Markus Rost  <rost@math.ohio-state.edu>
6579         * net/ange-ftp.el (ange-ftp-passive-host-alist)
6580         (ange-ftp-bs2000-additional-pubsets):  Fix custom type.
6582         * files.el (small-temporary-file-directory): Fix custom type.
6584 2002-04-28  Glenn Morris  <gmorris@ast.cam.ac.uk>
6586         * progmodes/f90.el (f90-xemacs-flag): New variable.
6587         (f90-mark-subprogram-overlay): New variable.
6588         (f90-mark-subprogram): Now it highlights the subprogram.
6589         (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
6590         Fix highlighting of various "type" forms.
6592 2002-04-28  Colin Walters  <walters@verbum.org>
6594         * ibuffer.el (ibuffer-mode): Additional documentation on filter
6595         groups.
6597 2002-04-28  John Paul Wallington  <jpw@shootybangbang.com>
6599         * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
6600         ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
6602 2002-04-28  Richard M. Stallman  <rms@gnu.org>
6604         * mail/sendmail.el (mail-recover-1): Decrease non-random-len
6605         by 1 for the newly-readded #.
6607         * files.el (make-auto-save-file-name): Specify # as suffix
6608         in the non-file-visiting case.
6610         * subr.el (make-temp-file): New arg SUFFIX.
6612         * filesets.el: New file.
6614         * replace.el (occur-accumulate-lines): Avoid incf and decf.
6615         (occur-engine-add-prefix): New function.
6616         (occur-engine): Avoid using macrolet, incf and decf.
6617         Use occur-engine-add-prefix instead.
6618         Rename `l' to `lines' and `c' to `matches'.
6620         * replace.el (occur-engine, occur-mode-mouse-goto)
6621         (occur-mode-find-occurrence, occur-mode-goto-occurrence)
6622         (occur-mode-goto-occurrence-other-window)
6623         (occur-mode-display-occurrence): A position is just a marker,
6624         not a list.
6626         * replace.el (occur-revert-arguments):
6627         Renamed from occur-revert-properties.  All uses changed.
6629 2002-04-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6631         * recentf.el (recentf-menu-before): Use string to specify path in
6632         the menu.
6634         * international/mule-cmds.el (read-language-name): Take care of
6635         non-list values.
6637 2002-04-27  Richard M. Stallman  <rms@gnu.org>
6639         * custom.el (custom-load-symbol): Moved from cus-edit.el.
6640         (custom-load-recursion): Likewise.
6642         * cus-edit.el (custom-load-symbol): Moved to custom.el.
6643         (custom-load-recursion): Likewise.
6645         * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
6646         generated by easymenu are now lowercase.
6648 2002-04-27  Richard M. Stallman  <rms@gnu.org>
6650         * menu-bar.el (menu-bar-update-buffers): Add menu items
6651         Next Buffer and Previous Buffer.
6653         * simple.el (next-buffer, prev-buffer): New commands.
6654         Bind C-x left and C-x right to them.
6656         * info.el (Info-header-line): Mark it as risky-local-variable.
6658         * subr.el (insert-for-yank): Replace `category' property
6659         with whatever properties it stands for.
6661         * subr.el (member-ignore-case): Ignore non-strings in LIST.
6663 2002-04-27  Miles Bader  <miles@gnu.org>
6665         * faces.el (read-face-name): Format the prompt correctly when
6666         there's no default.
6668 2002-04-26  Andrew Choi  <akochoi@shaw.ca>
6670         * term/mac-win.el: Don't call ediff-toggle-multiframe.
6671         Set default directory.  Set process-connection-type to nil.
6673 2002-04-26  Richard M. Stallman  <rms@gnu.org>
6675         * loadup.el: Explicitly load cus-face and timer.
6677         * isearch.el: Don't require timer.
6679         * faces.el: Don't require cus-face.
6681         * cus-edit.el (customize-face): Use read-face-name
6682         and handle multiple faces.
6683         (customize-face-other-window): Make it work similarly.
6685         * faces.el (read-face-name): New defaulting features.
6686         New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
6687         (list-faces-display): Use the face, not its name string,
6688         as arg when running customize-face.
6689         Put a `read-face-name' prop on the entire line.
6690         (describe-face): Handle multiple faces via read-face-name.
6692         * textmodes/tex-mode.el (tex-start-options): New variable.
6693         (tex-start-commands): New variable.
6694         (tex-start-options-string): Variable deleted.
6695         (tex-start-tex): Use tex-start-options and tex-start-commands,
6696         not tex-start-options-string.
6697         (tex-command): Doc fix.
6699 2002-04-26  Sam Steingold  <sds@gnu.org>
6701         * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
6702         not in the authinfo/netrc, keep `cred' at nil.
6704 2002-04-26  Gerd Moellmann  <gerd@gnu.org>
6706         * find-file.el: Remove Ada-specific example code.
6708 2002-04-25  Michael Kifer  <kifer@cs.stonybrook.edu>
6710         * ediff-hooks.el: Put back the autoloads.
6712 2002-04-25  Colin Walters  <walters@verbum.org>
6714         * ibuffer.el (define column process): Use `ibuffer-aif'.
6716         * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
6717         defaults.
6718         (ibuffer-yank): Be sure to `setq' after we use `nconc'.
6719         (ibuffer-save-filter-groups): Correctly structure filter groups.
6720         (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
6721         groups.
6723 2002-04-25  Simon Josefsson  <jas@extundo.com>
6725         * mail/sendmail.el (mail-use-dsn): New variable to request
6726         delivery status notification from MTA.
6727         (sendmail-send-it): Use it.
6729         * mail/smtpmail.el (smtpmail-queue-counter): New variable.
6730         (smtpmail-send-it): Use it to construct new queue filenames
6731         (needed if you send more than one message per second, which is
6732         possible if you use Gnus Agent).
6734         * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
6735         files as well.
6736         (smtpmail-try-auth-methods): Support netrc data.
6737         (netrc-parse): Autoload netrc.
6739 2002-04-25  Colin Walters  <walters@verbum.org>
6741         * replace.el (multi-occur-by-filename-regexp): Doc fix.
6742         (occur-engine): Go to `point-min'.  Make nlines argument actually
6743         mean number of context lines.  Handle it.  Pad digits to the right.
6745         * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
6746         `ibuffer-filter-groups'.  All users updated.
6747         (ibuffer-show-empty-filter-groups): New variable.
6748         (ibuffer-saved-filter-groups): New variable.
6749         (ibuffer-maybe-save-stuff): Renamed from
6750         `ibuffer-maybe-save-saved-filters'.  Callers updated.
6751         Handle `ibuffer-saved-filter-groups'.
6752         (ibuffer-hidden-filtering-groups): Renamed to
6753         `ibuffer-hidden-filter-groups'.
6754         (ibuffer-filter-group-kill-ring): New variable.
6755         (ibuffer-save-with-custom): Doc fix.
6756         (ibuffer-set-filter-groups-by-mode): New function.
6757         (ibuffer-clear-filter-groups): New function.
6758         (ibuffer-current-filter-groups-with-position): Renamed from
6759         `ibuffer-current-filter-groups'.  Callers updated.
6760         (ibuffer-kill-filter-group): New function.
6761         (ibuffer-kill-line): New function.
6762         (ibuffer-yank): New function.
6763         (ibuffer-save-filter-groups): New function.
6764         (ibuffer-delete-saved-filter-groups): New function.
6765         (ibuffer-switch-to-saved-filter-groups): New function.
6766         (ibuffer-mark-on-buffer): Add optional arguments for adding a
6767         specific mark, and marking on a specific group.
6769         * ibuffer.el (ibuffer-formats): Doc fix.
6770         (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
6771         Bind new functions from ibuf-ext.el.  Add menu entries for them.
6772         Remove superfluous tooltips.
6773         (ibuffer-toggle-marks): If on a group name, then toggle marks just
6774         in that group.
6775         (ibuffer-mark-interactive): Handle filter groups.
6776         (ibuffer-mark-forward, ibuffer-unmark-forward)
6777         (ibuffer-mark-for-delete, ibuffer-unmark-backward)
6778         (ibuffer-mark-for-delete-backwards): Update docs.
6779         (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
6780         to `ibuffer-current-filter-groups-with-position'.
6781         (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
6782         (ibuffer-mode): Add some documentation about filter groups.
6784 2002-04-25  Andreas Schwab  <schwab@suse.de>
6786         * find-dired.el (find-name-dired): Don't quote pattern twice.
6788 2002-04-26  Miles Bader  <miles@gnu.org>
6790         * cus-edit.el (customize-face, customize-face-other-window):
6791         Use default instead of initial-input for suggested face.
6793 2002-04-25  Gerd Moellmann  <gerd@gnu.org>
6795         * cus-edit.el (customize-face-other-window, customize-face):
6796         Interactively, when point is on text with a face, suggest to
6797         customize that face.
6799 2002-04-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
6801         * progmodes/f90.el: General tidy-up of commentary and some doc
6802         strings.
6804 2002-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
6806         * scroll-all.el (scroll-all-function-all) New function to do the
6807         actual work.
6808         (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
6809         scroll-all-page-down-all, scroll-all-page-up-all,
6810         scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
6811         Make them use scroll-all-function-all.
6813         * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
6814         with line-beginning-position.
6815         (f90-get-end-of-line): Removed and replaced with line-end-position.
6816         (f90-match-piece): Removed and replaced with match-string.
6817         (f90-current-indentation): Remove `current-column'.
6818         (f90-get-present-comment-type): Use match-string rather than
6819         buffer-substring.
6820         (f90-match-end): Use line-beginning-position, line-end-position
6821         rather than beginning-of-line, end-of-line.
6822         (f90-startup-message): Variable removed.
6824 2002-04-24  Colin Walters  <walters@verbum.org>
6826         * replace.el (occur-accumulate-lines): Add optional argument
6827         `no-props'.  Handle it.
6828         (occur-engine): Use it.
6830         * ibuf-ext.el (toplevel): Remove byte-compile-dynamic.  Try to set
6831         up autoloads manually.
6832         (ibuffer-split-list): New function.
6833         (ibuffer-filtering-groups): New variable.
6834         (ibuffer-hidden-filtering-groups): New variable.
6835         (ibuffer-mouse-toggle-filter-group): New function.
6836         (ibuffer-toggle-filter-group): New function.
6837         (ibuffer-toggle-filter-group-1): New function.
6838         (ibuffer-forward-filter-group): New function.
6839         (ibuffer-backward-filter-group): New funtion.
6840         (ibuffer-generate-filter-groups): New function.
6841         (ibuffer-filters-to-filter-group): New function.
6842         (ibuffer-pop-filter-group): New function.
6843         (ibuffer-jump-to-filter-group): New function.
6844         (ibuffer-do-occur): Just use `occur-read-primary-args'
6846         * ibuffer.el (ibuffer-filter-group-name-face): New.
6847         (ibuffer-mode-map): Bind and add menu entries for most new
6848         functions; also, bind the arrow keys to the movement functions.
6849         (ibuffer-mode-filter-group-map): New.
6850         (ibuffer-mouse-toggle-mark): Handle group names.
6851         (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
6852         (ibuffer-skip-properties): New function.
6853         (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
6854         group names.  Also, handle new properties.
6855         (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
6856         Move error handling to `ibuffer-current-buffer'.
6857         (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
6858         (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
6859         (ibuffer-toggle-marks): Add optional group argument.
6860         (ibuffer-mark-interactive): Skip group names.
6861         (ibuffer-current-buffer): Clean up error handling.
6862         (ibuffer-fontify-region-function): Fontify group names.
6863         (ibuffer-map-lines): Add extra group argument.  Handle it.
6864         (ibuffer-current-filter-groups): New function.
6865         (ibuffer-redisplay): Handle hidden filtering groups.
6866         (ibuffer-sort-bufferlist): New function, taken from
6867         `ibuffer-insert-buffers-and-marks'.
6868         (ibuffer-insert-filter-group): New function.
6869         (ibuffer-redisplay-engine): Renamed from
6870         `ibuffer-insert-buffers-and-marks'.  Handle new filtering groups.
6871         (ibuffer): Add filter-groups argument.  Handle it.
6872         Use `save-selected-window'.
6873         (ibuffer-mode): Make `ibuffer-filtering-groups' and
6874         `ibuffer-hidden-filtering-groups' buffer-local.
6876         * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
6878 2002-04-24  Richard M. Stallman  <rms@gnu.org>
6880         * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
6881         (easy-menu-define-key-intern): Function deleted; callers intern
6882         and then call easy-menu-define-key.
6883         (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
6884         (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
6885         (easy-menu-name-match): New function.
6886         (add-submenu): New function.
6887         (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
6889 2002-04-24  Eli Zaretskii  <eliz@is.elta.co.il>
6891         * menu-bar.el (menu-bar-adv-search-menu)
6892         (menu-bar-adv-search-menu): Improve the help text.
6894 2002-04-24  Simon Josefsson  <jas@extundo.com>
6896         * net/netrc.el: New file.
6898 2002-04-24  Thomas DeWeese  <tdeweese@rochester.rr.com>
6900         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
6901         Check if any of the available selection sources has new content
6902         and if so it will return that content.
6904 2002-04-24  Miles Bader  <miles@gnu.org>
6906         * menu-bar.el (buffers-menu-show-directories)
6907         (buffers-menu-show-status): New variables.
6908         (menu-bar-update-buffers-1): Use them.
6910 2002-04-24  Martin Stjernholm  <mast@lysator.liu.se>
6912         * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
6913         from `c-do-auto-fill' and point is at or near the limit of the
6914         comment.  Fixed bug when the prefix from `c-guess-fill-prefix'
6915         is longer than the text on the first line of the comment when
6916         it's masked.
6918 2002-04-24  Miles Bader  <miles@gnu.org>
6920         * menu-bar.el (menu-bar-update-buffers-1): Make sure
6921         `uniquify-buffer-name-style' is bound.
6923 2002-04-23  Colin Walters  <walters@verbum.org>
6925         * replace.el (toplevel): Require `cl' while compiling.
6926         (occur-buffer, occur-nlines): Delete.
6927         (occur-revert-properties): Rename to `occur-revert-properties'.
6928         (occur-mode): Handle it.  Set up font lock.
6929         (occur-revert-function): Simply apply `occur-1'.
6930         (occur-mode-find-occurence, occur-mode-mouse-goto)
6931         (occur-mode-goto-occurrence-other-window)
6932         (occur-mode-display-occurrence): Handle buffer property.
6933         (list-matching-lines-face): Use defcustom.
6934         (list-matching-lines-buffer-name-face): New variable.
6935         (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
6936         in ibuffer.el.
6937         (occur-read-primary-args): Move out of `occur'.
6938         (occur): Delete.  Now simply call `occur-1'.
6939         (multi-occur, multi-occur-by-filename-regexp): New functions.
6940         (occur-1): New function.
6941         (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
6942         previous implementation of `occur'; taken from ibuf-ext.el.
6943         (occur-fontify-on-property): New function.
6944         (occur-fontify-region-function, occur-unfontify-region-function):
6945         New functions.
6947         * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
6949         * ibuf-ext.el (ibuffer-depropertize-string): Delete.
6950         (ibuffer-occur-match-face): Delete.
6951         (ibuffer-occur-props, ibuffer-occur-mode): Delete.
6952         (ibuffer-occur-mouse-display-occurence): Delete.
6953         (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
6954         (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
6955         (ibuffer-occur-engine): Moved to replace.el.
6956         (ibuffer-do-occur): Simply call `occur-1'.
6958         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
6959         Handle the case where we're already viewing the score file.
6961 2002-04-23  Andreas Schwab  <schwab@suse.de>
6963         * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
6964         next-tag-otherw.
6966 2002-04-23  Miles Bader  <miles@gnu.org>
6968         * menu-bar.el (menu-bar-update-buffers-1): Don't display a
6969         directory separator if there's no directory.  Don't display
6970         directories at all if uniquify is active.  Some code cleanup.
6971         (uniquify-buffer-name-style): Declare (but don't initialize).
6973         * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
6974         for command menu entries, since the low-level menu code modifies
6975         them.  Cache the resulting list.
6976         (menu-bar-buffers-menu-command-entries): New variable.
6978         * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
6979         Add separator line before commands
6980         Remove old crufty code that tried to line things up by adding
6981         spaces to entries (it doesn't work).
6982         Move `Frames' submenu after the normal buffers, and add a
6983         separator line before it.
6984         (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
6986 2002-04-22  Richard M. Stallman  <rms@gnu.org>
6988         * files.el (after-find-file): Use %s to output MSG.
6990         * dired.el (dired-mouse-find-file-other-window):
6991         Handle events that move out of the window.
6993 2002-04-23  Martin Stjernholm  <mast@lysator.liu.se>
6995         * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
6996         was moved to the following line when it was at the first line
6997         of a block comment where comment-start-skip matched to eol.
6999 2002-04-22  Richard M. Stallman  <rms@gnu.org>
7001         * simple.el (line-move-finish): Find beg and end of line
7002         before calling line-move-to-column.  Do consider intangible
7003         when finding the end.  Take more care in analyzing the results
7004         of intangibility after line-move-to-column.
7006 2002-04-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7008         * international/mule-diag.el (list-input-methods-1): Doc fix
7009         (LEIM is now part of the standard distribution).
7011         * tmm.el (tmm-completion-prompt): Doc fix.
7013         * hilit-chg.el (global-highlight-changes): Capitalize status texts.
7015 2002-04-22  Edward M. Reingold  <reingold@emr.cs.iit.edu>
7017         * diary-lib.el (include-other-diary-files): Allow modifying
7018         included buffer, to turn off selective display.
7020 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7022         * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
7023         pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
7024         emacsen that doesn't support it.
7026 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7028         * progmodes/cc-align.el, progmodes/cc-engine.el,
7029         progmodes/cc-styles.el, progmodes/cc-vars.el
7030         (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
7031         Find correct anchor for statement-cont in top level constructs.
7032         Analyze variable initializations in top level constructs as
7033         topmost-intro-cont instead of statement-cont.  That is an
7034         incompatible change but it gives better consistency.  The new
7035         lineup function c-lineup-topmost-intro-cont' compensates for
7036         it and is now put on topmost-intro-cont by default.
7038         * progmodes/cc-align.el, progmodes/cc-engine.el,
7039         progmodes/cc-langs.el (c-lineup-argcont): Lineup function
7040         contributed by Kevin Ryde.
7042         (c-in-gcc-asm-p): Function to recognize asm statements.
7043         Contributed by Kevin Ryde.
7045         (c-opt-asm-stmt-key): New language variable to recognize the
7046         beginning of asm statements.
7048 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7050         * progmodes/cc-engine.el (c-guess-basic-syntax):
7051         Detect variable declarations after class and struct declarations
7052         correctly.  Fixed limit error when finding the anchor for
7053         template-args-cont and topmost-intro-cont.
7055 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7057         * progmodes/cc-cmds.el (c-beginning-of-defun)
7058         (c-declaration-limits): Find the "line oriented" declaration
7059         start too, just like the "line oriented" end is found.
7061 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7063         * progmodes/cc-vars.el (c-offsets-alist): A more sane default
7064         for `inexpr-statement'.  This is not compatible, though.
7065         I think the benefit of a good default style outweights that in
7066         this case.  Besides, `inexpr-statement' is not very common.
7068 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7070         * progmodes/cc-cmds.el (c-electric-delete-forward):
7071         Fix silly bug that caused it to delete backwards in hungry delete
7072         mode.  (It's amazing that this bug hasn't been reported.)
7074         * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
7075         Extracted the code to get the declaration limits from
7076         `c-mark-function' to a new `c-declaration-limits'.
7078         (c-indent-defun): Use the same method to get the limits of the
7079         declaration or macro as `c-mark-function'.
7081         * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
7082         list initializers correctly (but costly; it ought to be
7083         integrated into `c-beginning-of-statement-1').
7085 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7087         * progmodes/cc-cmds.el, progmodes/cc-engine.el
7088         (c-beginning-of-defun, c-end-of-defun, c-mark-function):
7089         Rewritten to detect the declaration limits better.
7090         Now handles K&R argdecls, class definitions followed by variables etc.
7092         (c-in-knr-argdecl): Broke out the K&R argdecl test in
7093         `c-beginning-of-decl-1' to this new function.
7095         (c-end-of-statement-1, c-end-of-decl-1):
7096         Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
7097         handles declarations that continue after the block.
7099         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
7100         Added an option to restrict matching to the top level of the
7101         current paren sexp.
7103         * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
7104         New regexp to recognize declarations that continue after the block.
7106         (c-syntactic-eol): New regexp to match a "syntactic" eol.
7108 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7110         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
7111         that often caused the backward limit to be lost at the top
7112         level.  This improves performance a bit.
7114         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
7115         New function that works like `re-search-forward' but only returns
7116         matches in syntactically significant text.
7118         * progmodes/cc-engine.el: Fixed a faster and more accurate way
7119         to recognize K&R argdecls.
7121         (c-beginning-of-decl-1): New function that put point at the
7122         beginning of the declaration.  It handles K&R argdecl blocks.
7124         (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
7125         code with one that doesn't depend on the current indentation.
7126         The anchor position for `knr-argdecl' has also changed, but in
7127         a way that is unlikely to cause compatibility problems.
7129 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7131         * progmodes/cc-defs.el, progmodes/cc-engine.el
7132         (c-forward-comment): `forward-comment' in XEmacs skips over
7133         line continuations in the backward direction.  Correct for
7134         that.  Also made this a defun since it has grown too large now
7135         to be a defsubst.
7137         * progmodes/cc-langs.el: More convenient and decentralized
7138         setup of the language specific variables.  The regexp-opt
7139         mangling is also done at compile time now.
7141 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7143         * progmodes/cc-cmds.el (c-indent-line-or-region):
7144         Call `c-indent-line' directly instead of through
7145         `indent-according-to-mode' so that this function always
7146         indents syntactically.
7148         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
7149         where a class beginning with a nested class could cause an
7150         infinite loop (the state outside the narrowed out class is
7151         never used now).
7153 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7155         * progmodes/cc-align.el, progmodes/cc-cmds.el,
7156         progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
7157         the context sensitive analysis inside macros is restricted to
7158         the bodies of #define's; other things, like #if expressions,
7159         never have anything in common with their surroundings.
7160         The old `cpp-macro-cont' syntax is now used in situations where
7161         the syntactic analysis isn't applicable, and a new syntactic
7162         element `cpp-define-intro' is used to add indentation in
7163         #define bodies.
7165         (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
7166         better reflect its use.
7168         * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
7169         continuation backslashes in the detection of `arglist-cont-nonempty'.
7171         * progmodes/cc-align.el: Use the vector form in the return
7172         value in all cases where lineup functions return absolute columns.
7174 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7176         * progmodes/cc-engine.el (c-add-stmt-syntax)
7177         (c-guess-basic-syntax): Anchor `brace-list-intro' and
7178         `bracec-list-close' better for brace lists nested inside expressions.
7180         * progmodes/cc-engine.el, progmodes/cc-langs.el,
7181         progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
7182         various language specific variables and their initialization.
7183         The keyword regexps are now lists that are combined with
7184         regexp-opt.  Some variables have changed names to fit better
7185         with the naming convention.
7187         * progmodes/cc-defs.el, progmodes/cc-vars.el
7188         (c-buffer-is-cc-mode): The value is the mode symbol of the
7189         original CC Mode mode.
7191         (c-major-mode-is): Compare against the buffer local variable
7192         `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
7194 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7196         * progmodes/cc-engine.el (c-forward-syntactic-ws)
7197         (c-backward-syntactic-ws, c-forward-token-1)
7198         (c-backward-token-1, c-in-literal, c-literal-limits)
7199         (c-collect-line-comments, c-literal-type, c-on-identifier)
7200         (c-guess-basic-syntax): These functions are now considered part
7201         of the "CC Mode API" and may be used by other code.
7202         That's signified by making their documentation into docstrings.
7204         (c-whack-state, c-hack-state, c-skip-case-statement-forward):
7205         Removed these internal functions since they aren't used.
7207         (c-forward-to-cpp-expression): Classified this function as internal.
7209 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7211         * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
7212         Simplified these regexps; the class keywords they contain
7213         ought to be enough to avoid false matches, so checking for
7214         following identifiers etc is just unnecessary (and might also
7215         fail for oddly formatted code).
7217 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7219         * progmodes/cc-engine.el, progmodes/cc-cmds.el
7220         (c-forward-comment-lc): New function that behaves like
7221         `c-forward-comment', with the exception that line
7222         continuations are treated as whitespace.
7224         (c-beginning-of-statement): Use `c-forward-comment-lc', to
7225         work correctly in macros and other places where line
7226         continuations should be treated as whitespace.
7228         * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
7229         normal label in a switch block as a case label, to get
7230         consistent lineup with the case labels.
7232         * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
7233         in skipping over a macro that ends with an empty line.
7235         * progmodes/cc-styles.el: Require cc-align since styles added
7236         with `c-add-style' often contains references to functions
7237         defined there, and so the `c-valid-offset' check might
7238         otherwise complain on them.
7240 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7242         * progmodes/cc-align.el, progmodes/cc-mode.texi,
7243         progmodes/cc-vars.el: Added two new lineup functions:
7245         (c-lineup-knr-region-comment): A new lineup function to get
7246         (what most people think is) better indentation of comments in
7247         the "K&R region" between the function header and its body.
7249         (c-lineup-gcc-asm-reg): New lineup function for better
7250         indentation inside gcc asm blocks.  Contributed by Kevin Ryde.
7252         (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
7253         `c-lineup-knr-region-comment' in the default offset
7254         configuration, since these two functions have little impact
7255         outside their intended use, and they generally do the right
7256         thing when they kick in.
7258         * progmodes/cc-engine.el (c-guess-continued-construct)
7259         (c-guess-basic-syntax): Handle nested functions in all
7260         languages, not just Pike.  In C and C++ there's a gcc
7261         extension for this, and it also gives better treatment of
7262         macros that are followed by blocks.
7264         * progmodes/cc-langs.el (c-symbol-key): Made this variable
7265         mode specific, to handle Pike special symbols like `== better.
7267 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7269         * progmodes/cc-cmds.el, progmodes/cc-engine.el,
7270         progmodes/cc-vars.el (c-report-syntactic-errors): A new
7271         variable to control the syntactic error messages.  It defaults
7272         to off; since CC Mode ignores most syntactic errors it might
7273         as well ignore them all for the sake of consistency.
7275 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7277         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
7278         Optimization.  Can give a noticeable speedup if there's a
7279         large preceding function or class body.
7281 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7283         * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
7284         efficient and correct insertion functions in many places.
7285         Always inherit text properties correctly if the text is
7286         permanent.  Also do it for speed in temporary insertions,
7287         since I figure it's less work to continue the surrounding text
7288         properties than to break them.
7290         * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
7291         completion to make it easier to enter lists.
7293 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7295         * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
7296         c-state-cache was clobbered.
7298         * progmodes/cc-cmds.el, progmodes/cc-engine.el
7299         (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
7300         to dependency.
7302 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7304         * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
7305         open parens in macros (if point isn't in the same one).
7307 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7309         * progmodes/cc-cmds.el (c-context-open-line): New function
7310         that is the `open-line' equivalent to `c-context-line-break'.
7312         * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
7313         for Emacs 21 since `indent-new-comment-line' has been changed
7314         to `comment-indent-new-line' there.
7316 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7318         * progmodes/cc-engine.el, progmodes/cc-langs.el
7319         (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
7320         New variables containing the character sets used to recognize
7321         statement/declaration boundaries.  These variables might help
7322         to support languages like javascript and awk, where newlines
7323         sometimes delimits statements.
7325         (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
7326         the set of statement delimiting characters, to allow it to be
7327         changed dynamically and per-mode.
7329 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7331         * progmodes/cc-engine.el (c-looking-at-bos)
7332         (c-looking-at-inexpr-block, c-add-stmt-syntax)
7333         (c-guess-basic-syntax): Treat blocks directly inside function
7334         calls like "bare" statements inside function calls, and not
7335         like in-expression statements.  This to make indentation of
7336         such blocks consistent with other statements inside macro calls.
7338         * progmodes/cc-engine.el (c-guess-basic-syntax):
7339         Made arglist-cont anchor correctly in arglists that contain statements.
7341         * progmodes/cc-engine.el (c-guess-basic-syntax):
7342         Fixed consistent anchoring of defun-block-intro in defuns in code
7343         blocks (can only occur in Pike).
7345         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
7346         (c-looking-at-inexpr-block-backward): Changed the arguments to
7347         require containing sexps and paren state, for better efficiency.
7349 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7351         * progmodes/cc-cmds.el, progmodes/cc-engine.el,
7352         progmodes/cc-vars.el: Improved anchoring of statement and
7353         handling of labels in front of substatements.
7355         (c-guess-continued-construct, c-guess-basic-syntax):
7356         Improved and unified anchoring at statements.  Statements beginning
7357         with comments or labels are now avoided, by going out of
7358         blocks and containing statements if necessary.  This nesting
7359         handling also fixes the case when there's a statement after a
7360         block open brace.  Added the syntactic symbol `substatement-label'.
7362         (c-electric-colon): Map the new `substatement-label' to
7363         `label' when consulting `c-hanging-colons-alist'.
7365         (c-offsets-alist): Added substatement-label.  Updated the
7366         comments for the new anchoring positions at statements.
7368         * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
7369         anchor points for knr-argdecl-intro and access-label.
7370         They used to refer to some point on the same line, a bug which was
7371         neutralized by a kludge in `c-get-syntactic-indentation' which
7372         ignored such anchor points.
7374         (c-get-syntactic-indentation): Removed the kludge that was
7375         necessary due to buggy anchor points.
7377         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
7378         the absence of a comma before arglist-close (case 7A) in any
7379         language, since there's nothing better to do that case anyway.
7380         Added special case to make in-expression statements be
7381         recognized as normal arglist-cont if we're directly in a macro
7382         arglist, for consistency with other "bare" statements.
7384         * progmodes/cc-engine.el (c-looking-at-bos): Added optional
7385         limit arg for backward searches.
7387         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
7388         Anchor gcc in-expression statements at the surrounding open
7389         parenthesis.  Treat a class body as an in-expression class if
7390         it's used in an object clone expression in Pike.
7392         * progmodes/cc-engine.el (c-get-offset)
7393         (c-get-syntactic-indentation): Allow several anchor positions
7394         in the list of syntactic symbols.  Only the first is used as
7395         the base for the offset calculation.
7397 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7399         * progmodes/cc-cmds.el (c-indent-defun): Indent the current
7400         macro if inside one at the top level.  Do not throw an error
7401         if used at the top level outside a macro.
7403         * progmodes/cc-cmds.el (c-backslash-region): Do tab width
7404         alignment only if the backslashes can't be aligned with
7405         surrounding backslashes.
7407         * progmodes/cc-engine.el (c-end-of-macro): New function.
7409         * progmodes/cc-engine.el (c-least-enclosing-brace):
7410         Rewritten to not be destructive.
7412 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7414         * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
7415         line break when point is inside the content of it; if it's in
7416         the cpp keyword a normal line break is done.
7418         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
7419         cpp-macro-cont inside the argument list to a #define.
7421 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7423         * progmodes/cc-defs.el (c-forward-comment): Implemented a
7424         kludge to avoid the problem most forward-comment incarnations
7425         have with `\' together with comment parsing.
7427 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7429         * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
7430         which could cause the state returned by `c-parse-state' to
7431         lack a closed paren element.  That in turn could result in
7432         very long searches, since it's common that they start from the
7433         last preceding close brace.
7435 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7437         * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
7438         treat else-if as a single continuation, since that'd make it
7439         hard to get the right anchor point when there's a line break
7440         between the two keywords.  This change causes else-clause to
7441         be anchored on the closest preceding else-if and not always on
7442         the starting if, but that doesn't affect the indentation for
7443         any reasonably sane style.  Also introduced a noerror flag.
7445         (c-beginning-of-closest-statement): Removed;
7446         c-beginning-of-statement-1 now avoids the problem this one solved.
7448         * progmodes/cc-engine.el (c-guess-continued-construct)
7449         (c-guess-basic-syntax): Better and more uniform anchor points
7450         for 'statement-cont and 'substatement.  The effect is
7451         noticeable mostly when there's a label on the same line as the
7452         beginning of the statement, or when there are more stuff
7453         before the start of the statement.
7455         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
7456         Added flag to disable looking at the type of the surrounding paren
7457         since that confuses c-beginning-of-statement-1 and a couple of
7458         other places.
7460         * progmodes/cc-engine.el (c-guess-basic-syntax):
7461         Avoid stepping to the previous statement in case 18.
7462         Improvements in recognition of statement blocks on the top level.
7464 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7466         * progmodes/cc-engine.el (c-beginning-of-statement-1)
7467         (c-crosses-statement-barrier-p): Rewritten to get a well
7468         defined and documented behavior.  This fixes some tricky cases
7469         in recognition of do-while constructs.
7471         (c-backward-to-start-of-do, c-backward-to-start-of-if):
7472         Removed; use c-beginning-of-statement-1 instead.
7474         (c-guess-continued-construct, c-guess-basic-syntax):
7475         Various fixes to not depend on the bugs previously in
7476         c-beginning-of-statement-1.  Cleanups in cases 18 and 17 to
7477         use the new behavior of c-beginning-of-statement-1 better.
7478         Fixed recognition of catch blocks inside macros.
7480         * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
7481         in skipping over a macro.
7483         * progmodes/cc-langs.el (c-label-kwds): New variable to
7484         contain the appropriate c-*-label-kwds value.
7486         * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
7487         evaluation bug that caused the widget for
7488         c-block-comment-prefix to bug out.
7490 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7492         * progmodes/cc-engine.el (c-guess-basic-syntax):
7493         Improved recognition of statements: They are now recognized in
7494         contexts where they normally can't occur, e.g. on the top level or
7495         in function call arguments.  This is mainly useful to recognize
7496         statements in macros at the top level, and in arguments to
7497         macros.  The cases has been moved around quite a bit, and case
7498         10 has been copied to case 18.  (The cases has not been
7499         renumbered because of this.)
7501         (c-guess-continued-construct): New function which has the
7502         rules which are common between cases 10 and 18.
7504         * progmodes/cc-engine.el (c-beginning-of-statement-1)
7505         (c-backward-to-start-of-do, c-backward-to-start-of-if):
7506         Fixes so that they really obey the passed limits.
7508         (c-safe-position): Return nil if the state doesn't contain a
7509         suitable position.
7511         (c-guess-basic-syntax): Fixes some too short limits in calls
7512         to c-beginning-of-statement-1.  Some fixes for top level
7513         analysis in ObjC mode.
7515         * progmodes/cc-engine.el (c-beginning-of-statement-1):
7516         Fixed bug in do-while statements where the body is not a block.
7518         * progmodes/cc-styles.el (c-set-style):
7519         Reset c-special-indent-hook to its global value if in override mode.
7520         Fixes problem where functions on that hook remained after
7521         style switch.
7523         * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
7524         Use c-benign-error to report the c-strict-syntax-p error.
7526 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7528         * progmodes/cc-align.el, progmodes/cc-defs.el,
7529         progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
7530         Several fixes to treat macros as code and not literals and to
7531         handle line continuations transparently.
7533         (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
7534         through whitespace and line continuations, but not comments
7535         and macros.
7537         (c-in-literal): No longer recognizes macros as literals by
7538         default. An extra flag argument is required to do that.
7540         (c-macro-start, c-query-macro-start)
7541         (c-query-and-set-macro-start): Added a cache for the macro
7542         start position.
7544         (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
7545         more speed when limits are given.  Workaround for bad behavior
7546         in forward-comment in some emacsen when it hits a buffer limit
7547         with a large repeat count.
7549         (c-lineup-macro-cont): Improved behavior when
7550         c-syntactic-indentation-in-macros is nil.
7552         (c-syntactic-indentation-in-macros, c-backslash-max-column)
7553         (c-auto-align-backslashes): New customization variables to
7554         control macro handling.
7556         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
7557         Fixes to handle line continuations.
7559         * progmodes/cc-defs.el, progmodes/cc-styles.el
7560         (c-get-style-variables, c-set-offset): Report style errors
7561         with message and ding instead of error signal.  This to avoid
7562         interrupted mode init if there's some style problem.
7564         (c-benign-error): New macro to report errors that doesn't need
7565         to interrupt the operation.
7567         * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
7569 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7571         * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
7572         Removed most of the c-state-cache fiddling, since the global
7573         state cache now handles this.
7575         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
7576         when there's an open paren at the very first char of the
7577         visible buffer region.
7579         * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
7580         Cache the state globally and invalidate it below every buffer
7581         change with the new after change function
7582         `c-check-state-cache'.  This gives a considerable performance
7583         boost when editing large functions or classes.
7585         * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
7587 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7589         * progmodes/cc-engine.el, progmodes/cc-langs.el,
7590         progmodes/cc-align.el: Improvements to syntactic analysis
7591         inside macros:
7593         (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
7594         by `c-guess-basic-syntax'.
7596         (c-parse-state): Fixed bug with braces inside macros when
7597         using cached state info.
7599         (c-forward-to-cpp-expression): New function to aid in
7600         syntactic analysis inside macros.
7602         (c-beginning-of-statement-1, c-backward-syntactic-ws):
7603         Fixes to work better inside macros.
7605         (c-forward-syntactic-ws): Whitespace between the # and the
7606         command should be allowed in preprocessor directives.
7608         (c-lineup-macro-cont): New lineup function to get context
7609         sensitive indentation inside macros.
7611         (c-offsets-alist): Made `c-lineup-macro-cont' the default for
7612         cpp-macro-cont.
7614 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7616         * progmodes/cc-engine.el (c-beginning-of-statement-1)
7617         (c-forward-syntactic-ws): Fixes to handle continued lines.
7619         (c-backward-to-start-of-if, c-guess-basic-syntax):
7620         Do syntactic analysis inside macros.
7622 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7624         * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
7625         possible by the more flexible state cache.
7627         * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
7628         (c-whack-state-after, c-hack-state)
7629         (c-narrow-out-enclosing-class, c-guess-basic-syntax):
7630         Improved the state cache system.  It now can use partial info from
7631         an old cached state to calculate a new one at a different
7632         position.  Removed some kludges to avoid the state cache.
7633         The new functions `c-whack-state-before' and `c-whack-state-after'
7634         replace the now obsolete `c-whack-state'.
7636         * progmodes/cc-engine.el (c-beginning-of-statement-1):
7637         Optimized backing through a macro.  This can speed things up
7638         quite a bit when there are long macros before point.
7640         (c-beginning-of-macro): Do not ignore the limit.
7642 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7644         * progmodes/cc-cmds.el (c-electric-continued-statement):
7645         Fixed a bug where the keyword wasn't reindented correctly if
7646         followed by another keyword or identifier.
7648         * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
7649         pairs that are in macros.  Fixes some cases where e.g. the
7650         second of two "do { } while (0)" macros after each other
7651         indented differently.
7653 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7655         * progmodes/cc-engine.el (c-beginning-of-macro)
7656         (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
7657         directive when it begins a line, to allow for script
7658         interpreter lines like "#!/usr/bin/pike" at the beginning of
7659         the file.
7661 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7663         * progmodes/cc-engine.el (c-looking-at-inexpr-block):
7664         Recognize brace blocks inside a parenthesis expression as
7665         inexpr-statement.  Useful when writing statements as macro arguments.
7667 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7669         * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
7670         (c-mask-comment): Broke out the comment masking code from
7671         `c-fill-paragraph' to a new function `c-mask-comment', to be
7672         able to do the same thing in `c-do-auto-fill'.  This should
7673         make auto-fill-mode behave better.
7675 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7677         * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
7678         Check `executing-macro' to avoid blinking parens when macros
7679         are executed.
7681         * progmodes/cc-mode.el, progmodes/cc-styles.el
7682         (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
7683         consistency with `c-setup-paragraph-variables' (which was
7684         placed there due to the dependency from `c-set-style').
7686         * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
7687         incomplete initialization from the style variable fallbacks if
7688         there already is a style called "user" defined when CC Mode
7689         starts up for the first time.
7691 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7693         * progmodes/cc-cmds.el, progmodes/cc-vars.el
7694         (c-comment-indent, c-indent-comment-alist): Added new variable
7695         `c-indent-comment-alist' to allow better control over
7696         `c-comment-indent'.
7698 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7700         * progmodes/cc-align.el (c-lineup-C-comments): Try to match
7701         both `comment-start-skip' and the comment prefix on the
7702         current line with the comment starter, so that we line up
7703         comments which matches `c-comment-prefix-regexp' on the first
7704         line (after the `/') without the need to make
7705         `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
7707         * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
7708         (c-set-style-1, c-setup-paragraph-variables): Moved the
7709         variable initialization based on `c-comment-prefix-regexp' to
7710         a new function `c-setup-paragraph-variables', which is now
7711         used both at mode init and when a style that sets
7712         `c-comment-prefix-regexp' is activated.
7714 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7716         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
7717         Better handling of C++ template args to avoid confusion with
7718         `<' and `>' used as operators in member init expressions.
7720 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7722         * progmodes/cc-engine.el (c-most-enclosing-brace)
7723         (c-least-enclosing-brace): Added optional second arg to limit
7724         the search to before a certain point.
7726         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
7727         which could cause incorrect analysis if a cached state is used
7728         (usually only happens when an electric key reindents a line).
7730 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7732         * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
7733         insulation.  This time for XEmacs 21.
7735         * progmodes/cc-engine.el, progmodes/cc-langs.el:
7736         Improved handling of inheritance lists:
7738         (c-beginning-of-inheritance-list): Rewritten to use a more
7739         syntactically correct method that doesn't get confused by
7740         badly placed linebreaks and comments.
7742         (c-guess-basic-syntax): Several fixes to the handling of
7743         inheritance lists in combination with templates.  'inher-intro
7744         is now anchored on the start of the class declaration and not
7745         the indentation of the current line.  Switched places on cases
7746         5D.3 and 5D.4 and made them use more syntactically correct methods.
7748         (c-inher-key): Removed since the code in
7749         `c-guess-basic-syntax' now uses token-based search.
7751         * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
7752         Added a submenu to access some toggles.
7754         (c-toggle-syntactic-indentation): New function to toggle the
7755         variable `c-syntactic-indentation'.
7757         * progmodes/cc-styles.el (c-set-style): Improved the error
7758         message for incorrect offsets a bit.
7760 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7762         * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
7763         sexp follows point immediately, instead find the closest
7764         following open paren that ends on another line.
7766 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7768         * progmodes/cc-align.el (c-lineup-cascaded-calls):
7769         New indentation function.
7771         * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
7772         directives with whitespace between the '#' and the name.
7774 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7776         * progmodes/cc-engine.el (c-forward-syntactic-ws)
7777         (c-backward-syntactic-ws): Handle line continuations as
7778         whitespace.  Don't move past a macro if that'd take us past
7779         the limit.
7781 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7783         * progmodes/cc-engine.el (c-beginning-of-macro)
7784         (c-forward-syntactic-ws): Multiline strings begin with `#"' in
7785         Pike, and that shouldn't be confused with a preprocessor directive.
7787 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7789         * progmodes/cc-cmds.el: Extended the kludge to interoperate
7790         with the delsel and pending-del packages wrt to the new
7791         function `c-electric-delete-forward'.
7793 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7795         * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
7796         the block itself, i.e. only indent the contents in it.
7798         * progmodes/cc-styles.el (c-set-style): Use the default
7799         argument to completing-read instead of initial-contents, if
7800         the function is recent enough to support it.
7802 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7804         * progmodes/cc-mode.el (c-mode-help-address):
7805         Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
7806         I've almost never seen a bug reported this way that should go
7807         to that list, but it's rather common that the reports concern
7808         the combination CC Mode and XEmacs instead.
7810 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7812         * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
7813         brace-elseif-brace and brace-catch-brace are active and
7814         there's a "else if"-block before the catch block.
7816         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
7817         Detect function headers that span lines.
7819 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7821         * progmodes/cc-cmds.el (c-electric-brace)
7822         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
7823         Check for last on line only for doing the auto-newline-mode
7824         stuff, not for the reindentation.
7826         * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
7827         handling of c-syntactic-indentation: When it's nil, indent the
7828         new lines but don't reindent the current one.  Reindent the
7829         line only when the inserted brace comes first on it, instead
7830         of last.
7832         * progmodes/cc-cmds.el (c-electric-brace)
7833         (c-electric-semi&comma): Fixed two places where
7834         c-syntactic-indentation wasn't heeded.
7836         * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
7837         inside a macro.
7839         * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
7840         little harder to find a fallback position when an orphan else
7841         is found.  Fixed case where an else following a do-while
7842         statement could be associated with an if inside the do-while.
7844 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7846         * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
7847         for the fallback to add a single space after the comment prefix.
7849         * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
7850         behavior in some special cases, especially for single-line comments.
7851         Avoid breaking up a comment starter or ender.
7853 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7855         * progmodes/cc-cmds.el (c-outline-level): Applied patch from
7856         the Emacs sources to make this work in invisible text.
7858         * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
7859         not be confused by a later ':' on the same line as the label.
7861 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7863         * progmodes/cc-cmds.el, progmodes/cc-mode.el
7864         (c-electric-delete, c-electric-delete-forward):
7865         Split `c-electric-delete' into two functions where
7866         `c-electric-delete-forward' always deletes forward and
7867         `c-electric-delete' only contains the code necessary for
7868         XEmacs to choose between backward and forward deletion.
7869         `c-electric-delete-forward' is now bound to C-d to get the
7870         electric behavior on that key too.
7872 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7874         * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
7875         use of c-comment-prefix-regexp, which caused an error when
7876         it's a list.
7878 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7880         * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
7881         (c-default-style): Removed the hardcoded switch to "java" style
7882         in Java mode.  It's instead taken care of by the default value
7883         for c-default-style.
7885 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
7887         * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
7888         was triggered by equal signs in string literals.
7890 2002-04-21  Kim F. Storm  <storm@cua.dk>
7892         * subr.el (insert-buffer-substring-no-properties): New function.
7893         (insert-buffer-substring-as-yank): New function.
7895 2002-04-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
7897         * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
7898         (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
7899         prefix from scroll commands.  Ignore end-of-buffer errors from
7900         other windows.
7901         (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
7902         commands.
7903         (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
7904         New functions.
7906         * files.el: (auto-mode-alist): .f95 files in f90-mode.
7908         * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
7909         a DO statement irrespective of numeric label.
7911 2002-04-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
7913         * files.el (auto-save-file-name-transforms): Doc fix.
7914         Add third element to "uniquify" filenames.
7915         (make-auto-save-file-name): Use new element of
7916         auto-save-file-name-transforms.
7917         * startup.el (command-line): Add third element to
7918         auto-save-file-name-transforms.
7920 2002-04-19  Stefan Monnier  <monnier@cs.yale.edu>
7922         * files.el (file-name-non-special): Don't mangle the 0'th arg and the
7923         return value of file-name-completion and file-name-all-completions.
7925 2002-04-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
7927         * progmodes/f90.el: Update maintainer.
7928         (f90-line-continued): Recognize blank/comment lines embedded in
7929         continuation lines.
7930         (f90-looking-at-program-block-start): No extra indentation after
7931         function or subroutine keyword appears in single quotes.
7933 2002-04-19  Miles Bader  <miles@gnu.org>
7935         * custom.el (customize-mark-to-save, customize-mark-as-set)
7936         (custom-quote): Moved here from `cus-edit.el'.
7937         * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
7938         (custom-quote): Moved to `custom.el'.
7940 2002-04-18  Richard M. Stallman  <rms@gnu.org>
7942         * facemenu.el (list-text-properties-at): Command deleted.
7944         * rect.el (insert-rectangle): Use insert-for-yank.
7946         * register.el (insert-register): Use insert-for-yank.
7947         (describe-register-1): Discard text props in yank-excluded-properties.
7949         * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
7950         Fix parts in construction of `menu-item' item at end.
7952         * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
7954         * subr.el (insert-for-yank): New function.
7956         * simple.el (yank-excluded-properties): New user option.
7957         (yank-pop, yank): Use insert-for-yank.
7959 2002-04-19  Kim F. Storm  <storm@cua.dk>
7961         * simple.el (pop-to-mark-command): Do not set this-command.
7962         (set-mark-command): Always jump to mark when called with arg.
7964 2002-04-18  Francesco Potorti`  <pot@gnu.org>
7966         * comint.el (comint-watch-for-password-prompt): Remove whitespace
7967         at the beginning of password prompts.
7969 2002-04-18  Andrew Innes  <andrewi@gnu.org>
7971         * facemenu.el: Remove require of wid-edit.
7973 2002-04-17  Colin Walters  <walters@verbum.org>
7975         * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
7976         one window.
7977         (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
7978         (ibuffer-current-state-list): Reinstate optional argument; now
7979         just call `point' inside the mapping function.
7981 2002-04-17  Francesco Potorti`  <pot@gnu.org>
7983         * dired-aux.el (dired-star-subst-regexp)
7984         (dired-quark-subst-regexp): New constants.
7985         (dired-do-shell-command, dired-shell-stuff-it): Use them.
7986         (dired-do-shell-command): Raise an error if both `*' and `?'
7987         substitution marks are used in the same command.
7988         (dired-shell-stuff-it): Substitute all instances of `*' and `?'
7989         in a command given via dired-do-shell-command.
7991         * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
7993 2002-04-16  Jason Rumney  <jasonr@gnu.org>
7995         * international/mule-cmds.el (locale-preferred-coding-systems):
7996         Add "jpn".
7998 2002-04-16  Eli Zaretskii  <eliz@is.elta.co.il>
8000         * term.el (term-emulate-terminal): Fix last change.
8002 2002-04-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8004         * bindings.el (mode-line-mode-menu): Update names to reflect
8005         latest changes.
8007 2002-04-16  Mike Williams  <mdub@bigfoot.com>
8009         * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
8010         compilation error.
8012 2002-04-16  Michael Kifer  <kifer@cs.stonybrook.edu>
8014         * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
8015         (viper-ex-print-buf-name): New variable.
8016         (viper-ex-print-buf): New variable.
8017         (ex-token-alist): Invoke ex-print on ":print" Ex commands.
8018         (ex-g-marks): New variable.
8019         (ex-print): New function.
8020         (ex-print-display-lines): New function.
8022         * viper.el (viper-set-hooks): Add window-setup-hook, which sets
8023         the cursor color.
8025         * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
8026         when the window is not in its own frame.
8027         (ediff-clone-buffer-for-region-comparison): More robust window
8028         arrangement while prompting for regions to compare.
8029         (ediff-make-cloned-buffer): Use generate-new-buffer-name.
8030         (ediff-inferior-compare-regions): Deleted unused vars
8031         ctl-buf and quit-now.
8033 2002-04-15  Richard M. Stallman  <rms@gnu.org>
8035         * facemenu.el (facemenu-add-new-face): Use this only for faces.
8036         Delete arg MENU.
8037         (facemenu-add-new-color): New function.
8038         (facemenu-set-foreground, facemenu-set-background):
8039         Use facemenu-add-new-color.
8041 2002-04-15  Eli Zaretskii  <eliz@is.elta.co.il>
8043         * ediff-init.el (ediff-current-diff-face-A)
8044         (ediff-current-diff-face-B, ediff-current-diff-face-C)
8045         (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
8046         (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
8047         (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
8048         (ediff-even-diff-face-B, ediff-even-diff-face-C)
8049         (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
8050         (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
8051         (ediff-odd-diff-face-Ancestor): Add special color definitions for
8052         tty and MS-DOS displays.
8054 2002-04-15  Andrew Innes  <andrewi@gnu.org>
8056         * facemenu.el: Require wid-edit.
8058 2002-04-15  Miles Bader  <miles@gnu.org>
8060         * faces.el (highlight): Force foreground to be black on a tty, so
8061         this face is readable on a dark-background tty.
8062         * wid-edit.el (widget-field-face, widget-single-line-field-face):
8063         Likewise.
8065 2002-04-14  Kim F. Storm  <storm@cua.dk>
8067         * simple.el (pop-to-mark-command, push-mark-command): New commands.
8068         (set-mark-command): Use them.
8069         Enhanced functionality when command is repeated:
8070         - If first command set the mark (no prefix arg), repeat temporarily
8071         enables transient-mark-mode.
8072         - If first command jumped to mark off ring (with argument),
8073         repeat (with or without arg) jump to next mark off ring.
8074         - Use C-u C-u prefix to set mark after jump.
8075         (exchange-point-and-mark): Temporarily enable transient-mark-mode
8076         if prefix arg.
8078 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8080         * speedbar.el (speedbar-tag-hierarchy-method)
8081         (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
8083 2002-04-14  Mike Williams  <mdub@bigfoot.com>
8085         * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
8086         beginning of buffer.
8088 2002-04-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8090         * speedbar.el (speedbar-generic-item-info)
8091         (speedbar-sort-tags): Doc fix.
8092         (speedbar-add-supported-extension): Fix typo in interactive spec.
8094 2002-04-13  Colin Walters  <walters@verbum.org>
8096         * ibuffer.el (ibuffer-forward-line): Just skip header if we're
8097         only moving one line forward.
8098         (ibuffer-map-lines): Preserve point position even if we delete
8099         lines.  Only call mapping functions with buffer and mark
8100         arguments; the other two were unused.
8101         (ibuffer-redisplay, ibuffer-update): Always skip special areas.
8103         * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
8105         * calc/calc-bin.el (math-format-radix-float): Use `when'.
8107         * calc/calc.el (math-format-number): Load `calc-ext' before we
8108         call `math-group-float'.
8110         * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
8111         Renamed from `gamegrid-add-score'.
8112         (gamegrid-add-score-insecure): Restored from the old
8113         `gamegrid-add-score'.
8114         (gamegrid-add-score): Just dispatch on `system-type' to one of the
8115         previous two functions.
8117 2002-04-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8119         * iswitchb.el: Update commentary to include new function
8120         iswitchb-exclude-nonmatching.
8122 2002-04-12  John Wiegley  <johnw@gnu.org>
8124         * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
8125         operating systems to the regexp used to detect a script's interpreter.
8127 2002-04-12  Eli Zaretskii  <eliz@is.elta.co.il>
8129         * frame.el (frames-on-display-list): Use `equal' to compare the
8130         `display' frame parameter to the argument DISPLAY.
8132 2002-04-12  Dave Love  <fx@gnu.org>
8134         * help.el (string-key-binding): Deal with margin events.
8136 2002-04-12  Francesco Potorti`  <pot@gnu.org>
8138         * comint.el (comint-password-prompt-regexp): Match " SMB password".
8140 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
8142         * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
8144         * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
8146         * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
8147         (buffer-syntactic-context-depth): New funs.
8149         * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
8150         on variables.
8152         * emacs-lisp/debug.el (debug-on-entry): Use push.
8153         (debugger-make-xrefs): Don't assume point-min == 1.
8155         * progmodes/cc-engine.el (c-backward-to-start-of-if):
8156         Don't assume point-min == 1.
8158         * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
8159         (etags-list-tags, etags-tags-apropos, select-tags-table):
8160         Don't assume point-min == 1.
8162 2002-04-12  Mike Williams  <mdub@bigfoot.com>
8164         * textmodes/sgml-mode.el (sgml-guess-indent): New function.
8166 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
8168         * textmodes/fill.el (fill-context-prefix): Fix up last change.
8170         * simple.el (line-move): Use memq rather than or.
8171         (transpose-sexps): Don't presume as much of forward-sexp's behavior.
8172         (do-auto-fill): Use fill-move-to-break-point.
8173         (syntax-code-table): Remove.
8175         * textmodes/fill.el (canonically-space-region): Obey sentence-end.
8176         Don't add spaces at end of sentences at end of line.
8177         (fill-move-to-break-point): Make sure the result is always greater
8178         than linebeg, so we ensure forward progress.
8179         (fill-region-as-paragraph): Compare to `to' rather than eobp.
8180         (fill-paragraph): Don't rebind fill-paragraph-function.
8182 2002-04-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8184         * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
8186 2002-04-11  Andreas Schwab  <schwab@suse.de>
8188         * files.el (file-name-non-special): Handle return value of t from
8189         `file-name-completion'.
8191 2002-04-10  Stefan Monnier  <monnier@cs.yale.edu>
8193         * textmodes/fill.el (fill-context-prefix): Match the two prefixes
8194         differently to avoid pathological exponential-time case.
8195         (adaptive-fill-regexp): Add ! and %.
8196         (fill-delete-prefix): Remove indentation while removing prefix.
8197         (fill-delete-newlines): Obey sentence-end.
8198         (fill-move-to-break-point, fill-newline): New functions extracted
8199         from fill-region-as-paragraph.
8200         (fill-region-as-paragraph): Use them.
8201         Don't fiddle with fill-indent-according-to-mode.
8203 2002-04-10  Colin Walters  <walters@verbum.org>
8205         * play/snake.el (snake-score-file): Default to just "snake-scores".
8207         * play/tetris.el (tetris-score-file): Likewise.
8209         * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
8210         use `update-game-score'.
8212         * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
8213         (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
8214         ourselves; take it as an argument.  Caller updated.
8215         (ibuffer-mode): Make mode-class special.
8217 2002-04-10  Richard M. Stallman  <rms@gnu.org>
8219         * dired.el (dired-view-command-alist): New variable.
8220         (dired-view-file): Use external viewers for some files names.
8222         * mouse.el (mouse-drag-region-1): Display region highlight
8223         only in the selected window.
8225         * subr.el (remove-hook): When there are no more local hooks,
8226         kill the buffer-local value.
8228         * isearch.el (isearch-mode): Don't call make-frame-visible
8229         if frame is already visible.
8231         * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
8233 2002-04-09  Emmanuel Briot  <briot@act-europe.fr>
8235         * progmodes/ada-prj.el: Add support for the new project file
8236         fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
8237         Fix widget handling for Emacs 21.  ada-mode now only supports a single
8238         active project file, instead of one per buffer.  This is far less
8239         confusing.
8241         * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
8242         (ada-func-or-proc-name): Get real subprogram name, after change in
8243         ada-mode.el.
8245         * progmodes/ada-xref.el: Ada-mode no longer supports a different
8246         project file per buffer.  This was too complex.  Instead, there is
8247         now a single active project file at any given time, and the user
8248         can switch the active one through the Ada menu.  This revision
8249         also provides better handling of the Windows command line, and the
8250         various available shells on that platform.  ada-mode is now fully
8251         integrated with the GNU visual debugger gvd, see
8252         http://libre.act-europe.fr.
8253         (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
8254         This is only available with GNAT 3.14.
8255         (ada-prj-gnatfind-switches, ada-cd-command): New variable.
8256         (ada-quote-cmd): New function.
8257         (ada-initialize-runtime-library): Get the location of the actual
8258         runtime the compiler will be using, including support for
8259         cross-platform environments.
8260         (ada-treat-cmd-string): Add support for the new variable
8261         ${full_current} add support for debug-pre-cmd and debug-post-cmd,
8262         two commands to run just prior to running the debugger, and just
8263         after starting it.  This provide better support for cross-platform
8264         and remote debugging.
8265         (ada-get-absolute-dir): Remove, replace with expand-file-name.
8266         (ada-gdb-application): New parameter executable-name.
8267         (ada-get-ali-file-name): Better handling of separate packages.
8268         Checkin on behalf of the ada-mode maintainer.
8270         * progmodes/ada-mode.el (ada-case-exception-file)
8271         (ada-indent-handle-comment-special): New variables.
8272         (ada-case-exception-substring): New variable.  Casing exceptions
8273         can now also be defined for substrings, in addition to full
8274         identifier names.  This provides more flexibility.
8275         (ada-align-list): New fun, provide support for align.el in ada-mode.
8276         (ada-procedure-start-regexp): Add support for operators and
8277         generic formal subprograms and packages.
8278         (ada-imenu-comment-re): New variable.
8279         (ada-imenu-generic-expression): Add support for protected types.
8280         (ada-mode): Set comment-start only after running ada-mode-hook, so
8281         that the user can change ada-comment-start in the hook.
8282         Add support for ispell in comments.  Add support for align.el.
8283         (ada-save-exception-file, ada-create-case-exception-substring)
8284         (ada-adjust-case-substring): New functions.
8285         (ada-get-current-indent): Properly handles keywords with uppercases.
8286         (ada-goto-matching-end): Rewritten, fixes problems in the handling
8287         of nested blocks.
8288         (ada-untab-hard): Do not touch the contents of comments and strings.
8290 2002-04-09  Mike Williams  <mdub@bigfoot.com>
8292         * textmodes/sgml-mode.el (sgml-lexical-context):
8293         Use sgml-parse-tag-backward to find start point.
8294         (sgml-looking-back-at): Doc fix.
8296 2002-04-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8298         * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
8299         for prompt.
8301 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
8303         * autorevert.el (auto-revert-mode, global-auto-revert-mode):
8304         Use define-minor-mode.
8305         (auto-revert-buffers): Use with-current-buffer.
8306         Avoid changing the minor modes.
8308         * international/iso-acc.el (iso-accents-accent-key): Use `vector'
8309         rather than char-to-string since last-input-char can be any event.
8311         * international/titdic-cnv.el (tit-dictionary):
8312         Use defvar for non-constants.
8314         * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
8315         (global-cwarn-mode): Use easy-mmode-define-global-mode.
8316         (cwarn-font-lock-keywords): New function.
8317         Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
8318         (cwarn-font-lock-match): New macro.
8319         (cwarn-font-lock-match-assignment-in-expression)
8320         (cwarn-font-lock-match-dangerous-semicolon)
8321         (cwarn-font-lock-match-reference): Use it.
8323         * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
8324         Use defvar rather than defconst since it's meant to be settable.
8325         (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
8326         (cperl-fix-line-spacing): Add missing \ in [ t].
8328         * loadup.el: Call ucs-unify-8859 directly rather than
8329         unify-8859-on-encoding-mode.
8330         (fns-*.el): Don't use it anymore.  Keep the load-history in purespace.
8332         * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
8333         (sgml-mode): Use it for comment-line-break-function.
8335 2002-04-08  Jason Rumney  <jasonr@gnu.org>
8337         * international/mule-cmds.el (reset-language-environment):
8338         Handle coding-systems not being defined yet.
8340 2002-04-08  Sam Steingold  <sds@gnu.org>
8342         * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
8343         (vc-cvs-checkin): Use it.
8345 2002-04-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8347         * files.el (display-time-string): Fix last change.
8349 2002-04-07  Sam Steingold  <sds@gnu.org>
8351         * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
8353 2002-04-07  Jason Rumney  <jasonr@gnu.org>
8355         * international/mule-cmds.el (set-default-coding-systems)
8356         (reset-language-environment): Preserve eols on
8357         default-process-coding-system.
8358         (coding-system-change-text-conversion): Fix case where CODING is nil.
8360 2002-04-07  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8362         * subr.el (play-sound): Move here from simple.el.
8364         * simple.el (play-sound): Move to subr.el.
8366 2002-04-06  Richard M. Stallman  <rms@gnu.org>
8368         * files.el (display-time-string-forms): Mark as risky.
8370         * enriched.el (enriched-decode-foreground, enriched-decode-background):
8371         Use proper format for desired elts of `face' property.
8372         Don't test display-color-p; make the properties unconditionally.
8374         * progmodes/compile.el (compilation-error-regexp-alist):
8375         New alternatives for FILE:LINE.COL and for ranges of columns and lines.
8377 2002-04-06  Per Abrahamsen  <abraham@dina.kvl.dk>
8379         * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
8380         for customization type.
8381         Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
8383 2002-04-06  Mike Williams  <mdub@bigfoot.com>
8385         * textmodes/xml-lite.el: Remove.
8387 2002-04-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8389         * simple.el (play-sound): New function (uses play-sound-internal).
8391 2002-04-04  Richard M. Stallman  <rms@gnu.org>
8393         * files.el (mode-line-format, mode-line-modified)
8394         (mode-line-mule-info, mode-line-buffer-identification)
8395         (mode-line-modes, mode-line-position): Explicitly mark as risky.
8396         (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
8398         * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
8400         * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
8401         Use (syntax-table), not old-syntax-table.
8403         * enriched.el (enriched-decode-foreground)
8404         (enriched-decode-background): Don't call facemenu-get-face.
8406 2002-04-04  Mike Williams  <mdub@bigfoot.com>
8408         * textmodes/sgml-mode.el: Add missing require.
8409         (sgml-lexical-context): Fix up CDATA detection for boundary cases.
8411 2002-04-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8413         * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
8414         spot indicated by text property `cvs-goal-column', if present.
8416         * pcvs-info.el (cvs-fileinfo-pp): Use text property
8417         `cvs-goal-column' to indicate position of file name (if present).
8419 2002-04-03  Richard M. Stallman  <rms@gnu.org>
8421         * mail/mailabbrev.el (mail-abbrev-complete-alias):
8422         Call mail-abbrev-make-syntax-table.
8424         * format.el (format-deannotate-region): Doc fix.
8426         * enriched.el (enriched-face-ans): Delete special treatment
8427         for fg:... and bg:... faces.
8428         (enriched-decode-foreground): Return a list that specifies
8429         the foreground color, rather than creating a face.
8430         (enriched-decode-background): Likewise.
8432         * shell.el (shell-mode): Don't reinit comint-input-ring
8433         if that was already done.
8435 2002-04-03  Edward M. Reingold  <reingold@emr.cs.iit.edu>
8437         * solar.el (solar-spring-or-summer-season): Delete.
8438         (solar-northern-spring-or-summer-season): New variable.
8439         (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
8440         Rewrite.
8442         * solar.el (diary-sabbath-candles-minutes): New variable.
8443         (diary-sabbath-candles): Use it instead of fixed 18 minutes.
8445         * calendar.el (update-calendar-mode-line): Force mode-line update.
8446         Make date under the cursor available as `date' in
8447         calendar-mode-line-format.
8448         Eval items in calendar-mode-line-format list.
8450         * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
8451         (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
8453         * cal-tex.el (cal-tex-latexify-list): Fix doc string.
8455         * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
8456         (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
8457         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8458         (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
8460         * cal-tex.el: Change all instances (interactive "P") to
8461         (interactive "p").
8462         (cal-tex-cursor-month): Add hfill and newline at end of month that
8463         ended on Saturday.
8464         (cal-tex-preamble): Change to LaTeX2e.
8465         (cal-tex-cursor-filofax-year): Don't use default month names in
8466         LaTeX macros in case user changes them.
8467         (cal-tex-month-name): New function.  Used throughout in case user
8468         has done something funny with month names.
8470         * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
8471         (diary-rosh-hodesh): Spelling correction.
8473 2002-04-03  Mike Williams  <mdub@bigfoot.com>
8475         * textmodes/sgml-mode.el (sgml-lexical-context)
8476         (sgml-parse-tag-backward): Extend support for CDATA to include
8477         conditional sections.
8479 2002-04-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8481         * cus-start.el: Rename `autoselect-window' to
8482         `mouse-autoselect-window'.
8484 2002-04-02  Richard M. Stallman  <rms@gnu.org>
8486         * files.el (hack-one-local-variable):
8487         Clear text props from string value.
8489 2002-04-02  Stefan Monnier  <monnier@cs.yale.edu>
8491         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
8492         (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
8493         Use regexp-opt.
8494         (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
8495         from F95.
8496         (f90-procedures-re): Add `null' and `cpu_time' from F95.
8497         (f90-font-lock-keywords-1): Minor reorganization so we don't need
8498         `override' any more.
8499         (f90-font-lock-keywords-3): Use `keep' rather than `override'.
8500         (f90-indent-subprogram): Use indent-region.
8501         (f90-break-line): Use indent-according-to-mode.
8503 2002-04-02  Mike Williams  <mdub@bigfoot.com>
8505         * textmodes/sgml-mode.el (sgml-close-tag): Rename from
8506         sgml-insert-end-tag. Simplify by using sgml-lexical-context.
8507         (sgml-get-context): Remove use of sgml-inside-tag-p.
8508         (sgml-inside-tag-p): Remove.
8509         (sgml-looking-back-at): Short-circuit at beg of buffer.
8510         (sgml-lexical-context, sgml-calculate-indent): Add support for
8511         CDATA sections.
8513 2002-04-01  Stefan Monnier  <monnier@cs.yale.edu>
8515         * help.el (help-key-description): New fun.
8516         (describe-key-briefly, describe-key): Use it and
8517         this-single-command-raw-keys plus new arg `untranslated'.
8519         * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
8520         (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
8521         (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
8522         (sgml-insert-end-tag): New funs taken from xml-lite.el.
8523         (sgml-calculate-indent): Use them.
8524         (sgml-slash-matching): Rename from sgml-slash.
8525         (sgml-slash): Copied from xml-lite and changed to use
8526         sgml-slash-matching and sgml-quick-keys.
8528         * international/mule-cmds.el (standard-keyboard-coding-systems):
8529         Add koi8-u and koi8-r.
8531         * eshell/.cvsignore: New file.
8533         * eshell/esh-groups.el: Remove.
8535         * progmodes/tcl.el: Change maintainer.
8536         (tcl-electric-hash-style): Change default to nil.
8537         (tcl-imenu-generic-expression): Use tcl-proc-regexp.
8538         (tcl-do-auto-fill): Remove.
8539         (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
8541 2002-04-01  Mike Williams  <mdub@bigfoot.com>
8543         * textmodes/sgml-mode.el: Doc fixes.
8544         (sgml-mode): Set indent-line-function to sgml-indent-line.
8545         (sgml-calculate-indent): Add an explicit check for 'text syntax,
8546         to protect against future enhancements to sgml-lexical-context.
8547         (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
8549         * textmodes/xml-lite.el: Removed much redundant stuff.
8550         (xml-lite-parse-tag-backward): Simplify parsing by assuming we
8551         always start within text. Make use of sgml-unclosed-tag-p.
8553 2002-04-01  Ville Skytt\e,Ad\e(B  <ville.skytta@xemacs.org>
8555         * tcl.el (tcl-imenu-generic-expression): New value.
8556         (tcl-imenu-create-index-function): Function deleted.
8557         (tcl-mode): Check for filladapt-mode.
8558         Use tcl-imenu-generic-expression instead of
8559         tcl-imenu-create-index-function.
8560         (inferior-tcl-mode): Doc fix.
8561         Change not legally significant.
8563 2002-04-01  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8565         * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
8567         * window.el (handle-select-window): New function.
8568         Update copyright.
8570 2002-04-01  Richard M. Stallman  <rms@gnu.org>
8572         * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
8574         * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
8575         tool-bar-add-item, and new arg MAP.
8576         (tool-bar-add-item): Now calls tool-bar-local-item.
8577         (tool-bar-local-item-from-menu): Renamed from
8578         tool-bar-add-item-from-menu, and new arg IN-MAP.
8579         (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
8581         * help-fns.el (help-with-tutorial): Allow various ways
8582         to specify the text in the [...] line, in handling the <...> line.
8584         * progmodes/idlw-rinfo.el (idlwave-system-routines):
8585         WOLRDTITLE => WORLDTITLE.  SUPRESS_VALUE => SUPPRESS_VALUE.
8587         * subr.el (redraw-modeline): Define alias.
8589 2002-03-31  Richard M. Stallman  <rms@gnu.org>
8591         * files.el (file-expand-wildcards): Use save-match-data.
8593         * files.el (format-alist): Mark as risky.
8595         * simple.el (kill-new): Doc fix.
8597         * emacs-lisp/byte-opt.el (side-effect-free-fns)
8598         (side-effect-and-error-free-fns): Add many functions, remove some.
8600 2002-03-30  Richard M. Stallman  <rms@gnu.org>
8602         * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
8604 2002-03-30  Eli Zaretskii  <eliz@gnu.org>
8606         * font-lock.el (save-buffer-state): Fix last change.
8608         * files.el (auto-save-file-name-transforms): Fix last change.
8610         * startup.el (command-line): Fix last change.
8612 2002-03-29  Richard M. Stallman  <rms@gnu.org>
8614         * subr.el (play-sound-file): Moved to simple.el.
8616         * simple.el (play-sound-file): Moved from subr.el, made unconditional.
8618 2002-03-29  Colin Walters  <walters@verbum.org>
8620         * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
8621         instead of `forward-line'.
8622         (ibuffer-forward-line): Be sure to skip over special properties
8623         before moving, too.
8625         * calc/calc.el (calc-was-split): Var deleted.
8626         (calc): Remove reference to it.
8627         (calc): Ditto.
8628         (calc-quit): Ditto.
8629         (calc-init-base): Ditto.
8631         * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
8633 2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
8635         * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
8636         instead of nil when point is outside of any tag.
8637         (sgml-beginning-of-tag): Adjust to the change.
8638         (sgml-calculate-indent): Use the new info returned by
8639         sgml-lexical-context.  Try to handle unclosed tags.
8641         * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
8642         at unclosed tags unless it is at indentation.
8643         Kill nested unclosed tags.
8644         (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
8645         (xml-lite-mode): Use sgml-indent-line instead.
8647 2002-03-29  Eli Zaretskii  <eliz@is.elta.co.il>
8649         * files.el (auto-save-file-name-transforms): Don't run "\\2" via
8650         expand-file-name.
8652         * startup.el (command-line): Recompute auto-save-file-name-transforms
8653         using the updated value of temporary-file-directory.
8655 2002-03-29  Stefan Monnier  <monnier@cs.yale.edu>
8657         * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
8658         even with an empty context.  Don't save excursion any more.
8659         Don't complain about unmatched start-tags in sgml-unclosed-tags.
8660         Ignore end-tags in sgml-empty-tags.
8661         (xml-lite-get-context, xml-lite-calculate-indent)
8662         (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
8663         (xml-lite-indent-line): Use back-to-indentation.
8665         * textmodes/sgml-mode.el (sgml-basic-offset): New var.
8666         (sgml-name-re, sgml-attrs-re): New consts.
8667         (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
8668         (sgml-mode): Use them.
8669         (sgml-lexical-context): Default to (point-min) if nothing else works.
8670         (sgml-calculate-indent): Indent slightly differently.
8671         (sgml-indent-line): Use back-to-indentation.
8672         (sgml-parse-dtd): New function.
8673         (sgml-unclosed-tags): New var.
8674         (html-mode): Set it.
8676 2002-03-29  Simon Marshall  <simon.marshall@misys.com>
8678         * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
8680 2002-03-29  Richard M. Stallman  <rms@gnu.org>
8682         * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
8683         Use FILTER arg in dired-get-marked-files to exclude directories.
8684         (dired-nondirectory-p): New function.
8686         * dired.el (dired-get-marked-files): New arg FILTER
8687         allows selection of some files.
8689         * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
8691 2002-03-29  Eric M. Ludlam  <eric@siege-engine.com>
8693         * speedbar.el (speedbar-default-directory-list): Made robust
8694         against deleted directories.
8696 2002-03-28  Richard M. Stallman  <rms@gnu.org>
8698         * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
8699         Bindings changed.
8701         * progmodes/compile.el (compilation-handle-exit):
8702         If compilation-window-height is 0, display status in echo area.
8704         * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
8706         * rect.el (replace-rectangle): Add autoload.
8708         * files.el: Mark many more variables as risky.
8709         (hack-one-local-variable): Recognize several additional
8710         patterns as risky.
8712         * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
8714 2002-03-28  Stefan Monnier  <monnier@cs.yale.edu>
8716         * textmodes/xml-lite.el (xml-lite-in-string-p):
8717         Use sgml-lexical-context.
8718         (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
8719         (xml-lite-get-context): Check that open/close tags match.
8720         Don't stop scanning while we're ignoring matching tags.
8722         * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
8723         (sgml-mode-syntax-table): Use it.
8724         (sgml-tag-syntax-table, sgml-tag-name-re): New const.
8725         (sgml-tags-invisible): Use it.
8726         (sgml-lexical-context): New fun.
8727         (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
8728         (sgml-quote): Accept \n as entity reference terminator.
8729         (sgml-calculate-indent, sgml-indent-line): New funs.
8731 2002-03-28  Andre Spiegel  <spiegel@gnu.org>
8733         * vc-cvs.el (vc-cvs-global-switches): New user option.
8734         (vc-cvs-command): New function.  Update all callers of
8735         `vc-do-command' in vc-cvs.el to use this instead.
8737 2002-03-27  Andrew Innes  <andrewi@gnu.org>
8739         * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
8740         relying on shell globbing.
8742 2002-03-27  Colin Walters  <walters@debian.org>
8744         * ibuffer.el (ibuffer-help-buffer-modes): New variable.
8745         (ibuffer-fontification-alist): Use it.
8746         (ibuffer-backward-line): Handle `ibuffer-summary' area.
8747         (ibuffer-forward-line): Ditto.
8749         * ibuf-ext.el (sorter mode-name): Doc fix.
8750         (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
8751         (operation query-replace): Use new `noerror' arg for
8752         `query-replace-read-args'.
8753         (operation query-replace-regexp): Ditto.
8755 2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
8757         * textmodes/xml-lite.el: Fix copyright notice.
8758         (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
8759         (xml-lite-indent-comment-offset): Remove.
8760         (xml-lite-calculate-indent): Use new name.  Use natural alignment
8761         for comments.
8762         (xml-lite-in-string-p): Simplify.
8764 2002-03-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8766         * allout.el (outline-layout): Doc fix.
8768 2002-03-27  Stefan Monnier  <monnier@cs.yale.edu>
8770         * textmodes/xml-lite.el: Don't require `custom'.
8771         (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
8772         (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
8773         (xml-lite-get-context): Drop nested tags not just for comments.
8774         (xml-lite-indent-line): Be more careful about moving point.
8775         (xml-lite-insert-end-tag, xml-lite-slash):
8776         Use indent-according-to-mode instead of xml-lite-indent-line.
8777         (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
8778         Set sgml-xml-mode.  Don't call force-mode-line-update.
8779         (xml-lite-mode-map): Don't bind TAB.
8781 2002-03-27  Zoltan Kemenczy  <zoltan@ieee.org>
8783         * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
8784         parameter value.
8785         (gud-jdb-build-source-files-list): Comment clarification.
8786         (gud-jdb-massage-args): Reworked into loop-based argument list
8787         processing in order to support -classpath and -sourcepath argument
8788         processing.
8789         (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
8790         to gud-jdb-classpath to obtain search list.
8791         (gud-jdb-parse-classpath-string): Remove any trailing slashes from
8792         directory names in classpath/sourcepath lists, update comment.
8793         (jdb): Add setting of gud-jdb-sourcepath, update comment.
8794         (gud-find-class): Add gud-jdb-sourcepath use, and correct
8795         behaviour for the case when classpath is not used--backward
8796         compatibility fix.
8798 2002-03-27  Eli Zaretskii  <eliz@is.elta.co.il>
8800         * Makefile.in (compile, compile-always): Don't try to compile
8801         non-existent files or files in empty directories.
8803 2002-03-26  Michael Ernst  <mernst@alum.mit.edu>
8805         * compare-w.el (compare-windows-whitespace): Match all whitespace.
8807         * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
8808         copy of standard Lisp directories.
8810         * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
8811         Support "next has longname" link type.
8813 2002-03-26  Stefan Monnier  <monnier@cs.yale.edu>
8815         * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
8816         (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
8817         New functions.
8818         (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
8819         (end-of-xml-tag): Remove.
8820         (xml-lite-get-context): Better handling of comments.
8821         (xml-lite-calculate-indent): Use xml-lite-in-string-p.
8822         (xml-lite-parse-tag-backward): Rewrite.
8824 2002-03-26  Juanma Barranquero  <lektu@terra.es>
8826         * makefile.w32-in (WINS): Add the toolbar directory.
8828 2002-03-26  Richard M. Stallman  <rms@gnu.org>
8830         * subr.el (substring-no-properties): Function deleted (now in C).
8832 2002-03-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8834         * mwheel.el (mouse-wheel-mode): Use global-set-key and
8835         global-unset-key.
8837 2002-03-24  Richard M. Stallman  <rms@gnu.org>
8839         * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
8841         * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
8842         to query-replace-read-args.
8844         * progmodes/compile.el (compilation-forget-errors):
8845         Don't adjust compilation-parsing-end if it's nil.
8847         * replace.el (query-replace-read-args): New optional arg NOERROR.
8848         (perform-replace): Use save-window-excursion around recursive edit.
8850 2002-03-24  Colin Walters  <walters@verbum.org>
8852         * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
8853         non-nil, then always use another window.
8855 2002-03-24  Gerd Moellmann  <gerd@gnu.org>
8857         * subr.el (macro-declaration-function): New function.  Set the
8858         variable macro-declaration-function to it.
8860         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
8861         Handle declarations in macro definitions.
8863 2002-03-24  Eli Zaretskii  <eliz@is.elta.co.il>
8865         * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
8867         * enriched.el (enriched-face-ans): Support FACE of the form
8868         (:foreground COLOR) and (:background COLOR).
8869         (enriched-decode-foreground, enriched-decode-background): Set the
8870         fore- and background colors of the faces we create, since facemenu
8871         doesn't.
8873 2002-03-24  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8875         * mwheel.el (mouse-wheel-mode): Use the result of
8876         current-global-map instead of the variable `global-map'.
8878 2002-03-23  Richard M. Stallman  <rms@gnu.org>
8880         * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
8881         broken out of sendmail-pre-abbrev-expand-hook.
8882         (sendmail-pre-abbrev-expand-hook): Use it.
8884 2002-03-22  Stefan Monnier  <monnier@cs.yale.edu>
8886         * Makefile.in (finder-inf.el): Remove.
8887         (finder-data): Don't depend on finder-inf.el any more.
8888         (compile, compile-always): Handle the case where some files
8889         from DONTCOMPILE are missing (it tried to compile them).
8890         (bootstrap-clean): Use src/emacs only if executable.
8891         (bootstrap): Update subdirs.el and finder-inf.el.
8893         * finder.el: Don't load finder-inf.el during byte-compilation.
8895         * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
8896         Don't consider cvs-removed files as under VC control.
8897         VC wouldn't handle them properly anyway and it confuses
8898         vc-file-not-found-hook.
8900         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
8901         Add autoload cookie.
8903 2002-03-22  Eli Zaretskii  <eliz@is.elta.co.il>
8905         * calendar/calendar.el (calendar): Doc fix.
8907 2002-03-22  Juanma Barranquero  <lektu@terra.es>
8909         * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
8910         (gomoku-font-lock-X-face): Likewise.
8911         (gomoku-font-lock-keywords): Use faces instead of variables.
8913 2002-03-21  Stefan Monnier  <monnier@cs.yale.edu>
8915         * Makefile.in (bootstrap): Make sure subdirs.el is ready.
8917 2002-03-21  Kim F. Storm  <storm@cua.dk>
8919         * simple.el (open-network-stream, open-network-stream-nowait)
8920         (open-network-stream-server): Use featurep to test for
8921         supported networking features.
8923 2002-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
8925         * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
8926         directions as the last action.
8928 2002-03-21  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8930         * startup.el (fancy-splash-tail, normal-splash-screen):
8931         Update copyright.
8933         * novice.el (disabled-command-hook): Clarify output text to match
8934         prompt.
8936 2002-03-20  Jason Rumney  <jasonr@gnu.org>
8938         * frame.el (display-images-p): Do not explicitly check display type.
8940 2002-03-20  pmr-sav  <pmr-sav@hamm.pajato.com>
8942         * mail-utils.el:
8943         Eliminate compilation warnings due to `rfc822-addresses'.
8944         (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
8945         warning free compile.
8947 2002-03-20  Michael Kifer  <kifer@cs.stonybrook.edu>
8949         * ediff-diff.el (ediff-install-fine-diff-if-necessary):
8950         Take the current highlighting style into account.
8951         (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
8952         (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
8954         * ediff-init.el (ediff-patch-job): New macro.
8956         * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
8957         (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
8959         * ediff-ptch.el (ediff-map-patch-buffer):
8960         Use ediff-make-new-meta-list-header.
8961         (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
8963         * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
8964         (ediff-select-difference): Take highlighting style into account.
8965         (ediff-clone-buffer-for-region-comparison): New function.
8966         (ediff-inferior-compare-regions): Added comparison of current diff
8967         regions.
8969         * ediff.el (ediff-clone-buffer-for-region-comparison)
8970         (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
8972 2002-03-19  pmr-sav  <pmr-sav@hamm.pajato.com>
8974         * mail-utils.el (rmail-dont-reply-to):
8975         Overhaul to correctly apply the regular
8976         expressions in the variable `rmail-dont-reply-to-names' to the list of
8977         destination addresses.  Contributed by lorentey@elte.hu.
8979         * rmail.el (rmail-dont-reply-to-names):
8980         Modify the documentation to make it email
8981         address centric rather than login name centric.  Contributed by
8982         lorentey@elte.hu.
8984 2002-03-18  Colin Walters  <walters@verbum.org>
8986         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
8987         we don't require `cl' at runtime.
8988         (sorting mode mode-name): Don't take the symbol-name of a string.
8990         * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
8991         line after setting the mark.
8992         (ibuffer-insert-buffers-and-marks): Invert the test for
8993         `ibuffer-sorting-reversep'.
8995 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
8997         * international/ucs-tables.el (unify-8859-on-decoding-mode)
8998         (unify-8859-on-encoding-mode): Remove autoload cookie.
9000 2002-03-18  Andre Spiegel  <spiegel@gnu.org>
9002         * vc-rcs.el (vc-rcs-register): Fix handling of
9003         vc-[rcs-]register-switches.
9004         (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
9005         Variables removed, since they weren't used yet.
9007         * vc-cvs.el (vc-cvs-register): Fix handling of
9008         vc-[cvs-]register-switches.
9010         * vc-sccs.el (vc-sccs-register): Fix handling of
9011         vc-[sccs-]register-switches.
9013 2002-03-18  Stefan Monnier  <monnier@cs.yale.edu>
9015         * loadup.el ("emacs-lisp/backquote"): Load earlier.
9016         ("international/ucs-tables"): Load and turn on
9017         unify-8859-on-encoding-mode unconditionally.
9018         (emacs-version): Use `defconst' rather than `setq'.
9020         * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
9022 2002-03-18  Richard M. Stallman  <rms@gnu.org>
9024         * menu-bar.el (menu-bar-options-menu): Cope if
9025         text-mode-hook is not a list.
9027 2002-03-17  Richard M. Stallman  <rms@gnu.org>
9029         * emulation/pc-select.el (pc-selection-mode):
9030         Alter the existing global map, don't replace it.
9032         * files.el (list-directory): Set default-directory at the end.
9034         * dabbrev.el (dabbrev--goto-start-of-abbrev):
9035         Put a limit on field-beginning search.
9037 2002-03-17  Simon Josefsson  <jas@extundo.com>
9039         * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
9040         (browse-url-mosaic): Use it.
9042         * net/browse-url.el (browse-url-filename-alist): Don't begin
9043         docstring with *, you don't want to set this one with M-x set-variable.
9045         * net/browse-url.el: Put * in user option doc strings.
9047 2002-03-17  Stefan Monnier  <monnier@cs.yale.edu>
9049         * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
9050         (sgml-xml-guess): Simplify.
9051         (sgml-mode-common): Remove (move into sgml-mode).
9052         (sgml-mode): Add code from sgml-mode-common.
9053         Remove redundant setting of indent-line-function.
9054         Don't set skeleton-transformation when in XML mode.
9056         * international/mule-diag.el (describe-char-after):
9057         Use `internal-describe-syntax-value' again (got lost somewhere).
9059         * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
9060         Use unify-8859-on-decoding-mode.
9061         (unify-8859-on-decoding-mode): Also set translation-table-for-input.
9062         (ucs-insert): Give an error if the unicode char can't be created.
9064         * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
9065         (cvs-parse-status): Handle the "used to have a conflict" marker.
9067 2002-03-17  Kim F. Storm  <storm@cua.dk>
9069         The following changes are related to the enhanced network process
9070         support.
9072         * simple.el: Update copyright.
9073         (clone-process): Use make-network-process to clone network
9074         processes.  Get command list via (process-contact ... t).
9075         Use set-process-query-on-exit-flag and process-query-on-exit-flag
9076         instead of process-kill-without-query.
9077         (open-network-stream): Replaces C-version from process.c.
9078         (open-network-stream-nowait, open-network-stream-server): New funs.
9079         (process-kill-without-query): Replaces C-version from process.c.
9081         * files.el: Update copyright.
9082         (save-buffers-kill-emacs): Also check for active server
9083         processes.  Use process-query-on-exit-flag.  Only list processes
9084         which has the query-on-exit flag set in connection with user query.
9086         * shadowfile.el: Update copyright.
9087         (shadow-save-buffers-kill-emacs): Also check for active server
9088         processes.  Use process-query-on-exit-flag.
9090 2002-03-16  Simon Marshall  <simon.marshall@misys.com>
9092         * imenu.el (imenu-menubar-modified-tick): Renamed from
9093         imenu-update-menubar-modified-tick.
9094         (imenu-update-menubar): Update imenu-menubar-modified-tick
9095         whenever outer condition succeeds.
9097         * lazy-lock.el (save-buffer-state):
9098         Bind inhibit-modification-hooks and buffer-file-truename
9099         instead of before-change-functions and after-change-functions.
9101 2002-03-16  Eli Zaretskii  <eliz@is.elta.co.il>
9103         * international/codepage.el (codepage-setup): Don't define a
9104         codepage if it is already defined.
9106         * textmodes/po.el (po-content-type-charset-alist): Convert the
9107         car of each association to a string.
9108         (po-find-file-coding-system-guts): If the charset matches a name
9109         of a codepage, set up that codepage and return it as a coding
9110         system to decode the file.
9111         (po-find-charset): Search for the Charset= header even if we've
9112         read less than 4KB.
9113         <top-level>: Remove the setup for all known codepages: it seems
9114         to cause crashes in the CCL driver.
9116 2002-03-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9118         * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
9119         (bibtex-entry-field-alist): Doc fix.
9121 2002-03-16  Richard M. Stallman  <rms@gnu.org>
9123         * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
9124         Move definition above cperl-outline-regexp.
9126         * bindings.el (mode-line-mule-info): In computing help-echo prop,
9127         avoid using save-window-excursion.  And compile the function.
9129 2002-03-15  Stefan Monnier  <monnier@cs.yale.edu>
9131         * files.el (load-completion): New function.
9132         (load-library): Use it.
9134 2002-03-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9136         * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
9137         to match the actual code.
9139 2002-03-15  Eli Zaretskii  <eliz@is.elta.co.il>
9141         * textmodes/po.el (po-find-file-coding-system-guts):
9142         Use with-temp-buffer instead of po-with-temp-buffer.
9144         * international/mule-conf.el (file-coding-system-alist): Add an
9145         association for PO files.
9147         * textmodes/po.el: New file.
9149 2002-03-15  Gerd Moellmann  <gerd@gnu.org>
9151         * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
9152         Fix simple loop indentation.
9154 2002-03-14  Miles Bader  <miles@gnu.org>
9156         * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
9158 2002-03-14  Richard M. Stallman  <rms@gnu.org>
9160         * textmodes/picture.el (picture-insert)
9161         (picture-clear-column, picture-draw-rectangle):
9162         Use move-to-column, not move-to-column-force.
9164         * dired.el (dired-readin): Clear out undo list.
9165         (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
9166         (dired-delete-entry): New function.
9167         (dired-internal-do-deletions): Use dired-fun-in-all-buffers
9168         and dired-delete-entry, to update this buffer (and others).
9170         * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
9172         * facemenu.el (facemenu-add-new-face):
9173         Pass region args to facemenu-set-face, when there is a region.
9174         (facemenu-set-foreground, facemenu-set-background)
9175         (facemenu-add-face): Doc fixes.
9177         * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
9179 2002-03-14  Miles Bader  <miles@gnu.org>
9181         * emacs-lisp/debug.el: Require `button'.
9182         (debugger-mode-map): Set the parent keymap to `button-buffer-map',
9183         to get TAB and <backtab> bindings.
9185         * net/rlogin.el (rlogin-carriage-filter): Function removed.
9186         (rlogin): Don't install the `rlogin-carriage-filter' filter, as
9187         comint removes carriage returns itself now.
9189         * rfn-eshadow.el (rfn-eshadow-update-overlay):
9190         Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
9191         getting hosed by our own intangible property.
9193 2002-03-13  Stefan Monnier  <monnier@cs.yale.edu>
9195         * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
9196         Add fortran-comment-line-start-skip to comment-start-skip.
9197         (fortran-comment-indent): Keep whole-line comments in column 0.
9198         (fortran-find-comment-start-skip): New arg `all'.
9199         If ALL is nil, make sure we only match comment-start-skip if we
9200         can't match fortran-comment-line-start-skip.
9201         Fix bug that made it return t but without moving point when
9202         matching '!'! (a false-comment followed by a real comment).
9203         (fortran-indent-comment): Use new `all' argument above.
9204         Be careful not to add an incorrect comment-starter like "C"
9205         in comment-column.
9206         (fortran-split-line): When splitting a comment, reuse the comment
9207         starter from the current line rather than fortran-comment-line-start.
9208         (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
9209         cleaner behavior of fortran-find-comment-start-skip.
9210         (fortran-fill): Don't be confused by ! inside a comment.
9211         (fortran-break-line): Minor cleanup and simplification.
9213 2002-03-13  Francesco Potorti`  <pot@gnu.org>
9215         * progmodes/etags.el (tag-exact-file-name-match-p)
9216         (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
9217         simpler regexp.
9219 2002-03-12  Colin Walters  <walters@debian.org>
9221         * ibuffer.el (ibuffer-redisplay-current): Don't move point when
9222         redisplaying a line.
9224 2002-03-12  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
9226         * term/x-win.el (emacs-session-restore): Take previous id as
9227         an argument.
9228         (emacs-session-save): Add comment that return t means cancel shutdown
9230         * startup.el (command-line): Must check that x-session-previous-id
9231         is bound also, for non-X platforms.
9233 2002-03-12  Gerd Moellmann  <gerd@gnu.org>
9235         * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
9236         (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
9237         New user options.
9238         (extended-loop-p, common-lisp-loop-part-indentation): New functions.
9239         (common-lisp-indent-function-1): Renamed from
9240         common-lisp-indent-function.
9241         (common-lisp-indent-function): Handle loop forms specially.
9242         (lisp-indent-defmethod): Use car/cdr instead of first/rest.
9243         (lisp-backquote-indentation): New user option.
9245 2002-03-12  Francesco Potorti`  <pot@gnu.org>
9247         * progmodes/etags.el (tag-exact-file-name-match-p)
9248         (tag-file-name-match-p, tag-partial-file-name-match-p):
9249         Assume that the header of a tags section has either a number
9250         or nothing after the last comma.
9252 2002-03-11  Richard M. Stallman  <rms@gnu.org>
9254         * imenu.el (imenu-update-menubar-modified-tick): New variable.
9255         (imenu-update-menubar): Don't call imenu--make-index-alist
9256         if buffer has not changed since last time.
9258         * desktop.el (desktop-buffer-handlers): Doc fix.
9259         (desktop-buffer-file): Explicitly return BUF.
9261         * paren.el (show-paren-function): Move back in other direction
9262         to verify the match is correct.
9264         * mail/supercite.el (sc-select-attribution): Accept whatever value
9265         we get in CHOICE; there is no value meaning "try again".
9267 2002-03-11  Colin Walters  <walters@verbum.org>
9269         * shell.el (toplevel): Revert previous change to use pcomplete.
9270         (shell-mode): Ditto.
9271         (shell-pcomplete-setup-done): Remove.
9272         (shell-pcomplete): Ditto.
9273         (shell-pcomplete-reverse): Ditto.
9275         * comint.el: Remove documentation on setting up pcomplete.
9277 2002-03-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9279         * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
9280         item.  Doc fix.
9282         * image.el (image-type-from-file-header): Make temporary buffer
9283         unibyte.
9285         * subr.el (add-to-list): Doc fix.
9287 2002-03-11  Miles Bader  <miles@gnu.org>
9289         * pcomplete.el (pcomplete-entries): Expand environment variables
9290         in filename.
9292 2002-03-10  Daniel Pfeiffer  <occitan@esperanto.org>
9294         * play/mpuz.el: Use defface instead of facemenu-get-face.
9296 2002-03-10  Jan D.  <Jan.Djarv@mbox200.swipnet.se>
9298         * startup.el (command-line): Add call to emacs-session-restore if
9299         both x-session-id and x-session-previous-id are strings.
9301         * term/x-win.el (x-handle-smid): New function.
9302         (emacs-session-filename): New function.
9303         (emacs-session-save): New function.
9304         (emacs-save-session-functions): New variable.
9305         (emacs-session-restore): New function.
9307 2002-03-09  Eli Zaretskii  <eliz@is.elta.co.il>
9309         * simple.el (shell-command-on-region): Call push-mark with
9310         non-nil second arg, to suppress the "Mark set" message.
9312 2002-03-08  Richard M. Stallman  <rms@gnu.org>
9314         * textmodes/picture.el (picture-forward-column): New arg `interactive'
9315         is non-nil for an interactive call.  Use instead of interactive-p.
9316         (picture-backward-column): Likewise.
9318         * tar-mode.el (tar-untar-buffer): New function.
9320         * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
9321         Put the mouse-face on the entire xref, like the local keymap.
9323         * find-dired.el (find-name-dired): Use shell-quote-argument.
9325 2002-03-08  Daniel Pfeiffer  <occitan@esperanto.org>
9327         * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
9328         (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
9329         (mpuz-allow-double-multiplicator): New options for nicer look and
9330         new features.
9331         (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
9332         (mpuz-check-all-solved, mpuz-random-puzzle)
9333         (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
9334         (mpuz-show-solution): Functions streamlined and removed french
9335         style space before punctuation, added face support and optional
9336         solving of trivial results.
9338 2002-03-07  Colin Walters  <walters@verbum.org>
9340         * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
9342         * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
9343         instead of "recency" for clarity.
9344         (ibuffer-compile-format): Document more.  Handle new "summarizer"
9345         columns.
9346         (ibuffer-fontify-region-function): Ditto.
9347         (ibuffer-insert-buffer-line): Ditto.
9348         (ibuffer-map-lines): Ditto.
9349         (ibuffer-insert-buffers-and-marks): Ditto.
9350         (ibuffer-update-title-and-summary): Renamed from
9351         `ibuffer-update-title'.  Handle "summarizer" columns.
9352         (ibuffer-clear-summary-columns): New function.
9354         * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
9356 2002-03-07  Gerd Moellmann  <gerd@gnu.org>
9358         * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
9359         Use the other-window instead of the other-frame functions when
9360         the window is dedicated.
9362 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9364         * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
9365         with SILENT so that a new field can be added.
9367 2002-03-06  Eli Zaretskii  <eliz@is.elta.co.il>
9369         * files.el (make-auto-save-file-name): Make sure the produced file
9370         name does not contain characters that are invalid for DOS/Windows
9371         filesystems.
9373         * dos-fns.el, w32-fns.el (make-auto-save-file-name):
9374         Remove replacement functions.
9376 2002-03-06  Gerd Moellmann  <gerd@gnu.org>
9378         * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
9379         the form `:x'.
9381         * vc.el (vc-branch-part): Add autoload cookie.  This function can
9382         be called from vc-rcs-find-most-recent-rev when visiting a file
9383         checked into RCS in a CVS sandbox.
9385 2002-03-06  Andreas Schwab  <schwab@suse.de>
9387         * progmodes/hideif.el: Augment expression parser to handle
9388         conditional expressions.
9389         (hif-token-regexp): Also match `?' and `:'.
9390         (hif-tokenize): Handle `?' and ':' as tokens.
9391         (hif-expr): Parse conditional expressions.
9392         (hif-or-expr): Parse `||' expressions.
9393         (hif-and-expr): Renamed from hif-term.
9394         (hif-conditional): New function to evaluate a conditional
9395         expression.
9397 2002-03-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9399         * language/czech.el ("Czech"): Fix the documentation.
9401         * language/slovak.el ("Slovak"): Likewise.
9403 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
9405         * xml.el (xml-parse-attlist): Accept empty strings.
9407 2002-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
9409         * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
9410         all terminals now support highlighting of some kind.
9412         * language/european.el (mac-roman): Fix the safe-chars property.
9414 2002-03-05  Andre Spiegel  <spiegel@gnu.org>
9416         * vc.el (vc-transfer-file): Use `make-temp-file'.
9417         (vc-default-update-changelog): Remove conditional use of
9418         `make-temp-name'.
9420         * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
9422 2002-03-05  Michael Kifer  <kifer@cs.stonybrook.edu>
9424         * ediff-init.el: Comments.
9426         * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
9427         is loaded.
9429         * ediff-mult.el (ediff-intersect-directories)
9430         (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
9431         Cleanup.
9432         (ediff-draw-dir-diffs): Now supports the "C" command in directory
9433         difference buffer.
9434         (ediff-dir-diff-copy-file): New function that implements copying
9435         of files from one Ediff dir to another
9436         (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
9437         (ediff-append-custom-diff): Better error msgs.
9439         * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
9440         (ediff-inferior-compare-regions): Use
9441         ediff-clone-buffer-for-region-comparison. Better and simpler interface.
9443         * ediff.el (ediff-directories-internal): Cleanup.
9444         (ediff-clone-buffer-for-region-comparison): Better interface.
9446 2002-03-04  Richard M. Stallman  <rms@gnu.org>
9448         * emacs-lisp/easy-mmode.el (define-minor-mode):
9449         Use "P" in interactive spec of minor mode commands.
9451 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
9453         * faces.el (face-spec-choose): Allow `t' to appear before the end.
9454         (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
9455         (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
9456         (variable-pitch, trailing-whitespace): Don't use the old-style entries.
9457         (mode-line-inactive, header-line): Move the `t' section to the
9458         beginning so the `:inherit' setting can be shared.
9460 2002-03-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9462         * net/snmp-mode.el: Require tempo when compiling to prevent
9463         warnings.  Update copyright notice.
9465         * help.el (describe-key-briefly, describe-key): Interpret `undefined'
9466         like not defined at all.
9468 2002-03-03  Stefan Monnier  <monnier@cs.yale.edu>
9470         * textmodes/sgml-mode.el: Change maintainer to FSF.
9471         (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
9472         (sgml-tags-invisible, sgml-beginning-of-tag):
9473         Allow _ : and non-ASCII in tag names, as required for XML.
9474         (sgml-name-char): Don't assume anything about charsets handled by
9475         encode-char.
9477         * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
9478         where one of the buffers is narrowed.
9480         * hexl.el (hexlify-command, dehexlify-command): Remove.
9481         (hexlify-buffer, dehexlify-buffer): Use call-process-region
9482         rather than shell-command-on-region.
9484         * newcomment.el (comment-forward): Use forward-comment to skip
9485         over whitespace (or comments) even when comment-use-syntax is nil.
9487         * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
9489         * textmodes/xml-lite.el: New file.
9491 2002-03-03  Richard M. Stallman  <rms@gnu.org>
9493         * textmodes/artist.el (artist-system): Use make-temp-file.
9495         * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
9497         * mail/sendmail.el (mail-recover-1): Increase non-random-len
9498         by 1 since we changed make-auto-save-file-name to add one
9499         fewer character to the buffer name.
9500         (mail-recover): Really show point at the right place
9501         in the *Directory* buffer.
9503         * files.el (make-auto-save-file-name): Use make-temp-file.
9505         * terminal.el (te-create-terminfo): Use make-temp-file
9506         to create the source file in a safe way.
9508 2002-03-03  Eli Zaretskii  <eliz@is.elta.co.il>
9510         * cus-start.el: Rename automatic-hscroll-step and
9511         automatic-hscroll-margin into hscroll-step and hscroll-margin.
9513         * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
9514         (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
9516         * mouse.el (mouse-region-delete-keys): Add deletechar.
9518 2002-03-03  Sam Steingold  <sds@gnu.org>
9520         * play/snake.el (snake-score-file): Fixed parens (broken by the
9521         last patch).
9522         * play/tetris.el (tetris-score-file): Ditto.
9524 2002-03-03  Richard M. Stallman  <rms@gnu.org>
9526         * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
9528         * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
9530         * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
9531         (gamegrid-make-mono-tty-face): Fix usage of condition-case.
9533 2002-03-03  Thien-Thi Nguyen  <ttn@gnu.org>
9535         * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
9536         instead of `buffer-substring-no-properties' to support enriched mode.
9538 2002-03-02  Richard M. Stallman  <rms@gnu.org>
9540         * find-dired.el (find-grep-dired): Call shell-quote-argument.
9541         Specify the -e option.
9542         Rename arg to `regexp'.
9544 2002-03-02  Milan Zamazal  <pdm@zamazal.org>
9546         * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
9548 2002-03-02  Miles Bader  <miles@gnu.org>
9550         * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
9551         event-modifiers before looking up in `mouse-wheel-scroll-amount'.
9552         If there's no applicable modifiers entry in the alist in
9553         `mouse-wheel-scroll-amount', fall back to the default, not to
9554         nil (which causes full screen scrolls).
9556 2002-03-01  Andreas Schwab  <schwab@suse.de>
9558         * textmodes/texnfo-upd.el (texinfo-start-menu-description):
9559         Remove extra paren in regexp.
9561 2002-03-01  Eli Zaretskii  <eliz@is.elta.co.il>
9563         * mouse.el (mouse-show-mark): Use display-mouse-p, not
9564         display-graphic-p, to decide whether to move point or use the
9565         highlighting.
9567 2002-02-28  Colin Walters  <walters@verbum.org>
9569         * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
9571         * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
9572         `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
9573         (calc-temp-file-name): Use `make-temp-file'.
9575 2002-02-28  Richard M. Stallman  <rms@gnu.org>
9577         * font-lock.el (java-font-lock-extra-types):
9578         Match java.net.URL, etc.
9580 2002-02-28  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9582         * hexl.el (hexl-options): Doc fix.
9583         Update Commentary section.
9585         * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
9586         Doc fixes.
9588 2002-02-28  Andre Spiegel  <spiegel@gnu.org>
9590         * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
9591         the user to do that first.
9592         (vc-update): New function.
9594         * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
9595         which calls vc-update.  Use the term "Base Version" instead of
9596         "Last Version" for the entries "Revert" and "Compare".
9598 2002-02-28  Kim F. Storm  <storm@cua.dk>
9600         * simple.el (shell-command-on-region): Report non-zero exit
9601         status in mode line instead of buffer.
9603 2002-02-27  Richard M. Stallman  <rms@gnu.org>
9605         * comint.el (comint-preoutput-filter-functions): Doc fix.
9606         (comint-output-filter-functions, comint-input-filter-functions)
9607         (comint-redirect-filter-functions): Likewise.
9609         (comint-redirect-preoutput-filter): Do the local-hook
9610         handling of t when running comint-redirect-filter-functions.
9611         (comint-output-filter): Likewise for comint-preoutput-filter-functions.
9613 2002-02-26  Richard M. Stallman  <rms@gnu.org>
9615         * paths.el (remote-shell-program): Add doc string.
9617 2002-02-26  Colin Walters  <walters@debian.org>
9619         * ibuf-ext.el (sorter mode-name): New.
9620         (ibuffer-do-occur): Don't quote ibuffer-marked-char.
9622         * calc/calc-ext.el (calc-scroll-left): Call scroll-left
9623         interactively, so they do something.
9624         (calc-scroll-right): Ditto.
9626 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
9628         * international/mule.el (ctext-pre-write-conversion): Handle the
9629         case when FROM is a string, and when we are called from
9630         build_annotations_2.
9632 2002-02-26  Richard M. Stallman  <rms@gnu.org>
9634         * rect.el (clear-rectangle-line): Reindent to the same column
9635         that move-to-column reached when it tried to go to endcol.
9637         * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
9639 2002-02-26  Ivar Rummelhoff  <ivarru@math.uio.no>
9641         * winner.el (winner-boring-buffers, winner-set): A window which
9642         displays a buffer whose name is in the list
9643         `winner-boring-buffers', will no longer be restored by `winner-undo'.
9644         (winner-sorted-window-list): Used to improve comparison between
9645         window configurations.
9646         (winner-win-data): Simplified and moved.
9647         (winner-conf): Simplified (now uses `winner-win-data').
9648         (winner-change-fun, winner-save-old-configurations)
9649         (winner-save-(un)conditionally, winner-redo): Changes made while in
9650         the minibuffer will be ignored.  (Such changes are undone upon
9651         exit for the minibuffer, anyway.)
9652         (winner-set-conf): Preserve selected window whenever possible.
9653         (winner-make-point-alist): Simplified.
9654         (winner-mode, winner-save-unconditionally): Save current window
9655         configuration on entering minibuffer.
9656         (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
9657         since it does not change the overall behavior of Emacs.
9659 2002-02-26  Eli Zaretskii  <eliz@is.elta.co.il>
9661         * international/mule-conf.el (compound-text): Renamed back from
9662         compound-text-no-extensions.
9663         (ctext-no-compositions): Remove the mime-charset property.
9664         (compound-text-with-extensions): Renamed from compound-text.
9665         (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
9667 2002-02-26  Juanma Barranquero  <lektu@terra.es>
9669         * faces.el (list-faces-display): Fix typo.
9671 2002-02-25  Richard M. Stallman  <rms@gnu.org>
9673         * frame.el (focus-follows-mouse): Doc fix.
9675 2002-02-26  Miles Bader  <miles@gnu.org>
9677         * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
9678         to `define-key', since it no longer accepts the latter.
9680 2002-02-25  Jason Rumney  <jasonr@gnu.org>
9682         * term/w32-win.el (mouse-wheel-scroll-line): Use car of
9683         mouse-wheel-scroll-amount.
9685         * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
9686         mwheel.el.
9688         * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
9690 2002-02-25  Andre Spiegel  <spiegel@gnu.org>
9692         * vc.el (vc-diff-switches-list): Fix prev change, making the macro
9693         consistent with the others that take a backend name as a symbol.
9695         * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
9697 2002-02-25  Kim F. Storm  <no-spam@cua.dk>
9699         * comint.el (comint-replace-by-expanded-filename): Do nothing if
9700         comint-match-partial-filename returns nil.
9702         * shell.el (shell-pcomplete-setup-done): New variable.
9703         (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
9704         (shell-pcomplete-reverse): Ditto.
9706 2002-02-25  Per Abrahamsen  <abraham@dina.kvl.dk>
9708         * ps-print.el (ps-print-printer): Added `lpr' customize group member.
9710 2002-02-25  Juanma Barranquero  <lektu@terra.es>
9712         * subr.el (save-match-data): Doc fix.
9714         * ielm.el (ielm-prompt): Allow customization; make it read-only.
9716 2002-02-25  Kim F. Storm  <storm@cua.dk>
9718         * shell.el (shell-mode-map): Add "Complete" header so completion
9719         menu is shown on the menu bar in shell mode.
9721 2002-02-25  Stefan Monnier  <monnier@cs.yale.edu>
9723         * ielm.el (ielm-match-data): New var.
9724         (inferior-emacs-lisp-mode): Make it buffer-local.
9725         (ielm-eval-input): Use it to preserve match-data between inputs.
9727 2002-02-24  Juanma Barranquero  <lektu@terra.es>
9729         * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
9731 2002-02-24  Per Abrahamsen  <abraham@dina.kvl.dk>
9733         * cus-edit.el (custom-unlispify-remove-prefixes): Add to
9734         `custom-buffer' customize group.
9736 2002-02-23  Kim F. Storm  <storm@cua.dk>
9738         * help.el (where-is): Use remap-command.
9740         * help-fns.el (describe-function-1): Use remap-command.
9742         * subr.el (global-set-key, local-set-key): Undo 2002-02-06
9743         change (no longer accept a symbol for the KEY argument).
9745 2002-02-23  Colin Walters  <walters@debian.org>
9747         * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
9748         * calc/calcalg2.el (math-solve-get-sign): Ditto.
9750         * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
9751         in generated function.
9753         * ibuf-ext.el (ibuffer-old-time): Change to hours.
9754         (ibuffer-mark-old-buffers): Handle it.
9756         * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
9757         (toplevel): Bind them.
9758         (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
9759         not necessary now that we use pcomplete.
9761         * comint.el: Document how use new pcomplete completion facility.
9763 2002-02-23  Richard M. Stallman  <rms@gnu.org>
9765         * mail/rmailsum.el (rmail-summary-output): Properly advance
9766         to next message, by calling rmail-summary-goto-msg.
9768         * net/browse-url.el (browse-url-galeon): Specify --existing
9769         for an existing window.  Use --noraise rather than --no-raise.
9770         Don't use -x.
9772 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
9774         * progmodes/etags.el (find-tag-noselect, find-tag)
9775         (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
9776         Fix a typo in doc strings.
9778 2002-02-20  Deepak Goel  <deego@glue.umd.edu>
9780         * play/snake.el (snake-velocity-queue, snake-update-velocity)
9781         (snake-final-x-velocity, snake-final-y-velocity):
9782         New variable and functions.  Store user's keypresses
9783         into a queue and pop from the queue each subsequent turn.
9784         (snake-update-game, snake-move-left)
9785         (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
9786         (snake-start-game): Use that queue.
9787         (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
9788         (snake-use-color-flag): Likewise.
9789         (snake-mode): Rename uses of those variables.
9791 2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
9793         Support for ICCCM  Extended Segments in X selections:
9795         * international/mule-conf.el (ctext-no-compositions): New coding
9796         system.
9797         (compount-text-no-extensions): Renamed from compound-text.
9798         (x-ctext-no-extensions, ctext-no-extensions): Aliases for
9799         compound-text-no-extensions.
9800         (compound-text): Redefined using post-read and pre-write conversions.
9802         * international/mule.el (non-standard-icccm-encodings-alist)
9803         (non-standard-designations-alist): New variables.
9804         (ctext-post-read-conversion, ctext-pre-write-conversion):
9805         New functions.
9807 2002-02-21  Jonathan Kamens  <jik@kamens.brookline.ma.us>
9809         * vc.el (vc-default-init-version): Update documentation to
9810         indicate that the backend can override the default init version.
9811         (vc-register): Use the backend init-version function, if it
9812         exists, to determine the initial version of a file.
9813         (vc-diff-switches-list): Don't symbol-quote backend, since it's
9814         already a symbol.  Don't fail if vc-BACKEND-diff-switches isn't bound.
9816         * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
9817         not version-controlled.  This is necessary, e.g., if the file has
9818         just been reverted, and thus was previously under version control
9819         but isn't any longer.
9820         (vc-find-file-hook): Likewise.
9822 2002-02-21  Martin Lorentzson  <Martin.Lorentzson@telia.com>
9824         * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
9825         (vc-cvs-sticky-tag-display): New variable.
9826         (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
9827         (vc-cvs-checkin): If the input revision is a valid symbolic tag
9828         name, we create it as a branch, commit and switch to it.
9829         (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
9830         (vc-cvs-valid-symbolic-tag-name-p): New function.
9831         (vc-cvs-parse-sticky-tag): New function.
9832         (vc-cvs-parse-entry): Added parsing of sticky tags.
9834 2002-02-21  Per Abrahamsen  <abraham@dina.kvl.dk>
9836         * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
9837         nil, and then explicitly set the standard-value to t.
9839 2002-02-20  Sam Steingold  <sds@gnu.org>
9841         * textmodes/flyspell.el (flyspell-mode): Autoload the variable
9842         since it is used in the menu bar.
9844 2002-02-20  Richard M. Stallman  <rms@gnu.org>
9846         * simple.el (shell-command-on-region): Display the exit status
9847         when a command fails.
9849         * subr.el (add-hook): Doc fix.
9851         * frame.el (other-frame): Doc fix.
9853         * simple.el (yank): Clear `field' property.
9855 2002-02-20  Tom Tromey  <tromey@cachet>
9857         * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
9858         natural paragraph boundaries.  Don't fail at beginning of buffer.
9860 2002-02-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9862         * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
9863         call the argument "arg" to match plain next-line and
9864         previous-line.  From Kevin Ryde <user42@zip.com.au>.
9866 2002-02-19  Sam Steingold  <sds@gnu.org>
9868         * mwheel.el (mouse-wheel-scroll-amount): Can specify different
9869         scroll amounts for different modifiers now.
9870         (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
9871         format properly.
9872         (mouse-wheel-mode): Ditto.
9874 2002-02-19  Eli Zaretskii  <eliz@is.elta.co.il>
9876         * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
9877         around function body.
9879         * net/browse-url.el (browse-url-maybe-new-window): Reverse the
9880         sense of the comparison, to match the doc strings of functions
9881         that use this macro.
9883 2002-02-19  Per Abrahamsen  <abraham@dina.kvl.dk>
9885         * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
9887         * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
9888         * menu-bar.el (menu-bar-mode): Ditto.
9890 2002-02-18  Andreas Schwab  <schwab@suse.de>
9892         * replace.el (query-replace-regexp-eval): Doc fix.
9894 2002-02-18  Colin Walters  <walters@verbum.org>
9896         * calc/calcalg2.el (math-solve-get-int): Convert return value from
9897         `math-get-from-counter' to a string before calling `concat' on it.
9899         * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
9900         (calc-public-autoloads): Obsolete; remove.
9901         (calc-private-autoloads): Ditto.
9902         (calc-add-autoloads): Ditto.
9904         * calc/calc-macs.el (calc-with-default-simplification): Use &rest
9905         for body.
9907 2002-02-17  Jason Rumney  <jasonr@gnu.org>
9909         * w32-win.el (x-option-alist, x-long-option-alist)
9910         (x-switch-definitions): Remove, use command-line-x-option-alist
9911         instead to be consistent with X.
9912         (x-handle-initial-switch): New function.
9914 2002-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
9916         * faces.el (mode-line-inactive, header-line): Add the :inherit
9917         attribute for the tty case.
9919 2002-02-17  stanislav shalunov  <shalunov@internet2.edu>
9921         * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
9922         invoked from Rmail with full headers displayed.
9924 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9926         * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
9927         when repeated.
9928         * textmodes/paragraphs.el (mark-paragraph): Ditto.
9930 2002-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9932         * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
9933         (menu-bar-tools-menu): Removed speedbar.
9935         * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
9936         and `flyspell-mode' entries.
9938         * textmodes/flyspell.el (flyspell): Add to ispell group.
9940 2002-02-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9942         * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
9943         repeated.
9944         (mark-defun): Mark more if repeated.
9946 2002-02-17  Colin Walters  <walters@verbum.org>
9948         * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
9950         * ibuffer.el (ibuffer-truncate-lines): New option.
9951         (ibuffer-mode):  Use it.
9953 2002-02-17  Kim F. Storm  <storm@cua.dk>
9955         * cus-start.el: Add mouse-highlight.
9957 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
9959         * Makefile.in (DONTCOMPILE): Remove cus-start.el.
9961         * cus-start.el: Add automatic-hscroll-margin and
9962         automatic-hscroll-step.
9964 2002-02-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9966         * cus-start.el (x-autoselect-window): Allow customization.
9968         * eshell/em-alias.el (eshell-alias-initialize): Do not use
9969         make-local-hook.
9971         * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
9973         * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
9975         * eshell/em-glob.el (eshell-glob-initialize): Likewise.
9977         * eshell/em-hist.el (eshell-hist-initialize): Likewise.
9979         * eshell/em-pred.el (eshell-pred-initialize): Likewise.
9981         * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
9983         * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
9985         * eshell/em-smart.el (eshell-smart-initialize): Likewise.
9987         * eshell/em-unix.el (eshell-unix-initialize): Likewise.
9989         * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
9991         * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
9993         * eshell/esh-io.el (eshell-io-initialize): Likewise.
9995         * eshell/esh-mode.el (eshell-mode): Likewise.
9997         * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
9999         * eshell/esh-var.el (eshell-var-initialize): Likewise.
10001         * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
10003         * progmodes/idlwave.el (idlwave-mode): Likewise.
10005         * textmodes/reftex-sel.el (reftex-select-label-mode)
10006         (reftex-select-bib-mode): Likewise.
10008 2002-02-16  John Wiegley  <johnw@gnu.org>
10010         * eshell/em-hist.el (eshell-hist-initialize): When in the
10011         minibuffer, use the global value of `eshell-history-ring', and
10012         never save it to disk, or ask to save it to disk.  This allows
10013         users of session.el to control whether its global state should be
10014         persisted or not.
10015         (eshell-add-command-to-history): Don't write Eshell's history out
10016         to disk, let the governing mode control that upon exit.
10018 2002-02-16  Eli Zaretskii  <eliz@is.elta.co.il>
10020         * eshell/eshell.el (eshell-command): Before reading from the
10021         minibuffer, add eshell-add-command-to-history to
10022         minibuffer-exit-hook, and remove it after read-from-minibuffer
10023         returns.
10025         * eshell/em-hist.el (eshell-add-input-to-history): New function,
10026         with most of the code from eshell-add-to-history.
10027         (eshell-add-command-to-history): New function, to record in
10028         eshell-history the commands run via eshell-command.
10029         (eshell-add-to-history): Call eshell-add-command-to-history to do
10030         most of the work.
10032 2002-02-16  John Wiegley  <johnw@gnu.org>
10034         * eshell/esh-ext.el (eshell-external-command): Added a fix for
10035         XEmacs' new dired.el, which adds a global entry in the
10036         `file-name-handler-alist'.
10038 2002-02-16  John Wiegley  <johnw@gnu.org>
10040         * align.el (align-region): Added a missing name argument.
10042 2002-02-16  John Wiegley  <johnw@gnu.org>
10044         * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
10045         after the #! of a shell interpretor specification.
10047 2002-02-15  Richard M. Stallman  <rms@gnu.org>
10049         * help.el (describe-key-briefly): Make output in INSERT case
10050         look just like what is displayed in the normal case.
10052 2002-02-15  Andreas Schwab  <schwab@suse.de>
10054         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
10055         Require non-letter after specials.
10057 2002-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
10059         * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
10061 2002-02-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10063         * simple.el (mark-word): Mark more if repeated.
10064         * textmodes/paragraphs.el (mark-paragraph): Ditto.
10065         (mark-end-of-sentence): Ditto.
10067 2002-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
10069         * wid-edit.el (widgetp): Made it more robust.
10071 2002-02-14  Per Abrahamsen  <abraham@dina.kvl.dk>
10073         * facemenu.el (describe-text-done): New function.
10074         (describe-text-mode-map): New variable.
10075         (describe-text-mode-hook): New option.
10076         (describe-text-mode): New function.
10077         (describe-text-widget): New function.
10078         (describe-text-sexp): New function.
10079         (describe-text-properties): New function.
10080         (describe-text-category): New command.
10081         (describe-text-at): New command.
10082         (facemenu-menu): Replace `list-text-properties-at' with
10083         `describe-text-at' in the menu.
10085         * wid-edit.el (widgetp): New function.
10086         * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
10088         * emacs-lisp/pp.el (pp-to-string): Autoloaded.
10090         * wid-browse.el: Removed version and x-url keywords.
10092 2002-02-13  Kim F. Storm  <storm@cua.dk>
10094         * cus-start.el (mode-line-in-non-selected-windows):
10095         Allow customization.
10097 2002-02-13  Richard M. Stallman  <rms@gnu.org>
10099         * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
10100         Tell bibtex-parse-keys to output no progress messages.
10102 2002-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
10104         * progmodes/pascal.el (pascal-imenu-generic-expression):
10105         Add menu-title and fix parentheses.
10107 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
10109         * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
10110         (menu-bar-options-menu): Don't set default value for `truncate-lines'.
10112 2002-02-12  Per Abrahamsen  <abraham@dina.kvl.dk>
10114         * menu-bar.el (menu-bar-options-save): Only save
10115         `current-language-environment' and `default-input-method' when
10116         marked as customized.
10118         * international/mule-cmds.el
10119         (setup-specified-language-environment):
10120         Mark `current-language-environment' as customized.
10121         (set-input-method): Mark `default-input-method' as customized when
10122         called interactively.
10123         (toggle-input-method): Ditto.
10125 2002-02-11  Colin Walters  <walters@verbum.org>
10127         * ibuffer.el (ibuffer-switch-format): Supply required argument for
10128         `ibuffer-current-formats'.
10130 2002-02-11  Miles Bader  <miles@gnu.org>
10132         * faces.el (mode-line-inactive): Add dark-background variant.
10134 2002-02-11  Per Abrahamsen  <abraham@dina.kvl.dk>
10136         * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
10137         * menu-bar.el (menu-bar-mode): Ditto.
10138         * cus-edit.el (customize-mark-to-save): Always save variables
10139         without a standard value.
10141         * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
10142         (menu-bar-options-save): Ditto.
10143         (menu-bar-showhide-menu): Ditto.
10144         (menu-bar-options-menu): Ditto.
10145         (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
10146         (menu-bar-scroll-bar-none): Remove.
10147         (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
10148         expressions instead.
10150         * cus-edit.el (customize-set-value): Return value.
10151         (customize-set-variable): Ditto.
10152         (customize-save-variable): Ditto.
10153         (customize-set-variable): Load dependencies before setting value.
10154         (custom-load-symbol): Autoload it.
10155         (customize-mark-as-set): New function.
10157 2002-02-11  Eli Zaretskii  <eliz@is.elta.co.il>
10159         * cus-start.el: Don't warn about "x-*" symbols when building a
10160         non-GUI version.
10162 2002-02-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10164         * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
10165         Doc fix.
10166         (strokes-help): Do not use doubled with-output-to-temp-buffer.
10167         Fix the help string.
10168         (strokes-prompt-user-save-strokes): Fix typo.
10169         (strokes-list-strokes): Use proper exit-action argument for
10170         view-buffer.  Update copyright notice.
10172         * international/mule-diag.el: Various doc and message fixes.
10173         (non-iso-charset-alist): Add mac-roman.  Don't add entries for
10174         codepages already present.
10175         (list-block-of-chars): Display space for null entries in
10176         translation table.  Display tab specially.
10177         (list-non-iso-charset-chars): Check for null charsets.  Use pop
10178         for clarity.  Don't break 8-bit sets into sections between ranges.
10179         (list-charset-chars): Avoid indent-tabs-mode.
10180         (describe-char-after): Maybe use the text property for syntax
10181         table information.  Maybe report char-code-property-table info.
10182         Maybe report character's unicode.  Tweak printing of list info.
10183         (list-input-methods): Add xref buttons.
10184         (dump-charsets, dump-codings): Deleted (obsolete).
10185         From Dave Love <fx@gnu.org>.
10187 2002-02-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10189         * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
10191 2002-02-10  Michael Kifer  <kifer@cs.stonybrook.edu>
10193         * viper-util.el (viper-read-key-sequence): Fix so it'll read
10194         fast key sequences in emacs native mode
10195         (viper-events-to-keys): Delete.
10197         * viper.el (describe-key, describe-key-briefly): Get rid of
10198         viper-events-to-keys.
10200         * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
10202         * ediff-wind.el (ediff-setup-control-frame):
10203         Use ediff-has-gutter-support.
10205         * ediff-util.el (ediff-dispose-of-variant-according-to-user):
10206         check if buff is alive.
10208         * ediff.el: Typo in comment.
10210 2002-02-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10212         * menu-bar.el (menu-bar-options-save): Take care of
10213         line-number-mode and column-number-mode variables.
10214         (menu-bar-showhide-menu): New menu-items "Show Line Number" and
10215         "Show Column Number" in "Show/Hide" menu.
10217 2002-02-09  Richard M. Stallman  <rms@gnu.org>
10219         * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
10221 2002-02-09  Kim F. Storm  <storm@cua.dk>
10223         * faces.el (mode-line-inactive): New face for mode-line for
10224         non-selected windows.
10225         (mode-line): Doc fix: Only used for selected window.
10227 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
10229         * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
10230         name to "Insert Diary Entry".
10232 2002-02-08  Stefan Monnier  <monnier@cs.yale.edu>
10234         * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
10235         (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
10237 2002-02-08  Richard M. Stallman  <rms@gnu.org>
10239         * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
10241 2002-02-08  Andreas Schwab  <schwab@suse.de>
10243         * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
10244         of point-min.
10246 2002-02-08  Eli Zaretskii  <eliz@is.elta.co.il>
10248         * net/ange-ftp.el (ange-ftp-process-handle-line)
10249         (ange-ftp-set-xfer-size): If the file's size is a float, divide
10250         by 1024 instead of using ash.
10252         * international/mule-cmds.el (select-safe-coding-system):
10253         State the buffer's name in the message popped in the *Warning* buffer,
10254         and make sure the offending buffer is displayed.
10256 2002-02-07  Markus Rost  <rost@math.ohio-state.edu>
10258         * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
10260 2002-02-07  Richard M. Stallman  <rms@gnu.org>
10262         * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
10264         * register.el (list-registers): New command.
10265         (describe-register-1): New subroutine, taken out of view-register.
10267         * emacs-lisp/copyright.el (copyright-regexp):
10268         Delete the unibyte copyright symbol; it's redundant.
10269         Fix a spazz in the multibyte encoding here.
10271 2002-02-07  Dave Love  <fx@gnu.org>
10273         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
10274         (cyrillic-encode-alternativnyj-char): Get translation tables from
10275         symbol properties, not as variables.
10276         (standard-display-cyrillic-translit): Include unicodes.
10278 2002-02-06  Kim F. Storm  <storm@cua.dk>
10280         * help.el (where-is): Report remapped commands.
10282         * help-fns.el (describe-function-1): Ditto.
10284         * subr.el (global-set-key, local-set-key): Accept a symbol for the
10285         KEY argument (like define-key).
10287 2002-02-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10289         * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
10291 2002-02-06  Richard M. Stallman  <rms@gnu.org>
10293         * mail/mailabbrev.el: Require sendmail only at compile time.
10294         (mail-mode-header-syntax-table): Var deleted.
10295         (mail-abbrev-syntax-table): Init to nil, will compute when needed.
10296         (sendmail-pre-abbrev-expand-hook): Only temporarily change
10297         local-abbrev-table and the syntax table.
10298         Compute mail-abbrev-syntax-table if that has not been done.
10300         * progmodes/compile.el (grep-compute-defaults): Definition moved up.
10302         * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
10303         (debugger-frame-number): Figure out the offset directly.
10304         (debugger-setup-buffer): Don't use debugger-frame-offset.
10305         (debugger-frame, debugger-frame-clear): Likewise.
10306         (debugger-jump): Don't alter debugger-frame-offset.
10308         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10309         Replace foo-p as var name with foo-flag, not foo-p-flag.
10311         * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
10312         (highlight-changes-passive-string): Default to -Chg.
10313         (highlight-changes-global-modes): Doc fix.
10315         * dired.el (dired-get-filename): Add /: when appropriate
10316         to avoid taking a local name as remote.
10318         * files.el (file-name-non-special): Add special handling for
10319         file-name-sans-versions, file-name-completion, and
10320         file-name-all-completions.
10322         * isearch.el (isearch-update): Don't update display in kbd macro.
10323         (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
10325         * subr.el (force-mode-line-update): Doc fix.
10327         * subr.el (atomic-change-group, prepare-change-group)
10328         (activate-change-group, accept-change-group, cancel-change-group):
10329         New functions.
10331         * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
10332         (transpose-subr-1): Use atomic-change-group.
10334         * subr.el (add-minor-mode): Include the mode's lighter string
10335         in the minor mode menu item name.
10337         * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
10338         rmail-count-screen-lines starting from (point-min).
10340         * startup.el (use-fancy-splash-screens-p): Need 19 lines,
10341         beyond the image height, to use the fancy splash screen.
10343         * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
10344         (text-mode): Set text-mode-variant here.
10346 2002-02-06  Eli Zaretskii  <eliz@is.elta.co.il>
10348         * play/pong.el (pong-height): Don't use height that exceeds the
10349         frame height.
10350         (pong-border-options): Make the border colors slightly more bright.
10352         * play/gamegrid.el (gamegrid-display-type): Treat any
10353         color-capable display as color-x, if display-color-p is fboundp.
10354         (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
10355         (gamegrid-make-color-tty-face): Use the value of color, not the
10356         symbol itself.  Don't call gamegrid-color.
10358 2002-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
10360         * gud.el (gud-refresh): Call recenter only after we are sure we
10361         are in the right window.
10363 2002-02-05  Per Abrahamsen  <abraham@dina.kvl.dk>
10365         * cus-edit.el (customize-mark-to-save): New function.
10366         * menu-bar.el (menu-bar-options-save): Rewrote.
10368 2002-02-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10370         * cus-start.el (x-use-underline-position-properties):
10371         Allow customization.
10373 2002-02-04  Simon Josefsson  <jas@extundo.com>
10375         * dired.el (dired-load-hook, dired-mode-hook)
10376         (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
10378 2002-02-03  Colin Walters  <walters@verbum.org>
10380         * ibuf-ext.el (ibuffer-filter-format-alist)
10381         (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
10382         New variables.
10383         * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
10384         is now the Emacs CVS tree.
10385         (ibuffer-formats): Doc fix.
10386         (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
10387         (ibuffer-current-format): Use them.
10388         (ibuffer-recompile-formats, ibuffer-check-formats)
10389         (ibuffer-switch-format, ibuffer-update-title):
10390         Add support for ibuffer-filter-format-alist.
10391         (define-ibuffer-column process): Remove unncessary consing.
10393         * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
10394         for a summary column.
10396 2002-02-03  Andreas Schwab  <schwab@suse.de>
10398         * window.el (save-selected-window): Move macro before first use.
10399         (balance-windows): Fix misplaced parenthesis.
10401 2002-02-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10403         * calculator.el (calculator-displayers): Doc fixes.
10405 2002-02-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10407         * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
10408         (menu-bar-options-save): Save also the value of `display-time-mode'.
10409         (showhide-date-time): New function.
10410         (menu-bar-showhide-menu): New menu-item "Date and time".
10412 2002-02-03  Eli Zaretskii  <eliz@is.elta.co.il>
10414         * mail/rmail.el (rmail): Use find-buffer-visiting instead of
10415         get-file-buffer to check for rmail buffer existence.
10417         * term.el (term-emulate-terminal): Extract proper command string
10418         which is supplied to term-command-hook.
10420 2002-02-03  Richard M. Stallman  <rms@gnu.org>
10422         * international/quail.el (quail-help): Don't call help-setup-xref.
10424         * international/mule-cmds.el (describe-input-method):
10425         Call help-setup-xref here.
10426         (describe-current-input-method): Doc fix.
10428         * novice.el (disabled-command-hook): Clarify output text.
10429         Indent the paragraph from the command's doc string.
10431         * dabbrev.el (dabbrev--goto-start-of-abbrev):
10432         Exit loop on beginning of field rather than bobp.
10434 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
10436         * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
10437         the message text into the *mail* buffer, and restore the pruned
10438         state after that.
10440         * mail/rmail.el (rmail-redecode-body): Prune the headers before
10441         looking for X-Coding-System header, and restore the pruned state
10442         before returning.
10444 2002-02-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10446         * cus-edit.el (customize-save-variable): Fix typo in prompt.
10448         These changes integrate new version of flyspell.el from its
10449         maintainer, Manuel Serrano:
10451         * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
10452         (flyspell-mode-on, flyspell-notify-misspell)
10453         (flyspell-small-region, flyspell-external-point-words)
10454         (flyspell-large-region): Use it
10455         (flyspell-before-incorrect-word-string)
10456         (flyspell-after-incorrect-word-string): New user options.
10457         (make-flyspell-overlay): Use them.
10458         (flyspell-version): New function.
10459         (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
10460         definitions to use :weight.
10461         (flyspell-insert-function): New user option.
10462         (flyspell-auto-correct-word, flyspell-correct-word)
10463         (flyspell-xemacs-correct): Use it.
10464         (flyspell-define-abbrev): New function.
10465         (flyspell-auto-correct-word, flyspell-correct-word)
10466         (flyspell-xemacs-correct): Use it.
10467         (make-flyspell-overlay): Use `evaporate' property.
10468         (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
10469         (flyspell-emacs-popup): Use `session' instead of `accept'.
10470         (flyspell-auto-correct-previous-pos): New variable.
10471         (flyspell-auto-correct-previous-hook)
10472         (flyspell-auto-correct-previous-word): New functions.
10474 2002-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
10476         * novice.el (enable-command): If Emacs was invoked as "emacs -q",
10477         don't alter the user's ~/.emacs.
10478         (disable-command): If user-init-file is nil or does not exist,
10479         default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
10480         But don't alter the init file if Emacs was invoked as "emacs -q"
10482 2002-02-01  Stefan Monnier  <monnier@cs.yale.edu>
10484         * mail/sendmail.el (mail-mode): Undo half of last change.
10486         * indent.el (indent-for-tab-command): Remove spurious code.
10488         * hi-lock.el (hi-lock-find-patterns): Save restriction.
10490 2002-02-01  Eli Zaretskii  <eliz@is.elta.co.il>
10492         * calendar/time-date.el: Moved from lisp/gnus.
10494         * calendar/parse-time.el: Ditto.
10496 2002-01-31  Richard M. Stallman  <rms@gnu.org>
10498         * international/iso-acc.el (iso-languages): Fix ", " in French.
10500         * cus-start.el (history-length): Specify customization for it.
10502         * emacs-lisp/debug.el (debugger-setup-buffer):
10503         When an eval-buffer frame was reading from a buffer,
10504         insert indication of the buffer position.
10505         (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
10506         (debugger-frame-clear, debugger-frame): Error on non-frame line.
10508         * simple.el (shell-command-on-region): Err if no mark
10509         before reading the command string.
10511         * hl-line.el (hl-line-highlight, hl-line-unhighlight):
10512         Definitions moved down after hl-line-mode var's definition.
10514         * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
10515         (hilit-chg-set-face-on-change): Rename arg.
10516         (hilit-chg-make-ov): Detect error earlier.
10518         * ediff-hook.el: Delete autoload cookies.
10520         * comint.el (comint-scroll-show-maximum-output): Default is t.
10522         * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
10523         (batch-byte-compile-if-not-done): New function.
10525         * Makefile.in (compile): New target.
10526         (compile-always): Renamed from compile-files.
10527         (compile-after-backup): Renamed from compile.
10528         (bootstrap): Depend on compile-always, not compile-files.
10530         * emulation/pc-select.el (pc-select-save-and-set-mode):
10531         Properly use MODE-VAR.
10533 2002-01-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10535         * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
10536         Version" to "About Emacs".
10537         (menu-bar-options-save): Add `default-frame-alist'
10538         to saved variables.
10539         (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
10540         of the variable `scroll-bar-mode'.
10542         * startup.el (normal-splash-screen, display-splash-screen):
10543         New functions (separated from command-line-1).
10544         (command-line-1): Use them.
10546 2002-01-28  Eli Zaretskii  <eliz@is.elta.co.il>
10548         * calendar/calendar.el (generate-calendar-month): Doc fix.
10550 2002-01-27  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10552         * time.el (display-time-mail-directory): New option.
10553         (display-time-mail-function): Update doc-string.
10554         (display-time-mail-icon): Use XPM image when available.
10555         (display-time-string-forms): Use more descriptive text as
10556         help-echo property.
10557         (display-time-mail-check-directory): New function.
10558         (display-time-update): Use it.
10560         * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
10561         Quote `window-system'.
10563         * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
10564         Add Keywords header.  Update Commentary section.
10565         Update copyright notice.
10567         * menu-bar.el (menu-bar-scroll-bar-right)
10568         (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
10569         (showhide-menu-bar): New functions.
10570         (menu-bar-showhide-menu): New submenu "Show/Hide".
10571         (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
10572         "Show/Hide".
10573         Update copyright notice.
10575 2002-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
10577         * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
10579 2002-01-26  Evgeny Roubinchtein  <evgenyr@cs.washington.edu>
10581         * pc-select.el (pc-selection-mode-hook)
10582         (pc-select-saved-settings-alist, pc-select-map)
10583         (pc-select-saved-global-map, pc-select-key-bindings-alist)
10584         (pc-select-default-key-bindings, pc-select-extra-key-bindings)
10585         (pc-select-meta-moves-sexps-key-bindings)
10586         (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
10587         New variables.
10588         (pc-select-define-keys, pc-select-restore-keys): New functions.
10589         (pc-select-add-to-alist, pc-select-save-and-set-var)
10590         (pc-select-save-and-set-mode, pc-select-restore-var)
10591         (pc-select-restore-mode): New macros.
10592         (pc-selection-mode): Completely rewrote the body of the function;
10593         the main goal was to make pc-selection-mode "turn-off"-able, like
10594         other minor modes.  Use define-minore-mode instead of just a
10595         defun.  Store the key bindings into four alists:
10596         pc-select-default-key-bindings, pc-select-extra-key-bindings,
10597         pc-select-meta-moves-sexps-key-bindings, and
10598         pc-select-tty-key-bindings; then have the pc-select-define-keys
10599         function walk those alists instead of calling define-key
10600         repeatedly.  When the mode is turned on, set the
10601         keybindings in global-map and remember the old keybindings; when
10602         the mode is turned off, restore the previously-saved keybindings.
10603         (pc-selection-mode defcustom): Reflect the fact that the mode is
10604         now "turn-off"-able.
10606 2002-01-26  Eli Zaretskii  <eliz@is.elta.co.il>
10608         * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
10609         returns t, don't treat that as an error.
10611 2002-01-25  Jason Rumney  <jasonr@gnu.org>
10613         * faces.el (face-font-registry-alternatives) [windows-nt]:
10614         Add ms-oemlatin as an alternative for iso8859-1.
10616 2002-01-25  Stefan Monnier  <monnier@cs.yale.edu>
10618         * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
10619         args and the absence of an entry.  Don't add -f each time.
10621 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
10623         * emacs-lisp/cl-seq.el (mismatch): Doc fix.
10625         Support for more than 8 colors on character terminals:
10627         * term/rxvt.el: New file.
10629         * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
10631         * term/xterm.el (xterm-standard-colors): New variable.
10632         (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
10633         (xterm-rxvt-set-background-mode): New functions.
10634         (toplevel): Call xterm-register-default-colors,
10635         xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
10636         Add support for more keys from xterm's terminfo entry.
10638         * facemenu.el (list-colors-display): If the argument is nil, don't
10639         show more colors that the number returned by display-color-cells.
10641         * term/pc-win.el (msdos-color-values): Reverse the order of the
10642         colors, since tty-color-define now preserves the registration order.
10644         * w32-fns.el (w32-tty-standard-colors): Reverse the order.
10646         * term/tty-colors.el (tty-standard-colors): Reverse the order.
10647         (tty-register-default-colors): New function; code moved from
10648         startup.el's command-line.
10649         (tty-modify-color-alist): Use nconc instead of cons, to preserve
10650         the order the colors where registered.
10652         * frame.el (display-color-cells): Use tty-display-color-cells.
10654         * startup.el (command-line): Call tty-register-default-colors.
10656 2002-01-25  Richard M. Stallman  <rms@gnu.org>
10658         * subr.el (remove): Doc fix.
10660 2002-01-24  Richard M. Stallman  <rms@gnu.org>
10662         * progmodes/compile.el (compilation-handle-exit):
10663         Add a compilation-handle-exit property to the "finished" message.
10664         (compilation-parse-errors): Stop parsing when that property is seen.
10666         * subr.el (substring-no-properties): New function.
10667         (copy-without-properties): Function deleted.
10669         * term/x-win.el (x-handle-geometry): Put sizes on both
10670         initial-frame-alist and default-frame-alist.
10672         * cus-edit.el (custom-save-all): Bind file-precious-flag to t
10673         for saving .emacs.
10675         * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
10677         * calendar/calendar.el (generate-calendar-month): Doc fix.
10679 2002-01-23  Richard M. Stallman  <rms@gnu.org>
10681         * play/tetris.el (tetris): New defgroup.
10682         (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
10683         (tetris-default-tick-period): Convert to defcustom.
10684         Added * in docstring to indicate user variable.
10685         (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
10686         (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
10687         (tetris-buffer-height, tetris-width, tetris-height)
10688         (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
10690 2002-01-22  Stefan Monnier  <monnier@cs.yale.edu>
10692         * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
10693         and is already matched by adaptive-fill-regexp.
10695 2002-01-22  Richard M. Stallman  <rms@gnu.org>
10697         * bindings.el (mode-line-copied-mode-name): New variable.
10698         (mode-line-mode-name): Don't modify mode-name itself!
10699         Instead, make a copy and reuse it.
10701         * subr.el (copy-without-properties): New function.
10703         * progmodes/sh-script.el (sh-set-shell): Doc fix.
10705         * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
10706         slash if DIR is just slash.
10708         * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
10710 2002-01-21  Richard M. Stallman  <rms@gnu.org>
10712         * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
10714         * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
10715         Move defvar up.
10717         * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
10719         * ibuffer.el: Don't require ibuf-ext at load time.
10720         (ibuffer): Require ibuf-ext here.
10722 2002-01-21  Francesco Potorti`  <pot@gnu.org>
10724         * generic-x.el (apache-conf-generic-mode): Highlight the first
10725         word in a line even if preceded by blanks.
10727 2002-01-21  Richard M. Stallman  <rms@gnu.org>
10729         * window.el (window-body-height): Handle minibuffer window specially.
10730         Otherwise, don't return less than 1.
10732 2002-01-20  Thomas Dorner  <Thomas.Dorner@start.de>
10734         * ange-ftp.el: Added support for BS2000, and for raw ftp
10735         login commands (needed in some circumstances).
10736         (ange-ftp-raw-login): New custom var.
10737         (ange-ftp-normal-login): Perform login with raw ftp commands, if
10738         ange-ftp-raw-login is set and account password is needed.
10739         (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
10740         (ange-ftp-bs2000-filename-pubset-regexp)
10741         (ange-ftp-bs2000-filename-username-regexp)
10742         (ange-ftp-bs2000-filename-prefix-regexp)
10743         (ange-ftp-bs2000-name-template): New consts.
10744         (ange-ftp-bs2000-short-filename-regexp)
10745         (ange-ftp-bs2000-fix-name-regexp-reverse)
10746         (ange-ftp-bs2000-fix-name-regexp): New consts.
10747         (ange-ftp-bs2000-special-prefix): New custom var.
10748         (ange-ftp-fix-name-for-bs2000)
10749         (ange-ftp-fix-dir-name-for-bs2000): New funs.
10750         (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
10751         (ange-ftp-bs2000-posix-hook-installed): New vars.
10752         (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
10753         (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
10754         (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
10755         (ange-ftp-bs2000-filename-regexp): New const.
10756         (ange-ftp-bs2000-additional-pubsets): New custom var.
10757         (ange-ftp-bs2000-cd-to-posix): New fun.
10759 2002-01-20  Colin Walters  <walters@verbum.org>
10761         * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
10762         with `byte-compile-dynamic'.
10763         (ibuffer-default-directory, toplevel): Doc files.
10765 2002-01-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10767         * tempo.el (tempo-define-template): Doc fix.
10769         * scroll-bar.el (scroll-bar-mode): Make argument optional.
10771 2002-01-20  Jason Rumney  <jasonr@gnu.org>
10773         * w32-vars.el: New file.
10775         * loadup.el [windows-nt]: Load it.
10777         * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
10778         and make them defcustoms.
10780         * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
10782 2002-01-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10784         * language/tibet-util.el (tibetan-decompose-region)
10785         (tibetan-decompose-string): Fix typo in docstring.
10787         * ruler-mode.el (ruler-mode): New keyword.  Fix :version.
10789 2002-01-18  Richard M. Stallman  <rms@gnu.org>
10791         * comint.el (comint-redirect-send-command-to-process):
10792         Restore previous current buffer.
10794         * window.el (window-body-height): New function.
10796 2002-01-18  Zoltan Kemenczy  <kemenczy@rogers.com>
10798         * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
10799         "Finish Function" menu map entries for jdb mode.
10800         (gud-jdb-use-classpath): New customization variable.
10801         (gud-jdb-command-name): Add customization.
10802         (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
10803         (gud-jdb-classpath-string): New variable.
10804         (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
10805         (gud-jdb-build-source-files-list): Likewise.
10806         (gud-jdb-massage-args): Record any command argument classpath
10807         string in `gud-jdb-classpath-string'.
10808         (gud-jdb-lowest-stack-level): New function, finds bottom of current
10809         java call stack in jdb output.
10810         (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
10811         (gud-jdb-parse-classpath-string): New functions.
10812         (gud-jdb-marker-filter): Search/detect classpath information in
10813         jdb's output.  marker regexp updated to match oldjdb and jdb output
10814         formats.  Expand search for source files to include new/old methods
10815         using new functions above.  Do not allow `gud-marker-acc' to grow
10816         without bound.
10817         (jdb): Set classpath information (if available) as jdb is started.
10818         Change `gud-break' and `gud-remove'
10819         to use new %c ("class") escape in format strings.
10820         Add `gud-finish', `gud-up', `gud-down' command string functions, and
10821         add them to the local menu map.  Update `comint-prompt-regexp' for
10822         jdb and oldjdb.  If attaching to an already running java VM and
10823         configured to use classpath, send command to query for classpath,
10824         else use previous method for finding and parsing java
10825         sources.  Set `gud-jdb-find-source' function accordingly.
10826         (gud-mode): Doc fix.
10827         (gud-format-command): Add support for new %c ("class") escape.
10828         (gud-find-class): New function in support of %c escape.
10830 2002-01-17  Richard M. Stallman  <rms@gnu.org>
10832         * ibuf-ext.el: Enable byte-compile-dynamic.
10834 2002-01-17  Jason Rumney  <jasonr@gnu.org>
10836         * term/w32-win.el: Restore conditional require of fontset.
10838 2002-01-16  Richard M. Stallman  <rms@gnu.org>
10840         * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
10841         more or less.
10842         (mouse-drag-region): New function.  For a click in the echo area,
10843         show *Messages*.
10845         * ibuf-ext.el: Delete the autoloads for functions defined with
10846         ibuffer-specific commands.
10848         * help.el (describe-distribution): Really call view-file.
10850         * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
10851         (ange-ftp-get-process): Pass that arg.
10853         * comint.el (comint-simple-send): Fix previous change.
10855         * net/telnet.el (telnet-simple-send): Fix previous change.
10857         * progmodes/sql.el (sql-escape-newlines-and-send)
10858         (sql-query-placeholders-and-send): Fix previous change.
10860 2002-01-16  Colin Walters  <walters@verbum.org>
10862         * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
10863         URL, Compatibility headers.  Update copyright notice.
10864         * ibuf-macs.el (toplevel): Require `cl' when compiling.
10866 2002-01-16  Andrew Choi  <akochoi@cse.cuhk.edu.hk>
10868         * startup.el (command-line): Set EOL mnemonics for the Mac.
10870 2002-01-16  Andreas Schwab  <schwab@suse.de>
10872         * mail/feedmail.el (feedmail): Fix :link spec.
10874 2002-01-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10876         * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
10877         2 ldapsearch.
10879         * net/eudc.el: New maintainer.  Change author's address.
10880         (eudc-pre-select-window-configuration, eudc-insertion-marker):
10881         Variables removed.
10882         (eudc-insert-selected): Function removed.
10883         (eudc-select): Reimplemented.
10884         (eudc-expand-inline): Delete the strings only after its expansion
10885         is chosen not before.
10887         * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
10888         Minor coding style fixes.
10890         * net/eudcb-ldap.el: New maintainer.  Change author's address.
10891         (eudc-attribute-display-method-alist): Display mail with
10892         eudc-display-mail.
10894         * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
10895         * net/eudc-vars.el: New maintainer.  Change author's address.
10897         * net/eudc-bob.el: New maintainer.  Change author's address.
10898         (eudc-bob-mail-keymap): New keymap for e-mail addresses.
10899         (eudc-display-mail): New function.
10900         (eudc-bob-play-sound-at-point): Remove XEmacs case.
10902 2002-01-15  Richard M. Stallman  <rms@gnu.org>
10904         * emacs-lisp/autoload.el (make-autoload):
10905         Don't handle define-ibuffer-column, define-ibuffer-filter,
10906         define-ibuffer-sorter, and define-ibuffer-op.
10908 2002-01-14  Richard M. Stallman  <rms@gnu.org>
10910         * calendar/calendar.el (diary-date-forms): Doc fix.
10912 2002-01-14  Eli Zaretskii  <eliz@is.elta.co.il>
10914         * startup.el (command-line): Register the default tty colors even
10915         if the terminal doesn't seem to support colors.
10916         <tty-long-option-alist>: New option --color.
10917         (tty-handle-args): Parse the --color arg.
10919         * term/tty-colors.el (tty-color-mode-alist): New variable.
10921 2002-01-14  Stefan Monnier  <monnier@cs.yale.edu>
10923         * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
10924         (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
10925         Use it.
10926         (ange-ftp-hook-function): Preserve match-data.
10927         (ange-ftp-insert-directory): Typo.
10928         (ange-ftp-shell-command): Check if regexp matched.
10930 2002-01-13  Richard M. Stallman  <rms@gnu.org>
10932         * international/mule-cmds.el: help-map bindings moved to help.el.
10934         * help.el (view-echo-area-messages): New function.
10935         (help-map): Add `e' binding.  Delete obsolete `d' binding.
10936         Change old Info bindings C-f, C-k and C-i to F, K, S.
10937         Move view-emacs-FAQ from F to C-f.
10938         Move view-emacs-problems from P to C-e.
10939         Bindings moved here from mule-cmds.el.
10940         C-l binding for describe-language-environment deleted
10941         (help-for-help): Update for all these changes.
10943         * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
10945 2002-01-13  Dave Love  <fx@gnu.org>
10947         * emacs-lisp/copyright.el: Doc fixes.
10948         (copyright-regexp): Add Latin-9 copyright sign.
10949         Match comment delimiters in year lists.
10950         (copyright-current-year): Initialize to load-time year.
10952 2002-01-13  Andreas Schwab  <schwab@suse.de>
10954         * dired-aux.el (dired-do-shell-command): Doc fix.
10956 2002-01-13  Jan Djarv  <Jan.Djarv@mbox200.swipnet.se>
10958         * startup.el (command-line-x-option-alist): New options "-fs",
10959         "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
10961         * term/x-win.el (x-handle-initial-switch): New function.
10963 2002-01-13  Colin Walters  <walters@debian.org>
10965         * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
10966         define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
10968         * emacs-lisp/lisp-mode.el (toplevel): Ditto.
10970         * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
10972 2002-01-12  Richard M. Stallman  <rms@gnu.org>
10974         * net/browse-url.el (browse-url-grail):
10975         Use browse-url-maybe-new-window.
10977         * net/telnet.el (telnet-simple-send):
10978         Handle comint-input-sender-no-newline like comint-simple-send.
10980         * progmodes/sql.el (sql-query-placeholders-and-send):
10981         Handle comint-input-sender-no-newline like comint-simple-send.
10982         (sql-escape-newlines-and-send): Likewise.
10984         * comint.el (comint-input-sender): Doc fix.
10985         (comint-input-sender-no-newline): New variable.
10986         (comint-simple-send): If comint-input-sender-no-newline,
10987         don't output newline, but maybe send eof.
10988         (comint-send-input): New arg NO-NEWLINE.
10989         (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
10991 2002-01-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10993         * textmodes/flyspell.el (flyspell-check-pre-word-p):
10994         Prevent delaying when executing keyboard macros.
10996 2002-01-12  Richard M. Stallman  <rms@gnu.org>
10998         * simple.el (line-move): If we can't move enough lines,
10999         go to beginning or end of line.
11001         * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
11002         and proper window.
11004         * help.el (describe-mode): Call help-setup-xref in the help buffer.
11005         Switch buffers only after calling `help-buffer'.
11007         * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
11008         only when they are surrounded by whitespace.
11009         Use dired-mark-separator when adding one file name to a command.
11010         (dired-do-shell-command): Verify that * is surrounded by whitespace.
11011         Ask for confirmation if * or ? is not surrounded by whitespace.
11012         (dired-bunch-files): Re-reverse the partial file list when it is used.
11014 2002-01-12  Richard M. Stallman  <rms@gnu.org>
11016         * comint.el (comint-dynamic-list-completions): Repeating the command
11017         after displaying a completion list scrolls the list.
11019 2002-01-12  Eli Zaretskii  <eliz@is.elta.co.il>
11021         * files.el (find-file-noselect): Don't consider a buffer as
11022         visiting a file literally if it is in hexl-mode.
11024         * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
11026 2002-01-11  Richard M. Stallman  <rms@gnu.org>
11028         * startup.el (initial-scratch-message): Fix custom type, add group.
11030         * mail/rmail.el (rmail-decode-babyl-format): Disable undo
11031         around the decode-coding-region call.
11033         * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
11034         after displaying a completion list scrolls the list.
11036 2002-01-11  Eli Zaretskii  <eliz@is.elta.co.il>
11038         * version.el (emacs-version): Bump to 21.2.50.
11040 2002-01-10  Thien-Thi Nguyen  <ttn@giblet.glug.org>
11042         * play/zone.el (zone-timeout): New var.
11043         (zone-hiding-modeline): New macro.
11044         (zone-call): New func.
11046         (zone): Init `modeline-hidden-level' symbol property.
11047         Use `zone-call' instead of `funcall'.
11049         (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
11051         (zone-pgm-stress): Use `zone-hiding-modeline'.
11053         (zone-pgm-stress-destress): New zone program.
11055 2002-01-10  Eli Zaretskii  <eliz@is.elta.co.il>
11057         * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
11059 2002-01-09  Richard M. Stallman  <rms@gnu.org>
11061         * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
11063 2002-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
11065         * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
11066         flyspell-mouse-map.
11068 2002-01-08  Richard M. Stallman  <rms@gnu.org>
11070         * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
11072         * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
11074         * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
11076 2002-01-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11078         * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
11079         Do not use make-local-hook.
11081 2002-01-08  Eli Zaretskii  <eliz@is.elta.co.il>
11083         * international/quail.el (quail-start-translation)
11084         (quail-start-conversion): Bind last-command-event, last-command,
11085         and this-command in the first let.  This fixes the change from
11086         2000-08-30.
11088 2002-01-08  Michael Kifer  <kifer@cs.stonybrook.edu>
11090         * ediff-hook.el: Add an autoload cookie.
11092 2002-01-08  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11094         * net/eudcb-ph.el, net/ldap.el: New maintainer.  New e-mail
11095         address of the author.
11097 2002-01-08  Richard M. Stallman  <rms@gnu.org>
11099         * replace.el (occur-mode-goto-occurrence-other-window): New command.
11100         (occur-mode-map): Bind `o' to that.
11102 2002-01-07  Michael Kifer  <kifer@cs.stonybrook.edu>
11104         * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
11105         new macro that replaces viper-emacs-p and viper-xemacs-p in many
11106         cases. Used to reduce the number of warnings.
11108         * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
11109         (viper-standard-value): Move here from viper.el.
11110         (viper-set-unread-command-events): Move to viper-util.el
11111         (viper-check-minibuffer-overlay): Make sure
11112         viper-minibuffer-overlay is moved to cover the entire input field.
11114         * viper-util.el:  use viper-cond-compile-for-xemacs-or-emacs.
11115         (viper-read-key-sequence, viper-set-unread-command-events)
11116         (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
11118         * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
11120         * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
11122         * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
11124         * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
11125         (viper-event-vector-p): Move to viper-util.el
11127         * viper.el (viper-standard-value): Move to viper-cmd.el.
11128         Use viper-cond-compile-for-xemacs-or-emacs.
11130         * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
11132         * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
11134         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
11135         New macro designed to be used in many places where ediff-emacs-p or
11136         ediff-xemacs-p was previously used.  Reduces the number of warnings.
11137         Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
11138         of ediff-xemacs-p.
11139         (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
11140         (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
11141         (ediff-whitespace-diff-region-p, ediff-get-region-contents):
11142         Move to ediff-util.el.
11143         (ediff-event-key): Moved here.
11145         * ediff-merge.el: Got rid of unreferenced variables.
11147         * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
11149         * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
11150         (ediff-cleanup-mess): Improve the way windows are set up after
11151         quitting ediff.
11152         (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
11153         (ediff-dispose-of-variant-according-to-user): New function
11154         designed to be smarter and also understands indirect buffers.
11155         (ediff-highlight-diff-in-one-buffer)
11156         (ediff-unhighlight-diff-in-one-buffer)
11157         (ediff-unhighlight-diffs-totally-in-one-buffer)
11158         (ediff-highlight-diff, ediff-highlight-diff)
11159         (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
11160         (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
11161         (ediff-get-region-contents, ediff-make-current-diff-overlay):
11162         Moved here.
11163         (ediff-format-bindings-of): New function by Hannu Koivisto
11164         <azure@iki.fi>.
11165         (ediff-setup): Make sure the merge buffer is always widened and
11166         modifiable.
11167         (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
11168         result of a merge into a file visited by another buffer.
11169         (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
11170         is visited by another buffer and ask to save/delete that buffer.
11171         (ediff-verify-file-merge-buffer): New function to do the above.
11173         * ediff-vers.el: Load ediff-init.el at compile time.
11175         * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
11177         * ediff.el (ediff-windows, ediff-regions-wordwise)
11178         (ediff-regions-linewise): Use indirect buffers to improve
11179         robustness and make it possible to compare regions of the same
11180         buffer (even overlapping regions).
11181         (ediff-clone-buffer-for-region-comparison)
11182         (ediff-clone-buffer-for-window-comparison): New functions.
11183         (ediff-files-internal): Refuse to compare identical files.
11184         (ediff-regions-internal): Get rid of the warning about comparing
11185         regions of the same buffer.
11187         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
11188         Plus the following fixes courtesy of Dave Love: Doc fixes.
11189         (ediff-word-1): Use word class and move - to the
11190         front per regexp documentation.
11191         (ediff-wordify): Bind forward-word-function outside loop.
11192         (ediff-copy-to-buffer): Use insert-buffer-substring rather than
11193         consing buffer contents.
11194         (ediff-goto-word): Move syntax table setting outside loop.
11196 2002-01-07  Richard M. Stallman  <rms@gnu.org>
11198         * dired.el (dired-copy-filename-as-kill): Call kill-append
11199         if following a kill command.
11201         * help-fns.el (describe-variable, describe-function):
11202         Do save-excursion.
11204 2002-01-06  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11206         * net/ldap.el (ldap-search-internal): Skip error message from
11207         ldapsearch.  Allow listing attribute names only.  Do not open
11208         non-existent files.
11210         * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
11211         call non-existent function.
11213         * net/eudc.el (top-level): Revert previous change.
11215         * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
11216         variables to prevent warning from byte-compiler.
11218         * net/eudc.el (top-level): Use eudc-xemacs-p instead of
11219         string-match on emacs-version again.
11221         * enriched.el (enriched-make-annotation): Fix the change from
11222         2002-01-05.
11223         (enriched-handle-display-prop): Return proper values.
11225         * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
11226         Use proper attribute name labeledUri instead of deprecated labeledUrl.
11228 2002-01-05  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11230         * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
11231         editing an empty hotlist.
11233         * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
11234         Use buffer-string instead of buffer-substring for the whole buffer.
11236         * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
11237         not free.
11239         * net/eudc-bob.el (eudc-bob-can-display-inline-images)
11240         (eudc-bob-display-jpeg): Use fboundp instead of boundp.
11241         (eudc-bob-save-object): Make the buffer unibyte.
11242         (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
11243         object to external program.
11245 2002-01-05  Andre Spiegel  <spiegel@gnu.org>
11247         * vc.el (vc-branch-part): Return nil if there's no `.'
11248         (vc-default-previous-version): Renamed from vc-previous-version.
11249         New args BACKEND and FILE.  Return nil for revision numbers
11250         without a `.'
11251         (vc-version-diff): Call vc-BACKEND-previous-version.
11252         (vc-steal-lock): Steal lock before composing mail, so that no mail
11253         is sent when the stealing goes wrong.  And we'll actually see the
11254         error in that case now.
11255         (vc-finish-steal): Removed.
11257         * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
11258         the lock, so that we see expanded headers.
11259         (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
11260         (vc-rcs-minor-part, vc-rcs-previous-version): Removed.  These are
11261         available from vc.el.  Updated all callers.
11263 2002-01-05  Richard M. Stallman  <rms@gnu.org>
11265         * enriched.el (enriched-make-annotation): Doc fix.
11267         * format.el (format-replace-strings, format-subtract-regions)
11268         (format-annotate-region, format-annotate-location)
11269         (format-annotate-atomic-property-change)
11270         (format-annotate-single-property-change): Doc fixes.
11272 2002-01-05  Jason Rumney  <jasonr@gnu.org>
11274         * term/w32-win.el: Require fontset unconditionally.
11275         (w32-handle-scroll-bar-event): Remove.
11277 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11279         * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
11280         copyrights to be updated.
11282 2002-01-04  Eli Zaretskii  <eliz@is.elta.co.il>
11284         * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
11285         2001-10-24.
11287         * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
11289 2002-01-04  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11291         * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
11292         (ldap-ignore-attribute-codings): Change the default value to allow
11293         encoding/decoding of attributes.
11294         (ldap-coding-system): Use UTF-8 as the coding-system.  Doc fix.
11296 2002-01-03  Richard M. Stallman  <rms@gnu.org>
11298         * files.el (basic-save-buffer): Undo previous change.
11300         * calendar/diary-lib.el (diary-block): Doc fix.
11302         * custom.el (defcustom): Fix syntax of previous change.
11304 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
11306         * custom.el (defcustom): Documented :tag, :link and :load.
11308 2002-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
11310         * mail/sendmail.el (mail-recover-1): New function.
11311         (mail-recover): Switch to the *mail* buffer right away.
11312         Use buffer-auto-save-file-name instead of calling
11313         make-auto-save-file-name.  Call dired-noselect instead of invoking
11314         `ls' directly.  Bind coding-system-for-read to emacs-mule-unix
11315         before reading the auto-save file.  If the buffer's auto-save file
11316         does not exist, call mail-recover-1 to allow recovery from past
11317         auto-saved drafts.
11319 2002-01-03  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11321         * time.el (display-time-load-average-threshold): Fix defcustom
11322         (add type and group).
11324         * net/ange-ftp.el (ange-ftp-shell-command): Remove port
11325         specification from the hostname.
11327 2002-01-02  Richard M. Stallman  <rms@gnu.org>
11329         * facemenu.el (facemenu-active-faces):
11330         Use face-attributes-as-vector, not face-attributes-vector.
11332 2002-01-02  Chris Hanson  <cph@aarau.ai.mit.edu>
11334         * xscheme.el: Eleven years of updates on a private copy.
11336         Extensive changes to support multiple xscheme buffers:
11337         (run-scheme): Break up into new functions to facilitate starting
11338         processes in other buffers.
11339         (xscheme-start, xscheme-read-command-line): New functions.
11340         (start-scheme, select-scheme)
11341         (default-xscheme-runlight)
11342         (global-set-scheme-interaction-buffer)
11343         (local-set-scheme-interaction-buffer)
11344         (local-clear-scheme-interaction-buffer)
11345         (exit-scheme-interaction-mode)
11346         (verify-xscheme-buffer): New functions.
11347         (xscheme-process-name, xscheme-buffer-name)
11348         (xscheme-runlight): New internal vars.
11349         (default-xscheme-runlight): New const.
11350         (xscheme-start-process): Add args for the process/buffer names.
11351         (reset-scheme): Pass process/buffer names.
11352         (scheme-interaction-mode): Initialize new local vars.
11353         (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
11354         (xscheme-select-process-buffer, xscheme-process-buffer)
11355         (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
11356         (xscheme-goto-output-point, xscheme-write-message-1): Use new
11357         var xscheme-process-name.
11358         (xscheme-start-process): Initialize xscheme-process-name and
11359         xscheme-buffer-name in the process buffer.  Pass buffer name to
11360         xscheme-modeline-initialize.
11361         (xscheme-modeline-initialize): Add argument to specify buffer name
11362         for mode-line vars.
11363         (xscheme-process-sentinel): Make sure sentinel is run in the
11364         process buffer so it sees its local vars.
11365         (xscheme-process-filter-initialize, xscheme-set-runlight):
11366         More elaborate logic to handle multiple-buffer mode lines.
11368         (xscheme-enter-input-wait): Re-enable control-G handler upon
11369         entering input wait.
11371         (scheme-interaction-mode): Add arg to preserve local vars.
11372         (xscheme-enter-interaction-mode)
11373         (xscheme-enter-debugger-mode): Preserve local vars.
11374         (xscheme-start-process): Clobber local vars.
11376         (scheme-interaction-mode-commands): Allow end user to add commands
11377         to scheme-interaction-mode keymap.
11378         (scheme-interaction-mode-commands-alist): New variable.
11380         (xscheme-send-string): Don't use insert-before-markers.
11382         Implement a per-buffer kill ring:
11383         (xscheme-insert-expression)
11384         (xscheme-rotate-yank-pointer, xscheme-yank)
11385         (xscheme-yank-pop, xscheme-yank-push): New functions.
11386         (xscheme-expressions-ring)
11387         (xscheme-expressions-ring-yank-pointer)
11388         (xscheme-expressions-ring-max): New variables.
11389         (xscheme-send-string-1): Call xscheme-insert-expression to save
11390         expression in ring.
11391         (xscheme-yank-previous-send): Now an alias for xscheme-yank.
11392         (xscheme-previous-send): Deleted variable.
11394         (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
11395         (xscheme-send-control-g-interrupt): Use process-send-string rather
11396         than send-string.
11398         (xscheme-send-region): Insert a newline after an expression that
11399         is submitted in the interaction buffer, for consistency with
11400         recent changes to Edwin.
11402         (xscheme-delete-output): New function mimics comint-delete-output.
11403         (xscheme-last-input-end): New internal variable.
11404         (xscheme-process-filter-output): Update xscheme-last-input-end.
11406         (xscheme-send-control-g-interrupt): Make sure that
11407         xscheme-control-g-disabled-p is looked up in the right buffer.
11409         (xscheme-enable-control-g): Clear C-g message if visible.
11410         (xscheme-control-g-message-string): New internal var.
11411         (xscheme-send-control-g-interrupt): Use new var.
11413         (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
11414         Delay after sending interrupt in order to work around race condition.
11416         (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
11417         (xscheme-send-char): Use xscheme-send-char rather than send-string
11418         to send single char.
11420         (xscheme-process-filter, xscheme-process-filter-alist):
11421         Add support for evaluating expressions outside of the call-excursion.
11422         (xscheme-process-filter:string-action-noexcursion): New func.
11424         (xscheme-write-value): Change output string to match that used by
11425         Edwin.
11427         (xscheme-coerce-prompt): Don't write a space after a command
11428         prompt.  The PROMPT-FOR-COMMAND- procedures will take care of this
11429         for us.
11431         (reset-scheme): Delete process after killing it.
11433 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
11435         * bindings.el (function-key-map): Don't bind shifted keypad
11436         numeric keys.
11438 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11440         * enriched.el (enriched-handle-display-prop): Remove unused variables.
11441         (enriched-mode): Doc fix.
11443 2002-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
11445         * international/ucs-tables.el (ucs-8859-8-alist): Comment away
11446         Hebrew points.
11448 2002-01-01  Richard M. Stallman  <rms@gnu.org>
11450         * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
11452 2001-12-31  Richard M. Stallman  <rms@gnu.org>
11454         * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
11455         * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
11456         * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
11457         * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
11458         * progmodes/cperl-mode.el, progmodes/idlwave.el:
11459         * progmodes/sh-script.el, progmodes/vhdl-mode.el:
11460         Adapt face definitions to use :weight and :slant.
11462         * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
11464         * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
11466         * font-lock.el (initializing from font-lock-face-attributes):
11467         Use :weight and :slant, not :bold and :italic.
11469 2001-12-31  Per Abrahamsen  <abraham@dina.kvl.dk>
11471         * cus-edit.el (custom-face-edit-fix-value): New function.
11472         (custom-face-edit): Use it, to convert :italic and :bold to new forms.
11474 2001-12-30  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11476         * progmodes/octave-mod.el (octave-abbrev-table):
11477         * progmodes/idlwave.el (idlwave-mode-abbrev-table):
11478         * progmodes/fortran.el (fortran-mode-abbrev-table):
11479         * progmodes/f90.el (f90-mode-abbrev-table):
11480         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
11481         * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
11482         predefined abbrevs as "system" abbrevs.
11484 2001-12-30  Richard M. Stallman  <rms@gnu.org>
11486         * info.el (Info-fontify-node): For a **** underline line, put the
11487         invisible and intangible props on the following newline, but not
11488         on the previous newline or the last char of the previous line.
11490         * faces.el (face-set-after-frame-default): Don't change `default' face.
11492         * faces.el (minibuffer-prompt): Adopt some default colors.
11494         * replace.el (query-replace-read-args): Immediate error if read-only.
11496         * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
11497         Display the output buffer in a more intelligent way.
11499 2001-12-30  Eli Zaretskii  <eliz@is.elta.co.il>
11501         * ls-lisp.el (insert-directory): Modify the "total" line wording,
11502         in accordance with files.el's insert-directory.
11504 2001-12-29  Richard M. Stallman  <rms@gnu.org>
11506         * files.el (basic-save-buffer): If a before-write hook displays
11507         an echo area message, pause before calling basic-save-buffer-1.
11509 2001-12-29  Markus Rost  <rost@math.ohio-state.edu>
11511         * textmodes/reftex-global.el (reftex-query-replace-document)
11512         (reftex-change-label): Doc fix.
11514         * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
11516         * progmodes/etags.el (tags-query-replace): Doc fix.
11518 2001-12-29  Richard M. Stallman  <rms@gnu.org>
11520         * progmodes/compile.el (compile-internal): Fix previous change.
11522 2001-12-28  Richard M. Stallman  <rms@gnu.org>
11524         * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
11525         shrink the windows above as necessary to get space.
11526         (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
11528         * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
11529         This fixes a bug that treated all files as directories.
11530         (ange-ftp-insert-directory): Explicitly follow symlinks.
11532         * international/iso-transl.el (iso-transl-char-map) Eliminate the
11533         alias symbols--put the translated sequences here directly.
11535         * progmodes/cc-mode.el (c-mode-abbrev-table)
11536         (c++-mode-abbrev-table, objc-mode-abbrev-table)
11537         (java-mode-abbrev-table, pike-mode-abbrev-table):
11538         Mark all the predefined abbrevs as "system" abbrevs.
11540         * mail/sendmail.el (mail-envelope-from): Fix custom type.
11541         (sendmail-send-it): Check mail-specify-envelope-from
11542         and mail-envelope-from in the mail buffer at start.
11544 2001-12-28  Simon Josefsson  <jas@extundo.com>
11546         * mail/sendmail.el (mail-envelope-from): Fix :type.
11547         (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
11549 2001-12-28  Richard M. Stallman  <rms@gnu.org>
11551         * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
11553         * simple.el (line-move-invisible): New subroutine.
11554         (line-move-to-column): New subroutine--smarter about advancing over
11555         invisible parts of a line, or lines, but only as long as hpos grows.
11556         (line-move-finish): New subroutine: repeatedly processes desired
11557         column, intangibility, and fields.
11558         (line-move): Use those subroutines.
11559         When moving lines downward, skip invisible text first rather than last.
11561 2001-12-27  Richard M. Stallman  <rms@gnu.org>
11563         * international/mule-diag.el (describe-char-after):
11564         Describe the text properties of the char after point.
11566         * help.el (describe-key): Doc fix.
11568 2001-12-26  Markus Rost  <rost@math.ohio-state.edu>
11570         * find-dired.el (find-dired-sentinel): Precede exit message by
11571         two spaces, to match the regexp in dired-between-files.
11573 2001-12-28  Miles Bader  <miles@gnu.org>
11575         * wid-edit.el (widget-toggle-value-create): Don't eval actual
11576         images (which are lists too).
11578 2001-12-27  Eli Zaretskii  <eliz@is.elta.co.il>
11580         * language/european.el: Fix the doc string of "Latin-5" language
11581         environment.
11583 2001-12-26  Richard M. Stallman  <rms@gnu.org>
11585         * textmodes/flyspell.el (flyspell-mode-map): New keymap,
11586         defined as before 2001-11-09.
11587         (add-minor-mode call): Specify the keymap.
11589         * progmodes/compile.el (compile-internal):
11590         Set TERM variable in process-environment.
11592 2001-12-25  Richard M. Stallman  <rms@gnu.org>
11594         * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
11595         the buffer.
11597         * startup.el (command-line): Convert command line args
11598         to Emacs internal representation using locale-coding-system.
11600 2001-12-25  Eli Zaretskii  <eliz@is.elta.co.il>
11602         * international/fontset.el: Don't require ind-util when compiling.
11604 2001-12-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11606         * emulation/tpu-edt.el (tpu-reset-screen-size):
11607         Use set-frame-height and set-frame-width instead of set-screen-height
11608         and set-screen-width.
11610         * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
11611         of obsolete set-screen-width.
11613         * locate.el (locate): Remove dot at the end of error argument.
11615         * emerge.el (emerge-show-file-name): Use frame-height instead of
11616         obsolete screen-height.
11618         * mail/mh-utils.el (mh-show-msg): Likewise.
11619         (mh-handle-process-error): Use frame-width instead of obsolete
11620         screen-width.
11622 2001-12-25  Richard M. Stallman  <rms@gnu.org>
11624         * window.el (balance-windows): Use new PRESERVE-BEFORE arg
11625         to enlarge-window.  Use save-selected-window.  Don't try
11626         to resize windows that end at the bottom "level".
11627         Retry changing the sizes until the windows get the desired sizes.
11628         Discount the minibuffer when computing total height available.
11630         * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
11631         (debugger-make-xrefs): Only make a button for the first symbol
11632         on any line.
11634 2001-12-24  Eli Zaretskii  <eliz@is.elta.co.il>
11636         * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
11637         Call IT-setup-unicode-display here instead of adding it to
11638         dos-codepage-setup-hook, so that Unicode display tables are set
11639         before dos-codepage-setup-hook runs.
11641 2001-12-24  Richard M. Stallman  <rms@gnu.org>
11643         * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
11644         (nslookup-mode-abbrev-table): Don't define it.
11645         (smbclient-mode-abbrev-table): Don't define it.
11646         (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
11647         (nslookup-mode, smbclient-mode): Likewise.
11648         (network-connection-service-abbrev-alist): Variable deleted.
11649         (network-connection-mode-setup): Don't set up abbrev table.
11651         * faces.el (minibuffer-prompt): New face.
11652         (minibuffer-prompt-properties): Add `face' property.
11654         * replace.el (occur-mode-display-occurrence): New function.
11655         (occur-mode-map): Bind C-o to it.
11657 2001-12-24  Michael Kifer  <kifer@cs.sunysb.edu>
11659         * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
11660         (viper-special-read-and-insert-char): Make C-m work right in the r
11661         comand.
11662         (viper-buffer-search-enable): Fixed format string.
11664         * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
11665         instead of viper-info-on-file.
11666         (ex-set-visited-file-name): New function.
11668         * viper.el (viper-emacs-state-mode-list): Added mail-mode.
11670         * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
11671         action argument.
11673         * ediff-init.el: Fixed some doc strings.
11675         * ediff-util.el (ediff-after-quit-hook-internal): New variable.
11676         Got rid of make-local-hook.
11678         * ediff-wind.el (ediff-setup-control-frame): Got rid of
11679         make-local-hook.
11681 2001-12-23  Richard M. Stallman  <rms@gnu.org>
11683         * term/x-win.el (x-handle-geometry): Put height and width
11684         on default-frame-alist, left and top on initial-frame-alist.
11685         * term/w32-win.el (x-handle-geometry): Likewise.
11687         * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
11689         * play/yow.el (yow): Use an arg to distinguish interactive calls,
11690         not interactive-p.
11692 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11694         * emacs-lisp/elint.el (elint-unknown-builtin-args):
11695         Remove mocklisp entries.
11697         * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
11698         Lisp.  Obsoleted.
11700         * emulation/mlconvert.el: File removed.
11702         * emulation/mlsupport.el: Moved to obsolete.
11704         * obsolete/mlsupport.el: Moved there from lisp/emulation.
11706         * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
11708         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11709         Remove mocklisp case.
11711         * help-fns.el (describe-function-1): Remove mocklisp function case.
11713 2001-12-22  Miles Bader  <miles@gnu.org>
11715         * textmodes/refill.el (refill-mode): Don't barf when redundantly
11716         turning refill-mode off.
11718 2001-12-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11720         * time.el (display-time-load-average-threshold): New variable.
11721         (display-time-update): Use it.
11723         These changes allow cycling through past 1, 5 and 15 minutes
11724         load-average displayed in the mode-line.
11726         * time.el (display-time-default-load-average): New customizable option.
11727         (display-time-load-average): New variable.
11728         (display-time-cycle-load-average): New function.
11729         (display-time-update): Use them.
11731 2001-12-21  Richard M. Stallman  <rms@gnu.org>
11733         * apropos.el (apropos-print): SPACING is now nil or a separator string.
11734         (apropos-documentation, apropos-value): Pass a suitable string.
11736 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
11738         * dired.el (dired-free-space-program, dired-free-space-args):
11739         Aliases for back-compatibility.
11741         * info.el (Info-select-node): If Info-use-header-line is nil, set
11742         header-line-format to nil.
11743         (Info-fontify-node): Don't put a keymap text property on the
11744         heading if we are not going to display the header line.  Remove
11745         any such text properties left over from past visits to this node.
11747         * ls-lisp.el (insert-directory): Insert the amount of free disk
11748         space, like files.el's insert-directory does.
11750         * files.el (directory-free-space-program):
11751         Mention file-system-info in the doc string.
11752         (get-free-disk-space): New function; code moved from insert-directory.
11753         (insert-directory): Call get-free-disk-space to get the amount of
11754         free space.
11756 2001-12-21  Richard M. Stallman  <rms@gnu.org>
11758         * help.el (view-order-manuals, view-emacs-news, describe-copying)
11759         (describe-distribution, describe-project): Use view-file.
11761         * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
11763         * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
11765         * emacs-lisp/easy-mmode.el (define-minor-mode):
11766         Make no arg by default in an interactive call,
11767         so that repeating the command toggles again.
11769         * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
11771 2001-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
11773         * antlr-mode.el: More sophisticated indentation of cpp directive.
11774         (antlr-indent-at-bol-alist): New user option.
11775         (antlr-indent-line): Use it.
11776         (antlr-indent-style): New user option.
11777         (antlr-mode): Use it.
11778         (antlr-indent-item-regexp): Customize.
11780         * antlr-mode.el: Syntax highlighting changes.
11781         (antlr-font-lock-literal-regexp): New user option.
11782         (antlr-font-lock-syntax-face): New face used for :, |, ....
11783         (antlr-font-lock-default-face): New face.
11784         (antlr-font-lock-additional-keywords): Use them.
11786         * antlr-mode.el: New command to insert options -- variables.
11787         (antlr-mode-map): New binding [C-c C-o].
11788         (antlr-mode-menu): New submenus.
11789         (antlr-options-use-submenus): New user option.
11790         (antlr-tool-version): New user option.
11791         (antlr-options-auto-colon): New user option.
11792         (antlr-options-style): New user option.
11793         (antlr-options-push-mark): New user option.
11794         (antlr-options-assign-string): New user option.
11795         (antlr-options-headings): New variable.
11797         * antlr-mode.el: New command to insert options -- specific.
11798         (antlr-options-alists): New variable.
11799         (antlr-read-value): New function.
11800         (antlr-read-boolean): New function.
11801         (antlr-language-option-extra): New function.
11802         (antlr-language-limit-n-regexp): Change default to higher LIMIT.
11803         (antlr-c++-mode-extra): New function.
11804         (antlr-grammar-tokens): New function.
11805         (antlr-imenu-create-index-function): New optional argument.
11807         * antlr-mode.el: New command to insert options -- functions.
11808         (antlr-insert-option): New command.
11809         (antlr-insert-option-interactive): New function.
11810         (antlr-options-menu-filter): New function.
11811         (antlr-option-kind): New function.
11812         (antlr-scan-lists): New alias.
11813         (antlr-scan-lists-internal): New function.
11814         (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
11815         (antlr-option-level): New function.
11816         (antlr-syntactic-grammar-depth): New function.
11817         (antlr-option-location): New function.
11818         (antlr-insert-option-do): New function.
11819         (antlr-option-spec): New function.
11820         (antlr-version-string): New function.
11821         (antlr-insert-option-existing): New function.
11822         (antlr-insert-option-space): New function.
11823         (antlr-insert-option-area): New function.
11825         * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
11826         with narrowing.  Menu change.  Miscellaneous.
11827         (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
11828         (antlr-mode-map): New bindings for characters in ":;|&(){}".
11829         (antlr-electric-character): New command.
11830         (antlr-class-header-regexp): New variable.
11831         (antlr-font-lock-additional-keywords): Use it.
11832         (antlr-imenu-create-index-function): Use it.
11833         (antlr-file-dependencies): Use it.
11834         (antlr-indent-line): Also works with restrictions.
11835         (antlr-indent-command): Interactive spec - changes the buffer.
11836         (antlr-language-for-option): Deletia.
11837         (antlr-language-option): New function, defined instead.
11838         (antlr-mode): Use it.
11840 2001-12-21  Eli Zaretskii  <eliz@is.elta.co.il>
11842         * jka-compr.el (jka-compr-partial-uncompress): Use null-device
11843         instead of a literal /dev/null.
11845         * Makefile.in (distclean): Remove Makefile in the build
11846         directory, not in the source directory.
11848 2001-12-21  Simon Josefsson  <jas@extundo.com>.
11850         * mail/smtpmail.el (smtpmail-send-queued-mail):
11851         Use with-temp-buffer instead of find-file-noselect, and bind
11852         coding-system-for-read to no-conversion when reading the queued
11853         messages.  (Simon's code modified slightly by Eli Zaretskii.)
11855 2001-12-20  Werner Lemberg  <wl@gnu.org>
11857         * international/mule-diag.el (describe-coding-system)
11858         (print-coding-system-briefly): Make printed output have a similar
11859         format as describe-character-set.
11861 2001-12-20  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11863         * play/blackbox.el (bb-member): Remove, use member instead.
11864         (bb-delete): Remove, use delete instead.
11865         Update copyright notice.  Defvar for bb-board, bb-x, bb-y,
11866         bb-score, bb-detour-count and bb-balls-placed.
11867         Propertize results of rays.
11869 2001-12-19  Karl Fogel  <kfogel@red-bean.com>
11871         * isearch.el (isearch-forward, isearch-edit-string): Make doc
11872         strings mention keybinding for `isearch-yank-word-or-char',
11873         rather than `isearch-yank-word', since the former is bound now
11874         and the latter is not.
11875         (isearch-yank-word-or-char): Fix formatting.
11877 2001-12-19  Werner Lemberg  <wl@gnu.org>
11879         * language/czech.el, language/european.el, language/slovak.el:
11880         More fixes for language info doc strings.
11882 2001-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
11884         * loadup.el: Add "language" to the load-path.
11886 2001-12-19  Richard M. Stallman  <rms@gnu.org>
11888         * international/mule-cmds.el (describe-language-environment):
11889         Fix calls to help-xref-button.
11891 2001-12-19  Miles Bader  <miles@gnu.org>
11893         * international/fontset.el: Require `ind-util' when compiling.
11895 2001-12-18  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11897         * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
11898         instead of decompose-composite-char.
11900 2001-12-18  Richard M. Stallman  <rms@gnu.org>
11902         * simple.el (eval-expression-print-level)
11903         (eval-expression-print-length): Doc fixes.
11905         * international/mule-diag.el (describe-character-set):
11906         Fix the arg to help-xref-button.
11908         * files.el (directory-free-space-program): New variable.
11909         (directory-free-space-args): New variable.
11910         (insert-directory): Use those two variables for getting free space.
11911         Use file-system-info instead, if that is defined.
11913         * dired.el (dired-free-space-program): Variable deleted.
11914         (dired-free-space-args): Variable deleted.
11915         (dired-insert-directory): Don't try to determine free space.
11917         * files.el (font-lock-defaults): Add risky-local-variables prop.
11918         (hack-one-local-variable): Treat various font-lock variables as risky.
11920 2001-12-18  Werner Lemberg  <wl@gnu.org>
11922         * language/chinese.el, language/cyrillic.el:
11923         * language/czech.el, language/european.el, language/greek.el:
11924         * language/hebrew.el, language/indian.el, language/japanese.el:
11925         * language/korean.el, language/lao.el, language/slovak.el:
11926         * language/thai.el, language/tibetan.el, language/vietnamese.el:
11927         Improve documentation strings of coding systems and language infos.
11929 2001-12-18  Werner LEMBERG  <wl@gnu.org>
11931         Add support for EUC-TW decoding/encoding.
11933         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
11934         (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
11935         New auxiliary functions to build `big5-to-cns'.
11936         (big5-to-cns): New translation alist.
11938         * language/chinese.el: Added new coding system `euc-tw' and its
11939         alias `euc-taiwan'.
11940         Updated language `Chinese-CNS' to include euc-tw encoding also.
11941         (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
11942         euc-tw.
11944 2001-12-18  Dave Love  <fx@gnu.org>
11946         * loadup.el: Add language/utf-8-lang, language/georgian.
11948         * image-file.el (image-file-name-extensions): Add pnm.  Doc fix.
11949         (image-file-name-regexps): Doc fix.
11951         * server.el (server-unload-hook): New function.
11953         * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
11954         (lm-crack-copyright): Cope with multi-line copyright `lines'.
11956         * simple.el (newline): Doc fix.
11957         (eval-expression-print-level, eval-expression-print-length): Doc
11958         fix.  Amend :type.
11959         (next-line, previous-line): Make arg optional.
11960         (newline): Doc fix.
11962         * Makefile.in (DONTCOMPILE): Add various language files.
11964         * international/quail.el (quail-input-string-to-events): Don't use
11965         string-to-list.
11967         * progmodes/f90.el (f90-break-line): Avoid infinite recursion
11968         calling `newline'.
11970 2001-12-17  Richard M. Stallman  <rms@gnu.org>
11972         * comint.el (comint-dynamic-list-input-ring-select): New function.
11973         Switches back to the old window configuration.
11974         (comint-dynamic-list-input-ring): Bind RET to that function.
11975         (comint-dynamic-list-input-ring-window-conf): New variable.
11977 2001-12-17  Werner Lemberg  <wl@gnu.org>
11979         * international/mule-conf.el: Improve documentation strings of
11980         character sets.
11982 2001-12-16  Richard M. Stallman  <rms@gnu.org>
11984         * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
11985         (dired-mode-map): Bind w to dired-copy-filename-as-kill.
11987         * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
11989         * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
11990         Add a DESCRIPTION for the makefile item.
11992         * find-file.el (ff-other-file-name): New function.
11994 2001-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
11996         * international/quail.el (quail-input-string-to-events): Fix last
11997         change.
11999 2001-12-16  Richard M. Stallman  <rms@gnu.org>
12001         * isearch.el (isearch-edit-string): When we set isearch-string
12002         to the default, also set isearch-message.
12004         * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
12006         * startup.el (command-line-1): Display startup screen
12007         even if there are command line args.
12008         Add a note about how to go to editing your files.
12009         (fancy-splash-head): Add a note about how to go to your files.
12010         (fancy-splash-outer-buffer): New variable.
12011         (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
12013         * subr.el (with-temp-message): At the end, always discard
12014         the temp message, even by clearing the echo area.
12016         * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
12018 2001-12-16  Stefan Monnier  <monnier@cs.yale.edu>
12020         * log-view.el (log-view-message-re, log-view-current-tag):
12021         Recognize Subversion's log output format.
12023         * international/fontset.el: Build the list L at compile time.
12025         * language/ind-util.el (mapthread): Make a closure.
12027 2001-12-15  Richard M. Stallman  <rms@gnu.org>
12029         * isearch.el (isearch-start-hscroll): New variable.
12030         (isearch-mode): Set isearch-start-hscroll.
12031         (isearch-update): Restore original hscrolling if possible.
12033         * isearch.el (isearch-edit-string):
12034         Treat isearch-yank-word-or-char specially, like isearch-yank-word.
12036         * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
12037         (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
12038         rather than regexp search and (2) copying text properties
12039         already set up on text unchanged from the previous backtrace.
12041         * case-table.el (set-case-syntax-pair):
12042         Detect invalid calls and signal an error.
12044 2001-12-15  Richard M. Stallman  <rms@gnu.org>
12046         * language/ind-util.el (range): Function deleted.
12047         (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
12048         All calls changed.
12050         * language/devan-util.el (devanagari-range): Renamed from `range'.
12051         All calls changed.
12052         (devanagari-regexp-of-hashtbl-keys):
12053         Renamed from `regexp-of-hashtbl-keys'.  All calls changed.
12055 2001-12-15  Dave Love  <fx@gnu.org>
12057         * language/ind-util.el: Don't require cl.
12058         (indian-glyph-char, indian-glyph-max-char)
12059         (indian-char-glyph): Moved from indian.el
12060         (indian--puthash-char, mapthread): Don't quote lambda.
12061         (indian--map): New function.
12062         (indian--puthash-v, indian--puthash-c, indian--puthash-m)
12063         (indian--puthash-cv): Use it.
12065         * language/indian.el (indian-glyph-char, indian-glyph-max-char)
12066         (indian-char-glyph): Moved to ind-util.el
12068         * language/devan-util.el (devanagari-post-read-conversion):
12069         New function.
12071         * language/georgian.el: New file.
12073         * international/mule-cmds.el (locale-language-names): Add various
12074         entries.  Remove utf-8 special case.
12075         (locale-charset-language-names, locale-preferred-coding-systems):
12076         Add utf-8 case.
12077         (set-language-environment): Process required-features earlier.
12079         * international/quail.el (quail-keyboard-layout-alist):
12080         Add pc105-uk.
12081         (quail-keyboard-layout-type): Fix :type.
12082         (quail-choose-completion-string): Simplify.
12083         (quail-update-leim-list-file): Don't get fooled by commented-out code.
12084         (quail-input-string-to-events): Run events through
12085         translation-table-for-input.
12087         * international/mule-conf.el (translation-table-for-input):
12088         New variable.
12089         (latin-iso8859-14): Amend description.
12090         (file-coding-system-alist): Add entry for utf-8.
12092         * language/utf-8-lang.el: New file.
12094         * international/code-pages.el: New file.
12096         * language/hebrew.el ("Windows-1255"): New language.
12098         * language/european.el ("Welsh", "Latin-7", "Lithuanian")
12099         ("Latvian"): New languages.
12101 2001-12-14  Stefan Monnier  <monnier@cs.yale.edu>
12103         * xml.el: Use setq rather than (set 'foo bar).
12104         Use push+nreverse rather than append.
12105         (xml-node-name, xml-node-attributes, xml-node-children):
12106         Use defsubst rather than macros.
12107         (xml-parse-region): Handle a nil return value from xml-parse-tag.
12108         (xml-parse-tag): Don't skip white space.  Return nil for a comment.
12109         Concat the two strings surrounding a comment into a single string.
12111         * newcomment.el (comment-indent): Jump to the middle of empty comments.
12113 2001-12-14  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12115         * select.el (xselect-convert-to-class, xselect-convert-to-name):
12116         Document.
12118 2001-12-14  Andre Spiegel  <spiegel@gnu.org>
12120         * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
12121         Return nil if FILE is not registered.
12122         (vc-check-master-templates, vc-default-make-version-backups-p):
12123         Doc fix.
12125 2001-12-13  David Ponce  <david@dponce.com>
12127         * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
12128         (ruler-mode-left-fringe-cols): New macro.
12129         (ruler-mode-right-fringe-cols): New macro.
12130         (ruler-mode-left-scroll-bar-cols): New macro.
12131         (ruler-mode-right-scroll-bar-cols): New macro.
12132         (ruler-mode-ruler): Use above new macros.
12134 2001-12-13  Richard M. Stallman  <rms@gnu.org>
12136         * files.el (set-auto-mode): Fix previous change.
12138 2001-12-13  Stefan Monnier  <monnier@cs.yale.edu>
12140         * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
12141         (easy-menu-do-define, easy-menu-convert-item-1)
12142         (easy-menu-define-key-intern, easy-menu-get-map): Use it.
12143         (easy-menu-return-item): Only return nil if there is no binding.
12145 2001-12-13  Rajesh Vaidheeswarran  <rv@gnu.org>
12147         * whitespace.el (whitespace-version): 3.2
12148         * whitespace.el (whitespace-force-mode-line-update): Replace with
12149         `whitespace-mode-line-update', which is an alias to the correct
12150         function in various emacsen.
12151         * whitespace.el (whitespace-{un,}highlight-the-space):
12152         Add colorized highlighting of the bogus whitespaces in a buffer/file,
12153         using the `whitespace-highlight-face' if
12154         `whitespace-display-spaces-in-color' is set.
12156 2001-12-13  Eli Zaretskii  <eliz@is.elta.co.il>
12158         * international/mule.el (set-auto-coding): Don't search for
12159         "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
12161 2001-12-13  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12163         * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
12165         * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
12167         * mail/rmailsum.el (rmail-summary-mode): Likewise.
12169 2001-12-13  Richard M. Stallman  <rms@gnu.org>
12171         * simple.el (undo): Always set this-command to `undo',
12172         so that the next undo after an error will not begin redoing.
12174         * simple.el (shell-command): Doc fix.
12175         (shell-command-on-region): If there is output an an error,
12176         add "...Shell command failed" to the output.
12178 2001-12-13  David Ponce  <david@dponce.com>
12180         * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
12181         (ruler-mode-left-fringe-cols): Function replaced by more efficient
12182         implementation `ruler-mode-extra-left-cols'.
12183         (ruler-mode-ruler): Use above new function.  Take into account
12184         that the fringe areas can now be resized.
12186 2001-12-12  Richard M. Stallman  <rms@gnu.org>
12188         * international/characters.el (Unicode): Comment out
12189         the specifications for kelvin and angstrom signs.
12191         * international/mule.el (make-translation-table-from-vector):
12192         Allow null elements in VEC.
12194         * international/ucs-tables.el (unify-8859-on-encoding-mode)
12195         (unify-8859-on-decoding-mode): Swap the code in their bodies.
12196         Add :version.
12198 2001-12-11  Richard M. Stallman  <rms@gnu.org>
12200         * derived.el (derived-mode-p): Function moved to subr.el.
12202         * subr.el (derived-mode-p): Moved here from derived.el.
12204         * international/mule.el (set-auto-coding): Use set-auto-mode-1.
12206         * files.el (set-auto-mode-1): New subroutine, broken out of
12207         set-auto-mode.
12208         (set-auto-mode, hack-local-variables-prop-line): Use that.
12210 2001-12-11  Dave Love  <fx@gnu.org>
12212         * language/thai-util.el, language/thai.el: Add Unicode equivalents.
12214         * language/european.el: Remove autoload cookies.  Fix registration
12215         of diacritic composition function.
12217 2001-12-11  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12219         * calendar/todo-mode.el: Require time-stamp.
12221         * net/zone-mode.el (zone-mode): Don't use make-local-hook.
12223 2001-12-11  Richard M. Stallman  <rms@gnu.org>
12225         * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
12227         * textmodes/ispell.el (ispell-buffer-local-parsing):
12228         Match xml like sgml.
12230         * emacs-lisp/advice.el (ad-compile-function):
12231         Byte compile the function under another (uninterned) name.
12233         * gud.el (gdb): Define and bind gud-jump.
12235         * font-lock.el (font-lock-mode):
12236         Put our function at the end of after-change-functions.
12238         * ediff-diff.el (ediff-cmp-options): Doc fix.
12240         * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
12242 2001-12-10  Richard M. Stallman  <rms@gnu.org>
12244         * isearch.el (isearch-yank-word-or-char): New function.
12245         (isearch-mode-map): Bind C-w to that.
12247         * menu-bar.el (menu-bar-mode): Make arg optional.
12249         * simple.el (line-move): Cope if next-single-property-change
12250         or previous-single-property-change returns nil.
12252         * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
12253         Don't use interactive-p; instead, pass the proper args
12254         in (interactive...).  Clean up most of the trouble-report strings.
12256 2001-12-10  Eli Zaretskii  <eliz@is.elta.co.il>
12258         * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
12259         enqueued messages literally.
12261 2001-12-10  Noah Friedman  <friedman@splode.com>
12263         * battery.el (battery-insert-file-contents): Obsolete function
12264         removed.
12265         (battery-read-function): Obsolete function removed.
12266         (battery-linux-proc-apm): Use insert-file-contents.
12268 2001-12-07  Stephen Eglen  <stephen@gnu.org>
12270         * iswitchb.el (iswitchb-visit-buffer):
12271         Use `select-frame-set-input-focus'--needed when window manager
12272         uses "click to focus" policy.
12274 2001-12-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12276         * COPYING: Moved back.
12278 2001-12-07  Eli Zaretskii  <eliz@is.elta.co.il>
12280         * term/internal.el (IT-character-translations): Add entries for
12281         more points.
12283         * international/characters.el: Resurrect the Hebrew category
12284         settings for all Hebrew characters removed by the last change.
12285         Add code for setting the Hebrew category of the Unicode Hebrew
12286         characters.  Set syntax entries for Hebrew punctuation characters.
12288         * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
12289         points and directional formatting control characters.
12291 2001-12-07  Dave Love  <fx@gnu.org>
12293         * language/lao-util.el: Add Unicode equivalents for rules.
12294         (lao-post-read-conversion): New function.
12296         * language/lao.el: Add Unicode equivalents.
12297         (lao): Add post-read conversion.
12299         * international/latin1-disp.el: Fix some 8-bit-graphic characters.
12300         Use iso2022 encoding.
12301         (latin1-char-displayable-p): Doc fix.
12302         (latin1-display-ucs-per-lynx): New option.
12303         (latin1-display-ucs-per-lynx): New command.
12304         (latin1-display-reset): Special-case arabic.
12305         (ucs-tables): Require.
12306         (latin1-display-sets, latin1-display-setup): Add arabic.
12307         (latin1-display) <variable>: Use function latin1-display.
12308         (latin1-display) <function>: Add mule-unicode stuff.
12309         (latin1-display-check-font): Don't lose if `info' is nil.
12311         * international/iso-transl.el: Insert Latin-1 characters, not
12312         unibyte codes.
12314         * language/european.el (diacritic-composition-pattern): New constant.
12315         (diacritic-compose-region, diacritic-compose-string)
12316         (diacritic-compose-buffer, diacritic-post-read-conversion)
12317         (diacritic-composition-function): New functions.
12319         * international/utf-8.el (ucs-mule-to-mule-unicode):
12320         New translation table.
12321         (ccl-encode-mule-utf-8): Use it.
12322         (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
12323         (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
12324         (utf-8-subst-table): New variable.
12325         (utf-8-compose-scripts): New option.
12326         (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
12328         * international/ucs-tables.el, international/utf-8-subst.el:
12329         New files.
12331         * international/characters.el: Don't set word syntax (the default)
12332         explicitly.  Add a diacritic category.  Add info for Unicode
12333         equivalents of characters in various Mule charsets and for extra
12334         Unicode characters.  Don't define specific categories for
12335         Indian/Devanagari, since they aren't used.
12337 2001-12-06  Richard M. Stallman  <rms@gnu.org>
12339         * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
12340         (set-justification-left, set-justification-right): Doc fix.
12342         * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
12343         (bug-f90-mode): Variable deleted.
12345 2001-12-06  Stefan Monnier  <monnier@cs.yale.edu>
12347         * indent.el (indent-line-function): Default is indent-relative again.
12349 2001-12-07  Miles Bader  <miles@gnu.org>
12351         * progmodes/compile.el (compilation-error-regexp-alist):
12352         Added regexps for RXP.
12354 2001-12-05  Eli Zaretskii  <eliz@is.elta.co.il>
12356         * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
12357         Add shift-assignment operators to those highlighted, and highlight
12358         the whole operator rather than just the "=".
12360 2001-12-04  Juanma Barranquero  <lektu@terra.es>
12362         * files.el (save-abbrevs, save-some-buffers): Don't ask the user
12363         before saving abbrevs if `save-abbrevs' has the value `silently'.
12365 2001-12-04  Andreas Schwab  <schwab@suse.de>
12367         * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
12369 2001-12-04  Colin Walters  <walters@debian.org>
12371         * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
12372         for `defmacro*' forms.
12374         * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
12375         `defmacro*'.
12377 2001-12-03  Stefan Monnier  <monnier@cs.yale.edu>
12379         * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
12381 2001-12-02  Richard M. Stallman  <rms@gnu.org>
12383         * files.el (insert-directory): If the df output does not look right,
12384         don't try to use it.  Other cleanups in overall code structure.
12386 2001-12-02  Stefan Monnier  <monnier@cs.yale.edu>
12388         * textmodes/outline.el (outline-mode-prefix-map):
12389         Add bindings for outline-promote and outline-demote.
12390         (outline-minor-mode-menu-bar-map): New var.
12391         (outline-minor-mode): Use it.
12392         (outline-heading-alist): New var (renamed from outline-level-heading).
12393         (outline-level): Use it.
12394         (outline-insert-heading, outline-promote, outline-demote):
12395         Update to use outline-heading-alist.
12397         * disp-table.el (standard-display-european):
12398         Simplify since the function is not interactive any more.
12399         Don't set the existing buffers to unibyte.
12401         * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
12403         * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
12405         * reveal.el (reveal-mode): Fix reveal-mode's lighter.
12407         * shell.el (shell): Use shell-file-name.
12408         Pop to buffer before calling comint to set COLUMNS properly.
12410         * emacs-lisp/cl.el (svref): New alias.
12412         * progmodes/antlr-mode.el (antlr-c-common-init):
12413         Don't inhibit adaptive-fill-mode any more.
12415         * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
12417         * progmodes/etags.el (tags-with-face): Use make-symbol.
12418         (tags-search, tags-query-replace): Use backquotes.
12420         * textmodes/picture.el (picture-mode-map): Don't use defconst
12421         for a variable.
12423 2001-12-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12425         * textmodes/reftex-index.el (reftex-index-mode):
12426         Remove make-local-hook.
12428         * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
12430 2001-12-02  Kim F. Storm  <storm@cua.dk>
12432         * isearch.el (isearch-resume-enabled): New variable.
12433         (isearch-done): Use that variable.
12435 2001-12-01  Richard M. Stallman  <rms@gnu.org>
12437         * wid-edit.el (widget-button-click): Don't move point permanently:
12438         Avoid mouse-set-point--instead select the window,
12439         then do save-excursion, then move point.
12440         Specify the buffer for get-char-property.
12441         Don't use `@' in interactive.
12443         * indent.el (indent-line-function):
12444         Default is indent-to-left-margin again.
12446         * replace.el (query-replace-read-args): Display message
12447         if FROM contains `\n' or `\t'.
12449 2001-12-01  Stefan Monnier  <monnier@cs.yale.edu>
12451         * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
12453         * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
12455         * emacs-lisp/regexp-opt.el (regexp-opt):
12456         Bind completion-regexp-list to nil.
12458         * progmodes/hideif.el (hif-nexttoken): Move to before first def.
12460 2001-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
12462         * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
12463         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
12464         Update maintainer.
12466 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
12468         * mail/smtpmail.el: Use with-current-buffer.
12469         (message-make-date, message-make-message-id): Autoload when needed.
12470         (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
12471         headers when missing.
12473         * international/encoded-kb.el (encoded-kbd-mode):
12474         Use define-minor-mode.
12476         * enriched.el (enriched-mode): Use define-minor-mode.
12477         Use dolist and pop and push.
12479         * info.el (Info-find-node-2): Don't call info-insert-file-contents
12480         with the `visit' argument.
12481         (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
12483         * progmodes/hideif.el (hide-ifdef-mode): Only modify
12484         `change-major-mode-hook' locally.  Reset invisibility spec.
12486         * man.el (Man-build-section-alist): Remove last Man-match-substring.
12488 2001-11-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12490         * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
12491         Clarify error message.
12493 2001-11-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12495         * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
12497 2001-11-30  Andre Spiegel  <spiegel@gnu.org>
12499         * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
12500         don't just return it.
12502 2001-11-30  Eli Zaretskii  <eliz@is.elta.co.il>
12504         * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
12505         (menu-bar-read-emacs-man, search-emacs-glossary)
12506         (emacs-index-search, elisp-index-search): New functions.
12507         (apropso-documentation, apropos, apropos-value, apropos-variable)
12508         (apropos-commands): Modify menu item names and help text.
12509         (elisp-index-search, emacs-index-search, emacs-glossary):
12510         New menu items.
12511         (menu-bar-manuals-menu): Move the Ordering Manuals item to a
12512         submenu.
12513         (info-elisp, info-elintro): New menu items.
12514         (apropos): Modify the menu item name.
12516 2001-11-30  Stefan Monnier  <monnier@cs.yale.edu>
12518         * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
12520         * textmodes/outline.el (outline-promote, outline-demote): Typo.
12522         * man.el (man-follow-mouse): New function.
12523         (Man-mode-map): Bind mouse-2 to it.
12524         (Man-match-substring): Remove.  Replace with `match-string'.
12525         (man): Use the `default-value' argument to `read-string'.
12526         (Man-fontify-manpage): Add mouse-face to cross references.
12528         * emacs-lisp/cl-macs.el (shiftf): Fix more.  Simplify.
12530 2001-11-29  Stefan Monnier  <monnier@cs.yale.edu>
12532         * emacs-lisp/crm.el (completing-read-multiple): Better preserve
12533         the value of require-match in minibuffer-completion-confirm.
12534         Use crm-local-completion-map.
12536         * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
12537         (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
12538         (cl-make-type-test): Use char-valid-p for `character'.
12540         * info.el (Info-complete-next-re, Info-complete-cache): New vars.
12541         (Info-complete-menu-item): Rewrite.  Add the ability to search
12542         several sequential nodes.  Add a simple caching mechanism.
12543         (Info-goto-index): New function extracted from Info-index.
12544         (Info-index): Use it.  Add completion to the interactive spec.
12545         (Info-menu-update): Simplify call to `Info-complete-menu-item'.
12547 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12549         * COPYING: Removed.
12551 2001-11-29  Dave Love  <fx@gnu.org>
12553         * progmodes/fortran.el: Fontify rewind, backspace.  Doc fixes.
12554         (fortran-window-create, fortran-window-create-momentarily):
12555         Rewrite, moving error condition.
12556         (fortran-beginning-do, fortran-beginning-if): Fix regexps.
12557         (fortran-mode-syntax-table): Revert last change.
12559         * international/mule.el: Doc fixes.
12560         (map-charset-chars): New function.
12561         (register-char-codings): Use it to cope with generic chars in
12562         safe-chars.
12564 2001-11-29  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12566         * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
12568         * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
12570         * play/studly.el (studlify-word, studlify-region)
12571         (studlify-buffer): Fix doc-string.
12572         (studlify-buffer): Add autoload cookie.
12574 2001-11-28  Stefan Monnier  <monnier@cs.yale.edu>
12576         * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
12577         (outline-up-heading-all): Remove.
12578         (hide-sublevels): Move to end-of-heading before calling flag-region.
12579         (outline-copy-overlay, outline-discard-overlays): Remove.
12580         (outline-flag-region): Use `remove-overlays'.
12581         Don't move to end-of-heading.
12582         (outline-next-visible-heading, outline-back-to-heading)
12583         (outline-on-heading-p): Use outline-invisible-p.
12584         (outline-font-lock-level): Use outline-up-heading's new arg.
12585         (outline-minor-mode): Simplify.
12586         (outline-map-tree, outline-reveal-toggle-invisible): New funs.
12587         (outline): Put a `reveal-toggle-invisible' property.
12588         (outline-level-heading): New var.
12589         (outline-insert-heading, outline-promote, outline-demote)
12590         (outline-toggle-children): New commands.
12592         * progmodes/hideif.el (hif-end-of-line): New function.
12593         (hide-ifdef-mode): Set line-move-ignore-invisible.
12594         (hide-ifdef-region-internal): New function.
12595         (hide-ifdef-region): Use it.
12596         (hif-defined): Return an integer.
12597         (hif-infix-to-prefix): Remove.
12598         (hif-tokenize): Parse from the buffer rather than from a string.
12599         Correctly tokenize integers.  Use forward-comment.
12600         (hif-expr): Use hif-or.
12601         (hif-term): Use hif-and.
12602         (hif-factor): Use hif-not.  Handle numbers properly.
12603         Don't require parenthesis around `defined's argument.
12604         (hif-and, hif-or, hif-not): New funs.
12605         (hif-canonicalize): Pass a region to hif-tokenize.  Use hif-not.
12606         (hif-hide-line): Don't hide the \n before the line.
12607         (hif-possibly-hide): Correctly handle numeric evaluation results.
12609         * progmodes/make-mode.el: Use line-(end|beginning)-position.
12610         (makefile-mode): Set indent-line-function.
12611         (makefile-browser-insert-continuation): Use with-current-buffer.
12612         (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
12614 2001-11-28  Karl Fogel  <kfogel@red-bean.com>
12616         * isearch.el (isearch-yank-internal): New helper function.
12617         (isearch-yank-char): New function.
12618         (isearch-yank-word, isearch-yank-line): Rewrite to use
12619         isearch-yank-internal.
12621 2001-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
12623         * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
12624         aren't supported.  Print a message to that effect if invoked.
12626 2001-11-27  Stephen Eglen  <stephen@gnu.org>
12628         * locate.el (locate): Put point at first matching file rather
12629         than top of buffer.
12631 2001-11-27  Stefan Monnier  <monnier@cs.yale.edu>
12633         * reveal.el: New file.
12635         * progmodes/hideif.el: Misc cleanup.
12636         (hide-ifdef-mode-submap): Put the def in the defvar.
12637         Use substitute-key-definition.
12638         (hide-ifdef-mode): Use define-minor-mode.
12639         (hif-outline-flag-region): Remove.
12640         (hif-show-all): Define in terms of hif-show-ifdef-region.
12641         (hif-after-revert-function): Rename from hif-before-revert-function.
12642         (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
12643         (hif-tokenize): Use with-syntax-table.
12644         (hif-make-range): Use `else' also for `else-p'.
12645         (hif-range-else-p): Remove.
12646         (hif-find-range): Simplify.
12647         (hif-hide-line): Don't bother preserving buffer-modified-p.
12648         (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
12649         Don't use selective-display and inhibit-read-only.
12651         * subr.el (copy-overlay, remove-overlays): New funs.
12653         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
12655 2001-11-27  Sam Steingold  <sds@gnu.org>
12657         * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
12658         * lazy-lock.el, mouse-sel.el, mail/feedmail.el
12659         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
12660         * obsolete/c-mode.el, obsolete/cplus-md.el
12661         * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
12662         * term/sun-mouse.el, textmodes/artist.el:
12663         Converted backquote to the new style.
12664         * mouse.el, reposition.el: Likewise (in comments).
12665         * expand.el: Likewise (in a string).
12667 2001-11-27  Richard M. Stallman  <rms@gnu.org>
12669         * cus-edit.el (custom-load-symbol): Don't always load locate-library.
12671 2001-11-26  Richard M. Stallman  <rms@gnu.org>
12673         * wid-edit.el (widget-toggle-value-create): On graphic terminal,
12674         if :on-glyph or :off-glyph is a list, eval it and store it back.
12675         (checkbox): Quote the values for :on-glyph and :off-glyph.
12677         * cus-start.el (recursive-load-depth-limit): Delete item.
12679 2001-11-26  Stefan Monnier  <monnier@cs.yale.edu>
12681         * help-fns.el (describe-categories, help-describe-category-set): New.
12682         describe-categories moved here from src/category.c.
12684 2001-11-26  Sam Steingold  <sds@gnu.org>
12686         * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
12687         arguments to `insert' are strings.
12689 2001-11-26  Richard M. Stallman  <rms@gnu.org>
12691         * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
12693 2001-11-26  Eli Zaretskii  <eliz@is.elta.co.il>
12695         * international/mule-diag.el: Require help-fns instead of
12696         help-funs.
12698         * help-fns.el: Renamed from help-funs.el.
12700         * startup.el (command-line-1): Don't try to call process-list if
12701         it is not fboundp.
12703 2001-11-26  Sam Steingold  <sds@gnu.org>
12705         * frame.el (show-trailing-whitespace): Remove :set argument (the
12706         value was essentially identical to the defalt).
12708 2001-11-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12710         * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
12712         * icomplete.el (icomplete-minibuffer-setup): Likewise.
12714         * hilit-chg.el (hilit-chg-set): Likewise.
12716         * speedbar.el (speedbar-mode): Likewise.
12718         * calendar/calendar.el (calendar-mode): Likewise.
12720         * play/yow.el (psychoanalyze-pinhead): Use insert instead of
12721         insert-string.
12723         * play/gamegrid.el (gamegrid-init-buffer): Likewise.
12725         * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
12727         * term/sun-mouse.el (sun-yank-selection): Likewise.
12729         * textmodes/bib-mode.el (return-key-bib): Likewise.
12731         * calendar/appt.el (appt-disp-window): Likewise.
12733         * calendar/diary-lib.el (list-diary-entries): Likewise.
12735         * array.el (array-reconfigure-rows): Likewise.
12737         * filecache.el (file-cache-minibuffer-complete): Likewise.
12739         * obsolete/cplus-md.el (fill-c++-comment): Likewise.
12741         * strokes.el (strokes-prompt-user-save-strokes): Likewise.
12743         * allout.el (outline-version, outline-open-topic)
12744         (outline-rebullet-heading, outline-insert-listified)
12745         (outline-latex-verbatim-quote-curr-line)
12746         (outline-latexify-one-item, outlineify-sticky): Likewise.
12748         * vc.el (vc-next-action-on-file): Likewise.
12749         (vc-dired-mode): Remove make-local-hook.
12751 2001-11-26  Andre Spiegel  <spiegel@gnu.org>
12753         * vc.el (vc-find-version): New function.
12754         (vc-version-other-window): Redefined in terms of the above.
12756         * log-view.el (log-view-find-version): New function.
12757         (log-view-mode-map): Bind it to `f'.
12759 2001-11-26  Gerd Moellmann  <gerd@gnu.org>
12761         * language/devan-util.el (dev-char-glyph): Escape `"' in
12762         string literals.
12763         (dev-glyph-glyph, dev-glyph-glyph-2)
12764         (devanagari-compose-syllable-region): Likewise.
12766 2001-11-26  Richard M. Stallman  <rms@gnu.org>
12768         * window.el (save-selected-window): No error if saved window is dead.
12770         * help-funs.el (describe-syntax): Put (interactive) after doc string.
12772 2001-11-26  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12774         * international/quail.el (quail-help): Require help-mode in
12775         top-level instead.
12777         * iswitchb.el (iswitchb-exhibit): Use insert instead of
12778         insert-string.
12780         * icomplete.el (icomplete-exhibit): Likewise.
12782 2001-11-25  Stefan Monnier  <monnier@cs.yale.edu>
12784         * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
12785         (diff-hunk-kill): Simplify.
12786         (diff-post-command-hook): Only apply to a single hunk.
12787         (diff-hunk-text): Make `char-offset' non-optional.
12788         (diff-find-text): Return a cons cell.
12789         (diff-find-approx-text): New fun.
12790         (diff-find-source-location): Use it.
12791         (diff-apply-hunk, diff-test-hunk, diff-goto-source):
12792         Adapt to new retval of diff-find-text.
12794         * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
12795         rather than integer- representation of dates.
12797         * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
12799         * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
12800         (syntax-after): New fun.
12802         * help-funs.el (describe-syntax): New fun.
12804         * font-lock.el (font-lock-cache-state, font-lock-cache-position)
12805         (font-lock-ppss-stats, font-lock-ppss): Remove.
12806         (font-lock-fontify-syntactically-region): Remove tuning code.
12807         (font-lock-compile-keywords): Fix off-by-one bug.
12808         (font-lock-set-defaults): Don't set removed vars.
12809         (c-keywords): Add `inline'.
12810         (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
12812         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12813         Set syntax-begin-function.
12814         (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
12815         (lisp-interaction-mode): Don't set local-abbrev-table any more.
12816         (lisp-mode-auto-fill): Use syntax-ppss and obey
12817         comment-auto-fill-only-comments.
12818         (lisp-fill-paragraph): Use syntax-ppss.
12820 2001-11-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
12822         * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
12823         version of rmail-enable-mime.
12824         (rmail-forward): Use it.
12826 2001-11-25  Richard M. Stallman  <rms@gnu.org>
12828         * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
12830         * international/quail.el (quail-keyboard-layout-button):
12831         Define button type.
12832         (quail-keyboard-customize-button): Likewise.
12833         (quail-help): Use those button types.  Require `help-mode'.
12834         Avoid altering the argument `package'.
12836         * help-mode.el (help-function, help-variable, help-face)
12837         (help-coding-system, help-input-method, help-character-set):
12838         Define each button type with its own explicit define-button-type.
12840         * language/devan-util.el: Comment out parts of the file
12841         which apparently are garbled.
12843 2001-11-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12845         * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
12846         insert-string.
12848 2001-11-25  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12850         * play/snake.el (snake-mode): Remove make-local-hook.
12852         * play/tetris.el (tetris-mode): Likewise.
12854         * play/decipher.el (decipher-mode): Likewise.
12856         * tmm.el (tmm-add-prompt): Likewise.
12858 2001-11-25  Sam Steingold  <sds@gnu.org>
12860         * menu-bar.el (menu-bar-apropos-menu): New variable.
12861         Moved all `apropos' bindings to this menu.
12862         (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
12864 2001-11-24  KAWABATA, Taichi  <batta@beige.ocn.ne.jp>
12866         The following changes are for new indian languages support based
12867         on Unicode charset and CDAC fonts.
12869         * international/mule-conf.el: Change indian-1-column charset to
12870         indian-glyph charset.
12872         * international/characters.el: Adjusted for the change of
12873         indian-1-column -> indian-glyph.
12875         * international/fontset.el: Delete the setting for indian-1-column
12876         and add the setting for indian-glyph in the default fontset.
12878         * language/indian.el: Completely re-written.
12880         * language/devanagari.el: Completely re-written.
12882         * language/devan-util.el: Completely re-written.
12884         * language/ind-util.el: New file.
12886 2001-11-24  Richard M. Stallman  <rms@gnu.org>
12888         * startup.el (command-line-1): Don't do startup screen
12889         if a subprocess is running.  Call the startup screen buffer
12890         "GNU Emacs".  Make a special mode-line-format for it.
12892         * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
12893         (browse-url-galeon): Use that variable.
12895         * mail/supercite.el (sc-toggle-var): Don't use set-variable or
12896         eval-expression.  Eval and set the variable simply.
12898         * files.el (temporary-file-directory): Use defcustom.
12899         (small-temporary-file-directory): Likewise.
12900         (normal-backup-enable-predicate): Move down in file
12901         after definition of temporary-file-directory.
12903         * bindings.el (last-buffer, unbury-buffer): Doc fixes.
12905 2001-11-24  Colin Walters  <walters@debian.org>
12907         * calc/calc-ext.el (calc-init-extensions): Update the rest of the
12908         autoload names to match files renamed on initial calc import.
12910         * calc/calc.el (Commentary): Cleanup, and add logistic curve
12911         fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
12913 2001-11-23  Colin Walters  <walters@debian.org>
12915         * Makefile.in (finder_setwins, setwins): Include Calc again.
12917         * calc/calc-rules.el: Add header comment.
12919 2001-11-23  Andre Spiegel  <spiegel@gnu.org>
12921         * vc.el (with-vc-properties): Don't bind `filename' locally.
12922         (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
12923         to avoid name clashes.  Fix `lisp-indent-function' property for
12924         both.
12926 2001-11-23  Francesco Potorti`  <pot@gnu.org>
12928         * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
12930 2001-11-22  Colin Walters  <walters@debian.org>
12932         * calc/calc-misc.el (report-calc-bug):
12933         Use `reporter-prompt-for-summary-p'.
12935         * calc/INSTALL, calc/Makefile: Remove.
12937 2001-11-22  Miles Bader  <miles@gnu.org>
12939         * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
12940         (reb-match-2, reb-match-3): Add dark-background variants.
12942 2001-11-22  Colin Walters  <walters@debian.org>
12944         * calc/calc-misc.el (calc-info): Don't perform voodoo, just
12945         (info "Calc").
12946         (report-calc-bug): Use reporter.el.
12948         * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
12950 2001-11-21  Richard M. Stallman  <rms@gnu.org>
12952         * which-func.el (which-function): Call imenu--make-index-alist
12953         if necessary to get a list of functions.
12954         (which-function-imenu-failed): New variable.
12955         (which-func-update): Handle all visible windows.
12956         (which-func-update-1): New subroutine broken out of which-func-update.
12958         * files.el (temporary-file-directory, null-device)
12959         (small-temporary-file-directory): Definitions moved up.
12961         * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
12962         (cperl-non-problems, cperl-praise): Doc fixes.
12964         * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
12965         (sh-mode-syntax-table): Function restored.
12966         Variable set up for use by function sh-mode-syntax-table.
12967         (sh-set-shell): Set the syntax table.
12969         * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
12971         * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
12973         * international/encoded-kb.el: Don't alter minor-map-alist.
12975 2001-11-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12977         * files.el (auto-save-file-name-transforms): Put remote files in
12978         temporary-file-directory rather than /tmp.
12980 2001-11-21  Colin Walters  <walters@debian.org>
12982         * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
12983         of (function ...) wrapper.
12985 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
12987         * derived.el (define-derived-mode): Create the abbrev-table
12988         from inside the `defvar'.
12990         * jit-lock.el (jit-lock-defer-time): New var.
12991         (jit-lock-defer-timer, jit-lock-buffers): New vars.
12992         (jit-lock-mode): Initialize them.  Cancel the timers more carefully.
12993         (jit-lock-function): Defer fontification if requested.
12994         (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
12995         (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
12996         text property.
12997         (jit-lock-deferred-fontify): New fun.
12999 2001-11-20  Richard M. Stallman  <rms@gnu.org>
13001         * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
13002         Set local-abbrev-table to lisp-mode-abbrev-table.
13004         * emacs-lisp/re-builder.el (reb-mode):
13005         Don't use define-derived-mode.  Call kill-all-local-variables.
13007         * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
13008         Don't use define-derived-mode.
13010         * help-mode.el (help-mode): Undo 2001-10-07 change.
13012         * replace.el (occur-mode): Undo 2001-5-20 change.
13014 2001-11-20  Jason Rumney  <jasonr@gnu.org>
13016         * w32-fns.el (w32-system-coding-system): Change to an alias for
13017         locale-coding-system.
13018         (set-w32-system-coding-system): Document the above change.
13019         Set locale-coding-system instead.
13021 2001-11-20  Richard M. Stallman  <rms@gnu.org>
13023         * ruler-mode.el: Add pagination.
13024         (ruler-mode-toggle-show-tab-stops): No need to
13025         test `ruler-mode' variable.
13027 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
13029         * play/landmark.el: Mark lm-mode as special.
13031         * play/gomoku.el: Mark gomoku-mode as special.
13033 2001-11-20  Juanma Barranquero  <lektu@terra.es>
13035         * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
13036         (top-level): Bind it to C-c C-b.
13037         (re-builder): Don't re-enter RE Builder Mode.
13039         * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
13041 2001-11-20  Stefan Monnier  <monnier@cs.yale.edu>
13043         * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
13044         `manual-program'.
13046         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
13047         to a line without a comment.
13049 2001-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
13051         * dired.el (dired-listing-switches): Mention in the doc string
13052         that some switches are not supported by ls-lisp.el
13054 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
13056         * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
13057         (imenu--create-keymap-2): Remove.
13058         (imenu--create-keymap-1): Simplify, remove third argument.
13059         (imenu--generic-function): Use dolist.
13060         (imenu-find-default): New function.
13061         (imenu--completion-buffer): Use it.
13062         (imenu--mouse-menu): Use popup-menu.
13063         (imenu--menubar-select): Return t rather than calling imenu.
13065         * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
13066         New functions, extracted from fill-region-as-paragraph.
13067         (fill-region-as-paragraph): Use them.
13068         Use an end marker instead of eob.
13069         Ignore whitespace-only fill-prefixes when indenting according to mode.
13070         Simplify the loop that searches for spaces backwards.
13072         * textmodes/picture.el (picture-vertical-step)
13073         (picture-horizontal-step): Don't use defconst for variables.
13075         * mail/mail-extr.el: Use backquote/dolist/mapc/when.  Docstring fixes.
13076         (mail-extract-address-components): Downcase domain names.
13077         (mail-extr-delete-char): Remove.  Use delete-char instead.
13079         * emulation/pc-select.el: Doc string fixes.
13080         (pc-selection-mode): Don't treat macos as a tty.
13082         * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
13084         * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
13086         * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
13087         (mouse-wheel-progessive-speed): New var.
13088         (mwheel-scroll): Use it and handle float values.
13090         * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
13092         * iswitchb.el (iswitchb-mode): Use define-minor-mode.
13093         (iswitchb): Fix the case where the result was selected with the mouse.
13094         (iswitchb-completion-help): Use the normal *Completions* now that
13095         mouse selection works.
13096         (iswitchb-minibuffer-setup): Simplify.
13098         * newcomment.el (comment-column, comment-style, comment-multi-line)
13099         (comment-auto-fill-only-comments): Remove :group arg.
13100         (comment-padding): Add :type.
13101         (comment-indent-new-line): Ignore comment-auto-fill-only-comments
13102         if called interactively.
13104 2001-11-19  Colin Walters  <walters@verbum.org>
13106         * calc/calc.el (toplevel): Add comment and version header.
13107         (calc-init-base): Bump version to 2.02f, update date.
13109 2001-11-19  Richard M. Stallman  <rms@gnu.org>
13111         * net/browse-url.el: Support Mozilla and Galeon.
13112         By default, find the installed browser whichever it is.
13113         (browse-url-mozilla): New function.
13114         (browse-url-mozilla-sentinel): New function.
13115         (browse-url-galeon, browse-url-galeon-sentinel): New functions.
13116         (browse-url-default-browser): New function.
13117         (browse-url-process-environment): Use browse-url-browser-display.
13118         (browse-url-browser-display): Renamed from browse-url-netscape-display.
13119         (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
13120         (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
13121         (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
13122         (browse-url-browser-function): New default, new options.
13124 2001-11-19  Sam Steingold  <sds@gnu.org>
13126         * bindings.el (last-buffer, unbury-buffer): New function.
13127         (mode-line-unbury-buffer): Use `unbury-buffer'.
13129 2001-11-18  Stephen Eglen  <stephen@gnu.org>
13131         * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
13132         control behaviour when no further completion is possible.
13134 2001-11-19  Colin Walters  <walters@verbum.org>
13136         * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
13137         (math-showing-full-precision, math-with-extra-prec, math-working)
13138         (calc-with-default-simplification)
13139         (calc-with-trail-buffer): Use backtick.
13140         (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
13141         (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
13142         (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
13143         (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
13144         (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
13145         (Math-num-integerp, Math-bignum-test, Math-equal-int)
13146         (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
13147         (calc-record-compilation-date-macro): Deleted.  Callers updated.
13148         (math-format-radix-digit): Move to calc-bin.el.
13150         * calc/calc.el (calc-record-compilation-date): Remove.
13151         (calc-bug-address): Update.
13152         (calc-settings-file): Use `user-init-file'.
13154         * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
13155         Handle null `calc-settings-file'.
13157         * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
13158         * calc/calc-keypd.el (calc-keypad-mode): New.
13159         (calc-do-keypad): Use it.
13160         (calc-keypad-map): Move into `calc-keypad-mode'.
13162         * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
13163         to defalias argument.
13165         * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
13166         (calcFunc-floor): Ditto.
13168         * calc-units.el (calcFunc-usimplify): Ditto.
13170         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
13171         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
13172         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
13173         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
13174         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
13175         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
13176         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
13177         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
13178         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
13179         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
13180         * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
13181         and move them before their first use.  Use `when', `unless'.
13182         Remove trailing periods from error forms.  Add description and
13183         headers suggested by Emacs Lisp coding conventions.
13185 2001-11-19  Stefan Monnier  <monnier@cs.yale.edu>
13187         * newcomment.el (comment-indent):
13188         Fix misindentation for comment-only lines.
13189         (comment-indent-new-line): Only obey comment-multi-line if the
13190         comment-ender is not the end-of-line.
13192 2001-11-19  Richard M. Stallman  <rms@gnu.org>
13194         * net/net-utils.el (network-connection-service-abbrev-alist):
13195         New variable.
13197         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
13198         Advance to start of 3rd sexp by moving fwd and backing over it.
13199         At first three elements, act like defun.
13201         * delsel.el (delete-selection-pre-hook): Handle and resignal
13202         file-supersession errors to interact properly with userlock.el.
13204 2001-11-18  Richard M. Stallman  <rms@gnu.org>
13206         * progmodes/fortran.el (fortran-mode-syntax-table):
13207         Specify punctuation syntax for backslash.
13209         * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
13210         All calls deleted.
13212         * international/mule-util.el (string-to-sequence): Make it obsolete.
13213         (string-to-list, string-to-vector): Implement them directly
13214         using append and vconcat, not with string-to-sequence.
13216         * startup.el (command-line): Set abbrevs-changed to nil after
13217         reading the init file and the abbrevs file.
13219         * isearch.el (isearch): Use magenta2 as bg for (background light)
13221 2001-11-17  Richard M. Stallman  <rms@gnu.org>
13223         * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
13225         * simple.el (minibuffer-history-sexp-flag): Doc fix.
13227 2001-11-17  Stefan Monnier  <monnier@cs.yale.edu>
13229         * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
13230         If set and if applicable, add a regexp to highlight defun-like
13231         text inside comments and strings.
13232         (font-lock-fontify-keywords-region): Pass that new arg.
13233         (font-lock-set-defaults): Move the code to set `font-lock-keywords'
13234         to the end and pass that new arg.
13235         (c-font-lock-keywords-2): Fix regex for labels.
13236         (font-lock-match-c++-style-declaration-item-and-skip-to-next):
13237         Make it work when LIMIT is several lines further.
13238         (c-font-lock-keywords-3, c++-font-lock-keywords-3)
13239         (objc-font-lock-keywords-3, java-font-lock-keywords-3):
13240         Use backquote and make the regexes for `int a, b, c;' work on
13241         multiple lines.
13243         * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
13244         (font-lock-defaults-alist): Don't change it any more.
13245         (reb-subexp-mode-map): Cleanup.
13247         * custom.el (custom-current-group-alist): New var.
13248         (custom-declare-group): Set it.
13249         (custom-current-group): New fun.
13250         (custom-declare-variable, custom-handle-all-keywords):
13251         Use it as a default if no :group argument is specified.
13253         * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
13254         (standard-keyboard-coding-systems): New var.
13255         (set-locale-environment): Use it to decide whether or not to call
13256         set-keyboard-coding-system.
13257         (locale-language-names): Use \"French\" for "fr".
13259 2001-11-17  Richard M. Stallman  <rms@gnu.org>
13261         * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
13262         (add-to-list): Delete compatibility code.
13263         (checkdoc-next-message-error): Doc fix.
13265 2001-11-17  Stephen Eglen  <stephen@gnu.org>
13267         * locate.el (locate): Show default locate pattern within the
13268         prompt, but don't insert it into the minibuffer contents.
13269         Catch the case when pattern is the empty string.
13271 2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
13273         * language/european.el ("French"): New language environment.
13275 2001-11-16  Richard M. Stallman  <rms@gnu.org>
13277         * calendar/todo-mode.el (todo-save): Fix previous change.
13279         * subr.el (functionp): Do use cdr-safe on object.
13281 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
13283         * bindings.el (mode-line-mode-name): Only put the help-echo property
13284         if the local-map property was put as well.
13285         (global-map): Bind switch-frame, delete-frame, iconify-frame
13286         and make-frame-visible events.
13288         * emacs-lisp/elp.el (elp-not-profilable): New var.
13289         (elp-not-profilable-p): New function.
13290         (elp-instrument-function): Use it.  Use backquotes and push.
13292         * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
13293         (byte-stack+-info, byte-compile-last-warned-form)
13294         (byte-compile-last-logged-file): Don't defconst a variable.
13295         (no-byte-compile): Declare.
13296         (byte-compile-file): Don't boundp-check no-byte-compile any more.
13297         (byte-compile-defvar): Leave defconst as is.
13299         * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
13300         (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
13301         (edebug-current-offset, edebug-old-def-name, edebug-error-point)
13302         (edebug-best-error): Don't defconst a variable.
13303         (edebug-read-syntax-table): Use a char-table.
13304         (edebug-lemacs-specific): Remove.
13305         Toplevel: Eliminate check for Lucid Emacs.
13307         * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
13309         * rect.el (move-to-column-force): Mark obsolete.
13310         (operate-on-rectangle, delete-extract-rectangle-line)
13311         (insert-rectangle, delete-whitespace-rectangle-line)
13312         (open-rectangle-line, clear-rectangle-line): Use move-to-column.
13313         (string-rectangle-history): New var.
13314         (string-rectangle, string-insert-rectangle): Use it.
13315         (delete-rectangle-line): Fix pos/column mixup and simplify.
13317         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
13318         (normal-top-level, command-line, command-line-1): Simplify.
13320         * tar-mode.el (tar-mode): Use define-derived-mode.
13322         * view.el (view-mode-enable): Don't use make-local-hook.
13324         * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
13326 2001-11-16  Richard M. Stallman  <rms@gnu.org>
13328         * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
13329         if it doesn't make sense as anything else.
13330         Don't recognize a "telephone number" at the beginning of the name.
13331         (mail-extr-leading-garbage): Match non-word characters only.
13333 2001-11-16  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13335         * startup.el (command-line-processed): Doc fix.
13337         * apropos.el (apropos-next-label-button): Doc fix.
13339 2001-11-16  Stefan Monnier  <monnier@cs.yale.edu>
13341         * comint.el (comint-mode): Simplify.
13342         (make-comint-in-buffer): Run `comint-mode' only if necessary.
13344         * subr.el (eval-after-load): Make it work with features as well.
13346         * log-view.el (log-view-mode): Don't mark the buffer unmodified.
13348         * international/mule-cmds.el (describe-input-method): Setup xref.
13349         (set-language-environment): Use functionp.
13350         (locale-language-names, locale-charset-language-names)
13351         (locale-preferred-coding-systems): Defconst and purecopy.
13353         * language/european.el (mac-roman): Add mime-charset property.
13355 2001-11-15  Richard M. Stallman  <rms@gnu.org>
13357         * emacs-lisp/cl.el (values, values-list, multiple-value-list)
13358         (multiple-value-apply, nth-value): Use defsubst rather than defalias
13359         to get better doc strings.
13361 2001-11-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13363         * derived.el: Fix autoload cookie.
13365 2001-11-15  Richard M. Stallman  <rms@gnu.org>
13367         * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
13369 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
13371         * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
13373 2001-11-15  Richard M. Stallman  <rms@gnu.org>
13375         * dired.el (dired-undo): Display a message to explain
13376         that this does not undo file system changes.
13378 2001-11-15  David Kastrup  <David.Kastrup@t-online.de>
13380         * mouse-drag.el (mouse-drag-throw): Push back non-drag events
13381         into `unread-command-events' instead of trying keymap
13382         lookups ourselves.  This makes mouse-clicks do the right
13383         thing even when keymaps of overlays are involved.
13384         (mouse-drag-drag): Likewise.
13386 2001-11-15  Andreas Schwab  <schwab@suse.de>
13388         * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
13389         characters and append anchor to pattern added to auto-mode-alist.
13391 2001-11-15  Stefan Monnier  <monnier@cs.yale.edu>
13393         * server.el (server-process-filter): Run pre/post-comment-hook
13394         before/after visiting the file.
13396         * info-look.el (makefile-mode): Add info for automake.
13397         (autoconf-mode): Fix the name of the index for automake.
13399         * international/latin-9.el: Give pilcrow punctuation syntax.
13401 2001-11-15  Andre Spiegel  <spiegel@gnu.org>
13403         * vc.el: Documentation fixes.
13405 2001-11-14  Stefan Monnier  <monnier@cs.yale.edu>
13407         * smerge-mode.el (smerge-match-conflict): Fix typo.
13408         (smerge-diff): Be careful to read match-data early enough.
13410 2001-11-14  Colin Walters  <walters@verbum.org>
13412         * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
13413         (calcFunc-subst): Use `defalias' instead of `fset' and
13414         `symbol-function'.
13416         * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
13417         (calcFunc-ceil, calcFunc-round): Ditto.
13419         * calc/calc-bin.el (calcFunc-clip): Ditto.
13421         * calc/calc-ext.el (calcFunc-evalv): Ditto.
13423         * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
13425         * calc/calc-misc.el (math-fixnump, math-fixnatnump)
13426         (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
13428         * calc/calc-units.el (calcFunc-unsimplify): Ditto.
13430         * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
13431         * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
13432         * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
13433         * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
13434         * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
13435         * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
13436         * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
13437         * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
13438         * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
13439         * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
13440         * calcsel2.el: Style cleanup; don't put closing parens on their
13441         own line, add "foo.el ends here" to each file, and update
13442         copyright date.
13444         * README: Update maintainer.
13446 2001-11-13  Richard M. Stallman  <rms@gnu.org>
13448         * progmodes/compile.el (recompile): Use compilation-arguments if
13449         set, so as to be able to M-x recompile the exact command which
13450         created a compilation-mode buffer.
13452         * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
13454 2001-11-13  Gerd Moellmann  <gerd@gnu.org>
13456         * mouse.el (mouse-drag-region): Don't run the up-event
13457         handler if window start changed due to the down-mouse event.
13459 2001-11-13  Richard M. Stallman  <rms@gnu.org>
13461         * mouse.el (mouse-show-mark): Either move point to the mark
13462         or use highlighting, never both.
13463         (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
13465 2001-11-13  Simon Josefsson  <jas@extundo.com>
13467         * mail/smtpmail.el (top-level): Change maintainer to Simon
13468         Josefsson, cleanup the smtpmail.el header.
13470         * mail/smtpmail.el (top-level): Don't require cl or base64.
13471         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
13472         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
13473         Defsubst instead of defmacro.
13474         (smtpmail-intersection): Return value in reverse order.
13475         (smtpmail-open-stream): Use stringp instead of string-to-list.
13476         (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
13477         separated from smtpmail-via-smtp.
13479         * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
13480         rfc2104.  Require base64 and cl.
13481         (smtpmail-smtp-service): Doc fix.  :type fix.
13482         (smtpmail-debug-info): Doc fix.
13483         (smtpmail-debug-verb, smtpmail-auth-credentials)
13484         (smtpmail-starttls-credentials, smtpmail-auth-supported):
13485         New variables.
13486         (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
13487         mail-utils (it is autoloaded).
13488         (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
13489         (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
13490         (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
13491         (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
13492         (smtpmail-via-smtp): Support AUTH.
13493         (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
13495 2001-11-13  Richard M. Stallman  <rms@gnu.org>
13497         * ebuff-menu.el (electric-buffer-update-highlight): New function.
13498         (electric-buffer-overlay): New variable.
13499         (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
13500         (electric-buffer-list): Likewise.
13502         * isearch.el (isearch-whitespace-chars): Doc fix.
13503         (isearch-mode): Handle negative search-slow-window-lines correctly.
13505 2001-11-13  Stefan Monnier  <monnier@cs.yale.edu>
13507         * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
13509         * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
13510         From Emmanuel Briot <briot@act-europe.fr>.
13512 2001-11-13  Colin Walters  <walters@debian.org>
13514         * calc/calc.el (calc-unread-command): Use `unread-command-events'.
13516         * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
13517         "~/.emacs"; use `read-file-name'.
13519         * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
13520         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
13521         * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
13522         * calc/calc.el: Use `frame-width' instead of `screen-width',
13523         `frame-height' instead of `screen-height', and,
13524         `executing-kbd-macro' instead of `executing-macro'.
13526         * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
13527         correct number of arguments.
13529         * calc/calc-aent.el (calc-do-alg-entry):
13530         Use `blink-paren-function' instead of `blink-paren-hook'.
13532 2001-11-12  Richard M. Stallman  <rms@gnu.org>
13534         * calendar/todo-mode.el (todo-save): Add save-excursion
13535         and save-restriction.
13537         * server.el (server-edit, server-done): Doc fix.
13539         * simple.el (clone-indirect-buffer): Error if major mode symbol
13540         has a no-clone-indirect property.
13541         (clone-buffer): Check for obvious errors before reading clone name.
13543         * info.el (Info-mode): Add a no-clone-indirect property.
13545 2001-11-12  Sam Steingold  <sds@gnu.org>
13547         * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
13548         set-buffer-modified-p to nil after `vc-exec-after'.
13549         * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
13550         (log-view-mode): Make read-only.
13551         (log-view-current-file): Do final `expand-file-name' in the
13552         current `default-directory'.
13553         (log-view-current-tag): Take an optional `where' arg.
13554         (log-view-diff): New user command.
13556 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13558         * progmodes/cpp.el (cpp-choose-face): Fix typo.
13560 2001-11-12  Sam Steingold  <sds@gnu.org>
13562         * emacs-lisp/cl-indent.el (toplevel): Indent properly
13563         `generic-flet', `generic-labels', `with-accessors',
13564         `with-condition-restarts'.
13566 2001-11-12  Richard M. Stallman  <rms@gnu.org>
13568         * dired.el: Many trivial doc fixes.
13569         (dired-get-file-for-visit): New function.
13570         (dired-find-alternate-file, dired-mouse-find-file-other-window)
13571         (dired-view-file, dired-find-file-other-window, dired-display-file)
13572         (dired-find-file): Use dired-get-file-for-visit.
13574 2001-11-12  Alex Schroeder  <kensanata@yahoo.com>
13576         * sql.el (sql-mode): Doc change.
13578         * sql.el (sql-mode-syntax-table): The backslash is no longer an
13579         escape character.
13581 2001-11-12  Colin Walters  <walters@debian.org>
13583         * calc/calc-keypd.el (toplevel): Bind mouse buttons.
13584         (calc-do-keypad): Don't attempt to use nonexistent global
13585         mouse-map, use calc-keypad-map.
13586         (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
13587         (calc-keypad-left-click): Don't use mouse-map; update to new event
13588         interface.
13589         (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
13590         (calc-keypad-press): Use `unread-command-events' instead of
13591         `unread-command-char'.
13593         * calc/calc-ext.el (calc-init-extensions): Update autoload names
13594         to match files renamed on initial calc import.
13596 2001-11-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13598         * textmodes/flyspell.el (flyspell-default-dictionary):
13599         Fix previous change.
13601 2001-11-12  Richard M. Stallman  <rms@gnu.org>
13603         * textmodes/flyspell.el (flyspell-default-dictionary):
13604         Fix custom type.
13606 2001-11-11  Richard M. Stallman  <rms@gnu.org>
13608         * calendar/solar.el (solar-sunrise-and-sunset):
13609         Exchange the two extreme values of day-length.
13611         * progmodes/sh-script.el (sh-must-be-shell-mode):
13612         Allow modes derived from sh-mode.
13614         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
13615         Turn off error in some re-search-forward calls.
13617         * replace.el (query-replace-skip-read-only): New variable.
13618         (perform-replace): If that variable is non-nil, ignore matches
13619         that have a read-only property.
13621         * derived.el (define-derived-mode): Doc fix.
13623         * server.el (server-buffer-done): Test of server-existing-buffer
13624         was backwards.
13625         (server-existing-buffer): Doc fix.
13627         * textmodes/flyspell.el (flyspell-default-dictionary):
13628         Allow nil as value, and make nil the default.
13630 2001-11-11  Eli Zaretskii  <eliz@is.elta.co.il>
13632         * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
13633         it is not fboundp.
13634         (clipboard-yank): Ditto.
13636 2001-11-11  Colin Walters  <walters@verbum.org>
13638         The following changes are based on patches from
13639         Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
13640         <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
13642         * calc/calc.el (toplevel): Require calc-macs.
13643         (calc-minibuffer-size): New.
13644         (calcDigit-nondigit): Use it instead of `buffer-size'.
13645         (calcDigit-backspace): Likewise.
13646         (calcDigit-nondigit): Use `minibuffer-contents' instead of
13647         `buffer-string'.
13648         (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
13649         `point-min'.
13650         (calcDigit-key): Use `calc-minibuffer-contains' instead of a
13651         `save-excursion'.
13653         * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
13654         simple `setq' form.
13656         * calc/calc-ext.el: (toplevel): Require calc.
13657         (calc-fancy-prefix-map): New.
13658         (calc-fancy-prefix): Use it.
13659         (calc-fancy-prefix-other-key): New.
13661         * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
13662         (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
13663         (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
13664         (calcAlg-enter): Likewise.
13665         (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
13667 2001-11-10  Richard M. Stallman  <rms@gnu.org>
13669         * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
13670         (quietly-read-abbrev-file): Doc fix.
13672         * startup.el (command-line): Read standard abbrev
13673         file (abbrev-file-name), if it exists.
13675         * files.el (save-abbrevs): Default value is t.
13677         * progmodes/compile.el (compile-goto-error): Fix previous change
13678         in the case where subsequent errors have not been parsed yet
13679         because they are in a different source file.
13681 2001-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
13683         * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
13684         Merge two regular expressions into one.
13685         (ps-mode): Make local bindings for `comment-start' and
13686         `comment-start-skip'.
13687         (ps-mode-looking-at-nested): Simplify an if-else construct;
13688         use `set-match-data' to set the result.
13690 2001-11-10  Richard M. Stallman  <rms@gnu.org>
13692         * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
13693         Function deleted.
13694         (flyspell-correct-word): Old definition deleted.
13695         (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
13696         All references renamed too.
13698 2001-11-10  Gerd Moellmann  <gerd@gnu.org>
13700         * Makefile.in (finder_setwins, setwins): Exclude Calc.
13702 2001-11-09  Per Abrahamsen  <abraham@dina.kvl.dk>
13704         * wid-edit.el (checklist): Removed `:menu-tag'.
13705         (radio-button-choice): Ditto.
13706         (editable-list): Ditto.
13708 2001-11-09  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13710         * play/gomoku.el: Move definitions of constants to the beginning
13711         of file, before their use.
13713 2001-11-09  Richard M. Stallman  <rms@gnu.org>
13715         * textmodes/flyspell.el: Use the keymap property
13716         instead of local-map, and don't use a minor-mode map.
13717         (flyspell-mode-map): Variable deleted.
13718         Don't mess with minor-mode-map-alist.
13719         (calling add-minor-mode): Specify nil for keymap.
13720         And always use add-minor-mode, now that it exists.
13721         (flyspell-overlay-keymap-property-name): Set it to `keymap'.
13722         (flyspell-mode-on): Don't locally bind flyspell-mouse-map
13723         or flyspell-local-mouse-map.
13724         (make-flyspell-overlay): Use flyspell-mouse-map directly.
13725         (flyspell-mode): Doc fix.
13726         (flyspell-mode-on): Don't call make-local-hook.
13728 2001-11-09  Sam Steingold  <sds@gnu.org>
13730         * emacs-lisp/debug.el (debugger-make-xrefs):
13731         Add buttons to all symbols.
13733 2001-11-09  Andre Spiegel  <spiegel@gnu.org>
13735         * vc.el: Add John David Smith to credits.
13737         Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
13739         * vc-hooks.el (vc-error-occured): Backquotified.
13740         (vc-file-prop-obarray): Use prime length for better efficiency.
13742         * vc.el (vc-clear-context): Fill obarray with 0, not nil.
13744 2001-11-09  Eli Zaretskii  <eliz@is.elta.co.il>
13746         * info.el (Info-file-list-for-emacs): Add entries for Calc.
13748 2001-11-09  Miles Bader  <miles@gnu.org>
13750         * subr.el (functionp): Don't consider macros as functions.
13752 2001-11-08  Miles Bader  <miles@gnu.org>
13754         * subr.el (functionp): Make work correctly for macros and unbound
13755         symbols.
13757         * comint.el (comint-send-input): Fix description of
13758         `comint-process-echoes' in the doc-string.
13760 2001-11-08  Eli Zaretskii  <eliz@is.elta.co.il>
13762         * international/mule.el (make-translation-table): Doc fix.
13763         Suggested by Alex Schroeder <alex@gnu.org>.
13765 2001-11-07  Richard M. Stallman  <rms@gnu.org>
13767         * info.el (Info-fontify-node): Highlight every third menu item.
13769 2001-11-07  Per Abrahamsen  <abraham@dina.kvl.dk>
13771         * cus-edit.el (custom-face-value-create): Don't ignore the
13772         `customized-face' attribute when finding the current face spec.
13774 2001-11-07  Stefan Monnier  <monnier@cs.yale.edu>
13776         * subr.el (with-local-quit): New macro.
13777         (make-syntax-table): Always inherit.
13778         (functionp): Be more careful when `object' is a symbol.
13780         * dabbrev.el (dabbrev-completion): Use "*Completions*".
13782 2001-11-07  Paul Eggert  <eggert@twinsun.com>
13784         * dired.el (dired-move-to-filename-regexp):
13785         Do not distinguish between ASCII letters and non-ASCII characters.
13786         Don't allow comma except in the form "month day, year".
13787         Don't allow space between month name and comma.
13788         Clean up the code that checks for trailing period, comma, and space.
13789         Remove now-obsolete comments, and add more commentary about
13790         Japanese dates.
13791         Always gobble up trailing spaces, instead of doing it only sometimes.
13793 2001-11-07  Miles Bader  <miles@gnu.org>
13795         * paren.el (show-paren-match-face): Add dark-background variant.
13797 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
13799         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
13800         (lisp-mode-variables): Don't set paragraph-{start,separate}.
13801         Don't disable adaptive-fill-mode.
13802         (lisp-fill-paragraph): Use tab-width rather than 8.
13803         Prevent filling the first line of docstrings.
13805 2001-11-06  Richard M. Stallman  <rms@gnu.org>
13807         * play/gomoku.el (gomoku): Doc fix.
13809         * jka-compr.el (jka-compr-partial-uncompress):
13810         Support an alternative of not using dd.
13811         (jka-compr-dd-program): Use defcustom to define this.
13812         (jka-compr-load-suffixes): Use defcustom.
13813         (jka-compr-mode-alist-additions): Use defcustom.
13815 2001-11-06  Stefan Monnier  <monnier@cs.yale.edu>
13817         * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
13818         Also work when LIMIT is further than the end of line.
13820 2001-11-06  Eli Zaretskii  <eliz@is.elta.co.il>
13822         * international/quail.el (quail-update-leim-list-file): Print the
13823         offending file name if some of its quail-define-package forms is broken.
13825 2001-11-05  Richard M. Stallman  <rms@gnu.org>
13827         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
13828         of the evaluated form.
13830 2001-11-05  Paul Eggert  <eggert@twinsun.com>
13832         * ls-lisp.el (ls-lisp-time-to-seconds): New function.
13833         (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
13834         stamps always line up by default.  Also, it uses a slightly
13835         different window to determine whether files are "recent".
13837 2001-11-05  Andrew Innes  <andrewi@gnu.org>
13839         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
13840         Don't attempt to remake autoloads before nuking .elc files.
13842 2001-11-04  Richard M. Stallman  <rms@gnu.org>
13844         * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
13845         previous-single-property-change or next-single-char-property-change
13846         returns nil.
13848         * international/mule-cmds.el (set-locale-environment):
13849         Make it interactive; make arg optional.
13851         * international/mule-diag.el (help-funs): Require help-funs.
13853 2001-11-04  Eli Zaretskii  <eliz@is.elta.co.il>
13855         * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
13857 2001-11-04  Miles Bader  <miles@gnu.org>
13859         * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
13860         shadow of the splash image grey on a dark background instead of black.
13862 2001-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13864         * term.el (all faces): Don't (copy-face 'default <foo>).
13866         * term/xterm.el (function-key-map):
13867         Add entry for `ESC [ 3 ~' -> <delete>
13868         Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
13869         Use inheritance so that .emacs and terminfo take precedence.
13871 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
13873         * tooltip.el (tooltip-delay): Decrease to 0.7.
13874         (tooltip-hide-delay): Enlarge to 10.
13876 2001-11-03  Richard M. Stallman  <rms@gnu.org>
13878         * startup.el (fancy-splash-tail): Explain how to recover
13879         from a crash, if there was a crash.
13880         (command-line-1): Reorganize display of startup screen,
13881         to simplify the logic.  Use a temp buffer for it.
13883 2001-11-03  Eli Zaretskii  <eliz@is.elta.co.il>
13885         * frame.el (set-background-color, set-foreground-color):
13886         Call face-set-after-frame-default, to propagate the new colors to
13887         the frame's parameters alist.
13889         * calendar/timeclock.el (timeclock-out): Signal an error if
13890         timeclock-last-event is nil.
13892 2001-11-02  Stefan Monnier  <monnier@cs.yale.edu>
13894         * textmodes/fill.el (fill-context-prefix): Fix braino.
13896         * international/quail.el (quail-help):
13897         Use `help-buffer' and move `help-setup-xref' to beginning.
13899         * international/mule-cmds.el (describe-language-environment):
13900         Use `help-buffer' and move `help-setup-xref' to beginning.
13902         * international/mule-diag.el (list-character-sets)
13903         (sort-listed-character-sets, describe-character-set)
13904         (describe-coding-system, describe-fontset, list-fontsets):
13905         Use `help-buffer' and move `help-setup-xref' to beginning.
13906         (describe-char-after): Use `internal-describe-syntax-value'.
13908 2001-11-02  Richard M. Stallman  <rms@gnu.org>
13910         * mouse.el (popup-menu): If the user refuses to select
13911         from a menu, don't try to invoke the menu.
13913 2001-11-02  Miles Bader  <miles@gnu.org>
13915         * help-mode.el (help-xref): New button type.
13916         (help-function, help-variable, help-face, help-coding-system)
13917         (help-input-method, help-character-set, help-type, help-symbol)
13918         (help-back, help-info, help-customize-variable, help-customize-face)
13919         (help-function-def, help-variable-def): Use it as a supertype.
13920         Remove `action' property.
13922         * international/mule-diag.el (describe-character-set)
13923         (describe-coding-system): Pass correct args to `help-xref-button'.
13924         (sort-listed-character-sets): New button type.
13925         (list-character-sets): Use it.
13926         (list-charset-chars): New button type.
13927         (list-character-sets-1): Use it.
13929 2001-11-01  Stefan Monnier  <monnier@rum.cs.yale.edu>
13931         * indent.el (tab-always-indent, indent-for-tab-command):
13932         Remove redundant `never' setting.
13934         * fill.el (fill-region-as-paragraph): Don't forget to skip
13935         over current whitespace before looking for a preceding space.
13937 2001-11-01  Richard M. Stallman  <rms@gnu.org>
13939         * files.el (file-newest-backup): Don't pass backup file name
13940         thru file-name-sans-versions, because it never has version numbers.
13942         * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
13943         to avoid ambiguous nested loops.
13945         * files.el (find-file-noselect): Offer to change buffer-read-only
13946         only when the file's read-only status has changed from before
13947         as well as disagreeing with the buffer's current status.
13948         (buffer-file-read-only): New var, local in all buffers.
13950         * buff-menu.el (buffer-menu): Doc fix.
13951         (buffer-menu-other-window): Doc fix.
13952         (list-buffers, list-buffers-noselect): Doc fix.
13954 2001-11-01  Gerd Moellmann  <gerd@gnu.org>
13956         * startup.el (command-line): If the terminal Emacs is running on
13957         has erase char set to ^H, use the Backspace key for deleting
13958         backward, and the Delete key for deleting forward.
13960 2001-11-01  Miles Bader  <miles@gnu.org>
13962         * button.el (define-button-type): Make sure every user-defined
13963         button type has a supertype.
13965 2001-10-31  Jason Rumney  <jasonr@gnu.org>
13967         * international/mule-cmds.el (locale-language-names): Add chs and
13968         cht as aliases for Chinese-GB and Chinese-BIG5.
13970 2001-10-31  Richard M. Stallman  <rms@gnu.org>
13972         * bindings.el (mode-line-frame-identification): Add doc string.
13973         (mode-line-position, mode-line-modes): New variables.
13974         (mode-line-format): Use mode-line-position for the part
13975         that displays the position-in-buffer info.
13976         Use mode-line-modes for the part that displays major and minor modes.
13978 2001-10-31  Sam Steingold  <sds@gnu.org>
13980         * emacs-lisp/debug.el (debugger-make-xrefs): New function.
13981         (debugger-setup-buffer): Call it.
13982         (debugger-mode-map): Bind RET and mouse-2.
13984 2001-10-31  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13986         * startup.el: Document command line option --no-window-system
13987         instead of --no-windows.
13989 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
13991         * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
13993         * font-lock.el (java-font-lock-syntactic-face-function): New fun.
13994         (font-lock-defaults-alist): Use it.
13995         From David Ponce <david.ponce@wanadoo.fr>
13997         * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
13998         output of `char-after'.
14000         * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
14002         * simple.el (reindent-then-newline-and-indent): Insert the newline
14003         before indenting the first line.
14004         (undo-get-state, undo-revert-to-state): New funs.
14005         (shell-command): Don't kill the buffer even if empty.
14006         (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
14007         (transpose-subr-end2): Remove.
14008         (transpose-subr): Add `special' arg and simplify.
14009         (transpose-subr-1): Rewrite.
14010         (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
14011         (rfc822-goto-eoh): Simplify.
14013 2001-10-30  Richard M. Stallman  <rms@gnu.org>
14015         * enriched.el (enriched-face-ans): Fix previous change.
14017 2001-10-30  Gerd Moellmann  <gerd@gnu.org>
14019         * international/iso-acc.el (iso-accents-compose): Remove a
14020         superfluous setq.
14022 2001-10-30  Eli Zaretskii  <eliz@is.elta.co.il>
14024         * buff-menu.el (list-buffers-noselect): If the buffer's name
14025         starts with a blank, but it visits a file, do show it (for files
14026         whose names start with a blank).
14028 2001-10-30  Stefan Monnier  <monnier@cs.yale.edu>
14030         * textmodes/fill.el (sentence-end-double-space)
14031         (sentence-end-without-period): Move to paragraphs.el.
14032         (fill-indent-according-to-mode): Change default to t.
14033         (fill-context-prefix): Simplify control-flow and use a more
14034         sophisticated merge that unifies both previous checks.
14035         (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
14036         (fill-nobreak-predicate): Make it into a defcustom'd hook.
14037         (fill-nobreak-p): New fun.
14038         (fill-region-as-paragraph): Use it.
14039         Handle `fill-indent-according-to-mode' slightly differently.
14040         (fill-individual-paragraphs-prefix): Simplify the control-flow.
14041         (fill-individual-paragraphs-citation): Fix.
14043         * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
14044         (paragraph-start): Change default to the `text-mode' value.
14045         (sentence-end-double-space, sentence-end-without-period):
14046         Move from fill.el.
14047         (forward-paragraph): Use `parstart' and `parsep' for temp variables
14048         rather than rebinding `paragraph-start' and `paragraph-separate'.
14050         * indent.el (indent-line-function): Change default to indent-relative.
14051         (tab-always-indent): Add an `never' setting.
14052         (indent-according-to-mode): Handle `indent-relative' and
14053         `indent-relative-maybe' specially.
14054         (indent-for-tab-command): Rename `prefix-arg' to `arg'.
14055         Handle the `never' case for `tab-always-indent'.
14056         Don't call indent-according-to-mode for indent-relative' and
14057         `indent-relative-maybe'.
14058         (insert-tab): Rename `prefix-arg' to `arg'.
14059         (indent-region): Indent the first line as well.
14060         (indent-relative): Don't mark the buffer modified if the indentation
14061         is unchanged.
14063         * textmodes/text-mode.el (paragraph-indent-minor-mode):
14064         Don't set paragraph-separate.  Set paragraph-start more carefully.
14065         Set indent-line-function.
14066         (paragraph-indent-text-mode): Use it and define-derived-mode.
14067         (text-mode-map): Remove the \t binding.
14068         (text-mode): Simplify now that the default is more favorable.
14070 2001-10-29  Stefan Monnier  <monnier@cs.yale.edu>
14072         * emacs-lisp/find-func.el (find-function-search-for-symbol):
14073         If the regexp doesn't match, use a looser one.
14074         (find-variable-noselect): Add `file' argument.
14076         * pcvs.el (cvs-mode-commit-hook): New hook.
14077         (cvs-mode-commit): Run it.
14079         * log-edit.el (log-edit): Run hook after `log-edit-files'.
14081         * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
14082         (edebug-instrument-function): Use `find-function-noselect'.
14084 2001-10-29  Richard M. Stallman  <rms@gnu.org>
14086         * term.el (term-if-emacs19): Macro deleted.
14087         Callers changed to use progn instead.
14089         * frame.el (blink-cursor-mode): Doc fix.
14091         * files.el (find-backup-file-name): Use make-backup-file-name.
14093         * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
14094         window-live-p.
14095         (edebug-set-conditional-breakpoint): Unconditionally use
14096         the former Emacs >=19 definition.
14097         (edebug-mark): Define unconditionally.
14098         (edebug-eval-expression): Always call read-from-minibuffer
14099         and specify history list.
14100         (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
14101         edebug-set-conditional-breakpoint.
14102         (edebug-emacs-version-specific): Function deleted;
14103         do the job at top level.
14104         (edebug-emacs-19-specific): Function deleted, this is the default.
14106 2001-10-29  Sam Steingold  <sds@gnu.org>
14108         * w32-fns.el (convert-standard-filename): Handle cygwin-specific
14109         "/cygdrive/LETTER/" pathnames.
14111 2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
14113         * faces.el (invert-face): Check for 'unspecified, not for nil,
14114         when testing whether face colors are not specified.
14115         From David.Kastrup@t-online.de (David Kastrup).
14116         (read-face-name): Doc fix.
14117         (make-face-bold, make-face-unbold, make-face-italic)
14118         (make-face-unitalic, make-face-bold-italic, invert-face):
14119         Remove trailing blank from the prompt passed to read-face-name.
14121 2001-10-29  Sam Steingold  <sds@gnu.org>
14123         * emacs-lisp/bytecomp.el (byte-recompile-directory):
14124         Report numbers of files skipped and failed too.
14125         (byte-compile-file): Return 'no-byte-compile for skipped files.
14127 2001-10-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14129         * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
14130         and `M p'.
14132 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
14134         * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
14135         as is on unread-command-events instead of `(SECOND-CHAR)'.
14137 2001-10-29  Andre Spiegel  <spiegel@gnu.org>
14139         * vc.el: Mention vc-*-switches in backend API documentation.
14140         (vc-annotate): Adapt doc string to recent change.
14142 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
14144         * enriched.el (enriched-face-ans): Handle face attributes
14145         of the form `(FACE1 FACE2 ...)'.
14147         * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
14149 2001-10-29  Alex Schroeder  <kensanata@yahoo.com>
14151         * progmodes/sql.el (sql-mysql): Doc change by RMS.
14153         * progmodes/sql.el (sql-db2): Doc change.
14154         (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
14155         (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
14157 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
14159         * env.el (substitute-env-vars): Don't quote argument to `rx';
14160         it's a macro.
14162 2001-10-28  Per Abrahamsen  <abraham@dina.kvl.dk>
14164         * cus-start.el (recursive-load-depth-limit): Added.
14166 2001-10-28  Richard M. Stallman  <rms@gnu.org>
14168         * textmodes/ispell.el (version18p, version20p): Vars deleted.
14169         All uses removed--assume Emacs version is >= 20.
14171         * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
14172         by really checking that it is not version 18.
14174         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
14176 2001-10-28  Miles Bader  <miles@gnu.org>
14178         * faces.el (face-attribute): Add INHERIT argument, consider face
14179         inheritance if it's non-nil.
14180         (face-attribute-merged-with): New function.
14181         (face-attribute-specified-or): New macro.
14182         (face-foreground, face-background, face-stipple): Add INHERIT
14183         argument.  Use `face-attribute-specified-or'.
14185 2001-10-28  Stefan Monnier  <monnier@cs.yale.edu>
14187         * font-lock.el: Require `syntax'.
14188         (font-lock-defaults-alist): Don't define keywords for lisp languages.
14189         Use `c-font-lock-syntactic-face-function' for c languages.
14190         (font-lock-mode): Don't unset vars when turning the mode off.
14191         (font-lock-default-fontify-buffer): Don't unset vars at the end.
14192         (font-lock-extra-managed-props): New var.
14193         (font-lock-default-unfontify-region): Use it.
14194         (font-lock-apply-syntactic-highlight): Flush the syntax cache.
14195         Don't eval the value when there's no match.
14196         (font-lock-ppss-stats): New var.
14197         (font-lock-ppss): New fun.
14198         (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
14199         (font-lock-apply-highlight): Allow `highlight' to set several props.
14200         (font-lock-set-defaults): Use dolist.
14201         (font-lock-unset-defaults): Remove.
14202         (font-lock-match-c-style-declaration-item-and-skip-to-next):
14203         Try to recognize prototypes using `foo P_ ((args))'.
14204         ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
14205         (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
14206         (c-font-lock-syntactic-face-function): New function.
14207         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
14208         (c++-keywords): Use a more sophisticated regexp to handle
14209         shallowly nested templates.
14211 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
14213         * textmodes/sgml-mode.el (sgml-empty-tags): New var.
14214         (sgml-tag): Use it.  Cleanup with `cond'.
14215         (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
14216         Mark the overlays and only delete those that are marked.
14217         (sgml-skip-close-p): Remove.
14218         (sgml-value): Replace sgml-skip-close-p with its definition.
14219         (html-tag-alist): Use sgml-xml a bit more.
14220         (html-mode): Set sgml-empty-tags.
14222         * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
14223         (texinfo-update-node, texinfo-sequential-node-update):
14224         Don't bind the obsolete `auto-fill-hook'.
14225         (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
14226         Use `set-buffer' rather than `switch-to-buffer'.
14227         (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
14228         Use `set-buffer' rather than `switch-to-buffer'.
14230         * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
14231         text-mode-syntax-table.
14232         (mail-mode): Use define-derived-mode.
14233         Fix ordering of alternatives in adaptive-fill-regexp.
14234         (mail-mode-map): Don't rely on keymap's internal representation.
14236 2001-10-27  Sam Steingold  <sds@gnu.org>
14238         * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
14239         (sgml-xml-guess): Extracted from `html-mode' and generalized.
14240         (sgml-mode-common): Call it.
14241         (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
14242         (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
14243         (html-horizontal-rule, html-image, html-ordered-list):
14244         (html-unordered-list, html-list-item, html-paragraph):
14245         (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
14246         `html-xhtml'.
14248 2001-10-26  Masayuki Ataka  <ataka@milk.freemail.ne.jp>
14250         * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
14251         (ifnothtml): New alias.
14253 2001-10-27  Stefan Monnier  <monnier@cs.yale.edu>
14255         * textmodes/text-mode.el (text-mode): Use define-derived-mode.
14256         (toggle-text-mode-auto-fill): Use derived-mode-p.
14258 2001-10-27  Gerd Moellmann  <gerd.moellmann@t-online.de>
14260         * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
14261         `mdtm'.  From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
14263 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
14265         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
14266         Add make-obsolete cookies, to follow faces.el.
14268         These changes avoid warnings from the byte compiler in faces.el:
14270         * faces.el (internal-get-face): Use facep instead of the obsolete
14271         internal-find-face.
14272         (internal-frob-font-weight, internal-frob-font-slant):
14273         New defaliases for obsolete functions.
14274         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
14275         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
14276         (x-make-font-bold-italic): Use internal-frob-font-weight and
14277         internal-frob-font-slant aliases instead of the obsolete
14278         x-frob-... functions.
14280 2001-10-26  Sam Steingold  <sds@gnu.org>
14282         * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
14283         DOCTYPE; set `mode-name' based on it.
14284         (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
14285         (sgml-tag): Close empty tags in XHTML.
14287 2001-10-26  Jason Rumney  <jasonr@gnu.org>
14289         * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
14290         when UNICODE is not defined.
14292 2001-10-26  Sam Steingold  <sds@gnu.org>
14294         * font-lock.el (c-font-lock-keywords-2): Do not require labels to
14295         be alone on the line.
14297 2001-10-26  Eli Zaretskii  <eliz@is.elta.co.il>
14299         * button.el (button): Special face definition for MS-DOS terminals.
14301 2001-10-26  Sam Steingold  <sds@gnu.org>
14303         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
14304         Protect the /= test by checking that the args are non-nil.
14305         (sh-font-lock-close-heredoc): Check eof for being non-nil.
14307 2001-10-26  Tomas Abrahamsson  <tab@lysator.liu.se>
14309         * textmodes/artist.el (artist-version): 1.2.4.
14310         (artist-butlast-fn): New variable.
14311         (artist-butlast): New function.
14312         (artist-ellipse-mirror-quadrant): Use it.
14313         (artist-mouse-draw-poly): Use nil for `point-list'.
14314         (artist-mouse-draw-poly): Check for point-list being nil.
14316 2001-10-26  Peter Kleiweg  <kleiweg@let.rug.nl>
14318         * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
14319         lambda expression.
14320         (ps-mode-menu-main): Submenu with options on/off was replaced with
14321         a toggle button.
14322         (ps-mode, ps-run-mode): Define with `define-derived-mode'
14323         (ps-mode): Autoload cookie added on same line as comment
14324         (ps-mode-tabkey, ps-mode-backward-delete-char):
14325         (ps-mode-r-balance): Replace `delete-horizontal-space' and
14326         `indent-to' with `indent-line-to'
14327         (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
14328         instead of `eval'.
14329         (ps-mode-print-region): Use `with-temp-buffer'.
14330         (ps-run-start): Use of `mapconcat'.  Use `apply' instead of `eval'.
14331         (numerous places): Add back-tick and tick around names in
14332         docstrings, fix punctuation in docstrings, remove trailing spaces.
14334 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
14336         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
14337         (sgml-font-lock-keywords-2): Use `eval'.  Moved from sgml-mode-common.
14338         (sgml-font-lock-syntactic-keywords): New var.
14339         (sgml-mode-common): Drop the two args.
14340         Don't make buffer-local variables that aren't used.
14341         Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
14342         Don't set `before-string' props from sgml-display-text.
14343         (sgml-mode): Use define-derived-mode.
14344         (sgml-tags-invisible): Use sgml-display-text.
14345         (sgml-quote): New command.
14346         (html-tag-alist): Add args for `span'.
14347         (html-mode): Use define-derived-mode.
14348         Set sgml-display-text and sgml-tag-face-alist.
14350 2001-10-25  Sam Steingold  <sds@gnu.org>
14352         * add-log.el (add-log-always-start-new-record): New user option.
14353         (add-change-log-entry): Use it.
14355 2001-10-25  Richard M. Stallman  <rms@gnu.org>
14357         * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
14358         bind case-fold-search if FROM is not all lower case.
14360 2001-10-25  Gerd Moellmann  <gerd@gnu.org>
14362         * startup.el (normal-top-level): Check for frame-initial-frame
14363         only if it's really used.
14365         * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
14367         * progmodes/compile.el (compilation-parse-errors-filename-function):
14368         New variable.
14369         (compilation-parse-errors): Use it.
14371 2001-10-25  Stefan Monnier  <monnier@cs.yale.edu>
14373         * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
14374         interactively so that C-u M-C-x still does edebug.
14375         (checkdoc-sentencespace-region-engine): Don't force a double-space
14376         after `.' if it doesn't look like an end-of-sentence.
14377         (debug-ignored-errors): Add `disambiguate ...'.
14379 2001-10-24  Stefan Monnier  <monnier@cs.yale.edu>
14381         * textmodes/texinfo.el (texinfo-environments)
14382         (texinfo-environment-regexp): Hoist.
14383         (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
14384         Only highlight the menu name in menu items.
14385         Setup `@foo ... @end foo' as text clones.
14386         (texinfo-clone-environment): New function.
14387         (texinfo-mode): Simplify auto-fill-inhibit-regexp.
14388         (texinfo-insert-block): Simplify.
14389         (texinfo-insert-quote): Insert a plain " if preceded by \ or if
14390         the command is repeated.
14391         (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
14392         (texinfo-insert-@end): Simplify.
14394         * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
14395         (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
14396         (texinfo-subsubsection-level-regexp)
14397         (texinfo-update-menu-same-level-regexps)
14398         (texinfo-update-menu-higher-regexps)
14399         (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
14401         * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
14402         (derived-mode-p): Autoload.
14404         * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
14405         New vars and functions.
14406         (text-clone-maintain, text-clone-create): New functions.
14408 2001-10-25  Miles Bader  <miles@gnu.org>
14410         * facemenu.el (facemenu-add-new-face): Fix variable names.
14412 2001-10-24  Richard M. Stallman  <rms@gnu.org>
14414         * facemenu.el (facemenu-unlisted-faces): Improve doc strings
14415         of t and nil values.
14416         (facemenu-set-face): Handle START and END interactively.
14417         (facemenu-set-foreground): Don't use a face; specify color directly.
14418         (facemenu-set-background): Likewise.
14419         (facemenu-set-face-from-menu): Doc fix.
14420         (facemenu-active-faces): Use face-attribute-vector
14421         to handle bare attributes not in faces.
14422         (facemenu-get-face): Don't handle face names fg:... and bg:...
14423         specially.
14424         (facemenu-add-new-face): New argument MENU.
14425         New way to handle adding colors to the color menus.
14427         * env.el (substitute-env-vars): Quote the arg to rx.
14429 2001-10-24  Sam Steingold  <sds@gnu.org>
14431         * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
14432         Control" and "SGML" groups.
14434 2001-10-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
14436         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
14437         Better handling of C++ template args to avoid confusion with `<'
14438         and `>' used as operators in member init expressions.
14440 2001-10-24  Gerd Moellmann  <gerd@gnu.org>
14442         * replace.el (perform-replace): Move START and END parameters
14443         to the end of the argument list and make them optional.
14445         * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
14446         perform-replace.
14448         * international/fontset.el (x-must-resolve-font-name): New function.
14449         (x-complement-fontset-spec): Use it.
14451 2001-10-23  Stefan Monnier  <monnier@cs.yale.edu>
14453         * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
14455         * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
14456         Turn caadr into caar of cdr.
14458 2001-10-23  Gerd Moellmann  <gerd@gnu.org>
14460         * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
14461         of mouse-{1,2} since dragging is on the down event.
14463         * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
14465         * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
14466         if ARG is nil.
14468         * desktop.el (desktop-last-buffer): New variable.
14469         (desktop-create-buffer): Set it.
14470         (desktop-read): Bind it and switch to that buffer.
14472 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
14474         * progmodes/compile.el (compilation-set-window-height):
14475         Select old window only if it's still live.
14477 2001-10-22  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14479         * help-mode.el (help-buffer): Remove debugging code.
14480         From Stefan Monnier <monnier@cs.yale.edu>.
14482 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
14484         * files.el (file-name-sans-extension, file-name-extension):
14485         Don't count the leading dots in file names as signaling an extension.
14487 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
14489         * vc.el (vc-diff-switches): Doc rewritten.
14491 2001-10-22  Eli Zaretskii  <eliz@is.elta.co.il>
14493         * tooltip.el (tooltip-set-param): Doc fix.
14495         * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
14496         127 to sgml-maybe-name-self.
14497         (sgml-name-8bit-mode): Doc fix.
14498         (sgml-char-names-table): New variable.
14499         (sgml-name-char): Support non-ASCII and mule-unicode-*
14500         characters.  Doc fix.
14501         (sgml-maybe-name-self): Convert unibyte characters to multibyte.
14503         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
14504         doc string the effect of `left' and `top' parameters in
14505         tooltip-frame-parameters, the default values, and the units.
14506         (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
14507         (tooltip-show): Mention in the doc string the `top' and `left'
14508         parameters in tooltip-frame-parameters, and x-max-tooltip-size.
14510 2001-10-22  Andre Spiegel  <spiegel@gnu.org>
14512         Add autoscaling support for vc-annotate.
14513         From J.D. Smith <jdsmith@alum.mit.edu>.
14515         * vc.el (vc-annotate-display-default): Accept colormap scaling
14516         ratio (now deprecated).
14517         (vc-annotate-display-autoscale): Added.
14518         (vc-annotate-add-menu): New autoscaling menu options "Span to
14519         Oldest" and "Span Oldest->Newest".  Easymenu support added for
14520         toggle menus driven by customize variable `vc-annotate-display-mode'.
14521         (vc-annotate-display-select): Added.
14522         (vc-annotate): Changed temp-buffer-show-function to
14523         `vc-annotate-display-select'.
14524         (vc-annotate-display): Removed arguments BUFFER and BACKEND.
14525         Added argument OFFSET.  Instead of backend function, calls now
14526         generic `vc-annotate-difference'.
14527         (vc-annotate-difference): Added as generic function instead of
14528         backend-specific function.  No longer takes argument POINT, but
14529         instead accepts a time OFFSET.
14530         (vc-default-annotate-current-time): Added.
14532         * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
14533         version in vc.el, with
14534         (vc-cvs-annotate-current-time): Added, as override of default.
14535         (vc-cvs-annotate-time): Added.  Taken mostly from the (now removed)
14536         `vc-cvs-annotate-difference'.
14538 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
14540         * saveplace.el (save-place): Require `saveplace'.
14542         * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
14543         Use `sexp' for :value-type instead of `face'.
14545 2001-10-21  Eli Zaretskii  <eliz@is.elta.co.il>
14547         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
14548         regexps due to 5-digit message IDs.
14550 2001-10-21  Jason Rumney  <jasonr@gnu.org>
14552         * term/w32-win.el (redisplay-dont-pause): Don't set.
14554 2001-10-21  Miles Bader  <miles@gnu.org>
14556         * help-funs.el (help-manyarg-func-alist): Variable removed.
14558 2001-10-21  Miles Bader  <miles@gnu.org>
14560         * help-funs.el (help-manyarg-func-alist): Remove entries for
14561         `insert', `insert-and-inherit', `insert-before-markers',
14562         `insert-before-markers-and-inherit', `message', `message-box',
14563         `message-or-box', `propertize', `format', `encode-time', `append',
14564         `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
14565         `insert-string', `ml-if', `ml-provide-prefix-argument', and
14566         `ml-prefix-argument-loop'.
14568 2001-10-21  Andre Spiegel  <spiegel@gnu.org>
14570         * vc.el (vc-diff-internal, vc-coding-system-for-diff)
14571         (vc-default-diff-tree): New functions.
14572         (vc-version-diff): Use them.  As a result, coding systems are now
14573         set up properly for all sorts of diffs, and tree diffs can now
14574         also be done locally.
14575         (vc-diff): With a prefix argument, don't require that it's called
14576         from a buffer under version control.
14577         (diff-switches): Remove duplicate definition.
14579         * vc-cvs.el (vc-cvs-diff-tree): New function.
14581 2001-10-21  Miles Bader  <miles@gnu.org>
14583         * help-funs.el (help-manyarg-func-alist): Remove entries for
14584         `list', `vector', `make-byte-code', `call-process',
14585         `call-process-region', `string', `+', `-', `*', `/', `max', `min',
14586         `logand', `logior', and `logxor'.
14588         * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
14589         image bits to compensate.  Use `make-string' instead of
14590         `make-bool-vector' (XBM apparently wants byte-aligned rows).
14592 2001-10-20  Kim F. Storm  <storm@cua.dk>
14594         * simple.el (kill-ring-save): Don't show extent of copied region
14595         if using transient-mark-mode and region is fully visible.
14597 See ChangeLog.9 for earlier changes.
14599 ;; Local Variables:
14600 ;; coding: iso-2022-7bit
14601 ;; End:
14603     Copyright (C) 2001, 2002 Free Software Foundation, Inc.
14604   Copying and distribution of this file, with or without modification,
14605   are permitted provided the copyright notice and this notice are preserved.