*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob6b7c407c292bf504d9c9d191ab6135684c9b9321
1 2000-07-05  Stefan Monnier  <monnier@cs.yale.edu>
3         * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
4         (easy-menu-do-define): Use `menu-item' format.
5         Handle case where easy-menu-create-menu returns a symbol.
6         Manually call the potential top-level filter in the function binding.
7         (easy-menu-filter-return): New arg NAME.
8         Convert to a keymap if MENU is an XEmacs menu.
9         (easy-menu-convert-item-1): New.  Extracted from easy-menu-do-add-item.
10         (easy-menu-converted-items-table, easy-menu-convert-item):
11         New var and fun to memoize easy-menu-convert-item-1.
12         (easy-menu-do-add-item): Use it.
13         (easy-menu-create-menu): Use easy-menu-convert-item.
14         Wrap easy-menu-filter-return around any :filter specification.
15         Don't convert the menu if a filter was specified.
16         Tell easy-menu-make-symbol not to check for MENU being an expression.
17         (easy-menu-make-symbol): New arg NOEXP.
19 2000-07-05  Gerd Moellmann  <gerd@gnu.org>
21         * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
22         EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
23         (eval-defun): If called with prefix arg, instrument code for
24         Edebug.
26         * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
27         similar to that of eval-defun.
29 2000-07-04  Dave Love  <fx@gnu.org>
31         * hl-line.el (hl-line-overlay): Make it permanent-local.
33         * calendar/todo-mode.el: Replaced with a working version, based on
34         1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
36 2000-07-03  Miles Bader  <miles@lsi.nec.co.jp>
38         * paths.el (prune-directory-list): New function.
39         (Info-default-directory-list): Rewritten to more methodically
40         enumerate a big list of possible info directories (based on the
41         list used by the standalone info reader).
43         * info.el (info-initialize): Use prune-directory-list to remove
44         non-existant directories from Info-directory-list.
46         * paths.el (Info-default-directory-list): Try a list of possible
47         info-directories instead of a single one.  Add the possible
48         info directory "/usr/share/info".
50         * woman.el (woman-man.conf-path): Explicitly include the debian
51         man-db config file "/etc/manpath.config".
52         (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
53         are present in `manpath.config'.
54         (woman-manpath): Include "/usr/share/man".
56 2000-07-03  Gerd Moellmann  <gerd@gnu.org>
58         * frame.el (blink-cursor-mode): Don't hide cursor initially.
60         * startup.el (command-line): Initialize blink-cursor based
61         on window-system.
63         * frame.el (blink-cursor): Default to nil if not running under
64         a window-system.
66         * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
67         (face-x-resources): Remove duplicate entry for :font.
69         * textmodes/refer.el (refer-find-entry-internal): Use some-window
70         instead of cycling through windows with next-window.
72         * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
73         of cycling through windows with next-window.
75         * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
76         of cycling through windows with next-window.
78         * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
79         (edebug-get-displayed-buffer-points): Use walk-windows/some-window
80         instead of cycling through windows with next-window.
82         * calendar/appt.el (appt-select-lowest-window): Use walk-windows
83         instead of cycling through windows with next-window.
85         * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
86         of cycling through windows with next-window.
88         * terminal.el (te-process-output): Use walk-windows instead of
89         cycling through windows with next-window.
91         * server.el (server-switch-buffer): Use some-window instead of
92         cycling through windows with next-window.
94         * window.el (some-window): New function.
95         (walk-windows): Remove reference to walk-windows-start.
97         * hilit19.el (hilit-lookup-face-create): Don't set face colors
98         to nil.
100 2000-07-03  Richard Stallman  <rms@caffeine.ai.mit.edu>
102         * window.el (walk-windows): Guarantee termination by keeping a list
103         of all the windows already handled.
105 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
107         * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
108         window-system.
110         * man.el (Man-notify-when-ready): Don't use window-system.  If
111         Man-notify-method is newframe, and the display is not
112         multi-frame, select the frame created for the man page.
113         (Man-init-defvars): Doc fix.
115 2000-06-28  Gerd Moellmann  <gerd@gnu.org>
117         * faces.el (region): Change background color for light background.
119         * ediff-wind.el (ediff-setup-control-frame): Remove :box
120         attribute from mode-line face of Ediff control frame.
122         * replace.el (query-replace-map): Bind `e' like `E'.
124 2000-06-28  Eli Zaretskii  <eliz@is.elta.co.il>
126         * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>: Change
127         name to "Select All".
129         * dos-fns.el (convert-standard-filename): Fix last change.
131 2000-06-27  Gerd Moellmann  <gerd@gnu.org>
133         * help.el (describe-variable): Don't insert a second `'s' in front
134         of the string `value is shown below'.  Since the syntax-table is
135         set to emacs-lisp-mode-syntax-table, forward-sexp skips over
136         an existing `'s', so that this won't be deleted.
138         * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
139         * pcmpl-unix.el: New files.
141 2000-06-26  Stefan Monnier  <monnier@cs.yale.edu>
143         * wid-edit.el (widget-member): Use the new plist-member.
145 2000-06-26  Gerd Moellmann  <gerd@gnu.org>
147         * replace.el (perform-replace): Undo change of 2000-04-04.
148         Instead, move backward 1 character at the end of the loop when
149         necessary.
150         
151         * faces.el (fringe): Change face for different backgrounds.
153         * eshell/esh-module.el (toplevel): Load defgroup's differently;
154         patch from John.
156         * eshell/*.el: Change spelling of the Free Software Foundation.
158         * eshell/esh-toggle.el: Removed.
160         * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
162         * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
163         interactively.
165 2000-06-26  Alex Schroeder  <alex@gnu.org>
167         * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
168         `define-key'; instead of checking `(emacs-version)' check for
169         `set-keymap-parent' and `set-keymap-name' directly.  Add entries
170         for `;' and `o' which might be electric.
172         (sql-electric-stuff): New user option.
173         (sql-magic-go): New function which uses `sql-electric-stuff'.
174         (sql-magic-semicolon): New function which uses
175         `sql-electric-stuff'.
177         (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
178         is not fboundp.
180         (sql-oracle-options): New variable.
181         (sql-oracle): Use it.
183         (sql-imenu-generic-expression): Doc change.
184         (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
185         is used.
187         (sql-informix): Added command line parameter "-" to force
188         sql-informix-program to use stdout.
190 2000-06-25  Eli Zaretskii  <eliz@is.elta.co.il>
192         * international/codepage.el (cp-coding-system-for-codepage-1): Doc
193         fix.
194         (cp864-decode-table): Doc fix.
195         (cp720-decode-table): New variable, supports the Arabic OEM
196         codepage used by Windows.
197         (cp737-decode-table): New, Greek OEM codepage used by Windows.
199 2000-06-23  Dave Love  <fx@gnu.org>
201         * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
202         (font-lock-fontify-anchored-keywords): Use
203         line-beginning-position.
204         (global-font-lock-mode): Use mapc.
206 2000-06-23  Stefan Monnier  <monnier@cs.yale.edu>
208         * eshell/esh-module.el: Require CL when compiling.
210 2000-06-23  Gerd Moellmann  <gerd@gnu.org>
212         * comint.el (comint-substitute-in-file-name): Call replace-match
213         with second and third arg t.
215         * cus-edit.el (custom-button-face, custom-button-pressed-face): 
216         Specify foreground color.
218         * faces.el (tool-bar, mode-line, header-line): Specify foreground
219         color.
221         * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
223         * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
224         cddr instead of cdddr.
226         * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
227         instead of copy-list.
229         * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
230         of copy-list.
232         * subdirs.el: Add eshell subdirectory.
234         * eshell: New subdirectory containing the Eshell package.
236         * pcomplete.el: New file.
238 2000-06-23  Paul Eggert  <eggert@twinsun.com>
240         * mail/mailpost.el (post-mail-send-it): Make sure file has
241         proper permissions from birth.
243         * files.el (basic-save-buffer-2): When temporarily setting
244         file modes, set them to current modes plus 0200, not to 0777.
246         * emerge.el (emerge-make-temp-file): Make sure file has proper
247         permissions from birth.
249 2000-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
251         * files.el (make-backup-file-name-1): On DOS/Windows, run the
252         backup file name through convert-standard-filename.
254         * dos-fns.el (convert-standard-filename): Convert leading
255         directories as well.  When long file names are supported, convert
256         characters that are invalid in Windows file names.
258 2000-06-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
260         * ps-print.el: Fix bug: if ^L is the very first buffer character,
261         ps-print crashes.  New feature: page selection for printing.  Create
262         raw-text-unix coding system for XEmacs.  Doc fix.
263         (ps-print-version): New version number (5.2.3).
264         (ps-plot-region): Bug fix.
265         (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
266         (ps-header-sheet, ps-generate, ps-end-job): Code fix.
267         (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
268         funs.
269         (ps-selected-pages, ps-last-selected-pages, ps-first-page)
270         (ps-last-page): New vars.
272 2000-06-21  Gerd Moellmann  <gerd@gnu.org>
274         * progmodes/sh-script.el (sh-while-getopts): Fix handling of
275         empty option string.
277 2000-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
279         * man.el (man): Doc fix.
281 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
283         * international/mule-cmds.el (set-language-info-alist): Docstring
284         fixed.
286 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
288         * version.el (emacs-version): Use ISO date format.
290         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
291         instead of `M-backspace'.
293         * simple.el (turn-off-auto-fill): New function.
295 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
297         * jit-lock.el (with-buffer-prepared-for-jit-lock):
298         Renamed from with-buffer-prepared-for-font-lock and use
299         inhibit-modification-hooks rather than setting *-change-functions.
300         Update all functions to use the new name.
301         (jit-lock-first-unfontify-pos): New semantics (and doc).
302         (jit-lock-mode): Make non-interactive.
303         Don't automatically turn on font-lock.
304         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
305         Always use jit-lock-after-change.
306         Remove and restore font-lock-after-change-function.
307         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
308         (jit-lock-after-unfontify-buffer): Remove.
309         (jit-lock-stealth-fontify):
310         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
311         (jit-lock-after-change): Set the `fontified' text-prop to nil.
313 2000-06-20  Sam Steingold  <sds@gnu.org>
315         * emacs-lisp/cl-indent.el (toplevel): Indent
316         `print-unreadable-object' properly.  Untabify.
318 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
320         * textmodes/reftex.el (reftex-find-citation-regexp-format):
321         Support for bibentry.
322         (reftex-compile-variables): Fixed problem with end of section-re.
324         * texmodes/reftex-dcr.el (reftex-view-crossref,
325         reftex-view-crossref-from-bibtex):
326         Deal with changed `reftex-find-citation-regexp-format'.
327         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
328         Replaced `remprop' with `put'.
329         (reftex-view-crossref, reftex-view-crossref-when-idle):
330         Support for bibentry.
332         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
333         New entry for bibentry package.
335         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
336         Regexp also matches "\nobibliography".
338         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
339         Call `reftex-ensure-write-access' before doing anything.
340         (reftex-ensure-write-access): New function.
342 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
344         * progmodes/idlwave.el: File re-installed (update to version 4.2)
346         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
348         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
350         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
353 2000-06-20  Dave Love  <fx@gnu.org>
355         * faces.el (frame-background-mode): Use set-default, not set, in
356         setter.
357         (frame-update-faces, frame-update-face-colors): Define with
358         defalias.
360         * enriched.el (enriched-decode-foreground)
361         (enriched-decode-background): Don't use internal-find-face.
363         * apropos.el: Doc fixes.
365         * cus-edit.el (customize-changed-options): Check arg.
366         (customize-version-lessp): Don't require decimal point.
368         * custom.el (defcustom, defgroup): Doc fix.
370         * newcomment.el (comment) <defgroup>: Add :version.
371         (comment-multi-line): Doc fix.
373         * emulation/mlsupport.el (define-hooked-local-abbrev,
374         define-hooked-global-abbrev): Fix, using define-abbrev.
376 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
378         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
379         the whole buffer.
381 2000-06-19  Dave Love  <fx@gnu.org>
383         * menu-bar.el (menu-bar-options-save): New function.
384         (menu-bar-options-menu): Use it.
385         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
386         Simplify.
388 2000-06-19  Andreas Schwab  <schwab@suse.de>
390         * progmodes/etags.el (tags-query-replace): Put new parameters
391         START and END at the end, for backward compatibility.
393 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
395         * international/codepage.el:
396         (cp-coding-system-for-codepage-1): Delete special codes for
397         generating xxx-dos coding system because now a CCL based coding
398         system can handle EOL conversion by default.
400         * international/mule.el (make-coding-system): Generate subsidiary
401         coding systems for EOL handling variants even for a CCL based
402         coding system.
404 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
406         * international/isearch-x.el (isearch-minibuffer-input-method)
407         (isearch-minibuffer-input-method-function): These variables
408         deleted.
409         (isearch-with-input-method): Don't use the above variables.
410         (isearch-process-search-multibyte-characters): Likewise.  Call
411         read-string with the arg INHERIT-INPUT-METHOD t.
413 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
415         * font-lock.el (font-lock-after-fontify-buffer)
416         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
418         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
419         Use consistent make-local-variable style for font-lock-fontified.
420         (jit-lock-fontify-buffer):
421         Don't bother checking for font-lock-mode and jit-lock-mode.
423         * time.el: Remove trailing ^M that prevent CVS-merging.
425 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
427         * Makefile.in (distclean): New target.
429 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
431         * Makefile.in (srcdir): Define for update-subdirs.
433 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
435         * find-lisp.el: New file.
437 2000-06-16  Andrew Innes  <andrewi@gnu.org>
439         * time.el (display-time-mail-function): New variable, to allow
440         external packages to indicate when new mail is available.
441         (display-time-update): Use it.
443 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
445         * international/mule.el (mule-version): Change version name to
446         SAKAKI.  AOI has already been used by Meadow.
448         * international/quail.el (quail-show-guidance-buf): To find the
449         bottom window (but minibuffer), pay attention to the height of
450         minibuffer.
452 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
454         * arc-mode.el (archive-mode-map): Use the new menu-item format for
455         menu-bar menus.  Add help strings.  Don't remove the Edit menu
456         from the menu bar, as the menu bar has enough space now.
458         * Makefile.in (SHELL): Make sure /bin/sh is used.
460         * woman.el (woman-man-buffer): Fix bold and underlined CJK
461         characters, which use series of two ^H characters instead of one.
463 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
465         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
466         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
467         functions.
468         (Info-find-node-2): Try a case-sensitive search first, then
469         do a case-insensitive search.
471         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
472         tutorials.
474         * complete.el (PC-env-vars-alist): New variable.
475         (PC-complete-as-file-name): New function.
476         (partial-completion-mode): Initialize PC-env-vars-alist from
477         process-environment.
478         (PC-do-completion): Handle completion of env vars.
480         * info.el (Info-set-mode-line): Show file name in mode line,
481         use `*Info*' instead of `Info:'.
483         * startup.el (command-line-1): Change copyright messages to year
484         2000.
486 2000-06-15  Dave Love  <fx@gnu.org>
488         * net/goto-addr.el (goto-address-fontify): Use keymap property,
489         not local-map.
491 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
493         * international/mule.el (set-buffer-file-coding-system): Almost
494         rewritten to handle `undecided' as no-op.
496 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
498         * Makefile.in: New file.
500         * Makefile: Removed.
502         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
503         (goto-address-highlight-keymap): Bind C-c RET.
505 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
507         * mail/sendmail.el (sendmail-send-it): The temporary buffer
508         inherits buffer-file-coding-system of the current buffer.
510         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
511         0.  Give correct argument to set-auto-coding-function.
512         (tar-expunge): For goto-char, use (point-min), not 0.
513         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
514         (tar-subfile-save-buffer): Likewize.
516         * international/mule.el
517         (after-insert-file-set-buffer-file-coding-system): Call
518         set-buffer-file-coding-system with the arg FORCE t.
520 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
522         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
523         nil.  Contemporary sendmails issue an X-Authentication-Warning if
524         the sender is set with `-f'.
526 2000-06-13  Dave Love  <fx@gnu.org>
528         * help.el (describe-function-1): Kluge around cases of functions
529         fset to subrs whose doc doesn't match their symbol-name.
531         * image.el (insert-image): Default STRING to a space.
533         * info.el Doc fixes.
534         (Info-build-node-completions): Match Ref tags.
536 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
538         * frame.el (display-multi-frame-p, display-multi-font-p): New
539         defaliases for display-graphic-p.
541         * hl-line.el: Fixed a typo in commentary.
543 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
545         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
546         fixed.
548 2000-06-12  Dave Love  <fx@gnu.org>
550         * image.el (insert-image): Save a little consing.
552 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
554         * language/tibet-util.el: Convert all tibetan-1-column characters
555         to the corresponding tibetan characters.
556         (tibetan-add-components): Delete code for the special treatment of
557         'a chung.
559         * language/tibetan.el (tibetan-composable-pattern): Fix previous
560         change.
561         (tibetan-vowel-transcription-alist): More rules added.
562         (tibetan-composite-vowel-alist): New variable.
563         (tibetan-precomposition-rule-alist): More rules added.
565 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
567         * startup.el (command-line): Only call menu-bar-mode if interactive.
569         * thingatpt.el (toplevel symbol-properties):
570         * textmodes/makeinfo.el (makeinfo-compile):
571         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
572         * progmodes/hideif.el (hif-compress-define-list)
573         (hide-ifdef-use-define-alist):
574         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
575         (ange-ftp-vms-add-file-entry):
576         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
577         * man.el (Man-build-man-command):
578         * mail/rnewspost.el (news-reply-header-hook):
579         * info.el (Info-insert-dir):
580         * emulation/mlconvert.el (backward-word, forward-word, setq):
581         * emacs-lisp/gulp.el (gulp-send-requests):
582         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
583         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
584         (byte-optimize-apply, end of file):
585         * emacs-lisp/advice.el (ad-advice-class-completion-table)
586         (ad-make-freeze-definition):
587         * startup.el (command-line, command-line-1): Don't quote lambdas.
589         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
590         (cvs-cleanup-removed): New function.
591         (cvs-cleanup-functions): New var.
592         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
593         some flexibility in specifying additional entries to auto-cleanup.
594         (cvs-quickdir): New function.
595         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
596         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
597         (cvs-mode-find-file): Check that we are on a filename or dirname
598         when invoked through a mouse-click.
599         (cvs-full-path): Remove.
600         (cvs-dired-action): Re-introduced.
601         (cvs-dired-noselect): Use it.
602         (vc-post-command-functions): use this new hook if available.
604         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
605         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
606         (cvs-filename-map, cvs-dirname-map): Remove.
607         (cvs-default-action): Remove.
608         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
609         if the arg is really a keymap.
610         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
611         Don't hardcode the mapping from state (aka type) to face, but check
612         the var cvs-fi-<type>-face instead.
613         (cvs-fileinfo-from-entries): New function.
615         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
616         Docstring fix.
617         (cvs-find-file-and-jump): Change default to be safer.
618         (cvs-mode-diff-map): Define it as a function as well.
619         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
620         Bind mouse-2 in this global map rather than with text-properties.
622         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
623         file to resolve the ambiguity between C(conflict) and C(need-merge).
625 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
627         * international/mule.el (set-buffer-file-coding-system): If
628         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
629         unconditionally.
631 2000-06-12  Dave Love  <fx@gnu.org>
633         * wid-edit.el (widget-specify-button): Really suppress the face if
634         required.
636 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
638         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
640 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
642         * imenu.el (imenu-generic-expression): Docstring fix.
644         * composite.el (composition-function-table): Move the `put'
645         below the autoload cookie so we can load the file before loaddefs.
647         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
649         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
650         Handle easy-mmode-define-global-mode.
651         For complex macros like define-minor-mode that can generate
652         several autoload entries, try to autoload entries in the
653         macroexpanded code.
655         * emacs-lisp/easy-mmode.el (define-minor-mode):
656         If KEYMAP is a symbol, just use it.
657         Use byte-compile-current-file and load-file-name to infer the
658         proper :require to pass to defcustom.
659         Wrap the hook var into `progn' so as not to autoload it.
660         Add a :autoload-end cookie.
661         Be more careful about the evaluation of KEYMAP.
662         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
663         (define-derived-mode): Move define-abbrev-table outside of defvar.
665 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
667         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
668         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
669         (backup-compiled-files): Ignore errors during `tar'.
670         (bootstrap): Make autoloads before elc files.
672 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
674         * international/mule.el (set-buffer-file-coding-system): If one of
675         undecided-XXX is specified, change only EOL conversion.
677         * international/mule-conf.el (unix): New alias for the coding
678         system undecided-unix.
680 2000-06-09  Dave Love  <fx@gnu.org>
682         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
684         * progmodes/executable.el: Byte compile dynamic.
685         (executable-insert): Change custom type.
686         (executable-find): Add autoload cookie.
687         (executable-make-buffer-file-executable-if-script-p): New
688         function.  After Noah Friedman.
690         * files.el (after-save-hook): Customize, with
691         executable-make-buffer-file-executable-if-script-p as an option.
693 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
695         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
696         "tib24p-mule.bdf" for Tibetan.
698         * composite.el (decompose-composite-char): Declare it as obsolete.
700         * man.el (Man-fontify-manpage): Pay attention to underline and
701         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
703 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
705         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
706         Set maintainer to FSF since author isn't reachable.
708 2000-06-08  Dave Love  <fx@gnu.org>
710         * international/mule-cmds.el (select-safe-coding-system): If
711         DEFAULT-CODING-SYSTEM is not specified, also check the most
712         preferred coding-system if buffer-file-coding-system is
713         `undecided'.  From Handa.
715 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
717         * international/mule.el
718         (after-insert-file-set-buffer-file-coding-system): If the buffer
719         size is greater than INSERTED, judget that we are not visiting.
721 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
723         * whitespace.el (defgroup whitespace): Comment out `:version'.
724         XEmacs 20.4 has problems defining the group with this present.
725         We'll have this commented out till get resolve the problem.
727 2000-06-07  Gerd Moellmann  <gerd@gnu.org>
729         * align.el: Update from author.
731 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
733         * apropos.el (apropos-mode-hook): New user variable.
734         (apropos-mode): Run apropos-mode-hook.
736 2000-06-07  David Ponce  <david@dponce.com>
738         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
739         commands.  Require `wid-edit' at run-time.
741 2000-06-07  David Ponce  <david@dponce.com>
743         * recentf.el: Added some "Commentary".
744         (recentf-open-more-files, recentf-edit-list): Minor changes to
745         move the point at the top of the file list.  This behaviour is
746         consistent with the menu one when the list contains a lot of
747         files.
748         (recentf-cleanup): Now displays the number of items removed from
749         the list.
750         (recentf-relative-filter) New menu filter to show filenames
751         relative to `default-directory'.
753 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
755         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
756         with/without giving an error if PostScript printer doesn't have this
757         kind of page size.  Zebra Stripe continues or restarts on next page.
758         Manual/automatic paper feeding.  Switch or not the header.
759         (ps-print-version): New version number (5.2.2).
760         (ps-windows-system): Include emx as a Windows system.
761         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
762         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
763         (ps-background-text): Code fix.
764         (ps-error-handler-message, ps-user-defined-prologue)
765         (ps-print-prologue-header, ps-printer-name)
766         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
767         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
768         (ps-use-face-background): Customization fix.
769         (ps-n-up-database): Data fix.
770         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
771         (ps-switch-header): New vars.
772         (ps-xemacs-color-name, ps-face-foreground-name)
773         (ps-face-background-name, ps-boolean-constant): New funs.
775 2000-06-07  Dave Love  <fx@gnu.org>
777         * allout.el: New version from Manheimer.
779 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
781         * textmodes/fill.el (fill-find-break-point): Check the validity of
782         charset.
784 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
786         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
787         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
788         Call display-color-p and display-mouse-p instead of looking at
789         window-system.
791 2000-06-06  Dave Love  <fx@gnu.org>
793         * image.el (find-image): Doc fix.  Return nil if image not found.
794         (put-image, insert-image): Make STRING arg optional.
796 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
798         * language/vietnamese.el: Remove eval-when-compile.
799         (viet-viscii-nonascii-translation-table): Define it as a
800         translation table made from viet-viscii-decode-table.
801         (viet-viscii-encode-table): Define it as a translation table made
802         from the reverse map of above.
803         (viet-vscii-nonascii-translation-table): Define it as a
804         translation table made from viet-vscii-decode-table.
805         (viet-vscii-encode-table): Define it as a translation table made
806         from the reverse map of above.
807         (ccl-decode-viscii): Use translate-character.
808         (ccl-encode-viscii, ccl-encode-viscii-font)
809         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
810         Likewize.
812         * language/cyrillic.el: Remove eval-when-compile.
813         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
814         translation table made from cyrillic-koi8-r-decode-table.
815         (cyrillic-koi8-r-encode-table): Define it as a translation table
816         made from the reverse map of above.
817         (ccl-decode-koi8): Use translate-character.
818         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
819         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
820         a translation table made from cyrillic-alternativnyj-decode-table.
821         (cyrillic-alternativnyj-encode-table): Define it as a translation
822         table made from the reverse map of above.
823         (ccl-decode-alternativnyj): Use translate-character.
824         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
825         Likewize
827         * international/mule-diag.el (non-iso-charset-alist): Specify
828         translation table symbol instead of translation table itself.
829         (list-block-of-chars): CHARSET may be a translation table symbol.
831         * international/mule.el (make-coding-system): If CODING-SYSTEM
832         already exists, override it.
834         * international/fontset.el: Use family `proportional' for Tibetan
835         fonts.
837         * international/ccl.el (ccl-compile-translate-character): Don't
838         check if Rrr has property translation-table.
839         (ccl-compile-map-multiple): Modified to avoid compiler warning.
841 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
843         * info.el: Bind case-fold-search to t when searching in case
844         a user sets it to nil in a hook.
846 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
848         * autoarg.el (autoarg-mode, autoarg-kp-mode):
849         * hl-line.el (hl-line-mode): Use the new :global key argument.
851         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
852         (tar-clip-time-string): Prepend a space.
853         (tar-grind-file-mode): Construct a string rather than modifying one.
854         (tar-header-block-summarize): Fix docstring.
855         Use `format' rather than an error-prone set of copy-loops.
857         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
858         (diff-goto-source, diff-unified->context, diff-context->unified)
859         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
860         understand the format output by the `-p' argument to diff.
862         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
863         (sh-re-done): Use defconst.
864         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
865         (sh-help-string-for-variable, sh-guess-basic-offset):
866         Don't quote lambdas.
867         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
868         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
870         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
871         (mh-letter-mode): Derive from text-mode.
872         This implicitly means that it now calls kill-all-local-variables.
873         Also remove the Emacs-18 compatibility code.
875         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
876         Make use of symbol-property doc-string-elt.
877         Use memq rather than a sequence of eq.
878         (doc-string-elt): Fix the wrong or missing previously unused values.
879         (autoload-print-form): New function extracted from
880         generate-file-autoloads to allow recursion when handling progn
881         so that defvar's and defun's docstrings are properly printed.
882         (generate-file-autoloads): Use it.
884         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
885         Use find-file-hooks in the minor-mode function.
886         Be careful not to loop indefinitely in the post-command-hook function.
888 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
890         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
891         tty's.
892         * ediff-diff.el (ediff-exec-process): Use --binary for fine
893         differences whenever appropriate.
894         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
895         * viper.el (find-file, find-file-other-window): Get viper to do
896         wildcards.
898 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
900         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
901         (jit-lock-fontify-buffer): New function for JIT refontification.
902         (jit-lock-mode): Fix docstring.
903         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
904         Remove jit-lock-after-change from the _local_ hook.
905         (jit-lock-function-1): Fix docstring.
907         * info.el (Info-on-current-buffer): Initialize info.
909         * newcomment.el (comment-indent): Ignore comment-indent-hook.
911         * progmodes/tcl.el (tcl-indent-for-comment):
912         Ignore comment-indent-hook.
914         * emacs-lisp/easy-mmode.el: Require CL during compilation.
915         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
916         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
917         and improve to use the lighter to guess the capitalization.
918         (define-minor-mode): Inline code from easy-mmode-define-toggle.
919         Add keyword arguments to specify global-ness or the custom group.
920         Add local-map and help-echo properties to the lighter.
921         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
922         (easy-mmode-define-global-mode): New macro.
924 2000-06-02  Dave Love  <fx@gnu.org>
926         * wid-edit.el: byte-compile-dynamic since we typically don't use
927         all the widgets.  Don't require cl or widget.  Remove
928         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
929         (widget-read-event): Removed.  Callers changed to use read-event.
930         (widget-button-release-event-p): Renamed from
931         button-release-event-p.
932         (widget-field-add-space, widget-field-use-before-change):
933         Uncustomize.
934         (widget-specify-field): Use keymap property, not local-map.
935         (widget-specify-button): Obey :suppress-face.
936         (widget-specify-insert): Use modern backquote syntax.
937         (widget-image-directory): Renamed from widget-glyph-directory.
938         (widget-image-enable): Renamed from widget-glyph-enable.
939         (widget-image-find): Replaces widget-glyph-find.
940         (widget-button-pressed-face): Move defvar.
941         (widget-image-insert): Replaces widget-glyph-insert.
942         (widget-convert): Use keywordp.
943         (widget-leave-text, widget-children-value-delete): Use mapc.
944         (widget-keymap): Remove XEmacs stuff.
945         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
946         (widget-button-click): Don't set point at the click, but re-centre
947         if we scroll out of window.  Rewritten for images v. glyphs &c.
948         (widget-tabable-at): Use POS arg, not point.
949         (widget-beginning-of-line, widget-end-of-line)
950         (widget-item-value-create, widget-sublist, widget-princ-to-string)
951         (widget-sexp-prompt-value, widget-echo-help): Simplify.
952         (widget-default-create): Use widget-image-insert; some rewriting.
953         (widget-visibility-value-create)
954         (widget-push-button-value-create, widget-toggle-value-create): Use
955         widget-image-insert.
956         (checkbox): Create on and off images dynamically.
957         (documentation-link): Change :help-echo.
958         (widget-documentation-link-echo-help): Remove.
960 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
962         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
964         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
965         (easy-mmode-define-toggle, define-minor-mode): Use it.
966         (easy-mmode-define-keymap): Docstring fix.
967         (define-derived-mode): Default PARENT to fundamental-mode.
968         Add the derived-mode-parent symbol-property.
969         (easy-mmode-derived-mode-p): New function.
971 2000-06-02  Dave Love  <fx@gnu.org>
973         * files.el (convert-standard-filename): Doc fix.
974         (normal-backup-enable-predicate): New function.
975         (backup-enable-predicate): Use it to replace the lambda form.
977         * calendar/todo-mode.el: [This needs more work on the outline
978         stuff.]  Doc fixes.
979         (todo) <defgroup>: Add :version.
980         (todo-add-category): Don't use pushnew.
981         (todo-cmd-raise): Fix typo.
982         (todo-top-priorities): Change temp buffer name.
983         (todo-category-alist): Avoid redundant lambda.
984         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
985         Use outline-next-heading.
987         * autoarg.el: Rewritten to use define-minor-mode.
988         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
989         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
991 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
993         * isearch.el (isearch-other-meta-char): Fix previous change.
995 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
997         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
998         (log-edit-done): Only add the comment to the ring if it's different
999         from the last comment entered.
1001         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
1003 2000-06-01  Dave Love  <fx@gnu.org>
1005         * hl-line.el: Rewritten using define-minor-mode.
1007         * help.el (describe-function-1): Distinguish special form from
1008         builtin function.  Sanity-check presence of arglist for builtins.
1010 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
1012         * international/characters.el: Fix syntax/category setting of
1013         Tibetan characters.
1015         * language/tibet-util.el (tibetan-add-components): Fixes for new
1016         encoding of Tibetan characters.
1017         (tibetan-decompose-precomposition-alist): New variable.
1018         (tibetan-decompose-region): Convert precomposed characters to
1019         non-precomposed characters.
1020         (tibetan-decompose-string): Likewise.
1021         (tibetan-composition-function): Fix args to
1022         thibetan-compose-string.
1024         * language/tibetan.el (tibetan-composable-pattern): More
1025         characters included.
1026         (tibetan-consonant-transcription-alist): Rule for "R" added.
1027         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
1028         "+R" added.
1029         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
1031         * language/lao-util.el (lao-composition-function): Fix args to
1032         compose-string.
1034         * language/thai-util.el (thai-composition-function): Fix args to
1035         compose-string.
1037         * isearch.el (isearch-update): Set disable-point-adjustment to t
1038         to prevent the point moving to the end of a composition when a
1039         part of a composition is searched.
1040         (isearch-other-meta-char): If the key invoking this command can be
1041         mapped by function-key-map to a printing char, call
1042         isearch-process-search-char directly.
1044 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
1046         * emacs-lisp/bytecomp.el:
1047         * frame.el:
1048         * international/mule-cmds.el:
1049         * international/mule-util.el:
1050         * international/mule.el:
1051         * mouse.el:
1052         * subr.el:
1053         * faces.el: Update calls to make-obsolete with a WHEN argument.
1055         * byte-run.el (make-obsolete, make-obsolete-variable):
1056         Add an optional WHEN argument and change the format of the
1057         symbol-property information.
1058         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
1059         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
1060         new obsolete-symbol-property format and print WHEN if it is provided.
1062 2000-05-31  Dave Love  <fx@gnu.org>
1064         * loadhist.el (loadhist-hook-functions): Remove
1065         before-change-function, after-change-function.
1066         (unload-feature): Deal with symbols which are both bound and
1067         fbound.
1069         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
1070         before-change-function, after-change-function.
1072         * simple.el (newline): Don't bind before-change-function,
1073         after-change-function.
1075 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
1077         * whitespace.el (whitespace-rescan-timer-time): Update interval
1078         set to 600 seconds (10 minutes) instead of 60 seconds since
1079         a large number of whitespace buffers causes emacs to `freeze'
1080         for a considerable amount of time.
1082         * whitespace.el: Updated email address
1084 2000-05-31  Dave Love  <fx@gnu.org>
1086         * add-log.el (change-log-font-lock-keywords) <function>: Add
1087         pattern for function of change.
1088         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
1089         acknowledgements patterns.
1091 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
1093         * isearch.el (isearch-printing-char): If keyboard coding system is
1094         being used, call isearch-process-search-multibyte-characters.
1096         * international/isearch-x.el: Mostly rewritten.
1098         * international/quail.el (quail-start-conversion): Don't include
1099         unhandled events in the returned events, but set them in
1100         unread-command-events.  Exit if all inputs are deleted.
1102 2000-05-30  Jason Rumney  <jasonr@gnu.org>
1104         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
1106         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
1107         Reenable code to create initial fontsets.
1108         Use set-fontset-font in place of put-charset-property.
1110 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
1112         * progmodes/perl-mode.el (perl-indent-line): When looking for a
1113         label, ensure that the first colon isn't followed by another.
1115         * paths.el (Info-default-directory-list): Doc fix.
1117         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
1118         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
1119         send a query containing USER only, not USER@HOST.
1121         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
1122         and rmail-msgend to compute the restriction at the end, instead of
1123         computing it.
1125 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
1127         * dabbrev.el (dabbrev-expand): Don't display messages in the
1128         echo area if the minibuffer window is active.
1130         * jit-lock.el (jit-lock-mode): Add after change function to
1131         local hook.
1133 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
1135         * antlr-mode.el: New commands: hide/unhide actions,
1136         upcase/downcase literals.
1137         (antlr-tiny-action-length): New user option.
1138         (antlr-hide-actions): New command.  Suggested by
1139         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
1140         (antlr-mode-map): New binding [C-c C-v].
1141         (antlr-mode-menu): New entries.
1142         (antlr-downcase-literals): New command.
1143         (antlr-upcase-literals): Ditto.
1145         * antlr-mode.el: Minor changes: indendation, mode-name.
1146         (antlr-indent-line): Indent cpp directive at column 0.
1147         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
1149         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
1150         (antlr-font-lock-additional-keywords): Workaround for intentional
1151         bug in XEmacs version of font-lock.
1152         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
1153         be used by a smarter version of `buffers-menu-grouping-function'.
1155 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
1157         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
1158         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
1160 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
1162         * international/encoded-kb.el
1163         (encoded-kbd-iso2022-designation-map): Pay attention to that
1164         charset-iso-final-char return -1 for eight-bit-control and
1165         eight-bit-graphic.
1167 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
1169         * speedbar.el (speedbar-use-images, speedbar-update-flag)
1170         (speedbar-easymenu-definition-base): Use display-graphic-p where
1171         available, instead of window-system.
1173 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
1175         * international/codepage.el (cp-coding-system-for-codepage-1): Add
1176         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
1177         coding systems.
1179 2000-05-26  Dave Love  <fx@gnu.org>
1181         * disp-table.el (standard-display-underline): Don't use
1182         internal-find-face.
1184         * mail/reporter.el: Maintainer change.  Doc fixes.
1185         (reporter-version): Deleted.
1187         * emacs-lisp/elp.el: Maintainer change.
1188         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
1190 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
1192         * add-log.el (add-change-log-entry): Merge the current entry with the
1193         previous one if the previous one is empty.
1195 2000-05-26  Dave Love  <fx@gnu.org>
1197         * loadhist.el (unload-feature): Fix interactive spec [from
1198         lijnzaad@ebi.ac.uk].
1200         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
1201         subr-arity to check primitives.
1202         (byte-compile-flush-pending, byte-compile-file-form-progn)
1203         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
1204         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
1205         mapcar.
1207 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
1209         * international/fontset.el: Set family names of non-latin charsets
1210         in default fontset to "*".
1212         * international/mule-diag.el (print-fontset): Combine family part
1213         and registry part of the fontname by "-*-" instead of "-".
1215         * international/mule-cmds.el (encode-coding-char): Make strings
1216         multibyte before calling encode-coding-string.
1218 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
1220         * derived.el: Fix keywords.
1221         (define-derived-mode): Only define if needed.
1223         * simple.el (fill-comment, comment-column, comment-start)
1224         (comment-start-skip, comment-end, comment-indent-function)
1225         (block-comment-start, block-comment-end, indent-for-comment)
1226         (set-comment-column, kill-comment, comment-padding, comment-region)
1227         (comment-multi-line, indent-new-comment-line): Remove.
1229         * bindings.el (esc-map): Change ; to comment-dwim and use the new
1230         function names for comment operations.
1232         * newcomment.el: Add abundant autoload cookies.
1233         (comment-style): Don't depend on runtime data at compile-time.
1234         (comment-indent-hook): Remove.
1235         (comment-indent): Check if comment-indent-hook is bound.
1236         (comment-region): Docstring fix.
1238 2000-05-25  Dave Love  <fx@gnu.org>
1240         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
1241         byte-code-function-p.
1243         * mail/rmailsum.el: Add provide.
1245         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
1247         * smerge-mode.el (smerge-diff-switches): Don't use list* in
1248         defcustom.
1250 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
1252         * ediff-diff.el (ediff-exec-process): delete --binary option from
1253         non-buffer ediff jobs.
1255 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
1257         * hilit-chg.el (highlight-changes-mode): Ask about color or
1258         grayscale support, not about window-system.
1260         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
1261         window-system.
1262         (ffap-highlight): Always default to t.
1264         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
1265         display-popup-menus-p instead of looking at window-system.
1267         * disp-table.el (standard-display-g1, standard-display-graphic):
1268         Only refuse to use string glyphs on X and MS-Windows.
1270         * avoid.el: Remove window-system from commentary, suggest to use
1271         display-*-p instead.
1273         * apropos.el (apropos-print): Use display-mouse-p instead of
1274         window-system.
1276 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
1278         * international/codepage.el (cp-decoding-vector-for-codepage):
1279         Fill up unsupported characters with their own codes.  From Kenichi
1280         Handa.
1282 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
1284         * international/mule-diag.el (describe-char-after): Use
1285         display-graphic-p instead of window-system, so that this function
1286         works on MS-DOS.
1288 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
1290         * international/codepage.el (cp-make-coding-systems-for-codepage):
1291         Remove the eight-bit-graphic and eight-bit-control charsets from
1292         the list of charsets which we convert into `?'.
1294 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
1296         * international/mule-conf.el: Specify CHARSET-ID explicitely for
1297         private charsets.
1298         (mule-unicode-0100-24ff, japanese-jisx0213-1,
1299         japanese-jisx0213-2): New charsets.
1301         * international/fontset.el: Setup default fontset for new charsets.
1303 2000-05-24  Dave Love  <fx@gnu.org>
1305         * info.el (Info-find-node-2): Restructure [following "Vadim
1306         S. Solomin" <sovs@uic.nnov.ru>].
1308         * icomplete.el: Fix header for Finder.
1310 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
1312         * rmailout.el (rmail-output-to-rmail-file): Added optional param
1313         STAY.
1315         * rmail.el (rmail-automatic-folder-directives): New user variable.
1316         (rmail-show-message): Add call to `rmail-auto-file' during
1317         display.
1318         (rmail-auto-file): New function.
1320 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
1322         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
1323         account.
1324         (ediff-test-utility,ediff-diff-mandatory-option)
1325         (ediff-reset-diff-options): Utilities for proper initialization of
1326         ediff-diff-options and ediff-diff3-options on Windows.
1328         * ediff-init.el (ediff-merge-filename-prefix): New customizable
1329         variable.
1331         * ediff-mult.el (ediff-filegroup-action): Use
1332         ediff-merge-filename-prefix.
1334 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
1336         * viper-ex.el (ex-write): Set selective display to nil.
1338 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
1340         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
1341         aliases for hebrew-iso-8bit.
1343 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
1345         * woman.el: New version from Francis J. Wright
1346         <F.J.Wright@Maths.QMW.ac.uk>.
1347         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
1348         names in environment variables regardless of the path separator.
1349         (woman-topic-all-completions-1): Don't call file-name-directory-p
1350         on all files, since woman-file-regexp already filters out any
1351         directories.
1353 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
1355         * international/quail.el (quail-start-translation): Don't change
1356         modified-p of the current buffer.
1357         (quail-start-conversion): Likewise.
1359         * international/kkc.el (kkc-region): Don't change modified-p of
1360         the current buffer.
1362         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
1363         conform to RFC1468.
1364         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
1366 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
1368         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
1369         (speedbar-insert-button): Invisible text property fix.
1370         (speedbar-directory-plus): Renamed from speedbar-directory-+
1371         (speedbar-directory-minus): Renamed from speedbar-directory--
1372         (speedbar-page-plus): Renamed from speedbar-file-+
1373         (speedbar-page-minus): Renamed from speedbar-file--
1374         (speedbar-page): Renamed from speedbar-file-
1375         (speedbar-tag): Renamed from speedbar-tag-
1376         (speedbar-tag-plus): Renamed from speedbar-tag-+
1377         (speedbar-tag-minus): Renamed from speedbar-tag--
1378         (speedbar-expand-image-button-alist): Use above renames.
1380         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
1381         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
1382         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
1383         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
1384         * sb-pg.xpm: Renamed from sb-file.xpm
1385         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
1386         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
1388 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
1390         * international/quail.el (quail-show-guidance-buf): Set
1391         current-input-method of the guidance buffer to the name of the
1392         curren input method.
1394 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
1396         * progmodes/compile.el (compile-internal): Style typo.
1398         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
1399         quote vars and functions in the docstring.
1401         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
1403         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
1404         Don't quote lambdas.
1406         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
1408 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
1410         * startup.el (command-line): Determine source file of compiled
1411         user init file differently.  Warn if compiled user init file
1412         is older than its source file.
1414         * ffap.el (ffap-url-regexp): Add `https'.
1416 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
1418         * files.el (make-backup-file-name-1): Replace slashes with `!'
1419         rather than `|' (which is not allowed on Windows).  Replace the
1420         drive letters with a string "drive_X".
1422 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
1424         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
1426         * files.el (interpreter-mode-alist): Add `bash2'.
1428 2000-05-22  Dave Love  <fx@gnu.org>
1430         * loadhist.el (feature-symbols, file-provides, file-requires): Use
1431         mapc.
1432         (feature-file): Avoid calling symbol-name.  Doc fix.
1433         (file-set-intersect, file-dependents): Use dolist, not mapcar.
1434         (loadhist-hook-functions): Add mouse-position-function.
1435         (unload-feature): Change uses of mapcar.
1437         * files.el (parse-colon-path): Doc fix.
1438         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
1439         (set-auto-mode): Use mapc.
1441         * complete.el (PC-look-for-include-file): Use :alnum: character
1442         class.
1443         (partial-completion-mode): Add autoload cookie.
1445 2000-05-22  Sam Steingold  <sds@gnu.org>
1447         * info.el (Info-fontify-node): Fixed the call to
1448         `add-text-properties' (bug introduced on 2000-05-18).
1450 2000-05-22  Dave Love  <fx@gnu.org>
1452         * bindings.el: Remove debug-ignored-errors set in other files.
1454         * progmodes/etags.el: Add to debug-ignored-errors.
1455         (visit-tags-table-buffer): Clear out buffers holding old tables
1456         when making a new list.
1457         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
1458         mapc.
1460         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
1461         quote keywords.
1462         (cmpl-string-case-type): Use character classes.
1464         * comint.el:
1465         * textmodes/ispell.el:
1466         * imenu.el:
1467         * mail/mh-e.el:
1468         * progmodes/compile.el: Add to debug-ignored-errors.
1470         * dabbrev.el: Add to debug-ignored-errors.
1471         (dabbrev-completion): Use mapc.
1473 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
1475         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
1476         (woman-mapcan, woman-parse-man.conf)
1477         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
1478         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
1479         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
1480         path syntax better.
1481         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
1482         (woman-manpath): Call woman-parse-man.conf.
1483         (woman-emulation): New defcustom, defaults to nroff.
1484         (woman-font-support): New defconst.
1485         (woman-use-symbol-font): New defcustom.
1486         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
1487         "Emulation".
1488         Many functions: Doc fix.
1490 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
1492         * international/quail.el (quail-simple-translation-keymap): Map
1493         128..255 to quail-self-insert-command.
1494         (quail-keyboard-layout-alist): Add definition for "pc102-de".
1496 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
1498         * help.el (help-manyarg-func-alist): Typo.
1500         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
1501         intervals which makes it heaps simpler.
1503         * newcomment.el (comment-region-internal): Go back to BEG after quoting
1504         the nested comment markers.
1506         * subr.el (remove-hook): Don't turn the hook's value into a list.
1508 2000-05-21  Dave Love  <fx@gnu.org>
1510         * edmacro.el (edmacro-parse-keys): Return vector if any elements
1511         are invalid characters.
1513         * international/mule-util.el (detect-coding-with-priority): Use
1514         mapc.  Remove redundant lambda.
1516         * international/mule-diag.el (list-non-iso-charset-chars)
1517         (describe-fontset): Remove redundant lambda.
1519         * emulation/crisp.el (brief-mode): New alias.
1521         * emacs-lisp/ring.el (ring-elements): New function.
1523         * emacs-lisp/easymenu.el (easy-menu-create-menu)
1524         (easy-menu-do-add-item): Use keywordp.
1526         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
1528         * replace.el: Doc and error message fixes.
1529         (replace-highlight): Use facep, not internal-find-face.
1531 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
1533         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
1535         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
1536         (log-edit-insert-changelog): Drop `:' as well.
1538         * log-view.el: Fix file description.
1539         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
1540         available.
1541         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
1542         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
1544         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
1545         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
1546         Print a status message if the toggle is called interactively.
1547         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
1548         for global minor modes and use `defcustom' for them.
1549         Use add-minor-mode.
1550         (easy-mmode-define-derived-mode): Remove.
1551         (define-derived-mode): Fancier default docstring.
1552         (easy-mmode-define-navigation): Signal an error rather than (ding).
1554         * newcomment.el (comment-styles): New `box-multi'.
1555         (comment-normalize-vars): Better default for comment-continue to
1556         avoid whitespace-only continuations.
1557         (comment-search-forward): Always move even in the no-syntax case.
1558         (comment-padright): Only obey N if it's only obeyed for padleft.
1559         (comment-make-extra-lines): Better handling of empty continuations.
1560         Use `=' for the filler if comment-start has only one character.
1561         (uncomment-region): Try handling the special `=' filler.
1562         (comment-region): Allow LINES even if MULTI is nil.
1563         (comment-box): Choose box style based on comment-style.
1565 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
1567         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
1568         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
1570 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
1572         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
1573         and insert, not subst-char-in-region.
1575         * international/mule-diag.el (list-character-sets-1): Handle
1576         charsets eight-bit-control and eight-bit-graphic.
1577         (list-iso-charset-chars): Likewise.
1578         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
1579         charactes as is.  Use indent-to to align characters.
1581         * international/mule-cmds.el (find-multibyte-characters): Never
1582         exclude charsets eight-bit-control and eight-bit-graphic.
1584 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
1586         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
1587         Don't quote lambdas.
1589         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
1591 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
1593         * gud.el (gud-jdb-directories): Doc fix.
1595 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
1597         * newcomment.el: New file.
1599 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
1601         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
1603 2000-05-18  Andreas Schwab  <schwab@suse.de>
1605         * dired.el (dired-between-files): Also skip lines beginning with
1606         `used'.
1608 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
1610         * msb.el (msb-menu-cond): Add choice `user'.
1612 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1614         * ps-print.el: Compatibility, customization and doc fix.
1615         (ps-printer-name-option): Replace defconst by defvar.
1616         (ps-postscript-code-directory): XEmacs compatibility.
1617         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
1618         fix.
1619         (ps-user-defined-prologue, ps-print-prologue-header)
1620         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
1621         compatibility and code fix.
1622         (ps-print-background-image, ps-print-background-text):
1623         Customization fix.
1624         (ps-line-number-start, ps-n-up-on): New vars.
1626 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
1628         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
1629         the indent-comment function to just return the appropriate indent.
1631 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
1633         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
1634         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
1635         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
1637 2000-05-18  Dave Love  <fx@gnu.org>
1639         * info.el (Info-fontify-node): Add intangible property as well as
1640         invisible.
1642         * calendar/appt.el (appt-make-list): Match all lines of entry.
1643         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
1645 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
1647         * international/mule-diag.el (describe-char-after): Call
1648         internal-char-font, not char-font.  If internal-char-font returns
1649         nil, display "-- none --".
1651 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
1653         * image.el (image-type-available-p): Don't reference image-types
1654         if it isn't bound.
1656 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
1658         * autoarg.el (autoarg-mode): Typo in the :set argument.
1660 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
1662         * startup.el (command-line-1): Don't signal an error if the
1663         directory for auto-save-list files does not yet exist.
1665 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
1667         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
1669 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
1671         * subr.el (remove-hook): `setq' hook-value, not `set'.
1673 2000-05-16  Sam Steingold  <sds@gnu.org>
1675         * info.el (debug-ignored-errors): More errors to ignore.
1677 2000-05-16  Dave Love  <fx@gnu.org>
1679         * cus-edit.el: Don't require cl or easymenu.
1680         (custom-variable-prompt): Test standard-value property, not
1681         user-variable-p.
1683 2000-05-16  Sam Steingold  <sds@gnu.org>
1685         * subr.el (add-hook): `setq' hook-value, not `set'.
1687 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
1689         * startup.el (command-line-1): Mention the FAQ in the startup
1690         message.
1692         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
1694         * progmodes/compile.el (compilation-parse-errors): Collect
1695         `nomessage' regexps last.
1697         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
1699         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
1700         to the function name.
1702 2000-05-15  Dave Love  <fx@gnu.org>
1704         * speedbar.el (speedbar-recenter): Typo.
1705         (speedbar-expand-line): Make arg optional.
1706         (speedbar-mode): Avoid a compiler warning.
1708 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
1710         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
1711         user-specified option string is empty.
1713         * mouse.el (mouse-yank-at-click): Doc fix.
1715 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
1717         * term/internal.el (IT-character-translations): More updates of
1718         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
1719         documents.
1721 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
1723         * env.el (getenv): New function, interactively callable.
1724         (setenv, getenv): Remove autoload cookies.
1726         * loadup.el: Load `env'.
1728         * progmodes/f90.el: Change author's mail address.
1730 2000-05-14  Dave Love  <fx@gnu.org>
1732         * mail/rmail.el (rmail-show-message-hook): Customize and offer
1733         goto-addr as an option.
1735         * help.el (help-xref-stack): Doc fix.
1736         (help-xref-following): New variable.
1737         (help-make-xrefs): Use it.
1738         (help-xref-go-back): Use position information from stack element.
1739         (help-follow): Make position in stack element a pair.  Use
1740         help-xref-following.
1742         * autoarg.el: New file.
1744         * faces.el: Declare more functions obsolete.
1746         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
1747         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
1748         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
1749         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
1750         Remove all the setup-...-environment functions.
1752 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
1754         * speedbar.el: Updated the commentary section.  xemacs20p now uses
1755         >= when detecting.  Require `defimage' safely.
1756         (speedbar-easymenu-definition-base): Add toggle for images.
1757         (speedbar-easymenu-definition-special): Add flush cache & expand.
1758         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
1759         (speedbar-reconfigure-keymaps-hook): New variable.
1760         (speedbar-frame-parameters): Updated documentation.
1761         (speedbar-use-imenu-flag): Updated custom tag
1762         (speedbar-dynamic-tags-function-list): New variable.
1763         (speedbar-tag-hierarchy-method): Updated doc & custom.
1764         (speedbar-indentation-width, speedbar-indentation-width) New
1765         variables.
1766         (speedbar-hide-button-brackets-flag): Customizable.
1767         (speedbar-vc-indicator): Doc update.
1768         (speedbar-ignored-path-expressions): Updated default value.
1769         (speedbar-supported-extension-expressions): Updated default value.
1770         (speedbar-syntax-table): Remove {} paren status.
1771         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
1772         as "+".  Added overlay aliases.
1773         (speedbar-mode): Use `speedbar-mode-line-update' instead of
1774         `force-mode-line-update'.
1775         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
1776         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
1777         `mouse-set-point'
1778         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
1779         (speedbar-item-info-tag-helper): Revamped to handle a wider range
1780         of arbitrary text, and new helper functions.
1781         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
1782         filename finder.
1783         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
1784         (speedbar-directory-buttons): Update path search/expansion.
1785         (speedbar-make-tag-line): Pay attention to
1786         `speedbar-indentation-width'.  Use more care w/ invisible
1787         properties.
1788         (speedbar-change-expand-button-char): Call
1789         `speedbar-insert-image-button-maybe'.
1790         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
1791         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
1792         (speedbar-trim-words-tag-hierarchy)
1793         (speedbar-simple-group-tag-hierarchy): New functions
1794         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
1795         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
1796         functions.
1797         (speedbar-mouse-set-point): New function
1798         (speedbar-power-click): Updated documentation.
1799         (speedbar-line-token, speedbar-goto-this-file): Handle more types
1800         of tag prefix text.
1801         (speedbar-expand-line, speedbar-contract-line): Make more robust
1802         to strange text.
1803         (speedbar-expand-line): Takes universal argument to flush the
1804         cache.
1805         (speedbar-flush-expand-line): New function.
1806         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
1807         Use new generator insertion method.
1808         (speedbar-fetch-dynamic-tags): New function.
1809         (speedbar-fetch-dynamic-imenu): Removed code now handled in
1810         `speedbar-fetch-dynamic-imenu'.
1811         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
1812         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
1813         "Revert Buffer" menu items.
1814         (speedbar-buffer-buttons-engine): Be smarter when creating a
1815         filename tag (for expansion purposes.).
1816         (speedbar-highlight-one-tag-line,
1817         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
1818         (speedbar-recenter): New functions.
1819         (defimage-speedbar): Image loading abstraction.
1820         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
1821         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
1822         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
1823         (speedbar-tag-type, speedbar-tag-mail): New images.
1824         (speedbar-expand-image-button-alist): New variable.
1825         (speedbar-insert-image-button-maybe): Insert an image over some
1826         buttons.
1828 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
1830         * international/mule-cmds.el (encode-coding-char): An ASCII
1831         character is always encodable.
1833         * international/mule-conf.el: Add more information in descriptions
1834         of character sets.
1836         * international/mule-diag.el (describe-char-after): New function.
1837         (describe-font-internal): Adjusted for the change of font-info.
1838         (describe-font): Likewise.
1839         (print-fontset): Rewritten for the new fontset implementation.
1840         (describe-fontset): Include fontset alias names in completion.
1841         (list-fontsets): Adjusted for the change of print-fontset.
1843         * simple.el (what-cursor-position): If DETAIL is non-nil, call
1844         describe-char-after instead of displaying the detail in the echo
1845         area.
1846         (syntax-code-table): Format changed.
1847         (string-to-syntax): Adjusted for the above change.
1849 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
1851         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
1853 2000-05-12  Dave Love  <fx@gnu.org>
1855         * calendar/todo-mode.el: Remove some compatibility stuff and CL
1856         dependence.  Use line-{beginning,end}-position, not
1857         point-at{b,e}ol.  Some doc fixes.
1858         (todo-position): New function.  Fix callers of position to use it.
1859         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
1861 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
1863         * time.el (display-time-mail-icon): Use `:ascent center'.
1865         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
1866         handling FTP security extensions.
1868 2000-05-11  Dave Love  <fx@gnu.org>
1870         * calendar/todo-mode.el: New file.
1872 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
1874         * comint.el (comint-read-input-ring): Move reference to
1875         comint-input-ring-size outside of the save-excursion.  It was
1876         causing the default value to be the only one ever seen.
1878         * font-lock.el: Update copyright.  Remove Simon Marshall's email
1879         address on request from him.
1881         * subr.el (substitute-key-definition): Add comment describing
1882         the meaning of PREFIX.
1884 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
1886         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
1888         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
1889         (add-minor-mode): Don't make the variable buffer-local and add a
1890         reference to define-minor-mode in the docstring.
1892         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
1893         HEADER/FOOTER and fix bug with trailing empty directory.
1894         (cvs-append-to-ignore): Use vc-editable-p if available.
1895         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
1896         (vc-do-command): Tweak advice to handle the new VC.
1898         * log-view.el (log-view-goto-rev): New function for the new VC.
1899         (log-view-minor-wrap): Use mark-active.
1901         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
1902         (log-edit-changelog-full-paragraphs): New var.
1903         (log-edit-insert-changelog): Remove a lonely leading `* file'.
1904         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
1905         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
1906         (log-edit-changelog-ours-p, log-edit-changelog-entries)
1907         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
1908         Replace the `cvs' prefix with `log-edit'.
1910         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
1912         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
1913         (diff-font-lock-defaults): Explicitly turn off multiline.
1914         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
1915         (diff-ediff-patch): Fix call to ediff-patch-file.
1916         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
1917         Handle comments.
1919         * frame.el (automatic-hscrolling): Typo.
1921         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
1923 2000-05-09  Sam Steingold  <sds@goems.com>
1925         * apropos.el (apropos-print): use `describe-face' instead of
1926         `customize-face-other-window'.
1928 2000-05-09  Dave Love  <fx@gnu.org>
1930         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
1932         * help.el (describe-variable): Have customize button pop the
1933         help-xref stack when invoked.
1934         (help-xref-symbol-regexp): Add `face'.
1935         (help-make-xrefs): Check for quoted face names and adapt regexp
1936         submatch numbers to cope.
1937         (help-xref-interned): Maybe insert face doc too.  Separate
1938         sections with a line of hyphens.
1940         * faces.el:  Some doc fixes.  Declare some functions obsolete.
1941         (describe-face): Add customize button.  Return the help
1942         text.  Fix prompt.
1944 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
1946         * term/internal.el (IT-character-translations): Fix last change.
1948 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
1950         * woman.el: New file
1951         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
1953 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
1955         * term/internal.el (IT-character-translations): Update ASCII
1956         simulations for greek-iso8859-7, add latin-iso8859-14 and
1957         latin-iso8859-15.
1959         * international/mule-cmds.el (set-language-info-alist): Call
1960         define-prefix-command with 3 arguments, to make the map suitable
1961         for a menu.
1963 2000-05-07  Dave Love  <fx@gnu.org>
1965         * time.el: Small doc fixes from Pavel Janík ml..
1967 2000-05-05  Dave Love  <fx@gnu.org>
1969         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
1970         list in doc string.  Don't quote keyword symbols.
1971         * emacs-lisp/cl.el: Likewise
1972         * emacs-lisp/cl-seq.el: Likewise
1974 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
1976         * abbrev.el (abbrev-mode): Make ARG optional.
1978 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
1980         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
1982         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
1984         * subr.el (substitute-key-definition): Clarify documentation.
1986 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
1988         * glasses.el (glasses-convert-to-unreadable): Use
1989         `glasses-separator' instead of the hard-wired "_".
1990         (glasses-mode): Call `glasses-make-unreadable' only in a single
1991         place.
1993 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
1995         * term/internal.el (cjk-codepages-alist): Add associations for
1996         Chinese and Korean codepages.  Remove FIXME comment.
1998 2000-05-03  Dave Love  <fx@gnu.org>
2000         * time.el (display-time-mail-face, display-time-use-mail-icon):
2001         New option.
2002         (display-time-mail-icon): New variable.
2003         (display-time-string-forms): Use the above.  Fix the local-map.
2005 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
2007         * replace.el (query-replace-map): Add binding for `E'.
2008         (query-replace-help): Extend help text.
2009         (perform-replace): Allow editing the replacement string.
2011         * make-mode.el (makefile-mode-abbrev-table): New variable.
2012         (makefile-mode): Set local abbrev table to
2013         makefile-mode-abbrev-table.
2014         (makefile-font-lock-keywords): Fontify includes and conditionals.
2016         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
2017         set TOGGLE's value.
2019         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
2020         mail-interactive-insert-alias.
2021         (mail-abbrev-complete-alias): New command.
2022         (mail-mode-map): Bind it to `M-TAB'.
2024 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
2026         * language/lao-util.el (lao-compose-region): New function.
2028 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
2030         * files.el (recover-session): Make directories as necessary
2031         if they don't exist yet.
2033         * calendar/cal-french.el
2034         (french-calendar-multibyte-special-days-array)
2035         (french-calendar-special-days-array): Change French text.
2036         (calendar-french-date-string): Change output.
2037         (calendar-goto-french-date): Likewise.
2039 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
2041         * wid-edit.el (widget-default-active): Obey `:always-active'.
2042         (widget-documentation-string-value-create): Set `:always-active'.
2044 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
2046         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
2047         default prefix to `~/_emacs.d/auto-save.list/_s'.
2048         (normal-top-level): Create the directory for auto-save files, if
2049         it doesn't already exist (in the ms-dos case only).
2051 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
2053         * international/mule-cmds.el (set-language-environment): Don't
2054         concat an integer (dos-codepage), use format instead.
2056 2000-05-02  Dave Love  <fx@gnu.org>
2058         * help.el (help-xref-on-pp): Check for constant symbols.
2060 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
2062         * startup.el (normal-top-level): Put a condition-case around
2063         the code loading subdirs.el.
2065 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2067         * ps-print.el: Upside-down and face background color printing,
2068         line number step, doc fix.
2069         (ps-print-version): New version number (5.2).
2070         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
2071         (ps-face-attribute-list, ps-plot-with-face): Code fix.
2072         (ps-spool-config): Var fix.
2073         (ps-printer-name-option): Const fix.
2074         (ps-print-upside-down, ps-use-face-background)
2075         (ps-line-number-step): New vars.
2076         (ps-window-system, ps-lp-system): New consts.
2077         (ps-face-background): New fun.
2079 2000-04-28  Richard Stallman  <rms@gnu.org>
2081         * files.el (make-auto-save-file-name):
2082         Apply auto-save-file-name-transforms to visited file name
2083         before generating auto save file name.
2084         (auto-save-file-name-transforms): New variable.
2086         * files.el (backup-enable-predicate):
2087         Correctly test for a file under a temporary directory.
2089 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
2091         * subr.el (add-minor-mode): Rewritten.
2093 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
2095         * mail/sendmail.el (sendmail-send-it): Set
2096         buffer-file-coding-system to the selected coding system for MIME
2097         header.
2099 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
2101         * dired.el (dired-move-to-filename-regexp): Allow format where
2102         YYYY is followed by two spaces.
2104         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
2105         in the second character class of the regexp.
2107         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
2108         mh-etc, too.
2110         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
2111         nil.
2113         * subr.el (add-minor-mode): Use `set' instead of `setq'.
2115         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
2116         argument.
2118 2000-04-27  Sen Nagata <sen@eccosys.com>
2120         * emacs-lisp/crm.el (crm-completion-table): New variable.
2121         (crm-collection-fn, crm-test-completion)
2122         (completing-read-multiple): Use it.
2124 2000-04-27  Dave Love  <fx@gnu.org>
2126         * help.el (locate-library): Use mapc.
2127         (help-manyarg-func-alist): Add call-process-region.
2129 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
2131         * subr.el (add-minor-mode): Make argument MAP optional.
2133         * desktop.el (desktop-save): Save list of minor modes.
2134         (desktop-create-buffer): Restore minor modes.
2135         (desktop-minor-mode-table): New user-option.
2137         * subr.el (add-minor-mode): New function.
2139         * image.el (find-image): New function.
2140         (defimage): Rewritten to find image at load time.
2142         * startup.el (normal-top-level-add-to-load-path): Handle
2143         case that the default directory is not in load-path.
2145         * help.el: Old patch from Stefan Monnier.
2146         (help-xref-on-pp): New function.
2147         (describe-variable): Use it to display xrefs in a symbol's value.
2149 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
2151         * cus-edit.el (custom-face): Fix parenthesis.
2153 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
2155         * mail/rmail.el (rmail-expunge): When there are no deleted
2156         messages, do nothing.
2158 2000-04-26  Dave Love  <fx@gnu.org>
2160         * international/mule-cmds.el (locale-translation-file-name):
2161         Defvar to nil.
2162         (set-locale-environment): Set it here (at runtime).
2164 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
2166         * replace.el (perform-replace): Add parameters START and END.  Use
2167         them instead of the check for a region in Transient Mark mode.
2168         (query-replace-read-args): Return two more list elements for the
2169         start and end of the region in Transient Mark mode.
2170         (query-replace, query-replace-regexp, query-replace-regexp-eval)
2171         (map-query-replace-regexp, replace-string, replace-regexp): Add
2172         optional last arguments START and END and pass them to
2173         perform-replace.
2175         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
2176         form with additional arguments for perform-replace.
2178         * progmodes/etags.el (tags-query-replace): Add parameters START
2179         and END.  Construct a form with additional arguments for
2180         perform-replace.
2182         * simple.el (shell-command): Set default directory for "*Shell
2183         Command Output" buffer.
2185         * language/european.el (iso-latin-4): Fix typo.
2187         * emacs-lisp/crm.el: New file.
2189 2000-04-24  Dave Love  <fx@gnu.org>
2191         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
2192         (Custom-reset-saved, Custom-reset-standard)
2193         (custom-group-value-create, custom-group-set, custom-group-save)
2194         (custom-group-reset-current, custom-group-reset-saved)
2195         (custom-group-reset-standard): Use mapc.
2196         (custom-buffer-create-internal): Disable undo when creating items.
2197         Use mapc.
2198         (custom-face): Avoid redundant lambda.
2200 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
2202         * startup.el (auto-save-list-file-prefix): Set default to
2203         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
2205 2000-04-24  Sam Steingold  <sds@gnu.org>
2207         * time-stamp.el (time-stamp-string-preprocess): Always convert
2208         `field-result' to a string.
2210 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
2212         * frame.el (scrolling): New group.
2213         (automatic-hscrolling): New user-option.
2215         * startup.el (command-line-x-option-alist): Add `-lsp' and
2216         `--line-spacing'.
2218 2000-04-19  Dave Love  <fx@gnu.org>
2220         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
2221         (cl-mapc): Rename from mapc.  Fix the funcall.
2223 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
2225         * simple.el (clone-indirect-buffer-other-window): New command.
2226         (clone-indirect-buffer): Add optional arg NORECROD.
2227         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
2229         * help.el (resize-temp-buffer-window): Use count-screen-lines.
2231         * window.el (count-screen-lines): New function.
2232         (shrink-window-if-larger-than-buffer): Use count-screen-lines
2233         instead of window-buffer-height.
2235         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
2236         non-existing variable comint-input-sentinel.
2237         (inferior-lisp-args-to-list): Removed.
2238         (inferior-lisp): Use split-string instead of
2239         inferior-lisp-args-to-list.
2241         * hexl.el (hexl-insert-hex-string): New command.
2243         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
2244         instead of concat.
2246 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
2248         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
2249         at the start of an existing but empty folder.
2251 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2253         * ps-mule.el: Customization fix, doc fix.
2254         (ps-multibyte-buffer): Customization fix.
2256 2000-04-17  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2258         * subr.el (read-passwd): Use read-char-exclusive.
2260 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
2262         * textmodes/texinfo.el (texinfo-insert-@email)
2263         (texinfo-insert-@emph, texinfo-insert-@quotation)
2264         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
2265         (texinfo-mode-map): Add key bindings for them.
2267         * files.el (basic-save-buffer-2): Use a template with `$'
2268         instead of `#' for VMS.
2270         * simple.el (clone-indirect-buffer): New function.
2272 2000-04-16  Stephen Eglen  <stephen@gnu.org>
2274         * iswitchb.el (iswitchb-case): New function.  If the user input
2275         contains any upper-case characters, the search is made
2276         case-sensitive.
2278 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
2280         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
2281         comment-end.
2282         (texinfo-font-lock-syntactic-keywords): New var.
2283         (texinfo-font-lock-keywords): Remove comment regexp.
2284         (texinfo-insert-block): New function.
2285         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
2286         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
2287         and font-lock-defaults.  Use regexp-opt for outline-regexp.
2288         (texinfo-environments): New var.
2289         (texinfo-environment-regexp): Use regexp-opt and
2290         texinfo-environments.
2292         * textmodes/ispell.el (ispell-menu-map-needed): Check that
2293         ispell-process is bound since this might be eval'd before ispell
2294         is loaded.
2295         (ispell-message): Use a tiny bit less magic and a bit more hard
2296         data to figure out what kind of sc-cite-regexp to use.
2298         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
2300         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
2301         (insert-cyclic-diary-entry): Unquote the lambda.
2303         * gud.el (gud-jdb-build-source-files-list): Fix typo.
2305         * files.el (backup-enable-predicate): Unquote the lambda.
2307         * cus-edit.el (custom-face, face): Unquote the lambda.
2309 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2311         * ps-print.el: Check for line-beginning-position definition.
2313         * ps-print.el: Fix counting lines in a region.
2314         (ps-print-version): New version number (5.1.5).
2315         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
2316         (ps-printing-region): Fun code fix.
2318 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
2320         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
2321         to file-directory-p.
2323 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
2325         * gud.el (gud-jdb-build-source-files-list): Check that directory
2326         exists before calling directory-files.
2328 2000-04-13  Dave Love  <fx@gnu.org>
2330         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
2331         syntax.
2333         * emacs-lisp/cl-specs.el: Remove when, unless.
2335         * emacs-lisp/cl-extra.el: Don't quote keywords.
2336         (cl-old-mapc): New variable.
2337         (mapc): Use it.
2338         (cl-map-intervals): Use with-current-buffer.  Don't check for
2339         next-property-change.
2340         (cl-map-overlays): Use with-current-buffer.
2341         (cl-expt): Remove.
2342         (copy-tree, remprop): Define unconditionally.
2344         * emacs-lisp/cl-compat.el (keywordp): Remove.
2346         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
2347         to use keywordp.
2348         (edebug-spec): Enable keywordp.
2350         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
2351         string-lessp.
2353         * cus-start.el: Use keywordp.
2355 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2357         * diary-lib.el (include-other-diary-files): Fix the fix of
2358         2000-02-18 by doing a save-excursion.
2360 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2362         * ps-print.el: Customization fix, doc fix.
2363         (ps-print-version): New version number (5.1.4).
2364         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
2365         (ps-print-preprint): Adjust code.
2366         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
2367         (ps-print-prologue-header, ps-print-control-characters)
2368         (ps-spool-config): Customization fix.
2370 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
2372         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
2373         converted to the new menu-item format, names silightly changed,
2374         help strings added.
2376         Support for spelling without async subprocesses:
2378         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
2379         (ispell-session-buffer): New variables.
2380         (ispell-start-process, ispell-process-status,
2381         ispell-accept-output, ispell-send-string): New functions, for
2382         Ispell invocation when async subprocesses aren't supported.
2383         (ispell-word, ispell-pdict-save, ispell-command-loop,
2384         ispell-process-line, ispell-buffer-local-parsing): Replace calls
2385         to process-send-string with calls to ispell-send-string, and
2386         accept-process-output with ispell-accept-output.
2387         (ispell-init-process): Call ispell-process-status instead of
2388         process-status with.
2389         (ispell-init-process): Call ispell-start-process.  Call
2390         ispell-accept-output and ispell-send-string.  Don't call
2391         process-kill-without-query and kill-process if they are unbound.
2392         (ispell-async-processp): New function.
2394 2000-04-12  Dave Love  <fx@gnu.org>
2396         * info.el: Add debug-ignored-errors.
2397         (Info-mode-menu): Add some items.
2398         (Info-directory): Add autoload cookie.
2400         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
2401         Modify `truncate-lines'.  Make `describe-language-environment'
2402         always visible and add help.  Modify `describe-key' help.  Invoke
2403         Info-directory from `info'.  New entry `emacs-manual'.
2405 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
2407         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
2408         propertized-buffer-identification.
2409         (ebrowse-update-member-buffer-mode-line): Likewise.
2410         (ebrowse--mode-strings): Removed.
2411         (ebrowse--mode-line-props): Removed.
2413         * files.el (auto-mode-alist): Add `EBROWSE'.
2415         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
2416         space before testing for end of buffer.
2417         (ebrowse-load): Removed.
2418         (ebrowse-revert-tree-buffer-from-file): Rewritten.
2419         (ebrowse-create-tree-buffer): Rewritten.
2420         (ebrowse-tree-mode): Read tree from buffer.
2422         * progmodes/ebrowse-ffh.el: Removed.
2424 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
2426         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
2428 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
2430         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
2431         at the wrong place.
2433 2000-04-09  Dave Love  <fx@gnu.org>
2435         * files.el (backup-enable-predicate): Use
2436         temporary-file-directory, small-temporary-file-directory.
2437         (make-backup-file-name-function, backup-directory-alist): New
2438         variables.
2439         (make-backup-file-name-1): New function.
2440         (make-backup-file-name): Use it.
2441         (find-backup-file-name): Likewise.  Use format for clarity, not
2442         concat.
2443         (file-newest-backup): Use make-backup-file-name.
2445 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
2447         * progmodes/ebrowse-ffh.el: New file.
2449         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
2450         to ebrowse-ffh.el.
2451         (ebrowse-load): Add autoload.
2453         * finder.el (finder-commentary): Add autoload cookie.
2455         * mail/rfc2368.el: Correct author's email address.
2457         * progmodes/ebrowse.el: New file.
2459         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
2460         item help string.
2461         (easy-menu-do-add-item): Ditto.
2462         (easy-menu-define): Extend doc string.
2464         * jit-lock.el (with-buffer-unmodified): Use
2465         restore-buffer-modified-p.
2466         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
2467         (jit-lock-function, jit-lock-stealth-fontify): Don't use
2468         with-buffer-unmodified.
2470 2000-04-08  Dave Love  <fx@gnu.org>
2472         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
2473         unless, when.
2475 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
2477         * viper-util.el (viper-put-on-search-overlay): New subroutine.
2478         (viper-flash-search-pattern): No operation when using Emacs
2479         doesn't support face.
2480         Use `viper-put-on-search-overlay'.
2482 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
2484         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
2485         like C-r.
2487         * progmodes/make-mode.el: Some doc fixes.
2488         (makefile-mode-abbrev-table): New variable.
2489         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
2490         (makefile-font-lock-keywords): Fontify includes and conditionals.
2491         (toplevel): Require `dabbrev' and `add-log' when compiling.
2493         * replace.el (perform-replace): Don't move forward one char
2494         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
2495         to do that because it leaves point 1 position after the last
2496         replacement, after everything has been replaced.
2498         * jit-lock.el (with-buffer-unmodified): New macro.
2499         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
2500         modified state.
2501         (jit-lock-function-1): Extracted from jit-lock-function; not
2502         preserving buffer's modified state.
2503         (jit-lock-function, jit-lock-stealth-fontify): Call
2504         jit-lock-function-1.
2506         * mail/rfc2368.el: Remove supernumerary copyright line.
2508 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
2510         * glasses.el: Provide facilities for inserting space before left
2511         parentheses and uncapitalization of identifiers.
2512         (glasses-mode): Try to remove old overlays in all cases.
2514 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
2516         * progmodes/compile.el (compile-internal): Display the compilation
2517         buffer in a different frame, if it's already displayed there.
2519         * mail/rfc2368.el: New file.
2521         * simple.el (sendmail-user-agent-compose): Recognize a `body'
2522         header and insert its value as mail body.
2524         * subr.el (member-ignore-case): New function.
2526         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
2527         (dabbrev--find-expansion): Ignore buffers matching a regexp
2528         from dabbrev-ignored-regexps.
2530         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
2531         to extensions handled by gzip.
2533 2000-04-03  Richard M. Stallman  <rms@gnu.org>
2535         * files.el (insert-directory): List the total free space
2536         along with the used space.
2538         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
2539         line is followed by one that matches CITATION-REGEXP, end the
2540         paragraph.
2542 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
2544         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
2545         (rmail-make-basic-summary-line): Use that option.
2547 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
2549         * international/mule-cmds.el (encoded-string-description):
2550         Rewritten.   Try pretty description for ISO 2022 escape sequences
2551         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
2552         for hexadecimal format.
2554 2000-04-01  Dave Love  <fx@gnu.org>
2556         * cpp.el: Change customization group to `c' from `C'.
2558         * vcursor.el (vcursor-move): Use display-color-p.
2560         * international/mule-util.el: Provide mule-utils.
2561         (string-to-sequence): Simplify and speed up.
2563         * international/mule.el (make-coding-system): Purecopy doc-string.
2565         * international/mule-cmds.el: Various menu changes.
2566         (describe-specified-language-support): Handle `Default'.
2567         (set-language-info): Purecopy `info'.
2569 2000-03-31  Andrew Innes  <andrewi@gnu.org>
2571         * vc.el (vc-backend-diff): Return the correct status if we had to
2572         retry the rcsdiff command without the --brief option.
2574 2000-03-31  Dave Love  <fx@gnu.org>
2576         * help.el (help-manyarg-func-alist): Correct several omissions.
2578         * add-log.el: Don't require cl, fortran.
2579         (add-log-current-defun-function): Doc fix.
2580         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
2581         fix.
2582         (change-log-version-rcs): Function deleted.
2583         (change-log-version-number-search): Doc fix.  Use
2584         vc-workfile-version.  Avoid CL dolist.
2585         (add-change-log-entry): Just call add-log-current-defun to get
2586         defun.  Simplify somewhat.
2587         (change-log-get-method-definition-1): Likewise.
2588         (add-log-current-defun): Return nil if calling
2589         add-log-current-defun-function does so.  Move Fortran stuff to
2590         fortran.el.  Return string without properties.
2592         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
2593         and :alpha: char classes.
2595         * mail/supercite.el: Defvar curline when compiling.
2596         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
2597         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
2598         rather than a-zA-Z0-9 to allow non-ASCII characters.
2600 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
2602         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
2604         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2605         Re-enable new code.
2607         * lpr.el (print-region-1): Use -d to specify printer name for
2608         systems `usg-unix-v*, `dgux', `hpux', `irix'.
2610 2000-03-31  Dave Love  <fx@gnu.org>
2612         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
2613         for function definition in symbol's function value slot first
2614         instead of first consulting byte-compile-function-environment.
2616 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
2618         * language/european.el ("Polish"): New language environment.
2619         (setup-polish-environment): New function.
2621 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
2623         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2624         Disable new code.
2626         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
2627         trying to `load' the symbol of an autoload instead of the file
2628         recorded in the autoload.  Fix error messages.
2630 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2632         * ps-print.el: PostScript programming fix for ghostview, doc fix.
2633         (ps-print-version): New version number (5.1.3).
2634         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
2635         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
2636         (ps-generate-postscript-with-faces): Code fix.
2637         (ps-color-values): XEmacs compatibility.
2638         (ps-print-background-image, ps-print-background-text, ps-printer-name)
2639         (ps-default-fg, ps-default-bg): Adjust customization.
2640         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
2641         (ps-color-scale): Renaming old ps-color-value fun.
2642         (ps-print-headers): Replace ps-print-header group to avoid conflict
2643         with ps-print-header variable.
2644         (ps-print-miscellany): New group.
2645         (ps-format-color, ps-rgb-color): New funs.
2646         (ps-default-foreground): New var.
2647         (ps-printer-name-option): New const.
2649 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
2651         * net/net-utils.el:
2652         (network-connection-host, network-connection-service): New variables
2653         (network-connection-mode): New mode, derived from comint-mode
2654         (network-connection-mode-setup): New function, saves host and
2655         service information in local variables.
2657         * lisp/locate.el:
2658         (locate-word-at-point): Added this function
2659         (locate): Default to using locate-word-at-point as input
2660         Run dired-mode-hook
2662 2000-03-29  Dave Love  <fx@gnu.org>
2664         * calendar/appt.el: Doc fixes.
2665         (appt-check): Convert min-to-app to a string before passing to
2666         appt-disp-window-function or concat.
2667         (appt-delete-window): Remove test for frame-root-window.
2668         (appt-select-lowest-window, appt-convert-time): Simplify.
2670         * emacs-lisp/bytecomp.el: Doc fixes.
2671         (byte-compile-file-form-autoload): Update
2672         byte-compile-function-environment.
2674 2000-03-29  Andreas Schwab  <schwab@suse.de>
2676         * emacs-lisp/autoload.el: Also print defsubst doc string
2677         specially.
2679         * dired.el (dired-insert-directory): If dired-free-space-program
2680         failed just delete its output.
2682 2000-03-29  Dave Love  <fx@gnu.org>
2684         * international/iso-cvt.el: Move provide to end.  Doc fixes.
2685         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
2686         (iso-iso2sgml, iso-sgml2iso): New functions.
2687         (iso-cvt-define-menu): Fix some entries and use backquote for
2688         clarity.
2690         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
2692 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
2694         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
2695         ISO-DATE.  If non-nil, return date in ISO 8601 format.
2697 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
2699         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
2700         if it ever becomes used.
2701         (log-edit-mode-hook): Default to vc-log-mode-hook.
2702         (log-edit-mode): Fix the docstring.
2704         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
2705         the code.
2707 2000-03-26  Dave Love  <fx@gnu.org>
2709         * net/browse-url.el (browse-url): Re-fix case of
2710         browse-url-browser-function being an alist.
2711         (browse-url): Add :link to defgroup.
2713         * files.el: Doc fixes.
2714         (file-truename): Include `[' in wildcard characters.
2715         (automount-dir-prefix): Customize.
2716         (find-file-wildcards): Add :version.
2717         (find-file-noselect): Simplify a mapcar call.
2719         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
2720         compatible with inf-lisp version.
2721         (eval-defun-1): Fix custom-declare-variable case.
2723 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
2725         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
2727 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
2729         * Makefile (COMPILE_FIRST): New macro.
2730         (compile-files): Compile files from COMPILE_FIRST first.
2732         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
2733         code.
2735         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
2736         matching open parenthesis in column 0 to defun-prompt-regexp
2737         only if open-paren-in-column-0-is-defun-start is set.
2739         * sun-curs.el: Require CL at compile-time only.
2741         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
2742         instead of copy-list which is a function from CL.
2743         (msb--choose-menu, msb--mode-menu-cond)
2744         (msb--create-buffer-menu-2): Use dolist instead of mapc.
2745         (msb--init-file-alist): Use mapcar instead of mapcan.
2746         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
2747         `(' in column 0 in doc string.
2748         (msb--add-separators): Use mapcar instead of mapcan.
2750         * cus-dep.el: Require CL at compile-time only.
2752 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
2754         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
2755         (byte-compile-warnings): New warning `noruntime'.
2756         (byte-compile-constants, byte-compile-variables): Fix docstring.
2757         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
2758         execute `eval-whenc-compile's body.
2759         (byte-compile-unresolved-functions): Fix docstring.
2760         (byte-compile-eval): New function.
2761         (byte-compile-callargs-warn): Check if the function will be available
2762         at runtime (via property `byte-compile-noruntime').
2763         (byte-compile-print-syms): New function.
2764         (byte-compile-warn-about-unresolved-functions): Also warn about
2765         `noruntime' functions (and use `byte-compile-print-syms').
2766         (byte-compile-file): Capitalize the message.
2768 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
2770         * mail/rmail.el (rmail-confirm-expunge): New user-option.
2771         (rmail-expunge): Ask for confirmation depending on the setting
2772         of rmail-confirm-expunge.
2774 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
2776         * Makefile (bootstrap-clean): If $(emacs) exists, build
2777         loaddefs.el first.  A loaddefs.el that's not up-to-date might
2778         cause a bootstrap failure because things don't autoload as
2779         expected.
2781 2000-03-23  Dave Love  <fx@gnu.org>
2783         * net/browse-url.el: Restore previous use of
2784         browse-url-maybe-new-window.
2786 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2788         * ps-print.el: Skip banner page fix.
2789         (ps-print-version): New version number (5.1.2).
2790         (ps-begin-file, ps-end-file, ps-generate): Code fix.
2792 2000-03-23  Dave Pearson  <davep@davep.org>
2794         * net/quickurl.el Changed the type of parameter passed to the
2795         function defined by `quickurl-format-function'. Before only the
2796         text of the URL was passed. Now the whole URL structure is passed
2797         and the function is responsible for extracting the parts it
2798         requires.  Changed the default of `quickurl-format-function'
2799         accordingly.
2800         (quickurl-insert): Changed the `funcall' of
2801         `quickurl-format-function' to match the above change.
2802         (quickurl-list-insert): Changed the `url' case so that it makes
2803         use of `quickurl-format-function', previous to this the format was
2804         hard wired.
2806 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
2808         * startup.el: Change some spellings for the X Window System.
2810 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
2812         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
2813         up the code and the regexp and make sure the cursor is temporarily
2814         moved to the suspicious line while querying the user.
2816 2000-03-22  Jason Rumney  <jasonr@gnu.org>
2818         * w32-fns.el (w32-charset-info-alist): Initialize.
2820 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2822         * ps-print.el: N-up last page fix.
2823         (ps-print-version): New version number (5.1.1).
2824         (ps-end-file, ps-end-job, ps-generate): Code fix.
2826 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
2828         * files.el (find-file-run-dired): Update docstring.
2829         (find-directory-functions): New hook.
2830         (find-file-noselect): Run find-directory-functions rather than
2831         calling dired directly.
2833         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
2835         * pcvs.el: Add a minimal leading commentary.
2836         (cvs-make-cvs-buffer): Change the header part by removing the startup
2837         message and adding a `Module' entry.  Also replace the FOOTER and
2838         HEADER special fileinfos with the new support in ewoc for updating
2839         its own footer and header.
2840         (cvs-update-header): Update to use the header/footer of the ewoc.
2841         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
2842         (cvs-is-within-p): New function.
2843         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
2844         to only examine some subset of the buffers.
2846         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
2847         `format' instead of our own ad-hoc functions.
2848         Remove HEADER and FOOTER cases, now handled in the EWOC.
2849         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
2851         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
2852         output to avoid scaring the user.
2853         (cvs-parse-table): Catch message for non-up-to-date commits.
2855         * pcvs-defs.el (cvs-startup-message): Remove.
2856         (cvs-global-menu): New autoloaded menu.
2858         * pcvs-util.el (cvs-string-fill): Remove.
2860         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
2861         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
2862         PP part of it and also make it work for footers and headers.
2863         (ewoc-create): Drop POS and BUFFER arguments.
2864         Use the DLL's dummy node to store the end-of-footer position.
2865         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
2866         (ewoc-refresh): Remove unused `header' variable.
2867         (ewoc-(get|set)-hf): New functions.
2869         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
2870         log-view-*-(message|file) and use easy-mmode-define-navigation.
2871         (log-view-message-re): Match SCCS format as well.
2872         And match the revision line rather than the dashed separator line.
2873         (log-view-mode): Use the new define-derived-mode.
2874         (log-view-current-tag): Fill in with an actual implementation.
2876         * cvs-status.el (cvs-status-(prev|next)): Rename from
2877         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
2878         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
2879         to let the output "breathe" a little more (more readable).
2880         (cvs-status-mode): Use the new define-derived-mode.
2882         * smerge-mode.el (smerge-auto-leave): New function and variable.
2883         (smerge-basic-map): Rename from smerge-basic-keymap.
2884         Change the bindings for smerge-diff-*.
2885         (smerge-*-map): Use easy-mmode-defmap.
2886         (smerge-(next|prev)): Use easy-mmode-define-navigation.
2887         (smerge-keep-*): Use smerge-auto-leave.
2889 2000-03-21  Jason Rumney  <jasonr@gnu.org>
2891         * cus-edit.el (custom-button-face): Use 3D look for w32.
2892         (custom-button-pressed-face): Likewise.
2894 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
2896         * progmodes/etags.el (tags-case-fold-search): New user-option.
2897         (tags-loop-eval): New function.  Bind case-fold-search around eval
2898         depending on the value of tags-case-fold-search.
2899         (tags-loop-continue): Use tags-loop-eval.
2900         (find-tag-in-order): Bind case-fold-search depending on the value
2901         of tags-case-fold-search.
2903 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
2905         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
2906         (diff-end-of-hunk): Return the end position for use in
2907         `easy-mmode-define-navigation'.
2908         (diff-recenter): Remove.
2909         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
2910         of `easy-mmode-define-navigation'.
2911         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
2912         previous renaming) and fix to use new names.
2913         (diff-merge-strings): Use \n as separator: simpler, faster.
2914         (diff-mode): Use `define-derived-mode'.
2916         * derived.el (define-derived-mode): Don't autoload anymore.
2917         Prefer the macro-only version provided by easy-mmode.el.
2919         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
2920         `easy-mmode-define-derived-mode'.
2921         Use `combine-run-hooks'.
2922         (easy-mmode-define-navigation): New macro.
2924         * subr.el (combine-run-hooks): New function.
2926 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
2928         * term/x-win.el: Fontsets related initialization is simplified.
2930         * international/mule-diag.el (describe-font): Don't refer to
2931         global-fontset-alist, instead call font-list.
2932         (describe-fontset, list-fontsets, mule-diag): Likewise.
2933         (print-fontset): Adjusted for the change of fontset
2934         implementation.
2936         * international/fontset.el (x-charset-registries): Variable
2937         removed, instead the corresponding data is stored in the default
2938         fontset.
2939         (register-alternate-fontnames): Function removed.
2940         (resolved-ascii-font): Variable removed.
2941         (x-compose-font-name): Ignore the second argument REDOCE.
2942         (x-complement-fontset-spec): Complement only an ASCII font and
2943         element for those charsets than can use that ASCII font.
2944         (generate-fontset-menu): Don't refer to global-fontset-alist,
2945         instead call fontset-list.
2946         (uninstantiated-fontset-alist): Variable removed.
2947         (x-style-funcs-alist): Likewise.
2948         (fontset-default-styles): Likewise.
2949         (x-modify-font-name): Function removed.
2950         (create-fontset-from-fontset-spec): Ignore the argument
2951         STYLE-VARIANT.
2952         (create-fontset-from-ascii-font): Docsting adjusted for the above
2953         change.
2954         (instantiate-fontset, resolve-fontset-name): Functions removed.
2955         (fontset-list): Now implemented by C code.
2957         * faces.el (read-face-font): Fix TABLE arg to completing-read.
2958         (describe-face): Include `font' attribute in the description.
2960 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
2962         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
2964 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
2966         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
2967         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
2968         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
2970         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
2971         about behavior of set-buffer-modified-p wrt redisplay.
2973 2000-03-19  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2975         * view.el (view-mode-disable): Kill local binding of view-read-only.
2977 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
2979         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
2980         is a string, convert it to a syntax cell using string-to-syntax.
2982         * simple.el (syntax-code-table, syntax-flag-table): New variables.
2983         (string-to-syntax): New function.
2985         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
2986         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
2987         try to use passive ftp mode.
2989 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
2991         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
2993         * simple.el (append-to-buffer): Update point of windows after
2994         insertion.
2996         * abbrev.el (inverse-add-abbrev): Identify word by first moving
2997         forward then moving backward.  Reindent.
2999         * frame.el (other-frame): Call x-focus-frame only if
3000         focus-follows-mouse is off.
3002 2000-03-17  Dave Love  <fx@gnu.org>
3004         * pcvs-util.el (cvs-strings->string): Rename
3005         replace-regexps-in-string.
3007 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
3009         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
3010         regexp for labels cannot span several lines.
3012         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
3013         `(setq :<key> ':<key>)' to the macro expansion.
3015 2000-03-16  Dave Love  <fx@gnu.org>
3017         * progmodes/f90.el (f90): Put custom group under `languages', not
3018         `fortran'.
3019         (f90-mode-hook): Customize.
3020         (f90-mode): Set add-log-current-defun-function.
3021         (f90-current-defun): New function.
3023 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
3025         * cus-edit.el (custom-variable-tag-face): Handle case that
3026         default face's height is not a number.
3027         (custom-face-tag-face, custom-group-tag-face-1)
3028         (custom-group-tag-face): Ditto.
3029         (custom-group-tag-face-1): Add :group.
3031         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
3033 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
3035         * pcvs-defs.el (toplevel): Remove autoload cookie for form
3036         requiring easymenu.
3038 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3040         * ps-print.el: PostScript user-defined prologue, PostScript error
3041         handler, doc fix.
3042         (ps-print-version): New version number (5.1).
3043         (ps-user-defined-prologue, ps-error-handler-message)
3044         (ps-print-prologue-0, ps-error-handler-alist): New vars.
3045         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
3046         (ps-insert-string): New function.
3048 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
3050         * international/ccl.el (ccl-compile-expression): Don't generate
3051         invalid self-assignment code.
3053 2000-03-14  Dave Love  <fx@gnu.org>
3055         * subr.el (replace-regexp-in-string): Renamed from
3056         replace-regexps-in-string.  Doc fix.
3058 2000-03-12  Dave Love  <fx@gnu.org>
3060         * cus-edit.el: Doc fixes.
3061         (customize-set-variable, customize-save-variable): Rename args for
3062         doc.
3063         (custom-variable-tag-face, custom-face-tag-face)
3064         (custom-group-tag-face-1, custom-group-tag-face): Modify from
3065         style which user identify as hyperlink.
3066         (hook): Don't add undefined functions to the hook.
3067         (debug-ignored-errors): Transfer message from bindings.el.
3069 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
3071         * recentf.el (recentf-keep-non-readable-files-p): Remove
3072         double/nested definition.
3074 2000-03-12  Dave Love  <fx@gnu.org>
3076         * facemenu.el (facemenu-get-face): Use display-color-p.
3077         * enriched.el (enriched-decode-foreground): Likewise.
3078         (enriched-decode-background): Likewise.
3079         * isearch.el (isearch-highlight): Likewise.
3080         * info-look.el (info-lookup): Likewise.
3081         * simple.el (completion-setup-function): Likewise.
3083         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
3084         :options.
3086         * bindings.el (mode-line-format): Fix line-number and
3087         column-number items.  Add help-echo for the background.
3088         (mode-line-mule-info): Modify help-echo.
3090         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
3091         defcustom.
3093         * files.el (load-file): Allow completion to .elc.
3095         * man.el: Doc fixes.
3096         (Man-init-defvars): Use display-color-p to set fontification.
3098         * play/hanoi.el (hanoi-internal): Don't use oddp.
3100 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
3102         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
3104         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
3106 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
3108         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
3109         Fix comment.
3111 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
3113         * font-lock.el (font-lock-keywords): Fix the doc now that
3114         regexp-opt-depth is unnecessary.
3115         (save-buffer-state): Set an edebug spec.
3116         (font-lock-fontify-anchored-keywords): Properly handle the case when
3117         the matcher goes past the limit.
3119         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
3120         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
3122         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
3123         dll.el and cookie.el (from Elib) with heavy renaming and other
3124         massaging.
3126         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
3127         Autoload the functions used.
3128         (easy-mmode-define-syntax): Fix CL typo.
3129         (easy-mmode-define-derived-mode): Improve the docstring generation.
3131 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
3133         * textmodes/texinfo.el (texinfo-version): Variable and function
3134         removed.
3136 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
3138         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
3139         allow more flexibility.
3140         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
3141         fns.
3142         (easy-mmode-defmap, easy-mmode-defsyntax)
3143         (easy-mmode-define-derived-mode): New macros.
3145 2000-03-09  Didier Verna  <didier@xemacs.org>
3147         * rect.el (replace-rectangle): New function.
3149 2000-03-09  Dave Love  <fx@gnu.org>
3151         * progmodes/fortran.el (fortran-comment-line-start): Define as
3152         "C".
3153         (fortran-comment-line-start-skip): Don't match cpp stuff.
3154         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
3155         (fortran-mode-map): Remove over-eager custom-menu-create for now.
3156         (fortran-mode): Don't set fortran-comment-line-start-skip,
3157         fortran-comment-line-start here.  Set comment-start,
3158         add-log-current-defun.
3159         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
3160         (fortran-current-defun): New function.
3162 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
3164         * emacs-lisp/re-builder.el: New file.
3166         * mouse.el (mouse-drag-region): Don't run up-event handler
3167         if hscroll has changed.
3169         * octave-mod.el (octave-font-lock-keywords): To font-lock the
3170         builtin operators, use `font-lock-builtin-face' for Emacs and
3171         `font-lock-preprocessor-face' otherwise.
3173         * font-lock.el (lisp-font-lock-keywords-1): Highlight
3174         `(defun (setf foo)' differently.
3176 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
3178         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
3179         (regexp-opt): Update comment and adapt the code the new meaning of
3180         the `paren' argument of regex-opt-group for shy-groups.
3181         (regexp-opt-depth): Handle shy groups as well as backslashed
3182         backslashes.
3183         (regexp-opt-group): Turn the leading comment into a docstring.
3184         Allow `paren' to be a string (the string to use to open a group).
3185         Remove open-presuf and close-presuf.  Instead of checking for `all
3186         one-char' and then later on check for `several one-char', handle
3187         both cases close together.  Also apply a more generic algorithm
3188         for suffixes (the mirror image of the algorithm used for
3189         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
3190         (regexp-opt-try-suffix): Removed.
3192         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
3193         from comint-mode-map, so we can just inherit from it.  Also, move
3194         the initialization into the `defvar' since there's no docstring
3195         anyway and it's fairly short.
3196         (inferior-scheme-mode): Define it as derived-mode: the code is
3197         shorter and this way we inherit from comint-mode-map rather than
3198         copying it.
3200         * subr.el (replace-regexps-in-string): Properly handle the case
3201         where we match an empty string.
3203         * comint.el (comint-exec-1): Add the current-dir to the exec-path
3204         when the command has a directory component (such as "./testml").
3205         Also fix a typo in the comment.
3207 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
3209         * Makefile (compile-files): Compile files one by one because
3210         that's the only way to ensure a clean compilation environment for
3211         each individual file.
3213         * frame.el (other-frame): Call x-focus-frame.
3215 2000-03-07  Dave Love  <fx@gnu.org>
3217         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
3218         :require to defcustom.
3220         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
3221         lists.
3223         * files.el (auto-mode-alist): Add configure.in.
3225         * progmodes/autoconf.el: New file.
3227 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
3229         * mail/mh-e.el: Change maintainer to `none'.
3231         * recentf.el (recentf-keep-non-readable-files-p): Quote args
3232         to remove-hook and add-hook.
3234 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
3236         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
3237         it as the default.
3238         (mail-send): Test mail-send-nonascii also for the new `mime' value.
3239         (sendmail-send-it): Conditionally add MIME headers specifying the
3240         used character set.
3242 2000-03-07  Dave Love  <fx@gnu.org>
3244         * winner.el: Fix keywords, autoload cookies.  Split
3245         eval-when-compile form to avoid compilation failure.
3247 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
3249         * international/mule.el: Modify comment about coding system
3250         property `coding-category'.
3251         (make-coding-system): New argument EOL-TYPE.  Pay attention to
3252         coding-category property of PROPERTIES.
3254         * international/mule-conf.el (coding-category-utf-8,
3255         coding-category-utf-16-be, coding-category-utf-16-le): New coding
3256         categories.  Include them in the argument for set-coding-priority.
3258         * international/mule-cmds.el (reset-language-environment): Include
3259         coding-category-utf-8, coding-category-utf-16-be, and
3260         coding-category-utf-16-le in the argument for set-coding-priority.
3261         (reset-language-environment): Initialize coding-category-utf-8,
3262         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
3264 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
3266         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
3267         code abstracted out of `bookmark-jump-noselect'.  Now tries info
3268         extensions as well as compression extensions.
3269         (bookmark-jump-noselect): Use above new func.
3271 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
3273         * strokes.el: Change maintainer's mail address.
3275 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
3277         * international/mule-diag.el (list-character-sets): Make help-echo
3278         string by substitute-command-keys.
3279         (list-character-sets): Likewise.
3280         (sort-listed-character-sets): Call help-setup-xref.
3282 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
3284         * time.el (display-time-mail-file): Add `none' to the list of
3285         choices.
3287 2000-03-01  Dave Love  <fx@gnu.org>
3289         * help.el (help-xref-go-back): Don't try to set position.
3291         * international/mule-diag.el (list-character-sets): Call
3292         help-setup-xref.  Add help-echo to xrefs.
3293         (list-character-sets-1): Add help-echo to xrefs.
3295 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
3297         * frame.el (blink-cursor-mode): Switch cursor on when turning
3298         the mode off.
3300         * add-log.el (add-log-current-defun): Add support for
3301         Autoconf mode.
3303         * mail/rmail.el (rmail-quit-hook): New variable.
3305 2000-03-01  Dave Love  <fx@gnu.org>
3307         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
3309         * help.el (help-xref-button): Add help-echo arg.
3310         (describe-function-1, describe-variable, help-make-xrefs): Use it.
3312         * faces.el (list-faces-display): Supply help-echo with
3313         help-make-xrefs.
3315         * facemenu.el (list-text-properties-at): Set help-xref-stack to
3316         nil.
3318 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
3320         * image.el (defimage): Look for image files in load-path.
3322         * frame.el (busy-cursor-delay-seconds): Change type to
3323         `number'.
3325 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
3327         * recentf.el (recentf): Added version tag to the defgroup of
3328         recentf.
3330 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
3332         * recentf.el (recentf-cleanup): Changed to remove excluded file
3333         too.
3334         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
3335         action to select/unselect a file.
3336         (recentf-edit-list): Code cleanup and improvement.
3337         (recentf-open-more-files-action): `recentf-open-more-files' button
3338         widget action to open a file.
3339         (recentf-open-more-files): No more use standard completion but
3340         widgets.
3341         (recentf-more-collection): Deleted.
3342         (recentf-more-history): Deleted.
3343         (recentf-setup-more-completion): Deleted.
3345 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
3347         * recentf.el (recentf-mode): No more needs that Emacs is running
3348         under a window-system.
3350 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
3352         * recentf.el (recentf-edit-list): New command to edit the recent
3353         list which allow the user to remove files.
3354         (recentf-edit-selected-items): New global variable, used by
3355         `recentf-edit-list' to hold the list of files to be removed from
3356         the recent list.
3357         (recentf-make-menu-items): Updated to display a "Edit list..."
3358         menu item.  Minor code cleanup.
3360 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
3362         * recentf.el (recentf-open-more-files): New command to open files
3363         that are not displayed in the menu.
3364         (recentf-more-collection): New global variable holding the set of
3365         permissible completions used by `recentf-open-more-files'.
3366         (recentf-more-history): New global variable holding the history list
3367         used by `recentf-open-more-files' completion.
3368         (recentf-setup-more-completion): New function to setup completion for
3369         `recentf-open-more-files'.
3370         (recentf-make-menu-items): Updated to display a "More..." menu item.
3372 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
3374         * recentf.el (recentf-menu-action): Doc fixed.
3376 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
3378         * recentf.el (recentf-menu-filter): Doc updated.
3379         (recentf-update-menu-hook): Allow menu filters to force menu update.
3380         (recentf-make-menu-items): New menu filter handling.
3381         (recentf-make-menu-item): New helper function.
3382         (recentf-menu-elements): New menu handling function.
3383         (recentf-sort-ascending): Updated to new menu filter handling.
3384         (recentf-sort-descending): Updated to new menu filter handling.
3385         (recentf-sort-basenames-ascending): New menu filter function.
3386         (recentf-sort-basenames-descending): New menu filter function.
3387         (recentf-show-basenames): New menu filter function.
3388         (recentf-show-basenames-ascending): New menu filter function.
3389         (recentf-show-basenames-descending): New menu filter function.
3391 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3393         * diary-lib.el (list-diary-entries): Don't try to go forward at
3394         the end of the buffer.
3396 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
3398         * international/mule-diag.el (list-character-sets): Completely
3399         rewritten.
3400         (sort-listed-character-sets): New function.
3401         (list-character-sets-1): Completely rewritten.
3402         (list-character-sets-2): New function.
3403         (non-iso-charset-alist): New variable.
3404         (decode-codepage-char): New function.
3405         (charset-history): New variable.
3406         (read-charset) (list-block-of-chars)
3407         (list-iso-charset-chars)
3408         (list-non-iso-charset-chars)
3409         (list-charset-chars): New functions.
3410         (mule-diag): Call list-character-sets-2, not
3411         list-character-sets-2.
3412         (dump-charsets): Likewise.
3414 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
3416         * dired-x.el (dired-filename-at-point): Add `@' to valid
3417         file name characters.
3418         (dired-filename-at-point): Handle ange-ftp file names.
3420         * frame.el (frame-notice-user-settings): Use assq-delete-all
3421         instead of assoc-delete-all.
3422         (frame-notice-user-settings): Ditto.
3424         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
3425         Don't copy alist.
3427 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
3429         * calculator.el (calculator-use-menu): New option.
3430         (calculator-initial-bindings): Changed some bindings to work as
3431         macros.
3432         (calculator-forced-input): Removed.
3433         (calculator-restart-other-mode): New variable.
3434         (calculator-mode-map): Set up menu.
3436 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
3438         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
3439         tags.
3441 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
3443         * viper-cmd.el (viper-envelop-ESC-key): added the option to
3444         translate all ESC key sequences.
3445         (viper-goto-mark-subr): restore markers for files for which
3446         they were saved.
3447         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
3448         * viper-util.el (viper-set-replace-overlay-glyphs,
3449         viper-set-replace-overlay): always check if the replacement
3450         overlay is live.
3451         * viper.el (viper-vi-state-mode-list): added major modes.
3452         * ediff-wind.el: minor comment changes.
3453         * ediff.el: copyright notice date fix.
3455 2000-02-27  Jason Rumney  <jasonr@gnu.org>
3457         * faces.el (face-font-family-alternatives): Add arial to helv.
3458         (mode-line, header-line, tool-bar): Same default as x for w32.
3459         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
3460         face-font-family-alternatives from working.
3461         * term/w32-win.el (mouse-set-font): Do not build fontset from
3462         chosen font.
3464 2000-02-25  Sam Steingold  <sds@goems.com>
3466         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
3467         properly.
3469 2000-02-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3471         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
3473 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
3475         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
3476         writable.
3478         * frame.el (busy-cursor-delay-seconds): New option.
3480 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
3482         * frame.el (show-cursor-in-non-selected-windows): New option.
3484 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3486         * diary-lib.el (include-other-diary-files): Undo the selective
3487         display in any included file and don't kill it.
3489 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
3491         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
3492         bar.  Menu items converted to (menu-item format, help strings
3493         added.
3494         [downcase, upcase]: Don't enable on MS-DOS.
3495         [symlink, symlinks]: Don't show if make-symbolic-link is not
3496         bound.
3497         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
3499 2000-02-23  Dave Love  <fx@gnu.org>
3501         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
3502         (backward-kill-word): Revert addition of * to interactive spec --
3503         it's a feature.
3505         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
3506         (backward-kill-sentence, kill-sentence): Likewise.
3508         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
3509         scratch buffer name.
3510         (gud-format-command): Use int-to-string in ?l case.  Simplify
3511         slightly.
3513         * term/w32-win.el (internal-face-interactive): Update prompt for
3514         new read-face-name.
3516         * mail/footnote.el (footnote): Add :version to defgroup.
3517         (footnote-section-tag-regexp): Customize.
3518         (footnote-start-tag, footnote-end-tag): New option.
3519         (footnote-latin-regexp): New variable.
3520         (Footnote-latin): New function.
3521         (footnote-style-alist): Add element for latin style.
3522         (footnote-style): Moved.
3523         (Footnote-goto-footnote): Use eq to test arg.
3525         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
3527         * emacs-lisp/byte-opt.el: Change old backquote syntax.
3528         (byte-compile-trueconstp): Include keywords.
3529         (byte-optimize-quote, byte-optimize-lapcode): Use
3530         byte-compile-const-symbol-p.
3531         (byte-optimize-char-before): New optimization.
3533         * emacs-lisp/bytecomp.el: Change old backquote syntax.
3534         (byte-compile-const-symbol-p): New function.
3535         (byte-compile-constp, byte-compile-out-toplevel)
3536         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
3537         Use it.
3539         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
3541 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
3543         * international/encoded-kb.el: Be sure to update minor-mode-alist
3544         and minor-mode-map-alist.
3545         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
3546         codes SS2 and SS3 correctly.
3547         (encoded-kbd-self-insert-ccl): New function.
3548         (encoded-kbd-setup-keymap): New function.
3549         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
3550         by calling encoded-kbd-setup-keymap.
3552         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
3553         characters.
3554         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
3555         locally.
3557 2000-02-22  Dave Love  <fx@gnu.org>
3559         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
3560         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
3561         defvar.
3562         (lisp-mode-syntax-table): Set up for #|...|# comments.
3563         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
3564         classes.  Match `defface'.
3565         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
3566         (eval-defun-1): Fix for defcustom.
3567         (lisp-indent-region): Doc fix.
3569         * subr.el (when, unless, split-string): Doc fix.
3570         (read-passwd): Move call of clear-this-command-keys to the right
3571         place.
3572         (replace-regexps-in-string): New function.
3574 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
3576         * help.el (describe-variable): Set syntax table to
3577         emacs-lisp-mode-syntax-table when moving forward over the
3578         symbol's name.
3580 2000-02-22  Dave Love  <fx@gnu.org>
3582         * xt-mouse.el: Doc fixes.
3583         (xterm-mouse-position-function): New function, replacing advice of
3584         mouse-position.
3585         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
3587         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
3589 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
3591         * format.el (format-annotate-single-property-change): Handle
3592         properties.with dotted-list values.
3593         (format-proper-list-p): New function.
3595         * enriched.el (enriched-face-ans): Handle '(foreground-color
3596         . COLOR) and (background-color . COLOR).
3598 2000-02-20  Dave Love  <fx@gnu.org>
3600         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
3601         and assignments to it.
3602         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
3603         current local map.
3604         (make-flyspell-overlay): Use it.
3605         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
3607         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
3608         (lm-get-header-re): Defun, not defsubst.
3609         (lm-get-package-name): Defun, not defsubst.  Simplify.
3610         (lm-version): Doc fix.  Simplify.
3611         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
3612         (lm-crack-address, lm-last-modified-date, lm-commentary)
3613         (lm-verify, lm-synopsis): Simplify.
3614         (lm-report-bug): Require emacsbug.  Use compose-mail.
3616 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
3618         * dired.el (dired-mode): Call propertized-buffer-identification
3619         to set mode-line-buffer-identification to something having
3620         the right text properties.
3622         * bindings.el (propertized-buffer-identification): New function.
3624 2000-02-20  Dave Love  <fx@gnu.org>
3626         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
3627         check for t-mouse too.
3629         * cus-start.el: Make echo-keystrokes `number'.
3631 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
3633         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
3634         Don't call ring-empty-p unless tags-location-ring is bound.
3635         From Noah Friedman <friedman@splode.com>.
3637 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
3639         * progmodes/hideshow.el (hs-flag-region): No longer use
3640         `intangible' overlay property.
3642         (hs-toggle-hiding): New command.
3643         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
3645         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
3646         Fix omission bug: Run `hs-minor-mode-hook' for both activation
3647         and deactivation.
3649 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
3651         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
3653 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
3655         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
3657         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
3658         of `*' to handle `(* ... *)' comments.
3660 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
3662         * faces.el (list-faces-display): Use display-mouse-p instead of
3663         window-system.
3665         * menu-bar.el (global-map): Menu-bar items converted to the new
3666         format (menu-item..., rearranged for better CUA compliance, and
3667         their names changed for better clarity.  Help strings added.
3669         * international/mule-cmds.el (mule-menu-keymap)
3670         (describe-language-environment-map, set-coding-system-map)
3671         (setup-language-environment-map): Convert to new (menu-item...
3672         form, add help strings.  Change names of menu items for better
3673         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
3674         submenu).
3676 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
3678         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
3679         within the code.
3681 2000-02-16  Dave Love  <fx@gnu.org>
3683         * faces.el: Don't require custom.  Add more specific :groups to
3684         various deffaces.
3685         (set-face-attribute): Purecopy args.
3686         (read-face-name): Default to name at point and use it in prompt.
3687         Remove colon from arg in all callers.
3688         (list-faces-display): Hyperlink to face descriptions and customize
3689         buffers.
3691 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
3693         * wid-edit.el (widget-match-inline): An atom never matches a
3694         list.
3696 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3698         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
3699         at ':' characters by call to split-string.
3701 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3703         * textmodes/bibtex.el: Added RCS version identification.
3705 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3707         * textmodes/bibtex.el: Some temporary comments removed.
3708         (bibtex-field-name, bibtex-entry-type): Made the relationship
3709         explicit.
3710         (bibtex-field-const): Allow capital letters.
3711         (bibtex-start-of-string): Deleted because unused.
3713         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
3714         use the term 'reference' to describe a bibtex entry as a whole.
3715         Further, reference keys are no longer called 'labels'.
3716         (bibtex-keys): Renamed to bibtex-reference-keys.
3717         (bibtex-reformat-previous-labels): Renamed to
3718         bibtex-reformat-previous-reference-keys.
3719         (bibtex-reference-type): Renamed to bibtex-entry-type.
3720         (bibtex-reference-head): Renamed to bibtex-entry-head.
3721         (bibtex-reference-maybe-empty-head): Renamed to
3722         bibtex-entry-maybe-empty-head.
3723         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
3724         (bibtex-search-reference): Renamed to bibtex-search-entry.
3725         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
3726         bibtex-enclosing-entry-maybe-empty-head.
3727         (bibtex-entry-field-alist, bibtex-entry-head,
3728         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
3729         bibtex-map-entries, bibtex-search-entry,
3730         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
3731         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3732         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
3733         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
3734         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
3735         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
3736         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
3738 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3740         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
3741         comment.
3742         (bibtex-format-field-delimiters): New function, functionality
3743         extracted from bibtex-format-entry.
3744         (bibtex-autokey-get-yearfield-digits): New function, functionality
3745         extracted from bibtex-autokey-get-yearfield.
3747         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
3748         entries in order to avoid stack overflow in the regexp matcher if
3749         field contents become large.
3750         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
3751         bibtex-field-string-part-not-braced,
3752         bibtex-field-string-part-no-inner-braces,
3753         bibtex-field-string-part-1-inner-brace,
3754         bibtex-field-string-part-2-inner-braces,
3755         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
3756         bibtex-field-string-quoted, bibtex-field-string,
3757         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
3758         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
3759         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
3760         as parsing is now performed by the following functions.
3761         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
3762         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
3763         bibtex-parse-field-string, bibtex-search-forward-field-string,
3764         bibtex-parse-association, bibtex-field-name-for-parsing,
3765         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
3766         bibtex-search-forward-field, bibtex-search-backward-field,
3767         bibtex-start-of-field, bibtex-end-of-field,
3768         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
3769         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
3770         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
3771         bibtex-parse-string, bibtex-search-forward-string,
3772         bibtex-search-backward-string, bibtex-start-of-string,
3773         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
3774         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
3775         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
3776         entries.  Instead of reporting the results of the parsing by
3777         match-beginning or match-end, these functions return data structures
3778         that hold the corresponding positions.
3779         (bibtex-enclosing-field): Changed to also report field boundaries by
3780         return values rather than by match-beginning or match-end.  The
3781         following functions have been adapted to use the new parsing
3782         functions.
3783         (bibtex-skip-to-valid-entry, bibtex-search-reference,
3784         bibtex-enclosing-field, bibtex-format-entry,
3785         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
3786         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
3787         bibtex-print-help-message, bibtex-end-of-entry,
3788         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
3789         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3790         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
3791         method for parsing.
3792         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
3793         bibtex-map-entries, bibtex-flash-head,
3794         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
3795         bibtex-autokey-change, bibtex-autokey-get-namefield,
3796         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
3797         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3798         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
3799         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3800         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
3801         order to make the new binding of case-fold-search immediately
3802         visible.
3804 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3806         * textmodes/bibtex.el: Copyright notice is up to date.
3807         Added constant 'bibtex-maintainer-salutation.
3809         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
3810         than make-temp-name, use match-string-no-properties and eliminate
3811         a quadratic behavior when building bibtex-strings.
3813         * bibtex.el (bibtex-reference-key): Accept string entries whose
3814         reference key contains upper case letters.
3816 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3818         * bibtex.el (bibtex-reference-head): Allow entries to start with
3819         a new line.
3821 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3823         * bibtex.el: Hiding of entry bodies is not longer provided by
3824         bibtex.el directly.  Instead the hideshow package can be used.
3825         Added a special bibtex entry to hs-special-modes-alist.
3826         (bibtex-hs-forward-sexp): Added for hideshow.el.
3828 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3830         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
3831         at ':' characters by call to split-string.
3833 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3835         * textmodes/bibtex.el: Added RCS version identification.
3837 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3839         * textmodes/bibtex.el: Some temporary comments removed.
3840         (bibtex-field-name, bibtex-entry-type): Made the relationship
3841         explicit.
3842         (bibtex-field-const): Allow capital letters.
3843         (bibtex-start-of-string): Deleted because unused.
3845         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
3846         use the term 'reference' to describe a bibtex entry as a whole.
3847         Further, reference keys are no longer called 'labels'.
3848         (bibtex-keys): Renamed to bibtex-reference-keys.
3849         (bibtex-reformat-previous-labels): Renamed to
3850         bibtex-reformat-previous-reference-keys.
3851         (bibtex-reference-type): Renamed to bibtex-entry-type.
3852         (bibtex-reference-head): Renamed to bibtex-entry-head.
3853         (bibtex-reference-maybe-empty-head): Renamed to
3854         bibtex-entry-maybe-empty-head.
3855         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
3856         (bibtex-search-reference): Renamed to bibtex-search-entry.
3857         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
3858         bibtex-enclosing-entry-maybe-empty-head.
3859         (bibtex-entry-field-alist, bibtex-entry-head,
3860         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
3861         bibtex-map-entries, bibtex-search-entry,
3862         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
3863         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3864         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
3865         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
3866         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
3867         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
3868         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
3870 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3872         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
3873         comment.
3874         (bibtex-format-field-delimiters): New function, functionality
3875         extracted from bibtex-format-entry.
3876         (bibtex-autokey-get-yearfield-digits): New function, functionality
3877         extracted from bibtex-autokey-get-yearfield.
3879         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
3880         entries in order to avoid stack overflow in the regexp matcher if
3881         field contents become large.
3882         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
3883         bibtex-field-string-part-not-braced,
3884         bibtex-field-string-part-no-inner-braces,
3885         bibtex-field-string-part-1-inner-brace,
3886         bibtex-field-string-part-2-inner-braces,
3887         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
3888         bibtex-field-string-quoted, bibtex-field-string,
3889         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
3890         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
3891         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
3892         as parsing is now performed by the following functions.
3893         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
3894         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
3895         bibtex-parse-field-string, bibtex-search-forward-field-string,
3896         bibtex-parse-association, bibtex-field-name-for-parsing,
3897         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
3898         bibtex-search-forward-field, bibtex-search-backward-field,
3899         bibtex-start-of-field, bibtex-end-of-field,
3900         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
3901         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
3902         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
3903         bibtex-parse-string, bibtex-search-forward-string,
3904         bibtex-search-backward-string, bibtex-start-of-string,
3905         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
3906         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
3907         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
3908         entries.  Instead of reporting the results of the parsing by
3909         match-beginning or match-end, these functions return data structures
3910         that hold the corresponding positions.
3911         (bibtex-enclosing-field): Changed to also report field boundaries by
3912         return values rather than by match-beginning or match-end.  The
3913         following functions have been adapted to use the new parsing
3914         functions.
3915         (bibtex-skip-to-valid-entry, bibtex-search-reference,
3916         bibtex-enclosing-field, bibtex-format-entry,
3917         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
3918         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
3919         bibtex-print-help-message, bibtex-end-of-entry,
3920         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
3921         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3922         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
3923         method for parsing.
3924         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
3925         bibtex-map-entries, bibtex-flash-head,
3926         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
3927         bibtex-autokey-change, bibtex-autokey-get-namefield,
3928         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
3929         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3930         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
3931         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3932         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
3933         order to make the new binding of case-fold-search immediately
3934         visible.
3936 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3938         * textmodes/bibtex.el: Copyright notice is up to date.
3939         Added constant 'bibtex-maintainer-salutation.
3941         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
3942         than make-temp-name, use match-string-no-properties and eliminate
3943         a quadratic behavior when building bibtex-strings.
3945         * bibtex.el (bibtex-reference-key): Accept string entries whose
3946         reference key contains upper case letters.
3948 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3950         * bibtex.el (bibtex-reference-head): Allow entries to start with
3951         a new line.
3953 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3955         * bibtex.el: Hiding of entry bodies is not longer provided by
3956         bibtex.el directly.  Instead the hideshow package can be used.
3957         Added a special bibtex entry to hs-special-modes-alist.
3958         (bibtex-hs-forward-sexp): Added for hideshow.el.
3960 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3962         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
3963         proceedings entry type (for cross referencing). Thanks to Wagner
3964         Toledo Correa for the suggestion.
3966         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
3968 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
3970         * international/characters.el: Setup case table for Vietnamese.
3972 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
3974         * uniquify.el (toplevel): Require CL at compile time.
3975         (uniquify-push): Removed.
3977         * shadowfile.el (shadow-when): Removed.
3979         * tempo.el (tempo-dolist, tempo-mapc): Removed.
3980         (tempo-process-and-insert-string): Use dolist instead of
3981         tempo-dolist.
3983         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
3984         regexp for paragraph-start.
3986         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
3987         commas as well.
3989 2000-02-10  Dave Love  <fx@gnu.org>
3991         * wid-edit.el: (widgets) [defgroup]: Remove url link.
3992         (widget-color-choice-list, widget-color-history, widget-mouse-help):
3993         Deleted.
3994         (widget-specify-field, widget-specify-button): Don't use
3995         widget-mouse-help as help-echo property.
3996         (default): Use #'ignore for :validate and :mouse-down-action.
3997         (checkbox): Add help-echo.
3998         (widget-sexp-validate): Rewritten to clarify error messages.
3999         (character): Use char-valid-p in :match function.
4000         (widget-color-complete): Use facemenu-color-alist.
4001         (widget-color-action): Use facemenu-read-color.
4003         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
4004         set up `caar' &c that we now have.
4006 2000-02-09  Ray Blaak  <blaak@gnu.org>
4008         * delphi.el: Make resourcestring a declaration region, like const
4009         and var.
4011 2000-02-09  Dave Love  <fx@gnu.org>
4013         * bindings.el (mode-line-input-method-map): New variable.
4014         (mode-line-mule-info): Use it; fix last change.
4015         (mode-line-mode-menu): Move definition.
4016         (mode-line-mouse-sensitive-p): Deleted.
4017         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
4018         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
4019         level.
4021         * startup.el (command-line-1): Don't call
4022         make-mode-line-mouse-sensitive.
4024 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
4026         * mail/rmail.el (rmail-retry-failure): Use
4027         rmail-beginning-of-message before rmail-toggle-header, because the
4028         former toggles headers.
4030 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
4032         * diff-mode.el (diff-kill-junk): New interactive function.
4033         (diff-reverse-direction): Use delete-and-extract-region.
4034         (diff-post-command-hook): Restrict the area so that the hook also works
4035         outside of any diff hunk.  This is necessary for the minor-mode.
4036         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
4037         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
4039         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
4040         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
4041         so that it can be used more easily in <foo>-mode-hook.  Also make sure
4042         to avoid duplicate entries.
4043         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
4044         (font-lock-remove-keywords): Just as was done for `add', allow it to
4045         work even if font-lock-mode is nil.  Also make sure we don't modify
4046         any pre-existing list by forcing a copy-sequence.  Finally rename
4047         `major-mode' to `mode'.
4048         (font-lock-fontify-syntactic-anchored-keywords)
4049         (font-lock-fontify-anchored-keywords)
4050         (font-lock-fontify-keywords-region): Use line-end-position.
4051         Don't make `font-lock-multiline' local (it's now done in
4052         font-lock-set-defaults).
4053         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
4054         move the `font-lock-fontified' creation to inside the `unless'.
4056 2000-02-06  Andrew Innes  <andrewi@gnu.org>
4058         * term/w32-win.el (x-handle-args): Comment out call to message,
4059         which occurs before window system is initialized.
4061         * makefile.nt: Add support for recompiling lisp code.
4063 2000-02-04  Dave Love  <fx@gnu.org>
4065         * bindings.el (mode-line-mule-info): Fix/extend last change.
4067         * completion.el: Replace completion-dolist with dolist.
4069         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
4070         dotimes.
4072 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
4074         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
4075         environment names before they go into the section regexp.
4077         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
4078         char class in regexp.
4080         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
4081         `case-fold-search' to nil.
4083         * progmodes/idlwave.el (idlwave-template): Respect
4084         `idlwave-abbrev-change-case'.
4085         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
4086         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
4087         idlwave-while): respect `idlwave-reserved-word-upcase'.
4088         (idlwave-rw-case): New function.
4089         (idlwave-statement-match): Fixed problem with assignment regexp.
4090         (idlwave-font-lock-keywords): Improved regexp for keyword
4091         parameters.
4092         (idlwave-surround): New argument LENGTH to support padding of
4093         operators longer than 1 char.
4095         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
4096         idlwave-shell-expression-overlay.  Implemented printing of
4097         expressions on higher levels of the calling stack.
4098         (idlwave-shell-display-level-in-calling-stack): Restore stack
4099         level.
4100         (idlwave-retrieve-expression-from-level): New function.
4101         (idlwave-shell-last-calling-stack): Variable removed.
4102         (idlwave-shell-reset): Argument action reversed (`visible' to
4103         `hidden').  Also remove stop-line overlay.
4104         (idlwave-shell-calling-stack-routine): New variable.
4105         (idlwave-shell-parse-stack-and-display): Messages now display
4106         negative level numbers.
4107         (idlwave-shell-mode): Set `modeline-format'.
4108         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
4109         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
4110         21.
4111         (idlwave-shell-print-expression-function): New option.
4113         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
4114         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
4115         `tool-bar' instead of `toolbar'.
4117 2000-02-02  Dave Love  <fx@gnu.org>
4119         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
4120         emacs-lisp-mode-hook.  Don't check for defalias being defined.
4122         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4123         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
4124         the new builtins directly.
4126         * whitespace.el (whitespace): Add :version to defgroup.
4128         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
4129         Doc fix.
4131         * thingatpt.el (sexp-at-point, symbol-at-point)
4132         (number-at-point, list-at-point): Add autoload cookie.
4134         * recentf.el (recentf): Add :version to defgroup.
4136         * quickurl.el (quickurl): Add :version to defgroup.
4138         * elide-head.el (elide-head): Use point-marker more.
4140         * bs.el (bs): Add :version to defgroup.
4142         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
4144         * progmodes/delphi.el (delphi): Add :version to defgroup.
4146 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
4148         * ange-ftp.el (ange-ftp-write-region): Handle case that
4149         succeeding process operation sets a different coding system.
4151         * calculator.el: New file.
4153 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
4155         * frame.el (frames-on-display-list, framep-on-display): New
4156         functions.
4157         (display-mouse-p, display-popup-menus-p, display-graphic-p)
4158         (display-selections-p, display-screens, display-pixel-width)
4159         (display-pixel-height, display-mm-width, display-mm-height)
4160         (display-backing-store, display-save-under, display-planes)
4161         (display-color-cells, display-visual-class): New functions.
4163         * term/tty-colors.el (tty-color-gray-shades): New function.
4165         * faces.el (display-color-p): Use framep-on-display.
4166         (display-grayscale-p): New function.
4168 2000-01-31  Dave Love  <fx@gnu.org>
4170         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
4171         (create-fontset-from-x-resource): Don't concat integers.
4173 2000-01-31  Inge Frick  <inge@nada.kth.se>
4175         * view.el: Some changes in documentation.  Removed some trailing
4176         whitespace. Changed some parameter names to agree with
4177         documentation.
4178         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
4179         window is not deleted.  Modifies change 1998-04-26.
4181 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
4183         * windmove.el: New file.
4185         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
4186         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
4187         progmodes/ebnf-yac.el: Update copyright and license info.
4189         * jit-lock.el (jit-lock-function): Widen before calculating end
4190         position.
4191         (jit-lock-stealth-chunk-start): Rewritten.
4193         * info.el (Info-title-face-alist): Removed.
4194         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
4195         faces.
4196         (Info-fontify-node): Use these faces.
4198 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
4200         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
4201         (cl-macro-list1): Recognize `&allow-other-keys' instead of
4202         `&allow-other-keywords'.
4204         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
4205         the list of directories scanned heuristically.
4207         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
4208         exist.
4210 2000-01-30  Jason Rumney  <jasonr@gnu.org>
4212         * w32-fns.el: Define w32-tty-standard-colors.
4214         * startup.el (command-line): Use w32-tty-standard-colors when in
4215         w32 console mode.
4217 2000-01-30  Dave Love  <fx@gnu.org>
4219         * jka-compr.el (jka-compr-load): Fix up load-history.
4221         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
4223         * emacs-lisp/cl-macs.el: Revert previous change.
4225 2000-01-29  Dave Love  <fx@gnu.org>
4227         * facemenu.el: Purecopy various strings.
4229         * timezone.el (timezone-fix-time): Window against 69 for two-digit
4230         years.  Deal with three-digit years.
4232         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
4233         defconst, purecopy.
4234         (help-back-label): Purecopy it.
4236 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
4238         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
4239         variable. If non-nil, order the buffer list according to the
4240         currently selected frame.
4241         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
4242         non-nil, pass the selected frame to function buffer-list.
4244 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4246         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
4248 2000-01-28  Dave Love  <fx@gnu.org>
4250         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
4252         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
4253         Don't use lisp-indent-hook property.
4254         (cl-abs): Remove.
4256         * subr.el: Move out indent and edebug specs for when and unless.
4258         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
4259         when, unless.
4261         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
4262         unless, when.
4264 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
4266         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
4267         `collecting' as synonym for `collect'.
4269         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
4270         for the case it contains spaces.
4272         * simple.el (what-cursor-position): Change formatting of
4273         messages.
4275         * frame.el (delete-other-frames): New function.
4276         (toplevel): Bind it to C-x 5 1.
4278         * sort.el (sort-numeric-base): New option.
4279         (sort-numeric-fields): If number starts with `0' or `0[xX[',
4280         interpret it as octal or hexadecimal.  Use sort-numeric-base
4281         as default base.
4283         * progmodes/glasses.el: New file.
4285 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
4287         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
4288         userids differently.
4290         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
4291         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
4292         progmodes/ebnf-yac.el: New files.
4294 2000-01-26  Dave Love  <fx@gnu.org>
4296         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
4297         on a function with an empty body.  [From Eric Ludlam.]
4299 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
4301         * vc.el (vc-version-diff): Make sure file name is expanded.
4303 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
4305         * scroll-bar.el (scroll-bar-timer): Variable removed.
4306         (scroll-bar-toolkit-scroll): Don't use a timer.
4308 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
4310         * language/thai-util.el (thai-composition-function): Delete
4311         superfluous `a'.
4313 2000-01-24  Dave Love  <fx@gnu.org>
4315         * fortran.el (fortran-mode): Use beginning-of-defun-function,
4316         end-of-defun-function.
4318         * font-lock.el (turn-on-font-lock): Don't depend on window-system
4319         &c.
4321 2000-01-22  Jason Rumney  <jasonr@gnu.org>
4323         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
4324         conflicts with new face support.
4326 2000-01-22  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4328         * replace.el (query-replace): Rename last arg to DELIMITED.
4329         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
4330         (query-replace-regexp): Likewise.
4332 2000-01-20  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4334         * subr.el (with-syntax-table): Use make-symbol, not gensym.
4336         * emacs-lisp/lisp.el (beginning-of-defun-function):
4337         Variable renamed from beginning-of-defun.
4338         Do not call make-variable-buffer-local.
4339         (beginning-of-defun-raw): Use new variable name; doc fix.
4340         (beginning-of-defun): Doc fix.
4341         (end-of-defun-function): Variable renamed from end-of-defun.
4342         Do not call make-variable-buffer-local.
4343         (end-of-defun): Use new variable name; doc fix.
4345         * subr.el (dolist, dotimes): Copied from cl-macs.el
4346         and made to work.
4348         * mail/undigest.el (rmail-digest-end-regexps):
4349         Variable replaces rmail-digest-end-regexp.
4350         Allows multiple regexps for detecting the end line.
4351         (undigestify-rmail-message): Corresponding changes.
4353 2000-01-19  Dave Love  <fx@gnu.org>
4355         * files.el (user-init-file): Don't declare here -- is primitive.
4357         * startup.el (command-line): Check for compiled user-init-file and
4358         set to uncompiled version if necessary.
4360 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
4362         * mail/undigest.el (rmail-digest-end-regexp): New user option.
4363         (undigestify-rmail-message): Use it.
4365         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
4367 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
4369         * tmm.el (tmm-goto-completions): Adapt to prompt being part
4370         of mini-buffer.
4372 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
4374         * emacs-lisp/copyright.el (copyright-update): Removed the
4375         requirement for a trailing space from `copyright-regexp', to
4376         support copyrights with owner specified on a separate line..
4378         * align.el: New file.
4380         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
4382         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
4384 2000-01-13  Dave Love  <fx@gnu.org>
4386         * ph.el: Removed.  (Obsoleted by EUDC.)
4388 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
4390         * net/eudc.el (toplevel): Remove autoloaded code installing
4391         menu with easymenu, because that causes build problems.
4393         * frame.el (frame-notice-user-settings): New variable.
4394         (frame-notice-user-settings): Don't modify frame parameters
4395         if called a second time.
4397 2000-01-13  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4399         * frame.el (frame-notice-user-settings):
4400         Notice default-frame-parameters even for non-window frames.
4402 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
4404         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
4405         for Emacs.
4406         (eudc-bob-can-display-inline-images): Extend for Emacs.
4407         (eudc-bob-toggle-inline-display): Ditto.
4408         (eudc-bob-display-jpeg): Ditto.
4410 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
4412         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4413         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
4414         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
4416         * add-log.el (add-change-log-entry): Fix error trying an `(insert
4417         nil)'.
4419         * subdirs.el: Add `net' directory.
4421         * net: New directory.
4423         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
4424         eval-last-sexp.  Don't bind debug-on-error here.
4425         (eval-last-sexp): New function.  Bind debug-on-error if
4426         eval-expression-debug-on-error is non-nil.
4427         (eval-defun-2, eval-defun): Likewise.
4429         * simple.el (eval-expression): Don't bind debug-on-error if
4430         eval-expression-debug-on-error is nil.  Detect changed
4431         debug-on-error, and propagate new value to global binding, if
4432         eval-expression-debug-on-error is non-nil,
4433         (eval-expression-debug-on-error): Change doc string.
4435 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4437         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
4439         * emacs-lisp/lisp-mode.el (with-syntax-table):
4440         Set up lisp-indent-function property.
4442         * subr.el (with-syntax-table): Moved from simple.el.
4444         * simple.el (with-syntax-table): Moved to subr.el.
4446 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
4448         * tmm.el (tmm-shortcut): Delete region after prompt instead
4449         of erasing buffer.
4451         * textmodes/fill.el (fill-common-string-prefix): New function.
4452         (fill-context-prefix): Use the longest common prefix of first
4453         and second line fill prefix, if there is one.
4455 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4457         * array.el (array-mode): Don't use make-variable-buffer-local.
4458         Use make-local-variable for `truncate-lines'.
4460 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
4462         * add-log.el (add-log-current-defun): Handle user-defined
4463         add-log-current-function returning nil,
4465         * add-log.el (add-change-log-entry): Insert version number
4466         if having found a current function
4468         * add-log.el (add-log-current-defun): Call
4469         `add-log-current-defun-function'.  Try matches at level 0 and
4470         level 1.  Strip whitespace from defun found.
4472 2000-01-10  John Wiegley  <johnw@gnu.org>
4474         * allout.el (isearch-done/outline-provisions): Added `edit'
4475         argument to correspond with the current definition of
4476         `isearch-done'.
4478 2000-01-10  Dave Love  <fx@gnu.org>
4480         * elide-head.el (elide-head): Use point-marker, not point.
4482 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
4484         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
4485         before and after the year 2000.
4487         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
4488         Add ispell- prefix.
4490 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
4492         * ispell.el:  Only define dictionaries in menus when they exist.
4493         (version18p): New variable.
4494         (version20p): New variable.
4495         (xemacsp): New variable.
4496         (ispell-choices-win-default-height): Fix for XEmacs visibility.
4497         (ispell-dictionary-alist1): Added Brasileiro dictionary.
4498         (ispell-dictionary-alist6): Russian command lines no longer accept
4499         run-together words.
4500         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
4501         (ispell-dictionary-alist): Add koi8-r to customize definition.
4502         (check-ispell-version): Added documentation string.  Returns
4503         library path when called non-interactively.
4504         (ispell-menu-map-needed): Uses new variables.
4505         (ispell-library-path): New variable.
4506         (ispell-decode-string): XEmacs fix for bogus variable bindings.
4507         (ispell-word): Improved documentation string.  Test for valid
4508         character mappings.  Correctly check typed in word changes that can
4509         result in single words split into multiple words.  Returns
4510         replacement word.
4511         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
4512         replace in recursive query replace mode.  Help message for
4513         recursive edit mode.
4514         (ispell-show-choices): Protect against bad framepop bindings.
4515         (ispell-help): Fix to work with XEmacs.
4516         (ispell-highlight-spelling-error): Use new variables.
4517         (ispell-overlay-window): Fix to work with XEmacs.
4518         (ispell-parse-output): Passed and returns location information
4519         tracking spelling corrections.  Doesn't recheck same word on
4520         current line.
4521         (ispell-init-process): Protect against bogus XEmacs variable binding.
4522         Fix call to single argument in sleep-for.  Use new variables.
4523         (ispell-region): Passed and returns location information tracking
4524         spelling corrections.  Doesn't check same word on current line.
4525         Improved documentation string.  Doesn't resend a line already
4526         checked to the ispell process - fixes bug in LaTeX parsing.
4527         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
4528         (ispell-skip-region): No longer skips <TT> in SGML.
4529         (ispell-process-line): Tracks location information with spelling
4530         corrections.  Added documentation string.  Accounts for words
4531         already accepted on this line.  Don't allow query-replace on line
4532         starting with math characters.  Doesn't resend a line already sent
4533         to ispell process.  Fixes alignment error bug.
4535 2000-01-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4537         * dired-x.el (dired-guess-shell-alist-default):
4538         Suggest xloadimage, which is free, not xv, which isn't.
4540         * ange-ftp.el (ange-ftp-file-name-nondirectory):
4541         Don't ever include the host name or user name in the value.
4543 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
4545         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
4546         of a real newline.
4548 2000-01-09  Stephen Eglen  <stephen@gnu.org>
4550         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
4551         for .png files.
4553 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
4555         * cus-edit.el (custom-hook-convert-widget): Fix comment.
4557 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
4559         * progmodes/cperl-mode.el: Replace ^F with ^L.
4561         * sendmail.el (toplevel): Provide `sendmail' when compiling
4562         before `require'ing rmail and mailalias to prevent infinite
4563         recursion.
4565 2000-01-08  Dave Love  <fx@gnu.org>
4567         * emacs-lisp/backquote.el: Remove inappropriate customization
4568         (allowing custom.el to use backquote).
4570 2000-01-07  Dave Love  <fx@gnu.org>
4572         * add-log.el (add-log-debugging): Deleted.
4573         (add-change-log-entry): Treat a backup FILE-NAME as its parent
4574         file.  Remove debugging code.
4575         (change-log-get-method-definition, change-log-name): Add doc.
4576         (change-log-sortable-date-at): New function.
4577         (change-log-merge): New command.
4579         * time.el (display-time-string-forms): Make the Mail string active.
4580         (display-time-update): Provide help-echo for load average.
4582         * bindings.el (make-mode-line-mouse2-map): New function.
4583         (mode-line-modified): Use it and simplify.
4584         (mode-line-mule-info): Provide help-echo info.
4585         (minor-mode-alist): Activate the strings.
4586         (make-mode-line-mouse-sensitive): Simplify for
4587         mode-line-buffer-identification.
4589 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
4591         * play/pong.el: New file.
4593 2000-01-06  Dave Love  <fx@gnu.org>
4595         * array.el: Assorted cleanups for compiler warnings, doc strings,
4596         `array-' prefix for symbols.
4598 2000-01-05  Dave Love  <fx@gnu.org>
4600         * textmodes/outline.el (outline-mode-menu-bar-map): Add
4601         outline-headers-as-kill.
4602         (outline-mode): Define imenu-generic-expression.
4603         (outline-headers-as-kill): New command.
4605         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
4606         from paragraph-start.
4607         (paragraph-indent-minor-mode): New command.
4609         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
4610         M-C-e, M-C-h, C-j, C-xnd, TAB.
4611         (fortran-mode): Set beginning-of-defun, end-of-defun.
4612         (fortran-column-ruler): Simplify.
4613         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
4614         (fortran-with-subprogram-narrowing): Likewise.
4615         (fortran-indent-subprogram): Call mark-defun.
4616         (fortran-check-for-matching-do): Change narrowing.
4618         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
4619         (cl-lucid-hash-tag): Delete.
4620         (cl-hash-table-p): Correct test for native table.
4621         (cl-hash-table-count): Use hash-table-count.
4623         * browse-url.el (browse-url): Fix case of
4624         browse-url-browser-function being an alist.
4626 2000-01-05  Carsten Dominik  <cd@gnu.org>
4628         * textmodes/reftex-vars.el (reftex-parse-file-extension)
4629         (reftex-index-phrase-file-extension): New options.
4631         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
4632         Use new option `reftex-index-phrase-file-extension'.
4634         * textmodes/reftex.el (reftex-access-parse-file): Use new option
4635         `reftex-parse-file-extension'.
4637 2000-01-05  Dave Love  <fx@gnu.org>
4639         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
4640         (beginning-of-defun-raw): Use it.
4641         (end-of-defun): New variable.
4642         (end-of-defun): Use it.
4643         (check-parens): New command.
4645 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
4647         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
4648         (hs-show-block): Don't use `mapcar' when not accumulating.
4650         Fix buglet in local variables initialization.
4652 2000-01-05  Andreas Schwab  <schwab@suse.de>
4654         * hscroll.el (hscroll): Doc fix.
4656 2000-01-05  Carsten Dominik  <cd@gnu.org>
4658         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
4659         idlw-toolbar.
4661         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
4662         file idlw-rinfo.el.
4663         (idlwave-customize): load must read file idlw-shell.el.
4664         (idlwave-create-customize-menu): load must read file idlw-shell.el.
4666 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
4668         * progmodes/idlw-shell.el: Also provide idlwave-shell
4669         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
4670         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
4672         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
4673         both reftex-dcr and reftex-vcr.
4675         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
4677 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4679         * ps-print.el: PostScript code now is in separate files, doc fix.
4680         (ps-print-version): New version number (5.0.3).
4681         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
4682         local.
4683         (ps-spool-config): Initialization fix.
4684         (ps-print-prologue-1, ps-print-prologue-2)
4685         (ps-print-duplex-feature): PostScript code moved to separated file.
4686         (ps-background-image): Little code reformating.
4687         (ps-begin-file, ps-begin-job): Fix code.
4688         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
4689         (ps-prologue-file): New fun.
4691 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4693         * ps-vars.el: Eliminated.
4695         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
4696         `;;;###autoload'.
4698         * ps-print.el: ps-vars eliminated, doc fix.
4699         (ps-print-version): New version number (5.0.2).
4700         (ps-spool-config): Initialization fix.
4701         (ps-print-customize): New fun.
4703 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
4705         * autorevert.el (auto-revert-mode): Return value of
4706         auto-revert-mode.
4708 2000-01-04  Dave Love  <fx@gnu.org>
4710         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
4711         menu items.
4713 2000-01-03  Dave Love  <fx@gnu.org>
4715         * elide-head.el (elide-head) [defgroup]: Add :version.
4717         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
4718         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
4719         `cl-hash-table-p', not `hash-table-p'.
4720         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
4722 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4724         * faces.el (face-read-integer, read-face-attribute)
4725         (color-defined-p, color-values): unspecified-{f,b}g are now
4726         strings.
4728 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
4730         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
4731         at comment end, and re-insert them after filling.
4733 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4735         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
4736         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
4737         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
4739 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4741         * term/x-win.el (xw-defined-colors): Call color-supported-p,
4742         the new name of face-color-supported-p.
4744         * term/w32-win.el (xw-defined-colors): Likewise.
4746 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4748         * simple.el (completion-setup-function): Count completion-size
4749         from minibuffer-prompt-end, not from point-min.
4751 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
4753         * faces.el (read-face-attribute, defined-colors, color-defined-p):
4754         Pass the frame to tty-color-* functions.
4755         (display-color-p, frame-set-background-mode): Pass the frame to
4756         tty-display-color-p.
4758         * term/tty-colors.el (tty-defined-color-alist): Renamed from
4759         tty-color-alist.
4760         (tty-color-alist, tty-modify-color-alist): New functions.
4761         (tty-color-define,  tty-color-clear, tty-color-approximate)
4762         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
4763         an optional parameter FRAME.
4765 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
4767         * image.el (create-image, defimage): Don't assume image data is a
4768         string.
4770         * image.el (defimage): Handle specifications containing :data
4771         instead of :file.
4772         (image-type-from-data): New function.
4773         (image-type-from-file-header): Use it.
4774         (create-image): Add parameter DATA-P.
4776 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4778         * echistory.el (electric-command-history): Call Command-history-setup
4779         and command-history-mode using their new conventions.
4781         * chistory.el (Command-history-setup): Don't switch buffers.  Take
4782         no args, and do not set major-mode, mode-name or the local map.
4783         (command-history-mode): New function, does some of those things
4784         Command-history-setup used to do.
4785         (list-command-history): Call command-history-mode, not
4786         Command-history-setup.
4787         (command-history): Renamed from command-history-mode.
4789 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4791         * arc-mode.el (archive-mode-map): Bind q to quit-window.
4793 1999-12-31  William M. Perry  <wmperry@aventail.com>
4795         * image.el (defimage): Images with the `:data' keyword should be
4796         considered valid as well.
4798 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4800         * dired.el (dired-get-filename): Don't call file-name-absolute-p
4801         with FILE if FILE is nil.
4803 1999-12-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4805         * simple.el (choose-completion-string): In minibuffer,
4806         do not delete the prompt string.
4808 1999-12-30  Gerd Moellmann  <gerd@gnu.org>
4810         * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
4811         assigned to mode-line-mode-menu because bindings.el is dumped with
4812         Emacs, and thus the lists used for menu-item definition will be
4813         copied to pure space.  Emacs' menu code (parse_menu_item) doesn't
4814         like pure menu item definitions.
4816         * expand.el (expand-abbrev-hook): Return t if expansion was
4817         done, nil otherwise.
4819 1999-12-29  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4821         * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
4822         (tar-quit): Function deleted.
4824 1999-12-29  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
4826         * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
4827         was used but not declared.
4829         (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
4830         hs-find-block-beginning): Add or modify docstrings.
4832         (hs-isearch-show): Rewrite.
4834 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
4836         * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
4838         * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
4839         space in front of a C-style comment end.
4841 1999-12-28  Eli Zaretskii  <eliz@is.elta.co.il>
4843         * startup.el (command-line-1): Make mode line mouse-sensitive for
4844         the MS-DOS version as well.
4846 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
4848         * bs.el: New file.
4850 1999-12-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4852         * textmodes/ispell.el (ispell-process-line):
4853         Add local var line-offset to adjust for the change
4854         in positions within the line, due to previous replacements.
4856 1999-12-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4858         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4859         Doc fixes.
4861 1999-12-27  Gerd Moellmann  <gerd@gnu.org>
4863         * add-log.el (change-log-version-number-regexp-list)
4864         (change-log-version-info-enabled): Change :version to 21.1.
4865         (toplevel): Require CL when compiling.
4867 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
4869         * add-log.el (change-log-version-number-regexp-list): Added tag
4870         :version 20.6
4871         (change-log-version-info-enabled): Added tag :version 20.6
4873 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
4875         * add-log.el: More general version number search with
4876         user-configurable regexp list.
4877         (change-log-version-number-regexp-list): New user variable.
4878         (change-log-find-version): Rewritten.  Use user-configurable
4879         version numbering regexp list
4880         change-log-version-number-regexp-list.
4881         (change-log-find-version): Renamed to
4882         change-log-version-number-search
4883         (add-log-file-name-function): New.
4884         (change-log-search-vc-number): Added END paramaeter.  Added doc
4885         string to function.
4886         (change-log-version-rcs): Renamed.  Was
4887         change-log-search-vc-number.
4889 1999-12-26  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
4891         * progmodes/compile.el (compilation-goto-locus): Delete hideshow
4892         overlays if they interfere.
4893         (compilation-find-file): Make intangible overlays tangible.
4895         * progmodes/hideshow.el: Generally, synch w/ maintainer
4896         version 5.9.
4898         (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
4900         (hs-minor-mode-hook): Don't initialize.
4902         (hs-special-modes-alist): Rewrite value and docstring.
4904         (hs-minor-mode-prefix): Delete unused var.
4906         (hs-block-start-mdata-select): New var, buffer local.
4908         (hs-headline): New var.
4910         (hs-match-data, hs-forward-sexp): New funcs.
4912         (hs-hide-comment-region): New func.
4914         (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
4915         hs-safety-is-job-n, hs-hide-initial-comment-block,
4916         hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
4917         hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
4918         hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
4919         hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
4920         hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
4922         (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
4923         (hs-isearch-show-temporary): New funcs.
4925         (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
4927         (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
4929         When constructing menu, use `[(shift button2)]' notation.
4931 1999-12-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4933         * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
4934         (jka-compr-compression-info-list): Add new elt to each vector.
4935         (jka-compr-write-region): Don't compress the data if it is
4936         already compressed.
4938         * jka-compr.el (jka-compr-really-do-compress): New variable.
4939         (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
4940         if visiting.
4941         (jka-compr-write-region): Set jka-compr-really-do-compress
4942         if visiting.  Test it when deciding to compress.
4944 1999-12-22  Gerd Moellmann  <gerd@gnu.org>
4946         * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
4947         with third argument t.
4949 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
4951         * antlr-mode.el: Version 1.2 is released.
4952         (antlr): This package has a web page.
4954 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
4956         * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
4957         regions.  Suggested by Dale Davis <Dale_Davis@securify.com>.
4958         (antlr-mode-map): New binding [C-c C-c].
4959         (antlr-mode-menu): New entries.
4961 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
4963         * antlr-mode.el: Respect Emacs conventions.
4964         ((require 'cl)): Only use during compilation.
4965         (antlr-language-for-option): New function to avoid using `find'.
4966         (antlr-mode): Use it.
4967         (antlr-with-syntax-table): Define new instead using XEmacs' one.
4968         (antlr-imenu-create-index-function): Change accordingly.
4969         (antlr-inside-rule-p): Ditto.
4970         (antlr-end-of-rule): Ditto.
4971         (antlr-end-of-body): Ditto.
4972         (antlr-beginning-of-rule): Ditto.
4973         (antlr-indent-line): Ditto.
4975 1999-11-21  Christoph Wedler  <Christoph.Wedler@sap.com>
4977         * antlr-mode.el: Really use `antlr-tab-offset-alist'.
4978         (antlr-set-tabs): Don't use hard-coded values.
4980         * antlr-mode.el: Minor navigation changes.  Not perfect, but this
4981         won't be possible without a huge time penalty.
4982         (antlr-skip-exception-part): Be more specific.
4983         (antlr-skip-file-prelude): Don't skip action prelude of next rule.
4984         Renamed from `antlr-skip-grammar-header'.
4985         (antlr-next-rule): Change accordingly.
4986         (antlr-end-of-body): Ditto.  Better error message.
4987         (antlr-beginning-of-body): Better error message.
4988         (antlr-imenu-create-index-function): Skip rule action prelude.
4990         * antlr-mode.el: Minor syntax highlighting changes.
4991         (antlr-font-lock-default-face): Deletia.
4992         (antlr-font-lock-tokendef-face): Changed color.
4993         (antlr-font-lock-tokenref-face): Changed color.
4994         (antlr-font-lock-literal-face): Changed color.
4995         (antlr-font-lock-additional-keywords): Minor changes.
4997 1999-12-20  Carsten Dominik  <cd@gnu.org>
4999         * progmodes/idlwave.el: New file.
5001         * progmodes/idlwave-rinfo.el: New file.
5003         * progmodes/idlwave-shell.el: New file.
5005         * progmodes/idlwave-toolbar.el: New file.
5007         * files.el (auto-mode-alist): idlwave-mode default for .pro files.
5009 1999-12-21  Gerd Moellmann  <gerd@gnu.org>
5011         * progmodes/cwarn.el: New file.
5013 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
5015         * bindings.el (completion-ignored-extensions): Add .pdf.
5017 1999-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
5019         * version.el: Put the version info into binary on MS-DOS as well.
5021 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
5023         * emacs-lisp/debug.el (debugger-continue): Don't continue if
5024         debugger-may-continue is nil.
5026 1999-12-18  Dave Love  <fx@gnu.org>
5028         * emacs-lisp/cl-macs.el: Remove conditional definition of
5029         eval-when-compile.  Don't specify abs, expt, gethash,
5030         hash-table-count, hash-table-p as side-effect-free here.
5031         (cl-emacs-type): Don't declare.
5032         (cl-compile-time-init): Remove Emacs 18 compiler patch.
5033         (cl-parse-loop-clause): Remove compatibility code.
5035         * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
5036         (side-effect-free-fns): Add gethash, hash-table-count.
5037         (side-effect-and-error-free-fns): Add hash-table-p.
5039         * emacs-lisp/cl.el: Remove Emacs 18 compatibility code.  Prepend
5040         `cl-' to autoload names for some hash functions.  Don't autoload
5041         eval-when-compile.  Don't provide mini-cl.
5042         (cl-emacs-type): Remove.
5043         (cl-map-extents): Remove compatibility code.
5045         * emacs-lisp/float.el: Bind free variables.
5047         * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
5049 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
5051         * bindings.el (completion-ignored-extensions): Add .tfm.
5053 1999-12-16  Dave Love  <fx@gnu.org>
5055         * faces.el (set-face-attribute): Purecopy the attributes set.
5057         * custom.el (custom-declare-variable): Purecopy value.
5059         * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
5060         (byte-extrude-byte-code-vectors): Use remprop.
5061         (byte-compile-lambda): Check that arg is a lambda.
5063 1999-11-16  Anders Lindgren  <AndersL@andersl.com>
5065         * font-lock.el: System for adding and removing keywords.
5066         Both local (previously added keyword) and global keywords
5067         can be removed.
5068         (font-lock-remove-keywords): New user-level function.
5069         (font-lock-update-removed-keyword-alist): New internal function.
5070         (font-lock-removed-keywords-alist): New variable.
5071         (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
5072         Empty `font-lock-keywords-alist' when `append' is `set' to avoid
5073         growing datastructures.
5074         (font-lock-set-defaults): Removes keywords stored in
5075         `font-lock-removed-keywords-alist' after local keywords added.
5077 1999-12-16  Anders Lindgren  <andersl@andersl.com>
5079         * font-lock.el (c-keywords, c++-keywords): Better "case" support for
5080         complex constant expressions, e.g. "case 1<<A_BIT_NO:".
5082         * font-lock.el (c-keywords): Only highlight preprocessor
5083         directives when spelled correctly.
5085         * font-lock.el (font-lock-match-c++-structor-declaration,
5086         c++-keywords): Fontify constructors and destructors with function
5087         face inside C++ class declarations.
5089 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
5091         * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
5092         the shell from sh-shell-file.
5094         * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
5096 1999-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
5098         * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
5099         if one of the files specified cannot be accessed by
5100         file-attributes.  Do not strip any leading directories from the
5101         file names, to behave more like `ls' does.
5103         * dired.el (dired-get-filename): Handle absolute file names.
5104         (dired-readin-insert): If argument is a cons, don't print
5105         "wildcard" on the ``total'' line.
5107 1999-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
5109         * faces.el (face-read-integer, read-face-attribute)
5110         (color-defined-p, color-values): Allow color values unspecified-fg
5111         and unspecified-bg, handle them as unspecified.
5113 1999-12-15  Carsten Dominik  <dominik@astro.uva.nl>
5115         * textmodes/reftex.el: (reftex-compile-variables): respect new
5116         structure of `reftex-index-macro'
5117         (reftex-compile-variables): Use the changed structure of
5118         `reftex-label-alist'.
5120         * textmodes/reftex-vars.el (reftex-index-math-format,
5121         (reftex-toc-max-level): New option.
5122         reftex-index-phrases-search-whole-words,
5123         reftex-index-phrases-case-fold-search,
5124         reftex-index-phrases-skip-indexed-matches,
5125         reftex-index-phrases-wrap-long-lines,
5126         reftex-index-phrases-sort-prefers-entry,
5127         reftex-index-phrases-sort-in-blocks): New options.
5128         (reftex-index-macros): Option structure changed.
5129         (reftex-index-macros-builtin): Added `repeat' item to each entry.
5130         (reftex-label-alist): Additional item in each entry to specify if
5131         the environment should be listed in the TOC.
5132         (eval-when-compile (require 'cl)) added.
5134         * textmodes/reftex-index.el (reftex-index-selection-or-word): No
5135         longer deals with "repeat".
5136         (reftex-index): "repeat property in `reftex-index-macro-alist' is
5137         now used.
5138         (reftex-index-phrases-comment-regexp,
5139         reftex-index-phrases-macrodef-regexp,
5140         reftex-index-phrases-phrase-regexp1,
5141         reftex-index-phrases-phrase-regexp2,
5142         reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
5143         New constants.
5144         (reftex-index-phrases-macro-data, reftex-index-phrases-files,
5145         reftex-index-phrases-font-lock-keywords,
5146         reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
5147         reftex-index-phrases-restrict-file): New variables.
5148         (reftex-index-phrase-selection-or-word,
5149         reftex-index-visit-phrases-buffer,
5150         reftex-index-initialize-phrases-buffer,
5151         reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
5152         reftex-index-next-phrase, reftex-index-this-phrase,
5153         reftex-index-all-phrases, reftex-index-region-phrases,
5154         reftex-index-phrases-parse-header,
5155         reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
5156         reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
5157         reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
5158         reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
5159         reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
5160         reftex-index-make-replace-string,
5161         reftex-query-index-phrase-globally, reftex-query-index-phrase,
5162         reftex-index-phrase-match-is-indexed,
5163         reftex-index-phrases-fixup-line,
5164         reftex-index-phrases-replace-space,
5165         reftex-index-select-phrases-macro): New functions.
5166         (reftex-index-globalize, reftex-index-globally): functions removed
5167         (eval-when-compile (require 'cl)) added.
5169          * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
5170          for max level.
5171          (reftex-toc-max-level-indicator): New variable.
5172          (reftex-toc-max-level): New command.
5173          (reftex-toc-map): New keybinding `t'.
5174          (reftex-toc-help): Constant updated.
5175          (eval-when-compile (require 'cl)) added.
5177          * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
5178          `t' command key can change `reftex-toc-max-level'
5179          (eval-when-compile (require 'cl)) added.
5181          * textmode/reftex-sel (reftex-insert-docstruct): Respect
5182          `reftex-toc-max-level'
5183          (eval-when-compile (require 'cl)) added.
5185          * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
5186          added.
5188          * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
5189          added.
5191          * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
5192          commands.
5193          (reftex-citation, reftex-do-citation,
5194          reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
5195          preselect a citation format.
5196          (eval-when-compile (require 'cl)) added.
5198          * textmodes/reftex-parse.el (reftex-context-substring): Optional
5199          parameter to-end
5200          (reftex-section-info): Deal with environment matches.
5201          (eval-when-compile (require 'cl)) added.
5203          * reftex-global.el (eval-when-compile (require 'cl)) added.
5205 1999-12-15  Kenichi Handa  <handa@etl.go.jp>
5207         The following changes are for the new composition mechanism.  We
5208         have deleted `composition' charset and composite characters,
5209         instead introduced a special text property `composition'.
5211         * composite.el: New file.
5213         * ps-mule.el: Define encode-composition-rule and find-composition
5214         for Emacs 20.4 and the earlier versions.
5215         (ps-mule-init-external-library): Just require a feature for
5216         external libraries.
5217         (ps-mule-prologue): Postscript code modified for new composition.
5218         (ps-mule-find-wrappoint): New arg COMPOSITION.
5219         (ps-mule-plot-string): Delete code for composite characaters.
5220         (ps-mule-plot-composition): New funcion.
5221         (ps-mule-prepare-font-for-components): New function.
5222         (ps-mule-plot-components): New function.
5223         (ps-mule-composition-prologue-generated): Renamed from
5224         ps-mule-cmpchar-prologue-generated.
5225         (ps-mule-composition-prologue): New named from
5226         ps-mule-cmpchar-prologue.  Modified for new composition.
5227         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
5228         ps-mule-prepare-cmpchar-font): Deleted.
5229         (ps-mule-string-encoding): New arg NO-SETFONT.
5230         (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
5231         check Composing, not Cmpchar
5232         (ps-mule-initialize): Set ps-mule-composition-prologue-generated
5233         to nil.
5234         (ps-mule-begin-job): Check existence of new composition.
5236         * ps-print.el (ps-plot-region): Handle new composition.
5238         * simple.el (what-cursor-position): Show "(composed)" if the
5239         character is composed.
5241         * international/characters.el: Fix cateogries of Lao symbols.
5243         * international/fontset.el (vertical-centering-font-regexp): New
5244         variable.
5246         * international/mule.el (mule-version): Updated to 5.0 (AOI).
5247         (mule-version-date): Updated to 1999.12.7.
5248         (with-category-table): New macro.
5250         * international/mule-cmds.el (encode-coding-char): Don't check
5251         composite character.
5253         * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
5254         iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
5255         x-ctext): Give `composition' property t.
5257         * international/mule-util.el (set-nested-alist): Set BRANCHES (if
5258         non-nil) at the tail of ALIST.
5259         (compose-region, decompose-region, decompse-string,
5260         reference-point-alist, compose-chars): Moved to composite.el.
5261         (compose-chars-component, compose-chars-rule,
5262         decompose-composite-char): Deleted.
5264         * international/quail.el (quail-install-map): New optional arg
5265         NAME.
5266         (quail-get-translation): If DEF is a symbol but not a function,
5267         ignore it.
5268         (quail-start-translation): Put a key sequence undefined in the
5269         translation keymap in unread-command-events, not generated-events.
5270         Return parameterized event (compose-last-chars N) if the input
5271         characters should be composed.
5272         (quail-map-definition): If DEF is t, treat it as nil.
5273         (quail-delete-last-char): Delete the quail region.
5274         (quail-show-translations): Don't show list of translations if the
5275         quail package is deterministic.
5276         (quail-completion-max-depth): New variable.
5277         (quail-completion-1): Pay attention to the above variable.  Fix
5278         for the case that a translation is a function.
5279         (quail-map-from-table, quail-map-from-table-1,
5280         quail-map-from-table-2): New functions.
5281         (quail-lookup-map-and-concat): New function
5283         * language/devan-util.el: Mostly rewritten.
5285         * language/lao.el: Register lao-composition-function in
5286         composition-function-table.
5288         * language/lao-util.el: Mostly rewritten.
5290         * language/thai.el: Register thai-composition-function in
5291         composition-function-table.
5292         (thai-tis620): Delete `pre-write-conversion' property.
5294         * language/thai-util.el: (thai-category-table): Make it by
5295         make-category-table.
5296         (thai-composition-pattern): New variable.
5297         (thai-compose-region, thai-compose-string): Use
5298         with-category-table.
5299         (thai-post-read-conversion): Just call thai-compose-region.
5300         (thai-pre-write-conversion): Deleted.
5301         (thai-composition-function): New funciton.
5303         * language/tibet-util.el: Most functions rewritten.
5304         (tibetan-char-p): Renamed from tibetan-char-examin.
5305         (tibetan-composable-examin) (tibetan-complete-char-examin)
5306         (tibetan-vertical-stacking) (tibetan-composition): Deleted.
5307         (tibetan-add-components): New function.
5308         (tibetan-composition-function): New function.
5310         * language/tibetan.el: Register tibetan-composition-function in
5311         composition-function-table.
5312         (tibetan-composable-pattern): New variable.
5313         (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
5314         (tibetan-precomposition-rule-alist): Move punctuations to
5315         tibetan-punctuation-transcription-alist and
5316         tibetan-obsolete-glyphs.
5317         (tibetan-punctuation-transcription-alist): New variable.
5318         (tibetan-obsolete-glyphs): New variable.
5319         (tibetan-regexp): Improve the initialization code.
5321         * textmodes/fill.el (fill-find-break-point): Delete codes for
5322         composite characters.
5323         (fill-region-as-paragraph): Likewise.
5325 1999-12-14  Gerd Moellmann  <gerd@gnu.org>
5327         * international/mule-cmds.el (default-input-method): Specify
5328         that it should be set after current-language-environment.
5330         * custom.el (custom-handle-keyword): Add :set-after.
5331         (custom-add-dependencies): New function.
5332         (custom-set-variables): Take dependencies between args into
5333         account.
5335         * battery.el (battery): Doc fix.
5337 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
5339         * progmodes/cc-make.el: Removed.
5341 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5343         * Release of cc-mode 5.26
5345 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5347         * cc-cmds.el (c-forward-conditional): Handle an arbitrary
5348         target depth.  Optionally count #else lines as clause limits,
5349         as suggested by don provan <provan@lucent.com>.  #elif
5350         handling fixed.
5352         * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
5353         (c-down-conditional-with-else): New commands that uses the
5354         added functionality in `c-forward-conditional'.
5356 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5358         * cc-align.el (c-lineup-comment): Preserve the alignment with
5359         a comment on the previous line instead of preserving the
5360         comment-column.
5362 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5364         * Fixes to IDL mode after input from Eric Eide
5365         <eeide@cs.utah.edu>:
5366         * cc-engine.el (c-beginning-of-statement-1): Allow
5367         `c-conditional-key' to be nil, for the benefit of IDL mode.
5368         * cc-engine.el (c-guess-basic-syntax): Ditto.
5369         cc-langs.el (C-IDL-class-key): Fixed.  Don't match `class'
5370         but do match CORBA 2.3 `valuetype'.
5371         * cc-langs.el (c-IDL-access-key): New defconst.  Should be nil
5372         for IDL.
5373         * cc-langs.el (c-IDL-conditional-key): New defconst.  Should
5374         be nil for IDL.
5375         * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
5376         Like C++.
5377         * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts.  Also,
5378         set `c-method-key' and `c-baseclass-key' to nil.
5380 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5382         * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
5383         with nonhanging open braces.
5385 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5387         * cc-align.el: Added docstrings to all lineup functions.
5389         * cc-align.el (c-lineup-java-throws): Handle a hanging throws
5390         keyword.
5392         * cc-align.el (c-lineup-C-comments): Handle free form text
5393         comments.  Use c-comment-prefix-regexp and comment-start-skip
5394         instead of hardcoded regexps.
5396 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5398         * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
5399         behavior and return value as documented.
5401 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5403         * Changes for new style variable init system:
5404         * cc-langs.el (c-common-init): Dito.
5405         * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
5406         now customizable.
5407         * cc-vars.el: Style variables may now take a value
5408         'set-from-style to make them take their value from the style
5409         system. This value is now the default on all these variables.
5410         * cc-vars.el (c-valid-offset): New function to verify a
5411         syntactic symbol offset setting.
5412         * cc-vars.el (c-offsets-alist): Variable moved from
5413         cc-styles.el since it's now customizable in a similar way to
5414         the other style variables.
5415         * cc-vars.el (c-old-style-variable-behavior): New variable to
5416         revert to the old style init behavior.
5418         * cc-vars.el (c-file-style, c-file-offsets): Made always
5419         buffer local.
5421         * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
5422         the throws clause that might follow the function prototype in
5423         C++.
5425 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5427         * cc-defs.el (c-beginning-of-macro): Fixed bug where point
5428         could move forward for macros that doesn't start in column 0.
5430 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5432         * cc-align.el (c-indent-multi-line-block,
5433         c-lineup-whitesmith-in-block): Two new lineup functions for
5434         use in whitesmith style.
5436         * cc-styles.el (c-style-alist): More fixes to whitesmith
5437         style.  It should now handle all different braces uniformly in
5438         both hanging and non-hanging cases.
5440 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5442         * cc-cmds.el (c-indent-exp): Use a marker to save point to
5443         make it stay in the same position relative to the surrounding
5444         text.
5446         * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
5447         when adaptive-fill-mode doesn't manage to get it correct.
5449         * cc-menus.el (cc-imenu-java-generic-expression): Handle types
5450         with dotted notation, e.g. foo.bar.Gnu.
5452         * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
5453         within unwind-protect (previously only some were wrapped so it
5454         would be possible to register mode initialization when full
5455         initialization did not finish).
5457         * cc-styles.el (c-style-alist): Corrected the brace placement
5458         in the whitesmith style.  Thanks to Sean Luke
5459         <seanl@cs.umd.edu>.  Also extended the bsd and whitesmith
5460         styles with consistent brace placement for all constructs.
5462 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5464         * cc-cmds.el (c-context-line-break): Continue C++ comments too
5465         when point is in the middle of them.
5467         * cc-cmds.el: Line breaking and paragraph filling code
5468         rewritten:
5469         (c-guess-fill-prefix): New function that uses various
5470         heuristics to guess the comment prefix.
5471         (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
5472         It now assumes adaptive filling is active to preserve the line
5473         prefix inside comments.
5474         (c-indent-new-comment-line): Replacement for the now
5475         obsolete `c-comment-line-break-function' that uses
5476         `c-guess-fill-prefix' when appropriate.  It now observes the
5477         setting of `comment-multi-line', which has effect in C-style
5478         block comments.
5480         * cc-cmds.el (c-context-line-break): New function intended to
5481         be put on RET.  It's essentially `newline-and-indent', but
5482         continues C block comments with the appropriate line prefix.
5484         * cc-cmds.el (c-do-auto-fill): New function put on
5485         `normal-auto-fill-function' to implement the
5486         `c-ignore-auto-fill' variable.
5488         * cc-cmds.el (c-beginning-of-statement): Use
5489         `c-comment-prefix-regexp' to avoid ending up inside the
5490         comment prefix.  Better handling of comment starters and
5491         enders. Catch comments better when traversing code.  Stop at
5492         preprocessor directives.
5494         * cc-defs.el (c-forward-comment): New subst to hide platform
5495         dependent quirks in `forward-comment'.
5497         * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
5498         argument.
5499         (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
5500         arguments. Activate this function by default when
5501         `parse-partial-sexp' supports it (currently Emacs 20.x).
5503         * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
5504         on the comment opener to make constants usable as lineup
5505         arguments.
5507         * cc-align.el (c-lineup-C-comments): Fixes to handle the
5508         changed anchor position in the `c' syntactic symbol.  Handle
5509         more than stars in the comment prefix; use the new variable
5510         `c-comment-prefix-regexp'.  Don't indent text not preceded by
5511         a comment prefix to the right of the comment opener if it's
5512         long.
5514         * cc-langs.el: Fixes to mode initialization for new line
5515         breaking and paragraph filling method.  Adaptive fill mode is
5516         now activated at startup instead of deactivated.  The
5517         variables used for adaptive filling and paragraph movement are
5518         also changed to incorporate the value of
5519         `c-comment-prefix-regexp'.  `substitute-key-definition' is
5520         used to override some functions in the global map instead of
5521         overriding their default bindings.
5523         * cc-mode.el (java-mode): Modify `paragraph-start' for the
5524         javadoc markup at mode init.
5526         * cc-mode.el (c-setup-filladapt): A new convenience function
5527         to configure Kyle E. Jones' Filladapt mode for CC Mode.  This
5528         function is intended to be used explicitly by the end user
5529         only.
5531         * cc-vars.el (c-comment-prefix-regexp): New variable used to
5532         recognize the comment fill prefix inside comments.
5533         (c-block-comment-prefix): New name for
5534         `c-comment-contiuation-stars', which is now obsolete.  It's
5535         generalized to handle any character sequence.
5536         (c-ignore-auto-fill): New variable used to selectively disable
5537         Auto Fill mode in specific contexts.
5539 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5541         * cc-cmds.el (c-comment-indent): Leave at least one space
5542         between the comment and the last nonblank character in the
5543         case where we look at the indentation of the comment on the
5544         previous line (case 4).
5546         * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
5547         list of characters that may start a statement (it's a sort of
5548         prefix operator in Pike, and isn't used at all in any of the
5549         other languages).
5551 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5553         * cc-engine.el (c-guess-basic-syntax): Report brace list opens
5554         inside continued statements as statement-cont instead of
5555         brace-list-open.  The reason is that one normally adjusts
5556         brace-list-open for brace lists as top-level constructs, and
5557         brace lists inside statements is a completely different
5558         context.  Case 10B.2 changed.  Also changed (the somewhat
5559         esoteric) case 9A to cope with this.
5561 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5563         * cc-cmds.el (c-electric-brace): Added electric handling of
5564         the open brace for brace-elseif-brace.
5566 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5568         * cc-defs.el (c-with-syntax-table): New macro to easily switch
5569         syntax tables temporarily.
5571         * cc-engine.el (c-guess-basic-syntax): Handle template and
5572         member init argument lists split over several lines.  Case 5D
5573         changed.
5575         * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
5576         @throws introduced in Javadoc 1.2.
5578         * cc-menus.el (cc-imenu-java-generic-expression): Applied
5579         patch from RMS to avoid infinite backtracking.
5581 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5583         * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
5584         by [ ].
5586 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5588         * cc-align.el (c-lineup-dont-change): Compensate properly for
5589         the column in langelem.
5591         * cc-engine.el (c-syntactic-information-on-region): New
5592         function to help debugging the syntactic analysis.
5594 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5596         * cc-align.el (c-lineup-template-args): Handle nested template
5597         arglists.
5599         * cc-langs.el (c++-template-syntax-table): New syntax table
5600         that makes `<' and `>' parenthesis characters, which is useful
5601         to switch to temporarily when analyzing template arglists.
5603         * cc-styles.el: Changed default alignment of labels in the
5604         java style to conform to the examples in the Java Language
5605         Specification.
5607         * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
5608         by default.
5610 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5612         * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
5613         immediately before the closing paren in an arglist, so don't
5614         check that in Pike mode.  Case 7A changed.
5616 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5618         * cc-cmds.el (c-indent-region): Fixed bug where comment-only
5619         lines were ignored under certain conditions.
5621 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5623         * cc-align.el (c-lineup-template-args): New function for
5624         aligning continued template argument lists.
5626         * cc-engine.el (c-guess-basic-syntax): Fix for member init
5627         lists containing function arglists split over several lines.
5628         Case 5D.1 changed.
5630         * cc-engine.el (c-guess-basic-syntax): Fixed bug where
5631         template-args-cont didn't get recognized when the first
5632         arglist opener line doesn't contain a template argument.  New
5633         case 5K.
5635 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5637         * cc-defs.el (c-point): Changed from subst to macro for
5638         efficiency.
5639         (c-beginning-of-defun-1, c-end-of-defun-1): New
5640         beginning-of-defun/end-of-defun wrappers separated from
5641         c-point.
5643         * cc-menus.el (imenu-generic-expression,
5644         imenu-case-fold-search, imenu-progress-message): Dummy
5645         definitions to avoid compiler warnings if imenu can't be
5646         loaded.
5647         * cc-menus.el (cc-imenu-init): New function called at mode
5648         init.
5649         * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
5650         imenu initializations to cc-imenu-init.
5652 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5654         * cc-engine.el (c-guess-basic-syntax): Slightly better check
5655         for lambda-intro-cont in Pike mode.  Case 6 changed.
5657         * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
5658         anything following "new Foo()" was considered an anonymous
5659         class body in Java mode.
5661 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
5663         * cc-cmds.el (c-comment-line-break-function): When breaking in
5664         a string, don't insert a new line.
5666 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
5668         * cc-engine.el (c-at-toplevel-p): New interface function which
5669         returns information useful to add-on authors.  It tells you
5670         whether you're at a toplevel statement or not.
5672 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
5674         * cc-cmds.el (c-comment-line-break-function): It is possible
5675         that forward-line does not land us at the bol, say if we're on
5676         the last line in a file.  In that case, do a
5677         back-to-indentation instead of a forward-comment -1.
5679 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5681         * cc-engine.el (c-beginning-of-statement-1): Don't catch
5682         "default:" as normal label in case 4.
5684 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5686         * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
5687         recognize continued bitfield declarations.  Case 5D.1 changed.
5688         * cc-langs.el: New variable c-bitfield-key.
5689         * cc-mode.el: New variable c-bitfield-key.
5691 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5693         * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
5694         anonymous array expressions (i.e. "new Foo[] {.. bracelist
5695         ..}").
5697 1999-12-12  Dave Love  <fx@gnu.org>
5699         * mail/footnote.el: Require cl when compiling.  Don't autoload
5700         keymap and minor-mode-alist stuff.  Don't set zmacs-region-stays.
5701         (footnote-insert-text-marker, Footnote-insert-pointer-marker):
5702         Avoid `acons'.
5703         (footnote-mode-line-string, Footnote-add-footnote): Remove
5704         autoload cookie.
5706 1999-12-12  Richard Sharman  <rsharman@pobox.com>
5708         * sh-script.el: Fix for when font-lock mode is active.
5709         (sh-font-lock-unfontify-region-function): New function.
5711 1999-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
5713         * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
5714         if start-process is not bound, since Ispell now supports such
5715         platforms as well.
5717 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
5719         * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
5720         rmail-summary-goto-msg.
5722         * files.el (after-find-file): Fix previous change.
5724 1999-12-11  Dave Love  <fx@gnu.org>
5726         * help.el (where-is): Use `commandp' as predicate for
5727         `completing-read'
5729 1999-12-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5731         * cus-edit.el (custom-save-delete): Delete all occurrences,
5732         leave point where the first occurrence was.
5733         (custom-save-faces): Insert a newline at the end of the comment.
5734         Avoid a double newline there.
5735         If final closeparen is at bol, put a space before it.
5736         (custom-save-variables): Likewise.
5737         (custom-file): Doc fix.
5739 1999-12-10  Gerd Moellmann  <gerd@gnu.org>
5741         * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
5742         regexp matching image and audio files.
5744 1999-12-09  Dave Love  <fx@gnu.org>
5746         * mail/footnote.el: New file.
5748 1999-12-09  Gerd Moellmann  <gerd@gnu.org>
5750         * files.el (after-find-file): Use auto-save-visited-file-name if
5751         set.
5753         * mail/feedmail.el (feedmail-find-eoh): Take
5754         feedmail-queue-alternative-mail-header-separator into account.
5756 1999-12-09  Stefan Monnier  <monnier@cs.yale.edu>
5758         * smerge-mode.el: New file.
5760         * font-lock.el (font-lock-multiline): New variable.
5761         (font-lock-add-keywords): Rename `major-mode' into `mode'.
5762         (font-lock-remove-keywords): Added a dummy `mode' argument for
5763         potential future support.
5764         (font-lock-fontify-anchored-keywords,
5765         (font-lock-fontify-keywords-region): Only handle multiline strings
5766         if necessary (avoids a pathological behavior in (f.ex) diff-mode).
5768 1999-12-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5770         * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
5772         * dired-aux.el (dired-insert-subdir): Add autoload cookie.
5774 1999-12-07  Dave Love  <fx@gnu.org>
5776         * help.el (view-emacs-problems): New command, bound to C-h P.
5778         * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
5780 1999-12-07  Stefan Monnier  <monnier@cs.yale.edu>
5782         * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
5783         (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
5784         New code to support the minor mode version.
5785         (diff-recenter): New function.
5786         (diff-next-hunk, diff-next-file): Use it.
5787         (diff-remembered-files-alist): New var.
5788         (diff-merge-strings): New function.
5789         (diff-find-file-name): Make it smarter and use the user's input more.
5790         (diff-mode): Cosmetic changes.
5792         * files.el (save-some-buffers): Turn EXITING into the more general
5793         PRED argument to allow specifying a subset of buffers.
5795         * simple.el (kill-region): Use the new `delete-and-extract-region'
5796         rather than the undo log (which is incorrect with *-change-functions).
5798         * font-lock.el (font-lock-default-fontify-region): Fix subtle
5799         off-by-one problem that could force re-fontifying the whole buffer.
5800         (font-lock-remove-keywords): New function.
5801         (font-lock-add-keywords): Use the new function to ensure idempotence.
5803 1999-12-06  Michael Kifer  <kifer@cs.sunysb.edu>
5805         * viper-cmd.el (viper-minibuffer-standard-hook,
5806         viper-minibuffer-real-start): Mew functions.
5807         (viper-read-string-with-history,viper-file-add-suffix,
5808         viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
5809         change in the status of the minibuffer prompt.
5811 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
5813         * comint.el (comint-redirect-results-list)
5814         (comint-redirect-results-list-from-process): Remove interactive
5815         spec.
5817 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
5819         * info.el (info-node, info-menu-5, info-xref): Define colors for
5820         Info faces if the display supports them.
5822 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
5824         Changes for automatic remapping of X colors on terminal frames:
5826         * term/pc-win.el (msdos-setup-initial-frame): New function, run by
5827         term-setup-hook.  Call msdos-remember-default-colors and
5828         msdos-handle-reverse-video.
5829         (msdos-face-setup): Parts of code moved to
5830         msdos-setup-initial-frame.
5831         (msdos-handle-reverse-video): New function, modeled after
5832         x-handle-reverse-video.
5833         (make-msdos-frame): Don't use initial-frame-alist and
5834         default-frame-alist.  Call msdos-handle-reverse-video.
5835         (msdos-color-aliases): Remove.
5836         (msdos-color-translate, msdos-approximate-color): Remove.
5837         (msdos-color-values): Use 16-bit RGB values.  RGB values updated
5838         for better approximation of X colors.
5839         (msdos-face-setup): Call tty-color-clear.  Remove code that sets
5840         up tty-color-alist (it is now on startup.el).
5841         (x-display-color-p, x-color-defined-p, x-color-values,
5842         x-defined-colors, face-color-supported-p, face-color-gray-p):
5843         Remove.
5845         * facemenu.el (facemenu-read-color, list-colors-display): Use
5846         defined-colors for all frame types.
5847         (facemenu-color-equal): Use color-values for all frame types.
5849         * faces.el (read-face-attribute): For :foreground and :background
5850         attributes and frames on character terminals, translate the color
5851         to the closest supported one before looking it up in the list of
5852         valid values.
5853         (face-valid-attribute-values): Call defined-colors for all types
5854         of frames.
5855         (defined-colors, color-defined-p, color-values, display-color-p):
5856         New finctions.
5857         (x-defined-colors, x-color-defined-p, x-color-values,
5858         x-display-color-p): Aliases for the above.
5860         * startup.el (command-line): Register terminal colors for frame
5861         types other than x and w32, but only if the terminal supports
5862         colors.  Call tty-color-define instead of face-register-tty-color.
5864         * term/x-win.el (xw-defined-colors): Renamed from
5865         x-defined-colors.
5866         * term/w32-win.el (xw-defined-colors): Likewise.
5868         * term/tty-colors.el: New file.
5869         * loadup.el: Load term/tty-colors.
5871 1999-12-06  Dave Love  <fx@gnu.org>
5873         * ffap.el: Autoload the ffap alias directly.
5875 1999-12-06  Inge Frick  <inge@nada.kth.se>
5877         * dired-aux.el (dired-do-shell-command): Changed documentation.
5878         (dired-shell-stuff-it): A `?' in COMMAND has now the same
5879         meaning as `*'.
5881 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
5883         * simple.el (insert-buffer): Doc fix.
5885         * apropos.el (apropos-mode): Add autoload cookie.
5887 1999-12-06  Sam Steingold  <sds@goems.com>
5889         * progmodes/etags.el (etags-tags-completion-table): Modified the
5890         regexp to allow for the CL symbols starting with `+*'.
5891         (tags-completion-table): Doc fix (it's an obarray, not an alist).
5892         (tags-completion-table, tags-recognize-empty-tags-table): Remove
5893         `function' quoting lambda.
5894         (tags-with-face): New macro.
5895         (list-tags, tags-apropos): Use it.
5896         (tags-apropos-additional-actions): New user option.
5897         (etags-tags-apropos-additional): Use it.
5898         (tags-apropos): Call etags-tags-apropos-additional.
5899         (tags-apropos-verbose): New user option.
5900         (etags-tags-apropos): Use it.
5901         (visit-tags-table-buffer, next-file): Use `unless'.
5902         (recognize-empty-tags-table): Renamed to
5903         tags-recognize-empty-tags-table.
5904         (complete-tag): Call tags-complete-tag bypassing try-completion.
5906 1999-12-06  Kenichi Handa  <handa@etl.go.jp>
5908         * international/mule.el (set-buffer-file-coding-system): Docstring
5909         modified.
5911 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5913         * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
5914         using the hideshow package.
5915         (hs-special-modes-alist): Added entry for bibtex to allow the use
5916         of the hideshow package.
5917         (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
5918         not longer provided by bibtex.el directly.  Instead the hideshow
5919         package should be used.
5920         (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
5921         references to bibtex-hide-entry-bodies.
5923 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5925         * textmodes/bibtex.el: Copyright notice is up to date.  Moved
5926         maintainer information closer to the beginning of the bibtex.el
5927         file.
5928         (bibtex-maintainer-salutation): New constant.
5929         (bibtex-version): New constant.
5930         (bibtex-submit-bug-report): Use bibtex-version and
5931         bibtex-maintainer-salutation.
5932         (bibtex-entry-field-alist): Made booktitle field optional for
5933         @inproceedings entries when crossreferenced.
5934         (bibtex-entry-field-alist): Added booktitle field to proceedings
5935         entry type (for cross referencing). Thanks to Wagner Toledo Correa
5936         for the suggestion.
5937         (bibtex-string-file-path): Fixed typo.
5939 1999-12-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5941         * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
5942         for reftex.el.
5943         (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
5944         to menu.
5946 1999-12-04  Dave Love  <fx@gnu.org>
5948         * delsel.el: Revert previous change -- region is significant to
5949         skeleton.
5951 1999-12-04  Michael Kifer  <kifer@cs.sunysb.edu>
5953         * viper-cmd.el (viper-change-state): Use
5954         viper-ESC-moves-cursor-back to decide whether to move the cursor
5955         back.
5957 1999-12-03  Kenichi Handa  <handa@mule.m17n.org>
5959         * international/mule-util.el (truncate-string-to-width): Docsting
5960         fixed.
5962 1999-12-02  Stefan Monnier  <monnier@cs.yale.edu>
5964         * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
5965         use of `cond'.
5966         (lm-with-file): Move all the find-file...kill-buffer stuff into
5967         this macro.  Make it use `find-file-noselect' and make it kill
5968         the buffer only if it wasn't already displayed somewhere.
5969         (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
5970         (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
5971         (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
5972         (lm-commentary): Fix to handle the case when the change log is
5973         at the end of the file.
5975 1999-12-02  Kenichi Handa  <handa@etl.go.jp>
5977         * international/mule.el (charsetp): Fix typo in docstring.
5979         * international/mule-diag.el (list-coding-categories): Fix typo;
5980         automatic -> autoload.
5982 1999-12-02  Gerd Moellmann  <gerd@gnu.org>
5984         * vc.el (vc-update-change-log): Look for rcs2log under
5985         exec-directory.
5987         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
5988         outline-regexp, add outline-level.
5989         (lisp-outline-level): New.
5991         * calendar/appt.el (appt-convert-time): Handle "12:MMam",
5992         remove extraneous string-match.
5994         * finder.el (finder-commentary): Activate Finder mode.
5996 1999-12-01  Anders Lindgren  <andersl@andersl.com>
5998         * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
5999         off when reverting buffers that contained mode specifiers.
6000         `revert-buffer' is now called with non-nil PRESERVE-MODES
6001         argument.
6003 1999-12-01  Dave Love  <fx@gnu.org>
6005         * delsel.el: Grok skeleton-pair-insert-maybe.
6007 1999-11-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6009         * progmodes/cperl-mode.el (cperl-under-as-char):
6010         Use nil as default.
6012 1999-11-30  Gerd Moellmann  <gerd@gnu.org>
6014         * speedbar.el (toplevel): Remove compatibility code for Emacs
6015         versions without custom.el.
6017 1999-11-30  Dave Love  <fx@gnu.org>
6019         * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
6021         * autoinsert.el: Minor doc fixes.
6022         (auto-insert): Return nil.
6024         * faces.el (set-face-documentation): Purecopy STRING.
6026 1999-11-29  Dave Love  <fx@gnu.org>
6028         * derived.el: Doc fixes, remove old backquote syntax.
6030         * cus-edit.el (custom-save-variables, custom-save-faces): Write a
6031         comment warning about editing.
6033         * help.el (help-mode-hook): Define.
6035 1999-11-29  Gerd Moellmann  <gerd@gnu.org>
6037         * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
6038         invalid translation of old-style backquote syntax to new syntax.
6040 1999-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
6042         * Makefile (DONTCOMPILE): Add term/internal.el.
6044 1999-11-26  Dave Love  <fx@gnu.org>
6046         * comint.el: Fix last change.
6048         * emacs-lisp/advice.el: Fix last change.
6050 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6052         * cus-edit.el (Custom-reset-standard): Doc fix.
6053         (custom-variable-reset-standard): Doc fix.
6054         (custom-face-reset-standard): Doc fix.
6055         (custom-face-menu): "Reset to Standard" => "Erase Customization".
6056         (custom-variable-menu): Likewise.
6057         (custom-reset-menu): Likewise.
6058         (custom-buffer-create-internal): Likewise.
6060 1999-11-26  Dave Love  <fx@gnu.org>
6062         * progmodes/make-mode.el (makefile-mode-hook): Customize.
6064         * font-lock.el: Doc fixes.
6066         * menu-bar.el (menu-bar-mode): Customize.
6068         * cus-start.el: Add use-dialog-box.
6070         * add-log.el (change-log-mode-hook): Customize.
6071         (add-log-current-defun): Use
6072         fortran-{beginning,end}-of-subprogram.
6074 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6076         * emacs-lisp/advice.el: Many doc fixes.
6078         * comint.el (comint-preoutput-filter-functions): Doc fix.
6080 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6082         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6083         Improve messages for capitalization of arg names,
6084         for flag variables, for t and nil, for imperatives.
6085         Call them imperatives rather than infinitives sans "to".
6086         (checkdoc-common-verbs-wrong-voice): Add "moves".
6087         (checkdoc-message-text-engine): Improve messages for y-or-n-p.
6089         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6090         Don't convert comments from 3-semicolon to 2-semicolon.
6091         That is a matter of style.
6092         (checkdoc-triple-semi-comment-check-flag): Variable deleted.
6093         (checkdoc-comments): Don't bind that variable.
6095 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6097         * files.el (write-file-hooks): Doc fix.
6099 1999-11-26  Gerd Moellmann  <gerd@gnu.org>
6101         * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
6103 1999-11-25  Dave Love  <fx@gnu.org>
6105         * hippie-exp.el: Require comint when compiling.
6106         (hippie-expand): Add :links.
6107         (hippie-expand-try-functions-list): Customize.
6109 1999-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
6111         * viper*el: Replaced old-style backquotes.
6113         * ediff*el: Replaced old-style backquotes.
6115         * ediff-merge
6116         (ediff-looks-like-combined-merge,ediff-get-combined-region):
6117         Changed to support the new format for ediff-combination-pattern.
6119         * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
6120         Changed to support the new format for ediff-combination-pattern.
6122 1999-11-24  Dave Love  <fx@gnu.org>
6124         * custom.el (custom-declare-group): Purecopy DOC.
6125         (custom-handle-keyword): Purecopy VALUE.
6126         (custom-add-link): Purecopy WIDGET.
6127         (custom-add-version): Purecopy VERSION.
6128         (custom-add-load): Purecopy LOAD.
6130         * cus-face.el (custom-declare-face): Purecopy DOC.
6132         * info.el:
6133         (Info-build-node-completions, Info-search, Info-follow-reference)
6134         (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
6135         (Info-find-emacs-command-nodes): Avoid properties on matched text
6136         which may appear in minibuffer.
6138 1999-11-24  Gerd Moellmann  <gerd@gnu.org>
6140         * locate.el (locate-with-filter): Doc fix.
6142 1999-11-24  Alex Schroeder  <alex@gnu.org>
6144         * sql.el (sql-find-sqli-buffer): New function.
6145         (sql-set-sqli-buffer-generally): New function.
6146         (sql-set-sqli-buffer): Better checking of new-buffer.
6147         (sql-copy-column): Add comma after INTO clause, too.
6149 1999-11-24  Alex Schroeder  <alex@gnu.org>
6151         * sql.el (sql-imenu-generic-expression): New, used to set
6152         imenu-generic-expression.
6154         * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
6155         setting font-lock-defaults' SYNTAX-ALIST.  Set
6156         imenu-generic-expression, imenu-case-fold-search, and
6157         imenu-syntax-alist.
6159         * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
6160         and 46 when setting font-lock-defaults' SYNTAX-ALIST.
6162 1999-11-23  Andrew Innes  <andrewi@gnu.org>
6164         * w32-win.el (w32-drag-n-drop): Load files in current window, if
6165         drop coords aren't over a specific window.
6167 1999-11-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6169         * ps-print.el: Define mule funs without checking if mule package is
6170         loaded.
6171         (ps-print-version): New version number (5.0.1).
6172         (ps-header-dirpart): Now uses abbreviate-file-name.
6174 1999-11-23  Dave Love  <fx@gnu.org>
6176         * progmodes/fortran.el (fortran-comment-line-start): Renamed from
6177         comment-line-start.
6178         (fortran-comment-line-start-skip): Renamed from
6179         comment-line-start-skip.
6180         (fortran-mode-map): Use renamed functions.  Add manual and custom
6181         entries to menu.
6182         (fortran-mode-hook): Customize.
6183         (fortran-comment-indent-function): Renamed from
6184         fortran-comment-hook.
6185         (delete-horizontal-regexp): Function deleted.
6186         (fortran-electric-line-number): Simplified.
6187         (fortran-beginning-of-subprogram): Renamed from
6188         beginning-of-fortran-subprogram.
6189         (fortran-end-of-subprogram): Renamed from
6190         end-of-fortran-subprogram.
6191         (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
6192         (fortran-previous-statement, fortran-next-statement): Simplified.
6193         (fortran-blink-match): New function.
6194         (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
6195         (fortran-indent-to-column): Don't use delete-horizontal-regexp.
6196         (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
6197         line-end-position.
6198         (fortran-fill): No longer interactive.  Simplified.
6199         (fortran-break-line): Simplified.
6200         (fortran-analyze-file-format): Use char-after, not looking-at.
6202         * emacs-lisp/find-func.el (find-function-regexp): Use
6203         `define-minor-mode' after easy-menu change.
6205 1999-11-23  Gerd Moellmann  <gerd@gnu.org>
6207         * comint.el: Add redirection.from active comint buffers into
6208         another buffer.  Written by Peter Breton.
6210 1999-11-23  Stefan Monnier  <monnier@cs.yale.edu>
6212         * emacs-lisp/autoload.el (make-autoload): Recognize the new
6213         `define-minor-mode'.
6214         (define-minor-mode): Specify `doc-string-elt'.
6216         * emacs-lisp/easy-mmode.el: Changed maintainer.
6217         (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
6218         Use defcustom for the hooks; Improve the auto-generated docstrings.
6219         (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
6220         (define-minor-mode): Add BODY arg; Only declare the keymap if
6221         provided; Improve the auto-generated docstrings.
6223 1999-11-22  Gerd Moellmann  <gerd@gnu.org>
6225         * textmodes/text-mode.el (text-mode): Construct paragraph-start so
6226         that the leading `^' is at the start.  This is necessary because
6227         paragraphs.el tries to remove anchors, but can find them only if
6228         they are the first character.
6230         * progmodes/antlr-mode.el: New file.
6232         * calendar/calendar.el: Fix autoload for
6233         calendar-absolute-from-astro.  Add autoload for
6234         calendar-print-astro-day-number.
6236 1999-11-21  Anders Lindgren  <andersl@andersl.com>
6238         * follow.el: Use modern backquote syntax.  Minor comment update.
6240 1999-11-21  Gerd Moellmann  <gerd@gnu.org>
6242         * simple.el (with-syntax-table): Don't switch buffers.
6244         * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
6245         progmodes/hideif.el: Use new backquote syntax.
6247 1999-11-21  Ken Manheimer  <klm@python.org>
6249         * icomplete.el (icomplete-completions): Use an explicit variable
6250         `icomplete-prospects-length', obviating the need to use an
6251         apparently faulty throw/catch arrangement.
6253 1999-11-21  Eli Zaretskii  <eliz@is.elta.co.il>
6255         * term/internal.el (IT-display-table-setup): Don't overstep
6256         character code 255.
6258 1999-11-20  Kenichi Handa  <handa@mule.m17n.org>
6260         * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
6261         for the charset chinese-sisheng is 7bit encoding, not 8bit.
6263 1999-11-19  Stefan Monnier  <monnier@cs.yale.edu>
6265         * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
6266         `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
6268         * files.el (auto-mode-alist): Add patterns for diff-mode.
6270         * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
6271         to detect an empty prompt.
6273 1999-11-18  Dave Love  <fx@gnu.org>
6275         * simple.el (input-mode-8-bit): Fix the customization.
6277 1999-11-18  Gerd Moellmann  <gerd@gnu.org>
6279         * international/iso-acc.el (iso-languages): Add more
6280         characters for Portuguese.
6282         * speedbar.el: Clean up comment at the start of the file.
6283         Remove RCS id.
6285         * progmodes/compile.el (compilation-parse-errors): Use
6286         compilation-buffer-p instead of testing major-mode.
6288 1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
6290         * quickurl.el Added defcustom of quickurl-completion-ignore-case.
6291         (quickurl-ask): completion-ignore-case is set to the value of
6292         quickurl-completion-ignore-case for the duration of the call to
6293         completing-read.
6295 1999-11-18  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6297         * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
6299 1999-11-18  Kenichi Handa  <handa@etl.go.jp>
6301         * ps-vars.el: Renamed from ps-print-def.el.  Provide ps-vars
6302         instead of ps-print-def.
6304         * ps-print.el: Require ps-vars instead of ps-print-def.
6306         * ps-mule.el: Require ps-vars instead of ps-print-def.
6308 1999-11-17  Gerd Moellmann  <gerd@gnu.org>
6310         * simple.el (with-syntax-table): Save buffer explicitly instead of
6311         using save-excursion.
6313 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
6315         * mail/supercite.el: New maintainer.
6317 1999-11-16  Reto Zimmermann  <reto@synopsys.com>
6319         * progmodes/vhdl-mode.el: Use new backquote syntax.
6321 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
6323         * simple.el (with-syntax-table): New.
6325 1999-11-15  Sam Steingold  <sds@ksp.com>
6327         * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
6329 1999-02-22  Sam Steingold  <sds@goems.com>
6331         * goto-addr.el (goto-address-at-mouse,
6332         goto-address-find-address-at-point): Use compose-mail.
6333         (goto-address-mail-method): Removed variable.
6334         (goto-address-send-using-mh-e, goto-address-send-using-mhe,
6335         goto-address-send-using-mail): Removed functions.
6337 1998-11-03  Sam Steingold  <sds@goems.com>
6339         * simple.el (backward-delete-char-untabify):
6340         backward-delete-char-untabify-method can be `all' now - to delete
6341         hungrily including newlines.
6343 1999-11-15  Sam Steingold  <sds@ksp.com>
6345         * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
6347 1999-11-15  Dave Love  <fx@gnu.org>
6349         * cus-edit.el (customize-face, customize-face-other-window):
6350         Require match from completing-read.
6351         (custom-buffer-done-function): Default to custom-bury-buffer, not
6352         bury-buffer.
6354 1999-11-15  Gerd Moellmann  <gerd@gnu.org>
6356         * mail/rmail.el, iswitchb.el, hippie-exp.el,
6357         progmodes/cperl-mode.el: Use new backquote syntax.
6359 1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
6361         * uniquify.el: Use new backquote syntax.
6363 1999-11-14  Markus Rost  <rost@ias.edu>
6365         * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
6366         as in ispell-local-dictionary-alist.
6368 1999-11-14  Alex Schroeder  <alex@gnu.org>
6370         * ansi-color.el (ansi-color-apply): Updated regexps to include
6371         highlighted face.
6373 1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
6375         * forms.el (forms--make-format-elt-using-text-properties):
6376         Treat `intangible' differently.
6378         * forms.el: Use new backquote syntax.
6380 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
6382         * textmodes/scribe.el (scribe-mode): Doc-fix.
6384 1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
6386         * net-utils.el (run-network-program, net-utils-run-program): Use
6387         the new backquote syntax.
6388         (smbclient-program, smbclient-program-options)
6389         (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
6390         variables
6391         (smbclient, smbclient-list-shares): New functions
6393 1999-11-12  Sam Steingold  <sds@ksp.com>
6395         * emulation/viper-init.el (viper-deflocalvar, viper-loop)
6396         (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
6397         (viper-kbd-buf-definition, viper-kbd-mode-alist)
6398         (viper-kbd-mode-pair, viper-kbd-mode-definition)
6399         (viper-kbd-global-pair, viper-kbd-global-definition):
6400         Use the new backquote syntax.
6402         * emulation/viper-cmd.el (viper-test-com-defun)
6403         (viper-prefix-arg-value, viper-prefix-arg-com):
6404         Use the new backquote syntax.
6406         * emacs-lisp/debug.el (debugger-env-macro):
6407         Use the new backquote syntax.
6409         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
6410         Use the new backquote syntax.
6412         * calendar/calendar.el (calendar-remove-frame-by-deleting):
6413         New user variable.
6414         (calendar-hide-window): Use it.
6415         (increment-calendar-month, calendar-for-loop, calendar-sum):
6416         Use the new backquote syntax.
6418 1999-11-12  Andrew Innes  <andrewi@gnu.org>
6420         * select.el (x-set-selection): Call buffer-substring, not
6421         substring.  Also fix docstring
6423 1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
6425         * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
6426         of customizable variables to bug report message. Added
6427         system-type to package name in bug report.
6429 1999-11-12  Gerd Moellmann  <gerd@gnu.org>
6431         * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
6432         to display file names.
6434 1999-11-11  Gerd Moellmann  <gerd@gnu.org>
6436         * mwheel.el: Fix copyright notice, don't require 'cl at run time.
6438         * isearch.el: Add lazy-highlighting feature.
6440 1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
6442         * progmodes/ps-mode.el (ps-mode-maintainer-address): New
6443         constant.
6444         (ps-mode-submit-bug-report): New function. Entry added to menu.
6446 1999-11-10  William M. Perry  <wmperry@aventail.com>
6448         * mwheel.el: New file to support the new style wheeled mice.
6450 1999-11-10  Gerd Moellmann  <gerd@gnu.org>
6452         * startup.el (initial-scratch-message): Add ";;" to the front of
6453         lines in the message.
6455         * files.el (file-local-copy): Remove optional BUFFER argument
6456         because that's not used by anything.
6458         * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
6459         to-address.
6461 1999-11-08  Markus Rost  <rost@ias.edu>
6463         * wid-edit.el (widget-button-click): Wrap with save-excursion
6464         to restore track-mouse in the correct buffer.
6466 1999-11-08  Gerd Moellmann  <gerd@gnu.org>
6468         * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
6470 1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
6472         * progmodes/ps-mode.el (ps-mode-print-function): Changed default
6473         lpr-command to "lp" for some system-types. (copied from lpr.el
6474         Emacs version 20.2.1).
6476 1999-11-04  Markus Rost  <rost@ias.edu>
6478         * simple.el (comment-region): Strip off white space at end of
6479         comment-start.
6481 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
6483         * faces.el (secondary-selection): Fix wrong color name.
6485 1999-11-04  John Tobey  <jtobey@epsilondev.com>
6487         * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
6488         the default when invoking perldb in a non-Perl buffer, and other
6489         cases involving -e or --.
6491 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
6493         * simple.el (previous-matching-history-element)
6494         (next-history-element): Use delete-field instead of erase-field.
6496         * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
6497         Use delete-field instead of erase-field.
6499         * faces.el (secondary-selection): Change background to yellow.
6501         * complete.el (PC-do-completion): Use minibuffer-prompt-end to
6502         find the start of the text.  Use field-string to read the user
6503         input.
6505 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
6507         * faces.el (make-face-bold, make-face-unbold, make-face-italic)
6508         (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
6509         for compatibility with old face implementation.
6511         * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
6512         Use erase-field instead of erase-buffer.
6514         * frame.el (blink-cursor-mode, blink-cursor-end): Use
6515         internal-show-cursor with new interface.
6516         (blink-cursor-timer-function): New.
6517         (blink-cursor-start): Use blink-cursor-timer-function.
6519 1999-11-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6521         * calendar.el (redraw-calendar): Move to nearest date before
6522         redrawing.
6524         * diary-lib.el (simple-diary-display): Reset modeline even if
6525         there are no diary entries since the diary buffer may be displayed.
6527 1999-11-03  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6529         * emacs-lisp/debug.el (debug): If noninteractive, display the
6530         backtrace using `message', then exit Emacs.
6531         (debugger-batch-max-lines): New variable.
6532         (debugger-setup-buffer): New subroutine, broken out of `debug'.
6533         Change the messages put at the start, to say that the debugger
6534         was entered.
6536 1999-11-02  Sam Steingold  <sds@ksp.com>
6538         * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
6540 1999-11-01  John Tobey  <jtobey@epsilondev.com>
6542         * gud.el: (gud-perldb-massage-args): Massage correctly in the
6543         presence of perl switches other than "-e".
6545 1999-11-01  Markus Rost  <rost@ias.edu>
6547         * dired-x.el (dired-smart-shell-command): Use
6548         shell-command-history as in shell-command.
6550 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6552         * userlock.el (ask-user-about-lock): Doc fix.
6554         * frame.el: Doc fixes.
6556 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
6558         * frame.el (blink-cursor-mode): Call internal-show-cursor instead
6559         of show-cursor.
6560         (blink-cursor-start, blink-cursor-end): Ditto.
6562         * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
6564 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6566         * window.el (walk-windows): If ALL-FRAMES is a frame,
6567         start on that frame.  Use save-selected-window.
6569 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
6571         * simple.el (end-of-buffer): Use window-end to find the window end
6572         instead of vertical-motion because this handles variable-height
6573         lines correctly.
6575 1999-11-01  Michael Kifer  <kifer@cs.sunysb.edu>
6577         * ediff.el: Version change.
6579         * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
6580         make sure you are in a good frame before deleting other
6581         windows.
6582         (ediff-file-checked-in-p): Don't consider CVS
6583         files checked in.
6584         (ediff-make-temp-file,ediff-make-empty-tmp-file):  Make sure you
6585         are writing to a newly created empty file.
6587         * ediff-mult.el (ediff-show-session-group-hook): New default.
6589         * ediff-vers.el (ediff-pcl-cvs-view-revision):
6590         First cd to the file directory. reportedly works
6591         better with remote files.
6593         * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
6594         Use file-name-nondirectory when passing files to CVS.
6596         * ediff-diff.el (ediff-cmp-options): New variable.
6597         (ediff-same-file-contents): Use ediff-cmp-options.
6599         * ediff-ptch.el (ediff-prompt-for-patch-buffer,
6600         ediff-get-patch-buffer): Use current buffer if it appears to be a
6601         patch.
6603         * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
6604         C-g
6606         * viper-util.el (viper-nontrivial-find-file-function): Deleted.
6607         (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
6608         (viper-save-cursor-color,viper-restore-cursor-color):
6609         Improved cursor color handling.
6610         (viper-get-saved-cursor-color-in-replace-mode,
6611         viper-get-saved-cursor-color-in-insert-mode): New functions for
6612         better cursor color handling.
6614         * viper-ex.el (ex-read,ex-edit):
6615         Fixes for correct interpretation of #,%.
6616         (viper-ex): Now works correctly when called from other functions.
6617         (viper-glob-function): New variable.
6618         (viper-ex): Save excursion before doing :global.
6620         * viper-mous.el (viper-counting-clicks-p): Bug fixes.
6622         * viper-cmd.el (viper-post-command-sentinel,
6623         viper-insert-state-post-command-sentinel,
6624         viper-insert-state-pre-command-sentinel): Takes better care of
6625          cursor colors.
6627         * viper.el: Version change.
6629 1999-10-31  Rajesh Vaidheeswarran  <rv@dsmit.com>
6631         * whitespace.el (whitespace-update-modeline): Bugfix to ensure
6632         that the modeline display was updated *only* when
6633         `whitespace-display-in-modeline' was set, not otherwise.
6635 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
6637         * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
6638         "frac12".
6640         * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
6641         ad-activate.
6643 1999-10-30  Rajesh Vaidheeswarran  <rv@dsmit.com>
6645         * whitespace.el: Test for existence of `defcustom' and `defgroup'
6646         using fboundp instead of assuming that these are not present in
6647         particular flavors of emacs.
6648         (whitespace-version): Update to 2.8
6649         (whitespace-display-in-modeline): Add custom variable to control
6650         displaying the whitespace errors on the modeline based on
6651         suggestion from <klaus.berndl@sdm.de>
6652         (whitespace-buffer): Now returns `t' if unclean and `nil' if
6653         clean, to enable using as a hook function, as suggested by Puneet
6654         Goel <puneet@computer.org>
6655         (whitespace-buffer): Fix a subtle bug that cleaned up only if
6656         quiet was not set, even with whitespace-auto-cleanup set.
6657         (whitespace-mode-line): Now uses less modeline real estate and
6658         shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
6659         which is present in the file, and <y> is any type of whitespace
6660         whose check has been suppressed by setting
6661         `whitespace-check-<whitespace-type>' to nil.
6662         (whitespace-unchecked-whitespaces): New function to return the
6663         list of whitespaces for whom checks have been suppressed.
6664         (whitespace-display-unchecked-whitespaces): Renamed to
6665         `whitespace-update-modeline' to reflect its functionality.
6667 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
6669         * progmodes/compile.el (compilation-error-regexp-alist):
6670         Undo previous change.
6672 1999-10-28  Dave Love  <fx@gnu.org>
6674         * help.el (help-follow): Make arg optional again and really
6675         default to point.
6677 1999-10-28  Gerd Moellmann  <gerd@gnu.org>
6679         * paths.el (rmail-file-name): Make it an option.
6681         * progmodes/ada-mode.el, progmodes/ada-prj.el,
6682         progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
6683         comment fixes.
6685         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
6686         MIPS Pro 7.3 compiler error message syntax.
6688 1999-10-27  Dave Love  <fx@gnu.org>
6690         * progmodes/compile.el: Checkdoc-inspired fixes.
6692 1999-10-27  Gerd Moellmann  <gerd@gnu.org>
6694         * lpr.el (print-buffer): Doc-string fix.
6696 1999-10-27  Dave Love  <fx@gnu.org>
6698         * emacs-lisp/advice.el: Doc fixes.
6699         (ad-lemacs-p): Removed.
6700         (advice): Add :link to defgroup.
6702 1999-10-27  Kenichi Handa  <handa@etl.go.jp>
6704         * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
6705         last-coding-system-used by the call of ange-ftp-set-ascii-mode.
6707 1999-10-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6709         * window.el (walk-windows): If ALL-FRAMES is a frame,
6710         start on that frame.  Use save-selected-window.
6712 1999-10-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6714         * emacs-lisp/advice.el (ad-activate-internal): Renamed from
6715         ad-activate.  All callers changed, including those in data.c.
6716         (ad-activate-internal-off): Renamed from ad-activate-off.
6717         All uses changed.
6718         (ad-activate): Renamed from ad-activate-on.  All uses changed.
6719         (ad-start-advice, ad-stop-advice, ad-recover-normality):
6720         Alter the definition of ad-activate-internal, not ad-activate.
6722 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
6724         * startup.el (command-line-1): Add support for command line
6725         arguments `file' and `execute'.  Fix handling of `visit'.
6727 1999-10-26  Kenichi Handa  <handa@etl.go.jp>
6729         * international/mule-cmds.el (read-input-method-name): Handle the
6730         case that the arg DEFAULT is symbol.
6732         * international/mule-diag.el (mule-diag): Handle the case that
6733         default-input-method is symbol.
6735 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
6737         * textmodes/tildify.el: New file.
6739 1999-10-25  Sam Steingold  <sds@ksp.com>
6741         * Makefile (compile-files): Fixed the "tr" strings.
6742         (EMACS): Set to ../src/emacs.
6744 1999-10-25  Gerd Moellmann  <gerd@gnu.org>
6746         * info.el (Info-build-node-completions): Add '("*") to the
6747         completion list.
6749 1999-10-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6751         * frame.el (auto-raise-mode): When enabling the mode,
6752         immediately raise the selected frame.
6754         * indent.el (indent-region): Doc fix.
6756         * comint.el (comint-output-filter): Make the Comint buffer current
6757         for the comint-preoutput-filter-functions.
6759         * mail/reporter.el: Doc fix.
6761 1999-10-24  Stephen Eglen  <stephen@gnu.org>
6763         * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
6764         that Octave lisp files can also run under XEmacs 20.
6765         (require 'custom) added so that files can run under Emacs 19.34.
6767         * iswitchb.el (iswitchb-default-keybindings): No need to use
6768         read-kbd-macro in keybindings.
6770 1999-10-23  Dave Love  <fx@gnu.org>
6772         * elide-head.el: New file.
6774 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
6776         * Makefile (compile-files, backup-compiled-files): New targets.
6777         (bootstrap, bootstrap-clean): Ditto.
6779 1999-10-22  Paul Eggert  <eggert@twinsun.com>
6781         * international/mule-cmds.c (locale-language-names):
6782         Use Latin-1 (not Latin-3) for Afrikaans, Galician.
6783         Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
6784         Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
6785         Use Latin-8 for Welsh.
6786         Use Latin-1 for English if "en" is explicitly specified.
6787         Use Latin-1 for Scots Gaelic, Tagalog.
6788         Use Latin-1 (not Latin-4) for Greenlandic.
6789         Use Latin-1 (not Latin-2) for Albanian.
6790         (locale-preferred-coding-systems, locale-language-names):
6791         Remove generic ISO 8859 locales; locale-charset-language-names now
6792         does this.
6793         (locale-charset-language-names): New variable.
6794         (set-locale-environment): Use language name specified by
6795         locale-charset-language-names if its charsets disagree with the
6796         language name specified by locale-language-names.
6798 1999-10-22  Dave Love  <fx@gnu.org>
6800         * make-mode.el: Minor doc fixes.
6802         * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
6804 1999-10-21  Dave Love  <fx@gnu.org>
6806         * loadup.el: Add latin-8, latin-9.
6808 1999-10-20  Paul Eggert  <eggert@twinsun.com>
6810         * disp-table.el (standard-display-european): Remove undocumented
6811         arg AUTO; no longer used by startup.el.  Do not attempt to treat
6812         all non-English language environments as coding system names.
6813         Instead, use the downcased language environment name as a coding
6814         system name if it is one; otherwise, use latin-1.
6816 1999-10-20  Gerd Moellmann  <gerd@gnu.org>
6818         * dired.el (dired-move-to-filename-regexp): Fix long comment lines
6819         that were split so that part of the comment appeared as Lisp code.
6821 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6823         * ps-bdf.el: Doc fix.
6825         * ps-print-def.el: New file: common definitions for all parts of
6826         ps-print.
6827         (ps-multibyte-buffer): Moved from ps-mule.
6829         * ps-mule.el: File dependence fix.
6830         (ps-multibyte-buffer): Moved to ps-print-def.
6832         * ps-print.el: Doc fix, better customization.
6833         (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
6834         (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
6835         (ps-end-file): Doc fix.
6836         (ps-setup, ps-begin-file): Fun fix.
6837         (postscript): New group.
6838         (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
6839         (ps-print-prologue-1): Adjust PostScript programming.
6840         (ps-print): Adjust group hierarchy.
6841         (ps-print-n-up, ps-print-zebra, ps-print-background,
6842         ps-print-printer)
6843         (ps-print-page): New subgroups.
6844         (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
6845         (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
6846         (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
6847         (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
6848         (ps-zebra-stripe-height, ps-print-background-image)
6849         (ps-print-background-text, ps-spool-config): Adjust customization.
6850         (dos-ps-printer): Definition eliminated.
6852 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6854         * ps-mule.el: Doc fix, define functions properly if mule package is
6855         loaded or not.
6856         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
6857         mule package is loaded or not.
6859         * ps-print.el: Doc fix, n-up printing.
6860         (ps-print-version): New version number (5.0).
6861         (ps-page-dimensions-database): Added document media.
6862         (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
6863         (ps-page-order, ps-printing-region-p): New vars.
6864         (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
6865         funs.
6866         (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
6867         (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
6868         (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
6869         (ps-n-up-xstart, ps-n-up-ystart): New macros.
6870         (ps-print-begin-sheet-hook): New hook.
6871         (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
6872         const.
6873         (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
6874         (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
6875         (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
6876         (ps-count-lines): Changed to defun.
6877         (ps-header-page): Changed to defsubst, fix fun.
6878         (ps-printing-region): Doc fix, adjust programming code.
6879         (ps-output-boolean, ps-background-pages, ps-background-text)
6880         (ps-background-image, ps-background, ps-get-boundingbox): Adjust
6881         programming code.
6883 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6885         * ps-print.el: Doc fix, duplex and setpagedevice configuration.
6886         (ps-print-version): New version number (4.2).
6887         (ps-spool-config, ps-spool-tumble): New vars.
6888         (ps-print-prologue-1): Changed to defconst, adjust PostScript
6889         programming, new PostScript procedure to handle errors.
6890         (ps-print-prologue-2): Changed to defconst.
6891         (ps-print-duplex-feature): New const: duplex and tumble setting.
6892         (ps-setup, ps-begin-file): Fix funs.
6893         (ps-boolean-capitalized): New fun.
6895 1999-10-19  Stefan Monnier  <monnier@cs.yale.edu>
6897         * Makefile (dontcompilefiles): Obsoleted.
6898         (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
6899         (EL): Unused.
6900         (temacs): Removed (unused).
6901         (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
6902         version of the file (necessary for the update to work properly).
6903         (autoloads): Force the use of `pwd`/loaddefs.el.
6904         (updates); Redefined in terms of other targets to reduce redundancy.
6905         (.el.elc): New default rule, just in case you want it.
6906         (compile): Use a single invocation of Emacs.
6907         (bootstrap-compile); Unneeded.
6908         (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
6910 1999-10-19  Dave Love  <fx@gnu.org>
6912         * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
6914 1999-10-19  Sam Steingold  <sds@ksp.com>
6916         * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
6917         comply with the comment.
6919 1999-10-19  Gerd Moellmann  <gerd@gnu.org>
6921         * autorevert.el (auto-revert-mode): Make auto-revert-mode
6922         permanent-local.
6924 1999-10-19  Peter Kleiweg  <kleiweg@let.rug.nl>
6926         * progmodes/ps-mode.el (ps-mode-print-function): Fix default
6927         value: \"lpr\" changed to "lpr"
6928         (ps-mode-version): New constant
6929         (ps-mode-show-version): New function, added key in ps-mode-map
6930         (ps-run-messages): Removed
6931         (ps-run-font-lock-keywords-2): New defcustom variable replacing
6932         ps-run-messages. These keywords now include the value of
6933         ps-run-prompt, making its fontification customizable.
6934         (ps-run-init): Removed \\n from docstring, it is now added when
6935         the value is used
6936         (ps-run-font-lock-keywords-1): Added checking for initial ^ in
6937         ps-run-prompt
6938         (ps-mode): Added ps-run-font-lock-keywords-2 to list of
6939         customizable variables in doc-string (its equivalent
6940         ps-run-messages was missing in previous version of the doc-string)
6941         (ps-run-mode): Simplified assignment to font-lock-defaults, using
6942         symbols only
6944 1999-10-19  Alex Schroeder  <alex@gnu.org>
6946         * ansi-color.el: Complete rewrite.
6948 1999-10-19  Paul Eggert  <eggert@twinsun.com>
6950         Fix bootstrapping problems.
6951         Use the system locale to specify Emacs locale defaults.
6953         * international/mule-cmds.el (global-map):
6954         Do not use backquote, because that makes a bootstrapping
6955         problem if you need to recompile all Lisp files using interpreted code.
6956         * international/mule.el (charset-id, charset-bytes,
6957         charset-dimension, charset-chars, charset-width,
6958         charset-direction, charset-iso-final-char,
6959         charset-iso-graphic-plane, charset-reverse-charset,
6960         charset-short-name, charset-long-name, charset-description,
6961         charset-plist): Likewise.
6962         * subr.el (save-match-data): Likewise.
6964         * international/mule-cmds.el
6965         (set-display-table-and-terminal-coding-system): New function,
6966         containing code migrated out of set-language-environment.
6967         (set-language-environment, set-locale-environment): Use it.
6968         (locale-translation-file-name): Moved here from startup.el.
6969         (locale-language-names, locale-preferred-coding-systems):
6970         New vars.
6971         (locale-name-match, set-locale-environment): New functions.
6973         * language/japan-util.el (setup-japanese-environment-internal):
6974         Prefer japanese-iso-8bit if the system-type is usg-unix-v.
6976         * startup.el (iso-8859-n-locale-regexp): Remove.
6977         (locale-translation-file-name): Move to mule-cmds.el.
6978         (command-line): Move locale-stuff into set-locale-environment.
6980 1999-10-18  Dave Love  <fx@gnu.org>
6982         * abbrev.el (add-abbrev, inverse-add-abbrev)
6983         (expand-region-abbrevs): Remove properties from buffer text.
6985 1999-10-17  Gerd Moellmann  <gerd@gnu.org>
6987         * iswitchb.el (iswitchb-exhibit): Extract user-input only
6988         from the mini-buffer, without the prompt.
6990         * simple.el (minibuffer-prompt-end): Return the position
6991         after the prompt, not the position of that last character
6992         of the prompt.
6994 1999-10-17  Miles Bader  <miles@gnu.org>
6996         * simple.el: Doc fixes.
6998 1999-10-17  Miles Bader  <miles@gnu.org>
7000         * simple.el (previous-matching-history-element, next-history-element):
7001         Change to work correctly even if the point is in the prompt.
7002         (choose-completion-string): Likewise.
7003         (minibuffer-prompt-width): New function (compatibility with old subr).
7005         * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
7006         When constraining the final position to the current field,
7007         don't use the ONLY-IN-LINE mode of constrain-to-field.
7009 1999-10-17  Miles Bader  <miles@gnu.org>
7011         * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
7012         constrain-to-field.
7013         * textmodes/paragraphs.el (forward-sentence): Likewise.
7015 1999-10-17  Miles Bader  <miles@gnu.org>
7017         * simple.el (line-move): Use constrain-to-field to avoid
7018         moving into a prompt.
7019         (previous-complete-history-element): Clarify doc string.
7020         (next-complete-history-element): Likewise.
7021         Use field-beginning instead of point-min.
7022         (next-matching-history-element): Use field-beginning and
7023         erase-field instead of point-min and erase-buffer.
7024         * textmodes/paragraphs.el
7025         (forward-paragraph, forward-sentence): Likewise.
7026         (backward-kill-paragraph, backward-kill-sentence): Remove code to
7027         constrain the kill to an field, as the movement commands now
7028         do this.
7030 1999-10-17  Miles Bader  <miles@gnu.org>
7032         * simple.el (previous-matching-history-element): Get the
7033         minibuffer input with field-string instead of buffer-string.
7034         (choose-completion-string): Likewise.
7035         (next-history-element): Likewise.
7036         Erase the minibuffer input with erase-field, not erase-buffer.
7037         Use field-beginning to find the beginning of the input.
7038         * textmodes/paragraphs.el (backward-kill-sentence):
7039         Remove minibuffer-prompt hack.
7040         Constrain to any input field.
7042 1999-10-17  Sam Steingold  <sds@ksp.com>
7044         * bindings.el (completion-ignored-extensions): Added ".sparcf"
7045         for CMUCL on sparc and ".ufsl" for LispWorks.
7046         (bound-and-true-p): Bugfix: free variable `v'.
7048 1999-10-16  Dave Love  <d.love@dl.ac.uk>
7050         * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
7051         (edebug-uninstall-read-eval-functions): Use load-read-function,
7052         avoiding elisp-eval.
7054 1999-10-16  Sam Steingold  <sds@ksp.com>
7056         * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
7057         instead of `eql'.
7059 1999-10-14  Stefan Monnier  <monnier@cs.yale.edu>
7061         * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
7062         * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
7063         (browse-url-temp-file-list, browse-url-delete-temp-file-list):
7064         * ediff-util.el (ediff-make-temp-file):
7065         * ediff-vers.el (ediff-pcl-cvs-view-revision):
7066         * emerge.el (emerge-make-temp-file):
7067         * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
7068         * vc.el (vc-update-change-log):
7069         * mail/mailpost.el (post-mail-send-it):
7070         * mail/metamail.el (metamail-region):
7071         * progmodes/cmacexp.el (c-macro-expansion):
7072         * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
7074 1999-10-15  Gerd Moellmann  <gerd@gnu.org>
7076         * smtpmail.el (smtpmail-via-smtp): Add support for
7077         automatically appending a domain to RCPT TO: addresses.
7079 1999-10-14  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7081         * dired.el (dired-insert-directory): Insert the amount of
7082         free space after the total size.
7083         (dired-free-space-program, dired-free-space-args): New variables.
7085 1999-10-14  Karl Heuer  <kwzh@gnu.org>
7087         * mail/rmail.el (rmail-pop-password-error): Add new pattern.
7089 1999-10-14  Dave Love  <fx@gnu.org>
7091         * international/characters.el:
7092         * international/fontset.el:
7093         * international/mule-conf.el: Add latin-iso8859-1[45].
7095         * language/european.el: Add Latin-8, Latin-9.  Modify some doc
7096         strings.
7098         * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
7099         (command-line): Detect Latin-[89] locales.
7101 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
7103         * international/mule-cmds.el (select-safe-coding-system)
7104         (leim-list-header): Avoid the use of strings that start with backslash
7105         newline since lread.c:read1 has a hack to turn those strings into
7106         integer 0 during the loadup.el process.
7108         * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
7110 1999-10-13  Dave Love  <fx@gnu.org>
7112         * image.el (insert-image): Copy the image spec and add an
7113         intangible property.
7115 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
7117         * help.el (help-xref-interned): Make it also work on variable-only
7118         and function-only symbols.
7119         (help-make-xrefs): Take advantage of the new `help-xref-interned'.
7120         (help-follow): If the point under mouse is not highlighted, try
7121         `help-xref-interned' on the pointed-to symbol anyway.
7123         * info.el (Info-on-current-buffer): New entry point.
7124         (Info-find-node): Split into two for Info-on-current-buffer to
7125         hook into it.
7126         (Info-current-file, Info-set-mode-line, Info-up):
7127         Info-current-file can now be t.
7128         (Info-clone-buffer-hook): Function for `clone-buffer'.
7129         (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
7130         Make `clone-buffer' available in various ways to the user.
7132 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
7134         * simple.el (shell-command, shell-command-on-region): Use
7135         make-temp-file.
7136         (clone-buffer, clone-process, clone-buffer-hook): New functions.
7138         * subr.el (with-current-buffer): Don't use backquotes to avoid
7139         bootstrapping problems.
7141         * loadup.el (load-path): Add subdirs for bootstrapping.
7142         (docstrings): Ignore errors during bootstrapping.
7143         (args): New `bootstrap' argument (for use in place of `dump').
7145 1999-10-12  Emmanuel Briot  <briot@gnat.com>
7147         * ada-stmt.el: Doc-string fixes.
7149 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
7151         * recentf.el: New file.
7153         * ps-mode.el: New file.
7155         * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
7156         case insensitive.
7158 1999-10-12  Richard Sharman  <rsharman@pobox.com>
7160         * sh-script.el: Added support for indenting existing scripts.
7161         (sh-mode-map): Added new bindings.
7162         (sh-mode): Updated mode doc-string for new commands, added
7163         make-local-variable calls, initialize mode-specific variables.
7164         (sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
7165         is now a different function.
7166         (sh-header-marker):  Changed docstring.
7167         (sh-set-shell): Initialize mode-specific variables.
7168         (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
7169         (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
7170         Changed these define-skeleton calls to work with user-specified
7171         indentation settings.
7172         (sh-basic-indent-line, sh-blink, sh-calculate-indent)
7173         (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
7174         (sh-electric-hash, sh-electric-less, sh-electric-rparen)
7175         (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
7176         (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
7177         (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
7178         (sh-guess-basic-offset, sh-handle-after-case-label)
7179         (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
7180         (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
7181         (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
7182         (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
7183         (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
7184         (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
7185         (sh-handle-this-then, sh-help-string-for-variable)
7186         (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
7187         (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
7188         (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
7189         (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
7190         (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
7191         (sh-remove-our-text-properties, sh-rescan-buffer)
7192         (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
7193         (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
7194         (sh-scan-case, sh-search-word, sh-set-char-syntax)
7195         (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
7196         (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
7197         functions.
7198         (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
7199         (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
7200         (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
7201         (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
7202         (sh-var-list): New variables.
7204 1999-10-12  Dave Pearson  <davep@hagbard.demon.co.uk>
7206         * quickurl.el (quickurl-list-insert): `count-lines' was returning
7207         a value one line to high if the cursor wasn't at the start of a
7208         line. A `beginning-of-line' is now performed before making the
7209         call to `count-lines'.
7211 1999-10-11  Stefan Monnier  <monnier@cs.yale.edu>
7213         * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
7215 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
7217         * Makefile (setwins): Abstract out the command to find subdirectories
7218         and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
7219         (custom-deps, finder-data, autoloads, update-subdirs, updates)
7220         (autoloads-with-other-emacs): Use it.
7222         * diff-mode.el: New file.  A mode for viewing/editing context diffs.
7224 1999-10-09  Gerd Moellmann  <gerd@gnu.org>
7226         * Makefile (bootstrap-compile): New target.  Compile Lisp
7227         files with ../src/temacs.
7229 1999-10-08  Dave Love  <fx@gnu.org>
7231         * ange-ftp.el: Require dired when compiling.
7232         (ange-ftp-normal-login): Allow EFS-style port specification.
7234 1999-10-08  Simon Marshall  <simon@gnu.org>
7236         * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
7237         (regexp-opt-group): Use it to get common suffixes in STRINGS.
7238         If STRINGS is nil, return "" rather than nil.
7240 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
7242         * Makefile (compile): Compile files one by one.  Set load-path to
7243         current directory and subdirectories when compiling.
7245 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
7247         * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
7248         (emacs): Use it everywhere instead of EMACS.
7249         (compile): New target.  Compile all Lisp files from scratch.
7250         (recompile): New target.  Recompile lisp directory.
7251         (autoloads-with-other-emacs): New target.  Build loaddefs.el with
7252         an Emacs executable not built in the current directory tree.
7254 1999-10-07  Peter Breton  <pbreton@ne.mediaone.net>
7256         * filecache.el (file-cache-completion-ignore-case): New variable,
7257         defaulting to the value of completion-ignore-case.
7258         (file-cache-minibuffer-complete): Use it.
7259         (file-cache-files-matching, file-cache-files-matching-internal):
7260         New functions.
7262 1999-10-07  Emmanuel Briot  <briot@gnat.com>
7264         * ada-xref.el: New file
7266         * ada-prj.el: New file
7268         * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
7270         * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
7271         subprogram being created.
7273         * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
7274         ada-indent-newline-indent): Rewritten to support the new indentation
7275         scheme
7277         * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
7278         New functions
7280         * ada-mode.el (ada-fill-comment-paragraph): Add support for the
7281         justification parameter
7283         * ada-mode.el (ada-make-body, ada-gen-treat-proc,
7284         ada-make-subprogram-body): Rewritten to benefit from the gnatstub
7285         external program
7287 1999-10-07  Dave Love  <fx@gnu.org>
7289         * bindings.el (bound-and-true-p): New macro.
7290         (make-mode-line-mouse-sensitive): Don't require easymenu.
7292 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
7294         * custom.el (defface): Extend documentation for new values of
7295         `type'.
7297         * faces.el (face-spec-set-match-display): Recognize `type' of
7298         `motif', `lucid', `x-toolkit'.
7299         (menu): New face.
7301 1999-10-05  Dave Love  <fx@gnu.org>
7303         * files.el: Recognize temporary crontab files.
7305         * info.el: Require jka-compr when compiling.
7306         (Info-suffix-list): Add bzip2 files (non-ms-dos only).
7308 1999-10-04  Dave Love  <fx@gnu.org>
7310         * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
7311         scroll-up-aggressively, scroll-down-aggressively.
7313         * time.el (display-time-mode): Add autoload cookie.
7315         * rect.el (delete-extract-rectangle): Doc fix from verna.
7317         * help-macro.el (three-step-help): Customize.
7319 1999-10-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7321         * hexl.el (hexlify-buffer): Move point in proper range
7322         if it is too large.
7323         (hexl-after-revert-hook): Update hexl-max-address.
7324         (hexl-address-to-marker): Doc fix.
7326 1999-10-03  Dave Love  <fx@gnu.org>
7328         * image.el (defimage): Remove redundant code.  Substitute file in
7329         image plist.
7331 1999-10-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7333         * vc.el (vc-backend-checkout): Use coding system 'no-conversion
7334         when doing with-temp-file.
7336 1999-10-01  Dave Love  <fx@gnu.org>
7338         * cus-edit.el (custom-comment-create): Fill :from and :to slots.
7340         * help.el: Require view when compiling.
7341         (view-emacs-FAQ): Use Info version.
7343 1999-09-29  Ken'ichi Handa  <handa@gnu.org>
7345         * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
7346         (normat->normal).  Use correct font names for Korean
7347         (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
7349 1999-09-29  Kenichi Handa  <handa@etl.go.jp>
7351         * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
7352         code not used by KOI8 to the same 8-bit code instead of mapping to
7353         SPC.
7354         (cyrillic-alternativnyj-decode-table): Likewise.
7356 1999-09-29  Alex Schroeder  <alex@gnu.org>
7358         * sql.el (sql-imenu-generic-expression): Aew, used to set
7359         imenu-generic-expression.
7360         (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
7361         font-lock-defaults' SYNTAX-ALIST.  Set imenu-generic-expression,
7362         imenu-case-fold-search, and imenu-syntax-alist.
7363         (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
7364         setting font-lock-defaults' SYNTAX-ALIST.
7366 1999-09-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7368         * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
7369         macro, try again.
7371 1999-09-28  Dave Love  <fx@gnu.org>
7373         * cus-edit.el (custom-comment): Change widget definition.
7374         (custom-comment-create, custom-comment-show)
7375         (custom-comment-invisible-p): Don't use :comment-overlay.
7376         (custom-comment-hide): New function.
7377         (custom-variable-set, custom-variable-save)
7378         (custom-variable-reset-standard, custom-face-set)
7379         (custom-face-save): Use it.
7381 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7383         * hexl.el (hexl-mode): Do nothing if already in hexl mode.
7385 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7387         * faces.el (region): Doc fix.
7389 1999-09-27  Dave Love  <fx@gnu.org>
7391         * isearch.el (isearch): Add :links in defgroup.
7392         (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
7393         (isearch-switch-frame-handler): Comment out (unused).
7394         (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
7395         (isearch-ring-retreat-edit): Doc fix.
7396         (isearch-mouse-yank): New command.
7397         (isearch-last-command-char): Removed.  Callers changed to use
7398         last-command-char.
7399         (isearch-char-to-string): Removed.  Callers changed to use
7400         char-to-string.
7402 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
7404         * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
7405         option for Russian.
7407 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
7409         * faces.el (face-differs-from-default-p): Compare face
7410         attributes individually.
7412         * image.el (put-image, insert-image): Add string argument.
7414 1999-09-24  Gerd Moellmann  <gerd@gnu.org>
7416         * ange-ftp.el (ange-ftp-date-regexp): Make it work for
7417         LANG=de_DE.iso88591 on HPUX 11.0.
7419         * dired.el (dired-move-to-filename-regexp): Make it work
7420         for LANG=de_DE.iso88591 on HPUX 11.0.
7422 1999-09-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7424         * info.el (info-initialize): Don't test existence of ALTERNATIVE
7425         if we know for some other reason it should not be used.
7427         * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
7428         New variable.
7429         (edebug-recursive-edit): Save current-prefix-arg there,
7430         bind it, and set it back at the end.
7431         (edebug-outside-excursion): Restore and update the outside
7432         value of current-prefix-arg.
7433         (edebug-emacs-version-specific): Delete support for Epoch.
7435 1999-09-24  Howard Melman  <howard@silverstream.com>
7437         * imenu.el (imenu-after-jump-hook): New variable.
7438         (imenu): Run menu-after-jump-hook.
7439         (imenu-name-lookup-function): New variable.
7440         * imenu.el (imenu--in-alist): Use those variables.
7442 1999-09-24  Carsten Dominik  <cd@gnu.org>
7444         * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
7445         multiple thebibliography environments.
7447         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
7448         with recentering window.
7449         (reftex-extract-bib-entries-from-thebibliography,
7450         reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
7451         with multiple thebibliography environments.
7453         * textmodes/reftex-vars.el
7454         (reftex-section-levels): Function allowed as cdr.
7455         (reftex-max-section-depth) New option.
7457         * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
7458         with multiple thebibliography environments.
7460 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
7462         * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
7463         instead of point-min in call to delete-region.
7465 1999-09-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7467         * vc.el (vc-backend-checkout): Use with-temp-file when checking
7468         out into arbitrary file names.
7470 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
7472         * language/european.el ("Turkish"): New language environment.
7474 1999-09-19  Dave Love  <fx@gnu.org>
7476         * delim-col.el: New file.
7478 1999-09-17  Richard Stallman  <rms@gnu.org>
7480         * files.el (after-find-file): When visiting a backup file,
7481         make it read-only.
7483         * apropos.el (apropos-symbol-face): Non-nil even for ttys.
7484         (apropos-keybinding-face, apropos-label-face): Likewise.
7485         (apropos-property-face, apropos-match-face): Likewise.
7486         (apropos-label-properties): New variable.
7487         (apropos-print-doc): Use apropos-label-properties.
7488         (apropos-print): Set apropos-label-properties.
7490 1999-09-15  Richard Stallman  <rms@gnu.org>
7492         * winner.el: Use aref instead of sref.
7494         * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
7496 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
7498         * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
7500 1999-09-14  Richard Stallman  <rms@gnu.org>
7502         * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
7503         cookie, even if followed by a letter.
7505 1999-09-14  Stephen Eglen  <stephen@gnu.org>
7507         * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
7508         --no-line-editing are passed to Octave by including them here
7509         rather than storing them in inferior-octave-startup-args.
7511 1999-09-14  Eli Zaretskii  <eliz@gnu.org>
7513         * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
7514         command, option, env and sc.
7516         * subr.el (shell-quote-argument): Quote argument with double
7517         quotes for ms-dos.
7519 1999-09-14  Richard Stallman  <rms@gnu.org>
7521         * simple.el (eval-expression-print-level): New variable.
7522         (eval-expression-print-length): New variable.
7523         (eval-expression-debug-on-error): New variable.
7524         (eval-expression): Bind print-level, print-length and
7525         debug-on-error from those vars.
7527         * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
7528         Bind print-level, print-length and debug-on-error.
7530 1999-09-14  Inge Frick  <inge@nada.kth.se>
7532         * dired.el (dired-recursive-deletes): New custom variable.
7533         (dired-re-no-dot): New variable.
7534         (dired-delete-file): New function deletes files and directories
7535         recursively.
7536         (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
7538         * dired-aux.el (dired-recursive-copies): New custom variable.
7539         (dired-handle-overwrite): Broke a long line.
7540         (dired-copy-file): Call `dired-copy-file-recursive' instead of
7541         `copy-file'.
7542         (dired-copy-file-recursive): New function.  Copy directories
7543         recursively.
7544         (dired-do-create-files): Added support for generalized directory
7545         target.  How-to function may now return a function.  New fluid
7546         variable `dired-one-file'.
7547         (dired-copy-how-to-fn): New variable.
7548         (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
7549         Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
7550         (dired-do-copy-regexp): No recursive copies.
7552 1999-09-14  Rajesh Vaidheeswarran  <rv@dsmit.com>
7554         * whitespace.el (whitespace-version): Update version to 2.4
7556         * whitespace.el: Add customization variables to conditionally test
7557         any of the five whitespaces, per request from Rune Kleveland
7558         <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
7560         * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
7562         * whitespace.el (whitespace-modes): Add `change-log-mode' to the
7563         list of modes to be checked for bogus whitespaces.
7565         * whitespace.el (whitespace-rescan-timer-time): Update
7566         documentation.
7568         * whitespace.el (whitespace-display-unchecked-whitespaces):
7569         New function to update modeline with untested whitespaces.
7571         * whitespace.el (whitespace-buffer): Test only whitespaces whose
7572         checking is turned on, and update modeline using the newly created
7573         `whitespace-display-unchecked-whitespaces'.
7575         * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
7576         whose checking is turned on, and update modeline using the newly
7577         created `whitespace-display-unchecked-whitespaces'.
7579         * whitespace.el (whitespace-describe): Update documentation.
7581         * whitespace.el (whitespace-tickle-timer): Test if
7582         `whitespace-rescan-timer-time' is non-zero before tickling timer.
7584 1999-09-13  Dave Love  <fx@gnu.org>
7586         * hideif.el (hide-ifdef-mode): Add autoload cookie.
7588         * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
7589         for temp buffer.
7590         (checkdoc-this-string-valid): Don't assume default comment-start.
7592 1999-09-13  Gerd Moellmann  <gerd@gnu.org>
7594         * rsz-mini.el: Remove code, keep the interface.
7596 1999-09-13  Dave Love  <fx@gnu.org>
7598         * help.el (help-highlight-p): Doc fix.
7600         * faces.el (mode-line, header-line, tool-bar): Add :version.
7601         (highlight, secondary-selection): Add :group.
7602         (trailing-whitespace): Add :group, :version.
7604         * wid-edit.el: Remove some compatibility code and checks.
7605         (widget-specify-field, widget-specify-button): Don't use XEmacs
7606         properties.
7607         (widget-overlay-inactive): Change error message.
7608         (widget-button-pressed-face): New variable.
7609         (widget-button-click): Use it.
7610         (widget-documentation-link-add): Specify mouse and button faces.
7611         (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
7612         removed now the functionality is built in.
7614         * cus-edit.el: Don't define-widget-keywords.
7615         (multimedia): New group.
7616         (custom-last): Function removed.
7617         (custom-quote): Add vectorp case, comment out characterp case.
7618         (custom-buffer-done-function, custom-raised-buttons): New option.
7619         (Custom-buffer-done): New function.
7620         (custom-buffer-create-internal): Obey custom-raised-buttons,
7621         Custom-buffer-done.
7622         (custom-button-face): Make it `released-button'.
7623         (custom-button-pressed-face): Make it `pressed-button'
7624         (custom-mode-map): Bind "q" to Custom-buffer-done.
7625         (custom-mode): Deal with raised/pressed buttons.
7627         Changes from Didier Verna:
7628         (custom-prompt-variable): Optional third arg makes prompt for a
7629         comment string.
7630         (customize-set-value, customize-set-variable,
7631         customize-save-variable): Optional prefix makes function handle
7632         variable comments.
7633         (customize-customized, customize-saved, custom-variable-state-set)
7634         (custom-variable-set, custom-variable-save, custom-face-state-set)
7635         (custom-variable-reset-saved, custom-variable-reset-standard)
7636         (custom-face-set, custom-face-save, custom-face-reset-saved)
7637         (custom-face-reset-standard, customize-save-customized): Handle
7638         custom comments.
7639         (custom-comment-face, custom-comment-tag-face): New face.
7640         (custom-comment): New widget.
7641         (custom-comment-create, custom-comment-delete)
7642         (custom-comment-value-set, custom-comment-show)
7643         ()custom-comment-invisible-p): New functions.
7644         (custom-variable-value-create, custom-face-value-create): Create a
7645         comment field widget.
7646         (custom-variable-menu, custom-face-menu): New entry for custom
7647         comment.
7648         (custom-face-value-create): Remove compatibility code.
7649         (custom-save-variables, custom-save-faces): Possibly save custom
7650         comments.
7652         * cus-face.el (custom-face-attributes): Simplify :underline,
7653         :overline, :inverse-video cases.  Fix up :box case (probably needs
7654         more work).
7656         Change from Didier Verna:
7657         (custom-set-faces): The arguments can now have a custom comment as
7658         fourth argument.
7660         * custom.el: Don't define-widget-keywords.
7661         Change from Didier Verna:
7662         (custom-set-variables): The arguments can now have a
7663         custom comment as fifth element.
7665 1999-09-13  Richard Stallman  <rms@gnu.org>
7667         * info.el (Info-find-node): Cope better if guesspos is too large.
7669 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
7671         * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
7672         of buffer-substring because buffer-string doesn't copy the
7673         prompt.
7675         * faces.el (mode-line): Replaces `modeline'.
7676         (toplevel): Make `modeline' an alias for `mode-line'.
7678 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
7680         * gs.el: Change `ghostscript' to `postscript' in comment.
7682 1999-09-11  Rob Riepel  <riepel@Stanford.EDU>
7684         * emulation/tpu-edt.el (tpu-version): New version.
7685         (tpu-search-overlay, tpu-replace-overlay): New variables.
7686         (tpu-search-highlight, tpu-toggle-direction): New functions.
7687         (tpu-lm-replace): Set tpu-replace-overlay.
7688         (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
7689         command hook.
7691 1999-09-11  Richard Stallman  <rms@gnu.org>
7693         * isearch.el (isearch-mode-map): Undo previous change.
7695         * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
7696         use all of that as the sexp.
7698         * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
7699         and use the initial argument as file name directly.
7700         Likewise if nothing matches.
7702 1999-09-11  Ivar Rummelhoff  <ivarru@math.uio.no>
7704         * winner.el: Major changes.  Avoid changing point and mark.
7705         Save configurations after they change, not before.
7707 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
7709         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
7710         Bind print-continuous-numbering and print-number-table.
7712 1999-09-10  Dave Love  <fx@gnu.org>
7714         * bindings.el (debug-ignored-errors): Restore BBDB stuff.
7716 1999-09-09  Richard Stallman  <rms@gnu.org>
7718         * whitespace.el: Finish making it fit Emacs conventions.
7719         Add autoloads.
7721 1999-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
7723         * generic-x.el (bat-generic-mode): "::"-style comments don't
7724         need to begin with "-".  Fix the font-lock definitions of ON/OFF
7725         after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
7726         from the list of keywords.  Add DO to the list of keywords.
7728 1999-09-09  Dave Love  <fx@gnu.org>
7730         * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
7731         (byte-optimize-backward-word): New optimizations.
7732         (side-effect-free-fns, side-effect-and-error-free-fns): Add
7733         entries.
7735 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
7737         * image.el (put-image): Remove optional buffer parameter.
7739         * faces.el (face-italic-p): Return t only for values `italic'
7740         and `oblique'.
7742         * mouse.el (mouse-drag-mode-line-1): Extension of former
7743         mouse-drag-mode-line that also drags the header line.
7744         (mouse-drag-mode-line): Call it.
7745         (mouse-drag-header-line): New.
7746         (toplevel): Bind down-mouse-1 on header lines to
7747         mouse-drage-header-line.
7749 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
7751         * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
7752         (make-mode-line-mouse-sensitive): Replace `top-line' by
7753         `header-line'.
7755 1998-09-08  Michael Ernst  <mernst@alum.mit.edu>
7757         * help.el (describe-function-1): Don't return empty string for keymaps.
7759         * fill.el (fill-region-as-paragraph, canonically-space-region):
7760         Respect colon-double-space at end of line.
7762 1999-09-08  Stephen Gildea  <gildea@alum.mit.edu>
7764         * files.el (backup-by-copying-when-privileged-mismatch): New variable.
7765         (backup-buffer): Use it.
7767 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
7769         * generic-x.el (generic-define-unix-modes): Added new modes:
7770         inetd-conf-generic-mode, etc-services-generic-mode,
7771         etc-passwd-generic-mode.  These are all defined for Unix by default.
7772         (apache-generic-mode): Use an imenu-generic-expression to list
7773         Configuration keywords.
7774         (samba-generic-mode): Use both ; and # as comment characters.
7775         (samba-generic-mode): Font-lock expressions now highlight name
7776         value pairs.
7777         (bat-generic-mode): Keywords are now case-insensitive through
7778         font-lock-defaults setting.
7779         (java-properties-generic-mode): Supports both ! and # as comment
7780         characters.
7781         (java-properties-generic-mode): Added an imenu-generic-expression
7782         (java-properties-generic-mode): Reworked to support the various
7783         different ways to separate name and value (viz, '=', ':' and
7784         whitespace).
7785         (show-tabs-generic-mode): Added this new generic-mode.
7787 1999-09-08  Richard Stallman  <rms@gnu.org>
7789         * progmodes/inf-lisp.el: Moved from top directory.
7791         * tar-mode.el (tar-header-block-tokenize):
7792         Use `when' instead of `and'.  Fix some clobbered text.
7794         * gud.el (gud-make-debug-menu): Make a child for the
7795         local menu, for its menu bar, and the debug menu.
7796         (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
7797         Use the history in the simple way.
7799 1999-09-07  Kenichi Handa  <handa@etl.go.jp>
7801         * language/korea-util.el (default-korean-keyboard): Initialize it
7802         according to the environment variable HANGUL_KEYBOARD_TYPE.
7804 1999-09-07  Richard Stallman  <rms@gnu.org>
7806         * subr.el (make-temp-file): New function.
7808 1999-09-07  Stefan Monnier  <monnier@cs.yale.edu>
7810         * font-lock.el (font-lock-multiline): New text property contains
7811         a boolean to indicate if the char is part of a multiline match.
7812         (font-lock-default-fontify-region): Extend the region appropriately
7813         for multiline keywords.
7814         (font-lock-default-unfontify-region): Also remove the new
7815         font-lock-multiline text property.
7816         (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
7817         (font-lock-fontify-keywords-region): Mark multiline regexp matches.
7819 1999-09-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7821         * diary-lib.el (list-diary-entries): Make sure two-digit years
7822         have leading zeros.
7824 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
7826         * faces.el (face-set-after-frame-default): Initialize some
7827         attributes of some faces from frame parameters.
7829         * faces.el (scroll-bar, border, cursor, mouse): New faces.
7831 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
7833         * faces.el (fringe): Replaces face `margin'.
7835 1999-09-07  Dave Love  <fx@gnu.org>
7837         * tar-mode.el (tar-header-block-tokenize): Bind linkname.
7839 1999-09-07  Richard Stallman  <rms@gnu.org>
7841         * subr.el (push): Doc fix.
7843 1999-09-06  Richard Stallman  <rms@gnu.org>
7845         * vc.el (vc-annotate-display): Use < 69 not < 70
7846         to distinguish 20YY from 19YY.
7848         * timezone.el (timezone-parse-date): Use < 69 not < 70
7849         to distinguish 20YY from 19YY.
7851         * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
7853 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
7855         * quickurl.el: (quickurl-list-focused-line): Removed.
7856         (quickurl-list-insert): Now works out the focused line using
7857         `count-lines' instead of using `quickurl-list-focused-line'.
7859 1999-09-06  Richard Stallman  <rms@gnu.org>
7861         * mail/rmail.el (rmail-retry-failure): Unconditionally move
7862         to beginning of message.
7864 1999-09-06  Dave Love  <fx@gnu.org>
7866         * isearch.el (isearch-mode-map): Add mouse-2.
7868         * mail/rmail.el (rmail-read-password): Deleted.
7869         (rmail-get-pop-password): Use read-password.
7871         * quickurl.el: Don't conditionally define caddr.
7872         (quickurl-url-comment): Use nth, not caddr in function and
7873         defsetf.
7875 1999-09-06  Richard Stallman  <rms@gnu.org>
7877         * auto-show.el: Doc fixes.
7879 1999-09-06  Stephen Eglen  <stephen@gnu.org>
7881         * progmodes/octave-inf.el (inferior-octave-startup-args): Add
7882         --no-line-editing so that TABs in source files are not interpreted
7883         as completion requests.
7885 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
7887         * hscroll.el, auto-show.el: Remove all code, keep the public
7888         interface as no-ops.
7890         * faces.el (face-bold-p): Don't return t if face has lighter
7891         weight than normal.
7893 1999-09-06  Eli Zaretskii  <eliz@gnu.org>
7895         * startup.el (command-line): Make small-temporary-file-directory
7896         be nil except on ms-dos.
7898         * files.el (small-temporary-file-directory): Ditto.  Also doc fix.
7900         * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
7901         is defined.
7903         * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
7904         letters with a colon after d or l.
7906 1999-09-06  Dave Love  <fx@gnu.org>
7908         * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed.  (Now
7909         primitive.)
7911 1999-09-05  Richard Stallman  <rms@gnu.org>
7913         * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
7915         * textmodes/paragraphs.el (backward-kill-sentence):
7916         Don't test minibuffer-prompt-end here.
7917         (forward-sentence): Do handle it here.
7918         (backward-kill-paragraph): Don't test it here.
7919         (forward-paragraph): Handle it here.
7921         * mouse.el (font-menu-add-default): Simplify code.
7923 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
7925         * faces.el (header-line): Renamed from `top-line'.
7927 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
7929         * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
7931 1999-09-04  Richard Stallman  <rms@gnu.org>
7933         * whitespace.el: New file.
7935 1999-09-04  Dave Love  <fx@gnu.org>
7937         * paths.el: Make some doc strings obey the make-docfile convention.
7939         * bindings.el: Likewise.
7940         (debug-ignored-errors): Remove BBDB ones.
7942 1999-09-03  Richard Stallman  <rms@gnu.org>
7944         * mail/mh-comp.el (mh-forward): Get new subject line from the original,
7945         not from the draft to forward.
7947         * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
7949 1999-09-03  Dave Love  <fx@gnu.org>
7951         * double.el (double-mode): Customize the variable.
7953 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
7955         * international/characters.el: Delete duplicated code.
7957 1999-09-02  Richard Stallman  <rms@gnu.org>
7959         * indent.el (indent-relative): Doc fix.
7961         * quickurl.el (quickurl): Doc fix.
7963 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
7965         * faces.el (margin): Change background to "gray" for mono (this is
7966         drawn with a stipple pattern).
7968 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
7970         * simple.el (next-history-element): Use minibuffer-prompt-end once
7971         again.  Remove test for minibuffer-prompt-in-buffer.
7973 1999-09-02  Eli Zaretskii  <eliz@gnu.org>
7975         * files.el (small-temporary-file-directory): New variable.
7977         * startup.el (command-line): Compute the value of
7978         small-temporary-file-directory.
7980         * ediff-init.el (ediff-temp-file-prefix): Use
7981         small-temporary-file-directory if non-nil.
7983         * vc.el (vc-update-change-log): Likewise.
7985         * progmodes/cmacexp.el (c-macro-expansion): Likewise.
7987         * simple.el (shell-command, shell-command-on-region): Use
7988         make-temp-name properly.  Use small-temporary-file-directory if
7989         non-nil, otherwise temporary-file-directory, to generate temporary
7990         files.
7992         * dos-w32.el (direct-print-region-helper): Use
7993         temporary-file-directory.  (From Stefan Monnier.)
7995 1999-09-02  Richard Stallman  <rms@gnu.org>
7997         * progmodes/asm-mode.el (asm-mode): Set comment-start properly
7998         from asm-comment-char.
7999         (asm-font-lock-keywords): Recognize instruction width suffixes.
8001 1999-09-01  Richard Stallman  <rms@gnu.org>
8003         * play/fortune.el: New file.
8005 1999-08-31  Dave Love  <fx@gnu.org>
8007         * help.el (help-make-xrefs): Don't lose on non-empty blank line
8008         after key table.
8010         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
8011         redisplay variables.
8013         * subr.el (push): Fix typo.
8015 1999-08-30  Kevin Blake  <kblake@ticnet.com>
8017         * emacs-lisp/ring.el: Many doc fixes.
8018         (ring-size, ring-copy): New functions.
8020 1999-08-29  Richard Stallman  <rms@gnu.org>
8022         * progmodes/etags.el (tags-loop-continue):
8023         After tags-loop-operate returns, force skip to next file.
8025         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
8026         (mail-extr-first-letters, mail-extr-last-letters):
8027         Use character classes [:alpha:] and [:alnum:].
8029         * subr.el (push, pop): New macros.
8031         * progmodes/compile.el (compilation-error-regexp-alist):
8032         New item for SGI IRIX MipsPro compilers.
8034         * speedbar.el (speedbar-directory-buttons): Recognize
8035         device names when checking for file names.
8037         * array.el (array-reconfigure-rows): Use generate-new-buffer.
8039         * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
8040         and specially handle defvar inside their expansions.
8041         (eval-defun-1): New subroutine.
8043         * progmodes/compile.el (compilation-error-regexp-alist):
8044         Fix the Perl -w entry to allow period after line number.
8045         Don't allow newlines in file name, but allow them after line number
8046         for Perl debugging traces.
8048         * which-func.el (which-func-cleanup-function): New variable.
8049         (which-function): Call that function.
8051         * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
8052         to end a function name.
8054         * informat.el (Info-tagify): Don't insert more than one newline
8055         before the tag table.
8057 1999-08-29  Stefan Monnier  <monnier@cs.yale.edu>
8059         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
8060         than make-temp-name, use match-string-no-properties, and eliminate
8061         a quadratic behavior when building bibtex-strings.
8063 1999-08-29  Alex Schroeder  <alex@gnu.org>
8065         * comint.el (comint-input-ring-separator): New variable.
8066         (comint-read-input-ring): Doc change; use
8067         comint-input-ring-separator when reading file.
8068         (comint-write-input-ring): Use
8069         comint-input-ring-separator when writing file.
8071 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
8073         * informat.el (Info-tagify): Start by widening.
8074         Match node headers that don't list the file name,
8075         and more kinds of page separations.
8076         Strip properties during tagification.
8077         Use start of node header line as tag's position.
8078         Fix the "done" message.
8080         (Info-validate): Save and restore match data around narrowing down.
8082 1999-08-28  Richard M. Stallman  <rms@gnu.org>
8084         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
8085         On repeated call, override previous values put into
8086         minor-mode-map-alist and minor-mode-alist.
8088 1999-08-28  Michael Ernst  <mernst@alum.mit.edu>
8090         * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
8092 1999-08-27  Andreas Schwab  <schwab@gnu.org>
8094         * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
8095         from cvs update.
8097 1999-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8099         * calendar/calendar.el (calendar-move-hook): New hook.
8101         * calendar/cal-move.el: Call the new hook in every movement function.
8103         * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
8104         the right function name.
8106 1999-08-26  Stephen Gildea  <gildea@alum.mit.edu>
8108         * time-stamp.el: Put quote-backquote around all symbol names
8109         in doc strings, for mousing.
8110         (time-stamp): Support multi-line patterns.
8111         (time-stamp-inserts-lines): New variable.
8112         (time-stamp-count): New variable.
8113         (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
8114         "Thu" instead of "%a".
8116 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
8118         * simple.el (kill-word): Undo previous change.
8120 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
8122         * jit-lock.el (jit-lock-function): Extend the fontified range
8123         to the beginning of the line containing the range start and
8124         the beginning of the line following the range end.
8126 1999-08-24  Dave Love  <fx@gnu.org>
8128         * timezone.el: Move provide to end.
8129         (timezone-parse-date): Simplify somewhat.  Assume 2-digit years
8130         <70 are 2000+.
8131         (timezone-parse-time): Simplify somewhat.
8133 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
8135         * faces.el (margin): Renamed from bitmap-area.
8137 1999-08-24  Alex Schroeder  <alex@gnu.org>
8139         * sql.el: Doc changes.
8140         (sql-sybase): Use sql-server instead of sql-database.
8142 1999-08-23  Dave Love  <fx@gnu.org>
8144         * rect.el: Add/fix various doc strings.  Add `*' to all the
8145         interactive specs.
8147 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
8149         * jit-lock.el (jit-lock-function): Use line-beginning-position.
8150         Don't unwind-protect font-lock-fontify-region.
8152         * paragraphs.el (backward-kill-paragraph): Don't move
8153         point into mini-buffer prompt.
8154         (backward-kill-sentence): Ditto.
8156         * simple.el (next-history-element): Use minibuffer-prompt-end.
8157         Remove test for minibuffer-prompt-in-buffer.
8158         (kill-word): Don't move point into mini-buffer prompt.
8160 1999-08-21  Dave Love  <fx@gnu.org>
8162         * Makefile: Exclude CVS dirs like RCS.
8164 1999-08-19  Dave Love  <fx@gnu.org>
8166         * tooltip.el (tooltip-mode): Customize this, per convention.
8167         (tooltip-active): Option deleted.
8169         * font-lock.el (global-font-lock-mode): Autoload.  Add :initialize.
8171         * hanoi.el, page-ext.el: Declare dynamic vars.
8173         * term.el: Avoid ange-ftp related compilation warnings.
8175 1999-08-18  Gerd Moellmann  <gerd@gnu.org>
8177         * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
8178         the default so that beginners can benefit from it without
8179         searching in manuals.
8181 1999-08-18  Ray Blaak  <blaak@gnu.org>
8183         * progmodes/delphi.el: Consider assembly sections as blocks, to
8184         indent them better. Make auto-indent on newline optional.
8186 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
8188         * bindings.el (mode-line-modified): Look up key binding for C-x
8189         C-q.  If it's bound call that binding, otherwise call
8190         toggle-read-only.
8192 1999-08-17  Dave Love  <fx@gnu.org>
8194         * info.el (info): Doc fix.
8196         * finder.el (finder-known-keywords): Add `multimedia'.
8198         * apropos.el: Don't capitalize custom group name.
8200         * info-look.el: Remove compatibility code.
8201         (info-lookup-guess-default*): DTRT for point at start of symbol.
8202         (info-complete): Don't lose with point not at end of symbol.
8204 1999-08-16  Gerd Moellmann  <gerd@gnu.org>
8206         * term.el (toplevel): Make face `term-default' an empty face.
8207         The code relied on the fact that Emacs ignored invalid faces in
8208         face text properties in 20.4.
8210 1999-08-16  Richard M. Stallman  <rms@gnu.org>
8212         * subr.el (point-at-eol, point-at-bol): New aliases.
8214         * simple.el: Functions reordered.
8216         * rect.el (delete-rectangle-line): Use line-end-position.
8218 1999-08-16  Karl Heuer  <kwzh@gnu.org>
8220         * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
8221         here from simple.el.
8223 1999-08-16  Dave Love  <fx@gnu.org>
8225         * mouse.el: Provide `mldrag' for compatibility.
8226         (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
8227         marked obsolete.
8229         * mldrag.el: Removed since the features are in mouse.el.
8231         * jka-compr.el (auto-compression-mode): New variable for
8232         customization.
8234         * bindings.el (mode-line-mule-info): Doc fix.
8236         * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
8237         name comparisons.
8239         * files.el (interpreter-mode-alist): Add make, guile, clisp.
8240         (find-file): Doc fix.
8242 1999-08-16  Carsten Dominik  <cd@gnu.org>
8244         * textmodes/reftex.el: Most of the code moved to other files.
8245         * textmodes/reftex-auc.el: New file, split out from reftex.el
8246         * textmodes/reftex-cite.el: New file, split out from reftex.el
8247         * textmodes/reftex-global.el: New file, split out from reftex.el
8248         * textmodes/reftex-index.el: New file, split out from reftex.el
8249         * textmodes/reftex-parse.el: New file, split out from reftex.el
8250         * textmodes/reftex-ref.el: New file, split out from reftex.el
8251         * textmodes/reftex-sel.el: New file, split out from reftex.el
8252         * textmodes/reftex-toc.el: New file, split out from reftex.el
8253         * textmodes/reftex-vars.el: New file, split out from reftex.el
8254         * textmodes/reftex-vcr.el: New file, split out from reftex.el
8256 1999-08-16  Carsten Dominik  <cd@gnu.org>
8258         * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
8259         conflict with pop-up-frames.
8260         (reftex-special-environment-parsers): New constant.
8261         (reftex-label-alist): car of an entry can also be a function.
8262         (reftex-what-special-env): Cew function.
8263         (reftex-label-location): Call `reftex-what-special-env'.
8264         (reftex-compile-variables): Check for symbol in
8265         `reftex-label-alist'.
8266         (reftex-what-environment): Fixed bug with stacked environments of
8267         same kind (e.g. enumerate).
8268         (reftex-process-string): Preserve default directory.
8269         (reftex-label-alist-builtin): Changed prefixes of endnote and
8270         footnote.  Also the magic words.
8271         (reftex-reference): Interprete new option
8272         `reftex-fref-is-default'.
8273         (reftex-replace-prefix-escapes): Interprete new `%S' format.
8274         (reftex-toc-mouse-view-line): Command removed (had no binding).
8275         (reftex-everything-regexp): New function.
8276         (reftex-nearest-match): Made better.
8277         (reftex-toc-find-section): Use new version of
8278         `reftex-nearest-match'.
8279         (reftex-insert-docstruct): Adapted to work with the index stuff.
8280         (reftex-parse-from-file): Find index entries as well.
8281         (reftex-toc-toggle-index): New function
8282         (reftex-toc-map): `i' is now used to togle the index, File
8283         boundaries has been moved to `F'.
8284         (reftex-select-label-map): Toggling display of file boundaries is
8285         now on the `F' key, for consistency with `reftex-toc-map'.
8286         (reftex-erase-all-selection-and-index-buffers): Renamed from
8287         `reftex-erase-all-selection-buffer'.  Now also kills the index
8288         buffers.
8289         (reftex-viewing-cross-references): Customization group renamed
8290         from reftex-viewing-cross-references-and-citations.
8291         (reftex-index-macro-regexp,
8292         reftex-find-index-entry-regexp-format): New variables
8293         (reftex-macros-with-index): New variable
8294         (reftex-add-index-macros): New function
8295         (reftex-renumber-simple-labels, reftex-translate): Allow for
8296         multiple labels in a single ref command.
8297         (reftex-index-support): New customization group
8298         (reftex-support-index, reftex-index-special-chars,
8299         reftex-index-macros, reftex-index-default-macro,
8300         reftex-index-default-tag, reftex-index-math-format,
8301         reftex-index-section-letters, reftex-index-include-context,
8302         reftex-index-follow-mode, reftex-index-header-face,
8303         reftex-index-section-face, reftex-index-tag-face,
8304         reftex-index-face): New options
8305         (reftex-index-map, reftex-index-menu, reftex-last-index-file,
8306         reftex-index-tag, reftex-index-return-marker,
8307         reftex-index-restriction-indicator, reftex-index-restriction-data,
8308         reftex-index-macro-regexp, reftex-index-level-re,
8309         reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
8310         reftex-everything-regexp-no-index, reftex-index-re,
8311         reftex-macros-with-index, reftex-index-macro-alist): New variables
8312         (reftex-index-help, reftex-index-macros-builtin,
8313         reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
8314         reftex-query-index-macro-help): New constants
8315         (reftex-index-selection-or-word, reftex-index,
8316         reftex-default-index, reftex-update-default-index,
8317         reftex-index-complete-tag, reftex-index-select-tag,
8318         reftex-index-complete-key, reftex-index-update-taglist,
8319         reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
8320         reftex-display-index, reftex-insert-index,
8321         reftex-index-insert-new-letter, reftex-get-restriction,
8322         reftex-index-pre-command-hook, reftex-index-post-command-hook,
8323         reftex-index-show-help, reftex-index-next, reftex-index-previous,
8324         reftex-index-toggle-follow, reftex-index-toggle-context,
8325         reftex-index-view-entry, reftex-index-goto-entry-and-hide,
8326         reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
8327         reftex-index-quit, reftex-index-quit-and-kill,
8328         reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
8329         reftex-index-revert, reftex-index-switch-index-tag,
8330         reftex-index-restrict-to-section, reftex-index-widen,
8331         reftex-index-restriction-forward,
8332         reftex-index-restriction-backward, reftex-index-visit-location,
8333         reftex-index-analyze-entry, reftex-index-globalize,
8334         reftex-index-edit, reftex-index-toggle-range-beginning,
8335         reftex-index-toggle-range-end, reftex-index-edit-key,
8336         reftex-index-edit-attribute, reftex-index-edit-visual,
8337         reftex-index-edit-part, reftex-index-level-down,
8338         reftex-index-level-up, reftex-index-kill, reftex-index-undo,
8339         reftex-index-change-entry, reftex-index-goto-letter,
8340         reftex-add-index-macros, reftex-ensure-index-support,
8341         reftex-index-info-safe, reftex-index-info): New functions.
8344 1999-08-15  Richard M. Stallman  <rms@gnu.org>
8346         * paren.el (show-paren-mode): Support making show-paren-mode
8347         a buffer-local variable.  Don't check for a window system.
8348         (show-paren-function): Check whether show-paren-function is
8349         enabled in current buffer; do the right thing if not.
8350         Don't check for a window system.
8351         (show-paren-mode): Make it a user variable.
8353         * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
8354         Handle `enum' like `struct'.
8356         * server.el (server-process-filter): If a client visits no buffers,
8357         close it immediately before recording it.
8359         * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
8360         Optimize by calling concat just once.  Handle =\n sequence.
8361         (mail-unquote-printable-region): New command.
8362         (mail-quote-printable): Make it autoload.
8364 1999-08-15  Karl Heuer  <kwzh@gnu.org>
8366         * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
8368 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
8370         * lisp/texinfmt.el: Handle @ifnottex.
8372 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
8374         * frame.el (blink-cursor): Don't turn on cursor blinking for
8375         ms-dos.
8377         * faces.el (face-valid-attribute-values): Look in
8378         x-bitmap-file-path only for x and w32 window systems.
8380         * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
8381         Do that if width is nil as well.
8382         (x-display-mm-height, x-display-mm-width): Update values.
8383         (x-colors): Compute the list from msdos-color-values.
8384         (x-select-enable-clipboard): Doc fix.
8385         (x-frob-font-weight, x-font-family-list): New functions.
8387 1999-08-15  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
8389         * window.el (shrink-window-if-larger-than-buffer): Don't try to
8390         back up from beginning of buffer.
8392 1999-08-13  Karl Heuer  <kwzh@gnu.org>
8394         * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
8396 1999-08-13  Alakazam Petrofsky  <Alakazam@Petrofsky.Berkeley.CA.US>
8398         * play/hanoi.el: Mostly rewritten.  Customized.  To support an s2G
8399         doomsday clock, speed control is added and changes are made to
8400         allow large numbers of rings: rings now show the whole ring
8401         number, not just the last digit; consecutive rings are allowed to
8402         be the same size when necessary to fit all the rings in the
8403         window; and poles can be oriented horizontally.  Face support is
8404         thrown in gratuitously.
8405         (hanoi): Changed default number of rings back to 3.
8406         (hanoi-unix, hanoi-unix-64): New commands
8407         (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
8408         hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
8409         hanoi-odd-ring-face): New variables.
8410         (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
8411         hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
8412         hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
8413         (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
8414         (hanoi-topos, hanoi-draw-ring): Removed.
8416 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
8418         * faces.el (face-valid-attribute-values): Return an alist for
8419         families on ttys.
8420         (face-read-integer): Handle unspecified face attributes.  Add
8421         completion for `unspecified'.
8422         (read-face-attribute): Handle unspecified font attributes.
8423         (face-valid-attribute-values): Add `unspecified' to lists so that
8424         it can be chosen via completion.
8425         (face-read-string): Don't recognize "none" as input.
8427 1999-08-10  Dave Love  <fx@gnu.org>
8429         * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
8430         string.
8432         * sun-curs.el: Require sun-fns.
8434 1999-08-10  Dave Love  <fx@gnu.org>
8436         * autorevert.el (auto-revert-mode): Add autoload cookie.
8438         * hscroll.el, auto-show.el: Files deleted -- we have built-in
8439         hscroll.
8441         * simple.el (hscroll-step, hscroll-point-visible)
8442         (hscroll-window-column): Remove now we have the mentioned real
8443         horizontal autoscrolling.
8445 1999-08-10  Richard M. Stallman  <rms@gnu.org>
8447         * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
8448         control use of -f option.
8449         (mail-specify-envelope-from): New variable.
8450         (mail-from-style): Doc fix.
8452         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
8453         (easy-menu-get-map): New arg TO-MODIFY helps choose
8454         between local and global maps.
8455         (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
8456         (easy-menu-change): Doc fix.
8458         * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
8459         (info-lookup-guess-default): Simplified and cleaned up.
8460         (info-lookup-guess-default*): Preserve point.
8462         * view.el (view-mode-disable): If buffer-read-only is nil,
8463         don't change it.
8465         * files.el (after-find-file): Disable View mode if buffer is no
8466         longer read-only.
8468         * view.el (view-mode-enable, view-mode-disable):
8469         Call force-mode-line-update.
8471 1999-08-10  Karl Heuer  <kwzh@gnu.org>
8473         * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
8474         * array.el, play/landmark.el, international/latin-3.el: Likewise.
8475         * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
8477 1999-08-10  Alex Schroeder  <asc@bsiag.com>
8479         * ansi-color.el (ansi-color-to-text-properties): Added New state 5
8480         to prevent m-eating-bug.
8482 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
8484         * term/pc-win.el (msdos-bg-mode): Remove.  Call
8485         frame-set-background-mode instead.  All callers changed.
8486         (msdos-face-setup): Don't force color display parameter, it is set
8487         by frame-set-background-mode.
8488         (make-msdos-frame): Call x-handle-reverse-video and
8489         face-set-after-frame-default.  Delete frame if creation failed.
8491         * faces.el (face-set-after-frame-default): Don't call
8492         make-face-x-resource-internal for the pc window-system.
8494 1999-08-10  Dave Love  <fx@melange.gnu.org>
8496         * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
8497         case with no docstring specially.
8499 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
8501         * complete.el (PC-do-completion): If completing on file name,
8502         reproduce str by concatenating its directory and basename parts.
8504 1999-08-07  Dave Love  <fx@gnu.org>
8506         * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
8507         unibyte to multibyte conversion of search-forward (from Handa),
8508         but avoid the replacement if the language is Latin-N.
8510 1999-08-06  Richard Stallman  <rms@gnu.org>
8512         * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
8513         of eval-buffer.
8515         * international/mule.el (load-with-code-conversion):
8516         Pass t to eval-buffer for DO-ALLOW-PRINT.
8518 1999-08-06  Geoff Voelker  <voelker@cs.washington.edu>
8520         * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
8521         of filenames and attributes.
8522         (ls-lisp-insert-directory): Use directory-files-and-attributes
8523         for speed.
8525 1999-08-05  Dave Love  <fx@gnu.org>
8527         * auto-show.el (auto-show-mode): Fix :set.
8529         * widget.el (define-widget-keywords): Make dummy definition and
8530         comment-out its use.
8532 1999-08-04  Richard Stallman  <rms@gnu.org>
8534         * progmodes/tcl.el: Customized.
8536         * sql.el (sql-accumulate-and-indent): Instead of testing
8537         whether this is Emacs 20 before calling comint-accumulate,
8538         test whether comint-accumulate is defined.
8540 1999-08-04  Dave Love  <fx@gnu.org>
8542         * sgml-mode.el: Require outline when compiling.
8543         (sgml-mode-hook, html-mode-hook): Customize.
8544         (sgml-validate-command): Fix :version.
8545         (html-autoview-mode): Doc fix.
8547         * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
8548         nothing in Latin-N environment.
8550         * info.el (Info-find-node): Call info-initialize here.
8551         (info): Not here.
8552         (Info-file-list-for-emacs): Add message, dired-x, c, viper.
8554 1999-08-04  Richard Stallman  <rms@gnu.org>
8556         * ansi-color.el: New file.
8558 1999-08-04  Stefan Monnier  <monnier@cs.yale.edu>
8560         * dired.el (dired-string-replace-match): Return `nil' when no match
8561         found with global search.
8563         * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
8564         * terminal.el (te-terminfo-directory):
8565         * mail/mailpost.el (post-mail-send-it):
8566         * mail/metamail.el (metamail-region):
8567         * progmodes/ada-mode.el (ada-tmp-directory):
8568         Use temporary-file-directory.
8570         * progmodes/compile.el (compilation-parsing-end,compilation-setup)
8571         (compilation-filter, compilation-forget-errors)
8572         (compilation-parse-errors): Use a marker instead of an integer for
8573         `compilation-parsing-end'.
8575         * progmodes/diff.el (diff-parse-differences):
8576         Use a marker instead of an integer for `compilation-parsing-end'.
8577         * textmodes/tex-mode.el (tex-compilation-parse-errors):
8578         Use a marker instead of an integer for `compilation-parsing-end'.
8580 1999-08-03  Richard Stallman  <rms@gnu.org>
8582         * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
8583         (Buffer-menu-mode): Doc fix.
8584         (Buffer-menu-view): New command.
8585         (Buffer-menu-view-other-window): New command.
8587 1999-08-03  Christopher J. Madsen  <chris_madsen@geocities.com>
8589         * replace.el (query-replace-regexp-eval)
8590         (replace-eval-replacement, replace-loop-through-replacements)
8591         (replace-match-string-symbols): New functions.
8592         (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
8593         Use replace-loop-through-replacements.
8595 1999-08-03  Dave Pearson  <davep@hagbard.demon.co.uk>
8597         * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
8598         (5x5): Doc fix.
8600 1999-08-03  Dave Love  <fx@gnu.org>
8602         * fortran.el (fortran-indent-new-line): Make it an alias
8603         for reindent-then-newline-and-indent.
8605 1999-08-03  Didier Verna  <verna@inf.enst.fr>
8607         * rect.el: All functions rewritten, except when noted above
8608         their declaration.  Below is a list of interface changes.
8609         (apply-on-rectangle): New function, mostly replaces
8610         `operate-on-rectangle'.  All callers changed.
8611         (move-to-column-force): Pass new second argument to `move-to-column'.
8612         (kill-rectangle): Added optional prefix arg to fill lines.
8613         (delete-rectangle): Ditto.
8614         (delete-whitespace-rectangle): Ditto.
8615         (delete-extract-rectangle): Ditto.
8616         (open-rectangle): Ditto.
8617         (clear-rectangle): Ditto.
8618         (delete-whitespace-rectangle-line): New function.
8619         (delete-rectangle-line): Added third arg FILL.
8620         (delete-extract-rectangle-line): Ditto.
8621         (open-rectangle-line): Ditto.
8622         (clear-rectangle-line): Ditto.
8624 1999-08-03  Ray Blaak  <blaak@gnu.org>
8626         * progmodes/delphi.el: New file.
8628 1999-08-02  Richard Stallman  <rms@gnu.org>
8630         * textmodes/outline.el (outline-previous-heading): New function.
8631         (outline-up-heading-all): Use outline-previous-heading.
8632         (outline-next-heading): Delete definition inserted yesterday.
8634 1999-08-01  Richard Stallman  <rms@gnu.org>
8636         * textmodes/outline.el (outline-next-heading): New function.
8637         (outline-up-heading-all): New function.
8638         (outline-font-lock-level): Using outline-up-heading-all.
8639         Tell outline-back-to-heading to accept invisible headings.
8641         * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
8643         * mail/mh-utils.el (mh-find-path-run): New variable.
8644         (mh-find-path): Test and set that.
8645         Set mail-user-agent only the first time this function is run.
8646         (mail-user-agent): Defvar deleted.
8648         * info.el (info-initialize): New function.
8649         (info): Call info-initialize.
8650         (Info-directory-list): Initialize to nil,
8651         so info-initialize will set it up for real.
8653 1999-08-01  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8655         * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
8656         does not interpret a time as the year in a day-month entry.
8658         * calendar/diary-lib.el: Change syntax table entry for colon in
8659         the diary as part of the european-date-diary-pattern fix.
8661 1999-08-01  Eli Zaretskii  <eliz@gnu.org>
8663         * international/mule.el (set-auto-coding): Allow whitespace before
8664         and after the "variable: value" pair.
8666 1999-07-30  Ken'ichi Handa  <handa@gnu.org>
8668         * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
8669         (default-sendmail-coding-system): Doc-string fixed.
8671 1999-07-30  Dave Love  <fx@gnu.org>
8673         * subr.el (assoc-delete-all): New function, renamed from
8674         frame-delete-all.
8676         * frame.el: Change comments to doc strings and other doc fixes.
8677         (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
8678         Callers changed.
8679         (set-background-color, set-foreground-color, set-cursor-color)
8680         (set-mouse-color, set-border-color): Offer completion of colours.
8681         (cursor): Add :version to defgroup.
8683         * facemenu.el (list-colors-display): Make it work on ttys.
8684         (facemenu-read-color): Likewise.
8686 1999-07-30  Richard M. Stallman  <rms@gnu.org>
8688         * frame.el (frame-notice-user-settings): If background
8689         color has been changed, update background-mode from it,
8690         then update faces.
8692 1999-07-30  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
8694         * net-utils.el (finger): Don't do indirect fingering.
8696 1999-07-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8698         * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
8699         rules.  Add separator at end of holidays.
8700         (cal-tex-rules): New customizable variable.
8701         (cal-tex-latexify-list): Add optional parameter to put separator
8702         at end.
8704 1999-07-30  Bill Richter  <richter@steenrod.math.nwu.edu>
8706         * textmodes/fill.el (fill-individual-paragraphs): Calculate new
8707         fill prefix on each line while looping to the end of paragraph.
8708         End paragraph if it's longer than the existing fill prefix.
8710         * textmodes/fill.el (fill-context-prefix): Doc fix.
8712 1999-07-30  Dave Love  <fx@gnu.org>
8714         * font-lock.el (jit-lock): Fix :load, add :version.
8716 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
8718         * term/pc-win.el (msdos-face-setup): Register standard colors in
8719         Vface_tty_color_alist.
8720         (face-color-supported-p, face_color_gray_p): New functions.
8722         * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
8723         is bound.
8725         * startup.el (command-line): Don't register default colors for
8726         MSDOS window-system.
8728 1999-07-29  Dave Love  <fx@gnu.org>
8730         * f90.el (f90-mode-syntax-table): Change backslash to escape, not
8731         charquote.
8733         * lisp-mode.el (eval-defun): Re-written to avoid
8734         capturing variables.
8736         * picture.el (picture-beginning-of-line): Don't call
8737         hscroll-point-visible now we have real autoscrolling.
8738         (picture-end-of-line, picture-newline, picture-open-line):
8739         Likewise.
8741         * international/latin-8.el: New file.
8742         * international/latin-9.el: New file.
8744 1999-07-28  Dave Love  <fx@gnu.org>
8746         * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
8748         * msb.el: Require cl only when compiling.
8749         (msb--home-dir): Deleted.
8750         (msb--format-title): Use abbreviate-file-name.
8751         (msb--choose-file-menu): Simplify string comparison.
8753 1999-07-28  Gerd Moellmann  <gerd@gnu.org>
8755         * faces.el (toolbar): Add face definition for mono displays.
8757 1999-07-27  Richard M. Stallman  <rms@gnu.org>
8759         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
8761         * frame.el (frame-initialize): When setting frame-initial-frame-alist,
8762         force copying of default-frame-alist.
8764 1999-07-26  Ken'ichi Handa  <handa@gnu.org>
8766         * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
8768 1999-07-26  Richard M. Stallman  <rms@gnu.org>
8770         * frame.el (set-mouse-color): If new color is nil,
8771         really respecify the current color.
8773 1999-07-26  Gerd Moellmann  <gerd@gnu.org>
8775         * faces.el (bitmap-area): Change background of face `bitmap-area'
8776         to white for mono displays.
8778 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
8780         * international/ccl.el (ccl-embed-symbol): New function.
8781         (ccl-program-p): Deleted.  Now it's implemented in C code.
8782         (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
8783         (ccl-compile-translate-character): Likewise.
8784         (ccl-compile-map-single): Likewise.
8785         (ccl-compile-multiple-map-function): Likewise.
8786         (declare-ccl-program): Doc-string modified.
8787         (check-ccl-program): Check compiled CCL code by ccl-program-p.
8789 1999-07-25  Ken'ichi Handa  <handa@etl.go.jp>
8791         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
8793 1999-07-25  Markus Rost  <rost@gnu.org>
8795         * cus-edit.el (custom-save-variables, custom-save-faces):  Sort
8796         the entries to make custom-file more readable.
8798 1999-07-25  Richard M. Stallman  <rms@gnu.org>
8800         * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
8802         * emacs-lisp/edebug.el: Delete compatibility code.
8803         (edebug-next-token-class): If . is followed by a digit,
8804         return `symbol' for the token class.
8806         * startup.el (command-line): If we don't find the user's init file,
8807         set user-init-file to nil.
8809 1999-07-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8811         * info-look.el (info-lookup-interactive-arguments): Add optional
8812         argument query for new choice of help mode.
8813         (info-lookup-symbol):  Use it.
8814         (info-lookup-file): Ditto.
8815         (info-lookup): Don't switch to other window, if already in Info
8816         buffer.
8818 1999-07-23  Dave Love  <fx@gnu.org>
8820         * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
8821         syntax.
8822         (fortran-fontify-string, fortran-match-!-comment): Deleted.
8823         (fortran-font-lock-syntactic-keywords): New variable.
8824         (fortran-mode): Use it.
8825         (fortran-font-lock-keywords-1): Don't do comments.
8826         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
8827         match data.
8829         * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
8831         * msb.el (msb-menu-bar-update-buffers): Renamed from
8832         menu-bar-update-buffers.
8833         (msb-custom-set, msb--toggle-menu-type): Call
8834         msb-menu-bar-update-buffers.
8835         (msb-mode): Revise the hook setting.
8837         * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
8839 1999-07-23  Gerd Moellmann  <gerd@gnu.org>
8841         * font-lock.el, help.el, simple.el: Re-integrate previously
8842         described changes that were lost due to errors while checking them
8843         in.
8845 1999-07-23  Kevin Blake  <kblake@ticnet.com>
8847         * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
8849 1999-07-23  Ken'ichi Handa  <handa@etl.go.jp>
8851         * international/encoded-kb.el
8852         (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
8853         but push it to unread-command-events.
8854         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
8855         (encoded-kbd-self-insert-sjis): Likewise.
8856         (encoded-kbd-self-insert-big5): Likewise.
8858         * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
8859         before left margin and fill-prefix by fill-find-break-point.
8861 1999-07-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8863         * info-look.el (info-lookup-setup-mode): Don't give up, if
8864         info-lookup-make-completions returns an error.
8865         (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
8866         name latex, not latex2e.
8868 1999-07-21  Richard M. Stallman  <rms@gnu.org>
8870         * replace.el (perform-replace): Turn off case-fold-search
8871         if FROM-STRING argument has uppercase in it.
8873 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8875         * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
8876         mode is on.  Don't use end of changed text.
8878 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8880         * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
8881         (cl-hash-table-p): Renamed from hash-table-p.
8882         (cl-hash-table-count): Renamed from hash-table-count.
8883         (maphash): Alias to cl-maphash removed.
8884         (gethash): Likewise.
8885         (puthash): Likewise.
8886         (remhash): Likewise.
8887         (clrhash): Likewise.
8889 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8891         * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
8892         third arg non-nil.  See comment there why this isn't a good idea.
8894 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8896         * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
8898         * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
8899         sit-for with 3rd arg non-nil to prevent redisplay.
8901 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8903         * image.el (image-type-from-file-header): If file doesn't
8904         have a directory part, add data-directory.
8906 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8908         * tooltip.el (tooltip-gud-tips-p): Set default to nil.
8909         (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
8910         motion handling when tooltip-gud-tips-p is nil.
8912 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8914         * tooltip.el (tooltip-mode): Don't use `plusp'.
8915         (tooltip-active): Use initial value of nil.
8917         * jit-lock.el (jit-lock-mode): Don't use `plusp'.
8919 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8921         * bindings.el (make-mode-line-mouse-sensitive): Add key
8922         definitions for `top-line'.
8924 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8926         * faces.el (top-line): New face.
8928 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8930         * image.el (image-type-regexps): Add regexp for PS files.
8932 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8934         * faces.el (set-face-attribute): Fix wrong handling of frame
8935         begin equal to t.
8937 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8939         * image.el (image-type-regexps): Add PNG format.
8941 1999-07-21  Dave Love  <fx@gnu.org>
8943         * bindings.el (mode-line-modified): New variable.
8944         (mode-line-mode-menu-1): Switch to appropriate window before
8945         showing menu.
8947 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8949         * faces.el (face-underline): Removed.
8950         (face-underline-color): Ditto.
8952 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8954         * faces.el (face-x-resources): Fix typo.
8956 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8958         * faces.el: Remove handling of `:relief', extend handling of
8959         `:box'.
8960         (frame-set-background-mode): Choose new defface specs after
8961         frame parameters have changed.
8963         * cus-face.el: Ditto.
8965 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8967         * custom.el (defface): Extend documentation to include new
8968         face attributes.
8970         * cus-face.el (custom-face-attributes): Add overline,
8971         strike-through, box.
8973         * faces.el (face-valid-attribute-values): Handle overline,
8974         strike-through, box.
8975         (face-attribute-name-alist): Add pairs for new face attributes.
8976         (describe-face): Handle new face attributes.
8978 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8980         * faces.el (face-x-resources): Add overline, strike-through, box.
8982 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8984         * enriched.el (enriched-translations): Add `display' and
8985         "x-display".
8986         (enriched-handle-display-prop): New.
8987         (enriched-decode-display-prop): New.
8989         * format.el (top-level): Give `display' property
8990         `format-list-atomic-p.
8991         (format-annotate-single-property-change): Test that property.
8992         If present, treat list property values like atoms.
8994 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8996         * cus-face.el (custom-face-attributes): Use `choice' everywhere
8997         so that "*" can be entered.
8999 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9001         * cus-face.el (custom-face-attributes): Don't use `#''.
9003 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
9005         * cus-face.el (custom-face-attributes): Return underline
9006         face attribute directly from the second lambda of underline.
9008 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9010         * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
9012         * frame.el (after-setting-font-hooks): New variable.
9013         (set-frame-font): Run those hooks.
9015         * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
9017         * faces.el (set-face-attribute): Fix doc string.
9019 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9021         * cus-face.el (custom-face-attributes): Accept color name.
9023         * faces.el (face-underline-p): Accept unspecified underlining.
9024         (face-underline): Ditto.  Fix doc string.
9026 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
9028         * faces.el (face-underline-color): New function.
9030 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
9032         * cus-face.el (custom-face-attributes): Support underline coloring.
9033         Added slot to choose a color.
9035         * faces.el (face-underline): New function.
9036         (face-underline-p): Support underline coloring.
9037         Return nil only if the underline attribute is 'normal.
9038         (set-face-underline): New function.
9039         (face-valid-attribute-values): Support underline coloring.
9041 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9043         * image.el (insert-image): Use `display' instead of `glyph'
9044         as text property name.
9045         (put-image): Ditto.
9046         (image-type-from-file-header): Use insert-file-contents-literally.
9048 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9050         * easymenu.el (easy-menu-do-add-item): Don't use the empty
9051         string to indicate separators.
9053 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9055         * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
9056         instead of message-log.
9058 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9060         * faces.el (bitmap-area): New face.
9062 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9064         * image.el (insert-image): New.
9066 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9068         * frame.el (blink-cursor): Set the symbol's value.
9069         (show-trailing-whitespace): Change group to font-lock.
9071 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9073         * jit-lock.el: New.
9074         * font-lock.el: Add jit-mode as new support mode.
9076         * font-lock.el (font-lock-fontify-keywords-region): Stop when
9077         reaching end instead of letting re-search-forward signal an error.
9078         (demand-lock-mode): New.
9079         (font-lock-turn-on-thing-lock): Add demand-lock-mode.
9080         (font-lock-turn-off-thing-lock): Ditto.
9081         (font-lock-after-fontify-buffer): Ditto.
9082         (font-lock-after-unfontify-buffer): Ditto.
9084 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9086         * gs.el: New file.
9088         * startup.el (command-line-1): Activate tooltip mode if
9089         interactive.
9091 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9093         * faces.el (toolbar): Grey default background.
9094         (modeline): Ditto.
9096         * image.el (image-type-regexps): New.
9097         (image-type-from-file-header): New.
9098         (create-image): Call it.
9100 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9102         * image.el: New file.
9104 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9106         * bindings.el (mode-line-format): Replace `mode-name' with
9107         `(:eval mode-line-mode-name)'.
9108         (mode-line-mode-name): New.
9109         (make-mode-line-mouse-sensitive): Don't change default value
9110         of `mode-name'.
9112 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9114         * tooltip.el: New file.
9116 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9118         * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
9119         instead of mouse-3 to pop up menus.
9120         (mode-line-kill-buffer): Removed.
9121         (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
9122         buffer name.
9123         (mode-line-buffer-menu-1): Removed.
9125         * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
9127         * bindings.el (mode-line-buffer-identification-keymap): New.
9128         (mode-line-buffer-menu-keymap): New.
9129         (mode-line-mode-menu-keymap): New.
9130         (mode-line-unbury-buffer): New.
9131         (mode-line-other-buffer): New.
9132         (mode-line-kill-buffer): New.
9133         (mode-line-buffer-menu-1): New.
9134         (mode-line-mode-menu-1): New.
9135         (make-mode-line-mouse-sensitive): New.
9137 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9139         * help.el (describe-key-briefly): Handle mode line strings
9140         with local-map properties.
9141         (describe-key): Ditto.
9142         (mode-line-key-binding): New.
9144 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9146         * scroll-bar.el (scroll-bar-timer): New.
9147         (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
9149 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9151         * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
9152         and `bottom'.
9154 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9156         * scroll-bar.el (scroll-bar-toolkit-scroll): New.
9157         (global): Use different key bindings if using tookit scroll bars.
9159 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9161         * faces.el (modeline): Define mode line face with relief for
9162         class color, only.
9163         (toolbar): New face.
9165 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9167         * frame.el (frame-initialize): Set frame-creation-function to
9168         tty-create-frame-with-faces.
9170         * faces.el (frame-set-background-mode): Make it work for
9171         window-system nil.
9173         * faces.el (tty-create-frame-with-faces): New.
9174         (face-set-after-frame-default): Make it work for TTY frames.
9176 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9178         * faces.el (face-valid-attribute-values): Use tty-defined-colors.
9179         Return a list of one font family for TTYs.  Don't return bitmap
9180         file paths for TTY frames.
9182         * faces.el: Add face specs for tty displays to basic faces.
9184         * font-lock.el (font-lock-comment-face): Add spec for color tty.
9185         (font-lock-string-face): Ditto.
9186         (font-lock-keyword-face): Ditto.
9187         (font-lock-builtin-face): Ditto.
9188         (font-lock-function-name-face): Ditto.
9189         (font-lock-variable-name-face): Ditto.
9190         (font-lock-type-face): Ditto.
9191         (font-lock-constant-face): Ditto.
9192         (font-lock-warning-face): Ditto.
9194 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9196         * startup.el (command-line): Register default tty colors.
9198         * faces.el (face-spec-set-match-display): Recognize `type tty'.
9200 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9202         * faces.el (modeline): For X frames, use a modeline with relief.
9204 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9206         * faces.el (frame-update-faces): Copied from 20.2.
9207         (frame-update-face-colors): Ditto.  Code removed that isn't
9208         applicable in the new face implementation.
9210 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9212         * frame.el (show-trailing-whitespace): New.
9214         * faces.el (trailing-whitespace): New basic face.
9216 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9218         * cus-face.el (custom-facep): Always define as alias for facep.
9220         * cus-face.el (custom-face-attributes): Use choice widgets.
9221         Remove :bold and :italic.
9223 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9225         * faces.el (face-charset-registries): Removed since fontset.el
9226         is no always loaded.
9228 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9230         * faces.el (internal-get-face): Added as obsolete function for
9231         compatibility.
9233 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9235         * frame.el (blink-cursor-end): Call show-cursor.
9236         (blink-cursor-mode): Ditto.
9238 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9240         * faces.el (face-spec-reset-face): Reset all attributes to
9241         `unspecified'.
9242         (face-spec-set): Use it.
9244 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9246         * faces.el (read-all-face-attributes): Bug fix.
9247         (face-read-integer): Allow nil default value.
9248         (face-valid-attribute-values): Use symbol names of attribute
9249         values for completion list.
9251 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9253         * faces.el (internal-find-face): Define for compatibility with
9254         20.2.
9255         (face-id): Likewise.
9257         * faces.el (face-id): Return the ID of a realized face for ASCII.
9259         * fontset.el (x-charset-registries): Removed.  Now in faces.el.
9260         (x-complement-fontset-spec): Use face-charset-registries.
9262         * faces.el (face-font-selection-order): Set font selection order
9263         from Lisp.
9264         (face-alternative-font-family-alist): Set alternative font
9265         families from Lisp.
9267 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9269         * faces.el (set-face-charset-registries): Set symbol value.
9271 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9273         * faces.el (face-set-after-frame-default): Call function
9274         internal-merge-in-global-face.
9276 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9278         * faces.el (face-list): Return symbols from face-global-alist.
9280         * faces.el (face-list): Return a copy of the face name list so
9281         that it cannot be modified from outside (facemenu.el uses
9282         nreverse, for example).
9284         * cus-face.el (custom-face-attributes): Add :bold and :italic
9285         for compatibility with old code.
9287         * faces.el (set-face-attributes-from-resources): Additional
9288         frame parameter.
9289         (make-face-x-resource-internal): Set attributes from resources
9290         for a given frame or all frames.
9292 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9294         * faces.el (all-faces): Removed.
9296         * custom.el (defface): Add new face attributes to function
9297         comment.
9299         * font-lock.el (font-lock-comment-face): Use new face attribute
9300         names.
9301         (font-lock-string-face): Ditto.
9302         (font-lock-keyword-face): Ditto.
9303         (font-lock-builtin-face): Ditto.
9304         (font-lock-function-name-face): Ditto.
9305         (font-lock-variable-name-face): Ditto.
9306         (font-lock-type-face): Ditto.
9307         (font-lock-reference-face): Ditto.
9308         (font-lock-warning-face): Ditto.
9309         ((boundp 'font-lock-face-attributes)): Ditto.
9311         * cus-face.el (custom-face-attributes): Use new face attributes.
9313         * faces.el (set-face-attribute-from-resource): Initialize
9314         from resources only for X and W32.
9316         * cus-face.el (custom-declare-face): Don't make frame-local
9317         faces.
9319         * faces.el (describe-face): Use princ instead of insert.
9321         * faces.el: Add XLFD manipulation functions from 20.2 again
9322         because fontset.el uses them.
9323         (face-set-after-frame-default): Add empty definition.
9325 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9327         * faces.el (make-face): Correct typo.
9328         (set-face-attribute-from-resource): Use let*.
9329         (face-underline-p): Correct typo.
9330         (face-inverse-video-p): Ditto.
9331         (set-face-stipple): Ditto.
9332         (face-read-string): Make completion-list optional parameter.
9334 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9336         * faces.el (face-charset-registries): Alist mapping charset
9337         symbols to registries and encoding.
9339 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9341         * frame.el (blink-cursor-mode): Use interactive spec "P".
9343 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9345         * frame.el (blink-cursor-mode): Function to toggle blinking cursor
9346         mode.  The cursor of selected_window blinks if the mode is enabled.
9348 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9350         * simple.el (next-history-element): Set point to the end of the
9351         prompt if minibuffer-prompt-in-buffer.
9353 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9355         * faces.el (x-font-regexp): Add sub-expression parentheses for
9356         several font name components.
9358 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9360         * faces.el (set-face-relief): Use index 12 for relief.
9361         (face-fill-in): Set relief from data.
9362         (internal-make-face): Init relief to zero.
9364         * faces.el (face-spec-set): Call modify-face with additional
9365         parameters for relief and fixed-p.
9367 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9369         * cus-face.el: ':fixed and ':relief added.
9371         * faces.el (describe-face): Add fixed font attribute and relief.
9372         (face-attr-match-p): Ditto.
9373         (face-attr-construct): Ditto.
9374         (face-spec-set): Ditto.
9376 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9378         * faces.el (internal-make-face): Function to create a Lisp vector
9379         suitable for representing a face.
9380         (make-face): Use it instead of make-vector.
9381         (x-create-frame-with-faces): Use it instead of vector.
9382         (internal-facep): Increase vector size to 14.
9383         (internal-make-face): Ditto.
9384         (face-relief): Access relief thickness.
9385         (face-fixed-p): Access fixed font attribute.
9386         (set-face-fixed-p): Set fixed font attribute.
9387         (set-face-relief): Set relief attribute.
9388         (internal-face-interactive-int): Read int attribute of face.
9389         (modify-face): Add fixed-p and relief parameters.
9390         (copy-face): Handle fixed-p and relief.
9391         (face-equal): Compare fixed-p and relief.
9392         (face-differs-from-default-p): Ditto.
9393         (face-nontrivial-p): Add fixed-p and relief.
9395 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9397         * faces.el (eval-when-compile): Add set-face-shadow-thickness.
9398         (internal-facep): Increase vector size.
9399         (make-face): Ditto.
9400         (face-shadow-thickness): Added.
9401         (set-face-shadow-thickness): Added.
9402         (modify-face): Add optional shadow-thickness parameter.
9403         (make-face-x-resource-internal): Add shadows.
9404         (copy-face): Ditto.
9405         (face-equal): Ditto.
9406         (face-differs-from-default-p): Ditto.
9407         (face-nontrivial-p): Ditto.
9408         (face-attr-match-p): Ditto.
9409         (face-attr-construct): Ditto.
9410         (face-spec-set): Ditto.
9411         (face-fill-in): Ditto.
9413 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9415         * bench.el (bench-mark-split-window): New bench mark.
9417 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9419         * faces.el (set-face-font): Don't pass default font to
9420         x-resolve-font so that font will not have to be of the same
9421         size.
9423 1999-07-20  Dave Love  <fx@gnu.org>
9425         * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
9426         unconditionally t.
9428 1999-07-20  Karl Heuer  <kwzh@gnu.org>
9430         * font-lock.el (c++-font-lock-extra-types): Add "type_info".
9432 1999-07-20  Dave Love  <fx@gnu.org>
9434         * help.el (describe-variable): Fix test for customizability.
9436         * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
9437         Check for readonly buffer in interactive spec.
9438         (zap-to-char, kill-line, kill-region, comment-region, kill-word)
9439         (backward-kill-word): Add * to interactive spec.
9441         * underline.el (underline-region, ununderline-region): Add * to
9442         interactive spec.
9444         * fill.el (canonically-space-region, justify-current-line): Add *
9445         to interactive spec.
9446         (fill-region-as-paragraph, fill-paragraph, fill-region)
9447         (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
9448         readonly buffer in interactive spec.
9450         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
9451         (backward-kill-sentence, kill-sentence): Add * to interactive
9452         spec.
9454 1999-07-19  Richard M. Stallman  <rms@gnu.org>
9456         * dired-aux.el (dired-do-shell-command): Doc fix.
9458         * shell.el (shell-unquote-argument): New function.
9459         (shell-directory-tracker): Use shell-unquote-argument.
9460         * comint.el (comint-arguments): Handle \ followed by space or tab.
9462 1999-07-19  John Wiegley  <jwiegley@borland.com>
9464         * term.el (ansi-term-fg-faces-vector): Added support for ANSI
9465         color codes 39 and 49, which by the way lynx uses them seem to
9466         mean "foreground reset" and "background reset".
9468 1999-07-19  Karl Heuer  <kwzh@gnu.org>
9470         * font-lock.el (c++-keywords): Add "typeid".
9472         * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
9473         selects no font, treat that as zero selections, not one.
9475 1999-07-19  Dave Love  <fx@gnu.org>
9477         * info.el (Info-search): Don't lose with empty regexp.
9479         * version.el: Cater for (free) `ident' program, not `which'.
9481         * hl-line.el: New file.
9483         * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
9484         for modes which don't define menus.
9486 1999-07-16  Richard M. Stallman  <rms@gnu.org>
9488         * webjump.el (webjump-sample-sites): Update some URLs.
9490 1999-07-14  Richard Stallman  <rms@gnu.org>
9492         * Version 20.4 released.
9494 1999-07-14  Andreas Schwab  <schwab@gnu.org>
9496         * compare-w.el (compare-windows): Try to find the next window in
9497         the current frame before looking at the other frames.
9499 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
9501         * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
9502         Use cyrillic-jcuken as default input method.
9504 1999-07-12  Richard Stallman  <rms@gnu.org>
9506         * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
9507         Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
9509         * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
9510         (ispell-local-dictionary-alist): Add koi8-r for character set.
9512         * textmodes/flyspell.el (flyspell-get-word):
9513         Add special handling for when ispell-otherchars is empty.
9515 1999-07-12  Espen Skoglund  <espensk@stud.cs.uit.no>
9517         * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
9518         when having nested functons.
9519         (pascal-indent-nested-functions) (pascal-indent-line)
9520         (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
9521         indenting nested functions.
9523 1999-07-09  Richard Stallman  <rms@gnu.org>
9525         * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
9527 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
9529         * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
9530         the `end' keyword was in the very beginning of the buffer.
9532 1999-07-08  Richard Stallman  <rms@gnu.org>
9534         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
9536         * term.el (term-emulate-terminal): Avoid infinite loop
9537         in strange case where minibuffer window is selected but not active.
9539 1999-07-07  Stephen Eglen  <stephen@gnu.org>
9541         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
9542         Change regexp so that it doesn't match commands beginning with `cd'.
9544 1999-07-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
9546         * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
9548 1999-07-06  Richard Stallman  <rms@gnu.org>
9550         * hscroll.el (hscroll-minibuffer-hook): New function.
9551         (hscroll-global-mode): Add and remove that hook.
9552         Set hscroll-old-truncate-was-global's default value.
9554 1999-07-05  Richard Stallman  <rms@gnu.org>
9556         * files.el (revert-buffer): Don't preserve point here.
9557         (revert-buffer-insert-file-contents-function): Doc fix.
9559         * isearch.el (isearch-process-search-char): Write octal 200 correctly.
9561         * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
9562         doing a `stat' when it isn't necessary because that can cause
9563         trouble when an NFS server is down.
9565 1999-07-04  Richard Stallman  <rms@gnu.org>
9567         * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
9569 1999-07-03  Richard Stallman  <rms@gnu.org>
9571         * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
9572         for \200...\240 also.
9573         (isearch-printing-char): Use unibyte-char-to-multibyte.
9575 1999-07-02  Richard Stallman  <rms@gnu.org>
9577         * frame.el (minibuffer-frame-alist): Use defcustom.
9578         (pop-up-frame-alist): Likewise.
9579         (initial-frame-alist): Specify * in the doc string.
9581         * hscroll.el (hscroll-mode): Make it a permanent local.
9582         (hscroll-mode): Don't cancel the timer
9583         if HScroll mode is enabled in some other buffer.
9585         * isearch.el (isearch-done): If search ends in middle of intangible
9586         text (due to text property), move on to the limit of that text.
9588 1999-07-01  Andrew Innes  <andrewi@gnu.org>
9590         * man.el (Man-build-man-command): Use value of null-device,
9591         instead of hard-coding "/dev/null".
9593         * dos-w32.el (untranslated-canonical-name): Avoid expanding
9594         ange-ftp file names, which might force ange-ftp to prompt for a
9595         password.
9597         * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
9598         to prevent references to temp files.
9600 1999-06-30  Richard Stallman  <rms@gnu.org>
9602         * progmodes/sh-script.el (sh-feature): If nothing is known
9603         about the given shell, use the values for `sh'.
9605 1999-06-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9607         * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
9608         to make it non-recursive.
9610         * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
9612 1999-06-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9614         * auto-show.el (auto-show-mode): Fix Typo in :set.
9616 1999-06-29  Richard M. Stallman  <rms@gnu.org>
9618         * progmodes/sh-script.el (sh-mode): When setting syntax
9619         table, default to the standard one.
9621 1999-06-27  Richard M. Stallman  <rms@gnu.org>
9623         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
9625 1999-06-27  Stefan Monnier  <monnier@cs.yale.edu>
9627         * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
9628         a frame when `return' is requested (even if pop-up-frames = t)
9629         * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
9630         should only be set for the bibtex buffer.
9632         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
9634         * progmodes/compile.el: Deal with compilation-error-screen-columns
9635         being buffer-local.
9637 1999-06-27  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
9639         * comint.el (comint-password-prompt-regexp): Allow "(again)".
9641 1999-06-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9643         * cal-x.el (calendar-only-one-frame-setup): New function.
9644         * calendar.el (calendar): Call it if requested.
9646 1999-06-24  Karl Heuer  <kwzh@gnu.org>
9648         * startup.el (iso-8859-n-locale-regexp): Doc fix.
9650 1999-06-22  Richard M. Stallman  <rms@gnu.org>
9652         * mail/supercite.el (sc-emacs-features): Doc fix.
9654 1999-06-22  Karl Heuer  <kwzh@gnu.org>
9656         * files.el (auto-mode-alist): Add pike-mode.
9658 1999-06-20  Paul R. Eggert  <eggert@twinsun.com>
9660         * tar-mode.el (tar-header-block-tokenize): Don't assume that the
9661         last byte of a numeric field is a space or a NUL.  Parse it as
9662         potentially part of the number.  This is used by GNU tar
9663         1.12.64012 to handle larger values.
9665 1999-06-20  Karl Heuer  <kwzh@gnu.org>
9667         * custom.el (custom-handle-keyword): Fix error message.
9669 1999-06-18  Andrew Innes  <andrewi@gnu.org>
9671         * mail/smtpmail.el (smtpmail-send-it): Use
9672         convert-standard-filename to make file names for queued mail safe
9673         on Windows (`:' is invalid in file names on Windows).
9675 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
9677         * international/mule-cmds.el (describe-current-input-method):
9678         Current-input-method is string.
9679         (toggle-input-method): Docstring fixed.
9681         * international/mule-diag.el
9682         (describe-current-coding-system-briefly): Fix format string.
9684         * international/mule-util.el (coding-system-eol-type-mnemonic):
9685         Docstring modified.  Return a string.
9687 1999-06-17  Alex Schroeder  <a.schroeder@bsiag.ch>
9689         * sql.el (sql-input-ring-file-name): Doc fix.
9691 1999-06-17  Richard M. Stallman  <rms@gnu.org>
9693         * calendar/cal-x.el (special-display-buffer-names):
9694         Don't put (get-file-buffer diary-file) on this list.
9696 1999-06-17  Mark W Maimone  <mwm@helios.jpl.nasa.gov>
9698         * play/mpuz.el (mpuz-try-proposal): Fix message call.
9699         Don't penalize player for certain impossible guesses.
9701 1999-06-16  Andrew Innes  <andrewi@gnu.org>
9703         * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
9704         return the string "Unk  0  0000" so at least it appears to be a
9705         valid timestamp to `dired-move-to-filename-regexp'.
9707 1999-06-15  Ken'ichi Handa  <handa@gnu.org>
9709         * ps-print.el (ps-control-character): Fix previous change.
9711 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9713         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
9714         multiple output of the last message.
9716 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
9718         * term/internal.el (IT-display-table-setup): Do not remap \222 to
9719         the ASCII apostrophe, as most DOS codepages have some other glyph
9720         there.
9722 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
9724         * language/ethio-util.el (setup-ethiopic-environment-internal):
9725         Use quail-activate-hook instead of obsolete hook quail-mode-hook.
9726         (exit-ethiopic-environment): Likewize.
9728 1999-06-12  Richard M. Stallman  <rms@gnu.org>
9730         * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
9732 1999-06-12  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9734         * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
9735         custom-initialize-default to avoid infinite loop.
9736         (crisp-mode): (defun) Call transient-mark-mode here, not when
9737         loading the file.  Run crisp-mode-hook here, and run
9738         crisp-load-hook when loading the file.
9740         * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
9741         rmail-summary buffer, search for pattern in rmail-file.
9743         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
9745         * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
9747         * ps-print.el (ps-printer-name): Fix custom type.
9749 1999-06-12  Reto Zimmermann  <reto@synopsys.com>
9751         * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
9752         (vhdl-port-paste-generic-map): Fix indentation bug.
9753         (vhdl-port-paste-port-map): Fix indentation bug.
9754         (vhdl-scan-file-contents): Make scanning case insensitive.
9756 1999-06-11  Richard M. Stallman  <rms@gnu.org>
9758         * files.el (write-file): When buffer is not already visiting a file,
9759         don't put buffer name in the minibuffer, just make it the default.
9760         Also handle just directory as arg usefully in that case.
9762         * simple.el (sendmail-user-agent-compose):
9763         Ignore case when inserting the rest of the "other" headers.
9765         * help.el (help-for-help): Mention C-h C-i.  Clear up C-h n.
9767         * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
9768         (info-lookup-interactive-arguments): Never insert the default
9769         into the minibuffer automatically.
9771         * emacs-lisp/cl-extra.el (getf): Don't call get*.
9773 1999-06-09  Richard M. Stallman  <rms@gnu.org>
9775         * simple.el (shell-command): Avoid printing "mark set" message.
9777 1999-06-09  Dave Love  <fx@gnu.org>
9779         * progmodes/compile.el (compilation-error-regexp-alist): Allow
9780         digits in program name in first pattern.
9782 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9784         * vc.el (vc-dired-mode): Don't match anything before the date in
9785         dired-move-to-filename-regexp.
9787 1999-06-07  Ken'ichi Handa  <handa@gnu.org>
9789         * international/quail.el (quail-define-rules): Fix typo in
9790         docstring.
9792 1999-06-05  Stephen Eglen  <stephen@gnu.org>
9794         * iswitchb.el (iswitchb-default-keybindings): Add
9795         iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
9796         than when package is loaded.
9798 1999-06-04  Richard M. Stallman  <rms@gnu.org>
9800         * startup.el (command-line): Don't set user-init-file directly;
9801         tell `load' to set it.
9803         * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
9805         * simple.el (next-history-element):
9806         Handle minibuffer-text-before-history properly when reading sexps.
9808         * disp-table.el (standard-display-european):
9809         For an interactive call by the user,
9810         don't set enable-multibyte-characters,
9811         and don't set the terminal coding system.
9813         * textmodes/refbib.el: Don't print any messages or display
9814         a buffer when loading the library.
9815         (r2b-help): Doc fix.
9816         (r2b-help-message): Update the documentation.
9817         (r2b-load-quietly): Variable deleted.
9818         (r2b-convert-buffer): Doc fix.
9820 1999-06-04  Dave Love  <fx@gnu.org>
9822         * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
9824         * auto-show.el: Don't change hooks on loading.
9825         (auto-show-mode): Autoload.  Default to nil.  Add :set &c.
9826         (auto-show-mode): Add to hooks here.
9828 1999-06-04  Richard Sharman  <rsharman@pobox.com>
9830         * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
9831         recursion on bogus input.
9833 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
9835         * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
9836         does not select a buffer from the buffers menu, then the attached
9837         frame is not switched to anything.
9839 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
9841         * language/vietnamese.el (ccl-encode-vscii): Typo fixed
9842         (viet-viscii-...->viet-vscii...).
9844         * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
9846 1999-06-01  Dave Love  <fx@gnu.org>
9848         * progmodes/fortran.el: Add :link to defgroup.
9849         (fortran-blink-matching-if): Match ELSE statements too.
9850         (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
9851         that filling is always done.
9853 1999-05-31  Richard M. Stallman  <rms@gnu.org>
9855         * simple.el (append-next-kill): Use an arg to distinguish
9856         interactive calls from Lisp calls, rather than (interactive-p).
9858         * international/iso-transl.el (iso-transl-language-alist):
9859         Interchange n and N.
9861 1999-05-31  Dave Love  <fx@gnu.org>
9863         * msb.el Add to minor-mode-map-alist.  Remove hook installation
9864         and keymap munging on load.
9865         (msb-mode): New option.
9866         (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
9867         Doc fix.
9868         (msb-mode-map): New variable.
9869         (msb-mode): New command.
9871 1999-05-31  Dave Love  <fx@gnu.org>
9873         * ispell.el: (ispell-alternate-dictionary): Fix custom type.
9874         (ispell-complete-word-dict): Likewise.
9876 1999-05-31  Eli Zaretskii  <eliz@gnu.org>
9878         * forms.el (forms-save-buffer): Call set-buffer-modified-p to
9879         force the data buffer to be saved, even if the data didn't
9880         change, in case the write filter was modified.  Restore the
9881         current record after read-file-filter finishes.
9883 1999-05-29  Karl Heuer  <kwzh@gnu.org>
9885         * ispell4.el: Obsolete; file deleted.
9887         * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
9889         * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
9890         VALUE is a syntax table.
9892         * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
9894         * simple.el (zap-to-char): Doc fix.
9896 1999-05-27  Ken'ichi Handa  <handa@gnu.org>
9898         * isearch.el (isearch-quote-char): Don't assume character codes
9899         0200 - 0237 stand for characters in some single-byte character
9900         charset.
9902 1999-05-27  Dave Love  <fx@gnu.org>
9904         * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
9906 1999-05-27  Andreas Schwab  <schwab@gnu.org>
9908         * dired-aux.el (dired-insert-subdir-doinsert): Check that the
9909         headerline does not exist already.
9911 1999-05-26  Richard Stallman  <rms@gnu.org>
9913         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9914         Avoid nested null-loops.
9916 1999-05-26  Ken'ichi Handa  <handa@gnu.org>
9918         * international/characters.el: Typo fixed; prefered->preferred.
9920         * international/mule-cmds.el (find-coding-systems-for-charsets):
9921         Typo fixed; prefered->preferred.
9923         * map-ynp.el (map-y-or-n-p): Don't inherit the current input
9924         method in read-event.
9926         * international/mule.el (charset-info): Doc-string fixed.
9928 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
9930         * mail/smtpmail.el (smtpmail-send-it): Bind
9931         smtpmail-code-conv-from properly.
9932         (smtpmail-send-data-1): If DATA is a multibyte string, encode it
9933         by smtpmail-code-conv-from.
9935 1999-05-24  Richard Stallman  <rms@gnu.org>
9937         * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
9938         Binding deleted also.
9940 1999-05-24  Karl Heuer  <kwzh@gnu.org>
9942         * comint.el (comint-bol-or-process-mark): Doc fix.
9944 1999-05-23  Dave Love  <fx@gnu.org>
9946         * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
9947         Enter it on minor-mode-map-alist.
9948         (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
9949         Autoload.  Add custom setter.
9950         (crisp-mark-line): Doc fix.
9951         (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
9952         (crisp-mode-hook): Define.
9954 1999-05-23  Ken'ichi Handa  <handa@gnu.org>
9956         * files.el (recover-file): Recover buffer-file-coding-system.
9958 1999-05-22  Richard Stallman  <rms@gnu.org>
9960         * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
9961         regexp match the date, to avoid treating date as file size.
9962         Add YYYY S option to WESTERN/
9964         * bookmark.el: Delete some XEmacs compatibility code.
9965         (bookmark-jump-noselect): Check vc-backend.
9967         * subr.el (add-to-list): Doc fix.
9969 1999-05-21  Stephen Eglen  <stephen@gnu.org>
9971         * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
9973 1999-05-18  Richard Stallman  <rms@gnu.org>
9975         * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
9976         non-space after the @anchor command.
9977         (texinfo-format-var): Handle other nested constructs, using
9978         texinfo-parse-expanded-arg and texinfo-discard-command, not
9979         texinfo-parse-arg-discard.
9981         * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
9982         (debug): Bind and use debugger-outer-inhibit-redisplay.
9983         Bind inhibit-redisplay to nil.
9984         (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
9986 1999-05-17  Dave Love  <fx@gnu.org>
9988         * help.el (describe-function-1): Extra arg, interactive-p.
9989         (describe-key, describe-function): Use it.
9991 1999-05-17  Karl Heuer  <kwzh@gnu.org>
9993         * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
9995 1999-05-16  Dave Love  <fx@gnu.org>
9997         * cus-start.el (all): Delete selective-display.  Add scroll-margin,
9998         scroll-preserve-screen-position, scroll-conservatively.
10000 1999-05-16  Dave Love  <fx@gnu.org>
10002         * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
10004 1999-05-15  Reto Zimmermann  <reto@Synopsys.COM>
10006         * progmodes/vhdl-mode.el: Completely revised and massively extended.
10008 1999-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
10010         * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
10011         magic number and is not associated with a file.
10013 1999-05-14  Richard M. Stallman  <rms@gnu.org>
10015         * files.el (find-file-noselect-1): Fix previous change.
10017 1999-05-14  Simon Marshall  <simon@gnu.org>
10019         * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
10021 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
10023         * international/mule-diag.el (mule-diag): Change MULE to Mule in
10024         docstring.
10026         * international/mule-cmds.el: Change MULE to Mule in docstrings
10027         and menus.
10029 1999-05-10  Kenichi HANDA  <handa@etl.go.jp>
10031         * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
10032         to correctly reflect the value of BaseLineOffset in
10033         RelativeCompose.  Now the value of RelativeCompose is an array of
10034         low and high positions.
10035         (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
10036         RLC for the above change.
10038 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
10040         * comint.el (comint-password-prompt-regexp): Modified to match the
10041         output of ksu and ssh-add.
10043 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
10045         * language/korea-util.el (isearch-toggle-korean-input-method):
10046         Adjusted for the change of input method handling in isearch.el.
10047         (isearch-hangul-switch-symbol-ksc): Likewise.
10048         (isearch-hangul-switch-hanja): Likewise.
10050 1999-05-10  Dave Love  <fx@gnu.org>
10052         * help.el (help-make-xrefs): Fix typo.
10054 1999-05-10  Andreas Schwab  <schwab@gnu.org>
10056         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
10057         unibyte-display-via-language-environment.
10059         * help.el (help-make-xrefs): Handle more cases when looking for
10060         commands in a keymap description.
10062 1999-05-10  Eli Zaretskii  <eliz@gnu.org>
10064         * loadup.el: For ms-dos systems, load ccl and codepage.
10066 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
10068         * ps-print.el (ps-control-character): Call
10069         ps-mule-prepare-ascii-font to setup ASCII fonts.
10071         * ps-mule.el (ps-mule-begin-job): Redo this change "if
10072         ps-multibyte-buffer is nil, use
10073         ps-mule-font-info-database-default."
10075 1999-05-08  Ken Stevens  <k.stevens@ieee.org>
10077         * ispell.el (ispell-local-dictionary-alist): New variable for
10078         customizing local dictionaries not accessable by everyone.
10079         (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
10080         (ispell-required-version): Changed format `(major minor
10081         revision)' to support general pattern matching.
10082         (ispell-tex-skip-alists): AMS Tex block comment and `\author'
10083         skip region commented out due to incorrect skip potential in std latex.
10084         (ispell-word): Removed `when' macro.  Fixed bug of not restoring
10085         cursor point on small words for calls from `ispell-minor-mode'.
10086         (check-ispell-version): Tests and accepts versions major.minor
10087         and above, with adjustments for interactions in 3.1.0-3.1.11.
10088         (ispell-get-line): No longer skips ispell process special characters.
10089         (ispell-comments-and-strings): Removed `when' macro call.
10090         (ispell-minor-check): Requires ispell-word to restore cursor point.
10091         (ispell-buffer-local-parsing): Supports checking comments only.
10093 1999-05-08  Karl Heuer  <kwzh@gnu.org>
10095         * comint.el (comint-password-prompt-regexp): Fix last change to be
10096         more specific.
10098 1999-05-07  Richard M. Stallman  <rms@gnu.org>
10100         * subr.el (with-temp-message): Fix the other call to message
10101         to use %s.
10103 1999-05-07  Michael Ernst  <mernst@alum.mit.edu>
10105         * gud.el (gud-format-command): "%F" means file sans extension.
10106         (jdb): Use %F, not %f, for gud-break.
10108 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
10110         * comint.el (comint-password-prompt-regexp): Modified so that it
10111         matches the output of kinit.
10113 1999-05-06  Greg Stark  <gsstark@mit.edu>
10115         * timezone.el (timezone-parse-date): Recognize new format used in
10116         internet cookies.
10118 1999-05-04  Tudor Hulubei  <tudor@cs.unh.edu>
10120         * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
10122 1999-05-04  Andrew Innes  <andrewi@gnu.org>
10124         * time.el (display-time-update): Allow for wrap-around when
10125         checking against display-time-server-down-time.
10127 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
10129         * international/mule-diag.el (describe-coding-system): Fix English
10130         message.
10132 1999-05-03  Jason Rumney <jasonr@altavista.net>
10134         * term/w32-win.el: Change the x-charset-registry property for the
10135         Japanese charsets that are supported by Japanese Windows fonts.
10137 1999-05-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10139         * diary-lib.el (diary-remind): Rewritten to behave sensibly for
10140         diary-block diary entries for which the reminders and the diary
10141         entries can overlap.
10143 1999-05-02  Jason Rumney <jasonr@altavista.net>
10145         * term/w32-win.el (mouse-set-font): Ensure constructed fontset
10146         matches the font selected in the dialog.
10148 1999-05-02  Dave Love  <fx@gnu.org>
10150         * browse-url.el (browse-url-browser-function): Add :version.
10152         * international/mule.el (auto-coding-alist): Add .tgz.
10154 1999-05-2  Eli Zaretskii  <eliz@is.elta.co.il>
10156         * international/codepage.el (cp-coding-system-for-codepage-1):
10157         Make the magnification parameter for the -dos encoder be 2.
10159 1999-05-2  Andrew Innes  <andrewi@gnu.org>
10161         * term/w32-win.el (w32-drag-n-drop): Select file in window where
10162         it is dropped, rather than current window.
10164         * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
10165         after switching buffer, as case-fold-search is a buffer local
10166         variable.
10168         * w32-fns.el (convert-standard-filename): Only convert directory
10169         separators to backslash if the interactive shell is one of the
10170         standard Windows shells that has DOS semantics.
10172         * ls-lisp.el (ls-lisp-format-time): Trap errors from
10173         format-time-string, and return a suitable string to indicate the
10174         timestamp was invalid.
10176         * hexl.el (hexlify-command): Apply shell-quote-argument after
10177         expanding hexl-program in case exec-directory contains a space.
10178         (dehexlify-command): Ditto.
10180         * dos-w32.el (file-name-buffer-file-type-alist): Remove various
10181         file extension regexps which aren't necessarily binary files.
10182         (direct-print-region-helper): Use subst-char-in-string instead of
10183         binding directory-sep-char to convert filenames to DOS syntax.
10184         (direct-print-region-use-command-dot-com): New variable.
10185         (direct-print-region-helper): Use it to control whether to invoked
10186         command.com to print on Windows 9x.
10188         * browse-url.el (browse-url-browser-function): Default to
10189         browse-url-default-windows-browser on windows-nt.
10190         (browse-url-default-windows-browser): New function.
10192 1999-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
10194         * forms.el (forms-mode): Don't call forms-first-record or
10195         forms-last-record if the data file has zero records.
10197 1999-04-29  Richard M. Stallman  <rms@gnu.org>
10199         * files.el (find-file-noselect-1): If buffer-file-name has changed
10200         after find-file-not-found-hooks runs, recompute the truename.
10201         And don't use FILENAME after that point.
10203 1999-04-27  Dave Love  <fx@gnu.org>
10205         * paren.el (show-paren-mode)
10206         * which-func.el (which-func-mode-global)
10207         * type-break.el (type-break-mode)
10208         * time.el (display-time-mode)
10209         * rsz-mini.el (resize-minibuffer-mode)
10210         * mouse-sel.el (mouse-sel-mode)
10211         * icomplete.el (icomplete-mode)
10212         * hscroll.el (hscroll-global-mode)
10213         * help.el (temp-buffer-resize-mode)
10214         * font-lock.el (global-font-lock-mode)
10215         * delsel.el (delete-selection-mode)
10216         * avoid.el (mouse-avoidance-mode)
10217         * autoinsert.el (auto-insert-mode)
10218         * winner.el (winner-mode): Doc fix.
10220 1999-04-26  Karl Heuer  <kwzh@gnu.org>
10222         * mail/rmail.el (rmail-next-same-subject): When searching, ignore
10223         the same whitespace that was ignored in choosing the subject string.
10225 1999-04-26  Richard M. Stallman  <rms@gnu.org>
10227         * info.el (Info-find-node): Position properly after finding anchor.
10229         * cus-start.el (all): Handle unibyte-display-via-language-environment.
10231         * simple.el (indent-new-comment-line): Fix previous change.
10233         * complete.el: Delete the wildcard expansion feature
10234         since that is now standard in find-file.
10235         (PC-try-load-many-files): Function deleted.
10236         (PC-after-load-many-files): Function deleted.
10237         (PC-many-files-list): Variable deleted.
10238         (PC-disable-wildcards): Variable deleted.
10239         (partial-completion-mode): Don't enable the wildcard feature.
10241         * complete.el (PC-look-for-include-file): Don't set global variables
10242         `error', `buf' and `filename' here.
10244         * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
10246 1999-04-26  John Wiegley  <johnw@oneworld.new-era.com>
10248         * textmodes/outline.el (outline-regexp): Doc fix.
10250 1999-04-26  John Wiegley  <johnw@borland.com>
10252         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
10253         C++Builder 4.0 error message syntax.
10255 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
10257         * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
10258         supported, use find -exec.
10260 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
10262         * textmodes/texinfmt.el (texinfo-format-buffer): Bind
10263         coding-system-for-write, to avoid hanging when non-interactive.
10265 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
10267         * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
10268         start with a newline.
10270 1999-04-13  Ken'ichi Handa  <handa@gnu.org>
10272         * international/mule-conf.el (x-ctext): New coding system.
10274 1999-04-12  Richard M. Stallman  <rms@gnu.org>
10276         * international/mule-cmds.el (input-method-function):
10277         Add permanent-local property.
10279 1999-04-12  Dave Love  <fx@gnu.org>
10281         * jka-compr.el (jka-compr-insert-file-contents): Fix previous
10282         change to use jka-compr-byte-compiler-base-file-name.
10284         * supercite.el (sc-scan-info-alist): Revert last change.
10285         (sc-attrib-selection-list): Fix :type here instead.
10287 1999-04-11  Eli Zaretskii  <eliz@gnu.org>
10289         * international/mule.el (auto-coding-alist-lookup): Include ms-dos
10290         in the list of case-insensitive filesystems.
10292 1999-04-09  Kenichi Handa  <handa@etl.go.jp>
10294         * international/fontset.el (create-fontset-from-fontset-spec):
10295         Don't register duplicated alias fontset names.
10297 1999-04-08  Richard Stallman  <rms@gnu.org>
10299         * international/mule.el (auto-coding-alist-lookup): New function.
10300         (set-auto-coding): Use auto-coding-alist-lookup.
10302         * jka-compr.el (jka-compr-insert-file-contents):
10303         Use auto-coding-alist-lookup to check for files that
10304         should not have eol conversion, in the unibyte case.
10306 1999-04-07  Dave Love  <fx@gnu.org>
10308         * help.el (describe-variable): Check custom-loads property as well
10309         as custom-type.
10311         * abbrev.el (abbrev-mode): Customizing sets the default value.
10313 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10315         * vc.el (vc-backend-revert): For CVS files that were made
10316         writeable with "cvs edit", call "cvs unedit" to undo that.
10318 1999-04-08  Dave Love  <fx@gnu.org>
10320         * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
10321         more.
10322         (sc-emacs-features): Recognize Emacs 20.
10323         (sc-read-string): Use history arg.
10324         (sc-scan-info-alist): Check for rtnvalue a cons.
10326 1999-04-08  Kenichi HANDA  <handa@etl.go.jp>
10328         * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
10329         coding system to encode the message by
10330         select-message-coding-system.
10332 1999-04-07  Richard Stallman  <rms@gnu.org>
10334         * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
10336         * winner.el: Reorder definitions.
10338         * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
10340         * mail/rmail.el (rmail-decode-babyl-format):
10341         Undo previous change.
10343 1999-04-06  Richard Stallman  <rms@gnu.org>
10345         * info.el (Info-find-node): Check for an anchor at the
10346         proper place, before reading an indirect file.
10348         * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
10350         * jka-compr.el (jka-compr-insert-file-contents):
10351         Use raw-text-unix when we want no conversion.
10353 1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
10355         * timezone.el (timezone-parse-date): Corrected regexp for
10356         style (5) date format so that tenths of seconds are optional.
10358 1999-04-05  Eli Zaretskii  <eliz@gnu.org>
10360         * term/internal.el (dos-cpNNN-setup): New function, with the guts
10361         of dos-codepage-setup.
10362         (cjk-codepages-alist): New variable, an alist of Far-Eastern
10363         codepages for which there's no need to set up cpNNN coding
10364         systems.
10365         (dos-codepage-setup): Support Far-Eastern DOS terminals.
10367 1999-04-05  Richard Stallman  <rms@gnu.org>
10369         * mail/rmail.el (rmail-ignored-headers): Doc fix.
10371 1999-04-02  Richard Stallman  <rms@gnu.org>
10373         * progmodes/compile.el (compilation-handle-exit): Do right thing
10374         if (car status) doesn't end in a newline.
10376 1999-04-01  Dave Love  <fx@gnu.org>
10378         * progmodes/sql.el (SQL): Add defgroup :version.
10380 1999-03-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
10382         * emacs-lisp/bytecomp.el (byte-compile-file): Clear
10383         buffer-file-coding-system.  If the coding system used is raw-text,
10384         etc., make the *Compiler Input* buffer unibyte.
10386         * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
10388         * loadup.el: Don't write the fns-...el file if not dumping.
10390 1999-03-31  Dave Love  <fx@gnu.org>
10392         * snmp-mode.el (snmp): Fix defgroup :version.
10394         * hilit-chg.el (highlight-changes): Add defgroup :version.
10396 1999-03-31  Andreas Schwab  <schwab@gnu.org>
10398         * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
10399         the gnus-save-hidden-threads macro.
10401 1999-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
10403         * faces.el (face-set-after-frame-default): Obey the
10404         `customized-face' for new faces.
10406 1999-03-30  Dave Love  <fx@gnu.org>
10408         * international/mule-cmds.el (current-language-environment): Doc fix.
10409         * abbrev.el (abbrev-mode): Doc fix.
10410         * autoinsert.el (auto-insert-mode): Doc fix.
10411         * complete.el (partial-completion-mode): Doc fix.
10412         * avoid.el (mouse-avoidance-mode): Doc fix.
10413         * delsel.el (delete-selection-mode): Doc fix.
10414         * font-lock.el (global-font-lock-mode): Doc fix.
10415         * help.el (temp-buffer-resize-mode): Doc fix.
10416         * hscroll.el (hscroll-global-mode): Doc fix.
10417         * icomplete.el (icomplete-mode): Doc fix.
10418         * mouse-sel.el (mouse-sel-mode): Doc fix.
10419         * paren.el (show-paren-mode): Doc fix.
10420         * rsz-mini.el (resize-minibuffer-mode): Doc fix.
10421         * time.el (display-time-mode): Doc fix.
10422         * type-break.el (type-break-mode): Doc fix.
10423         * which-func.el (which-func-mode-global): Doc fix.
10424         * winner.el (winner-mode): Doc fix.
10426 1999-03-30  Michael Ernst  <mernst@alum.mit.edu>
10428         * wid-edit.el (widget-before-change): Signal text-read-only rather
10429         than an ordinary error.
10431 1999-03-30  Richard M. Stallman  <rms@gnu.org>
10433         * repeat.el: Don't require advice.
10434         (repeat): Do function-indirection in check for kbd macro.
10435         In self-insert case, use the *last* char in INSERTION.
10437 1999-03-30  Karl Heuer  <kwzh@gnu.org>
10439         * progmodes/cc-cmds.el (c-indent-command): Doc fix.
10441 1999-03-29  Andreas Schwab  <schwab@gnu.org>
10443         * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
10444         comint-input-filter-functions.  Make variables related to shell
10445         directory tracking local.
10447 1999-03-26  Andreas Schwab  <schwab@gnu.org>
10449         * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
10451         * simple.el (shell-command-on-region): Cope with exit-status being
10452         nil, which happens if call-process-region was interrupted.
10454 1999-03-26  Richard M. Stallman  <rms@gnu.org>
10456         * simple.el (indent-new-comment-line): Handle use at a point
10457         after a comment-end.  Handle multiple comments.
10459         * mail/rmail.el (rmail-decode-babyl-format):
10460         To prevent locking, bind buffer-file-name to nil.
10462 1999-03-26  Karl Fogel  <kfogel@red-bean.com>
10464         * mail-hist.el (mail-hist-current-header-name): Don't make
10465         off-by-one-error when determining if in message body.
10467 1999-03-25  Andrew Innes  <andrewi@gnu.org>
10469         * w32-fns.el (set-default-process-coding-system): Copied from
10470         dos-w32.el, but modified to use Unix line endings for process
10471         input, and to add a suitable entry to process-coding-system-alist
10472         for DOS shells.
10474         * dos-fns.el (set-default-process-coding-system): Copied from
10475         dos-w32.el.
10477         * dos-w32.el (set-default-process-coding-system): Move function to
10478         dos-fns.el; a different version is used in w32-fns.el.
10480 1999-03-24  Dave Love  <fx@gnu.org>
10482         * info.el (Info-directory-list): Revert change to re-writing
10483         Info-default-directory-list, but put `alternative' first.
10484         (Info-insert-dir): Modify selecting the top dir file as a consequence.
10486 1999-03-23  Simon Marshall  <simon@gnu.org>
10488         * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
10489         on the line by itself.
10490         (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
10491         it is not in a declarative context.
10493 1999-03-22  Per Abrahamsen  <abraham@dina.kvl.dk>
10495         * cus-edit.el (custom-variable-prompt): Allow customization of
10496         autoloaded symbols.
10498 1999-03-22  Kenichi HANDA  <handa@etl.go.jp>
10500         * simple.el (what-cursor-position): Don't cause error when point
10501         is at invalid multibyte sequence.
10503 1999-03-21  Karl Heuer  <kwzh@gnu.org>
10505         * complete.el (partial-completion-mode): Doc fix.
10507 1999-03-19  Richard M. Stallman  <rms@gnu.org>
10509         * progmodes/cplus-md.el (old-c++): Remove :group.
10511         * progmodes/c-mode.el (old-c): Remove :group.
10513 1999-03-18  Simon Marshall  <simon@gnu.org>
10515         * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
10516         (java-font-lock-keywords-2): Added "strictfp" keyword.
10518 1999-03-17  Jason Rumney <jasonr@altavista.net>
10520         * w32-fns.el (set-w32-system-coding-system) New function.
10521         (w32-system-coding-system) Initialize to 'iso-latin-1.
10523 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
10525         * international/mule-cmds.el (set-language-environment): Fix
10526         previous change: don't use dos-codepage when unbound.
10528 1999-03-17  Karl Heuer  <kwzh@gnu.org>
10530         * calendar/appt.el (appt-make-list): Fix previous change.
10532 1999-03-16  Richard M. Stallman  <rms@gnu.org>
10534         * window.el (shrink-window-if-larger-than-buffer):
10535         Don't try to redisplay with the cursor at the end
10536         on its own line--that would force a scroll and spoil things.
10538 1999-03-16  Eli Zaretskii  <eliz@gnu.org>
10540         * international/mule-cmds.el (set-language-environment): Don't use
10541         cpNNN-nonascii-translation-table if it is unbound.
10543         * term/internal.el (dos-codepage-setup): Compute the unibyte
10544         syntax table and bind unibyte-display-via-language-environment
10545         here, rather than at top level, so that resetting to unibyte in
10546         .emacs works as expected.
10548 1999-03-15  Simon Marshall  <simon@gnu.org>
10550         * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
10552 1999-03-14  Milan Zamazal <pdm@pvt.net>
10554         * abbrev.el (inverse-add-abbrev): Inherit the current input method.
10556 1999-03-14  Kenichi Handa  <handa@etl.go.jp>
10558         * international/mule-util.el (detect-coding-with-priority):
10559         Restore the internal database.
10561 1999-03-14  Stephen Eglen  <stephen@gnu.org>
10563         * mail/sendmail.el (sendmail-send-it): Fix typo in error string
10564         if mail-from-style has invalid value.
10566 1999-03-12  Karl Heuer  <kwzh@gnu.org>
10568         * vc.el (vc-delete-logbuf-window): New var.
10569         (vc-finish-logentry): Use it.
10571 1999-03-12  Richard M. Stallman  <rms@gnu.org>
10573         * startup.el (command-line-1): Improve startup msg.
10575 1999-03-12  Eric M. Ludlam  <zappo@ultranet.com>
10577         * speedbar.el: Added commentary about stealthy functions.
10578         (speedbar-message) new function.
10579         (speedbar-y-or-n-p): New function
10580         (speedbar-with-attached-buffer) Moved macro before reference.
10581         Now uses `save-selected-window'.
10582         (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
10583         speedbar-generic-item-info, speedbar-item-info-file-helper,
10584         speedbar-item-delete, speedbar-insert-generic-list,
10585         speedbar-timer-fn, speedbar-check-vc-this-line,
10586         speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
10587         speedbar-buffers-item-info) Use speedbar-message.
10588         (speedbar-item-info) Limit `message-log-max'.
10589         (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
10590         speedbar-item-delete, speedbar-item-object-delete,
10591         speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
10593 1999-03-10  Kenichi Handa  <handa@mulelab.etl.go.jp>
10595         * server.el (server-start): Set coding system for the server
10596         process to raw-text.
10597         (server-process-filter): Decode file names if necessary.
10599 1999-03-12  Dave Love  <fx@gnu.org>
10601         * textmodes/fill.el (sentence-end-double-space): Doc fix.
10603         * textmodes/paragraphs.el (sentence-end): Doc fix.
10605 1999-03-11  Karl Heuer  <kwzh@gnu.org>
10607         * comint.el (comint-password-prompt-regexp): Accept "login password:"
10609 1999-03-09  Karl Heuer  <kwzh@gnu.org>
10611         * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
10612         (ispell-dictionary-alist-2): Likewise.
10613         (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
10614         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
10615         (ispell-dictionary-alist): Build from six pieces, not just two.
10617         * ps-bdf.el (bdf-directory-list): Doc fix.
10619         * enriched.el (enriched-mode): Make var permanent-local.
10621 1999-03-09  Dave Love  <fx@gnu.org>
10623         * textmodes/sgml-mode.el (html-mode): Use
10624         sentence-end-double-space when setting sentence-end.
10626 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
10628         * language/thai.el (tis-620): New alias coding system for thai-tis620.
10630 1999-03-08  Felix Lee  <flee@cygnus.com>
10632         * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
10634         * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
10636 1999-03-08  Karl Heuer  <kwzh@gnu.org>
10638         * dired-aux.el (dired-do-copy-regexp): Doc fix.
10639         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
10641         * dired.el (dired-do-copy-regexp): Doc fix.
10642         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
10644 1999-03-08  Roger Breitenstein  <roger.breitenstein@starfish.com>
10646         * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
10648 1999-03-08  Jason Rumney <jasonr@altavista.net>
10650         * international/codepage.el (cp1250-decode-table)
10651         (cp1251-decode-table, cp1253-decode-table)
10652         (cp1257-decode-table): New translation tables for MS Windows codepages.
10653         (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
10655 1999-03-07  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
10657         * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
10659 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
10661         * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
10663         * term/internal.el (top level): Display character 255 as 8bit as well.
10665 1999-03-06  Dave Love  <fx@gnu.org>
10667         * progmodes/cc-cmds.el (c-outline-level): Bind
10668         buffer-invisibility-spec.
10670         * progmodes/c-mode.el (c-outline-level): Likewise.
10672         * progmodes/ada-mode.el (ada-outline-level): Likewise.
10674 1999-03-05  Felix Lee  <flee@cygnus.com>
10676         * textmodes/outline.el (outline-get-last-sibling): Doc fix.
10678 1999-03-05  Richard M. Stallman  <rms@gnu.org>
10680         * bindings.el (complete-symbol): Invert meaning of prefix arg.
10682 1999-03-05  Andrew Innes  <andrewi@gnu.org>
10684         * w32-fns.el (convert-standard-filename): Convert directory
10685         separators to Windows format.
10687 1999-03-05  Andreas Schwab  <schwab@gnu.org>
10689         * international/skkdic-cnv.el: Provide skkdic-cnv.
10690         (skkdic-convert): Emit code to require skkdic-cnv at compile time.
10691         (batch-skkdic-convert): Doc fix.
10693 1999-03-04  Dave Love  <fx@gnu.org>
10695         * custom.el (custom-set-variables): Protect against setter errors.
10697 1999-03-04  Eli Zaretskii  <eliz@gnu.org>
10699         * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
10700         the file sizes from overflowing.
10701         (ls-lisp-format): If file size is a float, use %8.0f to print it.
10702         Under -s, print the size in blocks with %4.0f, in case they have
10703         a *really* huge file.
10705 1999-03-03  Dave Love  <fx@gnu.org>
10707         * options.el (edit-options): Doc fix.
10708         (list-options): Don't lose with unbound symbols.  Maintain
10709         Edit-options-mode.
10711 1999-03-01  Dave Love  <fx@gnu.org>
10713         * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
10715 1999-02-28  Richard M. Stallman  <rms@gnu.org>
10717         * ispell.el (ispell-dictionary-alist-override): New variable.
10718         (ispell-dictionary-alist): Don't setq it,
10719         if ispell-dictionary-alist-override is set.
10721         * simple.el (shell-command-default-error-buffer): Renamed from
10722         shell-command-on-region-default-error-buffer.
10723         (shell-command-on-region): Mention in echo area when there
10724         is some error output.  Mention success or failure, too.
10725         Accumulate multiple error outputs
10726         going forward, with formfeed in between.  Display the error buffer
10727         when we have put something in it.
10728         (shell-command): Add the ERROR-BUFFER argument feature.
10730 1999-02-28  Karl Heuer  <kwzh@gnu.org>
10732         * mail/mh-utils.el (mh-lib): Doc fix.
10733         (mh-lib-progs, mh-nmh-p): New vars.
10734         (mh-find-progs): Set mh-lib-progs along with other vars.
10735         (mh-path-search): New arg FUNC-P; if specified, use that instead
10736         of mh-file-command-p.
10737         (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
10739         * mail/mh-comp.el (mh-repl-formfile): New var.
10740         (mh-smail-batch): Don't ignore all arguments.
10741         (mh-reply): Do the right thing when using nmh.
10743 1999-02-27  Kenichi Handa  <handa@etl.go.jp>
10745         * international/mule-cmds.el (select-safe-coding-system): Be sure
10746         to show a buffer being decoded.
10748 1999-02-26  Ken'ichi Handa  <handa@gnu.org>
10750         * ps-bdf.el (bdf-directory-list): Initialize it to
10751         '("/usr/local/share/emacs/fonts/bdf").
10753 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10755         * ps-print.el: PostScript programming fix.
10756         (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
10757         setpagedevice operator).
10759 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10761         * ps-print.el: Doc fix, font size specifies landscape and portrait
10762         sizes.
10763         (ps-print-version): New version number (4.1.4).
10764         (ps-font-size, ps-header-font-size, ps-header-title-font-size):
10765         Specifies landscape and portrait sizes.
10766         (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
10767         (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
10768         fix.
10769         (ps-get-font-size): New fun.
10770         (ps-font-size-internal, ps-header-font-size-internal)
10771         (ps-header-title-font-size-internal): New vars.
10773         * ps-mule.el: Change of ps-print font size variable name.
10774         (ps-mule-generate-font): Fun fix.
10775         (ps-mule-begin-job): Programming uniformization.
10777 1999-02-25  Dave Love  <fx@gnu.org>
10779         * help.el (help-xref-info-regexp): Allow linebreaks and capital.
10780         (help-make-xrefs): Do Info case first.
10782         * repeat.el: Don't require advice.
10783         (repeat-last-kill-command): Variable deleted.
10785 1999-02-25  Richard Stallman  <rms@gnu.org>
10787         * simple.el (shell-command-on-region): Don't go into the REPLACE = t
10788         case just because the current buffer is the output buffer.
10790 1999-02-25  Kenichi Handa  <handa@etl.go.jp>
10792         * simple.el (what-cursor-position): To show the character's
10793         encoding, use encoded-string-description instead of information
10794         of chaset-origin-alist.
10796         * international/mule-cmds.el (iso-2022-control-alist): New variable.
10797         (encoded-code-description): New function.
10798         (encoded-string-description): New function.
10799         (encode-coding-char): New function.
10801 1999-02-25  Andrew Innes  <andrewi@gnu.org>
10803         * startup.el (command-line) [windows-nt]: Fix typo in regexp
10804         checking for .emacs[.el[c]].
10806 1999-02-24  Richard Stallman  <rms@gnu.org>
10808         * help.el (describe-function-1): Don't print a whole lambda-function.
10810 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
10812         * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
10813         inputting ?\240.
10815 1999-02-23  Karl Heuer  <kwzh@gnu.org>
10817         * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
10819         * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
10820         (clean-buffer-list-kill-buffer-names): Doc fix.
10822         * gud.el (gud-jdb-massage-args): Spelling fix.
10824 1999-02-23  Richard M. Stallman  <rms@gnu.org>
10826         * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
10828 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
10830         * arc-mode.el (archive-set-buffer-as-visiting-file): Save
10831         excursion while calling set-auto-coding-function.
10833         * play/handwrite.el (handwrite): Require ps-print, and use
10834         ps-printer-name and ps-lpr-command.  Call ps-print-region-function
10835         if it's defined, instead of forking ps-lpr-command unconditionally.
10837 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
10839         * international/codepage.el (cp-coding-system-for-codepage-1): Put
10840         charset-origin-alist property to a coding system for the codepage.
10842         * international/mule.el: Modify comment for charset-origin-alist
10843         property of a coding system.
10845         * simple.el (what-cursor-position): charset-origin-alist property
10846         of a coding system may be a translation table or a symbol of which
10847         `translation-table' property is a translation table.
10849 1999-02-21  Richard Stallman  <rms@gnu.org>
10851         * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
10852         to the "html" template.
10854 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
10856         * dirtrack.el (dirtrack): Added docstring.  Now returns input.
10858 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
10860         * dirtrack.el (dirtrack): Check for the prompt in the input string
10861         instead of the buffer.
10863 1999-02-18  Alex Schroeder  <a.schroeder@bsiag.ch>
10865         * sql.el: Set version to 1.4.1.  Changed mail address to
10866         alex@gnu.org.  Mention the mailing list sql.el@gnu.org.
10867         (sql-input-ring-separator): Doc fix.
10868         (sql-mode-syntax-table): double-dash starts comments is defined as
10869         ". 56" instead of ". 12b" for XEmacs.
10870         (sql-stop, sql-interactive-mode): Doc fixes.
10871         (sql-postgres): Queries for database and server, not just one.
10872         (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
10874         * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
10875         changed.  This is needed for master.el to work.
10876         (sql-set-sqli-buffer): Use the new hook.
10878         * sql.el (sql-make-alternate-buffer-name): Function that sets
10879         sql-alternate-buffer-name.
10880         (sql-alternate-buffer-name): Possible name of SQLi buffers.
10881         (sql-interactive-mode): Set sql-alternate-buffer-name.
10882         (sql-rename-buffer): New command.
10883         (sql-interactive-mode-menu): Menu for SQLi buffers.
10885         * sql.el (sql-interactive-mode): Doc fix.  sql-input-ring-separator
10886         and sql-input-ring-file-name are used to temporarily set
10887         comint-input-ring-file-name and comint-input-ring-separator when
10888         reading and writing input history files.
10890         (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
10891         (sql-input-ring-file-name): New variable with customization.
10892         (sql-input-ring-separator): New variable with customization.
10893         (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
10894         Callers changed.
10895         (sql-show-sqli-buffer): The message for "sql-buffer is not set"
10896         now includes the name of the current buffer.
10898         (sql-mode): Set paragraph-separate and paragraph-start so that
10899         sql-send-paragraph sends the entire SQL statements, even if it
10900         contains indented lines.
10902 1999-02-18  Dave Love  <fx@gnu.org>
10904         * format.el (format-encode-run-method, format-decode-run-method):
10905         Fix previous change.
10907 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
10909         * international/mule.el (coding-system-list): Moved here from
10910         mule-util.el to avoid autoloading mule-util by the call of
10911         select-safe-coding-system.
10913 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10915         * simple.el (turn-on-auto-fill): Mark it as an option for
10916         `text-mode-hook'.
10918 1999-02-17  Richard Stallman  <rms@gnu.org>
10920         * emacs-lisp/easymenu.el (easy-menu-get-map):
10921         Don't crash if (current-local-map) is nil.
10923 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
10925         * filecache.el (file-cache-filter-regexps): Added .class.
10927 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
10929         * international/mule-util.el (decompose-region): Use
10930         insert-buffer-substring instead of insert-buffer to avoid putting
10931         mark.
10933 1999-02-17  Andreas Schwab  <schwab@gnu.org>
10935         * calendar/cal-move.el (scroll-calendar-left): Don't set
10936         displayed-month and displayed-year here, let generate-calendar do
10937         it, after range checking.
10939 1999-02-17  Simon Marshall  <simon@gnu.org>
10941         * progmodes/cc-engine.el (c-at-toplevel-p): New function.
10943         * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
10944         correctly between an object declared via a constructor and a method.
10945         (font-lock-defaults-alist): Don't give `.' word syntax for Java.
10946         (java-font-lock-keywords-1): Fontify package names individually.
10947         (java-font-lock-extra-types): Ensure regexp matches capitalised only.
10948         (java-font-lock-keywords-2): Simplify type fontification.
10949         (java-font-lock-keywords-3): Likewise.
10951 1999-02-17  Kenichi Handa  <handa@etl.go.jp>
10953         * language/japanese.el (iso-2022-jp-2): New coding system.
10954         ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
10956 1999-02-16  Dave Love  <fx@gnu.org>
10958         * help.el (describe-function-1): Accept non-symbols.
10960 1999-02-16  Paul Eggert  <eggert@twinsun.com>
10962         * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
10963         find the last match if there are multiple matches.
10965 1999-02-16  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10967         * tex-mode.el (tex-run-command, latex-run-command)
10968         (slitex-run-command, tex-command): Doc changes.
10969         (tex-start-options-string): Autoload it.  Doc change.  Provide
10970         a menu for customization.  Allow nil.  Quote backslashes only once.
10971         (tex-start-tex): Handle nil value of tex-start-options-string
10972         and apply shell-quote-argument to it.
10974 1999-02-16  Eli Zaretskii  <eliz@gnu.org>
10976         * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
10977         the size in blocks, since it can be a float.
10978         (ls-lisp-format): Likewise
10980 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
10982         * language/japanese.el (japanese-shift-jis): Add
10983         charset-origin-alist property.
10985 1999-02-15  Richard Stallman  <rms@gnu.org>
10987         * progmodes/compile.el (compile-internal): Use save-selected-window.
10989         * subr.el (momentary-string-display): Bind inhibit-read-only.
10991         * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
10993 1999-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
10995         * mail/rmail.el (rmail-show-message): If an unseen message has a
10996         Summary-line in its header, get past one more line before looking
10997         for the X-Coding-System header.
10999 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
11001         * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
11002         explicitly to accomodate Windows 9X lack of a useful copy program.
11004 1999-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
11006         * wid-edit.el (widget-choice-value-create): Use `equal'
11007         instead of `eq'.
11009 1999-02-14  Richard Stallman  <rms@gnu.org>
11011         * international/iso-transl.el:
11012         (iso-transl-ae): Renamed from iso-transl-e-slash.
11013         (iso-transl-a-ring): Renamed from iso-transl-a-slash.
11014         (iso-transl-AE): Renamed from iso-transl-E-slash.
11015         (iso-transl-A-ring): Renamed from iso-transl-A-slash.
11016         (iso-transl-char-map): Related changes.
11018         * format.el (format-replace-strings): Fix value of TO in REVERSE case.
11020 1999-02-13  Richard Stallman  <rms@gnu.org>
11022         * textmodes/texinfmt.el (texinfo-alias): New function.
11023         (texinfo-fold-nodename-case): Add defvar.
11024         (texinfo-format-node): Do case folding if specified.
11026         * ffap.el (ffap-file-at-point): Test local file names
11027         immediately.  Strip off line numbers.
11029 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
11031         * sql.el: Set version to 1.3.2
11032         (sql-solid-program): Added support for solid.
11033         (sql-help): Doc mentions sql-solid.
11034         (sql-solid): Entry function for Solid.
11035         (sql-buffer): Doc explains the use of the variable and how to
11036         change it.
11037         (sql-mode-menu): Included entries for sql-show-sqli-buffer and
11038         sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
11039         disabled if sql-buffer doesn't have a process; sql-send-paragraph
11040         is new.
11041         (sql-show-sqli-buffer): New function to display the value of
11042         sql-buffer.
11043         (sql-change-sqli-buffer): New function to change sql-buffer.
11044         (sql-mode): Doc explains how to change sql-buffer.
11045         (sql-send-paragraph): New function to send a paragraph.
11046         (sql-mode-map): Added keybinding for sql-send-paragraph.
11047         (sql-mysql): Doc corrected.
11048         (sql-ms): Doc corrected.
11050         * sql.el (sql-server): Doc fix.
11051         (sql-mysql): Added the use of sql-server to specify the host,
11052         sql-database now specifies database instead of host.
11053         (sql-mode-menu): Send... menu items are only active if sql-buffer
11054         is non-nil.
11055         (sql-help): Changed tag of entry functions a bit.
11057         * sql.el: Added keywords from `finder-by-keyword'.
11058         (sql-mode): Made sql-buffer a local variable, changed the
11059         documentation: removed instructions to add *.sql files to
11060         auto-mode-alist, added documentation for having mutliple SQL
11061         buffers sending their stuff to different SQLi buffers, each
11062         running a different process.
11063         (sql-postgres): Quoted *SQL* in doc string.
11064         (sql-ms): Likewise.
11065         (sql-ingres): Likewise.
11066         (sql-ingres): Quoted *SQL* in doc string, added references to
11067         sql-user and sql-password used during login.
11068         (sql-sybase): Quoted *SQL* in doc string, added comma.
11069         (sql-oracle): Likewise.
11070         (sql-interactive-mode): Added extensive documentation for having
11071         mutliple SQL buffers sending their stuff to different SQLi
11072         buffers, each running a different process.
11073         (sql-buffer): Changed doc from *SQL* to SQLi.
11074         (sql-get-login): Doc fix.
11076 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
11078         * international/mule-conf.el (undecided): Set ascii in
11079         safe-charsets property.
11081 1999-02-12  Richard Stallman  <rms@gnu.org>
11083         * textmodes/paragraphs.el (paragraph-separate): Doc fix.
11085 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
11087         * ps-mule.el (ps-mule-font-info-database-default): Set the initial
11088         value to ps-mule-font-info-database-latin.
11090 1999-02-13  Kenichi HANDA  <handa@etl.go.jp>
11092         * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
11093         (ps-mule-font-info-database-default): New variable.
11094         (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
11095         ps-mule-font-info-database-default.
11097 1999-02-12  Dave Love  <fx@gnu.org>
11099         * timezone.el (timezone-make-date-sortable)
11100         (timezone-make-date-arpa-standard): Doc fix.
11102 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
11104         * international/quail.el (quail-show-kbd-layout): Bind
11105         blink-matching-paren to nil.
11107         * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
11108         for ASCII and Latin-1.
11110 1999-02-12  Andreas Schwab  <schwab@gnu.org>
11112         * gud.el (jdb): Fix regexp for comint-prompt-regexp.
11114 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
11116         * international/mule-cmds.el (language-info-alist): Remove
11117         description about charset-origin-alist.
11119         * international/mule.el: Comment added for a new coding system
11120         property `charset-origin-alit'.
11121         (make-translation-table): This variable deleted.
11123         * language/chinese.el (chinese-big5): Add charset-origin-alist
11124         property.
11125         ("Chinese-CNS"): Remove charset-origin-alist property.
11127         * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
11128         property.
11129         (cyrillic-alternativnyj): Likewise.
11130         ("Cyrillic-KOI8"): Remove charset-origin-alist property.
11131         ("Cyrillic-ALT"): Likewise.
11133         * language/vietnamese.el (vietnamese-viqr): Add
11134         charset-origin-alist property.
11135         ("Vietnamese"): Remove charset-origin-alist property.
11137         * simple.el (what-cursor-position): Don't use the varialbe
11138         charset-origin-alist, but use charset-origin-alist property of
11139         buffer-file-coding-system to decide external character set code.
11141 1999-02-10  Richard Stallman  <rms@gnu.org>
11143         * shadowfile.el: Don't turn on the mode when the file is loaded.
11145 1999-02-09  Richard Stallman  <rms@gnu.org>
11147         * progmodes/compile.el (compile-auto-highlight): Customize.
11149         * add-log.el (add-log-file-name-function): New variable.
11150         (add-change-log-entry): Call that function, if non-nil.
11152 1999-02-09  Michael Ernst  <mernst@alum.mit.edu>
11154         * rmail.el (rmail-search): Track match with a marker, not an integer.
11156 1999-02-08  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11158         * progmodes/compile.el (compilation-setup): Set value of
11159         compilation-directory-stack as in compilation-forget-errors.
11160         (compile-reinitialize-errors): Bind buffer-undo-list and
11161         deactivate-mark.
11162         (compilation-forget-errors): Likewise.
11164 1999-02-08  Jim Blandy  <jimb@savonarola.red-bean.com>
11166         * textmodes/texinfo.el (texinfo-environment-regexp): Add the
11167         def... constructs.
11169         * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
11170         Remove calls to sleep-for.
11172 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
11174         * international/codepage.el (cp-coding-system-for-codepage-1): On
11175         MS-DOS, use dos-unsupported-char-glyph for characters not
11176         supported by the codepage.
11177         (cp-make-coding-systems-for-codepage): Likewise.
11179 1999-02-08  Andreas Schwab  <schwab@gnu.org>
11181         * international/mule-util.el (coding-system-list): Don't sort
11182         coding-system-list here.
11184         * international/mule.el (coding-system-lessp): Moved here from
11185         mule-util.el
11186         (add-to-coding-system-list): New function.
11187         (make-subsidiary-coding-system, make-coding-system,
11188         define-coding-system-alias): Use it instead of setting
11189         coding-system-list directly.
11191 1999-02-07  Dave Love  <fx@gnu.org>
11193         * calendar/appt.el (appt-make-list): Don't splice quotes and date
11194         onto message.
11196 1999-02-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11198         * imenu.el (imenu--last-menubar-index-alist): Add doc.
11199         (imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
11201 1999-02-06  Richard Stallman  <rms@gnu.org>
11203         * language/european.el (setup-slovenian-environment): New function.
11204         ("Slovenian"): New language environment.
11206         * progmodes/sql.el (sql-help): Doc fix.
11207         (sql-mysql): Doc fix.
11209 1999-02-05  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11211         * tex-mode.el: When compiling, require compare-w and skeleton
11212         to pacify the byte-compiler.  Move the def's of the tex-commands
11213         together.  Add a comment on kill-process vs. quit-process.
11215 1999-02-05  Dave Love  <fx@gnu.org>
11217         * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
11218         null markers.
11219         (compile-goto-error): Likewise.
11221 1999-02-05  Stephen Gildea  <gildea@alum.mit.edu>
11223         * time-stamp.el (time-stamp-format): Format doc tighter.
11224         (time-stamp-line-limit): 0 searches the entire buffer (careful!).
11225         (time-stamp): Don't re-write the time stamp if it didn't change.
11227 1999-02-05  Alex Schroeder  <asc@bsiag.com>
11229         * progmodes/sql.el: Changed version to 1.2.1.
11230         (sql-pop-to-buffer-after-send-region): Improved documentation.
11231         (sql-mysql-program): Added MySQL support.
11232         (sql-prompt-length): Made prompt-length configurable.
11233         (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
11234         (sql-help): Added MySQL support, changed documentation.
11235         (sql-send-region): A message is displayed if something is sent.
11236         (sql-mode): Added buffer-local comment-start.
11237         (sql-interactive-mode): Use sql-prompt-length to set left-margin.
11238         (sql-interactive-mode): Added buffer-local comment-start.
11239         (sql-oracle): Set sql-prompt-length.
11240         (sql-sybase): Set sql-prompt-length.
11241         (sql-mysql): Added MySQL support.
11242         (sql-ingres): Set sql-prompt-length.
11243         (sql-ms): Set sql-prompt-length.
11244         (sql-postgres): Set sql-prompt-length.
11246 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
11248         * term/internal.el (dos-codepage-setup): Set selection coding
11249         system to cpNNN-dos.
11251 1999-02-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11253         * international/characters.el: Let ethiopic use iso-2022-7bit.
11255 1999-02-02  Dave Love  <fx@gnu.org>
11257         * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
11258         (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
11260 1999-02-02  Karl Heuer  <kwzh@gnu.org>
11262         * terminal.el (terminal-emulator): Doc fix.
11264 1999-02-02  Ken'ichi Handa  <handa@gnu.org>
11266         * international/mule-util.el (compose-chars): Doc-string
11267         modified.  Correctly handle a composition character in ARGS.
11269 1999-02-01  Richard Stallman  <rms@gnu.org>
11271         * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
11272         (makefile-menu-index-function): Function deleted.
11273         (makefile-mode): Use makefile-imenu-generic-expression.
11275 1999-02-01  Geoff Voelker  <voelker@cs.washington.edu>
11277         * term/w32-win.el (w32-create-initial-fontsets): Back out previous
11278         change, invoke from before-init-hook.
11280 1999-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
11282         * subr.el (remove-from-invisibility-spec): Cope with the case when
11283         buffer-invisibility-spec is t.
11285 1999-02-01  Ed Reingold  <reingold@cs.uiuc.edu>
11287         * calendar/calendar.el (calendar-mode-map): Fix bindings for
11288         appt-add and appt-delete.
11290 1999-02-01  Eli Zaretskii  <eliz@gnu.org>
11292         * term/pc-win.el (msdos-approximate-color): New function.
11293         (msdos-color-translate): Call it to find a DOS color that best
11294         approximates an X-style "#NNNNNN" color specification.
11296 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
11298         * international/mule-util.el (compose-chars-component): Add
11299         autoload cookie.
11301 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
11303         * international/quail.el (quail-lookup-key): If cdr of MAP is a
11304         function, replace cdr of MAP by the return value of the function
11305         unconditionally.
11307 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11309         * progmodes/compile.el (compilation-next-error-locus): Don't
11310         decrease argument FIND-AT-LEAST of compilation-next-error-locus.
11312 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
11314         * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
11315         and NLs before "charset", and allow the charset name be in double
11316         quotes.
11318 1999-01-31  Richard Stallman  <rms@gnu.org>
11320         * imenu.el (imenu-sort-function): Fix custom type.
11322 1999-01-30  Richard Stallman  <rms@gnu.org>
11324         * speedbar.el (speedbar-line-token): Match {...} instead of [...].
11325         (speedbar-line-token): Likewise.
11327         * play/gametree.el (gametree-default-score): Use defcustom.
11328         (gametree-score-regexp, gametree-score-closer): Likewise.
11329         (gametree-score-manual-flag, gametree-score-opener): Likewise.
11331 1999-01-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11333         * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
11334         decoding.
11336 1999-01-29  Markus Rost  <rost@gnu.org>
11338         * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
11339         tex-validate-buffer.
11340         (plain-tex-mode, latex-mode, slitex-mode): Likewise.
11341         (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
11342         now with recent occur-mode.
11343         (tex-validate-region): Really walk through all Sexps.
11344         (tex-region): Bind shell-dirtrack-verbose.
11345         (tex-file, tex-bibtex-file): Likewise.
11347 1999-01-29  Dave Love  <fx@gnu.org>
11349         * finder.el: (finder-commentary): Fix interactive spec.  Try
11350         appending .el to file name.
11351         (finder-find-library, finder-commentary): Doc fixes.
11353 1999-01-29  Andrew Innes  <andrewi@gnu.org>
11355         * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
11356         where the userid contains directory separators.
11358 1999-01-29  Dave Love  <fx@gnu.org>
11360         * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
11361         (lm-commentary): Doc fix.
11363 1999-01-29  Andreas Schwab  <schwab@gnu.org>
11365         * files.el (file-expand-wildcards): Never consider `.' and `..' a
11366         wildcard match.  Fix regexp that tests if dirpart contains
11367         wildcard characters.
11369 1999-01-28  Richard Stallman  <rms@gnu.org>
11371         * font-lock.el (font-lock-default-unfontify-region):
11372         If not font-lock-syntactic-keywords, don't remove syntax-table prop.
11374 1999-01-27  Jason Rumney <jasonr@altavista.net>
11376         * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
11377         from FAMILY field.
11378         (w32-create-initial-fontsets): Do not use before-init-hook.
11379         (mouse-set-font): Document.  Automatically create and use fontsets.
11381         * dos-w32.el (direct-print-region-helper): Check for printer
11382         being t as well as a string.
11384 1999-01-27  Kenichi Handa  <handa@etl.go.jp>
11386         * mail/rmail.el (rmail-decode-mime-charset): New variable.
11387         (rmail-mime-charset-pattern): New variable.
11388         (rmail-convert-to-babyl-format): Decode by MIME-charset if
11389         rmail-decode-mime-charset is non-nil.
11391 1999-01-27  Ken'ichi Handa  <handa@gnu.org>
11393         * international/characters.el: Set category `q' for all characters
11394         in tibetan and tibetan-1-column.
11396 1999-01-27  Andrew Innes  <andrewi@gnu.org>
11398         * frame.el (select-frame-by-name): Obey focus-follows-mouse.
11399         (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
11401 1999-01-27  Dave Love  <fx@gnu.org>
11403         * international/mule-cmds.el (current-language-environment):
11404         Provide :link, :type (choices) and appropriate :get.
11406 1999-01-27  Eli Zaretskii  <eliz@gnu.org>
11408         * startup.el (command-line): Set default eol-mnemonic-* strings to
11409         display end-of-line format in mode line.
11411         * cus-start.el (all): Add eol-mnemonic-* variables.
11413 1999-01-26  Dave Love  <fx@gnu.org>
11415         * startup.el (command-line-1): Up-date copyright.
11417         * paths.el (Info-default-directory-list): Use configdir twice.
11419         * info.el (Info-directory-list): Don't set path-separator now
11420         we're not shipped with Texinfo.  Simplify path definition.
11421         Substitute all occurrences of instdir in Info-default-directory-list.
11423 1999-01-25  Richard Stallman  <rms@gnu.org>
11425         * startup.el (normal-top-level-add-subdirs-to-load-path):
11426         Record the inode numbers of the dirs processed, to avoid loop.
11428         * textmodes/tex-mode.el (tex-run-command): Doc fix.
11430 1999-01-25  Dave Love  <fx@gnu.org>
11432         * browse-url.el (browse-url-netscape-program): Doc addition.
11434         * help.el (help-make-xrefs): Default info references to an `(emacs)'
11435         prefix.
11437         * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
11438         auto-mode-alist.
11440 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11442         * calendar/diary-lib.el (mark-diary-entries): Use
11443         assoc-ignore-case and do not capitalize when matching month and
11444         day names.
11446         * calendar/calendar.el (calendar-read-date): Ditto.
11448         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
11449         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
11451         * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
11453         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
11455         * calendar/cal-islam.el (calendar-goto-islamic-date)
11456         (mark-islamic-diary-entries): Ditto.
11458         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
11460         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
11461         (calendar-read-mayan-tzolkin-date): Ditto.
11463         * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
11465 1999-01-22  Michael Ernst  <mernst@alum.mit.edu>
11467         * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
11469 1999-01-25  Karl Heuer  <kwzh@gnu.org>
11471         * faces.el (list-faces-display): Multiline case of previous fix.
11473 1999-01-25  Andreas Schwab  <schwab@gnu.org>
11475         * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
11477 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
11479         * files.el (find-file): If find-file-noselect returns a list,
11480         do switch-to-buffer on each element.
11481         (find-file-other-window): Likewise for all but the first element.
11482         (find-file-other-frame): Same.
11483         (find-file-noselect): When we expand a wildcard, return a list
11484         of buffers.
11486 1999-01-24  Eli Zaretskii  <eliz@gnu.org>
11488         * term/internal.el (dos-codepage-setup): Call prefer-coding-system
11489         to set the appropriate cpNNN-dos coding system as the
11490         highest-priority coding system.
11492 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
11494         * international/fontset.el (generate-fontset-menu): Return a
11495         sorted list by plain names of fontsets.
11497         * international/mule-diag.el (list-fontsets): Sort fontsets by
11498         plain names.
11500         * language/tibet-util.el (tibetan-vertical-stacking): If the arg
11501         FIRST is a composite character, decompose it at first.
11503 1999-01-23  Dave Love  <fx@gnu.org>
11505         * format.el: Doc fixes.
11506         (format-encode-run-method): Have things happen in the right buffer.
11507         Deal with errors from method.  Set coding-system-for-write.
11508         (format-decode-run-method): Have things happen in the right buffer.
11509         Deal with errors from method.  Set coding-system-for-read.
11510         (format-alist): Use nil instead of unmatchable regexps.
11512         * simple.el (shell-command-on-region): Return command's exit status.
11514 1999-01-23  Eric Ludlam  <zappo@gnu.org>
11516         * speedbar.el (speedbar-item-info-file-helper): Add optional arg
11517         of the file whose info we want to display.
11518         (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
11519         (speedbar-add-mode-functions-list) Improve doc.
11520         (speedbar-line-token) New function.
11521         (speedbar-dired) Fix order of directories in -shown-directories.
11522         (speedbar-line-path): Default return is default-directory
11523         (speedbar-buffers-line-path): Return is dir name only.
11524         (speedbar-mode-functions-list): New variable.
11525         (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
11526         (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
11527         speedbar-files-item-info speedbar-buffers-item-info): New functions.
11528         (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
11529         New functions.
11530         (speedbar-line-file): Broke out part that fetches file from a line.
11531         (speedbar-line-text): New function extracted from speedbar-line-file.
11532         (speedbar-line-path): Converted into a replaceable function.
11533         (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
11535 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
11537         * international/fontset.el (create-fontset-from-x-resource): Make
11538         style variants.
11540 1999-01-22  Dave Love  <fx@gnu.org>
11542         * paths.el (Info-default-directory-list): Put sysdir after start.
11544 1999-01-22  Sam Steingold  <sds@goems.com>
11546         * midnight.el (clean-buffer-list): Do not kill a buffer if it has
11547         a process associated with it.
11549 1999-01-22  Jason Rumney <jasonr@altavista.net>
11551         * term/w32-win.el (w32-standard-fontset-spec): Simplified.
11553 1999-01-22  Felix Lee  <flee@cygnus.com>
11555         * vc.el (vc-annotate-display): Delete old overlays.  Fix check for
11556         major-mode.
11557         (vc-annotate-mode): Delete variable.
11559 1999-01-22  Andrew Innes  <andrewi@gnu.org>
11561         * startup.el (command-line): [windows-nt]: Check for existence of
11562         .emacs file so as to notice .emacs.el or .emacs.elc and use them
11563         in preference to _emacs.
11565 1999-01-22  Dave Love  <fx@gnu.org>
11567         * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
11569 1999-01-20  Richard Stallman  <rms@gnu.org>
11571         * files.el (find-file-noselect): Do wildcard processing only
11572         if new arg WILDCARDS is non-nil.
11573         (find-file, find-file-other-window): New arg WILDCARDS.
11574         Default it to non-nil if interactive.
11575         (find-file-other-frame): Likewise.
11576         (find-file-read-only): Likewise.
11577         (find-file-read-only-other-window): Likewise.
11578         (find-file-read-only-other-frame): Likewise.
11580         * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
11581         (widget-plist-convert-option): Delete spurious comma.
11583 1999-01-19  Jason Rumney <jasonr@altavista.net>
11585         * term/w32-win.el (w32-standard-fontspec-spec): Change
11586         iso8859-5 to koi8-r.  Add iso8859-9.
11588 1999-01-19  Dave Love  <fx@gnu.org>
11590         * browse-url.el (browse-url-maybe-new-window): Delete macro and
11591         its uses.
11593         * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
11594         is active.
11595         (fortran-indent-subprogram): Likewise.
11597 1999-01-19  Dave Love  <d.love@dl.ac.uk>
11599         * paths.el (Info-default-directory-list): Perhaps add /usr/info.
11601 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
11603         * wid-edit.el (alist): Use sexp as default key-type.
11605 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11607         * textmodes/tex-mode.el (tex-define-common-keys):
11608         Remove key binding of tex-feed-input.
11609         (tex-mode-map): Bind tex-feed-input here.
11610         (tex-start-shell): Use compilation-shell-minor-mode.  Set
11611         comint-input-filter-functions before running tex-shell-hook.
11612         (tex-start-tex): Forget compilation errors.
11613         (tex-compilation-parse-errors): Rewritten to work also with
11614         compile-mouse-goto-error and compile-goto-error.  Adjusted to
11615         change in tex-region.
11616         (tex-region): For the temp file use file-name without directory.
11617         (tex-file): Expand file name of tex-print-file.
11619 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11621         * emacs-lisp/edebug.el (with-temp-message):  Add def-edebug-spec call.
11623 1999-01-18  Espen Skoglund  <espensk@stud.cs.uit.no>
11625         * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
11626         beginning could cause Emacs to hang.  Fixed.
11628 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
11630         * international/ccl.el (ccl-compile-translate-character): Handle
11631         the case that a tranlation table is CCL register correctly.
11633         * international/mule-cmds.el (select-safe-coding-system):
11634         Hightlight at most 256 characters.
11636 1999-01-18  Dave Love  <fx@gnu.org>
11638         * startup.el (command-line): If the init file changes operation to
11639         unibyte, make all buffers unibyte and re-set language environment.
11641         * disp-table.el (standard-display-european): Make all existing
11642         buffers unibyte.  Fix doc.
11644 1999-01-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
11646         * wid-edit.el (coding-system): Define this unconditionally.
11648         * simple.el (shell-command-on-region-default-error-buffer): New var.
11649         (shell-command-on-region): Use that variable as interactive
11650         value of ERROR-BUFFER argument.
11652 1999-01-17  Sam Steingold  <sds@goems.com>
11654         * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
11656 1999-01-17  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11658         * progmodes/compile.el (compilation-goto-locus): If already in the
11659         compilation buffer's window, keep it in that window.
11660         (compile-mouse-goto-error): Add Doc.  Don't play with windows.
11661         (compile-goto-error): Don't play with windows.
11663         * textmodes/tex-mode.el (latex-run-command): Doc fix.
11664         (tex-command): Doc fix.
11665         (tex-compilation-parse-errors): Doc fix.
11666         (tex-generate-zap-file-name): Don't start the name with -.
11667         (tex-expand-files): Works now also with strings ending with ":".
11669 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
11671         Patch failed to install:
11672         * gametree.el: Document scoring functionality.
11673         (gametree-score-regexp): Add optional plus sign.
11674         (gametree-score-opener): Replace `:' with `=' as the former
11675         conflicts with gametree-half-ply-regexp.
11676         (gametree-transpose-following-leaves): Add.
11677         (gametree-insert-new-leaf): Make modifying commands barf in read
11678         only buffers.
11679         (gametree-break-line-here): Add a call to
11680         `gametree-transpose-following-leaves'.  This maintains the
11681         necessary invariant that on each level all leaf children precede
11682         all nonleaf children.  This has always been implied, but left to
11683         the user, and, unfortunately, undocumented.
11685 1999-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11687         * wid-edit.el (plist, alist): New widget types.
11689 1999-01-17  Dave Love  <fx@gnu.org>
11691         * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
11692         fix scope of condition-case therein.
11694 1999-01-17  Andrew Innes  <andrewi@gnu.org>
11696         * dos-w32.el: (find-buffer-file-type-coding-system): Use
11697         default-buffer-file-coding-system when file doesn't exist (and
11698         isn't covered by a special case) instead of forcing undecided-dos
11699         against the user's wishes.
11701         * dos-w32.el (direct-print-region-helper): New function based on
11702         direct-print-region-function; sends data to specified printer port
11703         without further translation.  Recognize and handle specially the
11704         standard `print' and `nprint' programs, as well as `lpr' and
11705         similar programs.  Only write directly to the printer port if no
11706         print program is specified.  Work around a bug in Windows 9x
11707         affecting Win32 version of Emacs by invoking command.com to write
11708         to the printer port instead of writing directly.
11709         (direct-print-region-function): Use direct-print-region-helper to
11710         do most of the work.
11711         (direct-ps-print-region-function): New function; analogue of
11712         direct-print-region-function for ps-print.
11713         (ps-lpr-command): Comment out setq; leave as example usage.
11714         (ps-lpr-switches): Ditto.
11716         * lpr.el: (printer-name): Update docstring about usage on MS-DOS
11717         and MS-Windows.
11718         (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
11719         DOS and Windows platforms, to indicate direct printing.  Update
11720         the docstring accordingly.
11722         * ps-print.el: (ps-printer-name): Update docstring about usage on
11723         MS-DOS and MS-Windows.
11724         (ps-lpr-command): Update docstring as for lpr-command.
11725         (ps-print-region-function): New variable.
11726         (ps-do-despool): Use it.
11727         (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
11728         DOS/Windows.
11730         * subr.el (subst-char-in-string): New function.
11732 1999-01-17  Eli Zaretskii  <eliz@gnu.org>
11734         * international/codepage.el (cp852-decode-table): Fill a nil entry.
11736         * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
11737         (bdf-find-font-info): New function, looks for the first readable
11738         file from a list of alternatives.
11739         (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
11740         instead of bdf-get-font-info.
11741         (bdf-generate-glyphs): If font-name is a cons cell, pass its car
11742         to ps-mule-generate-bitmap-glyph.
11744         * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
11745         file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
11746         now be a list of alternative names.
11747         (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
11748         (ps-mule-prepare-font): Likewise.
11750         * international/codepage.el (cp855-decode-table,
11751         cp850-decode-table): Fill some nil entries.
11753 1999-01-16  Dave Love  <fx@gnu.org>
11755         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
11756         last change.
11758 1999-01-15  Dave Love  <fx@gnu.org>
11760         * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
11761         and change regexp for command names.
11762         (help-xref-go-back, function-called-at-point, symbol-file)
11763         (where-is): Doc fixes.
11764         (help-xref-go-back): Remove interactive spec.
11765         (describe-function-1): Fix message for alias.  Buttomize alias
11766         name.
11768         * simple.el (join-line): New alias.
11770 1999-01-15  Johan Vromans  <jvromans@squirrel.nl>
11772         * forms.el: (forms--show-record): Convert integers to string
11773         expicitly since concat will no longer accept integers.
11774         (forms-print): Use local `total-nb-records' since
11775         `forms--total-records' will be inaccessible after buffer switching.
11777 1998-01-14  Felix Lee  <flee@cygnus.com>
11779         * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
11781 1999-01-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
11783         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
11785 1999-01-14  Eli Zaretskii  <eliz@gnu.org>
11787         * international/codepage.el (cp850-decode-table): Fix previous change.
11789 1999-01-14  Simon Marshall  <simon@gnu.org>
11791         * shell.el (shell-dirtrack-verbose): New custom variable.
11792         (shell-dirstack-message): Use it.
11794 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
11796         * international/mule-conf.el: Coding system alias `dos' for
11797         `undecided-dos', `mac' for `undecided-mac'.
11799         * international/mule-cmds.el (describe-language-environment):
11800         Don't alter input-method-alist.
11802 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
11804         * international/codepage.el (cp850-decode-table): Replace nil
11805         entries with codes of similary looking glyphs.  (Suggested by
11806         Jason Rumney <jasonr@altavista.net>.)
11808 1999-01-13  Dave Love  <fx@gnu.org>
11810         * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
11812         * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
11814 1999-01-12  Karl Heuer  <kwzh@gnu.org>
11816         * files.el (auto-save-hook): Defvar this.
11818 1999-01-12  Alex Schroeder  <asc@bsiag.com>
11820         * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
11821         faces, eliminating the need to load font-lock before loading sql.
11822         (sql-mode-oracle-font-lock-keywords): Likewise.
11823         (sql-mode-postgres-font-lock-keywords): Likewise.
11825 1999-01-11  Dave Love  <fx@gnu.org>
11827         * cus-start.el: Add inhibit-eol-conversion.
11829         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
11830         the values round.
11832 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
11834         * help.el (help-mode-finish): Renamed from help-mode-maybe.
11835         Don't switch to Help mode here.
11836         (temp-buffer-setup-hook): Use help-mode-finish.
11837         (help-mode-setup): New function.
11838         (temp-buffer-setup-hook): Use help-mode-setup.
11840         * progmodes/sql.el: New file.
11842         * files.el (auto-mode-alist): Add sql-mode.
11844         * faces.el (list-faces-display): Improve the formatting
11845         by computing the maximum length required for any face-name.
11847 1999-01-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11849         * progmodes/compile.el (compilation-shell-minor-mode): New function.
11851 1999-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
11853         * term.el (term_send_home): Change the string to
11854         be the same as the one emitted by xterm and consistent with the
11855         ones emitted by prior and next.
11856         (term_send_end): Likewise.
11858 1999-01-10  Dave Love  <fx@gnu.org>
11860         * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
11861         bindings.
11863 1999-01-10  Eli Zaretskii  <eliz@gnu.org>
11865         * international/codepage.el (codepage-setup): Doc fix.
11866         (cp-decoding-vector-for-codepage): Likewise.
11868 1999-01-10  Markus Rost  <rost@gnu.org>
11870         * cus-edit.el (custom-save-delete): First scan the custom-file.
11872 1999-01-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
11874         * international/iso-transl.el: Define a "function name" for
11875         each translation that isn't ASCII.  Use these function names
11876         in iso-transl-char-map.
11878 1999-01-08  Kenichi Handa  <handa@etl.go.jp>
11880         * international/mule-util.el (decompose-region): Do decomposition
11881         on temporary unibyte buffer.
11883         * international/mule.el (make-char): Doc-string modified.
11885 1999-01-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
11887         * simple.el (comment-region): Delete spaces only if we
11888         deleted a comment starter.
11890 1999-01-07  Dave Love  <fx@gnu.org>
11892         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
11894         * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
11895         like eval-defun does.
11897         * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
11899         * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
11900         constructions.  Doc fixes.
11901         (generic-create-generic-function): Use defalias, not fset.
11903         * find-func.el: More doc fixes.
11905 1999-01-06  Stephen Eglen  <stephen@gnu.org>
11907         * files.el (save-buffers-kill-emacs): Show the list of current
11908         processes before prompting to kill them and exit.
11910 1999-01-06  Dave Love  <fx@gnu.org>
11912         * emacs-lisp/find-func.el: Doc fixes.
11913         (find-function-regexp): Extend for define-generic-mode,
11914         define-derived-mode, easy-mmode-define-minor-mode.
11916 1999-01-06  Dave Love  <fx@gnu.org>
11918         * progmodes/fortran.el (fortran-window-create): Account for scroll
11919         bar width.
11921         * browse-url.el: Require (noerror) w3-auto when compiling.
11922         (browse-url-maybe-new-window): Make it a macro and revert last
11923         change to callers.
11924         (browse-url-w3): Require w3 for w3-fetch-other-window.
11926 1999-01-06 Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11928         * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
11929         argument.
11931 1999-01-06  Simon Marshall  <simon@gnu.org>
11933         * subr.el (with-temp-message): Don't display MESSAGE if nil.  Doc fix.
11935         * font-lock.el (font-lock-default-fontify-buffer): When using
11936         with-temp-message, use nil rather than current-message.
11938         * lazy-lock.el (lazy-lock-unstall):
11939         (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
11940         rather than current-message.
11942         * fast-lock.el (fast-lock-save-cache-1):
11943         (fast-lock-cache-data): When using with-temp-message, use nil rather
11944         than current-message.
11946 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
11948         * international/codepage.el (cp-coding-system-for-codepage-1): Add
11949         the valid-codes property.
11951         * international/mule-cmds.el (prefer-coding-system): Call
11952         set-coding-priority, so that the internal array of priorities is
11953         also updated.
11955         * international/mule-util.el:
11956         (coding-system-change-eol-conversion,
11957         coding-system-change-text-conversion): Don't define here.
11959         * international/mule-cmds.el: Define them here.  Remove the
11960         autoload cookies.
11962 1999-01-06  Andreas Schwab  <schwab@gnu.org>
11964         * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
11965         if it was enabled before.
11967         * view.el (View-revert-buffer-scroll-page-forward): Bind
11968         view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
11970         * files.el (recover-session): Preserve point when inserting
11971         explanation.
11973 1999-01-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
11975         * cus-edit.el (custom-save-delete): Don't delete whitespace
11976         and comments before the sexp that is replaced.
11978 1999-01-05  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11980         * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
11982 1999-01-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11984         * vc.el (vc-dired-hook): Use the original value of
11985         dired-move-to-filename-regexp on lines that have not been
11986         reformatted yet.
11987         (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
11988         file lines have already been reformatted.
11990 1999-01-05  Dave Love  <fx@gnu.org>
11992         * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
11993         buffer-local.
11995 1998-01-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
11997         * progmodes/f90.el: Change of regular expressions for type to
11998         correct highlighting and identation. Some small fixes for
11999         compatibility with XEmacs.
12001 1999-01-05  Stephen Eglen  <stephen@gnu.org>
12003         * mspools.el (mspools-vm-system-mail): Provide an alternative
12004         value based on rmail-spool-directory if $MAIL is not defined.
12006 1999-01-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
12008         * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
12009         (reftex-section-info): Handle negative section levels.
12010         (reftex-view-crossref-extra): New option.
12011         (reftex-view-crossref): Generalized to work in more places.
12012         (reftex-find-citation-regexp-format, reftex-find-reference-format,
12013         reftex-macros-with-labels, reftex-global-search-marker): New variables.
12014         (reftex-view-cite-locations-from-bibtex): New command.
12015         (reftex-view-regexp-match, reftex-global-search,
12016         reftex-global-search-continue): New functions.
12017         (reftex-extract-bib-entries): No error for non-existing BibTeX
12018         file, just a message.
12019         (reftex-extract-bib-entries): Better error handling.
12020         (reftex-select-with-char): Use `*RefTeX Select*' for selection
12021         help and force it on current frame.
12022         (reftex-default-bibliography): New function.
12023         (reftex-access-parse-file): Check consistency after loading a
12024         parse file.  When inconsistent, enfore rescan.
12025         (reftex-check-parse-consistency): New function.
12026         (easy-menu-define): Options section drastically shortened.
12028 1999-01-05  Kenichi Handa  <handa@etl.go.jp>
12030         * language/thai-util.el (thai-compose-string): New function.
12032 1999-01-04  Inge Frick  <inge@nada.kth.se>
12034         * easymenu.el (easy-menu-define): Doc fix.
12035         (easy-menu-create-menu): New keyword :included.
12036         (easy-menu-do-add-item): New keyword :included.  SUFFIX may
12037         be an expression, not only a string.  Simulate style `button'.
12038         Use easy-menu-define-key-intern instead of easy-menu-define-key.
12039         (easy-menu-define-key-intern): New function.
12040         (easy-menu-add-item): Understand value returned from
12041         easy-menu-item-present-p and easy-menu-remove-item.
12042         (easy-menu-return-item): New function.
12043         (easy-menu-item-present-p, easy-menu-remove-item): Use it.
12045 1999-01-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
12047         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
12048         Use rmail-output-read-rmail-file-name to read the file name.
12049         Always call rmail-output-to-rmail-file noninteractively.
12050         When count > 1, do the loop here.
12051         Handle rmail-delete-after-output here.
12052         (rmail-summary-output): Similar changes.
12054         * mail/rmailout.el: Provide `rmailout'.
12055         (rmail-output-read-rmail-file-name): New function.
12056         (rmail-output-to-rmail-file): Use that.
12057         (rmail-output-read-file-name): New function.
12058         (rmail-output): Use that.
12060         * files.el (find-file-noselect): Let /: suppress wildcard matching.
12061         Error if wildcard matches no files.
12063 1999-01-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
12065         * menu-bar.el (clipboard-yank): Doc fix.
12067         * info.el (Info-insert-dir): Chase symlinks for file-attributes.
12069 1998-12-31  Markus Rost  <rost@delysid.gnu.org>
12071         * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
12073 1998-12-31  Andrew Innes  <andrewi@harlequin.co.uk>
12075         * rmail.el (rmail-encode-string): Make sure mask value is
12076         positive; (emacs-pid) returns a negative number on Windows 9x
12077         which causes odd behaviour.
12079 1998-12-31  Eli Zaretskii  <eliz@mescaline.gnu.org>
12081         * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
12082         and about w32-* variables unless on Windows/NT.
12084 1998-12-31  Boris Goldowsky  <boris@alum.mit.edu>
12086         * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
12087         if buffer is modified; ask about all modified buffers.
12089 1998-12-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
12091         * simple.el (what-cursor-position): Fix previous change.
12093 1998-12-30  Richard Stallman  <rms@sucrose.ai.mit.edu>
12095         * mail/sendmail.el (mail-mode): Eliminate ambiguous match
12096         from paragraph-start.
12098 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
12100         * international/mule-cmds.el (prefer-coding-system): If the
12101         argument requires specific EOL conversion type, make the default
12102         coding systems use that.
12104 1998-12-30  Drew Csillag <drew_csillag@geocities.com>
12106         * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
12107         Use shell-command-on-region.
12108         (m4-start-m4, m4-end-m4): Functions deleted.
12110 1998-12-30  Michael Ernst  <mernst@alum.mit.edu>
12112         * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
12114 1998-12-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12116         * browse-url.el (browse-url-mail): Give argument SEND-ACTION
12117         to compose-mail in the correct places and as a list.
12119 1998-12-29  Masatake Yamato  <masata-y@tori.aist-nara.ac.jp>
12121         * page-ext.el: Added mouse-selection feature for pages directory buffer.
12122         (pages-directory-map): Bind mouse-2
12123         (pages-copy-header-and-position): Put text property.
12124         (pages-directory-goto-with-mouse): New function.
12126 1998-12-29  Eli Zaretskii  <eliz@mescaline.gnu.org>
12128         * international/codepage.el (cp-make-coding-systems-for-codepage):
12129         Doc fix.
12130         (cp-coding-system-for-codepage-1): Likewise.
12132 1998-12-29  Kenichi Handa  <handa@etl.go.jp>
12134         * language/thai-util.el (thai-post-read-conversion): Handle Thai
12135         composition sequence correctly here instead of calling
12136         thai-compose-region.
12138         * textmodes/fill.el (fill-region-as-paragraph): While deleting a
12139         newline in multibyte buffer, if previous or next character is a
12140         composite char, check the first component of the composite char.
12142 1998-12-28  Andreas Schwab  <schwab@delysid.gnu.org>
12144         * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
12145         and track-mouse.
12147 1998-12-27  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12149         * mail/sendmail.el (mail-yank-original): Remove text properties
12150         after insertion.
12151         (mail-yank-region): Barf if no mark is set in the message
12152         being replied to.
12154         * help.el (function-called-at-point): First look for function at point.
12156 1998-12-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
12158         * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
12160 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
12162         * simple.el (what-cursor-position): Print character encoding also.
12164 1998-12-26  Dave Love  <fx@gnu.org>
12166         * textmodes/flyspell.el: If local-maps work, don't put
12167         flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
12168         in flyspell-mouse-map (only).
12169         (flyspell-use-local-map): New variable.
12170         Use a different mouse-2 binding in that case,
12171         and don't add to minor-mode-map-alist.
12172         (make-flyspell-overlay, flyspell-correct-word):
12173         Test flyspell-use-local-map.
12175 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
12177         * files.el (file-expand-wildcards): Handle wildcards in directory name.
12178         Be careful about whether to return a relative file name,
12179         and if so, relative to what directory.
12181 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
12183         * emacs-lisp/easymenu.el (easy-menu-get-map):
12184         Change global map only if this menu exists in the global map already,
12185         and not in the local map.
12186         (easy-menu-do-add-item): Fix error message.
12188         * foldout.el (foldout-inhibit-key-bindings):
12189         Avoid concatenating onto outline-minor-mode-prefix.
12190         Make a new keymap for that prefix, if it does not already have one.
12192 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
12194         * cperl-mode.el:
12195         Can use linear algorithm for indentation if Emacs supports it.
12196         (cperl-after-expr-p):   It is BLOCK if we reach lim when backup sexp.
12197         (cperl-after-block-p):  Likewise.
12198         (cperl-after-block-and-statement-beg): Likewise.
12199         (cperl-after-block-p):  After END/BEGIN we are a block.
12200         (cperl-after-expr-p):   Skip labels when checking
12201         (cperl-indent-region):  Make a marker for END - text added/removed.
12202         Disable hooks during the call (how to call them later?).
12203         Now indents 820-line-long function in 6.5 sec (including
12204         syntaxification) the first time (when buffer has few
12205         properties), 7.1 sec the second time.
12206         (cperl-indent-region):  Do not indent whitespace lines
12207         (cperl-style-alist)
12208                 Include `cperl-merge-trailing-else' where the value is clear.
12209         (cperl-styles-entries): Likewise.
12210         (cperl-problems):       Improvements to docs.
12211         (cperl-tips):           Likewise.
12212         (cperl-non-problems):   Likewise.
12213         (cperl-mode):           Make lazy syntaxification possible.
12214         Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
12215         `font-lock-unfontify-region-function' was set to a wrong function.
12217         (cperl-find-pods-heres): Safe a position in buffer where it is safe to
12218         restart syntaxification.  Changed so that -d ?foo? is a RE. Do
12219         not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
12220         but 1<<6 was considered as HERE-doc.
12221         <file/glob> made into a string.
12222         Postpone addition of faces after syntactic step.
12223         Recognition of <FH> was wrong.
12224         Highlight `gem' in s///gem as a keyword.  `qr' recognized.
12225         Knows that split// is null-RE.
12226         Highlights separators in 3-parts expressions as labels.
12227         <> was considered as a glob.
12228         Would err if the last line is `=head1'.
12229         $a-1 ? foo : bar; was a considered a regexp.
12230         `<< (' was considered a start of HERE-doc.
12231         mark qq[]-etc sections as syntax-type=string
12232         Was not processing sub protos after a comment ine.
12233         Was treating $a++ <= 5 as a glob.
12234         Tolerate unfinished REx at end-of-buffer.
12235         `unwind-protect' was left commented.
12236         / and ? after : start a REx.
12238         (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
12239         Better default, customizes to `message' too, off in text-mode.
12241         (cperl-array-face): Renamed from `font-lock-emphasized-face',
12242         `defface'd.
12243         (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
12244         `defface'd.
12245         (cperl-emacs-can-parse):        New state variable.
12246         (cperl-indent-line):    Corrected to use global state.
12247         (cperl-calculate-indent):       Likewise.
12248         (cperl-fix-line-spacing):       Likewise (not used yet).
12249         (cperl-calculate-indent):       Did not consider `,' as
12250         continuation mark for statements.
12251         (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
12252         Remove another parse-data optimization at toplevel: would
12253         indent correctly.
12254         Correct for labels when calculating indentation of continuations.
12255         Docstring updated.
12256         (cperl-choose-color):   Converted to a function (to be
12257         compilable in text-mode).
12258         (cperl-dark-background):        Disable without window-system.
12259         Do `defface' only if window-system.
12260         (cperl-fix-line-spacing):       Sped up to bail out early.
12261         (x-color-defined-p): Was not compiling on XEmacs
12262         Was defmacro'ed with a tick.  Remove another def.
12263         (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
12264         (cperl-unwind-to-safe): New function.
12265         (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
12266         (cperl-fontify-syntaxically): Unwinds start and end to go out of
12267                                      long strings (not very successful).
12268         (cperl-forward-re):     Highlight the trailing / in s/foo// as string.
12269         Highlight the starting // in s//foo/ as function-name.
12270         Emit a meaningful error instead of a cryptic one for an
12271         uncomplete REx near end-of-buffer.
12273         (cperl-electric-keyword):       `qr' recognized.
12274         (cperl-electric-else):          Likewise
12275         (cperl-to-comment-or-eol):      Likewise
12276         (cperl-make-regexp-x):  Likewise
12277         (cperl-init-faces):     Likewise, and `lock' (as overridable?).
12278         Corrected to use new macros;
12279         `if' for copying `reference-face' to `constant-face' was backward.
12280         remove init `font-lock-other-emphasized-face',
12281         `font-lock-emphasized-face', `font-lock-keyword-face'.
12282         Interpolate `cperl-invalid-face'.
12283         (cperl-make-regexp-x):  Misprint in a message.
12284         (cperl-syntaxify-unwind): New configuration variable
12285         (cperl-fontify-m-as-s): New configuration variable
12286         (cperl-electric-pod):   Check for after-expr was performed
12287         inside of POD too.
12288         (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
12289         (cperl-clobber-mode-lists): New configuration variable.
12290         (cperl-not-bad-style-regexp):   Updated.
12291         Init:                   `cperl-is-face' was busted.
12292         (cperl-make-face):      New macros.
12293         (cperl-force-face):     New macros.
12294         (font-lock-other-type-face): Done via `defface' too.
12295         (cperl-nonoverridable-face):    New face.  Renamed from
12296         `font-lock-other-type-face'.
12297         (cperl-init-faces-weak):        Use `cperl-force-face'.
12298         (cperl-comment-indent): Commenting __END__ was not working.
12299         (cperl-indent-for-comment):     Likewise.
12300         (cperl-write-tags):     Correct for XEmacs's `visit-tags-table-buffer'.
12301         When removing old TAGS info was not relativizing filename.
12302         (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
12303         Another try to work around XEmacs problems.  Better progress messages.
12304         (toplevel):             Require custom unprotected => failure on 19.28.
12305         (cperl-xemacs-p):       Defined when compile too
12306         (cperl-find-tags):      Was writing line/pos in a wrong order,
12307         pos off by 1 and not at beg-of-line.
12308         (cperl-etags-snarf-tag): New macro
12309         (cperl-etags-goto-tag-location): New macro
12310         (cperl-version):        New variable.  New menu entry
12311         random docstrings:      References to "future" 20.3 removed.
12312         Menu was described as `CPerl' instead of `Perl'
12313         (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
12314         (cperl-toggle-construct-fix): Was toggling to t instead of 1.
12315         (cperl-ps-print-init):  Associate `cperl-array-face', `cperl-hash-face'
12316         Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
12317         `font-lock-reference-face', `font-lock-keyword-face'.
12318         Use `eval-after-load'.
12319         Remove not-CPerl-related faces.
12320         (cperl-tips-faces):     New variable and an entry into Mini-docs.
12321         (cperl-indent-exp):     Was not processing else-blocks.
12322         (cperl-get-state):      NOP line removed.
12323         (cperl-ps-print):       New function and menu entry.
12324         (cperl-ps-print-face-properties):       New configuration variable.
12325         (cperl-invalid-face):   New configuration variable.
12326         (perl-font-lock-keywords):      Highlight trailing whitespace
12327         (cperl-contract-levels):        Documentation corrected.
12328         (cperl-contract-level):         Likewise.
12329         (cperl-ps-extend-face-list):    New macro.
12330         (cperl-invalid-face):   Change to ''underline.
12332 1998-12-25  Markus Rost  <rost@delysid.gnu.org>
12334         * mail/rmailout.el (rmail-output): Abbreviate name of default-file
12335         for read-file-name.
12336         (rmail-output-to-rmail-file): Likewise.
12338 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
12340         * emacs-lisp/easymenu.el (easy-menu-get-map):
12341         If MENU is nil, use global menu-bar map.
12342         (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
12343         (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
12345 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12347         * ps-mule.el (ps-mule-begin-job): Programming uniformization.
12349 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12351         * ps-print.el (ps-print-version): New version number (4.1.3).
12353 1998-12-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
12355         * international/mule-cmds.el: Use make-sparse-keymap instead of
12356         define-prefix-key when defining MULE menu items.
12358         * info.el (Info-node-at-bob-matching): New function.
12359         (Info-find-node, Info-build-node-completions): Call it.
12361 1998-12-21  Andreas Schwab  <schwab@delysid.gnu.org>
12363         * help.el (describe-function-1): Say "keymap", not "Lisp macro",
12364         when this is an autoloaded keymap.
12366 1998-12-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
12368         * international/codepage.el (cp-coding-system-for-codepage-1):
12369         Create separate encoders and decoders, for DOS and Unix.  Make the
12370         usual family of 3 coding systems, so that automatic detection of
12371         EOL type works.
12372         (cp-make-coding-systems-for-codepage): Don't intern DOS- and
12373         Unix-specific symbols here, and don't call
12374         cp-coding-system-for-codepage-1 twice.  (Suggested by Ken'ichi
12375         Handa <handa@etl.go.jp>.)
12377         * dos-vars.el (dos-codepage-setup-hook): New defcustom.
12379         * term/internal.el (IT-character-translations): New variable, an
12380         alist used to display characters for which there's no glyphs in
12381         the current codepage.
12382         (IT-display-table-setup): New function, sets up the DOS terminal
12383         for a given codepage.
12384         (dos-codepage-setup): New function, sets up the MULE environment
12385         for the current value of dos-codepage.
12386         (top-level if): In the multibyte mode, turn on
12387         unibyte-display-via-language-environment.  In the unibyte mode,
12388         set up the special syntax tables to map lower- to upper case and
12389         back.
12391 1998-12-19  Eric Ludlam  <zappo@delysid.gnu.org>
12393         * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
12394         (speedbar-frame-plist) Remove useless comments.
12395         (speedbar-frame-mode) Do not specify height if it is in the param list.
12396         Use default y position w/out changing it.
12397         If default x position is a list, keep, calculate the non-list X
12398         value when devining an initial position.
12399         (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
12400         (speedbar-tag-group-name-minimum-length): New variable.
12401         (speedbar-frame-parameter): New compatibility function.
12402         (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
12403         (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
12404         groups to keep things in the right order, and to help with some
12405         naming conventions.
12406         (speedbar-create-tag-hierarchy): Enable buffer local version of
12407         `speedbar-tag-hierarchy-method' in the buffer we are tagging.
12408         (speedbar-line-path) Make DEPTH param optional.  Devine it if absent.
12409         the case, derive it from the cursor location in speedbar.
12411 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
12413         * international/mule-cmds.el (set-language-environment): On MS-DOS
12414         terminals, install DOS-specific nonascii-translation-table if the
12415         language info doesn't specify one.  Pass the default eol-type to
12416         set-language-environment-coding-systems.
12417         (set-default-coding-systems): Copy the eol-type property for the
12418         new default values of {buffer-file,process}-coding-system from the
12419         old defaults.
12420         (set-language-environment-coding-systems): Accept an optional
12421         argument EOL-TYPE, and set the eol-type property of the default
12422         coding systems accordingly.
12423         (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
12424         (set-keyboard-coding-system): Likewise.
12425         (set-default-coding-systems): Don't set
12426         default-terminal-coding-system on MS-DOS to anything but nil.
12427         (prefer-coding-system): Describe in the doc string that
12428         default-terminal-coding-system is not changed on MS-DOS.
12429         (set-language-environment): For MS-DOS, set standard syntax table
12430         and display table for all characters with code above 127.
12431         (standard-display-european-internal): For MS-DOS, pass all
12432         characters with code above 127 directly to the terminal, and don't
12433         remap characters 160 and 146 in the unibyte case.
12435         * international/codepage.el: New file.
12437 1998-12-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12439         * diary-lib.el (diary-float): Fix end-of-year error and typos in
12440         comments.
12442 1998-12-16  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
12444         * map-ynp.el (map-y-or-n-p): Ignore input methods.
12446         * subr.el (read-passwd): Likewise.
12448 1998-12-16  Eli Zaretskii  <eliz@mescaline.gnu.org>
12450         * info.el (Info-find-node): Add 1 to the position read from the
12451         tag table.  Don't fail if the node delimiter ^_ is the first
12452         character in the file.
12453         (Info-insert-dir): Don't fail when the node delimiter ^_ is the
12454         first character in the file.
12455         (Info-read-subfile): Likewise.
12456         (Info-select-node): Likewise.
12457         (Info-build-node-completions): Likewise.
12459 1998-12-16  Richard Stallman  <rms@gnu.org>
12461         * term/x-win.el (x-cut-buffer-or-selection-value):
12462         If clipboard is enabled, try it before PRIMARY selection.
12464 1998-12-15  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
12466         * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
12467         insert c-cedilla and C-cedilla respectively, like in latin-1.
12469 1998-12-15  Eli Zaretskii  <eliz@delysid.gnu.org>
12471         * language/hebrew.el: Don't use sublists in the flags argument
12472         passed to make-coding-system.
12474 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
12476         * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
12477         list of character sets found by find-charset-region.
12479         * ps-mule.el: Always require ps-print.  Move some function
12480         definitions for Emacs 20.2 and the earlier to ps-print.el.
12481         (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
12483         * ps-print.el: Define several functions for Emacs 20.2 and the
12484         earlier version.
12485         (ps-printer-name): Check if printer-name is bound.
12487 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12489         * ps-mule.el: Programming uniformization and little code improvement.
12490         (ps-mule-prepare-font): Programming uniformization.
12491         (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
12492         (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
12494         * ps-bdf.el: Programming uniformization and little code improvement.
12495         (bdf-search-and-read): New fun.
12496         (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
12497         (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
12498         (bdf-info-relative-compose, bdf-info-baseline-offset)
12499         (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
12500         (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
12501         (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
12502         (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
12503         improvement.
12505 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12507         * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
12508         and mule related code extraction. Autoload ps-mule funs.
12510         * ps-mule.el: Doc fix. Require ps-print only when compiled.
12511         (ps-mule-prologue-generated): New fun.
12512         (ps-mule-plot-string): Add autoload cookie.
12513         (ps-mule-begin-job): Call ps-mule-prologue-generated.
12515 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
12517         * ps-bdf.el: Require ps-mule instead of ps-print.
12518         (bdf-directory-list): Add autoload cookie.
12520         * ps-mule.el: New file.  Mule related code extracted from
12521         ps-print.el.  Require ps-print, provide ps-mule.
12522         (ps-multibyte-buffer): Add autoload cookie.
12523         (ps-mule-prepare-ascii-font): New fun.
12524         (ps-mule-set-ascii-font): New fun.
12525         (ps-mule-skip-same-charset): Fun deleted.
12526         (ps-mule-plot-string): Set ps-mule-current-charset.
12527         (ps-mule-initialize): Add autload cookie.  Don't set
12528         ps-mule-font-info-database here.
12529         (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
12530         ps-mule-font-info-database and ps-control-or-escape-regexp.
12531         (ps-mule-begin-page): New fun.
12533         * ps-print.el: Mule related code moved to ps-mule.el.
12534         (ps-begin-job): While setting ps-control-or-escape-regexp, don't
12535         check ps-mule-charset-list.
12536         (ps-begin-page): Don't set ps-mule-current-charset, instead call
12537         ps-mule-begin-page.
12538         (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
12539         (ps-plot-region): Don't set ps-mule-current-charset, instead call
12540         ps-mule-set-ascii-font.  Don't call ps-mule-skip-same-charset,
12541         instead skip same charsets by itself.
12542         (ps-generate): Call ps-mule-initialize of needs-begin-file is
12543         non-nil.  Call ps-mule-begin-job.
12545 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
12547         * ps-bdf.el: File name changed from bdf.el.  Provide ps-bdf
12548         instead of bdf.
12550         * ps-print.el (ps-mule-font-info-database): Doc-string modified.
12551         (ps-mule-external-libraries): New element FEATURE.
12552         (ps-mule-init-external-library): Ajusted for the above change.
12553         (ps-mule-generate-font): Likewise.
12554         (ps-mule-generate-glyphs): Likewise.
12555         (ps-mule-prepare-font): Likewise.
12556         (ps-mule-initialize): Likewise.
12557         (ps-begin-file): Superfluous tailing parenthesis deleted.
12559 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
12561         * international/fontset.el (x-decompose-font-name): If PATTERN
12562         doesn't have any wild cards, return a vector made from a name that
12563         is found by x-resolve-font-name found.  Comments added.
12565         * international/mule-cmds.el (find-coding-systems-for-charsets):
12566         Handle the case of unknown charset.
12567         (find-multibyte-characters): If invalid multibyte characters are
12568         found, return the corresponding strings instead of character
12569         codes.
12570         (find-multibyte-characters): Adjusted for the above change.
12571         (select-safe-coding-system): For a unibyte buffer, always returns
12572         DEFAULT-CODING-SYSTEM.
12573         (get-charset-property): Fix previous change.  Make it a function.
12574         (put-charset-property): Make it a function.
12576         * international/mule.el (make-coding-system): Set mime-charset
12577         property of *-with-esc coding system to nil.
12579         * international/quail.el (quail-point-in-conversion-region): New
12580         function.
12581         (quail-conversion-backward-delete-char): When a key sequence is
12582         being translated, call quail-delete-last-char.
12584         * language/devan-util.el
12585         (devanagari-reorder-glyphs-for-decomposition): Fix the way to
12586         handle devanagari-decomposition-rules.
12588 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
12590         * textmodes/texinfo.el (texinfo-tex-buffer): Bind
12591         tex-start-options-string to empty string.
12592         (texinfo-tex-region): Use texinfo-tex-trailer as documented.
12594 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
12596         * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
12597         5xx responses are already handled properly).
12599 1998-12-13  Richard Stallman  <rms@gnu.org>
12601         * progmodes/compile.el (compilation-error-regexp-alist): Insist
12602         on a non-digit in the file name.
12604         * simple.el (comment-region): Handle comment-padding
12605         separately for insertion and for deletion, in the right way for each.
12607 1998-12-13  Felix Lee  <flee@cygnus.com>
12609         * progmodes/compile.el (compilation-error-regexp-alist): Fix
12610         regexp to match "ChangeLog:1:1998-12-09 ..."
12612 1998-12-13  Eli Zaretskii  <eliz@delysid.gnu.org>
12614         * cus-start.el (dos-unsupported-char-glyph): Add.
12616 1998-12-11  Dave Love  <fx@gnu.org>
12618         * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
12619         forward-sexp in condition-case.
12621         * emacs-lisp/find-func.el (find-function-search-for-symbol):
12622         Remove unnecessary test on `library' for explicit file name.
12623         Widen scope of save-match-data.
12625 1998-12-10  Eli Zaretskii  <eliz@delysid.gnu.org>
12627         * international/mule.el (load-with-code-conversion): If the loaded
12628         file was inserted  with no-conversion or raw-text coding system,
12629         make the buffer unibyte.
12631 1998-12-09  Richard Stallman  <rms@gnu.org>
12633         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
12634         Get rid of nested loops.
12636         * mouse.el (mouse-drag-vertical-line):
12637         If WHICH-SIDE is not `right', then scroll bars are on the left.
12639         * loadhist.el (load-history-loaded): defvar moved to help.el.
12641         * help.el (symbol-file-load-history-loaded): Variable renamed,
12642         and defvar moved from loadhist.el.
12643         (symbol-file): Renamed from describe-function-find-file.
12644         Load fns-VERSION.el here.
12645         (describe-variable, describe-function-1): Use symbol-file.
12647         * textmodes/tex-mode.el (tex-generate-zap-file-name):
12648         Don't start the name with #.
12650         * ispell.el: Take out the eval-when's.
12652 1998-12-09  Peter Breton  <pbreton@ne.mediaone.net>
12654         * dirtrack.el (dirtrack-directory-change-hook): New hook.
12655         (dirtrack): Run it.  Make debug message more verbose.
12657 1998-12-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
12659         * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
12660         name of the abbrev table, and provide support for XEmacs.
12661         (octave-xemacs-p): New variable.
12663 1998-12-09  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
12665         * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
12666         exit, when mail-interactive is nil.
12668 1998-12-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
12670         * files.el (after-find-file): Message fix.
12672 1998-12-09  Ken Stevens  <stevens@kdstevens.com>
12674         * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
12676 1998-12-09  Geoff Voelker  <voelker@cs.washington.edu>
12678         * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
12679         filenames using backslashes.
12681 1998-12-09  Dave Love  <fx@gnu.org>
12683         * browse-url.el (browse-url-mail): Call compose-mail-other-window
12684         with correct number of args.
12685         (browse-url-maybe-new-window): New arg.  Callers changed.
12687         * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
12688         comment.
12690 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
12692         * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
12694 1998-12-08  Markus Rost  <rost@delysid.gnu.org>
12696         * vc.el (vc-rcs-release): Fix Type.
12697         (vc-sccs-release): Fix Type.
12698         (vc-cvs-release): Fix Type.
12700         * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
12701         arg work right.
12703         * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
12704         output of last undeleted message.
12706 1998-12-07  Geoff Voelker  <voelker@cs.washington.edu>
12708         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
12709         (buffer-undo-list) [windows-nt]: Use different relative path.
12711 1998-12-07  Simon Marshall  <simon@gnu.org>
12713         * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
12715 1998-12-05  Markus Rost  <rost@delysid.gnu.org>
12717         * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
12719         * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
12721 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
12723         * info.el (Info-menu): Don't return error if point is between menu
12724         header and first menu item.
12726 1998-12-04  Dave Love  <fx@gnu.org>
12728         * help.el (describe-function-1): Fix description for alias.
12730 1998-12-03  Andreas Schwab  <schwab@delysid.gnu.org>
12732         * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
12733         specifications from summary line.
12735         * rect.el (delete-whitespace-rectangle): Mark for autoload.
12736         (close-rectangle): Define alias only once in loaddefs.el.
12738 1998-12-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
12740         * term/internal.el: Remove code which sets up a special syntax
12741         table for non-ASCII characters.
12743 1998-12-02  Andrew Innes  <andrewi@delysid.gnu.org>
12745         * dos-w32.el (direct-print-region-function): Try to ensure that
12746         printer-name is expanded to a file name on a local drive;
12747         sometimes printing a file loaded from a network volume fails.
12748         (direct-print-region-function): Add a function to
12749         write-region-annotate-functions to append a formfeed character to
12750         the region being printed, if the region doesn't end with a
12751         formfeed already.  This avoids creating a second print job
12752         containing a blank page when print spooling is enabled on Windows.
12754 1998-12-02  Dave Love  <fx@gnu.org>
12756         * help.el (help-make-xrefs): Use `info', not the non-autoloaded
12757         `Info-goto-node'.
12759 1998-12-02  Richard Stallman  <rms@gnu.org>
12761         * help.el (temp-buffer-resize-mode): Doc fix.
12763         * cus-edit.el (custom-save-delete): Save point before
12764         reading a sexp, rather than backing up.
12766         * international/iso-transl.el: Fix previous change.
12768 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12770         * vc.el (vc-dired-window-configuration, vc-ediff-windows,
12771         vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
12772         Added defvars to suppress compilation warnings.
12774 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
12776         * ispell.el: Improved and fixed customize for variables:
12777         ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
12778         ispell-dictionary-alist, ispell-skip-sgml.
12779         Improved and fixed comments in variables and messages for
12780         functions: ispell-help-in-bufferp, ispell-local-dictionary,
12781         ispell-menu-map, ispell-checking-message, ispell-parser,
12782         ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
12783         ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
12784         ispell-comments-and-strings, ispell-continue, ispell-complete-word,
12785         ispell-message-text-end, ispell-add-per-file-word-list.
12786         (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
12787         system is now required for all languages.  Casechars improved for
12788         castellano, castellano8, and norsk dictionaries.  Dictionary
12789         norsk7-tex added.  Dictionary polish added.
12790         (ispell-dictionary-alist): Redefined at load-time to support
12791         dictionary changes.
12792         (ispell-menu-map): Redefined at load-time to support menu changes.
12793         (ispell-check-version): New alias for `check-ispell-version'.
12794         (ispell-parse-output): Fixed matching for ispell error messages.
12795         Correctly returns spelling suggestions in order generated by ispell
12796         process.
12797         (check-ispell-version): Ensure `case-fold-search' doesn't get
12798         redefined.
12799         (ispell-complete-word): Ensure `case-fold-search' doesn't get
12800         redefined.  Fix bug that didn't respect case of word being completed.
12801         (ispell-init-process): Set process coding system to be compatible
12802         with emacs processes and the ispell process.
12803         (ispell-kill-ispell): Ensures ispell process has terminated before
12804         starting new process.  This can otherwise confuse process filters
12805         and hang the ispell process.
12806         (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
12807         skipping support for sgml.
12808         (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
12809         which could cause `ispell-complete-word' to hang.
12810         (ispell-message): Improved message reference matching.  Ensure
12811         `case-fold-search' doesn't get redefined.
12812         (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
12813         get redefined.  Fixed bug in returning to nroff mode from tex mode.
12814         (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
12815         get redefined.
12817 1998-11-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
12819         * textmodes/flyspell.el (flyspell-check-word-p):
12820         Don't delay inside a kbd macro.
12822         * subr.el (make-local-hook): Return the hook variable.
12824 1998-11-30  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
12826         * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
12827         Use a timer instead of post-command-hook.
12828         (hscroll-timer): New variable.
12830 1998-11-30  Dave Love  <fx@gnu.org>
12832         * help.el (help-xref-button): Do nothing if text already has the
12833         help-xref property.
12834         (describe-variable): Revert previous change to hyperlink to source.
12836 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
12838         * bindings.el (features): Add `base64' to this list.
12840         * loadhist.el (symbol-file): Doc fix.
12842         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
12844         * files.el (hack-one-local-variable): Cope with non-file buffers.
12846 1998-11-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
12848         * help.el (describe-mode): Put major mode first.
12850         * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
12851         to support special-display and same-window features.
12853 1998-11-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
12855         * simple.el (transpose-subr, transpose-subr-1): Rename variables
12856         bound in one function and used in the other.
12857         (transpose-subr-start1, transpose-subr-start2): Add defvars.
12858         (transpose-subr-end1, transpose-subr-end2): Add defvars.
12860 1998-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
12862         * autoinsert.el (auto-insert-alist): Use user-mail-address.
12864 1998-11-26  Kenichi Handa  <handa@etl.go.jp>
12866         * international/ccl.el (ccl-dump-translate-character-const-tbl):
12867         Give format correct control string.
12869         * international/mule.el (define-translation-table): Fix bug of
12870         setting incorrect translation-table-id.  If the first element of
12871         ARGS is a translation table, just register it.
12873         * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
12874         property.
12876 1998-11-24  Michael Ernst  <mernst@alum.mit.edu>
12878         * thingatpt.el (thing-at-point-url-at-point): Don't use current
12879         syntax table to determine what is whitespace.
12881 1998-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
12883         * frame.el (frame-parameter): Doc fix.
12885         * textmodes/tex-mode.el (tex-feed-input): New function.
12886         (tex-define-common-keys): Add binding for C-c C-m.
12888 1998-11-23  Dave Love  <fx@gnu.org>
12890         * progmodes/fortran.el: Various minor doc fixes.
12891         (fortran-font-lock-keywords-1): Add `d' to comment-chars.
12892         (fortran-with-subprogram-narrowing): New macro.
12893         (fortran-check-for-matching-do): Use it.
12894         (fortran-end-do): Use fortran-check-end-prog-re.
12895         (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
12896         (fortran-calculate-indent, fortran-calculate-indent): Likewise.
12898 1998-11-23  Simon Marshall  <simon@gnu.org>
12900         * font-lock.el (font-lock-defaults): Doc fix.
12901         (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
12902         (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
12904         * lazy-lock.el (lazy-lock-unstall):
12905         (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
12907         * fast-lock.el (fast-lock-save-cache-1):
12908         (fast-lock-cache-data): Rewritten to use with-temp-message.
12910 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
12912         * mail/rmail.el (rmail-set-message-counters-counter): Detect
12913         messages that have been added with DOS line endings and convert
12914         the line endings for such messages.
12916 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
12918         * help.el: Add resizing of temporary buffers.
12919         (temp-buffer-resize-mode): New command and variable.
12920         (temp-buffer-max-height): New variable.
12921         (resize-temp-buffer-window): New function.
12923         * window.el (window-buffer-height): New function, split from
12924         shrink-window-if-larger-than-buffer.
12925         (shrink-window-if-larger-than-buffer): Use window-buffer-height.
12927 1998-11-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
12929         * frame.el (initial-frame-alist): Add defcustom.
12931         * shell.el (shell-prompt-pattern): Add defcustom.
12933 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12935         * message.el (message-ignored-supersedes-headers): Remove
12936         NNTP-Posting-Date.
12938 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
12940         * help.el (describe-mode): Don't avoid loop indirecting thru
12941         value of INDICATOR.
12943 1998-11-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
12945         * help.el (describe-variable): Allow any variable with a defcustom,
12946         even if it is not a user variable.
12948         * mail/rmail.el (mail-unsent-separator): Additional alternative.
12950 1998-11-20  Andrew Innes  <andrewi@delysid.gnu.org>
12952         * gnus/nntp.el (nntp-request-group): Allow for failures when
12953         requesting a new group.
12955 1998-11-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
12957         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
12959 1998-11-19  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12961         * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
12963 1998-11-19  Simon Marshall  <simon@gnu.org>
12965         * subr.el (with-temp-message): New macro.
12967         * emacs-lisp/lisp-mode.el (with-temp-message):
12968         Add lisp-indent-function property.
12970 1998-11-18  Dave Love  <fx@gnu.org>
12972         * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
12974 1998-11-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
12976         * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
12977         This is not obsolete.
12979 1998-11-18  Kenichi Handa  <handa@etl.go.jp>
12981         * textmodes/picture.el: Make a new map by make-keymap.
12982         (picture-desired-column): New variable.
12983         (picture-update-desired-column): New function.
12984         (picture-beginning-of-line): Set picture-desired-column to 0.
12985         (picture-end-of-line): Set picture-desired-column to the current
12986         column.
12987         (picture-forward-column): Pay attention to multi-column character.
12988         (picture-backward-column): Likewise.
12989         (picture-move-down): Likewise.
12990         (picture-move-up): Likewise.
12991         (picture-movement-nw): With prefix arg, move twice columns.
12992         (picture-movement-ne): Likewise.
12993         (picture-movement-sw): Likewise.
12994         (picture-movement-se): Likewise.
12995         (picture-set-motion): Handle two-column movements.
12996         (picture-move): Call picture-move-down or picture-forward-column
12997         only when necessary.
12998         (picture-insert): Pay attention to picture-desired-column.
12999         (picture-self-insert): Likewise.
13000         (picture-clear-column): Pay attention to multi-column character.
13001         (picture-mode): Modify doc-string for two-column movement.
13003         * rect.el (move-to-column-force): New function.
13004         (operate-on-rectangle): If coerce-tabs is non-nil, call
13005         move-to-column-force instead of move-to-column.
13006         (insert-rectangle): Call move-to-column-force instead of
13007         move-to-column.
13008         (open-rectangle-line): If begextra is not zero, call
13009         move-to-column-force.
13012 1998-11-16  Dave Love  <fx@gnu.org>
13014         * textmodes/sgml-mode.el Require skeleton when compiling.
13015         (sgml-font-lock-keywords-1): Accept single-letter tags.
13016         (v2): Defvar free variable.
13018 1998-11-16  Sam Steingold  <sds@goems.com>
13020         * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
13021         macro, not ELisp one.
13023 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
13025         * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
13026         characters to symbol.
13028         * language/japan-util.el (japanese-zenkaku-region): New optional
13029         arg KATAKANA-ONLY.
13031 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
13033         * international/mule.el
13034         (after-insert-file-set-buffer-file-coding-system): If the buffer
13035         is changed to unibyte, return inserted bytes.
13037         * tar-mode.el (tar-header-block-tokenize): Decode codes of file
13038         and link names if necessary.
13039         (tar-header-block-summarize): Handle the case that file or link
13040         names are multibyte.
13041         (tar-summarize-buffer): At first set the current buffer unibyte,
13042         then if there are multibyte file names, change it to multibyte.
13043         (tar-mode): Get char position from tar-header-offset.
13044         (tar-extract): Avoid multibyte<->unibyte conversion in
13045         insert-buffer-subsring by setting both buffers unibyte
13046         temporarily.
13047         (tar-copy): Set the buffer unibyte while doing a work.  Write
13048         without code conversion.
13049         (tar-expunge): Set the buffer unibyte while doing a work.
13050         (tar-alter-one-field): Likewise.
13051         (tar-clear-modification-flags): Compare byte position with
13052         tar-header-offset.
13053         (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
13054         insert-buffer-subsring by setting both buffers unibyte
13055         temporarily.  Pay attention to multibyteness while updating the
13056         descriptor-line.
13057         (tar-mode-write-file): Write without code conversion.
13059 1998-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13061         * nngateway.el: Require cl.
13063 1998-11-15  Dave Love  <fx@gnu.org>
13065         * progmodes/fortran.el: Fix previous change:
13066         (fortran-end-prog-re1): Changed.
13067         (fortran-check-end-prog-re): New function.
13068         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
13070 1998-11-13  Tom Breton  <tob@world.std.com>
13072         * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
13073         GNU Emacs.
13075 1998-11-13  Carsten Dominik  <cd@delysid.gnu.org>
13077         * textmodes/reftex.el: (reftex-finding-files): Group documentation
13078         fixed.
13079         (reftex-toc-toggle-file-boundary,
13080         reftex-toc-toggle-labels,
13081         reftex-toc-toggle-context,reftex-find-start-point): New functions.
13082         (reftex-toc-include-labels, reftex-toc-include-context,
13083         reftex-toc-include-file-boundaries,
13084         reftex-toc-keep-other-windows): New options.
13085         (reftex-use-text-after-label-as-context): Option removed.
13086         (reftex-extract-bib-entries): Protect use in non-latex
13087         buffers.
13088         (reftex-toc-visit-location): Renamed from
13089         `reftex-toc-visit-line'.
13090         (reftex-latin1-to-ascii): Works now with and without Mule.
13091         (reftex-truncate): Removed special stuff for Emacs 20.2.
13092         (reftex-get-offset): Made more general.
13093         (reftex-show-label-location): Renamed from
13094         `reftex-select-label-callback'.
13095         (reftex-pop-to-label): Function removed (using
13096         `reftex-show-label-location' instead.
13097         (reftex-insert-docstruct): Renamed from
13098         `reftex-make-and-insert-label-list'.  Function args changed.
13099         (reftex-toc): Now uses `reftex-insert-docstruct' and
13100         `reftex-find-start-point'.
13101         (reftex-select-item): Use `reftex-find-start-point'.
13102         (reftex-toc-visit-line): Can display labels and file
13103         boundaries.
13104         (reftex-TeX-master-file): `(TeX-master-file)' protected.
13106 1998-11-12  Sam Steingold  <sds@goems.com>
13108         * browse-url.el (browse-url): Handle the case when
13109         `browse-url-browser-function' is a lambda list.
13111 1998-11-12  Eli Zaretskii  <eliz@mescaline.gnu.org>
13113         * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
13114         version string.
13115         * loadhist.el (symbol-file): Likewise
13117 1998-11-11  Richard Sharman  <Richard_Sharman@Mitel.COM>
13119         * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
13121 1998-11-11  Sam Steingold  <sds@goems.com>
13123         * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
13124         `run-lisp' instead of signalling an error.
13126 1998-11-11  Karl Heuer  <kwzh@gnu.org>
13128         * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
13130 1998-11-11  Richard Stallman  <rms@gnu.org>
13132         * vc-hooks.el (vc-toggle-read-only): Doc fix.
13134 1998-11-11  Per Starback  <starback@update.uu.se>
13136         * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
13137         renamed svenska8 to svenska, and fixed and extended CASECHARS
13138         for it.
13140 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
13142         * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
13143         handling if setpagedevice is not available.
13144         (ps-begin-file): Fix typo.
13146 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
13148         * international/mule-util.el (compose-chars-component): Signal
13149         error if CH is a rule-based composition character.
13150         (compose-chars): Signal error if an already compsed character is
13151         going to be composed by rule-base.
13153         * term/x-win.el: If a resolved ASCII font name doesn't conform to
13154         full XLFD, don't try to get information of WEIGHT and SLANT from
13155         that font name.
13157 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
13159         * dos-w32.el (set-default-process-coding-system): Use function on
13160         before-init-hook to set default-process-coding-system based on
13161         enable-multibyte-characters.
13163         * term/w32-win.el ([language-change]): For now ignore
13164         keyboard language-change events.
13166 1998-11-10  Eli Zaretskii  <eliz@delysid.gnu.org>
13168         * ediff-util.el (ediff-make-temp-file): Run the prefix through
13169         convert-standard-file-name, but leave the results of
13170         make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
13171         characters if the original name already exists, or has a special
13172         handler.
13174 1998-11-10  Karl Heuer  <kwzh@gnu.org>
13176         * international/iso-insert.el: Delete autoload cookies.
13178         * international/iso-transl.el: Add autoload cookies.
13180 1998-11-10  Richard Stallman  <rms@gnu.org>
13182         * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
13183         (ispell-process-line): Don't treat multibyte
13185 1998-11-09  Andrew Innes  <andrewi@harlequin.co.uk>
13187         * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
13188         setpagedevice to specify the page size if setpagedevice is
13189         available.  This is necessary to select the correct paper tray on
13190         Level 2 printers with multiple paper sizes available.
13192         (ps-begin-file): Cope with font names that contain spaces, and
13193         call BeginDoc in a BeginSetup/EndSetup block.
13195 1998-11-08  Eli Zaretskii  <eliz@mescaline.gnu.org>
13197         * loadup.el (buffer-undo-list): Run fns-VERSION.el through
13198         convert-standard-filename.
13200         * loadhist.el (symbol-file): Run fns-VERSION.el through
13201         convert-standard-filename.
13203 1998-11-06  Richard Stallman  <rms@gnu.org>
13205         * textmodes/texinfmt.el (texinfo-format-scan):
13206         Detect the case of two @-commands in a row; process just the first.
13207         (texinfo-append-refill): If line has a @c, insert the @refill
13208         before it.
13209         (texinfo-format-refill): Return with point where the @refill was.
13211         * files.el (hack-local-variables): Test local-enable-local-variables.
13212         (hack-local-variables-prop-line): Likewise.
13213         (set-auto-mode): Don't test local-enable-local-variables here.
13214         (enable-local-variables): Doc fix.
13215         (local-enable-local-variables): Doc fix.
13216         (normal-mode): Doc fix.
13218 1998-11-06  Karl Heuer  <kwzh@gnu.org>
13220         * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
13222 1998-11-06  Richard Sharman  <Richard_Sharman@Mitel.COM>
13224         * simple.el (line-number-mode): Doc fix.
13226 1998-11-06  Kenichi Handa  <handa@etl.go.jp>
13228         * international/fontset.el (create-fontset-from-fontset-spec):
13229         Give correct arg to `error'.
13231 1998-11-06  Andreas Schwab  <schwab@delysid.gnu.org>
13233         * textmodes/sgml-mode.el (html-mode): Doc fix.
13234         (sgml-name-8bit-mode): Fix missing format character in message string.
13236 1998-11-05  Karl Heuer  <kwzh@gnu.org>
13238         * mail/sendmail.el (sendmail-send-it): Check for failure.
13240 1998-11-05  Richard Stallman  <rms@gnu.org>
13242         * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
13244         * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
13245         (close-rectangle): Define as alias.
13247 1998-11-05  Richard M. Heiberger  <rmh@fisher.stat.temple.edu>
13249         * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
13251 1998-11-05  Dave Love  <fx@gnu.org>
13253         * help.el (describe-variable): Don't quote link to source.
13255 1998-11-04  Richard Stallman  <rms@sucrose.ai.mit.edu>
13257         * gud.el (gud-common-init): Use pop-to-buffer.
13258         (same-window-regexps): Add an element that matches all gud buffers.
13260 1998-11-04  Jason Rumney  <jasonr@altavista.net>
13262         * term/w32-win.el (x-get-selection-value): Alias to
13263         x-cut-buffer-or-selection-value.
13264         (w32-standard-fontset-spec): New variable.
13265         (w32-create-initial-fontsets, mouse-set-font): Check whether
13266         new-fontset is available.
13267         (w32-use-w32-font-dialog): Enable use of set-variable.
13269 1998-11-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
13271         * vc.el (with-vc-file, edit-vc-file): New macros.
13273 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
13275         * international/quail.el (quail-show-guidance-buf): Call
13276         set-minibuffer-window to set minibuffer window of the current
13277         frame correctly.
13279 1998-11-03  Theodore Jump <tjump@tertius.com>
13281         * term/w32-win.el: Require fontset.
13283 1998-11-03  Andrew Innes  <andrewi@delysid.gnu.org>
13285         * faces.el (set-face-font): Call resolve-fontset-name on w32.
13286         (set-face-font-auto): Ditto.
13288 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
13290         * mouse.el (mouse-drag-region): Fix typo.
13292 1998-11-02  Dave Love  <fx@gnu.org>
13294         * progmodes/fortran.el Fix for fontification of strings lost somehow:
13295         (fortran-fontify-string): New function.
13296         (fortran-font-lock-keywords-1): Use it.
13298 1998-11-02  Markus Rost  <rost@delysid.gnu.org>
13300         * comint.el (comint-file-name-quote-list): Doc fix.
13302 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
13304         * loadup.el (buffer-undo-list): Write fns-VERSION.el into
13305         build directory, not source directory.
13307         * mouse.el (mouse-drag-region): Fake up a mouse-motion event
13308         if we did not get one for the final move.
13310 1998-11-01  Dave Love  <fx@gnu.org>
13312         * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
13313         Don't funcall browse-url-browser-function.
13315         * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
13316         Don't funcall browse-url-browser-function.
13318         * fortran.el (fortran-end-prog-re1): Fix the regexp.
13320 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
13322         * files.el (revert-buffer): Doc fix.
13324 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
13326         * textmodes/tex-mode.el (tex-start-options-string):
13327         Quote the backslashes with more backslashes.
13329 1998-10-31  Dave Love  <fx@gnu.org>
13331         * webjump.el (webjump-sample-sites): Fix Lisp archive site.
13332         (webjump): Don't funcall browse-url-browser-function.
13334 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
13336         * international/quail.el (quail-start-translation): Handle
13337         switching of the frame in read-key-sequence.
13338         (quail-start-conversion): Likewise.
13339         (quail-show-guidance-buf): Detach quail-guidance-buf from any
13340         windows before setting an appropriate window for it.
13341         (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
13342         quail-guidance-win to nil.
13343         (quail-update-guidance): If quail-guidance-buf is not in the
13344         selected frame, call quail-show-guidance-buf again.
13346 1998-10-30  Espen Skoglund  <espensk@stud.cs.uit.no>
13348         * progmodes/pascal.el (pascal-mode):
13349         `blink-matching-paren-dont-ignore-comments' set to t.
13351 1998-10-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13353         * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
13355 1998-10-30  Dave Love  <fx@gnu.org>
13357         * vc.el (vc-backend-merge-news): Check for "P" output.
13359         * help.el (describe-variable): Hyperlink the definition.
13361 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
13363         * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
13364         (sh-set-shell): Likewise.
13366         * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
13368         * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
13369         (edebug-on-error): Fix customize type to match that of
13370         debug-on-error.
13372         * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
13374         * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
13375         report-emacs-bug-address instead of undefined bug-gnu-emacs.
13377         * international/mule-cmds.el (select-message-coding-system): Doc
13378         fix.
13380         * international/mule-diag.el (describe-coding-system): Describe
13381         all flags.
13383         * mail/sendmail.el (sendmail-coding-system,
13384         default-sendmail-coding-system): Doc fix.
13386         * simple.el (shell-command-on-region): Doc fix.
13388         * loadup.el: Write fns-*.el in current directory instead of
13389         data-directory since no installation directory exists yet.  Mark
13390         buffer unmodified afterwards.
13392         * loadhist.el (symbol-file): Load fns-*.el from exec-directory
13393         instead of data-directory since it is architecture dependent.
13394         (load-history-loaded): Update doc string.
13396 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
13398         * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
13399         path as a default directory when canonicalizing names.
13401         * w32-fns.el: Remove a dangling reference to a directory on the
13402         build machine.
13404 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
13406         * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
13407         namespace related keywords such as `class', `body', `private',
13408         `variable', `namespace eval', etc.
13409         (tcl-imenu-generic-expression): Handle itcl body and class definitions.
13410         (tcl-mode): Added ":" as a word constituent to the syntax-alist of
13411         imenu and font-lock so that searches for \sw would find words
13412         containing colons.
13414         * progmodes/etags.el (initialize-new-tags-table):
13415         Do not alter find-tag-marker-ring and tags-location-ring.
13417 1998-10-27  Geoff Voelker  <voelker@cs.washington.edu>
13419         * term/w32-win.el: Require fontset.
13420         (w32-init-fontsets): New function (code from x-win.el).
13422 1998-10-26  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13424         * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
13425         calendar-and-diary-frame-parameters):  Add title parameter.
13427 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
13429         * completion.el (dynamic-completion-mode): New function to enable
13430         the mode.  (Just loading the file now does not change anything.)
13432 1998-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13434         * ps-print.el: User option for multibyte buffer handling and doc fix.
13435         (ps-multibyte-buffer): New user option.
13436         (ps-setup): Print new user option.
13437         (ps-print-quote): New fun.
13438         (ps-color-p, ps-mule-font-info-database-latin): New var.
13439         (ps-default-color, ps-mule-font-info-database)
13440         (ps-mule-font-info-database-ps-bdf): Adjust initialization.
13441         (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
13442         (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
13443         Little code improvement.
13444         (ps-mule-initialize): Initialize ps-mule-font-info-database.
13445         (ps-print-prologue-header, ps-font-family, ps-font-size)
13446         (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
13447         (ps-build-face-reference, ps-mule-font-info-database-bdf)
13448         (ps-mule-external-libraries, ps-mule-init-external-library)
13449         (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
13450         Doc fix.
13451         (ps-print-version): New version number (4.1.1) and doc fix.
13452         (ps-print-prologue-header): New user option.
13453         (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
13454         Conditional compilation for GNU Emacs and emacsens.
13455         (ps-generate-postscript-with-faces): Skip invisible text better.
13456         (ps-setup): Print new user option.
13457         (ps-print-preprint): Check if input file name exists and is unwritable.
13458         (ps-begin-file): Adjust PostScript prologue header for duplex printers
13459         and insert user PostScript prologue header comments.
13460         (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
13461         New funs.
13462         (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
13463         (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
13464         PostScript programming normalization.
13465         (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
13466         (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
13467         (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
13468         (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
13469         (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
13470         Programming style normalization.
13472 1998-10-26  Kenichi Handa <handa@etl.go.jp>
13474         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13475         version, check the value of mule-version.
13477         * international/mule-util.el (compose-region): Insert then delete
13478         to preserve markers.
13479         (decompose-region): Use search-forward for efficiency.
13481         * language/chinese.el (pre-write-encode-hz): Cancel previous
13482         change, use generate-new-buffer instead of get-buffer-create.
13483         * language/devan-util.el
13484         (in-is13194-devanagari-pre-write-conversion): Likewise.
13485         * language/thai-util.el (thai-pre-write-conversion): Likewise.
13486         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
13487         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
13489 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
13491         * mail/rmailsum.el (rmail-message-subject-p):
13492         Handle message whose header has not been reformatted.
13494         * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
13496 1998-10-25  Jason Rumney  <jasonr@altavista.net>
13498         * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
13499         New variables.
13500         (mouse-set-font): Use font menus instead of dialog according to
13501         w32-use-w32-font-dialog.
13503 1998-10-21  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13505         * calendar/calendar.el (calendar-day-name-array): Add doc string
13506         correctly!
13507         (calendar-month-name-array): Add doc string correctly!
13509 1998-10-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
13511         * net-utils.el (whois-get-tld): Rewrite not to use `do'.
13513 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
13515         * lisp/info.el (Info-next-menu-item): Stay on top of node.
13517         * mail/rmailout.el (rmail-output): Insert newline only if necessary.
13519         * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
13521         * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
13523 1998-10-21  Andreas Schwab  <schwab@delysid.gnu.org>
13525         * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
13527 1998-10-21  Karl Heuer  <kwzh@gnu.org>
13529         * emacs-lisp/profile.el (profile-timer-program): Var deleted.
13530         (profile-timer-process, profile-temp-result-, profile-time): Likewise.
13531         (profile-filter, profile-reset-timer): Functions deleted.
13532         (profile-check-zero-init-times, profile-get-time): Likewise.
13533         (profile-find-function, profile-quit): Likewise.
13534         (profile-distinct, profile-call-stack, profile-last-time): New vars.
13535         (profile-time-list, profile-init-list): Doc fix.
13536         (profile-functions): Simplify.
13537         (profile-print): Use float.  Make output include space separators.
13538         (profile-add-time): New helper function.
13539         (profile-function-prolog): Renamed from profile-start-function.
13540         Handle profile-distinct.
13541         (profile-function-epilog): Renamed from profile-update-function.
13542         Handle profile-distinct.
13543         (profile-a-function): If the function to be profiled is an
13544         autoload form, load it.  If it's lazy-loaded, fetch it.
13545         (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
13546         (profile-restore-fun): Arg FUN is now a function symbol, as was
13547         documented, rather than a one-element list.
13548         (profile-finish): Call profile-restore-fun properly.
13550 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
13552         * international/characters.el: Setup charset property
13553         nospace-between-words.
13555         * international/mule-cmds.el (get-charset-property): If CHARSET is
13556         composition, return nil.
13557         (put-charset-property): If CHARSET is composition, do nothing.
13559         * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
13560         * language/devan-util.el
13561         (in-is13194-devanagari-pre-write-conversion): Likewise.
13562         * language/thai-util.el (thai-pre-write-conversion): Likewise.
13563         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
13564         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
13566         * textmodes/fill.el (sentence-end-without-period): New variable.
13567         (canonically-space-region): Pay attention to
13568         sentence-end-without-period.
13569         (fill-find-break-point): The first argument CHARSET deleted.
13570         Caller changed.
13571         (fill-region-as-paragraph): Pay attention to charset property
13572         nospace-between-words and text property nospace-between-words.
13574 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
13576         * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
13577         an unrecognized shell.
13579 1998-10-20  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
13581         * desktop.el (desktop-save): Include minor modes symbolically.
13582         (desktop-create-buffer): Turn on all minor modes in `mim'.
13584 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
13586         * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
13587         (sh-font-lock-keywords): Handle rpm and rpm2.
13588         (sh-ancestor-alist): Handle rpm.
13590         * files.el (auto-mode-alist): Recognize .rpm files.
13591         Also .spec and .mspec files.
13593 1998-10-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
13595         * faces.el (frame-set-background-mode): Enable the function for
13596         MSDOS frames.
13598 1998-10-20  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13600         * calendar/calendar.el (calendar-day-name-array): Add doc string.
13601         (calendar-month-name-array): Add doc string.
13603 1998-10-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
13605         * simple.el (kill-ring-max): Increased to 60.
13607 1998-10-17  Kenichi Handa  <handa@etl.go.jp>
13609         * international/characters.el: Setup auto-fill-chars.
13611         * international/kinsoku.el (kinsoku): Check the variable
13612         enable-kinsoku.
13614         * simple.el (do-auto-fill): Don't check kinsoku-enable here.
13615         Don't call kinsoku directly, intead call fill-find-break-point.
13617         * textmodes/fill.el: Setup `fill-find-break-point-function'
13618         property to character sets which require `kinsoku' processing for
13619         filling.
13620         (fill-find-break-point): New function.
13621         (fill-region-as-paragraph): Don't check kinsoku-enable here.
13622         Don't call kinsoku directly, intead call fill-find-break-point.
13624 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
13626         * faces.el (modify-face-read-string): Return (nil) for "none".
13627         (modify-face): Don't get error if (nil) is the argument.
13628         (face-try-color-list): Don't check whether nil is a valid color.
13630 1998-10-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
13632         * emacs-lisp/bytecomp.el (byte-recompile-directory):
13633         Print message about each directory, even in batch mode.
13635         * gnus/nntp.el: Require `cl' before using nnoo-declare.
13637         * ps-print.el (ps-mule-chars-in-string): No need to use sref.
13638         (ps-mule-string-char): No need to use sref.
13639         (ps-mule-next-index): No need to use sref.
13641         * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
13643         * files.el (revert-buffer-internal-hook): Add defvar.
13645         * arc-mode.el (archive-mode): Locally set file-precious-flag.
13647         * tar-mode.el (tar-mode): Locally set file-precious-flag.
13649 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
13651         * international/mule-cmds.el (default-input-method): Fix custom type.
13653         * net-utils.el (whois-server-list): Fix customization type.
13655         * shell.el (shell-input-autoexpand): Fix customization group.
13657 1998-10-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
13659         * repeat.el (repeat): Handle keyboard macros properly.
13660         Handle new prefix arg after self-insert command.
13662         * repeat.el: Don't include cl even at compile time.
13663         (repeat): Avoid using `loop'.
13665         * simple.el (shell-command-on-region): Doc fix.
13666         (next-history-element): Special error message if no default.
13668 1998-10-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
13670         * ps-print.el (ps-print-buffer): Doc fix.
13671         (ps-despool): Likewise.
13673         * arc-mode.el (arc-mode): Provide arc-mode.
13675 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
13677         * ps-print.el (ps-print-buffer): Doc fix.
13679 1998-10-14  Dave Love  <fx@gnu.org>
13681         * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
13682         (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
13683         (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
13685         * progmodes/fortran.el (fortran-mode-map): Change "Join
13686         Continuation Line" to "Join Line".
13687         (fortran-font-lock-keywords-1): Add "cycle", "exit".
13689 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
13691         * progmodes/fortran.el (fortran-join-line): Use
13692         `delete-indentation' instead of issuing an error message if not on
13693         a continuation line.  Provide for joining several lines using
13694         prefix arg.
13696 1998-10-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
13698         * term/pc-win.el (msdos-color-values): New variable.
13699         (x-color-values): New function, emulates its namesake from
13700         src/xfns.c.
13701         (msdos-bg-mode): Add all dark colors to those which return
13702         "dark".
13704 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
13706         * replace.el (keep-lines, flush-lines, how-many):
13707         Don't ignore case if arg has upper case letters.
13709 1998-10-11  Reto Zimmermann  <zimmi@iis.ee.ethz.ch>
13711         * progmodes/vhdl-mode.el
13712         (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
13713         (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
13714         (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
13715         (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
13716         (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
13717         (vhdl-when): Fix indentation problem.
13718         (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
13719         (vhdl-get-port, vhdl-get-generic): Bug fix in template.
13720         (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
13722 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
13724         * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
13725         (ls-lisp-insert-directory): Renamed from insert-directory.
13726         (insert-directory): New function.
13728 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
13730         * simple.el (completion-fixup-function): Variable deleted.
13731         (completion-setup-function): Delete code for completion-fixup-function.
13732         * emacs-lisp/lisp.el (lisp-complete-symbol):
13733         Don't bind completion-fixup-function.
13735         * files.el (find-file-wildcards): New option.
13736         (find-file-noselect): Handle wild cards, if enabled.
13737         (file-expand-wildcards): New function.
13739         * simple.el (set-fill-column): Doc fix.
13741 1998-10-13  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13743         * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
13745 1998-10-13  Andreas Schwab  <schwab@mescaline.gnu.org>
13747         * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
13748         Move declaration before first use.
13749         (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
13750         hif-math, hif-factor): Rename token to hif-token and token-list to
13751         hif-token-list.
13752         (hif-token, hif-token-list): Declare them.
13753         (hif-find-ifdef-block): Return cons of top and bottom point
13754         instead of setting dynamically bound variables.
13755         (hide-ifdef-block, show-ifdef-block): Use return value of
13756         hif-find-ifdef-block.
13758 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
13760         * subr.el (read-passwd): Use clear-this-command-keys.
13762         * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
13764         * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
13765         and ...-for-write.
13767 1998-10-12  Andrew Innes  <andrewi@harlequin.co.uk>
13769         * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
13770         responses to GROUP command, since this may be called from a timer
13771         with quit inhibited.
13773 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
13775         * international/ccl.el (ccl-compile-if): If there's no false-cmds,
13776         set unconditional-jump to nil.
13777         (ccl-compile-read-multibyte-character): Return nil.
13778         (ccl-compile-write-multibyte-character): Likewise.
13779         (ccl-compile-translate-character): Likewise
13780         (ccl-compile-map-multiple): Likewise.
13781         (ccl-compile-map-single): Likewise.
13783         * international/kinsoku.el: Add coding tag.
13784         (kinsoku-bol): Remove superfluous TAB in a string.
13786         * international/mule-cmds.el (find-coding-systems-for-charsets):
13787         Delete `composition' (if any) from CHARSETS.
13789 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
13791         * international/mule-cmds.el (setup-specified-language-environment):
13792         Add apropos-inhibit property.
13793         (describe-specified-language-support): Likewise.
13795 1998-10-11  Kenichi HANDA  <handa@etl.go.jp>
13797         * international/mule.el (make-coding-system): Create -with-esc
13798         variant coding system.
13800 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
13802         * progmodes/etags.el (tags-loop-revert-buffers): New variable.
13803         (next-file): Optionally offer to revert a file's buffer,
13804         if it has an existing buffer but the file has changed.
13806         * info.el (Info-insert-dir): Detect and report problems
13807         in input files, such as "No Top node".  Return with point
13808         at the beginning of the text.
13809         (Info-find-node): Reinsert the code to handle files
13810         with no tags table; it was deleted by mistake.
13812 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
13814         * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
13815         texinfo-find-higher-level-node repeatedly find the same node.
13816         (texinfo-find-higher-level-node): Doc fix.
13818 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
13820         * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
13821         (smtpmail-address-buffer): Add defvar.
13822         (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
13824         * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
13826         * ffap.el (ffap-machine-p-local): Fix editing error.
13828 1998-10-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
13830         * faces.el (frame-set-background-mode):
13831         Don't do anythung for text-only or MSDOS frame.
13833 1998-10-08  Kenichi Handa  <handa@etl.go.jp>
13835         * international/quail.el (quail-defrule): New optional arg APPEND.
13836         (quail-defrule-internal): Fix bug of handling the argument APPEND.
13838 1998-10-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
13840         * gnus/pop3.el (pop3-open-server):
13841         Set process-coding-system-alist around open-network-stream.
13843 1998-10-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
13845         * files.el (save-buffer): Doc fix.
13847 1998-10-07  Karl Heuer  <kwzh@gnu.org>
13849         * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
13850         return DEF unchanged, not nil.  Simplify.
13852 1998-10-06  Geoff Voelker  <voelker@cs.washington.edu>
13854         * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
13856 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
13858         * generic.el (generic-mode-with-type): Added hooks for generic-modes.
13860         * net-utils.el (ftp, nslookup): Require comint.
13861         (network-service-connection): Likewise.
13862         (whois-server-name): Defaults to whois.arin.net
13863         (whois-server-list, whois-server-tld, whois-guess-server): New var.
13864         (whois): Tries to guess the appropriate top-level domain server.
13865         (whois-get-tld): New function.
13867         * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
13868         (dirtrack-debug-toggle): Added this function.
13870 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13872         * files.el (find-file-noselect): Switch to the correct buffer
13873         before checking find-file-literally, and allow non-nil non-t
13874         rawfile params.
13876 1998-10-06  Karl Heuer  <kwzh@gnu.org>
13878         * midnight.el (clean-buffer-list): Add autoload cookie.
13880         * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
13881         no-autosave.
13882         * tar-mode.el (tar-mode-revert): Likewise.
13883         * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
13884         from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
13885         * gnus/message.el (message-auto-save-directory): Renamed from
13886         message-autosave-directory.  All references changed.
13888 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
13890         * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
13891         string.  Expose mime stuff while searching.
13893 1998-10-06  Richard Stallman  <rms@gnu.org>
13895         * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
13897         * replace.el (perform-replace): Position point properly
13898         before and after the recursive edit of C-r.
13900         * progmodes/etags.el (tags-reset-tags-tables): Properly
13901         find the markers in the old rings that are being discarded.
13903 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13905         * apropos.el (apropos-print): Control invalid characters.
13907         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13908         Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
13909         confusing customize.
13911 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
13913         * generic-x.el (bat-generic-mode): Fix regexps for keywords and
13914         built-in commands.  Add more built-in commands and fix face names.
13916 1998-10-05  Simon Marshall  <simon@gnu.org>
13918         * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
13920 1998-10-04  Eric Ludlam  <zappo@gnu.org>
13922         * speedbar.el (speedbar-initial-expansion-list-name): Remove
13923         customization since it is not useful in this case.
13924         (speedbar-frame-mode): Check if cfx or cfy is a list, and make
13925         sure it gets evalled to a number.  Also verify that set-frame-name
13926         fn exists before calling it.
13928         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13929         Protect a `forward-sexp' call which could fail, and improved regex
13930         for ie, and eg abbreviations.
13932 1998-10-02  Noah Friedman  <friedman@splode.com>
13934         * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
13935         send-string.
13936         (rlogin-send-Ctrl-D): Here also.
13937         (rlogin-send-Ctrl-Z): Here also.
13938         (rlogin-send-Ctrl-backslash): Here also.
13940 1998-10-02  Dave Love  <fx@gnu.org>
13942         * outline.el (hide-region-body): Bind
13943         outline-view-change-hook to nil while making repeated calls to
13944         outline-flag-region.  Run it once at the end.
13945         (hide-other, hide-sublevels, show-children): Likewise.
13947         * info-look.el: Remove duplicate scheme-mode entry.
13948         (info-lookup-make-completions): When looking for entries, check
13949         that `item' isn't null or "Menu".
13951 1998-10-01  Karl Heuer  <kwzh@gnu.org>
13953         * net-utils.el: Don't require ffap.
13954         (net-utils-machine-at-point, net-utils-url-at-point): New functions.
13955         (ping, nslookup-host, finger, network-connection-to-service): Use them.
13957 1998-09-30  Richard Stallman  <rms@gnu.org>
13959         * ispell.el (check-ispell-version): No need to bind default-major-mode.
13961         * imenu.el (imenu--generic-function): Sort each submenu by position.
13962         (imenu--sort-by-position): New function.
13964         * cus-edit.el (Custom-mode-menu): Fix info node name.
13965         (customize group): Fix info node name.
13967         * mail/mailalias.el (build-mail-aliases): Don't allow
13968         a newline in the alias name.  Don't define an alias
13969         if the definition would be empty.
13971         * which-func.el (which-func-mode-global): Make :set function
13972         more reliable.
13974         * custom.el (custom-set-variables): Load the requests first,
13975         then check the symbol's `set' function.
13977         * ffap.el: Doc fixes.
13979 1998-09-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13981         * gnus.el: (gnus-valid-select-methods): Fix type.
13982         * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
13983         * gnus-score.el (gnus-orphan-score): Fix type.
13984         (gnus-score-default-header, gnus-score-default-type): Fix type.
13985         * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
13986         (gnus-saved-headers): Fix type.
13988         * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
13989         Avoid nil value of `two-lines-citation-part'.
13991 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
13993         * which-func.el (which-function): Handle case when
13994         (car imenu--index-alist) is nil.
13996 1998-09-29  Dave Love  <fx@gnu.org>
13998         * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
13999         bzip2 args.
14001 1998-09-29  Simon Marshall  <simon@gnu.org>
14003         * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
14004         comint-exec-hook.
14006 1998-09-29  Stephen Eglen  <stephen@gnu.org>
14008         * info-look.el: Add support for Octave.
14010 1998-09-28  Carsten Dominik  <cd@delysid.gnu.org>
14012         * textmodes/reftex.el (reftex-finding-files): New customize group.
14013         (reftex-texpath-environment-variables,
14014         reftex-use-external-file-finders, reftex-external-file-finders,
14015         reftex-search-unrecursed-path-first): New options.
14016         (reftex-process-string, reftex-find-file-externally): New
14017         functions.
14018         (reftex-access-search-path): Execute shell commands to find the
14019         search path.
14020         (reftex-toggle-auto-view-crossref): When turning on, make sure
14021         `reftex-auto-view-crossref' becomes non-nil.
14022         (reftex-abbrev-regexp): Constant removed.
14023         (reftex-convert-string): Abbrev regexp calculated locally.
14025 1998-09-28  Dave Love  <fx@gnu.org>
14027         * progmodes/fortran.el: Don't call regexp-opt when deriving
14028         font-lock patterns with keywords that aren't all literal.
14030 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
14032         * octave-inf.el (inferior-octave-prompt):  Also match prompts of
14033         the form `octave.bin:1>' which come from using precopiled binary
14034         versions.
14036 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
14038         * help.el (help-for-help): Use %THIS-KEY%.
14039         (help-quit): Add doc.
14041         * help-macro.el (make-help-screen): Keep HELP-TEXT
14042         in a separate function definition, not in the help command FNAME.
14043         Replace %THIS-KEY% with the key sequence that ran FNAME.
14045 1998-09-25  Richard Stallman  <rms@gnu.org>
14047         * textmodes/texinfo.el (texinfo-show-structure):
14048         Bind inhibit-read-only.
14050         * isearch.el (isearch-search-and-update): Properly
14051         handle upper case letters in the reverse-search special case.
14053 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
14055         * gnus.el: Extend the list of autoloaded functions.
14057         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
14058         buffer before creating help group. (from Gnus v5.6.43, fix by
14059         1998-08-20 Per Starback <starback@update.uu.se>)
14061         * gnus-util.el (gnus-output-to-rmail): Adjust to
14062         `rmail-output-to-rmail-file'.
14064 1998-09-25  Karl Heuer  <kwzh@gnu.org>
14066         * hexl.el (hexl-mode-map): More of previous change.
14068         * textmodes/tex-mode.el (tex-run-command): Doc fix.
14069         (tex-start-tex): Don't use tex-start-options-string in star case.
14070         Quote file name in star case as well as in non-star.
14071         Add blank and quoting of option string here.
14072         (tex-start-options-string): Not here.
14074 1998-09-23  Karl Heuer  <kwzh@gnu.org>
14076         * term.el (term-delimiter-argument-list): Doc fix.
14077         (term-emulate-terminal): Escape literal semicolon.
14078         * progmodes/asm-mode.el (asm-mode): Doc fix.
14079         (asm-comment-char): Escape literal semicolon.
14080         * emulation/viper-cmd.el (viper-movement-commands): Likewise.
14082 1998-09-23  Richard Stallman  <rms@gnu.org>
14084         * hexl.el (hexl-mode-map): Don't override all ESC bindings,
14085         only those that normally modify the buffer.
14087         * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
14088         over again.
14090 1998-09-23  E. Jay Berkenbilt  <ejb@ql.org>
14092         * ispell.el (check-ispell-version): Ensure same buffer is current
14093         when let-binding of case-fold-search ends.
14095 1998-09-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14097         * ps-print.el: Skip invisible overlay.
14098         Test for set-buffer-multibyte rather than using mule-version.
14099         (ps-print-version): New version number (4.1) and doc fix.
14100         (ps-generate-postscript-with-faces): Skip invisible overlay.
14102 1998-09-23  Fritz Knabe  <knabe@cs.virginia.edu>
14104         * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
14106 1998-09-22  Kenichi Handa  <handa@etl.go.jp>
14108         * international/quail.el (quail-update-guidance): Check for the
14109         return value of (quail-guidance) fixed.
14110         (quail-update-translation): Bind quail-current-str locally when it
14111         calls quail-update-guidance.
14112         (quail-update-translation): If input-method-exit-on-first-char is
14113         non-nil, terminate translation only when the current input method
14114         is simple.
14116 1998-09-22  Paul Eggert  <eggert@twinsun.com>
14118         * startup.el (locale-translation-file-name): Prefer X-related names
14119         to the name used by GNU/Linux sans X.  Set to nil if no file found.
14120         (command-line): Use locale-translation-file-name if it is not nil,
14121         instead of testing for its existence again.
14122         regexp-quote the ctype before using it in a regexp.
14123         Allow a colon to appear after the ctype in the aliases file,
14124         as is done in X11R6.4.
14126 1998-09-21  Richard Stallman  <rms@gnu.org>
14128         * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
14130         * calendar/appt.el (appt-interval): Variable deleted.
14131         (appt-check): For minutes in between appt-display-interval times,
14132         do check, but don't display anything except an updated mode line.
14133         Count against appt-display-interval based on minutes since
14134         first display of this appointment, not based on time of day.
14135         If appt-display-mode-line, force mode line redisplay
14136         whenever appt-mode-string has changed.
14137         (appt-add, appt-delete): Add autoload cookies.
14138         (appt-check): Catch errors from calling `diary'.
14139         (appt-max-time): Renamed from max-time.
14140         (appt-now-displayed, appt-display-count): New variables.
14141         (appt-timer): Don't create one if we already have one.
14143         * textmodes/tex-mode.el (tex-compilation-parse-errors):
14144         More general code to use the source buffer instead of the zap file.
14146         * hilit-chg.el (highlight-compare-with-file): Renamed from
14147         compare-with-file.
14149         * loadhist.el (load-history-loaded): New variable.
14150         (symbol-file): Load etc/fns-VERSION.el if that has not been done.
14152         * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
14154         * emacs-lisp/find-func.el (find-function-search-for-symbol):
14155         Fix error messages.
14157 1998-09-21  Markus Armbruster  <armbru@pond.sub.org>
14159         * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
14160         Emacs frame.
14162 1998-09-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
14164         * mail/rmail.el (rmail-decode-babyl-format): Recognize both
14165         `undecided' and `undecided-unix'.
14167 1998-09-21  Dave Love  <fx@gnu.org>
14169         * help.el (help-make-xrefs): Fix typo affecting Info references.
14171         * subr.el (remove-hook): Check list values to avoid errors.
14173 1998-09-18  Noah Friedman  <friedman@splode.com>
14175         * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
14176         store string in eldoc-last-message without consing a new string.
14177         Rearrange logic from nested if's into cond's.
14178         (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
14179         Do not print message; just return string.
14180         (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
14181         Do not print message; just return string.
14182         Cache that string in eldoc-last-data.
14183         (eldoc-last-data): Make into a vector.
14184         (eldoc-get-fnsym-args-string): Use new data form of structure.
14185         (eldoc-get-var-docstring): Here also.
14186         (eldoc-last-data-store): New function.
14187         (eldoc-get-fnsym-args-string): Use it.
14188         (eldoc-get-var-docstring): Here also.
14189         (eldoc-docstring-first-line): Minimize interim string consing.
14190         Call substitute-command-keys on the result.
14191         (eldoc-print-var-docstrings, eldoc-print-docstring,
14192         eldoc-docstring-message): Functions removed.
14193         (eldoc-docstring-format-sym-doc): New function, functionality
14194         ripped out of eldoc-docstring-message.
14195         (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
14197 1998-09-18  Kenichi Handa  <handa@etl.go.jp>
14199         * international/mule.el (make-coding-system): Doc-string modified.
14201 1998-09-18  Andreas Schwab  <schwab@delysid.gnu.org>
14203         * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
14205         * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
14206         customize type.
14208         * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
14209         type.
14211         * progmodes/compile.el (compilation-error-screen-columns): New
14212         variable.
14213         (compilation-next-error-locus): Use it to decide whether to use
14214         forward-char or move-to-column.
14216         * mail/rmail.el (rmail-movemail-program): Fix customize type.
14218         * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
14219         feedmail-fiddle-plex-user-list,
14220         feedmail-spray-address-fiddle-plex-list,
14221         feedmail-prompt-before-queue-user-alist,
14222         feedmail-prompt-before-queue-help-supplement,
14223         feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
14224         feedmail-queue-alternative-mail-header-separator): Fix customize
14225         type.
14227         * startup.el (site-run-file): Fix customize type.
14229         * speedbar.el (speedbar-initial-expansion-list-name): Fix
14230         customize type.
14232         * shell.el (shell-input-autoexpand): Fix customize type.
14234         * ps-print.el (ps-font-info-database): Add missing dots in value.
14235         Improve layout of customize type.
14237         * net-utils.el (traceroute-program-options, ping-program-options,
14238         ipconfig-program-options, netstat-program-options,
14239         arp-program-options, route-program-options,
14240         nslookup-program-options, ftp-program-options): Fix customize
14241         type.
14243         * midnight.el (clean-buffer-list-kill-regexps,
14244         clean-buffer-list-kill-buffer-names,
14245         clean-buffer-list-kill-never-buffer-names,
14246         clean-buffer-list-kill-never-regexps): Fix customize type.
14248         * man.el (Man-init-defvars): Avoid trailing nil on
14249         Man-filter-list.
14251         * lpr.el (printer-name): Fix customize type.
14253 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
14255         * international/mule-cmds.el (reset-language-environment): Call
14256         update-coding-systems-internal.
14258         * international/mule-conf.el: Call update-coding-systems-internal
14259         at the tail.
14261 1998-09-14  Dave Love  <fx@gnu.org>
14263         * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
14264         use the menu-enable properties, pending doing it correctly and
14265         acceptably fast.
14267         * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
14269 1998-09-13  Dave Love  <d.love@dl.ac.uk>
14271         * progmodes/hideshow.el (hs-grok-mode-type): Check
14272         comment-{start,end} non-nil as well as bound.  Report an error if
14273         we can't grok the mode.
14275 1998-09-13  Richard Stallman  <rms@gnu.org>
14277         * simple.el (blink-matching-open): Don't log paren matching
14278         messages in *Messages*.
14280 1998-09-12  Richard Stallman  <rms@gnu.org>
14282         * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
14283         Set point-before-scroll at end even if there was an error.
14285         * ange-ftp.el (ange-ftp-insert-file-contents):
14286         Use binary mode for dumb-unix hosts as for unix hosts.
14287         (ange-ftp-copy-file-internal): Likewise.
14289         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
14291         * emacs-lisp/pp.el: Doc fixes.
14293         * wid-edit.el (widget-menu-max-shortcuts): New variable.
14294         (widget-choose): Don't use single-char shortcuts if # items
14295         exceeds that many.  Use minibuffer instead.
14297 1998-09-12  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14299         * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
14301 1998-09-12  Eric Ludlam  <zappo@mescaline.gnu.org>
14303         * speedbar.el (speedbar-frame-mode): Do not set frame position if
14304         in terminal mode.
14306 1998-09-10  Noah Friedman  <friedman@splode.com>
14308         * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
14309         defcustom declaration.  It's wreaking too much havoc with XEmacs
14310         and older versions of Emacs, which share this code.
14312         * type-break.el (type-break-mode): Here also.
14314         * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
14315         `t' to add-hook also to modify the new local value.
14317 1998-09-10  Dave Love  <fx@gnu.org>
14319         * vc.el (vc-insert-headers): Doc fix.
14321 1998-09-10  Richard Stallman  <rms@gnu.org>
14323         * textmodes/flyspell.el (flyspell-mode-on): Make the
14324         ispell-... variables permanent locals.
14325         (flyspell-mode-off): Add autoload cookie.
14327         * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
14328         do use binary mode, just as for `unix'.
14329         (ange-ftp-host-type): If HOST is nil, return `unix'.
14331         * dired.el (dired-mark-files-containing-regexp):
14332         Don't scan directories.  Ignore non-readable files.
14334         * progmodes/compile.el (compilation-error-regexp-alist):
14335         Fix previous change: allow . and _ in command name.
14337         * dired.el (dired-mark-files-containing-regexp): Fix previous change.
14339         * uncompress.el (uncompress-while-visiting):
14340         Use just the car of what find-operation-coding-system returns.
14342         * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
14344         * shell.el (shell-file-name-quote-list): Add # to the value.
14346 1998-09-10  E. Jay Berkenbilt  <ejb@ql.org>
14348         * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
14349         to make killing of ispell process work even if
14350         kill-all-local-variables has been run.
14352 1998-09-10  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14354         * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
14355         loop when sexp entry ends at end of file with no newline.
14357 1998-09-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
14359         * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
14360         (Custom-reset-standard): Fix menu inconsistency.
14362         * mail/feedmail.el (feedmail-from-line): Allow t.
14363         (feedmail-message-id-suffix): Allow nil.
14365         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
14366         Simplify.  Make prefix arg work right.
14368 1998-09-09  Dave Love  <fx@gnu.org>
14370         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
14372         * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
14374 1998-09-08  Dave Love  <fx@gnu.org>
14376         * add-log.el (change-log-font-lock-keywords): Do parenthesized
14377         stuff only after file names or at start of line.  Allow parens
14378         around e-mail, as well as angles.
14380         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
14381         ignore-errors too, eval'd when compile.  Require w3 stuff at load
14382         time for nicer failure if it's not available.
14384 1998-09-07  Geoff Voelker  <voelker@cs.washington.edu>
14386         * comint.el (comint-arguments): Ignore backslashes when using
14387         w32 shells that expect backslashes as the directory separator.
14389 1998-09-04  Kenichi Handa  <handa@etl.go.jp>
14391         * international/fontset.el (resolved-ascii-font): New variable.
14392         (x-complement-fontset-spec): By side effect, set
14393         `resolved-ascii-font' to the resolved name of ASCII font."
14394         (create-fontset-from-fontset-spec): Don't get a value for
14395         resolved-ascii-font from the list full-fontlist.  It is set by
14396         x-complement-fontset-spec now.
14398         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
14399         version, check the value of mule-version.
14401 1998-09-07  Carsten Dominik  <cd@delysid.gnu.org>
14403         * textmodes/reftex.el (reftex-view-crossref): Split up into
14404         several functions.  No longer moves to find a macro.
14405         (reftex-view-cr-cite, reftex-view-cr-ref,
14406         reftex-end-of-bib-entry): New functions.
14407         (reftex-auto-view-crossref): New value `window' allowed.
14408         (reftex-view-crossref-when-idle): Process new `window' option in
14409         (reftex-translate-to-ascii-function): New default.
14410         (reftex-label-illegal-re): Default changed, removed Latin1.
14411         (reftex-latin1-to-ascii): New function.
14412         (reftex-what-environment): Check for section regexp before use.
14413         (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
14414         absolute path names.
14415         (reftex-TeX-master-file): Changed sequence of file checks.
14416         (reftex-do-citation): bibview cache only with RefTeX mode on.
14418 1998-09-06  Richard Stallman  <rms@gnu.org>
14420         * progmodes/compile.el (compilation-error-regexp-alist):
14421         In first pattern (GNU utilities and other things),
14422         allow a space after the optional program name at the beginning.
14424         * mail/mail-hist.el (mail-hist-current-header-contents):
14425         Fix previous change: use mail-header-end.
14427 1998-09-06  Bill Richter  <richter@math.nwu.edu>
14429         * international/ccl.el: Doc fixes.
14430         * international/encoded-kb.el: Doc fixes.
14431         * international/fontset.el: Doc fixes.
14432         * international/kinsoku.el: Doc fixes.
14433         * international/kkc.el: Doc fixes.
14434         * international/mule-cmds.el: Doc fixes.
14435         * international/mule-conf.el: Doc fixes.
14436         * international/mule-util.el: Doc fixes.
14437         * international/mule.el: Doc fixes.
14439 1998-09-05  Eric Ludlam  <zappo@gnu.org>
14441         * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
14442         (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
14443         (checkdoc-this-string-valid-engine): Permit ? as terminating
14444         punctuation for first line sentence breaking.
14445         (checkdoc-this-string-valid): When converting a comment into a doc
14446         string, make sure " chars are \".
14447         (checkdoc-sentencespace-region-engine): Only do double space check
14448         if based on the variable `sentence-end-double-space'
14449         (checkdoc-this-string-valid-engine): ? ends valid sentence.
14450         (checkdoc-proper-noun-region-engine): Exclude items in URLs
14452 1998-09-04  Richard Stallman  <rms@gnu.org>
14454         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
14455         Recognize define-skeleton as a function definer.
14457         * cus-edit.el (customize-option): Refuse to customize
14458         a variable that has no defcustom.  But if variable is autoloaded,
14459         first try to load the library that defines it.
14461         * international/iso-insert.el: Use `string' before calling `insert'
14462         so that in multibyte buffers we insert multibyte chars.
14464         * dired.el (dired-mark-files-containing-regexp):
14465         Don't use find-file; instead, insert the file in a temp buffer.
14467         * textmodes/tex-mode.el (tex-start-options-string): New option.
14468         (tex-start-tex): Use that variable.
14470         * mail/rmail.el (rmail-primary-inbox-list): Make the initial
14471         value in the `repeat' alternative a list.
14473         * textmodes/fill.el (fill-individual-paragraphs): Before deleting
14474         the inserted newline, verify that one was really inserted.
14476         * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
14477         remains on or remains off.
14478         (flyspell-multi-language-p): Default changed to nil.
14480         * progmodes/ada-mode.el (ada-search-ignore-string-comment):
14481         In "found in comment" case, don't beginning-of-line after forward-line.
14483         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
14484         If the function definition is not a lambda, return original FORM
14485         with no error.
14487 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
14489         * net-utils.el (netstat-program-options): Changed from nil to "-a"
14490         so that by default netstat shows all network connections.
14492 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
14494         * international/quail.el: Doc fixes.
14496         * info.el (info): Don't add parens if FILE already has them.
14498 1998-09-04  Geoff Voelker  <voelker@cs.washington.edu>
14500         * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
14501         on extension lines.
14503 1998-09-03  Geoff Voelker  <voelker@cs.washington.edu>
14505         * w32-fns.el (w32-shell-dos-semantics): New function.
14507 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
14509         * international/quail.el (quail-choose-completion-string): Store
14510         completion `choice' in `quail-current-str'; don't insert it.
14512 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
14514         * bdf.el (bdf-generate-font): New argument CHARSET.  Give WIDTH
14515         argument to ps-mule-generate-bitmap-font.
14517         * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
14518         entry and change Latin-1 entry in the default value.
14519         (ps-mule-font-info-database-ps-bdf): New variable.
14520         (ccl-encode-ethio-unicode): Bug of CCL code fixed.
14521         (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
14522         registerd in FONT-SPEC.
14523         (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
14524         charcter width of bitmap fonts.
14525         (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
14526         procedure NF.
14527         (ps-begin-file): Output PostScript code for setting
14528         SpaceWidthRatio.
14529         (ps-plot-region): Use line-beginning-position to get a position of
14530         the beginning of the current line.
14532         * international/mule-cmds.el (register-input-method): Doc-string
14533         modified.
14535 1998-09-01  Dave Love  <fx@gnu.org>
14537         * international/mule-cmds.el (current-language-environment): Fix
14538         setter function.
14540 1998-09-01  Simon Marshall  <simon@gnu.org>
14542         * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
14543         (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
14544         ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
14545         names with font-lock-type-face.  Fontify type specs, etc., with
14546         font-lock-keyword-face.
14548 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
14550         * international/fontset.el (x-complement-fontset-spec): If ASCII
14551         font is specified in FONTLIST, don't substitute it for the
14552         resolved name.
14554 1998-08-31  Paul Eggert  <eggert@twinsun.com>
14556         * international/mule.el (charset-description): Doc fix.
14558         * language/chinese.el, language/cyrillic.el, language/czech.el,
14559         language/devanagari.el, language/ethiopic.el,
14560         language/european.el, language/hebrew.el, language/indian.el,
14561         language/japanese.el, language/korean.el, language/lao.el,
14562         language/slovak.el, language/thai.el, language/tibetan.el,
14563         language/vietnamese.el:
14564         Add coding: local variable, to avoid bootstrapping problem
14565         if you need to recompile all the Lisp files using interpreted code.
14567 1998-08-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14569         * cal-china.el (chinese-year-cache): Change range of years from
14570         1989-2000 to 1990-2010.
14572 1998-08-29  Dave Love  <d.love@dl.ac.uk>
14574         * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
14575         (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
14577 1998-08-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14579         * ps-print.el (ps-print-control-characters): Doc-string modified.
14580         (ps-output-string-prim): Comment format changed.
14581         (ps-do-despool): Indentation of source code changed.
14583 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
14585         * subr.el (sref): Make it an alias of aref.  Make the
14586         byte-compiler warn that it is obsolete.
14587         (char-bytes): Make the byte-compiler warn that it is obsolete.
14589         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
14590         Calculate the total bytes using position-bytes instead of
14591         char-bytes.
14593 1998-08-27  Karl Heuer  <kwzh@gnu.org>
14595         * snmp-mode.el: New file.
14596         * files.el (auto-mode-alist): Add snmp-mode patterns.
14598 1998-08-27  Karl Eichwalder  <ke@suse.de>
14600         * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
14602 1998-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14604         * calendar/diary-lib.el (diary-block): Doc fix..
14605         * calendar/calendar.el (diary-list-include-blanks): Doc fix..
14607 1998-08-27  Richard Stallman  <rms@gnu.org>
14609         * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
14610         * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
14611         Clear appt-mode-string if we don't put something in it.
14613 1998-08-27  Dave Love  <fx@gnu.org>
14615         * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
14616         dired-local-variables-file for dired-x.
14618         * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
14619         for compressed library files too.
14621 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
14623         * language/european.el ("Latin-1"): Modify `documentation' key value.
14624         ("Latin-2"): Likewise.
14626 1998-08-26  Karl Heuer  <kwzh@gnu.org>
14628         * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
14630 1998-08-26  Albert L. Ting  <alt@artisan.com>
14632         * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
14633         (mail-hist-current-header-contents): Use mail-text-start.
14635 1998-08-26  Richard Stallman  <rms@gnu.org>
14637         * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
14638         (customize-changed-options-previous-release): New variable.
14639         (customize-changed-options): Use that variable as default arg.
14641 1998-08-26  Karl Eichwalder  <ke@suse.de>
14643         * midnight.el: Require `timer' not only when compiling.
14645 1998-08-26  Per Starback  <starback@update.uu.se>
14647         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
14648         buffer before creating help group.
14650 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14652         * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
14653         coding-system-for-write before saving.
14655 1998-08-26  Kevin Rodgers <kevinr@ihs.com>
14657         * isearch.el (isearch-forward): Doc fix.
14659 1998-08-26  Andreas Schwab  <schwab@delysid.gnu.org>
14661         * emacs-lisp/find-func.el: Fix :version tags to have a string
14662         value, not a float.
14664         * cus-dep.el: Fix typo in output.
14666 1998-08-25  Dave Love  <fx@gnu.org>
14668         * repeat.el (repeat): Doc fix.
14669         [From rms:]
14670         (repeat-previous-repeated-command): New variable.
14671         (repeat): Check for real-last-command being null or repeat.  Set
14672         repeat-previous-repeated-command.
14674         * browse-url.el (browse-url-netscape): Fix format for hex escapes.
14676 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
14678         * gnus/message.el (message-send-mail-with-sendmail): Bind
14679         coding-system-for-write by the return value of
14680         select-message-coding-system.
14681         (message-send-mail-with-qmail): Likewise.
14683 1998-08-24  Andreas Schwab  <schwab@delysid.gnu.org>
14685         * emacs-lisp/autoload.el: Fix doc-string-elt property on
14686         define-derived-mode.
14688         * files.el (file-name-invalid-regexp):
14689         Fix regex for ms-dos without long file names.
14691 1998-08-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14693         * ps-print.el: Multi-byte buffer handling.
14694         (ps-print-version): New version number (4.0) and doc fix.
14695         (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
14696         compilation for GNU Emacs and emacsens.
14697         (ps-generate-postscript-with-faces): Force invisible text to be
14698         visible.
14699         (dos-ps-printer): New var to avoid compilation gripes.
14701 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14703         * ps-print.el (ps-mule-plot-string): Pay attention to the case
14704         that no more characters can't be printed in the current line.
14706 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14708         * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
14709         greater than TO.
14711 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14713         * ps-print.el: Add codes to make ps-print.el work also on Emacs
14714         20.2 and the earlier version.
14715         (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
14716         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
14717         (ps-mule-find-wrappoint): Likewise.
14718         (ps-mule-generate-font): Change `X' to `x' in format
14719         control-string.
14720         (ps-generate): Call ps-mule-begin before calling ps-begin-job.
14721         (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
14722         `restore' form procedures `BC' and `EC'.
14724 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14726         * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
14727         is an executable procedure.  Make LineThickness, Xshadow, and
14728         Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
14729         (ps-mule-font-info-database, ps-mule-font-info-database-ps,
14730         ps-mule-font-info-database-bdf): New vars.
14731         (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
14732         (ccl-encode-ethio-unicode): New CCL program.
14733         (ps-mule-encode-ethiopic): New fun.
14734         (ps-mule-current-charset): New var.
14735         (ps-mule-get-font-spec, ps-mule-font-spec-src,
14736         ps-mule-font-spec-name, ps-mule-font-spec-encoding,
14737         ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
14738         (ps-mule-external-libraries): New var.
14739         (ps-mule-init-external-library): New fun.
14740         (ps-mule-font-cache): New var.
14741         (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
14742         (ps-last-font): New var.
14743         (ps-mule-prepare-font): New fun.
14744         (ps-mule-charset-list): New var.
14745         (ps-mule-prologue-generated, ps-mule-prologue): New vars.
14746         (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
14747         ps-mule-plot-string): New funs.
14748         (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
14749         New vars.
14750         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
14751         ps-mule-prepare-cmpchar-font): New funs.
14752         (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
14753         vars.
14754         (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
14755         ps-mule-generate-bitmap-glyph): New funs.
14756         (ps-mule-initialize, ps-mule-begin): New funs.
14757         (ps-output-string-prim): Insert string as unibyte.
14758         (ps-output-prologue): New fun.
14759         (ps-flush-output): Handle the case of 'prologue.
14760         (ps-begin-file): Call ps-mule-initialize.
14761         (ps-begin-job): Set ps-control-or-escape-regexp differently if
14762         printing multibyte characters.
14763         (ps-begin-page): Set ps-mule-current-charset to 'ascii.
14764         (ps-basic-plot-string): Handle the case of printing ASCII
14765         characters by external libraries (e.g. BDF).
14766         (ps-set-font): Set ps-last-font.
14767         (ps-plot-region): Handle multibyte characters, use
14768         ps-mule-plot-string for them.
14769         (ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.
14771         * bdf.el: New file.
14773 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
14775         * international/mule-cmds.el (select-message-coding-system): New
14776         function.
14777         (set-language-environment-coding-systems): Set
14778         default-sendmail-coding-system.
14780         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
14781         (default-sendmail-coding-system): New variable.
14782         (sendmail-send-it): Encode the message by a coding system
14783         select-message-coding-system returns.
14785 1998-08-23  Eric Ludlam  <zappo@gnu.org>
14787         * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
14788         (speedbar-mode): Set buffer to read only.
14789         (speedbar-temp-buffer-show-function): For emacs don't call hook
14790         with arguments.
14791         (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
14793 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
14795         * speedbar.el (speedbar-key-map): Fix typo.
14797 See ChangeLog.7 for earlier changes.