*** empty log message ***
[emacs.git] / lisp / ChangeLog
blobfd8abb95e98cdcf63fd5e66605e4361ea76970a4
1 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
3         * startup.el (command-line): Only call menu-bar-mode if interactive.
5         * thingatpt.el (toplevel symbol-properties):
6         * textmodes/makeinfo.el (makeinfo-compile):
7         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
8         * progmodes/hideif.el (hif-compress-define-list) 
9         (hide-ifdef-use-define-alist):
10         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry) 
11         (ange-ftp-vms-add-file-entry):
12         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
13         * man.el (Man-build-man-command):
14         * mail/rnewspost.el (news-reply-header-hook):
15         * info.el (Info-insert-dir):
16         * emulation/mlconvert.el (backward-word, forward-word, setq):
17         * emacs-lisp/gulp.el (gulp-send-requests):
18         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) 
19         (byte-optimize-inline-handler, byte-optimize-form-code-walker) 
20         (byte-optimize-apply, end of file):
21         * emacs-lisp/advice.el (ad-advice-class-completion-table)
22         (ad-make-freeze-definition):
23         * startup.el (command-line, command-line-1): Don't quote lambdas.
25         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
26         (cvs-cleanup-removed): New function.
27         (cvs-cleanup-functions): New var.
28         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
29         some flexibility in specifying additional entries to auto-cleanup.
30         (cvs-quickdir): New function.
31         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
32         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
33         (cvs-mode-find-file): Check that we are on a filename or dirname
34         when invoked through a mouse-click.
35         (cvs-full-path): Remove.
36         (cvs-dired-action): Re-introduced.
37         (cvs-dired-noselect): Use it.
38         (vc-post-command-functions): use this new hook if available.
40         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
41         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
42         (cvs-filename-map, cvs-dirname-map): Remove.
43         (cvs-default-action): Remove.
44         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
45         if the arg is really a keymap.
46         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
47         Don't hardcode the mapping from state (aka type) to face, but check
48         the var cvs-fi-<type>-face instead.
49         (cvs-fileinfo-from-entries): New function.
51         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
52         Docstring fix.
53         (cvs-find-file-and-jump): Change default to be safer.
54         (cvs-mode-diff-map): Define it as a function as well.
55         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
56         Bind mouse-2 in this global map rather than with text-properties.
58         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
59         file to resolve the ambiguity between C(conflict) and C(need-merge).
61 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
63         * international/mule.el (set-buffer-file-coding-system): If
64         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
65         unconditionally.
67 2000-06-12  Dave Love  <fx@gnu.org>
69         * wid-edit.el (widget-specify-button): Really suppress the face if
70         required.
72 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
74         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
76 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
78         * imenu.el (imenu-generic-expression): Docstring fix.
80         * composite.el (composition-function-table): Move the `put'
81         below the autoload cookie so we can load the file before loaddefs.
83         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
85         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
86         Handle easy-mmode-define-global-mode.
87         For complex macros like define-minor-mode that can generate
88         several autoload entries, try to autoload entries in the
89         macroexpanded code.
91         * emacs-lisp/easy-mmode.el (define-minor-mode):
92         If KEYMAP is a symbol, just use it.
93         Use byte-compile-current-file and load-file-name to infer the
94         proper :require to pass to defcustom.
95         Wrap the hook var into `progn' so as not to autoload it.
96         Add a :autoload-end cookie.
97         Be more careful about the evaluation of KEYMAP.
98         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
99         (define-derived-mode): Move define-abbrev-table outside of defvar.
101 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
103         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
104         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
105         (backup-compiled-files): Ignore errors during `tar'.
106         (bootstrap): Make autoloads before elc files.
108 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
110         * international/mule.el (set-buffer-file-coding-system): If one of
111         undecided-XXX is specified, change only EOL conversion. 
113         * international/mule-conf.el (unix): New alias for the coding
114         system undecided-unix.
116 2000-06-09  Dave Love  <fx@gnu.org>
118         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
120         * progmodes/executable.el: Byte compile dynamic.
121         (executable-insert): Change custom type.
122         (executable-find): Add autoload cookie.
123         (executable-make-buffer-file-executable-if-script-p): New
124         function.  After Noah Friedman.
126         * files.el (after-save-hook): Customize, with
127         executable-make-buffer-file-executable-if-script-p as an option.
129 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
131         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
132         "tib24p-mule.bdf" for Tibetan.
134         * composite.el (decompose-composite-char): Declare it as obsolete.
136         * man.el (Man-fontify-manpage): Pay attention to underline and
137         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
139 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
141         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
142         Set maintainer to FSF since author isn't reachable.
144 2000-06-08  Dave Love  <fx@gnu.org>
146         * international/mule-cmds.el (select-safe-coding-system): If
147         DEFAULT-CODING-SYSTEM is not specified, also check the most
148         preferred coding-system if buffer-file-coding-system is
149         `undecided'.  From Handa.
151 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
153         * international/mule.el
154         (after-insert-file-set-buffer-file-coding-system): If the buffer
155         size is greater than INSERTED, judget that we are not visiting.
157 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
159         * whitespace.el (defgroup whitespace): Comment out `:version'.
160         XEmacs 20.4 has problems defining the group with this present.
161         We'll have this commented out till get resolve the problem.
163 2000-06-07  Gerd Moellmann  <gerd@gnu.org>
165         * align.el: Update from author.
167 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
169         * apropos.el (apropos-mode-hook): New user variable.
170         (apropos-mode): Run apropos-mode-hook.
172 2000-06-07  David Ponce  <david@dponce.com>
174         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
175         commands.  Require `wid-edit' at run-time.
177 2000-06-07  David Ponce  <david@dponce.com>
179         * recentf.el: Added some "Commentary".
180         (recentf-open-more-files, recentf-edit-list): Minor changes to
181         move the point at the top of the file list.  This behaviour is
182         consistent with the menu one when the list contains a lot of
183         files.
184         (recentf-cleanup): Now displays the number of items removed from
185         the list.
186         (recentf-relative-filter) New menu filter to show filenames
187         relative to `default-directory'.
189 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
191         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
192         with/without giving an error if PostScript printer doesn't have this
193         kind of page size.  Zebra Stripe continues or restarts on next page.
194         Manual/automatic paper feeding.  Switch or not the header.
195         (ps-print-version): New version number (5.2.2).
196         (ps-windows-system): Include emx as a Windows system.
197         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
198         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
199         (ps-background-text): Code fix.
200         (ps-error-handler-message, ps-user-defined-prologue)
201         (ps-print-prologue-header, ps-printer-name)
202         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
203         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
204         (ps-use-face-background): Customization fix.
205         (ps-n-up-database): Data fix.
206         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
207         (ps-switch-header): New vars.
208         (ps-xemacs-color-name, ps-face-foreground-name)
209         (ps-face-background-name, ps-boolean-constant): New funs.
211 2000-06-07  Dave Love  <fx@gnu.org>
213         * allout.el: New version from Manheimer.
215 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
217         * textmodes/fill.el (fill-find-break-point): Check the validity of
218         charset.
220 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
222         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
223         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
224         Call display-color-p and display-mouse-p instead of looking at
225         window-system.
227 2000-06-06  Dave Love  <fx@gnu.org>
229         * image.el (find-image): Doc fix.  Return nil if image not found.
230         (put-image, insert-image): Make STRING arg optional.
232 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
234         * language/vietnamese.el: Remove eval-when-compile.
235         (viet-viscii-nonascii-translation-table): Define it as a
236         translation table made from viet-viscii-decode-table.
237         (viet-viscii-encode-table): Define it as a translation table made
238         from the reverse map of above.
239         (viet-vscii-nonascii-translation-table): Define it as a
240         translation table made from viet-vscii-decode-table.
241         (viet-vscii-encode-table): Define it as a translation table made
242         from the reverse map of above.
243         (ccl-decode-viscii): Use translate-character.
244         (ccl-encode-viscii, ccl-encode-viscii-font)
245         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
246         Likewize.
248         * language/cyrillic.el: Remove eval-when-compile.
249         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
250         translation table made from cyrillic-koi8-r-decode-table.
251         (cyrillic-koi8-r-encode-table): Define it as a translation table
252         made from the reverse map of above.
253         (ccl-decode-koi8): Use translate-character.
254         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
255         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
256         a translation table made from cyrillic-alternativnyj-decode-table.
257         (cyrillic-alternativnyj-encode-table): Define it as a translation
258         table made from the reverse map of above.
259         (ccl-decode-alternativnyj): Use translate-character.
260         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
261         Likewize
263         * international/mule-diag.el (non-iso-charset-alist): Specify
264         translation table symbol instead of translation table itself.
265         (list-block-of-chars): CHARSET may be a translation table symbol.
267         * international/mule.el (make-coding-system): If CODING-SYSTEM
268         already exists, override it.
270         * international/fontset.el: Use family `proportional' for Tibetan
271         fonts.
273         * international/ccl.el (ccl-compile-translate-character): Don't
274         check if Rrr has property translation-table.
275         (ccl-compile-map-multiple): Modified to avoid compiler warning.
277 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
279         * info.el: Bind case-fold-search to t when searching in case
280         a user sets it to nil in a hook.
282 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
284         * autoarg.el (autoarg-mode, autoarg-kp-mode):
285         * hl-line.el (hl-line-mode): Use the new :global key argument.
287         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
288         (tar-clip-time-string): Prepend a space.
289         (tar-grind-file-mode): Construct a string rather than modifying one.
290         (tar-header-block-summarize): Fix docstring.
291         Use `format' rather than an error-prone set of copy-loops.
293         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
294         (diff-goto-source, diff-unified->context, diff-context->unified)
295         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
296         understand the format output by the `-p' argument to diff.
298         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
299         (sh-re-done): Use defconst.
300         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
301         (sh-help-string-for-variable, sh-guess-basic-offset):
302         Don't quote lambdas.
303         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
304         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
306         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
307         (mh-letter-mode): Derive from text-mode.
308         This implicitly means that it now calls kill-all-local-variables.
309         Also remove the Emacs-18 compatibility code.
311         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
312         Make use of symbol-property doc-string-elt.
313         Use memq rather than a sequence of eq.
314         (doc-string-elt): Fix the wrong or missing previously unused values.
315         (autoload-print-form): New function extracted from
316         generate-file-autoloads to allow recursion when handling progn
317         so that defvar's and defun's docstrings are properly printed.
318         (generate-file-autoloads): Use it.
320         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
321         Use find-file-hooks in the minor-mode function.
322         Be careful not to loop indefinitely in the post-command-hook function.
324 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
326         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
327         tty's.
328         * ediff-diff.el (ediff-exec-process): Use --binary for fine
329         differences whenever appropriate.
330         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
331         * viper.el (find-file, find-file-other-window): Get viper to do
332         wildcards.
334 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
336         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
337         (jit-lock-fontify-buffer): New function for JIT refontification.
338         (jit-lock-mode): Fix docstring.
339         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
340         Remove jit-lock-after-change from the _local_ hook.
341         (jit-lock-function-1): Fix docstring.
343         * info.el (Info-on-current-buffer): Initialize info.
345         * newcomment.el (comment-indent): Ignore comment-indent-hook.
347         * progmodes/tcl.el (tcl-indent-for-comment):
348         Ignore comment-indent-hook.
350         * emacs-lisp/easy-mmode.el: Require CL during compilation.
351         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
352         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
353         and improve to use the lighter to guess the capitalization.
354         (define-minor-mode): Inline code from easy-mmode-define-toggle.
355         Add keyword arguments to specify global-ness or the custom group.
356         Add local-map and help-echo properties to the lighter.
357         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
358         (easy-mmode-define-global-mode): New macro.
360 2000-06-02  Dave Love  <fx@gnu.org>
362         * wid-edit.el: byte-compile-dynamic since we typically don't use
363         all the widgets.  Don't require cl or widget.  Remove
364         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
365         (widget-read-event): Removed.  Callers changed to use read-event.
366         (widget-button-release-event-p): Renamed from
367         button-release-event-p.
368         (widget-field-add-space, widget-field-use-before-change):
369         Uncustomize.
370         (widget-specify-field): Use keymap property, not local-map.
371         (widget-specify-button): Obey :suppress-face.
372         (widget-specify-insert): Use modern backquote syntax.
373         (widget-image-directory): Renamed from widget-glyph-directory.
374         (widget-image-enable): Renamed from widget-glyph-enable.
375         (widget-image-find): Replaces widget-glyph-find.
376         (widget-button-pressed-face): Move defvar.
377         (widget-image-insert): Replaces widget-glyph-insert.
378         (widget-convert): Use keywordp.
379         (widget-leave-text, widget-children-value-delete): Use mapc.
380         (widget-keymap): Remove XEmacs stuff.
381         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
382         (widget-button-click): Don't set point at the click, but re-centre
383         if we scroll out of window.  Rewritten for images v. glyphs &c.
384         (widget-tabable-at): Use POS arg, not point.
385         (widget-beginning-of-line, widget-end-of-line)
386         (widget-item-value-create, widget-sublist, widget-princ-to-string)
387         (widget-sexp-prompt-value, widget-echo-help): Simplify.
388         (widget-default-create): Use widget-image-insert; some rewriting.
389         (widget-visibility-value-create)
390         (widget-push-button-value-create, widget-toggle-value-create): Use
391         widget-image-insert.
392         (checkbox): Create on and off images dynamically.
393         (documentation-link): Change :help-echo.
394         (widget-documentation-link-echo-help): Remove.
396 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
398         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
400         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
401         (easy-mmode-define-toggle, define-minor-mode): Use it.
402         (easy-mmode-define-keymap): Docstring fix.
403         (define-derived-mode): Default PARENT to fundamental-mode.
404         Add the derived-mode-parent symbol-property.
405         (easy-mmode-derived-mode-p): New function.
407 2000-06-02  Dave Love  <fx@gnu.org>
409         * files.el (convert-standard-filename): Doc fix.
410         (normal-backup-enable-predicate): New function.
411         (backup-enable-predicate): Use it to replace the lambda form.
413         * calendar/todo-mode.el: [This needs more work on the outline
414         stuff.]  Doc fixes.
415         (todo) <defgroup>: Add :version.
416         (todo-add-category): Don't use pushnew.
417         (todo-cmd-raise): Fix typo.
418         (todo-top-priorities): Change temp buffer name.
419         (todo-category-alist): Avoid redundant lambda.
420         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
421         Use outline-next-heading.
423         * autoarg.el: Rewritten to use define-minor-mode.
424         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
425         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
427 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
429         * isearch.el (isearch-other-meta-char): Fix previous change.
431 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
433         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
434         (log-edit-done): Only add the comment to the ring if it's different
435         from the last comment entered.
437         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
439 2000-06-01  Dave Love  <fx@gnu.org>
441         * hl-line.el: Rewritten using define-minor-mode.
443         * help.el (describe-function-1): Distinguish special form from
444         builtin function.  Sanity-check presence of arglist for builtins.
446 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
448         * international/characters.el: Fix syntax/category setting of
449         Tibetan characters.
451         * language/tibet-util.el (tibetan-add-components): Fixes for new
452         encoding of Tibetan characters.
453         (tibetan-decompose-precomposition-alist): New variable.
454         (tibetan-decompose-region): Convert precomposed characters to
455         non-precomposed characters.
456         (tibetan-decompose-string): Likewise.
457         (tibetan-composition-function): Fix args to
458         thibetan-compose-string.
460         * language/tibetan.el (tibetan-composable-pattern): More
461         characters included.
462         (tibetan-consonant-transcription-alist): Rule for "R" added.
463         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
464         "+R" added.
465         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
467         * language/lao-util.el (lao-composition-function): Fix args to
468         compose-string.
470         * language/thai-util.el (thai-composition-function): Fix args to
471         compose-string.
473         * isearch.el (isearch-update): Set disable-point-adjustment to t
474         to prevent the point moving to the end of a composition when a
475         part of a composition is searched.
476         (isearch-other-meta-char): If the key invoking this command can be
477         mapped by function-key-map to a printing char, call
478         isearch-process-search-char directly.
480 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
482         * emacs-lisp/bytecomp.el:
483         * frame.el:
484         * international/mule-cmds.el:
485         * international/mule-util.el:
486         * international/mule.el:
487         * mouse.el:
488         * subr.el:
489         * faces.el: Update calls to make-obsolete with a WHEN argument.
491         * byte-run.el (make-obsolete, make-obsolete-variable):
492         Add an optional WHEN argument and change the format of the
493         symbol-property information.
494         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
495         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
496         new obsolete-symbol-property format and print WHEN if it is provided.
498 2000-05-31  Dave Love  <fx@gnu.org>
500         * loadhist.el (loadhist-hook-functions): Remove
501         before-change-function, after-change-function.
502         (unload-feature): Deal with symbols which are both bound and
503         fbound.
505         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
506         before-change-function, after-change-function.
508         * simple.el (newline): Don't bind before-change-function,
509         after-change-function.
511 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
513         * whitespace.el (whitespace-rescan-timer-time): Update interval
514         set to 600 seconds (10 minutes) instead of 60 seconds since
515         a large number of whitespace buffers causes emacs to `freeze'
516         for a considerable amount of time.
518         * whitespace.el: Updated email address
520 2000-05-31  Dave Love  <fx@gnu.org>
522         * add-log.el (change-log-font-lock-keywords) <function>: Add
523         pattern for function of change.
524         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
525         acknowledgements patterns.
527 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
529         * isearch.el (isearch-printing-char): If keyboard coding system is
530         being used, call isearch-process-search-multibyte-characters.
532         * international/isearch-x.el: Mostly rewritten.
534         * international/quail.el (quail-start-conversion): Don't include
535         unhandled events in the returned events, but set them in
536         unread-command-events.  Exit if all inputs are deleted.
538 2000-05-30  Jason Rumney  <jasonr@gnu.org>
540         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
542         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
543         Reenable code to create initial fontsets.
544         Use set-fontset-font in place of put-charset-property.
546 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
548         * progmodes/perl-mode.el (perl-indent-line): When looking for a
549         label, ensure that the first colon isn't followed by another.
551         * paths.el (Info-default-directory-list): Doc fix.
553         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
554         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
555         send a query containing USER only, not USER@HOST.
557         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
558         and rmail-msgend to compute the restriction at the end, instead of
559         computing it.
561 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
563         * dabbrev.el (dabbrev-expand): Don't display messages in the
564         echo area if the minibuffer window is active.
566         * jit-lock.el (jit-lock-mode): Add after change function to
567         local hook.
569 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
571         * antlr-mode.el: New commands: hide/unhide actions,
572         upcase/downcase literals.
573         (antlr-tiny-action-length): New user option.
574         (antlr-hide-actions): New command.  Suggested by
575         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
576         (antlr-mode-map): New binding [C-c C-v].
577         (antlr-mode-menu): New entries.
578         (antlr-downcase-literals): New command.
579         (antlr-upcase-literals): Ditto.
581         * antlr-mode.el: Minor changes: indendation, mode-name.
582         (antlr-indent-line): Indent cpp directive at column 0.
583         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
585         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
586         (antlr-font-lock-additional-keywords): Workaround for intentional
587         bug in XEmacs version of font-lock.
588         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
589         be used by a smarter version of `buffers-menu-grouping-function'.
591 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
593         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
594         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
596 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
598         * international/encoded-kb.el
599         (encoded-kbd-iso2022-designation-map): Pay attention to that
600         charset-iso-final-char return -1 for eight-bit-control and
601         eight-bit-graphic.
603 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
605         * speedbar.el (speedbar-use-images, speedbar-update-flag)
606         (speedbar-easymenu-definition-base): Use display-graphic-p where
607         available, instead of window-system.
609 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
611         * international/codepage.el (cp-coding-system-for-codepage-1): Add
612         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
613         coding systems.
615 2000-05-26  Dave Love  <fx@gnu.org>
617         * disp-table.el (standard-display-underline): Don't use
618         internal-find-face.
620         * mail/reporter.el: Maintainer change.  Doc fixes.
621         (reporter-version): Deleted.
623         * emacs-lisp/elp.el: Maintainer change.
624         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
626 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
628         * add-log.el (add-change-log-entry): Merge the current entry with the
629         previous one if the previous one is empty.
631 2000-05-26  Dave Love  <fx@gnu.org>
633         * loadhist.el (unload-feature): Fix interactive spec [from
634         lijnzaad@ebi.ac.uk].
636         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
637         subr-arity to check primitives.
638         (byte-compile-flush-pending, byte-compile-file-form-progn)
639         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
640         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
641         mapcar.
643 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
645         * international/fontset.el: Set family names of non-latin charsets
646         in default fontset to "*".
648         * international/mule-diag.el (print-fontset): Combine family part
649         and registry part of the fontname by "-*-" instead of "-".
651         * international/mule-cmds.el (encode-coding-char): Make strings
652         multibyte before calling encode-coding-string.
654 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
656         * derived.el: Fix keywords.
657         (define-derived-mode): Only define if needed.
659         * simple.el (fill-comment, comment-column, comment-start)
660         (comment-start-skip, comment-end, comment-indent-function)
661         (block-comment-start, block-comment-end, indent-for-comment)
662         (set-comment-column, kill-comment, comment-padding, comment-region)
663         (comment-multi-line, indent-new-comment-line): Remove.
665         * bindings.el (esc-map): Change ; to comment-dwim and use the new
666         function names for comment operations.
668         * newcomment.el: Add abundant autoload cookies.
669         (comment-style): Don't depend on runtime data at compile-time.
670         (comment-indent-hook): Remove.
671         (comment-indent): Check if comment-indent-hook is bound.
672         (comment-region): Docstring fix.
674 2000-05-25  Dave Love  <fx@gnu.org>
676         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
677         byte-code-function-p.
679         * mail/rmailsum.el: Add provide.
681         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
683         * smerge-mode.el (smerge-diff-switches): Don't use list* in
684         defcustom.
686 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
688         * ediff-diff.el (ediff-exec-process): delete --binary option from
689         non-buffer ediff jobs.
691 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
693         * hilit-chg.el (highlight-changes-mode): Ask about color or
694         grayscale support, not about window-system.
696         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
697         window-system.
698         (ffap-highlight): Always default to t.
700         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
701         display-popup-menus-p instead of looking at window-system.
703         * disp-table.el (standard-display-g1, standard-display-graphic):
704         Only refuse to use string glyphs on X and MS-Windows.
706         * avoid.el: Remove window-system from commentary, suggest to use
707         display-*-p instead.
709         * apropos.el (apropos-print): Use display-mouse-p instead of
710         window-system.
712 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
714         * international/codepage.el (cp-decoding-vector-for-codepage):
715         Fill up unsupported characters with their own codes.  From Kenichi
716         Handa.
718 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
720         * international/mule-diag.el (describe-char-after): Use
721         display-graphic-p instead of window-system, so that this function
722         works on MS-DOS.
724 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
726         * international/codepage.el (cp-make-coding-systems-for-codepage):
727         Remove the eight-bit-graphic and eight-bit-control charsets from
728         the list of charsets which we convert into `?'.
730 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
732         * international/mule-conf.el: Specify CHARSET-ID explicitely for
733         private charsets.
734         (mule-unicode-0100-24ff, japanese-jisx0213-1,
735         japanese-jisx0213-2): New charsets.
737         * international/fontset.el: Setup default fontset for new charsets.
739 2000-05-24  Dave Love  <fx@gnu.org>
741         * info.el (Info-find-node-2): Restructure [following "Vadim
742         S. Solomin" <sovs@uic.nnov.ru>].
744         * icomplete.el: Fix header for Finder.
746 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
748         * rmailout.el (rmail-output-to-rmail-file): Added optional param
749         STAY.
751         * rmail.el (rmail-automatic-folder-directives): New user variable.
752         (rmail-show-message): Add call to `rmail-auto-file' during
753         display.
754         (rmail-auto-file): New function.
756 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
758         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
759         account.
760         (ediff-test-utility,ediff-diff-mandatory-option)
761         (ediff-reset-diff-options): Utilities for proper initialization of
762         ediff-diff-options and ediff-diff3-options on Windows.
764         * ediff-init.el (ediff-merge-filename-prefix): New customizable
765         variable.
767         * ediff-mult.el (ediff-filegroup-action): Use
768         ediff-merge-filename-prefix.
770 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
772         * viper-ex.el (ex-write): Set selective display to nil.
774 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
776         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
777         aliases for hebrew-iso-8bit.
779 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
781         * woman.el: New version from Francis J. Wright
782         <F.J.Wright@Maths.QMW.ac.uk>.
783         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
784         names in environment variables regardless of the path separator.
785         (woman-topic-all-completions-1): Don't call file-name-directory-p
786         on all files, since woman-file-regexp already filters out any
787         directories.
789 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
791         * international/quail.el (quail-start-translation): Don't change
792         modified-p of the current buffer.
793         (quail-start-conversion): Likewise.
795         * international/kkc.el (kkc-region): Don't change modified-p of
796         the current buffer.
798         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
799         conform to RFC1468.
800         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
802 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
804         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
805         (speedbar-insert-button): Invisible text property fix.
806         (speedbar-directory-plus): Renamed from speedbar-directory-+
807         (speedbar-directory-minus): Renamed from speedbar-directory--
808         (speedbar-page-plus): Renamed from speedbar-file-+
809         (speedbar-page-minus): Renamed from speedbar-file--
810         (speedbar-page): Renamed from speedbar-file-
811         (speedbar-tag): Renamed from speedbar-tag-
812         (speedbar-tag-plus): Renamed from speedbar-tag-+
813         (speedbar-tag-minus): Renamed from speedbar-tag--
814         (speedbar-expand-image-button-alist): Use above renames.
816         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
817         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
818         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
819         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
820         * sb-pg.xpm: Renamed from sb-file.xpm
821         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
822         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
824 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
826         * international/quail.el (quail-show-guidance-buf): Set
827         current-input-method of the guidance buffer to the name of the
828         curren input method.
830 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
832         * progmodes/compile.el (compile-internal): Style typo.
834         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
835         quote vars and functions in the docstring.
837         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
839         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
840         Don't quote lambdas.
842         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
844 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
846         * startup.el (command-line): Determine source file of compiled
847         user init file differently.  Warn if compiled user init file
848         is older than its source file.
850         * ffap.el (ffap-url-regexp): Add `https'.
852 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
854         * files.el (make-backup-file-name-1): Replace slashes with `!'
855         rather than `|' (which is not allowed on Windows).  Replace the
856         drive letters with a string "drive_X".
858 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
860         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
862         * files.el (interpreter-mode-alist): Add `bash2'.
864 2000-05-22  Dave Love  <fx@gnu.org>
866         * loadhist.el (feature-symbols, file-provides, file-requires): Use
867         mapc.
868         (feature-file): Avoid calling symbol-name.  Doc fix.
869         (file-set-intersect, file-dependents): Use dolist, not mapcar.
870         (loadhist-hook-functions): Add mouse-position-function.
871         (unload-feature): Change uses of mapcar.
873         * files.el (parse-colon-path): Doc fix.
874         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
875         (set-auto-mode): Use mapc.
877         * complete.el (PC-look-for-include-file): Use :alnum: character
878         class.
879         (partial-completion-mode): Add autoload cookie.
881 2000-05-22  Sam Steingold  <sds@gnu.org>
883         * info.el (Info-fontify-node): Fixed the call to
884         `add-text-properties' (bug introduced on 2000-05-18).
886 2000-05-22  Dave Love  <fx@gnu.org>
888         * bindings.el: Remove debug-ignored-errors set in other files.
890         * progmodes/etags.el: Add to debug-ignored-errors.
891         (visit-tags-table-buffer): Clear out buffers holding old tables
892         when making a new list.
893         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
894         mapc.
896         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
897         quote keywords.
898         (cmpl-string-case-type): Use character classes.
900         * comint.el:
901         * textmodes/ispell.el:
902         * imenu.el:
903         * mail/mh-e.el:
904         * progmodes/compile.el: Add to debug-ignored-errors.
906         * dabbrev.el: Add to debug-ignored-errors.
907         (dabbrev-completion): Use mapc.
909 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
911         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
912         (woman-mapcan, woman-parse-man.conf)
913         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
914         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
915         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
916         path syntax better.
917         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
918         (woman-manpath): Call woman-parse-man.conf.
919         (woman-emulation): New defcustom, defaults to nroff.
920         (woman-font-support): New defconst.
921         (woman-use-symbol-font): New defcustom.
922         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
923         "Emulation".
924         Many functions: Doc fix.
926 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
928         * international/quail.el (quail-simple-translation-keymap): Map
929         128..255 to quail-self-insert-command.
930         (quail-keyboard-layout-alist): Add definition for "pc102-de".
932 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
934         * help.el (help-manyarg-func-alist): Typo.
936         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
937         intervals which makes it heaps simpler.
939         * newcomment.el (comment-region-internal): Go back to BEG after quoting
940         the nested comment markers.
942         * subr.el (remove-hook): Don't turn the hook's value into a list.
944 2000-05-21  Dave Love  <fx@gnu.org>
946         * edmacro.el (edmacro-parse-keys): Return vector if any elements
947         are invalid characters.
949         * international/mule-util.el (detect-coding-with-priority): Use
950         mapc.  Remove redundant lambda.
952         * international/mule-diag.el (list-non-iso-charset-chars)
953         (describe-fontset): Remove redundant lambda.
955         * emulation/crisp.el (brief-mode): New alias.
957         * emacs-lisp/ring.el (ring-elements): New function.
959         * emacs-lisp/easymenu.el (easy-menu-create-menu)
960         (easy-menu-do-add-item): Use keywordp.
962         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
964         * replace.el: Doc and error message fixes.
965         (replace-highlight): Use facep, not internal-find-face.
967 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
969         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
971         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
972         (log-edit-insert-changelog): Drop `:' as well.
974         * log-view.el: Fix file description.
975         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
976         available.
977         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
978         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
980         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
981         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
982         Print a status message if the toggle is called interactively.
983         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
984         for global minor modes and use `defcustom' for them.
985         Use add-minor-mode.
986         (easy-mmode-define-derived-mode): Remove.
987         (define-derived-mode): Fancier default docstring.
988         (easy-mmode-define-navigation): Signal an error rather than (ding).
990         * newcomment.el (comment-styles): New `box-multi'.
991         (comment-normalize-vars): Better default for comment-continue to
992         avoid whitespace-only continuations.
993         (comment-search-forward): Always move even in the no-syntax case.
994         (comment-padright): Only obey N if it's only obeyed for padleft.
995         (comment-make-extra-lines): Better handling of empty continuations.
996         Use `=' for the filler if comment-start has only one character.
997         (uncomment-region): Try handling the special `=' filler.
998         (comment-region): Allow LINES even if MULTI is nil.
999         (comment-box): Choose box style based on comment-style.
1001 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
1003         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
1004         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
1006 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
1008         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
1009         and insert, not subst-char-in-region.
1011         * international/mule-diag.el (list-character-sets-1): Handle
1012         charsets eight-bit-control and eight-bit-graphic.
1013         (list-iso-charset-chars): Likewise.
1014         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
1015         charactes as is.  Use indent-to to align characters.
1017         * international/mule-cmds.el (find-multibyte-characters): Never
1018         exclude charsets eight-bit-control and eight-bit-graphic.
1020 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
1022         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
1023         Don't quote lambdas.
1025         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
1027 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
1029         * gud.el (gud-jdb-directories): Doc fix.
1031 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
1033         * newcomment.el: New file.
1035 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
1037         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
1039 2000-05-18  Andreas Schwab  <schwab@suse.de>
1041         * dired.el (dired-between-files): Also skip lines beginning with
1042         `used'.
1044 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
1046         * msb.el (msb-menu-cond): Add choice `user'.
1048 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1050         * ps-print.el: Compatibility, customization and doc fix.
1051         (ps-printer-name-option): Replace defconst by defvar.
1052         (ps-postscript-code-directory): XEmacs compatibility.
1053         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
1054         fix.
1055         (ps-user-defined-prologue, ps-print-prologue-header)
1056         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
1057         compatibility and code fix.
1058         (ps-print-background-image, ps-print-background-text):
1059         Customization fix.
1060         (ps-line-number-start, ps-n-up-on): New vars.
1062 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
1064         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
1065         the indent-comment function to just return the appropriate indent.
1067 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
1069         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
1070         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
1071         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
1073 2000-05-18  Dave Love  <fx@gnu.org>
1075         * info.el (Info-fontify-node): Add intangible property as well as
1076         invisible.
1078         * calendar/appt.el (appt-make-list): Match all lines of entry.
1079         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
1081 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
1083         * international/mule-diag.el (describe-char-after): Call
1084         internal-char-font, not char-font.  If internal-char-font returns
1085         nil, display "-- none --".
1087 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
1089         * image.el (image-type-available-p): Don't reference image-types
1090         if it isn't bound.
1092 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
1094         * autoarg.el (autoarg-mode): Typo in the :set argument.
1096 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
1098         * startup.el (command-line-1): Don't signal an error if the
1099         directory for auto-save-list files does not yet exist.
1101 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
1103         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
1105 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
1107         * subr.el (remove-hook): `setq' hook-value, not `set'.
1109 2000-05-16  Sam Steingold  <sds@gnu.org>
1111         * info.el (debug-ignored-errors): More errors to ignore.
1113 2000-05-16  Dave Love  <fx@gnu.org>
1115         * cus-edit.el: Don't require cl or easymenu.
1116         (custom-variable-prompt): Test standard-value property, not
1117         user-variable-p.
1119 2000-05-16  Sam Steingold  <sds@gnu.org>
1121         * subr.el (add-hook): `setq' hook-value, not `set'.
1123 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
1125         * startup.el (command-line-1): Mention the FAQ in the startup
1126         message.
1128         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
1130         * progmodes/compile.el (compilation-parse-errors): Collect
1131         `nomessage' regexps last.
1133         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
1135         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
1136         to the function name.
1138 2000-05-15  Dave Love  <fx@gnu.org>
1140         * speedbar.el (speedbar-recenter): Typo.
1141         (speedbar-expand-line): Make arg optional.
1142         (speedbar-mode): Avoid a compiler warning.
1144 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
1146         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
1147         user-specified option string is empty.
1149         * mouse.el (mouse-yank-at-click): Doc fix.
1151 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
1153         * term/internal.el (IT-character-translations): More updates of
1154         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
1155         documents.
1157 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
1159         * env.el (getenv): New function, interactively callable.
1160         (setenv, getenv): Remove autoload cookies.
1162         * loadup.el: Load `env'.
1164         * progmodes/f90.el: Change author's mail address.
1166 2000-05-14  Dave Love  <fx@gnu.org>
1168         * mail/rmail.el (rmail-show-message-hook): Customize and offer
1169         goto-addr as an option.
1171         * help.el (help-xref-stack): Doc fix.
1172         (help-xref-following): New variable.
1173         (help-make-xrefs): Use it.
1174         (help-xref-go-back): Use position information from stack element.
1175         (help-follow): Make position in stack element a pair.  Use
1176         help-xref-following.
1178         * autoarg.el: New file.
1180         * faces.el: Declare more functions obsolete.
1182         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
1183         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
1184         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
1185         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
1186         Remove all the setup-...-environment functions.
1188 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
1190         * speedbar.el: Updated the commentary section.  xemacs20p now uses
1191         >= when detecting.  Require `defimage' safely.
1192         (speedbar-easymenu-definition-base): Add toggle for images.
1193         (speedbar-easymenu-definition-special): Add flush cache & expand.
1194         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
1195         (speedbar-reconfigure-keymaps-hook): New variable.
1196         (speedbar-frame-parameters): Updated documentation.
1197         (speedbar-use-imenu-flag): Updated custom tag
1198         (speedbar-dynamic-tags-function-list): New variable.
1199         (speedbar-tag-hierarchy-method): Updated doc & custom.
1200         (speedbar-indentation-width, speedbar-indentation-width) New
1201         variables.
1202         (speedbar-hide-button-brackets-flag): Customizable.
1203         (speedbar-vc-indicator): Doc update.
1204         (speedbar-ignored-path-expressions): Updated default value.
1205         (speedbar-supported-extension-expressions): Updated default value.
1206         (speedbar-syntax-table): Remove {} paren status.
1207         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
1208         as "+".  Added overlay aliases.
1209         (speedbar-mode): Use `speedbar-mode-line-update' instead of
1210         `force-mode-line-update'.
1211         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
1212         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
1213         `mouse-set-point'
1214         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
1215         (speedbar-item-info-tag-helper): Revamped to handle a wider range
1216         of arbitrary text, and new helper functions.
1217         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
1218         filename finder.
1219         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
1220         (speedbar-directory-buttons): Update path search/expansion.
1221         (speedbar-make-tag-line): Pay attention to
1222         `speedbar-indentation-width'.  Use more care w/ invisible
1223         properties.
1224         (speedbar-change-expand-button-char): Call
1225         `speedbar-insert-image-button-maybe'.
1226         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
1227         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
1228         (speedbar-trim-words-tag-hierarchy)
1229         (speedbar-simple-group-tag-hierarchy): New functions
1230         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
1231         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
1232         functions.
1233         (speedbar-mouse-set-point): New function
1234         (speedbar-power-click): Updated documentation.
1235         (speedbar-line-token, speedbar-goto-this-file): Handle more types
1236         of tag prefix text.
1237         (speedbar-expand-line, speedbar-contract-line): Make more robust
1238         to strange text.
1239         (speedbar-expand-line): Takes universal argument to flush the
1240         cache.
1241         (speedbar-flush-expand-line): New function.
1242         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
1243         Use new generator insertion method.
1244         (speedbar-fetch-dynamic-tags): New function.
1245         (speedbar-fetch-dynamic-imenu): Removed code now handled in
1246         `speedbar-fetch-dynamic-imenu'.
1247         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
1248         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
1249         "Revert Buffer" menu items.
1250         (speedbar-buffer-buttons-engine): Be smarter when creating a
1251         filename tag (for expansion purposes.).
1252         (speedbar-highlight-one-tag-line,
1253         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
1254         (speedbar-recenter): New functions.
1255         (defimage-speedbar): Image loading abstraction.
1256         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
1257         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
1258         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
1259         (speedbar-tag-type, speedbar-tag-mail): New images.
1260         (speedbar-expand-image-button-alist): New variable.
1261         (speedbar-insert-image-button-maybe): Insert an image over some
1262         buttons.
1264 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
1266         * international/mule-cmds.el (encode-coding-char): An ASCII
1267         character is always encodable.
1269         * international/mule-conf.el: Add more information in descriptions
1270         of character sets.
1272         * international/mule-diag.el (describe-char-after): New function.
1273         (describe-font-internal): Adjusted for the change of font-info.
1274         (describe-font): Likewise.
1275         (print-fontset): Rewritten for the new fontset implementation.
1276         (describe-fontset): Include fontset alias names in completion.
1277         (list-fontsets): Adjusted for the change of print-fontset.
1279         * simple.el (what-cursor-position): If DETAIL is non-nil, call
1280         describe-char-after instead of displaying the detail in the echo
1281         area.
1282         (syntax-code-table): Format changed.
1283         (string-to-syntax): Adjusted for the above change.
1285 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
1287         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
1289 2000-05-12  Dave Love  <fx@gnu.org>
1291         * calendar/todo-mode.el: Remove some compatibility stuff and CL
1292         dependence.  Use line-{beginning,end}-position, not
1293         point-at{b,e}ol.  Some doc fixes.
1294         (todo-position): New function.  Fix callers of position to use it.
1295         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
1297 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
1299         * time.el (display-time-mail-icon): Use `:ascent center'.
1301         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
1302         handling FTP security extensions.
1304 2000-05-11  Dave Love  <fx@gnu.org>
1306         * calendar/todo-mode.el: New file.
1308 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
1310         * comint.el (comint-read-input-ring): Move reference to
1311         comint-input-ring-size outside of the save-excursion.  It was
1312         causing the default value to be the only one ever seen.
1314         * font-lock.el: Update copyright.  Remove Simon Marshall's email
1315         address on request from him.
1317         * subr.el (substitute-key-definition): Add comment describing
1318         the meaning of PREFIX.
1320 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
1322         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
1324         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
1325         (add-minor-mode): Don't make the variable buffer-local and add a
1326         reference to define-minor-mode in the docstring.
1328         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
1329         HEADER/FOOTER and fix bug with trailing empty directory.
1330         (cvs-append-to-ignore): Use vc-editable-p if available.
1331         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
1332         (vc-do-command): Tweak advice to handle the new VC.
1334         * log-view.el (log-view-goto-rev): New function for the new VC.
1335         (log-view-minor-wrap): Use mark-active.
1337         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
1338         (log-edit-changelog-full-paragraphs): New var.
1339         (log-edit-insert-changelog): Remove a lonely leading `* file'.
1340         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
1341         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
1342         (log-edit-changelog-ours-p, log-edit-changelog-entries)
1343         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
1344         Replace the `cvs' prefix with `log-edit'.
1346         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
1348         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
1349         (diff-font-lock-defaults): Explicitly turn off multiline.
1350         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
1351         (diff-ediff-patch): Fix call to ediff-patch-file.
1352         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
1353         Handle comments.
1355         * frame.el (automatic-hscrolling): Typo.
1357         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
1359 2000-05-09  Sam Steingold  <sds@goems.com>
1361         * apropos.el (apropos-print): use `describe-face' instead of
1362         `customize-face-other-window'.
1364 2000-05-09  Dave Love  <fx@gnu.org>
1366         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
1368         * help.el (describe-variable): Have customize button pop the
1369         help-xref stack when invoked.
1370         (help-xref-symbol-regexp): Add `face'.
1371         (help-make-xrefs): Check for quoted face names and adapt regexp
1372         submatch numbers to cope.
1373         (help-xref-interned): Maybe insert face doc too.  Separate
1374         sections with a line of hyphens.
1376         * faces.el:  Some doc fixes.  Declare some functions obsolete.
1377         (describe-face): Add customize button.  Return the help
1378         text.  Fix prompt.
1380 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
1382         * term/internal.el (IT-character-translations): Fix last change.
1384 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
1386         * woman.el: New file
1387         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
1389 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
1391         * term/internal.el (IT-character-translations): Update ASCII
1392         simulations for greek-iso8859-7, add latin-iso8859-14 and
1393         latin-iso8859-15.
1395         * international/mule-cmds.el (set-language-info-alist): Call
1396         define-prefix-command with 3 arguments, to make the map suitable
1397         for a menu.
1399 2000-05-07  Dave Love  <fx@gnu.org>
1401         * time.el: Small doc fixes from Pavel Janík ml..
1403 2000-05-05  Dave Love  <fx@gnu.org>
1405         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
1406         list in doc string.  Don't quote keyword symbols.
1407         * emacs-lisp/cl.el: Likewise
1408         * emacs-lisp/cl-seq.el: Likewise
1410 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
1412         * abbrev.el (abbrev-mode): Make ARG optional.
1414 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
1416         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
1418         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
1420         * subr.el (substitute-key-definition): Clarify documentation.
1422 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
1424         * glasses.el (glasses-convert-to-unreadable): Use
1425         `glasses-separator' instead of the hard-wired "_".
1426         (glasses-mode): Call `glasses-make-unreadable' only in a single
1427         place.
1429 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
1431         * term/internal.el (cjk-codepages-alist): Add associations for
1432         Chinese and Korean codepages.  Remove FIXME comment.
1434 2000-05-03  Dave Love  <fx@gnu.org>
1436         * time.el (display-time-mail-face, display-time-use-mail-icon):
1437         New option.
1438         (display-time-mail-icon): New variable.
1439         (display-time-string-forms): Use the above.  Fix the local-map.
1441 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
1443         * replace.el (query-replace-map): Add binding for `E'.
1444         (query-replace-help): Extend help text.
1445         (perform-replace): Allow editing the replacement string.
1447         * make-mode.el (makefile-mode-abbrev-table): New variable.
1448         (makefile-mode): Set local abbrev table to
1449         makefile-mode-abbrev-table.
1450         (makefile-font-lock-keywords): Fontify includes and conditionals.
1452         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
1453         set TOGGLE's value.
1455         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
1456         mail-interactive-insert-alias.
1457         (mail-abbrev-complete-alias): New command.
1458         (mail-mode-map): Bind it to `M-TAB'.
1460 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
1462         * language/lao-util.el (lao-compose-region): New function.
1464 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
1466         * files.el (recover-session): Make directories as necessary
1467         if they don't exist yet.
1469         * calendar/cal-french.el
1470         (french-calendar-multibyte-special-days-array)
1471         (french-calendar-special-days-array): Change French text.
1472         (calendar-french-date-string): Change output.
1473         (calendar-goto-french-date): Likewise.
1475 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
1477         * wid-edit.el (widget-default-active): Obey `:always-active'.
1478         (widget-documentation-string-value-create): Set `:always-active'.
1480 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
1482         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
1483         default prefix to `~/_emacs.d/auto-save.list/_s'.
1484         (normal-top-level): Create the directory for auto-save files, if
1485         it doesn't already exist (in the ms-dos case only).
1487 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
1489         * international/mule-cmds.el (set-language-environment): Don't
1490         concat an integer (dos-codepage), use format instead.
1492 2000-05-02  Dave Love  <fx@gnu.org>
1494         * help.el (help-xref-on-pp): Check for constant symbols.
1496 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
1498         * startup.el (normal-top-level): Put a condition-case around
1499         the code loading subdirs.el.
1501 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1503         * ps-print.el: Upside-down and face background color printing,
1504         line number step, doc fix.
1505         (ps-print-version): New version number (5.2).
1506         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
1507         (ps-face-attribute-list, ps-plot-with-face): Code fix.
1508         (ps-spool-config): Var fix.
1509         (ps-printer-name-option): Const fix.
1510         (ps-print-upside-down, ps-use-face-background)
1511         (ps-line-number-step): New vars.
1512         (ps-window-system, ps-lp-system): New consts.
1513         (ps-face-background): New fun.
1515 2000-04-28  Richard Stallman  <rms@gnu.org>
1517         * files.el (make-auto-save-file-name):
1518         Apply auto-save-file-name-transforms to visited file name
1519         before generating auto save file name.
1520         (auto-save-file-name-transforms): New variable.
1522         * files.el (backup-enable-predicate):
1523         Correctly test for a file under a temporary directory.
1525 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
1527         * subr.el (add-minor-mode): Rewritten.
1529 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
1531         * mail/sendmail.el (sendmail-send-it): Set
1532         buffer-file-coding-system to the selected coding system for MIME
1533         header.
1535 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
1537         * dired.el (dired-move-to-filename-regexp): Allow format where
1538         YYYY is followed by two spaces.
1540         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
1541         in the second character class of the regexp.
1543         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
1544         mh-etc, too.
1546         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
1547         nil.
1549         * subr.el (add-minor-mode): Use `set' instead of `setq'.
1551         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
1552         argument.
1554 2000-04-27  Sen Nagata <sen@eccosys.com>
1556         * emacs-lisp/crm.el (crm-completion-table): New variable.
1557         (crm-collection-fn, crm-test-completion)
1558         (completing-read-multiple): Use it.
1560 2000-04-27  Dave Love  <fx@gnu.org>
1562         * help.el (locate-library): Use mapc.
1563         (help-manyarg-func-alist): Add call-process-region.
1565 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
1567         * subr.el (add-minor-mode): Make argument MAP optional.
1569         * desktop.el (desktop-save): Save list of minor modes.
1570         (desktop-create-buffer): Restore minor modes.
1571         (desktop-minor-mode-table): New user-option.
1573         * subr.el (add-minor-mode): New function.
1575         * image.el (find-image): New function.
1576         (defimage): Rewritten to find image at load time.
1578         * startup.el (normal-top-level-add-to-load-path): Handle
1579         case that the default directory is not in load-path.
1581         * help.el: Old patch from Stefan Monnier.
1582         (help-xref-on-pp): New function.
1583         (describe-variable): Use it to display xrefs in a symbol's value.
1585 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
1587         * cus-edit.el (custom-face): Fix parenthesis.
1589 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
1591         * mail/rmail.el (rmail-expunge): When there are no deleted
1592         messages, do nothing.
1594 2000-04-26  Dave Love  <fx@gnu.org>
1596         * international/mule-cmds.el (locale-translation-file-name):
1597         Defvar to nil.
1598         (set-locale-environment): Set it here (at runtime).
1600 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
1602         * replace.el (perform-replace): Add parameters START and END.  Use
1603         them instead of the check for a region in Transient Mark mode.
1604         (query-replace-read-args): Return two more list elements for the
1605         start and end of the region in Transient Mark mode.
1606         (query-replace, query-replace-regexp, query-replace-regexp-eval)
1607         (map-query-replace-regexp, replace-string, replace-regexp): Add
1608         optional last arguments START and END and pass them to
1609         perform-replace.
1611         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
1612         form with additional arguments for perform-replace.
1614         * progmodes/etags.el (tags-query-replace): Add parameters START
1615         and END.  Construct a form with additional arguments for
1616         perform-replace.
1618         * simple.el (shell-command): Set default directory for "*Shell
1619         Command Output" buffer.
1621         * language/european.el (iso-latin-4): Fix typo.
1623         * emacs-lisp/crm.el: New file.
1625 2000-04-24  Dave Love  <fx@gnu.org>
1627         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
1628         (Custom-reset-saved, Custom-reset-standard)
1629         (custom-group-value-create, custom-group-set, custom-group-save)
1630         (custom-group-reset-current, custom-group-reset-saved)
1631         (custom-group-reset-standard): Use mapc.
1632         (custom-buffer-create-internal): Disable undo when creating items.
1633         Use mapc.
1634         (custom-face): Avoid redundant lambda.
1636 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
1638         * startup.el (auto-save-list-file-prefix): Set default to
1639         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
1641 2000-04-24  Sam Steingold  <sds@gnu.org>
1643         * time-stamp.el (time-stamp-string-preprocess): Always convert
1644         `field-result' to a string.
1646 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
1648         * frame.el (scrolling): New group.
1649         (automatic-hscrolling): New user-option.
1651         * startup.el (command-line-x-option-alist): Add `-lsp' and
1652         `--line-spacing'.
1654 2000-04-19  Dave Love  <fx@gnu.org>
1656         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
1657         (cl-mapc): Rename from mapc.  Fix the funcall.
1659 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
1661         * simple.el (clone-indirect-buffer-other-window): New command.
1662         (clone-indirect-buffer): Add optional arg NORECROD.
1663         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
1665         * help.el (resize-temp-buffer-window): Use count-screen-lines.
1667         * window.el (count-screen-lines): New function.
1668         (shrink-window-if-larger-than-buffer): Use count-screen-lines
1669         instead of window-buffer-height.
1671         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
1672         non-existing variable comint-input-sentinel.
1673         (inferior-lisp-args-to-list): Removed.
1674         (inferior-lisp): Use split-string instead of
1675         inferior-lisp-args-to-list.
1677         * hexl.el (hexl-insert-hex-string): New command.
1679         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
1680         instead of concat.
1682 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
1684         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
1685         at the start of an existing but empty folder.
1687 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1689         * ps-mule.el: Customization fix, doc fix.
1690         (ps-multibyte-buffer): Customization fix.
1692 2000-04-17  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1694         * subr.el (read-passwd): Use read-char-exclusive.
1696 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
1698         * textmodes/texinfo.el (texinfo-insert-@email)
1699         (texinfo-insert-@emph, texinfo-insert-@quotation)
1700         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
1701         (texinfo-mode-map): Add key bindings for them.
1703         * files.el (basic-save-buffer-2): Use a template with `$'
1704         instead of `#' for VMS.
1706         * simple.el (clone-indirect-buffer): New function.
1708 2000-04-16  Stephen Eglen  <stephen@gnu.org>
1710         * iswitchb.el (iswitchb-case): New function.  If the user input
1711         contains any upper-case characters, the search is made
1712         case-sensitive.
1714 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
1716         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
1717         comment-end.
1718         (texinfo-font-lock-syntactic-keywords): New var.
1719         (texinfo-font-lock-keywords): Remove comment regexp.
1720         (texinfo-insert-block): New function.
1721         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
1722         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
1723         and font-lock-defaults.  Use regexp-opt for outline-regexp.
1724         (texinfo-environments): New var.
1725         (texinfo-environment-regexp): Use regexp-opt and
1726         texinfo-environments.
1728         * textmodes/ispell.el (ispell-menu-map-needed): Check that
1729         ispell-process is bound since this might be eval'd before ispell
1730         is loaded.
1731         (ispell-message): Use a tiny bit less magic and a bit more hard
1732         data to figure out what kind of sc-cite-regexp to use.
1734         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
1736         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
1737         (insert-cyclic-diary-entry): Unquote the lambda.
1739         * gud.el (gud-jdb-build-source-files-list): Fix typo.
1741         * files.el (backup-enable-predicate): Unquote the lambda.
1743         * cus-edit.el (custom-face, face): Unquote the lambda.
1745 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1747         * ps-print.el: Check for line-beginning-position definition.
1749         * ps-print.el: Fix counting lines in a region.
1750         (ps-print-version): New version number (5.1.5).
1751         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
1752         (ps-printing-region): Fun code fix.
1754 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
1756         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
1757         to file-directory-p.
1759 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
1761         * gud.el (gud-jdb-build-source-files-list): Check that directory
1762         exists before calling directory-files.
1764 2000-04-13  Dave Love  <fx@gnu.org>
1766         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
1767         syntax.
1769         * emacs-lisp/cl-specs.el: Remove when, unless.
1771         * emacs-lisp/cl-extra.el: Don't quote keywords.
1772         (cl-old-mapc): New variable.
1773         (mapc): Use it.
1774         (cl-map-intervals): Use with-current-buffer.  Don't check for
1775         next-property-change.
1776         (cl-map-overlays): Use with-current-buffer.
1777         (cl-expt): Remove.
1778         (copy-tree, remprop): Define unconditionally.
1780         * emacs-lisp/cl-compat.el (keywordp): Remove.
1782         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
1783         to use keywordp.
1784         (edebug-spec): Enable keywordp.
1786         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
1787         string-lessp.
1789         * cus-start.el: Use keywordp.
1791 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
1793         * diary-lib.el (include-other-diary-files): Fix the fix of
1794         2000-02-18 by doing a save-excursion.
1796 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1798         * ps-print.el: Customization fix, doc fix.
1799         (ps-print-version): New version number (5.1.4).
1800         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
1801         (ps-print-preprint): Adjust code.
1802         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
1803         (ps-print-prologue-header, ps-print-control-characters)
1804         (ps-spool-config): Customization fix.
1806 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
1808         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
1809         converted to the new menu-item format, names silightly changed,
1810         help strings added.
1812         Support for spelling without async subprocesses:
1814         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
1815         (ispell-session-buffer): New variables.
1816         (ispell-start-process, ispell-process-status,
1817         ispell-accept-output, ispell-send-string): New functions, for
1818         Ispell invocation when async subprocesses aren't supported.
1819         (ispell-word, ispell-pdict-save, ispell-command-loop,
1820         ispell-process-line, ispell-buffer-local-parsing): Replace calls
1821         to process-send-string with calls to ispell-send-string, and
1822         accept-process-output with ispell-accept-output.
1823         (ispell-init-process): Call ispell-process-status instead of
1824         process-status with.
1825         (ispell-init-process): Call ispell-start-process.  Call
1826         ispell-accept-output and ispell-send-string.  Don't call
1827         process-kill-without-query and kill-process if they are unbound.
1828         (ispell-async-processp): New function.
1830 2000-04-12  Dave Love  <fx@gnu.org>
1832         * info.el: Add debug-ignored-errors.
1833         (Info-mode-menu): Add some items.
1834         (Info-directory): Add autoload cookie.
1836         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
1837         Modify `truncate-lines'.  Make `describe-language-environment'
1838         always visible and add help.  Modify `describe-key' help.  Invoke
1839         Info-directory from `info'.  New entry `emacs-manual'.
1841 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
1843         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
1844         propertized-buffer-identification.
1845         (ebrowse-update-member-buffer-mode-line): Likewise.
1846         (ebrowse--mode-strings): Removed.
1847         (ebrowse--mode-line-props): Removed.
1849         * files.el (auto-mode-alist): Add `EBROWSE'.
1851         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
1852         space before testing for end of buffer.
1853         (ebrowse-load): Removed.
1854         (ebrowse-revert-tree-buffer-from-file): Rewritten.
1855         (ebrowse-create-tree-buffer): Rewritten.
1856         (ebrowse-tree-mode): Read tree from buffer.
1858         * progmodes/ebrowse-ffh.el: Removed.
1860 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
1862         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
1864 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
1866         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
1867         at the wrong place.
1869 2000-04-09  Dave Love  <fx@gnu.org>
1871         * files.el (backup-enable-predicate): Use
1872         temporary-file-directory, small-temporary-file-directory.
1873         (make-backup-file-name-function, backup-directory-alist): New
1874         variables.
1875         (make-backup-file-name-1): New function.
1876         (make-backup-file-name): Use it.
1877         (find-backup-file-name): Likewise.  Use format for clarity, not
1878         concat.
1879         (file-newest-backup): Use make-backup-file-name.
1881 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
1883         * progmodes/ebrowse-ffh.el: New file.
1885         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
1886         to ebrowse-ffh.el.
1887         (ebrowse-load): Add autoload.
1889         * finder.el (finder-commentary): Add autoload cookie.
1891         * mail/rfc2368.el: Correct author's email address.
1893         * progmodes/ebrowse.el: New file.
1895         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
1896         item help string.
1897         (easy-menu-do-add-item): Ditto.
1898         (easy-menu-define): Extend doc string.
1900         * jit-lock.el (with-buffer-unmodified): Use
1901         restore-buffer-modified-p.
1902         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
1903         (jit-lock-function, jit-lock-stealth-fontify): Don't use
1904         with-buffer-unmodified.
1906 2000-04-08  Dave Love  <fx@gnu.org>
1908         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
1909         unless, when.
1911 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
1913         * viper-util.el (viper-put-on-search-overlay): New subroutine.
1914         (viper-flash-search-pattern): No operation when using Emacs
1915         doesn't support face.
1916         Use `viper-put-on-search-overlay'.
1918 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
1920         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
1921         like C-r.
1923         * progmodes/make-mode.el: Some doc fixes.
1924         (makefile-mode-abbrev-table): New variable.
1925         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
1926         (makefile-font-lock-keywords): Fontify includes and conditionals.
1927         (toplevel): Require `dabbrev' and `add-log' when compiling.
1929         * replace.el (perform-replace): Don't move forward one char
1930         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
1931         to do that because it leaves point 1 position after the last
1932         replacement, after everything has been replaced.
1934         * jit-lock.el (with-buffer-unmodified): New macro.
1935         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
1936         modified state.
1937         (jit-lock-function-1): Extracted from jit-lock-function; not
1938         preserving buffer's modified state.
1939         (jit-lock-function, jit-lock-stealth-fontify): Call
1940         jit-lock-function-1.
1942         * mail/rfc2368.el: Remove supernumerary copyright line.
1944 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
1946         * glasses.el: Provide facilities for inserting space before left
1947         parentheses and uncapitalization of identifiers.
1948         (glasses-mode): Try to remove old overlays in all cases.
1950 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
1952         * progmodes/compile.el (compile-internal): Display the compilation
1953         buffer in a different frame, if it's already displayed there.
1955         * mail/rfc2368.el: New file.
1957         * simple.el (sendmail-user-agent-compose): Recognize a `body'
1958         header and insert its value as mail body.
1960         * subr.el (member-ignore-case): New function.
1962         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1963         (dabbrev--find-expansion): Ignore buffers matching a regexp
1964         from dabbrev-ignored-regexps.
1966         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1967         to extensions handled by gzip.
1969 2000-04-03  Richard M. Stallman  <rms@gnu.org>
1971         * files.el (insert-directory): List the total free space
1972         along with the used space.
1974         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1975         line is followed by one that matches CITATION-REGEXP, end the
1976         paragraph.
1978 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
1980         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1981         (rmail-make-basic-summary-line): Use that option.
1983 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
1985         * international/mule-cmds.el (encoded-string-description):
1986         Rewritten.   Try pretty description for ISO 2022 escape sequences
1987         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
1988         for hexadecimal format.
1990 2000-04-01  Dave Love  <fx@gnu.org>
1992         * cpp.el: Change customization group to `c' from `C'.
1994         * vcursor.el (vcursor-move): Use display-color-p.
1996         * international/mule-util.el: Provide mule-utils.
1997         (string-to-sequence): Simplify and speed up.
1999         * international/mule.el (make-coding-system): Purecopy doc-string.
2001         * international/mule-cmds.el: Various menu changes.
2002         (describe-specified-language-support): Handle `Default'.
2003         (set-language-info): Purecopy `info'.
2005 2000-03-31  Andrew Innes  <andrewi@gnu.org>
2007         * vc.el (vc-backend-diff): Return the correct status if we had to
2008         retry the rcsdiff command without the --brief option.
2010 2000-03-31  Dave Love  <fx@gnu.org>
2012         * help.el (help-manyarg-func-alist): Correct several omissions.
2014         * add-log.el: Don't require cl, fortran.
2015         (add-log-current-defun-function): Doc fix.
2016         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
2017         fix.
2018         (change-log-version-rcs): Function deleted.
2019         (change-log-version-number-search): Doc fix.  Use
2020         vc-workfile-version.  Avoid CL dolist.
2021         (add-change-log-entry): Just call add-log-current-defun to get
2022         defun.  Simplify somewhat.
2023         (change-log-get-method-definition-1): Likewise.
2024         (add-log-current-defun): Return nil if calling
2025         add-log-current-defun-function does so.  Move Fortran stuff to
2026         fortran.el.  Return string without properties.
2028         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
2029         and :alpha: char classes.
2031         * mail/supercite.el: Defvar curline when compiling.
2032         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
2033         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
2034         rather than a-zA-Z0-9 to allow non-ASCII characters.
2036 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
2038         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
2040         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2041         Re-enable new code.
2043         * lpr.el (print-region-1): Use -d to specify printer name for
2044         systems `usg-unix-v*, `dgux', `hpux', `irix'.
2046 2000-03-31  Dave Love  <fx@gnu.org>
2048         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
2049         for function definition in symbol's function value slot first
2050         instead of first consulting byte-compile-function-environment.
2052 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
2054         * language/european.el ("Polish"): New language environment.
2055         (setup-polish-environment): New function.
2057 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
2059         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2060         Disable new code.
2062         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
2063         trying to `load' the symbol of an autoload instead of the file
2064         recorded in the autoload.  Fix error messages.
2066 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2068         * ps-print.el: PostScript programming fix for ghostview, doc fix.
2069         (ps-print-version): New version number (5.1.3).
2070         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
2071         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
2072         (ps-generate-postscript-with-faces): Code fix.
2073         (ps-color-values): XEmacs compatibility.
2074         (ps-print-background-image, ps-print-background-text, ps-printer-name)
2075         (ps-default-fg, ps-default-bg): Adjust customization.
2076         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
2077         (ps-color-scale): Renaming old ps-color-value fun.
2078         (ps-print-headers): Replace ps-print-header group to avoid conflict
2079         with ps-print-header variable.
2080         (ps-print-miscellany): New group.
2081         (ps-format-color, ps-rgb-color): New funs.
2082         (ps-default-foreground): New var.
2083         (ps-printer-name-option): New const.
2085 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
2087         * net/net-utils.el:
2088         (network-connection-host, network-connection-service): New variables
2089         (network-connection-mode): New mode, derived from comint-mode
2090         (network-connection-mode-setup): New function, saves host and
2091         service information in local variables.
2093         * lisp/locate.el:
2094         (locate-word-at-point): Added this function
2095         (locate): Default to using locate-word-at-point as input
2096         Run dired-mode-hook
2098 2000-03-29  Dave Love  <fx@gnu.org>
2100         * calendar/appt.el: Doc fixes.
2101         (appt-check): Convert min-to-app to a string before passing to
2102         appt-disp-window-function or concat.
2103         (appt-delete-window): Remove test for frame-root-window.
2104         (appt-select-lowest-window, appt-convert-time): Simplify.
2106         * emacs-lisp/bytecomp.el: Doc fixes.
2107         (byte-compile-file-form-autoload): Update
2108         byte-compile-function-environment.
2110 2000-03-29  Andreas Schwab  <schwab@suse.de>
2112         * emacs-lisp/autoload.el: Also print defsubst doc string
2113         specially.
2115         * dired.el (dired-insert-directory): If dired-free-space-program
2116         failed just delete its output.
2118 2000-03-29  Dave Love  <fx@gnu.org>
2120         * international/iso-cvt.el: Move provide to end.  Doc fixes.
2121         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
2122         (iso-iso2sgml, iso-sgml2iso): New functions.
2123         (iso-cvt-define-menu): Fix some entries and use backquote for
2124         clarity.
2126         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
2128 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
2130         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
2131         ISO-DATE.  If non-nil, return date in ISO 8601 format.
2133 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
2135         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
2136         if it ever becomes used.
2137         (log-edit-mode-hook): Default to vc-log-mode-hook.
2138         (log-edit-mode): Fix the docstring.
2140         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
2141         the code.
2143 2000-03-26  Dave Love  <fx@gnu.org>
2145         * net/browse-url.el (browse-url): Re-fix case of
2146         browse-url-browser-function being an alist.
2147         (browse-url): Add :link to defgroup.
2149         * files.el: Doc fixes.
2150         (file-truename): Include `[' in wildcard characters.
2151         (automount-dir-prefix): Customize.
2152         (find-file-wildcards): Add :version.
2153         (find-file-noselect): Simplify a mapcar call.
2155         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
2156         compatible with inf-lisp version.
2157         (eval-defun-1): Fix custom-declare-variable case.
2159 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
2161         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
2163 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
2165         * Makefile (COMPILE_FIRST): New macro.
2166         (compile-files): Compile files from COMPILE_FIRST first.
2168         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
2169         code.
2171         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
2172         matching open parenthesis in column 0 to defun-prompt-regexp
2173         only if open-paren-in-column-0-is-defun-start is set.
2175         * sun-curs.el: Require CL at compile-time only.
2177         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
2178         instead of copy-list which is a function from CL.
2179         (msb--choose-menu, msb--mode-menu-cond)
2180         (msb--create-buffer-menu-2): Use dolist instead of mapc.
2181         (msb--init-file-alist): Use mapcar instead of mapcan.
2182         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
2183         `(' in column 0 in doc string.
2184         (msb--add-separators): Use mapcar instead of mapcan.
2186         * cus-dep.el: Require CL at compile-time only.
2188 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
2190         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
2191         (byte-compile-warnings): New warning `noruntime'.
2192         (byte-compile-constants, byte-compile-variables): Fix docstring.
2193         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
2194         execute `eval-whenc-compile's body.
2195         (byte-compile-unresolved-functions): Fix docstring.
2196         (byte-compile-eval): New function.
2197         (byte-compile-callargs-warn): Check if the function will be available
2198         at runtime (via property `byte-compile-noruntime').
2199         (byte-compile-print-syms): New function.
2200         (byte-compile-warn-about-unresolved-functions): Also warn about
2201         `noruntime' functions (and use `byte-compile-print-syms').
2202         (byte-compile-file): Capitalize the message.
2204 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
2206         * mail/rmail.el (rmail-confirm-expunge): New user-option.
2207         (rmail-expunge): Ask for confirmation depending on the setting
2208         of rmail-confirm-expunge.
2210 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
2212         * Makefile (bootstrap-clean): If $(emacs) exists, build
2213         loaddefs.el first.  A loaddefs.el that's not up-to-date might
2214         cause a bootstrap failure because things don't autoload as
2215         expected.
2217 2000-03-23  Dave Love  <fx@gnu.org>
2219         * net/browse-url.el: Restore previous use of
2220         browse-url-maybe-new-window.
2222 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2224         * ps-print.el: Skip banner page fix.
2225         (ps-print-version): New version number (5.1.2).
2226         (ps-begin-file, ps-end-file, ps-generate): Code fix.
2228 2000-03-23  Dave Pearson  <davep@davep.org>
2230         * net/quickurl.el Changed the type of parameter passed to the
2231         function defined by `quickurl-format-function'. Before only the
2232         text of the URL was passed. Now the whole URL structure is passed
2233         and the function is responsible for extracting the parts it
2234         requires.  Changed the default of `quickurl-format-function'
2235         accordingly.
2236         (quickurl-insert): Changed the `funcall' of
2237         `quickurl-format-function' to match the above change.
2238         (quickurl-list-insert): Changed the `url' case so that it makes
2239         use of `quickurl-format-function', previous to this the format was
2240         hard wired.
2242 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
2244         * startup.el: Change some spellings for the X Window System.
2246 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
2248         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
2249         up the code and the regexp and make sure the cursor is temporarily
2250         moved to the suspicious line while querying the user.
2252 2000-03-22  Jason Rumney  <jasonr@gnu.org>
2254         * w32-fns.el (w32-charset-info-alist): Initialize.
2256 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2258         * ps-print.el: N-up last page fix.
2259         (ps-print-version): New version number (5.1.1).
2260         (ps-end-file, ps-end-job, ps-generate): Code fix.
2262 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
2264         * files.el (find-file-run-dired): Update docstring.
2265         (find-directory-functions): New hook.
2266         (find-file-noselect): Run find-directory-functions rather than
2267         calling dired directly.
2269         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
2271         * pcvs.el: Add a minimal leading commentary.
2272         (cvs-make-cvs-buffer): Change the header part by removing the startup
2273         message and adding a `Module' entry.  Also replace the FOOTER and
2274         HEADER special fileinfos with the new support in ewoc for updating
2275         its own footer and header.
2276         (cvs-update-header): Update to use the header/footer of the ewoc.
2277         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
2278         (cvs-is-within-p): New function.
2279         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
2280         to only examine some subset of the buffers.
2282         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
2283         `format' instead of our own ad-hoc functions.
2284         Remove HEADER and FOOTER cases, now handled in the EWOC.
2285         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
2287         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
2288         output to avoid scaring the user.
2289         (cvs-parse-table): Catch message for non-up-to-date commits.
2291         * pcvs-defs.el (cvs-startup-message): Remove.
2292         (cvs-global-menu): New autoloaded menu.
2294         * pcvs-util.el (cvs-string-fill): Remove.
2296         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
2297         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
2298         PP part of it and also make it work for footers and headers.
2299         (ewoc-create): Drop POS and BUFFER arguments.
2300         Use the DLL's dummy node to store the end-of-footer position.
2301         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
2302         (ewoc-refresh): Remove unused `header' variable.
2303         (ewoc-(get|set)-hf): New functions.
2305         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
2306         log-view-*-(message|file) and use easy-mmode-define-navigation.
2307         (log-view-message-re): Match SCCS format as well.
2308         And match the revision line rather than the dashed separator line.
2309         (log-view-mode): Use the new define-derived-mode.
2310         (log-view-current-tag): Fill in with an actual implementation.
2312         * cvs-status.el (cvs-status-(prev|next)): Rename from
2313         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
2314         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
2315         to let the output "breathe" a little more (more readable).
2316         (cvs-status-mode): Use the new define-derived-mode.
2318         * smerge-mode.el (smerge-auto-leave): New function and variable.
2319         (smerge-basic-map): Rename from smerge-basic-keymap.
2320         Change the bindings for smerge-diff-*.
2321         (smerge-*-map): Use easy-mmode-defmap.
2322         (smerge-(next|prev)): Use easy-mmode-define-navigation.
2323         (smerge-keep-*): Use smerge-auto-leave.
2325 2000-03-21  Jason Rumney  <jasonr@gnu.org>
2327         * cus-edit.el (custom-button-face): Use 3D look for w32.
2328         (custom-button-pressed-face): Likewise.
2330 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
2332         * progmodes/etags.el (tags-case-fold-search): New user-option.
2333         (tags-loop-eval): New function.  Bind case-fold-search around eval
2334         depending on the value of tags-case-fold-search.
2335         (tags-loop-continue): Use tags-loop-eval.
2336         (find-tag-in-order): Bind case-fold-search depending on the value
2337         of tags-case-fold-search.
2339 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
2341         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
2342         (diff-end-of-hunk): Return the end position for use in
2343         `easy-mmode-define-navigation'.
2344         (diff-recenter): Remove.
2345         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
2346         of `easy-mmode-define-navigation'.
2347         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
2348         previous renaming) and fix to use new names.
2349         (diff-merge-strings): Use \n as separator: simpler, faster.
2350         (diff-mode): Use `define-derived-mode'.
2352         * derived.el (define-derived-mode): Don't autoload anymore.
2353         Prefer the macro-only version provided by easy-mmode.el.
2355         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
2356         `easy-mmode-define-derived-mode'.
2357         Use `combine-run-hooks'.
2358         (easy-mmode-define-navigation): New macro.
2360         * subr.el (combine-run-hooks): New function.
2362 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
2364         * term/x-win.el: Fontsets related initialization is simplified.
2366         * international/mule-diag.el (describe-font): Don't refer to
2367         global-fontset-alist, instead call font-list.
2368         (describe-fontset, list-fontsets, mule-diag): Likewise.
2369         (print-fontset): Adjusted for the change of fontset
2370         implementation.
2372         * international/fontset.el (x-charset-registries): Variable
2373         removed, instead the corresponding data is stored in the default
2374         fontset.
2375         (register-alternate-fontnames): Function removed.
2376         (resolved-ascii-font): Variable removed.
2377         (x-compose-font-name): Ignore the second argument REDOCE.
2378         (x-complement-fontset-spec): Complement only an ASCII font and
2379         element for those charsets than can use that ASCII font.
2380         (generate-fontset-menu): Don't refer to global-fontset-alist,
2381         instead call fontset-list.
2382         (uninstantiated-fontset-alist): Variable removed.
2383         (x-style-funcs-alist): Likewise.
2384         (fontset-default-styles): Likewise.
2385         (x-modify-font-name): Function removed.
2386         (create-fontset-from-fontset-spec): Ignore the argument
2387         STYLE-VARIANT.
2388         (create-fontset-from-ascii-font): Docsting adjusted for the above
2389         change.
2390         (instantiate-fontset, resolve-fontset-name): Functions removed.
2391         (fontset-list): Now implemented by C code.
2393         * faces.el (read-face-font): Fix TABLE arg to completing-read.
2394         (describe-face): Include `font' attribute in the description.
2396 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
2398         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
2400 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
2402         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
2403         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
2404         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
2406         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
2407         about behavior of set-buffer-modified-p wrt redisplay.
2409 2000-03-19  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2411         * view.el (view-mode-disable): Kill local binding of view-read-only.
2413 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
2415         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
2416         is a string, convert it to a syntax cell using string-to-syntax.
2418         * simple.el (syntax-code-table, syntax-flag-table): New variables.
2419         (string-to-syntax): New function.
2421         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
2422         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
2423         try to use passive ftp mode.
2425 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
2427         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
2429         * simple.el (append-to-buffer): Update point of windows after
2430         insertion.
2432         * abbrev.el (inverse-add-abbrev): Identify word by first moving
2433         forward then moving backward.  Reindent.
2435         * frame.el (other-frame): Call x-focus-frame only if
2436         focus-follows-mouse is off.
2438 2000-03-17  Dave Love  <fx@gnu.org>
2440         * pcvs-util.el (cvs-strings->string): Rename
2441         replace-regexps-in-string.
2443 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
2445         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
2446         regexp for labels cannot span several lines.
2448         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
2449         `(setq :<key> ':<key>)' to the macro expansion.
2451 2000-03-16  Dave Love  <fx@gnu.org>
2453         * progmodes/f90.el (f90): Put custom group under `languages', not
2454         `fortran'.
2455         (f90-mode-hook): Customize.
2456         (f90-mode): Set add-log-current-defun-function.
2457         (f90-current-defun): New function.
2459 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
2461         * cus-edit.el (custom-variable-tag-face): Handle case that
2462         default face's height is not a number.
2463         (custom-face-tag-face, custom-group-tag-face-1)
2464         (custom-group-tag-face): Ditto.
2465         (custom-group-tag-face-1): Add :group.
2467         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
2469 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
2471         * pcvs-defs.el (toplevel): Remove autoload cookie for form
2472         requiring easymenu.
2474 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2476         * ps-print.el: PostScript user-defined prologue, PostScript error
2477         handler, doc fix.
2478         (ps-print-version): New version number (5.1).
2479         (ps-user-defined-prologue, ps-error-handler-message)
2480         (ps-print-prologue-0, ps-error-handler-alist): New vars.
2481         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
2482         (ps-insert-string): New function.
2484 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
2486         * international/ccl.el (ccl-compile-expression): Don't generate
2487         invalid self-assignment code.
2489 2000-03-14  Dave Love  <fx@gnu.org>
2491         * subr.el (replace-regexp-in-string): Renamed from
2492         replace-regexps-in-string.  Doc fix.
2494 2000-03-12  Dave Love  <fx@gnu.org>
2496         * cus-edit.el: Doc fixes.
2497         (customize-set-variable, customize-save-variable): Rename args for
2498         doc.
2499         (custom-variable-tag-face, custom-face-tag-face)
2500         (custom-group-tag-face-1, custom-group-tag-face): Modify from
2501         style which user identify as hyperlink.
2502         (hook): Don't add undefined functions to the hook.
2503         (debug-ignored-errors): Transfer message from bindings.el.
2505 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
2507         * recentf.el (recentf-keep-non-readable-files-p): Remove
2508         double/nested definition.
2510 2000-03-12  Dave Love  <fx@gnu.org>
2512         * facemenu.el (facemenu-get-face): Use display-color-p.
2513         * enriched.el (enriched-decode-foreground): Likewise.
2514         (enriched-decode-background): Likewise.
2515         * isearch.el (isearch-highlight): Likewise.
2516         * info-look.el (info-lookup): Likewise.
2517         * simple.el (completion-setup-function): Likewise.
2519         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
2520         :options.
2522         * bindings.el (mode-line-format): Fix line-number and
2523         column-number items.  Add help-echo for the background.
2524         (mode-line-mule-info): Modify help-echo.
2526         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
2527         defcustom.
2529         * files.el (load-file): Allow completion to .elc.
2531         * man.el: Doc fixes.
2532         (Man-init-defvars): Use display-color-p to set fontification.
2534         * play/hanoi.el (hanoi-internal): Don't use oddp.
2536 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
2538         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
2540         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
2542 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
2544         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
2545         Fix comment.
2547 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
2549         * font-lock.el (font-lock-keywords): Fix the doc now that
2550         regexp-opt-depth is unnecessary.
2551         (save-buffer-state): Set an edebug spec.
2552         (font-lock-fontify-anchored-keywords): Properly handle the case when
2553         the matcher goes past the limit.
2555         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
2556         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
2558         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
2559         dll.el and cookie.el (from Elib) with heavy renaming and other
2560         massaging.
2562         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
2563         Autoload the functions used.
2564         (easy-mmode-define-syntax): Fix CL typo.
2565         (easy-mmode-define-derived-mode): Improve the docstring generation.
2567 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
2569         * textmodes/texinfo.el (texinfo-version): Variable and function
2570         removed.
2572 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
2574         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
2575         allow more flexibility.
2576         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
2577         fns.
2578         (easy-mmode-defmap, easy-mmode-defsyntax)
2579         (easy-mmode-define-derived-mode): New macros.
2581 2000-03-09  Didier Verna  <didier@xemacs.org>
2583         * rect.el (replace-rectangle): New function.
2585 2000-03-09  Dave Love  <fx@gnu.org>
2587         * progmodes/fortran.el (fortran-comment-line-start): Define as
2588         "C".
2589         (fortran-comment-line-start-skip): Don't match cpp stuff.
2590         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
2591         (fortran-mode-map): Remove over-eager custom-menu-create for now.
2592         (fortran-mode): Don't set fortran-comment-line-start-skip,
2593         fortran-comment-line-start here.  Set comment-start,
2594         add-log-current-defun.
2595         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
2596         (fortran-current-defun): New function.
2598 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
2600         * emacs-lisp/re-builder.el: New file.
2602         * mouse.el (mouse-drag-region): Don't run up-event handler
2603         if hscroll has changed.
2605         * octave-mod.el (octave-font-lock-keywords): To font-lock the
2606         builtin operators, use `font-lock-builtin-face' for Emacs and
2607         `font-lock-preprocessor-face' otherwise.
2609         * font-lock.el (lisp-font-lock-keywords-1): Highlight
2610         `(defun (setf foo)' differently.
2612 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
2614         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
2615         (regexp-opt): Update comment and adapt the code the new meaning of
2616         the `paren' argument of regex-opt-group for shy-groups.
2617         (regexp-opt-depth): Handle shy groups as well as backslashed
2618         backslashes.
2619         (regexp-opt-group): Turn the leading comment into a docstring.
2620         Allow `paren' to be a string (the string to use to open a group).
2621         Remove open-presuf and close-presuf.  Instead of checking for `all
2622         one-char' and then later on check for `several one-char', handle
2623         both cases close together.  Also apply a more generic algorithm
2624         for suffixes (the mirror image of the algorithm used for
2625         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
2626         (regexp-opt-try-suffix): Removed.
2628         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
2629         from comint-mode-map, so we can just inherit from it.  Also, move
2630         the initialization into the `defvar' since there's no docstring
2631         anyway and it's fairly short.
2632         (inferior-scheme-mode): Define it as derived-mode: the code is
2633         shorter and this way we inherit from comint-mode-map rather than
2634         copying it.
2636         * subr.el (replace-regexps-in-string): Properly handle the case
2637         where we match an empty string.
2639         * comint.el (comint-exec-1): Add the current-dir to the exec-path
2640         when the command has a directory component (such as "./testml").
2641         Also fix a typo in the comment.
2643 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
2645         * Makefile (compile-files): Compile files one by one because
2646         that's the only way to ensure a clean compilation environment for
2647         each individual file.
2649         * frame.el (other-frame): Call x-focus-frame.
2651 2000-03-07  Dave Love  <fx@gnu.org>
2653         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
2654         :require to defcustom.
2656         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
2657         lists.
2659         * files.el (auto-mode-alist): Add configure.in.
2661         * progmodes/autoconf.el: New file.
2663 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
2665         * mail/mh-e.el: Change maintainer to `none'.
2667         * recentf.el (recentf-keep-non-readable-files-p): Quote args
2668         to remove-hook and add-hook.
2670 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
2672         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
2673         it as the default.
2674         (mail-send): Test mail-send-nonascii also for the new `mime' value.
2675         (sendmail-send-it): Conditionally add MIME headers specifying the
2676         used character set.
2678 2000-03-07  Dave Love  <fx@gnu.org>
2680         * winner.el: Fix keywords, autoload cookies.  Split
2681         eval-when-compile form to avoid compilation failure.
2683 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
2685         * international/mule.el: Modify comment about coding system
2686         property `coding-category'.
2687         (make-coding-system): New argument EOL-TYPE.  Pay attention to
2688         coding-category property of PROPERTIES.
2690         * international/mule-conf.el (coding-category-utf-8,
2691         coding-category-utf-16-be, coding-category-utf-16-le): New coding
2692         categories.  Include them in the argument for set-coding-priority.
2694         * international/mule-cmds.el (reset-language-environment): Include
2695         coding-category-utf-8, coding-category-utf-16-be, and
2696         coding-category-utf-16-le in the argument for set-coding-priority.
2697         (reset-language-environment): Initialize coding-category-utf-8,
2698         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
2700 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
2702         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
2703         code abstracted out of `bookmark-jump-noselect'.  Now tries info
2704         extensions as well as compression extensions.
2705         (bookmark-jump-noselect): Use above new func.
2707 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
2709         * strokes.el: Change maintainer's mail address.
2711 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
2713         * international/mule-diag.el (list-character-sets): Make help-echo
2714         string by substitute-command-keys.
2715         (list-character-sets): Likewise.
2716         (sort-listed-character-sets): Call help-setup-xref.
2718 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
2720         * time.el (display-time-mail-file): Add `none' to the list of
2721         choices.
2723 2000-03-01  Dave Love  <fx@gnu.org>
2725         * help.el (help-xref-go-back): Don't try to set position.
2727         * international/mule-diag.el (list-character-sets): Call
2728         help-setup-xref.  Add help-echo to xrefs.
2729         (list-character-sets-1): Add help-echo to xrefs.
2731 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
2733         * frame.el (blink-cursor-mode): Switch cursor on when turning
2734         the mode off.
2736         * add-log.el (add-log-current-defun): Add support for
2737         Autoconf mode.
2739         * mail/rmail.el (rmail-quit-hook): New variable.
2741 2000-03-01  Dave Love  <fx@gnu.org>
2743         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
2745         * help.el (help-xref-button): Add help-echo arg.
2746         (describe-function-1, describe-variable, help-make-xrefs): Use it.
2748         * faces.el (list-faces-display): Supply help-echo with
2749         help-make-xrefs.
2751         * facemenu.el (list-text-properties-at): Set help-xref-stack to
2752         nil.
2754 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
2756         * image.el (defimage): Look for image files in load-path.
2758         * frame.el (busy-cursor-delay-seconds): Change type to
2759         `number'.
2761 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
2763         * recentf.el (recentf): Added version tag to the defgroup of
2764         recentf.
2766 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
2768         * recentf.el (recentf-cleanup): Changed to remove excluded file
2769         too.
2770         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
2771         action to select/unselect a file.
2772         (recentf-edit-list): Code cleanup and improvement.
2773         (recentf-open-more-files-action): `recentf-open-more-files' button
2774         widget action to open a file.
2775         (recentf-open-more-files): No more use standard completion but
2776         widgets.
2777         (recentf-more-collection): Deleted.
2778         (recentf-more-history): Deleted.
2779         (recentf-setup-more-completion): Deleted.
2781 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
2783         * recentf.el (recentf-mode): No more needs that Emacs is running
2784         under a window-system.
2786 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
2788         * recentf.el (recentf-edit-list): New command to edit the recent
2789         list which allow the user to remove files.
2790         (recentf-edit-selected-items): New global variable, used by
2791         `recentf-edit-list' to hold the list of files to be removed from
2792         the recent list.
2793         (recentf-make-menu-items): Updated to display a "Edit list..."
2794         menu item.  Minor code cleanup.
2796 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
2798         * recentf.el (recentf-open-more-files): New command to open files
2799         that are not displayed in the menu.
2800         (recentf-more-collection): New global variable holding the set of
2801         permissible completions used by `recentf-open-more-files'.
2802         (recentf-more-history): New global variable holding the history list
2803         used by `recentf-open-more-files' completion.
2804         (recentf-setup-more-completion): New function to setup completion for
2805         `recentf-open-more-files'.
2806         (recentf-make-menu-items): Updated to display a "More..." menu item.
2808 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
2810         * recentf.el (recentf-menu-action): Doc fixed.
2812 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
2814         * recentf.el (recentf-menu-filter): Doc updated.
2815         (recentf-update-menu-hook): Allow menu filters to force menu update.
2816         (recentf-make-menu-items): New menu filter handling.
2817         (recentf-make-menu-item): New helper function.
2818         (recentf-menu-elements): New menu handling function.
2819         (recentf-sort-ascending): Updated to new menu filter handling.
2820         (recentf-sort-descending): Updated to new menu filter handling.
2821         (recentf-sort-basenames-ascending): New menu filter function.
2822         (recentf-sort-basenames-descending): New menu filter function.
2823         (recentf-show-basenames): New menu filter function.
2824         (recentf-show-basenames-ascending): New menu filter function.
2825         (recentf-show-basenames-descending): New menu filter function.
2827 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2829         * diary-lib.el (list-diary-entries): Don't try to go forward at
2830         the end of the buffer.
2832 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
2834         * international/mule-diag.el (list-character-sets): Completely
2835         rewritten.
2836         (sort-listed-character-sets): New function.
2837         (list-character-sets-1): Completely rewritten.
2838         (list-character-sets-2): New function.
2839         (non-iso-charset-alist): New variable.
2840         (decode-codepage-char): New function.
2841         (charset-history): New variable.
2842         (read-charset) (list-block-of-chars)
2843         (list-iso-charset-chars)
2844         (list-non-iso-charset-chars)
2845         (list-charset-chars): New functions.
2846         (mule-diag): Call list-character-sets-2, not
2847         list-character-sets-2.
2848         (dump-charsets): Likewise.
2850 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
2852         * dired-x.el (dired-filename-at-point): Add `@' to valid
2853         file name characters.
2854         (dired-filename-at-point): Handle ange-ftp file names.
2856         * frame.el (frame-notice-user-settings): Use assq-delete-all
2857         instead of assoc-delete-all.
2858         (frame-notice-user-settings): Ditto.
2860         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
2861         Don't copy alist.
2863 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
2865         * calculator.el (calculator-use-menu): New option.
2866         (calculator-initial-bindings): Changed some bindings to work as
2867         macros.
2868         (calculator-forced-input): Removed.
2869         (calculator-restart-other-mode): New variable.
2870         (calculator-mode-map): Set up menu.
2872 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
2874         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
2875         tags.
2877 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
2879         * viper-cmd.el (viper-envelop-ESC-key): added the option to
2880         translate all ESC key sequences.
2881         (viper-goto-mark-subr): restore markers for files for which
2882         they were saved.
2883         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
2884         * viper-util.el (viper-set-replace-overlay-glyphs,
2885         viper-set-replace-overlay): always check if the replacement
2886         overlay is live.
2887         * viper.el (viper-vi-state-mode-list): added major modes.
2888         * ediff-wind.el: minor comment changes.
2889         * ediff.el: copyright notice date fix.
2891 2000-02-27  Jason Rumney  <jasonr@gnu.org>
2893         * faces.el (face-font-family-alternatives): Add arial to helv.
2894         (mode-line, header-line, tool-bar): Same default as x for w32.
2895         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
2896         face-font-family-alternatives from working.
2897         * term/w32-win.el (mouse-set-font): Do not build fontset from
2898         chosen font.
2900 2000-02-25  Sam Steingold  <sds@goems.com>
2902         * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
2903         properly.
2905 2000-02-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2907         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
2909 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
2911         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2912         writable.
2914         * frame.el (busy-cursor-delay-seconds): New option.
2916 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
2918         * frame.el (show-cursor-in-non-selected-windows): New option.
2920 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2922         * diary-lib.el (include-other-diary-files): Undo the selective
2923         display in any included file and don't kill it.
2925 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
2927         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
2928         bar.  Menu items converted to (menu-item format, help strings
2929         added.
2930         [downcase, upcase]: Don't enable on MS-DOS.
2931         [symlink, symlinks]: Don't show if make-symbolic-link is not
2932         bound.
2933         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2935 2000-02-23  Dave Love  <fx@gnu.org>
2937         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
2938         (backward-kill-word): Revert addition of * to interactive spec --
2939         it's a feature.
2941         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2942         (backward-kill-sentence, kill-sentence): Likewise.
2944         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2945         scratch buffer name.
2946         (gud-format-command): Use int-to-string in ?l case.  Simplify
2947         slightly.
2949         * term/w32-win.el (internal-face-interactive): Update prompt for
2950         new read-face-name.
2952         * mail/footnote.el (footnote): Add :version to defgroup.
2953         (footnote-section-tag-regexp): Customize.
2954         (footnote-start-tag, footnote-end-tag): New option.
2955         (footnote-latin-regexp): New variable.
2956         (Footnote-latin): New function.
2957         (footnote-style-alist): Add element for latin style.
2958         (footnote-style): Moved.
2959         (Footnote-goto-footnote): Use eq to test arg.
2961         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2963         * emacs-lisp/byte-opt.el: Change old backquote syntax.
2964         (byte-compile-trueconstp): Include keywords.
2965         (byte-optimize-quote, byte-optimize-lapcode): Use
2966         byte-compile-const-symbol-p.
2967         (byte-optimize-char-before): New optimization.
2969         * emacs-lisp/bytecomp.el: Change old backquote syntax.
2970         (byte-compile-const-symbol-p): New function.
2971         (byte-compile-constp, byte-compile-out-toplevel)
2972         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2973         Use it.
2975         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
2977 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
2979         * international/encoded-kb.el: Be sure to update minor-mode-alist
2980         and minor-mode-map-alist.
2981         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2982         codes SS2 and SS3 correctly.
2983         (encoded-kbd-self-insert-ccl): New function.
2984         (encoded-kbd-setup-keymap): New function.
2985         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
2986         by calling encoded-kbd-setup-keymap.
2988         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2989         characters.
2990         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2991         locally.
2993 2000-02-22  Dave Love  <fx@gnu.org>
2995         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2996         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2997         defvar.
2998         (lisp-mode-syntax-table): Set up for #|...|# comments.
2999         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
3000         classes.  Match `defface'.
3001         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
3002         (eval-defun-1): Fix for defcustom.
3003         (lisp-indent-region): Doc fix.
3005         * subr.el (when, unless, split-string): Doc fix.
3006         (read-passwd): Move call of clear-this-command-keys to the right
3007         place.
3008         (replace-regexps-in-string): New function.
3010 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
3012         * help.el (describe-variable): Set syntax table to
3013         emacs-lisp-mode-syntax-table when moving forward over the
3014         symbol's name.
3016 2000-02-22  Dave Love  <fx@gnu.org>
3018         * xt-mouse.el: Doc fixes.
3019         (xterm-mouse-position-function): New function, replacing advice of
3020         mouse-position.
3021         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
3023         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
3025 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
3027         * format.el (format-annotate-single-property-change): Handle
3028         properties.with dotted-list values.
3029         (format-proper-list-p): New function.
3031         * enriched.el (enriched-face-ans): Handle '(foreground-color
3032         . COLOR) and (background-color . COLOR).
3034 2000-02-20  Dave Love  <fx@gnu.org>
3036         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
3037         and assignments to it.
3038         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
3039         current local map.
3040         (make-flyspell-overlay): Use it.
3041         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
3043         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
3044         (lm-get-header-re): Defun, not defsubst.
3045         (lm-get-package-name): Defun, not defsubst.  Simplify.
3046         (lm-version): Doc fix.  Simplify.
3047         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
3048         (lm-crack-address, lm-last-modified-date, lm-commentary)
3049         (lm-verify, lm-synopsis): Simplify.
3050         (lm-report-bug): Require emacsbug.  Use compose-mail.
3052 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
3054         * dired.el (dired-mode): Call propertized-buffer-identification
3055         to set mode-line-buffer-identification to something having
3056         the right text properties.
3058         * bindings.el (propertized-buffer-identification): New function.
3060 2000-02-20  Dave Love  <fx@gnu.org>
3062         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
3063         check for t-mouse too.
3065         * cus-start.el: Make echo-keystrokes `number'.
3067 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
3069         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
3070         Don't call ring-empty-p unless tags-location-ring is bound.
3071         From Noah Friedman <friedman@splode.com>.
3073 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
3075         * progmodes/hideshow.el (hs-flag-region): No longer use
3076         `intangible' overlay property.
3078         (hs-toggle-hiding): New command.
3079         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
3081         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
3082         Fix omission bug: Run `hs-minor-mode-hook' for both activation
3083         and deactivation.
3085 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
3087         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
3089 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
3091         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
3093         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
3094         of `*' to handle `(* ... *)' comments.
3096 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
3098         * faces.el (list-faces-display): Use display-mouse-p instead of
3099         window-system.
3101         * menu-bar.el (global-map): Menu-bar items converted to the new
3102         format (menu-item..., rearranged for better CUA compliance, and
3103         their names changed for better clarity.  Help strings added.
3105         * international/mule-cmds.el (mule-menu-keymap)
3106         (describe-language-environment-map, set-coding-system-map)
3107         (setup-language-environment-map): Convert to new (menu-item...
3108         form, add help strings.  Change names of menu items for better
3109         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
3110         submenu).
3112 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
3114         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
3115         within the code.
3117 2000-02-16  Dave Love  <fx@gnu.org>
3119         * faces.el: Don't require custom.  Add more specific :groups to
3120         various deffaces.
3121         (set-face-attribute): Purecopy args.
3122         (read-face-name): Default to name at point and use it in prompt.
3123         Remove colon from arg in all callers.
3124         (list-faces-display): Hyperlink to face descriptions and customize
3125         buffers.
3127 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
3129         * wid-edit.el (widget-match-inline): An atom never matches a
3130         list.
3132 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3134         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
3135         at ':' characters by call to split-string.
3137 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3139         * textmodes/bibtex.el: Added RCS version identification.
3141 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3143         * textmodes/bibtex.el: Some temporary comments removed.
3144         (bibtex-field-name, bibtex-entry-type): Made the relationship
3145         explicit.
3146         (bibtex-field-const): Allow capital letters.
3147         (bibtex-start-of-string): Deleted because unused.
3149         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
3150         use the term 'reference' to describe a bibtex entry as a whole.
3151         Further, reference keys are no longer called 'labels'.
3152         (bibtex-keys): Renamed to bibtex-reference-keys.
3153         (bibtex-reformat-previous-labels): Renamed to
3154         bibtex-reformat-previous-reference-keys.
3155         (bibtex-reference-type): Renamed to bibtex-entry-type.
3156         (bibtex-reference-head): Renamed to bibtex-entry-head.
3157         (bibtex-reference-maybe-empty-head): Renamed to
3158         bibtex-entry-maybe-empty-head.
3159         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
3160         (bibtex-search-reference): Renamed to bibtex-search-entry.
3161         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
3162         bibtex-enclosing-entry-maybe-empty-head.
3163         (bibtex-entry-field-alist, bibtex-entry-head,
3164         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
3165         bibtex-map-entries, bibtex-search-entry,
3166         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
3167         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3168         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
3169         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
3170         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
3171         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
3172         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
3174 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3176         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
3177         comment.
3178         (bibtex-format-field-delimiters): New function, functionality
3179         extracted from bibtex-format-entry.
3180         (bibtex-autokey-get-yearfield-digits): New function, functionality
3181         extracted from bibtex-autokey-get-yearfield.
3183         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
3184         entries in order to avoid stack overflow in the regexp matcher if
3185         field contents become large.
3186         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
3187         bibtex-field-string-part-not-braced,
3188         bibtex-field-string-part-no-inner-braces,
3189         bibtex-field-string-part-1-inner-brace,
3190         bibtex-field-string-part-2-inner-braces,
3191         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
3192         bibtex-field-string-quoted, bibtex-field-string,
3193         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
3194         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
3195         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
3196         as parsing is now performed by the following functions.
3197         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
3198         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
3199         bibtex-parse-field-string, bibtex-search-forward-field-string,
3200         bibtex-parse-association, bibtex-field-name-for-parsing,
3201         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
3202         bibtex-search-forward-field, bibtex-search-backward-field,
3203         bibtex-start-of-field, bibtex-end-of-field,
3204         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
3205         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
3206         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
3207         bibtex-parse-string, bibtex-search-forward-string,
3208         bibtex-search-backward-string, bibtex-start-of-string,
3209         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
3210         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
3211         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
3212         entries.  Instead of reporting the results of the parsing by
3213         match-beginning or match-end, these functions return data structures
3214         that hold the corresponding positions.
3215         (bibtex-enclosing-field): Changed to also report field boundaries by
3216         return values rather than by match-beginning or match-end.  The
3217         following functions have been adapted to use the new parsing
3218         functions.
3219         (bibtex-skip-to-valid-entry, bibtex-search-reference,
3220         bibtex-enclosing-field, bibtex-format-entry,
3221         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
3222         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
3223         bibtex-print-help-message, bibtex-end-of-entry,
3224         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
3225         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3226         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
3227         method for parsing.
3228         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
3229         bibtex-map-entries, bibtex-flash-head,
3230         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
3231         bibtex-autokey-change, bibtex-autokey-get-namefield,
3232         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
3233         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3234         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
3235         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3236         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
3237         order to make the new binding of case-fold-search immediately
3238         visible.
3240 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3242         * textmodes/bibtex.el: Copyright notice is up to date.
3243         Added constant 'bibtex-maintainer-salutation.
3245         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
3246         than make-temp-name, use match-string-no-properties and eliminate
3247         a quadratic behavior when building bibtex-strings.
3249         * bibtex.el (bibtex-reference-key): Accept string entries whose
3250         reference key contains upper case letters.
3252 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3254         * bibtex.el (bibtex-reference-head): Allow entries to start with
3255         a new line.
3257 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3259         * bibtex.el: Hiding of entry bodies is not longer provided by
3260         bibtex.el directly.  Instead the hideshow package can be used.
3261         Added a special bibtex entry to hs-special-modes-alist.
3262         (bibtex-hs-forward-sexp): Added for hideshow.el.
3264 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3266         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
3267         at ':' characters by call to split-string.
3269 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3271         * textmodes/bibtex.el: Added RCS version identification.
3273 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3275         * textmodes/bibtex.el: Some temporary comments removed.
3276         (bibtex-field-name, bibtex-entry-type): Made the relationship
3277         explicit.
3278         (bibtex-field-const): Allow capital letters.
3279         (bibtex-start-of-string): Deleted because unused.
3281         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
3282         use the term 'reference' to describe a bibtex entry as a whole.
3283         Further, reference keys are no longer called 'labels'.
3284         (bibtex-keys): Renamed to bibtex-reference-keys.
3285         (bibtex-reformat-previous-labels): Renamed to
3286         bibtex-reformat-previous-reference-keys.
3287         (bibtex-reference-type): Renamed to bibtex-entry-type.
3288         (bibtex-reference-head): Renamed to bibtex-entry-head.
3289         (bibtex-reference-maybe-empty-head): Renamed to
3290         bibtex-entry-maybe-empty-head.
3291         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
3292         (bibtex-search-reference): Renamed to bibtex-search-entry.
3293         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
3294         bibtex-enclosing-entry-maybe-empty-head.
3295         (bibtex-entry-field-alist, bibtex-entry-head,
3296         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
3297         bibtex-map-entries, bibtex-search-entry,
3298         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
3299         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3300         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
3301         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
3302         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
3303         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
3304         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
3306 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3308         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
3309         comment.
3310         (bibtex-format-field-delimiters): New function, functionality
3311         extracted from bibtex-format-entry.
3312         (bibtex-autokey-get-yearfield-digits): New function, functionality
3313         extracted from bibtex-autokey-get-yearfield.
3315         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
3316         entries in order to avoid stack overflow in the regexp matcher if
3317         field contents become large.
3318         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
3319         bibtex-field-string-part-not-braced,
3320         bibtex-field-string-part-no-inner-braces,
3321         bibtex-field-string-part-1-inner-brace,
3322         bibtex-field-string-part-2-inner-braces,
3323         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
3324         bibtex-field-string-quoted, bibtex-field-string,
3325         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
3326         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
3327         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
3328         as parsing is now performed by the following functions.
3329         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
3330         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
3331         bibtex-parse-field-string, bibtex-search-forward-field-string,
3332         bibtex-parse-association, bibtex-field-name-for-parsing,
3333         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
3334         bibtex-search-forward-field, bibtex-search-backward-field,
3335         bibtex-start-of-field, bibtex-end-of-field,
3336         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
3337         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
3338         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
3339         bibtex-parse-string, bibtex-search-forward-string,
3340         bibtex-search-backward-string, bibtex-start-of-string,
3341         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
3342         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
3343         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
3344         entries.  Instead of reporting the results of the parsing by
3345         match-beginning or match-end, these functions return data structures
3346         that hold the corresponding positions.
3347         (bibtex-enclosing-field): Changed to also report field boundaries by
3348         return values rather than by match-beginning or match-end.  The
3349         following functions have been adapted to use the new parsing
3350         functions.
3351         (bibtex-skip-to-valid-entry, bibtex-search-reference,
3352         bibtex-enclosing-field, bibtex-format-entry,
3353         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
3354         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
3355         bibtex-print-help-message, bibtex-end-of-entry,
3356         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
3357         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3358         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
3359         method for parsing.
3360         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
3361         bibtex-map-entries, bibtex-flash-head,
3362         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
3363         bibtex-autokey-change, bibtex-autokey-get-namefield,
3364         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
3365         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3366         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
3367         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3368         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
3369         order to make the new binding of case-fold-search immediately
3370         visible.
3372 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3374         * textmodes/bibtex.el: Copyright notice is up to date.
3375         Added constant 'bibtex-maintainer-salutation.
3377         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
3378         than make-temp-name, use match-string-no-properties and eliminate
3379         a quadratic behavior when building bibtex-strings.
3381         * bibtex.el (bibtex-reference-key): Accept string entries whose
3382         reference key contains upper case letters.
3384 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3386         * bibtex.el (bibtex-reference-head): Allow entries to start with
3387         a new line.
3389 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3391         * bibtex.el: Hiding of entry bodies is not longer provided by
3392         bibtex.el directly.  Instead the hideshow package can be used.
3393         Added a special bibtex entry to hs-special-modes-alist.
3394         (bibtex-hs-forward-sexp): Added for hideshow.el.
3396 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3398         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
3399         proceedings entry type (for cross referencing). Thanks to Wagner
3400         Toledo Correa for the suggestion.
3402         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
3404 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
3406         * international/characters.el: Setup case table for Vietnamese.
3408 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
3410         * uniquify.el (toplevel): Require CL at compile time.
3411         (uniquify-push): Removed.
3413         * shadowfile.el (shadow-when): Removed.
3415         * tempo.el (tempo-dolist, tempo-mapc): Removed.
3416         (tempo-process-and-insert-string): Use dolist instead of
3417         tempo-dolist.
3419         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
3420         regexp for paragraph-start.
3422         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
3423         commas as well.
3425 2000-02-10  Dave Love  <fx@gnu.org>
3427         * wid-edit.el: (widgets) [defgroup]: Remove url link.
3428         (widget-color-choice-list, widget-color-history, widget-mouse-help):
3429         Deleted.
3430         (widget-specify-field, widget-specify-button): Don't use
3431         widget-mouse-help as help-echo property.
3432         (default): Use #'ignore for :validate and :mouse-down-action.
3433         (checkbox): Add help-echo.
3434         (widget-sexp-validate): Rewritten to clarify error messages.
3435         (character): Use char-valid-p in :match function.
3436         (widget-color-complete): Use facemenu-color-alist.
3437         (widget-color-action): Use facemenu-read-color.
3439         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
3440         set up `caar' &c that we now have.
3442 2000-02-09  Ray Blaak  <blaak@gnu.org>
3444         * delphi.el: Make resourcestring a declaration region, like const
3445         and var.
3447 2000-02-09  Dave Love  <fx@gnu.org>
3449         * bindings.el (mode-line-input-method-map): New variable.
3450         (mode-line-mule-info): Use it; fix last change.
3451         (mode-line-mode-menu): Move definition.
3452         (mode-line-mouse-sensitive-p): Deleted.
3453         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
3454         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
3455         level.
3457         * startup.el (command-line-1): Don't call
3458         make-mode-line-mouse-sensitive.
3460 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
3462         * mail/rmail.el (rmail-retry-failure): Use
3463         rmail-beginning-of-message before rmail-toggle-header, because the
3464         former toggles headers.
3466 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
3468         * diff-mode.el (diff-kill-junk): New interactive function.
3469         (diff-reverse-direction): Use delete-and-extract-region.
3470         (diff-post-command-hook): Restrict the area so that the hook also works
3471         outside of any diff hunk.  This is necessary for the minor-mode.
3472         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
3473         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
3475         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
3476         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
3477         so that it can be used more easily in <foo>-mode-hook.  Also make sure
3478         to avoid duplicate entries.
3479         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
3480         (font-lock-remove-keywords): Just as was done for `add', allow it to
3481         work even if font-lock-mode is nil.  Also make sure we don't modify
3482         any pre-existing list by forcing a copy-sequence.  Finally rename
3483         `major-mode' to `mode'.
3484         (font-lock-fontify-syntactic-anchored-keywords)
3485         (font-lock-fontify-anchored-keywords)
3486         (font-lock-fontify-keywords-region): Use line-end-position.
3487         Don't make `font-lock-multiline' local (it's now done in
3488         font-lock-set-defaults).
3489         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
3490         move the `font-lock-fontified' creation to inside the `unless'.
3492 2000-02-06  Andrew Innes  <andrewi@gnu.org>
3494         * term/w32-win.el (x-handle-args): Comment out call to message,
3495         which occurs before window system is initialized.
3497         * makefile.nt: Add support for recompiling lisp code.
3499 2000-02-04  Dave Love  <fx@gnu.org>
3501         * bindings.el (mode-line-mule-info): Fix/extend last change.
3503         * completion.el: Replace completion-dolist with dolist.
3505         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
3506         dotimes.
3508 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
3510         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
3511         environment names before they go into the section regexp.
3513         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
3514         char class in regexp.
3516         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
3517         `case-fold-search' to nil.
3519         * progmodes/idlwave.el (idlwave-template): Respect
3520         `idlwave-abbrev-change-case'.
3521         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
3522         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
3523         idlwave-while): respect `idlwave-reserved-word-upcase'.
3524         (idlwave-rw-case): New function.
3525         (idlwave-statement-match): Fixed problem with assignment regexp.
3526         (idlwave-font-lock-keywords): Improved regexp for keyword
3527         parameters.
3528         (idlwave-surround): New argument LENGTH to support padding of
3529         operators longer than 1 char.
3531         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
3532         idlwave-shell-expression-overlay.  Implemented printing of
3533         expressions on higher levels of the calling stack.
3534         (idlwave-shell-display-level-in-calling-stack): Restore stack
3535         level.
3536         (idlwave-retrieve-expression-from-level): New function.
3537         (idlwave-shell-last-calling-stack): Variable removed.
3538         (idlwave-shell-reset): Argument action reversed (`visible' to
3539         `hidden').  Also remove stop-line overlay.
3540         (idlwave-shell-calling-stack-routine): New variable.
3541         (idlwave-shell-parse-stack-and-display): Messages now display
3542         negative level numbers.
3543         (idlwave-shell-mode): Set `modeline-format'.
3544         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
3545         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
3546         21.
3547         (idlwave-shell-print-expression-function): New option.
3549         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
3550         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
3551         `tool-bar' instead of `toolbar'.
3553 2000-02-02  Dave Love  <fx@gnu.org>
3555         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
3556         emacs-lisp-mode-hook.  Don't check for defalias being defined.
3558         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3559         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
3560         the new builtins directly.
3562         * whitespace.el (whitespace): Add :version to defgroup.
3564         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
3565         Doc fix.
3567         * thingatpt.el (sexp-at-point, symbol-at-point)
3568         (number-at-point, list-at-point): Add autoload cookie.
3570         * recentf.el (recentf): Add :version to defgroup.
3572         * quickurl.el (quickurl): Add :version to defgroup.
3574         * elide-head.el (elide-head): Use point-marker more.
3576         * bs.el (bs): Add :version to defgroup.
3578         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
3580         * progmodes/delphi.el (delphi): Add :version to defgroup.
3582 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
3584         * ange-ftp.el (ange-ftp-write-region): Handle case that
3585         succeeding process operation sets a different coding system.
3587         * calculator.el: New file.
3589 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
3591         * frame.el (frames-on-display-list, framep-on-display): New
3592         functions.
3593         (display-mouse-p, display-popup-menus-p, display-graphic-p)
3594         (display-selections-p, display-screens, display-pixel-width)
3595         (display-pixel-height, display-mm-width, display-mm-height)
3596         (display-backing-store, display-save-under, display-planes)
3597         (display-color-cells, display-visual-class): New functions.
3599         * term/tty-colors.el (tty-color-gray-shades): New function.
3601         * faces.el (display-color-p): Use framep-on-display.
3602         (display-grayscale-p): New function.
3604 2000-01-31  Dave Love  <fx@gnu.org>
3606         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
3607         (create-fontset-from-x-resource): Don't concat integers.
3609 2000-01-31  Inge Frick  <inge@nada.kth.se>
3611         * view.el: Some changes in documentation.  Removed some trailing
3612         whitespace. Changed some parameter names to agree with
3613         documentation.
3614         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
3615         window is not deleted.  Modifies change 1998-04-26.
3617 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
3619         * windmove.el: New file.
3621         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3622         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3623         progmodes/ebnf-yac.el: Update copyright and license info.
3625         * jit-lock.el (jit-lock-function): Widen before calculating end
3626         position.
3627         (jit-lock-stealth-chunk-start): Rewritten.
3629         * info.el (Info-title-face-alist): Removed.
3630         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
3631         faces.
3632         (Info-fontify-node): Use these faces.
3634 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
3636         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
3637         (cl-macro-list1): Recognize `&allow-other-keys' instead of
3638         `&allow-other-keywords'.
3640         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
3641         the list of directories scanned heuristically.
3643         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
3644         exist.
3646 2000-01-30  Jason Rumney  <jasonr@gnu.org>
3648         * w32-fns.el: Define w32-tty-standard-colors.
3650         * startup.el (command-line): Use w32-tty-standard-colors when in
3651         w32 console mode.
3653 2000-01-30  Dave Love  <fx@gnu.org>
3655         * jka-compr.el (jka-compr-load): Fix up load-history.
3657         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
3659         * emacs-lisp/cl-macs.el: Revert previous change.
3661 2000-01-29  Dave Love  <fx@gnu.org>
3663         * facemenu.el: Purecopy various strings.
3665         * timezone.el (timezone-fix-time): Window against 69 for two-digit
3666         years.  Deal with three-digit years.
3668         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
3669         defconst, purecopy.
3670         (help-back-label): Purecopy it.
3672 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
3674         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
3675         variable. If non-nil, order the buffer list according to the
3676         currently selected frame.
3677         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
3678         non-nil, pass the selected frame to function buffer-list.
3680 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3682         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
3684 2000-01-28  Dave Love  <fx@gnu.org>
3686         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
3688         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
3689         Don't use lisp-indent-hook property.
3690         (cl-abs): Remove.
3692         * subr.el: Move out indent and edebug specs for when and unless.
3694         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
3695         when, unless.
3697         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
3698         unless, when.
3700 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
3702         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
3703         `collecting' as synonym for `collect'.
3705         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
3706         for the case it contains spaces.
3708         * simple.el (what-cursor-position): Change formatting of
3709         messages.
3711         * frame.el (delete-other-frames): New function.
3712         (toplevel): Bind it to C-x 5 1.
3714         * sort.el (sort-numeric-base): New option.
3715         (sort-numeric-fields): If number starts with `0' or `0[xX[',
3716         interpret it as octal or hexadecimal.  Use sort-numeric-base
3717         as default base.
3719         * progmodes/glasses.el: New file.
3721 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
3723         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
3724         userids differently.
3726         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3727         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3728         progmodes/ebnf-yac.el: New files.
3730 2000-01-26  Dave Love  <fx@gnu.org>
3732         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
3733         on a function with an empty body.  [From Eric Ludlam.]
3735 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
3737         * vc.el (vc-version-diff): Make sure file name is expanded.
3739 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
3741         * scroll-bar.el (scroll-bar-timer): Variable removed.
3742         (scroll-bar-toolkit-scroll): Don't use a timer.
3744 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
3746         * language/thai-util.el (thai-composition-function): Delete
3747         superfluous `a'.
3749 2000-01-24  Dave Love  <fx@gnu.org>
3751         * fortran.el (fortran-mode): Use beginning-of-defun-function,
3752         end-of-defun-function.
3754         * font-lock.el (turn-on-font-lock): Don't depend on window-system
3755         &c.
3757 2000-01-22  Jason Rumney  <jasonr@gnu.org>
3759         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
3760         conflicts with new face support.
3762 2000-01-22  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3764         * replace.el (query-replace): Rename last arg to DELIMITED.
3765         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
3766         (query-replace-regexp): Likewise.
3768 2000-01-20  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3770         * subr.el (with-syntax-table): Use make-symbol, not gensym.
3772         * emacs-lisp/lisp.el (beginning-of-defun-function):
3773         Variable renamed from beginning-of-defun.
3774         Do not call make-variable-buffer-local.
3775         (beginning-of-defun-raw): Use new variable name; doc fix.
3776         (beginning-of-defun): Doc fix.
3777         (end-of-defun-function): Variable renamed from end-of-defun.
3778         Do not call make-variable-buffer-local.
3779         (end-of-defun): Use new variable name; doc fix.
3781         * subr.el (dolist, dotimes): Copied from cl-macs.el
3782         and made to work.
3784         * mail/undigest.el (rmail-digest-end-regexps):
3785         Variable replaces rmail-digest-end-regexp.
3786         Allows multiple regexps for detecting the end line.
3787         (undigestify-rmail-message): Corresponding changes.
3789 2000-01-19  Dave Love  <fx@gnu.org>
3791         * files.el (user-init-file): Don't declare here -- is primitive.
3793         * startup.el (command-line): Check for compiled user-init-file and
3794         set to uncompiled version if necessary.
3796 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
3798         * mail/undigest.el (rmail-digest-end-regexp): New user option.
3799         (undigestify-rmail-message): Use it.
3801         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
3803 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
3805         * tmm.el (tmm-goto-completions): Adapt to prompt being part
3806         of mini-buffer.
3808 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
3810         * emacs-lisp/copyright.el (copyright-update): Removed the
3811         requirement for a trailing space from `copyright-regexp', to
3812         support copyrights with owner specified on a separate line..
3814         * align.el: New file.
3816         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
3818         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
3820 2000-01-13  Dave Love  <fx@gnu.org>
3822         * ph.el: Removed.  (Obsoleted by EUDC.)
3824 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
3826         * net/eudc.el (toplevel): Remove autoloaded code installing
3827         menu with easymenu, because that causes build problems.
3829         * frame.el (frame-notice-user-settings): New variable.
3830         (frame-notice-user-settings): Don't modify frame parameters
3831         if called a second time.
3833 2000-01-13  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3835         * frame.el (frame-notice-user-settings):
3836         Notice default-frame-parameters even for non-window frames.
3838 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
3840         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
3841         for Emacs.
3842         (eudc-bob-can-display-inline-images): Extend for Emacs.
3843         (eudc-bob-toggle-inline-display): Ditto.
3844         (eudc-bob-display-jpeg): Ditto.
3846 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
3848         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3849         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
3850         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
3852         * add-log.el (add-change-log-entry): Fix error trying an `(insert
3853         nil)'.
3855         * subdirs.el: Add `net' directory.
3857         * net: New directory.
3859         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
3860         eval-last-sexp.  Don't bind debug-on-error here.
3861         (eval-last-sexp): New function.  Bind debug-on-error if
3862         eval-expression-debug-on-error is non-nil.
3863         (eval-defun-2, eval-defun): Likewise.
3865         * simple.el (eval-expression): Don't bind debug-on-error if
3866         eval-expression-debug-on-error is nil.  Detect changed
3867         debug-on-error, and propagate new value to global binding, if
3868         eval-expression-debug-on-error is non-nil,
3869         (eval-expression-debug-on-error): Change doc string.
3871 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3873         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
3875         * emacs-lisp/lisp-mode.el (with-syntax-table):
3876         Set up lisp-indent-function property.
3878         * subr.el (with-syntax-table): Moved from simple.el.
3880         * simple.el (with-syntax-table): Moved to subr.el.
3882 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
3884         * tmm.el (tmm-shortcut): Delete region after prompt instead
3885         of erasing buffer.
3887         * textmodes/fill.el (fill-common-string-prefix): New function.
3888         (fill-context-prefix): Use the longest common prefix of first
3889         and second line fill prefix, if there is one.
3891 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3893         * array.el (array-mode): Don't use make-variable-buffer-local.
3894         Use make-local-variable for `truncate-lines'.
3896 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
3898         * add-log.el (add-log-current-defun): Handle user-defined
3899         add-log-current-function returning nil,
3901         * add-log.el (add-change-log-entry): Insert version number
3902         if having found a current function
3904         * add-log.el (add-log-current-defun): Call
3905         `add-log-current-defun-function'.  Try matches at level 0 and
3906         level 1.  Strip whitespace from defun found.
3908 2000-01-10  John Wiegley  <johnw@gnu.org>
3910         * allout.el (isearch-done/outline-provisions): Added `edit'
3911         argument to correspond with the current definition of
3912         `isearch-done'.
3914 2000-01-10  Dave Love  <fx@gnu.org>
3916         * elide-head.el (elide-head): Use point-marker, not point.
3918 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
3920         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
3921         before and after the year 2000.
3923         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
3924         Add ispell- prefix.
3926 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
3928         * ispell.el:  Only define dictionaries in menus when they exist.
3929         (version18p): New variable.
3930         (version20p): New variable.
3931         (xemacsp): New variable.
3932         (ispell-choices-win-default-height): Fix for XEmacs visibility.
3933         (ispell-dictionary-alist1): Added Brasileiro dictionary.
3934         (ispell-dictionary-alist6): Russian command lines no longer accept
3935         run-together words.
3936         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
3937         (ispell-dictionary-alist): Add koi8-r to customize definition.
3938         (check-ispell-version): Added documentation string.  Returns
3939         library path when called non-interactively.
3940         (ispell-menu-map-needed): Uses new variables.
3941         (ispell-library-path): New variable.
3942         (ispell-decode-string): XEmacs fix for bogus variable bindings.
3943         (ispell-word): Improved documentation string.  Test for valid
3944         character mappings.  Correctly check typed in word changes that can
3945         result in single words split into multiple words.  Returns
3946         replacement word.
3947         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
3948         replace in recursive query replace mode.  Help message for
3949         recursive edit mode.
3950         (ispell-show-choices): Protect against bad framepop bindings.
3951         (ispell-help): Fix to work with XEmacs.
3952         (ispell-highlight-spelling-error): Use new variables.
3953         (ispell-overlay-window): Fix to work with XEmacs.
3954         (ispell-parse-output): Passed and returns location information
3955         tracking spelling corrections.  Doesn't recheck same word on
3956         current line.
3957         (ispell-init-process): Protect against bogus XEmacs variable binding.
3958         Fix call to single argument in sleep-for.  Use new variables.
3959         (ispell-region): Passed and returns location information tracking
3960         spelling corrections.  Doesn't check same word on current line.
3961         Improved documentation string.  Doesn't resend a line already
3962         checked to the ispell process - fixes bug in LaTeX parsing.
3963         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3964         (ispell-skip-region): No longer skips <TT> in SGML.
3965         (ispell-process-line): Tracks location information with spelling
3966         corrections.  Added documentation string.  Accounts for words
3967         already accepted on this line.  Don't allow query-replace on line
3968         starting with math characters.  Doesn't resend a line already sent
3969         to ispell process.  Fixes alignment error bug.
3971 2000-01-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3973         * dired-x.el (dired-guess-shell-alist-default):
3974         Suggest xloadimage, which is free, not xv, which isn't.
3976         * ange-ftp.el (ange-ftp-file-name-nondirectory):
3977         Don't ever include the host name or user name in the value.
3979 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
3981         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3982         of a real newline.
3984 2000-01-09  Stephen Eglen  <stephen@gnu.org>
3986         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3987         for .png files.
3989 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
3991         * cus-edit.el (custom-hook-convert-widget): Fix comment.
3993 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
3995         * progmodes/cperl-mode.el: Replace ^F with ^L.
3997         * sendmail.el (toplevel): Provide `sendmail' when compiling
3998         before `require'ing rmail and mailalias to prevent infinite
3999         recursion.
4001 2000-01-08  Dave Love  <fx@gnu.org>
4003         * emacs-lisp/backquote.el: Remove inappropriate customization
4004         (allowing custom.el to use backquote).
4006 2000-01-07  Dave Love  <fx@gnu.org>
4008         * add-log.el (add-log-debugging): Deleted.
4009         (add-change-log-entry): Treat a backup FILE-NAME as its parent
4010         file.  Remove debugging code.
4011         (change-log-get-method-definition, change-log-name): Add doc.
4012         (change-log-sortable-date-at): New function.
4013         (change-log-merge): New command.
4015         * time.el (display-time-string-forms): Make the Mail string active.
4016         (display-time-update): Provide help-echo for load average.
4018         * bindings.el (make-mode-line-mouse2-map): New function.
4019         (mode-line-modified): Use it and simplify.
4020         (mode-line-mule-info): Provide help-echo info.
4021         (minor-mode-alist): Activate the strings.
4022         (make-mode-line-mouse-sensitive): Simplify for
4023         mode-line-buffer-identification.
4025 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
4027         * play/pong.el: New file.
4029 2000-01-06  Dave Love  <fx@gnu.org>
4031         * array.el: Assorted cleanups for compiler warnings, doc strings,
4032         `array-' prefix for symbols.
4034 2000-01-05  Dave Love  <fx@gnu.org>
4036         * textmodes/outline.el (outline-mode-menu-bar-map): Add
4037         outline-headers-as-kill.
4038         (outline-mode): Define imenu-generic-expression.
4039         (outline-headers-as-kill): New command.
4041         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
4042         from paragraph-start.
4043         (paragraph-indent-minor-mode): New command.
4045         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
4046         M-C-e, M-C-h, C-j, C-xnd, TAB.
4047         (fortran-mode): Set beginning-of-defun, end-of-defun.
4048         (fortran-column-ruler): Simplify.
4049         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
4050         (fortran-with-subprogram-narrowing): Likewise.
4051         (fortran-indent-subprogram): Call mark-defun.
4052         (fortran-check-for-matching-do): Change narrowing.
4054         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
4055         (cl-lucid-hash-tag): Delete.
4056         (cl-hash-table-p): Correct test for native table.
4057         (cl-hash-table-count): Use hash-table-count.
4059         * browse-url.el (browse-url): Fix case of
4060         browse-url-browser-function being an alist.
4062 2000-01-05  Carsten Dominik  <cd@gnu.org>
4064         * textmodes/reftex-vars.el (reftex-parse-file-extension)
4065         (reftex-index-phrase-file-extension): New options.
4067         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
4068         Use new option `reftex-index-phrase-file-extension'.
4070         * textmodes/reftex.el (reftex-access-parse-file): Use new option
4071         `reftex-parse-file-extension'.
4073 2000-01-05  Dave Love  <fx@gnu.org>
4075         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
4076         (beginning-of-defun-raw): Use it.
4077         (end-of-defun): New variable.
4078         (end-of-defun): Use it.
4079         (check-parens): New command.
4081 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
4083         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
4084         (hs-show-block): Don't use `mapcar' when not accumulating.
4086         Fix buglet in local variables initialization.
4088 2000-01-05  Andreas Schwab  <schwab@suse.de>
4090         * hscroll.el (hscroll): Doc fix.
4092 2000-01-05  Carsten Dominik  <cd@gnu.org>
4094         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
4095         idlw-toolbar.
4097         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
4098         file idlw-rinfo.el.
4099         (idlwave-customize): load must read file idlw-shell.el.
4100         (idlwave-create-customize-menu): load must read file idlw-shell.el.
4102 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
4104         * progmodes/idlw-shell.el: Also provide idlwave-shell
4105         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
4106         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
4108         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
4109         both reftex-dcr and reftex-vcr.
4111         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
4113 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4115         * ps-print.el: PostScript code now is in separate files, doc fix.
4116         (ps-print-version): New version number (5.0.3).
4117         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
4118         local.
4119         (ps-spool-config): Initialization fix.
4120         (ps-print-prologue-1, ps-print-prologue-2)
4121         (ps-print-duplex-feature): PostScript code moved to separated file.
4122         (ps-background-image): Little code reformating.
4123         (ps-begin-file, ps-begin-job): Fix code.
4124         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
4125         (ps-prologue-file): New fun.
4127 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4129         * ps-vars.el: Eliminated.
4131         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
4132         `;;;###autoload'.
4134         * ps-print.el: ps-vars eliminated, doc fix.
4135         (ps-print-version): New version number (5.0.2).
4136         (ps-spool-config): Initialization fix.
4137         (ps-print-customize): New fun.
4139 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
4141         * autorevert.el (auto-revert-mode): Return value of
4142         auto-revert-mode.
4144 2000-01-04  Dave Love  <fx@gnu.org>
4146         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
4147         menu items.
4149 2000-01-03  Dave Love  <fx@gnu.org>
4151         * elide-head.el (elide-head) [defgroup]: Add :version.
4153         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
4154         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
4155         `cl-hash-table-p', not `hash-table-p'.
4156         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
4158 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4160         * faces.el (face-read-integer, read-face-attribute)
4161         (color-defined-p, color-values): unspecified-{f,b}g are now
4162         strings.
4164 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
4166         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
4167         at comment end, and re-insert them after filling.
4169 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4171         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
4172         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
4173         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
4175 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4177         * term/x-win.el (xw-defined-colors): Call color-supported-p,
4178         the new name of face-color-supported-p.
4180         * term/w32-win.el (xw-defined-colors): Likewise.
4182 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4184         * simple.el (completion-setup-function): Count completion-size
4185         from minibuffer-prompt-end, not from point-min.
4187 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
4189         * faces.el (read-face-attribute, defined-colors, color-defined-p):
4190         Pass the frame to tty-color-* functions.
4191         (display-color-p, frame-set-background-mode): Pass the frame to
4192         tty-display-color-p.
4194         * term/tty-colors.el (tty-defined-color-alist): Renamed from
4195         tty-color-alist.
4196         (tty-color-alist, tty-modify-color-alist): New functions.
4197         (tty-color-define,  tty-color-clear, tty-color-approximate)
4198         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
4199         an optional parameter FRAME.
4201 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
4203         * image.el (create-image, defimage): Don't assume image data is a
4204         string.
4206         * image.el (defimage): Handle specifications containing :data
4207         instead of :file.
4208         (image-type-from-data): New function.
4209         (image-type-from-file-header): Use it.
4210         (create-image): Add parameter DATA-P.
4212 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4214         * echistory.el (electric-command-history): Call Command-history-setup
4215         and command-history-mode using their new conventions.
4217         * chistory.el (Command-history-setup): Don't switch buffers.  Take
4218         no args, and do not set major-mode, mode-name or the local map.
4219         (command-history-mode): New function, does some of those things
4220         Command-history-setup used to do.
4221         (list-command-history): Call command-history-mode, not
4222         Command-history-setup.
4223         (command-history): Renamed from command-history-mode.
4225 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4227         * arc-mode.el (archive-mode-map): Bind q to quit-window.
4229 1999-12-31  William M. Perry  <wmperry@aventail.com>
4231         * image.el (defimage): Images with the `:data' keyword should be
4232         considered valid as well.
4234 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4236         * dired.el (dired-get-filename): Don't call file-name-absolute-p
4237         with FILE if FILE is nil.
4239 1999-12-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4241         * simple.el (choose-completion-string): In minibuffer,
4242         do not delete the prompt string.
4244 1999-12-30  Gerd Moellmann  <gerd@gnu.org>
4246         * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
4247         assigned to mode-line-mode-menu because bindings.el is dumped with
4248         Emacs, and thus the lists used for menu-item definition will be
4249         copied to pure space.  Emacs' menu code (parse_menu_item) doesn't
4250         like pure menu item definitions.
4252         * expand.el (expand-abbrev-hook): Return t if expansion was
4253         done, nil otherwise.
4255 1999-12-29  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4257         * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
4258         (tar-quit): Function deleted.
4260 1999-12-29  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
4262         * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
4263         was used but not declared.
4265         (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
4266         hs-find-block-beginning): Add or modify docstrings.
4268         (hs-isearch-show): Rewrite.
4270 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
4272         * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
4274         * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
4275         space in front of a C-style comment end.
4277 1999-12-28  Eli Zaretskii  <eliz@is.elta.co.il>
4279         * startup.el (command-line-1): Make mode line mouse-sensitive for
4280         the MS-DOS version as well.
4282 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
4284         * bs.el: New file.
4286 1999-12-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4288         * textmodes/ispell.el (ispell-process-line):
4289         Add local var line-offset to adjust for the change
4290         in positions within the line, due to previous replacements.
4292 1999-12-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4294         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4295         Doc fixes.
4297 1999-12-27  Gerd Moellmann  <gerd@gnu.org>
4299         * add-log.el (change-log-version-number-regexp-list)
4300         (change-log-version-info-enabled): Change :version to 21.1.
4301         (toplevel): Require CL when compiling.
4303 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
4305         * add-log.el (change-log-version-number-regexp-list): Added tag
4306         :version 20.6
4307         (change-log-version-info-enabled): Added tag :version 20.6
4309 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
4311         * add-log.el: More general version number search with
4312         user-configurable regexp list.
4313         (change-log-version-number-regexp-list): New user variable.
4314         (change-log-find-version): Rewritten.  Use user-configurable
4315         version numbering regexp list
4316         change-log-version-number-regexp-list.
4317         (change-log-find-version): Renamed to
4318         change-log-version-number-search
4319         (add-log-file-name-function): New.
4320         (change-log-search-vc-number): Added END paramaeter.  Added doc
4321         string to function.
4322         (change-log-version-rcs): Renamed.  Was
4323         change-log-search-vc-number.
4325 1999-12-26  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
4327         * progmodes/compile.el (compilation-goto-locus): Delete hideshow
4328         overlays if they interfere.
4329         (compilation-find-file): Make intangible overlays tangible.
4331         * progmodes/hideshow.el: Generally, synch w/ maintainer
4332         version 5.9.
4334         (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
4336         (hs-minor-mode-hook): Don't initialize.
4338         (hs-special-modes-alist): Rewrite value and docstring.
4340         (hs-minor-mode-prefix): Delete unused var.
4342         (hs-block-start-mdata-select): New var, buffer local.
4344         (hs-headline): New var.
4346         (hs-match-data, hs-forward-sexp): New funcs.
4348         (hs-hide-comment-region): New func.
4350         (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
4351         hs-safety-is-job-n, hs-hide-initial-comment-block,
4352         hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
4353         hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
4354         hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
4355         hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
4356         hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
4358         (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
4359         (hs-isearch-show-temporary): New funcs.
4361         (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
4363         (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
4365         When constructing menu, use `[(shift button2)]' notation.
4367 1999-12-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4369         * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
4370         (jka-compr-compression-info-list): Add new elt to each vector.
4371         (jka-compr-write-region): Don't compress the data if it is
4372         already compressed.
4374         * jka-compr.el (jka-compr-really-do-compress): New variable.
4375         (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
4376         if visiting.
4377         (jka-compr-write-region): Set jka-compr-really-do-compress
4378         if visiting.  Test it when deciding to compress.
4380 1999-12-22  Gerd Moellmann  <gerd@gnu.org>
4382         * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
4383         with third argument t.
4385 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
4387         * antlr-mode.el: Version 1.2 is released.
4388         (antlr): This package has a web page.
4390 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
4392         * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
4393         regions.  Suggested by Dale Davis <Dale_Davis@securify.com>.
4394         (antlr-mode-map): New binding [C-c C-c].
4395         (antlr-mode-menu): New entries.
4397 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
4399         * antlr-mode.el: Respect Emacs conventions.
4400         ((require 'cl)): Only use during compilation.
4401         (antlr-language-for-option): New function to avoid using `find'.
4402         (antlr-mode): Use it.
4403         (antlr-with-syntax-table): Define new instead using XEmacs' one.
4404         (antlr-imenu-create-index-function): Change accordingly.
4405         (antlr-inside-rule-p): Ditto.
4406         (antlr-end-of-rule): Ditto.
4407         (antlr-end-of-body): Ditto.
4408         (antlr-beginning-of-rule): Ditto.
4409         (antlr-indent-line): Ditto.
4411 1999-11-21  Christoph Wedler  <Christoph.Wedler@sap.com>
4413         * antlr-mode.el: Really use `antlr-tab-offset-alist'.
4414         (antlr-set-tabs): Don't use hard-coded values.
4416         * antlr-mode.el: Minor navigation changes.  Not perfect, but this
4417         won't be possible without a huge time penalty.
4418         (antlr-skip-exception-part): Be more specific.
4419         (antlr-skip-file-prelude): Don't skip action prelude of next rule.
4420         Renamed from `antlr-skip-grammar-header'.
4421         (antlr-next-rule): Change accordingly.
4422         (antlr-end-of-body): Ditto.  Better error message.
4423         (antlr-beginning-of-body): Better error message.
4424         (antlr-imenu-create-index-function): Skip rule action prelude.
4426         * antlr-mode.el: Minor syntax highlighting changes.
4427         (antlr-font-lock-default-face): Deletia.
4428         (antlr-font-lock-tokendef-face): Changed color.
4429         (antlr-font-lock-tokenref-face): Changed color.
4430         (antlr-font-lock-literal-face): Changed color.
4431         (antlr-font-lock-additional-keywords): Minor changes.
4433 1999-12-20  Carsten Dominik  <cd@gnu.org>
4435         * progmodes/idlwave.el: New file.
4437         * progmodes/idlwave-rinfo.el: New file.
4439         * progmodes/idlwave-shell.el: New file.
4441         * progmodes/idlwave-toolbar.el: New file.
4443         * files.el (auto-mode-alist): idlwave-mode default for .pro files.
4445 1999-12-21  Gerd Moellmann  <gerd@gnu.org>
4447         * progmodes/cwarn.el: New file.
4449 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
4451         * bindings.el (completion-ignored-extensions): Add .pdf.
4453 1999-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
4455         * version.el: Put the version info into binary on MS-DOS as well.
4457 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
4459         * emacs-lisp/debug.el (debugger-continue): Don't continue if
4460         debugger-may-continue is nil.
4462 1999-12-18  Dave Love  <fx@gnu.org>
4464         * emacs-lisp/cl-macs.el: Remove conditional definition of
4465         eval-when-compile.  Don't specify abs, expt, gethash,
4466         hash-table-count, hash-table-p as side-effect-free here.
4467         (cl-emacs-type): Don't declare.
4468         (cl-compile-time-init): Remove Emacs 18 compiler patch.
4469         (cl-parse-loop-clause): Remove compatibility code.
4471         * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
4472         (side-effect-free-fns): Add gethash, hash-table-count.
4473         (side-effect-and-error-free-fns): Add hash-table-p.
4475         * emacs-lisp/cl.el: Remove Emacs 18 compatibility code.  Prepend
4476         `cl-' to autoload names for some hash functions.  Don't autoload
4477         eval-when-compile.  Don't provide mini-cl.
4478         (cl-emacs-type): Remove.
4479         (cl-map-extents): Remove compatibility code.
4481         * emacs-lisp/float.el: Bind free variables.
4483         * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
4485 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
4487         * bindings.el (completion-ignored-extensions): Add .tfm.
4489 1999-12-16  Dave Love  <fx@gnu.org>
4491         * faces.el (set-face-attribute): Purecopy the attributes set.
4493         * custom.el (custom-declare-variable): Purecopy value.
4495         * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
4496         (byte-extrude-byte-code-vectors): Use remprop.
4497         (byte-compile-lambda): Check that arg is a lambda.
4499 1999-11-16  Anders Lindgren  <AndersL@andersl.com>
4501         * font-lock.el: System for adding and removing keywords.
4502         Both local (previously added keyword) and global keywords
4503         can be removed.
4504         (font-lock-remove-keywords): New user-level function.
4505         (font-lock-update-removed-keyword-alist): New internal function.
4506         (font-lock-removed-keywords-alist): New variable.
4507         (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
4508         Empty `font-lock-keywords-alist' when `append' is `set' to avoid
4509         growing datastructures.
4510         (font-lock-set-defaults): Removes keywords stored in
4511         `font-lock-removed-keywords-alist' after local keywords added.
4513 1999-12-16  Anders Lindgren  <andersl@andersl.com>
4515         * font-lock.el (c-keywords, c++-keywords): Better "case" support for
4516         complex constant expressions, e.g. "case 1<<A_BIT_NO:".
4518         * font-lock.el (c-keywords): Only highlight preprocessor
4519         directives when spelled correctly.
4521         * font-lock.el (font-lock-match-c++-structor-declaration,
4522         c++-keywords): Fontify constructors and destructors with function
4523         face inside C++ class declarations.
4525 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
4527         * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
4528         the shell from sh-shell-file.
4530         * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
4532 1999-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
4534         * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
4535         if one of the files specified cannot be accessed by
4536         file-attributes.  Do not strip any leading directories from the
4537         file names, to behave more like `ls' does.
4539         * dired.el (dired-get-filename): Handle absolute file names.
4540         (dired-readin-insert): If argument is a cons, don't print
4541         "wildcard" on the ``total'' line.
4543 1999-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
4545         * faces.el (face-read-integer, read-face-attribute)
4546         (color-defined-p, color-values): Allow color values unspecified-fg
4547         and unspecified-bg, handle them as unspecified.
4549 1999-12-15  Carsten Dominik  <dominik@astro.uva.nl>
4551         * textmodes/reftex.el: (reftex-compile-variables): respect new
4552         structure of `reftex-index-macro'
4553         (reftex-compile-variables): Use the changed structure of
4554         `reftex-label-alist'.
4556         * textmodes/reftex-vars.el (reftex-index-math-format,
4557         (reftex-toc-max-level): New option.
4558         reftex-index-phrases-search-whole-words,
4559         reftex-index-phrases-case-fold-search,
4560         reftex-index-phrases-skip-indexed-matches,
4561         reftex-index-phrases-wrap-long-lines,
4562         reftex-index-phrases-sort-prefers-entry,
4563         reftex-index-phrases-sort-in-blocks): New options.
4564         (reftex-index-macros): Option structure changed.
4565         (reftex-index-macros-builtin): Added `repeat' item to each entry.
4566         (reftex-label-alist): Additional item in each entry to specify if
4567         the environment should be listed in the TOC.
4568         (eval-when-compile (require 'cl)) added.
4570         * textmodes/reftex-index.el (reftex-index-selection-or-word): No
4571         longer deals with "repeat".
4572         (reftex-index): "repeat property in `reftex-index-macro-alist' is
4573         now used.
4574         (reftex-index-phrases-comment-regexp,
4575         reftex-index-phrases-macrodef-regexp,
4576         reftex-index-phrases-phrase-regexp1,
4577         reftex-index-phrases-phrase-regexp2,
4578         reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
4579         New constants.
4580         (reftex-index-phrases-macro-data, reftex-index-phrases-files,
4581         reftex-index-phrases-font-lock-keywords,
4582         reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
4583         reftex-index-phrases-restrict-file): New variables.
4584         (reftex-index-phrase-selection-or-word,
4585         reftex-index-visit-phrases-buffer,
4586         reftex-index-initialize-phrases-buffer,
4587         reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
4588         reftex-index-next-phrase, reftex-index-this-phrase,
4589         reftex-index-all-phrases, reftex-index-region-phrases,
4590         reftex-index-phrases-parse-header,
4591         reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
4592         reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
4593         reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
4594         reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
4595         reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
4596         reftex-index-make-replace-string,
4597         reftex-query-index-phrase-globally, reftex-query-index-phrase,
4598         reftex-index-phrase-match-is-indexed,
4599         reftex-index-phrases-fixup-line,
4600         reftex-index-phrases-replace-space,
4601         reftex-index-select-phrases-macro): New functions.
4602         (reftex-index-globalize, reftex-index-globally): functions removed
4603         (eval-when-compile (require 'cl)) added.
4605          * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
4606          for max level.
4607          (reftex-toc-max-level-indicator): New variable.
4608          (reftex-toc-max-level): New command.
4609          (reftex-toc-map): New keybinding `t'.
4610          (reftex-toc-help): Constant updated.
4611          (eval-when-compile (require 'cl)) added.
4613          * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
4614          `t' command key can change `reftex-toc-max-level'
4615          (eval-when-compile (require 'cl)) added.
4617          * textmode/reftex-sel (reftex-insert-docstruct): Respect
4618          `reftex-toc-max-level'
4619          (eval-when-compile (require 'cl)) added.
4621          * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
4622          added.
4624          * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
4625          added.
4627          * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
4628          commands.
4629          (reftex-citation, reftex-do-citation,
4630          reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
4631          preselect a citation format.
4632          (eval-when-compile (require 'cl)) added.
4634          * textmodes/reftex-parse.el (reftex-context-substring): Optional
4635          parameter to-end
4636          (reftex-section-info): Deal with environment matches.
4637          (eval-when-compile (require 'cl)) added.
4639          * reftex-global.el (eval-when-compile (require 'cl)) added.
4641 1999-12-15  Kenichi Handa  <handa@etl.go.jp>
4643         The following changes are for the new composition mechanism.  We
4644         have deleted `composition' charset and composite characters,
4645         instead introduced a special text property `composition'.
4647         * composite.el: New file.
4649         * ps-mule.el: Define encode-composition-rule and find-composition
4650         for Emacs 20.4 and the earlier versions.
4651         (ps-mule-init-external-library): Just require a feature for
4652         external libraries.
4653         (ps-mule-prologue): Postscript code modified for new composition.
4654         (ps-mule-find-wrappoint): New arg COMPOSITION.
4655         (ps-mule-plot-string): Delete code for composite characaters.
4656         (ps-mule-plot-composition): New funcion.
4657         (ps-mule-prepare-font-for-components): New function.
4658         (ps-mule-plot-components): New function.
4659         (ps-mule-composition-prologue-generated): Renamed from
4660         ps-mule-cmpchar-prologue-generated.
4661         (ps-mule-composition-prologue): New named from
4662         ps-mule-cmpchar-prologue.  Modified for new composition.
4663         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
4664         ps-mule-prepare-cmpchar-font): Deleted.
4665         (ps-mule-string-encoding): New arg NO-SETFONT.
4666         (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
4667         check Composing, not Cmpchar
4668         (ps-mule-initialize): Set ps-mule-composition-prologue-generated
4669         to nil.
4670         (ps-mule-begin-job): Check existence of new composition.
4672         * ps-print.el (ps-plot-region): Handle new composition.
4674         * simple.el (what-cursor-position): Show "(composed)" if the
4675         character is composed.
4677         * international/characters.el: Fix cateogries of Lao symbols.
4679         * international/fontset.el (vertical-centering-font-regexp): New
4680         variable.
4682         * international/mule.el (mule-version): Updated to 5.0 (AOI).
4683         (mule-version-date): Updated to 1999.12.7.
4684         (with-category-table): New macro.
4686         * international/mule-cmds.el (encode-coding-char): Don't check
4687         composite character.
4689         * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
4690         iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
4691         x-ctext): Give `composition' property t.
4693         * international/mule-util.el (set-nested-alist): Set BRANCHES (if
4694         non-nil) at the tail of ALIST.
4695         (compose-region, decompose-region, decompse-string,
4696         reference-point-alist, compose-chars): Moved to composite.el.
4697         (compose-chars-component, compose-chars-rule,
4698         decompose-composite-char): Deleted.
4700         * international/quail.el (quail-install-map): New optional arg
4701         NAME.
4702         (quail-get-translation): If DEF is a symbol but not a function,
4703         ignore it.
4704         (quail-start-translation): Put a key sequence undefined in the
4705         translation keymap in unread-command-events, not generated-events.
4706         Return parameterized event (compose-last-chars N) if the input
4707         characters should be composed.
4708         (quail-map-definition): If DEF is t, treat it as nil.
4709         (quail-delete-last-char): Delete the quail region.
4710         (quail-show-translations): Don't show list of translations if the
4711         quail package is deterministic.
4712         (quail-completion-max-depth): New variable.
4713         (quail-completion-1): Pay attention to the above variable.  Fix
4714         for the case that a translation is a function.
4715         (quail-map-from-table, quail-map-from-table-1,
4716         quail-map-from-table-2): New functions.
4717         (quail-lookup-map-and-concat): New function
4719         * language/devan-util.el: Mostly rewritten.
4721         * language/lao.el: Register lao-composition-function in
4722         composition-function-table.
4724         * language/lao-util.el: Mostly rewritten.
4726         * language/thai.el: Register thai-composition-function in
4727         composition-function-table.
4728         (thai-tis620): Delete `pre-write-conversion' property.
4730         * language/thai-util.el: (thai-category-table): Make it by
4731         make-category-table.
4732         (thai-composition-pattern): New variable.
4733         (thai-compose-region, thai-compose-string): Use
4734         with-category-table.
4735         (thai-post-read-conversion): Just call thai-compose-region.
4736         (thai-pre-write-conversion): Deleted.
4737         (thai-composition-function): New funciton.
4739         * language/tibet-util.el: Most functions rewritten.
4740         (tibetan-char-p): Renamed from tibetan-char-examin.
4741         (tibetan-composable-examin) (tibetan-complete-char-examin)
4742         (tibetan-vertical-stacking) (tibetan-composition): Deleted.
4743         (tibetan-add-components): New function.
4744         (tibetan-composition-function): New function.
4746         * language/tibetan.el: Register tibetan-composition-function in
4747         composition-function-table.
4748         (tibetan-composable-pattern): New variable.
4749         (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
4750         (tibetan-precomposition-rule-alist): Move punctuations to
4751         tibetan-punctuation-transcription-alist and
4752         tibetan-obsolete-glyphs.
4753         (tibetan-punctuation-transcription-alist): New variable.
4754         (tibetan-obsolete-glyphs): New variable.
4755         (tibetan-regexp): Improve the initialization code.
4757         * textmodes/fill.el (fill-find-break-point): Delete codes for
4758         composite characters.
4759         (fill-region-as-paragraph): Likewise.
4761 1999-12-14  Gerd Moellmann  <gerd@gnu.org>
4763         * international/mule-cmds.el (default-input-method): Specify
4764         that it should be set after current-language-environment.
4766         * custom.el (custom-handle-keyword): Add :set-after.
4767         (custom-add-dependencies): New function.
4768         (custom-set-variables): Take dependencies between args into
4769         account.
4771         * battery.el (battery): Doc fix.
4773 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
4775         * progmodes/cc-make.el: Removed.
4777 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4779         * Release of cc-mode 5.26
4781 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4783         * cc-cmds.el (c-forward-conditional): Handle an arbitrary
4784         target depth.  Optionally count #else lines as clause limits,
4785         as suggested by don provan <provan@lucent.com>.  #elif
4786         handling fixed.
4788         * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
4789         (c-down-conditional-with-else): New commands that uses the
4790         added functionality in `c-forward-conditional'.
4792 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4794         * cc-align.el (c-lineup-comment): Preserve the alignment with
4795         a comment on the previous line instead of preserving the
4796         comment-column.
4798 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4800         * Fixes to IDL mode after input from Eric Eide
4801         <eeide@cs.utah.edu>:
4802         * cc-engine.el (c-beginning-of-statement-1): Allow
4803         `c-conditional-key' to be nil, for the benefit of IDL mode.
4804         * cc-engine.el (c-guess-basic-syntax): Ditto.
4805         cc-langs.el (C-IDL-class-key): Fixed.  Don't match `class'
4806         but do match CORBA 2.3 `valuetype'.
4807         * cc-langs.el (c-IDL-access-key): New defconst.  Should be nil
4808         for IDL.
4809         * cc-langs.el (c-IDL-conditional-key): New defconst.  Should
4810         be nil for IDL.
4811         * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
4812         Like C++.
4813         * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts.  Also,
4814         set `c-method-key' and `c-baseclass-key' to nil.
4816 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4818         * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
4819         with nonhanging open braces.
4821 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4823         * cc-align.el: Added docstrings to all lineup functions.
4825         * cc-align.el (c-lineup-java-throws): Handle a hanging throws
4826         keyword.
4828         * cc-align.el (c-lineup-C-comments): Handle free form text
4829         comments.  Use c-comment-prefix-regexp and comment-start-skip
4830         instead of hardcoded regexps.
4832 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4834         * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
4835         behavior and return value as documented.
4837 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4839         * Changes for new style variable init system:
4840         * cc-langs.el (c-common-init): Dito.
4841         * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
4842         now customizable.
4843         * cc-vars.el: Style variables may now take a value
4844         'set-from-style to make them take their value from the style
4845         system. This value is now the default on all these variables.
4846         * cc-vars.el (c-valid-offset): New function to verify a
4847         syntactic symbol offset setting.
4848         * cc-vars.el (c-offsets-alist): Variable moved from
4849         cc-styles.el since it's now customizable in a similar way to
4850         the other style variables.
4851         * cc-vars.el (c-old-style-variable-behavior): New variable to
4852         revert to the old style init behavior.
4854         * cc-vars.el (c-file-style, c-file-offsets): Made always
4855         buffer local.
4857         * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
4858         the throws clause that might follow the function prototype in
4859         C++.
4861 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4863         * cc-defs.el (c-beginning-of-macro): Fixed bug where point
4864         could move forward for macros that doesn't start in column 0.
4866 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4868         * cc-align.el (c-indent-multi-line-block,
4869         c-lineup-whitesmith-in-block): Two new lineup functions for
4870         use in whitesmith style.
4872         * cc-styles.el (c-style-alist): More fixes to whitesmith
4873         style.  It should now handle all different braces uniformly in
4874         both hanging and non-hanging cases.
4876 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4878         * cc-cmds.el (c-indent-exp): Use a marker to save point to
4879         make it stay in the same position relative to the surrounding
4880         text.
4882         * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
4883         when adaptive-fill-mode doesn't manage to get it correct.
4885         * cc-menus.el (cc-imenu-java-generic-expression): Handle types
4886         with dotted notation, e.g. foo.bar.Gnu.
4888         * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
4889         within unwind-protect (previously only some were wrapped so it
4890         would be possible to register mode initialization when full
4891         initialization did not finish).
4893         * cc-styles.el (c-style-alist): Corrected the brace placement
4894         in the whitesmith style.  Thanks to Sean Luke
4895         <seanl@cs.umd.edu>.  Also extended the bsd and whitesmith
4896         styles with consistent brace placement for all constructs.
4898 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4900         * cc-cmds.el (c-context-line-break): Continue C++ comments too
4901         when point is in the middle of them.
4903         * cc-cmds.el: Line breaking and paragraph filling code
4904         rewritten:
4905         (c-guess-fill-prefix): New function that uses various
4906         heuristics to guess the comment prefix.
4907         (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
4908         It now assumes adaptive filling is active to preserve the line
4909         prefix inside comments.
4910         (c-indent-new-comment-line): Replacement for the now
4911         obsolete `c-comment-line-break-function' that uses
4912         `c-guess-fill-prefix' when appropriate.  It now observes the
4913         setting of `comment-multi-line', which has effect in C-style
4914         block comments.
4916         * cc-cmds.el (c-context-line-break): New function intended to
4917         be put on RET.  It's essentially `newline-and-indent', but
4918         continues C block comments with the appropriate line prefix.
4920         * cc-cmds.el (c-do-auto-fill): New function put on
4921         `normal-auto-fill-function' to implement the
4922         `c-ignore-auto-fill' variable.
4924         * cc-cmds.el (c-beginning-of-statement): Use
4925         `c-comment-prefix-regexp' to avoid ending up inside the
4926         comment prefix.  Better handling of comment starters and
4927         enders. Catch comments better when traversing code.  Stop at
4928         preprocessor directives.
4930         * cc-defs.el (c-forward-comment): New subst to hide platform
4931         dependent quirks in `forward-comment'.
4933         * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
4934         argument.
4935         (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
4936         arguments. Activate this function by default when
4937         `parse-partial-sexp' supports it (currently Emacs 20.x).
4939         * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4940         on the comment opener to make constants usable as lineup
4941         arguments.
4943         * cc-align.el (c-lineup-C-comments): Fixes to handle the
4944         changed anchor position in the `c' syntactic symbol.  Handle
4945         more than stars in the comment prefix; use the new variable
4946         `c-comment-prefix-regexp'.  Don't indent text not preceded by
4947         a comment prefix to the right of the comment opener if it's
4948         long.
4950         * cc-langs.el: Fixes to mode initialization for new line
4951         breaking and paragraph filling method.  Adaptive fill mode is
4952         now activated at startup instead of deactivated.  The
4953         variables used for adaptive filling and paragraph movement are
4954         also changed to incorporate the value of
4955         `c-comment-prefix-regexp'.  `substitute-key-definition' is
4956         used to override some functions in the global map instead of
4957         overriding their default bindings.
4959         * cc-mode.el (java-mode): Modify `paragraph-start' for the
4960         javadoc markup at mode init.
4962         * cc-mode.el (c-setup-filladapt): A new convenience function
4963         to configure Kyle E. Jones' Filladapt mode for CC Mode.  This
4964         function is intended to be used explicitly by the end user
4965         only.
4967         * cc-vars.el (c-comment-prefix-regexp): New variable used to
4968         recognize the comment fill prefix inside comments.
4969         (c-block-comment-prefix): New name for
4970         `c-comment-contiuation-stars', which is now obsolete.  It's
4971         generalized to handle any character sequence.
4972         (c-ignore-auto-fill): New variable used to selectively disable
4973         Auto Fill mode in specific contexts.
4975 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4977         * cc-cmds.el (c-comment-indent): Leave at least one space
4978         between the comment and the last nonblank character in the
4979         case where we look at the indentation of the comment on the
4980         previous line (case 4).
4982         * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4983         list of characters that may start a statement (it's a sort of
4984         prefix operator in Pike, and isn't used at all in any of the
4985         other languages).
4987 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4989         * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4990         inside continued statements as statement-cont instead of
4991         brace-list-open.  The reason is that one normally adjusts
4992         brace-list-open for brace lists as top-level constructs, and
4993         brace lists inside statements is a completely different
4994         context.  Case 10B.2 changed.  Also changed (the somewhat
4995         esoteric) case 9A to cope with this.
4997 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
4999         * cc-cmds.el (c-electric-brace): Added electric handling of
5000         the open brace for brace-elseif-brace.
5002 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5004         * cc-defs.el (c-with-syntax-table): New macro to easily switch
5005         syntax tables temporarily.
5007         * cc-engine.el (c-guess-basic-syntax): Handle template and
5008         member init argument lists split over several lines.  Case 5D
5009         changed.
5011         * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
5012         @throws introduced in Javadoc 1.2.
5014         * cc-menus.el (cc-imenu-java-generic-expression): Applied
5015         patch from RMS to avoid infinite backtracking.
5017 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5019         * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
5020         by [ ].
5022 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5024         * cc-align.el (c-lineup-dont-change): Compensate properly for
5025         the column in langelem.
5027         * cc-engine.el (c-syntactic-information-on-region): New
5028         function to help debugging the syntactic analysis.
5030 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5032         * cc-align.el (c-lineup-template-args): Handle nested template
5033         arglists.
5035         * cc-langs.el (c++-template-syntax-table): New syntax table
5036         that makes `<' and `>' parenthesis characters, which is useful
5037         to switch to temporarily when analyzing template arglists.
5039         * cc-styles.el: Changed default alignment of labels in the
5040         java style to conform to the examples in the Java Language
5041         Specification.
5043         * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
5044         by default.
5046 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5048         * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
5049         immediately before the closing paren in an arglist, so don't
5050         check that in Pike mode.  Case 7A changed.
5052 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5054         * cc-cmds.el (c-indent-region): Fixed bug where comment-only
5055         lines were ignored under certain conditions.
5057 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5059         * cc-align.el (c-lineup-template-args): New function for
5060         aligning continued template argument lists.
5062         * cc-engine.el (c-guess-basic-syntax): Fix for member init
5063         lists containing function arglists split over several lines.
5064         Case 5D.1 changed.
5066         * cc-engine.el (c-guess-basic-syntax): Fixed bug where
5067         template-args-cont didn't get recognized when the first
5068         arglist opener line doesn't contain a template argument.  New
5069         case 5K.
5071 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5073         * cc-defs.el (c-point): Changed from subst to macro for
5074         efficiency.
5075         (c-beginning-of-defun-1, c-end-of-defun-1): New
5076         beginning-of-defun/end-of-defun wrappers separated from
5077         c-point.
5079         * cc-menus.el (imenu-generic-expression,
5080         imenu-case-fold-search, imenu-progress-message): Dummy
5081         definitions to avoid compiler warnings if imenu can't be
5082         loaded.
5083         * cc-menus.el (cc-imenu-init): New function called at mode
5084         init.
5085         * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
5086         imenu initializations to cc-imenu-init.
5088 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5090         * cc-engine.el (c-guess-basic-syntax): Slightly better check
5091         for lambda-intro-cont in Pike mode.  Case 6 changed.
5093         * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
5094         anything following "new Foo()" was considered an anonymous
5095         class body in Java mode.
5097 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
5099         * cc-cmds.el (c-comment-line-break-function): When breaking in
5100         a string, don't insert a new line.
5102 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
5104         * cc-engine.el (c-at-toplevel-p): New interface function which
5105         returns information useful to add-on authors.  It tells you
5106         whether you're at a toplevel statement or not.
5108 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
5110         * cc-cmds.el (c-comment-line-break-function): It is possible
5111         that forward-line does not land us at the bol, say if we're on
5112         the last line in a file.  In that case, do a
5113         back-to-indentation instead of a forward-comment -1.
5115 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5117         * cc-engine.el (c-beginning-of-statement-1): Don't catch
5118         "default:" as normal label in case 4.
5120 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5122         * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
5123         recognize continued bitfield declarations.  Case 5D.1 changed.
5124         * cc-langs.el: New variable c-bitfield-key.
5125         * cc-mode.el: New variable c-bitfield-key.
5127 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5129         * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
5130         anonymous array expressions (i.e. "new Foo[] {.. bracelist
5131         ..}").
5133 1999-12-12  Dave Love  <fx@gnu.org>
5135         * mail/footnote.el: Require cl when compiling.  Don't autoload
5136         keymap and minor-mode-alist stuff.  Don't set zmacs-region-stays.
5137         (footnote-insert-text-marker, Footnote-insert-pointer-marker):
5138         Avoid `acons'.
5139         (footnote-mode-line-string, Footnote-add-footnote): Remove
5140         autoload cookie.
5142 1999-12-12  Richard Sharman  <rsharman@pobox.com>
5144         * sh-script.el: Fix for when font-lock mode is active.
5145         (sh-font-lock-unfontify-region-function): New function.
5147 1999-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
5149         * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
5150         if start-process is not bound, since Ispell now supports such
5151         platforms as well.
5153 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
5155         * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
5156         rmail-summary-goto-msg.
5158         * files.el (after-find-file): Fix previous change.
5160 1999-12-11  Dave Love  <fx@gnu.org>
5162         * help.el (where-is): Use `commandp' as predicate for
5163         `completing-read'
5165 1999-12-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5167         * cus-edit.el (custom-save-delete): Delete all occurrences,
5168         leave point where the first occurrence was.
5169         (custom-save-faces): Insert a newline at the end of the comment.
5170         Avoid a double newline there.
5171         If final closeparen is at bol, put a space before it.
5172         (custom-save-variables): Likewise.
5173         (custom-file): Doc fix.
5175 1999-12-10  Gerd Moellmann  <gerd@gnu.org>
5177         * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
5178         regexp matching image and audio files.
5180 1999-12-09  Dave Love  <fx@gnu.org>
5182         * mail/footnote.el: New file.
5184 1999-12-09  Gerd Moellmann  <gerd@gnu.org>
5186         * files.el (after-find-file): Use auto-save-visited-file-name if
5187         set.
5189         * mail/feedmail.el (feedmail-find-eoh): Take
5190         feedmail-queue-alternative-mail-header-separator into account.
5192 1999-12-09  Stefan Monnier  <monnier@cs.yale.edu>
5194         * smerge-mode.el: New file.
5196         * font-lock.el (font-lock-multiline): New variable.
5197         (font-lock-add-keywords): Rename `major-mode' into `mode'.
5198         (font-lock-remove-keywords): Added a dummy `mode' argument for
5199         potential future support.
5200         (font-lock-fontify-anchored-keywords,
5201         (font-lock-fontify-keywords-region): Only handle multiline strings
5202         if necessary (avoids a pathological behavior in (f.ex) diff-mode).
5204 1999-12-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5206         * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
5208         * dired-aux.el (dired-insert-subdir): Add autoload cookie.
5210 1999-12-07  Dave Love  <fx@gnu.org>
5212         * help.el (view-emacs-problems): New command, bound to C-h P.
5214         * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
5216 1999-12-07  Stefan Monnier  <monnier@cs.yale.edu>
5218         * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
5219         (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
5220         New code to support the minor mode version.
5221         (diff-recenter): New function.
5222         (diff-next-hunk, diff-next-file): Use it.
5223         (diff-remembered-files-alist): New var.
5224         (diff-merge-strings): New function.
5225         (diff-find-file-name): Make it smarter and use the user's input more.
5226         (diff-mode): Cosmetic changes.
5228         * files.el (save-some-buffers): Turn EXITING into the more general
5229         PRED argument to allow specifying a subset of buffers.
5231         * simple.el (kill-region): Use the new `delete-and-extract-region'
5232         rather than the undo log (which is incorrect with *-change-functions).
5234         * font-lock.el (font-lock-default-fontify-region): Fix subtle
5235         off-by-one problem that could force re-fontifying the whole buffer.
5236         (font-lock-remove-keywords): New function.
5237         (font-lock-add-keywords): Use the new function to ensure idempotence.
5239 1999-12-06  Michael Kifer  <kifer@cs.sunysb.edu>
5241         * viper-cmd.el (viper-minibuffer-standard-hook,
5242         viper-minibuffer-real-start): Mew functions.
5243         (viper-read-string-with-history,viper-file-add-suffix,
5244         viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
5245         change in the status of the minibuffer prompt.
5247 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
5249         * comint.el (comint-redirect-results-list)
5250         (comint-redirect-results-list-from-process): Remove interactive
5251         spec.
5253 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
5255         * info.el (info-node, info-menu-5, info-xref): Define colors for
5256         Info faces if the display supports them.
5258 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
5260         Changes for automatic remapping of X colors on terminal frames:
5262         * term/pc-win.el (msdos-setup-initial-frame): New function, run by
5263         term-setup-hook.  Call msdos-remember-default-colors and
5264         msdos-handle-reverse-video.
5265         (msdos-face-setup): Parts of code moved to
5266         msdos-setup-initial-frame.
5267         (msdos-handle-reverse-video): New function, modeled after
5268         x-handle-reverse-video.
5269         (make-msdos-frame): Don't use initial-frame-alist and
5270         default-frame-alist.  Call msdos-handle-reverse-video.
5271         (msdos-color-aliases): Remove.
5272         (msdos-color-translate, msdos-approximate-color): Remove.
5273         (msdos-color-values): Use 16-bit RGB values.  RGB values updated
5274         for better approximation of X colors.
5275         (msdos-face-setup): Call tty-color-clear.  Remove code that sets
5276         up tty-color-alist (it is now on startup.el).
5277         (x-display-color-p, x-color-defined-p, x-color-values,
5278         x-defined-colors, face-color-supported-p, face-color-gray-p):
5279         Remove.
5281         * facemenu.el (facemenu-read-color, list-colors-display): Use
5282         defined-colors for all frame types.
5283         (facemenu-color-equal): Use color-values for all frame types.
5285         * faces.el (read-face-attribute): For :foreground and :background
5286         attributes and frames on character terminals, translate the color
5287         to the closest supported one before looking it up in the list of
5288         valid values.
5289         (face-valid-attribute-values): Call defined-colors for all types
5290         of frames.
5291         (defined-colors, color-defined-p, color-values, display-color-p):
5292         New finctions.
5293         (x-defined-colors, x-color-defined-p, x-color-values,
5294         x-display-color-p): Aliases for the above.
5296         * startup.el (command-line): Register terminal colors for frame
5297         types other than x and w32, but only if the terminal supports
5298         colors.  Call tty-color-define instead of face-register-tty-color.
5300         * term/x-win.el (xw-defined-colors): Renamed from
5301         x-defined-colors.
5302         * term/w32-win.el (xw-defined-colors): Likewise.
5304         * term/tty-colors.el: New file.
5305         * loadup.el: Load term/tty-colors.
5307 1999-12-06  Dave Love  <fx@gnu.org>
5309         * ffap.el: Autoload the ffap alias directly.
5311 1999-12-06  Inge Frick  <inge@nada.kth.se>
5313         * dired-aux.el (dired-do-shell-command): Changed documentation.
5314         (dired-shell-stuff-it): A `?' in COMMAND has now the same
5315         meaning as `*'.
5317 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
5319         * simple.el (insert-buffer): Doc fix.
5321         * apropos.el (apropos-mode): Add autoload cookie.
5323 1999-12-06  Sam Steingold  <sds@goems.com>
5325         * progmodes/etags.el (etags-tags-completion-table): Modified the
5326         regexp to allow for the CL symbols starting with `+*'.
5327         (tags-completion-table): Doc fix (it's an obarray, not an alist).
5328         (tags-completion-table, tags-recognize-empty-tags-table): Remove
5329         `function' quoting lambda.
5330         (tags-with-face): New macro.
5331         (list-tags, tags-apropos): Use it.
5332         (tags-apropos-additional-actions): New user option.
5333         (etags-tags-apropos-additional): Use it.
5334         (tags-apropos): Call etags-tags-apropos-additional.
5335         (tags-apropos-verbose): New user option.
5336         (etags-tags-apropos): Use it.
5337         (visit-tags-table-buffer, next-file): Use `unless'.
5338         (recognize-empty-tags-table): Renamed to
5339         tags-recognize-empty-tags-table.
5340         (complete-tag): Call tags-complete-tag bypassing try-completion.
5342 1999-12-06  Kenichi Handa  <handa@etl.go.jp>
5344         * international/mule.el (set-buffer-file-coding-system): Docstring
5345         modified.
5347 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5349         * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
5350         using the hideshow package.
5351         (hs-special-modes-alist): Added entry for bibtex to allow the use
5352         of the hideshow package.
5353         (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
5354         not longer provided by bibtex.el directly.  Instead the hideshow
5355         package should be used.
5356         (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
5357         references to bibtex-hide-entry-bodies.
5359 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5361         * textmodes/bibtex.el: Copyright notice is up to date.  Moved
5362         maintainer information closer to the beginning of the bibtex.el
5363         file.
5364         (bibtex-maintainer-salutation): New constant.
5365         (bibtex-version): New constant.
5366         (bibtex-submit-bug-report): Use bibtex-version and
5367         bibtex-maintainer-salutation.
5368         (bibtex-entry-field-alist): Made booktitle field optional for
5369         @inproceedings entries when crossreferenced.
5370         (bibtex-entry-field-alist): Added booktitle field to proceedings
5371         entry type (for cross referencing). Thanks to Wagner Toledo Correa
5372         for the suggestion.
5373         (bibtex-string-file-path): Fixed typo.
5375 1999-12-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5377         * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
5378         for reftex.el.
5379         (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
5380         to menu.
5382 1999-12-04  Dave Love  <fx@gnu.org>
5384         * delsel.el: Revert previous change -- region is significant to
5385         skeleton.
5387 1999-12-04  Michael Kifer  <kifer@cs.sunysb.edu>
5389         * viper-cmd.el (viper-change-state): Use
5390         viper-ESC-moves-cursor-back to decide whether to move the cursor
5391         back.
5393 1999-12-03  Kenichi Handa  <handa@mule.m17n.org>
5395         * international/mule-util.el (truncate-string-to-width): Docsting
5396         fixed.
5398 1999-12-02  Stefan Monnier  <monnier@cs.yale.edu>
5400         * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
5401         use of `cond'.
5402         (lm-with-file): Move all the find-file...kill-buffer stuff into
5403         this macro.  Make it use `find-file-noselect' and make it kill
5404         the buffer only if it wasn't already displayed somewhere.
5405         (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
5406         (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
5407         (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
5408         (lm-commentary): Fix to handle the case when the change log is
5409         at the end of the file.
5411 1999-12-02  Kenichi Handa  <handa@etl.go.jp>
5413         * international/mule.el (charsetp): Fix typo in docstring.
5415         * international/mule-diag.el (list-coding-categories): Fix typo;
5416         automatic -> autoload.
5418 1999-12-02  Gerd Moellmann  <gerd@gnu.org>
5420         * vc.el (vc-update-change-log): Look for rcs2log under
5421         exec-directory.
5423         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
5424         outline-regexp, add outline-level.
5425         (lisp-outline-level): New.
5427         * calendar/appt.el (appt-convert-time): Handle "12:MMam",
5428         remove extraneous string-match.
5430         * finder.el (finder-commentary): Activate Finder mode.
5432 1999-12-01  Anders Lindgren  <andersl@andersl.com>
5434         * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
5435         off when reverting buffers that contained mode specifiers.
5436         `revert-buffer' is now called with non-nil PRESERVE-MODES
5437         argument.
5439 1999-12-01  Dave Love  <fx@gnu.org>
5441         * delsel.el: Grok skeleton-pair-insert-maybe.
5443 1999-11-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5445         * progmodes/cperl-mode.el (cperl-under-as-char):
5446         Use nil as default.
5448 1999-11-30  Gerd Moellmann  <gerd@gnu.org>
5450         * speedbar.el (toplevel): Remove compatibility code for Emacs
5451         versions without custom.el.
5453 1999-11-30  Dave Love  <fx@gnu.org>
5455         * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
5457         * autoinsert.el: Minor doc fixes.
5458         (auto-insert): Return nil.
5460         * faces.el (set-face-documentation): Purecopy STRING.
5462 1999-11-29  Dave Love  <fx@gnu.org>
5464         * derived.el: Doc fixes, remove old backquote syntax.
5466         * cus-edit.el (custom-save-variables, custom-save-faces): Write a
5467         comment warning about editing.
5469         * help.el (help-mode-hook): Define.
5471 1999-11-29  Gerd Moellmann  <gerd@gnu.org>
5473         * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
5474         invalid translation of old-style backquote syntax to new syntax.
5476 1999-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
5478         * Makefile (DONTCOMPILE): Add term/internal.el.
5480 1999-11-26  Dave Love  <fx@gnu.org>
5482         * comint.el: Fix last change.
5484         * emacs-lisp/advice.el: Fix last change.
5486 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5488         * cus-edit.el (Custom-reset-standard): Doc fix.
5489         (custom-variable-reset-standard): Doc fix.
5490         (custom-face-reset-standard): Doc fix.
5491         (custom-face-menu): "Reset to Standard" => "Erase Customization".
5492         (custom-variable-menu): Likewise.
5493         (custom-reset-menu): Likewise.
5494         (custom-buffer-create-internal): Likewise.
5496 1999-11-26  Dave Love  <fx@gnu.org>
5498         * progmodes/make-mode.el (makefile-mode-hook): Customize.
5500         * font-lock.el: Doc fixes.
5502         * menu-bar.el (menu-bar-mode): Customize.
5504         * cus-start.el: Add use-dialog-box.
5506         * add-log.el (change-log-mode-hook): Customize.
5507         (add-log-current-defun): Use
5508         fortran-{beginning,end}-of-subprogram.
5510 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5512         * emacs-lisp/advice.el: Many doc fixes.
5514         * comint.el (comint-preoutput-filter-functions): Doc fix.
5516 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5518         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5519         Improve messages for capitalization of arg names,
5520         for flag variables, for t and nil, for imperatives.
5521         Call them imperatives rather than infinitives sans "to".
5522         (checkdoc-common-verbs-wrong-voice): Add "moves".
5523         (checkdoc-message-text-engine): Improve messages for y-or-n-p.
5525         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5526         Don't convert comments from 3-semicolon to 2-semicolon.
5527         That is a matter of style.
5528         (checkdoc-triple-semi-comment-check-flag): Variable deleted.
5529         (checkdoc-comments): Don't bind that variable.
5531 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5533         * files.el (write-file-hooks): Doc fix.
5535 1999-11-26  Gerd Moellmann  <gerd@gnu.org>
5537         * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
5539 1999-11-25  Dave Love  <fx@gnu.org>
5541         * hippie-exp.el: Require comint when compiling.
5542         (hippie-expand): Add :links.
5543         (hippie-expand-try-functions-list): Customize.
5545 1999-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
5547         * viper*el: Replaced old-style backquotes.
5549         * ediff*el: Replaced old-style backquotes.
5551         * ediff-merge
5552         (ediff-looks-like-combined-merge,ediff-get-combined-region):
5553         Changed to support the new format for ediff-combination-pattern.
5555         * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
5556         Changed to support the new format for ediff-combination-pattern.
5558 1999-11-24  Dave Love  <fx@gnu.org>
5560         * custom.el (custom-declare-group): Purecopy DOC.
5561         (custom-handle-keyword): Purecopy VALUE.
5562         (custom-add-link): Purecopy WIDGET.
5563         (custom-add-version): Purecopy VERSION.
5564         (custom-add-load): Purecopy LOAD.
5566         * cus-face.el (custom-declare-face): Purecopy DOC.
5568         * info.el:
5569         (Info-build-node-completions, Info-search, Info-follow-reference)
5570         (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
5571         (Info-find-emacs-command-nodes): Avoid properties on matched text
5572         which may appear in minibuffer.
5574 1999-11-24  Gerd Moellmann  <gerd@gnu.org>
5576         * locate.el (locate-with-filter): Doc fix.
5578 1999-11-24  Alex Schroeder  <alex@gnu.org>
5580         * sql.el (sql-find-sqli-buffer): New function.
5581         (sql-set-sqli-buffer-generally): New function.
5582         (sql-set-sqli-buffer): Better checking of new-buffer.
5583         (sql-copy-column): Add comma after INTO clause, too.
5585 1999-11-24  Alex Schroeder  <alex@gnu.org>
5587         * sql.el (sql-imenu-generic-expression): New, used to set
5588         imenu-generic-expression.
5590         * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
5591         setting font-lock-defaults' SYNTAX-ALIST.  Set
5592         imenu-generic-expression, imenu-case-fold-search, and
5593         imenu-syntax-alist.
5595         * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
5596         and 46 when setting font-lock-defaults' SYNTAX-ALIST.
5598 1999-11-23  Andrew Innes  <andrewi@gnu.org>
5600         * w32-win.el (w32-drag-n-drop): Load files in current window, if
5601         drop coords aren't over a specific window.
5603 1999-11-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5605         * ps-print.el: Define mule funs without checking if mule package is
5606         loaded.
5607         (ps-print-version): New version number (5.0.1).
5608         (ps-header-dirpart): Now uses abbreviate-file-name.
5610 1999-11-23  Dave Love  <fx@gnu.org>
5612         * progmodes/fortran.el (fortran-comment-line-start): Renamed from
5613         comment-line-start.
5614         (fortran-comment-line-start-skip): Renamed from
5615         comment-line-start-skip.
5616         (fortran-mode-map): Use renamed functions.  Add manual and custom
5617         entries to menu.
5618         (fortran-mode-hook): Customize.
5619         (fortran-comment-indent-function): Renamed from
5620         fortran-comment-hook.
5621         (delete-horizontal-regexp): Function deleted.
5622         (fortran-electric-line-number): Simplified.
5623         (fortran-beginning-of-subprogram): Renamed from
5624         beginning-of-fortran-subprogram.
5625         (fortran-end-of-subprogram): Renamed from
5626         end-of-fortran-subprogram.
5627         (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
5628         (fortran-previous-statement, fortran-next-statement): Simplified.
5629         (fortran-blink-match): New function.
5630         (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
5631         (fortran-indent-to-column): Don't use delete-horizontal-regexp.
5632         (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
5633         line-end-position.
5634         (fortran-fill): No longer interactive.  Simplified.
5635         (fortran-break-line): Simplified.
5636         (fortran-analyze-file-format): Use char-after, not looking-at.
5638         * emacs-lisp/find-func.el (find-function-regexp): Use
5639         `define-minor-mode' after easy-menu change.
5641 1999-11-23  Gerd Moellmann  <gerd@gnu.org>
5643         * comint.el: Add redirection.from active comint buffers into
5644         another buffer.  Written by Peter Breton.
5646 1999-11-23  Stefan Monnier  <monnier@cs.yale.edu>
5648         * emacs-lisp/autoload.el (make-autoload): Recognize the new
5649         `define-minor-mode'.
5650         (define-minor-mode): Specify `doc-string-elt'.
5652         * emacs-lisp/easy-mmode.el: Changed maintainer.
5653         (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
5654         Use defcustom for the hooks; Improve the auto-generated docstrings.
5655         (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
5656         (define-minor-mode): Add BODY arg; Only declare the keymap if
5657         provided; Improve the auto-generated docstrings.
5659 1999-11-22  Gerd Moellmann  <gerd@gnu.org>
5661         * textmodes/text-mode.el (text-mode): Construct paragraph-start so
5662         that the leading `^' is at the start.  This is necessary because
5663         paragraphs.el tries to remove anchors, but can find them only if
5664         they are the first character.
5666         * progmodes/antlr-mode.el: New file.
5668         * calendar/calendar.el: Fix autoload for
5669         calendar-absolute-from-astro.  Add autoload for
5670         calendar-print-astro-day-number.
5672 1999-11-21  Anders Lindgren  <andersl@andersl.com>
5674         * follow.el: Use modern backquote syntax.  Minor comment update.
5676 1999-11-21  Gerd Moellmann  <gerd@gnu.org>
5678         * simple.el (with-syntax-table): Don't switch buffers.
5680         * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
5681         progmodes/hideif.el: Use new backquote syntax.
5683 1999-11-21  Ken Manheimer  <klm@python.org>
5685         * icomplete.el (icomplete-completions): Use an explicit variable
5686         `icomplete-prospects-length', obviating the need to use an
5687         apparently faulty throw/catch arrangement.
5689 1999-11-21  Eli Zaretskii  <eliz@is.elta.co.il>
5691         * term/internal.el (IT-display-table-setup): Don't overstep
5692         character code 255.
5694 1999-11-20  Kenichi Handa  <handa@mule.m17n.org>
5696         * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
5697         for the charset chinese-sisheng is 7bit encoding, not 8bit.
5699 1999-11-19  Stefan Monnier  <monnier@cs.yale.edu>
5701         * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
5702         `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
5704         * files.el (auto-mode-alist): Add patterns for diff-mode.
5706         * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
5707         to detect an empty prompt.
5709 1999-11-18  Dave Love  <fx@gnu.org>
5711         * simple.el (input-mode-8-bit): Fix the customization.
5713 1999-11-18  Gerd Moellmann  <gerd@gnu.org>
5715         * international/iso-acc.el (iso-languages): Add more
5716         characters for Portuguese.
5718         * speedbar.el: Clean up comment at the start of the file.
5719         Remove RCS id.
5721         * progmodes/compile.el (compilation-parse-errors): Use
5722         compilation-buffer-p instead of testing major-mode.
5724 1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
5726         * quickurl.el Added defcustom of quickurl-completion-ignore-case.
5727         (quickurl-ask): completion-ignore-case is set to the value of
5728         quickurl-completion-ignore-case for the duration of the call to
5729         completing-read.
5731 1999-11-18  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5733         * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
5735 1999-11-18  Kenichi Handa  <handa@etl.go.jp>
5737         * ps-vars.el: Renamed from ps-print-def.el.  Provide ps-vars
5738         instead of ps-print-def.
5740         * ps-print.el: Require ps-vars instead of ps-print-def.
5742         * ps-mule.el: Require ps-vars instead of ps-print-def.
5744 1999-11-17  Gerd Moellmann  <gerd@gnu.org>
5746         * simple.el (with-syntax-table): Save buffer explicitly instead of
5747         using save-excursion.
5749 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
5751         * mail/supercite.el: New maintainer.
5753 1999-11-16  Reto Zimmermann  <reto@synopsys.com>
5755         * progmodes/vhdl-mode.el: Use new backquote syntax.
5757 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
5759         * simple.el (with-syntax-table): New.
5761 1999-11-15  Sam Steingold  <sds@ksp.com>
5763         * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
5765 1999-02-22  Sam Steingold  <sds@goems.com>
5767         * goto-addr.el (goto-address-at-mouse,
5768         goto-address-find-address-at-point): Use compose-mail.
5769         (goto-address-mail-method): Removed variable.
5770         (goto-address-send-using-mh-e, goto-address-send-using-mhe,
5771         goto-address-send-using-mail): Removed functions.
5773 1998-11-03  Sam Steingold  <sds@goems.com>
5775         * simple.el (backward-delete-char-untabify):
5776         backward-delete-char-untabify-method can be `all' now - to delete
5777         hungrily including newlines.
5779 1999-11-15  Sam Steingold  <sds@ksp.com>
5781         * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
5783 1999-11-15  Dave Love  <fx@gnu.org>
5785         * cus-edit.el (customize-face, customize-face-other-window):
5786         Require match from completing-read.
5787         (custom-buffer-done-function): Default to custom-bury-buffer, not
5788         bury-buffer.
5790 1999-11-15  Gerd Moellmann  <gerd@gnu.org>
5792         * mail/rmail.el, iswitchb.el, hippie-exp.el,
5793         progmodes/cperl-mode.el: Use new backquote syntax.
5795 1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
5797         * uniquify.el: Use new backquote syntax.
5799 1999-11-14  Markus Rost  <rost@ias.edu>
5801         * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
5802         as in ispell-local-dictionary-alist.
5804 1999-11-14  Alex Schroeder  <alex@gnu.org>
5806         * ansi-color.el (ansi-color-apply): Updated regexps to include
5807         highlighted face.
5809 1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
5811         * forms.el (forms--make-format-elt-using-text-properties):
5812         Treat `intangible' differently.
5814         * forms.el: Use new backquote syntax.
5816 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
5818         * textmodes/scribe.el (scribe-mode): Doc-fix.
5820 1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
5822         * net-utils.el (run-network-program, net-utils-run-program): Use
5823         the new backquote syntax.
5824         (smbclient-program, smbclient-program-options)
5825         (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
5826         variables
5827         (smbclient, smbclient-list-shares): New functions
5829 1999-11-12  Sam Steingold  <sds@ksp.com>
5831         * emulation/viper-init.el (viper-deflocalvar, viper-loop)
5832         (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
5833         (viper-kbd-buf-definition, viper-kbd-mode-alist)
5834         (viper-kbd-mode-pair, viper-kbd-mode-definition)
5835         (viper-kbd-global-pair, viper-kbd-global-definition):
5836         Use the new backquote syntax.
5838         * emulation/viper-cmd.el (viper-test-com-defun)
5839         (viper-prefix-arg-value, viper-prefix-arg-com):
5840         Use the new backquote syntax.
5842         * emacs-lisp/debug.el (debugger-env-macro):
5843         Use the new backquote syntax.
5845         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
5846         Use the new backquote syntax.
5848         * calendar/calendar.el (calendar-remove-frame-by-deleting):
5849         New user variable.
5850         (calendar-hide-window): Use it.
5851         (increment-calendar-month, calendar-for-loop, calendar-sum):
5852         Use the new backquote syntax.
5854 1999-11-12  Andrew Innes  <andrewi@gnu.org>
5856         * select.el (x-set-selection): Call buffer-substring, not
5857         substring.  Also fix docstring
5859 1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
5861         * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
5862         of customizable variables to bug report message. Added
5863         system-type to package name in bug report.
5865 1999-11-12  Gerd Moellmann  <gerd@gnu.org>
5867         * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
5868         to display file names.
5870 1999-11-11  Gerd Moellmann  <gerd@gnu.org>
5872         * mwheel.el: Fix copyright notice, don't require 'cl at run time.
5874         * isearch.el: Add lazy-highlighting feature.
5876 1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
5878         * progmodes/ps-mode.el (ps-mode-maintainer-address): New
5879         constant.
5880         (ps-mode-submit-bug-report): New function. Entry added to menu.
5882 1999-11-10  William M. Perry  <wmperry@aventail.com>
5884         * mwheel.el: New file to support the new style wheeled mice.
5886 1999-11-10  Gerd Moellmann  <gerd@gnu.org>
5888         * startup.el (initial-scratch-message): Add ";;" to the front of
5889         lines in the message.
5891         * files.el (file-local-copy): Remove optional BUFFER argument
5892         because that's not used by anything.
5894         * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
5895         to-address.
5897 1999-11-08  Markus Rost  <rost@ias.edu>
5899         * wid-edit.el (widget-button-click): Wrap with save-excursion
5900         to restore track-mouse in the correct buffer.
5902 1999-11-08  Gerd Moellmann  <gerd@gnu.org>
5904         * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
5906 1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
5908         * progmodes/ps-mode.el (ps-mode-print-function): Changed default
5909         lpr-command to "lp" for some system-types. (copied from lpr.el
5910         Emacs version 20.2.1).
5912 1999-11-04  Markus Rost  <rost@ias.edu>
5914         * simple.el (comment-region): Strip off white space at end of
5915         comment-start.
5917 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
5919         * faces.el (secondary-selection): Fix wrong color name.
5921 1999-11-04  John Tobey  <jtobey@epsilondev.com>
5923         * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
5924         the default when invoking perldb in a non-Perl buffer, and other
5925         cases involving -e or --.
5927 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
5929         * simple.el (previous-matching-history-element)
5930         (next-history-element): Use delete-field instead of erase-field.
5932         * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
5933         Use delete-field instead of erase-field.
5935         * faces.el (secondary-selection): Change background to yellow.
5937         * complete.el (PC-do-completion): Use minibuffer-prompt-end to
5938         find the start of the text.  Use field-string to read the user
5939         input.
5941 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
5943         * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5944         (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5945         for compatibility with old face implementation.
5947         * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5948         Use erase-field instead of erase-buffer.
5950         * frame.el (blink-cursor-mode, blink-cursor-end): Use
5951         internal-show-cursor with new interface.
5952         (blink-cursor-timer-function): New.
5953         (blink-cursor-start): Use blink-cursor-timer-function.
5955 1999-11-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5957         * calendar.el (redraw-calendar): Move to nearest date before
5958         redrawing.
5960         * diary-lib.el (simple-diary-display): Reset modeline even if
5961         there are no diary entries since the diary buffer may be displayed.
5963 1999-11-03  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5965         * emacs-lisp/debug.el (debug): If noninteractive, display the
5966         backtrace using `message', then exit Emacs.
5967         (debugger-batch-max-lines): New variable.
5968         (debugger-setup-buffer): New subroutine, broken out of `debug'.
5969         Change the messages put at the start, to say that the debugger
5970         was entered.
5972 1999-11-02  Sam Steingold  <sds@ksp.com>
5974         * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5976 1999-11-01  John Tobey  <jtobey@epsilondev.com>
5978         * gud.el: (gud-perldb-massage-args): Massage correctly in the
5979         presence of perl switches other than "-e".
5981 1999-11-01  Markus Rost  <rost@ias.edu>
5983         * dired-x.el (dired-smart-shell-command): Use
5984         shell-command-history as in shell-command.
5986 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5988         * userlock.el (ask-user-about-lock): Doc fix.
5990         * frame.el: Doc fixes.
5992 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
5994         * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5995         of show-cursor.
5996         (blink-cursor-start, blink-cursor-end): Ditto.
5998         * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
6000 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6002         * window.el (walk-windows): If ALL-FRAMES is a frame,
6003         start on that frame.  Use save-selected-window.
6005 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
6007         * simple.el (end-of-buffer): Use window-end to find the window end
6008         instead of vertical-motion because this handles variable-height
6009         lines correctly.
6011 1999-11-01  Michael Kifer  <kifer@cs.sunysb.edu>
6013         * ediff.el: Version change.
6015         * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
6016         make sure you are in a good frame before deleting other
6017         windows.
6018         (ediff-file-checked-in-p): Don't consider CVS
6019         files checked in.
6020         (ediff-make-temp-file,ediff-make-empty-tmp-file):  Make sure you
6021         are writing to a newly created empty file.
6023         * ediff-mult.el (ediff-show-session-group-hook): New default.
6025         * ediff-vers.el (ediff-pcl-cvs-view-revision):
6026         First cd to the file directory. reportedly works
6027         better with remote files.
6029         * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
6030         Use file-name-nondirectory when passing files to CVS.
6032         * ediff-diff.el (ediff-cmp-options): New variable.
6033         (ediff-same-file-contents): Use ediff-cmp-options.
6035         * ediff-ptch.el (ediff-prompt-for-patch-buffer,
6036         ediff-get-patch-buffer): Use current buffer if it appears to be a
6037         patch.
6039         * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
6040         C-g
6042         * viper-util.el (viper-nontrivial-find-file-function): Deleted.
6043         (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
6044         (viper-save-cursor-color,viper-restore-cursor-color):
6045         Improved cursor color handling.
6046         (viper-get-saved-cursor-color-in-replace-mode,
6047         viper-get-saved-cursor-color-in-insert-mode): New functions for
6048         better cursor color handling.
6050         * viper-ex.el (ex-read,ex-edit):
6051         Fixes for correct interpretation of #,%.
6052         (viper-ex): Now works correctly when called from other functions.
6053         (viper-glob-function): New variable.
6054         (viper-ex): Save excursion before doing :global.
6056         * viper-mous.el (viper-counting-clicks-p): Bug fixes.
6058         * viper-cmd.el (viper-post-command-sentinel,
6059         viper-insert-state-post-command-sentinel,
6060         viper-insert-state-pre-command-sentinel): Takes better care of
6061          cursor colors.
6063         * viper.el: Version change.
6065 1999-10-31  Rajesh Vaidheeswarran  <rv@dsmit.com>
6067         * whitespace.el (whitespace-update-modeline): Bugfix to ensure
6068         that the modeline display was updated *only* when
6069         `whitespace-display-in-modeline' was set, not otherwise.
6071 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
6073         * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
6074         "frac12".
6076         * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
6077         ad-activate.
6079 1999-10-30  Rajesh Vaidheeswarran  <rv@dsmit.com>
6081         * whitespace.el: Test for existence of `defcustom' and `defgroup'
6082         using fboundp instead of assuming that these are not present in
6083         particular flavors of emacs.
6084         (whitespace-version): Update to 2.8
6085         (whitespace-display-in-modeline): Add custom variable to control
6086         displaying the whitespace errors on the modeline based on
6087         suggestion from <klaus.berndl@sdm.de>
6088         (whitespace-buffer): Now returns `t' if unclean and `nil' if
6089         clean, to enable using as a hook function, as suggested by Puneet
6090         Goel <puneet@computer.org>
6091         (whitespace-buffer): Fix a subtle bug that cleaned up only if
6092         quiet was not set, even with whitespace-auto-cleanup set.
6093         (whitespace-mode-line): Now uses less modeline real estate and
6094         shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
6095         which is present in the file, and <y> is any type of whitespace
6096         whose check has been suppressed by setting
6097         `whitespace-check-<whitespace-type>' to nil.
6098         (whitespace-unchecked-whitespaces): New function to return the
6099         list of whitespaces for whom checks have been suppressed.
6100         (whitespace-display-unchecked-whitespaces): Renamed to
6101         `whitespace-update-modeline' to reflect its functionality.
6103 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
6105         * progmodes/compile.el (compilation-error-regexp-alist):
6106         Undo previous change.
6108 1999-10-28  Dave Love  <fx@gnu.org>
6110         * help.el (help-follow): Make arg optional again and really
6111         default to point.
6113 1999-10-28  Gerd Moellmann  <gerd@gnu.org>
6115         * paths.el (rmail-file-name): Make it an option.
6117         * progmodes/ada-mode.el, progmodes/ada-prj.el,
6118         progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
6119         comment fixes.
6121         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
6122         MIPS Pro 7.3 compiler error message syntax.
6124 1999-10-27  Dave Love  <fx@gnu.org>
6126         * progmodes/compile.el: Checkdoc-inspired fixes.
6128 1999-10-27  Gerd Moellmann  <gerd@gnu.org>
6130         * lpr.el (print-buffer): Doc-string fix.
6132 1999-10-27  Dave Love  <fx@gnu.org>
6134         * emacs-lisp/advice.el: Doc fixes.
6135         (ad-lemacs-p): Removed.
6136         (advice): Add :link to defgroup.
6138 1999-10-27  Kenichi Handa  <handa@etl.go.jp>
6140         * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
6141         last-coding-system-used by the call of ange-ftp-set-ascii-mode.
6143 1999-10-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6145         * window.el (walk-windows): If ALL-FRAMES is a frame,
6146         start on that frame.  Use save-selected-window.
6148 1999-10-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6150         * emacs-lisp/advice.el (ad-activate-internal): Renamed from
6151         ad-activate.  All callers changed, including those in data.c.
6152         (ad-activate-internal-off): Renamed from ad-activate-off.
6153         All uses changed.
6154         (ad-activate): Renamed from ad-activate-on.  All uses changed.
6155         (ad-start-advice, ad-stop-advice, ad-recover-normality):
6156         Alter the definition of ad-activate-internal, not ad-activate.
6158 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
6160         * startup.el (command-line-1): Add support for command line
6161         arguments `file' and `execute'.  Fix handling of `visit'.
6163 1999-10-26  Kenichi Handa  <handa@etl.go.jp>
6165         * international/mule-cmds.el (read-input-method-name): Handle the
6166         case that the arg DEFAULT is symbol.
6168         * international/mule-diag.el (mule-diag): Handle the case that
6169         default-input-method is symbol.
6171 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
6173         * textmodes/tildify.el: New file.
6175 1999-10-25  Sam Steingold  <sds@ksp.com>
6177         * Makefile (compile-files): Fixed the "tr" strings.
6178         (EMACS): Set to ../src/emacs.
6180 1999-10-25  Gerd Moellmann  <gerd@gnu.org>
6182         * info.el (Info-build-node-completions): Add '("*") to the
6183         completion list.
6185 1999-10-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6187         * frame.el (auto-raise-mode): When enabling the mode,
6188         immediately raise the selected frame.
6190         * indent.el (indent-region): Doc fix.
6192         * comint.el (comint-output-filter): Make the Comint buffer current
6193         for the comint-preoutput-filter-functions.
6195         * mail/reporter.el: Doc fix.
6197 1999-10-24  Stephen Eglen  <stephen@gnu.org>
6199         * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
6200         that Octave lisp files can also run under XEmacs 20.
6201         (require 'custom) added so that files can run under Emacs 19.34.
6203         * iswitchb.el (iswitchb-default-keybindings): No need to use
6204         read-kbd-macro in keybindings.
6206 1999-10-23  Dave Love  <fx@gnu.org>
6208         * elide-head.el: New file.
6210 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
6212         * Makefile (compile-files, backup-compiled-files): New targets.
6213         (bootstrap, bootstrap-clean): Ditto.
6215 1999-10-22  Paul Eggert  <eggert@twinsun.com>
6217         * international/mule-cmds.c (locale-language-names):
6218         Use Latin-1 (not Latin-3) for Afrikaans, Galician.
6219         Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
6220         Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
6221         Use Latin-8 for Welsh.
6222         Use Latin-1 for English if "en" is explicitly specified.
6223         Use Latin-1 for Scots Gaelic, Tagalog.
6224         Use Latin-1 (not Latin-4) for Greenlandic.
6225         Use Latin-1 (not Latin-2) for Albanian.
6226         (locale-preferred-coding-systems, locale-language-names):
6227         Remove generic ISO 8859 locales; locale-charset-language-names now
6228         does this.
6229         (locale-charset-language-names): New variable.
6230         (set-locale-environment): Use language name specified by
6231         locale-charset-language-names if its charsets disagree with the
6232         language name specified by locale-language-names.
6234 1999-10-22  Dave Love  <fx@gnu.org>
6236         * make-mode.el: Minor doc fixes.
6238         * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
6240 1999-10-21  Dave Love  <fx@gnu.org>
6242         * loadup.el: Add latin-8, latin-9.
6244 1999-10-20  Paul Eggert  <eggert@twinsun.com>
6246         * disp-table.el (standard-display-european): Remove undocumented
6247         arg AUTO; no longer used by startup.el.  Do not attempt to treat
6248         all non-English language environments as coding system names.
6249         Instead, use the downcased language environment name as a coding
6250         system name if it is one; otherwise, use latin-1.
6252 1999-10-20  Gerd Moellmann  <gerd@gnu.org>
6254         * dired.el (dired-move-to-filename-regexp): Fix long comment lines
6255         that were split so that part of the comment appeared as Lisp code.
6257 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6259         * ps-bdf.el: Doc fix.
6261         * ps-print-def.el: New file: common definitions for all parts of
6262         ps-print.
6263         (ps-multibyte-buffer): Moved from ps-mule.
6265         * ps-mule.el: File dependence fix.
6266         (ps-multibyte-buffer): Moved to ps-print-def.
6268         * ps-print.el: Doc fix, better customization.
6269         (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
6270         (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
6271         (ps-end-file): Doc fix.
6272         (ps-setup, ps-begin-file): Fun fix.
6273         (postscript): New group.
6274         (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
6275         (ps-print-prologue-1): Adjust PostScript programming.
6276         (ps-print): Adjust group hierarchy.
6277         (ps-print-n-up, ps-print-zebra, ps-print-background,
6278         ps-print-printer)
6279         (ps-print-page): New subgroups.
6280         (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
6281         (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
6282         (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
6283         (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
6284         (ps-zebra-stripe-height, ps-print-background-image)
6285         (ps-print-background-text, ps-spool-config): Adjust customization.
6286         (dos-ps-printer): Definition eliminated.
6288 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6290         * ps-mule.el: Doc fix, define functions properly if mule package is
6291         loaded or not.
6292         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
6293         mule package is loaded or not.
6295         * ps-print.el: Doc fix, n-up printing.
6296         (ps-print-version): New version number (5.0).
6297         (ps-page-dimensions-database): Added document media.
6298         (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
6299         (ps-page-order, ps-printing-region-p): New vars.
6300         (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
6301         funs.
6302         (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
6303         (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
6304         (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
6305         (ps-n-up-xstart, ps-n-up-ystart): New macros.
6306         (ps-print-begin-sheet-hook): New hook.
6307         (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
6308         const.
6309         (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
6310         (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
6311         (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
6312         (ps-count-lines): Changed to defun.
6313         (ps-header-page): Changed to defsubst, fix fun.
6314         (ps-printing-region): Doc fix, adjust programming code.
6315         (ps-output-boolean, ps-background-pages, ps-background-text)
6316         (ps-background-image, ps-background, ps-get-boundingbox): Adjust
6317         programming code.
6319 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6321         * ps-print.el: Doc fix, duplex and setpagedevice configuration.
6322         (ps-print-version): New version number (4.2).
6323         (ps-spool-config, ps-spool-tumble): New vars.
6324         (ps-print-prologue-1): Changed to defconst, adjust PostScript
6325         programming, new PostScript procedure to handle errors.
6326         (ps-print-prologue-2): Changed to defconst.
6327         (ps-print-duplex-feature): New const: duplex and tumble setting.
6328         (ps-setup, ps-begin-file): Fix funs.
6329         (ps-boolean-capitalized): New fun.
6331 1999-10-19  Stefan Monnier  <monnier@cs.yale.edu>
6333         * Makefile (dontcompilefiles): Obsoleted.
6334         (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
6335         (EL): Unused.
6336         (temacs): Removed (unused).
6337         (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
6338         version of the file (necessary for the update to work properly).
6339         (autoloads): Force the use of `pwd`/loaddefs.el.
6340         (updates); Redefined in terms of other targets to reduce redundancy.
6341         (.el.elc): New default rule, just in case you want it.
6342         (compile): Use a single invocation of Emacs.
6343         (bootstrap-compile); Unneeded.
6344         (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
6346 1999-10-19  Dave Love  <fx@gnu.org>
6348         * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
6350 1999-10-19  Sam Steingold  <sds@ksp.com>
6352         * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
6353         comply with the comment.
6355 1999-10-19  Gerd Moellmann  <gerd@gnu.org>
6357         * autorevert.el (auto-revert-mode): Make auto-revert-mode
6358         permanent-local.
6360 1999-10-19  Peter Kleiweg  <kleiweg@let.rug.nl>
6362         * progmodes/ps-mode.el (ps-mode-print-function): Fix default
6363         value: \"lpr\" changed to "lpr"
6364         (ps-mode-version): New constant
6365         (ps-mode-show-version): New function, added key in ps-mode-map
6366         (ps-run-messages): Removed
6367         (ps-run-font-lock-keywords-2): New defcustom variable replacing
6368         ps-run-messages. These keywords now include the value of
6369         ps-run-prompt, making its fontification customizable.
6370         (ps-run-init): Removed \\n from docstring, it is now added when
6371         the value is used
6372         (ps-run-font-lock-keywords-1): Added checking for initial ^ in
6373         ps-run-prompt
6374         (ps-mode): Added ps-run-font-lock-keywords-2 to list of
6375         customizable variables in doc-string (its equivalent
6376         ps-run-messages was missing in previous version of the doc-string)
6377         (ps-run-mode): Simplified assignment to font-lock-defaults, using
6378         symbols only
6380 1999-10-19  Alex Schroeder  <alex@gnu.org>
6382         * ansi-color.el: Complete rewrite.
6384 1999-10-19  Paul Eggert  <eggert@twinsun.com>
6386         Fix bootstrapping problems.
6387         Use the system locale to specify Emacs locale defaults.
6389         * international/mule-cmds.el (global-map):
6390         Do not use backquote, because that makes a bootstrapping
6391         problem if you need to recompile all Lisp files using interpreted code.
6392         * international/mule.el (charset-id, charset-bytes,
6393         charset-dimension, charset-chars, charset-width,
6394         charset-direction, charset-iso-final-char,
6395         charset-iso-graphic-plane, charset-reverse-charset,
6396         charset-short-name, charset-long-name, charset-description,
6397         charset-plist): Likewise.
6398         * subr.el (save-match-data): Likewise.
6400         * international/mule-cmds.el
6401         (set-display-table-and-terminal-coding-system): New function,
6402         containing code migrated out of set-language-environment.
6403         (set-language-environment, set-locale-environment): Use it.
6404         (locale-translation-file-name): Moved here from startup.el.
6405         (locale-language-names, locale-preferred-coding-systems):
6406         New vars.
6407         (locale-name-match, set-locale-environment): New functions.
6409         * language/japan-util.el (setup-japanese-environment-internal):
6410         Prefer japanese-iso-8bit if the system-type is usg-unix-v.
6412         * startup.el (iso-8859-n-locale-regexp): Remove.
6413         (locale-translation-file-name): Move to mule-cmds.el.
6414         (command-line): Move locale-stuff into set-locale-environment.
6416 1999-10-18  Dave Love  <fx@gnu.org>
6418         * abbrev.el (add-abbrev, inverse-add-abbrev)
6419         (expand-region-abbrevs): Remove properties from buffer text.
6421 1999-10-17  Gerd Moellmann  <gerd@gnu.org>
6423         * iswitchb.el (iswitchb-exhibit): Extract user-input only
6424         from the mini-buffer, without the prompt.
6426         * simple.el (minibuffer-prompt-end): Return the position
6427         after the prompt, not the position of that last character
6428         of the prompt.
6430 1999-10-17  Miles Bader  <miles@gnu.org>
6432         * simple.el: Doc fixes.
6434 1999-10-17  Miles Bader  <miles@gnu.org>
6436         * simple.el (previous-matching-history-element, next-history-element):
6437         Change to work correctly even if the point is in the prompt.
6438         (choose-completion-string): Likewise.
6439         (minibuffer-prompt-width): New function (compatibility with old subr).
6441         * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
6442         When constraining the final position to the current field,
6443         don't use the ONLY-IN-LINE mode of constrain-to-field.
6445 1999-10-17  Miles Bader  <miles@gnu.org>
6447         * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
6448         constrain-to-field.
6449         * textmodes/paragraphs.el (forward-sentence): Likewise.
6451 1999-10-17  Miles Bader  <miles@gnu.org>
6453         * simple.el (line-move): Use constrain-to-field to avoid
6454         moving into a prompt.
6455         (previous-complete-history-element): Clarify doc string.
6456         (next-complete-history-element): Likewise.
6457         Use field-beginning instead of point-min.
6458         (next-matching-history-element): Use field-beginning and
6459         erase-field instead of point-min and erase-buffer.
6460         * textmodes/paragraphs.el
6461         (forward-paragraph, forward-sentence): Likewise.
6462         (backward-kill-paragraph, backward-kill-sentence): Remove code to
6463         constrain the kill to an field, as the movement commands now
6464         do this.
6466 1999-10-17  Miles Bader  <miles@gnu.org>
6468         * simple.el (previous-matching-history-element): Get the
6469         minibuffer input with field-string instead of buffer-string.
6470         (choose-completion-string): Likewise.
6471         (next-history-element): Likewise.
6472         Erase the minibuffer input with erase-field, not erase-buffer.
6473         Use field-beginning to find the beginning of the input.
6474         * textmodes/paragraphs.el (backward-kill-sentence):
6475         Remove minibuffer-prompt hack.
6476         Constrain to any input field.
6478 1999-10-17  Sam Steingold  <sds@ksp.com>
6480         * bindings.el (completion-ignored-extensions): Added ".sparcf"
6481         for CMUCL on sparc and ".ufsl" for LispWorks.
6482         (bound-and-true-p): Bugfix: free variable `v'.
6484 1999-10-16  Dave Love  <d.love@dl.ac.uk>
6486         * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
6487         (edebug-uninstall-read-eval-functions): Use load-read-function,
6488         avoiding elisp-eval.
6490 1999-10-16  Sam Steingold  <sds@ksp.com>
6492         * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
6493         instead of `eql'.
6495 1999-10-14  Stefan Monnier  <monnier@cs.yale.edu>
6497         * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
6498         * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
6499         (browse-url-temp-file-list, browse-url-delete-temp-file-list):
6500         * ediff-util.el (ediff-make-temp-file):
6501         * ediff-vers.el (ediff-pcl-cvs-view-revision):
6502         * emerge.el (emerge-make-temp-file):
6503         * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
6504         * vc.el (vc-update-change-log):
6505         * mail/mailpost.el (post-mail-send-it):
6506         * mail/metamail.el (metamail-region):
6507         * progmodes/cmacexp.el (c-macro-expansion):
6508         * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
6510 1999-10-15  Gerd Moellmann  <gerd@gnu.org>
6512         * smtpmail.el (smtpmail-via-smtp): Add support for
6513         automatically appending a domain to RCPT TO: addresses.
6515 1999-10-14  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6517         * dired.el (dired-insert-directory): Insert the amount of
6518         free space after the total size.
6519         (dired-free-space-program, dired-free-space-args): New variables.
6521 1999-10-14  Karl Heuer  <kwzh@gnu.org>
6523         * mail/rmail.el (rmail-pop-password-error): Add new pattern.
6525 1999-10-14  Dave Love  <fx@gnu.org>
6527         * international/characters.el:
6528         * international/fontset.el:
6529         * international/mule-conf.el: Add latin-iso8859-1[45].
6531         * language/european.el: Add Latin-8, Latin-9.  Modify some doc
6532         strings.
6534         * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
6535         (command-line): Detect Latin-[89] locales.
6537 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
6539         * international/mule-cmds.el (select-safe-coding-system)
6540         (leim-list-header): Avoid the use of strings that start with backslash
6541         newline since lread.c:read1 has a hack to turn those strings into
6542         integer 0 during the loadup.el process.
6544         * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
6546 1999-10-13  Dave Love  <fx@gnu.org>
6548         * image.el (insert-image): Copy the image spec and add an
6549         intangible property.
6551 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
6553         * help.el (help-xref-interned): Make it also work on variable-only
6554         and function-only symbols.
6555         (help-make-xrefs): Take advantage of the new `help-xref-interned'.
6556         (help-follow): If the point under mouse is not highlighted, try
6557         `help-xref-interned' on the pointed-to symbol anyway.
6559         * info.el (Info-on-current-buffer): New entry point.
6560         (Info-find-node): Split into two for Info-on-current-buffer to
6561         hook into it.
6562         (Info-current-file, Info-set-mode-line, Info-up):
6563         Info-current-file can now be t.
6564         (Info-clone-buffer-hook): Function for `clone-buffer'.
6565         (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
6566         Make `clone-buffer' available in various ways to the user.
6568 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
6570         * simple.el (shell-command, shell-command-on-region): Use
6571         make-temp-file.
6572         (clone-buffer, clone-process, clone-buffer-hook): New functions.
6574         * subr.el (with-current-buffer): Don't use backquotes to avoid
6575         bootstrapping problems.
6577         * loadup.el (load-path): Add subdirs for bootstrapping.
6578         (docstrings): Ignore errors during bootstrapping.
6579         (args): New `bootstrap' argument (for use in place of `dump').
6581 1999-10-12  Emmanuel Briot  <briot@gnat.com>
6583         * ada-stmt.el: Doc-string fixes.
6585 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
6587         * recentf.el: New file.
6589         * ps-mode.el: New file.
6591         * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
6592         case insensitive.
6594 1999-10-12  Richard Sharman  <rsharman@pobox.com>
6596         * sh-script.el: Added support for indenting existing scripts.
6597         (sh-mode-map): Added new bindings.
6598         (sh-mode): Updated mode doc-string for new commands, added
6599         make-local-variable calls, initialize mode-specific variables.
6600         (sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
6601         is now a different function.
6602         (sh-header-marker):  Changed docstring.
6603         (sh-set-shell): Initialize mode-specific variables.
6604         (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
6605         (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
6606         Changed these define-skeleton calls to work with user-specified
6607         indentation settings.
6608         (sh-basic-indent-line, sh-blink, sh-calculate-indent)
6609         (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
6610         (sh-electric-hash, sh-electric-less, sh-electric-rparen)
6611         (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
6612         (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
6613         (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
6614         (sh-guess-basic-offset, sh-handle-after-case-label)
6615         (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
6616         (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
6617         (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
6618         (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
6619         (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
6620         (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
6621         (sh-handle-this-then, sh-help-string-for-variable)
6622         (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
6623         (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
6624         (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
6625         (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
6626         (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
6627         (sh-remove-our-text-properties, sh-rescan-buffer)
6628         (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
6629         (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
6630         (sh-scan-case, sh-search-word, sh-set-char-syntax)
6631         (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
6632         (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
6633         functions.
6634         (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
6635         (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
6636         (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
6637         (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
6638         (sh-var-list): New variables.
6640 1999-10-12  Dave Pearson  <davep@hagbard.demon.co.uk>
6642         * quickurl.el (quickurl-list-insert): `count-lines' was returning
6643         a value one line to high if the cursor wasn't at the start of a
6644         line. A `beginning-of-line' is now performed before making the
6645         call to `count-lines'.
6647 1999-10-11  Stefan Monnier  <monnier@cs.yale.edu>
6649         * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
6651 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
6653         * Makefile (setwins): Abstract out the command to find subdirectories
6654         and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
6655         (custom-deps, finder-data, autoloads, update-subdirs, updates)
6656         (autoloads-with-other-emacs): Use it.
6658         * diff-mode.el: New file.  A mode for viewing/editing context diffs.
6660 1999-10-09  Gerd Moellmann  <gerd@gnu.org>
6662         * Makefile (bootstrap-compile): New target.  Compile Lisp
6663         files with ../src/temacs.
6665 1999-10-08  Dave Love  <fx@gnu.org>
6667         * ange-ftp.el: Require dired when compiling.
6668         (ange-ftp-normal-login): Allow EFS-style port specification.
6670 1999-10-08  Simon Marshall  <simon@gnu.org>
6672         * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
6673         (regexp-opt-group): Use it to get common suffixes in STRINGS.
6674         If STRINGS is nil, return "" rather than nil.
6676 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
6678         * Makefile (compile): Compile files one by one.  Set load-path to
6679         current directory and subdirectories when compiling.
6681 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
6683         * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
6684         (emacs): Use it everywhere instead of EMACS.
6685         (compile): New target.  Compile all Lisp files from scratch.
6686         (recompile): New target.  Recompile lisp directory.
6687         (autoloads-with-other-emacs): New target.  Build loaddefs.el with
6688         an Emacs executable not built in the current directory tree.
6690 1999-10-07  Peter Breton  <pbreton@ne.mediaone.net>
6692         * filecache.el (file-cache-completion-ignore-case): New variable,
6693         defaulting to the value of completion-ignore-case.
6694         (file-cache-minibuffer-complete): Use it.
6695         (file-cache-files-matching, file-cache-files-matching-internal):
6696         New functions.
6698 1999-10-07  Emmanuel Briot  <briot@gnat.com>
6700         * ada-xref.el: New file
6702         * ada-prj.el: New file
6704         * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
6706         * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
6707         subprogram being created.
6709         * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
6710         ada-indent-newline-indent): Rewritten to support the new indentation
6711         scheme
6713         * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
6714         New functions
6716         * ada-mode.el (ada-fill-comment-paragraph): Add support for the
6717         justification parameter
6719         * ada-mode.el (ada-make-body, ada-gen-treat-proc,
6720         ada-make-subprogram-body): Rewritten to benefit from the gnatstub
6721         external program
6723 1999-10-07  Dave Love  <fx@gnu.org>
6725         * bindings.el (bound-and-true-p): New macro.
6726         (make-mode-line-mouse-sensitive): Don't require easymenu.
6728 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
6730         * custom.el (defface): Extend documentation for new values of
6731         `type'.
6733         * faces.el (face-spec-set-match-display): Recognize `type' of
6734         `motif', `lucid', `x-toolkit'.
6735         (menu): New face.
6737 1999-10-05  Dave Love  <fx@gnu.org>
6739         * files.el: Recognize temporary crontab files.
6741         * info.el: Require jka-compr when compiling.
6742         (Info-suffix-list): Add bzip2 files (non-ms-dos only).
6744 1999-10-04  Dave Love  <fx@gnu.org>
6746         * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
6747         scroll-up-aggressively, scroll-down-aggressively.
6749         * time.el (display-time-mode): Add autoload cookie.
6751         * rect.el (delete-extract-rectangle): Doc fix from verna.
6753         * help-macro.el (three-step-help): Customize.
6755 1999-10-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6757         * hexl.el (hexlify-buffer): Move point in proper range
6758         if it is too large.
6759         (hexl-after-revert-hook): Update hexl-max-address.
6760         (hexl-address-to-marker): Doc fix.
6762 1999-10-03  Dave Love  <fx@gnu.org>
6764         * image.el (defimage): Remove redundant code.  Substitute file in
6765         image plist.
6767 1999-10-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6769         * vc.el (vc-backend-checkout): Use coding system 'no-conversion
6770         when doing with-temp-file.
6772 1999-10-01  Dave Love  <fx@gnu.org>
6774         * cus-edit.el (custom-comment-create): Fill :from and :to slots.
6776         * help.el: Require view when compiling.
6777         (view-emacs-FAQ): Use Info version.
6779 1999-09-29  Ken'ichi Handa  <handa@gnu.org>
6781         * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
6782         (normat->normal).  Use correct font names for Korean
6783         (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
6785 1999-09-29  Kenichi Handa  <handa@etl.go.jp>
6787         * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
6788         code not used by KOI8 to the same 8-bit code instead of mapping to
6789         SPC.
6790         (cyrillic-alternativnyj-decode-table): Likewise.
6792 1999-09-29  Alex Schroeder  <alex@gnu.org>
6794         * sql.el (sql-imenu-generic-expression): Aew, used to set
6795         imenu-generic-expression.
6796         (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
6797         font-lock-defaults' SYNTAX-ALIST.  Set imenu-generic-expression,
6798         imenu-case-fold-search, and imenu-syntax-alist.
6799         (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
6800         setting font-lock-defaults' SYNTAX-ALIST.
6802 1999-09-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6804         * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
6805         macro, try again.
6807 1999-09-28  Dave Love  <fx@gnu.org>
6809         * cus-edit.el (custom-comment): Change widget definition.
6810         (custom-comment-create, custom-comment-show)
6811         (custom-comment-invisible-p): Don't use :comment-overlay.
6812         (custom-comment-hide): New function.
6813         (custom-variable-set, custom-variable-save)
6814         (custom-variable-reset-standard, custom-face-set)
6815         (custom-face-save): Use it.
6817 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6819         * hexl.el (hexl-mode): Do nothing if already in hexl mode.
6821 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6823         * faces.el (region): Doc fix.
6825 1999-09-27  Dave Love  <fx@gnu.org>
6827         * isearch.el (isearch): Add :links in defgroup.
6828         (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
6829         (isearch-switch-frame-handler): Comment out (unused).
6830         (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
6831         (isearch-ring-retreat-edit): Doc fix.
6832         (isearch-mouse-yank): New command.
6833         (isearch-last-command-char): Removed.  Callers changed to use
6834         last-command-char.
6835         (isearch-char-to-string): Removed.  Callers changed to use
6836         char-to-string.
6838 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
6840         * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
6841         option for Russian.
6843 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
6845         * faces.el (face-differs-from-default-p): Compare face
6846         attributes individually.
6848         * image.el (put-image, insert-image): Add string argument.
6850 1999-09-24  Gerd Moellmann  <gerd@gnu.org>
6852         * ange-ftp.el (ange-ftp-date-regexp): Make it work for
6853         LANG=de_DE.iso88591 on HPUX 11.0.
6855         * dired.el (dired-move-to-filename-regexp): Make it work
6856         for LANG=de_DE.iso88591 on HPUX 11.0.
6858 1999-09-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6860         * info.el (info-initialize): Don't test existence of ALTERNATIVE
6861         if we know for some other reason it should not be used.
6863         * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
6864         New variable.
6865         (edebug-recursive-edit): Save current-prefix-arg there,
6866         bind it, and set it back at the end.
6867         (edebug-outside-excursion): Restore and update the outside
6868         value of current-prefix-arg.
6869         (edebug-emacs-version-specific): Delete support for Epoch.
6871 1999-09-24  Howard Melman  <howard@silverstream.com>
6873         * imenu.el (imenu-after-jump-hook): New variable.
6874         (imenu): Run menu-after-jump-hook.
6875         (imenu-name-lookup-function): New variable.
6876         * imenu.el (imenu--in-alist): Use those variables.
6878 1999-09-24  Carsten Dominik  <cd@gnu.org>
6880         * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
6881         multiple thebibliography environments.
6883         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
6884         with recentering window.
6885         (reftex-extract-bib-entries-from-thebibliography,
6886         reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
6887         with multiple thebibliography environments.
6889         * textmodes/reftex-vars.el
6890         (reftex-section-levels): Function allowed as cdr.
6891         (reftex-max-section-depth) New option.
6893         * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
6894         with multiple thebibliography environments.
6896 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
6898         * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
6899         instead of point-min in call to delete-region.
6901 1999-09-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6903         * vc.el (vc-backend-checkout): Use with-temp-file when checking
6904         out into arbitrary file names.
6906 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
6908         * language/european.el ("Turkish"): New language environment.
6910 1999-09-19  Dave Love  <fx@gnu.org>
6912         * delim-col.el: New file.
6914 1999-09-17  Richard Stallman  <rms@gnu.org>
6916         * files.el (after-find-file): When visiting a backup file,
6917         make it read-only.
6919         * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6920         (apropos-keybinding-face, apropos-label-face): Likewise.
6921         (apropos-property-face, apropos-match-face): Likewise.
6922         (apropos-label-properties): New variable.
6923         (apropos-print-doc): Use apropos-label-properties.
6924         (apropos-print): Set apropos-label-properties.
6926 1999-09-15  Richard Stallman  <rms@gnu.org>
6928         * winner.el: Use aref instead of sref.
6930         * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
6932 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
6934         * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
6936 1999-09-14  Richard Stallman  <rms@gnu.org>
6938         * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6939         cookie, even if followed by a letter.
6941 1999-09-14  Stephen Eglen  <stephen@gnu.org>
6943         * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6944         --no-line-editing are passed to Octave by including them here
6945         rather than storing them in inferior-octave-startup-args.
6947 1999-09-14  Eli Zaretskii  <eliz@gnu.org>
6949         * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6950         command, option, env and sc.
6952         * subr.el (shell-quote-argument): Quote argument with double
6953         quotes for ms-dos.
6955 1999-09-14  Richard Stallman  <rms@gnu.org>
6957         * simple.el (eval-expression-print-level): New variable.
6958         (eval-expression-print-length): New variable.
6959         (eval-expression-debug-on-error): New variable.
6960         (eval-expression): Bind print-level, print-length and
6961         debug-on-error from those vars.
6963         * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6964         Bind print-level, print-length and debug-on-error.
6966 1999-09-14  Inge Frick  <inge@nada.kth.se>
6968         * dired.el (dired-recursive-deletes): New custom variable.
6969         (dired-re-no-dot): New variable.
6970         (dired-delete-file): New function deletes files and directories
6971         recursively.
6972         (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6974         * dired-aux.el (dired-recursive-copies): New custom variable.
6975         (dired-handle-overwrite): Broke a long line.
6976         (dired-copy-file): Call `dired-copy-file-recursive' instead of
6977         `copy-file'.
6978         (dired-copy-file-recursive): New function.  Copy directories
6979         recursively.
6980         (dired-do-create-files): Added support for generalized directory
6981         target.  How-to function may now return a function.  New fluid
6982         variable `dired-one-file'.
6983         (dired-copy-how-to-fn): New variable.
6984         (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6985         Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6986         (dired-do-copy-regexp): No recursive copies.
6988 1999-09-14  Rajesh Vaidheeswarran  <rv@dsmit.com>
6990         * whitespace.el (whitespace-version): Update version to 2.4
6992         * whitespace.el: Add customization variables to conditionally test
6993         any of the five whitespaces, per request from Rune Kleveland
6994         <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6996         * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6998         * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6999         list of modes to be checked for bogus whitespaces.
7001         * whitespace.el (whitespace-rescan-timer-time): Update
7002         documentation.
7004         * whitespace.el (whitespace-display-unchecked-whitespaces):
7005         New function to update modeline with untested whitespaces.
7007         * whitespace.el (whitespace-buffer): Test only whitespaces whose
7008         checking is turned on, and update modeline using the newly created
7009         `whitespace-display-unchecked-whitespaces'.
7011         * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
7012         whose checking is turned on, and update modeline using the newly
7013         created `whitespace-display-unchecked-whitespaces'.
7015         * whitespace.el (whitespace-describe): Update documentation.
7017         * whitespace.el (whitespace-tickle-timer): Test if
7018         `whitespace-rescan-timer-time' is non-zero before tickling timer.
7020 1999-09-13  Dave Love  <fx@gnu.org>
7022         * hideif.el (hide-ifdef-mode): Add autoload cookie.
7024         * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
7025         for temp buffer.
7026         (checkdoc-this-string-valid): Don't assume default comment-start.
7028 1999-09-13  Gerd Moellmann  <gerd@gnu.org>
7030         * rsz-mini.el: Remove code, keep the interface.
7032 1999-09-13  Dave Love  <fx@gnu.org>
7034         * help.el (help-highlight-p): Doc fix.
7036         * faces.el (mode-line, header-line, tool-bar): Add :version.
7037         (highlight, secondary-selection): Add :group.
7038         (trailing-whitespace): Add :group, :version.
7040         * wid-edit.el: Remove some compatibility code and checks.
7041         (widget-specify-field, widget-specify-button): Don't use XEmacs
7042         properties.
7043         (widget-overlay-inactive): Change error message.
7044         (widget-button-pressed-face): New variable.
7045         (widget-button-click): Use it.
7046         (widget-documentation-link-add): Specify mouse and button faces.
7047         (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
7048         removed now the functionality is built in.
7050         * cus-edit.el: Don't define-widget-keywords.
7051         (multimedia): New group.
7052         (custom-last): Function removed.
7053         (custom-quote): Add vectorp case, comment out characterp case.
7054         (custom-buffer-done-function, custom-raised-buttons): New option.
7055         (Custom-buffer-done): New function.
7056         (custom-buffer-create-internal): Obey custom-raised-buttons,
7057         Custom-buffer-done.
7058         (custom-button-face): Make it `released-button'.
7059         (custom-button-pressed-face): Make it `pressed-button'
7060         (custom-mode-map): Bind "q" to Custom-buffer-done.
7061         (custom-mode): Deal with raised/pressed buttons.
7063         Changes from Didier Verna:
7064         (custom-prompt-variable): Optional third arg makes prompt for a
7065         comment string.
7066         (customize-set-value, customize-set-variable,
7067         customize-save-variable): Optional prefix makes function handle
7068         variable comments.
7069         (customize-customized, customize-saved, custom-variable-state-set)
7070         (custom-variable-set, custom-variable-save, custom-face-state-set)
7071         (custom-variable-reset-saved, custom-variable-reset-standard)
7072         (custom-face-set, custom-face-save, custom-face-reset-saved)
7073         (custom-face-reset-standard, customize-save-customized): Handle
7074         custom comments.
7075         (custom-comment-face, custom-comment-tag-face): New face.
7076         (custom-comment): New widget.
7077         (custom-comment-create, custom-comment-delete)
7078         (custom-comment-value-set, custom-comment-show)
7079         ()custom-comment-invisible-p): New functions.
7080         (custom-variable-value-create, custom-face-value-create): Create a
7081         comment field widget.
7082         (custom-variable-menu, custom-face-menu): New entry for custom
7083         comment.
7084         (custom-face-value-create): Remove compatibility code.
7085         (custom-save-variables, custom-save-faces): Possibly save custom
7086         comments.
7088         * cus-face.el (custom-face-attributes): Simplify :underline,
7089         :overline, :inverse-video cases.  Fix up :box case (probably needs
7090         more work).
7092         Change from Didier Verna:
7093         (custom-set-faces): The arguments can now have a custom comment as
7094         fourth argument.
7096         * custom.el: Don't define-widget-keywords.
7097         Change from Didier Verna:
7098         (custom-set-variables): The arguments can now have a
7099         custom comment as fifth element.
7101 1999-09-13  Richard Stallman  <rms@gnu.org>
7103         * info.el (Info-find-node): Cope better if guesspos is too large.
7105 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
7107         * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
7108         of buffer-substring because buffer-string doesn't copy the
7109         prompt.
7111         * faces.el (mode-line): Replaces `modeline'.
7112         (toplevel): Make `modeline' an alias for `mode-line'.
7114 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
7116         * gs.el: Change `ghostscript' to `postscript' in comment.
7118 1999-09-11  Rob Riepel  <riepel@Stanford.EDU>
7120         * emulation/tpu-edt.el (tpu-version): New version.
7121         (tpu-search-overlay, tpu-replace-overlay): New variables.
7122         (tpu-search-highlight, tpu-toggle-direction): New functions.
7123         (tpu-lm-replace): Set tpu-replace-overlay.
7124         (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
7125         command hook.
7127 1999-09-11  Richard Stallman  <rms@gnu.org>
7129         * isearch.el (isearch-mode-map): Undo previous change.
7131         * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
7132         use all of that as the sexp.
7134         * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
7135         and use the initial argument as file name directly.
7136         Likewise if nothing matches.
7138 1999-09-11  Ivar Rummelhoff  <ivarru@math.uio.no>
7140         * winner.el: Major changes.  Avoid changing point and mark.
7141         Save configurations after they change, not before.
7143 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
7145         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
7146         Bind print-continuous-numbering and print-number-table.
7148 1999-09-10  Dave Love  <fx@gnu.org>
7150         * bindings.el (debug-ignored-errors): Restore BBDB stuff.
7152 1999-09-09  Richard Stallman  <rms@gnu.org>
7154         * whitespace.el: Finish making it fit Emacs conventions.
7155         Add autoloads.
7157 1999-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
7159         * generic-x.el (bat-generic-mode): "::"-style comments don't
7160         need to begin with "-".  Fix the font-lock definitions of ON/OFF
7161         after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
7162         from the list of keywords.  Add DO to the list of keywords.
7164 1999-09-09  Dave Love  <fx@gnu.org>
7166         * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
7167         (byte-optimize-backward-word): New optimizations.
7168         (side-effect-free-fns, side-effect-and-error-free-fns): Add
7169         entries.
7171 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
7173         * image.el (put-image): Remove optional buffer parameter.
7175         * faces.el (face-italic-p): Return t only for values `italic'
7176         and `oblique'.
7178         * mouse.el (mouse-drag-mode-line-1): Extension of former
7179         mouse-drag-mode-line that also drags the header line.
7180         (mouse-drag-mode-line): Call it.
7181         (mouse-drag-header-line): New.
7182         (toplevel): Bind down-mouse-1 on header lines to
7183         mouse-drage-header-line.
7185 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
7187         * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
7188         (make-mode-line-mouse-sensitive): Replace `top-line' by
7189         `header-line'.
7191 1998-09-08  Michael Ernst  <mernst@alum.mit.edu>
7193         * help.el (describe-function-1): Don't return empty string for keymaps.
7195         * fill.el (fill-region-as-paragraph, canonically-space-region):
7196         Respect colon-double-space at end of line.
7198 1999-09-08  Stephen Gildea  <gildea@alum.mit.edu>
7200         * files.el (backup-by-copying-when-privileged-mismatch): New variable.
7201         (backup-buffer): Use it.
7203 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
7205         * generic-x.el (generic-define-unix-modes): Added new modes:
7206         inetd-conf-generic-mode, etc-services-generic-mode,
7207         etc-passwd-generic-mode.  These are all defined for Unix by default.
7208         (apache-generic-mode): Use an imenu-generic-expression to list
7209         Configuration keywords.
7210         (samba-generic-mode): Use both ; and # as comment characters.
7211         (samba-generic-mode): Font-lock expressions now highlight name
7212         value pairs.
7213         (bat-generic-mode): Keywords are now case-insensitive through
7214         font-lock-defaults setting.
7215         (java-properties-generic-mode): Supports both ! and # as comment
7216         characters.
7217         (java-properties-generic-mode): Added an imenu-generic-expression
7218         (java-properties-generic-mode): Reworked to support the various
7219         different ways to separate name and value (viz, '=', ':' and
7220         whitespace).
7221         (show-tabs-generic-mode): Added this new generic-mode.
7223 1999-09-08  Richard Stallman  <rms@gnu.org>
7225         * progmodes/inf-lisp.el: Moved from top directory.
7227         * tar-mode.el (tar-header-block-tokenize):
7228         Use `when' instead of `and'.  Fix some clobbered text.
7230         * gud.el (gud-make-debug-menu): Make a child for the
7231         local menu, for its menu bar, and the debug menu.
7232         (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
7233         Use the history in the simple way.
7235 1999-09-07  Kenichi Handa  <handa@etl.go.jp>
7237         * language/korea-util.el (default-korean-keyboard): Initialize it
7238         according to the environment variable HANGUL_KEYBOARD_TYPE.
7240 1999-09-07  Richard Stallman  <rms@gnu.org>
7242         * subr.el (make-temp-file): New function.
7244 1999-09-07  Stefan Monnier  <monnier@cs.yale.edu>
7246         * font-lock.el (font-lock-multiline): New text property contains
7247         a boolean to indicate if the char is part of a multiline match.
7248         (font-lock-default-fontify-region): Extend the region appropriately
7249         for multiline keywords.
7250         (font-lock-default-unfontify-region): Also remove the new
7251         font-lock-multiline text property.
7252         (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
7253         (font-lock-fontify-keywords-region): Mark multiline regexp matches.
7255 1999-09-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7257         * diary-lib.el (list-diary-entries): Make sure two-digit years
7258         have leading zeros.
7260 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
7262         * faces.el (face-set-after-frame-default): Initialize some
7263         attributes of some faces from frame parameters.
7265         * faces.el (scroll-bar, border, cursor, mouse): New faces.
7267 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
7269         * faces.el (fringe): Replaces face `margin'.
7271 1999-09-07  Dave Love  <fx@gnu.org>
7273         * tar-mode.el (tar-header-block-tokenize): Bind linkname.
7275 1999-09-07  Richard Stallman  <rms@gnu.org>
7277         * subr.el (push): Doc fix.
7279 1999-09-06  Richard Stallman  <rms@gnu.org>
7281         * vc.el (vc-annotate-display): Use < 69 not < 70
7282         to distinguish 20YY from 19YY.
7284         * timezone.el (timezone-parse-date): Use < 69 not < 70
7285         to distinguish 20YY from 19YY.
7287         * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
7289 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
7291         * quickurl.el: (quickurl-list-focused-line): Removed.
7292         (quickurl-list-insert): Now works out the focused line using
7293         `count-lines' instead of using `quickurl-list-focused-line'.
7295 1999-09-06  Richard Stallman  <rms@gnu.org>
7297         * mail/rmail.el (rmail-retry-failure): Unconditionally move
7298         to beginning of message.
7300 1999-09-06  Dave Love  <fx@gnu.org>
7302         * isearch.el (isearch-mode-map): Add mouse-2.
7304         * mail/rmail.el (rmail-read-password): Deleted.
7305         (rmail-get-pop-password): Use read-password.
7307         * quickurl.el: Don't conditionally define caddr.
7308         (quickurl-url-comment): Use nth, not caddr in function and
7309         defsetf.
7311 1999-09-06  Richard Stallman  <rms@gnu.org>
7313         * auto-show.el: Doc fixes.
7315 1999-09-06  Stephen Eglen  <stephen@gnu.org>
7317         * progmodes/octave-inf.el (inferior-octave-startup-args): Add
7318         --no-line-editing so that TABs in source files are not interpreted
7319         as completion requests.
7321 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
7323         * hscroll.el, auto-show.el: Remove all code, keep the public
7324         interface as no-ops.
7326         * faces.el (face-bold-p): Don't return t if face has lighter
7327         weight than normal.
7329 1999-09-06  Eli Zaretskii  <eliz@gnu.org>
7331         * startup.el (command-line): Make small-temporary-file-directory
7332         be nil except on ms-dos.
7334         * files.el (small-temporary-file-directory): Ditto.  Also doc fix.
7336         * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
7337         is defined.
7339         * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
7340         letters with a colon after d or l.
7342 1999-09-06  Dave Love  <fx@gnu.org>
7344         * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed.  (Now
7345         primitive.)
7347 1999-09-05  Richard Stallman  <rms@gnu.org>
7349         * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
7351         * textmodes/paragraphs.el (backward-kill-sentence):
7352         Don't test minibuffer-prompt-end here.
7353         (forward-sentence): Do handle it here.
7354         (backward-kill-paragraph): Don't test it here.
7355         (forward-paragraph): Handle it here.
7357         * mouse.el (font-menu-add-default): Simplify code.
7359 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
7361         * faces.el (header-line): Renamed from `top-line'.
7363 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
7365         * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
7367 1999-09-04  Richard Stallman  <rms@gnu.org>
7369         * whitespace.el: New file.
7371 1999-09-04  Dave Love  <fx@gnu.org>
7373         * paths.el: Make some doc strings obey the make-docfile convention.
7375         * bindings.el: Likewise.
7376         (debug-ignored-errors): Remove BBDB ones.
7378 1999-09-03  Richard Stallman  <rms@gnu.org>
7380         * mail/mh-comp.el (mh-forward): Get new subject line from the original,
7381         not from the draft to forward.
7383         * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
7385 1999-09-03  Dave Love  <fx@gnu.org>
7387         * double.el (double-mode): Customize the variable.
7389 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
7391         * international/characters.el: Delete duplicated code.
7393 1999-09-02  Richard Stallman  <rms@gnu.org>
7395         * indent.el (indent-relative): Doc fix.
7397         * quickurl.el (quickurl): Doc fix.
7399 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
7401         * faces.el (margin): Change background to "gray" for mono (this is
7402         drawn with a stipple pattern).
7404 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
7406         * simple.el (next-history-element): Use minibuffer-prompt-end once
7407         again.  Remove test for minibuffer-prompt-in-buffer.
7409 1999-09-02  Eli Zaretskii  <eliz@gnu.org>
7411         * files.el (small-temporary-file-directory): New variable.
7413         * startup.el (command-line): Compute the value of
7414         small-temporary-file-directory.
7416         * ediff-init.el (ediff-temp-file-prefix): Use
7417         small-temporary-file-directory if non-nil.
7419         * vc.el (vc-update-change-log): Likewise.
7421         * progmodes/cmacexp.el (c-macro-expansion): Likewise.
7423         * simple.el (shell-command, shell-command-on-region): Use
7424         make-temp-name properly.  Use small-temporary-file-directory if
7425         non-nil, otherwise temporary-file-directory, to generate temporary
7426         files.
7428         * dos-w32.el (direct-print-region-helper): Use
7429         temporary-file-directory.  (From Stefan Monnier.)
7431 1999-09-02  Richard Stallman  <rms@gnu.org>
7433         * progmodes/asm-mode.el (asm-mode): Set comment-start properly
7434         from asm-comment-char.
7435         (asm-font-lock-keywords): Recognize instruction width suffixes.
7437 1999-09-01  Richard Stallman  <rms@gnu.org>
7439         * play/fortune.el: New file.
7441 1999-08-31  Dave Love  <fx@gnu.org>
7443         * help.el (help-make-xrefs): Don't lose on non-empty blank line
7444         after key table.
7446         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
7447         redisplay variables.
7449         * subr.el (push): Fix typo.
7451 1999-08-30  Kevin Blake  <kblake@ticnet.com>
7453         * emacs-lisp/ring.el: Many doc fixes.
7454         (ring-size, ring-copy): New functions.
7456 1999-08-29  Richard Stallman  <rms@gnu.org>
7458         * progmodes/etags.el (tags-loop-continue):
7459         After tags-loop-operate returns, force skip to next file.
7461         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
7462         (mail-extr-first-letters, mail-extr-last-letters):
7463         Use character classes [:alpha:] and [:alnum:].
7465         * subr.el (push, pop): New macros.
7467         * progmodes/compile.el (compilation-error-regexp-alist):
7468         New item for SGI IRIX MipsPro compilers.
7470         * speedbar.el (speedbar-directory-buttons): Recognize
7471         device names when checking for file names.
7473         * array.el (array-reconfigure-rows): Use generate-new-buffer.
7475         * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
7476         and specially handle defvar inside their expansions.
7477         (eval-defun-1): New subroutine.
7479         * progmodes/compile.el (compilation-error-regexp-alist):
7480         Fix the Perl -w entry to allow period after line number.
7481         Don't allow newlines in file name, but allow them after line number
7482         for Perl debugging traces.
7484         * which-func.el (which-func-cleanup-function): New variable.
7485         (which-function): Call that function.
7487         * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
7488         to end a function name.
7490         * informat.el (Info-tagify): Don't insert more than one newline
7491         before the tag table.
7493 1999-08-29  Stefan Monnier  <monnier@cs.yale.edu>
7495         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
7496         than make-temp-name, use match-string-no-properties, and eliminate
7497         a quadratic behavior when building bibtex-strings.
7499 1999-08-29  Alex Schroeder  <alex@gnu.org>
7501         * comint.el (comint-input-ring-separator): New variable.
7502         (comint-read-input-ring): Doc change; use
7503         comint-input-ring-separator when reading file.
7504         (comint-write-input-ring): Use
7505         comint-input-ring-separator when writing file.
7507 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
7509         * informat.el (Info-tagify): Start by widening.
7510         Match node headers that don't list the file name,
7511         and more kinds of page separations.
7512         Strip properties during tagification.
7513         Use start of node header line as tag's position.
7514         Fix the "done" message.
7516         (Info-validate): Save and restore match data around narrowing down.
7518 1999-08-28  Richard M. Stallman  <rms@gnu.org>
7520         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
7521         On repeated call, override previous values put into
7522         minor-mode-map-alist and minor-mode-alist.
7524 1999-08-28  Michael Ernst  <mernst@alum.mit.edu>
7526         * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
7528 1999-08-27  Andreas Schwab  <schwab@gnu.org>
7530         * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
7531         from cvs update.
7533 1999-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7535         * calendar/calendar.el (calendar-move-hook): New hook.
7537         * calendar/cal-move.el: Call the new hook in every movement function.
7539         * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
7540         the right function name.
7542 1999-08-26  Stephen Gildea  <gildea@alum.mit.edu>
7544         * time-stamp.el: Put quote-backquote around all symbol names
7545         in doc strings, for mousing.
7546         (time-stamp): Support multi-line patterns.
7547         (time-stamp-inserts-lines): New variable.
7548         (time-stamp-count): New variable.
7549         (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
7550         "Thu" instead of "%a".
7552 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
7554         * simple.el (kill-word): Undo previous change.
7556 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
7558         * jit-lock.el (jit-lock-function): Extend the fontified range
7559         to the beginning of the line containing the range start and
7560         the beginning of the line following the range end.
7562 1999-08-24  Dave Love  <fx@gnu.org>
7564         * timezone.el: Move provide to end.
7565         (timezone-parse-date): Simplify somewhat.  Assume 2-digit years
7566         <70 are 2000+.
7567         (timezone-parse-time): Simplify somewhat.
7569 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
7571         * faces.el (margin): Renamed from bitmap-area.
7573 1999-08-24  Alex Schroeder  <alex@gnu.org>
7575         * sql.el: Doc changes.
7576         (sql-sybase): Use sql-server instead of sql-database.
7578 1999-08-23  Dave Love  <fx@gnu.org>
7580         * rect.el: Add/fix various doc strings.  Add `*' to all the
7581         interactive specs.
7583 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
7585         * jit-lock.el (jit-lock-function): Use line-beginning-position.
7586         Don't unwind-protect font-lock-fontify-region.
7588         * paragraphs.el (backward-kill-paragraph): Don't move
7589         point into mini-buffer prompt.
7590         (backward-kill-sentence): Ditto.
7592         * simple.el (next-history-element): Use minibuffer-prompt-end.
7593         Remove test for minibuffer-prompt-in-buffer.
7594         (kill-word): Don't move point into mini-buffer prompt.
7596 1999-08-21  Dave Love  <fx@gnu.org>
7598         * Makefile: Exclude CVS dirs like RCS.
7600 1999-08-19  Dave Love  <fx@gnu.org>
7602         * tooltip.el (tooltip-mode): Customize this, per convention.
7603         (tooltip-active): Option deleted.
7605         * font-lock.el (global-font-lock-mode): Autoload.  Add :initialize.
7607         * hanoi.el, page-ext.el: Declare dynamic vars.
7609         * term.el: Avoid ange-ftp related compilation warnings.
7611 1999-08-18  Gerd Moellmann  <gerd@gnu.org>
7613         * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
7614         the default so that beginners can benefit from it without
7615         searching in manuals.
7617 1999-08-18  Ray Blaak  <blaak@gnu.org>
7619         * progmodes/delphi.el: Consider assembly sections as blocks, to
7620         indent them better. Make auto-indent on newline optional.
7622 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
7624         * bindings.el (mode-line-modified): Look up key binding for C-x
7625         C-q.  If it's bound call that binding, otherwise call
7626         toggle-read-only.
7628 1999-08-17  Dave Love  <fx@gnu.org>
7630         * info.el (info): Doc fix.
7632         * finder.el (finder-known-keywords): Add `multimedia'.
7634         * apropos.el: Don't capitalize custom group name.
7636         * info-look.el: Remove compatibility code.
7637         (info-lookup-guess-default*): DTRT for point at start of symbol.
7638         (info-complete): Don't lose with point not at end of symbol.
7640 1999-08-16  Gerd Moellmann  <gerd@gnu.org>
7642         * term.el (toplevel): Make face `term-default' an empty face.
7643         The code relied on the fact that Emacs ignored invalid faces in
7644         face text properties in 20.4.
7646 1999-08-16  Richard M. Stallman  <rms@gnu.org>
7648         * subr.el (point-at-eol, point-at-bol): New aliases.
7650         * simple.el: Functions reordered.
7652         * rect.el (delete-rectangle-line): Use line-end-position.
7654 1999-08-16  Karl Heuer  <kwzh@gnu.org>
7656         * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
7657         here from simple.el.
7659 1999-08-16  Dave Love  <fx@gnu.org>
7661         * mouse.el: Provide `mldrag' for compatibility.
7662         (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
7663         marked obsolete.
7665         * mldrag.el: Removed since the features are in mouse.el.
7667         * jka-compr.el (auto-compression-mode): New variable for
7668         customization.
7670         * bindings.el (mode-line-mule-info): Doc fix.
7672         * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
7673         name comparisons.
7675         * files.el (interpreter-mode-alist): Add make, guile, clisp.
7676         (find-file): Doc fix.
7678 1999-08-16  Carsten Dominik  <cd@gnu.org>
7680         * textmodes/reftex.el: Most of the code moved to other files.
7681         * textmodes/reftex-auc.el: New file, split out from reftex.el
7682         * textmodes/reftex-cite.el: New file, split out from reftex.el
7683         * textmodes/reftex-global.el: New file, split out from reftex.el
7684         * textmodes/reftex-index.el: New file, split out from reftex.el
7685         * textmodes/reftex-parse.el: New file, split out from reftex.el
7686         * textmodes/reftex-ref.el: New file, split out from reftex.el
7687         * textmodes/reftex-sel.el: New file, split out from reftex.el
7688         * textmodes/reftex-toc.el: New file, split out from reftex.el
7689         * textmodes/reftex-vars.el: New file, split out from reftex.el
7690         * textmodes/reftex-vcr.el: New file, split out from reftex.el
7692 1999-08-16  Carsten Dominik  <cd@gnu.org>
7694         * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
7695         conflict with pop-up-frames.
7696         (reftex-special-environment-parsers): New constant.
7697         (reftex-label-alist): car of an entry can also be a function.
7698         (reftex-what-special-env): Cew function.
7699         (reftex-label-location): Call `reftex-what-special-env'.
7700         (reftex-compile-variables): Check for symbol in
7701         `reftex-label-alist'.
7702         (reftex-what-environment): Fixed bug with stacked environments of
7703         same kind (e.g. enumerate).
7704         (reftex-process-string): Preserve default directory.
7705         (reftex-label-alist-builtin): Changed prefixes of endnote and
7706         footnote.  Also the magic words.
7707         (reftex-reference): Interprete new option
7708         `reftex-fref-is-default'.
7709         (reftex-replace-prefix-escapes): Interprete new `%S' format.
7710         (reftex-toc-mouse-view-line): Command removed (had no binding).
7711         (reftex-everything-regexp): New function.
7712         (reftex-nearest-match): Made better.
7713         (reftex-toc-find-section): Use new version of
7714         `reftex-nearest-match'.
7715         (reftex-insert-docstruct): Adapted to work with the index stuff.
7716         (reftex-parse-from-file): Find index entries as well.
7717         (reftex-toc-toggle-index): New function
7718         (reftex-toc-map): `i' is now used to togle the index, File
7719         boundaries has been moved to `F'.
7720         (reftex-select-label-map): Toggling display of file boundaries is
7721         now on the `F' key, for consistency with `reftex-toc-map'.
7722         (reftex-erase-all-selection-and-index-buffers): Renamed from
7723         `reftex-erase-all-selection-buffer'.  Now also kills the index
7724         buffers.
7725         (reftex-viewing-cross-references): Customization group renamed
7726         from reftex-viewing-cross-references-and-citations.
7727         (reftex-index-macro-regexp,
7728         reftex-find-index-entry-regexp-format): New variables
7729         (reftex-macros-with-index): New variable
7730         (reftex-add-index-macros): New function
7731         (reftex-renumber-simple-labels, reftex-translate): Allow for
7732         multiple labels in a single ref command.
7733         (reftex-index-support): New customization group
7734         (reftex-support-index, reftex-index-special-chars,
7735         reftex-index-macros, reftex-index-default-macro,
7736         reftex-index-default-tag, reftex-index-math-format,
7737         reftex-index-section-letters, reftex-index-include-context,
7738         reftex-index-follow-mode, reftex-index-header-face,
7739         reftex-index-section-face, reftex-index-tag-face,
7740         reftex-index-face): New options
7741         (reftex-index-map, reftex-index-menu, reftex-last-index-file,
7742         reftex-index-tag, reftex-index-return-marker,
7743         reftex-index-restriction-indicator, reftex-index-restriction-data,
7744         reftex-index-macro-regexp, reftex-index-level-re,
7745         reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
7746         reftex-everything-regexp-no-index, reftex-index-re,
7747         reftex-macros-with-index, reftex-index-macro-alist): New variables
7748         (reftex-index-help, reftex-index-macros-builtin,
7749         reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
7750         reftex-query-index-macro-help): New constants
7751         (reftex-index-selection-or-word, reftex-index,
7752         reftex-default-index, reftex-update-default-index,
7753         reftex-index-complete-tag, reftex-index-select-tag,
7754         reftex-index-complete-key, reftex-index-update-taglist,
7755         reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
7756         reftex-display-index, reftex-insert-index,
7757         reftex-index-insert-new-letter, reftex-get-restriction,
7758         reftex-index-pre-command-hook, reftex-index-post-command-hook,
7759         reftex-index-show-help, reftex-index-next, reftex-index-previous,
7760         reftex-index-toggle-follow, reftex-index-toggle-context,
7761         reftex-index-view-entry, reftex-index-goto-entry-and-hide,
7762         reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
7763         reftex-index-quit, reftex-index-quit-and-kill,
7764         reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
7765         reftex-index-revert, reftex-index-switch-index-tag,
7766         reftex-index-restrict-to-section, reftex-index-widen,
7767         reftex-index-restriction-forward,
7768         reftex-index-restriction-backward, reftex-index-visit-location,
7769         reftex-index-analyze-entry, reftex-index-globalize,
7770         reftex-index-edit, reftex-index-toggle-range-beginning,
7771         reftex-index-toggle-range-end, reftex-index-edit-key,
7772         reftex-index-edit-attribute, reftex-index-edit-visual,
7773         reftex-index-edit-part, reftex-index-level-down,
7774         reftex-index-level-up, reftex-index-kill, reftex-index-undo,
7775         reftex-index-change-entry, reftex-index-goto-letter,
7776         reftex-add-index-macros, reftex-ensure-index-support,
7777         reftex-index-info-safe, reftex-index-info): New functions.
7780 1999-08-15  Richard M. Stallman  <rms@gnu.org>
7782         * paren.el (show-paren-mode): Support making show-paren-mode
7783         a buffer-local variable.  Don't check for a window system.
7784         (show-paren-function): Check whether show-paren-function is
7785         enabled in current buffer; do the right thing if not.
7786         Don't check for a window system.
7787         (show-paren-mode): Make it a user variable.
7789         * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
7790         Handle `enum' like `struct'.
7792         * server.el (server-process-filter): If a client visits no buffers,
7793         close it immediately before recording it.
7795         * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
7796         Optimize by calling concat just once.  Handle =\n sequence.
7797         (mail-unquote-printable-region): New command.
7798         (mail-quote-printable): Make it autoload.
7800 1999-08-15  Karl Heuer  <kwzh@gnu.org>
7802         * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
7804 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
7806         * lisp/texinfmt.el: Handle @ifnottex.
7808 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
7810         * frame.el (blink-cursor): Don't turn on cursor blinking for
7811         ms-dos.
7813         * faces.el (face-valid-attribute-values): Look in
7814         x-bitmap-file-path only for x and w32 window systems.
7816         * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
7817         Do that if width is nil as well.
7818         (x-display-mm-height, x-display-mm-width): Update values.
7819         (x-colors): Compute the list from msdos-color-values.
7820         (x-select-enable-clipboard): Doc fix.
7821         (x-frob-font-weight, x-font-family-list): New functions.
7823 1999-08-15  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
7825         * window.el (shrink-window-if-larger-than-buffer): Don't try to
7826         back up from beginning of buffer.
7828 1999-08-13  Karl Heuer  <kwzh@gnu.org>
7830         * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
7832 1999-08-13  Alakazam Petrofsky  <Alakazam@Petrofsky.Berkeley.CA.US>
7834         * play/hanoi.el: Mostly rewritten.  Customized.  To support an s2G
7835         doomsday clock, speed control is added and changes are made to
7836         allow large numbers of rings: rings now show the whole ring
7837         number, not just the last digit; consecutive rings are allowed to
7838         be the same size when necessary to fit all the rings in the
7839         window; and poles can be oriented horizontally.  Face support is
7840         thrown in gratuitously.
7841         (hanoi): Changed default number of rings back to 3.
7842         (hanoi-unix, hanoi-unix-64): New commands
7843         (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
7844         hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
7845         hanoi-odd-ring-face): New variables.
7846         (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
7847         hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
7848         hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
7849         (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
7850         (hanoi-topos, hanoi-draw-ring): Removed.
7852 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
7854         * faces.el (face-valid-attribute-values): Return an alist for
7855         families on ttys.
7856         (face-read-integer): Handle unspecified face attributes.  Add
7857         completion for `unspecified'.
7858         (read-face-attribute): Handle unspecified font attributes.
7859         (face-valid-attribute-values): Add `unspecified' to lists so that
7860         it can be chosen via completion.
7861         (face-read-string): Don't recognize "none" as input.
7863 1999-08-10  Dave Love  <fx@gnu.org>
7865         * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
7866         string.
7868         * sun-curs.el: Require sun-fns.
7870 1999-08-10  Dave Love  <fx@gnu.org>
7872         * autorevert.el (auto-revert-mode): Add autoload cookie.
7874         * hscroll.el, auto-show.el: Files deleted -- we have built-in
7875         hscroll.
7877         * simple.el (hscroll-step, hscroll-point-visible)
7878         (hscroll-window-column): Remove now we have the mentioned real
7879         horizontal autoscrolling.
7881 1999-08-10  Richard M. Stallman  <rms@gnu.org>
7883         * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
7884         control use of -f option.
7885         (mail-specify-envelope-from): New variable.
7886         (mail-from-style): Doc fix.
7888         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
7889         (easy-menu-get-map): New arg TO-MODIFY helps choose
7890         between local and global maps.
7891         (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
7892         (easy-menu-change): Doc fix.
7894         * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
7895         (info-lookup-guess-default): Simplified and cleaned up.
7896         (info-lookup-guess-default*): Preserve point.
7898         * view.el (view-mode-disable): If buffer-read-only is nil,
7899         don't change it.
7901         * files.el (after-find-file): Disable View mode if buffer is no
7902         longer read-only.
7904         * view.el (view-mode-enable, view-mode-disable):
7905         Call force-mode-line-update.
7907 1999-08-10  Karl Heuer  <kwzh@gnu.org>
7909         * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7910         * array.el, play/landmark.el, international/latin-3.el: Likewise.
7911         * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7913 1999-08-10  Alex Schroeder  <asc@bsiag.com>
7915         * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7916         to prevent m-eating-bug.
7918 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
7920         * term/pc-win.el (msdos-bg-mode): Remove.  Call
7921         frame-set-background-mode instead.  All callers changed.
7922         (msdos-face-setup): Don't force color display parameter, it is set
7923         by frame-set-background-mode.
7924         (make-msdos-frame): Call x-handle-reverse-video and
7925         face-set-after-frame-default.  Delete frame if creation failed.
7927         * faces.el (face-set-after-frame-default): Don't call
7928         make-face-x-resource-internal for the pc window-system.
7930 1999-08-10  Dave Love  <fx@melange.gnu.org>
7932         * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
7933         case with no docstring specially.
7935 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
7937         * complete.el (PC-do-completion): If completing on file name,
7938         reproduce str by concatenating its directory and basename parts.
7940 1999-08-07  Dave Love  <fx@gnu.org>
7942         * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
7943         unibyte to multibyte conversion of search-forward (from Handa),
7944         but avoid the replacement if the language is Latin-N.
7946 1999-08-06  Richard Stallman  <rms@gnu.org>
7948         * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7949         of eval-buffer.
7951         * international/mule.el (load-with-code-conversion):
7952         Pass t to eval-buffer for DO-ALLOW-PRINT.
7954 1999-08-06  Geoff Voelker  <voelker@cs.washington.edu>
7956         * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7957         of filenames and attributes.
7958         (ls-lisp-insert-directory): Use directory-files-and-attributes
7959         for speed.
7961 1999-08-05  Dave Love  <fx@gnu.org>
7963         * auto-show.el (auto-show-mode): Fix :set.
7965         * widget.el (define-widget-keywords): Make dummy definition and
7966         comment-out its use.
7968 1999-08-04  Richard Stallman  <rms@gnu.org>
7970         * progmodes/tcl.el: Customized.
7972         * sql.el (sql-accumulate-and-indent): Instead of testing
7973         whether this is Emacs 20 before calling comint-accumulate,
7974         test whether comint-accumulate is defined.
7976 1999-08-04  Dave Love  <fx@gnu.org>
7978         * sgml-mode.el: Require outline when compiling.
7979         (sgml-mode-hook, html-mode-hook): Customize.
7980         (sgml-validate-command): Fix :version.
7981         (html-autoview-mode): Doc fix.
7983         * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7984         nothing in Latin-N environment.
7986         * info.el (Info-find-node): Call info-initialize here.
7987         (info): Not here.
7988         (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7990 1999-08-04  Richard Stallman  <rms@gnu.org>
7992         * ansi-color.el: New file.
7994 1999-08-04  Stefan Monnier  <monnier@cs.yale.edu>
7996         * dired.el (dired-string-replace-match): Return `nil' when no match
7997         found with global search.
7999         * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
8000         * terminal.el (te-terminfo-directory):
8001         * mail/mailpost.el (post-mail-send-it):
8002         * mail/metamail.el (metamail-region):
8003         * progmodes/ada-mode.el (ada-tmp-directory):
8004         Use temporary-file-directory.
8006         * progmodes/compile.el (compilation-parsing-end,compilation-setup)
8007         (compilation-filter, compilation-forget-errors)
8008         (compilation-parse-errors): Use a marker instead of an integer for
8009         `compilation-parsing-end'.
8011         * progmodes/diff.el (diff-parse-differences):
8012         Use a marker instead of an integer for `compilation-parsing-end'.
8013         * textmodes/tex-mode.el (tex-compilation-parse-errors):
8014         Use a marker instead of an integer for `compilation-parsing-end'.
8016 1999-08-03  Richard Stallman  <rms@gnu.org>
8018         * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
8019         (Buffer-menu-mode): Doc fix.
8020         (Buffer-menu-view): New command.
8021         (Buffer-menu-view-other-window): New command.
8023 1999-08-03  Christopher J. Madsen  <chris_madsen@geocities.com>
8025         * replace.el (query-replace-regexp-eval)
8026         (replace-eval-replacement, replace-loop-through-replacements)
8027         (replace-match-string-symbols): New functions.
8028         (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
8029         Use replace-loop-through-replacements.
8031 1999-08-03  Dave Pearson  <davep@hagbard.demon.co.uk>
8033         * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
8034         (5x5): Doc fix.
8036 1999-08-03  Dave Love  <fx@gnu.org>
8038         * fortran.el (fortran-indent-new-line): Make it an alias
8039         for reindent-then-newline-and-indent.
8041 1999-08-03  Didier Verna  <verna@inf.enst.fr>
8043         * rect.el: All functions rewritten, except when noted above
8044         their declaration.  Below is a list of interface changes.
8045         (apply-on-rectangle): New function, mostly replaces
8046         `operate-on-rectangle'.  All callers changed.
8047         (move-to-column-force): Pass new second argument to `move-to-column'.
8048         (kill-rectangle): Added optional prefix arg to fill lines.
8049         (delete-rectangle): Ditto.
8050         (delete-whitespace-rectangle): Ditto.
8051         (delete-extract-rectangle): Ditto.
8052         (open-rectangle): Ditto.
8053         (clear-rectangle): Ditto.
8054         (delete-whitespace-rectangle-line): New function.
8055         (delete-rectangle-line): Added third arg FILL.
8056         (delete-extract-rectangle-line): Ditto.
8057         (open-rectangle-line): Ditto.
8058         (clear-rectangle-line): Ditto.
8060 1999-08-03  Ray Blaak  <blaak@gnu.org>
8062         * progmodes/delphi.el: New file.
8064 1999-08-02  Richard Stallman  <rms@gnu.org>
8066         * textmodes/outline.el (outline-previous-heading): New function.
8067         (outline-up-heading-all): Use outline-previous-heading.
8068         (outline-next-heading): Delete definition inserted yesterday.
8070 1999-08-01  Richard Stallman  <rms@gnu.org>
8072         * textmodes/outline.el (outline-next-heading): New function.
8073         (outline-up-heading-all): New function.
8074         (outline-font-lock-level): Using outline-up-heading-all.
8075         Tell outline-back-to-heading to accept invisible headings.
8077         * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
8079         * mail/mh-utils.el (mh-find-path-run): New variable.
8080         (mh-find-path): Test and set that.
8081         Set mail-user-agent only the first time this function is run.
8082         (mail-user-agent): Defvar deleted.
8084         * info.el (info-initialize): New function.
8085         (info): Call info-initialize.
8086         (Info-directory-list): Initialize to nil,
8087         so info-initialize will set it up for real.
8089 1999-08-01  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8091         * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
8092         does not interpret a time as the year in a day-month entry.
8094         * calendar/diary-lib.el: Change syntax table entry for colon in
8095         the diary as part of the european-date-diary-pattern fix.
8097 1999-08-01  Eli Zaretskii  <eliz@gnu.org>
8099         * international/mule.el (set-auto-coding): Allow whitespace before
8100         and after the "variable: value" pair.
8102 1999-07-30  Ken'ichi Handa  <handa@gnu.org>
8104         * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
8105         (default-sendmail-coding-system): Doc-string fixed.
8107 1999-07-30  Dave Love  <fx@gnu.org>
8109         * subr.el (assoc-delete-all): New function, renamed from
8110         frame-delete-all.
8112         * frame.el: Change comments to doc strings and other doc fixes.
8113         (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
8114         Callers changed.
8115         (set-background-color, set-foreground-color, set-cursor-color)
8116         (set-mouse-color, set-border-color): Offer completion of colours.
8117         (cursor): Add :version to defgroup.
8119         * facemenu.el (list-colors-display): Make it work on ttys.
8120         (facemenu-read-color): Likewise.
8122 1999-07-30  Richard M. Stallman  <rms@gnu.org>
8124         * frame.el (frame-notice-user-settings): If background
8125         color has been changed, update background-mode from it,
8126         then update faces.
8128 1999-07-30  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
8130         * net-utils.el (finger): Don't do indirect fingering.
8132 1999-07-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8134         * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
8135         rules.  Add separator at end of holidays.
8136         (cal-tex-rules): New customizable variable.
8137         (cal-tex-latexify-list): Add optional parameter to put separator
8138         at end.
8140 1999-07-30  Bill Richter  <richter@steenrod.math.nwu.edu>
8142         * textmodes/fill.el (fill-individual-paragraphs): Calculate new
8143         fill prefix on each line while looping to the end of paragraph.
8144         End paragraph if it's longer than the existing fill prefix.
8146         * textmodes/fill.el (fill-context-prefix): Doc fix.
8148 1999-07-30  Dave Love  <fx@gnu.org>
8150         * font-lock.el (jit-lock): Fix :load, add :version.
8152 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
8154         * term/pc-win.el (msdos-face-setup): Register standard colors in
8155         Vface_tty_color_alist.
8156         (face-color-supported-p, face_color_gray_p): New functions.
8158         * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
8159         is bound.
8161         * startup.el (command-line): Don't register default colors for
8162         MSDOS window-system.
8164 1999-07-29  Dave Love  <fx@gnu.org>
8166         * f90.el (f90-mode-syntax-table): Change backslash to escape, not
8167         charquote.
8169         * lisp-mode.el (eval-defun): Re-written to avoid
8170         capturing variables.
8172         * picture.el (picture-beginning-of-line): Don't call
8173         hscroll-point-visible now we have real autoscrolling.
8174         (picture-end-of-line, picture-newline, picture-open-line):
8175         Likewise.
8177         * international/latin-8.el: New file.
8178         * international/latin-9.el: New file.
8180 1999-07-28  Dave Love  <fx@gnu.org>
8182         * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
8184         * msb.el: Require cl only when compiling.
8185         (msb--home-dir): Deleted.
8186         (msb--format-title): Use abbreviate-file-name.
8187         (msb--choose-file-menu): Simplify string comparison.
8189 1999-07-28  Gerd Moellmann  <gerd@gnu.org>
8191         * faces.el (toolbar): Add face definition for mono displays.
8193 1999-07-27  Richard M. Stallman  <rms@gnu.org>
8195         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
8197         * frame.el (frame-initialize): When setting frame-initial-frame-alist,
8198         force copying of default-frame-alist.
8200 1999-07-26  Ken'ichi Handa  <handa@gnu.org>
8202         * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
8204 1999-07-26  Richard M. Stallman  <rms@gnu.org>
8206         * frame.el (set-mouse-color): If new color is nil,
8207         really respecify the current color.
8209 1999-07-26  Gerd Moellmann  <gerd@gnu.org>
8211         * faces.el (bitmap-area): Change background of face `bitmap-area'
8212         to white for mono displays.
8214 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
8216         * international/ccl.el (ccl-embed-symbol): New function.
8217         (ccl-program-p): Deleted.  Now it's implemented in C code.
8218         (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
8219         (ccl-compile-translate-character): Likewise.
8220         (ccl-compile-map-single): Likewise.
8221         (ccl-compile-multiple-map-function): Likewise.
8222         (declare-ccl-program): Doc-string modified.
8223         (check-ccl-program): Check compiled CCL code by ccl-program-p.
8225 1999-07-25  Ken'ichi Handa  <handa@etl.go.jp>
8227         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
8229 1999-07-25  Markus Rost  <rost@gnu.org>
8231         * cus-edit.el (custom-save-variables, custom-save-faces):  Sort
8232         the entries to make custom-file more readable.
8234 1999-07-25  Richard M. Stallman  <rms@gnu.org>
8236         * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
8238         * emacs-lisp/edebug.el: Delete compatibility code.
8239         (edebug-next-token-class): If . is followed by a digit,
8240         return `symbol' for the token class.
8242         * startup.el (command-line): If we don't find the user's init file,
8243         set user-init-file to nil.
8245 1999-07-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8247         * info-look.el (info-lookup-interactive-arguments): Add optional
8248         argument query for new choice of help mode.
8249         (info-lookup-symbol):  Use it.
8250         (info-lookup-file): Ditto.
8251         (info-lookup): Don't switch to other window, if already in Info
8252         buffer.
8254 1999-07-23  Dave Love  <fx@gnu.org>
8256         * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
8257         syntax.
8258         (fortran-fontify-string, fortran-match-!-comment): Deleted.
8259         (fortran-font-lock-syntactic-keywords): New variable.
8260         (fortran-mode): Use it.
8261         (fortran-font-lock-keywords-1): Don't do comments.
8262         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
8263         match data.
8265         * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
8267         * msb.el (msb-menu-bar-update-buffers): Renamed from
8268         menu-bar-update-buffers.
8269         (msb-custom-set, msb--toggle-menu-type): Call
8270         msb-menu-bar-update-buffers.
8271         (msb-mode): Revise the hook setting.
8273         * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
8275 1999-07-23  Gerd Moellmann  <gerd@gnu.org>
8277         * font-lock.el, help.el, simple.el: Re-integrate previously
8278         described changes that were lost due to errors while checking them
8279         in.
8281 1999-07-23  Kevin Blake  <kblake@ticnet.com>
8283         * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
8285 1999-07-23  Ken'ichi Handa  <handa@etl.go.jp>
8287         * international/encoded-kb.el
8288         (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
8289         but push it to unread-command-events.
8290         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
8291         (encoded-kbd-self-insert-sjis): Likewise.
8292         (encoded-kbd-self-insert-big5): Likewise.
8294         * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
8295         before left margin and fill-prefix by fill-find-break-point.
8297 1999-07-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8299         * info-look.el (info-lookup-setup-mode): Don't give up, if
8300         info-lookup-make-completions returns an error.
8301         (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
8302         name latex, not latex2e.
8304 1999-07-21  Richard M. Stallman  <rms@gnu.org>
8306         * replace.el (perform-replace): Turn off case-fold-search
8307         if FROM-STRING argument has uppercase in it.
8309 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8311         * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
8312         mode is on.  Don't use end of changed text.
8314 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8316         * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
8317         (cl-hash-table-p): Renamed from hash-table-p.
8318         (cl-hash-table-count): Renamed from hash-table-count.
8319         (maphash): Alias to cl-maphash removed.
8320         (gethash): Likewise.
8321         (puthash): Likewise.
8322         (remhash): Likewise.
8323         (clrhash): Likewise.
8325 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8327         * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
8328         third arg non-nil.  See comment there why this isn't a good idea.
8330 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8332         * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
8334         * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
8335         sit-for with 3rd arg non-nil to prevent redisplay.
8337 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8339         * image.el (image-type-from-file-header): If file doesn't
8340         have a directory part, add data-directory.
8342 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8344         * tooltip.el (tooltip-gud-tips-p): Set default to nil.
8345         (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
8346         motion handling when tooltip-gud-tips-p is nil.
8348 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8350         * tooltip.el (tooltip-mode): Don't use `plusp'.
8351         (tooltip-active): Use initial value of nil.
8353         * jit-lock.el (jit-lock-mode): Don't use `plusp'.
8355 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8357         * bindings.el (make-mode-line-mouse-sensitive): Add key
8358         definitions for `top-line'.
8360 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8362         * faces.el (top-line): New face.
8364 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8366         * image.el (image-type-regexps): Add regexp for PS files.
8368 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8370         * faces.el (set-face-attribute): Fix wrong handling of frame
8371         begin equal to t.
8373 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8375         * image.el (image-type-regexps): Add PNG format.
8377 1999-07-21  Dave Love  <fx@gnu.org>
8379         * bindings.el (mode-line-modified): New variable.
8380         (mode-line-mode-menu-1): Switch to appropriate window before
8381         showing menu.
8383 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8385         * faces.el (face-underline): Removed.
8386         (face-underline-color): Ditto.
8388 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8390         * faces.el (face-x-resources): Fix typo.
8392 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8394         * faces.el: Remove handling of `:relief', extend handling of
8395         `:box'.
8396         (frame-set-background-mode): Choose new defface specs after
8397         frame parameters have changed.
8399         * cus-face.el: Ditto.
8401 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8403         * custom.el (defface): Extend documentation to include new
8404         face attributes.
8406         * cus-face.el (custom-face-attributes): Add overline,
8407         strike-through, box.
8409         * faces.el (face-valid-attribute-values): Handle overline,
8410         strike-through, box.
8411         (face-attribute-name-alist): Add pairs for new face attributes.
8412         (describe-face): Handle new face attributes.
8414 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8416         * faces.el (face-x-resources): Add overline, strike-through, box.
8418 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8420         * enriched.el (enriched-translations): Add `display' and
8421         "x-display".
8422         (enriched-handle-display-prop): New.
8423         (enriched-decode-display-prop): New.
8425         * format.el (top-level): Give `display' property
8426         `format-list-atomic-p.
8427         (format-annotate-single-property-change): Test that property.
8428         If present, treat list property values like atoms.
8430 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8432         * cus-face.el (custom-face-attributes): Use `choice' everywhere
8433         so that "*" can be entered.
8435 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8437         * cus-face.el (custom-face-attributes): Don't use `#''.
8439 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
8441         * cus-face.el (custom-face-attributes): Return underline
8442         face attribute directly from the second lambda of underline.
8444 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8446         * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
8448         * frame.el (after-setting-font-hooks): New variable.
8449         (set-frame-font): Run those hooks.
8451         * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
8453         * faces.el (set-face-attribute): Fix doc string.
8455 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8457         * cus-face.el (custom-face-attributes): Accept color name.
8459         * faces.el (face-underline-p): Accept unspecified underlining.
8460         (face-underline): Ditto.  Fix doc string.
8462 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
8464         * faces.el (face-underline-color): New function.
8466 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
8468         * cus-face.el (custom-face-attributes): Support underline coloring.
8469         Added slot to choose a color.
8471         * faces.el (face-underline): New function.
8472         (face-underline-p): Support underline coloring.
8473         Return nil only if the underline attribute is 'normal.
8474         (set-face-underline): New function.
8475         (face-valid-attribute-values): Support underline coloring.
8477 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8479         * image.el (insert-image): Use `display' instead of `glyph'
8480         as text property name.
8481         (put-image): Ditto.
8482         (image-type-from-file-header): Use insert-file-contents-literally.
8484 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8486         * easymenu.el (easy-menu-do-add-item): Don't use the empty
8487         string to indicate separators.
8489 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8491         * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
8492         instead of message-log.
8494 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8496         * faces.el (bitmap-area): New face.
8498 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8500         * image.el (insert-image): New.
8502 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8504         * frame.el (blink-cursor): Set the symbol's value.
8505         (show-trailing-whitespace): Change group to font-lock.
8507 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8509         * jit-lock.el: New.
8510         * font-lock.el: Add jit-mode as new support mode.
8512         * font-lock.el (font-lock-fontify-keywords-region): Stop when
8513         reaching end instead of letting re-search-forward signal an error.
8514         (demand-lock-mode): New.
8515         (font-lock-turn-on-thing-lock): Add demand-lock-mode.
8516         (font-lock-turn-off-thing-lock): Ditto.
8517         (font-lock-after-fontify-buffer): Ditto.
8518         (font-lock-after-unfontify-buffer): Ditto.
8520 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8522         * gs.el: New file.
8524         * startup.el (command-line-1): Activate tooltip mode if
8525         interactive.
8527 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8529         * faces.el (toolbar): Grey default background.
8530         (modeline): Ditto.
8532         * image.el (image-type-regexps): New.
8533         (image-type-from-file-header): New.
8534         (create-image): Call it.
8536 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8538         * image.el: New file.
8540 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8542         * bindings.el (mode-line-format): Replace `mode-name' with
8543         `(:eval mode-line-mode-name)'.
8544         (mode-line-mode-name): New.
8545         (make-mode-line-mouse-sensitive): Don't change default value
8546         of `mode-name'.
8548 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8550         * tooltip.el: New file.
8552 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8554         * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
8555         instead of mouse-3 to pop up menus.
8556         (mode-line-kill-buffer): Removed.
8557         (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
8558         buffer name.
8559         (mode-line-buffer-menu-1): Removed.
8561         * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
8563         * bindings.el (mode-line-buffer-identification-keymap): New.
8564         (mode-line-buffer-menu-keymap): New.
8565         (mode-line-mode-menu-keymap): New.
8566         (mode-line-unbury-buffer): New.
8567         (mode-line-other-buffer): New.
8568         (mode-line-kill-buffer): New.
8569         (mode-line-buffer-menu-1): New.
8570         (mode-line-mode-menu-1): New.
8571         (make-mode-line-mouse-sensitive): New.
8573 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8575         * help.el (describe-key-briefly): Handle mode line strings
8576         with local-map properties.
8577         (describe-key): Ditto.
8578         (mode-line-key-binding): New.
8580 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8582         * scroll-bar.el (scroll-bar-timer): New.
8583         (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
8585 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8587         * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
8588         and `bottom'.
8590 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8592         * scroll-bar.el (scroll-bar-toolkit-scroll): New.
8593         (global): Use different key bindings if using tookit scroll bars.
8595 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8597         * faces.el (modeline): Define mode line face with relief for
8598         class color, only.
8599         (toolbar): New face.
8601 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8603         * frame.el (frame-initialize): Set frame-creation-function to
8604         tty-create-frame-with-faces.
8606         * faces.el (frame-set-background-mode): Make it work for
8607         window-system nil.
8609         * faces.el (tty-create-frame-with-faces): New.
8610         (face-set-after-frame-default): Make it work for TTY frames.
8612 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8614         * faces.el (face-valid-attribute-values): Use tty-defined-colors.
8615         Return a list of one font family for TTYs.  Don't return bitmap
8616         file paths for TTY frames.
8618         * faces.el: Add face specs for tty displays to basic faces.
8620         * font-lock.el (font-lock-comment-face): Add spec for color tty.
8621         (font-lock-string-face): Ditto.
8622         (font-lock-keyword-face): Ditto.
8623         (font-lock-builtin-face): Ditto.
8624         (font-lock-function-name-face): Ditto.
8625         (font-lock-variable-name-face): Ditto.
8626         (font-lock-type-face): Ditto.
8627         (font-lock-constant-face): Ditto.
8628         (font-lock-warning-face): Ditto.
8630 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8632         * startup.el (command-line): Register default tty colors.
8634         * faces.el (face-spec-set-match-display): Recognize `type tty'.
8636 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8638         * faces.el (modeline): For X frames, use a modeline with relief.
8640 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8642         * faces.el (frame-update-faces): Copied from 20.2.
8643         (frame-update-face-colors): Ditto.  Code removed that isn't
8644         applicable in the new face implementation.
8646 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8648         * frame.el (show-trailing-whitespace): New.
8650         * faces.el (trailing-whitespace): New basic face.
8652 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8654         * cus-face.el (custom-facep): Always define as alias for facep.
8656         * cus-face.el (custom-face-attributes): Use choice widgets.
8657         Remove :bold and :italic.
8659 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8661         * faces.el (face-charset-registries): Removed since fontset.el
8662         is no always loaded.
8664 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8666         * faces.el (internal-get-face): Added as obsolete function for
8667         compatibility.
8669 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8671         * frame.el (blink-cursor-end): Call show-cursor.
8672         (blink-cursor-mode): Ditto.
8674 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8676         * faces.el (face-spec-reset-face): Reset all attributes to
8677         `unspecified'.
8678         (face-spec-set): Use it.
8680 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8682         * faces.el (read-all-face-attributes): Bug fix.
8683         (face-read-integer): Allow nil default value.
8684         (face-valid-attribute-values): Use symbol names of attribute
8685         values for completion list.
8687 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8689         * faces.el (internal-find-face): Define for compatibility with
8690         20.2.
8691         (face-id): Likewise.
8693         * faces.el (face-id): Return the ID of a realized face for ASCII.
8695         * fontset.el (x-charset-registries): Removed.  Now in faces.el.
8696         (x-complement-fontset-spec): Use face-charset-registries.
8698         * faces.el (face-font-selection-order): Set font selection order
8699         from Lisp.
8700         (face-alternative-font-family-alist): Set alternative font
8701         families from Lisp.
8703 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8705         * faces.el (set-face-charset-registries): Set symbol value.
8707 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8709         * faces.el (face-set-after-frame-default): Call function
8710         internal-merge-in-global-face.
8712 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8714         * faces.el (face-list): Return symbols from face-global-alist.
8716         * faces.el (face-list): Return a copy of the face name list so
8717         that it cannot be modified from outside (facemenu.el uses
8718         nreverse, for example).
8720         * cus-face.el (custom-face-attributes): Add :bold and :italic
8721         for compatibility with old code.
8723         * faces.el (set-face-attributes-from-resources): Additional
8724         frame parameter.
8725         (make-face-x-resource-internal): Set attributes from resources
8726         for a given frame or all frames.
8728 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8730         * faces.el (all-faces): Removed.
8732         * custom.el (defface): Add new face attributes to function
8733         comment.
8735         * font-lock.el (font-lock-comment-face): Use new face attribute
8736         names.
8737         (font-lock-string-face): Ditto.
8738         (font-lock-keyword-face): Ditto.
8739         (font-lock-builtin-face): Ditto.
8740         (font-lock-function-name-face): Ditto.
8741         (font-lock-variable-name-face): Ditto.
8742         (font-lock-type-face): Ditto.
8743         (font-lock-reference-face): Ditto.
8744         (font-lock-warning-face): Ditto.
8745         ((boundp 'font-lock-face-attributes)): Ditto.
8747         * cus-face.el (custom-face-attributes): Use new face attributes.
8749         * faces.el (set-face-attribute-from-resource): Initialize
8750         from resources only for X and W32.
8752         * cus-face.el (custom-declare-face): Don't make frame-local
8753         faces.
8755         * faces.el (describe-face): Use princ instead of insert.
8757         * faces.el: Add XLFD manipulation functions from 20.2 again
8758         because fontset.el uses them.
8759         (face-set-after-frame-default): Add empty definition.
8761 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8763         * faces.el (make-face): Correct typo.
8764         (set-face-attribute-from-resource): Use let*.
8765         (face-underline-p): Correct typo.
8766         (face-inverse-video-p): Ditto.
8767         (set-face-stipple): Ditto.
8768         (face-read-string): Make completion-list optional parameter.
8770 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8772         * faces.el (face-charset-registries): Alist mapping charset
8773         symbols to registries and encoding.
8775 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8777         * frame.el (blink-cursor-mode): Use interactive spec "P".
8779 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8781         * frame.el (blink-cursor-mode): Function to toggle blinking cursor
8782         mode.  The cursor of selected_window blinks if the mode is enabled.
8784 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8786         * simple.el (next-history-element): Set point to the end of the
8787         prompt if minibuffer-prompt-in-buffer.
8789 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8791         * faces.el (x-font-regexp): Add sub-expression parentheses for
8792         several font name components.
8794 1999-07-21  Gerd Moellmann  <gerd@acm.org>
8796         * faces.el (set-face-relief): Use index 12 for relief.
8797         (face-fill-in): Set relief from data.
8798         (internal-make-face): Init relief to zero.
8800         * faces.el (face-spec-set): Call modify-face with additional
8801         parameters for relief and fixed-p.
8803 1999-07-21  Gerd Moellmann  <gerd@acm.org>
8805         * cus-face.el: ':fixed and ':relief added.
8807         * faces.el (describe-face): Add fixed font attribute and relief.
8808         (face-attr-match-p): Ditto.
8809         (face-attr-construct): Ditto.
8810         (face-spec-set): Ditto.
8812 1999-07-21  Gerd Moellmann  <gerd@acm.org>
8814         * faces.el (internal-make-face): Function to create a Lisp vector
8815         suitable for representing a face.
8816         (make-face): Use it instead of make-vector.
8817         (x-create-frame-with-faces): Use it instead of vector.
8818         (internal-facep): Increase vector size to 14.
8819         (internal-make-face): Ditto.
8820         (face-relief): Access relief thickness.
8821         (face-fixed-p): Access fixed font attribute.
8822         (set-face-fixed-p): Set fixed font attribute.
8823         (set-face-relief): Set relief attribute.
8824         (internal-face-interactive-int): Read int attribute of face.
8825         (modify-face): Add fixed-p and relief parameters.
8826         (copy-face): Handle fixed-p and relief.
8827         (face-equal): Compare fixed-p and relief.
8828         (face-differs-from-default-p): Ditto.
8829         (face-nontrivial-p): Add fixed-p and relief.
8831 1999-07-21  Gerd Moellmann  <gerd@acm.org>
8833         * faces.el (eval-when-compile): Add set-face-shadow-thickness.
8834         (internal-facep): Increase vector size.
8835         (make-face): Ditto.
8836         (face-shadow-thickness): Added.
8837         (set-face-shadow-thickness): Added.
8838         (modify-face): Add optional shadow-thickness parameter.
8839         (make-face-x-resource-internal): Add shadows.
8840         (copy-face): Ditto.
8841         (face-equal): Ditto.
8842         (face-differs-from-default-p): Ditto.
8843         (face-nontrivial-p): Ditto.
8844         (face-attr-match-p): Ditto.
8845         (face-attr-construct): Ditto.
8846         (face-spec-set): Ditto.
8847         (face-fill-in): Ditto.
8849 1999-07-21  Gerd Moellmann  <gerd@acm.org>
8851         * bench.el (bench-mark-split-window): New bench mark.
8853 1999-07-21  Gerd Moellmann  <gerd@acm.org>
8855         * faces.el (set-face-font): Don't pass default font to
8856         x-resolve-font so that font will not have to be of the same
8857         size.
8859 1999-07-20  Dave Love  <fx@gnu.org>
8861         * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
8862         unconditionally t.
8864 1999-07-20  Karl Heuer  <kwzh@gnu.org>
8866         * font-lock.el (c++-font-lock-extra-types): Add "type_info".
8868 1999-07-20  Dave Love  <fx@gnu.org>
8870         * help.el (describe-variable): Fix test for customizability.
8872         * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
8873         Check for readonly buffer in interactive spec.
8874         (zap-to-char, kill-line, kill-region, comment-region, kill-word)
8875         (backward-kill-word): Add * to interactive spec.
8877         * underline.el (underline-region, ununderline-region): Add * to
8878         interactive spec.
8880         * fill.el (canonically-space-region, justify-current-line): Add *
8881         to interactive spec.
8882         (fill-region-as-paragraph, fill-paragraph, fill-region)
8883         (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
8884         readonly buffer in interactive spec.
8886         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8887         (backward-kill-sentence, kill-sentence): Add * to interactive
8888         spec.
8890 1999-07-19  Richard M. Stallman  <rms@gnu.org>
8892         * dired-aux.el (dired-do-shell-command): Doc fix.
8894         * shell.el (shell-unquote-argument): New function.
8895         (shell-directory-tracker): Use shell-unquote-argument.
8896         * comint.el (comint-arguments): Handle \ followed by space or tab.
8898 1999-07-19  John Wiegley  <jwiegley@borland.com>
8900         * term.el (ansi-term-fg-faces-vector): Added support for ANSI
8901         color codes 39 and 49, which by the way lynx uses them seem to
8902         mean "foreground reset" and "background reset".
8904 1999-07-19  Karl Heuer  <kwzh@gnu.org>
8906         * font-lock.el (c++-keywords): Add "typeid".
8908         * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
8909         selects no font, treat that as zero selections, not one.
8911 1999-07-19  Dave Love  <fx@gnu.org>
8913         * info.el (Info-search): Don't lose with empty regexp.
8915         * version.el: Cater for (free) `ident' program, not `which'.
8917         * hl-line.el: New file.
8919         * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8920         for modes which don't define menus.
8922 1999-07-16  Richard M. Stallman  <rms@gnu.org>
8924         * webjump.el (webjump-sample-sites): Update some URLs.
8926 1999-07-14  Richard Stallman  <rms@gnu.org>
8928         * Version 20.4 released.
8930 1999-07-14  Andreas Schwab  <schwab@gnu.org>
8932         * compare-w.el (compare-windows): Try to find the next window in
8933         the current frame before looking at the other frames.
8935 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
8937         * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
8938         Use cyrillic-jcuken as default input method.
8940 1999-07-12  Richard Stallman  <rms@gnu.org>
8942         * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8943         Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8945         * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8946         (ispell-local-dictionary-alist): Add koi8-r for character set.
8948         * textmodes/flyspell.el (flyspell-get-word):
8949         Add special handling for when ispell-otherchars is empty.
8951 1999-07-12  Espen Skoglund  <espensk@stud.cs.uit.no>
8953         * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8954         when having nested functons.
8955         (pascal-indent-nested-functions) (pascal-indent-line)
8956         (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8957         indenting nested functions.
8959 1999-07-09  Richard Stallman  <rms@gnu.org>
8961         * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8963 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
8965         * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8966         the `end' keyword was in the very beginning of the buffer.
8968 1999-07-08  Richard Stallman  <rms@gnu.org>
8970         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8972         * term.el (term-emulate-terminal): Avoid infinite loop
8973         in strange case where minibuffer window is selected but not active.
8975 1999-07-07  Stephen Eglen  <stephen@gnu.org>
8977         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8978         Change regexp so that it doesn't match commands beginning with `cd'.
8980 1999-07-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
8982         * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8984 1999-07-06  Richard Stallman  <rms@gnu.org>
8986         * hscroll.el (hscroll-minibuffer-hook): New function.
8987         (hscroll-global-mode): Add and remove that hook.
8988         Set hscroll-old-truncate-was-global's default value.
8990 1999-07-05  Richard Stallman  <rms@gnu.org>
8992         * files.el (revert-buffer): Don't preserve point here.
8993         (revert-buffer-insert-file-contents-function): Doc fix.
8995         * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8997         * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8998         doing a `stat' when it isn't necessary because that can cause
8999         trouble when an NFS server is down.
9001 1999-07-04  Richard Stallman  <rms@gnu.org>
9003         * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
9005 1999-07-03  Richard Stallman  <rms@gnu.org>
9007         * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
9008         for \200...\240 also.
9009         (isearch-printing-char): Use unibyte-char-to-multibyte.
9011 1999-07-02  Richard Stallman  <rms@gnu.org>
9013         * frame.el (minibuffer-frame-alist): Use defcustom.
9014         (pop-up-frame-alist): Likewise.
9015         (initial-frame-alist): Specify * in the doc string.
9017         * hscroll.el (hscroll-mode): Make it a permanent local.
9018         (hscroll-mode): Don't cancel the timer
9019         if HScroll mode is enabled in some other buffer.
9021         * isearch.el (isearch-done): If search ends in middle of intangible
9022         text (due to text property), move on to the limit of that text.
9024 1999-07-01  Andrew Innes  <andrewi@gnu.org>
9026         * man.el (Man-build-man-command): Use value of null-device,
9027         instead of hard-coding "/dev/null".
9029         * dos-w32.el (untranslated-canonical-name): Avoid expanding
9030         ange-ftp file names, which might force ange-ftp to prompt for a
9031         password.
9033         * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
9034         to prevent references to temp files.
9036 1999-06-30  Richard Stallman  <rms@gnu.org>
9038         * progmodes/sh-script.el (sh-feature): If nothing is known
9039         about the given shell, use the values for `sh'.
9041 1999-06-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9043         * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
9044         to make it non-recursive.
9046         * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
9048 1999-06-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9050         * auto-show.el (auto-show-mode): Fix Typo in :set.
9052 1999-06-29  Richard M. Stallman  <rms@gnu.org>
9054         * progmodes/sh-script.el (sh-mode): When setting syntax
9055         table, default to the standard one.
9057 1999-06-27  Richard M. Stallman  <rms@gnu.org>
9059         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
9061 1999-06-27  Stefan Monnier  <monnier@cs.yale.edu>
9063         * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
9064         a frame when `return' is requested (even if pop-up-frames = t)
9065         * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
9066         should only be set for the bibtex buffer.
9068         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
9070         * progmodes/compile.el: Deal with compilation-error-screen-columns
9071         being buffer-local.
9073 1999-06-27  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
9075         * comint.el (comint-password-prompt-regexp): Allow "(again)".
9077 1999-06-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9079         * cal-x.el (calendar-only-one-frame-setup): New function.
9080         * calendar.el (calendar): Call it if requested.
9082 1999-06-24  Karl Heuer  <kwzh@gnu.org>
9084         * startup.el (iso-8859-n-locale-regexp): Doc fix.
9086 1999-06-22  Richard M. Stallman  <rms@gnu.org>
9088         * mail/supercite.el (sc-emacs-features): Doc fix.
9090 1999-06-22  Karl Heuer  <kwzh@gnu.org>
9092         * files.el (auto-mode-alist): Add pike-mode.
9094 1999-06-20  Paul R. Eggert  <eggert@twinsun.com>
9096         * tar-mode.el (tar-header-block-tokenize): Don't assume that the
9097         last byte of a numeric field is a space or a NUL.  Parse it as
9098         potentially part of the number.  This is used by GNU tar
9099         1.12.64012 to handle larger values.
9101 1999-06-20  Karl Heuer  <kwzh@gnu.org>
9103         * custom.el (custom-handle-keyword): Fix error message.
9105 1999-06-18  Andrew Innes  <andrewi@gnu.org>
9107         * mail/smtpmail.el (smtpmail-send-it): Use
9108         convert-standard-filename to make file names for queued mail safe
9109         on Windows (`:' is invalid in file names on Windows).
9111 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
9113         * international/mule-cmds.el (describe-current-input-method):
9114         Current-input-method is string.
9115         (toggle-input-method): Docstring fixed.
9117         * international/mule-diag.el
9118         (describe-current-coding-system-briefly): Fix format string.
9120         * international/mule-util.el (coding-system-eol-type-mnemonic):
9121         Docstring modified.  Return a string.
9123 1999-06-17  Alex Schroeder  <a.schroeder@bsiag.ch>
9125         * sql.el (sql-input-ring-file-name): Doc fix.
9127 1999-06-17  Richard M. Stallman  <rms@gnu.org>
9129         * calendar/cal-x.el (special-display-buffer-names):
9130         Don't put (get-file-buffer diary-file) on this list.
9132 1999-06-17  Mark W Maimone  <mwm@helios.jpl.nasa.gov>
9134         * play/mpuz.el (mpuz-try-proposal): Fix message call.
9135         Don't penalize player for certain impossible guesses.
9137 1999-06-16  Andrew Innes  <andrewi@gnu.org>
9139         * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
9140         return the string "Unk  0  0000" so at least it appears to be a
9141         valid timestamp to `dired-move-to-filename-regexp'.
9143 1999-06-15  Ken'ichi Handa  <handa@gnu.org>
9145         * ps-print.el (ps-control-character): Fix previous change.
9147 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9149         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
9150         multiple output of the last message.
9152 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
9154         * term/internal.el (IT-display-table-setup): Do not remap \222 to
9155         the ASCII apostrophe, as most DOS codepages have some other glyph
9156         there.
9158 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
9160         * language/ethio-util.el (setup-ethiopic-environment-internal):
9161         Use quail-activate-hook instead of obsolete hook quail-mode-hook.
9162         (exit-ethiopic-environment): Likewize.
9164 1999-06-12  Richard M. Stallman  <rms@gnu.org>
9166         * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
9168 1999-06-12  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9170         * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
9171         custom-initialize-default to avoid infinite loop.
9172         (crisp-mode): (defun) Call transient-mark-mode here, not when
9173         loading the file.  Run crisp-mode-hook here, and run
9174         crisp-load-hook when loading the file.
9176         * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
9177         rmail-summary buffer, search for pattern in rmail-file.
9179         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
9181         * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
9183         * ps-print.el (ps-printer-name): Fix custom type.
9185 1999-06-12  Reto Zimmermann  <reto@synopsys.com>
9187         * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
9188         (vhdl-port-paste-generic-map): Fix indentation bug.
9189         (vhdl-port-paste-port-map): Fix indentation bug.
9190         (vhdl-scan-file-contents): Make scanning case insensitive.
9192 1999-06-11  Richard M. Stallman  <rms@gnu.org>
9194         * files.el (write-file): When buffer is not already visiting a file,
9195         don't put buffer name in the minibuffer, just make it the default.
9196         Also handle just directory as arg usefully in that case.
9198         * simple.el (sendmail-user-agent-compose):
9199         Ignore case when inserting the rest of the "other" headers.
9201         * help.el (help-for-help): Mention C-h C-i.  Clear up C-h n.
9203         * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
9204         (info-lookup-interactive-arguments): Never insert the default
9205         into the minibuffer automatically.
9207         * emacs-lisp/cl-extra.el (getf): Don't call get*.
9209 1999-06-09  Richard M. Stallman  <rms@gnu.org>
9211         * simple.el (shell-command): Avoid printing "mark set" message.
9213 1999-06-09  Dave Love  <fx@gnu.org>
9215         * progmodes/compile.el (compilation-error-regexp-alist): Allow
9216         digits in program name in first pattern.
9218 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9220         * vc.el (vc-dired-mode): Don't match anything before the date in
9221         dired-move-to-filename-regexp.
9223 1999-06-07  Ken'ichi Handa  <handa@gnu.org>
9225         * international/quail.el (quail-define-rules): Fix typo in
9226         docstring.
9228 1999-06-05  Stephen Eglen  <stephen@gnu.org>
9230         * iswitchb.el (iswitchb-default-keybindings): Add
9231         iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
9232         than when package is loaded.
9234 1999-06-04  Richard M. Stallman  <rms@gnu.org>
9236         * startup.el (command-line): Don't set user-init-file directly;
9237         tell `load' to set it.
9239         * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
9241         * simple.el (next-history-element):
9242         Handle minibuffer-text-before-history properly when reading sexps.
9244         * disp-table.el (standard-display-european):
9245         For an interactive call by the user,
9246         don't set enable-multibyte-characters,
9247         and don't set the terminal coding system.
9249         * textmodes/refbib.el: Don't print any messages or display
9250         a buffer when loading the library.
9251         (r2b-help): Doc fix.
9252         (r2b-help-message): Update the documentation.
9253         (r2b-load-quietly): Variable deleted.
9254         (r2b-convert-buffer): Doc fix.
9256 1999-06-04  Dave Love  <fx@gnu.org>
9258         * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
9260         * auto-show.el: Don't change hooks on loading.
9261         (auto-show-mode): Autoload.  Default to nil.  Add :set &c.
9262         (auto-show-mode): Add to hooks here.
9264 1999-06-04  Richard Sharman  <rsharman@pobox.com>
9266         * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
9267         recursion on bogus input.
9269 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
9271         * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
9272         does not select a buffer from the buffers menu, then the attached
9273         frame is not switched to anything.
9275 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
9277         * language/vietnamese.el (ccl-encode-vscii): Typo fixed
9278         (viet-viscii-...->viet-vscii...).
9280         * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
9282 1999-06-01  Dave Love  <fx@gnu.org>
9284         * progmodes/fortran.el: Add :link to defgroup.
9285         (fortran-blink-matching-if): Match ELSE statements too.
9286         (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
9287         that filling is always done.
9289 1999-05-31  Richard M. Stallman  <rms@gnu.org>
9291         * simple.el (append-next-kill): Use an arg to distinguish
9292         interactive calls from Lisp calls, rather than (interactive-p).
9294         * international/iso-transl.el (iso-transl-language-alist):
9295         Interchange n and N.
9297 1999-05-31  Dave Love  <fx@gnu.org>
9299         * msb.el Add to minor-mode-map-alist.  Remove hook installation
9300         and keymap munging on load.
9301         (msb-mode): New option.
9302         (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
9303         Doc fix.
9304         (msb-mode-map): New variable.
9305         (msb-mode): New command.
9307 1999-05-31  Dave Love  <fx@gnu.org>
9309         * ispell.el: (ispell-alternate-dictionary): Fix custom type.
9310         (ispell-complete-word-dict): Likewise.
9312 1999-05-31  Eli Zaretskii  <eliz@gnu.org>
9314         * forms.el (forms-save-buffer): Call set-buffer-modified-p to
9315         force the data buffer to be saved, even if the data didn't
9316         change, in case the write filter was modified.  Restore the
9317         current record after read-file-filter finishes.
9319 1999-05-29  Karl Heuer  <kwzh@gnu.org>
9321         * ispell4.el: Obsolete; file deleted.
9323         * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
9325         * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
9326         VALUE is a syntax table.
9328         * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
9330         * simple.el (zap-to-char): Doc fix.
9332 1999-05-27  Ken'ichi Handa  <handa@gnu.org>
9334         * isearch.el (isearch-quote-char): Don't assume character codes
9335         0200 - 0237 stand for characters in some single-byte character
9336         charset.
9338 1999-05-27  Dave Love  <fx@gnu.org>
9340         * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
9342 1999-05-27  Andreas Schwab  <schwab@gnu.org>
9344         * dired-aux.el (dired-insert-subdir-doinsert): Check that the
9345         headerline does not exist already.
9347 1999-05-26  Richard Stallman  <rms@gnu.org>
9349         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9350         Avoid nested null-loops.
9352 1999-05-26  Ken'ichi Handa  <handa@gnu.org>
9354         * international/characters.el: Typo fixed; prefered->preferred.
9356         * international/mule-cmds.el (find-coding-systems-for-charsets):
9357         Typo fixed; prefered->preferred.
9359         * map-ynp.el (map-y-or-n-p): Don't inherit the current input
9360         method in read-event.
9362         * international/mule.el (charset-info): Doc-string fixed.
9364 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
9366         * mail/smtpmail.el (smtpmail-send-it): Bind
9367         smtpmail-code-conv-from properly.
9368         (smtpmail-send-data-1): If DATA is a multibyte string, encode it
9369         by smtpmail-code-conv-from.
9371 1999-05-24  Richard Stallman  <rms@gnu.org>
9373         * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
9374         Binding deleted also.
9376 1999-05-24  Karl Heuer  <kwzh@gnu.org>
9378         * comint.el (comint-bol-or-process-mark): Doc fix.
9380 1999-05-23  Dave Love  <fx@gnu.org>
9382         * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
9383         Enter it on minor-mode-map-alist.
9384         (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
9385         Autoload.  Add custom setter.
9386         (crisp-mark-line): Doc fix.
9387         (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
9388         (crisp-mode-hook): Define.
9390 1999-05-23  Ken'ichi Handa  <handa@gnu.org>
9392         * files.el (recover-file): Recover buffer-file-coding-system.
9394 1999-05-22  Richard Stallman  <rms@gnu.org>
9396         * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
9397         regexp match the date, to avoid treating date as file size.
9398         Add YYYY S option to WESTERN/
9400         * bookmark.el: Delete some XEmacs compatibility code.
9401         (bookmark-jump-noselect): Check vc-backend.
9403         * subr.el (add-to-list): Doc fix.
9405 1999-05-21  Stephen Eglen  <stephen@gnu.org>
9407         * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
9409 1999-05-18  Richard Stallman  <rms@gnu.org>
9411         * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
9412         non-space after the @anchor command.
9413         (texinfo-format-var): Handle other nested constructs, using
9414         texinfo-parse-expanded-arg and texinfo-discard-command, not
9415         texinfo-parse-arg-discard.
9417         * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
9418         (debug): Bind and use debugger-outer-inhibit-redisplay.
9419         Bind inhibit-redisplay to nil.
9420         (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
9422 1999-05-17  Dave Love  <fx@gnu.org>
9424         * help.el (describe-function-1): Extra arg, interactive-p.
9425         (describe-key, describe-function): Use it.
9427 1999-05-17  Karl Heuer  <kwzh@gnu.org>
9429         * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
9431 1999-05-16  Dave Love  <fx@gnu.org>
9433         * cus-start.el (all): Delete selective-display.  Add scroll-margin,
9434         scroll-preserve-screen-position, scroll-conservatively.
9436 1999-05-16  Dave Love  <fx@gnu.org>
9438         * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
9440 1999-05-15  Reto Zimmermann  <reto@Synopsys.COM>
9442         * progmodes/vhdl-mode.el: Completely revised and massively extended.
9444 1999-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
9446         * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
9447         magic number and is not associated with a file.
9449 1999-05-14  Richard M. Stallman  <rms@gnu.org>
9451         * files.el (find-file-noselect-1): Fix previous change.
9453 1999-05-14  Simon Marshall  <simon@gnu.org>
9455         * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
9457 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
9459         * international/mule-diag.el (mule-diag): Change MULE to Mule in
9460         docstring.
9462         * international/mule-cmds.el: Change MULE to Mule in docstrings
9463         and menus.
9465 1999-05-10  Kenichi HANDA  <handa@etl.go.jp>
9467         * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
9468         to correctly reflect the value of BaseLineOffset in
9469         RelativeCompose.  Now the value of RelativeCompose is an array of
9470         low and high positions.
9471         (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
9472         RLC for the above change.
9474 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
9476         * comint.el (comint-password-prompt-regexp): Modified to match the
9477         output of ksu and ssh-add.
9479 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
9481         * language/korea-util.el (isearch-toggle-korean-input-method):
9482         Adjusted for the change of input method handling in isearch.el.
9483         (isearch-hangul-switch-symbol-ksc): Likewise.
9484         (isearch-hangul-switch-hanja): Likewise.
9486 1999-05-10  Dave Love  <fx@gnu.org>
9488         * help.el (help-make-xrefs): Fix typo.
9490 1999-05-10  Andreas Schwab  <schwab@gnu.org>
9492         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
9493         unibyte-display-via-language-environment.
9495         * help.el (help-make-xrefs): Handle more cases when looking for
9496         commands in a keymap description.
9498 1999-05-10  Eli Zaretskii  <eliz@gnu.org>
9500         * loadup.el: For ms-dos systems, load ccl and codepage.
9502 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
9504         * ps-print.el (ps-control-character): Call
9505         ps-mule-prepare-ascii-font to setup ASCII fonts.
9507         * ps-mule.el (ps-mule-begin-job): Redo this change "if
9508         ps-multibyte-buffer is nil, use
9509         ps-mule-font-info-database-default."
9511 1999-05-08  Ken Stevens  <k.stevens@ieee.org>
9513         * ispell.el (ispell-local-dictionary-alist): New variable for
9514         customizing local dictionaries not accessable by everyone.
9515         (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
9516         (ispell-required-version): Changed format `(major minor
9517         revision)' to support general pattern matching.
9518         (ispell-tex-skip-alists): AMS Tex block comment and `\author'
9519         skip region commented out due to incorrect skip potential in std latex.
9520         (ispell-word): Removed `when' macro.  Fixed bug of not restoring
9521         cursor point on small words for calls from `ispell-minor-mode'.
9522         (check-ispell-version): Tests and accepts versions major.minor
9523         and above, with adjustments for interactions in 3.1.0-3.1.11.
9524         (ispell-get-line): No longer skips ispell process special characters.
9525         (ispell-comments-and-strings): Removed `when' macro call.
9526         (ispell-minor-check): Requires ispell-word to restore cursor point.
9527         (ispell-buffer-local-parsing): Supports checking comments only.
9529 1999-05-08  Karl Heuer  <kwzh@gnu.org>
9531         * comint.el (comint-password-prompt-regexp): Fix last change to be
9532         more specific.
9534 1999-05-07  Richard M. Stallman  <rms@gnu.org>
9536         * subr.el (with-temp-message): Fix the other call to message
9537         to use %s.
9539 1999-05-07  Michael Ernst  <mernst@alum.mit.edu>
9541         * gud.el (gud-format-command): "%F" means file sans extension.
9542         (jdb): Use %F, not %f, for gud-break.
9544 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
9546         * comint.el (comint-password-prompt-regexp): Modified so that it
9547         matches the output of kinit.
9549 1999-05-06  Greg Stark  <gsstark@mit.edu>
9551         * timezone.el (timezone-parse-date): Recognize new format used in
9552         internet cookies.
9554 1999-05-04  Tudor Hulubei  <tudor@cs.unh.edu>
9556         * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
9558 1999-05-04  Andrew Innes  <andrewi@gnu.org>
9560         * time.el (display-time-update): Allow for wrap-around when
9561         checking against display-time-server-down-time.
9563 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
9565         * international/mule-diag.el (describe-coding-system): Fix English
9566         message.
9568 1999-05-03  Jason Rumney <jasonr@altavista.net>
9570         * term/w32-win.el: Change the x-charset-registry property for the
9571         Japanese charsets that are supported by Japanese Windows fonts.
9573 1999-05-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9575         * diary-lib.el (diary-remind): Rewritten to behave sensibly for
9576         diary-block diary entries for which the reminders and the diary
9577         entries can overlap.
9579 1999-05-02  Jason Rumney <jasonr@altavista.net>
9581         * term/w32-win.el (mouse-set-font): Ensure constructed fontset
9582         matches the font selected in the dialog.
9584 1999-05-02  Dave Love  <fx@gnu.org>
9586         * browse-url.el (browse-url-browser-function): Add :version.
9588         * international/mule.el (auto-coding-alist): Add .tgz.
9590 1999-05-2  Eli Zaretskii  <eliz@is.elta.co.il>
9592         * international/codepage.el (cp-coding-system-for-codepage-1):
9593         Make the magnification parameter for the -dos encoder be 2.
9595 1999-05-2  Andrew Innes  <andrewi@gnu.org>
9597         * term/w32-win.el (w32-drag-n-drop): Select file in window where
9598         it is dropped, rather than current window.
9600         * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
9601         after switching buffer, as case-fold-search is a buffer local
9602         variable.
9604         * w32-fns.el (convert-standard-filename): Only convert directory
9605         separators to backslash if the interactive shell is one of the
9606         standard Windows shells that has DOS semantics.
9608         * ls-lisp.el (ls-lisp-format-time): Trap errors from
9609         format-time-string, and return a suitable string to indicate the
9610         timestamp was invalid.
9612         * hexl.el (hexlify-command): Apply shell-quote-argument after
9613         expanding hexl-program in case exec-directory contains a space.
9614         (dehexlify-command): Ditto.
9616         * dos-w32.el (file-name-buffer-file-type-alist): Remove various
9617         file extension regexps which aren't necessarily binary files.
9618         (direct-print-region-helper): Use subst-char-in-string instead of
9619         binding directory-sep-char to convert filenames to DOS syntax.
9620         (direct-print-region-use-command-dot-com): New variable.
9621         (direct-print-region-helper): Use it to control whether to invoked
9622         command.com to print on Windows 9x.
9624         * browse-url.el (browse-url-browser-function): Default to
9625         browse-url-default-windows-browser on windows-nt.
9626         (browse-url-default-windows-browser): New function.
9628 1999-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
9630         * forms.el (forms-mode): Don't call forms-first-record or
9631         forms-last-record if the data file has zero records.
9633 1999-04-29  Richard M. Stallman  <rms@gnu.org>
9635         * files.el (find-file-noselect-1): If buffer-file-name has changed
9636         after find-file-not-found-hooks runs, recompute the truename.
9637         And don't use FILENAME after that point.
9639 1999-04-27  Dave Love  <fx@gnu.org>
9641         * paren.el (show-paren-mode)
9642         * which-func.el (which-func-mode-global)
9643         * type-break.el (type-break-mode)
9644         * time.el (display-time-mode)
9645         * rsz-mini.el (resize-minibuffer-mode)
9646         * mouse-sel.el (mouse-sel-mode)
9647         * icomplete.el (icomplete-mode)
9648         * hscroll.el (hscroll-global-mode)
9649         * help.el (temp-buffer-resize-mode)
9650         * font-lock.el (global-font-lock-mode)
9651         * delsel.el (delete-selection-mode)
9652         * avoid.el (mouse-avoidance-mode)
9653         * autoinsert.el (auto-insert-mode)
9654         * winner.el (winner-mode): Doc fix.
9656 1999-04-26  Karl Heuer  <kwzh@gnu.org>
9658         * mail/rmail.el (rmail-next-same-subject): When searching, ignore
9659         the same whitespace that was ignored in choosing the subject string.
9661 1999-04-26  Richard M. Stallman  <rms@gnu.org>
9663         * info.el (Info-find-node): Position properly after finding anchor.
9665         * cus-start.el (all): Handle unibyte-display-via-language-environment.
9667         * simple.el (indent-new-comment-line): Fix previous change.
9669         * complete.el: Delete the wildcard expansion feature
9670         since that is now standard in find-file.
9671         (PC-try-load-many-files): Function deleted.
9672         (PC-after-load-many-files): Function deleted.
9673         (PC-many-files-list): Variable deleted.
9674         (PC-disable-wildcards): Variable deleted.
9675         (partial-completion-mode): Don't enable the wildcard feature.
9677         * complete.el (PC-look-for-include-file): Don't set global variables
9678         `error', `buf' and `filename' here.
9680         * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
9682 1999-04-26  John Wiegley  <johnw@oneworld.new-era.com>
9684         * textmodes/outline.el (outline-regexp): Doc fix.
9686 1999-04-26  John Wiegley  <johnw@borland.com>
9688         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
9689         C++Builder 4.0 error message syntax.
9691 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
9693         * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
9694         supported, use find -exec.
9696 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
9698         * textmodes/texinfmt.el (texinfo-format-buffer): Bind
9699         coding-system-for-write, to avoid hanging when non-interactive.
9701 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9703         * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
9704         start with a newline.
9706 1999-04-13  Ken'ichi Handa  <handa@gnu.org>
9708         * international/mule-conf.el (x-ctext): New coding system.
9710 1999-04-12  Richard M. Stallman  <rms@gnu.org>
9712         * international/mule-cmds.el (input-method-function):
9713         Add permanent-local property.
9715 1999-04-12  Dave Love  <fx@gnu.org>
9717         * jka-compr.el (jka-compr-insert-file-contents): Fix previous
9718         change to use jka-compr-byte-compiler-base-file-name.
9720         * supercite.el (sc-scan-info-alist): Revert last change.
9721         (sc-attrib-selection-list): Fix :type here instead.
9723 1999-04-11  Eli Zaretskii  <eliz@gnu.org>
9725         * international/mule.el (auto-coding-alist-lookup): Include ms-dos
9726         in the list of case-insensitive filesystems.
9728 1999-04-09  Kenichi Handa  <handa@etl.go.jp>
9730         * international/fontset.el (create-fontset-from-fontset-spec):
9731         Don't register duplicated alias fontset names.
9733 1999-04-08  Richard Stallman  <rms@gnu.org>
9735         * international/mule.el (auto-coding-alist-lookup): New function.
9736         (set-auto-coding): Use auto-coding-alist-lookup.
9738         * jka-compr.el (jka-compr-insert-file-contents):
9739         Use auto-coding-alist-lookup to check for files that
9740         should not have eol conversion, in the unibyte case.
9742 1999-04-07  Dave Love  <fx@gnu.org>
9744         * help.el (describe-variable): Check custom-loads property as well
9745         as custom-type.
9747         * abbrev.el (abbrev-mode): Customizing sets the default value.
9749 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9751         * vc.el (vc-backend-revert): For CVS files that were made
9752         writeable with "cvs edit", call "cvs unedit" to undo that.
9754 1999-04-08  Dave Love  <fx@gnu.org>
9756         * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
9757         more.
9758         (sc-emacs-features): Recognize Emacs 20.
9759         (sc-read-string): Use history arg.
9760         (sc-scan-info-alist): Check for rtnvalue a cons.
9762 1999-04-08  Kenichi HANDA  <handa@etl.go.jp>
9764         * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
9765         coding system to encode the message by
9766         select-message-coding-system.
9768 1999-04-07  Richard Stallman  <rms@gnu.org>
9770         * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
9772         * winner.el: Reorder definitions.
9774         * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
9776         * mail/rmail.el (rmail-decode-babyl-format):
9777         Undo previous change.
9779 1999-04-06  Richard Stallman  <rms@gnu.org>
9781         * info.el (Info-find-node): Check for an anchor at the
9782         proper place, before reading an indirect file.
9784         * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
9786         * jka-compr.el (jka-compr-insert-file-contents):
9787         Use raw-text-unix when we want no conversion.
9789 1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
9791         * timezone.el (timezone-parse-date): Corrected regexp for
9792         style (5) date format so that tenths of seconds are optional.
9794 1999-04-05  Eli Zaretskii  <eliz@gnu.org>
9796         * term/internal.el (dos-cpNNN-setup): New function, with the guts
9797         of dos-codepage-setup.
9798         (cjk-codepages-alist): New variable, an alist of Far-Eastern
9799         codepages for which there's no need to set up cpNNN coding
9800         systems.
9801         (dos-codepage-setup): Support Far-Eastern DOS terminals.
9803 1999-04-05  Richard Stallman  <rms@gnu.org>
9805         * mail/rmail.el (rmail-ignored-headers): Doc fix.
9807 1999-04-02  Richard Stallman  <rms@gnu.org>
9809         * progmodes/compile.el (compilation-handle-exit): Do right thing
9810         if (car status) doesn't end in a newline.
9812 1999-04-01  Dave Love  <fx@gnu.org>
9814         * progmodes/sql.el (SQL): Add defgroup :version.
9816 1999-03-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
9818         * emacs-lisp/bytecomp.el (byte-compile-file): Clear
9819         buffer-file-coding-system.  If the coding system used is raw-text,
9820         etc., make the *Compiler Input* buffer unibyte.
9822         * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
9824         * loadup.el: Don't write the fns-...el file if not dumping.
9826 1999-03-31  Dave Love  <fx@gnu.org>
9828         * snmp-mode.el (snmp): Fix defgroup :version.
9830         * hilit-chg.el (highlight-changes): Add defgroup :version.
9832 1999-03-31  Andreas Schwab  <schwab@gnu.org>
9834         * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
9835         the gnus-save-hidden-threads macro.
9837 1999-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
9839         * faces.el (face-set-after-frame-default): Obey the
9840         `customized-face' for new faces.
9842 1999-03-30  Dave Love  <fx@gnu.org>
9844         * international/mule-cmds.el (current-language-environment): Doc fix.
9845         * abbrev.el (abbrev-mode): Doc fix.
9846         * autoinsert.el (auto-insert-mode): Doc fix.
9847         * complete.el (partial-completion-mode): Doc fix.
9848         * avoid.el (mouse-avoidance-mode): Doc fix.
9849         * delsel.el (delete-selection-mode): Doc fix.
9850         * font-lock.el (global-font-lock-mode): Doc fix.
9851         * help.el (temp-buffer-resize-mode): Doc fix.
9852         * hscroll.el (hscroll-global-mode): Doc fix.
9853         * icomplete.el (icomplete-mode): Doc fix.
9854         * mouse-sel.el (mouse-sel-mode): Doc fix.
9855         * paren.el (show-paren-mode): Doc fix.
9856         * rsz-mini.el (resize-minibuffer-mode): Doc fix.
9857         * time.el (display-time-mode): Doc fix.
9858         * type-break.el (type-break-mode): Doc fix.
9859         * which-func.el (which-func-mode-global): Doc fix.
9860         * winner.el (winner-mode): Doc fix.
9862 1999-03-30  Michael Ernst  <mernst@alum.mit.edu>
9864         * wid-edit.el (widget-before-change): Signal text-read-only rather
9865         than an ordinary error.
9867 1999-03-30  Richard M. Stallman  <rms@gnu.org>
9869         * repeat.el: Don't require advice.
9870         (repeat): Do function-indirection in check for kbd macro.
9871         In self-insert case, use the *last* char in INSERTION.
9873 1999-03-30  Karl Heuer  <kwzh@gnu.org>
9875         * progmodes/cc-cmds.el (c-indent-command): Doc fix.
9877 1999-03-29  Andreas Schwab  <schwab@gnu.org>
9879         * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
9880         comint-input-filter-functions.  Make variables related to shell
9881         directory tracking local.
9883 1999-03-26  Andreas Schwab  <schwab@gnu.org>
9885         * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
9887         * simple.el (shell-command-on-region): Cope with exit-status being
9888         nil, which happens if call-process-region was interrupted.
9890 1999-03-26  Richard M. Stallman  <rms@gnu.org>
9892         * simple.el (indent-new-comment-line): Handle use at a point
9893         after a comment-end.  Handle multiple comments.
9895         * mail/rmail.el (rmail-decode-babyl-format):
9896         To prevent locking, bind buffer-file-name to nil.
9898 1999-03-26  Karl Fogel  <kfogel@red-bean.com>
9900         * mail-hist.el (mail-hist-current-header-name): Don't make
9901         off-by-one-error when determining if in message body.
9903 1999-03-25  Andrew Innes  <andrewi@gnu.org>
9905         * w32-fns.el (set-default-process-coding-system): Copied from
9906         dos-w32.el, but modified to use Unix line endings for process
9907         input, and to add a suitable entry to process-coding-system-alist
9908         for DOS shells.
9910         * dos-fns.el (set-default-process-coding-system): Copied from
9911         dos-w32.el.
9913         * dos-w32.el (set-default-process-coding-system): Move function to
9914         dos-fns.el; a different version is used in w32-fns.el.
9916 1999-03-24  Dave Love  <fx@gnu.org>
9918         * info.el (Info-directory-list): Revert change to re-writing
9919         Info-default-directory-list, but put `alternative' first.
9920         (Info-insert-dir): Modify selecting the top dir file as a consequence.
9922 1999-03-23  Simon Marshall  <simon@gnu.org>
9924         * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
9925         on the line by itself.
9926         (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
9927         it is not in a declarative context.
9929 1999-03-22  Per Abrahamsen  <abraham@dina.kvl.dk>
9931         * cus-edit.el (custom-variable-prompt): Allow customization of
9932         autoloaded symbols.
9934 1999-03-22  Kenichi HANDA  <handa@etl.go.jp>
9936         * simple.el (what-cursor-position): Don't cause error when point
9937         is at invalid multibyte sequence.
9939 1999-03-21  Karl Heuer  <kwzh@gnu.org>
9941         * complete.el (partial-completion-mode): Doc fix.
9943 1999-03-19  Richard M. Stallman  <rms@gnu.org>
9945         * progmodes/cplus-md.el (old-c++): Remove :group.
9947         * progmodes/c-mode.el (old-c): Remove :group.
9949 1999-03-18  Simon Marshall  <simon@gnu.org>
9951         * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9952         (java-font-lock-keywords-2): Added "strictfp" keyword.
9954 1999-03-17  Jason Rumney <jasonr@altavista.net>
9956         * w32-fns.el (set-w32-system-coding-system) New function.
9957         (w32-system-coding-system) Initialize to 'iso-latin-1.
9959 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
9961         * international/mule-cmds.el (set-language-environment): Fix
9962         previous change: don't use dos-codepage when unbound.
9964 1999-03-17  Karl Heuer  <kwzh@gnu.org>
9966         * calendar/appt.el (appt-make-list): Fix previous change.
9968 1999-03-16  Richard M. Stallman  <rms@gnu.org>
9970         * window.el (shrink-window-if-larger-than-buffer):
9971         Don't try to redisplay with the cursor at the end
9972         on its own line--that would force a scroll and spoil things.
9974 1999-03-16  Eli Zaretskii  <eliz@gnu.org>
9976         * international/mule-cmds.el (set-language-environment): Don't use
9977         cpNNN-nonascii-translation-table if it is unbound.
9979         * term/internal.el (dos-codepage-setup): Compute the unibyte
9980         syntax table and bind unibyte-display-via-language-environment
9981         here, rather than at top level, so that resetting to unibyte in
9982         .emacs works as expected.
9984 1999-03-15  Simon Marshall  <simon@gnu.org>
9986         * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9988 1999-03-14  Milan Zamazal <pdm@pvt.net>
9990         * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9992 1999-03-14  Kenichi Handa  <handa@etl.go.jp>
9994         * international/mule-util.el (detect-coding-with-priority):
9995         Restore the internal database.
9997 1999-03-14  Stephen Eglen  <stephen@gnu.org>
9999         * mail/sendmail.el (sendmail-send-it): Fix typo in error string
10000         if mail-from-style has invalid value.
10002 1999-03-12  Karl Heuer  <kwzh@gnu.org>
10004         * vc.el (vc-delete-logbuf-window): New var.
10005         (vc-finish-logentry): Use it.
10007 1999-03-12  Richard M. Stallman  <rms@gnu.org>
10009         * startup.el (command-line-1): Improve startup msg.
10011 1999-03-12  Eric M. Ludlam  <zappo@ultranet.com>
10013         * speedbar.el: Added commentary about stealthy functions.
10014         (speedbar-message) new function.
10015         (speedbar-y-or-n-p): New function
10016         (speedbar-with-attached-buffer) Moved macro before reference.
10017         Now uses `save-selected-window'.
10018         (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
10019         speedbar-generic-item-info, speedbar-item-info-file-helper,
10020         speedbar-item-delete, speedbar-insert-generic-list,
10021         speedbar-timer-fn, speedbar-check-vc-this-line,
10022         speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
10023         speedbar-buffers-item-info) Use speedbar-message.
10024         (speedbar-item-info) Limit `message-log-max'.
10025         (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
10026         speedbar-item-delete, speedbar-item-object-delete,
10027         speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
10029 1999-03-10  Kenichi Handa  <handa@mulelab.etl.go.jp>
10031         * server.el (server-start): Set coding system for the server
10032         process to raw-text.
10033         (server-process-filter): Decode file names if necessary.
10035 1999-03-12  Dave Love  <fx@gnu.org>
10037         * textmodes/fill.el (sentence-end-double-space): Doc fix.
10039         * textmodes/paragraphs.el (sentence-end): Doc fix.
10041 1999-03-11  Karl Heuer  <kwzh@gnu.org>
10043         * comint.el (comint-password-prompt-regexp): Accept "login password:"
10045 1999-03-09  Karl Heuer  <kwzh@gnu.org>
10047         * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
10048         (ispell-dictionary-alist-2): Likewise.
10049         (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
10050         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
10051         (ispell-dictionary-alist): Build from six pieces, not just two.
10053         * ps-bdf.el (bdf-directory-list): Doc fix.
10055         * enriched.el (enriched-mode): Make var permanent-local.
10057 1999-03-09  Dave Love  <fx@gnu.org>
10059         * textmodes/sgml-mode.el (html-mode): Use
10060         sentence-end-double-space when setting sentence-end.
10062 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
10064         * language/thai.el (tis-620): New alias coding system for thai-tis620.
10066 1999-03-08  Felix Lee  <flee@cygnus.com>
10068         * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
10070         * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
10072 1999-03-08  Karl Heuer  <kwzh@gnu.org>
10074         * dired-aux.el (dired-do-copy-regexp): Doc fix.
10075         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
10077         * dired.el (dired-do-copy-regexp): Doc fix.
10078         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
10080 1999-03-08  Roger Breitenstein  <roger.breitenstein@starfish.com>
10082         * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
10084 1999-03-08  Jason Rumney <jasonr@altavista.net>
10086         * international/codepage.el (cp1250-decode-table)
10087         (cp1251-decode-table, cp1253-decode-table)
10088         (cp1257-decode-table): New translation tables for MS Windows codepages.
10089         (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
10091 1999-03-07  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
10093         * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
10095 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
10097         * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
10099         * term/internal.el (top level): Display character 255 as 8bit as well.
10101 1999-03-06  Dave Love  <fx@gnu.org>
10103         * progmodes/cc-cmds.el (c-outline-level): Bind
10104         buffer-invisibility-spec.
10106         * progmodes/c-mode.el (c-outline-level): Likewise.
10108         * progmodes/ada-mode.el (ada-outline-level): Likewise.
10110 1999-03-05  Felix Lee  <flee@cygnus.com>
10112         * textmodes/outline.el (outline-get-last-sibling): Doc fix.
10114 1999-03-05  Richard M. Stallman  <rms@gnu.org>
10116         * bindings.el (complete-symbol): Invert meaning of prefix arg.
10118 1999-03-05  Andrew Innes  <andrewi@gnu.org>
10120         * w32-fns.el (convert-standard-filename): Convert directory
10121         separators to Windows format.
10123 1999-03-05  Andreas Schwab  <schwab@gnu.org>
10125         * international/skkdic-cnv.el: Provide skkdic-cnv.
10126         (skkdic-convert): Emit code to require skkdic-cnv at compile time.
10127         (batch-skkdic-convert): Doc fix.
10129 1999-03-04  Dave Love  <fx@gnu.org>
10131         * custom.el (custom-set-variables): Protect against setter errors.
10133 1999-03-04  Eli Zaretskii  <eliz@gnu.org>
10135         * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
10136         the file sizes from overflowing.
10137         (ls-lisp-format): If file size is a float, use %8.0f to print it.
10138         Under -s, print the size in blocks with %4.0f, in case they have
10139         a *really* huge file.
10141 1999-03-03  Dave Love  <fx@gnu.org>
10143         * options.el (edit-options): Doc fix.
10144         (list-options): Don't lose with unbound symbols.  Maintain
10145         Edit-options-mode.
10147 1999-03-01  Dave Love  <fx@gnu.org>
10149         * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
10151 1999-02-28  Richard M. Stallman  <rms@gnu.org>
10153         * ispell.el (ispell-dictionary-alist-override): New variable.
10154         (ispell-dictionary-alist): Don't setq it,
10155         if ispell-dictionary-alist-override is set.
10157         * simple.el (shell-command-default-error-buffer): Renamed from
10158         shell-command-on-region-default-error-buffer.
10159         (shell-command-on-region): Mention in echo area when there
10160         is some error output.  Mention success or failure, too.
10161         Accumulate multiple error outputs
10162         going forward, with formfeed in between.  Display the error buffer
10163         when we have put something in it.
10164         (shell-command): Add the ERROR-BUFFER argument feature.
10166 1999-02-28  Karl Heuer  <kwzh@gnu.org>
10168         * mail/mh-utils.el (mh-lib): Doc fix.
10169         (mh-lib-progs, mh-nmh-p): New vars.
10170         (mh-find-progs): Set mh-lib-progs along with other vars.
10171         (mh-path-search): New arg FUNC-P; if specified, use that instead
10172         of mh-file-command-p.
10173         (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
10175         * mail/mh-comp.el (mh-repl-formfile): New var.
10176         (mh-smail-batch): Don't ignore all arguments.
10177         (mh-reply): Do the right thing when using nmh.
10179 1999-02-27  Kenichi Handa  <handa@etl.go.jp>
10181         * international/mule-cmds.el (select-safe-coding-system): Be sure
10182         to show a buffer being decoded.
10184 1999-02-26  Ken'ichi Handa  <handa@gnu.org>
10186         * ps-bdf.el (bdf-directory-list): Initialize it to
10187         '("/usr/local/share/emacs/fonts/bdf").
10189 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10191         * ps-print.el: PostScript programming fix.
10192         (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
10193         setpagedevice operator).
10195 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10197         * ps-print.el: Doc fix, font size specifies landscape and portrait
10198         sizes.
10199         (ps-print-version): New version number (4.1.4).
10200         (ps-font-size, ps-header-font-size, ps-header-title-font-size):
10201         Specifies landscape and portrait sizes.
10202         (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
10203         (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
10204         fix.
10205         (ps-get-font-size): New fun.
10206         (ps-font-size-internal, ps-header-font-size-internal)
10207         (ps-header-title-font-size-internal): New vars.
10209         * ps-mule.el: Change of ps-print font size variable name.
10210         (ps-mule-generate-font): Fun fix.
10211         (ps-mule-begin-job): Programming uniformization.
10213 1999-02-25  Dave Love  <fx@gnu.org>
10215         * help.el (help-xref-info-regexp): Allow linebreaks and capital.
10216         (help-make-xrefs): Do Info case first.
10218         * repeat.el: Don't require advice.
10219         (repeat-last-kill-command): Variable deleted.
10221 1999-02-25  Richard Stallman  <rms@gnu.org>
10223         * simple.el (shell-command-on-region): Don't go into the REPLACE = t
10224         case just because the current buffer is the output buffer.
10226 1999-02-25  Kenichi Handa  <handa@etl.go.jp>
10228         * simple.el (what-cursor-position): To show the character's
10229         encoding, use encoded-string-description instead of information
10230         of chaset-origin-alist.
10232         * international/mule-cmds.el (iso-2022-control-alist): New variable.
10233         (encoded-code-description): New function.
10234         (encoded-string-description): New function.
10235         (encode-coding-char): New function.
10237 1999-02-25  Andrew Innes  <andrewi@gnu.org>
10239         * startup.el (command-line) [windows-nt]: Fix typo in regexp
10240         checking for .emacs[.el[c]].
10242 1999-02-24  Richard Stallman  <rms@gnu.org>
10244         * help.el (describe-function-1): Don't print a whole lambda-function.
10246 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
10248         * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
10249         inputting ?\240.
10251 1999-02-23  Karl Heuer  <kwzh@gnu.org>
10253         * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
10255         * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
10256         (clean-buffer-list-kill-buffer-names): Doc fix.
10258         * gud.el (gud-jdb-massage-args): Spelling fix.
10260 1999-02-23  Richard M. Stallman  <rms@gnu.org>
10262         * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
10264 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
10266         * arc-mode.el (archive-set-buffer-as-visiting-file): Save
10267         excursion while calling set-auto-coding-function.
10269         * play/handwrite.el (handwrite): Require ps-print, and use
10270         ps-printer-name and ps-lpr-command.  Call ps-print-region-function
10271         if it's defined, instead of forking ps-lpr-command unconditionally.
10273 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
10275         * international/codepage.el (cp-coding-system-for-codepage-1): Put
10276         charset-origin-alist property to a coding system for the codepage.
10278         * international/mule.el: Modify comment for charset-origin-alist
10279         property of a coding system.
10281         * simple.el (what-cursor-position): charset-origin-alist property
10282         of a coding system may be a translation table or a symbol of which
10283         `translation-table' property is a translation table.
10285 1999-02-21  Richard Stallman  <rms@gnu.org>
10287         * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
10288         to the "html" template.
10290 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
10292         * dirtrack.el (dirtrack): Added docstring.  Now returns input.
10294 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
10296         * dirtrack.el (dirtrack): Check for the prompt in the input string
10297         instead of the buffer.
10299 1999-02-18  Alex Schroeder  <a.schroeder@bsiag.ch>
10301         * sql.el: Set version to 1.4.1.  Changed mail address to
10302         alex@gnu.org.  Mention the mailing list sql.el@gnu.org.
10303         (sql-input-ring-separator): Doc fix.
10304         (sql-mode-syntax-table): double-dash starts comments is defined as
10305         ". 56" instead of ". 12b" for XEmacs.
10306         (sql-stop, sql-interactive-mode): Doc fixes.
10307         (sql-postgres): Queries for database and server, not just one.
10308         (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
10310         * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
10311         changed.  This is needed for master.el to work.
10312         (sql-set-sqli-buffer): Use the new hook.
10314         * sql.el (sql-make-alternate-buffer-name): Function that sets
10315         sql-alternate-buffer-name.
10316         (sql-alternate-buffer-name): Possible name of SQLi buffers.
10317         (sql-interactive-mode): Set sql-alternate-buffer-name.
10318         (sql-rename-buffer): New command.
10319         (sql-interactive-mode-menu): Menu for SQLi buffers.
10321         * sql.el (sql-interactive-mode): Doc fix.  sql-input-ring-separator
10322         and sql-input-ring-file-name are used to temporarily set
10323         comint-input-ring-file-name and comint-input-ring-separator when
10324         reading and writing input history files.
10326         (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
10327         (sql-input-ring-file-name): New variable with customization.
10328         (sql-input-ring-separator): New variable with customization.
10329         (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
10330         Callers changed.
10331         (sql-show-sqli-buffer): The message for "sql-buffer is not set"
10332         now includes the name of the current buffer.
10334         (sql-mode): Set paragraph-separate and paragraph-start so that
10335         sql-send-paragraph sends the entire SQL statements, even if it
10336         contains indented lines.
10338 1999-02-18  Dave Love  <fx@gnu.org>
10340         * format.el (format-encode-run-method, format-decode-run-method):
10341         Fix previous change.
10343 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
10345         * international/mule.el (coding-system-list): Moved here from
10346         mule-util.el to avoid autoloading mule-util by the call of
10347         select-safe-coding-system.
10349 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10351         * simple.el (turn-on-auto-fill): Mark it as an option for
10352         `text-mode-hook'.
10354 1999-02-17  Richard Stallman  <rms@gnu.org>
10356         * emacs-lisp/easymenu.el (easy-menu-get-map):
10357         Don't crash if (current-local-map) is nil.
10359 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
10361         * filecache.el (file-cache-filter-regexps): Added .class.
10363 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
10365         * international/mule-util.el (decompose-region): Use
10366         insert-buffer-substring instead of insert-buffer to avoid putting
10367         mark.
10369 1999-02-17  Andreas Schwab  <schwab@gnu.org>
10371         * calendar/cal-move.el (scroll-calendar-left): Don't set
10372         displayed-month and displayed-year here, let generate-calendar do
10373         it, after range checking.
10375 1999-02-17  Simon Marshall  <simon@gnu.org>
10377         * progmodes/cc-engine.el (c-at-toplevel-p): New function.
10379         * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
10380         correctly between an object declared via a constructor and a method.
10381         (font-lock-defaults-alist): Don't give `.' word syntax for Java.
10382         (java-font-lock-keywords-1): Fontify package names individually.
10383         (java-font-lock-extra-types): Ensure regexp matches capitalised only.
10384         (java-font-lock-keywords-2): Simplify type fontification.
10385         (java-font-lock-keywords-3): Likewise.
10387 1999-02-17  Kenichi Handa  <handa@etl.go.jp>
10389         * language/japanese.el (iso-2022-jp-2): New coding system.
10390         ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
10392 1999-02-16  Dave Love  <fx@gnu.org>
10394         * help.el (describe-function-1): Accept non-symbols.
10396 1999-02-16  Paul Eggert  <eggert@twinsun.com>
10398         * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
10399         find the last match if there are multiple matches.
10401 1999-02-16  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10403         * tex-mode.el (tex-run-command, latex-run-command)
10404         (slitex-run-command, tex-command): Doc changes.
10405         (tex-start-options-string): Autoload it.  Doc change.  Provide
10406         a menu for customization.  Allow nil.  Quote backslashes only once.
10407         (tex-start-tex): Handle nil value of tex-start-options-string
10408         and apply shell-quote-argument to it.
10410 1999-02-16  Eli Zaretskii  <eliz@gnu.org>
10412         * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
10413         the size in blocks, since it can be a float.
10414         (ls-lisp-format): Likewise
10416 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
10418         * language/japanese.el (japanese-shift-jis): Add
10419         charset-origin-alist property.
10421 1999-02-15  Richard Stallman  <rms@gnu.org>
10423         * progmodes/compile.el (compile-internal): Use save-selected-window.
10425         * subr.el (momentary-string-display): Bind inhibit-read-only.
10427         * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
10429 1999-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
10431         * mail/rmail.el (rmail-show-message): If an unseen message has a
10432         Summary-line in its header, get past one more line before looking
10433         for the X-Coding-System header.
10435 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
10437         * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
10438         explicitly to accomodate Windows 9X lack of a useful copy program.
10440 1999-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
10442         * wid-edit.el (widget-choice-value-create): Use `equal'
10443         instead of `eq'.
10445 1999-02-14  Richard Stallman  <rms@gnu.org>
10447         * international/iso-transl.el:
10448         (iso-transl-ae): Renamed from iso-transl-e-slash.
10449         (iso-transl-a-ring): Renamed from iso-transl-a-slash.
10450         (iso-transl-AE): Renamed from iso-transl-E-slash.
10451         (iso-transl-A-ring): Renamed from iso-transl-A-slash.
10452         (iso-transl-char-map): Related changes.
10454         * format.el (format-replace-strings): Fix value of TO in REVERSE case.
10456 1999-02-13  Richard Stallman  <rms@gnu.org>
10458         * textmodes/texinfmt.el (texinfo-alias): New function.
10459         (texinfo-fold-nodename-case): Add defvar.
10460         (texinfo-format-node): Do case folding if specified.
10462         * ffap.el (ffap-file-at-point): Test local file names
10463         immediately.  Strip off line numbers.
10465 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
10467         * sql.el: Set version to 1.3.2
10468         (sql-solid-program): Added support for solid.
10469         (sql-help): Doc mentions sql-solid.
10470         (sql-solid): Entry function for Solid.
10471         (sql-buffer): Doc explains the use of the variable and how to
10472         change it.
10473         (sql-mode-menu): Included entries for sql-show-sqli-buffer and
10474         sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
10475         disabled if sql-buffer doesn't have a process; sql-send-paragraph
10476         is new.
10477         (sql-show-sqli-buffer): New function to display the value of
10478         sql-buffer.
10479         (sql-change-sqli-buffer): New function to change sql-buffer.
10480         (sql-mode): Doc explains how to change sql-buffer.
10481         (sql-send-paragraph): New function to send a paragraph.
10482         (sql-mode-map): Added keybinding for sql-send-paragraph.
10483         (sql-mysql): Doc corrected.
10484         (sql-ms): Doc corrected.
10486         * sql.el (sql-server): Doc fix.
10487         (sql-mysql): Added the use of sql-server to specify the host,
10488         sql-database now specifies database instead of host.
10489         (sql-mode-menu): Send... menu items are only active if sql-buffer
10490         is non-nil.
10491         (sql-help): Changed tag of entry functions a bit.
10493         * sql.el: Added keywords from `finder-by-keyword'.
10494         (sql-mode): Made sql-buffer a local variable, changed the
10495         documentation: removed instructions to add *.sql files to
10496         auto-mode-alist, added documentation for having mutliple SQL
10497         buffers sending their stuff to different SQLi buffers, each
10498         running a different process.
10499         (sql-postgres): Quoted *SQL* in doc string.
10500         (sql-ms): Likewise.
10501         (sql-ingres): Likewise.
10502         (sql-ingres): Quoted *SQL* in doc string, added references to
10503         sql-user and sql-password used during login.
10504         (sql-sybase): Quoted *SQL* in doc string, added comma.
10505         (sql-oracle): Likewise.
10506         (sql-interactive-mode): Added extensive documentation for having
10507         mutliple SQL buffers sending their stuff to different SQLi
10508         buffers, each running a different process.
10509         (sql-buffer): Changed doc from *SQL* to SQLi.
10510         (sql-get-login): Doc fix.
10512 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
10514         * international/mule-conf.el (undecided): Set ascii in
10515         safe-charsets property.
10517 1999-02-12  Richard Stallman  <rms@gnu.org>
10519         * textmodes/paragraphs.el (paragraph-separate): Doc fix.
10521 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
10523         * ps-mule.el (ps-mule-font-info-database-default): Set the initial
10524         value to ps-mule-font-info-database-latin.
10526 1999-02-13  Kenichi HANDA  <handa@etl.go.jp>
10528         * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
10529         (ps-mule-font-info-database-default): New variable.
10530         (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
10531         ps-mule-font-info-database-default.
10533 1999-02-12  Dave Love  <fx@gnu.org>
10535         * timezone.el (timezone-make-date-sortable)
10536         (timezone-make-date-arpa-standard): Doc fix.
10538 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
10540         * international/quail.el (quail-show-kbd-layout): Bind
10541         blink-matching-paren to nil.
10543         * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
10544         for ASCII and Latin-1.
10546 1999-02-12  Andreas Schwab  <schwab@gnu.org>
10548         * gud.el (jdb): Fix regexp for comint-prompt-regexp.
10550 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
10552         * international/mule-cmds.el (language-info-alist): Remove
10553         description about charset-origin-alist.
10555         * international/mule.el: Comment added for a new coding system
10556         property `charset-origin-alit'.
10557         (make-translation-table): This variable deleted.
10559         * language/chinese.el (chinese-big5): Add charset-origin-alist
10560         property.
10561         ("Chinese-CNS"): Remove charset-origin-alist property.
10563         * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
10564         property.
10565         (cyrillic-alternativnyj): Likewise.
10566         ("Cyrillic-KOI8"): Remove charset-origin-alist property.
10567         ("Cyrillic-ALT"): Likewise.
10569         * language/vietnamese.el (vietnamese-viqr): Add
10570         charset-origin-alist property.
10571         ("Vietnamese"): Remove charset-origin-alist property.
10573         * simple.el (what-cursor-position): Don't use the varialbe
10574         charset-origin-alist, but use charset-origin-alist property of
10575         buffer-file-coding-system to decide external character set code.
10577 1999-02-10  Richard Stallman  <rms@gnu.org>
10579         * shadowfile.el: Don't turn on the mode when the file is loaded.
10581 1999-02-09  Richard Stallman  <rms@gnu.org>
10583         * progmodes/compile.el (compile-auto-highlight): Customize.
10585         * add-log.el (add-log-file-name-function): New variable.
10586         (add-change-log-entry): Call that function, if non-nil.
10588 1999-02-09  Michael Ernst  <mernst@alum.mit.edu>
10590         * rmail.el (rmail-search): Track match with a marker, not an integer.
10592 1999-02-08  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10594         * progmodes/compile.el (compilation-setup): Set value of
10595         compilation-directory-stack as in compilation-forget-errors.
10596         (compile-reinitialize-errors): Bind buffer-undo-list and
10597         deactivate-mark.
10598         (compilation-forget-errors): Likewise.
10600 1999-02-08  Jim Blandy  <jimb@savonarola.red-bean.com>
10602         * textmodes/texinfo.el (texinfo-environment-regexp): Add the
10603         def... constructs.
10605         * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
10606         Remove calls to sleep-for.
10608 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
10610         * international/codepage.el (cp-coding-system-for-codepage-1): On
10611         MS-DOS, use dos-unsupported-char-glyph for characters not
10612         supported by the codepage.
10613         (cp-make-coding-systems-for-codepage): Likewise.
10615 1999-02-08  Andreas Schwab  <schwab@gnu.org>
10617         * international/mule-util.el (coding-system-list): Don't sort
10618         coding-system-list here.
10620         * international/mule.el (coding-system-lessp): Moved here from
10621         mule-util.el
10622         (add-to-coding-system-list): New function.
10623         (make-subsidiary-coding-system, make-coding-system,
10624         define-coding-system-alias): Use it instead of setting
10625         coding-system-list directly.
10627 1999-02-07  Dave Love  <fx@gnu.org>
10629         * calendar/appt.el (appt-make-list): Don't splice quotes and date
10630         onto message.
10632 1999-02-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10634         * imenu.el (imenu--last-menubar-index-alist): Add doc.
10635         (imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
10637 1999-02-06  Richard Stallman  <rms@gnu.org>
10639         * language/european.el (setup-slovenian-environment): New function.
10640         ("Slovenian"): New language environment.
10642         * progmodes/sql.el (sql-help): Doc fix.
10643         (sql-mysql): Doc fix.
10645 1999-02-05  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10647         * tex-mode.el: When compiling, require compare-w and skeleton
10648         to pacify the byte-compiler.  Move the def's of the tex-commands
10649         together.  Add a comment on kill-process vs. quit-process.
10651 1999-02-05  Dave Love  <fx@gnu.org>
10653         * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
10654         null markers.
10655         (compile-goto-error): Likewise.
10657 1999-02-05  Stephen Gildea  <gildea@alum.mit.edu>
10659         * time-stamp.el (time-stamp-format): Format doc tighter.
10660         (time-stamp-line-limit): 0 searches the entire buffer (careful!).
10661         (time-stamp): Don't re-write the time stamp if it didn't change.
10663 1999-02-05  Alex Schroeder  <asc@bsiag.com>
10665         * progmodes/sql.el: Changed version to 1.2.1.
10666         (sql-pop-to-buffer-after-send-region): Improved documentation.
10667         (sql-mysql-program): Added MySQL support.
10668         (sql-prompt-length): Made prompt-length configurable.
10669         (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
10670         (sql-help): Added MySQL support, changed documentation.
10671         (sql-send-region): A message is displayed if something is sent.
10672         (sql-mode): Added buffer-local comment-start.
10673         (sql-interactive-mode): Use sql-prompt-length to set left-margin.
10674         (sql-interactive-mode): Added buffer-local comment-start.
10675         (sql-oracle): Set sql-prompt-length.
10676         (sql-sybase): Set sql-prompt-length.
10677         (sql-mysql): Added MySQL support.
10678         (sql-ingres): Set sql-prompt-length.
10679         (sql-ms): Set sql-prompt-length.
10680         (sql-postgres): Set sql-prompt-length.
10682 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
10684         * term/internal.el (dos-codepage-setup): Set selection coding
10685         system to cpNNN-dos.
10687 1999-02-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10689         * international/characters.el: Let ethiopic use iso-2022-7bit.
10691 1999-02-02  Dave Love  <fx@gnu.org>
10693         * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
10694         (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
10696 1999-02-02  Karl Heuer  <kwzh@gnu.org>
10698         * terminal.el (terminal-emulator): Doc fix.
10700 1999-02-02  Ken'ichi Handa  <handa@gnu.org>
10702         * international/mule-util.el (compose-chars): Doc-string
10703         modified.  Correctly handle a composition character in ARGS.
10705 1999-02-01  Richard Stallman  <rms@gnu.org>
10707         * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
10708         (makefile-menu-index-function): Function deleted.
10709         (makefile-mode): Use makefile-imenu-generic-expression.
10711 1999-02-01  Geoff Voelker  <voelker@cs.washington.edu>
10713         * term/w32-win.el (w32-create-initial-fontsets): Back out previous
10714         change, invoke from before-init-hook.
10716 1999-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
10718         * subr.el (remove-from-invisibility-spec): Cope with the case when
10719         buffer-invisibility-spec is t.
10721 1999-02-01  Ed Reingold  <reingold@cs.uiuc.edu>
10723         * calendar/calendar.el (calendar-mode-map): Fix bindings for
10724         appt-add and appt-delete.
10726 1999-02-01  Eli Zaretskii  <eliz@gnu.org>
10728         * term/pc-win.el (msdos-approximate-color): New function.
10729         (msdos-color-translate): Call it to find a DOS color that best
10730         approximates an X-style "#NNNNNN" color specification.
10732 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
10734         * international/mule-util.el (compose-chars-component): Add
10735         autoload cookie.
10737 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
10739         * international/quail.el (quail-lookup-key): If cdr of MAP is a
10740         function, replace cdr of MAP by the return value of the function
10741         unconditionally.
10743 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10745         * progmodes/compile.el (compilation-next-error-locus): Don't
10746         decrease argument FIND-AT-LEAST of compilation-next-error-locus.
10748 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
10750         * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
10751         and NLs before "charset", and allow the charset name be in double
10752         quotes.
10754 1999-01-31  Richard Stallman  <rms@gnu.org>
10756         * imenu.el (imenu-sort-function): Fix custom type.
10758 1999-01-30  Richard Stallman  <rms@gnu.org>
10760         * speedbar.el (speedbar-line-token): Match {...} instead of [...].
10761         (speedbar-line-token): Likewise.
10763         * play/gametree.el (gametree-default-score): Use defcustom.
10764         (gametree-score-regexp, gametree-score-closer): Likewise.
10765         (gametree-score-manual-flag, gametree-score-opener): Likewise.
10767 1999-01-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10769         * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
10770         decoding.
10772 1999-01-29  Markus Rost  <rost@gnu.org>
10774         * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
10775         tex-validate-buffer.
10776         (plain-tex-mode, latex-mode, slitex-mode): Likewise.
10777         (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
10778         now with recent occur-mode.
10779         (tex-validate-region): Really walk through all Sexps.
10780         (tex-region): Bind shell-dirtrack-verbose.
10781         (tex-file, tex-bibtex-file): Likewise.
10783 1999-01-29  Dave Love  <fx@gnu.org>
10785         * finder.el: (finder-commentary): Fix interactive spec.  Try
10786         appending .el to file name.
10787         (finder-find-library, finder-commentary): Doc fixes.
10789 1999-01-29  Andrew Innes  <andrewi@gnu.org>
10791         * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
10792         where the userid contains directory separators.
10794 1999-01-29  Dave Love  <fx@gnu.org>
10796         * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
10797         (lm-commentary): Doc fix.
10799 1999-01-29  Andreas Schwab  <schwab@gnu.org>
10801         * files.el (file-expand-wildcards): Never consider `.' and `..' a
10802         wildcard match.  Fix regexp that tests if dirpart contains
10803         wildcard characters.
10805 1999-01-28  Richard Stallman  <rms@gnu.org>
10807         * font-lock.el (font-lock-default-unfontify-region):
10808         If not font-lock-syntactic-keywords, don't remove syntax-table prop.
10810 1999-01-27  Jason Rumney <jasonr@altavista.net>
10812         * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
10813         from FAMILY field.
10814         (w32-create-initial-fontsets): Do not use before-init-hook.
10815         (mouse-set-font): Document.  Automatically create and use fontsets.
10817         * dos-w32.el (direct-print-region-helper): Check for printer
10818         being t as well as a string.
10820 1999-01-27  Kenichi Handa  <handa@etl.go.jp>
10822         * mail/rmail.el (rmail-decode-mime-charset): New variable.
10823         (rmail-mime-charset-pattern): New variable.
10824         (rmail-convert-to-babyl-format): Decode by MIME-charset if
10825         rmail-decode-mime-charset is non-nil.
10827 1999-01-27  Ken'ichi Handa  <handa@gnu.org>
10829         * international/characters.el: Set category `q' for all characters
10830         in tibetan and tibetan-1-column.
10832 1999-01-27  Andrew Innes  <andrewi@gnu.org>
10834         * frame.el (select-frame-by-name): Obey focus-follows-mouse.
10835         (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
10837 1999-01-27  Dave Love  <fx@gnu.org>
10839         * international/mule-cmds.el (current-language-environment):
10840         Provide :link, :type (choices) and appropriate :get.
10842 1999-01-27  Eli Zaretskii  <eliz@gnu.org>
10844         * startup.el (command-line): Set default eol-mnemonic-* strings to
10845         display end-of-line format in mode line.
10847         * cus-start.el (all): Add eol-mnemonic-* variables.
10849 1999-01-26  Dave Love  <fx@gnu.org>
10851         * startup.el (command-line-1): Up-date copyright.
10853         * paths.el (Info-default-directory-list): Use configdir twice.
10855         * info.el (Info-directory-list): Don't set path-separator now
10856         we're not shipped with Texinfo.  Simplify path definition.
10857         Substitute all occurrences of instdir in Info-default-directory-list.
10859 1999-01-25  Richard Stallman  <rms@gnu.org>
10861         * startup.el (normal-top-level-add-subdirs-to-load-path):
10862         Record the inode numbers of the dirs processed, to avoid loop.
10864         * textmodes/tex-mode.el (tex-run-command): Doc fix.
10866 1999-01-25  Dave Love  <fx@gnu.org>
10868         * browse-url.el (browse-url-netscape-program): Doc addition.
10870         * help.el (help-make-xrefs): Default info references to an `(emacs)'
10871         prefix.
10873         * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
10874         auto-mode-alist.
10876 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10878         * calendar/diary-lib.el (mark-diary-entries): Use
10879         assoc-ignore-case and do not capitalize when matching month and
10880         day names.
10882         * calendar/calendar.el (calendar-read-date): Ditto.
10884         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10885         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10887         * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
10889         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10891         * calendar/cal-islam.el (calendar-goto-islamic-date)
10892         (mark-islamic-diary-entries): Ditto.
10894         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10896         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10897         (calendar-read-mayan-tzolkin-date): Ditto.
10899         * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
10901 1999-01-22  Michael Ernst  <mernst@alum.mit.edu>
10903         * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
10905 1999-01-25  Karl Heuer  <kwzh@gnu.org>
10907         * faces.el (list-faces-display): Multiline case of previous fix.
10909 1999-01-25  Andreas Schwab  <schwab@gnu.org>
10911         * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10913 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
10915         * files.el (find-file): If find-file-noselect returns a list,
10916         do switch-to-buffer on each element.
10917         (find-file-other-window): Likewise for all but the first element.
10918         (find-file-other-frame): Same.
10919         (find-file-noselect): When we expand a wildcard, return a list
10920         of buffers.
10922 1999-01-24  Eli Zaretskii  <eliz@gnu.org>
10924         * term/internal.el (dos-codepage-setup): Call prefer-coding-system
10925         to set the appropriate cpNNN-dos coding system as the
10926         highest-priority coding system.
10928 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
10930         * international/fontset.el (generate-fontset-menu): Return a
10931         sorted list by plain names of fontsets.
10933         * international/mule-diag.el (list-fontsets): Sort fontsets by
10934         plain names.
10936         * language/tibet-util.el (tibetan-vertical-stacking): If the arg
10937         FIRST is a composite character, decompose it at first.
10939 1999-01-23  Dave Love  <fx@gnu.org>
10941         * format.el: Doc fixes.
10942         (format-encode-run-method): Have things happen in the right buffer.
10943         Deal with errors from method.  Set coding-system-for-write.
10944         (format-decode-run-method): Have things happen in the right buffer.
10945         Deal with errors from method.  Set coding-system-for-read.
10946         (format-alist): Use nil instead of unmatchable regexps.
10948         * simple.el (shell-command-on-region): Return command's exit status.
10950 1999-01-23  Eric Ludlam  <zappo@gnu.org>
10952         * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10953         of the file whose info we want to display.
10954         (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10955         (speedbar-add-mode-functions-list) Improve doc.
10956         (speedbar-line-token) New function.
10957         (speedbar-dired) Fix order of directories in -shown-directories.
10958         (speedbar-line-path): Default return is default-directory
10959         (speedbar-buffers-line-path): Return is dir name only.
10960         (speedbar-mode-functions-list): New variable.
10961         (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10962         (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10963         speedbar-files-item-info speedbar-buffers-item-info): New functions.
10964         (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10965         New functions.
10966         (speedbar-line-file): Broke out part that fetches file from a line.
10967         (speedbar-line-text): New function extracted from speedbar-line-file.
10968         (speedbar-line-path): Converted into a replaceable function.
10969         (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10971 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
10973         * international/fontset.el (create-fontset-from-x-resource): Make
10974         style variants.
10976 1999-01-22  Dave Love  <fx@gnu.org>
10978         * paths.el (Info-default-directory-list): Put sysdir after start.
10980 1999-01-22  Sam Steingold  <sds@goems.com>
10982         * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10983         a process associated with it.
10985 1999-01-22  Jason Rumney <jasonr@altavista.net>
10987         * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10989 1999-01-22  Felix Lee  <flee@cygnus.com>
10991         * vc.el (vc-annotate-display): Delete old overlays.  Fix check for
10992         major-mode.
10993         (vc-annotate-mode): Delete variable.
10995 1999-01-22  Andrew Innes  <andrewi@gnu.org>
10997         * startup.el (command-line): [windows-nt]: Check for existence of
10998         .emacs file so as to notice .emacs.el or .emacs.elc and use them
10999         in preference to _emacs.
11001 1999-01-22  Dave Love  <fx@gnu.org>
11003         * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
11005 1999-01-20  Richard Stallman  <rms@gnu.org>
11007         * files.el (find-file-noselect): Do wildcard processing only
11008         if new arg WILDCARDS is non-nil.
11009         (find-file, find-file-other-window): New arg WILDCARDS.
11010         Default it to non-nil if interactive.
11011         (find-file-other-frame): Likewise.
11012         (find-file-read-only): Likewise.
11013         (find-file-read-only-other-window): Likewise.
11014         (find-file-read-only-other-frame): Likewise.
11016         * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
11017         (widget-plist-convert-option): Delete spurious comma.
11019 1999-01-19  Jason Rumney <jasonr@altavista.net>
11021         * term/w32-win.el (w32-standard-fontspec-spec): Change
11022         iso8859-5 to koi8-r.  Add iso8859-9.
11024 1999-01-19  Dave Love  <fx@gnu.org>
11026         * browse-url.el (browse-url-maybe-new-window): Delete macro and
11027         its uses.
11029         * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
11030         is active.
11031         (fortran-indent-subprogram): Likewise.
11033 1999-01-19  Dave Love  <d.love@dl.ac.uk>
11035         * paths.el (Info-default-directory-list): Perhaps add /usr/info.
11037 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
11039         * wid-edit.el (alist): Use sexp as default key-type.
11041 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11043         * textmodes/tex-mode.el (tex-define-common-keys):
11044         Remove key binding of tex-feed-input.
11045         (tex-mode-map): Bind tex-feed-input here.
11046         (tex-start-shell): Use compilation-shell-minor-mode.  Set
11047         comint-input-filter-functions before running tex-shell-hook.
11048         (tex-start-tex): Forget compilation errors.
11049         (tex-compilation-parse-errors): Rewritten to work also with
11050         compile-mouse-goto-error and compile-goto-error.  Adjusted to
11051         change in tex-region.
11052         (tex-region): For the temp file use file-name without directory.
11053         (tex-file): Expand file name of tex-print-file.
11055 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11057         * emacs-lisp/edebug.el (with-temp-message):  Add def-edebug-spec call.
11059 1999-01-18  Espen Skoglund  <espensk@stud.cs.uit.no>
11061         * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
11062         beginning could cause Emacs to hang.  Fixed.
11064 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
11066         * international/ccl.el (ccl-compile-translate-character): Handle
11067         the case that a tranlation table is CCL register correctly.
11069         * international/mule-cmds.el (select-safe-coding-system):
11070         Hightlight at most 256 characters.
11072 1999-01-18  Dave Love  <fx@gnu.org>
11074         * startup.el (command-line): If the init file changes operation to
11075         unibyte, make all buffers unibyte and re-set language environment.
11077         * disp-table.el (standard-display-european): Make all existing
11078         buffers unibyte.  Fix doc.
11080 1999-01-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
11082         * wid-edit.el (coding-system): Define this unconditionally.
11084         * simple.el (shell-command-on-region-default-error-buffer): New var.
11085         (shell-command-on-region): Use that variable as interactive
11086         value of ERROR-BUFFER argument.
11088 1999-01-17  Sam Steingold  <sds@goems.com>
11090         * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
11092 1999-01-17  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11094         * progmodes/compile.el (compilation-goto-locus): If already in the
11095         compilation buffer's window, keep it in that window.
11096         (compile-mouse-goto-error): Add Doc.  Don't play with windows.
11097         (compile-goto-error): Don't play with windows.
11099         * textmodes/tex-mode.el (latex-run-command): Doc fix.
11100         (tex-command): Doc fix.
11101         (tex-compilation-parse-errors): Doc fix.
11102         (tex-generate-zap-file-name): Don't start the name with -.
11103         (tex-expand-files): Works now also with strings ending with ":".
11105 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
11107         Patch failed to install:
11108         * gametree.el: Document scoring functionality.
11109         (gametree-score-regexp): Add optional plus sign.
11110         (gametree-score-opener): Replace `:' with `=' as the former
11111         conflicts with gametree-half-ply-regexp.
11112         (gametree-transpose-following-leaves): Add.
11113         (gametree-insert-new-leaf): Make modifying commands barf in read
11114         only buffers.
11115         (gametree-break-line-here): Add a call to
11116         `gametree-transpose-following-leaves'.  This maintains the
11117         necessary invariant that on each level all leaf children precede
11118         all nonleaf children.  This has always been implied, but left to
11119         the user, and, unfortunately, undocumented.
11121 1999-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11123         * wid-edit.el (plist, alist): New widget types.
11125 1999-01-17  Dave Love  <fx@gnu.org>
11127         * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
11128         fix scope of condition-case therein.
11130 1999-01-17  Andrew Innes  <andrewi@gnu.org>
11132         * dos-w32.el: (find-buffer-file-type-coding-system): Use
11133         default-buffer-file-coding-system when file doesn't exist (and
11134         isn't covered by a special case) instead of forcing undecided-dos
11135         against the user's wishes.
11137         * dos-w32.el (direct-print-region-helper): New function based on
11138         direct-print-region-function; sends data to specified printer port
11139         without further translation.  Recognize and handle specially the
11140         standard `print' and `nprint' programs, as well as `lpr' and
11141         similar programs.  Only write directly to the printer port if no
11142         print program is specified.  Work around a bug in Windows 9x
11143         affecting Win32 version of Emacs by invoking command.com to write
11144         to the printer port instead of writing directly.
11145         (direct-print-region-function): Use direct-print-region-helper to
11146         do most of the work.
11147         (direct-ps-print-region-function): New function; analogue of
11148         direct-print-region-function for ps-print.
11149         (ps-lpr-command): Comment out setq; leave as example usage.
11150         (ps-lpr-switches): Ditto.
11152         * lpr.el: (printer-name): Update docstring about usage on MS-DOS
11153         and MS-Windows.
11154         (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
11155         DOS and Windows platforms, to indicate direct printing.  Update
11156         the docstring accordingly.
11158         * ps-print.el: (ps-printer-name): Update docstring about usage on
11159         MS-DOS and MS-Windows.
11160         (ps-lpr-command): Update docstring as for lpr-command.
11161         (ps-print-region-function): New variable.
11162         (ps-do-despool): Use it.
11163         (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
11164         DOS/Windows.
11166         * subr.el (subst-char-in-string): New function.
11168 1999-01-17  Eli Zaretskii  <eliz@gnu.org>
11170         * international/codepage.el (cp852-decode-table): Fill a nil entry.
11172         * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
11173         (bdf-find-font-info): New function, looks for the first readable
11174         file from a list of alternatives.
11175         (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
11176         instead of bdf-get-font-info.
11177         (bdf-generate-glyphs): If font-name is a cons cell, pass its car
11178         to ps-mule-generate-bitmap-glyph.
11180         * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
11181         file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
11182         now be a list of alternative names.
11183         (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
11184         (ps-mule-prepare-font): Likewise.
11186         * international/codepage.el (cp855-decode-table,
11187         cp850-decode-table): Fill some nil entries.
11189 1999-01-16  Dave Love  <fx@gnu.org>
11191         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
11192         last change.
11194 1999-01-15  Dave Love  <fx@gnu.org>
11196         * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
11197         and change regexp for command names.
11198         (help-xref-go-back, function-called-at-point, symbol-file)
11199         (where-is): Doc fixes.
11200         (help-xref-go-back): Remove interactive spec.
11201         (describe-function-1): Fix message for alias.  Buttomize alias
11202         name.
11204         * simple.el (join-line): New alias.
11206 1999-01-15  Johan Vromans  <jvromans@squirrel.nl>
11208         * forms.el: (forms--show-record): Convert integers to string
11209         expicitly since concat will no longer accept integers.
11210         (forms-print): Use local `total-nb-records' since
11211         `forms--total-records' will be inaccessible after buffer switching.
11213 1998-01-14  Felix Lee  <flee@cygnus.com>
11215         * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
11217 1999-01-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
11219         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
11221 1999-01-14  Eli Zaretskii  <eliz@gnu.org>
11223         * international/codepage.el (cp850-decode-table): Fix previous change.
11225 1999-01-14  Simon Marshall  <simon@gnu.org>
11227         * shell.el (shell-dirtrack-verbose): New custom variable.
11228         (shell-dirstack-message): Use it.
11230 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
11232         * international/mule-conf.el: Coding system alias `dos' for
11233         `undecided-dos', `mac' for `undecided-mac'.
11235         * international/mule-cmds.el (describe-language-environment):
11236         Don't alter input-method-alist.
11238 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
11240         * international/codepage.el (cp850-decode-table): Replace nil
11241         entries with codes of similary looking glyphs.  (Suggested by
11242         Jason Rumney <jasonr@altavista.net>.)
11244 1999-01-13  Dave Love  <fx@gnu.org>
11246         * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
11248         * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
11250 1999-01-12  Karl Heuer  <kwzh@gnu.org>
11252         * files.el (auto-save-hook): Defvar this.
11254 1999-01-12  Alex Schroeder  <asc@bsiag.com>
11256         * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
11257         faces, eliminating the need to load font-lock before loading sql.
11258         (sql-mode-oracle-font-lock-keywords): Likewise.
11259         (sql-mode-postgres-font-lock-keywords): Likewise.
11261 1999-01-11  Dave Love  <fx@gnu.org>
11263         * cus-start.el: Add inhibit-eol-conversion.
11265         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
11266         the values round.
11268 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
11270         * help.el (help-mode-finish): Renamed from help-mode-maybe.
11271         Don't switch to Help mode here.
11272         (temp-buffer-setup-hook): Use help-mode-finish.
11273         (help-mode-setup): New function.
11274         (temp-buffer-setup-hook): Use help-mode-setup.
11276         * progmodes/sql.el: New file.
11278         * files.el (auto-mode-alist): Add sql-mode.
11280         * faces.el (list-faces-display): Improve the formatting
11281         by computing the maximum length required for any face-name.
11283 1999-01-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11285         * progmodes/compile.el (compilation-shell-minor-mode): New function.
11287 1999-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
11289         * term.el (term_send_home): Change the string to
11290         be the same as the one emitted by xterm and consistent with the
11291         ones emitted by prior and next.
11292         (term_send_end): Likewise.
11294 1999-01-10  Dave Love  <fx@gnu.org>
11296         * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
11297         bindings.
11299 1999-01-10  Eli Zaretskii  <eliz@gnu.org>
11301         * international/codepage.el (codepage-setup): Doc fix.
11302         (cp-decoding-vector-for-codepage): Likewise.
11304 1999-01-10  Markus Rost  <rost@gnu.org>
11306         * cus-edit.el (custom-save-delete): First scan the custom-file.
11308 1999-01-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
11310         * international/iso-transl.el: Define a "function name" for
11311         each translation that isn't ASCII.  Use these function names
11312         in iso-transl-char-map.
11314 1999-01-08  Kenichi Handa  <handa@etl.go.jp>
11316         * international/mule-util.el (decompose-region): Do decomposition
11317         on temporary unibyte buffer.
11319         * international/mule.el (make-char): Doc-string modified.
11321 1999-01-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
11323         * simple.el (comment-region): Delete spaces only if we
11324         deleted a comment starter.
11326 1999-01-07  Dave Love  <fx@gnu.org>
11328         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
11330         * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
11331         like eval-defun does.
11333         * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
11335         * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
11336         constructions.  Doc fixes.
11337         (generic-create-generic-function): Use defalias, not fset.
11339         * find-func.el: More doc fixes.
11341 1999-01-06  Stephen Eglen  <stephen@gnu.org>
11343         * files.el (save-buffers-kill-emacs): Show the list of current
11344         processes before prompting to kill them and exit.
11346 1999-01-06  Dave Love  <fx@gnu.org>
11348         * emacs-lisp/find-func.el: Doc fixes.
11349         (find-function-regexp): Extend for define-generic-mode,
11350         define-derived-mode, easy-mmode-define-minor-mode.
11352 1999-01-06  Dave Love  <fx@gnu.org>
11354         * progmodes/fortran.el (fortran-window-create): Account for scroll
11355         bar width.
11357         * browse-url.el: Require (noerror) w3-auto when compiling.
11358         (browse-url-maybe-new-window): Make it a macro and revert last
11359         change to callers.
11360         (browse-url-w3): Require w3 for w3-fetch-other-window.
11362 1999-01-06 Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11364         * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
11365         argument.
11367 1999-01-06  Simon Marshall  <simon@gnu.org>
11369         * subr.el (with-temp-message): Don't display MESSAGE if nil.  Doc fix.
11371         * font-lock.el (font-lock-default-fontify-buffer): When using
11372         with-temp-message, use nil rather than current-message.
11374         * lazy-lock.el (lazy-lock-unstall):
11375         (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
11376         rather than current-message.
11378         * fast-lock.el (fast-lock-save-cache-1):
11379         (fast-lock-cache-data): When using with-temp-message, use nil rather
11380         than current-message.
11382 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
11384         * international/codepage.el (cp-coding-system-for-codepage-1): Add
11385         the valid-codes property.
11387         * international/mule-cmds.el (prefer-coding-system): Call
11388         set-coding-priority, so that the internal array of priorities is
11389         also updated.
11391         * international/mule-util.el:
11392         (coding-system-change-eol-conversion,
11393         coding-system-change-text-conversion): Don't define here.
11395         * international/mule-cmds.el: Define them here.  Remove the
11396         autoload cookies.
11398 1999-01-06  Andreas Schwab  <schwab@gnu.org>
11400         * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
11401         if it was enabled before.
11403         * view.el (View-revert-buffer-scroll-page-forward): Bind
11404         view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
11406         * files.el (recover-session): Preserve point when inserting
11407         explanation.
11409 1999-01-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
11411         * cus-edit.el (custom-save-delete): Don't delete whitespace
11412         and comments before the sexp that is replaced.
11414 1999-01-05  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11416         * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
11418 1999-01-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11420         * vc.el (vc-dired-hook): Use the original value of
11421         dired-move-to-filename-regexp on lines that have not been
11422         reformatted yet.
11423         (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
11424         file lines have already been reformatted.
11426 1999-01-05  Dave Love  <fx@gnu.org>
11428         * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
11429         buffer-local.
11431 1998-01-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
11433         * progmodes/f90.el: Change of regular expressions for type to
11434         correct highlighting and identation. Some small fixes for
11435         compatibility with XEmacs.
11437 1999-01-05  Stephen Eglen  <stephen@gnu.org>
11439         * mspools.el (mspools-vm-system-mail): Provide an alternative
11440         value based on rmail-spool-directory if $MAIL is not defined.
11442 1999-01-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
11444         * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
11445         (reftex-section-info): Handle negative section levels.
11446         (reftex-view-crossref-extra): New option.
11447         (reftex-view-crossref): Generalized to work in more places.
11448         (reftex-find-citation-regexp-format, reftex-find-reference-format,
11449         reftex-macros-with-labels, reftex-global-search-marker): New variables.
11450         (reftex-view-cite-locations-from-bibtex): New command.
11451         (reftex-view-regexp-match, reftex-global-search,
11452         reftex-global-search-continue): New functions.
11453         (reftex-extract-bib-entries): No error for non-existing BibTeX
11454         file, just a message.
11455         (reftex-extract-bib-entries): Better error handling.
11456         (reftex-select-with-char): Use `*RefTeX Select*' for selection
11457         help and force it on current frame.
11458         (reftex-default-bibliography): New function.
11459         (reftex-access-parse-file): Check consistency after loading a
11460         parse file.  When inconsistent, enfore rescan.
11461         (reftex-check-parse-consistency): New function.
11462         (easy-menu-define): Options section drastically shortened.
11464 1999-01-05  Kenichi Handa  <handa@etl.go.jp>
11466         * language/thai-util.el (thai-compose-string): New function.
11468 1999-01-04  Inge Frick  <inge@nada.kth.se>
11470         * easymenu.el (easy-menu-define): Doc fix.
11471         (easy-menu-create-menu): New keyword :included.
11472         (easy-menu-do-add-item): New keyword :included.  SUFFIX may
11473         be an expression, not only a string.  Simulate style `button'.
11474         Use easy-menu-define-key-intern instead of easy-menu-define-key.
11475         (easy-menu-define-key-intern): New function.
11476         (easy-menu-add-item): Understand value returned from
11477         easy-menu-item-present-p and easy-menu-remove-item.
11478         (easy-menu-return-item): New function.
11479         (easy-menu-item-present-p, easy-menu-remove-item): Use it.
11481 1999-01-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
11483         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11484         Use rmail-output-read-rmail-file-name to read the file name.
11485         Always call rmail-output-to-rmail-file noninteractively.
11486         When count > 1, do the loop here.
11487         Handle rmail-delete-after-output here.
11488         (rmail-summary-output): Similar changes.
11490         * mail/rmailout.el: Provide `rmailout'.
11491         (rmail-output-read-rmail-file-name): New function.
11492         (rmail-output-to-rmail-file): Use that.
11493         (rmail-output-read-file-name): New function.
11494         (rmail-output): Use that.
11496         * files.el (find-file-noselect): Let /: suppress wildcard matching.
11497         Error if wildcard matches no files.
11499 1999-01-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
11501         * menu-bar.el (clipboard-yank): Doc fix.
11503         * info.el (Info-insert-dir): Chase symlinks for file-attributes.
11505 1998-12-31  Markus Rost  <rost@delysid.gnu.org>
11507         * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
11509 1998-12-31  Andrew Innes  <andrewi@harlequin.co.uk>
11511         * rmail.el (rmail-encode-string): Make sure mask value is
11512         positive; (emacs-pid) returns a negative number on Windows 9x
11513         which causes odd behaviour.
11515 1998-12-31  Eli Zaretskii  <eliz@mescaline.gnu.org>
11517         * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
11518         and about w32-* variables unless on Windows/NT.
11520 1998-12-31  Boris Goldowsky  <boris@alum.mit.edu>
11522         * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
11523         if buffer is modified; ask about all modified buffers.
11525 1998-12-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
11527         * simple.el (what-cursor-position): Fix previous change.
11529 1998-12-30  Richard Stallman  <rms@sucrose.ai.mit.edu>
11531         * mail/sendmail.el (mail-mode): Eliminate ambiguous match
11532         from paragraph-start.
11534 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
11536         * international/mule-cmds.el (prefer-coding-system): If the
11537         argument requires specific EOL conversion type, make the default
11538         coding systems use that.
11540 1998-12-30  Drew Csillag <drew_csillag@geocities.com>
11542         * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
11543         Use shell-command-on-region.
11544         (m4-start-m4, m4-end-m4): Functions deleted.
11546 1998-12-30  Michael Ernst  <mernst@alum.mit.edu>
11548         * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
11550 1998-12-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11552         * browse-url.el (browse-url-mail): Give argument SEND-ACTION
11553         to compose-mail in the correct places and as a list.
11555 1998-12-29  Masatake Yamato  <masata-y@tori.aist-nara.ac.jp>
11557         * page-ext.el: Added mouse-selection feature for pages directory buffer.
11558         (pages-directory-map): Bind mouse-2
11559         (pages-copy-header-and-position): Put text property.
11560         (pages-directory-goto-with-mouse): New function.
11562 1998-12-29  Eli Zaretskii  <eliz@mescaline.gnu.org>
11564         * international/codepage.el (cp-make-coding-systems-for-codepage):
11565         Doc fix.
11566         (cp-coding-system-for-codepage-1): Likewise.
11568 1998-12-29  Kenichi Handa  <handa@etl.go.jp>
11570         * language/thai-util.el (thai-post-read-conversion): Handle Thai
11571         composition sequence correctly here instead of calling
11572         thai-compose-region.
11574         * textmodes/fill.el (fill-region-as-paragraph): While deleting a
11575         newline in multibyte buffer, if previous or next character is a
11576         composite char, check the first component of the composite char.
11578 1998-12-28  Andreas Schwab  <schwab@delysid.gnu.org>
11580         * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
11581         and track-mouse.
11583 1998-12-27  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11585         * mail/sendmail.el (mail-yank-original): Remove text properties
11586         after insertion.
11587         (mail-yank-region): Barf if no mark is set in the message
11588         being replied to.
11590         * help.el (function-called-at-point): First look for function at point.
11592 1998-12-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
11594         * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
11596 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
11598         * simple.el (what-cursor-position): Print character encoding also.
11600 1998-12-26  Dave Love  <fx@gnu.org>
11602         * textmodes/flyspell.el: If local-maps work, don't put
11603         flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
11604         in flyspell-mouse-map (only).
11605         (flyspell-use-local-map): New variable.
11606         Use a different mouse-2 binding in that case,
11607         and don't add to minor-mode-map-alist.
11608         (make-flyspell-overlay, flyspell-correct-word):
11609         Test flyspell-use-local-map.
11611 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
11613         * files.el (file-expand-wildcards): Handle wildcards in directory name.
11614         Be careful about whether to return a relative file name,
11615         and if so, relative to what directory.
11617 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
11619         * emacs-lisp/easymenu.el (easy-menu-get-map):
11620         Change global map only if this menu exists in the global map already,
11621         and not in the local map.
11622         (easy-menu-do-add-item): Fix error message.
11624         * foldout.el (foldout-inhibit-key-bindings):
11625         Avoid concatenating onto outline-minor-mode-prefix.
11626         Make a new keymap for that prefix, if it does not already have one.
11628 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
11630         * cperl-mode.el:
11631         Can use linear algorithm for indentation if Emacs supports it.
11632         (cperl-after-expr-p):   It is BLOCK if we reach lim when backup sexp.
11633         (cperl-after-block-p):  Likewise.
11634         (cperl-after-block-and-statement-beg): Likewise.
11635         (cperl-after-block-p):  After END/BEGIN we are a block.
11636         (cperl-after-expr-p):   Skip labels when checking
11637         (cperl-indent-region):  Make a marker for END - text added/removed.
11638         Disable hooks during the call (how to call them later?).
11639         Now indents 820-line-long function in 6.5 sec (including
11640         syntaxification) the first time (when buffer has few
11641         properties), 7.1 sec the second time.
11642         (cperl-indent-region):  Do not indent whitespace lines
11643         (cperl-style-alist)
11644                 Include `cperl-merge-trailing-else' where the value is clear.
11645         (cperl-styles-entries): Likewise.
11646         (cperl-problems):       Improvements to docs.
11647         (cperl-tips):           Likewise.
11648         (cperl-non-problems):   Likewise.
11649         (cperl-mode):           Make lazy syntaxification possible.
11650         Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
11651         `font-lock-unfontify-region-function' was set to a wrong function.
11653         (cperl-find-pods-heres): Safe a position in buffer where it is safe to
11654         restart syntaxification.  Changed so that -d ?foo? is a RE. Do
11655         not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
11656         but 1<<6 was considered as HERE-doc.
11657         <file/glob> made into a string.
11658         Postpone addition of faces after syntactic step.
11659         Recognition of <FH> was wrong.
11660         Highlight `gem' in s///gem as a keyword.  `qr' recognized.
11661         Knows that split// is null-RE.
11662         Highlights separators in 3-parts expressions as labels.
11663         <> was considered as a glob.
11664         Would err if the last line is `=head1'.
11665         $a-1 ? foo : bar; was a considered a regexp.
11666         `<< (' was considered a start of HERE-doc.
11667         mark qq[]-etc sections as syntax-type=string
11668         Was not processing sub protos after a comment ine.
11669         Was treating $a++ <= 5 as a glob.
11670         Tolerate unfinished REx at end-of-buffer.
11671         `unwind-protect' was left commented.
11672         / and ? after : start a REx.
11674         (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
11675         Better default, customizes to `message' too, off in text-mode.
11677         (cperl-array-face): Renamed from `font-lock-emphasized-face',
11678         `defface'd.
11679         (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
11680         `defface'd.
11681         (cperl-emacs-can-parse):        New state variable.
11682         (cperl-indent-line):    Corrected to use global state.
11683         (cperl-calculate-indent):       Likewise.
11684         (cperl-fix-line-spacing):       Likewise (not used yet).
11685         (cperl-calculate-indent):       Did not consider `,' as
11686         continuation mark for statements.
11687         (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
11688         Remove another parse-data optimization at toplevel: would
11689         indent correctly.
11690         Correct for labels when calculating indentation of continuations.
11691         Docstring updated.
11692         (cperl-choose-color):   Converted to a function (to be
11693         compilable in text-mode).
11694         (cperl-dark-background):        Disable without window-system.
11695         Do `defface' only if window-system.
11696         (cperl-fix-line-spacing):       Sped up to bail out early.
11697         (x-color-defined-p): Was not compiling on XEmacs
11698         Was defmacro'ed with a tick.  Remove another def.
11699         (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
11700         (cperl-unwind-to-safe): New function.
11701         (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
11702         (cperl-fontify-syntaxically): Unwinds start and end to go out of
11703                                      long strings (not very successful).
11704         (cperl-forward-re):     Highlight the trailing / in s/foo// as string.
11705         Highlight the starting // in s//foo/ as function-name.
11706         Emit a meaningful error instead of a cryptic one for an
11707         uncomplete REx near end-of-buffer.
11709         (cperl-electric-keyword):       `qr' recognized.
11710         (cperl-electric-else):          Likewise
11711         (cperl-to-comment-or-eol):      Likewise
11712         (cperl-make-regexp-x):  Likewise
11713         (cperl-init-faces):     Likewise, and `lock' (as overridable?).
11714         Corrected to use new macros;
11715         `if' for copying `reference-face' to `constant-face' was backward.
11716         remove init `font-lock-other-emphasized-face',
11717         `font-lock-emphasized-face', `font-lock-keyword-face'.
11718         Interpolate `cperl-invalid-face'.
11719         (cperl-make-regexp-x):  Misprint in a message.
11720         (cperl-syntaxify-unwind): New configuration variable
11721         (cperl-fontify-m-as-s): New configuration variable
11722         (cperl-electric-pod):   Check for after-expr was performed
11723         inside of POD too.
11724         (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
11725         (cperl-clobber-mode-lists): New configuration variable.
11726         (cperl-not-bad-style-regexp):   Updated.
11727         Init:                   `cperl-is-face' was busted.
11728         (cperl-make-face):      New macros.
11729         (cperl-force-face):     New macros.
11730         (font-lock-other-type-face): Done via `defface' too.
11731         (cperl-nonoverridable-face):    New face.  Renamed from
11732         `font-lock-other-type-face'.
11733         (cperl-init-faces-weak):        Use `cperl-force-face'.
11734         (cperl-comment-indent): Commenting __END__ was not working.
11735         (cperl-indent-for-comment):     Likewise.
11736         (cperl-write-tags):     Correct for XEmacs's `visit-tags-table-buffer'.
11737         When removing old TAGS info was not relativizing filename.
11738         (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
11739         Another try to work around XEmacs problems.  Better progress messages.
11740         (toplevel):             Require custom unprotected => failure on 19.28.
11741         (cperl-xemacs-p):       Defined when compile too
11742         (cperl-find-tags):      Was writing line/pos in a wrong order,
11743         pos off by 1 and not at beg-of-line.
11744         (cperl-etags-snarf-tag): New macro
11745         (cperl-etags-goto-tag-location): New macro
11746         (cperl-version):        New variable.  New menu entry
11747         random docstrings:      References to "future" 20.3 removed.
11748         Menu was described as `CPerl' instead of `Perl'
11749         (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
11750         (cperl-toggle-construct-fix): Was toggling to t instead of 1.
11751         (cperl-ps-print-init):  Associate `cperl-array-face', `cperl-hash-face'
11752         Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
11753         `font-lock-reference-face', `font-lock-keyword-face'.
11754         Use `eval-after-load'.
11755         Remove not-CPerl-related faces.
11756         (cperl-tips-faces):     New variable and an entry into Mini-docs.
11757         (cperl-indent-exp):     Was not processing else-blocks.
11758         (cperl-get-state):      NOP line removed.
11759         (cperl-ps-print):       New function and menu entry.
11760         (cperl-ps-print-face-properties):       New configuration variable.
11761         (cperl-invalid-face):   New configuration variable.
11762         (perl-font-lock-keywords):      Highlight trailing whitespace
11763         (cperl-contract-levels):        Documentation corrected.
11764         (cperl-contract-level):         Likewise.
11765         (cperl-ps-extend-face-list):    New macro.
11766         (cperl-invalid-face):   Change to ''underline.
11768 1998-12-25  Markus Rost  <rost@delysid.gnu.org>
11770         * mail/rmailout.el (rmail-output): Abbreviate name of default-file
11771         for read-file-name.
11772         (rmail-output-to-rmail-file): Likewise.
11774 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
11776         * emacs-lisp/easymenu.el (easy-menu-get-map):
11777         If MENU is nil, use global menu-bar map.
11778         (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
11779         (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
11781 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11783         * ps-mule.el (ps-mule-begin-job): Programming uniformization.
11785 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11787         * ps-print.el (ps-print-version): New version number (4.1.3).
11789 1998-12-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
11791         * international/mule-cmds.el: Use make-sparse-keymap instead of
11792         define-prefix-key when defining MULE menu items.
11794         * info.el (Info-node-at-bob-matching): New function.
11795         (Info-find-node, Info-build-node-completions): Call it.
11797 1998-12-21  Andreas Schwab  <schwab@delysid.gnu.org>
11799         * help.el (describe-function-1): Say "keymap", not "Lisp macro",
11800         when this is an autoloaded keymap.
11802 1998-12-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
11804         * international/codepage.el (cp-coding-system-for-codepage-1):
11805         Create separate encoders and decoders, for DOS and Unix.  Make the
11806         usual family of 3 coding systems, so that automatic detection of
11807         EOL type works.
11808         (cp-make-coding-systems-for-codepage): Don't intern DOS- and
11809         Unix-specific symbols here, and don't call
11810         cp-coding-system-for-codepage-1 twice.  (Suggested by Ken'ichi
11811         Handa <handa@etl.go.jp>.)
11813         * dos-vars.el (dos-codepage-setup-hook): New defcustom.
11815         * term/internal.el (IT-character-translations): New variable, an
11816         alist used to display characters for which there's no glyphs in
11817         the current codepage.
11818         (IT-display-table-setup): New function, sets up the DOS terminal
11819         for a given codepage.
11820         (dos-codepage-setup): New function, sets up the MULE environment
11821         for the current value of dos-codepage.
11822         (top-level if): In the multibyte mode, turn on
11823         unibyte-display-via-language-environment.  In the unibyte mode,
11824         set up the special syntax tables to map lower- to upper case and
11825         back.
11827 1998-12-19  Eric Ludlam  <zappo@delysid.gnu.org>
11829         * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
11830         (speedbar-frame-plist) Remove useless comments.
11831         (speedbar-frame-mode) Do not specify height if it is in the param list.
11832         Use default y position w/out changing it.
11833         If default x position is a list, keep, calculate the non-list X
11834         value when devining an initial position.
11835         (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
11836         (speedbar-tag-group-name-minimum-length): New variable.
11837         (speedbar-frame-parameter): New compatibility function.
11838         (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
11839         (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
11840         groups to keep things in the right order, and to help with some
11841         naming conventions.
11842         (speedbar-create-tag-hierarchy): Enable buffer local version of
11843         `speedbar-tag-hierarchy-method' in the buffer we are tagging.
11844         (speedbar-line-path) Make DEPTH param optional.  Devine it if absent.
11845         the case, derive it from the cursor location in speedbar.
11847 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
11849         * international/mule-cmds.el (set-language-environment): On MS-DOS
11850         terminals, install DOS-specific nonascii-translation-table if the
11851         language info doesn't specify one.  Pass the default eol-type to
11852         set-language-environment-coding-systems.
11853         (set-default-coding-systems): Copy the eol-type property for the
11854         new default values of {buffer-file,process}-coding-system from the
11855         old defaults.
11856         (set-language-environment-coding-systems): Accept an optional
11857         argument EOL-TYPE, and set the eol-type property of the default
11858         coding systems accordingly.
11859         (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
11860         (set-keyboard-coding-system): Likewise.
11861         (set-default-coding-systems): Don't set
11862         default-terminal-coding-system on MS-DOS to anything but nil.
11863         (prefer-coding-system): Describe in the doc string that
11864         default-terminal-coding-system is not changed on MS-DOS.
11865         (set-language-environment): For MS-DOS, set standard syntax table
11866         and display table for all characters with code above 127.
11867         (standard-display-european-internal): For MS-DOS, pass all
11868         characters with code above 127 directly to the terminal, and don't
11869         remap characters 160 and 146 in the unibyte case.
11871         * international/codepage.el: New file.
11873 1998-12-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11875         * diary-lib.el (diary-float): Fix end-of-year error and typos in
11876         comments.
11878 1998-12-16  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
11880         * map-ynp.el (map-y-or-n-p): Ignore input methods.
11882         * subr.el (read-passwd): Likewise.
11884 1998-12-16  Eli Zaretskii  <eliz@mescaline.gnu.org>
11886         * info.el (Info-find-node): Add 1 to the position read from the
11887         tag table.  Don't fail if the node delimiter ^_ is the first
11888         character in the file.
11889         (Info-insert-dir): Don't fail when the node delimiter ^_ is the
11890         first character in the file.
11891         (Info-read-subfile): Likewise.
11892         (Info-select-node): Likewise.
11893         (Info-build-node-completions): Likewise.
11895 1998-12-16  Richard Stallman  <rms@gnu.org>
11897         * term/x-win.el (x-cut-buffer-or-selection-value):
11898         If clipboard is enabled, try it before PRIMARY selection.
11900 1998-12-15  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
11902         * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
11903         insert c-cedilla and C-cedilla respectively, like in latin-1.
11905 1998-12-15  Eli Zaretskii  <eliz@delysid.gnu.org>
11907         * language/hebrew.el: Don't use sublists in the flags argument
11908         passed to make-coding-system.
11910 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
11912         * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11913         list of character sets found by find-charset-region.
11915         * ps-mule.el: Always require ps-print.  Move some function
11916         definitions for Emacs 20.2 and the earlier to ps-print.el.
11917         (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11919         * ps-print.el: Define several functions for Emacs 20.2 and the
11920         earlier version.
11921         (ps-printer-name): Check if printer-name is bound.
11923 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11925         * ps-mule.el: Programming uniformization and little code improvement.
11926         (ps-mule-prepare-font): Programming uniformization.
11927         (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
11928         (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
11930         * ps-bdf.el: Programming uniformization and little code improvement.
11931         (bdf-search-and-read): New fun.
11932         (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
11933         (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
11934         (bdf-info-relative-compose, bdf-info-baseline-offset)
11935         (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
11936         (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
11937         (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
11938         (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11939         improvement.
11941 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11943         * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11944         and mule related code extraction. Autoload ps-mule funs.
11946         * ps-mule.el: Doc fix. Require ps-print only when compiled.
11947         (ps-mule-prologue-generated): New fun.
11948         (ps-mule-plot-string): Add autoload cookie.
11949         (ps-mule-begin-job): Call ps-mule-prologue-generated.
11951 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
11953         * ps-bdf.el: Require ps-mule instead of ps-print.
11954         (bdf-directory-list): Add autoload cookie.
11956         * ps-mule.el: New file.  Mule related code extracted from
11957         ps-print.el.  Require ps-print, provide ps-mule.
11958         (ps-multibyte-buffer): Add autoload cookie.
11959         (ps-mule-prepare-ascii-font): New fun.
11960         (ps-mule-set-ascii-font): New fun.
11961         (ps-mule-skip-same-charset): Fun deleted.
11962         (ps-mule-plot-string): Set ps-mule-current-charset.
11963         (ps-mule-initialize): Add autload cookie.  Don't set
11964         ps-mule-font-info-database here.
11965         (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
11966         ps-mule-font-info-database and ps-control-or-escape-regexp.
11967         (ps-mule-begin-page): New fun.
11969         * ps-print.el: Mule related code moved to ps-mule.el.
11970         (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11971         check ps-mule-charset-list.
11972         (ps-begin-page): Don't set ps-mule-current-charset, instead call
11973         ps-mule-begin-page.
11974         (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11975         (ps-plot-region): Don't set ps-mule-current-charset, instead call
11976         ps-mule-set-ascii-font.  Don't call ps-mule-skip-same-charset,
11977         instead skip same charsets by itself.
11978         (ps-generate): Call ps-mule-initialize of needs-begin-file is
11979         non-nil.  Call ps-mule-begin-job.
11981 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
11983         * ps-bdf.el: File name changed from bdf.el.  Provide ps-bdf
11984         instead of bdf.
11986         * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11987         (ps-mule-external-libraries): New element FEATURE.
11988         (ps-mule-init-external-library): Ajusted for the above change.
11989         (ps-mule-generate-font): Likewise.
11990         (ps-mule-generate-glyphs): Likewise.
11991         (ps-mule-prepare-font): Likewise.
11992         (ps-mule-initialize): Likewise.
11993         (ps-begin-file): Superfluous tailing parenthesis deleted.
11995 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
11997         * international/fontset.el (x-decompose-font-name): If PATTERN
11998         doesn't have any wild cards, return a vector made from a name that
11999         is found by x-resolve-font-name found.  Comments added.
12001         * international/mule-cmds.el (find-coding-systems-for-charsets):
12002         Handle the case of unknown charset.
12003         (find-multibyte-characters): If invalid multibyte characters are
12004         found, return the corresponding strings instead of character
12005         codes.
12006         (find-multibyte-characters): Adjusted for the above change.
12007         (select-safe-coding-system): For a unibyte buffer, always returns
12008         DEFAULT-CODING-SYSTEM.
12009         (get-charset-property): Fix previous change.  Make it a function.
12010         (put-charset-property): Make it a function.
12012         * international/mule.el (make-coding-system): Set mime-charset
12013         property of *-with-esc coding system to nil.
12015         * international/quail.el (quail-point-in-conversion-region): New
12016         function.
12017         (quail-conversion-backward-delete-char): When a key sequence is
12018         being translated, call quail-delete-last-char.
12020         * language/devan-util.el
12021         (devanagari-reorder-glyphs-for-decomposition): Fix the way to
12022         handle devanagari-decomposition-rules.
12024 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
12026         * textmodes/texinfo.el (texinfo-tex-buffer): Bind
12027         tex-start-options-string to empty string.
12028         (texinfo-tex-region): Use texinfo-tex-trailer as documented.
12030 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
12032         * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
12033         5xx responses are already handled properly).
12035 1998-12-13  Richard Stallman  <rms@gnu.org>
12037         * progmodes/compile.el (compilation-error-regexp-alist): Insist
12038         on a non-digit in the file name.
12040         * simple.el (comment-region): Handle comment-padding
12041         separately for insertion and for deletion, in the right way for each.
12043 1998-12-13  Felix Lee  <flee@cygnus.com>
12045         * progmodes/compile.el (compilation-error-regexp-alist): Fix
12046         regexp to match "ChangeLog:1:1998-12-09 ..."
12048 1998-12-13  Eli Zaretskii  <eliz@delysid.gnu.org>
12050         * cus-start.el (dos-unsupported-char-glyph): Add.
12052 1998-12-11  Dave Love  <fx@gnu.org>
12054         * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
12055         forward-sexp in condition-case.
12057         * emacs-lisp/find-func.el (find-function-search-for-symbol):
12058         Remove unnecessary test on `library' for explicit file name.
12059         Widen scope of save-match-data.
12061 1998-12-10  Eli Zaretskii  <eliz@delysid.gnu.org>
12063         * international/mule.el (load-with-code-conversion): If the loaded
12064         file was inserted  with no-conversion or raw-text coding system,
12065         make the buffer unibyte.
12067 1998-12-09  Richard Stallman  <rms@gnu.org>
12069         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
12070         Get rid of nested loops.
12072         * mouse.el (mouse-drag-vertical-line):
12073         If WHICH-SIDE is not `right', then scroll bars are on the left.
12075         * loadhist.el (load-history-loaded): defvar moved to help.el.
12077         * help.el (symbol-file-load-history-loaded): Variable renamed,
12078         and defvar moved from loadhist.el.
12079         (symbol-file): Renamed from describe-function-find-file.
12080         Load fns-VERSION.el here.
12081         (describe-variable, describe-function-1): Use symbol-file.
12083         * textmodes/tex-mode.el (tex-generate-zap-file-name):
12084         Don't start the name with #.
12086         * ispell.el: Take out the eval-when's.
12088 1998-12-09  Peter Breton  <pbreton@ne.mediaone.net>
12090         * dirtrack.el (dirtrack-directory-change-hook): New hook.
12091         (dirtrack): Run it.  Make debug message more verbose.
12093 1998-12-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
12095         * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
12096         name of the abbrev table, and provide support for XEmacs.
12097         (octave-xemacs-p): New variable.
12099 1998-12-09  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
12101         * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
12102         exit, when mail-interactive is nil.
12104 1998-12-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
12106         * files.el (after-find-file): Message fix.
12108 1998-12-09  Ken Stevens  <stevens@kdstevens.com>
12110         * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
12112 1998-12-09  Geoff Voelker  <voelker@cs.washington.edu>
12114         * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
12115         filenames using backslashes.
12117 1998-12-09  Dave Love  <fx@gnu.org>
12119         * browse-url.el (browse-url-mail): Call compose-mail-other-window
12120         with correct number of args.
12121         (browse-url-maybe-new-window): New arg.  Callers changed.
12123         * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
12124         comment.
12126 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
12128         * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
12130 1998-12-08  Markus Rost  <rost@delysid.gnu.org>
12132         * vc.el (vc-rcs-release): Fix Type.
12133         (vc-sccs-release): Fix Type.
12134         (vc-cvs-release): Fix Type.
12136         * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
12137         arg work right.
12139         * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
12140         output of last undeleted message.
12142 1998-12-07  Geoff Voelker  <voelker@cs.washington.edu>
12144         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
12145         (buffer-undo-list) [windows-nt]: Use different relative path.
12147 1998-12-07  Simon Marshall  <simon@gnu.org>
12149         * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
12151 1998-12-05  Markus Rost  <rost@delysid.gnu.org>
12153         * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
12155         * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
12157 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
12159         * info.el (Info-menu): Don't return error if point is between menu
12160         header and first menu item.
12162 1998-12-04  Dave Love  <fx@gnu.org>
12164         * help.el (describe-function-1): Fix description for alias.
12166 1998-12-03  Andreas Schwab  <schwab@delysid.gnu.org>
12168         * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
12169         specifications from summary line.
12171         * rect.el (delete-whitespace-rectangle): Mark for autoload.
12172         (close-rectangle): Define alias only once in loaddefs.el.
12174 1998-12-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
12176         * term/internal.el: Remove code which sets up a special syntax
12177         table for non-ASCII characters.
12179 1998-12-02  Andrew Innes  <andrewi@delysid.gnu.org>
12181         * dos-w32.el (direct-print-region-function): Try to ensure that
12182         printer-name is expanded to a file name on a local drive;
12183         sometimes printing a file loaded from a network volume fails.
12184         (direct-print-region-function): Add a function to
12185         write-region-annotate-functions to append a formfeed character to
12186         the region being printed, if the region doesn't end with a
12187         formfeed already.  This avoids creating a second print job
12188         containing a blank page when print spooling is enabled on Windows.
12190 1998-12-02  Dave Love  <fx@gnu.org>
12192         * help.el (help-make-xrefs): Use `info', not the non-autoloaded
12193         `Info-goto-node'.
12195 1998-12-02  Richard Stallman  <rms@gnu.org>
12197         * help.el (temp-buffer-resize-mode): Doc fix.
12199         * cus-edit.el (custom-save-delete): Save point before
12200         reading a sexp, rather than backing up.
12202         * international/iso-transl.el: Fix previous change.
12204 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12206         * vc.el (vc-dired-window-configuration, vc-ediff-windows,
12207         vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
12208         Added defvars to suppress compilation warnings.
12210 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
12212         * ispell.el: Improved and fixed customize for variables:
12213         ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
12214         ispell-dictionary-alist, ispell-skip-sgml.
12215         Improved and fixed comments in variables and messages for
12216         functions: ispell-help-in-bufferp, ispell-local-dictionary,
12217         ispell-menu-map, ispell-checking-message, ispell-parser,
12218         ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
12219         ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
12220         ispell-comments-and-strings, ispell-continue, ispell-complete-word,
12221         ispell-message-text-end, ispell-add-per-file-word-list.
12222         (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
12223         system is now required for all languages.  Casechars improved for
12224         castellano, castellano8, and norsk dictionaries.  Dictionary
12225         norsk7-tex added.  Dictionary polish added.
12226         (ispell-dictionary-alist): Redefined at load-time to support
12227         dictionary changes.
12228         (ispell-menu-map): Redefined at load-time to support menu changes.
12229         (ispell-check-version): New alias for `check-ispell-version'.
12230         (ispell-parse-output): Fixed matching for ispell error messages.
12231         Correctly returns spelling suggestions in order generated by ispell
12232         process.
12233         (check-ispell-version): Ensure `case-fold-search' doesn't get
12234         redefined.
12235         (ispell-complete-word): Ensure `case-fold-search' doesn't get
12236         redefined.  Fix bug that didn't respect case of word being completed.
12237         (ispell-init-process): Set process coding system to be compatible
12238         with emacs processes and the ispell process.
12239         (ispell-kill-ispell): Ensures ispell process has terminated before
12240         starting new process.  This can otherwise confuse process filters
12241         and hang the ispell process.
12242         (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
12243         skipping support for sgml.
12244         (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
12245         which could cause `ispell-complete-word' to hang.
12246         (ispell-message): Improved message reference matching.  Ensure
12247         `case-fold-search' doesn't get redefined.
12248         (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
12249         get redefined.  Fixed bug in returning to nroff mode from tex mode.
12250         (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
12251         get redefined.
12253 1998-11-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
12255         * textmodes/flyspell.el (flyspell-check-word-p):
12256         Don't delay inside a kbd macro.
12258         * subr.el (make-local-hook): Return the hook variable.
12260 1998-11-30  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
12262         * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
12263         Use a timer instead of post-command-hook.
12264         (hscroll-timer): New variable.
12266 1998-11-30  Dave Love  <fx@gnu.org>
12268         * help.el (help-xref-button): Do nothing if text already has the
12269         help-xref property.
12270         (describe-variable): Revert previous change to hyperlink to source.
12272 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
12274         * bindings.el (features): Add `base64' to this list.
12276         * loadhist.el (symbol-file): Doc fix.
12278         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
12280         * files.el (hack-one-local-variable): Cope with non-file buffers.
12282 1998-11-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
12284         * help.el (describe-mode): Put major mode first.
12286         * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
12287         to support special-display and same-window features.
12289 1998-11-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
12291         * simple.el (transpose-subr, transpose-subr-1): Rename variables
12292         bound in one function and used in the other.
12293         (transpose-subr-start1, transpose-subr-start2): Add defvars.
12294         (transpose-subr-end1, transpose-subr-end2): Add defvars.
12296 1998-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
12298         * autoinsert.el (auto-insert-alist): Use user-mail-address.
12300 1998-11-26  Kenichi Handa  <handa@etl.go.jp>
12302         * international/ccl.el (ccl-dump-translate-character-const-tbl):
12303         Give format correct control string.
12305         * international/mule.el (define-translation-table): Fix bug of
12306         setting incorrect translation-table-id.  If the first element of
12307         ARGS is a translation table, just register it.
12309         * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
12310         property.
12312 1998-11-24  Michael Ernst  <mernst@alum.mit.edu>
12314         * thingatpt.el (thing-at-point-url-at-point): Don't use current
12315         syntax table to determine what is whitespace.
12317 1998-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
12319         * frame.el (frame-parameter): Doc fix.
12321         * textmodes/tex-mode.el (tex-feed-input): New function.
12322         (tex-define-common-keys): Add binding for C-c C-m.
12324 1998-11-23  Dave Love  <fx@gnu.org>
12326         * progmodes/fortran.el: Various minor doc fixes.
12327         (fortran-font-lock-keywords-1): Add `d' to comment-chars.
12328         (fortran-with-subprogram-narrowing): New macro.
12329         (fortran-check-for-matching-do): Use it.
12330         (fortran-end-do): Use fortran-check-end-prog-re.
12331         (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
12332         (fortran-calculate-indent, fortran-calculate-indent): Likewise.
12334 1998-11-23  Simon Marshall  <simon@gnu.org>
12336         * font-lock.el (font-lock-defaults): Doc fix.
12337         (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
12338         (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
12340         * lazy-lock.el (lazy-lock-unstall):
12341         (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
12343         * fast-lock.el (fast-lock-save-cache-1):
12344         (fast-lock-cache-data): Rewritten to use with-temp-message.
12346 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
12348         * mail/rmail.el (rmail-set-message-counters-counter): Detect
12349         messages that have been added with DOS line endings and convert
12350         the line endings for such messages.
12352 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
12354         * help.el: Add resizing of temporary buffers.
12355         (temp-buffer-resize-mode): New command and variable.
12356         (temp-buffer-max-height): New variable.
12357         (resize-temp-buffer-window): New function.
12359         * window.el (window-buffer-height): New function, split from
12360         shrink-window-if-larger-than-buffer.
12361         (shrink-window-if-larger-than-buffer): Use window-buffer-height.
12363 1998-11-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
12365         * frame.el (initial-frame-alist): Add defcustom.
12367         * shell.el (shell-prompt-pattern): Add defcustom.
12369 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12371         * message.el (message-ignored-supersedes-headers): Remove
12372         NNTP-Posting-Date.
12374 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
12376         * help.el (describe-mode): Don't avoid loop indirecting thru
12377         value of INDICATOR.
12379 1998-11-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
12381         * help.el (describe-variable): Allow any variable with a defcustom,
12382         even if it is not a user variable.
12384         * mail/rmail.el (mail-unsent-separator): Additional alternative.
12386 1998-11-20  Andrew Innes  <andrewi@delysid.gnu.org>
12388         * gnus/nntp.el (nntp-request-group): Allow for failures when
12389         requesting a new group.
12391 1998-11-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
12393         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
12395 1998-11-19  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12397         * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
12399 1998-11-19  Simon Marshall  <simon@gnu.org>
12401         * subr.el (with-temp-message): New macro.
12403         * emacs-lisp/lisp-mode.el (with-temp-message):
12404         Add lisp-indent-function property.
12406 1998-11-18  Dave Love  <fx@gnu.org>
12408         * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
12410 1998-11-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
12412         * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
12413         This is not obsolete.
12415 1998-11-18  Kenichi Handa  <handa@etl.go.jp>
12417         * textmodes/picture.el: Make a new map by make-keymap.
12418         (picture-desired-column): New variable.
12419         (picture-update-desired-column): New function.
12420         (picture-beginning-of-line): Set picture-desired-column to 0.
12421         (picture-end-of-line): Set picture-desired-column to the current
12422         column.
12423         (picture-forward-column): Pay attention to multi-column character.
12424         (picture-backward-column): Likewise.
12425         (picture-move-down): Likewise.
12426         (picture-move-up): Likewise.
12427         (picture-movement-nw): With prefix arg, move twice columns.
12428         (picture-movement-ne): Likewise.
12429         (picture-movement-sw): Likewise.
12430         (picture-movement-se): Likewise.
12431         (picture-set-motion): Handle two-column movements.
12432         (picture-move): Call picture-move-down or picture-forward-column
12433         only when necessary.
12434         (picture-insert): Pay attention to picture-desired-column.
12435         (picture-self-insert): Likewise.
12436         (picture-clear-column): Pay attention to multi-column character.
12437         (picture-mode): Modify doc-string for two-column movement.
12439         * rect.el (move-to-column-force): New function.
12440         (operate-on-rectangle): If coerce-tabs is non-nil, call
12441         move-to-column-force instead of move-to-column.
12442         (insert-rectangle): Call move-to-column-force instead of
12443         move-to-column.
12444         (open-rectangle-line): If begextra is not zero, call
12445         move-to-column-force.
12448 1998-11-16  Dave Love  <fx@gnu.org>
12450         * textmodes/sgml-mode.el Require skeleton when compiling.
12451         (sgml-font-lock-keywords-1): Accept single-letter tags.
12452         (v2): Defvar free variable.
12454 1998-11-16  Sam Steingold  <sds@goems.com>
12456         * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
12457         macro, not ELisp one.
12459 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
12461         * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
12462         characters to symbol.
12464         * language/japan-util.el (japanese-zenkaku-region): New optional
12465         arg KATAKANA-ONLY.
12467 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
12469         * international/mule.el
12470         (after-insert-file-set-buffer-file-coding-system): If the buffer
12471         is changed to unibyte, return inserted bytes.
12473         * tar-mode.el (tar-header-block-tokenize): Decode codes of file
12474         and link names if necessary.
12475         (tar-header-block-summarize): Handle the case that file or link
12476         names are multibyte.
12477         (tar-summarize-buffer): At first set the current buffer unibyte,
12478         then if there are multibyte file names, change it to multibyte.
12479         (tar-mode): Get char position from tar-header-offset.
12480         (tar-extract): Avoid multibyte<->unibyte conversion in
12481         insert-buffer-subsring by setting both buffers unibyte
12482         temporarily.
12483         (tar-copy): Set the buffer unibyte while doing a work.  Write
12484         without code conversion.
12485         (tar-expunge): Set the buffer unibyte while doing a work.
12486         (tar-alter-one-field): Likewise.
12487         (tar-clear-modification-flags): Compare byte position with
12488         tar-header-offset.
12489         (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
12490         insert-buffer-subsring by setting both buffers unibyte
12491         temporarily.  Pay attention to multibyteness while updating the
12492         descriptor-line.
12493         (tar-mode-write-file): Write without code conversion.
12495 1998-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12497         * nngateway.el: Require cl.
12499 1998-11-15  Dave Love  <fx@gnu.org>
12501         * progmodes/fortran.el: Fix previous change:
12502         (fortran-end-prog-re1): Changed.
12503         (fortran-check-end-prog-re): New function.
12504         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
12506 1998-11-13  Tom Breton  <tob@world.std.com>
12508         * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
12509         GNU Emacs.
12511 1998-11-13  Carsten Dominik  <cd@delysid.gnu.org>
12513         * textmodes/reftex.el: (reftex-finding-files): Group documentation
12514         fixed.
12515         (reftex-toc-toggle-file-boundary,
12516         reftex-toc-toggle-labels,
12517         reftex-toc-toggle-context,reftex-find-start-point): New functions.
12518         (reftex-toc-include-labels, reftex-toc-include-context,
12519         reftex-toc-include-file-boundaries,
12520         reftex-toc-keep-other-windows): New options.
12521         (reftex-use-text-after-label-as-context): Option removed.
12522         (reftex-extract-bib-entries): Protect use in non-latex
12523         buffers.
12524         (reftex-toc-visit-location): Renamed from
12525         `reftex-toc-visit-line'.
12526         (reftex-latin1-to-ascii): Works now with and without Mule.
12527         (reftex-truncate): Removed special stuff for Emacs 20.2.
12528         (reftex-get-offset): Made more general.
12529         (reftex-show-label-location): Renamed from
12530         `reftex-select-label-callback'.
12531         (reftex-pop-to-label): Function removed (using
12532         `reftex-show-label-location' instead.
12533         (reftex-insert-docstruct): Renamed from
12534         `reftex-make-and-insert-label-list'.  Function args changed.
12535         (reftex-toc): Now uses `reftex-insert-docstruct' and
12536         `reftex-find-start-point'.
12537         (reftex-select-item): Use `reftex-find-start-point'.
12538         (reftex-toc-visit-line): Can display labels and file
12539         boundaries.
12540         (reftex-TeX-master-file): `(TeX-master-file)' protected.
12542 1998-11-12  Sam Steingold  <sds@goems.com>
12544         * browse-url.el (browse-url): Handle the case when
12545         `browse-url-browser-function' is a lambda list.
12547 1998-11-12  Eli Zaretskii  <eliz@mescaline.gnu.org>
12549         * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
12550         version string.
12551         * loadhist.el (symbol-file): Likewise
12553 1998-11-11  Richard Sharman  <Richard_Sharman@Mitel.COM>
12555         * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
12557 1998-11-11  Sam Steingold  <sds@goems.com>
12559         * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
12560         `run-lisp' instead of signalling an error.
12562 1998-11-11  Karl Heuer  <kwzh@gnu.org>
12564         * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
12566 1998-11-11  Richard Stallman  <rms@gnu.org>
12568         * vc-hooks.el (vc-toggle-read-only): Doc fix.
12570 1998-11-11  Per Starback  <starback@update.uu.se>
12572         * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
12573         renamed svenska8 to svenska, and fixed and extended CASECHARS
12574         for it.
12576 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
12578         * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
12579         handling if setpagedevice is not available.
12580         (ps-begin-file): Fix typo.
12582 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
12584         * international/mule-util.el (compose-chars-component): Signal
12585         error if CH is a rule-based composition character.
12586         (compose-chars): Signal error if an already compsed character is
12587         going to be composed by rule-base.
12589         * term/x-win.el: If a resolved ASCII font name doesn't conform to
12590         full XLFD, don't try to get information of WEIGHT and SLANT from
12591         that font name.
12593 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
12595         * dos-w32.el (set-default-process-coding-system): Use function on
12596         before-init-hook to set default-process-coding-system based on
12597         enable-multibyte-characters.
12599         * term/w32-win.el ([language-change]): For now ignore
12600         keyboard language-change events.
12602 1998-11-10  Eli Zaretskii  <eliz@delysid.gnu.org>
12604         * ediff-util.el (ediff-make-temp-file): Run the prefix through
12605         convert-standard-file-name, but leave the results of
12606         make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
12607         characters if the original name already exists, or has a special
12608         handler.
12610 1998-11-10  Karl Heuer  <kwzh@gnu.org>
12612         * international/iso-insert.el: Delete autoload cookies.
12614         * international/iso-transl.el: Add autoload cookies.
12616 1998-11-10  Richard Stallman  <rms@gnu.org>
12618         * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
12619         (ispell-process-line): Don't treat multibyte
12621 1998-11-09  Andrew Innes  <andrewi@harlequin.co.uk>
12623         * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
12624         setpagedevice to specify the page size if setpagedevice is
12625         available.  This is necessary to select the correct paper tray on
12626         Level 2 printers with multiple paper sizes available.
12628         (ps-begin-file): Cope with font names that contain spaces, and
12629         call BeginDoc in a BeginSetup/EndSetup block.
12631 1998-11-08  Eli Zaretskii  <eliz@mescaline.gnu.org>
12633         * loadup.el (buffer-undo-list): Run fns-VERSION.el through
12634         convert-standard-filename.
12636         * loadhist.el (symbol-file): Run fns-VERSION.el through
12637         convert-standard-filename.
12639 1998-11-06  Richard Stallman  <rms@gnu.org>
12641         * textmodes/texinfmt.el (texinfo-format-scan):
12642         Detect the case of two @-commands in a row; process just the first.
12643         (texinfo-append-refill): If line has a @c, insert the @refill
12644         before it.
12645         (texinfo-format-refill): Return with point where the @refill was.
12647         * files.el (hack-local-variables): Test local-enable-local-variables.
12648         (hack-local-variables-prop-line): Likewise.
12649         (set-auto-mode): Don't test local-enable-local-variables here.
12650         (enable-local-variables): Doc fix.
12651         (local-enable-local-variables): Doc fix.
12652         (normal-mode): Doc fix.
12654 1998-11-06  Karl Heuer  <kwzh@gnu.org>
12656         * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
12658 1998-11-06  Richard Sharman  <Richard_Sharman@Mitel.COM>
12660         * simple.el (line-number-mode): Doc fix.
12662 1998-11-06  Kenichi Handa  <handa@etl.go.jp>
12664         * international/fontset.el (create-fontset-from-fontset-spec):
12665         Give correct arg to `error'.
12667 1998-11-06  Andreas Schwab  <schwab@delysid.gnu.org>
12669         * textmodes/sgml-mode.el (html-mode): Doc fix.
12670         (sgml-name-8bit-mode): Fix missing format character in message string.
12672 1998-11-05  Karl Heuer  <kwzh@gnu.org>
12674         * mail/sendmail.el (sendmail-send-it): Check for failure.
12676 1998-11-05  Richard Stallman  <rms@gnu.org>
12678         * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
12680         * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
12681         (close-rectangle): Define as alias.
12683 1998-11-05  Richard M. Heiberger  <rmh@fisher.stat.temple.edu>
12685         * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
12687 1998-11-05  Dave Love  <fx@gnu.org>
12689         * help.el (describe-variable): Don't quote link to source.
12691 1998-11-04  Richard Stallman  <rms@sucrose.ai.mit.edu>
12693         * gud.el (gud-common-init): Use pop-to-buffer.
12694         (same-window-regexps): Add an element that matches all gud buffers.
12696 1998-11-04  Jason Rumney  <jasonr@altavista.net>
12698         * term/w32-win.el (x-get-selection-value): Alias to
12699         x-cut-buffer-or-selection-value.
12700         (w32-standard-fontset-spec): New variable.
12701         (w32-create-initial-fontsets, mouse-set-font): Check whether
12702         new-fontset is available.
12703         (w32-use-w32-font-dialog): Enable use of set-variable.
12705 1998-11-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12707         * vc.el (with-vc-file, edit-vc-file): New macros.
12709 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
12711         * international/quail.el (quail-show-guidance-buf): Call
12712         set-minibuffer-window to set minibuffer window of the current
12713         frame correctly.
12715 1998-11-03  Theodore Jump <tjump@tertius.com>
12717         * term/w32-win.el: Require fontset.
12719 1998-11-03  Andrew Innes  <andrewi@delysid.gnu.org>
12721         * faces.el (set-face-font): Call resolve-fontset-name on w32.
12722         (set-face-font-auto): Ditto.
12724 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
12726         * mouse.el (mouse-drag-region): Fix typo.
12728 1998-11-02  Dave Love  <fx@gnu.org>
12730         * progmodes/fortran.el Fix for fontification of strings lost somehow:
12731         (fortran-fontify-string): New function.
12732         (fortran-font-lock-keywords-1): Use it.
12734 1998-11-02  Markus Rost  <rost@delysid.gnu.org>
12736         * comint.el (comint-file-name-quote-list): Doc fix.
12738 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
12740         * loadup.el (buffer-undo-list): Write fns-VERSION.el into
12741         build directory, not source directory.
12743         * mouse.el (mouse-drag-region): Fake up a mouse-motion event
12744         if we did not get one for the final move.
12746 1998-11-01  Dave Love  <fx@gnu.org>
12748         * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
12749         Don't funcall browse-url-browser-function.
12751         * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
12752         Don't funcall browse-url-browser-function.
12754         * fortran.el (fortran-end-prog-re1): Fix the regexp.
12756 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
12758         * files.el (revert-buffer): Doc fix.
12760 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
12762         * textmodes/tex-mode.el (tex-start-options-string):
12763         Quote the backslashes with more backslashes.
12765 1998-10-31  Dave Love  <fx@gnu.org>
12767         * webjump.el (webjump-sample-sites): Fix Lisp archive site.
12768         (webjump): Don't funcall browse-url-browser-function.
12770 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
12772         * international/quail.el (quail-start-translation): Handle
12773         switching of the frame in read-key-sequence.
12774         (quail-start-conversion): Likewise.
12775         (quail-show-guidance-buf): Detach quail-guidance-buf from any
12776         windows before setting an appropriate window for it.
12777         (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
12778         quail-guidance-win to nil.
12779         (quail-update-guidance): If quail-guidance-buf is not in the
12780         selected frame, call quail-show-guidance-buf again.
12782 1998-10-30  Espen Skoglund  <espensk@stud.cs.uit.no>
12784         * progmodes/pascal.el (pascal-mode):
12785         `blink-matching-paren-dont-ignore-comments' set to t.
12787 1998-10-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12789         * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
12791 1998-10-30  Dave Love  <fx@gnu.org>
12793         * vc.el (vc-backend-merge-news): Check for "P" output.
12795         * help.el (describe-variable): Hyperlink the definition.
12797 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
12799         * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
12800         (sh-set-shell): Likewise.
12802         * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
12804         * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
12805         (edebug-on-error): Fix customize type to match that of
12806         debug-on-error.
12808         * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
12810         * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
12811         report-emacs-bug-address instead of undefined bug-gnu-emacs.
12813         * international/mule-cmds.el (select-message-coding-system): Doc
12814         fix.
12816         * international/mule-diag.el (describe-coding-system): Describe
12817         all flags.
12819         * mail/sendmail.el (sendmail-coding-system,
12820         default-sendmail-coding-system): Doc fix.
12822         * simple.el (shell-command-on-region): Doc fix.
12824         * loadup.el: Write fns-*.el in current directory instead of
12825         data-directory since no installation directory exists yet.  Mark
12826         buffer unmodified afterwards.
12828         * loadhist.el (symbol-file): Load fns-*.el from exec-directory
12829         instead of data-directory since it is architecture dependent.
12830         (load-history-loaded): Update doc string.
12832 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
12834         * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
12835         path as a default directory when canonicalizing names.
12837         * w32-fns.el: Remove a dangling reference to a directory on the
12838         build machine.
12840 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
12842         * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
12843         namespace related keywords such as `class', `body', `private',
12844         `variable', `namespace eval', etc.
12845         (tcl-imenu-generic-expression): Handle itcl body and class definitions.
12846         (tcl-mode): Added ":" as a word constituent to the syntax-alist of
12847         imenu and font-lock so that searches for \sw would find words
12848         containing colons.
12850         * progmodes/etags.el (initialize-new-tags-table):
12851         Do not alter find-tag-marker-ring and tags-location-ring.
12853 1998-10-27  Geoff Voelker  <voelker@cs.washington.edu>
12855         * term/w32-win.el: Require fontset.
12856         (w32-init-fontsets): New function (code from x-win.el).
12858 1998-10-26  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12860         * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
12861         calendar-and-diary-frame-parameters):  Add title parameter.
12863 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
12865         * completion.el (dynamic-completion-mode): New function to enable
12866         the mode.  (Just loading the file now does not change anything.)
12868 1998-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12870         * ps-print.el: User option for multibyte buffer handling and doc fix.
12871         (ps-multibyte-buffer): New user option.
12872         (ps-setup): Print new user option.
12873         (ps-print-quote): New fun.
12874         (ps-color-p, ps-mule-font-info-database-latin): New var.
12875         (ps-default-color, ps-mule-font-info-database)
12876         (ps-mule-font-info-database-ps-bdf): Adjust initialization.
12877         (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
12878         (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
12879         Little code improvement.
12880         (ps-mule-initialize): Initialize ps-mule-font-info-database.
12881         (ps-print-prologue-header, ps-font-family, ps-font-size)
12882         (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
12883         (ps-build-face-reference, ps-mule-font-info-database-bdf)
12884         (ps-mule-external-libraries, ps-mule-init-external-library)
12885         (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
12886         Doc fix.
12887         (ps-print-version): New version number (4.1.1) and doc fix.
12888         (ps-print-prologue-header): New user option.
12889         (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
12890         Conditional compilation for GNU Emacs and emacsens.
12891         (ps-generate-postscript-with-faces): Skip invisible text better.
12892         (ps-setup): Print new user option.
12893         (ps-print-preprint): Check if input file name exists and is unwritable.
12894         (ps-begin-file): Adjust PostScript prologue header for duplex printers
12895         and insert user PostScript prologue header comments.
12896         (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
12897         New funs.
12898         (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
12899         (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
12900         PostScript programming normalization.
12901         (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
12902         (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
12903         (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
12904         (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
12905         (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
12906         Programming style normalization.
12908 1998-10-26  Kenichi Handa <handa@etl.go.jp>
12910         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12911         version, check the value of mule-version.
12913         * international/mule-util.el (compose-region): Insert then delete
12914         to preserve markers.
12915         (decompose-region): Use search-forward for efficiency.
12917         * language/chinese.el (pre-write-encode-hz): Cancel previous
12918         change, use generate-new-buffer instead of get-buffer-create.
12919         * language/devan-util.el
12920         (in-is13194-devanagari-pre-write-conversion): Likewise.
12921         * language/thai-util.el (thai-pre-write-conversion): Likewise.
12922         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12923         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12925 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
12927         * mail/rmailsum.el (rmail-message-subject-p):
12928         Handle message whose header has not been reformatted.
12930         * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
12932 1998-10-25  Jason Rumney  <jasonr@altavista.net>
12934         * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
12935         New variables.
12936         (mouse-set-font): Use font menus instead of dialog according to
12937         w32-use-w32-font-dialog.
12939 1998-10-21  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12941         * calendar/calendar.el (calendar-day-name-array): Add doc string
12942         correctly!
12943         (calendar-month-name-array): Add doc string correctly!
12945 1998-10-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
12947         * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12949 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
12951         * lisp/info.el (Info-next-menu-item): Stay on top of node.
12953         * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12955         * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12957         * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12959 1998-10-21  Andreas Schwab  <schwab@delysid.gnu.org>
12961         * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12963 1998-10-21  Karl Heuer  <kwzh@gnu.org>
12965         * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12966         (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12967         (profile-filter, profile-reset-timer): Functions deleted.
12968         (profile-check-zero-init-times, profile-get-time): Likewise.
12969         (profile-find-function, profile-quit): Likewise.
12970         (profile-distinct, profile-call-stack, profile-last-time): New vars.
12971         (profile-time-list, profile-init-list): Doc fix.
12972         (profile-functions): Simplify.
12973         (profile-print): Use float.  Make output include space separators.
12974         (profile-add-time): New helper function.
12975         (profile-function-prolog): Renamed from profile-start-function.
12976         Handle profile-distinct.
12977         (profile-function-epilog): Renamed from profile-update-function.
12978         Handle profile-distinct.
12979         (profile-a-function): If the function to be profiled is an
12980         autoload form, load it.  If it's lazy-loaded, fetch it.
12981         (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12982         (profile-restore-fun): Arg FUN is now a function symbol, as was
12983         documented, rather than a one-element list.
12984         (profile-finish): Call profile-restore-fun properly.
12986 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
12988         * international/characters.el: Setup charset property
12989         nospace-between-words.
12991         * international/mule-cmds.el (get-charset-property): If CHARSET is
12992         composition, return nil.
12993         (put-charset-property): If CHARSET is composition, do nothing.
12995         * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12996         * language/devan-util.el
12997         (in-is13194-devanagari-pre-write-conversion): Likewise.
12998         * language/thai-util.el (thai-pre-write-conversion): Likewise.
12999         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
13000         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
13002         * textmodes/fill.el (sentence-end-without-period): New variable.
13003         (canonically-space-region): Pay attention to
13004         sentence-end-without-period.
13005         (fill-find-break-point): The first argument CHARSET deleted.
13006         Caller changed.
13007         (fill-region-as-paragraph): Pay attention to charset property
13008         nospace-between-words and text property nospace-between-words.
13010 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
13012         * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
13013         an unrecognized shell.
13015 1998-10-20  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
13017         * desktop.el (desktop-save): Include minor modes symbolically.
13018         (desktop-create-buffer): Turn on all minor modes in `mim'.
13020 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
13022         * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
13023         (sh-font-lock-keywords): Handle rpm and rpm2.
13024         (sh-ancestor-alist): Handle rpm.
13026         * files.el (auto-mode-alist): Recognize .rpm files.
13027         Also .spec and .mspec files.
13029 1998-10-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
13031         * faces.el (frame-set-background-mode): Enable the function for
13032         MSDOS frames.
13034 1998-10-20  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13036         * calendar/calendar.el (calendar-day-name-array): Add doc string.
13037         (calendar-month-name-array): Add doc string.
13039 1998-10-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
13041         * simple.el (kill-ring-max): Increased to 60.
13043 1998-10-17  Kenichi Handa  <handa@etl.go.jp>
13045         * international/characters.el: Setup auto-fill-chars.
13047         * international/kinsoku.el (kinsoku): Check the variable
13048         enable-kinsoku.
13050         * simple.el (do-auto-fill): Don't check kinsoku-enable here.
13051         Don't call kinsoku directly, intead call fill-find-break-point.
13053         * textmodes/fill.el: Setup `fill-find-break-point-function'
13054         property to character sets which require `kinsoku' processing for
13055         filling.
13056         (fill-find-break-point): New function.
13057         (fill-region-as-paragraph): Don't check kinsoku-enable here.
13058         Don't call kinsoku directly, intead call fill-find-break-point.
13060 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
13062         * faces.el (modify-face-read-string): Return (nil) for "none".
13063         (modify-face): Don't get error if (nil) is the argument.
13064         (face-try-color-list): Don't check whether nil is a valid color.
13066 1998-10-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
13068         * emacs-lisp/bytecomp.el (byte-recompile-directory):
13069         Print message about each directory, even in batch mode.
13071         * gnus/nntp.el: Require `cl' before using nnoo-declare.
13073         * ps-print.el (ps-mule-chars-in-string): No need to use sref.
13074         (ps-mule-string-char): No need to use sref.
13075         (ps-mule-next-index): No need to use sref.
13077         * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
13079         * files.el (revert-buffer-internal-hook): Add defvar.
13081         * arc-mode.el (archive-mode): Locally set file-precious-flag.
13083         * tar-mode.el (tar-mode): Locally set file-precious-flag.
13085 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
13087         * international/mule-cmds.el (default-input-method): Fix custom type.
13089         * net-utils.el (whois-server-list): Fix customization type.
13091         * shell.el (shell-input-autoexpand): Fix customization group.
13093 1998-10-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
13095         * repeat.el (repeat): Handle keyboard macros properly.
13096         Handle new prefix arg after self-insert command.
13098         * repeat.el: Don't include cl even at compile time.
13099         (repeat): Avoid using `loop'.
13101         * simple.el (shell-command-on-region): Doc fix.
13102         (next-history-element): Special error message if no default.
13104 1998-10-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
13106         * ps-print.el (ps-print-buffer): Doc fix.
13107         (ps-despool): Likewise.
13109         * arc-mode.el (arc-mode): Provide arc-mode.
13111 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
13113         * ps-print.el (ps-print-buffer): Doc fix.
13115 1998-10-14  Dave Love  <fx@gnu.org>
13117         * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
13118         (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
13119         (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
13121         * progmodes/fortran.el (fortran-mode-map): Change "Join
13122         Continuation Line" to "Join Line".
13123         (fortran-font-lock-keywords-1): Add "cycle", "exit".
13125 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
13127         * progmodes/fortran.el (fortran-join-line): Use
13128         `delete-indentation' instead of issuing an error message if not on
13129         a continuation line.  Provide for joining several lines using
13130         prefix arg.
13132 1998-10-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
13134         * term/pc-win.el (msdos-color-values): New variable.
13135         (x-color-values): New function, emulates its namesake from
13136         src/xfns.c.
13137         (msdos-bg-mode): Add all dark colors to those which return
13138         "dark".
13140 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
13142         * replace.el (keep-lines, flush-lines, how-many):
13143         Don't ignore case if arg has upper case letters.
13145 1998-10-11  Reto Zimmermann  <zimmi@iis.ee.ethz.ch>
13147         * progmodes/vhdl-mode.el
13148         (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
13149         (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
13150         (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
13151         (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
13152         (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
13153         (vhdl-when): Fix indentation problem.
13154         (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
13155         (vhdl-get-port, vhdl-get-generic): Bug fix in template.
13156         (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
13158 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
13160         * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
13161         (ls-lisp-insert-directory): Renamed from insert-directory.
13162         (insert-directory): New function.
13164 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
13166         * simple.el (completion-fixup-function): Variable deleted.
13167         (completion-setup-function): Delete code for completion-fixup-function.
13168         * emacs-lisp/lisp.el (lisp-complete-symbol):
13169         Don't bind completion-fixup-function.
13171         * files.el (find-file-wildcards): New option.
13172         (find-file-noselect): Handle wild cards, if enabled.
13173         (file-expand-wildcards): New function.
13175         * simple.el (set-fill-column): Doc fix.
13177 1998-10-13  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13179         * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
13181 1998-10-13  Andreas Schwab  <schwab@mescaline.gnu.org>
13183         * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
13184         Move declaration before first use.
13185         (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
13186         hif-math, hif-factor): Rename token to hif-token and token-list to
13187         hif-token-list.
13188         (hif-token, hif-token-list): Declare them.
13189         (hif-find-ifdef-block): Return cons of top and bottom point
13190         instead of setting dynamically bound variables.
13191         (hide-ifdef-block, show-ifdef-block): Use return value of
13192         hif-find-ifdef-block.
13194 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
13196         * subr.el (read-passwd): Use clear-this-command-keys.
13198         * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
13200         * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
13201         and ...-for-write.
13203 1998-10-12  Andrew Innes  <andrewi@harlequin.co.uk>
13205         * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
13206         responses to GROUP command, since this may be called from a timer
13207         with quit inhibited.
13209 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
13211         * international/ccl.el (ccl-compile-if): If there's no false-cmds,
13212         set unconditional-jump to nil.
13213         (ccl-compile-read-multibyte-character): Return nil.
13214         (ccl-compile-write-multibyte-character): Likewise.
13215         (ccl-compile-translate-character): Likewise
13216         (ccl-compile-map-multiple): Likewise.
13217         (ccl-compile-map-single): Likewise.
13219         * international/kinsoku.el: Add coding tag.
13220         (kinsoku-bol): Remove superfluous TAB in a string.
13222         * international/mule-cmds.el (find-coding-systems-for-charsets):
13223         Delete `composition' (if any) from CHARSETS.
13225 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
13227         * international/mule-cmds.el (setup-specified-language-environment):
13228         Add apropos-inhibit property.
13229         (describe-specified-language-support): Likewise.
13231 1998-10-11  Kenichi HANDA  <handa@etl.go.jp>
13233         * international/mule.el (make-coding-system): Create -with-esc
13234         variant coding system.
13236 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
13238         * progmodes/etags.el (tags-loop-revert-buffers): New variable.
13239         (next-file): Optionally offer to revert a file's buffer,
13240         if it has an existing buffer but the file has changed.
13242         * info.el (Info-insert-dir): Detect and report problems
13243         in input files, such as "No Top node".  Return with point
13244         at the beginning of the text.
13245         (Info-find-node): Reinsert the code to handle files
13246         with no tags table; it was deleted by mistake.
13248 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
13250         * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
13251         texinfo-find-higher-level-node repeatedly find the same node.
13252         (texinfo-find-higher-level-node): Doc fix.
13254 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
13256         * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
13257         (smtpmail-address-buffer): Add defvar.
13258         (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
13260         * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
13262         * ffap.el (ffap-machine-p-local): Fix editing error.
13264 1998-10-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
13266         * faces.el (frame-set-background-mode):
13267         Don't do anythung for text-only or MSDOS frame.
13269 1998-10-08  Kenichi Handa  <handa@etl.go.jp>
13271         * international/quail.el (quail-defrule): New optional arg APPEND.
13272         (quail-defrule-internal): Fix bug of handling the argument APPEND.
13274 1998-10-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
13276         * gnus/pop3.el (pop3-open-server):
13277         Set process-coding-system-alist around open-network-stream.
13279 1998-10-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
13281         * files.el (save-buffer): Doc fix.
13283 1998-10-07  Karl Heuer  <kwzh@gnu.org>
13285         * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
13286         return DEF unchanged, not nil.  Simplify.
13288 1998-10-06  Geoff Voelker  <voelker@cs.washington.edu>
13290         * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
13292 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
13294         * generic.el (generic-mode-with-type): Added hooks for generic-modes.
13296         * net-utils.el (ftp, nslookup): Require comint.
13297         (network-service-connection): Likewise.
13298         (whois-server-name): Defaults to whois.arin.net
13299         (whois-server-list, whois-server-tld, whois-guess-server): New var.
13300         (whois): Tries to guess the appropriate top-level domain server.
13301         (whois-get-tld): New function.
13303         * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
13304         (dirtrack-debug-toggle): Added this function.
13306 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13308         * files.el (find-file-noselect): Switch to the correct buffer
13309         before checking find-file-literally, and allow non-nil non-t
13310         rawfile params.
13312 1998-10-06  Karl Heuer  <kwzh@gnu.org>
13314         * midnight.el (clean-buffer-list): Add autoload cookie.
13316         * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
13317         no-autosave.
13318         * tar-mode.el (tar-mode-revert): Likewise.
13319         * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
13320         from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
13321         * gnus/message.el (message-auto-save-directory): Renamed from
13322         message-autosave-directory.  All references changed.
13324 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
13326         * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
13327         string.  Expose mime stuff while searching.
13329 1998-10-06  Richard Stallman  <rms@gnu.org>
13331         * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
13333         * replace.el (perform-replace): Position point properly
13334         before and after the recursive edit of C-r.
13336         * progmodes/etags.el (tags-reset-tags-tables): Properly
13337         find the markers in the old rings that are being discarded.
13339 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13341         * apropos.el (apropos-print): Control invalid characters.
13343         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13344         Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
13345         confusing customize.
13347 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
13349         * generic-x.el (bat-generic-mode): Fix regexps for keywords and
13350         built-in commands.  Add more built-in commands and fix face names.
13352 1998-10-05  Simon Marshall  <simon@gnu.org>
13354         * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
13356 1998-10-04  Eric Ludlam  <zappo@gnu.org>
13358         * speedbar.el (speedbar-initial-expansion-list-name): Remove
13359         customization since it is not useful in this case.
13360         (speedbar-frame-mode): Check if cfx or cfy is a list, and make
13361         sure it gets evalled to a number.  Also verify that set-frame-name
13362         fn exists before calling it.
13364         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13365         Protect a `forward-sexp' call which could fail, and improved regex
13366         for ie, and eg abbreviations.
13368 1998-10-02  Noah Friedman  <friedman@splode.com>
13370         * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
13371         send-string.
13372         (rlogin-send-Ctrl-D): Here also.
13373         (rlogin-send-Ctrl-Z): Here also.
13374         (rlogin-send-Ctrl-backslash): Here also.
13376 1998-10-02  Dave Love  <fx@gnu.org>
13378         * outline.el (hide-region-body): Bind
13379         outline-view-change-hook to nil while making repeated calls to
13380         outline-flag-region.  Run it once at the end.
13381         (hide-other, hide-sublevels, show-children): Likewise.
13383         * info-look.el: Remove duplicate scheme-mode entry.
13384         (info-lookup-make-completions): When looking for entries, check
13385         that `item' isn't null or "Menu".
13387 1998-10-01  Karl Heuer  <kwzh@gnu.org>
13389         * net-utils.el: Don't require ffap.
13390         (net-utils-machine-at-point, net-utils-url-at-point): New functions.
13391         (ping, nslookup-host, finger, network-connection-to-service): Use them.
13393 1998-09-30  Richard Stallman  <rms@gnu.org>
13395         * ispell.el (check-ispell-version): No need to bind default-major-mode.
13397         * imenu.el (imenu--generic-function): Sort each submenu by position.
13398         (imenu--sort-by-position): New function.
13400         * cus-edit.el (Custom-mode-menu): Fix info node name.
13401         (customize group): Fix info node name.
13403         * mail/mailalias.el (build-mail-aliases): Don't allow
13404         a newline in the alias name.  Don't define an alias
13405         if the definition would be empty.
13407         * which-func.el (which-func-mode-global): Make :set function
13408         more reliable.
13410         * custom.el (custom-set-variables): Load the requests first,
13411         then check the symbol's `set' function.
13413         * ffap.el: Doc fixes.
13415 1998-09-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13417         * gnus.el: (gnus-valid-select-methods): Fix type.
13418         * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
13419         * gnus-score.el (gnus-orphan-score): Fix type.
13420         (gnus-score-default-header, gnus-score-default-type): Fix type.
13421         * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
13422         (gnus-saved-headers): Fix type.
13424         * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
13425         Avoid nil value of `two-lines-citation-part'.
13427 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
13429         * which-func.el (which-function): Handle case when
13430         (car imenu--index-alist) is nil.
13432 1998-09-29  Dave Love  <fx@gnu.org>
13434         * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
13435         bzip2 args.
13437 1998-09-29  Simon Marshall  <simon@gnu.org>
13439         * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
13440         comint-exec-hook.
13442 1998-09-29  Stephen Eglen  <stephen@gnu.org>
13444         * info-look.el: Add support for Octave.
13446 1998-09-28  Carsten Dominik  <cd@delysid.gnu.org>
13448         * textmodes/reftex.el (reftex-finding-files): New customize group.
13449         (reftex-texpath-environment-variables,
13450         reftex-use-external-file-finders, reftex-external-file-finders,
13451         reftex-search-unrecursed-path-first): New options.
13452         (reftex-process-string, reftex-find-file-externally): New
13453         functions.
13454         (reftex-access-search-path): Execute shell commands to find the
13455         search path.
13456         (reftex-toggle-auto-view-crossref): When turning on, make sure
13457         `reftex-auto-view-crossref' becomes non-nil.
13458         (reftex-abbrev-regexp): Constant removed.
13459         (reftex-convert-string): Abbrev regexp calculated locally.
13461 1998-09-28  Dave Love  <fx@gnu.org>
13463         * progmodes/fortran.el: Don't call regexp-opt when deriving
13464         font-lock patterns with keywords that aren't all literal.
13466 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
13468         * octave-inf.el (inferior-octave-prompt):  Also match prompts of
13469         the form `octave.bin:1>' which come from using precopiled binary
13470         versions.
13472 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
13474         * help.el (help-for-help): Use %THIS-KEY%.
13475         (help-quit): Add doc.
13477         * help-macro.el (make-help-screen): Keep HELP-TEXT
13478         in a separate function definition, not in the help command FNAME.
13479         Replace %THIS-KEY% with the key sequence that ran FNAME.
13481 1998-09-25  Richard Stallman  <rms@gnu.org>
13483         * textmodes/texinfo.el (texinfo-show-structure):
13484         Bind inhibit-read-only.
13486         * isearch.el (isearch-search-and-update): Properly
13487         handle upper case letters in the reverse-search special case.
13489 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13491         * gnus.el: Extend the list of autoloaded functions.
13493         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13494         buffer before creating help group. (from Gnus v5.6.43, fix by
13495         1998-08-20 Per Starback <starback@update.uu.se>)
13497         * gnus-util.el (gnus-output-to-rmail): Adjust to
13498         `rmail-output-to-rmail-file'.
13500 1998-09-25  Karl Heuer  <kwzh@gnu.org>
13502         * hexl.el (hexl-mode-map): More of previous change.
13504         * textmodes/tex-mode.el (tex-run-command): Doc fix.
13505         (tex-start-tex): Don't use tex-start-options-string in star case.
13506         Quote file name in star case as well as in non-star.
13507         Add blank and quoting of option string here.
13508         (tex-start-options-string): Not here.
13510 1998-09-23  Karl Heuer  <kwzh@gnu.org>
13512         * term.el (term-delimiter-argument-list): Doc fix.
13513         (term-emulate-terminal): Escape literal semicolon.
13514         * progmodes/asm-mode.el (asm-mode): Doc fix.
13515         (asm-comment-char): Escape literal semicolon.
13516         * emulation/viper-cmd.el (viper-movement-commands): Likewise.
13518 1998-09-23  Richard Stallman  <rms@gnu.org>
13520         * hexl.el (hexl-mode-map): Don't override all ESC bindings,
13521         only those that normally modify the buffer.
13523         * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
13524         over again.
13526 1998-09-23  E. Jay Berkenbilt  <ejb@ql.org>
13528         * ispell.el (check-ispell-version): Ensure same buffer is current
13529         when let-binding of case-fold-search ends.
13531 1998-09-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13533         * ps-print.el: Skip invisible overlay.
13534         Test for set-buffer-multibyte rather than using mule-version.
13535         (ps-print-version): New version number (4.1) and doc fix.
13536         (ps-generate-postscript-with-faces): Skip invisible overlay.
13538 1998-09-23  Fritz Knabe  <knabe@cs.virginia.edu>
13540         * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
13542 1998-09-22  Kenichi Handa  <handa@etl.go.jp>
13544         * international/quail.el (quail-update-guidance): Check for the
13545         return value of (quail-guidance) fixed.
13546         (quail-update-translation): Bind quail-current-str locally when it
13547         calls quail-update-guidance.
13548         (quail-update-translation): If input-method-exit-on-first-char is
13549         non-nil, terminate translation only when the current input method
13550         is simple.
13552 1998-09-22  Paul Eggert  <eggert@twinsun.com>
13554         * startup.el (locale-translation-file-name): Prefer X-related names
13555         to the name used by GNU/Linux sans X.  Set to nil if no file found.
13556         (command-line): Use locale-translation-file-name if it is not nil,
13557         instead of testing for its existence again.
13558         regexp-quote the ctype before using it in a regexp.
13559         Allow a colon to appear after the ctype in the aliases file,
13560         as is done in X11R6.4.
13562 1998-09-21  Richard Stallman  <rms@gnu.org>
13564         * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
13566         * calendar/appt.el (appt-interval): Variable deleted.
13567         (appt-check): For minutes in between appt-display-interval times,
13568         do check, but don't display anything except an updated mode line.
13569         Count against appt-display-interval based on minutes since
13570         first display of this appointment, not based on time of day.
13571         If appt-display-mode-line, force mode line redisplay
13572         whenever appt-mode-string has changed.
13573         (appt-add, appt-delete): Add autoload cookies.
13574         (appt-check): Catch errors from calling `diary'.
13575         (appt-max-time): Renamed from max-time.
13576         (appt-now-displayed, appt-display-count): New variables.
13577         (appt-timer): Don't create one if we already have one.
13579         * textmodes/tex-mode.el (tex-compilation-parse-errors):
13580         More general code to use the source buffer instead of the zap file.
13582         * hilit-chg.el (highlight-compare-with-file): Renamed from
13583         compare-with-file.
13585         * loadhist.el (load-history-loaded): New variable.
13586         (symbol-file): Load etc/fns-VERSION.el if that has not been done.
13588         * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
13590         * emacs-lisp/find-func.el (find-function-search-for-symbol):
13591         Fix error messages.
13593 1998-09-21  Markus Armbruster  <armbru@pond.sub.org>
13595         * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
13596         Emacs frame.
13598 1998-09-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13600         * mail/rmail.el (rmail-decode-babyl-format): Recognize both
13601         `undecided' and `undecided-unix'.
13603 1998-09-21  Dave Love  <fx@gnu.org>
13605         * help.el (help-make-xrefs): Fix typo affecting Info references.
13607         * subr.el (remove-hook): Check list values to avoid errors.
13609 1998-09-18  Noah Friedman  <friedman@splode.com>
13611         * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
13612         store string in eldoc-last-message without consing a new string.
13613         Rearrange logic from nested if's into cond's.
13614         (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
13615         Do not print message; just return string.
13616         (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
13617         Do not print message; just return string.
13618         Cache that string in eldoc-last-data.
13619         (eldoc-last-data): Make into a vector.
13620         (eldoc-get-fnsym-args-string): Use new data form of structure.
13621         (eldoc-get-var-docstring): Here also.
13622         (eldoc-last-data-store): New function.
13623         (eldoc-get-fnsym-args-string): Use it.
13624         (eldoc-get-var-docstring): Here also.
13625         (eldoc-docstring-first-line): Minimize interim string consing.
13626         Call substitute-command-keys on the result.
13627         (eldoc-print-var-docstrings, eldoc-print-docstring,
13628         eldoc-docstring-message): Functions removed.
13629         (eldoc-docstring-format-sym-doc): New function, functionality
13630         ripped out of eldoc-docstring-message.
13631         (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
13633 1998-09-18  Kenichi Handa  <handa@etl.go.jp>
13635         * international/mule.el (make-coding-system): Doc-string modified.
13637 1998-09-18  Andreas Schwab  <schwab@delysid.gnu.org>
13639         * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
13641         * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
13642         customize type.
13644         * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
13645         type.
13647         * progmodes/compile.el (compilation-error-screen-columns): New
13648         variable.
13649         (compilation-next-error-locus): Use it to decide whether to use
13650         forward-char or move-to-column.
13652         * mail/rmail.el (rmail-movemail-program): Fix customize type.
13654         * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
13655         feedmail-fiddle-plex-user-list,
13656         feedmail-spray-address-fiddle-plex-list,
13657         feedmail-prompt-before-queue-user-alist,
13658         feedmail-prompt-before-queue-help-supplement,
13659         feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
13660         feedmail-queue-alternative-mail-header-separator): Fix customize
13661         type.
13663         * startup.el (site-run-file): Fix customize type.
13665         * speedbar.el (speedbar-initial-expansion-list-name): Fix
13666         customize type.
13668         * shell.el (shell-input-autoexpand): Fix customize type.
13670         * ps-print.el (ps-font-info-database): Add missing dots in value.
13671         Improve layout of customize type.
13673         * net-utils.el (traceroute-program-options, ping-program-options,
13674         ipconfig-program-options, netstat-program-options,
13675         arp-program-options, route-program-options,
13676         nslookup-program-options, ftp-program-options): Fix customize
13677         type.
13679         * midnight.el (clean-buffer-list-kill-regexps,
13680         clean-buffer-list-kill-buffer-names,
13681         clean-buffer-list-kill-never-buffer-names,
13682         clean-buffer-list-kill-never-regexps): Fix customize type.
13684         * man.el (Man-init-defvars): Avoid trailing nil on
13685         Man-filter-list.
13687         * lpr.el (printer-name): Fix customize type.
13689 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
13691         * international/mule-cmds.el (reset-language-environment): Call
13692         update-coding-systems-internal.
13694         * international/mule-conf.el: Call update-coding-systems-internal
13695         at the tail.
13697 1998-09-14  Dave Love  <fx@gnu.org>
13699         * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
13700         use the menu-enable properties, pending doing it correctly and
13701         acceptably fast.
13703         * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
13705 1998-09-13  Dave Love  <d.love@dl.ac.uk>
13707         * progmodes/hideshow.el (hs-grok-mode-type): Check
13708         comment-{start,end} non-nil as well as bound.  Report an error if
13709         we can't grok the mode.
13711 1998-09-13  Richard Stallman  <rms@gnu.org>
13713         * simple.el (blink-matching-open): Don't log paren matching
13714         messages in *Messages*.
13716 1998-09-12  Richard Stallman  <rms@gnu.org>
13718         * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
13719         Set point-before-scroll at end even if there was an error.
13721         * ange-ftp.el (ange-ftp-insert-file-contents):
13722         Use binary mode for dumb-unix hosts as for unix hosts.
13723         (ange-ftp-copy-file-internal): Likewise.
13725         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13727         * emacs-lisp/pp.el: Doc fixes.
13729         * wid-edit.el (widget-menu-max-shortcuts): New variable.
13730         (widget-choose): Don't use single-char shortcuts if # items
13731         exceeds that many.  Use minibuffer instead.
13733 1998-09-12  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13735         * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
13737 1998-09-12  Eric Ludlam  <zappo@mescaline.gnu.org>
13739         * speedbar.el (speedbar-frame-mode): Do not set frame position if
13740         in terminal mode.
13742 1998-09-10  Noah Friedman  <friedman@splode.com>
13744         * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
13745         defcustom declaration.  It's wreaking too much havoc with XEmacs
13746         and older versions of Emacs, which share this code.
13748         * type-break.el (type-break-mode): Here also.
13750         * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
13751         `t' to add-hook also to modify the new local value.
13753 1998-09-10  Dave Love  <fx@gnu.org>
13755         * vc.el (vc-insert-headers): Doc fix.
13757 1998-09-10  Richard Stallman  <rms@gnu.org>
13759         * textmodes/flyspell.el (flyspell-mode-on): Make the
13760         ispell-... variables permanent locals.
13761         (flyspell-mode-off): Add autoload cookie.
13763         * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
13764         do use binary mode, just as for `unix'.
13765         (ange-ftp-host-type): If HOST is nil, return `unix'.
13767         * dired.el (dired-mark-files-containing-regexp):
13768         Don't scan directories.  Ignore non-readable files.
13770         * progmodes/compile.el (compilation-error-regexp-alist):
13771         Fix previous change: allow . and _ in command name.
13773         * dired.el (dired-mark-files-containing-regexp): Fix previous change.
13775         * uncompress.el (uncompress-while-visiting):
13776         Use just the car of what find-operation-coding-system returns.
13778         * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
13780         * shell.el (shell-file-name-quote-list): Add # to the value.
13782 1998-09-10  E. Jay Berkenbilt  <ejb@ql.org>
13784         * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
13785         to make killing of ispell process work even if
13786         kill-all-local-variables has been run.
13788 1998-09-10  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13790         * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
13791         loop when sexp entry ends at end of file with no newline.
13793 1998-09-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13795         * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
13796         (Custom-reset-standard): Fix menu inconsistency.
13798         * mail/feedmail.el (feedmail-from-line): Allow t.
13799         (feedmail-message-id-suffix): Allow nil.
13801         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
13802         Simplify.  Make prefix arg work right.
13804 1998-09-09  Dave Love  <fx@gnu.org>
13806         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13808         * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
13810 1998-09-08  Dave Love  <fx@gnu.org>
13812         * add-log.el (change-log-font-lock-keywords): Do parenthesized
13813         stuff only after file names or at start of line.  Allow parens
13814         around e-mail, as well as angles.
13816         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
13817         ignore-errors too, eval'd when compile.  Require w3 stuff at load
13818         time for nicer failure if it's not available.
13820 1998-09-07  Geoff Voelker  <voelker@cs.washington.edu>
13822         * comint.el (comint-arguments): Ignore backslashes when using
13823         w32 shells that expect backslashes as the directory separator.
13825 1998-09-04  Kenichi Handa  <handa@etl.go.jp>
13827         * international/fontset.el (resolved-ascii-font): New variable.
13828         (x-complement-fontset-spec): By side effect, set
13829         `resolved-ascii-font' to the resolved name of ASCII font."
13830         (create-fontset-from-fontset-spec): Don't get a value for
13831         resolved-ascii-font from the list full-fontlist.  It is set by
13832         x-complement-fontset-spec now.
13834         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13835         version, check the value of mule-version.
13837 1998-09-07  Carsten Dominik  <cd@delysid.gnu.org>
13839         * textmodes/reftex.el (reftex-view-crossref): Split up into
13840         several functions.  No longer moves to find a macro.
13841         (reftex-view-cr-cite, reftex-view-cr-ref,
13842         reftex-end-of-bib-entry): New functions.
13843         (reftex-auto-view-crossref): New value `window' allowed.
13844         (reftex-view-crossref-when-idle): Process new `window' option in
13845         (reftex-translate-to-ascii-function): New default.
13846         (reftex-label-illegal-re): Default changed, removed Latin1.
13847         (reftex-latin1-to-ascii): New function.
13848         (reftex-what-environment): Check for section regexp before use.
13849         (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
13850         absolute path names.
13851         (reftex-TeX-master-file): Changed sequence of file checks.
13852         (reftex-do-citation): bibview cache only with RefTeX mode on.
13854 1998-09-06  Richard Stallman  <rms@gnu.org>
13856         * progmodes/compile.el (compilation-error-regexp-alist):
13857         In first pattern (GNU utilities and other things),
13858         allow a space after the optional program name at the beginning.
13860         * mail/mail-hist.el (mail-hist-current-header-contents):
13861         Fix previous change: use mail-header-end.
13863 1998-09-06  Bill Richter  <richter@math.nwu.edu>
13865         * international/ccl.el: Doc fixes.
13866         * international/encoded-kb.el: Doc fixes.
13867         * international/fontset.el: Doc fixes.
13868         * international/kinsoku.el: Doc fixes.
13869         * international/kkc.el: Doc fixes.
13870         * international/mule-cmds.el: Doc fixes.
13871         * international/mule-conf.el: Doc fixes.
13872         * international/mule-util.el: Doc fixes.
13873         * international/mule.el: Doc fixes.
13875 1998-09-05  Eric Ludlam  <zappo@gnu.org>
13877         * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
13878         (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
13879         (checkdoc-this-string-valid-engine): Permit ? as terminating
13880         punctuation for first line sentence breaking.
13881         (checkdoc-this-string-valid): When converting a comment into a doc
13882         string, make sure " chars are \".
13883         (checkdoc-sentencespace-region-engine): Only do double space check
13884         if based on the variable `sentence-end-double-space'
13885         (checkdoc-this-string-valid-engine): ? ends valid sentence.
13886         (checkdoc-proper-noun-region-engine): Exclude items in URLs
13888 1998-09-04  Richard Stallman  <rms@gnu.org>
13890         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13891         Recognize define-skeleton as a function definer.
13893         * cus-edit.el (customize-option): Refuse to customize
13894         a variable that has no defcustom.  But if variable is autoloaded,
13895         first try to load the library that defines it.
13897         * international/iso-insert.el: Use `string' before calling `insert'
13898         so that in multibyte buffers we insert multibyte chars.
13900         * dired.el (dired-mark-files-containing-regexp):
13901         Don't use find-file; instead, insert the file in a temp buffer.
13903         * textmodes/tex-mode.el (tex-start-options-string): New option.
13904         (tex-start-tex): Use that variable.
13906         * mail/rmail.el (rmail-primary-inbox-list): Make the initial
13907         value in the `repeat' alternative a list.
13909         * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13910         the inserted newline, verify that one was really inserted.
13912         * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13913         remains on or remains off.
13914         (flyspell-multi-language-p): Default changed to nil.
13916         * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13917         In "found in comment" case, don't beginning-of-line after forward-line.
13919         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13920         If the function definition is not a lambda, return original FORM
13921         with no error.
13923 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
13925         * net-utils.el (netstat-program-options): Changed from nil to "-a"
13926         so that by default netstat shows all network connections.
13928 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
13930         * international/quail.el: Doc fixes.
13932         * info.el (info): Don't add parens if FILE already has them.
13934 1998-09-04  Geoff Voelker  <voelker@cs.washington.edu>
13936         * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
13937         on extension lines.
13939 1998-09-03  Geoff Voelker  <voelker@cs.washington.edu>
13941         * w32-fns.el (w32-shell-dos-semantics): New function.
13943 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
13945         * international/quail.el (quail-choose-completion-string): Store
13946         completion `choice' in `quail-current-str'; don't insert it.
13948 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
13950         * bdf.el (bdf-generate-font): New argument CHARSET.  Give WIDTH
13951         argument to ps-mule-generate-bitmap-font.
13953         * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13954         entry and change Latin-1 entry in the default value.
13955         (ps-mule-font-info-database-ps-bdf): New variable.
13956         (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13957         (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13958         registerd in FONT-SPEC.
13959         (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13960         charcter width of bitmap fonts.
13961         (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13962         procedure NF.
13963         (ps-begin-file): Output PostScript code for setting
13964         SpaceWidthRatio.
13965         (ps-plot-region): Use line-beginning-position to get a position of
13966         the beginning of the current line.
13968         * international/mule-cmds.el (register-input-method): Doc-string
13969         modified.
13971 1998-09-01  Dave Love  <fx@gnu.org>
13973         * international/mule-cmds.el (current-language-environment): Fix
13974         setter function.
13976 1998-09-01  Simon Marshall  <simon@gnu.org>
13978         * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13979         (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13980         ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13981         names with font-lock-type-face.  Fontify type specs, etc., with
13982         font-lock-keyword-face.
13984 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
13986         * international/fontset.el (x-complement-fontset-spec): If ASCII
13987         font is specified in FONTLIST, don't substitute it for the
13988         resolved name.
13990 1998-08-31  Paul Eggert  <eggert@twinsun.com>
13992         * international/mule.el (charset-description): Doc fix.
13994         * language/chinese.el, language/cyrillic.el, language/czech.el,
13995         language/devanagari.el, language/ethiopic.el,
13996         language/european.el, language/hebrew.el, language/indian.el,
13997         language/japanese.el, language/korean.el, language/lao.el,
13998         language/slovak.el, language/thai.el, language/tibetan.el,
13999         language/vietnamese.el:
14000         Add coding: local variable, to avoid bootstrapping problem
14001         if you need to recompile all the Lisp files using interpreted code.
14003 1998-08-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14005         * cal-china.el (chinese-year-cache): Change range of years from
14006         1989-2000 to 1990-2010.
14008 1998-08-29  Dave Love  <d.love@dl.ac.uk>
14010         * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
14011         (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
14013 1998-08-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14015         * ps-print.el (ps-print-control-characters): Doc-string modified.
14016         (ps-output-string-prim): Comment format changed.
14017         (ps-do-despool): Indentation of source code changed.
14019 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
14021         * subr.el (sref): Make it an alias of aref.  Make the
14022         byte-compiler warn that it is obsolete.
14023         (char-bytes): Make the byte-compiler warn that it is obsolete.
14025         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
14026         Calculate the total bytes using position-bytes instead of
14027         char-bytes.
14029 1998-08-27  Karl Heuer  <kwzh@gnu.org>
14031         * snmp-mode.el: New file.
14032         * files.el (auto-mode-alist): Add snmp-mode patterns.
14034 1998-08-27  Karl Eichwalder  <ke@suse.de>
14036         * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
14038 1998-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14040         * calendar/diary-lib.el (diary-block): Doc fix..
14041         * calendar/calendar.el (diary-list-include-blanks): Doc fix..
14043 1998-08-27  Richard Stallman  <rms@gnu.org>
14045         * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
14046         * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
14047         Clear appt-mode-string if we don't put something in it.
14049 1998-08-27  Dave Love  <fx@gnu.org>
14051         * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
14052         dired-local-variables-file for dired-x.
14054         * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
14055         for compressed library files too.
14057 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
14059         * language/european.el ("Latin-1"): Modify `documentation' key value.
14060         ("Latin-2"): Likewise.
14062 1998-08-26  Karl Heuer  <kwzh@gnu.org>
14064         * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
14066 1998-08-26  Albert L. Ting  <alt@artisan.com>
14068         * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
14069         (mail-hist-current-header-contents): Use mail-text-start.
14071 1998-08-26  Richard Stallman  <rms@gnu.org>
14073         * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
14074         (customize-changed-options-previous-release): New variable.
14075         (customize-changed-options): Use that variable as default arg.
14077 1998-08-26  Karl Eichwalder  <ke@suse.de>
14079         * midnight.el: Require `timer' not only when compiling.
14081 1998-08-26  Per Starback  <starback@update.uu.se>
14083         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
14084         buffer before creating help group.
14086 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14088         * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
14089         coding-system-for-write before saving.
14091 1998-08-26  Kevin Rodgers <kevinr@ihs.com>
14093         * isearch.el (isearch-forward): Doc fix.
14095 1998-08-26  Andreas Schwab  <schwab@delysid.gnu.org>
14097         * emacs-lisp/find-func.el: Fix :version tags to have a string
14098         value, not a float.
14100         * cus-dep.el: Fix typo in output.
14102 1998-08-25  Dave Love  <fx@gnu.org>
14104         * repeat.el (repeat): Doc fix.
14105         [From rms:]
14106         (repeat-previous-repeated-command): New variable.
14107         (repeat): Check for real-last-command being null or repeat.  Set
14108         repeat-previous-repeated-command.
14110         * browse-url.el (browse-url-netscape): Fix format for hex escapes.
14112 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
14114         * gnus/message.el (message-send-mail-with-sendmail): Bind
14115         coding-system-for-write by the return value of
14116         select-message-coding-system.
14117         (message-send-mail-with-qmail): Likewise.
14119 1998-08-24  Andreas Schwab  <schwab@delysid.gnu.org>
14121         * emacs-lisp/autoload.el: Fix doc-string-elt property on
14122         define-derived-mode.
14124         * files.el (file-name-invalid-regexp):
14125         Fix regex for ms-dos without long file names.
14127 1998-08-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14129         * ps-print.el: Multi-byte buffer handling.
14130         (ps-print-version): New version number (4.0) and doc fix.
14131         (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
14132         compilation for GNU Emacs and emacsens.
14133         (ps-generate-postscript-with-faces): Force invisible text to be
14134         visible.
14135         (dos-ps-printer): New var to avoid compilation gripes.
14137 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14139         * ps-print.el (ps-mule-plot-string): Pay attention to the case
14140         that no more characters can't be printed in the current line.
14142 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14144         * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
14145         greater than TO.
14147 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14149         * ps-print.el: Add codes to make ps-print.el work also on Emacs
14150         20.2 and the earlier version.
14151         (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
14152         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
14153         (ps-mule-find-wrappoint): Likewise.
14154         (ps-mule-generate-font): Change `X' to `x' in format
14155         control-string.
14156         (ps-generate): Call ps-mule-begin before calling ps-begin-job.
14157         (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
14158         `restore' form procedures `BC' and `EC'.
14160 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14162         * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
14163         is an executable procedure.  Make LineThickness, Xshadow, and
14164         Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
14165         (ps-mule-font-info-database, ps-mule-font-info-database-ps,
14166         ps-mule-font-info-database-bdf): New vars.
14167         (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
14168         (ccl-encode-ethio-unicode): New CCL program.
14169         (ps-mule-encode-ethiopic): New fun.
14170         (ps-mule-current-charset): New var.
14171         (ps-mule-get-font-spec, ps-mule-font-spec-src,
14172         ps-mule-font-spec-name, ps-mule-font-spec-encoding,
14173         ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
14174         (ps-mule-external-libraries): New var.
14175         (ps-mule-init-external-library): New fun.
14176         (ps-mule-font-cache): New var.
14177         (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
14178         (ps-last-font): New var.
14179         (ps-mule-prepare-font): New fun.
14180         (ps-mule-charset-list): New var.
14181         (ps-mule-prologue-generated, ps-mule-prologue): New vars.
14182         (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
14183         ps-mule-plot-string): New funs.
14184         (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
14185         New vars.
14186         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
14187         ps-mule-prepare-cmpchar-font): New funs.
14188         (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
14189         vars.
14190         (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
14191         ps-mule-generate-bitmap-glyph): New funs.
14192         (ps-mule-initialize, ps-mule-begin): New funs.
14193         (ps-output-string-prim): Insert string as unibyte.
14194         (ps-output-prologue): New fun.
14195         (ps-flush-output): Handle the case of 'prologue.
14196         (ps-begin-file): Call ps-mule-initialize.
14197         (ps-begin-job): Set ps-control-or-escape-regexp differently if
14198         printing multibyte characters.
14199         (ps-begin-page): Set ps-mule-current-charset to 'ascii.
14200         (ps-basic-plot-string): Handle the case of printing ASCII
14201         characters by external libraries (e.g. BDF).
14202         (ps-set-font): Set ps-last-font.
14203         (ps-plot-region): Handle multibyte characters, use
14204         ps-mule-plot-string for them.
14205         (ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.
14207         * bdf.el: New file.
14209 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
14211         * international/mule-cmds.el (select-message-coding-system): New
14212         function.
14213         (set-language-environment-coding-systems): Set
14214         default-sendmail-coding-system.
14216         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
14217         (default-sendmail-coding-system): New variable.
14218         (sendmail-send-it): Encode the message by a coding system
14219         select-message-coding-system returns.
14221 1998-08-23  Eric Ludlam  <zappo@gnu.org>
14223         * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
14224         (speedbar-mode): Set buffer to read only.
14225         (speedbar-temp-buffer-show-function): For emacs don't call hook
14226         with arguments.
14227         (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
14229 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
14231         * speedbar.el (speedbar-key-map): Fix typo.
14233 See ChangeLog.7 for earlier changes.