Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not simple test for
[emacs.git] / lisp / ChangeLog
blob653753280a0d109dc8aff5c0d4b8ba9830823bf0
1 2000-06-21  Kenichi Handa  <handa@etl.go.jp>
3         * international/mule-cmds.el (set-language-info-alist): Docstring
4         fixed.
6 2000-06-20  Gerd Moellmann  <gerd@gnu.org>
8         * version.el (emacs-version): Use ISO date format.
10         * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
11         instead of `M-backspace'.
13         * simple.el (turn-off-auto-fill): New function.
15 2000-06-20  Stefan Monnier  <monnier@cs.yale.edu>
17         * jit-lock.el (with-buffer-prepared-for-jit-lock):
18         Renamed from with-buffer-prepared-for-font-lock and use
19         inhibit-modification-hooks rather than setting *-change-functions.
20         Update all functions to use the new name.
21         (jit-lock-first-unfontify-pos): New semantics (and doc).
22         (jit-lock-mode): Make non-interactive.
23         Don't automatically turn on font-lock.
24         Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
25         Always use jit-lock-after-change.
26         Remove and restore font-lock-after-change-function.
27         (turn-on-jit-lock, jit-lock-after-fontify-buffer)
28         (jit-lock-after-unfontify-buffer): Remove.
29         (jit-lock-stealth-fontify):
30         Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
31         (jit-lock-after-change): Set the `fontified' text-prop to nil.
33 2000-06-20  Sam Steingold  <sds@gnu.org>
35         * emacs-lisp/cl-indent.el (toplevel): Indent
36         `print-unreadable-object' properly.  Untabify.
38 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
40         * textmodes/reftex.el (reftex-find-citation-regexp-format):
41         Support for bibentry.
42         (reftex-compile-variables): Fixed problem with end of section-re.
44         * texmodes/reftex-dcr.el (reftex-view-crossref,
45         reftex-view-crossref-from-bibtex):
46         Deal with changed `reftex-find-citation-regexp-format'.
47         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
48         Replaced `remprop' with `put'.
49         (reftex-view-crossref, reftex-view-crossref-when-idle):
50         Support for bibentry.
52         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
53         New entry for bibentry package.
55         * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
56         Regexp also matches "\nobibliography".
58         * textmodes/reftex-global.el (reftex-renumber-simple-labels):
59         Call `reftex-ensure-write-access' before doing anything.
60         (reftex-ensure-write-access): New function.
62 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
64         * progmodes/idlwave.el: File re-installed (update to version 4.2)
66         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
68         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
70         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
73 2000-06-20  Dave Love  <fx@gnu.org>
75         * faces.el (frame-background-mode): Use set-default, not set, in
76         setter.
77         (frame-update-faces, frame-update-face-colors): Define with
78         defalias.
80         * enriched.el (enriched-decode-foreground)
81         (enriched-decode-background): Don't use internal-find-face.
83         * apropos.el: Doc fixes.
85         * cus-edit.el (customize-changed-options): Check arg.
86         (customize-version-lessp): Don't require decimal point.
88         * custom.el (defcustom, defgroup): Doc fix.
90         * newcomment.el (comment) <defgroup>: Add :version.
91         (comment-multi-line): Doc fix.
93         * emulation/mlsupport.el (define-hooked-local-abbrev,
94         define-hooked-global-abbrev): Fix, using define-abbrev.
96 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
98         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
99         the whole buffer.
101 2000-06-19  Dave Love  <fx@gnu.org>
103         * menu-bar.el (menu-bar-options-save): New function.
104         (menu-bar-options-menu): Use it.
105         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
106         Simplify.
108 2000-06-19  Andreas Schwab  <schwab@suse.de>
110         * progmodes/etags.el (tags-query-replace): Put new parameters
111         START and END at the end, for backward compatibility.
113 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
115         * international/codepage.el:
116         (cp-coding-system-for-codepage-1): Delete special codes for
117         generating xxx-dos coding system because now a CCL based coding
118         system can handle EOL conversion by default.
120         * international/mule.el (make-coding-system): Generate subsidiary
121         coding systems for EOL handling variants even for a CCL based
122         coding system.
124 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
126         * international/isearch-x.el (isearch-minibuffer-input-method)
127         (isearch-minibuffer-input-method-function): These variables
128         deleted.
129         (isearch-with-input-method): Don't use the above variables.
130         (isearch-process-search-multibyte-characters): Likewise.  Call
131         read-string with the arg INHERIT-INPUT-METHOD t.
133 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
135         * font-lock.el (font-lock-after-fontify-buffer)
136         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
138         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
139         Use consistent make-local-variable style for font-lock-fontified.
140         (jit-lock-fontify-buffer):
141         Don't bother checking for font-lock-mode and jit-lock-mode.
143         * time.el: Remove trailing ^M that prevent CVS-merging.
145 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
147         * Makefile.in (distclean): New target.
149 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
151         * Makefile.in (srcdir): Define for update-subdirs.
153 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
155         * find-lisp.el: New file.
157 2000-06-16  Andrew Innes  <andrewi@gnu.org>
159         * time.el (display-time-mail-function): New variable, to allow
160         external packages to indicate when new mail is available.
161         (display-time-update): Use it.
163 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
165         * international/mule.el (mule-version): Change version name to
166         SAKAKI.  AOI has already been used by Meadow.
168         * international/quail.el (quail-show-guidance-buf): To find the
169         bottom window (but minibuffer), pay attention to the height of
170         minibuffer.
172 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
174         * arc-mode.el (archive-mode-map): Use the new menu-item format for
175         menu-bar menus.  Add help strings.  Don't remove the Edit menu
176         from the menu bar, as the menu bar has enough space now.
178         * Makefile.in (SHELL): Make sure /bin/sh is used.
180         * woman.el (woman-man-buffer): Fix bold and underlined CJK
181         characters, which use series of two ^H characters instead of one.
183 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
185         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
186         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
187         functions.
188         (Info-find-node-2): Try a case-sensitive search first, then
189         do a case-insensitive search.
191         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
192         tutorials.
194         * complete.el (PC-env-vars-alist): New variable.
195         (PC-complete-as-file-name): New function.
196         (partial-completion-mode): Initialize PC-env-vars-alist from
197         process-environment.
198         (PC-do-completion): Handle completion of env vars.
200         * info.el (Info-set-mode-line): Show file name in mode line,
201         use `*Info*' instead of `Info:'.
203         * startup.el (command-line-1): Change copyright messages to year
204         2000.
206 2000-06-15  Dave Love  <fx@gnu.org>
208         * net/goto-addr.el (goto-address-fontify): Use keymap property,
209         not local-map.
211 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
213         * international/mule.el (set-buffer-file-coding-system): Almost
214         rewritten to handle `undecided' as no-op.
216 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
218         * Makefile.in: New file.
220         * Makefile: Removed.
222         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
223         (goto-address-highlight-keymap): Bind C-c RET.
225 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
227         * mail/sendmail.el (sendmail-send-it): The temporary buffer
228         inherits buffer-file-coding-system of the current buffer.
230         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
231         0.  Give correct argument to set-auto-coding-function.
232         (tar-expunge): For goto-char, use (point-min), not 0.
233         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
234         (tar-subfile-save-buffer): Likewize.
236         * international/mule.el
237         (after-insert-file-set-buffer-file-coding-system): Call
238         set-buffer-file-coding-system with the arg FORCE t.
240 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
242         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
243         nil.  Contemporary sendmails issue an X-Authentication-Warning if
244         the sender is set with `-f'.
246 2000-06-13  Dave Love  <fx@gnu.org>
248         * help.el (describe-function-1): Kluge around cases of functions
249         fset to subrs whose doc doesn't match their symbol-name.
251         * image.el (insert-image): Default STRING to a space.
253         * info.el Doc fixes.
254         (Info-build-node-completions): Match Ref tags.
256 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
258         * frame.el (display-multi-frame-p, display-multi-font-p): New
259         defaliases for display-graphic-p.
261         * hl-line.el: Fixed a typo in commentary.
263 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
265         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
266         fixed.
268 2000-06-12  Dave Love  <fx@gnu.org>
270         * image.el (insert-image): Save a little consing.
272 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
274         * language/tibet-util.el: Convert all tibetan-1-column characters
275         to the corresponding tibetan characters.
276         (tibetan-add-components): Delete code for the special treatment of
277         'a chung.
279         * language/tibetan.el (tibetan-composable-pattern): Fix previous
280         change.
281         (tibetan-vowel-transcription-alist): More rules added.
282         (tibetan-composite-vowel-alist): New variable.
283         (tibetan-precomposition-rule-alist): More rules added.
285 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
287         * startup.el (command-line): Only call menu-bar-mode if interactive.
289         * thingatpt.el (toplevel symbol-properties):
290         * textmodes/makeinfo.el (makeinfo-compile):
291         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
292         * progmodes/hideif.el (hif-compress-define-list)
293         (hide-ifdef-use-define-alist):
294         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
295         (ange-ftp-vms-add-file-entry):
296         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
297         * man.el (Man-build-man-command):
298         * mail/rnewspost.el (news-reply-header-hook):
299         * info.el (Info-insert-dir):
300         * emulation/mlconvert.el (backward-word, forward-word, setq):
301         * emacs-lisp/gulp.el (gulp-send-requests):
302         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
303         (byte-optimize-inline-handler, byte-optimize-form-code-walker)
304         (byte-optimize-apply, end of file):
305         * emacs-lisp/advice.el (ad-advice-class-completion-table)
306         (ad-make-freeze-definition):
307         * startup.el (command-line, command-line-1): Don't quote lambdas.
309         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
310         (cvs-cleanup-removed): New function.
311         (cvs-cleanup-functions): New var.
312         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
313         some flexibility in specifying additional entries to auto-cleanup.
314         (cvs-quickdir): New function.
315         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
316         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
317         (cvs-mode-find-file): Check that we are on a filename or dirname
318         when invoked through a mouse-click.
319         (cvs-full-path): Remove.
320         (cvs-dired-action): Re-introduced.
321         (cvs-dired-noselect): Use it.
322         (vc-post-command-functions): use this new hook if available.
324         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
325         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
326         (cvs-filename-map, cvs-dirname-map): Remove.
327         (cvs-default-action): Remove.
328         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
329         if the arg is really a keymap.
330         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
331         Don't hardcode the mapping from state (aka type) to face, but check
332         the var cvs-fi-<type>-face instead.
333         (cvs-fileinfo-from-entries): New function.
335         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
336         Docstring fix.
337         (cvs-find-file-and-jump): Change default to be safer.
338         (cvs-mode-diff-map): Define it as a function as well.
339         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
340         Bind mouse-2 in this global map rather than with text-properties.
342         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
343         file to resolve the ambiguity between C(conflict) and C(need-merge).
345 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
347         * international/mule.el (set-buffer-file-coding-system): If
348         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
349         unconditionally.
351 2000-06-12  Dave Love  <fx@gnu.org>
353         * wid-edit.el (widget-specify-button): Really suppress the face if
354         required.
356 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
358         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
360 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
362         * imenu.el (imenu-generic-expression): Docstring fix.
364         * composite.el (composition-function-table): Move the `put'
365         below the autoload cookie so we can load the file before loaddefs.
367         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
369         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
370         Handle easy-mmode-define-global-mode.
371         For complex macros like define-minor-mode that can generate
372         several autoload entries, try to autoload entries in the
373         macroexpanded code.
375         * emacs-lisp/easy-mmode.el (define-minor-mode):
376         If KEYMAP is a symbol, just use it.
377         Use byte-compile-current-file and load-file-name to infer the
378         proper :require to pass to defcustom.
379         Wrap the hook var into `progn' so as not to autoload it.
380         Add a :autoload-end cookie.
381         Be more careful about the evaluation of KEYMAP.
382         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
383         (define-derived-mode): Move define-abbrev-table outside of defvar.
385 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
387         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
388         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
389         (backup-compiled-files): Ignore errors during `tar'.
390         (bootstrap): Make autoloads before elc files.
392 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
394         * international/mule.el (set-buffer-file-coding-system): If one of
395         undecided-XXX is specified, change only EOL conversion.
397         * international/mule-conf.el (unix): New alias for the coding
398         system undecided-unix.
400 2000-06-09  Dave Love  <fx@gnu.org>
402         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
404         * progmodes/executable.el: Byte compile dynamic.
405         (executable-insert): Change custom type.
406         (executable-find): Add autoload cookie.
407         (executable-make-buffer-file-executable-if-script-p): New
408         function.  After Noah Friedman.
410         * files.el (after-save-hook): Customize, with
411         executable-make-buffer-file-executable-if-script-p as an option.
413 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
415         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
416         "tib24p-mule.bdf" for Tibetan.
418         * composite.el (decompose-composite-char): Declare it as obsolete.
420         * man.el (Man-fontify-manpage): Pay attention to underline and
421         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
423 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
425         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
426         Set maintainer to FSF since author isn't reachable.
428 2000-06-08  Dave Love  <fx@gnu.org>
430         * international/mule-cmds.el (select-safe-coding-system): If
431         DEFAULT-CODING-SYSTEM is not specified, also check the most
432         preferred coding-system if buffer-file-coding-system is
433         `undecided'.  From Handa.
435 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
437         * international/mule.el
438         (after-insert-file-set-buffer-file-coding-system): If the buffer
439         size is greater than INSERTED, judget that we are not visiting.
441 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
443         * whitespace.el (defgroup whitespace): Comment out `:version'.
444         XEmacs 20.4 has problems defining the group with this present.
445         We'll have this commented out till get resolve the problem.
447 2000-06-07  Gerd Moellmann  <gerd@gnu.org>
449         * align.el: Update from author.
451 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
453         * apropos.el (apropos-mode-hook): New user variable.
454         (apropos-mode): Run apropos-mode-hook.
456 2000-06-07  David Ponce  <david@dponce.com>
458         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
459         commands.  Require `wid-edit' at run-time.
461 2000-06-07  David Ponce  <david@dponce.com>
463         * recentf.el: Added some "Commentary".
464         (recentf-open-more-files, recentf-edit-list): Minor changes to
465         move the point at the top of the file list.  This behaviour is
466         consistent with the menu one when the list contains a lot of
467         files.
468         (recentf-cleanup): Now displays the number of items removed from
469         the list.
470         (recentf-relative-filter) New menu filter to show filenames
471         relative to `default-directory'.
473 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
475         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
476         with/without giving an error if PostScript printer doesn't have this
477         kind of page size.  Zebra Stripe continues or restarts on next page.
478         Manual/automatic paper feeding.  Switch or not the header.
479         (ps-print-version): New version number (5.2.2).
480         (ps-windows-system): Include emx as a Windows system.
481         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
482         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
483         (ps-background-text): Code fix.
484         (ps-error-handler-message, ps-user-defined-prologue)
485         (ps-print-prologue-header, ps-printer-name)
486         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
487         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
488         (ps-use-face-background): Customization fix.
489         (ps-n-up-database): Data fix.
490         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
491         (ps-switch-header): New vars.
492         (ps-xemacs-color-name, ps-face-foreground-name)
493         (ps-face-background-name, ps-boolean-constant): New funs.
495 2000-06-07  Dave Love  <fx@gnu.org>
497         * allout.el: New version from Manheimer.
499 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
501         * textmodes/fill.el (fill-find-break-point): Check the validity of
502         charset.
504 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
506         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
507         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
508         Call display-color-p and display-mouse-p instead of looking at
509         window-system.
511 2000-06-06  Dave Love  <fx@gnu.org>
513         * image.el (find-image): Doc fix.  Return nil if image not found.
514         (put-image, insert-image): Make STRING arg optional.
516 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
518         * language/vietnamese.el: Remove eval-when-compile.
519         (viet-viscii-nonascii-translation-table): Define it as a
520         translation table made from viet-viscii-decode-table.
521         (viet-viscii-encode-table): Define it as a translation table made
522         from the reverse map of above.
523         (viet-vscii-nonascii-translation-table): Define it as a
524         translation table made from viet-vscii-decode-table.
525         (viet-vscii-encode-table): Define it as a translation table made
526         from the reverse map of above.
527         (ccl-decode-viscii): Use translate-character.
528         (ccl-encode-viscii, ccl-encode-viscii-font)
529         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
530         Likewize.
532         * language/cyrillic.el: Remove eval-when-compile.
533         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
534         translation table made from cyrillic-koi8-r-decode-table.
535         (cyrillic-koi8-r-encode-table): Define it as a translation table
536         made from the reverse map of above.
537         (ccl-decode-koi8): Use translate-character.
538         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
539         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
540         a translation table made from cyrillic-alternativnyj-decode-table.
541         (cyrillic-alternativnyj-encode-table): Define it as a translation
542         table made from the reverse map of above.
543         (ccl-decode-alternativnyj): Use translate-character.
544         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
545         Likewize
547         * international/mule-diag.el (non-iso-charset-alist): Specify
548         translation table symbol instead of translation table itself.
549         (list-block-of-chars): CHARSET may be a translation table symbol.
551         * international/mule.el (make-coding-system): If CODING-SYSTEM
552         already exists, override it.
554         * international/fontset.el: Use family `proportional' for Tibetan
555         fonts.
557         * international/ccl.el (ccl-compile-translate-character): Don't
558         check if Rrr has property translation-table.
559         (ccl-compile-map-multiple): Modified to avoid compiler warning.
561 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
563         * info.el: Bind case-fold-search to t when searching in case
564         a user sets it to nil in a hook.
566 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
568         * autoarg.el (autoarg-mode, autoarg-kp-mode):
569         * hl-line.el (hl-line-mode): Use the new :global key argument.
571         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
572         (tar-clip-time-string): Prepend a space.
573         (tar-grind-file-mode): Construct a string rather than modifying one.
574         (tar-header-block-summarize): Fix docstring.
575         Use `format' rather than an error-prone set of copy-loops.
577         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
578         (diff-goto-source, diff-unified->context, diff-context->unified)
579         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
580         understand the format output by the `-p' argument to diff.
582         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
583         (sh-re-done): Use defconst.
584         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
585         (sh-help-string-for-variable, sh-guess-basic-offset):
586         Don't quote lambdas.
587         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
588         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
590         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
591         (mh-letter-mode): Derive from text-mode.
592         This implicitly means that it now calls kill-all-local-variables.
593         Also remove the Emacs-18 compatibility code.
595         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
596         Make use of symbol-property doc-string-elt.
597         Use memq rather than a sequence of eq.
598         (doc-string-elt): Fix the wrong or missing previously unused values.
599         (autoload-print-form): New function extracted from
600         generate-file-autoloads to allow recursion when handling progn
601         so that defvar's and defun's docstrings are properly printed.
602         (generate-file-autoloads): Use it.
604         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
605         Use find-file-hooks in the minor-mode function.
606         Be careful not to loop indefinitely in the post-command-hook function.
608 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
610         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
611         tty's.
612         * ediff-diff.el (ediff-exec-process): Use --binary for fine
613         differences whenever appropriate.
614         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
615         * viper.el (find-file, find-file-other-window): Get viper to do
616         wildcards.
618 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
620         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
621         (jit-lock-fontify-buffer): New function for JIT refontification.
622         (jit-lock-mode): Fix docstring.
623         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
624         Remove jit-lock-after-change from the _local_ hook.
625         (jit-lock-function-1): Fix docstring.
627         * info.el (Info-on-current-buffer): Initialize info.
629         * newcomment.el (comment-indent): Ignore comment-indent-hook.
631         * progmodes/tcl.el (tcl-indent-for-comment):
632         Ignore comment-indent-hook.
634         * emacs-lisp/easy-mmode.el: Require CL during compilation.
635         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
636         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
637         and improve to use the lighter to guess the capitalization.
638         (define-minor-mode): Inline code from easy-mmode-define-toggle.
639         Add keyword arguments to specify global-ness or the custom group.
640         Add local-map and help-echo properties to the lighter.
641         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
642         (easy-mmode-define-global-mode): New macro.
644 2000-06-02  Dave Love  <fx@gnu.org>
646         * wid-edit.el: byte-compile-dynamic since we typically don't use
647         all the widgets.  Don't require cl or widget.  Remove
648         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
649         (widget-read-event): Removed.  Callers changed to use read-event.
650         (widget-button-release-event-p): Renamed from
651         button-release-event-p.
652         (widget-field-add-space, widget-field-use-before-change):
653         Uncustomize.
654         (widget-specify-field): Use keymap property, not local-map.
655         (widget-specify-button): Obey :suppress-face.
656         (widget-specify-insert): Use modern backquote syntax.
657         (widget-image-directory): Renamed from widget-glyph-directory.
658         (widget-image-enable): Renamed from widget-glyph-enable.
659         (widget-image-find): Replaces widget-glyph-find.
660         (widget-button-pressed-face): Move defvar.
661         (widget-image-insert): Replaces widget-glyph-insert.
662         (widget-convert): Use keywordp.
663         (widget-leave-text, widget-children-value-delete): Use mapc.
664         (widget-keymap): Remove XEmacs stuff.
665         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
666         (widget-button-click): Don't set point at the click, but re-centre
667         if we scroll out of window.  Rewritten for images v. glyphs &c.
668         (widget-tabable-at): Use POS arg, not point.
669         (widget-beginning-of-line, widget-end-of-line)
670         (widget-item-value-create, widget-sublist, widget-princ-to-string)
671         (widget-sexp-prompt-value, widget-echo-help): Simplify.
672         (widget-default-create): Use widget-image-insert; some rewriting.
673         (widget-visibility-value-create)
674         (widget-push-button-value-create, widget-toggle-value-create): Use
675         widget-image-insert.
676         (checkbox): Create on and off images dynamically.
677         (documentation-link): Change :help-echo.
678         (widget-documentation-link-echo-help): Remove.
680 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
682         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
684         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
685         (easy-mmode-define-toggle, define-minor-mode): Use it.
686         (easy-mmode-define-keymap): Docstring fix.
687         (define-derived-mode): Default PARENT to fundamental-mode.
688         Add the derived-mode-parent symbol-property.
689         (easy-mmode-derived-mode-p): New function.
691 2000-06-02  Dave Love  <fx@gnu.org>
693         * files.el (convert-standard-filename): Doc fix.
694         (normal-backup-enable-predicate): New function.
695         (backup-enable-predicate): Use it to replace the lambda form.
697         * calendar/todo-mode.el: [This needs more work on the outline
698         stuff.]  Doc fixes.
699         (todo) <defgroup>: Add :version.
700         (todo-add-category): Don't use pushnew.
701         (todo-cmd-raise): Fix typo.
702         (todo-top-priorities): Change temp buffer name.
703         (todo-category-alist): Avoid redundant lambda.
704         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
705         Use outline-next-heading.
707         * autoarg.el: Rewritten to use define-minor-mode.
708         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
709         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
711 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
713         * isearch.el (isearch-other-meta-char): Fix previous change.
715 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
717         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
718         (log-edit-done): Only add the comment to the ring if it's different
719         from the last comment entered.
721         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
723 2000-06-01  Dave Love  <fx@gnu.org>
725         * hl-line.el: Rewritten using define-minor-mode.
727         * help.el (describe-function-1): Distinguish special form from
728         builtin function.  Sanity-check presence of arglist for builtins.
730 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
732         * international/characters.el: Fix syntax/category setting of
733         Tibetan characters.
735         * language/tibet-util.el (tibetan-add-components): Fixes for new
736         encoding of Tibetan characters.
737         (tibetan-decompose-precomposition-alist): New variable.
738         (tibetan-decompose-region): Convert precomposed characters to
739         non-precomposed characters.
740         (tibetan-decompose-string): Likewise.
741         (tibetan-composition-function): Fix args to
742         thibetan-compose-string.
744         * language/tibetan.el (tibetan-composable-pattern): More
745         characters included.
746         (tibetan-consonant-transcription-alist): Rule for "R" added.
747         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
748         "+R" added.
749         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
751         * language/lao-util.el (lao-composition-function): Fix args to
752         compose-string.
754         * language/thai-util.el (thai-composition-function): Fix args to
755         compose-string.
757         * isearch.el (isearch-update): Set disable-point-adjustment to t
758         to prevent the point moving to the end of a composition when a
759         part of a composition is searched.
760         (isearch-other-meta-char): If the key invoking this command can be
761         mapped by function-key-map to a printing char, call
762         isearch-process-search-char directly.
764 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
766         * emacs-lisp/bytecomp.el:
767         * frame.el:
768         * international/mule-cmds.el:
769         * international/mule-util.el:
770         * international/mule.el:
771         * mouse.el:
772         * subr.el:
773         * faces.el: Update calls to make-obsolete with a WHEN argument.
775         * byte-run.el (make-obsolete, make-obsolete-variable):
776         Add an optional WHEN argument and change the format of the
777         symbol-property information.
778         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
779         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
780         new obsolete-symbol-property format and print WHEN if it is provided.
782 2000-05-31  Dave Love  <fx@gnu.org>
784         * loadhist.el (loadhist-hook-functions): Remove
785         before-change-function, after-change-function.
786         (unload-feature): Deal with symbols which are both bound and
787         fbound.
789         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
790         before-change-function, after-change-function.
792         * simple.el (newline): Don't bind before-change-function,
793         after-change-function.
795 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
797         * whitespace.el (whitespace-rescan-timer-time): Update interval
798         set to 600 seconds (10 minutes) instead of 60 seconds since
799         a large number of whitespace buffers causes emacs to `freeze'
800         for a considerable amount of time.
802         * whitespace.el: Updated email address
804 2000-05-31  Dave Love  <fx@gnu.org>
806         * add-log.el (change-log-font-lock-keywords) <function>: Add
807         pattern for function of change.
808         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
809         acknowledgements patterns.
811 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
813         * isearch.el (isearch-printing-char): If keyboard coding system is
814         being used, call isearch-process-search-multibyte-characters.
816         * international/isearch-x.el: Mostly rewritten.
818         * international/quail.el (quail-start-conversion): Don't include
819         unhandled events in the returned events, but set them in
820         unread-command-events.  Exit if all inputs are deleted.
822 2000-05-30  Jason Rumney  <jasonr@gnu.org>
824         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
826         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
827         Reenable code to create initial fontsets.
828         Use set-fontset-font in place of put-charset-property.
830 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
832         * progmodes/perl-mode.el (perl-indent-line): When looking for a
833         label, ensure that the first colon isn't followed by another.
835         * paths.el (Info-default-directory-list): Doc fix.
837         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
838         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
839         send a query containing USER only, not USER@HOST.
841         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
842         and rmail-msgend to compute the restriction at the end, instead of
843         computing it.
845 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
847         * dabbrev.el (dabbrev-expand): Don't display messages in the
848         echo area if the minibuffer window is active.
850         * jit-lock.el (jit-lock-mode): Add after change function to
851         local hook.
853 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
855         * antlr-mode.el: New commands: hide/unhide actions,
856         upcase/downcase literals.
857         (antlr-tiny-action-length): New user option.
858         (antlr-hide-actions): New command.  Suggested by
859         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
860         (antlr-mode-map): New binding [C-c C-v].
861         (antlr-mode-menu): New entries.
862         (antlr-downcase-literals): New command.
863         (antlr-upcase-literals): Ditto.
865         * antlr-mode.el: Minor changes: indendation, mode-name.
866         (antlr-indent-line): Indent cpp directive at column 0.
867         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
869         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
870         (antlr-font-lock-additional-keywords): Workaround for intentional
871         bug in XEmacs version of font-lock.
872         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
873         be used by a smarter version of `buffers-menu-grouping-function'.
875 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
877         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
878         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
880 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
882         * international/encoded-kb.el
883         (encoded-kbd-iso2022-designation-map): Pay attention to that
884         charset-iso-final-char return -1 for eight-bit-control and
885         eight-bit-graphic.
887 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
889         * speedbar.el (speedbar-use-images, speedbar-update-flag)
890         (speedbar-easymenu-definition-base): Use display-graphic-p where
891         available, instead of window-system.
893 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
895         * international/codepage.el (cp-coding-system-for-codepage-1): Add
896         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
897         coding systems.
899 2000-05-26  Dave Love  <fx@gnu.org>
901         * disp-table.el (standard-display-underline): Don't use
902         internal-find-face.
904         * mail/reporter.el: Maintainer change.  Doc fixes.
905         (reporter-version): Deleted.
907         * emacs-lisp/elp.el: Maintainer change.
908         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
910 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
912         * add-log.el (add-change-log-entry): Merge the current entry with the
913         previous one if the previous one is empty.
915 2000-05-26  Dave Love  <fx@gnu.org>
917         * loadhist.el (unload-feature): Fix interactive spec [from
918         lijnzaad@ebi.ac.uk].
920         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
921         subr-arity to check primitives.
922         (byte-compile-flush-pending, byte-compile-file-form-progn)
923         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
924         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
925         mapcar.
927 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
929         * international/fontset.el: Set family names of non-latin charsets
930         in default fontset to "*".
932         * international/mule-diag.el (print-fontset): Combine family part
933         and registry part of the fontname by "-*-" instead of "-".
935         * international/mule-cmds.el (encode-coding-char): Make strings
936         multibyte before calling encode-coding-string.
938 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
940         * derived.el: Fix keywords.
941         (define-derived-mode): Only define if needed.
943         * simple.el (fill-comment, comment-column, comment-start)
944         (comment-start-skip, comment-end, comment-indent-function)
945         (block-comment-start, block-comment-end, indent-for-comment)
946         (set-comment-column, kill-comment, comment-padding, comment-region)
947         (comment-multi-line, indent-new-comment-line): Remove.
949         * bindings.el (esc-map): Change ; to comment-dwim and use the new
950         function names for comment operations.
952         * newcomment.el: Add abundant autoload cookies.
953         (comment-style): Don't depend on runtime data at compile-time.
954         (comment-indent-hook): Remove.
955         (comment-indent): Check if comment-indent-hook is bound.
956         (comment-region): Docstring fix.
958 2000-05-25  Dave Love  <fx@gnu.org>
960         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
961         byte-code-function-p.
963         * mail/rmailsum.el: Add provide.
965         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
967         * smerge-mode.el (smerge-diff-switches): Don't use list* in
968         defcustom.
970 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
972         * ediff-diff.el (ediff-exec-process): delete --binary option from
973         non-buffer ediff jobs.
975 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
977         * hilit-chg.el (highlight-changes-mode): Ask about color or
978         grayscale support, not about window-system.
980         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
981         window-system.
982         (ffap-highlight): Always default to t.
984         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
985         display-popup-menus-p instead of looking at window-system.
987         * disp-table.el (standard-display-g1, standard-display-graphic):
988         Only refuse to use string glyphs on X and MS-Windows.
990         * avoid.el: Remove window-system from commentary, suggest to use
991         display-*-p instead.
993         * apropos.el (apropos-print): Use display-mouse-p instead of
994         window-system.
996 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
998         * international/codepage.el (cp-decoding-vector-for-codepage):
999         Fill up unsupported characters with their own codes.  From Kenichi
1000         Handa.
1002 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
1004         * international/mule-diag.el (describe-char-after): Use
1005         display-graphic-p instead of window-system, so that this function
1006         works on MS-DOS.
1008 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
1010         * international/codepage.el (cp-make-coding-systems-for-codepage):
1011         Remove the eight-bit-graphic and eight-bit-control charsets from
1012         the list of charsets which we convert into `?'.
1014 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
1016         * international/mule-conf.el: Specify CHARSET-ID explicitely for
1017         private charsets.
1018         (mule-unicode-0100-24ff, japanese-jisx0213-1,
1019         japanese-jisx0213-2): New charsets.
1021         * international/fontset.el: Setup default fontset for new charsets.
1023 2000-05-24  Dave Love  <fx@gnu.org>
1025         * info.el (Info-find-node-2): Restructure [following "Vadim
1026         S. Solomin" <sovs@uic.nnov.ru>].
1028         * icomplete.el: Fix header for Finder.
1030 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
1032         * rmailout.el (rmail-output-to-rmail-file): Added optional param
1033         STAY.
1035         * rmail.el (rmail-automatic-folder-directives): New user variable.
1036         (rmail-show-message): Add call to `rmail-auto-file' during
1037         display.
1038         (rmail-auto-file): New function.
1040 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
1042         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
1043         account.
1044         (ediff-test-utility,ediff-diff-mandatory-option)
1045         (ediff-reset-diff-options): Utilities for proper initialization of
1046         ediff-diff-options and ediff-diff3-options on Windows.
1048         * ediff-init.el (ediff-merge-filename-prefix): New customizable
1049         variable.
1051         * ediff-mult.el (ediff-filegroup-action): Use
1052         ediff-merge-filename-prefix.
1054 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
1056         * viper-ex.el (ex-write): Set selective display to nil.
1058 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
1060         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
1061         aliases for hebrew-iso-8bit.
1063 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
1065         * woman.el: New version from Francis J. Wright
1066         <F.J.Wright@Maths.QMW.ac.uk>.
1067         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
1068         names in environment variables regardless of the path separator.
1069         (woman-topic-all-completions-1): Don't call file-name-directory-p
1070         on all files, since woman-file-regexp already filters out any
1071         directories.
1073 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
1075         * international/quail.el (quail-start-translation): Don't change
1076         modified-p of the current buffer.
1077         (quail-start-conversion): Likewise.
1079         * international/kkc.el (kkc-region): Don't change modified-p of
1080         the current buffer.
1082         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
1083         conform to RFC1468.
1084         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
1086 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
1088         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
1089         (speedbar-insert-button): Invisible text property fix.
1090         (speedbar-directory-plus): Renamed from speedbar-directory-+
1091         (speedbar-directory-minus): Renamed from speedbar-directory--
1092         (speedbar-page-plus): Renamed from speedbar-file-+
1093         (speedbar-page-minus): Renamed from speedbar-file--
1094         (speedbar-page): Renamed from speedbar-file-
1095         (speedbar-tag): Renamed from speedbar-tag-
1096         (speedbar-tag-plus): Renamed from speedbar-tag-+
1097         (speedbar-tag-minus): Renamed from speedbar-tag--
1098         (speedbar-expand-image-button-alist): Use above renames.
1100         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
1101         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
1102         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
1103         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
1104         * sb-pg.xpm: Renamed from sb-file.xpm
1105         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
1106         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
1108 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
1110         * international/quail.el (quail-show-guidance-buf): Set
1111         current-input-method of the guidance buffer to the name of the
1112         curren input method.
1114 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
1116         * progmodes/compile.el (compile-internal): Style typo.
1118         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
1119         quote vars and functions in the docstring.
1121         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
1123         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
1124         Don't quote lambdas.
1126         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
1128 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
1130         * startup.el (command-line): Determine source file of compiled
1131         user init file differently.  Warn if compiled user init file
1132         is older than its source file.
1134         * ffap.el (ffap-url-regexp): Add `https'.
1136 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
1138         * files.el (make-backup-file-name-1): Replace slashes with `!'
1139         rather than `|' (which is not allowed on Windows).  Replace the
1140         drive letters with a string "drive_X".
1142 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
1144         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
1146         * files.el (interpreter-mode-alist): Add `bash2'.
1148 2000-05-22  Dave Love  <fx@gnu.org>
1150         * loadhist.el (feature-symbols, file-provides, file-requires): Use
1151         mapc.
1152         (feature-file): Avoid calling symbol-name.  Doc fix.
1153         (file-set-intersect, file-dependents): Use dolist, not mapcar.
1154         (loadhist-hook-functions): Add mouse-position-function.
1155         (unload-feature): Change uses of mapcar.
1157         * files.el (parse-colon-path): Doc fix.
1158         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
1159         (set-auto-mode): Use mapc.
1161         * complete.el (PC-look-for-include-file): Use :alnum: character
1162         class.
1163         (partial-completion-mode): Add autoload cookie.
1165 2000-05-22  Sam Steingold  <sds@gnu.org>
1167         * info.el (Info-fontify-node): Fixed the call to
1168         `add-text-properties' (bug introduced on 2000-05-18).
1170 2000-05-22  Dave Love  <fx@gnu.org>
1172         * bindings.el: Remove debug-ignored-errors set in other files.
1174         * progmodes/etags.el: Add to debug-ignored-errors.
1175         (visit-tags-table-buffer): Clear out buffers holding old tables
1176         when making a new list.
1177         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
1178         mapc.
1180         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
1181         quote keywords.
1182         (cmpl-string-case-type): Use character classes.
1184         * comint.el:
1185         * textmodes/ispell.el:
1186         * imenu.el:
1187         * mail/mh-e.el:
1188         * progmodes/compile.el: Add to debug-ignored-errors.
1190         * dabbrev.el: Add to debug-ignored-errors.
1191         (dabbrev-completion): Use mapc.
1193 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
1195         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
1196         (woman-mapcan, woman-parse-man.conf)
1197         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
1198         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
1199         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
1200         path syntax better.
1201         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
1202         (woman-manpath): Call woman-parse-man.conf.
1203         (woman-emulation): New defcustom, defaults to nroff.
1204         (woman-font-support): New defconst.
1205         (woman-use-symbol-font): New defcustom.
1206         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
1207         "Emulation".
1208         Many functions: Doc fix.
1210 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
1212         * international/quail.el (quail-simple-translation-keymap): Map
1213         128..255 to quail-self-insert-command.
1214         (quail-keyboard-layout-alist): Add definition for "pc102-de".
1216 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
1218         * help.el (help-manyarg-func-alist): Typo.
1220         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
1221         intervals which makes it heaps simpler.
1223         * newcomment.el (comment-region-internal): Go back to BEG after quoting
1224         the nested comment markers.
1226         * subr.el (remove-hook): Don't turn the hook's value into a list.
1228 2000-05-21  Dave Love  <fx@gnu.org>
1230         * edmacro.el (edmacro-parse-keys): Return vector if any elements
1231         are invalid characters.
1233         * international/mule-util.el (detect-coding-with-priority): Use
1234         mapc.  Remove redundant lambda.
1236         * international/mule-diag.el (list-non-iso-charset-chars)
1237         (describe-fontset): Remove redundant lambda.
1239         * emulation/crisp.el (brief-mode): New alias.
1241         * emacs-lisp/ring.el (ring-elements): New function.
1243         * emacs-lisp/easymenu.el (easy-menu-create-menu)
1244         (easy-menu-do-add-item): Use keywordp.
1246         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
1248         * replace.el: Doc and error message fixes.
1249         (replace-highlight): Use facep, not internal-find-face.
1251 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
1253         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
1255         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
1256         (log-edit-insert-changelog): Drop `:' as well.
1258         * log-view.el: Fix file description.
1259         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
1260         available.
1261         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
1262         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
1264         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
1265         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
1266         Print a status message if the toggle is called interactively.
1267         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
1268         for global minor modes and use `defcustom' for them.
1269         Use add-minor-mode.
1270         (easy-mmode-define-derived-mode): Remove.
1271         (define-derived-mode): Fancier default docstring.
1272         (easy-mmode-define-navigation): Signal an error rather than (ding).
1274         * newcomment.el (comment-styles): New `box-multi'.
1275         (comment-normalize-vars): Better default for comment-continue to
1276         avoid whitespace-only continuations.
1277         (comment-search-forward): Always move even in the no-syntax case.
1278         (comment-padright): Only obey N if it's only obeyed for padleft.
1279         (comment-make-extra-lines): Better handling of empty continuations.
1280         Use `=' for the filler if comment-start has only one character.
1281         (uncomment-region): Try handling the special `=' filler.
1282         (comment-region): Allow LINES even if MULTI is nil.
1283         (comment-box): Choose box style based on comment-style.
1285 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
1287         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
1288         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
1290 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
1292         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
1293         and insert, not subst-char-in-region.
1295         * international/mule-diag.el (list-character-sets-1): Handle
1296         charsets eight-bit-control and eight-bit-graphic.
1297         (list-iso-charset-chars): Likewise.
1298         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
1299         charactes as is.  Use indent-to to align characters.
1301         * international/mule-cmds.el (find-multibyte-characters): Never
1302         exclude charsets eight-bit-control and eight-bit-graphic.
1304 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
1306         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
1307         Don't quote lambdas.
1309         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
1311 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
1313         * gud.el (gud-jdb-directories): Doc fix.
1315 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
1317         * newcomment.el: New file.
1319 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
1321         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
1323 2000-05-18  Andreas Schwab  <schwab@suse.de>
1325         * dired.el (dired-between-files): Also skip lines beginning with
1326         `used'.
1328 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
1330         * msb.el (msb-menu-cond): Add choice `user'.
1332 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1334         * ps-print.el: Compatibility, customization and doc fix.
1335         (ps-printer-name-option): Replace defconst by defvar.
1336         (ps-postscript-code-directory): XEmacs compatibility.
1337         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
1338         fix.
1339         (ps-user-defined-prologue, ps-print-prologue-header)
1340         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
1341         compatibility and code fix.
1342         (ps-print-background-image, ps-print-background-text):
1343         Customization fix.
1344         (ps-line-number-start, ps-n-up-on): New vars.
1346 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
1348         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
1349         the indent-comment function to just return the appropriate indent.
1351 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
1353         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
1354         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
1355         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
1357 2000-05-18  Dave Love  <fx@gnu.org>
1359         * info.el (Info-fontify-node): Add intangible property as well as
1360         invisible.
1362         * calendar/appt.el (appt-make-list): Match all lines of entry.
1363         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
1365 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
1367         * international/mule-diag.el (describe-char-after): Call
1368         internal-char-font, not char-font.  If internal-char-font returns
1369         nil, display "-- none --".
1371 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
1373         * image.el (image-type-available-p): Don't reference image-types
1374         if it isn't bound.
1376 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
1378         * autoarg.el (autoarg-mode): Typo in the :set argument.
1380 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
1382         * startup.el (command-line-1): Don't signal an error if the
1383         directory for auto-save-list files does not yet exist.
1385 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
1387         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
1389 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
1391         * subr.el (remove-hook): `setq' hook-value, not `set'.
1393 2000-05-16  Sam Steingold  <sds@gnu.org>
1395         * info.el (debug-ignored-errors): More errors to ignore.
1397 2000-05-16  Dave Love  <fx@gnu.org>
1399         * cus-edit.el: Don't require cl or easymenu.
1400         (custom-variable-prompt): Test standard-value property, not
1401         user-variable-p.
1403 2000-05-16  Sam Steingold  <sds@gnu.org>
1405         * subr.el (add-hook): `setq' hook-value, not `set'.
1407 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
1409         * startup.el (command-line-1): Mention the FAQ in the startup
1410         message.
1412         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
1414         * progmodes/compile.el (compilation-parse-errors): Collect
1415         `nomessage' regexps last.
1417         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
1419         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
1420         to the function name.
1422 2000-05-15  Dave Love  <fx@gnu.org>
1424         * speedbar.el (speedbar-recenter): Typo.
1425         (speedbar-expand-line): Make arg optional.
1426         (speedbar-mode): Avoid a compiler warning.
1428 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
1430         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
1431         user-specified option string is empty.
1433         * mouse.el (mouse-yank-at-click): Doc fix.
1435 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
1437         * term/internal.el (IT-character-translations): More updates of
1438         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
1439         documents.
1441 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
1443         * env.el (getenv): New function, interactively callable.
1444         (setenv, getenv): Remove autoload cookies.
1446         * loadup.el: Load `env'.
1448         * progmodes/f90.el: Change author's mail address.
1450 2000-05-14  Dave Love  <fx@gnu.org>
1452         * mail/rmail.el (rmail-show-message-hook): Customize and offer
1453         goto-addr as an option.
1455         * help.el (help-xref-stack): Doc fix.
1456         (help-xref-following): New variable.
1457         (help-make-xrefs): Use it.
1458         (help-xref-go-back): Use position information from stack element.
1459         (help-follow): Make position in stack element a pair.  Use
1460         help-xref-following.
1462         * autoarg.el: New file.
1464         * faces.el: Declare more functions obsolete.
1466         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
1467         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
1468         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
1469         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
1470         Remove all the setup-...-environment functions.
1472 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
1474         * speedbar.el: Updated the commentary section.  xemacs20p now uses
1475         >= when detecting.  Require `defimage' safely.
1476         (speedbar-easymenu-definition-base): Add toggle for images.
1477         (speedbar-easymenu-definition-special): Add flush cache & expand.
1478         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
1479         (speedbar-reconfigure-keymaps-hook): New variable.
1480         (speedbar-frame-parameters): Updated documentation.
1481         (speedbar-use-imenu-flag): Updated custom tag
1482         (speedbar-dynamic-tags-function-list): New variable.
1483         (speedbar-tag-hierarchy-method): Updated doc & custom.
1484         (speedbar-indentation-width, speedbar-indentation-width) New
1485         variables.
1486         (speedbar-hide-button-brackets-flag): Customizable.
1487         (speedbar-vc-indicator): Doc update.
1488         (speedbar-ignored-path-expressions): Updated default value.
1489         (speedbar-supported-extension-expressions): Updated default value.
1490         (speedbar-syntax-table): Remove {} paren status.
1491         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
1492         as "+".  Added overlay aliases.
1493         (speedbar-mode): Use `speedbar-mode-line-update' instead of
1494         `force-mode-line-update'.
1495         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
1496         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
1497         `mouse-set-point'
1498         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
1499         (speedbar-item-info-tag-helper): Revamped to handle a wider range
1500         of arbitrary text, and new helper functions.
1501         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
1502         filename finder.
1503         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
1504         (speedbar-directory-buttons): Update path search/expansion.
1505         (speedbar-make-tag-line): Pay attention to
1506         `speedbar-indentation-width'.  Use more care w/ invisible
1507         properties.
1508         (speedbar-change-expand-button-char): Call
1509         `speedbar-insert-image-button-maybe'.
1510         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
1511         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
1512         (speedbar-trim-words-tag-hierarchy)
1513         (speedbar-simple-group-tag-hierarchy): New functions
1514         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
1515         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
1516         functions.
1517         (speedbar-mouse-set-point): New function
1518         (speedbar-power-click): Updated documentation.
1519         (speedbar-line-token, speedbar-goto-this-file): Handle more types
1520         of tag prefix text.
1521         (speedbar-expand-line, speedbar-contract-line): Make more robust
1522         to strange text.
1523         (speedbar-expand-line): Takes universal argument to flush the
1524         cache.
1525         (speedbar-flush-expand-line): New function.
1526         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
1527         Use new generator insertion method.
1528         (speedbar-fetch-dynamic-tags): New function.
1529         (speedbar-fetch-dynamic-imenu): Removed code now handled in
1530         `speedbar-fetch-dynamic-imenu'.
1531         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
1532         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
1533         "Revert Buffer" menu items.
1534         (speedbar-buffer-buttons-engine): Be smarter when creating a
1535         filename tag (for expansion purposes.).
1536         (speedbar-highlight-one-tag-line,
1537         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
1538         (speedbar-recenter): New functions.
1539         (defimage-speedbar): Image loading abstraction.
1540         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
1541         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
1542         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
1543         (speedbar-tag-type, speedbar-tag-mail): New images.
1544         (speedbar-expand-image-button-alist): New variable.
1545         (speedbar-insert-image-button-maybe): Insert an image over some
1546         buttons.
1548 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
1550         * international/mule-cmds.el (encode-coding-char): An ASCII
1551         character is always encodable.
1553         * international/mule-conf.el: Add more information in descriptions
1554         of character sets.
1556         * international/mule-diag.el (describe-char-after): New function.
1557         (describe-font-internal): Adjusted for the change of font-info.
1558         (describe-font): Likewise.
1559         (print-fontset): Rewritten for the new fontset implementation.
1560         (describe-fontset): Include fontset alias names in completion.
1561         (list-fontsets): Adjusted for the change of print-fontset.
1563         * simple.el (what-cursor-position): If DETAIL is non-nil, call
1564         describe-char-after instead of displaying the detail in the echo
1565         area.
1566         (syntax-code-table): Format changed.
1567         (string-to-syntax): Adjusted for the above change.
1569 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
1571         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
1573 2000-05-12  Dave Love  <fx@gnu.org>
1575         * calendar/todo-mode.el: Remove some compatibility stuff and CL
1576         dependence.  Use line-{beginning,end}-position, not
1577         point-at{b,e}ol.  Some doc fixes.
1578         (todo-position): New function.  Fix callers of position to use it.
1579         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
1581 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
1583         * time.el (display-time-mail-icon): Use `:ascent center'.
1585         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
1586         handling FTP security extensions.
1588 2000-05-11  Dave Love  <fx@gnu.org>
1590         * calendar/todo-mode.el: New file.
1592 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
1594         * comint.el (comint-read-input-ring): Move reference to
1595         comint-input-ring-size outside of the save-excursion.  It was
1596         causing the default value to be the only one ever seen.
1598         * font-lock.el: Update copyright.  Remove Simon Marshall's email
1599         address on request from him.
1601         * subr.el (substitute-key-definition): Add comment describing
1602         the meaning of PREFIX.
1604 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
1606         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
1608         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
1609         (add-minor-mode): Don't make the variable buffer-local and add a
1610         reference to define-minor-mode in the docstring.
1612         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
1613         HEADER/FOOTER and fix bug with trailing empty directory.
1614         (cvs-append-to-ignore): Use vc-editable-p if available.
1615         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
1616         (vc-do-command): Tweak advice to handle the new VC.
1618         * log-view.el (log-view-goto-rev): New function for the new VC.
1619         (log-view-minor-wrap): Use mark-active.
1621         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
1622         (log-edit-changelog-full-paragraphs): New var.
1623         (log-edit-insert-changelog): Remove a lonely leading `* file'.
1624         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
1625         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
1626         (log-edit-changelog-ours-p, log-edit-changelog-entries)
1627         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
1628         Replace the `cvs' prefix with `log-edit'.
1630         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
1632         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
1633         (diff-font-lock-defaults): Explicitly turn off multiline.
1634         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
1635         (diff-ediff-patch): Fix call to ediff-patch-file.
1636         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
1637         Handle comments.
1639         * frame.el (automatic-hscrolling): Typo.
1641         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
1643 2000-05-09  Sam Steingold  <sds@goems.com>
1645         * apropos.el (apropos-print): use `describe-face' instead of
1646         `customize-face-other-window'.
1648 2000-05-09  Dave Love  <fx@gnu.org>
1650         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
1652         * help.el (describe-variable): Have customize button pop the
1653         help-xref stack when invoked.
1654         (help-xref-symbol-regexp): Add `face'.
1655         (help-make-xrefs): Check for quoted face names and adapt regexp
1656         submatch numbers to cope.
1657         (help-xref-interned): Maybe insert face doc too.  Separate
1658         sections with a line of hyphens.
1660         * faces.el:  Some doc fixes.  Declare some functions obsolete.
1661         (describe-face): Add customize button.  Return the help
1662         text.  Fix prompt.
1664 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
1666         * term/internal.el (IT-character-translations): Fix last change.
1668 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
1670         * woman.el: New file
1671         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
1673 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
1675         * term/internal.el (IT-character-translations): Update ASCII
1676         simulations for greek-iso8859-7, add latin-iso8859-14 and
1677         latin-iso8859-15.
1679         * international/mule-cmds.el (set-language-info-alist): Call
1680         define-prefix-command with 3 arguments, to make the map suitable
1681         for a menu.
1683 2000-05-07  Dave Love  <fx@gnu.org>
1685         * time.el: Small doc fixes from Pavel Janík ml..
1687 2000-05-05  Dave Love  <fx@gnu.org>
1689         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
1690         list in doc string.  Don't quote keyword symbols.
1691         * emacs-lisp/cl.el: Likewise
1692         * emacs-lisp/cl-seq.el: Likewise
1694 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
1696         * abbrev.el (abbrev-mode): Make ARG optional.
1698 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
1700         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
1702         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
1704         * subr.el (substitute-key-definition): Clarify documentation.
1706 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
1708         * glasses.el (glasses-convert-to-unreadable): Use
1709         `glasses-separator' instead of the hard-wired "_".
1710         (glasses-mode): Call `glasses-make-unreadable' only in a single
1711         place.
1713 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
1715         * term/internal.el (cjk-codepages-alist): Add associations for
1716         Chinese and Korean codepages.  Remove FIXME comment.
1718 2000-05-03  Dave Love  <fx@gnu.org>
1720         * time.el (display-time-mail-face, display-time-use-mail-icon):
1721         New option.
1722         (display-time-mail-icon): New variable.
1723         (display-time-string-forms): Use the above.  Fix the local-map.
1725 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
1727         * replace.el (query-replace-map): Add binding for `E'.
1728         (query-replace-help): Extend help text.
1729         (perform-replace): Allow editing the replacement string.
1731         * make-mode.el (makefile-mode-abbrev-table): New variable.
1732         (makefile-mode): Set local abbrev table to
1733         makefile-mode-abbrev-table.
1734         (makefile-font-lock-keywords): Fontify includes and conditionals.
1736         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
1737         set TOGGLE's value.
1739         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
1740         mail-interactive-insert-alias.
1741         (mail-abbrev-complete-alias): New command.
1742         (mail-mode-map): Bind it to `M-TAB'.
1744 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
1746         * language/lao-util.el (lao-compose-region): New function.
1748 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
1750         * files.el (recover-session): Make directories as necessary
1751         if they don't exist yet.
1753         * calendar/cal-french.el
1754         (french-calendar-multibyte-special-days-array)
1755         (french-calendar-special-days-array): Change French text.
1756         (calendar-french-date-string): Change output.
1757         (calendar-goto-french-date): Likewise.
1759 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
1761         * wid-edit.el (widget-default-active): Obey `:always-active'.
1762         (widget-documentation-string-value-create): Set `:always-active'.
1764 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
1766         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
1767         default prefix to `~/_emacs.d/auto-save.list/_s'.
1768         (normal-top-level): Create the directory for auto-save files, if
1769         it doesn't already exist (in the ms-dos case only).
1771 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
1773         * international/mule-cmds.el (set-language-environment): Don't
1774         concat an integer (dos-codepage), use format instead.
1776 2000-05-02  Dave Love  <fx@gnu.org>
1778         * help.el (help-xref-on-pp): Check for constant symbols.
1780 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
1782         * startup.el (normal-top-level): Put a condition-case around
1783         the code loading subdirs.el.
1785 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1787         * ps-print.el: Upside-down and face background color printing,
1788         line number step, doc fix.
1789         (ps-print-version): New version number (5.2).
1790         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
1791         (ps-face-attribute-list, ps-plot-with-face): Code fix.
1792         (ps-spool-config): Var fix.
1793         (ps-printer-name-option): Const fix.
1794         (ps-print-upside-down, ps-use-face-background)
1795         (ps-line-number-step): New vars.
1796         (ps-window-system, ps-lp-system): New consts.
1797         (ps-face-background): New fun.
1799 2000-04-28  Richard Stallman  <rms@gnu.org>
1801         * files.el (make-auto-save-file-name):
1802         Apply auto-save-file-name-transforms to visited file name
1803         before generating auto save file name.
1804         (auto-save-file-name-transforms): New variable.
1806         * files.el (backup-enable-predicate):
1807         Correctly test for a file under a temporary directory.
1809 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
1811         * subr.el (add-minor-mode): Rewritten.
1813 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
1815         * mail/sendmail.el (sendmail-send-it): Set
1816         buffer-file-coding-system to the selected coding system for MIME
1817         header.
1819 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
1821         * dired.el (dired-move-to-filename-regexp): Allow format where
1822         YYYY is followed by two spaces.
1824         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
1825         in the second character class of the regexp.
1827         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
1828         mh-etc, too.
1830         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
1831         nil.
1833         * subr.el (add-minor-mode): Use `set' instead of `setq'.
1835         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
1836         argument.
1838 2000-04-27  Sen Nagata <sen@eccosys.com>
1840         * emacs-lisp/crm.el (crm-completion-table): New variable.
1841         (crm-collection-fn, crm-test-completion)
1842         (completing-read-multiple): Use it.
1844 2000-04-27  Dave Love  <fx@gnu.org>
1846         * help.el (locate-library): Use mapc.
1847         (help-manyarg-func-alist): Add call-process-region.
1849 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
1851         * subr.el (add-minor-mode): Make argument MAP optional.
1853         * desktop.el (desktop-save): Save list of minor modes.
1854         (desktop-create-buffer): Restore minor modes.
1855         (desktop-minor-mode-table): New user-option.
1857         * subr.el (add-minor-mode): New function.
1859         * image.el (find-image): New function.
1860         (defimage): Rewritten to find image at load time.
1862         * startup.el (normal-top-level-add-to-load-path): Handle
1863         case that the default directory is not in load-path.
1865         * help.el: Old patch from Stefan Monnier.
1866         (help-xref-on-pp): New function.
1867         (describe-variable): Use it to display xrefs in a symbol's value.
1869 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
1871         * cus-edit.el (custom-face): Fix parenthesis.
1873 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
1875         * mail/rmail.el (rmail-expunge): When there are no deleted
1876         messages, do nothing.
1878 2000-04-26  Dave Love  <fx@gnu.org>
1880         * international/mule-cmds.el (locale-translation-file-name):
1881         Defvar to nil.
1882         (set-locale-environment): Set it here (at runtime).
1884 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
1886         * replace.el (perform-replace): Add parameters START and END.  Use
1887         them instead of the check for a region in Transient Mark mode.
1888         (query-replace-read-args): Return two more list elements for the
1889         start and end of the region in Transient Mark mode.
1890         (query-replace, query-replace-regexp, query-replace-regexp-eval)
1891         (map-query-replace-regexp, replace-string, replace-regexp): Add
1892         optional last arguments START and END and pass them to
1893         perform-replace.
1895         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
1896         form with additional arguments for perform-replace.
1898         * progmodes/etags.el (tags-query-replace): Add parameters START
1899         and END.  Construct a form with additional arguments for
1900         perform-replace.
1902         * simple.el (shell-command): Set default directory for "*Shell
1903         Command Output" buffer.
1905         * language/european.el (iso-latin-4): Fix typo.
1907         * emacs-lisp/crm.el: New file.
1909 2000-04-24  Dave Love  <fx@gnu.org>
1911         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
1912         (Custom-reset-saved, Custom-reset-standard)
1913         (custom-group-value-create, custom-group-set, custom-group-save)
1914         (custom-group-reset-current, custom-group-reset-saved)
1915         (custom-group-reset-standard): Use mapc.
1916         (custom-buffer-create-internal): Disable undo when creating items.
1917         Use mapc.
1918         (custom-face): Avoid redundant lambda.
1920 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
1922         * startup.el (auto-save-list-file-prefix): Set default to
1923         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
1925 2000-04-24  Sam Steingold  <sds@gnu.org>
1927         * time-stamp.el (time-stamp-string-preprocess): Always convert
1928         `field-result' to a string.
1930 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
1932         * frame.el (scrolling): New group.
1933         (automatic-hscrolling): New user-option.
1935         * startup.el (command-line-x-option-alist): Add `-lsp' and
1936         `--line-spacing'.
1938 2000-04-19  Dave Love  <fx@gnu.org>
1940         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
1941         (cl-mapc): Rename from mapc.  Fix the funcall.
1943 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
1945         * simple.el (clone-indirect-buffer-other-window): New command.
1946         (clone-indirect-buffer): Add optional arg NORECROD.
1947         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
1949         * help.el (resize-temp-buffer-window): Use count-screen-lines.
1951         * window.el (count-screen-lines): New function.
1952         (shrink-window-if-larger-than-buffer): Use count-screen-lines
1953         instead of window-buffer-height.
1955         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
1956         non-existing variable comint-input-sentinel.
1957         (inferior-lisp-args-to-list): Removed.
1958         (inferior-lisp): Use split-string instead of
1959         inferior-lisp-args-to-list.
1961         * hexl.el (hexl-insert-hex-string): New command.
1963         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
1964         instead of concat.
1966 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
1968         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
1969         at the start of an existing but empty folder.
1971 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1973         * ps-mule.el: Customization fix, doc fix.
1974         (ps-multibyte-buffer): Customization fix.
1976 2000-04-17  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1978         * subr.el (read-passwd): Use read-char-exclusive.
1980 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
1982         * textmodes/texinfo.el (texinfo-insert-@email)
1983         (texinfo-insert-@emph, texinfo-insert-@quotation)
1984         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
1985         (texinfo-mode-map): Add key bindings for them.
1987         * files.el (basic-save-buffer-2): Use a template with `$'
1988         instead of `#' for VMS.
1990         * simple.el (clone-indirect-buffer): New function.
1992 2000-04-16  Stephen Eglen  <stephen@gnu.org>
1994         * iswitchb.el (iswitchb-case): New function.  If the user input
1995         contains any upper-case characters, the search is made
1996         case-sensitive.
1998 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
2000         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
2001         comment-end.
2002         (texinfo-font-lock-syntactic-keywords): New var.
2003         (texinfo-font-lock-keywords): Remove comment regexp.
2004         (texinfo-insert-block): New function.
2005         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
2006         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
2007         and font-lock-defaults.  Use regexp-opt for outline-regexp.
2008         (texinfo-environments): New var.
2009         (texinfo-environment-regexp): Use regexp-opt and
2010         texinfo-environments.
2012         * textmodes/ispell.el (ispell-menu-map-needed): Check that
2013         ispell-process is bound since this might be eval'd before ispell
2014         is loaded.
2015         (ispell-message): Use a tiny bit less magic and a bit more hard
2016         data to figure out what kind of sc-cite-regexp to use.
2018         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
2020         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
2021         (insert-cyclic-diary-entry): Unquote the lambda.
2023         * gud.el (gud-jdb-build-source-files-list): Fix typo.
2025         * files.el (backup-enable-predicate): Unquote the lambda.
2027         * cus-edit.el (custom-face, face): Unquote the lambda.
2029 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2031         * ps-print.el: Check for line-beginning-position definition.
2033         * ps-print.el: Fix counting lines in a region.
2034         (ps-print-version): New version number (5.1.5).
2035         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
2036         (ps-printing-region): Fun code fix.
2038 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
2040         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
2041         to file-directory-p.
2043 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
2045         * gud.el (gud-jdb-build-source-files-list): Check that directory
2046         exists before calling directory-files.
2048 2000-04-13  Dave Love  <fx@gnu.org>
2050         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
2051         syntax.
2053         * emacs-lisp/cl-specs.el: Remove when, unless.
2055         * emacs-lisp/cl-extra.el: Don't quote keywords.
2056         (cl-old-mapc): New variable.
2057         (mapc): Use it.
2058         (cl-map-intervals): Use with-current-buffer.  Don't check for
2059         next-property-change.
2060         (cl-map-overlays): Use with-current-buffer.
2061         (cl-expt): Remove.
2062         (copy-tree, remprop): Define unconditionally.
2064         * emacs-lisp/cl-compat.el (keywordp): Remove.
2066         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
2067         to use keywordp.
2068         (edebug-spec): Enable keywordp.
2070         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
2071         string-lessp.
2073         * cus-start.el: Use keywordp.
2075 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2077         * diary-lib.el (include-other-diary-files): Fix the fix of
2078         2000-02-18 by doing a save-excursion.
2080 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2082         * ps-print.el: Customization fix, doc fix.
2083         (ps-print-version): New version number (5.1.4).
2084         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
2085         (ps-print-preprint): Adjust code.
2086         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
2087         (ps-print-prologue-header, ps-print-control-characters)
2088         (ps-spool-config): Customization fix.
2090 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
2092         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
2093         converted to the new menu-item format, names silightly changed,
2094         help strings added.
2096         Support for spelling without async subprocesses:
2098         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
2099         (ispell-session-buffer): New variables.
2100         (ispell-start-process, ispell-process-status,
2101         ispell-accept-output, ispell-send-string): New functions, for
2102         Ispell invocation when async subprocesses aren't supported.
2103         (ispell-word, ispell-pdict-save, ispell-command-loop,
2104         ispell-process-line, ispell-buffer-local-parsing): Replace calls
2105         to process-send-string with calls to ispell-send-string, and
2106         accept-process-output with ispell-accept-output.
2107         (ispell-init-process): Call ispell-process-status instead of
2108         process-status with.
2109         (ispell-init-process): Call ispell-start-process.  Call
2110         ispell-accept-output and ispell-send-string.  Don't call
2111         process-kill-without-query and kill-process if they are unbound.
2112         (ispell-async-processp): New function.
2114 2000-04-12  Dave Love  <fx@gnu.org>
2116         * info.el: Add debug-ignored-errors.
2117         (Info-mode-menu): Add some items.
2118         (Info-directory): Add autoload cookie.
2120         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
2121         Modify `truncate-lines'.  Make `describe-language-environment'
2122         always visible and add help.  Modify `describe-key' help.  Invoke
2123         Info-directory from `info'.  New entry `emacs-manual'.
2125 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
2127         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
2128         propertized-buffer-identification.
2129         (ebrowse-update-member-buffer-mode-line): Likewise.
2130         (ebrowse--mode-strings): Removed.
2131         (ebrowse--mode-line-props): Removed.
2133         * files.el (auto-mode-alist): Add `EBROWSE'.
2135         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
2136         space before testing for end of buffer.
2137         (ebrowse-load): Removed.
2138         (ebrowse-revert-tree-buffer-from-file): Rewritten.
2139         (ebrowse-create-tree-buffer): Rewritten.
2140         (ebrowse-tree-mode): Read tree from buffer.
2142         * progmodes/ebrowse-ffh.el: Removed.
2144 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
2146         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
2148 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
2150         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
2151         at the wrong place.
2153 2000-04-09  Dave Love  <fx@gnu.org>
2155         * files.el (backup-enable-predicate): Use
2156         temporary-file-directory, small-temporary-file-directory.
2157         (make-backup-file-name-function, backup-directory-alist): New
2158         variables.
2159         (make-backup-file-name-1): New function.
2160         (make-backup-file-name): Use it.
2161         (find-backup-file-name): Likewise.  Use format for clarity, not
2162         concat.
2163         (file-newest-backup): Use make-backup-file-name.
2165 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
2167         * progmodes/ebrowse-ffh.el: New file.
2169         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
2170         to ebrowse-ffh.el.
2171         (ebrowse-load): Add autoload.
2173         * finder.el (finder-commentary): Add autoload cookie.
2175         * mail/rfc2368.el: Correct author's email address.
2177         * progmodes/ebrowse.el: New file.
2179         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
2180         item help string.
2181         (easy-menu-do-add-item): Ditto.
2182         (easy-menu-define): Extend doc string.
2184         * jit-lock.el (with-buffer-unmodified): Use
2185         restore-buffer-modified-p.
2186         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
2187         (jit-lock-function, jit-lock-stealth-fontify): Don't use
2188         with-buffer-unmodified.
2190 2000-04-08  Dave Love  <fx@gnu.org>
2192         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
2193         unless, when.
2195 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
2197         * viper-util.el (viper-put-on-search-overlay): New subroutine.
2198         (viper-flash-search-pattern): No operation when using Emacs
2199         doesn't support face.
2200         Use `viper-put-on-search-overlay'.
2202 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
2204         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
2205         like C-r.
2207         * progmodes/make-mode.el: Some doc fixes.
2208         (makefile-mode-abbrev-table): New variable.
2209         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
2210         (makefile-font-lock-keywords): Fontify includes and conditionals.
2211         (toplevel): Require `dabbrev' and `add-log' when compiling.
2213         * replace.el (perform-replace): Don't move forward one char
2214         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
2215         to do that because it leaves point 1 position after the last
2216         replacement, after everything has been replaced.
2218         * jit-lock.el (with-buffer-unmodified): New macro.
2219         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
2220         modified state.
2221         (jit-lock-function-1): Extracted from jit-lock-function; not
2222         preserving buffer's modified state.
2223         (jit-lock-function, jit-lock-stealth-fontify): Call
2224         jit-lock-function-1.
2226         * mail/rfc2368.el: Remove supernumerary copyright line.
2228 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
2230         * glasses.el: Provide facilities for inserting space before left
2231         parentheses and uncapitalization of identifiers.
2232         (glasses-mode): Try to remove old overlays in all cases.
2234 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
2236         * progmodes/compile.el (compile-internal): Display the compilation
2237         buffer in a different frame, if it's already displayed there.
2239         * mail/rfc2368.el: New file.
2241         * simple.el (sendmail-user-agent-compose): Recognize a `body'
2242         header and insert its value as mail body.
2244         * subr.el (member-ignore-case): New function.
2246         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
2247         (dabbrev--find-expansion): Ignore buffers matching a regexp
2248         from dabbrev-ignored-regexps.
2250         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
2251         to extensions handled by gzip.
2253 2000-04-03  Richard M. Stallman  <rms@gnu.org>
2255         * files.el (insert-directory): List the total free space
2256         along with the used space.
2258         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
2259         line is followed by one that matches CITATION-REGEXP, end the
2260         paragraph.
2262 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
2264         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
2265         (rmail-make-basic-summary-line): Use that option.
2267 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
2269         * international/mule-cmds.el (encoded-string-description):
2270         Rewritten.   Try pretty description for ISO 2022 escape sequences
2271         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
2272         for hexadecimal format.
2274 2000-04-01  Dave Love  <fx@gnu.org>
2276         * cpp.el: Change customization group to `c' from `C'.
2278         * vcursor.el (vcursor-move): Use display-color-p.
2280         * international/mule-util.el: Provide mule-utils.
2281         (string-to-sequence): Simplify and speed up.
2283         * international/mule.el (make-coding-system): Purecopy doc-string.
2285         * international/mule-cmds.el: Various menu changes.
2286         (describe-specified-language-support): Handle `Default'.
2287         (set-language-info): Purecopy `info'.
2289 2000-03-31  Andrew Innes  <andrewi@gnu.org>
2291         * vc.el (vc-backend-diff): Return the correct status if we had to
2292         retry the rcsdiff command without the --brief option.
2294 2000-03-31  Dave Love  <fx@gnu.org>
2296         * help.el (help-manyarg-func-alist): Correct several omissions.
2298         * add-log.el: Don't require cl, fortran.
2299         (add-log-current-defun-function): Doc fix.
2300         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
2301         fix.
2302         (change-log-version-rcs): Function deleted.
2303         (change-log-version-number-search): Doc fix.  Use
2304         vc-workfile-version.  Avoid CL dolist.
2305         (add-change-log-entry): Just call add-log-current-defun to get
2306         defun.  Simplify somewhat.
2307         (change-log-get-method-definition-1): Likewise.
2308         (add-log-current-defun): Return nil if calling
2309         add-log-current-defun-function does so.  Move Fortran stuff to
2310         fortran.el.  Return string without properties.
2312         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
2313         and :alpha: char classes.
2315         * mail/supercite.el: Defvar curline when compiling.
2316         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
2317         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
2318         rather than a-zA-Z0-9 to allow non-ASCII characters.
2320 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
2322         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
2324         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2325         Re-enable new code.
2327         * lpr.el (print-region-1): Use -d to specify printer name for
2328         systems `usg-unix-v*, `dgux', `hpux', `irix'.
2330 2000-03-31  Dave Love  <fx@gnu.org>
2332         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
2333         for function definition in symbol's function value slot first
2334         instead of first consulting byte-compile-function-environment.
2336 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
2338         * language/european.el ("Polish"): New language environment.
2339         (setup-polish-environment): New function.
2341 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
2343         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2344         Disable new code.
2346         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
2347         trying to `load' the symbol of an autoload instead of the file
2348         recorded in the autoload.  Fix error messages.
2350 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2352         * ps-print.el: PostScript programming fix for ghostview, doc fix.
2353         (ps-print-version): New version number (5.1.3).
2354         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
2355         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
2356         (ps-generate-postscript-with-faces): Code fix.
2357         (ps-color-values): XEmacs compatibility.
2358         (ps-print-background-image, ps-print-background-text, ps-printer-name)
2359         (ps-default-fg, ps-default-bg): Adjust customization.
2360         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
2361         (ps-color-scale): Renaming old ps-color-value fun.
2362         (ps-print-headers): Replace ps-print-header group to avoid conflict
2363         with ps-print-header variable.
2364         (ps-print-miscellany): New group.
2365         (ps-format-color, ps-rgb-color): New funs.
2366         (ps-default-foreground): New var.
2367         (ps-printer-name-option): New const.
2369 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
2371         * net/net-utils.el:
2372         (network-connection-host, network-connection-service): New variables
2373         (network-connection-mode): New mode, derived from comint-mode
2374         (network-connection-mode-setup): New function, saves host and
2375         service information in local variables.
2377         * lisp/locate.el:
2378         (locate-word-at-point): Added this function
2379         (locate): Default to using locate-word-at-point as input
2380         Run dired-mode-hook
2382 2000-03-29  Dave Love  <fx@gnu.org>
2384         * calendar/appt.el: Doc fixes.
2385         (appt-check): Convert min-to-app to a string before passing to
2386         appt-disp-window-function or concat.
2387         (appt-delete-window): Remove test for frame-root-window.
2388         (appt-select-lowest-window, appt-convert-time): Simplify.
2390         * emacs-lisp/bytecomp.el: Doc fixes.
2391         (byte-compile-file-form-autoload): Update
2392         byte-compile-function-environment.
2394 2000-03-29  Andreas Schwab  <schwab@suse.de>
2396         * emacs-lisp/autoload.el: Also print defsubst doc string
2397         specially.
2399         * dired.el (dired-insert-directory): If dired-free-space-program
2400         failed just delete its output.
2402 2000-03-29  Dave Love  <fx@gnu.org>
2404         * international/iso-cvt.el: Move provide to end.  Doc fixes.
2405         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
2406         (iso-iso2sgml, iso-sgml2iso): New functions.
2407         (iso-cvt-define-menu): Fix some entries and use backquote for
2408         clarity.
2410         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
2412 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
2414         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
2415         ISO-DATE.  If non-nil, return date in ISO 8601 format.
2417 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
2419         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
2420         if it ever becomes used.
2421         (log-edit-mode-hook): Default to vc-log-mode-hook.
2422         (log-edit-mode): Fix the docstring.
2424         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
2425         the code.
2427 2000-03-26  Dave Love  <fx@gnu.org>
2429         * net/browse-url.el (browse-url): Re-fix case of
2430         browse-url-browser-function being an alist.
2431         (browse-url): Add :link to defgroup.
2433         * files.el: Doc fixes.
2434         (file-truename): Include `[' in wildcard characters.
2435         (automount-dir-prefix): Customize.
2436         (find-file-wildcards): Add :version.
2437         (find-file-noselect): Simplify a mapcar call.
2439         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
2440         compatible with inf-lisp version.
2441         (eval-defun-1): Fix custom-declare-variable case.
2443 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
2445         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
2447 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
2449         * Makefile (COMPILE_FIRST): New macro.
2450         (compile-files): Compile files from COMPILE_FIRST first.
2452         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
2453         code.
2455         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
2456         matching open parenthesis in column 0 to defun-prompt-regexp
2457         only if open-paren-in-column-0-is-defun-start is set.
2459         * sun-curs.el: Require CL at compile-time only.
2461         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
2462         instead of copy-list which is a function from CL.
2463         (msb--choose-menu, msb--mode-menu-cond)
2464         (msb--create-buffer-menu-2): Use dolist instead of mapc.
2465         (msb--init-file-alist): Use mapcar instead of mapcan.
2466         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
2467         `(' in column 0 in doc string.
2468         (msb--add-separators): Use mapcar instead of mapcan.
2470         * cus-dep.el: Require CL at compile-time only.
2472 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
2474         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
2475         (byte-compile-warnings): New warning `noruntime'.
2476         (byte-compile-constants, byte-compile-variables): Fix docstring.
2477         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
2478         execute `eval-whenc-compile's body.
2479         (byte-compile-unresolved-functions): Fix docstring.
2480         (byte-compile-eval): New function.
2481         (byte-compile-callargs-warn): Check if the function will be available
2482         at runtime (via property `byte-compile-noruntime').
2483         (byte-compile-print-syms): New function.
2484         (byte-compile-warn-about-unresolved-functions): Also warn about
2485         `noruntime' functions (and use `byte-compile-print-syms').
2486         (byte-compile-file): Capitalize the message.
2488 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
2490         * mail/rmail.el (rmail-confirm-expunge): New user-option.
2491         (rmail-expunge): Ask for confirmation depending on the setting
2492         of rmail-confirm-expunge.
2494 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
2496         * Makefile (bootstrap-clean): If $(emacs) exists, build
2497         loaddefs.el first.  A loaddefs.el that's not up-to-date might
2498         cause a bootstrap failure because things don't autoload as
2499         expected.
2501 2000-03-23  Dave Love  <fx@gnu.org>
2503         * net/browse-url.el: Restore previous use of
2504         browse-url-maybe-new-window.
2506 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2508         * ps-print.el: Skip banner page fix.
2509         (ps-print-version): New version number (5.1.2).
2510         (ps-begin-file, ps-end-file, ps-generate): Code fix.
2512 2000-03-23  Dave Pearson  <davep@davep.org>
2514         * net/quickurl.el Changed the type of parameter passed to the
2515         function defined by `quickurl-format-function'. Before only the
2516         text of the URL was passed. Now the whole URL structure is passed
2517         and the function is responsible for extracting the parts it
2518         requires.  Changed the default of `quickurl-format-function'
2519         accordingly.
2520         (quickurl-insert): Changed the `funcall' of
2521         `quickurl-format-function' to match the above change.
2522         (quickurl-list-insert): Changed the `url' case so that it makes
2523         use of `quickurl-format-function', previous to this the format was
2524         hard wired.
2526 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
2528         * startup.el: Change some spellings for the X Window System.
2530 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
2532         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
2533         up the code and the regexp and make sure the cursor is temporarily
2534         moved to the suspicious line while querying the user.
2536 2000-03-22  Jason Rumney  <jasonr@gnu.org>
2538         * w32-fns.el (w32-charset-info-alist): Initialize.
2540 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2542         * ps-print.el: N-up last page fix.
2543         (ps-print-version): New version number (5.1.1).
2544         (ps-end-file, ps-end-job, ps-generate): Code fix.
2546 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
2548         * files.el (find-file-run-dired): Update docstring.
2549         (find-directory-functions): New hook.
2550         (find-file-noselect): Run find-directory-functions rather than
2551         calling dired directly.
2553         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
2555         * pcvs.el: Add a minimal leading commentary.
2556         (cvs-make-cvs-buffer): Change the header part by removing the startup
2557         message and adding a `Module' entry.  Also replace the FOOTER and
2558         HEADER special fileinfos with the new support in ewoc for updating
2559         its own footer and header.
2560         (cvs-update-header): Update to use the header/footer of the ewoc.
2561         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
2562         (cvs-is-within-p): New function.
2563         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
2564         to only examine some subset of the buffers.
2566         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
2567         `format' instead of our own ad-hoc functions.
2568         Remove HEADER and FOOTER cases, now handled in the EWOC.
2569         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
2571         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
2572         output to avoid scaring the user.
2573         (cvs-parse-table): Catch message for non-up-to-date commits.
2575         * pcvs-defs.el (cvs-startup-message): Remove.
2576         (cvs-global-menu): New autoloaded menu.
2578         * pcvs-util.el (cvs-string-fill): Remove.
2580         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
2581         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
2582         PP part of it and also make it work for footers and headers.
2583         (ewoc-create): Drop POS and BUFFER arguments.
2584         Use the DLL's dummy node to store the end-of-footer position.
2585         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
2586         (ewoc-refresh): Remove unused `header' variable.
2587         (ewoc-(get|set)-hf): New functions.
2589         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
2590         log-view-*-(message|file) and use easy-mmode-define-navigation.
2591         (log-view-message-re): Match SCCS format as well.
2592         And match the revision line rather than the dashed separator line.
2593         (log-view-mode): Use the new define-derived-mode.
2594         (log-view-current-tag): Fill in with an actual implementation.
2596         * cvs-status.el (cvs-status-(prev|next)): Rename from
2597         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
2598         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
2599         to let the output "breathe" a little more (more readable).
2600         (cvs-status-mode): Use the new define-derived-mode.
2602         * smerge-mode.el (smerge-auto-leave): New function and variable.
2603         (smerge-basic-map): Rename from smerge-basic-keymap.
2604         Change the bindings for smerge-diff-*.
2605         (smerge-*-map): Use easy-mmode-defmap.
2606         (smerge-(next|prev)): Use easy-mmode-define-navigation.
2607         (smerge-keep-*): Use smerge-auto-leave.
2609 2000-03-21  Jason Rumney  <jasonr@gnu.org>
2611         * cus-edit.el (custom-button-face): Use 3D look for w32.
2612         (custom-button-pressed-face): Likewise.
2614 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
2616         * progmodes/etags.el (tags-case-fold-search): New user-option.
2617         (tags-loop-eval): New function.  Bind case-fold-search around eval
2618         depending on the value of tags-case-fold-search.
2619         (tags-loop-continue): Use tags-loop-eval.
2620         (find-tag-in-order): Bind case-fold-search depending on the value
2621         of tags-case-fold-search.
2623 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
2625         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
2626         (diff-end-of-hunk): Return the end position for use in
2627         `easy-mmode-define-navigation'.
2628         (diff-recenter): Remove.
2629         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
2630         of `easy-mmode-define-navigation'.
2631         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
2632         previous renaming) and fix to use new names.
2633         (diff-merge-strings): Use \n as separator: simpler, faster.
2634         (diff-mode): Use `define-derived-mode'.
2636         * derived.el (define-derived-mode): Don't autoload anymore.
2637         Prefer the macro-only version provided by easy-mmode.el.
2639         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
2640         `easy-mmode-define-derived-mode'.
2641         Use `combine-run-hooks'.
2642         (easy-mmode-define-navigation): New macro.
2644         * subr.el (combine-run-hooks): New function.
2646 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
2648         * term/x-win.el: Fontsets related initialization is simplified.
2650         * international/mule-diag.el (describe-font): Don't refer to
2651         global-fontset-alist, instead call font-list.
2652         (describe-fontset, list-fontsets, mule-diag): Likewise.
2653         (print-fontset): Adjusted for the change of fontset
2654         implementation.
2656         * international/fontset.el (x-charset-registries): Variable
2657         removed, instead the corresponding data is stored in the default
2658         fontset.
2659         (register-alternate-fontnames): Function removed.
2660         (resolved-ascii-font): Variable removed.
2661         (x-compose-font-name): Ignore the second argument REDOCE.
2662         (x-complement-fontset-spec): Complement only an ASCII font and
2663         element for those charsets than can use that ASCII font.
2664         (generate-fontset-menu): Don't refer to global-fontset-alist,
2665         instead call fontset-list.
2666         (uninstantiated-fontset-alist): Variable removed.
2667         (x-style-funcs-alist): Likewise.
2668         (fontset-default-styles): Likewise.
2669         (x-modify-font-name): Function removed.
2670         (create-fontset-from-fontset-spec): Ignore the argument
2671         STYLE-VARIANT.
2672         (create-fontset-from-ascii-font): Docsting adjusted for the above
2673         change.
2674         (instantiate-fontset, resolve-fontset-name): Functions removed.
2675         (fontset-list): Now implemented by C code.
2677         * faces.el (read-face-font): Fix TABLE arg to completing-read.
2678         (describe-face): Include `font' attribute in the description.
2680 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
2682         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
2684 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
2686         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
2687         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
2688         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
2690         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
2691         about behavior of set-buffer-modified-p wrt redisplay.
2693 2000-03-19  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2695         * view.el (view-mode-disable): Kill local binding of view-read-only.
2697 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
2699         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
2700         is a string, convert it to a syntax cell using string-to-syntax.
2702         * simple.el (syntax-code-table, syntax-flag-table): New variables.
2703         (string-to-syntax): New function.
2705         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
2706         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
2707         try to use passive ftp mode.
2709 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
2711         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
2713         * simple.el (append-to-buffer): Update point of windows after
2714         insertion.
2716         * abbrev.el (inverse-add-abbrev): Identify word by first moving
2717         forward then moving backward.  Reindent.
2719         * frame.el (other-frame): Call x-focus-frame only if
2720         focus-follows-mouse is off.
2722 2000-03-17  Dave Love  <fx@gnu.org>
2724         * pcvs-util.el (cvs-strings->string): Rename
2725         replace-regexps-in-string.
2727 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
2729         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
2730         regexp for labels cannot span several lines.
2732         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
2733         `(setq :<key> ':<key>)' to the macro expansion.
2735 2000-03-16  Dave Love  <fx@gnu.org>
2737         * progmodes/f90.el (f90): Put custom group under `languages', not
2738         `fortran'.
2739         (f90-mode-hook): Customize.
2740         (f90-mode): Set add-log-current-defun-function.
2741         (f90-current-defun): New function.
2743 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
2745         * cus-edit.el (custom-variable-tag-face): Handle case that
2746         default face's height is not a number.
2747         (custom-face-tag-face, custom-group-tag-face-1)
2748         (custom-group-tag-face): Ditto.
2749         (custom-group-tag-face-1): Add :group.
2751         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
2753 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
2755         * pcvs-defs.el (toplevel): Remove autoload cookie for form
2756         requiring easymenu.
2758 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2760         * ps-print.el: PostScript user-defined prologue, PostScript error
2761         handler, doc fix.
2762         (ps-print-version): New version number (5.1).
2763         (ps-user-defined-prologue, ps-error-handler-message)
2764         (ps-print-prologue-0, ps-error-handler-alist): New vars.
2765         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
2766         (ps-insert-string): New function.
2768 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
2770         * international/ccl.el (ccl-compile-expression): Don't generate
2771         invalid self-assignment code.
2773 2000-03-14  Dave Love  <fx@gnu.org>
2775         * subr.el (replace-regexp-in-string): Renamed from
2776         replace-regexps-in-string.  Doc fix.
2778 2000-03-12  Dave Love  <fx@gnu.org>
2780         * cus-edit.el: Doc fixes.
2781         (customize-set-variable, customize-save-variable): Rename args for
2782         doc.
2783         (custom-variable-tag-face, custom-face-tag-face)
2784         (custom-group-tag-face-1, custom-group-tag-face): Modify from
2785         style which user identify as hyperlink.
2786         (hook): Don't add undefined functions to the hook.
2787         (debug-ignored-errors): Transfer message from bindings.el.
2789 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
2791         * recentf.el (recentf-keep-non-readable-files-p): Remove
2792         double/nested definition.
2794 2000-03-12  Dave Love  <fx@gnu.org>
2796         * facemenu.el (facemenu-get-face): Use display-color-p.
2797         * enriched.el (enriched-decode-foreground): Likewise.
2798         (enriched-decode-background): Likewise.
2799         * isearch.el (isearch-highlight): Likewise.
2800         * info-look.el (info-lookup): Likewise.
2801         * simple.el (completion-setup-function): Likewise.
2803         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
2804         :options.
2806         * bindings.el (mode-line-format): Fix line-number and
2807         column-number items.  Add help-echo for the background.
2808         (mode-line-mule-info): Modify help-echo.
2810         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
2811         defcustom.
2813         * files.el (load-file): Allow completion to .elc.
2815         * man.el: Doc fixes.
2816         (Man-init-defvars): Use display-color-p to set fontification.
2818         * play/hanoi.el (hanoi-internal): Don't use oddp.
2820 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
2822         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
2824         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
2826 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
2828         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
2829         Fix comment.
2831 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
2833         * font-lock.el (font-lock-keywords): Fix the doc now that
2834         regexp-opt-depth is unnecessary.
2835         (save-buffer-state): Set an edebug spec.
2836         (font-lock-fontify-anchored-keywords): Properly handle the case when
2837         the matcher goes past the limit.
2839         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
2840         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
2842         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
2843         dll.el and cookie.el (from Elib) with heavy renaming and other
2844         massaging.
2846         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
2847         Autoload the functions used.
2848         (easy-mmode-define-syntax): Fix CL typo.
2849         (easy-mmode-define-derived-mode): Improve the docstring generation.
2851 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
2853         * textmodes/texinfo.el (texinfo-version): Variable and function
2854         removed.
2856 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
2858         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
2859         allow more flexibility.
2860         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
2861         fns.
2862         (easy-mmode-defmap, easy-mmode-defsyntax)
2863         (easy-mmode-define-derived-mode): New macros.
2865 2000-03-09  Didier Verna  <didier@xemacs.org>
2867         * rect.el (replace-rectangle): New function.
2869 2000-03-09  Dave Love  <fx@gnu.org>
2871         * progmodes/fortran.el (fortran-comment-line-start): Define as
2872         "C".
2873         (fortran-comment-line-start-skip): Don't match cpp stuff.
2874         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
2875         (fortran-mode-map): Remove over-eager custom-menu-create for now.
2876         (fortran-mode): Don't set fortran-comment-line-start-skip,
2877         fortran-comment-line-start here.  Set comment-start,
2878         add-log-current-defun.
2879         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
2880         (fortran-current-defun): New function.
2882 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
2884         * emacs-lisp/re-builder.el: New file.
2886         * mouse.el (mouse-drag-region): Don't run up-event handler
2887         if hscroll has changed.
2889         * octave-mod.el (octave-font-lock-keywords): To font-lock the
2890         builtin operators, use `font-lock-builtin-face' for Emacs and
2891         `font-lock-preprocessor-face' otherwise.
2893         * font-lock.el (lisp-font-lock-keywords-1): Highlight
2894         `(defun (setf foo)' differently.
2896 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
2898         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
2899         (regexp-opt): Update comment and adapt the code the new meaning of
2900         the `paren' argument of regex-opt-group for shy-groups.
2901         (regexp-opt-depth): Handle shy groups as well as backslashed
2902         backslashes.
2903         (regexp-opt-group): Turn the leading comment into a docstring.
2904         Allow `paren' to be a string (the string to use to open a group).
2905         Remove open-presuf and close-presuf.  Instead of checking for `all
2906         one-char' and then later on check for `several one-char', handle
2907         both cases close together.  Also apply a more generic algorithm
2908         for suffixes (the mirror image of the algorithm used for
2909         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
2910         (regexp-opt-try-suffix): Removed.
2912         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
2913         from comint-mode-map, so we can just inherit from it.  Also, move
2914         the initialization into the `defvar' since there's no docstring
2915         anyway and it's fairly short.
2916         (inferior-scheme-mode): Define it as derived-mode: the code is
2917         shorter and this way we inherit from comint-mode-map rather than
2918         copying it.
2920         * subr.el (replace-regexps-in-string): Properly handle the case
2921         where we match an empty string.
2923         * comint.el (comint-exec-1): Add the current-dir to the exec-path
2924         when the command has a directory component (such as "./testml").
2925         Also fix a typo in the comment.
2927 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
2929         * Makefile (compile-files): Compile files one by one because
2930         that's the only way to ensure a clean compilation environment for
2931         each individual file.
2933         * frame.el (other-frame): Call x-focus-frame.
2935 2000-03-07  Dave Love  <fx@gnu.org>
2937         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
2938         :require to defcustom.
2940         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
2941         lists.
2943         * files.el (auto-mode-alist): Add configure.in.
2945         * progmodes/autoconf.el: New file.
2947 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
2949         * mail/mh-e.el: Change maintainer to `none'.
2951         * recentf.el (recentf-keep-non-readable-files-p): Quote args
2952         to remove-hook and add-hook.
2954 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
2956         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
2957         it as the default.
2958         (mail-send): Test mail-send-nonascii also for the new `mime' value.
2959         (sendmail-send-it): Conditionally add MIME headers specifying the
2960         used character set.
2962 2000-03-07  Dave Love  <fx@gnu.org>
2964         * winner.el: Fix keywords, autoload cookies.  Split
2965         eval-when-compile form to avoid compilation failure.
2967 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
2969         * international/mule.el: Modify comment about coding system
2970         property `coding-category'.
2971         (make-coding-system): New argument EOL-TYPE.  Pay attention to
2972         coding-category property of PROPERTIES.
2974         * international/mule-conf.el (coding-category-utf-8,
2975         coding-category-utf-16-be, coding-category-utf-16-le): New coding
2976         categories.  Include them in the argument for set-coding-priority.
2978         * international/mule-cmds.el (reset-language-environment): Include
2979         coding-category-utf-8, coding-category-utf-16-be, and
2980         coding-category-utf-16-le in the argument for set-coding-priority.
2981         (reset-language-environment): Initialize coding-category-utf-8,
2982         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
2984 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
2986         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
2987         code abstracted out of `bookmark-jump-noselect'.  Now tries info
2988         extensions as well as compression extensions.
2989         (bookmark-jump-noselect): Use above new func.
2991 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
2993         * strokes.el: Change maintainer's mail address.
2995 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
2997         * international/mule-diag.el (list-character-sets): Make help-echo
2998         string by substitute-command-keys.
2999         (list-character-sets): Likewise.
3000         (sort-listed-character-sets): Call help-setup-xref.
3002 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
3004         * time.el (display-time-mail-file): Add `none' to the list of
3005         choices.
3007 2000-03-01  Dave Love  <fx@gnu.org>
3009         * help.el (help-xref-go-back): Don't try to set position.
3011         * international/mule-diag.el (list-character-sets): Call
3012         help-setup-xref.  Add help-echo to xrefs.
3013         (list-character-sets-1): Add help-echo to xrefs.
3015 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
3017         * frame.el (blink-cursor-mode): Switch cursor on when turning
3018         the mode off.
3020         * add-log.el (add-log-current-defun): Add support for
3021         Autoconf mode.
3023         * mail/rmail.el (rmail-quit-hook): New variable.
3025 2000-03-01  Dave Love  <fx@gnu.org>
3027         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
3029         * help.el (help-xref-button): Add help-echo arg.
3030         (describe-function-1, describe-variable, help-make-xrefs): Use it.
3032         * faces.el (list-faces-display): Supply help-echo with
3033         help-make-xrefs.
3035         * facemenu.el (list-text-properties-at): Set help-xref-stack to
3036         nil.
3038 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
3040         * image.el (defimage): Look for image files in load-path.
3042         * frame.el (busy-cursor-delay-seconds): Change type to
3043         `number'.
3045 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
3047         * recentf.el (recentf): Added version tag to the defgroup of
3048         recentf.
3050 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
3052         * recentf.el (recentf-cleanup): Changed to remove excluded file
3053         too.
3054         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
3055         action to select/unselect a file.
3056         (recentf-edit-list): Code cleanup and improvement.
3057         (recentf-open-more-files-action): `recentf-open-more-files' button
3058         widget action to open a file.
3059         (recentf-open-more-files): No more use standard completion but
3060         widgets.
3061         (recentf-more-collection): Deleted.
3062         (recentf-more-history): Deleted.
3063         (recentf-setup-more-completion): Deleted.
3065 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
3067         * recentf.el (recentf-mode): No more needs that Emacs is running
3068         under a window-system.
3070 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
3072         * recentf.el (recentf-edit-list): New command to edit the recent
3073         list which allow the user to remove files.
3074         (recentf-edit-selected-items): New global variable, used by
3075         `recentf-edit-list' to hold the list of files to be removed from
3076         the recent list.
3077         (recentf-make-menu-items): Updated to display a "Edit list..."
3078         menu item.  Minor code cleanup.
3080 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
3082         * recentf.el (recentf-open-more-files): New command to open files
3083         that are not displayed in the menu.
3084         (recentf-more-collection): New global variable holding the set of
3085         permissible completions used by `recentf-open-more-files'.
3086         (recentf-more-history): New global variable holding the history list
3087         used by `recentf-open-more-files' completion.
3088         (recentf-setup-more-completion): New function to setup completion for
3089         `recentf-open-more-files'.
3090         (recentf-make-menu-items): Updated to display a "More..." menu item.
3092 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
3094         * recentf.el (recentf-menu-action): Doc fixed.
3096 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
3098         * recentf.el (recentf-menu-filter): Doc updated.
3099         (recentf-update-menu-hook): Allow menu filters to force menu update.
3100         (recentf-make-menu-items): New menu filter handling.
3101         (recentf-make-menu-item): New helper function.
3102         (recentf-menu-elements): New menu handling function.
3103         (recentf-sort-ascending): Updated to new menu filter handling.
3104         (recentf-sort-descending): Updated to new menu filter handling.
3105         (recentf-sort-basenames-ascending): New menu filter function.
3106         (recentf-sort-basenames-descending): New menu filter function.
3107         (recentf-show-basenames): New menu filter function.
3108         (recentf-show-basenames-ascending): New menu filter function.
3109         (recentf-show-basenames-descending): New menu filter function.
3111 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3113         * diary-lib.el (list-diary-entries): Don't try to go forward at
3114         the end of the buffer.
3116 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
3118         * international/mule-diag.el (list-character-sets): Completely
3119         rewritten.
3120         (sort-listed-character-sets): New function.
3121         (list-character-sets-1): Completely rewritten.
3122         (list-character-sets-2): New function.
3123         (non-iso-charset-alist): New variable.
3124         (decode-codepage-char): New function.
3125         (charset-history): New variable.
3126         (read-charset) (list-block-of-chars)
3127         (list-iso-charset-chars)
3128         (list-non-iso-charset-chars)
3129         (list-charset-chars): New functions.
3130         (mule-diag): Call list-character-sets-2, not
3131         list-character-sets-2.
3132         (dump-charsets): Likewise.
3134 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
3136         * dired-x.el (dired-filename-at-point): Add `@' to valid
3137         file name characters.
3138         (dired-filename-at-point): Handle ange-ftp file names.
3140         * frame.el (frame-notice-user-settings): Use assq-delete-all
3141         instead of assoc-delete-all.
3142         (frame-notice-user-settings): Ditto.
3144         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
3145         Don't copy alist.
3147 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
3149         * calculator.el (calculator-use-menu): New option.
3150         (calculator-initial-bindings): Changed some bindings to work as
3151         macros.
3152         (calculator-forced-input): Removed.
3153         (calculator-restart-other-mode): New variable.
3154         (calculator-mode-map): Set up menu.
3156 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
3158         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
3159         tags.
3161 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
3163         * viper-cmd.el (viper-envelop-ESC-key): added the option to
3164         translate all ESC key sequences.
3165         (viper-goto-mark-subr): restore markers for files for which
3166         they were saved.
3167         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
3168         * viper-util.el (viper-set-replace-overlay-glyphs,
3169         viper-set-replace-overlay): always check if the replacement
3170         overlay is live.
3171         * viper.el (viper-vi-state-mode-list): added major modes.
3172         * ediff-wind.el: minor comment changes.
3173         * ediff.el: copyright notice date fix.
3175 2000-02-27  Jason Rumney  <jasonr@gnu.org>
3177         * faces.el (face-font-family-alternatives): Add arial to helv.
3178         (mode-line, header-line, tool-bar): Same default as x for w32.
3179         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
3180         face-font-family-alternatives from working.
3181         * term/w32-win.el (mouse-set-font): Do not build fontset from
3182         chosen font.
3184 2000-02-25  Sam Steingold  <sds@goems.com>
3186         * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
3187         properly.
3189 2000-02-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3191         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
3193 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
3195         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
3196         writable.
3198         * frame.el (busy-cursor-delay-seconds): New option.
3200 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
3202         * frame.el (show-cursor-in-non-selected-windows): New option.
3204 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3206         * diary-lib.el (include-other-diary-files): Undo the selective
3207         display in any included file and don't kill it.
3209 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
3211         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
3212         bar.  Menu items converted to (menu-item format, help strings
3213         added.
3214         [downcase, upcase]: Don't enable on MS-DOS.
3215         [symlink, symlinks]: Don't show if make-symbolic-link is not
3216         bound.
3217         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
3219 2000-02-23  Dave Love  <fx@gnu.org>
3221         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
3222         (backward-kill-word): Revert addition of * to interactive spec --
3223         it's a feature.
3225         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
3226         (backward-kill-sentence, kill-sentence): Likewise.
3228         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
3229         scratch buffer name.
3230         (gud-format-command): Use int-to-string in ?l case.  Simplify
3231         slightly.
3233         * term/w32-win.el (internal-face-interactive): Update prompt for
3234         new read-face-name.
3236         * mail/footnote.el (footnote): Add :version to defgroup.
3237         (footnote-section-tag-regexp): Customize.
3238         (footnote-start-tag, footnote-end-tag): New option.
3239         (footnote-latin-regexp): New variable.
3240         (Footnote-latin): New function.
3241         (footnote-style-alist): Add element for latin style.
3242         (footnote-style): Moved.
3243         (Footnote-goto-footnote): Use eq to test arg.
3245         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
3247         * emacs-lisp/byte-opt.el: Change old backquote syntax.
3248         (byte-compile-trueconstp): Include keywords.
3249         (byte-optimize-quote, byte-optimize-lapcode): Use
3250         byte-compile-const-symbol-p.
3251         (byte-optimize-char-before): New optimization.
3253         * emacs-lisp/bytecomp.el: Change old backquote syntax.
3254         (byte-compile-const-symbol-p): New function.
3255         (byte-compile-constp, byte-compile-out-toplevel)
3256         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
3257         Use it.
3259         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
3261 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
3263         * international/encoded-kb.el: Be sure to update minor-mode-alist
3264         and minor-mode-map-alist.
3265         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
3266         codes SS2 and SS3 correctly.
3267         (encoded-kbd-self-insert-ccl): New function.
3268         (encoded-kbd-setup-keymap): New function.
3269         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
3270         by calling encoded-kbd-setup-keymap.
3272         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
3273         characters.
3274         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
3275         locally.
3277 2000-02-22  Dave Love  <fx@gnu.org>
3279         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
3280         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
3281         defvar.
3282         (lisp-mode-syntax-table): Set up for #|...|# comments.
3283         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
3284         classes.  Match `defface'.
3285         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
3286         (eval-defun-1): Fix for defcustom.
3287         (lisp-indent-region): Doc fix.
3289         * subr.el (when, unless, split-string): Doc fix.
3290         (read-passwd): Move call of clear-this-command-keys to the right
3291         place.
3292         (replace-regexps-in-string): New function.
3294 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
3296         * help.el (describe-variable): Set syntax table to
3297         emacs-lisp-mode-syntax-table when moving forward over the
3298         symbol's name.
3300 2000-02-22  Dave Love  <fx@gnu.org>
3302         * xt-mouse.el: Doc fixes.
3303         (xterm-mouse-position-function): New function, replacing advice of
3304         mouse-position.
3305         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
3307         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
3309 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
3311         * format.el (format-annotate-single-property-change): Handle
3312         properties.with dotted-list values.
3313         (format-proper-list-p): New function.
3315         * enriched.el (enriched-face-ans): Handle '(foreground-color
3316         . COLOR) and (background-color . COLOR).
3318 2000-02-20  Dave Love  <fx@gnu.org>
3320         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
3321         and assignments to it.
3322         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
3323         current local map.
3324         (make-flyspell-overlay): Use it.
3325         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
3327         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
3328         (lm-get-header-re): Defun, not defsubst.
3329         (lm-get-package-name): Defun, not defsubst.  Simplify.
3330         (lm-version): Doc fix.  Simplify.
3331         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
3332         (lm-crack-address, lm-last-modified-date, lm-commentary)
3333         (lm-verify, lm-synopsis): Simplify.
3334         (lm-report-bug): Require emacsbug.  Use compose-mail.
3336 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
3338         * dired.el (dired-mode): Call propertized-buffer-identification
3339         to set mode-line-buffer-identification to something having
3340         the right text properties.
3342         * bindings.el (propertized-buffer-identification): New function.
3344 2000-02-20  Dave Love  <fx@gnu.org>
3346         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
3347         check for t-mouse too.
3349         * cus-start.el: Make echo-keystrokes `number'.
3351 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
3353         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
3354         Don't call ring-empty-p unless tags-location-ring is bound.
3355         From Noah Friedman <friedman@splode.com>.
3357 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
3359         * progmodes/hideshow.el (hs-flag-region): No longer use
3360         `intangible' overlay property.
3362         (hs-toggle-hiding): New command.
3363         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
3365         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
3366         Fix omission bug: Run `hs-minor-mode-hook' for both activation
3367         and deactivation.
3369 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
3371         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
3373 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
3375         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
3377         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
3378         of `*' to handle `(* ... *)' comments.
3380 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
3382         * faces.el (list-faces-display): Use display-mouse-p instead of
3383         window-system.
3385         * menu-bar.el (global-map): Menu-bar items converted to the new
3386         format (menu-item..., rearranged for better CUA compliance, and
3387         their names changed for better clarity.  Help strings added.
3389         * international/mule-cmds.el (mule-menu-keymap)
3390         (describe-language-environment-map, set-coding-system-map)
3391         (setup-language-environment-map): Convert to new (menu-item...
3392         form, add help strings.  Change names of menu items for better
3393         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
3394         submenu).
3396 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
3398         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
3399         within the code.
3401 2000-02-16  Dave Love  <fx@gnu.org>
3403         * faces.el: Don't require custom.  Add more specific :groups to
3404         various deffaces.
3405         (set-face-attribute): Purecopy args.
3406         (read-face-name): Default to name at point and use it in prompt.
3407         Remove colon from arg in all callers.
3408         (list-faces-display): Hyperlink to face descriptions and customize
3409         buffers.
3411 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
3413         * wid-edit.el (widget-match-inline): An atom never matches a
3414         list.
3416 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3418         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
3419         at ':' characters by call to split-string.
3421 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3423         * textmodes/bibtex.el: Added RCS version identification.
3425 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3427         * textmodes/bibtex.el: Some temporary comments removed.
3428         (bibtex-field-name, bibtex-entry-type): Made the relationship
3429         explicit.
3430         (bibtex-field-const): Allow capital letters.
3431         (bibtex-start-of-string): Deleted because unused.
3433         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
3434         use the term 'reference' to describe a bibtex entry as a whole.
3435         Further, reference keys are no longer called 'labels'.
3436         (bibtex-keys): Renamed to bibtex-reference-keys.
3437         (bibtex-reformat-previous-labels): Renamed to
3438         bibtex-reformat-previous-reference-keys.
3439         (bibtex-reference-type): Renamed to bibtex-entry-type.
3440         (bibtex-reference-head): Renamed to bibtex-entry-head.
3441         (bibtex-reference-maybe-empty-head): Renamed to
3442         bibtex-entry-maybe-empty-head.
3443         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
3444         (bibtex-search-reference): Renamed to bibtex-search-entry.
3445         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
3446         bibtex-enclosing-entry-maybe-empty-head.
3447         (bibtex-entry-field-alist, bibtex-entry-head,
3448         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
3449         bibtex-map-entries, bibtex-search-entry,
3450         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
3451         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3452         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
3453         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
3454         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
3455         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
3456         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
3458 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3460         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
3461         comment.
3462         (bibtex-format-field-delimiters): New function, functionality
3463         extracted from bibtex-format-entry.
3464         (bibtex-autokey-get-yearfield-digits): New function, functionality
3465         extracted from bibtex-autokey-get-yearfield.
3467         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
3468         entries in order to avoid stack overflow in the regexp matcher if
3469         field contents become large.
3470         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
3471         bibtex-field-string-part-not-braced,
3472         bibtex-field-string-part-no-inner-braces,
3473         bibtex-field-string-part-1-inner-brace,
3474         bibtex-field-string-part-2-inner-braces,
3475         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
3476         bibtex-field-string-quoted, bibtex-field-string,
3477         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
3478         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
3479         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
3480         as parsing is now performed by the following functions.
3481         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
3482         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
3483         bibtex-parse-field-string, bibtex-search-forward-field-string,
3484         bibtex-parse-association, bibtex-field-name-for-parsing,
3485         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
3486         bibtex-search-forward-field, bibtex-search-backward-field,
3487         bibtex-start-of-field, bibtex-end-of-field,
3488         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
3489         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
3490         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
3491         bibtex-parse-string, bibtex-search-forward-string,
3492         bibtex-search-backward-string, bibtex-start-of-string,
3493         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
3494         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
3495         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
3496         entries.  Instead of reporting the results of the parsing by
3497         match-beginning or match-end, these functions return data structures
3498         that hold the corresponding positions.
3499         (bibtex-enclosing-field): Changed to also report field boundaries by
3500         return values rather than by match-beginning or match-end.  The
3501         following functions have been adapted to use the new parsing
3502         functions.
3503         (bibtex-skip-to-valid-entry, bibtex-search-reference,
3504         bibtex-enclosing-field, bibtex-format-entry,
3505         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
3506         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
3507         bibtex-print-help-message, bibtex-end-of-entry,
3508         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
3509         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3510         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
3511         method for parsing.
3512         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
3513         bibtex-map-entries, bibtex-flash-head,
3514         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
3515         bibtex-autokey-change, bibtex-autokey-get-namefield,
3516         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
3517         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3518         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
3519         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3520         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
3521         order to make the new binding of case-fold-search immediately
3522         visible.
3524 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3526         * textmodes/bibtex.el: Copyright notice is up to date.
3527         Added constant 'bibtex-maintainer-salutation.
3529         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
3530         than make-temp-name, use match-string-no-properties and eliminate
3531         a quadratic behavior when building bibtex-strings.
3533         * bibtex.el (bibtex-reference-key): Accept string entries whose
3534         reference key contains upper case letters.
3536 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3538         * bibtex.el (bibtex-reference-head): Allow entries to start with
3539         a new line.
3541 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3543         * bibtex.el: Hiding of entry bodies is not longer provided by
3544         bibtex.el directly.  Instead the hideshow package can be used.
3545         Added a special bibtex entry to hs-special-modes-alist.
3546         (bibtex-hs-forward-sexp): Added for hideshow.el.
3548 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3550         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
3551         at ':' characters by call to split-string.
3553 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3555         * textmodes/bibtex.el: Added RCS version identification.
3557 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3559         * textmodes/bibtex.el: Some temporary comments removed.
3560         (bibtex-field-name, bibtex-entry-type): Made the relationship
3561         explicit.
3562         (bibtex-field-const): Allow capital letters.
3563         (bibtex-start-of-string): Deleted because unused.
3565         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
3566         use the term 'reference' to describe a bibtex entry as a whole.
3567         Further, reference keys are no longer called 'labels'.
3568         (bibtex-keys): Renamed to bibtex-reference-keys.
3569         (bibtex-reformat-previous-labels): Renamed to
3570         bibtex-reformat-previous-reference-keys.
3571         (bibtex-reference-type): Renamed to bibtex-entry-type.
3572         (bibtex-reference-head): Renamed to bibtex-entry-head.
3573         (bibtex-reference-maybe-empty-head): Renamed to
3574         bibtex-entry-maybe-empty-head.
3575         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
3576         (bibtex-search-reference): Renamed to bibtex-search-entry.
3577         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
3578         bibtex-enclosing-entry-maybe-empty-head.
3579         (bibtex-entry-field-alist, bibtex-entry-head,
3580         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
3581         bibtex-map-entries, bibtex-search-entry,
3582         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
3583         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3584         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
3585         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
3586         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
3587         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
3588         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
3590 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3592         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
3593         comment.
3594         (bibtex-format-field-delimiters): New function, functionality
3595         extracted from bibtex-format-entry.
3596         (bibtex-autokey-get-yearfield-digits): New function, functionality
3597         extracted from bibtex-autokey-get-yearfield.
3599         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
3600         entries in order to avoid stack overflow in the regexp matcher if
3601         field contents become large.
3602         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
3603         bibtex-field-string-part-not-braced,
3604         bibtex-field-string-part-no-inner-braces,
3605         bibtex-field-string-part-1-inner-brace,
3606         bibtex-field-string-part-2-inner-braces,
3607         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
3608         bibtex-field-string-quoted, bibtex-field-string,
3609         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
3610         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
3611         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
3612         as parsing is now performed by the following functions.
3613         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
3614         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
3615         bibtex-parse-field-string, bibtex-search-forward-field-string,
3616         bibtex-parse-association, bibtex-field-name-for-parsing,
3617         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
3618         bibtex-search-forward-field, bibtex-search-backward-field,
3619         bibtex-start-of-field, bibtex-end-of-field,
3620         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
3621         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
3622         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
3623         bibtex-parse-string, bibtex-search-forward-string,
3624         bibtex-search-backward-string, bibtex-start-of-string,
3625         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
3626         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
3627         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
3628         entries.  Instead of reporting the results of the parsing by
3629         match-beginning or match-end, these functions return data structures
3630         that hold the corresponding positions.
3631         (bibtex-enclosing-field): Changed to also report field boundaries by
3632         return values rather than by match-beginning or match-end.  The
3633         following functions have been adapted to use the new parsing
3634         functions.
3635         (bibtex-skip-to-valid-entry, bibtex-search-reference,
3636         bibtex-enclosing-field, bibtex-format-entry,
3637         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
3638         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
3639         bibtex-print-help-message, bibtex-end-of-entry,
3640         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
3641         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3642         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
3643         method for parsing.
3644         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
3645         bibtex-map-entries, bibtex-flash-head,
3646         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
3647         bibtex-autokey-change, bibtex-autokey-get-namefield,
3648         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
3649         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3650         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
3651         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3652         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
3653         order to make the new binding of case-fold-search immediately
3654         visible.
3656 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3658         * textmodes/bibtex.el: Copyright notice is up to date.
3659         Added constant 'bibtex-maintainer-salutation.
3661         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
3662         than make-temp-name, use match-string-no-properties and eliminate
3663         a quadratic behavior when building bibtex-strings.
3665         * bibtex.el (bibtex-reference-key): Accept string entries whose
3666         reference key contains upper case letters.
3668 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3670         * bibtex.el (bibtex-reference-head): Allow entries to start with
3671         a new line.
3673 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3675         * bibtex.el: Hiding of entry bodies is not longer provided by
3676         bibtex.el directly.  Instead the hideshow package can be used.
3677         Added a special bibtex entry to hs-special-modes-alist.
3678         (bibtex-hs-forward-sexp): Added for hideshow.el.
3680 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3682         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
3683         proceedings entry type (for cross referencing). Thanks to Wagner
3684         Toledo Correa for the suggestion.
3686         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
3688 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
3690         * international/characters.el: Setup case table for Vietnamese.
3692 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
3694         * uniquify.el (toplevel): Require CL at compile time.
3695         (uniquify-push): Removed.
3697         * shadowfile.el (shadow-when): Removed.
3699         * tempo.el (tempo-dolist, tempo-mapc): Removed.
3700         (tempo-process-and-insert-string): Use dolist instead of
3701         tempo-dolist.
3703         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
3704         regexp for paragraph-start.
3706         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
3707         commas as well.
3709 2000-02-10  Dave Love  <fx@gnu.org>
3711         * wid-edit.el: (widgets) [defgroup]: Remove url link.
3712         (widget-color-choice-list, widget-color-history, widget-mouse-help):
3713         Deleted.
3714         (widget-specify-field, widget-specify-button): Don't use
3715         widget-mouse-help as help-echo property.
3716         (default): Use #'ignore for :validate and :mouse-down-action.
3717         (checkbox): Add help-echo.
3718         (widget-sexp-validate): Rewritten to clarify error messages.
3719         (character): Use char-valid-p in :match function.
3720         (widget-color-complete): Use facemenu-color-alist.
3721         (widget-color-action): Use facemenu-read-color.
3723         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
3724         set up `caar' &c that we now have.
3726 2000-02-09  Ray Blaak  <blaak@gnu.org>
3728         * delphi.el: Make resourcestring a declaration region, like const
3729         and var.
3731 2000-02-09  Dave Love  <fx@gnu.org>
3733         * bindings.el (mode-line-input-method-map): New variable.
3734         (mode-line-mule-info): Use it; fix last change.
3735         (mode-line-mode-menu): Move definition.
3736         (mode-line-mouse-sensitive-p): Deleted.
3737         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
3738         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
3739         level.
3741         * startup.el (command-line-1): Don't call
3742         make-mode-line-mouse-sensitive.
3744 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
3746         * mail/rmail.el (rmail-retry-failure): Use
3747         rmail-beginning-of-message before rmail-toggle-header, because the
3748         former toggles headers.
3750 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
3752         * diff-mode.el (diff-kill-junk): New interactive function.
3753         (diff-reverse-direction): Use delete-and-extract-region.
3754         (diff-post-command-hook): Restrict the area so that the hook also works
3755         outside of any diff hunk.  This is necessary for the minor-mode.
3756         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
3757         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
3759         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
3760         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
3761         so that it can be used more easily in <foo>-mode-hook.  Also make sure
3762         to avoid duplicate entries.
3763         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
3764         (font-lock-remove-keywords): Just as was done for `add', allow it to
3765         work even if font-lock-mode is nil.  Also make sure we don't modify
3766         any pre-existing list by forcing a copy-sequence.  Finally rename
3767         `major-mode' to `mode'.
3768         (font-lock-fontify-syntactic-anchored-keywords)
3769         (font-lock-fontify-anchored-keywords)
3770         (font-lock-fontify-keywords-region): Use line-end-position.
3771         Don't make `font-lock-multiline' local (it's now done in
3772         font-lock-set-defaults).
3773         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
3774         move the `font-lock-fontified' creation to inside the `unless'.
3776 2000-02-06  Andrew Innes  <andrewi@gnu.org>
3778         * term/w32-win.el (x-handle-args): Comment out call to message,
3779         which occurs before window system is initialized.
3781         * makefile.nt: Add support for recompiling lisp code.
3783 2000-02-04  Dave Love  <fx@gnu.org>
3785         * bindings.el (mode-line-mule-info): Fix/extend last change.
3787         * completion.el: Replace completion-dolist with dolist.
3789         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
3790         dotimes.
3792 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
3794         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
3795         environment names before they go into the section regexp.
3797         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
3798         char class in regexp.
3800         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
3801         `case-fold-search' to nil.
3803         * progmodes/idlwave.el (idlwave-template): Respect
3804         `idlwave-abbrev-change-case'.
3805         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
3806         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
3807         idlwave-while): respect `idlwave-reserved-word-upcase'.
3808         (idlwave-rw-case): New function.
3809         (idlwave-statement-match): Fixed problem with assignment regexp.
3810         (idlwave-font-lock-keywords): Improved regexp for keyword
3811         parameters.
3812         (idlwave-surround): New argument LENGTH to support padding of
3813         operators longer than 1 char.
3815         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
3816         idlwave-shell-expression-overlay.  Implemented printing of
3817         expressions on higher levels of the calling stack.
3818         (idlwave-shell-display-level-in-calling-stack): Restore stack
3819         level.
3820         (idlwave-retrieve-expression-from-level): New function.
3821         (idlwave-shell-last-calling-stack): Variable removed.
3822         (idlwave-shell-reset): Argument action reversed (`visible' to
3823         `hidden').  Also remove stop-line overlay.
3824         (idlwave-shell-calling-stack-routine): New variable.
3825         (idlwave-shell-parse-stack-and-display): Messages now display
3826         negative level numbers.
3827         (idlwave-shell-mode): Set `modeline-format'.
3828         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
3829         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
3830         21.
3831         (idlwave-shell-print-expression-function): New option.
3833         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
3834         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
3835         `tool-bar' instead of `toolbar'.
3837 2000-02-02  Dave Love  <fx@gnu.org>
3839         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
3840         emacs-lisp-mode-hook.  Don't check for defalias being defined.
3842         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3843         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
3844         the new builtins directly.
3846         * whitespace.el (whitespace): Add :version to defgroup.
3848         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
3849         Doc fix.
3851         * thingatpt.el (sexp-at-point, symbol-at-point)
3852         (number-at-point, list-at-point): Add autoload cookie.
3854         * recentf.el (recentf): Add :version to defgroup.
3856         * quickurl.el (quickurl): Add :version to defgroup.
3858         * elide-head.el (elide-head): Use point-marker more.
3860         * bs.el (bs): Add :version to defgroup.
3862         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
3864         * progmodes/delphi.el (delphi): Add :version to defgroup.
3866 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
3868         * ange-ftp.el (ange-ftp-write-region): Handle case that
3869         succeeding process operation sets a different coding system.
3871         * calculator.el: New file.
3873 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
3875         * frame.el (frames-on-display-list, framep-on-display): New
3876         functions.
3877         (display-mouse-p, display-popup-menus-p, display-graphic-p)
3878         (display-selections-p, display-screens, display-pixel-width)
3879         (display-pixel-height, display-mm-width, display-mm-height)
3880         (display-backing-store, display-save-under, display-planes)
3881         (display-color-cells, display-visual-class): New functions.
3883         * term/tty-colors.el (tty-color-gray-shades): New function.
3885         * faces.el (display-color-p): Use framep-on-display.
3886         (display-grayscale-p): New function.
3888 2000-01-31  Dave Love  <fx@gnu.org>
3890         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
3891         (create-fontset-from-x-resource): Don't concat integers.
3893 2000-01-31  Inge Frick  <inge@nada.kth.se>
3895         * view.el: Some changes in documentation.  Removed some trailing
3896         whitespace. Changed some parameter names to agree with
3897         documentation.
3898         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
3899         window is not deleted.  Modifies change 1998-04-26.
3901 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
3903         * windmove.el: New file.
3905         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3906         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3907         progmodes/ebnf-yac.el: Update copyright and license info.
3909         * jit-lock.el (jit-lock-function): Widen before calculating end
3910         position.
3911         (jit-lock-stealth-chunk-start): Rewritten.
3913         * info.el (Info-title-face-alist): Removed.
3914         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
3915         faces.
3916         (Info-fontify-node): Use these faces.
3918 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
3920         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
3921         (cl-macro-list1): Recognize `&allow-other-keys' instead of
3922         `&allow-other-keywords'.
3924         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
3925         the list of directories scanned heuristically.
3927         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
3928         exist.
3930 2000-01-30  Jason Rumney  <jasonr@gnu.org>
3932         * w32-fns.el: Define w32-tty-standard-colors.
3934         * startup.el (command-line): Use w32-tty-standard-colors when in
3935         w32 console mode.
3937 2000-01-30  Dave Love  <fx@gnu.org>
3939         * jka-compr.el (jka-compr-load): Fix up load-history.
3941         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
3943         * emacs-lisp/cl-macs.el: Revert previous change.
3945 2000-01-29  Dave Love  <fx@gnu.org>
3947         * facemenu.el: Purecopy various strings.
3949         * timezone.el (timezone-fix-time): Window against 69 for two-digit
3950         years.  Deal with three-digit years.
3952         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
3953         defconst, purecopy.
3954         (help-back-label): Purecopy it.
3956 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
3958         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
3959         variable. If non-nil, order the buffer list according to the
3960         currently selected frame.
3961         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
3962         non-nil, pass the selected frame to function buffer-list.
3964 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3966         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
3968 2000-01-28  Dave Love  <fx@gnu.org>
3970         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
3972         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
3973         Don't use lisp-indent-hook property.
3974         (cl-abs): Remove.
3976         * subr.el: Move out indent and edebug specs for when and unless.
3978         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
3979         when, unless.
3981         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
3982         unless, when.
3984 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
3986         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
3987         `collecting' as synonym for `collect'.
3989         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
3990         for the case it contains spaces.
3992         * simple.el (what-cursor-position): Change formatting of
3993         messages.
3995         * frame.el (delete-other-frames): New function.
3996         (toplevel): Bind it to C-x 5 1.
3998         * sort.el (sort-numeric-base): New option.
3999         (sort-numeric-fields): If number starts with `0' or `0[xX[',
4000         interpret it as octal or hexadecimal.  Use sort-numeric-base
4001         as default base.
4003         * progmodes/glasses.el: New file.
4005 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
4007         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
4008         userids differently.
4010         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
4011         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
4012         progmodes/ebnf-yac.el: New files.
4014 2000-01-26  Dave Love  <fx@gnu.org>
4016         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
4017         on a function with an empty body.  [From Eric Ludlam.]
4019 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
4021         * vc.el (vc-version-diff): Make sure file name is expanded.
4023 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
4025         * scroll-bar.el (scroll-bar-timer): Variable removed.
4026         (scroll-bar-toolkit-scroll): Don't use a timer.
4028 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
4030         * language/thai-util.el (thai-composition-function): Delete
4031         superfluous `a'.
4033 2000-01-24  Dave Love  <fx@gnu.org>
4035         * fortran.el (fortran-mode): Use beginning-of-defun-function,
4036         end-of-defun-function.
4038         * font-lock.el (turn-on-font-lock): Don't depend on window-system
4039         &c.
4041 2000-01-22  Jason Rumney  <jasonr@gnu.org>
4043         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
4044         conflicts with new face support.
4046 2000-01-22  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4048         * replace.el (query-replace): Rename last arg to DELIMITED.
4049         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
4050         (query-replace-regexp): Likewise.
4052 2000-01-20  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4054         * subr.el (with-syntax-table): Use make-symbol, not gensym.
4056         * emacs-lisp/lisp.el (beginning-of-defun-function):
4057         Variable renamed from beginning-of-defun.
4058         Do not call make-variable-buffer-local.
4059         (beginning-of-defun-raw): Use new variable name; doc fix.
4060         (beginning-of-defun): Doc fix.
4061         (end-of-defun-function): Variable renamed from end-of-defun.
4062         Do not call make-variable-buffer-local.
4063         (end-of-defun): Use new variable name; doc fix.
4065         * subr.el (dolist, dotimes): Copied from cl-macs.el
4066         and made to work.
4068         * mail/undigest.el (rmail-digest-end-regexps):
4069         Variable replaces rmail-digest-end-regexp.
4070         Allows multiple regexps for detecting the end line.
4071         (undigestify-rmail-message): Corresponding changes.
4073 2000-01-19  Dave Love  <fx@gnu.org>
4075         * files.el (user-init-file): Don't declare here -- is primitive.
4077         * startup.el (command-line): Check for compiled user-init-file and
4078         set to uncompiled version if necessary.
4080 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
4082         * mail/undigest.el (rmail-digest-end-regexp): New user option.
4083         (undigestify-rmail-message): Use it.
4085         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
4087 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
4089         * tmm.el (tmm-goto-completions): Adapt to prompt being part
4090         of mini-buffer.
4092 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
4094         * emacs-lisp/copyright.el (copyright-update): Removed the
4095         requirement for a trailing space from `copyright-regexp', to
4096         support copyrights with owner specified on a separate line..
4098         * align.el: New file.
4100         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
4102         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
4104 2000-01-13  Dave Love  <fx@gnu.org>
4106         * ph.el: Removed.  (Obsoleted by EUDC.)
4108 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
4110         * net/eudc.el (toplevel): Remove autoloaded code installing
4111         menu with easymenu, because that causes build problems.
4113         * frame.el (frame-notice-user-settings): New variable.
4114         (frame-notice-user-settings): Don't modify frame parameters
4115         if called a second time.
4117 2000-01-13  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4119         * frame.el (frame-notice-user-settings):
4120         Notice default-frame-parameters even for non-window frames.
4122 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
4124         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
4125         for Emacs.
4126         (eudc-bob-can-display-inline-images): Extend for Emacs.
4127         (eudc-bob-toggle-inline-display): Ditto.
4128         (eudc-bob-display-jpeg): Ditto.
4130 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
4132         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4133         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
4134         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
4136         * add-log.el (add-change-log-entry): Fix error trying an `(insert
4137         nil)'.
4139         * subdirs.el: Add `net' directory.
4141         * net: New directory.
4143         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
4144         eval-last-sexp.  Don't bind debug-on-error here.
4145         (eval-last-sexp): New function.  Bind debug-on-error if
4146         eval-expression-debug-on-error is non-nil.
4147         (eval-defun-2, eval-defun): Likewise.
4149         * simple.el (eval-expression): Don't bind debug-on-error if
4150         eval-expression-debug-on-error is nil.  Detect changed
4151         debug-on-error, and propagate new value to global binding, if
4152         eval-expression-debug-on-error is non-nil,
4153         (eval-expression-debug-on-error): Change doc string.
4155 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4157         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
4159         * emacs-lisp/lisp-mode.el (with-syntax-table):
4160         Set up lisp-indent-function property.
4162         * subr.el (with-syntax-table): Moved from simple.el.
4164         * simple.el (with-syntax-table): Moved to subr.el.
4166 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
4168         * tmm.el (tmm-shortcut): Delete region after prompt instead
4169         of erasing buffer.
4171         * textmodes/fill.el (fill-common-string-prefix): New function.
4172         (fill-context-prefix): Use the longest common prefix of first
4173         and second line fill prefix, if there is one.
4175 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4177         * array.el (array-mode): Don't use make-variable-buffer-local.
4178         Use make-local-variable for `truncate-lines'.
4180 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
4182         * add-log.el (add-log-current-defun): Handle user-defined
4183         add-log-current-function returning nil,
4185         * add-log.el (add-change-log-entry): Insert version number
4186         if having found a current function
4188         * add-log.el (add-log-current-defun): Call
4189         `add-log-current-defun-function'.  Try matches at level 0 and
4190         level 1.  Strip whitespace from defun found.
4192 2000-01-10  John Wiegley  <johnw@gnu.org>
4194         * allout.el (isearch-done/outline-provisions): Added `edit'
4195         argument to correspond with the current definition of
4196         `isearch-done'.
4198 2000-01-10  Dave Love  <fx@gnu.org>
4200         * elide-head.el (elide-head): Use point-marker, not point.
4202 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
4204         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
4205         before and after the year 2000.
4207         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
4208         Add ispell- prefix.
4210 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
4212         * ispell.el:  Only define dictionaries in menus when they exist.
4213         (version18p): New variable.
4214         (version20p): New variable.
4215         (xemacsp): New variable.
4216         (ispell-choices-win-default-height): Fix for XEmacs visibility.
4217         (ispell-dictionary-alist1): Added Brasileiro dictionary.
4218         (ispell-dictionary-alist6): Russian command lines no longer accept
4219         run-together words.
4220         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
4221         (ispell-dictionary-alist): Add koi8-r to customize definition.
4222         (check-ispell-version): Added documentation string.  Returns
4223         library path when called non-interactively.
4224         (ispell-menu-map-needed): Uses new variables.
4225         (ispell-library-path): New variable.
4226         (ispell-decode-string): XEmacs fix for bogus variable bindings.
4227         (ispell-word): Improved documentation string.  Test for valid
4228         character mappings.  Correctly check typed in word changes that can
4229         result in single words split into multiple words.  Returns
4230         replacement word.
4231         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
4232         replace in recursive query replace mode.  Help message for
4233         recursive edit mode.
4234         (ispell-show-choices): Protect against bad framepop bindings.
4235         (ispell-help): Fix to work with XEmacs.
4236         (ispell-highlight-spelling-error): Use new variables.
4237         (ispell-overlay-window): Fix to work with XEmacs.
4238         (ispell-parse-output): Passed and returns location information
4239         tracking spelling corrections.  Doesn't recheck same word on
4240         current line.
4241         (ispell-init-process): Protect against bogus XEmacs variable binding.
4242         Fix call to single argument in sleep-for.  Use new variables.
4243         (ispell-region): Passed and returns location information tracking
4244         spelling corrections.  Doesn't check same word on current line.
4245         Improved documentation string.  Doesn't resend a line already
4246         checked to the ispell process - fixes bug in LaTeX parsing.
4247         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
4248         (ispell-skip-region): No longer skips <TT> in SGML.
4249         (ispell-process-line): Tracks location information with spelling
4250         corrections.  Added documentation string.  Accounts for words
4251         already accepted on this line.  Don't allow query-replace on line
4252         starting with math characters.  Doesn't resend a line already sent
4253         to ispell process.  Fixes alignment error bug.
4255 2000-01-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4257         * dired-x.el (dired-guess-shell-alist-default):
4258         Suggest xloadimage, which is free, not xv, which isn't.
4260         * ange-ftp.el (ange-ftp-file-name-nondirectory):
4261         Don't ever include the host name or user name in the value.
4263 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
4265         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
4266         of a real newline.
4268 2000-01-09  Stephen Eglen  <stephen@gnu.org>
4270         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
4271         for .png files.
4273 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
4275         * cus-edit.el (custom-hook-convert-widget): Fix comment.
4277 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
4279         * progmodes/cperl-mode.el: Replace ^F with ^L.
4281         * sendmail.el (toplevel): Provide `sendmail' when compiling
4282         before `require'ing rmail and mailalias to prevent infinite
4283         recursion.
4285 2000-01-08  Dave Love  <fx@gnu.org>
4287         * emacs-lisp/backquote.el: Remove inappropriate customization
4288         (allowing custom.el to use backquote).
4290 2000-01-07  Dave Love  <fx@gnu.org>
4292         * add-log.el (add-log-debugging): Deleted.
4293         (add-change-log-entry): Treat a backup FILE-NAME as its parent
4294         file.  Remove debugging code.
4295         (change-log-get-method-definition, change-log-name): Add doc.
4296         (change-log-sortable-date-at): New function.
4297         (change-log-merge): New command.
4299         * time.el (display-time-string-forms): Make the Mail string active.
4300         (display-time-update): Provide help-echo for load average.
4302         * bindings.el (make-mode-line-mouse2-map): New function.
4303         (mode-line-modified): Use it and simplify.
4304         (mode-line-mule-info): Provide help-echo info.
4305         (minor-mode-alist): Activate the strings.
4306         (make-mode-line-mouse-sensitive): Simplify for
4307         mode-line-buffer-identification.
4309 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
4311         * play/pong.el: New file.
4313 2000-01-06  Dave Love  <fx@gnu.org>
4315         * array.el: Assorted cleanups for compiler warnings, doc strings,
4316         `array-' prefix for symbols.
4318 2000-01-05  Dave Love  <fx@gnu.org>
4320         * textmodes/outline.el (outline-mode-menu-bar-map): Add
4321         outline-headers-as-kill.
4322         (outline-mode): Define imenu-generic-expression.
4323         (outline-headers-as-kill): New command.
4325         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
4326         from paragraph-start.
4327         (paragraph-indent-minor-mode): New command.
4329         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
4330         M-C-e, M-C-h, C-j, C-xnd, TAB.
4331         (fortran-mode): Set beginning-of-defun, end-of-defun.
4332         (fortran-column-ruler): Simplify.
4333         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
4334         (fortran-with-subprogram-narrowing): Likewise.
4335         (fortran-indent-subprogram): Call mark-defun.
4336         (fortran-check-for-matching-do): Change narrowing.
4338         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
4339         (cl-lucid-hash-tag): Delete.
4340         (cl-hash-table-p): Correct test for native table.
4341         (cl-hash-table-count): Use hash-table-count.
4343         * browse-url.el (browse-url): Fix case of
4344         browse-url-browser-function being an alist.
4346 2000-01-05  Carsten Dominik  <cd@gnu.org>
4348         * textmodes/reftex-vars.el (reftex-parse-file-extension)
4349         (reftex-index-phrase-file-extension): New options.
4351         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
4352         Use new option `reftex-index-phrase-file-extension'.
4354         * textmodes/reftex.el (reftex-access-parse-file): Use new option
4355         `reftex-parse-file-extension'.
4357 2000-01-05  Dave Love  <fx@gnu.org>
4359         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
4360         (beginning-of-defun-raw): Use it.
4361         (end-of-defun): New variable.
4362         (end-of-defun): Use it.
4363         (check-parens): New command.
4365 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
4367         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
4368         (hs-show-block): Don't use `mapcar' when not accumulating.
4370         Fix buglet in local variables initialization.
4372 2000-01-05  Andreas Schwab  <schwab@suse.de>
4374         * hscroll.el (hscroll): Doc fix.
4376 2000-01-05  Carsten Dominik  <cd@gnu.org>
4378         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
4379         idlw-toolbar.
4381         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
4382         file idlw-rinfo.el.
4383         (idlwave-customize): load must read file idlw-shell.el.
4384         (idlwave-create-customize-menu): load must read file idlw-shell.el.
4386 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
4388         * progmodes/idlw-shell.el: Also provide idlwave-shell
4389         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
4390         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
4392         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
4393         both reftex-dcr and reftex-vcr.
4395         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
4397 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4399         * ps-print.el: PostScript code now is in separate files, doc fix.
4400         (ps-print-version): New version number (5.0.3).
4401         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
4402         local.
4403         (ps-spool-config): Initialization fix.
4404         (ps-print-prologue-1, ps-print-prologue-2)
4405         (ps-print-duplex-feature): PostScript code moved to separated file.
4406         (ps-background-image): Little code reformating.
4407         (ps-begin-file, ps-begin-job): Fix code.
4408         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
4409         (ps-prologue-file): New fun.
4411 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4413         * ps-vars.el: Eliminated.
4415         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
4416         `;;;###autoload'.
4418         * ps-print.el: ps-vars eliminated, doc fix.
4419         (ps-print-version): New version number (5.0.2).
4420         (ps-spool-config): Initialization fix.
4421         (ps-print-customize): New fun.
4423 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
4425         * autorevert.el (auto-revert-mode): Return value of
4426         auto-revert-mode.
4428 2000-01-04  Dave Love  <fx@gnu.org>
4430         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
4431         menu items.
4433 2000-01-03  Dave Love  <fx@gnu.org>
4435         * elide-head.el (elide-head) [defgroup]: Add :version.
4437         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
4438         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
4439         `cl-hash-table-p', not `hash-table-p'.
4440         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
4442 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4444         * faces.el (face-read-integer, read-face-attribute)
4445         (color-defined-p, color-values): unspecified-{f,b}g are now
4446         strings.
4448 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
4450         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
4451         at comment end, and re-insert them after filling.
4453 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4455         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
4456         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
4457         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
4459 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4461         * term/x-win.el (xw-defined-colors): Call color-supported-p,
4462         the new name of face-color-supported-p.
4464         * term/w32-win.el (xw-defined-colors): Likewise.
4466 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4468         * simple.el (completion-setup-function): Count completion-size
4469         from minibuffer-prompt-end, not from point-min.
4471 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
4473         * faces.el (read-face-attribute, defined-colors, color-defined-p):
4474         Pass the frame to tty-color-* functions.
4475         (display-color-p, frame-set-background-mode): Pass the frame to
4476         tty-display-color-p.
4478         * term/tty-colors.el (tty-defined-color-alist): Renamed from
4479         tty-color-alist.
4480         (tty-color-alist, tty-modify-color-alist): New functions.
4481         (tty-color-define,  tty-color-clear, tty-color-approximate)
4482         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
4483         an optional parameter FRAME.
4485 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
4487         * image.el (create-image, defimage): Don't assume image data is a
4488         string.
4490         * image.el (defimage): Handle specifications containing :data
4491         instead of :file.
4492         (image-type-from-data): New function.
4493         (image-type-from-file-header): Use it.
4494         (create-image): Add parameter DATA-P.
4496 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4498         * echistory.el (electric-command-history): Call Command-history-setup
4499         and command-history-mode using their new conventions.
4501         * chistory.el (Command-history-setup): Don't switch buffers.  Take
4502         no args, and do not set major-mode, mode-name or the local map.
4503         (command-history-mode): New function, does some of those things
4504         Command-history-setup used to do.
4505         (list-command-history): Call command-history-mode, not
4506         Command-history-setup.
4507         (command-history): Renamed from command-history-mode.
4509 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4511         * arc-mode.el (archive-mode-map): Bind q to quit-window.
4513 1999-12-31  William M. Perry  <wmperry@aventail.com>
4515         * image.el (defimage): Images with the `:data' keyword should be
4516         considered valid as well.
4518 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4520         * dired.el (dired-get-filename): Don't call file-name-absolute-p
4521         with FILE if FILE is nil.
4523 1999-12-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4525         * simple.el (choose-completion-string): In minibuffer,
4526         do not delete the prompt string.
4528 1999-12-30  Gerd Moellmann  <gerd@gnu.org>
4530         * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
4531         assigned to mode-line-mode-menu because bindings.el is dumped with
4532         Emacs, and thus the lists used for menu-item definition will be
4533         copied to pure space.  Emacs' menu code (parse_menu_item) doesn't
4534         like pure menu item definitions.
4536         * expand.el (expand-abbrev-hook): Return t if expansion was
4537         done, nil otherwise.
4539 1999-12-29  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4541         * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
4542         (tar-quit): Function deleted.
4544 1999-12-29  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
4546         * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
4547         was used but not declared.
4549         (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
4550         hs-find-block-beginning): Add or modify docstrings.
4552         (hs-isearch-show): Rewrite.
4554 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
4556         * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
4558         * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
4559         space in front of a C-style comment end.
4561 1999-12-28  Eli Zaretskii  <eliz@is.elta.co.il>
4563         * startup.el (command-line-1): Make mode line mouse-sensitive for
4564         the MS-DOS version as well.
4566 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
4568         * bs.el: New file.
4570 1999-12-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4572         * textmodes/ispell.el (ispell-process-line):
4573         Add local var line-offset to adjust for the change
4574         in positions within the line, due to previous replacements.
4576 1999-12-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4578         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4579         Doc fixes.
4581 1999-12-27  Gerd Moellmann  <gerd@gnu.org>
4583         * add-log.el (change-log-version-number-regexp-list)
4584         (change-log-version-info-enabled): Change :version to 21.1.
4585         (toplevel): Require CL when compiling.
4587 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
4589         * add-log.el (change-log-version-number-regexp-list): Added tag
4590         :version 20.6
4591         (change-log-version-info-enabled): Added tag :version 20.6
4593 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
4595         * add-log.el: More general version number search with
4596         user-configurable regexp list.
4597         (change-log-version-number-regexp-list): New user variable.
4598         (change-log-find-version): Rewritten.  Use user-configurable
4599         version numbering regexp list
4600         change-log-version-number-regexp-list.
4601         (change-log-find-version): Renamed to
4602         change-log-version-number-search
4603         (add-log-file-name-function): New.
4604         (change-log-search-vc-number): Added END paramaeter.  Added doc
4605         string to function.
4606         (change-log-version-rcs): Renamed.  Was
4607         change-log-search-vc-number.
4609 1999-12-26  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
4611         * progmodes/compile.el (compilation-goto-locus): Delete hideshow
4612         overlays if they interfere.
4613         (compilation-find-file): Make intangible overlays tangible.
4615         * progmodes/hideshow.el: Generally, synch w/ maintainer
4616         version 5.9.
4618         (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
4620         (hs-minor-mode-hook): Don't initialize.
4622         (hs-special-modes-alist): Rewrite value and docstring.
4624         (hs-minor-mode-prefix): Delete unused var.
4626         (hs-block-start-mdata-select): New var, buffer local.
4628         (hs-headline): New var.
4630         (hs-match-data, hs-forward-sexp): New funcs.
4632         (hs-hide-comment-region): New func.
4634         (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
4635         hs-safety-is-job-n, hs-hide-initial-comment-block,
4636         hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
4637         hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
4638         hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
4639         hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
4640         hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
4642         (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
4643         (hs-isearch-show-temporary): New funcs.
4645         (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
4647         (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
4649         When constructing menu, use `[(shift button2)]' notation.
4651 1999-12-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4653         * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
4654         (jka-compr-compression-info-list): Add new elt to each vector.
4655         (jka-compr-write-region): Don't compress the data if it is
4656         already compressed.
4658         * jka-compr.el (jka-compr-really-do-compress): New variable.
4659         (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
4660         if visiting.
4661         (jka-compr-write-region): Set jka-compr-really-do-compress
4662         if visiting.  Test it when deciding to compress.
4664 1999-12-22  Gerd Moellmann  <gerd@gnu.org>
4666         * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
4667         with third argument t.
4669 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
4671         * antlr-mode.el: Version 1.2 is released.
4672         (antlr): This package has a web page.
4674 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
4676         * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
4677         regions.  Suggested by Dale Davis <Dale_Davis@securify.com>.
4678         (antlr-mode-map): New binding [C-c C-c].
4679         (antlr-mode-menu): New entries.
4681 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
4683         * antlr-mode.el: Respect Emacs conventions.
4684         ((require 'cl)): Only use during compilation.
4685         (antlr-language-for-option): New function to avoid using `find'.
4686         (antlr-mode): Use it.
4687         (antlr-with-syntax-table): Define new instead using XEmacs' one.
4688         (antlr-imenu-create-index-function): Change accordingly.
4689         (antlr-inside-rule-p): Ditto.
4690         (antlr-end-of-rule): Ditto.
4691         (antlr-end-of-body): Ditto.
4692         (antlr-beginning-of-rule): Ditto.
4693         (antlr-indent-line): Ditto.
4695 1999-11-21  Christoph Wedler  <Christoph.Wedler@sap.com>
4697         * antlr-mode.el: Really use `antlr-tab-offset-alist'.
4698         (antlr-set-tabs): Don't use hard-coded values.
4700         * antlr-mode.el: Minor navigation changes.  Not perfect, but this
4701         won't be possible without a huge time penalty.
4702         (antlr-skip-exception-part): Be more specific.
4703         (antlr-skip-file-prelude): Don't skip action prelude of next rule.
4704         Renamed from `antlr-skip-grammar-header'.
4705         (antlr-next-rule): Change accordingly.
4706         (antlr-end-of-body): Ditto.  Better error message.
4707         (antlr-beginning-of-body): Better error message.
4708         (antlr-imenu-create-index-function): Skip rule action prelude.
4710         * antlr-mode.el: Minor syntax highlighting changes.
4711         (antlr-font-lock-default-face): Deletia.
4712         (antlr-font-lock-tokendef-face): Changed color.
4713         (antlr-font-lock-tokenref-face): Changed color.
4714         (antlr-font-lock-literal-face): Changed color.
4715         (antlr-font-lock-additional-keywords): Minor changes.
4717 1999-12-20  Carsten Dominik  <cd@gnu.org>
4719         * progmodes/idlwave.el: New file.
4721         * progmodes/idlwave-rinfo.el: New file.
4723         * progmodes/idlwave-shell.el: New file.
4725         * progmodes/idlwave-toolbar.el: New file.
4727         * files.el (auto-mode-alist): idlwave-mode default for .pro files.
4729 1999-12-21  Gerd Moellmann  <gerd@gnu.org>
4731         * progmodes/cwarn.el: New file.
4733 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
4735         * bindings.el (completion-ignored-extensions): Add .pdf.
4737 1999-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
4739         * version.el: Put the version info into binary on MS-DOS as well.
4741 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
4743         * emacs-lisp/debug.el (debugger-continue): Don't continue if
4744         debugger-may-continue is nil.
4746 1999-12-18  Dave Love  <fx@gnu.org>
4748         * emacs-lisp/cl-macs.el: Remove conditional definition of
4749         eval-when-compile.  Don't specify abs, expt, gethash,
4750         hash-table-count, hash-table-p as side-effect-free here.
4751         (cl-emacs-type): Don't declare.
4752         (cl-compile-time-init): Remove Emacs 18 compiler patch.
4753         (cl-parse-loop-clause): Remove compatibility code.
4755         * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
4756         (side-effect-free-fns): Add gethash, hash-table-count.
4757         (side-effect-and-error-free-fns): Add hash-table-p.
4759         * emacs-lisp/cl.el: Remove Emacs 18 compatibility code.  Prepend
4760         `cl-' to autoload names for some hash functions.  Don't autoload
4761         eval-when-compile.  Don't provide mini-cl.
4762         (cl-emacs-type): Remove.
4763         (cl-map-extents): Remove compatibility code.
4765         * emacs-lisp/float.el: Bind free variables.
4767         * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
4769 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
4771         * bindings.el (completion-ignored-extensions): Add .tfm.
4773 1999-12-16  Dave Love  <fx@gnu.org>
4775         * faces.el (set-face-attribute): Purecopy the attributes set.
4777         * custom.el (custom-declare-variable): Purecopy value.
4779         * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
4780         (byte-extrude-byte-code-vectors): Use remprop.
4781         (byte-compile-lambda): Check that arg is a lambda.
4783 1999-11-16  Anders Lindgren  <AndersL@andersl.com>
4785         * font-lock.el: System for adding and removing keywords.
4786         Both local (previously added keyword) and global keywords
4787         can be removed.
4788         (font-lock-remove-keywords): New user-level function.
4789         (font-lock-update-removed-keyword-alist): New internal function.
4790         (font-lock-removed-keywords-alist): New variable.
4791         (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
4792         Empty `font-lock-keywords-alist' when `append' is `set' to avoid
4793         growing datastructures.
4794         (font-lock-set-defaults): Removes keywords stored in
4795         `font-lock-removed-keywords-alist' after local keywords added.
4797 1999-12-16  Anders Lindgren  <andersl@andersl.com>
4799         * font-lock.el (c-keywords, c++-keywords): Better "case" support for
4800         complex constant expressions, e.g. "case 1<<A_BIT_NO:".
4802         * font-lock.el (c-keywords): Only highlight preprocessor
4803         directives when spelled correctly.
4805         * font-lock.el (font-lock-match-c++-structor-declaration,
4806         c++-keywords): Fontify constructors and destructors with function
4807         face inside C++ class declarations.
4809 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
4811         * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
4812         the shell from sh-shell-file.
4814         * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
4816 1999-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
4818         * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
4819         if one of the files specified cannot be accessed by
4820         file-attributes.  Do not strip any leading directories from the
4821         file names, to behave more like `ls' does.
4823         * dired.el (dired-get-filename): Handle absolute file names.
4824         (dired-readin-insert): If argument is a cons, don't print
4825         "wildcard" on the ``total'' line.
4827 1999-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
4829         * faces.el (face-read-integer, read-face-attribute)
4830         (color-defined-p, color-values): Allow color values unspecified-fg
4831         and unspecified-bg, handle them as unspecified.
4833 1999-12-15  Carsten Dominik  <dominik@astro.uva.nl>
4835         * textmodes/reftex.el: (reftex-compile-variables): respect new
4836         structure of `reftex-index-macro'
4837         (reftex-compile-variables): Use the changed structure of
4838         `reftex-label-alist'.
4840         * textmodes/reftex-vars.el (reftex-index-math-format,
4841         (reftex-toc-max-level): New option.
4842         reftex-index-phrases-search-whole-words,
4843         reftex-index-phrases-case-fold-search,
4844         reftex-index-phrases-skip-indexed-matches,
4845         reftex-index-phrases-wrap-long-lines,
4846         reftex-index-phrases-sort-prefers-entry,
4847         reftex-index-phrases-sort-in-blocks): New options.
4848         (reftex-index-macros): Option structure changed.
4849         (reftex-index-macros-builtin): Added `repeat' item to each entry.
4850         (reftex-label-alist): Additional item in each entry to specify if
4851         the environment should be listed in the TOC.
4852         (eval-when-compile (require 'cl)) added.
4854         * textmodes/reftex-index.el (reftex-index-selection-or-word): No
4855         longer deals with "repeat".
4856         (reftex-index): "repeat property in `reftex-index-macro-alist' is
4857         now used.
4858         (reftex-index-phrases-comment-regexp,
4859         reftex-index-phrases-macrodef-regexp,
4860         reftex-index-phrases-phrase-regexp1,
4861         reftex-index-phrases-phrase-regexp2,
4862         reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
4863         New constants.
4864         (reftex-index-phrases-macro-data, reftex-index-phrases-files,
4865         reftex-index-phrases-font-lock-keywords,
4866         reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
4867         reftex-index-phrases-restrict-file): New variables.
4868         (reftex-index-phrase-selection-or-word,
4869         reftex-index-visit-phrases-buffer,
4870         reftex-index-initialize-phrases-buffer,
4871         reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
4872         reftex-index-next-phrase, reftex-index-this-phrase,
4873         reftex-index-all-phrases, reftex-index-region-phrases,
4874         reftex-index-phrases-parse-header,
4875         reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
4876         reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
4877         reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
4878         reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
4879         reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
4880         reftex-index-make-replace-string,
4881         reftex-query-index-phrase-globally, reftex-query-index-phrase,
4882         reftex-index-phrase-match-is-indexed,
4883         reftex-index-phrases-fixup-line,
4884         reftex-index-phrases-replace-space,
4885         reftex-index-select-phrases-macro): New functions.
4886         (reftex-index-globalize, reftex-index-globally): functions removed
4887         (eval-when-compile (require 'cl)) added.
4889          * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
4890          for max level.
4891          (reftex-toc-max-level-indicator): New variable.
4892          (reftex-toc-max-level): New command.
4893          (reftex-toc-map): New keybinding `t'.
4894          (reftex-toc-help): Constant updated.
4895          (eval-when-compile (require 'cl)) added.
4897          * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
4898          `t' command key can change `reftex-toc-max-level'
4899          (eval-when-compile (require 'cl)) added.
4901          * textmode/reftex-sel (reftex-insert-docstruct): Respect
4902          `reftex-toc-max-level'
4903          (eval-when-compile (require 'cl)) added.
4905          * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
4906          added.
4908          * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
4909          added.
4911          * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
4912          commands.
4913          (reftex-citation, reftex-do-citation,
4914          reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
4915          preselect a citation format.
4916          (eval-when-compile (require 'cl)) added.
4918          * textmodes/reftex-parse.el (reftex-context-substring): Optional
4919          parameter to-end
4920          (reftex-section-info): Deal with environment matches.
4921          (eval-when-compile (require 'cl)) added.
4923          * reftex-global.el (eval-when-compile (require 'cl)) added.
4925 1999-12-15  Kenichi Handa  <handa@etl.go.jp>
4927         The following changes are for the new composition mechanism.  We
4928         have deleted `composition' charset and composite characters,
4929         instead introduced a special text property `composition'.
4931         * composite.el: New file.
4933         * ps-mule.el: Define encode-composition-rule and find-composition
4934         for Emacs 20.4 and the earlier versions.
4935         (ps-mule-init-external-library): Just require a feature for
4936         external libraries.
4937         (ps-mule-prologue): Postscript code modified for new composition.
4938         (ps-mule-find-wrappoint): New arg COMPOSITION.
4939         (ps-mule-plot-string): Delete code for composite characaters.
4940         (ps-mule-plot-composition): New funcion.
4941         (ps-mule-prepare-font-for-components): New function.
4942         (ps-mule-plot-components): New function.
4943         (ps-mule-composition-prologue-generated): Renamed from
4944         ps-mule-cmpchar-prologue-generated.
4945         (ps-mule-composition-prologue): New named from
4946         ps-mule-cmpchar-prologue.  Modified for new composition.
4947         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
4948         ps-mule-prepare-cmpchar-font): Deleted.
4949         (ps-mule-string-encoding): New arg NO-SETFONT.
4950         (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
4951         check Composing, not Cmpchar
4952         (ps-mule-initialize): Set ps-mule-composition-prologue-generated
4953         to nil.
4954         (ps-mule-begin-job): Check existence of new composition.
4956         * ps-print.el (ps-plot-region): Handle new composition.
4958         * simple.el (what-cursor-position): Show "(composed)" if the
4959         character is composed.
4961         * international/characters.el: Fix cateogries of Lao symbols.
4963         * international/fontset.el (vertical-centering-font-regexp): New
4964         variable.
4966         * international/mule.el (mule-version): Updated to 5.0 (AOI).
4967         (mule-version-date): Updated to 1999.12.7.
4968         (with-category-table): New macro.
4970         * international/mule-cmds.el (encode-coding-char): Don't check
4971         composite character.
4973         * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
4974         iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
4975         x-ctext): Give `composition' property t.
4977         * international/mule-util.el (set-nested-alist): Set BRANCHES (if
4978         non-nil) at the tail of ALIST.
4979         (compose-region, decompose-region, decompse-string,
4980         reference-point-alist, compose-chars): Moved to composite.el.
4981         (compose-chars-component, compose-chars-rule,
4982         decompose-composite-char): Deleted.
4984         * international/quail.el (quail-install-map): New optional arg
4985         NAME.
4986         (quail-get-translation): If DEF is a symbol but not a function,
4987         ignore it.
4988         (quail-start-translation): Put a key sequence undefined in the
4989         translation keymap in unread-command-events, not generated-events.
4990         Return parameterized event (compose-last-chars N) if the input
4991         characters should be composed.
4992         (quail-map-definition): If DEF is t, treat it as nil.
4993         (quail-delete-last-char): Delete the quail region.
4994         (quail-show-translations): Don't show list of translations if the
4995         quail package is deterministic.
4996         (quail-completion-max-depth): New variable.
4997         (quail-completion-1): Pay attention to the above variable.  Fix
4998         for the case that a translation is a function.
4999         (quail-map-from-table, quail-map-from-table-1,
5000         quail-map-from-table-2): New functions.
5001         (quail-lookup-map-and-concat): New function
5003         * language/devan-util.el: Mostly rewritten.
5005         * language/lao.el: Register lao-composition-function in
5006         composition-function-table.
5008         * language/lao-util.el: Mostly rewritten.
5010         * language/thai.el: Register thai-composition-function in
5011         composition-function-table.
5012         (thai-tis620): Delete `pre-write-conversion' property.
5014         * language/thai-util.el: (thai-category-table): Make it by
5015         make-category-table.
5016         (thai-composition-pattern): New variable.
5017         (thai-compose-region, thai-compose-string): Use
5018         with-category-table.
5019         (thai-post-read-conversion): Just call thai-compose-region.
5020         (thai-pre-write-conversion): Deleted.
5021         (thai-composition-function): New funciton.
5023         * language/tibet-util.el: Most functions rewritten.
5024         (tibetan-char-p): Renamed from tibetan-char-examin.
5025         (tibetan-composable-examin) (tibetan-complete-char-examin)
5026         (tibetan-vertical-stacking) (tibetan-composition): Deleted.
5027         (tibetan-add-components): New function.
5028         (tibetan-composition-function): New function.
5030         * language/tibetan.el: Register tibetan-composition-function in
5031         composition-function-table.
5032         (tibetan-composable-pattern): New variable.
5033         (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
5034         (tibetan-precomposition-rule-alist): Move punctuations to
5035         tibetan-punctuation-transcription-alist and
5036         tibetan-obsolete-glyphs.
5037         (tibetan-punctuation-transcription-alist): New variable.
5038         (tibetan-obsolete-glyphs): New variable.
5039         (tibetan-regexp): Improve the initialization code.
5041         * textmodes/fill.el (fill-find-break-point): Delete codes for
5042         composite characters.
5043         (fill-region-as-paragraph): Likewise.
5045 1999-12-14  Gerd Moellmann  <gerd@gnu.org>
5047         * international/mule-cmds.el (default-input-method): Specify
5048         that it should be set after current-language-environment.
5050         * custom.el (custom-handle-keyword): Add :set-after.
5051         (custom-add-dependencies): New function.
5052         (custom-set-variables): Take dependencies between args into
5053         account.
5055         * battery.el (battery): Doc fix.
5057 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
5059         * progmodes/cc-make.el: Removed.
5061 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5063         * Release of cc-mode 5.26
5065 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5067         * cc-cmds.el (c-forward-conditional): Handle an arbitrary
5068         target depth.  Optionally count #else lines as clause limits,
5069         as suggested by don provan <provan@lucent.com>.  #elif
5070         handling fixed.
5072         * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
5073         (c-down-conditional-with-else): New commands that uses the
5074         added functionality in `c-forward-conditional'.
5076 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5078         * cc-align.el (c-lineup-comment): Preserve the alignment with
5079         a comment on the previous line instead of preserving the
5080         comment-column.
5082 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5084         * Fixes to IDL mode after input from Eric Eide
5085         <eeide@cs.utah.edu>:
5086         * cc-engine.el (c-beginning-of-statement-1): Allow
5087         `c-conditional-key' to be nil, for the benefit of IDL mode.
5088         * cc-engine.el (c-guess-basic-syntax): Ditto.
5089         cc-langs.el (C-IDL-class-key): Fixed.  Don't match `class'
5090         but do match CORBA 2.3 `valuetype'.
5091         * cc-langs.el (c-IDL-access-key): New defconst.  Should be nil
5092         for IDL.
5093         * cc-langs.el (c-IDL-conditional-key): New defconst.  Should
5094         be nil for IDL.
5095         * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
5096         Like C++.
5097         * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts.  Also,
5098         set `c-method-key' and `c-baseclass-key' to nil.
5100 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5102         * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
5103         with nonhanging open braces.
5105 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5107         * cc-align.el: Added docstrings to all lineup functions.
5109         * cc-align.el (c-lineup-java-throws): Handle a hanging throws
5110         keyword.
5112         * cc-align.el (c-lineup-C-comments): Handle free form text
5113         comments.  Use c-comment-prefix-regexp and comment-start-skip
5114         instead of hardcoded regexps.
5116 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5118         * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
5119         behavior and return value as documented.
5121 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5123         * Changes for new style variable init system:
5124         * cc-langs.el (c-common-init): Dito.
5125         * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
5126         now customizable.
5127         * cc-vars.el: Style variables may now take a value
5128         'set-from-style to make them take their value from the style
5129         system. This value is now the default on all these variables.
5130         * cc-vars.el (c-valid-offset): New function to verify a
5131         syntactic symbol offset setting.
5132         * cc-vars.el (c-offsets-alist): Variable moved from
5133         cc-styles.el since it's now customizable in a similar way to
5134         the other style variables.
5135         * cc-vars.el (c-old-style-variable-behavior): New variable to
5136         revert to the old style init behavior.
5138         * cc-vars.el (c-file-style, c-file-offsets): Made always
5139         buffer local.
5141         * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
5142         the throws clause that might follow the function prototype in
5143         C++.
5145 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5147         * cc-defs.el (c-beginning-of-macro): Fixed bug where point
5148         could move forward for macros that doesn't start in column 0.
5150 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5152         * cc-align.el (c-indent-multi-line-block,
5153         c-lineup-whitesmith-in-block): Two new lineup functions for
5154         use in whitesmith style.
5156         * cc-styles.el (c-style-alist): More fixes to whitesmith
5157         style.  It should now handle all different braces uniformly in
5158         both hanging and non-hanging cases.
5160 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5162         * cc-cmds.el (c-indent-exp): Use a marker to save point to
5163         make it stay in the same position relative to the surrounding
5164         text.
5166         * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
5167         when adaptive-fill-mode doesn't manage to get it correct.
5169         * cc-menus.el (cc-imenu-java-generic-expression): Handle types
5170         with dotted notation, e.g. foo.bar.Gnu.
5172         * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
5173         within unwind-protect (previously only some were wrapped so it
5174         would be possible to register mode initialization when full
5175         initialization did not finish).
5177         * cc-styles.el (c-style-alist): Corrected the brace placement
5178         in the whitesmith style.  Thanks to Sean Luke
5179         <seanl@cs.umd.edu>.  Also extended the bsd and whitesmith
5180         styles with consistent brace placement for all constructs.
5182 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5184         * cc-cmds.el (c-context-line-break): Continue C++ comments too
5185         when point is in the middle of them.
5187         * cc-cmds.el: Line breaking and paragraph filling code
5188         rewritten:
5189         (c-guess-fill-prefix): New function that uses various
5190         heuristics to guess the comment prefix.
5191         (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
5192         It now assumes adaptive filling is active to preserve the line
5193         prefix inside comments.
5194         (c-indent-new-comment-line): Replacement for the now
5195         obsolete `c-comment-line-break-function' that uses
5196         `c-guess-fill-prefix' when appropriate.  It now observes the
5197         setting of `comment-multi-line', which has effect in C-style
5198         block comments.
5200         * cc-cmds.el (c-context-line-break): New function intended to
5201         be put on RET.  It's essentially `newline-and-indent', but
5202         continues C block comments with the appropriate line prefix.
5204         * cc-cmds.el (c-do-auto-fill): New function put on
5205         `normal-auto-fill-function' to implement the
5206         `c-ignore-auto-fill' variable.
5208         * cc-cmds.el (c-beginning-of-statement): Use
5209         `c-comment-prefix-regexp' to avoid ending up inside the
5210         comment prefix.  Better handling of comment starters and
5211         enders. Catch comments better when traversing code.  Stop at
5212         preprocessor directives.
5214         * cc-defs.el (c-forward-comment): New subst to hide platform
5215         dependent quirks in `forward-comment'.
5217         * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
5218         argument.
5219         (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
5220         arguments. Activate this function by default when
5221         `parse-partial-sexp' supports it (currently Emacs 20.x).
5223         * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
5224         on the comment opener to make constants usable as lineup
5225         arguments.
5227         * cc-align.el (c-lineup-C-comments): Fixes to handle the
5228         changed anchor position in the `c' syntactic symbol.  Handle
5229         more than stars in the comment prefix; use the new variable
5230         `c-comment-prefix-regexp'.  Don't indent text not preceded by
5231         a comment prefix to the right of the comment opener if it's
5232         long.
5234         * cc-langs.el: Fixes to mode initialization for new line
5235         breaking and paragraph filling method.  Adaptive fill mode is
5236         now activated at startup instead of deactivated.  The
5237         variables used for adaptive filling and paragraph movement are
5238         also changed to incorporate the value of
5239         `c-comment-prefix-regexp'.  `substitute-key-definition' is
5240         used to override some functions in the global map instead of
5241         overriding their default bindings.
5243         * cc-mode.el (java-mode): Modify `paragraph-start' for the
5244         javadoc markup at mode init.
5246         * cc-mode.el (c-setup-filladapt): A new convenience function
5247         to configure Kyle E. Jones' Filladapt mode for CC Mode.  This
5248         function is intended to be used explicitly by the end user
5249         only.
5251         * cc-vars.el (c-comment-prefix-regexp): New variable used to
5252         recognize the comment fill prefix inside comments.
5253         (c-block-comment-prefix): New name for
5254         `c-comment-contiuation-stars', which is now obsolete.  It's
5255         generalized to handle any character sequence.
5256         (c-ignore-auto-fill): New variable used to selectively disable
5257         Auto Fill mode in specific contexts.
5259 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5261         * cc-cmds.el (c-comment-indent): Leave at least one space
5262         between the comment and the last nonblank character in the
5263         case where we look at the indentation of the comment on the
5264         previous line (case 4).
5266         * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
5267         list of characters that may start a statement (it's a sort of
5268         prefix operator in Pike, and isn't used at all in any of the
5269         other languages).
5271 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5273         * cc-engine.el (c-guess-basic-syntax): Report brace list opens
5274         inside continued statements as statement-cont instead of
5275         brace-list-open.  The reason is that one normally adjusts
5276         brace-list-open for brace lists as top-level constructs, and
5277         brace lists inside statements is a completely different
5278         context.  Case 10B.2 changed.  Also changed (the somewhat
5279         esoteric) case 9A to cope with this.
5281 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5283         * cc-cmds.el (c-electric-brace): Added electric handling of
5284         the open brace for brace-elseif-brace.
5286 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5288         * cc-defs.el (c-with-syntax-table): New macro to easily switch
5289         syntax tables temporarily.
5291         * cc-engine.el (c-guess-basic-syntax): Handle template and
5292         member init argument lists split over several lines.  Case 5D
5293         changed.
5295         * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
5296         @throws introduced in Javadoc 1.2.
5298         * cc-menus.el (cc-imenu-java-generic-expression): Applied
5299         patch from RMS to avoid infinite backtracking.
5301 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5303         * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
5304         by [ ].
5306 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5308         * cc-align.el (c-lineup-dont-change): Compensate properly for
5309         the column in langelem.
5311         * cc-engine.el (c-syntactic-information-on-region): New
5312         function to help debugging the syntactic analysis.
5314 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5316         * cc-align.el (c-lineup-template-args): Handle nested template
5317         arglists.
5319         * cc-langs.el (c++-template-syntax-table): New syntax table
5320         that makes `<' and `>' parenthesis characters, which is useful
5321         to switch to temporarily when analyzing template arglists.
5323         * cc-styles.el: Changed default alignment of labels in the
5324         java style to conform to the examples in the Java Language
5325         Specification.
5327         * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
5328         by default.
5330 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5332         * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
5333         immediately before the closing paren in an arglist, so don't
5334         check that in Pike mode.  Case 7A changed.
5336 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5338         * cc-cmds.el (c-indent-region): Fixed bug where comment-only
5339         lines were ignored under certain conditions.
5341 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5343         * cc-align.el (c-lineup-template-args): New function for
5344         aligning continued template argument lists.
5346         * cc-engine.el (c-guess-basic-syntax): Fix for member init
5347         lists containing function arglists split over several lines.
5348         Case 5D.1 changed.
5350         * cc-engine.el (c-guess-basic-syntax): Fixed bug where
5351         template-args-cont didn't get recognized when the first
5352         arglist opener line doesn't contain a template argument.  New
5353         case 5K.
5355 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5357         * cc-defs.el (c-point): Changed from subst to macro for
5358         efficiency.
5359         (c-beginning-of-defun-1, c-end-of-defun-1): New
5360         beginning-of-defun/end-of-defun wrappers separated from
5361         c-point.
5363         * cc-menus.el (imenu-generic-expression,
5364         imenu-case-fold-search, imenu-progress-message): Dummy
5365         definitions to avoid compiler warnings if imenu can't be
5366         loaded.
5367         * cc-menus.el (cc-imenu-init): New function called at mode
5368         init.
5369         * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
5370         imenu initializations to cc-imenu-init.
5372 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5374         * cc-engine.el (c-guess-basic-syntax): Slightly better check
5375         for lambda-intro-cont in Pike mode.  Case 6 changed.
5377         * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
5378         anything following "new Foo()" was considered an anonymous
5379         class body in Java mode.
5381 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
5383         * cc-cmds.el (c-comment-line-break-function): When breaking in
5384         a string, don't insert a new line.
5386 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
5388         * cc-engine.el (c-at-toplevel-p): New interface function which
5389         returns information useful to add-on authors.  It tells you
5390         whether you're at a toplevel statement or not.
5392 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
5394         * cc-cmds.el (c-comment-line-break-function): It is possible
5395         that forward-line does not land us at the bol, say if we're on
5396         the last line in a file.  In that case, do a
5397         back-to-indentation instead of a forward-comment -1.
5399 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5401         * cc-engine.el (c-beginning-of-statement-1): Don't catch
5402         "default:" as normal label in case 4.
5404 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5406         * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
5407         recognize continued bitfield declarations.  Case 5D.1 changed.
5408         * cc-langs.el: New variable c-bitfield-key.
5409         * cc-mode.el: New variable c-bitfield-key.
5411 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5413         * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
5414         anonymous array expressions (i.e. "new Foo[] {.. bracelist
5415         ..}").
5417 1999-12-12  Dave Love  <fx@gnu.org>
5419         * mail/footnote.el: Require cl when compiling.  Don't autoload
5420         keymap and minor-mode-alist stuff.  Don't set zmacs-region-stays.
5421         (footnote-insert-text-marker, Footnote-insert-pointer-marker):
5422         Avoid `acons'.
5423         (footnote-mode-line-string, Footnote-add-footnote): Remove
5424         autoload cookie.
5426 1999-12-12  Richard Sharman  <rsharman@pobox.com>
5428         * sh-script.el: Fix for when font-lock mode is active.
5429         (sh-font-lock-unfontify-region-function): New function.
5431 1999-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
5433         * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
5434         if start-process is not bound, since Ispell now supports such
5435         platforms as well.
5437 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
5439         * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
5440         rmail-summary-goto-msg.
5442         * files.el (after-find-file): Fix previous change.
5444 1999-12-11  Dave Love  <fx@gnu.org>
5446         * help.el (where-is): Use `commandp' as predicate for
5447         `completing-read'
5449 1999-12-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5451         * cus-edit.el (custom-save-delete): Delete all occurrences,
5452         leave point where the first occurrence was.
5453         (custom-save-faces): Insert a newline at the end of the comment.
5454         Avoid a double newline there.
5455         If final closeparen is at bol, put a space before it.
5456         (custom-save-variables): Likewise.
5457         (custom-file): Doc fix.
5459 1999-12-10  Gerd Moellmann  <gerd@gnu.org>
5461         * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
5462         regexp matching image and audio files.
5464 1999-12-09  Dave Love  <fx@gnu.org>
5466         * mail/footnote.el: New file.
5468 1999-12-09  Gerd Moellmann  <gerd@gnu.org>
5470         * files.el (after-find-file): Use auto-save-visited-file-name if
5471         set.
5473         * mail/feedmail.el (feedmail-find-eoh): Take
5474         feedmail-queue-alternative-mail-header-separator into account.
5476 1999-12-09  Stefan Monnier  <monnier@cs.yale.edu>
5478         * smerge-mode.el: New file.
5480         * font-lock.el (font-lock-multiline): New variable.
5481         (font-lock-add-keywords): Rename `major-mode' into `mode'.
5482         (font-lock-remove-keywords): Added a dummy `mode' argument for
5483         potential future support.
5484         (font-lock-fontify-anchored-keywords,
5485         (font-lock-fontify-keywords-region): Only handle multiline strings
5486         if necessary (avoids a pathological behavior in (f.ex) diff-mode).
5488 1999-12-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5490         * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
5492         * dired-aux.el (dired-insert-subdir): Add autoload cookie.
5494 1999-12-07  Dave Love  <fx@gnu.org>
5496         * help.el (view-emacs-problems): New command, bound to C-h P.
5498         * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
5500 1999-12-07  Stefan Monnier  <monnier@cs.yale.edu>
5502         * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
5503         (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
5504         New code to support the minor mode version.
5505         (diff-recenter): New function.
5506         (diff-next-hunk, diff-next-file): Use it.
5507         (diff-remembered-files-alist): New var.
5508         (diff-merge-strings): New function.
5509         (diff-find-file-name): Make it smarter and use the user's input more.
5510         (diff-mode): Cosmetic changes.
5512         * files.el (save-some-buffers): Turn EXITING into the more general
5513         PRED argument to allow specifying a subset of buffers.
5515         * simple.el (kill-region): Use the new `delete-and-extract-region'
5516         rather than the undo log (which is incorrect with *-change-functions).
5518         * font-lock.el (font-lock-default-fontify-region): Fix subtle
5519         off-by-one problem that could force re-fontifying the whole buffer.
5520         (font-lock-remove-keywords): New function.
5521         (font-lock-add-keywords): Use the new function to ensure idempotence.
5523 1999-12-06  Michael Kifer  <kifer@cs.sunysb.edu>
5525         * viper-cmd.el (viper-minibuffer-standard-hook,
5526         viper-minibuffer-real-start): Mew functions.
5527         (viper-read-string-with-history,viper-file-add-suffix,
5528         viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
5529         change in the status of the minibuffer prompt.
5531 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
5533         * comint.el (comint-redirect-results-list)
5534         (comint-redirect-results-list-from-process): Remove interactive
5535         spec.
5537 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
5539         * info.el (info-node, info-menu-5, info-xref): Define colors for
5540         Info faces if the display supports them.
5542 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
5544         Changes for automatic remapping of X colors on terminal frames:
5546         * term/pc-win.el (msdos-setup-initial-frame): New function, run by
5547         term-setup-hook.  Call msdos-remember-default-colors and
5548         msdos-handle-reverse-video.
5549         (msdos-face-setup): Parts of code moved to
5550         msdos-setup-initial-frame.
5551         (msdos-handle-reverse-video): New function, modeled after
5552         x-handle-reverse-video.
5553         (make-msdos-frame): Don't use initial-frame-alist and
5554         default-frame-alist.  Call msdos-handle-reverse-video.
5555         (msdos-color-aliases): Remove.
5556         (msdos-color-translate, msdos-approximate-color): Remove.
5557         (msdos-color-values): Use 16-bit RGB values.  RGB values updated
5558         for better approximation of X colors.
5559         (msdos-face-setup): Call tty-color-clear.  Remove code that sets
5560         up tty-color-alist (it is now on startup.el).
5561         (x-display-color-p, x-color-defined-p, x-color-values,
5562         x-defined-colors, face-color-supported-p, face-color-gray-p):
5563         Remove.
5565         * facemenu.el (facemenu-read-color, list-colors-display): Use
5566         defined-colors for all frame types.
5567         (facemenu-color-equal): Use color-values for all frame types.
5569         * faces.el (read-face-attribute): For :foreground and :background
5570         attributes and frames on character terminals, translate the color
5571         to the closest supported one before looking it up in the list of
5572         valid values.
5573         (face-valid-attribute-values): Call defined-colors for all types
5574         of frames.
5575         (defined-colors, color-defined-p, color-values, display-color-p):
5576         New finctions.
5577         (x-defined-colors, x-color-defined-p, x-color-values,
5578         x-display-color-p): Aliases for the above.
5580         * startup.el (command-line): Register terminal colors for frame
5581         types other than x and w32, but only if the terminal supports
5582         colors.  Call tty-color-define instead of face-register-tty-color.
5584         * term/x-win.el (xw-defined-colors): Renamed from
5585         x-defined-colors.
5586         * term/w32-win.el (xw-defined-colors): Likewise.
5588         * term/tty-colors.el: New file.
5589         * loadup.el: Load term/tty-colors.
5591 1999-12-06  Dave Love  <fx@gnu.org>
5593         * ffap.el: Autoload the ffap alias directly.
5595 1999-12-06  Inge Frick  <inge@nada.kth.se>
5597         * dired-aux.el (dired-do-shell-command): Changed documentation.
5598         (dired-shell-stuff-it): A `?' in COMMAND has now the same
5599         meaning as `*'.
5601 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
5603         * simple.el (insert-buffer): Doc fix.
5605         * apropos.el (apropos-mode): Add autoload cookie.
5607 1999-12-06  Sam Steingold  <sds@goems.com>
5609         * progmodes/etags.el (etags-tags-completion-table): Modified the
5610         regexp to allow for the CL symbols starting with `+*'.
5611         (tags-completion-table): Doc fix (it's an obarray, not an alist).
5612         (tags-completion-table, tags-recognize-empty-tags-table): Remove
5613         `function' quoting lambda.
5614         (tags-with-face): New macro.
5615         (list-tags, tags-apropos): Use it.
5616         (tags-apropos-additional-actions): New user option.
5617         (etags-tags-apropos-additional): Use it.
5618         (tags-apropos): Call etags-tags-apropos-additional.
5619         (tags-apropos-verbose): New user option.
5620         (etags-tags-apropos): Use it.
5621         (visit-tags-table-buffer, next-file): Use `unless'.
5622         (recognize-empty-tags-table): Renamed to
5623         tags-recognize-empty-tags-table.
5624         (complete-tag): Call tags-complete-tag bypassing try-completion.
5626 1999-12-06  Kenichi Handa  <handa@etl.go.jp>
5628         * international/mule.el (set-buffer-file-coding-system): Docstring
5629         modified.
5631 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5633         * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
5634         using the hideshow package.
5635         (hs-special-modes-alist): Added entry for bibtex to allow the use
5636         of the hideshow package.
5637         (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
5638         not longer provided by bibtex.el directly.  Instead the hideshow
5639         package should be used.
5640         (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
5641         references to bibtex-hide-entry-bodies.
5643 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5645         * textmodes/bibtex.el: Copyright notice is up to date.  Moved
5646         maintainer information closer to the beginning of the bibtex.el
5647         file.
5648         (bibtex-maintainer-salutation): New constant.
5649         (bibtex-version): New constant.
5650         (bibtex-submit-bug-report): Use bibtex-version and
5651         bibtex-maintainer-salutation.
5652         (bibtex-entry-field-alist): Made booktitle field optional for
5653         @inproceedings entries when crossreferenced.
5654         (bibtex-entry-field-alist): Added booktitle field to proceedings
5655         entry type (for cross referencing). Thanks to Wagner Toledo Correa
5656         for the suggestion.
5657         (bibtex-string-file-path): Fixed typo.
5659 1999-12-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5661         * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
5662         for reftex.el.
5663         (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
5664         to menu.
5666 1999-12-04  Dave Love  <fx@gnu.org>
5668         * delsel.el: Revert previous change -- region is significant to
5669         skeleton.
5671 1999-12-04  Michael Kifer  <kifer@cs.sunysb.edu>
5673         * viper-cmd.el (viper-change-state): Use
5674         viper-ESC-moves-cursor-back to decide whether to move the cursor
5675         back.
5677 1999-12-03  Kenichi Handa  <handa@mule.m17n.org>
5679         * international/mule-util.el (truncate-string-to-width): Docsting
5680         fixed.
5682 1999-12-02  Stefan Monnier  <monnier@cs.yale.edu>
5684         * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
5685         use of `cond'.
5686         (lm-with-file): Move all the find-file...kill-buffer stuff into
5687         this macro.  Make it use `find-file-noselect' and make it kill
5688         the buffer only if it wasn't already displayed somewhere.
5689         (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
5690         (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
5691         (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
5692         (lm-commentary): Fix to handle the case when the change log is
5693         at the end of the file.
5695 1999-12-02  Kenichi Handa  <handa@etl.go.jp>
5697         * international/mule.el (charsetp): Fix typo in docstring.
5699         * international/mule-diag.el (list-coding-categories): Fix typo;
5700         automatic -> autoload.
5702 1999-12-02  Gerd Moellmann  <gerd@gnu.org>
5704         * vc.el (vc-update-change-log): Look for rcs2log under
5705         exec-directory.
5707         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
5708         outline-regexp, add outline-level.
5709         (lisp-outline-level): New.
5711         * calendar/appt.el (appt-convert-time): Handle "12:MMam",
5712         remove extraneous string-match.
5714         * finder.el (finder-commentary): Activate Finder mode.
5716 1999-12-01  Anders Lindgren  <andersl@andersl.com>
5718         * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
5719         off when reverting buffers that contained mode specifiers.
5720         `revert-buffer' is now called with non-nil PRESERVE-MODES
5721         argument.
5723 1999-12-01  Dave Love  <fx@gnu.org>
5725         * delsel.el: Grok skeleton-pair-insert-maybe.
5727 1999-11-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5729         * progmodes/cperl-mode.el (cperl-under-as-char):
5730         Use nil as default.
5732 1999-11-30  Gerd Moellmann  <gerd@gnu.org>
5734         * speedbar.el (toplevel): Remove compatibility code for Emacs
5735         versions without custom.el.
5737 1999-11-30  Dave Love  <fx@gnu.org>
5739         * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
5741         * autoinsert.el: Minor doc fixes.
5742         (auto-insert): Return nil.
5744         * faces.el (set-face-documentation): Purecopy STRING.
5746 1999-11-29  Dave Love  <fx@gnu.org>
5748         * derived.el: Doc fixes, remove old backquote syntax.
5750         * cus-edit.el (custom-save-variables, custom-save-faces): Write a
5751         comment warning about editing.
5753         * help.el (help-mode-hook): Define.
5755 1999-11-29  Gerd Moellmann  <gerd@gnu.org>
5757         * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
5758         invalid translation of old-style backquote syntax to new syntax.
5760 1999-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
5762         * Makefile (DONTCOMPILE): Add term/internal.el.
5764 1999-11-26  Dave Love  <fx@gnu.org>
5766         * comint.el: Fix last change.
5768         * emacs-lisp/advice.el: Fix last change.
5770 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5772         * cus-edit.el (Custom-reset-standard): Doc fix.
5773         (custom-variable-reset-standard): Doc fix.
5774         (custom-face-reset-standard): Doc fix.
5775         (custom-face-menu): "Reset to Standard" => "Erase Customization".
5776         (custom-variable-menu): Likewise.
5777         (custom-reset-menu): Likewise.
5778         (custom-buffer-create-internal): Likewise.
5780 1999-11-26  Dave Love  <fx@gnu.org>
5782         * progmodes/make-mode.el (makefile-mode-hook): Customize.
5784         * font-lock.el: Doc fixes.
5786         * menu-bar.el (menu-bar-mode): Customize.
5788         * cus-start.el: Add use-dialog-box.
5790         * add-log.el (change-log-mode-hook): Customize.
5791         (add-log-current-defun): Use
5792         fortran-{beginning,end}-of-subprogram.
5794 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5796         * emacs-lisp/advice.el: Many doc fixes.
5798         * comint.el (comint-preoutput-filter-functions): Doc fix.
5800 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5802         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5803         Improve messages for capitalization of arg names,
5804         for flag variables, for t and nil, for imperatives.
5805         Call them imperatives rather than infinitives sans "to".
5806         (checkdoc-common-verbs-wrong-voice): Add "moves".
5807         (checkdoc-message-text-engine): Improve messages for y-or-n-p.
5809         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5810         Don't convert comments from 3-semicolon to 2-semicolon.
5811         That is a matter of style.
5812         (checkdoc-triple-semi-comment-check-flag): Variable deleted.
5813         (checkdoc-comments): Don't bind that variable.
5815 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5817         * files.el (write-file-hooks): Doc fix.
5819 1999-11-26  Gerd Moellmann  <gerd@gnu.org>
5821         * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
5823 1999-11-25  Dave Love  <fx@gnu.org>
5825         * hippie-exp.el: Require comint when compiling.
5826         (hippie-expand): Add :links.
5827         (hippie-expand-try-functions-list): Customize.
5829 1999-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
5831         * viper*el: Replaced old-style backquotes.
5833         * ediff*el: Replaced old-style backquotes.
5835         * ediff-merge
5836         (ediff-looks-like-combined-merge,ediff-get-combined-region):
5837         Changed to support the new format for ediff-combination-pattern.
5839         * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
5840         Changed to support the new format for ediff-combination-pattern.
5842 1999-11-24  Dave Love  <fx@gnu.org>
5844         * custom.el (custom-declare-group): Purecopy DOC.
5845         (custom-handle-keyword): Purecopy VALUE.
5846         (custom-add-link): Purecopy WIDGET.
5847         (custom-add-version): Purecopy VERSION.
5848         (custom-add-load): Purecopy LOAD.
5850         * cus-face.el (custom-declare-face): Purecopy DOC.
5852         * info.el:
5853         (Info-build-node-completions, Info-search, Info-follow-reference)
5854         (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
5855         (Info-find-emacs-command-nodes): Avoid properties on matched text
5856         which may appear in minibuffer.
5858 1999-11-24  Gerd Moellmann  <gerd@gnu.org>
5860         * locate.el (locate-with-filter): Doc fix.
5862 1999-11-24  Alex Schroeder  <alex@gnu.org>
5864         * sql.el (sql-find-sqli-buffer): New function.
5865         (sql-set-sqli-buffer-generally): New function.
5866         (sql-set-sqli-buffer): Better checking of new-buffer.
5867         (sql-copy-column): Add comma after INTO clause, too.
5869 1999-11-24  Alex Schroeder  <alex@gnu.org>
5871         * sql.el (sql-imenu-generic-expression): New, used to set
5872         imenu-generic-expression.
5874         * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
5875         setting font-lock-defaults' SYNTAX-ALIST.  Set
5876         imenu-generic-expression, imenu-case-fold-search, and
5877         imenu-syntax-alist.
5879         * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
5880         and 46 when setting font-lock-defaults' SYNTAX-ALIST.
5882 1999-11-23  Andrew Innes  <andrewi@gnu.org>
5884         * w32-win.el (w32-drag-n-drop): Load files in current window, if
5885         drop coords aren't over a specific window.
5887 1999-11-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5889         * ps-print.el: Define mule funs without checking if mule package is
5890         loaded.
5891         (ps-print-version): New version number (5.0.1).
5892         (ps-header-dirpart): Now uses abbreviate-file-name.
5894 1999-11-23  Dave Love  <fx@gnu.org>
5896         * progmodes/fortran.el (fortran-comment-line-start): Renamed from
5897         comment-line-start.
5898         (fortran-comment-line-start-skip): Renamed from
5899         comment-line-start-skip.
5900         (fortran-mode-map): Use renamed functions.  Add manual and custom
5901         entries to menu.
5902         (fortran-mode-hook): Customize.
5903         (fortran-comment-indent-function): Renamed from
5904         fortran-comment-hook.
5905         (delete-horizontal-regexp): Function deleted.
5906         (fortran-electric-line-number): Simplified.
5907         (fortran-beginning-of-subprogram): Renamed from
5908         beginning-of-fortran-subprogram.
5909         (fortran-end-of-subprogram): Renamed from
5910         end-of-fortran-subprogram.
5911         (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
5912         (fortran-previous-statement, fortran-next-statement): Simplified.
5913         (fortran-blink-match): New function.
5914         (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
5915         (fortran-indent-to-column): Don't use delete-horizontal-regexp.
5916         (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
5917         line-end-position.
5918         (fortran-fill): No longer interactive.  Simplified.
5919         (fortran-break-line): Simplified.
5920         (fortran-analyze-file-format): Use char-after, not looking-at.
5922         * emacs-lisp/find-func.el (find-function-regexp): Use
5923         `define-minor-mode' after easy-menu change.
5925 1999-11-23  Gerd Moellmann  <gerd@gnu.org>
5927         * comint.el: Add redirection.from active comint buffers into
5928         another buffer.  Written by Peter Breton.
5930 1999-11-23  Stefan Monnier  <monnier@cs.yale.edu>
5932         * emacs-lisp/autoload.el (make-autoload): Recognize the new
5933         `define-minor-mode'.
5934         (define-minor-mode): Specify `doc-string-elt'.
5936         * emacs-lisp/easy-mmode.el: Changed maintainer.
5937         (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
5938         Use defcustom for the hooks; Improve the auto-generated docstrings.
5939         (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
5940         (define-minor-mode): Add BODY arg; Only declare the keymap if
5941         provided; Improve the auto-generated docstrings.
5943 1999-11-22  Gerd Moellmann  <gerd@gnu.org>
5945         * textmodes/text-mode.el (text-mode): Construct paragraph-start so
5946         that the leading `^' is at the start.  This is necessary because
5947         paragraphs.el tries to remove anchors, but can find them only if
5948         they are the first character.
5950         * progmodes/antlr-mode.el: New file.
5952         * calendar/calendar.el: Fix autoload for
5953         calendar-absolute-from-astro.  Add autoload for
5954         calendar-print-astro-day-number.
5956 1999-11-21  Anders Lindgren  <andersl@andersl.com>
5958         * follow.el: Use modern backquote syntax.  Minor comment update.
5960 1999-11-21  Gerd Moellmann  <gerd@gnu.org>
5962         * simple.el (with-syntax-table): Don't switch buffers.
5964         * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
5965         progmodes/hideif.el: Use new backquote syntax.
5967 1999-11-21  Ken Manheimer  <klm@python.org>
5969         * icomplete.el (icomplete-completions): Use an explicit variable
5970         `icomplete-prospects-length', obviating the need to use an
5971         apparently faulty throw/catch arrangement.
5973 1999-11-21  Eli Zaretskii  <eliz@is.elta.co.il>
5975         * term/internal.el (IT-display-table-setup): Don't overstep
5976         character code 255.
5978 1999-11-20  Kenichi Handa  <handa@mule.m17n.org>
5980         * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
5981         for the charset chinese-sisheng is 7bit encoding, not 8bit.
5983 1999-11-19  Stefan Monnier  <monnier@cs.yale.edu>
5985         * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
5986         `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
5988         * files.el (auto-mode-alist): Add patterns for diff-mode.
5990         * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
5991         to detect an empty prompt.
5993 1999-11-18  Dave Love  <fx@gnu.org>
5995         * simple.el (input-mode-8-bit): Fix the customization.
5997 1999-11-18  Gerd Moellmann  <gerd@gnu.org>
5999         * international/iso-acc.el (iso-languages): Add more
6000         characters for Portuguese.
6002         * speedbar.el: Clean up comment at the start of the file.
6003         Remove RCS id.
6005         * progmodes/compile.el (compilation-parse-errors): Use
6006         compilation-buffer-p instead of testing major-mode.
6008 1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
6010         * quickurl.el Added defcustom of quickurl-completion-ignore-case.
6011         (quickurl-ask): completion-ignore-case is set to the value of
6012         quickurl-completion-ignore-case for the duration of the call to
6013         completing-read.
6015 1999-11-18  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6017         * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
6019 1999-11-18  Kenichi Handa  <handa@etl.go.jp>
6021         * ps-vars.el: Renamed from ps-print-def.el.  Provide ps-vars
6022         instead of ps-print-def.
6024         * ps-print.el: Require ps-vars instead of ps-print-def.
6026         * ps-mule.el: Require ps-vars instead of ps-print-def.
6028 1999-11-17  Gerd Moellmann  <gerd@gnu.org>
6030         * simple.el (with-syntax-table): Save buffer explicitly instead of
6031         using save-excursion.
6033 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
6035         * mail/supercite.el: New maintainer.
6037 1999-11-16  Reto Zimmermann  <reto@synopsys.com>
6039         * progmodes/vhdl-mode.el: Use new backquote syntax.
6041 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
6043         * simple.el (with-syntax-table): New.
6045 1999-11-15  Sam Steingold  <sds@ksp.com>
6047         * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
6049 1999-02-22  Sam Steingold  <sds@goems.com>
6051         * goto-addr.el (goto-address-at-mouse,
6052         goto-address-find-address-at-point): Use compose-mail.
6053         (goto-address-mail-method): Removed variable.
6054         (goto-address-send-using-mh-e, goto-address-send-using-mhe,
6055         goto-address-send-using-mail): Removed functions.
6057 1998-11-03  Sam Steingold  <sds@goems.com>
6059         * simple.el (backward-delete-char-untabify):
6060         backward-delete-char-untabify-method can be `all' now - to delete
6061         hungrily including newlines.
6063 1999-11-15  Sam Steingold  <sds@ksp.com>
6065         * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
6067 1999-11-15  Dave Love  <fx@gnu.org>
6069         * cus-edit.el (customize-face, customize-face-other-window):
6070         Require match from completing-read.
6071         (custom-buffer-done-function): Default to custom-bury-buffer, not
6072         bury-buffer.
6074 1999-11-15  Gerd Moellmann  <gerd@gnu.org>
6076         * mail/rmail.el, iswitchb.el, hippie-exp.el,
6077         progmodes/cperl-mode.el: Use new backquote syntax.
6079 1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
6081         * uniquify.el: Use new backquote syntax.
6083 1999-11-14  Markus Rost  <rost@ias.edu>
6085         * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
6086         as in ispell-local-dictionary-alist.
6088 1999-11-14  Alex Schroeder  <alex@gnu.org>
6090         * ansi-color.el (ansi-color-apply): Updated regexps to include
6091         highlighted face.
6093 1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
6095         * forms.el (forms--make-format-elt-using-text-properties):
6096         Treat `intangible' differently.
6098         * forms.el: Use new backquote syntax.
6100 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
6102         * textmodes/scribe.el (scribe-mode): Doc-fix.
6104 1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
6106         * net-utils.el (run-network-program, net-utils-run-program): Use
6107         the new backquote syntax.
6108         (smbclient-program, smbclient-program-options)
6109         (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
6110         variables
6111         (smbclient, smbclient-list-shares): New functions
6113 1999-11-12  Sam Steingold  <sds@ksp.com>
6115         * emulation/viper-init.el (viper-deflocalvar, viper-loop)
6116         (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
6117         (viper-kbd-buf-definition, viper-kbd-mode-alist)
6118         (viper-kbd-mode-pair, viper-kbd-mode-definition)
6119         (viper-kbd-global-pair, viper-kbd-global-definition):
6120         Use the new backquote syntax.
6122         * emulation/viper-cmd.el (viper-test-com-defun)
6123         (viper-prefix-arg-value, viper-prefix-arg-com):
6124         Use the new backquote syntax.
6126         * emacs-lisp/debug.el (debugger-env-macro):
6127         Use the new backquote syntax.
6129         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
6130         Use the new backquote syntax.
6132         * calendar/calendar.el (calendar-remove-frame-by-deleting):
6133         New user variable.
6134         (calendar-hide-window): Use it.
6135         (increment-calendar-month, calendar-for-loop, calendar-sum):
6136         Use the new backquote syntax.
6138 1999-11-12  Andrew Innes  <andrewi@gnu.org>
6140         * select.el (x-set-selection): Call buffer-substring, not
6141         substring.  Also fix docstring
6143 1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
6145         * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
6146         of customizable variables to bug report message. Added
6147         system-type to package name in bug report.
6149 1999-11-12  Gerd Moellmann  <gerd@gnu.org>
6151         * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
6152         to display file names.
6154 1999-11-11  Gerd Moellmann  <gerd@gnu.org>
6156         * mwheel.el: Fix copyright notice, don't require 'cl at run time.
6158         * isearch.el: Add lazy-highlighting feature.
6160 1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
6162         * progmodes/ps-mode.el (ps-mode-maintainer-address): New
6163         constant.
6164         (ps-mode-submit-bug-report): New function. Entry added to menu.
6166 1999-11-10  William M. Perry  <wmperry@aventail.com>
6168         * mwheel.el: New file to support the new style wheeled mice.
6170 1999-11-10  Gerd Moellmann  <gerd@gnu.org>
6172         * startup.el (initial-scratch-message): Add ";;" to the front of
6173         lines in the message.
6175         * files.el (file-local-copy): Remove optional BUFFER argument
6176         because that's not used by anything.
6178         * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
6179         to-address.
6181 1999-11-08  Markus Rost  <rost@ias.edu>
6183         * wid-edit.el (widget-button-click): Wrap with save-excursion
6184         to restore track-mouse in the correct buffer.
6186 1999-11-08  Gerd Moellmann  <gerd@gnu.org>
6188         * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
6190 1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
6192         * progmodes/ps-mode.el (ps-mode-print-function): Changed default
6193         lpr-command to "lp" for some system-types. (copied from lpr.el
6194         Emacs version 20.2.1).
6196 1999-11-04  Markus Rost  <rost@ias.edu>
6198         * simple.el (comment-region): Strip off white space at end of
6199         comment-start.
6201 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
6203         * faces.el (secondary-selection): Fix wrong color name.
6205 1999-11-04  John Tobey  <jtobey@epsilondev.com>
6207         * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
6208         the default when invoking perldb in a non-Perl buffer, and other
6209         cases involving -e or --.
6211 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
6213         * simple.el (previous-matching-history-element)
6214         (next-history-element): Use delete-field instead of erase-field.
6216         * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
6217         Use delete-field instead of erase-field.
6219         * faces.el (secondary-selection): Change background to yellow.
6221         * complete.el (PC-do-completion): Use minibuffer-prompt-end to
6222         find the start of the text.  Use field-string to read the user
6223         input.
6225 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
6227         * faces.el (make-face-bold, make-face-unbold, make-face-italic)
6228         (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
6229         for compatibility with old face implementation.
6231         * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
6232         Use erase-field instead of erase-buffer.
6234         * frame.el (blink-cursor-mode, blink-cursor-end): Use
6235         internal-show-cursor with new interface.
6236         (blink-cursor-timer-function): New.
6237         (blink-cursor-start): Use blink-cursor-timer-function.
6239 1999-11-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6241         * calendar.el (redraw-calendar): Move to nearest date before
6242         redrawing.
6244         * diary-lib.el (simple-diary-display): Reset modeline even if
6245         there are no diary entries since the diary buffer may be displayed.
6247 1999-11-03  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6249         * emacs-lisp/debug.el (debug): If noninteractive, display the
6250         backtrace using `message', then exit Emacs.
6251         (debugger-batch-max-lines): New variable.
6252         (debugger-setup-buffer): New subroutine, broken out of `debug'.
6253         Change the messages put at the start, to say that the debugger
6254         was entered.
6256 1999-11-02  Sam Steingold  <sds@ksp.com>
6258         * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
6260 1999-11-01  John Tobey  <jtobey@epsilondev.com>
6262         * gud.el: (gud-perldb-massage-args): Massage correctly in the
6263         presence of perl switches other than "-e".
6265 1999-11-01  Markus Rost  <rost@ias.edu>
6267         * dired-x.el (dired-smart-shell-command): Use
6268         shell-command-history as in shell-command.
6270 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6272         * userlock.el (ask-user-about-lock): Doc fix.
6274         * frame.el: Doc fixes.
6276 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
6278         * frame.el (blink-cursor-mode): Call internal-show-cursor instead
6279         of show-cursor.
6280         (blink-cursor-start, blink-cursor-end): Ditto.
6282         * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
6284 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6286         * window.el (walk-windows): If ALL-FRAMES is a frame,
6287         start on that frame.  Use save-selected-window.
6289 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
6291         * simple.el (end-of-buffer): Use window-end to find the window end
6292         instead of vertical-motion because this handles variable-height
6293         lines correctly.
6295 1999-11-01  Michael Kifer  <kifer@cs.sunysb.edu>
6297         * ediff.el: Version change.
6299         * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
6300         make sure you are in a good frame before deleting other
6301         windows.
6302         (ediff-file-checked-in-p): Don't consider CVS
6303         files checked in.
6304         (ediff-make-temp-file,ediff-make-empty-tmp-file):  Make sure you
6305         are writing to a newly created empty file.
6307         * ediff-mult.el (ediff-show-session-group-hook): New default.
6309         * ediff-vers.el (ediff-pcl-cvs-view-revision):
6310         First cd to the file directory. reportedly works
6311         better with remote files.
6313         * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
6314         Use file-name-nondirectory when passing files to CVS.
6316         * ediff-diff.el (ediff-cmp-options): New variable.
6317         (ediff-same-file-contents): Use ediff-cmp-options.
6319         * ediff-ptch.el (ediff-prompt-for-patch-buffer,
6320         ediff-get-patch-buffer): Use current buffer if it appears to be a
6321         patch.
6323         * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
6324         C-g
6326         * viper-util.el (viper-nontrivial-find-file-function): Deleted.
6327         (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
6328         (viper-save-cursor-color,viper-restore-cursor-color):
6329         Improved cursor color handling.
6330         (viper-get-saved-cursor-color-in-replace-mode,
6331         viper-get-saved-cursor-color-in-insert-mode): New functions for
6332         better cursor color handling.
6334         * viper-ex.el (ex-read,ex-edit):
6335         Fixes for correct interpretation of #,%.
6336         (viper-ex): Now works correctly when called from other functions.
6337         (viper-glob-function): New variable.
6338         (viper-ex): Save excursion before doing :global.
6340         * viper-mous.el (viper-counting-clicks-p): Bug fixes.
6342         * viper-cmd.el (viper-post-command-sentinel,
6343         viper-insert-state-post-command-sentinel,
6344         viper-insert-state-pre-command-sentinel): Takes better care of
6345          cursor colors.
6347         * viper.el: Version change.
6349 1999-10-31  Rajesh Vaidheeswarran  <rv@dsmit.com>
6351         * whitespace.el (whitespace-update-modeline): Bugfix to ensure
6352         that the modeline display was updated *only* when
6353         `whitespace-display-in-modeline' was set, not otherwise.
6355 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
6357         * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
6358         "frac12".
6360         * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
6361         ad-activate.
6363 1999-10-30  Rajesh Vaidheeswarran  <rv@dsmit.com>
6365         * whitespace.el: Test for existence of `defcustom' and `defgroup'
6366         using fboundp instead of assuming that these are not present in
6367         particular flavors of emacs.
6368         (whitespace-version): Update to 2.8
6369         (whitespace-display-in-modeline): Add custom variable to control
6370         displaying the whitespace errors on the modeline based on
6371         suggestion from <klaus.berndl@sdm.de>
6372         (whitespace-buffer): Now returns `t' if unclean and `nil' if
6373         clean, to enable using as a hook function, as suggested by Puneet
6374         Goel <puneet@computer.org>
6375         (whitespace-buffer): Fix a subtle bug that cleaned up only if
6376         quiet was not set, even with whitespace-auto-cleanup set.
6377         (whitespace-mode-line): Now uses less modeline real estate and
6378         shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
6379         which is present in the file, and <y> is any type of whitespace
6380         whose check has been suppressed by setting
6381         `whitespace-check-<whitespace-type>' to nil.
6382         (whitespace-unchecked-whitespaces): New function to return the
6383         list of whitespaces for whom checks have been suppressed.
6384         (whitespace-display-unchecked-whitespaces): Renamed to
6385         `whitespace-update-modeline' to reflect its functionality.
6387 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
6389         * progmodes/compile.el (compilation-error-regexp-alist):
6390         Undo previous change.
6392 1999-10-28  Dave Love  <fx@gnu.org>
6394         * help.el (help-follow): Make arg optional again and really
6395         default to point.
6397 1999-10-28  Gerd Moellmann  <gerd@gnu.org>
6399         * paths.el (rmail-file-name): Make it an option.
6401         * progmodes/ada-mode.el, progmodes/ada-prj.el,
6402         progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
6403         comment fixes.
6405         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
6406         MIPS Pro 7.3 compiler error message syntax.
6408 1999-10-27  Dave Love  <fx@gnu.org>
6410         * progmodes/compile.el: Checkdoc-inspired fixes.
6412 1999-10-27  Gerd Moellmann  <gerd@gnu.org>
6414         * lpr.el (print-buffer): Doc-string fix.
6416 1999-10-27  Dave Love  <fx@gnu.org>
6418         * emacs-lisp/advice.el: Doc fixes.
6419         (ad-lemacs-p): Removed.
6420         (advice): Add :link to defgroup.
6422 1999-10-27  Kenichi Handa  <handa@etl.go.jp>
6424         * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
6425         last-coding-system-used by the call of ange-ftp-set-ascii-mode.
6427 1999-10-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6429         * window.el (walk-windows): If ALL-FRAMES is a frame,
6430         start on that frame.  Use save-selected-window.
6432 1999-10-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6434         * emacs-lisp/advice.el (ad-activate-internal): Renamed from
6435         ad-activate.  All callers changed, including those in data.c.
6436         (ad-activate-internal-off): Renamed from ad-activate-off.
6437         All uses changed.
6438         (ad-activate): Renamed from ad-activate-on.  All uses changed.
6439         (ad-start-advice, ad-stop-advice, ad-recover-normality):
6440         Alter the definition of ad-activate-internal, not ad-activate.
6442 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
6444         * startup.el (command-line-1): Add support for command line
6445         arguments `file' and `execute'.  Fix handling of `visit'.
6447 1999-10-26  Kenichi Handa  <handa@etl.go.jp>
6449         * international/mule-cmds.el (read-input-method-name): Handle the
6450         case that the arg DEFAULT is symbol.
6452         * international/mule-diag.el (mule-diag): Handle the case that
6453         default-input-method is symbol.
6455 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
6457         * textmodes/tildify.el: New file.
6459 1999-10-25  Sam Steingold  <sds@ksp.com>
6461         * Makefile (compile-files): Fixed the "tr" strings.
6462         (EMACS): Set to ../src/emacs.
6464 1999-10-25  Gerd Moellmann  <gerd@gnu.org>
6466         * info.el (Info-build-node-completions): Add '("*") to the
6467         completion list.
6469 1999-10-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6471         * frame.el (auto-raise-mode): When enabling the mode,
6472         immediately raise the selected frame.
6474         * indent.el (indent-region): Doc fix.
6476         * comint.el (comint-output-filter): Make the Comint buffer current
6477         for the comint-preoutput-filter-functions.
6479         * mail/reporter.el: Doc fix.
6481 1999-10-24  Stephen Eglen  <stephen@gnu.org>
6483         * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
6484         that Octave lisp files can also run under XEmacs 20.
6485         (require 'custom) added so that files can run under Emacs 19.34.
6487         * iswitchb.el (iswitchb-default-keybindings): No need to use
6488         read-kbd-macro in keybindings.
6490 1999-10-23  Dave Love  <fx@gnu.org>
6492         * elide-head.el: New file.
6494 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
6496         * Makefile (compile-files, backup-compiled-files): New targets.
6497         (bootstrap, bootstrap-clean): Ditto.
6499 1999-10-22  Paul Eggert  <eggert@twinsun.com>
6501         * international/mule-cmds.c (locale-language-names):
6502         Use Latin-1 (not Latin-3) for Afrikaans, Galician.
6503         Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
6504         Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
6505         Use Latin-8 for Welsh.
6506         Use Latin-1 for English if "en" is explicitly specified.
6507         Use Latin-1 for Scots Gaelic, Tagalog.
6508         Use Latin-1 (not Latin-4) for Greenlandic.
6509         Use Latin-1 (not Latin-2) for Albanian.
6510         (locale-preferred-coding-systems, locale-language-names):
6511         Remove generic ISO 8859 locales; locale-charset-language-names now
6512         does this.
6513         (locale-charset-language-names): New variable.
6514         (set-locale-environment): Use language name specified by
6515         locale-charset-language-names if its charsets disagree with the
6516         language name specified by locale-language-names.
6518 1999-10-22  Dave Love  <fx@gnu.org>
6520         * make-mode.el: Minor doc fixes.
6522         * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
6524 1999-10-21  Dave Love  <fx@gnu.org>
6526         * loadup.el: Add latin-8, latin-9.
6528 1999-10-20  Paul Eggert  <eggert@twinsun.com>
6530         * disp-table.el (standard-display-european): Remove undocumented
6531         arg AUTO; no longer used by startup.el.  Do not attempt to treat
6532         all non-English language environments as coding system names.
6533         Instead, use the downcased language environment name as a coding
6534         system name if it is one; otherwise, use latin-1.
6536 1999-10-20  Gerd Moellmann  <gerd@gnu.org>
6538         * dired.el (dired-move-to-filename-regexp): Fix long comment lines
6539         that were split so that part of the comment appeared as Lisp code.
6541 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6543         * ps-bdf.el: Doc fix.
6545         * ps-print-def.el: New file: common definitions for all parts of
6546         ps-print.
6547         (ps-multibyte-buffer): Moved from ps-mule.
6549         * ps-mule.el: File dependence fix.
6550         (ps-multibyte-buffer): Moved to ps-print-def.
6552         * ps-print.el: Doc fix, better customization.
6553         (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
6554         (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
6555         (ps-end-file): Doc fix.
6556         (ps-setup, ps-begin-file): Fun fix.
6557         (postscript): New group.
6558         (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
6559         (ps-print-prologue-1): Adjust PostScript programming.
6560         (ps-print): Adjust group hierarchy.
6561         (ps-print-n-up, ps-print-zebra, ps-print-background,
6562         ps-print-printer)
6563         (ps-print-page): New subgroups.
6564         (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
6565         (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
6566         (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
6567         (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
6568         (ps-zebra-stripe-height, ps-print-background-image)
6569         (ps-print-background-text, ps-spool-config): Adjust customization.
6570         (dos-ps-printer): Definition eliminated.
6572 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6574         * ps-mule.el: Doc fix, define functions properly if mule package is
6575         loaded or not.
6576         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
6577         mule package is loaded or not.
6579         * ps-print.el: Doc fix, n-up printing.
6580         (ps-print-version): New version number (5.0).
6581         (ps-page-dimensions-database): Added document media.
6582         (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
6583         (ps-page-order, ps-printing-region-p): New vars.
6584         (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
6585         funs.
6586         (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
6587         (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
6588         (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
6589         (ps-n-up-xstart, ps-n-up-ystart): New macros.
6590         (ps-print-begin-sheet-hook): New hook.
6591         (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
6592         const.
6593         (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
6594         (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
6595         (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
6596         (ps-count-lines): Changed to defun.
6597         (ps-header-page): Changed to defsubst, fix fun.
6598         (ps-printing-region): Doc fix, adjust programming code.
6599         (ps-output-boolean, ps-background-pages, ps-background-text)
6600         (ps-background-image, ps-background, ps-get-boundingbox): Adjust
6601         programming code.
6603 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6605         * ps-print.el: Doc fix, duplex and setpagedevice configuration.
6606         (ps-print-version): New version number (4.2).
6607         (ps-spool-config, ps-spool-tumble): New vars.
6608         (ps-print-prologue-1): Changed to defconst, adjust PostScript
6609         programming, new PostScript procedure to handle errors.
6610         (ps-print-prologue-2): Changed to defconst.
6611         (ps-print-duplex-feature): New const: duplex and tumble setting.
6612         (ps-setup, ps-begin-file): Fix funs.
6613         (ps-boolean-capitalized): New fun.
6615 1999-10-19  Stefan Monnier  <monnier@cs.yale.edu>
6617         * Makefile (dontcompilefiles): Obsoleted.
6618         (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
6619         (EL): Unused.
6620         (temacs): Removed (unused).
6621         (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
6622         version of the file (necessary for the update to work properly).
6623         (autoloads): Force the use of `pwd`/loaddefs.el.
6624         (updates); Redefined in terms of other targets to reduce redundancy.
6625         (.el.elc): New default rule, just in case you want it.
6626         (compile): Use a single invocation of Emacs.
6627         (bootstrap-compile); Unneeded.
6628         (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
6630 1999-10-19  Dave Love  <fx@gnu.org>
6632         * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
6634 1999-10-19  Sam Steingold  <sds@ksp.com>
6636         * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
6637         comply with the comment.
6639 1999-10-19  Gerd Moellmann  <gerd@gnu.org>
6641         * autorevert.el (auto-revert-mode): Make auto-revert-mode
6642         permanent-local.
6644 1999-10-19  Peter Kleiweg  <kleiweg@let.rug.nl>
6646         * progmodes/ps-mode.el (ps-mode-print-function): Fix default
6647         value: \"lpr\" changed to "lpr"
6648         (ps-mode-version): New constant
6649         (ps-mode-show-version): New function, added key in ps-mode-map
6650         (ps-run-messages): Removed
6651         (ps-run-font-lock-keywords-2): New defcustom variable replacing
6652         ps-run-messages. These keywords now include the value of
6653         ps-run-prompt, making its fontification customizable.
6654         (ps-run-init): Removed \\n from docstring, it is now added when
6655         the value is used
6656         (ps-run-font-lock-keywords-1): Added checking for initial ^ in
6657         ps-run-prompt
6658         (ps-mode): Added ps-run-font-lock-keywords-2 to list of
6659         customizable variables in doc-string (its equivalent
6660         ps-run-messages was missing in previous version of the doc-string)
6661         (ps-run-mode): Simplified assignment to font-lock-defaults, using
6662         symbols only
6664 1999-10-19  Alex Schroeder  <alex@gnu.org>
6666         * ansi-color.el: Complete rewrite.
6668 1999-10-19  Paul Eggert  <eggert@twinsun.com>
6670         Fix bootstrapping problems.
6671         Use the system locale to specify Emacs locale defaults.
6673         * international/mule-cmds.el (global-map):
6674         Do not use backquote, because that makes a bootstrapping
6675         problem if you need to recompile all Lisp files using interpreted code.
6676         * international/mule.el (charset-id, charset-bytes,
6677         charset-dimension, charset-chars, charset-width,
6678         charset-direction, charset-iso-final-char,
6679         charset-iso-graphic-plane, charset-reverse-charset,
6680         charset-short-name, charset-long-name, charset-description,
6681         charset-plist): Likewise.
6682         * subr.el (save-match-data): Likewise.
6684         * international/mule-cmds.el
6685         (set-display-table-and-terminal-coding-system): New function,
6686         containing code migrated out of set-language-environment.
6687         (set-language-environment, set-locale-environment): Use it.
6688         (locale-translation-file-name): Moved here from startup.el.
6689         (locale-language-names, locale-preferred-coding-systems):
6690         New vars.
6691         (locale-name-match, set-locale-environment): New functions.
6693         * language/japan-util.el (setup-japanese-environment-internal):
6694         Prefer japanese-iso-8bit if the system-type is usg-unix-v.
6696         * startup.el (iso-8859-n-locale-regexp): Remove.
6697         (locale-translation-file-name): Move to mule-cmds.el.
6698         (command-line): Move locale-stuff into set-locale-environment.
6700 1999-10-18  Dave Love  <fx@gnu.org>
6702         * abbrev.el (add-abbrev, inverse-add-abbrev)
6703         (expand-region-abbrevs): Remove properties from buffer text.
6705 1999-10-17  Gerd Moellmann  <gerd@gnu.org>
6707         * iswitchb.el (iswitchb-exhibit): Extract user-input only
6708         from the mini-buffer, without the prompt.
6710         * simple.el (minibuffer-prompt-end): Return the position
6711         after the prompt, not the position of that last character
6712         of the prompt.
6714 1999-10-17  Miles Bader  <miles@gnu.org>
6716         * simple.el: Doc fixes.
6718 1999-10-17  Miles Bader  <miles@gnu.org>
6720         * simple.el (previous-matching-history-element, next-history-element):
6721         Change to work correctly even if the point is in the prompt.
6722         (choose-completion-string): Likewise.
6723         (minibuffer-prompt-width): New function (compatibility with old subr).
6725         * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
6726         When constraining the final position to the current field,
6727         don't use the ONLY-IN-LINE mode of constrain-to-field.
6729 1999-10-17  Miles Bader  <miles@gnu.org>
6731         * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
6732         constrain-to-field.
6733         * textmodes/paragraphs.el (forward-sentence): Likewise.
6735 1999-10-17  Miles Bader  <miles@gnu.org>
6737         * simple.el (line-move): Use constrain-to-field to avoid
6738         moving into a prompt.
6739         (previous-complete-history-element): Clarify doc string.
6740         (next-complete-history-element): Likewise.
6741         Use field-beginning instead of point-min.
6742         (next-matching-history-element): Use field-beginning and
6743         erase-field instead of point-min and erase-buffer.
6744         * textmodes/paragraphs.el
6745         (forward-paragraph, forward-sentence): Likewise.
6746         (backward-kill-paragraph, backward-kill-sentence): Remove code to
6747         constrain the kill to an field, as the movement commands now
6748         do this.
6750 1999-10-17  Miles Bader  <miles@gnu.org>
6752         * simple.el (previous-matching-history-element): Get the
6753         minibuffer input with field-string instead of buffer-string.
6754         (choose-completion-string): Likewise.
6755         (next-history-element): Likewise.
6756         Erase the minibuffer input with erase-field, not erase-buffer.
6757         Use field-beginning to find the beginning of the input.
6758         * textmodes/paragraphs.el (backward-kill-sentence):
6759         Remove minibuffer-prompt hack.
6760         Constrain to any input field.
6762 1999-10-17  Sam Steingold  <sds@ksp.com>
6764         * bindings.el (completion-ignored-extensions): Added ".sparcf"
6765         for CMUCL on sparc and ".ufsl" for LispWorks.
6766         (bound-and-true-p): Bugfix: free variable `v'.
6768 1999-10-16  Dave Love  <d.love@dl.ac.uk>
6770         * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
6771         (edebug-uninstall-read-eval-functions): Use load-read-function,
6772         avoiding elisp-eval.
6774 1999-10-16  Sam Steingold  <sds@ksp.com>
6776         * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
6777         instead of `eql'.
6779 1999-10-14  Stefan Monnier  <monnier@cs.yale.edu>
6781         * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
6782         * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
6783         (browse-url-temp-file-list, browse-url-delete-temp-file-list):
6784         * ediff-util.el (ediff-make-temp-file):
6785         * ediff-vers.el (ediff-pcl-cvs-view-revision):
6786         * emerge.el (emerge-make-temp-file):
6787         * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
6788         * vc.el (vc-update-change-log):
6789         * mail/mailpost.el (post-mail-send-it):
6790         * mail/metamail.el (metamail-region):
6791         * progmodes/cmacexp.el (c-macro-expansion):
6792         * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
6794 1999-10-15  Gerd Moellmann  <gerd@gnu.org>
6796         * smtpmail.el (smtpmail-via-smtp): Add support for
6797         automatically appending a domain to RCPT TO: addresses.
6799 1999-10-14  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6801         * dired.el (dired-insert-directory): Insert the amount of
6802         free space after the total size.
6803         (dired-free-space-program, dired-free-space-args): New variables.
6805 1999-10-14  Karl Heuer  <kwzh@gnu.org>
6807         * mail/rmail.el (rmail-pop-password-error): Add new pattern.
6809 1999-10-14  Dave Love  <fx@gnu.org>
6811         * international/characters.el:
6812         * international/fontset.el:
6813         * international/mule-conf.el: Add latin-iso8859-1[45].
6815         * language/european.el: Add Latin-8, Latin-9.  Modify some doc
6816         strings.
6818         * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
6819         (command-line): Detect Latin-[89] locales.
6821 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
6823         * international/mule-cmds.el (select-safe-coding-system)
6824         (leim-list-header): Avoid the use of strings that start with backslash
6825         newline since lread.c:read1 has a hack to turn those strings into
6826         integer 0 during the loadup.el process.
6828         * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
6830 1999-10-13  Dave Love  <fx@gnu.org>
6832         * image.el (insert-image): Copy the image spec and add an
6833         intangible property.
6835 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
6837         * help.el (help-xref-interned): Make it also work on variable-only
6838         and function-only symbols.
6839         (help-make-xrefs): Take advantage of the new `help-xref-interned'.
6840         (help-follow): If the point under mouse is not highlighted, try
6841         `help-xref-interned' on the pointed-to symbol anyway.
6843         * info.el (Info-on-current-buffer): New entry point.
6844         (Info-find-node): Split into two for Info-on-current-buffer to
6845         hook into it.
6846         (Info-current-file, Info-set-mode-line, Info-up):
6847         Info-current-file can now be t.
6848         (Info-clone-buffer-hook): Function for `clone-buffer'.
6849         (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
6850         Make `clone-buffer' available in various ways to the user.
6852 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
6854         * simple.el (shell-command, shell-command-on-region): Use
6855         make-temp-file.
6856         (clone-buffer, clone-process, clone-buffer-hook): New functions.
6858         * subr.el (with-current-buffer): Don't use backquotes to avoid
6859         bootstrapping problems.
6861         * loadup.el (load-path): Add subdirs for bootstrapping.
6862         (docstrings): Ignore errors during bootstrapping.
6863         (args): New `bootstrap' argument (for use in place of `dump').
6865 1999-10-12  Emmanuel Briot  <briot@gnat.com>
6867         * ada-stmt.el: Doc-string fixes.
6869 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
6871         * recentf.el: New file.
6873         * ps-mode.el: New file.
6875         * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
6876         case insensitive.
6878 1999-10-12  Richard Sharman  <rsharman@pobox.com>
6880         * sh-script.el: Added support for indenting existing scripts.
6881         (sh-mode-map): Added new bindings.
6882         (sh-mode): Updated mode doc-string for new commands, added
6883         make-local-variable calls, initialize mode-specific variables.
6884         (sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
6885         is now a different function.
6886         (sh-header-marker):  Changed docstring.
6887         (sh-set-shell): Initialize mode-specific variables.
6888         (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
6889         (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
6890         Changed these define-skeleton calls to work with user-specified
6891         indentation settings.
6892         (sh-basic-indent-line, sh-blink, sh-calculate-indent)
6893         (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
6894         (sh-electric-hash, sh-electric-less, sh-electric-rparen)
6895         (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
6896         (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
6897         (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
6898         (sh-guess-basic-offset, sh-handle-after-case-label)
6899         (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
6900         (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
6901         (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
6902         (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
6903         (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
6904         (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
6905         (sh-handle-this-then, sh-help-string-for-variable)
6906         (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
6907         (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
6908         (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
6909         (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
6910         (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
6911         (sh-remove-our-text-properties, sh-rescan-buffer)
6912         (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
6913         (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
6914         (sh-scan-case, sh-search-word, sh-set-char-syntax)
6915         (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
6916         (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
6917         functions.
6918         (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
6919         (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
6920         (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
6921         (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
6922         (sh-var-list): New variables.
6924 1999-10-12  Dave Pearson  <davep@hagbard.demon.co.uk>
6926         * quickurl.el (quickurl-list-insert): `count-lines' was returning
6927         a value one line to high if the cursor wasn't at the start of a
6928         line. A `beginning-of-line' is now performed before making the
6929         call to `count-lines'.
6931 1999-10-11  Stefan Monnier  <monnier@cs.yale.edu>
6933         * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
6935 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
6937         * Makefile (setwins): Abstract out the command to find subdirectories
6938         and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
6939         (custom-deps, finder-data, autoloads, update-subdirs, updates)
6940         (autoloads-with-other-emacs): Use it.
6942         * diff-mode.el: New file.  A mode for viewing/editing context diffs.
6944 1999-10-09  Gerd Moellmann  <gerd@gnu.org>
6946         * Makefile (bootstrap-compile): New target.  Compile Lisp
6947         files with ../src/temacs.
6949 1999-10-08  Dave Love  <fx@gnu.org>
6951         * ange-ftp.el: Require dired when compiling.
6952         (ange-ftp-normal-login): Allow EFS-style port specification.
6954 1999-10-08  Simon Marshall  <simon@gnu.org>
6956         * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
6957         (regexp-opt-group): Use it to get common suffixes in STRINGS.
6958         If STRINGS is nil, return "" rather than nil.
6960 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
6962         * Makefile (compile): Compile files one by one.  Set load-path to
6963         current directory and subdirectories when compiling.
6965 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
6967         * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
6968         (emacs): Use it everywhere instead of EMACS.
6969         (compile): New target.  Compile all Lisp files from scratch.
6970         (recompile): New target.  Recompile lisp directory.
6971         (autoloads-with-other-emacs): New target.  Build loaddefs.el with
6972         an Emacs executable not built in the current directory tree.
6974 1999-10-07  Peter Breton  <pbreton@ne.mediaone.net>
6976         * filecache.el (file-cache-completion-ignore-case): New variable,
6977         defaulting to the value of completion-ignore-case.
6978         (file-cache-minibuffer-complete): Use it.
6979         (file-cache-files-matching, file-cache-files-matching-internal):
6980         New functions.
6982 1999-10-07  Emmanuel Briot  <briot@gnat.com>
6984         * ada-xref.el: New file
6986         * ada-prj.el: New file
6988         * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
6990         * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
6991         subprogram being created.
6993         * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
6994         ada-indent-newline-indent): Rewritten to support the new indentation
6995         scheme
6997         * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
6998         New functions
7000         * ada-mode.el (ada-fill-comment-paragraph): Add support for the
7001         justification parameter
7003         * ada-mode.el (ada-make-body, ada-gen-treat-proc,
7004         ada-make-subprogram-body): Rewritten to benefit from the gnatstub
7005         external program
7007 1999-10-07  Dave Love  <fx@gnu.org>
7009         * bindings.el (bound-and-true-p): New macro.
7010         (make-mode-line-mouse-sensitive): Don't require easymenu.
7012 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
7014         * custom.el (defface): Extend documentation for new values of
7015         `type'.
7017         * faces.el (face-spec-set-match-display): Recognize `type' of
7018         `motif', `lucid', `x-toolkit'.
7019         (menu): New face.
7021 1999-10-05  Dave Love  <fx@gnu.org>
7023         * files.el: Recognize temporary crontab files.
7025         * info.el: Require jka-compr when compiling.
7026         (Info-suffix-list): Add bzip2 files (non-ms-dos only).
7028 1999-10-04  Dave Love  <fx@gnu.org>
7030         * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
7031         scroll-up-aggressively, scroll-down-aggressively.
7033         * time.el (display-time-mode): Add autoload cookie.
7035         * rect.el (delete-extract-rectangle): Doc fix from verna.
7037         * help-macro.el (three-step-help): Customize.
7039 1999-10-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7041         * hexl.el (hexlify-buffer): Move point in proper range
7042         if it is too large.
7043         (hexl-after-revert-hook): Update hexl-max-address.
7044         (hexl-address-to-marker): Doc fix.
7046 1999-10-03  Dave Love  <fx@gnu.org>
7048         * image.el (defimage): Remove redundant code.  Substitute file in
7049         image plist.
7051 1999-10-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7053         * vc.el (vc-backend-checkout): Use coding system 'no-conversion
7054         when doing with-temp-file.
7056 1999-10-01  Dave Love  <fx@gnu.org>
7058         * cus-edit.el (custom-comment-create): Fill :from and :to slots.
7060         * help.el: Require view when compiling.
7061         (view-emacs-FAQ): Use Info version.
7063 1999-09-29  Ken'ichi Handa  <handa@gnu.org>
7065         * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
7066         (normat->normal).  Use correct font names for Korean
7067         (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
7069 1999-09-29  Kenichi Handa  <handa@etl.go.jp>
7071         * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
7072         code not used by KOI8 to the same 8-bit code instead of mapping to
7073         SPC.
7074         (cyrillic-alternativnyj-decode-table): Likewise.
7076 1999-09-29  Alex Schroeder  <alex@gnu.org>
7078         * sql.el (sql-imenu-generic-expression): Aew, used to set
7079         imenu-generic-expression.
7080         (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
7081         font-lock-defaults' SYNTAX-ALIST.  Set imenu-generic-expression,
7082         imenu-case-fold-search, and imenu-syntax-alist.
7083         (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
7084         setting font-lock-defaults' SYNTAX-ALIST.
7086 1999-09-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7088         * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
7089         macro, try again.
7091 1999-09-28  Dave Love  <fx@gnu.org>
7093         * cus-edit.el (custom-comment): Change widget definition.
7094         (custom-comment-create, custom-comment-show)
7095         (custom-comment-invisible-p): Don't use :comment-overlay.
7096         (custom-comment-hide): New function.
7097         (custom-variable-set, custom-variable-save)
7098         (custom-variable-reset-standard, custom-face-set)
7099         (custom-face-save): Use it.
7101 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7103         * hexl.el (hexl-mode): Do nothing if already in hexl mode.
7105 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7107         * faces.el (region): Doc fix.
7109 1999-09-27  Dave Love  <fx@gnu.org>
7111         * isearch.el (isearch): Add :links in defgroup.
7112         (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
7113         (isearch-switch-frame-handler): Comment out (unused).
7114         (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
7115         (isearch-ring-retreat-edit): Doc fix.
7116         (isearch-mouse-yank): New command.
7117         (isearch-last-command-char): Removed.  Callers changed to use
7118         last-command-char.
7119         (isearch-char-to-string): Removed.  Callers changed to use
7120         char-to-string.
7122 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
7124         * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
7125         option for Russian.
7127 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
7129         * faces.el (face-differs-from-default-p): Compare face
7130         attributes individually.
7132         * image.el (put-image, insert-image): Add string argument.
7134 1999-09-24  Gerd Moellmann  <gerd@gnu.org>
7136         * ange-ftp.el (ange-ftp-date-regexp): Make it work for
7137         LANG=de_DE.iso88591 on HPUX 11.0.
7139         * dired.el (dired-move-to-filename-regexp): Make it work
7140         for LANG=de_DE.iso88591 on HPUX 11.0.
7142 1999-09-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7144         * info.el (info-initialize): Don't test existence of ALTERNATIVE
7145         if we know for some other reason it should not be used.
7147         * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
7148         New variable.
7149         (edebug-recursive-edit): Save current-prefix-arg there,
7150         bind it, and set it back at the end.
7151         (edebug-outside-excursion): Restore and update the outside
7152         value of current-prefix-arg.
7153         (edebug-emacs-version-specific): Delete support for Epoch.
7155 1999-09-24  Howard Melman  <howard@silverstream.com>
7157         * imenu.el (imenu-after-jump-hook): New variable.
7158         (imenu): Run menu-after-jump-hook.
7159         (imenu-name-lookup-function): New variable.
7160         * imenu.el (imenu--in-alist): Use those variables.
7162 1999-09-24  Carsten Dominik  <cd@gnu.org>
7164         * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
7165         multiple thebibliography environments.
7167         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
7168         with recentering window.
7169         (reftex-extract-bib-entries-from-thebibliography,
7170         reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
7171         with multiple thebibliography environments.
7173         * textmodes/reftex-vars.el
7174         (reftex-section-levels): Function allowed as cdr.
7175         (reftex-max-section-depth) New option.
7177         * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
7178         with multiple thebibliography environments.
7180 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
7182         * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
7183         instead of point-min in call to delete-region.
7185 1999-09-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7187         * vc.el (vc-backend-checkout): Use with-temp-file when checking
7188         out into arbitrary file names.
7190 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
7192         * language/european.el ("Turkish"): New language environment.
7194 1999-09-19  Dave Love  <fx@gnu.org>
7196         * delim-col.el: New file.
7198 1999-09-17  Richard Stallman  <rms@gnu.org>
7200         * files.el (after-find-file): When visiting a backup file,
7201         make it read-only.
7203         * apropos.el (apropos-symbol-face): Non-nil even for ttys.
7204         (apropos-keybinding-face, apropos-label-face): Likewise.
7205         (apropos-property-face, apropos-match-face): Likewise.
7206         (apropos-label-properties): New variable.
7207         (apropos-print-doc): Use apropos-label-properties.
7208         (apropos-print): Set apropos-label-properties.
7210 1999-09-15  Richard Stallman  <rms@gnu.org>
7212         * winner.el: Use aref instead of sref.
7214         * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
7216 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
7218         * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
7220 1999-09-14  Richard Stallman  <rms@gnu.org>
7222         * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
7223         cookie, even if followed by a letter.
7225 1999-09-14  Stephen Eglen  <stephen@gnu.org>
7227         * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
7228         --no-line-editing are passed to Octave by including them here
7229         rather than storing them in inferior-octave-startup-args.
7231 1999-09-14  Eli Zaretskii  <eliz@gnu.org>
7233         * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
7234         command, option, env and sc.
7236         * subr.el (shell-quote-argument): Quote argument with double
7237         quotes for ms-dos.
7239 1999-09-14  Richard Stallman  <rms@gnu.org>
7241         * simple.el (eval-expression-print-level): New variable.
7242         (eval-expression-print-length): New variable.
7243         (eval-expression-debug-on-error): New variable.
7244         (eval-expression): Bind print-level, print-length and
7245         debug-on-error from those vars.
7247         * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
7248         Bind print-level, print-length and debug-on-error.
7250 1999-09-14  Inge Frick  <inge@nada.kth.se>
7252         * dired.el (dired-recursive-deletes): New custom variable.
7253         (dired-re-no-dot): New variable.
7254         (dired-delete-file): New function deletes files and directories
7255         recursively.
7256         (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
7258         * dired-aux.el (dired-recursive-copies): New custom variable.
7259         (dired-handle-overwrite): Broke a long line.
7260         (dired-copy-file): Call `dired-copy-file-recursive' instead of
7261         `copy-file'.
7262         (dired-copy-file-recursive): New function.  Copy directories
7263         recursively.
7264         (dired-do-create-files): Added support for generalized directory
7265         target.  How-to function may now return a function.  New fluid
7266         variable `dired-one-file'.
7267         (dired-copy-how-to-fn): New variable.
7268         (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
7269         Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
7270         (dired-do-copy-regexp): No recursive copies.
7272 1999-09-14  Rajesh Vaidheeswarran  <rv@dsmit.com>
7274         * whitespace.el (whitespace-version): Update version to 2.4
7276         * whitespace.el: Add customization variables to conditionally test
7277         any of the five whitespaces, per request from Rune Kleveland
7278         <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
7280         * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
7282         * whitespace.el (whitespace-modes): Add `change-log-mode' to the
7283         list of modes to be checked for bogus whitespaces.
7285         * whitespace.el (whitespace-rescan-timer-time): Update
7286         documentation.
7288         * whitespace.el (whitespace-display-unchecked-whitespaces):
7289         New function to update modeline with untested whitespaces.
7291         * whitespace.el (whitespace-buffer): Test only whitespaces whose
7292         checking is turned on, and update modeline using the newly created
7293         `whitespace-display-unchecked-whitespaces'.
7295         * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
7296         whose checking is turned on, and update modeline using the newly
7297         created `whitespace-display-unchecked-whitespaces'.
7299         * whitespace.el (whitespace-describe): Update documentation.
7301         * whitespace.el (whitespace-tickle-timer): Test if
7302         `whitespace-rescan-timer-time' is non-zero before tickling timer.
7304 1999-09-13  Dave Love  <fx@gnu.org>
7306         * hideif.el (hide-ifdef-mode): Add autoload cookie.
7308         * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
7309         for temp buffer.
7310         (checkdoc-this-string-valid): Don't assume default comment-start.
7312 1999-09-13  Gerd Moellmann  <gerd@gnu.org>
7314         * rsz-mini.el: Remove code, keep the interface.
7316 1999-09-13  Dave Love  <fx@gnu.org>
7318         * help.el (help-highlight-p): Doc fix.
7320         * faces.el (mode-line, header-line, tool-bar): Add :version.
7321         (highlight, secondary-selection): Add :group.
7322         (trailing-whitespace): Add :group, :version.
7324         * wid-edit.el: Remove some compatibility code and checks.
7325         (widget-specify-field, widget-specify-button): Don't use XEmacs
7326         properties.
7327         (widget-overlay-inactive): Change error message.
7328         (widget-button-pressed-face): New variable.
7329         (widget-button-click): Use it.
7330         (widget-documentation-link-add): Specify mouse and button faces.
7331         (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
7332         removed now the functionality is built in.
7334         * cus-edit.el: Don't define-widget-keywords.
7335         (multimedia): New group.
7336         (custom-last): Function removed.
7337         (custom-quote): Add vectorp case, comment out characterp case.
7338         (custom-buffer-done-function, custom-raised-buttons): New option.
7339         (Custom-buffer-done): New function.
7340         (custom-buffer-create-internal): Obey custom-raised-buttons,
7341         Custom-buffer-done.
7342         (custom-button-face): Make it `released-button'.
7343         (custom-button-pressed-face): Make it `pressed-button'
7344         (custom-mode-map): Bind "q" to Custom-buffer-done.
7345         (custom-mode): Deal with raised/pressed buttons.
7347         Changes from Didier Verna:
7348         (custom-prompt-variable): Optional third arg makes prompt for a
7349         comment string.
7350         (customize-set-value, customize-set-variable,
7351         customize-save-variable): Optional prefix makes function handle
7352         variable comments.
7353         (customize-customized, customize-saved, custom-variable-state-set)
7354         (custom-variable-set, custom-variable-save, custom-face-state-set)
7355         (custom-variable-reset-saved, custom-variable-reset-standard)
7356         (custom-face-set, custom-face-save, custom-face-reset-saved)
7357         (custom-face-reset-standard, customize-save-customized): Handle
7358         custom comments.
7359         (custom-comment-face, custom-comment-tag-face): New face.
7360         (custom-comment): New widget.
7361         (custom-comment-create, custom-comment-delete)
7362         (custom-comment-value-set, custom-comment-show)
7363         ()custom-comment-invisible-p): New functions.
7364         (custom-variable-value-create, custom-face-value-create): Create a
7365         comment field widget.
7366         (custom-variable-menu, custom-face-menu): New entry for custom
7367         comment.
7368         (custom-face-value-create): Remove compatibility code.
7369         (custom-save-variables, custom-save-faces): Possibly save custom
7370         comments.
7372         * cus-face.el (custom-face-attributes): Simplify :underline,
7373         :overline, :inverse-video cases.  Fix up :box case (probably needs
7374         more work).
7376         Change from Didier Verna:
7377         (custom-set-faces): The arguments can now have a custom comment as
7378         fourth argument.
7380         * custom.el: Don't define-widget-keywords.
7381         Change from Didier Verna:
7382         (custom-set-variables): The arguments can now have a
7383         custom comment as fifth element.
7385 1999-09-13  Richard Stallman  <rms@gnu.org>
7387         * info.el (Info-find-node): Cope better if guesspos is too large.
7389 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
7391         * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
7392         of buffer-substring because buffer-string doesn't copy the
7393         prompt.
7395         * faces.el (mode-line): Replaces `modeline'.
7396         (toplevel): Make `modeline' an alias for `mode-line'.
7398 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
7400         * gs.el: Change `ghostscript' to `postscript' in comment.
7402 1999-09-11  Rob Riepel  <riepel@Stanford.EDU>
7404         * emulation/tpu-edt.el (tpu-version): New version.
7405         (tpu-search-overlay, tpu-replace-overlay): New variables.
7406         (tpu-search-highlight, tpu-toggle-direction): New functions.
7407         (tpu-lm-replace): Set tpu-replace-overlay.
7408         (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
7409         command hook.
7411 1999-09-11  Richard Stallman  <rms@gnu.org>
7413         * isearch.el (isearch-mode-map): Undo previous change.
7415         * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
7416         use all of that as the sexp.
7418         * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
7419         and use the initial argument as file name directly.
7420         Likewise if nothing matches.
7422 1999-09-11  Ivar Rummelhoff  <ivarru@math.uio.no>
7424         * winner.el: Major changes.  Avoid changing point and mark.
7425         Save configurations after they change, not before.
7427 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
7429         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
7430         Bind print-continuous-numbering and print-number-table.
7432 1999-09-10  Dave Love  <fx@gnu.org>
7434         * bindings.el (debug-ignored-errors): Restore BBDB stuff.
7436 1999-09-09  Richard Stallman  <rms@gnu.org>
7438         * whitespace.el: Finish making it fit Emacs conventions.
7439         Add autoloads.
7441 1999-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
7443         * generic-x.el (bat-generic-mode): "::"-style comments don't
7444         need to begin with "-".  Fix the font-lock definitions of ON/OFF
7445         after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
7446         from the list of keywords.  Add DO to the list of keywords.
7448 1999-09-09  Dave Love  <fx@gnu.org>
7450         * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
7451         (byte-optimize-backward-word): New optimizations.
7452         (side-effect-free-fns, side-effect-and-error-free-fns): Add
7453         entries.
7455 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
7457         * image.el (put-image): Remove optional buffer parameter.
7459         * faces.el (face-italic-p): Return t only for values `italic'
7460         and `oblique'.
7462         * mouse.el (mouse-drag-mode-line-1): Extension of former
7463         mouse-drag-mode-line that also drags the header line.
7464         (mouse-drag-mode-line): Call it.
7465         (mouse-drag-header-line): New.
7466         (toplevel): Bind down-mouse-1 on header lines to
7467         mouse-drage-header-line.
7469 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
7471         * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
7472         (make-mode-line-mouse-sensitive): Replace `top-line' by
7473         `header-line'.
7475 1998-09-08  Michael Ernst  <mernst@alum.mit.edu>
7477         * help.el (describe-function-1): Don't return empty string for keymaps.
7479         * fill.el (fill-region-as-paragraph, canonically-space-region):
7480         Respect colon-double-space at end of line.
7482 1999-09-08  Stephen Gildea  <gildea@alum.mit.edu>
7484         * files.el (backup-by-copying-when-privileged-mismatch): New variable.
7485         (backup-buffer): Use it.
7487 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
7489         * generic-x.el (generic-define-unix-modes): Added new modes:
7490         inetd-conf-generic-mode, etc-services-generic-mode,
7491         etc-passwd-generic-mode.  These are all defined for Unix by default.
7492         (apache-generic-mode): Use an imenu-generic-expression to list
7493         Configuration keywords.
7494         (samba-generic-mode): Use both ; and # as comment characters.
7495         (samba-generic-mode): Font-lock expressions now highlight name
7496         value pairs.
7497         (bat-generic-mode): Keywords are now case-insensitive through
7498         font-lock-defaults setting.
7499         (java-properties-generic-mode): Supports both ! and # as comment
7500         characters.
7501         (java-properties-generic-mode): Added an imenu-generic-expression
7502         (java-properties-generic-mode): Reworked to support the various
7503         different ways to separate name and value (viz, '=', ':' and
7504         whitespace).
7505         (show-tabs-generic-mode): Added this new generic-mode.
7507 1999-09-08  Richard Stallman  <rms@gnu.org>
7509         * progmodes/inf-lisp.el: Moved from top directory.
7511         * tar-mode.el (tar-header-block-tokenize):
7512         Use `when' instead of `and'.  Fix some clobbered text.
7514         * gud.el (gud-make-debug-menu): Make a child for the
7515         local menu, for its menu bar, and the debug menu.
7516         (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
7517         Use the history in the simple way.
7519 1999-09-07  Kenichi Handa  <handa@etl.go.jp>
7521         * language/korea-util.el (default-korean-keyboard): Initialize it
7522         according to the environment variable HANGUL_KEYBOARD_TYPE.
7524 1999-09-07  Richard Stallman  <rms@gnu.org>
7526         * subr.el (make-temp-file): New function.
7528 1999-09-07  Stefan Monnier  <monnier@cs.yale.edu>
7530         * font-lock.el (font-lock-multiline): New text property contains
7531         a boolean to indicate if the char is part of a multiline match.
7532         (font-lock-default-fontify-region): Extend the region appropriately
7533         for multiline keywords.
7534         (font-lock-default-unfontify-region): Also remove the new
7535         font-lock-multiline text property.
7536         (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
7537         (font-lock-fontify-keywords-region): Mark multiline regexp matches.
7539 1999-09-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7541         * diary-lib.el (list-diary-entries): Make sure two-digit years
7542         have leading zeros.
7544 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
7546         * faces.el (face-set-after-frame-default): Initialize some
7547         attributes of some faces from frame parameters.
7549         * faces.el (scroll-bar, border, cursor, mouse): New faces.
7551 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
7553         * faces.el (fringe): Replaces face `margin'.
7555 1999-09-07  Dave Love  <fx@gnu.org>
7557         * tar-mode.el (tar-header-block-tokenize): Bind linkname.
7559 1999-09-07  Richard Stallman  <rms@gnu.org>
7561         * subr.el (push): Doc fix.
7563 1999-09-06  Richard Stallman  <rms@gnu.org>
7565         * vc.el (vc-annotate-display): Use < 69 not < 70
7566         to distinguish 20YY from 19YY.
7568         * timezone.el (timezone-parse-date): Use < 69 not < 70
7569         to distinguish 20YY from 19YY.
7571         * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
7573 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
7575         * quickurl.el: (quickurl-list-focused-line): Removed.
7576         (quickurl-list-insert): Now works out the focused line using
7577         `count-lines' instead of using `quickurl-list-focused-line'.
7579 1999-09-06  Richard Stallman  <rms@gnu.org>
7581         * mail/rmail.el (rmail-retry-failure): Unconditionally move
7582         to beginning of message.
7584 1999-09-06  Dave Love  <fx@gnu.org>
7586         * isearch.el (isearch-mode-map): Add mouse-2.
7588         * mail/rmail.el (rmail-read-password): Deleted.
7589         (rmail-get-pop-password): Use read-password.
7591         * quickurl.el: Don't conditionally define caddr.
7592         (quickurl-url-comment): Use nth, not caddr in function and
7593         defsetf.
7595 1999-09-06  Richard Stallman  <rms@gnu.org>
7597         * auto-show.el: Doc fixes.
7599 1999-09-06  Stephen Eglen  <stephen@gnu.org>
7601         * progmodes/octave-inf.el (inferior-octave-startup-args): Add
7602         --no-line-editing so that TABs in source files are not interpreted
7603         as completion requests.
7605 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
7607         * hscroll.el, auto-show.el: Remove all code, keep the public
7608         interface as no-ops.
7610         * faces.el (face-bold-p): Don't return t if face has lighter
7611         weight than normal.
7613 1999-09-06  Eli Zaretskii  <eliz@gnu.org>
7615         * startup.el (command-line): Make small-temporary-file-directory
7616         be nil except on ms-dos.
7618         * files.el (small-temporary-file-directory): Ditto.  Also doc fix.
7620         * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
7621         is defined.
7623         * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
7624         letters with a colon after d or l.
7626 1999-09-06  Dave Love  <fx@gnu.org>
7628         * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed.  (Now
7629         primitive.)
7631 1999-09-05  Richard Stallman  <rms@gnu.org>
7633         * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
7635         * textmodes/paragraphs.el (backward-kill-sentence):
7636         Don't test minibuffer-prompt-end here.
7637         (forward-sentence): Do handle it here.
7638         (backward-kill-paragraph): Don't test it here.
7639         (forward-paragraph): Handle it here.
7641         * mouse.el (font-menu-add-default): Simplify code.
7643 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
7645         * faces.el (header-line): Renamed from `top-line'.
7647 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
7649         * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
7651 1999-09-04  Richard Stallman  <rms@gnu.org>
7653         * whitespace.el: New file.
7655 1999-09-04  Dave Love  <fx@gnu.org>
7657         * paths.el: Make some doc strings obey the make-docfile convention.
7659         * bindings.el: Likewise.
7660         (debug-ignored-errors): Remove BBDB ones.
7662 1999-09-03  Richard Stallman  <rms@gnu.org>
7664         * mail/mh-comp.el (mh-forward): Get new subject line from the original,
7665         not from the draft to forward.
7667         * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
7669 1999-09-03  Dave Love  <fx@gnu.org>
7671         * double.el (double-mode): Customize the variable.
7673 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
7675         * international/characters.el: Delete duplicated code.
7677 1999-09-02  Richard Stallman  <rms@gnu.org>
7679         * indent.el (indent-relative): Doc fix.
7681         * quickurl.el (quickurl): Doc fix.
7683 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
7685         * faces.el (margin): Change background to "gray" for mono (this is
7686         drawn with a stipple pattern).
7688 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
7690         * simple.el (next-history-element): Use minibuffer-prompt-end once
7691         again.  Remove test for minibuffer-prompt-in-buffer.
7693 1999-09-02  Eli Zaretskii  <eliz@gnu.org>
7695         * files.el (small-temporary-file-directory): New variable.
7697         * startup.el (command-line): Compute the value of
7698         small-temporary-file-directory.
7700         * ediff-init.el (ediff-temp-file-prefix): Use
7701         small-temporary-file-directory if non-nil.
7703         * vc.el (vc-update-change-log): Likewise.
7705         * progmodes/cmacexp.el (c-macro-expansion): Likewise.
7707         * simple.el (shell-command, shell-command-on-region): Use
7708         make-temp-name properly.  Use small-temporary-file-directory if
7709         non-nil, otherwise temporary-file-directory, to generate temporary
7710         files.
7712         * dos-w32.el (direct-print-region-helper): Use
7713         temporary-file-directory.  (From Stefan Monnier.)
7715 1999-09-02  Richard Stallman  <rms@gnu.org>
7717         * progmodes/asm-mode.el (asm-mode): Set comment-start properly
7718         from asm-comment-char.
7719         (asm-font-lock-keywords): Recognize instruction width suffixes.
7721 1999-09-01  Richard Stallman  <rms@gnu.org>
7723         * play/fortune.el: New file.
7725 1999-08-31  Dave Love  <fx@gnu.org>
7727         * help.el (help-make-xrefs): Don't lose on non-empty blank line
7728         after key table.
7730         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
7731         redisplay variables.
7733         * subr.el (push): Fix typo.
7735 1999-08-30  Kevin Blake  <kblake@ticnet.com>
7737         * emacs-lisp/ring.el: Many doc fixes.
7738         (ring-size, ring-copy): New functions.
7740 1999-08-29  Richard Stallman  <rms@gnu.org>
7742         * progmodes/etags.el (tags-loop-continue):
7743         After tags-loop-operate returns, force skip to next file.
7745         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
7746         (mail-extr-first-letters, mail-extr-last-letters):
7747         Use character classes [:alpha:] and [:alnum:].
7749         * subr.el (push, pop): New macros.
7751         * progmodes/compile.el (compilation-error-regexp-alist):
7752         New item for SGI IRIX MipsPro compilers.
7754         * speedbar.el (speedbar-directory-buttons): Recognize
7755         device names when checking for file names.
7757         * array.el (array-reconfigure-rows): Use generate-new-buffer.
7759         * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
7760         and specially handle defvar inside their expansions.
7761         (eval-defun-1): New subroutine.
7763         * progmodes/compile.el (compilation-error-regexp-alist):
7764         Fix the Perl -w entry to allow period after line number.
7765         Don't allow newlines in file name, but allow them after line number
7766         for Perl debugging traces.
7768         * which-func.el (which-func-cleanup-function): New variable.
7769         (which-function): Call that function.
7771         * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
7772         to end a function name.
7774         * informat.el (Info-tagify): Don't insert more than one newline
7775         before the tag table.
7777 1999-08-29  Stefan Monnier  <monnier@cs.yale.edu>
7779         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
7780         than make-temp-name, use match-string-no-properties, and eliminate
7781         a quadratic behavior when building bibtex-strings.
7783 1999-08-29  Alex Schroeder  <alex@gnu.org>
7785         * comint.el (comint-input-ring-separator): New variable.
7786         (comint-read-input-ring): Doc change; use
7787         comint-input-ring-separator when reading file.
7788         (comint-write-input-ring): Use
7789         comint-input-ring-separator when writing file.
7791 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
7793         * informat.el (Info-tagify): Start by widening.
7794         Match node headers that don't list the file name,
7795         and more kinds of page separations.
7796         Strip properties during tagification.
7797         Use start of node header line as tag's position.
7798         Fix the "done" message.
7800         (Info-validate): Save and restore match data around narrowing down.
7802 1999-08-28  Richard M. Stallman  <rms@gnu.org>
7804         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
7805         On repeated call, override previous values put into
7806         minor-mode-map-alist and minor-mode-alist.
7808 1999-08-28  Michael Ernst  <mernst@alum.mit.edu>
7810         * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
7812 1999-08-27  Andreas Schwab  <schwab@gnu.org>
7814         * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
7815         from cvs update.
7817 1999-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7819         * calendar/calendar.el (calendar-move-hook): New hook.
7821         * calendar/cal-move.el: Call the new hook in every movement function.
7823         * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
7824         the right function name.
7826 1999-08-26  Stephen Gildea  <gildea@alum.mit.edu>
7828         * time-stamp.el: Put quote-backquote around all symbol names
7829         in doc strings, for mousing.
7830         (time-stamp): Support multi-line patterns.
7831         (time-stamp-inserts-lines): New variable.
7832         (time-stamp-count): New variable.
7833         (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
7834         "Thu" instead of "%a".
7836 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
7838         * simple.el (kill-word): Undo previous change.
7840 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
7842         * jit-lock.el (jit-lock-function): Extend the fontified range
7843         to the beginning of the line containing the range start and
7844         the beginning of the line following the range end.
7846 1999-08-24  Dave Love  <fx@gnu.org>
7848         * timezone.el: Move provide to end.
7849         (timezone-parse-date): Simplify somewhat.  Assume 2-digit years
7850         <70 are 2000+.
7851         (timezone-parse-time): Simplify somewhat.
7853 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
7855         * faces.el (margin): Renamed from bitmap-area.
7857 1999-08-24  Alex Schroeder  <alex@gnu.org>
7859         * sql.el: Doc changes.
7860         (sql-sybase): Use sql-server instead of sql-database.
7862 1999-08-23  Dave Love  <fx@gnu.org>
7864         * rect.el: Add/fix various doc strings.  Add `*' to all the
7865         interactive specs.
7867 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
7869         * jit-lock.el (jit-lock-function): Use line-beginning-position.
7870         Don't unwind-protect font-lock-fontify-region.
7872         * paragraphs.el (backward-kill-paragraph): Don't move
7873         point into mini-buffer prompt.
7874         (backward-kill-sentence): Ditto.
7876         * simple.el (next-history-element): Use minibuffer-prompt-end.
7877         Remove test for minibuffer-prompt-in-buffer.
7878         (kill-word): Don't move point into mini-buffer prompt.
7880 1999-08-21  Dave Love  <fx@gnu.org>
7882         * Makefile: Exclude CVS dirs like RCS.
7884 1999-08-19  Dave Love  <fx@gnu.org>
7886         * tooltip.el (tooltip-mode): Customize this, per convention.
7887         (tooltip-active): Option deleted.
7889         * font-lock.el (global-font-lock-mode): Autoload.  Add :initialize.
7891         * hanoi.el, page-ext.el: Declare dynamic vars.
7893         * term.el: Avoid ange-ftp related compilation warnings.
7895 1999-08-18  Gerd Moellmann  <gerd@gnu.org>
7897         * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
7898         the default so that beginners can benefit from it without
7899         searching in manuals.
7901 1999-08-18  Ray Blaak  <blaak@gnu.org>
7903         * progmodes/delphi.el: Consider assembly sections as blocks, to
7904         indent them better. Make auto-indent on newline optional.
7906 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
7908         * bindings.el (mode-line-modified): Look up key binding for C-x
7909         C-q.  If it's bound call that binding, otherwise call
7910         toggle-read-only.
7912 1999-08-17  Dave Love  <fx@gnu.org>
7914         * info.el (info): Doc fix.
7916         * finder.el (finder-known-keywords): Add `multimedia'.
7918         * apropos.el: Don't capitalize custom group name.
7920         * info-look.el: Remove compatibility code.
7921         (info-lookup-guess-default*): DTRT for point at start of symbol.
7922         (info-complete): Don't lose with point not at end of symbol.
7924 1999-08-16  Gerd Moellmann  <gerd@gnu.org>
7926         * term.el (toplevel): Make face `term-default' an empty face.
7927         The code relied on the fact that Emacs ignored invalid faces in
7928         face text properties in 20.4.
7930 1999-08-16  Richard M. Stallman  <rms@gnu.org>
7932         * subr.el (point-at-eol, point-at-bol): New aliases.
7934         * simple.el: Functions reordered.
7936         * rect.el (delete-rectangle-line): Use line-end-position.
7938 1999-08-16  Karl Heuer  <kwzh@gnu.org>
7940         * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
7941         here from simple.el.
7943 1999-08-16  Dave Love  <fx@gnu.org>
7945         * mouse.el: Provide `mldrag' for compatibility.
7946         (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
7947         marked obsolete.
7949         * mldrag.el: Removed since the features are in mouse.el.
7951         * jka-compr.el (auto-compression-mode): New variable for
7952         customization.
7954         * bindings.el (mode-line-mule-info): Doc fix.
7956         * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
7957         name comparisons.
7959         * files.el (interpreter-mode-alist): Add make, guile, clisp.
7960         (find-file): Doc fix.
7962 1999-08-16  Carsten Dominik  <cd@gnu.org>
7964         * textmodes/reftex.el: Most of the code moved to other files.
7965         * textmodes/reftex-auc.el: New file, split out from reftex.el
7966         * textmodes/reftex-cite.el: New file, split out from reftex.el
7967         * textmodes/reftex-global.el: New file, split out from reftex.el
7968         * textmodes/reftex-index.el: New file, split out from reftex.el
7969         * textmodes/reftex-parse.el: New file, split out from reftex.el
7970         * textmodes/reftex-ref.el: New file, split out from reftex.el
7971         * textmodes/reftex-sel.el: New file, split out from reftex.el
7972         * textmodes/reftex-toc.el: New file, split out from reftex.el
7973         * textmodes/reftex-vars.el: New file, split out from reftex.el
7974         * textmodes/reftex-vcr.el: New file, split out from reftex.el
7976 1999-08-16  Carsten Dominik  <cd@gnu.org>
7978         * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
7979         conflict with pop-up-frames.
7980         (reftex-special-environment-parsers): New constant.
7981         (reftex-label-alist): car of an entry can also be a function.
7982         (reftex-what-special-env): Cew function.
7983         (reftex-label-location): Call `reftex-what-special-env'.
7984         (reftex-compile-variables): Check for symbol in
7985         `reftex-label-alist'.
7986         (reftex-what-environment): Fixed bug with stacked environments of
7987         same kind (e.g. enumerate).
7988         (reftex-process-string): Preserve default directory.
7989         (reftex-label-alist-builtin): Changed prefixes of endnote and
7990         footnote.  Also the magic words.
7991         (reftex-reference): Interprete new option
7992         `reftex-fref-is-default'.
7993         (reftex-replace-prefix-escapes): Interprete new `%S' format.
7994         (reftex-toc-mouse-view-line): Command removed (had no binding).
7995         (reftex-everything-regexp): New function.
7996         (reftex-nearest-match): Made better.
7997         (reftex-toc-find-section): Use new version of
7998         `reftex-nearest-match'.
7999         (reftex-insert-docstruct): Adapted to work with the index stuff.
8000         (reftex-parse-from-file): Find index entries as well.
8001         (reftex-toc-toggle-index): New function
8002         (reftex-toc-map): `i' is now used to togle the index, File
8003         boundaries has been moved to `F'.
8004         (reftex-select-label-map): Toggling display of file boundaries is
8005         now on the `F' key, for consistency with `reftex-toc-map'.
8006         (reftex-erase-all-selection-and-index-buffers): Renamed from
8007         `reftex-erase-all-selection-buffer'.  Now also kills the index
8008         buffers.
8009         (reftex-viewing-cross-references): Customization group renamed
8010         from reftex-viewing-cross-references-and-citations.
8011         (reftex-index-macro-regexp,
8012         reftex-find-index-entry-regexp-format): New variables
8013         (reftex-macros-with-index): New variable
8014         (reftex-add-index-macros): New function
8015         (reftex-renumber-simple-labels, reftex-translate): Allow for
8016         multiple labels in a single ref command.
8017         (reftex-index-support): New customization group
8018         (reftex-support-index, reftex-index-special-chars,
8019         reftex-index-macros, reftex-index-default-macro,
8020         reftex-index-default-tag, reftex-index-math-format,
8021         reftex-index-section-letters, reftex-index-include-context,
8022         reftex-index-follow-mode, reftex-index-header-face,
8023         reftex-index-section-face, reftex-index-tag-face,
8024         reftex-index-face): New options
8025         (reftex-index-map, reftex-index-menu, reftex-last-index-file,
8026         reftex-index-tag, reftex-index-return-marker,
8027         reftex-index-restriction-indicator, reftex-index-restriction-data,
8028         reftex-index-macro-regexp, reftex-index-level-re,
8029         reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
8030         reftex-everything-regexp-no-index, reftex-index-re,
8031         reftex-macros-with-index, reftex-index-macro-alist): New variables
8032         (reftex-index-help, reftex-index-macros-builtin,
8033         reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
8034         reftex-query-index-macro-help): New constants
8035         (reftex-index-selection-or-word, reftex-index,
8036         reftex-default-index, reftex-update-default-index,
8037         reftex-index-complete-tag, reftex-index-select-tag,
8038         reftex-index-complete-key, reftex-index-update-taglist,
8039         reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
8040         reftex-display-index, reftex-insert-index,
8041         reftex-index-insert-new-letter, reftex-get-restriction,
8042         reftex-index-pre-command-hook, reftex-index-post-command-hook,
8043         reftex-index-show-help, reftex-index-next, reftex-index-previous,
8044         reftex-index-toggle-follow, reftex-index-toggle-context,
8045         reftex-index-view-entry, reftex-index-goto-entry-and-hide,
8046         reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
8047         reftex-index-quit, reftex-index-quit-and-kill,
8048         reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
8049         reftex-index-revert, reftex-index-switch-index-tag,
8050         reftex-index-restrict-to-section, reftex-index-widen,
8051         reftex-index-restriction-forward,
8052         reftex-index-restriction-backward, reftex-index-visit-location,
8053         reftex-index-analyze-entry, reftex-index-globalize,
8054         reftex-index-edit, reftex-index-toggle-range-beginning,
8055         reftex-index-toggle-range-end, reftex-index-edit-key,
8056         reftex-index-edit-attribute, reftex-index-edit-visual,
8057         reftex-index-edit-part, reftex-index-level-down,
8058         reftex-index-level-up, reftex-index-kill, reftex-index-undo,
8059         reftex-index-change-entry, reftex-index-goto-letter,
8060         reftex-add-index-macros, reftex-ensure-index-support,
8061         reftex-index-info-safe, reftex-index-info): New functions.
8064 1999-08-15  Richard M. Stallman  <rms@gnu.org>
8066         * paren.el (show-paren-mode): Support making show-paren-mode
8067         a buffer-local variable.  Don't check for a window system.
8068         (show-paren-function): Check whether show-paren-function is
8069         enabled in current buffer; do the right thing if not.
8070         Don't check for a window system.
8071         (show-paren-mode): Make it a user variable.
8073         * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
8074         Handle `enum' like `struct'.
8076         * server.el (server-process-filter): If a client visits no buffers,
8077         close it immediately before recording it.
8079         * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
8080         Optimize by calling concat just once.  Handle =\n sequence.
8081         (mail-unquote-printable-region): New command.
8082         (mail-quote-printable): Make it autoload.
8084 1999-08-15  Karl Heuer  <kwzh@gnu.org>
8086         * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
8088 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
8090         * lisp/texinfmt.el: Handle @ifnottex.
8092 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
8094         * frame.el (blink-cursor): Don't turn on cursor blinking for
8095         ms-dos.
8097         * faces.el (face-valid-attribute-values): Look in
8098         x-bitmap-file-path only for x and w32 window systems.
8100         * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
8101         Do that if width is nil as well.
8102         (x-display-mm-height, x-display-mm-width): Update values.
8103         (x-colors): Compute the list from msdos-color-values.
8104         (x-select-enable-clipboard): Doc fix.
8105         (x-frob-font-weight, x-font-family-list): New functions.
8107 1999-08-15  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
8109         * window.el (shrink-window-if-larger-than-buffer): Don't try to
8110         back up from beginning of buffer.
8112 1999-08-13  Karl Heuer  <kwzh@gnu.org>
8114         * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
8116 1999-08-13  Alakazam Petrofsky  <Alakazam@Petrofsky.Berkeley.CA.US>
8118         * play/hanoi.el: Mostly rewritten.  Customized.  To support an s2G
8119         doomsday clock, speed control is added and changes are made to
8120         allow large numbers of rings: rings now show the whole ring
8121         number, not just the last digit; consecutive rings are allowed to
8122         be the same size when necessary to fit all the rings in the
8123         window; and poles can be oriented horizontally.  Face support is
8124         thrown in gratuitously.
8125         (hanoi): Changed default number of rings back to 3.
8126         (hanoi-unix, hanoi-unix-64): New commands
8127         (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
8128         hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
8129         hanoi-odd-ring-face): New variables.
8130         (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
8131         hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
8132         hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
8133         (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
8134         (hanoi-topos, hanoi-draw-ring): Removed.
8136 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
8138         * faces.el (face-valid-attribute-values): Return an alist for
8139         families on ttys.
8140         (face-read-integer): Handle unspecified face attributes.  Add
8141         completion for `unspecified'.
8142         (read-face-attribute): Handle unspecified font attributes.
8143         (face-valid-attribute-values): Add `unspecified' to lists so that
8144         it can be chosen via completion.
8145         (face-read-string): Don't recognize "none" as input.
8147 1999-08-10  Dave Love  <fx@gnu.org>
8149         * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
8150         string.
8152         * sun-curs.el: Require sun-fns.
8154 1999-08-10  Dave Love  <fx@gnu.org>
8156         * autorevert.el (auto-revert-mode): Add autoload cookie.
8158         * hscroll.el, auto-show.el: Files deleted -- we have built-in
8159         hscroll.
8161         * simple.el (hscroll-step, hscroll-point-visible)
8162         (hscroll-window-column): Remove now we have the mentioned real
8163         horizontal autoscrolling.
8165 1999-08-10  Richard M. Stallman  <rms@gnu.org>
8167         * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
8168         control use of -f option.
8169         (mail-specify-envelope-from): New variable.
8170         (mail-from-style): Doc fix.
8172         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
8173         (easy-menu-get-map): New arg TO-MODIFY helps choose
8174         between local and global maps.
8175         (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
8176         (easy-menu-change): Doc fix.
8178         * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
8179         (info-lookup-guess-default): Simplified and cleaned up.
8180         (info-lookup-guess-default*): Preserve point.
8182         * view.el (view-mode-disable): If buffer-read-only is nil,
8183         don't change it.
8185         * files.el (after-find-file): Disable View mode if buffer is no
8186         longer read-only.
8188         * view.el (view-mode-enable, view-mode-disable):
8189         Call force-mode-line-update.
8191 1999-08-10  Karl Heuer  <kwzh@gnu.org>
8193         * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
8194         * array.el, play/landmark.el, international/latin-3.el: Likewise.
8195         * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
8197 1999-08-10  Alex Schroeder  <asc@bsiag.com>
8199         * ansi-color.el (ansi-color-to-text-properties): Added New state 5
8200         to prevent m-eating-bug.
8202 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
8204         * term/pc-win.el (msdos-bg-mode): Remove.  Call
8205         frame-set-background-mode instead.  All callers changed.
8206         (msdos-face-setup): Don't force color display parameter, it is set
8207         by frame-set-background-mode.
8208         (make-msdos-frame): Call x-handle-reverse-video and
8209         face-set-after-frame-default.  Delete frame if creation failed.
8211         * faces.el (face-set-after-frame-default): Don't call
8212         make-face-x-resource-internal for the pc window-system.
8214 1999-08-10  Dave Love  <fx@melange.gnu.org>
8216         * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
8217         case with no docstring specially.
8219 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
8221         * complete.el (PC-do-completion): If completing on file name,
8222         reproduce str by concatenating its directory and basename parts.
8224 1999-08-07  Dave Love  <fx@gnu.org>
8226         * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
8227         unibyte to multibyte conversion of search-forward (from Handa),
8228         but avoid the replacement if the language is Latin-N.
8230 1999-08-06  Richard Stallman  <rms@gnu.org>
8232         * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
8233         of eval-buffer.
8235         * international/mule.el (load-with-code-conversion):
8236         Pass t to eval-buffer for DO-ALLOW-PRINT.
8238 1999-08-06  Geoff Voelker  <voelker@cs.washington.edu>
8240         * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
8241         of filenames and attributes.
8242         (ls-lisp-insert-directory): Use directory-files-and-attributes
8243         for speed.
8245 1999-08-05  Dave Love  <fx@gnu.org>
8247         * auto-show.el (auto-show-mode): Fix :set.
8249         * widget.el (define-widget-keywords): Make dummy definition and
8250         comment-out its use.
8252 1999-08-04  Richard Stallman  <rms@gnu.org>
8254         * progmodes/tcl.el: Customized.
8256         * sql.el (sql-accumulate-and-indent): Instead of testing
8257         whether this is Emacs 20 before calling comint-accumulate,
8258         test whether comint-accumulate is defined.
8260 1999-08-04  Dave Love  <fx@gnu.org>
8262         * sgml-mode.el: Require outline when compiling.
8263         (sgml-mode-hook, html-mode-hook): Customize.
8264         (sgml-validate-command): Fix :version.
8265         (html-autoview-mode): Doc fix.
8267         * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
8268         nothing in Latin-N environment.
8270         * info.el (Info-find-node): Call info-initialize here.
8271         (info): Not here.
8272         (Info-file-list-for-emacs): Add message, dired-x, c, viper.
8274 1999-08-04  Richard Stallman  <rms@gnu.org>
8276         * ansi-color.el: New file.
8278 1999-08-04  Stefan Monnier  <monnier@cs.yale.edu>
8280         * dired.el (dired-string-replace-match): Return `nil' when no match
8281         found with global search.
8283         * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
8284         * terminal.el (te-terminfo-directory):
8285         * mail/mailpost.el (post-mail-send-it):
8286         * mail/metamail.el (metamail-region):
8287         * progmodes/ada-mode.el (ada-tmp-directory):
8288         Use temporary-file-directory.
8290         * progmodes/compile.el (compilation-parsing-end,compilation-setup)
8291         (compilation-filter, compilation-forget-errors)
8292         (compilation-parse-errors): Use a marker instead of an integer for
8293         `compilation-parsing-end'.
8295         * progmodes/diff.el (diff-parse-differences):
8296         Use a marker instead of an integer for `compilation-parsing-end'.
8297         * textmodes/tex-mode.el (tex-compilation-parse-errors):
8298         Use a marker instead of an integer for `compilation-parsing-end'.
8300 1999-08-03  Richard Stallman  <rms@gnu.org>
8302         * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
8303         (Buffer-menu-mode): Doc fix.
8304         (Buffer-menu-view): New command.
8305         (Buffer-menu-view-other-window): New command.
8307 1999-08-03  Christopher J. Madsen  <chris_madsen@geocities.com>
8309         * replace.el (query-replace-regexp-eval)
8310         (replace-eval-replacement, replace-loop-through-replacements)
8311         (replace-match-string-symbols): New functions.
8312         (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
8313         Use replace-loop-through-replacements.
8315 1999-08-03  Dave Pearson  <davep@hagbard.demon.co.uk>
8317         * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
8318         (5x5): Doc fix.
8320 1999-08-03  Dave Love  <fx@gnu.org>
8322         * fortran.el (fortran-indent-new-line): Make it an alias
8323         for reindent-then-newline-and-indent.
8325 1999-08-03  Didier Verna  <verna@inf.enst.fr>
8327         * rect.el: All functions rewritten, except when noted above
8328         their declaration.  Below is a list of interface changes.
8329         (apply-on-rectangle): New function, mostly replaces
8330         `operate-on-rectangle'.  All callers changed.
8331         (move-to-column-force): Pass new second argument to `move-to-column'.
8332         (kill-rectangle): Added optional prefix arg to fill lines.
8333         (delete-rectangle): Ditto.
8334         (delete-whitespace-rectangle): Ditto.
8335         (delete-extract-rectangle): Ditto.
8336         (open-rectangle): Ditto.
8337         (clear-rectangle): Ditto.
8338         (delete-whitespace-rectangle-line): New function.
8339         (delete-rectangle-line): Added third arg FILL.
8340         (delete-extract-rectangle-line): Ditto.
8341         (open-rectangle-line): Ditto.
8342         (clear-rectangle-line): Ditto.
8344 1999-08-03  Ray Blaak  <blaak@gnu.org>
8346         * progmodes/delphi.el: New file.
8348 1999-08-02  Richard Stallman  <rms@gnu.org>
8350         * textmodes/outline.el (outline-previous-heading): New function.
8351         (outline-up-heading-all): Use outline-previous-heading.
8352         (outline-next-heading): Delete definition inserted yesterday.
8354 1999-08-01  Richard Stallman  <rms@gnu.org>
8356         * textmodes/outline.el (outline-next-heading): New function.
8357         (outline-up-heading-all): New function.
8358         (outline-font-lock-level): Using outline-up-heading-all.
8359         Tell outline-back-to-heading to accept invisible headings.
8361         * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
8363         * mail/mh-utils.el (mh-find-path-run): New variable.
8364         (mh-find-path): Test and set that.
8365         Set mail-user-agent only the first time this function is run.
8366         (mail-user-agent): Defvar deleted.
8368         * info.el (info-initialize): New function.
8369         (info): Call info-initialize.
8370         (Info-directory-list): Initialize to nil,
8371         so info-initialize will set it up for real.
8373 1999-08-01  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8375         * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
8376         does not interpret a time as the year in a day-month entry.
8378         * calendar/diary-lib.el: Change syntax table entry for colon in
8379         the diary as part of the european-date-diary-pattern fix.
8381 1999-08-01  Eli Zaretskii  <eliz@gnu.org>
8383         * international/mule.el (set-auto-coding): Allow whitespace before
8384         and after the "variable: value" pair.
8386 1999-07-30  Ken'ichi Handa  <handa@gnu.org>
8388         * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
8389         (default-sendmail-coding-system): Doc-string fixed.
8391 1999-07-30  Dave Love  <fx@gnu.org>
8393         * subr.el (assoc-delete-all): New function, renamed from
8394         frame-delete-all.
8396         * frame.el: Change comments to doc strings and other doc fixes.
8397         (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
8398         Callers changed.
8399         (set-background-color, set-foreground-color, set-cursor-color)
8400         (set-mouse-color, set-border-color): Offer completion of colours.
8401         (cursor): Add :version to defgroup.
8403         * facemenu.el (list-colors-display): Make it work on ttys.
8404         (facemenu-read-color): Likewise.
8406 1999-07-30  Richard M. Stallman  <rms@gnu.org>
8408         * frame.el (frame-notice-user-settings): If background
8409         color has been changed, update background-mode from it,
8410         then update faces.
8412 1999-07-30  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
8414         * net-utils.el (finger): Don't do indirect fingering.
8416 1999-07-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8418         * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
8419         rules.  Add separator at end of holidays.
8420         (cal-tex-rules): New customizable variable.
8421         (cal-tex-latexify-list): Add optional parameter to put separator
8422         at end.
8424 1999-07-30  Bill Richter  <richter@steenrod.math.nwu.edu>
8426         * textmodes/fill.el (fill-individual-paragraphs): Calculate new
8427         fill prefix on each line while looping to the end of paragraph.
8428         End paragraph if it's longer than the existing fill prefix.
8430         * textmodes/fill.el (fill-context-prefix): Doc fix.
8432 1999-07-30  Dave Love  <fx@gnu.org>
8434         * font-lock.el (jit-lock): Fix :load, add :version.
8436 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
8438         * term/pc-win.el (msdos-face-setup): Register standard colors in
8439         Vface_tty_color_alist.
8440         (face-color-supported-p, face_color_gray_p): New functions.
8442         * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
8443         is bound.
8445         * startup.el (command-line): Don't register default colors for
8446         MSDOS window-system.
8448 1999-07-29  Dave Love  <fx@gnu.org>
8450         * f90.el (f90-mode-syntax-table): Change backslash to escape, not
8451         charquote.
8453         * lisp-mode.el (eval-defun): Re-written to avoid
8454         capturing variables.
8456         * picture.el (picture-beginning-of-line): Don't call
8457         hscroll-point-visible now we have real autoscrolling.
8458         (picture-end-of-line, picture-newline, picture-open-line):
8459         Likewise.
8461         * international/latin-8.el: New file.
8462         * international/latin-9.el: New file.
8464 1999-07-28  Dave Love  <fx@gnu.org>
8466         * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
8468         * msb.el: Require cl only when compiling.
8469         (msb--home-dir): Deleted.
8470         (msb--format-title): Use abbreviate-file-name.
8471         (msb--choose-file-menu): Simplify string comparison.
8473 1999-07-28  Gerd Moellmann  <gerd@gnu.org>
8475         * faces.el (toolbar): Add face definition for mono displays.
8477 1999-07-27  Richard M. Stallman  <rms@gnu.org>
8479         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
8481         * frame.el (frame-initialize): When setting frame-initial-frame-alist,
8482         force copying of default-frame-alist.
8484 1999-07-26  Ken'ichi Handa  <handa@gnu.org>
8486         * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
8488 1999-07-26  Richard M. Stallman  <rms@gnu.org>
8490         * frame.el (set-mouse-color): If new color is nil,
8491         really respecify the current color.
8493 1999-07-26  Gerd Moellmann  <gerd@gnu.org>
8495         * faces.el (bitmap-area): Change background of face `bitmap-area'
8496         to white for mono displays.
8498 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
8500         * international/ccl.el (ccl-embed-symbol): New function.
8501         (ccl-program-p): Deleted.  Now it's implemented in C code.
8502         (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
8503         (ccl-compile-translate-character): Likewise.
8504         (ccl-compile-map-single): Likewise.
8505         (ccl-compile-multiple-map-function): Likewise.
8506         (declare-ccl-program): Doc-string modified.
8507         (check-ccl-program): Check compiled CCL code by ccl-program-p.
8509 1999-07-25  Ken'ichi Handa  <handa@etl.go.jp>
8511         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
8513 1999-07-25  Markus Rost  <rost@gnu.org>
8515         * cus-edit.el (custom-save-variables, custom-save-faces):  Sort
8516         the entries to make custom-file more readable.
8518 1999-07-25  Richard M. Stallman  <rms@gnu.org>
8520         * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
8522         * emacs-lisp/edebug.el: Delete compatibility code.
8523         (edebug-next-token-class): If . is followed by a digit,
8524         return `symbol' for the token class.
8526         * startup.el (command-line): If we don't find the user's init file,
8527         set user-init-file to nil.
8529 1999-07-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8531         * info-look.el (info-lookup-interactive-arguments): Add optional
8532         argument query for new choice of help mode.
8533         (info-lookup-symbol):  Use it.
8534         (info-lookup-file): Ditto.
8535         (info-lookup): Don't switch to other window, if already in Info
8536         buffer.
8538 1999-07-23  Dave Love  <fx@gnu.org>
8540         * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
8541         syntax.
8542         (fortran-fontify-string, fortran-match-!-comment): Deleted.
8543         (fortran-font-lock-syntactic-keywords): New variable.
8544         (fortran-mode): Use it.
8545         (fortran-font-lock-keywords-1): Don't do comments.
8546         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
8547         match data.
8549         * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
8551         * msb.el (msb-menu-bar-update-buffers): Renamed from
8552         menu-bar-update-buffers.
8553         (msb-custom-set, msb--toggle-menu-type): Call
8554         msb-menu-bar-update-buffers.
8555         (msb-mode): Revise the hook setting.
8557         * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
8559 1999-07-23  Gerd Moellmann  <gerd@gnu.org>
8561         * font-lock.el, help.el, simple.el: Re-integrate previously
8562         described changes that were lost due to errors while checking them
8563         in.
8565 1999-07-23  Kevin Blake  <kblake@ticnet.com>
8567         * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
8569 1999-07-23  Ken'ichi Handa  <handa@etl.go.jp>
8571         * international/encoded-kb.el
8572         (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
8573         but push it to unread-command-events.
8574         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
8575         (encoded-kbd-self-insert-sjis): Likewise.
8576         (encoded-kbd-self-insert-big5): Likewise.
8578         * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
8579         before left margin and fill-prefix by fill-find-break-point.
8581 1999-07-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8583         * info-look.el (info-lookup-setup-mode): Don't give up, if
8584         info-lookup-make-completions returns an error.
8585         (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
8586         name latex, not latex2e.
8588 1999-07-21  Richard M. Stallman  <rms@gnu.org>
8590         * replace.el (perform-replace): Turn off case-fold-search
8591         if FROM-STRING argument has uppercase in it.
8593 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8595         * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
8596         mode is on.  Don't use end of changed text.
8598 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8600         * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
8601         (cl-hash-table-p): Renamed from hash-table-p.
8602         (cl-hash-table-count): Renamed from hash-table-count.
8603         (maphash): Alias to cl-maphash removed.
8604         (gethash): Likewise.
8605         (puthash): Likewise.
8606         (remhash): Likewise.
8607         (clrhash): Likewise.
8609 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8611         * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
8612         third arg non-nil.  See comment there why this isn't a good idea.
8614 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8616         * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
8618         * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
8619         sit-for with 3rd arg non-nil to prevent redisplay.
8621 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8623         * image.el (image-type-from-file-header): If file doesn't
8624         have a directory part, add data-directory.
8626 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8628         * tooltip.el (tooltip-gud-tips-p): Set default to nil.
8629         (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
8630         motion handling when tooltip-gud-tips-p is nil.
8632 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8634         * tooltip.el (tooltip-mode): Don't use `plusp'.
8635         (tooltip-active): Use initial value of nil.
8637         * jit-lock.el (jit-lock-mode): Don't use `plusp'.
8639 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8641         * bindings.el (make-mode-line-mouse-sensitive): Add key
8642         definitions for `top-line'.
8644 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8646         * faces.el (top-line): New face.
8648 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8650         * image.el (image-type-regexps): Add regexp for PS files.
8652 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8654         * faces.el (set-face-attribute): Fix wrong handling of frame
8655         begin equal to t.
8657 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8659         * image.el (image-type-regexps): Add PNG format.
8661 1999-07-21  Dave Love  <fx@gnu.org>
8663         * bindings.el (mode-line-modified): New variable.
8664         (mode-line-mode-menu-1): Switch to appropriate window before
8665         showing menu.
8667 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8669         * faces.el (face-underline): Removed.
8670         (face-underline-color): Ditto.
8672 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8674         * faces.el (face-x-resources): Fix typo.
8676 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8678         * faces.el: Remove handling of `:relief', extend handling of
8679         `:box'.
8680         (frame-set-background-mode): Choose new defface specs after
8681         frame parameters have changed.
8683         * cus-face.el: Ditto.
8685 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8687         * custom.el (defface): Extend documentation to include new
8688         face attributes.
8690         * cus-face.el (custom-face-attributes): Add overline,
8691         strike-through, box.
8693         * faces.el (face-valid-attribute-values): Handle overline,
8694         strike-through, box.
8695         (face-attribute-name-alist): Add pairs for new face attributes.
8696         (describe-face): Handle new face attributes.
8698 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8700         * faces.el (face-x-resources): Add overline, strike-through, box.
8702 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8704         * enriched.el (enriched-translations): Add `display' and
8705         "x-display".
8706         (enriched-handle-display-prop): New.
8707         (enriched-decode-display-prop): New.
8709         * format.el (top-level): Give `display' property
8710         `format-list-atomic-p.
8711         (format-annotate-single-property-change): Test that property.
8712         If present, treat list property values like atoms.
8714 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8716         * cus-face.el (custom-face-attributes): Use `choice' everywhere
8717         so that "*" can be entered.
8719 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8721         * cus-face.el (custom-face-attributes): Don't use `#''.
8723 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
8725         * cus-face.el (custom-face-attributes): Return underline
8726         face attribute directly from the second lambda of underline.
8728 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8730         * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
8732         * frame.el (after-setting-font-hooks): New variable.
8733         (set-frame-font): Run those hooks.
8735         * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
8737         * faces.el (set-face-attribute): Fix doc string.
8739 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8741         * cus-face.el (custom-face-attributes): Accept color name.
8743         * faces.el (face-underline-p): Accept unspecified underlining.
8744         (face-underline): Ditto.  Fix doc string.
8746 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
8748         * faces.el (face-underline-color): New function.
8750 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
8752         * cus-face.el (custom-face-attributes): Support underline coloring.
8753         Added slot to choose a color.
8755         * faces.el (face-underline): New function.
8756         (face-underline-p): Support underline coloring.
8757         Return nil only if the underline attribute is 'normal.
8758         (set-face-underline): New function.
8759         (face-valid-attribute-values): Support underline coloring.
8761 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8763         * image.el (insert-image): Use `display' instead of `glyph'
8764         as text property name.
8765         (put-image): Ditto.
8766         (image-type-from-file-header): Use insert-file-contents-literally.
8768 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8770         * easymenu.el (easy-menu-do-add-item): Don't use the empty
8771         string to indicate separators.
8773 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8775         * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
8776         instead of message-log.
8778 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8780         * faces.el (bitmap-area): New face.
8782 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8784         * image.el (insert-image): New.
8786 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8788         * frame.el (blink-cursor): Set the symbol's value.
8789         (show-trailing-whitespace): Change group to font-lock.
8791 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8793         * jit-lock.el: New.
8794         * font-lock.el: Add jit-mode as new support mode.
8796         * font-lock.el (font-lock-fontify-keywords-region): Stop when
8797         reaching end instead of letting re-search-forward signal an error.
8798         (demand-lock-mode): New.
8799         (font-lock-turn-on-thing-lock): Add demand-lock-mode.
8800         (font-lock-turn-off-thing-lock): Ditto.
8801         (font-lock-after-fontify-buffer): Ditto.
8802         (font-lock-after-unfontify-buffer): Ditto.
8804 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8806         * gs.el: New file.
8808         * startup.el (command-line-1): Activate tooltip mode if
8809         interactive.
8811 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8813         * faces.el (toolbar): Grey default background.
8814         (modeline): Ditto.
8816         * image.el (image-type-regexps): New.
8817         (image-type-from-file-header): New.
8818         (create-image): Call it.
8820 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8822         * image.el: New file.
8824 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8826         * bindings.el (mode-line-format): Replace `mode-name' with
8827         `(:eval mode-line-mode-name)'.
8828         (mode-line-mode-name): New.
8829         (make-mode-line-mouse-sensitive): Don't change default value
8830         of `mode-name'.
8832 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8834         * tooltip.el: New file.
8836 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8838         * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
8839         instead of mouse-3 to pop up menus.
8840         (mode-line-kill-buffer): Removed.
8841         (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
8842         buffer name.
8843         (mode-line-buffer-menu-1): Removed.
8845         * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
8847         * bindings.el (mode-line-buffer-identification-keymap): New.
8848         (mode-line-buffer-menu-keymap): New.
8849         (mode-line-mode-menu-keymap): New.
8850         (mode-line-unbury-buffer): New.
8851         (mode-line-other-buffer): New.
8852         (mode-line-kill-buffer): New.
8853         (mode-line-buffer-menu-1): New.
8854         (mode-line-mode-menu-1): New.
8855         (make-mode-line-mouse-sensitive): New.
8857 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8859         * help.el (describe-key-briefly): Handle mode line strings
8860         with local-map properties.
8861         (describe-key): Ditto.
8862         (mode-line-key-binding): New.
8864 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8866         * scroll-bar.el (scroll-bar-timer): New.
8867         (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
8869 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8871         * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
8872         and `bottom'.
8874 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8876         * scroll-bar.el (scroll-bar-toolkit-scroll): New.
8877         (global): Use different key bindings if using tookit scroll bars.
8879 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8881         * faces.el (modeline): Define mode line face with relief for
8882         class color, only.
8883         (toolbar): New face.
8885 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8887         * frame.el (frame-initialize): Set frame-creation-function to
8888         tty-create-frame-with-faces.
8890         * faces.el (frame-set-background-mode): Make it work for
8891         window-system nil.
8893         * faces.el (tty-create-frame-with-faces): New.
8894         (face-set-after-frame-default): Make it work for TTY frames.
8896 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8898         * faces.el (face-valid-attribute-values): Use tty-defined-colors.
8899         Return a list of one font family for TTYs.  Don't return bitmap
8900         file paths for TTY frames.
8902         * faces.el: Add face specs for tty displays to basic faces.
8904         * font-lock.el (font-lock-comment-face): Add spec for color tty.
8905         (font-lock-string-face): Ditto.
8906         (font-lock-keyword-face): Ditto.
8907         (font-lock-builtin-face): Ditto.
8908         (font-lock-function-name-face): Ditto.
8909         (font-lock-variable-name-face): Ditto.
8910         (font-lock-type-face): Ditto.
8911         (font-lock-constant-face): Ditto.
8912         (font-lock-warning-face): Ditto.
8914 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8916         * startup.el (command-line): Register default tty colors.
8918         * faces.el (face-spec-set-match-display): Recognize `type tty'.
8920 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8922         * faces.el (modeline): For X frames, use a modeline with relief.
8924 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8926         * faces.el (frame-update-faces): Copied from 20.2.
8927         (frame-update-face-colors): Ditto.  Code removed that isn't
8928         applicable in the new face implementation.
8930 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8932         * frame.el (show-trailing-whitespace): New.
8934         * faces.el (trailing-whitespace): New basic face.
8936 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8938         * cus-face.el (custom-facep): Always define as alias for facep.
8940         * cus-face.el (custom-face-attributes): Use choice widgets.
8941         Remove :bold and :italic.
8943 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8945         * faces.el (face-charset-registries): Removed since fontset.el
8946         is no always loaded.
8948 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8950         * faces.el (internal-get-face): Added as obsolete function for
8951         compatibility.
8953 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8955         * frame.el (blink-cursor-end): Call show-cursor.
8956         (blink-cursor-mode): Ditto.
8958 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8960         * faces.el (face-spec-reset-face): Reset all attributes to
8961         `unspecified'.
8962         (face-spec-set): Use it.
8964 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8966         * faces.el (read-all-face-attributes): Bug fix.
8967         (face-read-integer): Allow nil default value.
8968         (face-valid-attribute-values): Use symbol names of attribute
8969         values for completion list.
8971 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8973         * faces.el (internal-find-face): Define for compatibility with
8974         20.2.
8975         (face-id): Likewise.
8977         * faces.el (face-id): Return the ID of a realized face for ASCII.
8979         * fontset.el (x-charset-registries): Removed.  Now in faces.el.
8980         (x-complement-fontset-spec): Use face-charset-registries.
8982         * faces.el (face-font-selection-order): Set font selection order
8983         from Lisp.
8984         (face-alternative-font-family-alist): Set alternative font
8985         families from Lisp.
8987 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8989         * faces.el (set-face-charset-registries): Set symbol value.
8991 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8993         * faces.el (face-set-after-frame-default): Call function
8994         internal-merge-in-global-face.
8996 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8998         * faces.el (face-list): Return symbols from face-global-alist.
9000         * faces.el (face-list): Return a copy of the face name list so
9001         that it cannot be modified from outside (facemenu.el uses
9002         nreverse, for example).
9004         * cus-face.el (custom-face-attributes): Add :bold and :italic
9005         for compatibility with old code.
9007         * faces.el (set-face-attributes-from-resources): Additional
9008         frame parameter.
9009         (make-face-x-resource-internal): Set attributes from resources
9010         for a given frame or all frames.
9012 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9014         * faces.el (all-faces): Removed.
9016         * custom.el (defface): Add new face attributes to function
9017         comment.
9019         * font-lock.el (font-lock-comment-face): Use new face attribute
9020         names.
9021         (font-lock-string-face): Ditto.
9022         (font-lock-keyword-face): Ditto.
9023         (font-lock-builtin-face): Ditto.
9024         (font-lock-function-name-face): Ditto.
9025         (font-lock-variable-name-face): Ditto.
9026         (font-lock-type-face): Ditto.
9027         (font-lock-reference-face): Ditto.
9028         (font-lock-warning-face): Ditto.
9029         ((boundp 'font-lock-face-attributes)): Ditto.
9031         * cus-face.el (custom-face-attributes): Use new face attributes.
9033         * faces.el (set-face-attribute-from-resource): Initialize
9034         from resources only for X and W32.
9036         * cus-face.el (custom-declare-face): Don't make frame-local
9037         faces.
9039         * faces.el (describe-face): Use princ instead of insert.
9041         * faces.el: Add XLFD manipulation functions from 20.2 again
9042         because fontset.el uses them.
9043         (face-set-after-frame-default): Add empty definition.
9045 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9047         * faces.el (make-face): Correct typo.
9048         (set-face-attribute-from-resource): Use let*.
9049         (face-underline-p): Correct typo.
9050         (face-inverse-video-p): Ditto.
9051         (set-face-stipple): Ditto.
9052         (face-read-string): Make completion-list optional parameter.
9054 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9056         * faces.el (face-charset-registries): Alist mapping charset
9057         symbols to registries and encoding.
9059 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9061         * frame.el (blink-cursor-mode): Use interactive spec "P".
9063 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9065         * frame.el (blink-cursor-mode): Function to toggle blinking cursor
9066         mode.  The cursor of selected_window blinks if the mode is enabled.
9068 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9070         * simple.el (next-history-element): Set point to the end of the
9071         prompt if minibuffer-prompt-in-buffer.
9073 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9075         * faces.el (x-font-regexp): Add sub-expression parentheses for
9076         several font name components.
9078 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9080         * faces.el (set-face-relief): Use index 12 for relief.
9081         (face-fill-in): Set relief from data.
9082         (internal-make-face): Init relief to zero.
9084         * faces.el (face-spec-set): Call modify-face with additional
9085         parameters for relief and fixed-p.
9087 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9089         * cus-face.el: ':fixed and ':relief added.
9091         * faces.el (describe-face): Add fixed font attribute and relief.
9092         (face-attr-match-p): Ditto.
9093         (face-attr-construct): Ditto.
9094         (face-spec-set): Ditto.
9096 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9098         * faces.el (internal-make-face): Function to create a Lisp vector
9099         suitable for representing a face.
9100         (make-face): Use it instead of make-vector.
9101         (x-create-frame-with-faces): Use it instead of vector.
9102         (internal-facep): Increase vector size to 14.
9103         (internal-make-face): Ditto.
9104         (face-relief): Access relief thickness.
9105         (face-fixed-p): Access fixed font attribute.
9106         (set-face-fixed-p): Set fixed font attribute.
9107         (set-face-relief): Set relief attribute.
9108         (internal-face-interactive-int): Read int attribute of face.
9109         (modify-face): Add fixed-p and relief parameters.
9110         (copy-face): Handle fixed-p and relief.
9111         (face-equal): Compare fixed-p and relief.
9112         (face-differs-from-default-p): Ditto.
9113         (face-nontrivial-p): Add fixed-p and relief.
9115 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9117         * faces.el (eval-when-compile): Add set-face-shadow-thickness.
9118         (internal-facep): Increase vector size.
9119         (make-face): Ditto.
9120         (face-shadow-thickness): Added.
9121         (set-face-shadow-thickness): Added.
9122         (modify-face): Add optional shadow-thickness parameter.
9123         (make-face-x-resource-internal): Add shadows.
9124         (copy-face): Ditto.
9125         (face-equal): Ditto.
9126         (face-differs-from-default-p): Ditto.
9127         (face-nontrivial-p): Ditto.
9128         (face-attr-match-p): Ditto.
9129         (face-attr-construct): Ditto.
9130         (face-spec-set): Ditto.
9131         (face-fill-in): Ditto.
9133 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9135         * bench.el (bench-mark-split-window): New bench mark.
9137 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9139         * faces.el (set-face-font): Don't pass default font to
9140         x-resolve-font so that font will not have to be of the same
9141         size.
9143 1999-07-20  Dave Love  <fx@gnu.org>
9145         * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
9146         unconditionally t.
9148 1999-07-20  Karl Heuer  <kwzh@gnu.org>
9150         * font-lock.el (c++-font-lock-extra-types): Add "type_info".
9152 1999-07-20  Dave Love  <fx@gnu.org>
9154         * help.el (describe-variable): Fix test for customizability.
9156         * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
9157         Check for readonly buffer in interactive spec.
9158         (zap-to-char, kill-line, kill-region, comment-region, kill-word)
9159         (backward-kill-word): Add * to interactive spec.
9161         * underline.el (underline-region, ununderline-region): Add * to
9162         interactive spec.
9164         * fill.el (canonically-space-region, justify-current-line): Add *
9165         to interactive spec.
9166         (fill-region-as-paragraph, fill-paragraph, fill-region)
9167         (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
9168         readonly buffer in interactive spec.
9170         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
9171         (backward-kill-sentence, kill-sentence): Add * to interactive
9172         spec.
9174 1999-07-19  Richard M. Stallman  <rms@gnu.org>
9176         * dired-aux.el (dired-do-shell-command): Doc fix.
9178         * shell.el (shell-unquote-argument): New function.
9179         (shell-directory-tracker): Use shell-unquote-argument.
9180         * comint.el (comint-arguments): Handle \ followed by space or tab.
9182 1999-07-19  John Wiegley  <jwiegley@borland.com>
9184         * term.el (ansi-term-fg-faces-vector): Added support for ANSI
9185         color codes 39 and 49, which by the way lynx uses them seem to
9186         mean "foreground reset" and "background reset".
9188 1999-07-19  Karl Heuer  <kwzh@gnu.org>
9190         * font-lock.el (c++-keywords): Add "typeid".
9192         * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
9193         selects no font, treat that as zero selections, not one.
9195 1999-07-19  Dave Love  <fx@gnu.org>
9197         * info.el (Info-search): Don't lose with empty regexp.
9199         * version.el: Cater for (free) `ident' program, not `which'.
9201         * hl-line.el: New file.
9203         * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
9204         for modes which don't define menus.
9206 1999-07-16  Richard M. Stallman  <rms@gnu.org>
9208         * webjump.el (webjump-sample-sites): Update some URLs.
9210 1999-07-14  Richard Stallman  <rms@gnu.org>
9212         * Version 20.4 released.
9214 1999-07-14  Andreas Schwab  <schwab@gnu.org>
9216         * compare-w.el (compare-windows): Try to find the next window in
9217         the current frame before looking at the other frames.
9219 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
9221         * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
9222         Use cyrillic-jcuken as default input method.
9224 1999-07-12  Richard Stallman  <rms@gnu.org>
9226         * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
9227         Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
9229         * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
9230         (ispell-local-dictionary-alist): Add koi8-r for character set.
9232         * textmodes/flyspell.el (flyspell-get-word):
9233         Add special handling for when ispell-otherchars is empty.
9235 1999-07-12  Espen Skoglund  <espensk@stud.cs.uit.no>
9237         * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
9238         when having nested functons.
9239         (pascal-indent-nested-functions) (pascal-indent-line)
9240         (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
9241         indenting nested functions.
9243 1999-07-09  Richard Stallman  <rms@gnu.org>
9245         * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
9247 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
9249         * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
9250         the `end' keyword was in the very beginning of the buffer.
9252 1999-07-08  Richard Stallman  <rms@gnu.org>
9254         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
9256         * term.el (term-emulate-terminal): Avoid infinite loop
9257         in strange case where minibuffer window is selected but not active.
9259 1999-07-07  Stephen Eglen  <stephen@gnu.org>
9261         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
9262         Change regexp so that it doesn't match commands beginning with `cd'.
9264 1999-07-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
9266         * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
9268 1999-07-06  Richard Stallman  <rms@gnu.org>
9270         * hscroll.el (hscroll-minibuffer-hook): New function.
9271         (hscroll-global-mode): Add and remove that hook.
9272         Set hscroll-old-truncate-was-global's default value.
9274 1999-07-05  Richard Stallman  <rms@gnu.org>
9276         * files.el (revert-buffer): Don't preserve point here.
9277         (revert-buffer-insert-file-contents-function): Doc fix.
9279         * isearch.el (isearch-process-search-char): Write octal 200 correctly.
9281         * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
9282         doing a `stat' when it isn't necessary because that can cause
9283         trouble when an NFS server is down.
9285 1999-07-04  Richard Stallman  <rms@gnu.org>
9287         * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
9289 1999-07-03  Richard Stallman  <rms@gnu.org>
9291         * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
9292         for \200...\240 also.
9293         (isearch-printing-char): Use unibyte-char-to-multibyte.
9295 1999-07-02  Richard Stallman  <rms@gnu.org>
9297         * frame.el (minibuffer-frame-alist): Use defcustom.
9298         (pop-up-frame-alist): Likewise.
9299         (initial-frame-alist): Specify * in the doc string.
9301         * hscroll.el (hscroll-mode): Make it a permanent local.
9302         (hscroll-mode): Don't cancel the timer
9303         if HScroll mode is enabled in some other buffer.
9305         * isearch.el (isearch-done): If search ends in middle of intangible
9306         text (due to text property), move on to the limit of that text.
9308 1999-07-01  Andrew Innes  <andrewi@gnu.org>
9310         * man.el (Man-build-man-command): Use value of null-device,
9311         instead of hard-coding "/dev/null".
9313         * dos-w32.el (untranslated-canonical-name): Avoid expanding
9314         ange-ftp file names, which might force ange-ftp to prompt for a
9315         password.
9317         * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
9318         to prevent references to temp files.
9320 1999-06-30  Richard Stallman  <rms@gnu.org>
9322         * progmodes/sh-script.el (sh-feature): If nothing is known
9323         about the given shell, use the values for `sh'.
9325 1999-06-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9327         * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
9328         to make it non-recursive.
9330         * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
9332 1999-06-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9334         * auto-show.el (auto-show-mode): Fix Typo in :set.
9336 1999-06-29  Richard M. Stallman  <rms@gnu.org>
9338         * progmodes/sh-script.el (sh-mode): When setting syntax
9339         table, default to the standard one.
9341 1999-06-27  Richard M. Stallman  <rms@gnu.org>
9343         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
9345 1999-06-27  Stefan Monnier  <monnier@cs.yale.edu>
9347         * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
9348         a frame when `return' is requested (even if pop-up-frames = t)
9349         * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
9350         should only be set for the bibtex buffer.
9352         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
9354         * progmodes/compile.el: Deal with compilation-error-screen-columns
9355         being buffer-local.
9357 1999-06-27  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
9359         * comint.el (comint-password-prompt-regexp): Allow "(again)".
9361 1999-06-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9363         * cal-x.el (calendar-only-one-frame-setup): New function.
9364         * calendar.el (calendar): Call it if requested.
9366 1999-06-24  Karl Heuer  <kwzh@gnu.org>
9368         * startup.el (iso-8859-n-locale-regexp): Doc fix.
9370 1999-06-22  Richard M. Stallman  <rms@gnu.org>
9372         * mail/supercite.el (sc-emacs-features): Doc fix.
9374 1999-06-22  Karl Heuer  <kwzh@gnu.org>
9376         * files.el (auto-mode-alist): Add pike-mode.
9378 1999-06-20  Paul R. Eggert  <eggert@twinsun.com>
9380         * tar-mode.el (tar-header-block-tokenize): Don't assume that the
9381         last byte of a numeric field is a space or a NUL.  Parse it as
9382         potentially part of the number.  This is used by GNU tar
9383         1.12.64012 to handle larger values.
9385 1999-06-20  Karl Heuer  <kwzh@gnu.org>
9387         * custom.el (custom-handle-keyword): Fix error message.
9389 1999-06-18  Andrew Innes  <andrewi@gnu.org>
9391         * mail/smtpmail.el (smtpmail-send-it): Use
9392         convert-standard-filename to make file names for queued mail safe
9393         on Windows (`:' is invalid in file names on Windows).
9395 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
9397         * international/mule-cmds.el (describe-current-input-method):
9398         Current-input-method is string.
9399         (toggle-input-method): Docstring fixed.
9401         * international/mule-diag.el
9402         (describe-current-coding-system-briefly): Fix format string.
9404         * international/mule-util.el (coding-system-eol-type-mnemonic):
9405         Docstring modified.  Return a string.
9407 1999-06-17  Alex Schroeder  <a.schroeder@bsiag.ch>
9409         * sql.el (sql-input-ring-file-name): Doc fix.
9411 1999-06-17  Richard M. Stallman  <rms@gnu.org>
9413         * calendar/cal-x.el (special-display-buffer-names):
9414         Don't put (get-file-buffer diary-file) on this list.
9416 1999-06-17  Mark W Maimone  <mwm@helios.jpl.nasa.gov>
9418         * play/mpuz.el (mpuz-try-proposal): Fix message call.
9419         Don't penalize player for certain impossible guesses.
9421 1999-06-16  Andrew Innes  <andrewi@gnu.org>
9423         * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
9424         return the string "Unk  0  0000" so at least it appears to be a
9425         valid timestamp to `dired-move-to-filename-regexp'.
9427 1999-06-15  Ken'ichi Handa  <handa@gnu.org>
9429         * ps-print.el (ps-control-character): Fix previous change.
9431 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9433         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
9434         multiple output of the last message.
9436 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
9438         * term/internal.el (IT-display-table-setup): Do not remap \222 to
9439         the ASCII apostrophe, as most DOS codepages have some other glyph
9440         there.
9442 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
9444         * language/ethio-util.el (setup-ethiopic-environment-internal):
9445         Use quail-activate-hook instead of obsolete hook quail-mode-hook.
9446         (exit-ethiopic-environment): Likewize.
9448 1999-06-12  Richard M. Stallman  <rms@gnu.org>
9450         * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
9452 1999-06-12  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9454         * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
9455         custom-initialize-default to avoid infinite loop.
9456         (crisp-mode): (defun) Call transient-mark-mode here, not when
9457         loading the file.  Run crisp-mode-hook here, and run
9458         crisp-load-hook when loading the file.
9460         * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
9461         rmail-summary buffer, search for pattern in rmail-file.
9463         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
9465         * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
9467         * ps-print.el (ps-printer-name): Fix custom type.
9469 1999-06-12  Reto Zimmermann  <reto@synopsys.com>
9471         * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
9472         (vhdl-port-paste-generic-map): Fix indentation bug.
9473         (vhdl-port-paste-port-map): Fix indentation bug.
9474         (vhdl-scan-file-contents): Make scanning case insensitive.
9476 1999-06-11  Richard M. Stallman  <rms@gnu.org>
9478         * files.el (write-file): When buffer is not already visiting a file,
9479         don't put buffer name in the minibuffer, just make it the default.
9480         Also handle just directory as arg usefully in that case.
9482         * simple.el (sendmail-user-agent-compose):
9483         Ignore case when inserting the rest of the "other" headers.
9485         * help.el (help-for-help): Mention C-h C-i.  Clear up C-h n.
9487         * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
9488         (info-lookup-interactive-arguments): Never insert the default
9489         into the minibuffer automatically.
9491         * emacs-lisp/cl-extra.el (getf): Don't call get*.
9493 1999-06-09  Richard M. Stallman  <rms@gnu.org>
9495         * simple.el (shell-command): Avoid printing "mark set" message.
9497 1999-06-09  Dave Love  <fx@gnu.org>
9499         * progmodes/compile.el (compilation-error-regexp-alist): Allow
9500         digits in program name in first pattern.
9502 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9504         * vc.el (vc-dired-mode): Don't match anything before the date in
9505         dired-move-to-filename-regexp.
9507 1999-06-07  Ken'ichi Handa  <handa@gnu.org>
9509         * international/quail.el (quail-define-rules): Fix typo in
9510         docstring.
9512 1999-06-05  Stephen Eglen  <stephen@gnu.org>
9514         * iswitchb.el (iswitchb-default-keybindings): Add
9515         iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
9516         than when package is loaded.
9518 1999-06-04  Richard M. Stallman  <rms@gnu.org>
9520         * startup.el (command-line): Don't set user-init-file directly;
9521         tell `load' to set it.
9523         * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
9525         * simple.el (next-history-element):
9526         Handle minibuffer-text-before-history properly when reading sexps.
9528         * disp-table.el (standard-display-european):
9529         For an interactive call by the user,
9530         don't set enable-multibyte-characters,
9531         and don't set the terminal coding system.
9533         * textmodes/refbib.el: Don't print any messages or display
9534         a buffer when loading the library.
9535         (r2b-help): Doc fix.
9536         (r2b-help-message): Update the documentation.
9537         (r2b-load-quietly): Variable deleted.
9538         (r2b-convert-buffer): Doc fix.
9540 1999-06-04  Dave Love  <fx@gnu.org>
9542         * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
9544         * auto-show.el: Don't change hooks on loading.
9545         (auto-show-mode): Autoload.  Default to nil.  Add :set &c.
9546         (auto-show-mode): Add to hooks here.
9548 1999-06-04  Richard Sharman  <rsharman@pobox.com>
9550         * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
9551         recursion on bogus input.
9553 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
9555         * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
9556         does not select a buffer from the buffers menu, then the attached
9557         frame is not switched to anything.
9559 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
9561         * language/vietnamese.el (ccl-encode-vscii): Typo fixed
9562         (viet-viscii-...->viet-vscii...).
9564         * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
9566 1999-06-01  Dave Love  <fx@gnu.org>
9568         * progmodes/fortran.el: Add :link to defgroup.
9569         (fortran-blink-matching-if): Match ELSE statements too.
9570         (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
9571         that filling is always done.
9573 1999-05-31  Richard M. Stallman  <rms@gnu.org>
9575         * simple.el (append-next-kill): Use an arg to distinguish
9576         interactive calls from Lisp calls, rather than (interactive-p).
9578         * international/iso-transl.el (iso-transl-language-alist):
9579         Interchange n and N.
9581 1999-05-31  Dave Love  <fx@gnu.org>
9583         * msb.el Add to minor-mode-map-alist.  Remove hook installation
9584         and keymap munging on load.
9585         (msb-mode): New option.
9586         (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
9587         Doc fix.
9588         (msb-mode-map): New variable.
9589         (msb-mode): New command.
9591 1999-05-31  Dave Love  <fx@gnu.org>
9593         * ispell.el: (ispell-alternate-dictionary): Fix custom type.
9594         (ispell-complete-word-dict): Likewise.
9596 1999-05-31  Eli Zaretskii  <eliz@gnu.org>
9598         * forms.el (forms-save-buffer): Call set-buffer-modified-p to
9599         force the data buffer to be saved, even if the data didn't
9600         change, in case the write filter was modified.  Restore the
9601         current record after read-file-filter finishes.
9603 1999-05-29  Karl Heuer  <kwzh@gnu.org>
9605         * ispell4.el: Obsolete; file deleted.
9607         * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
9609         * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
9610         VALUE is a syntax table.
9612         * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
9614         * simple.el (zap-to-char): Doc fix.
9616 1999-05-27  Ken'ichi Handa  <handa@gnu.org>
9618         * isearch.el (isearch-quote-char): Don't assume character codes
9619         0200 - 0237 stand for characters in some single-byte character
9620         charset.
9622 1999-05-27  Dave Love  <fx@gnu.org>
9624         * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
9626 1999-05-27  Andreas Schwab  <schwab@gnu.org>
9628         * dired-aux.el (dired-insert-subdir-doinsert): Check that the
9629         headerline does not exist already.
9631 1999-05-26  Richard Stallman  <rms@gnu.org>
9633         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9634         Avoid nested null-loops.
9636 1999-05-26  Ken'ichi Handa  <handa@gnu.org>
9638         * international/characters.el: Typo fixed; prefered->preferred.
9640         * international/mule-cmds.el (find-coding-systems-for-charsets):
9641         Typo fixed; prefered->preferred.
9643         * map-ynp.el (map-y-or-n-p): Don't inherit the current input
9644         method in read-event.
9646         * international/mule.el (charset-info): Doc-string fixed.
9648 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
9650         * mail/smtpmail.el (smtpmail-send-it): Bind
9651         smtpmail-code-conv-from properly.
9652         (smtpmail-send-data-1): If DATA is a multibyte string, encode it
9653         by smtpmail-code-conv-from.
9655 1999-05-24  Richard Stallman  <rms@gnu.org>
9657         * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
9658         Binding deleted also.
9660 1999-05-24  Karl Heuer  <kwzh@gnu.org>
9662         * comint.el (comint-bol-or-process-mark): Doc fix.
9664 1999-05-23  Dave Love  <fx@gnu.org>
9666         * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
9667         Enter it on minor-mode-map-alist.
9668         (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
9669         Autoload.  Add custom setter.
9670         (crisp-mark-line): Doc fix.
9671         (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
9672         (crisp-mode-hook): Define.
9674 1999-05-23  Ken'ichi Handa  <handa@gnu.org>
9676         * files.el (recover-file): Recover buffer-file-coding-system.
9678 1999-05-22  Richard Stallman  <rms@gnu.org>
9680         * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
9681         regexp match the date, to avoid treating date as file size.
9682         Add YYYY S option to WESTERN/
9684         * bookmark.el: Delete some XEmacs compatibility code.
9685         (bookmark-jump-noselect): Check vc-backend.
9687         * subr.el (add-to-list): Doc fix.
9689 1999-05-21  Stephen Eglen  <stephen@gnu.org>
9691         * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
9693 1999-05-18  Richard Stallman  <rms@gnu.org>
9695         * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
9696         non-space after the @anchor command.
9697         (texinfo-format-var): Handle other nested constructs, using
9698         texinfo-parse-expanded-arg and texinfo-discard-command, not
9699         texinfo-parse-arg-discard.
9701         * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
9702         (debug): Bind and use debugger-outer-inhibit-redisplay.
9703         Bind inhibit-redisplay to nil.
9704         (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
9706 1999-05-17  Dave Love  <fx@gnu.org>
9708         * help.el (describe-function-1): Extra arg, interactive-p.
9709         (describe-key, describe-function): Use it.
9711 1999-05-17  Karl Heuer  <kwzh@gnu.org>
9713         * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
9715 1999-05-16  Dave Love  <fx@gnu.org>
9717         * cus-start.el (all): Delete selective-display.  Add scroll-margin,
9718         scroll-preserve-screen-position, scroll-conservatively.
9720 1999-05-16  Dave Love  <fx@gnu.org>
9722         * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
9724 1999-05-15  Reto Zimmermann  <reto@Synopsys.COM>
9726         * progmodes/vhdl-mode.el: Completely revised and massively extended.
9728 1999-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
9730         * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
9731         magic number and is not associated with a file.
9733 1999-05-14  Richard M. Stallman  <rms@gnu.org>
9735         * files.el (find-file-noselect-1): Fix previous change.
9737 1999-05-14  Simon Marshall  <simon@gnu.org>
9739         * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
9741 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
9743         * international/mule-diag.el (mule-diag): Change MULE to Mule in
9744         docstring.
9746         * international/mule-cmds.el: Change MULE to Mule in docstrings
9747         and menus.
9749 1999-05-10  Kenichi HANDA  <handa@etl.go.jp>
9751         * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
9752         to correctly reflect the value of BaseLineOffset in
9753         RelativeCompose.  Now the value of RelativeCompose is an array of
9754         low and high positions.
9755         (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
9756         RLC for the above change.
9758 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
9760         * comint.el (comint-password-prompt-regexp): Modified to match the
9761         output of ksu and ssh-add.
9763 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
9765         * language/korea-util.el (isearch-toggle-korean-input-method):
9766         Adjusted for the change of input method handling in isearch.el.
9767         (isearch-hangul-switch-symbol-ksc): Likewise.
9768         (isearch-hangul-switch-hanja): Likewise.
9770 1999-05-10  Dave Love  <fx@gnu.org>
9772         * help.el (help-make-xrefs): Fix typo.
9774 1999-05-10  Andreas Schwab  <schwab@gnu.org>
9776         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
9777         unibyte-display-via-language-environment.
9779         * help.el (help-make-xrefs): Handle more cases when looking for
9780         commands in a keymap description.
9782 1999-05-10  Eli Zaretskii  <eliz@gnu.org>
9784         * loadup.el: For ms-dos systems, load ccl and codepage.
9786 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
9788         * ps-print.el (ps-control-character): Call
9789         ps-mule-prepare-ascii-font to setup ASCII fonts.
9791         * ps-mule.el (ps-mule-begin-job): Redo this change "if
9792         ps-multibyte-buffer is nil, use
9793         ps-mule-font-info-database-default."
9795 1999-05-08  Ken Stevens  <k.stevens@ieee.org>
9797         * ispell.el (ispell-local-dictionary-alist): New variable for
9798         customizing local dictionaries not accessable by everyone.
9799         (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
9800         (ispell-required-version): Changed format `(major minor
9801         revision)' to support general pattern matching.
9802         (ispell-tex-skip-alists): AMS Tex block comment and `\author'
9803         skip region commented out due to incorrect skip potential in std latex.
9804         (ispell-word): Removed `when' macro.  Fixed bug of not restoring
9805         cursor point on small words for calls from `ispell-minor-mode'.
9806         (check-ispell-version): Tests and accepts versions major.minor
9807         and above, with adjustments for interactions in 3.1.0-3.1.11.
9808         (ispell-get-line): No longer skips ispell process special characters.
9809         (ispell-comments-and-strings): Removed `when' macro call.
9810         (ispell-minor-check): Requires ispell-word to restore cursor point.
9811         (ispell-buffer-local-parsing): Supports checking comments only.
9813 1999-05-08  Karl Heuer  <kwzh@gnu.org>
9815         * comint.el (comint-password-prompt-regexp): Fix last change to be
9816         more specific.
9818 1999-05-07  Richard M. Stallman  <rms@gnu.org>
9820         * subr.el (with-temp-message): Fix the other call to message
9821         to use %s.
9823 1999-05-07  Michael Ernst  <mernst@alum.mit.edu>
9825         * gud.el (gud-format-command): "%F" means file sans extension.
9826         (jdb): Use %F, not %f, for gud-break.
9828 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
9830         * comint.el (comint-password-prompt-regexp): Modified so that it
9831         matches the output of kinit.
9833 1999-05-06  Greg Stark  <gsstark@mit.edu>
9835         * timezone.el (timezone-parse-date): Recognize new format used in
9836         internet cookies.
9838 1999-05-04  Tudor Hulubei  <tudor@cs.unh.edu>
9840         * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
9842 1999-05-04  Andrew Innes  <andrewi@gnu.org>
9844         * time.el (display-time-update): Allow for wrap-around when
9845         checking against display-time-server-down-time.
9847 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
9849         * international/mule-diag.el (describe-coding-system): Fix English
9850         message.
9852 1999-05-03  Jason Rumney <jasonr@altavista.net>
9854         * term/w32-win.el: Change the x-charset-registry property for the
9855         Japanese charsets that are supported by Japanese Windows fonts.
9857 1999-05-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9859         * diary-lib.el (diary-remind): Rewritten to behave sensibly for
9860         diary-block diary entries for which the reminders and the diary
9861         entries can overlap.
9863 1999-05-02  Jason Rumney <jasonr@altavista.net>
9865         * term/w32-win.el (mouse-set-font): Ensure constructed fontset
9866         matches the font selected in the dialog.
9868 1999-05-02  Dave Love  <fx@gnu.org>
9870         * browse-url.el (browse-url-browser-function): Add :version.
9872         * international/mule.el (auto-coding-alist): Add .tgz.
9874 1999-05-2  Eli Zaretskii  <eliz@is.elta.co.il>
9876         * international/codepage.el (cp-coding-system-for-codepage-1):
9877         Make the magnification parameter for the -dos encoder be 2.
9879 1999-05-2  Andrew Innes  <andrewi@gnu.org>
9881         * term/w32-win.el (w32-drag-n-drop): Select file in window where
9882         it is dropped, rather than current window.
9884         * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
9885         after switching buffer, as case-fold-search is a buffer local
9886         variable.
9888         * w32-fns.el (convert-standard-filename): Only convert directory
9889         separators to backslash if the interactive shell is one of the
9890         standard Windows shells that has DOS semantics.
9892         * ls-lisp.el (ls-lisp-format-time): Trap errors from
9893         format-time-string, and return a suitable string to indicate the
9894         timestamp was invalid.
9896         * hexl.el (hexlify-command): Apply shell-quote-argument after
9897         expanding hexl-program in case exec-directory contains a space.
9898         (dehexlify-command): Ditto.
9900         * dos-w32.el (file-name-buffer-file-type-alist): Remove various
9901         file extension regexps which aren't necessarily binary files.
9902         (direct-print-region-helper): Use subst-char-in-string instead of
9903         binding directory-sep-char to convert filenames to DOS syntax.
9904         (direct-print-region-use-command-dot-com): New variable.
9905         (direct-print-region-helper): Use it to control whether to invoked
9906         command.com to print on Windows 9x.
9908         * browse-url.el (browse-url-browser-function): Default to
9909         browse-url-default-windows-browser on windows-nt.
9910         (browse-url-default-windows-browser): New function.
9912 1999-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
9914         * forms.el (forms-mode): Don't call forms-first-record or
9915         forms-last-record if the data file has zero records.
9917 1999-04-29  Richard M. Stallman  <rms@gnu.org>
9919         * files.el (find-file-noselect-1): If buffer-file-name has changed
9920         after find-file-not-found-hooks runs, recompute the truename.
9921         And don't use FILENAME after that point.
9923 1999-04-27  Dave Love  <fx@gnu.org>
9925         * paren.el (show-paren-mode)
9926         * which-func.el (which-func-mode-global)
9927         * type-break.el (type-break-mode)
9928         * time.el (display-time-mode)
9929         * rsz-mini.el (resize-minibuffer-mode)
9930         * mouse-sel.el (mouse-sel-mode)
9931         * icomplete.el (icomplete-mode)
9932         * hscroll.el (hscroll-global-mode)
9933         * help.el (temp-buffer-resize-mode)
9934         * font-lock.el (global-font-lock-mode)
9935         * delsel.el (delete-selection-mode)
9936         * avoid.el (mouse-avoidance-mode)
9937         * autoinsert.el (auto-insert-mode)
9938         * winner.el (winner-mode): Doc fix.
9940 1999-04-26  Karl Heuer  <kwzh@gnu.org>
9942         * mail/rmail.el (rmail-next-same-subject): When searching, ignore
9943         the same whitespace that was ignored in choosing the subject string.
9945 1999-04-26  Richard M. Stallman  <rms@gnu.org>
9947         * info.el (Info-find-node): Position properly after finding anchor.
9949         * cus-start.el (all): Handle unibyte-display-via-language-environment.
9951         * simple.el (indent-new-comment-line): Fix previous change.
9953         * complete.el: Delete the wildcard expansion feature
9954         since that is now standard in find-file.
9955         (PC-try-load-many-files): Function deleted.
9956         (PC-after-load-many-files): Function deleted.
9957         (PC-many-files-list): Variable deleted.
9958         (PC-disable-wildcards): Variable deleted.
9959         (partial-completion-mode): Don't enable the wildcard feature.
9961         * complete.el (PC-look-for-include-file): Don't set global variables
9962         `error', `buf' and `filename' here.
9964         * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
9966 1999-04-26  John Wiegley  <johnw@oneworld.new-era.com>
9968         * textmodes/outline.el (outline-regexp): Doc fix.
9970 1999-04-26  John Wiegley  <johnw@borland.com>
9972         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
9973         C++Builder 4.0 error message syntax.
9975 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
9977         * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
9978         supported, use find -exec.
9980 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
9982         * textmodes/texinfmt.el (texinfo-format-buffer): Bind
9983         coding-system-for-write, to avoid hanging when non-interactive.
9985 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9987         * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
9988         start with a newline.
9990 1999-04-13  Ken'ichi Handa  <handa@gnu.org>
9992         * international/mule-conf.el (x-ctext): New coding system.
9994 1999-04-12  Richard M. Stallman  <rms@gnu.org>
9996         * international/mule-cmds.el (input-method-function):
9997         Add permanent-local property.
9999 1999-04-12  Dave Love  <fx@gnu.org>
10001         * jka-compr.el (jka-compr-insert-file-contents): Fix previous
10002         change to use jka-compr-byte-compiler-base-file-name.
10004         * supercite.el (sc-scan-info-alist): Revert last change.
10005         (sc-attrib-selection-list): Fix :type here instead.
10007 1999-04-11  Eli Zaretskii  <eliz@gnu.org>
10009         * international/mule.el (auto-coding-alist-lookup): Include ms-dos
10010         in the list of case-insensitive filesystems.
10012 1999-04-09  Kenichi Handa  <handa@etl.go.jp>
10014         * international/fontset.el (create-fontset-from-fontset-spec):
10015         Don't register duplicated alias fontset names.
10017 1999-04-08  Richard Stallman  <rms@gnu.org>
10019         * international/mule.el (auto-coding-alist-lookup): New function.
10020         (set-auto-coding): Use auto-coding-alist-lookup.
10022         * jka-compr.el (jka-compr-insert-file-contents):
10023         Use auto-coding-alist-lookup to check for files that
10024         should not have eol conversion, in the unibyte case.
10026 1999-04-07  Dave Love  <fx@gnu.org>
10028         * help.el (describe-variable): Check custom-loads property as well
10029         as custom-type.
10031         * abbrev.el (abbrev-mode): Customizing sets the default value.
10033 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10035         * vc.el (vc-backend-revert): For CVS files that were made
10036         writeable with "cvs edit", call "cvs unedit" to undo that.
10038 1999-04-08  Dave Love  <fx@gnu.org>
10040         * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
10041         more.
10042         (sc-emacs-features): Recognize Emacs 20.
10043         (sc-read-string): Use history arg.
10044         (sc-scan-info-alist): Check for rtnvalue a cons.
10046 1999-04-08  Kenichi HANDA  <handa@etl.go.jp>
10048         * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
10049         coding system to encode the message by
10050         select-message-coding-system.
10052 1999-04-07  Richard Stallman  <rms@gnu.org>
10054         * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
10056         * winner.el: Reorder definitions.
10058         * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
10060         * mail/rmail.el (rmail-decode-babyl-format):
10061         Undo previous change.
10063 1999-04-06  Richard Stallman  <rms@gnu.org>
10065         * info.el (Info-find-node): Check for an anchor at the
10066         proper place, before reading an indirect file.
10068         * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
10070         * jka-compr.el (jka-compr-insert-file-contents):
10071         Use raw-text-unix when we want no conversion.
10073 1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
10075         * timezone.el (timezone-parse-date): Corrected regexp for
10076         style (5) date format so that tenths of seconds are optional.
10078 1999-04-05  Eli Zaretskii  <eliz@gnu.org>
10080         * term/internal.el (dos-cpNNN-setup): New function, with the guts
10081         of dos-codepage-setup.
10082         (cjk-codepages-alist): New variable, an alist of Far-Eastern
10083         codepages for which there's no need to set up cpNNN coding
10084         systems.
10085         (dos-codepage-setup): Support Far-Eastern DOS terminals.
10087 1999-04-05  Richard Stallman  <rms@gnu.org>
10089         * mail/rmail.el (rmail-ignored-headers): Doc fix.
10091 1999-04-02  Richard Stallman  <rms@gnu.org>
10093         * progmodes/compile.el (compilation-handle-exit): Do right thing
10094         if (car status) doesn't end in a newline.
10096 1999-04-01  Dave Love  <fx@gnu.org>
10098         * progmodes/sql.el (SQL): Add defgroup :version.
10100 1999-03-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
10102         * emacs-lisp/bytecomp.el (byte-compile-file): Clear
10103         buffer-file-coding-system.  If the coding system used is raw-text,
10104         etc., make the *Compiler Input* buffer unibyte.
10106         * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
10108         * loadup.el: Don't write the fns-...el file if not dumping.
10110 1999-03-31  Dave Love  <fx@gnu.org>
10112         * snmp-mode.el (snmp): Fix defgroup :version.
10114         * hilit-chg.el (highlight-changes): Add defgroup :version.
10116 1999-03-31  Andreas Schwab  <schwab@gnu.org>
10118         * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
10119         the gnus-save-hidden-threads macro.
10121 1999-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
10123         * faces.el (face-set-after-frame-default): Obey the
10124         `customized-face' for new faces.
10126 1999-03-30  Dave Love  <fx@gnu.org>
10128         * international/mule-cmds.el (current-language-environment): Doc fix.
10129         * abbrev.el (abbrev-mode): Doc fix.
10130         * autoinsert.el (auto-insert-mode): Doc fix.
10131         * complete.el (partial-completion-mode): Doc fix.
10132         * avoid.el (mouse-avoidance-mode): Doc fix.
10133         * delsel.el (delete-selection-mode): Doc fix.
10134         * font-lock.el (global-font-lock-mode): Doc fix.
10135         * help.el (temp-buffer-resize-mode): Doc fix.
10136         * hscroll.el (hscroll-global-mode): Doc fix.
10137         * icomplete.el (icomplete-mode): Doc fix.
10138         * mouse-sel.el (mouse-sel-mode): Doc fix.
10139         * paren.el (show-paren-mode): Doc fix.
10140         * rsz-mini.el (resize-minibuffer-mode): Doc fix.
10141         * time.el (display-time-mode): Doc fix.
10142         * type-break.el (type-break-mode): Doc fix.
10143         * which-func.el (which-func-mode-global): Doc fix.
10144         * winner.el (winner-mode): Doc fix.
10146 1999-03-30  Michael Ernst  <mernst@alum.mit.edu>
10148         * wid-edit.el (widget-before-change): Signal text-read-only rather
10149         than an ordinary error.
10151 1999-03-30  Richard M. Stallman  <rms@gnu.org>
10153         * repeat.el: Don't require advice.
10154         (repeat): Do function-indirection in check for kbd macro.
10155         In self-insert case, use the *last* char in INSERTION.
10157 1999-03-30  Karl Heuer  <kwzh@gnu.org>
10159         * progmodes/cc-cmds.el (c-indent-command): Doc fix.
10161 1999-03-29  Andreas Schwab  <schwab@gnu.org>
10163         * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
10164         comint-input-filter-functions.  Make variables related to shell
10165         directory tracking local.
10167 1999-03-26  Andreas Schwab  <schwab@gnu.org>
10169         * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
10171         * simple.el (shell-command-on-region): Cope with exit-status being
10172         nil, which happens if call-process-region was interrupted.
10174 1999-03-26  Richard M. Stallman  <rms@gnu.org>
10176         * simple.el (indent-new-comment-line): Handle use at a point
10177         after a comment-end.  Handle multiple comments.
10179         * mail/rmail.el (rmail-decode-babyl-format):
10180         To prevent locking, bind buffer-file-name to nil.
10182 1999-03-26  Karl Fogel  <kfogel@red-bean.com>
10184         * mail-hist.el (mail-hist-current-header-name): Don't make
10185         off-by-one-error when determining if in message body.
10187 1999-03-25  Andrew Innes  <andrewi@gnu.org>
10189         * w32-fns.el (set-default-process-coding-system): Copied from
10190         dos-w32.el, but modified to use Unix line endings for process
10191         input, and to add a suitable entry to process-coding-system-alist
10192         for DOS shells.
10194         * dos-fns.el (set-default-process-coding-system): Copied from
10195         dos-w32.el.
10197         * dos-w32.el (set-default-process-coding-system): Move function to
10198         dos-fns.el; a different version is used in w32-fns.el.
10200 1999-03-24  Dave Love  <fx@gnu.org>
10202         * info.el (Info-directory-list): Revert change to re-writing
10203         Info-default-directory-list, but put `alternative' first.
10204         (Info-insert-dir): Modify selecting the top dir file as a consequence.
10206 1999-03-23  Simon Marshall  <simon@gnu.org>
10208         * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
10209         on the line by itself.
10210         (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
10211         it is not in a declarative context.
10213 1999-03-22  Per Abrahamsen  <abraham@dina.kvl.dk>
10215         * cus-edit.el (custom-variable-prompt): Allow customization of
10216         autoloaded symbols.
10218 1999-03-22  Kenichi HANDA  <handa@etl.go.jp>
10220         * simple.el (what-cursor-position): Don't cause error when point
10221         is at invalid multibyte sequence.
10223 1999-03-21  Karl Heuer  <kwzh@gnu.org>
10225         * complete.el (partial-completion-mode): Doc fix.
10227 1999-03-19  Richard M. Stallman  <rms@gnu.org>
10229         * progmodes/cplus-md.el (old-c++): Remove :group.
10231         * progmodes/c-mode.el (old-c): Remove :group.
10233 1999-03-18  Simon Marshall  <simon@gnu.org>
10235         * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
10236         (java-font-lock-keywords-2): Added "strictfp" keyword.
10238 1999-03-17  Jason Rumney <jasonr@altavista.net>
10240         * w32-fns.el (set-w32-system-coding-system) New function.
10241         (w32-system-coding-system) Initialize to 'iso-latin-1.
10243 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
10245         * international/mule-cmds.el (set-language-environment): Fix
10246         previous change: don't use dos-codepage when unbound.
10248 1999-03-17  Karl Heuer  <kwzh@gnu.org>
10250         * calendar/appt.el (appt-make-list): Fix previous change.
10252 1999-03-16  Richard M. Stallman  <rms@gnu.org>
10254         * window.el (shrink-window-if-larger-than-buffer):
10255         Don't try to redisplay with the cursor at the end
10256         on its own line--that would force a scroll and spoil things.
10258 1999-03-16  Eli Zaretskii  <eliz@gnu.org>
10260         * international/mule-cmds.el (set-language-environment): Don't use
10261         cpNNN-nonascii-translation-table if it is unbound.
10263         * term/internal.el (dos-codepage-setup): Compute the unibyte
10264         syntax table and bind unibyte-display-via-language-environment
10265         here, rather than at top level, so that resetting to unibyte in
10266         .emacs works as expected.
10268 1999-03-15  Simon Marshall  <simon@gnu.org>
10270         * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
10272 1999-03-14  Milan Zamazal <pdm@pvt.net>
10274         * abbrev.el (inverse-add-abbrev): Inherit the current input method.
10276 1999-03-14  Kenichi Handa  <handa@etl.go.jp>
10278         * international/mule-util.el (detect-coding-with-priority):
10279         Restore the internal database.
10281 1999-03-14  Stephen Eglen  <stephen@gnu.org>
10283         * mail/sendmail.el (sendmail-send-it): Fix typo in error string
10284         if mail-from-style has invalid value.
10286 1999-03-12  Karl Heuer  <kwzh@gnu.org>
10288         * vc.el (vc-delete-logbuf-window): New var.
10289         (vc-finish-logentry): Use it.
10291 1999-03-12  Richard M. Stallman  <rms@gnu.org>
10293         * startup.el (command-line-1): Improve startup msg.
10295 1999-03-12  Eric M. Ludlam  <zappo@ultranet.com>
10297         * speedbar.el: Added commentary about stealthy functions.
10298         (speedbar-message) new function.
10299         (speedbar-y-or-n-p): New function
10300         (speedbar-with-attached-buffer) Moved macro before reference.
10301         Now uses `save-selected-window'.
10302         (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
10303         speedbar-generic-item-info, speedbar-item-info-file-helper,
10304         speedbar-item-delete, speedbar-insert-generic-list,
10305         speedbar-timer-fn, speedbar-check-vc-this-line,
10306         speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
10307         speedbar-buffers-item-info) Use speedbar-message.
10308         (speedbar-item-info) Limit `message-log-max'.
10309         (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
10310         speedbar-item-delete, speedbar-item-object-delete,
10311         speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
10313 1999-03-10  Kenichi Handa  <handa@mulelab.etl.go.jp>
10315         * server.el (server-start): Set coding system for the server
10316         process to raw-text.
10317         (server-process-filter): Decode file names if necessary.
10319 1999-03-12  Dave Love  <fx@gnu.org>
10321         * textmodes/fill.el (sentence-end-double-space): Doc fix.
10323         * textmodes/paragraphs.el (sentence-end): Doc fix.
10325 1999-03-11  Karl Heuer  <kwzh@gnu.org>
10327         * comint.el (comint-password-prompt-regexp): Accept "login password:"
10329 1999-03-09  Karl Heuer  <kwzh@gnu.org>
10331         * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
10332         (ispell-dictionary-alist-2): Likewise.
10333         (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
10334         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
10335         (ispell-dictionary-alist): Build from six pieces, not just two.
10337         * ps-bdf.el (bdf-directory-list): Doc fix.
10339         * enriched.el (enriched-mode): Make var permanent-local.
10341 1999-03-09  Dave Love  <fx@gnu.org>
10343         * textmodes/sgml-mode.el (html-mode): Use
10344         sentence-end-double-space when setting sentence-end.
10346 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
10348         * language/thai.el (tis-620): New alias coding system for thai-tis620.
10350 1999-03-08  Felix Lee  <flee@cygnus.com>
10352         * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
10354         * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
10356 1999-03-08  Karl Heuer  <kwzh@gnu.org>
10358         * dired-aux.el (dired-do-copy-regexp): Doc fix.
10359         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
10361         * dired.el (dired-do-copy-regexp): Doc fix.
10362         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
10364 1999-03-08  Roger Breitenstein  <roger.breitenstein@starfish.com>
10366         * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
10368 1999-03-08  Jason Rumney <jasonr@altavista.net>
10370         * international/codepage.el (cp1250-decode-table)
10371         (cp1251-decode-table, cp1253-decode-table)
10372         (cp1257-decode-table): New translation tables for MS Windows codepages.
10373         (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
10375 1999-03-07  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
10377         * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
10379 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
10381         * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
10383         * term/internal.el (top level): Display character 255 as 8bit as well.
10385 1999-03-06  Dave Love  <fx@gnu.org>
10387         * progmodes/cc-cmds.el (c-outline-level): Bind
10388         buffer-invisibility-spec.
10390         * progmodes/c-mode.el (c-outline-level): Likewise.
10392         * progmodes/ada-mode.el (ada-outline-level): Likewise.
10394 1999-03-05  Felix Lee  <flee@cygnus.com>
10396         * textmodes/outline.el (outline-get-last-sibling): Doc fix.
10398 1999-03-05  Richard M. Stallman  <rms@gnu.org>
10400         * bindings.el (complete-symbol): Invert meaning of prefix arg.
10402 1999-03-05  Andrew Innes  <andrewi@gnu.org>
10404         * w32-fns.el (convert-standard-filename): Convert directory
10405         separators to Windows format.
10407 1999-03-05  Andreas Schwab  <schwab@gnu.org>
10409         * international/skkdic-cnv.el: Provide skkdic-cnv.
10410         (skkdic-convert): Emit code to require skkdic-cnv at compile time.
10411         (batch-skkdic-convert): Doc fix.
10413 1999-03-04  Dave Love  <fx@gnu.org>
10415         * custom.el (custom-set-variables): Protect against setter errors.
10417 1999-03-04  Eli Zaretskii  <eliz@gnu.org>
10419         * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
10420         the file sizes from overflowing.
10421         (ls-lisp-format): If file size is a float, use %8.0f to print it.
10422         Under -s, print the size in blocks with %4.0f, in case they have
10423         a *really* huge file.
10425 1999-03-03  Dave Love  <fx@gnu.org>
10427         * options.el (edit-options): Doc fix.
10428         (list-options): Don't lose with unbound symbols.  Maintain
10429         Edit-options-mode.
10431 1999-03-01  Dave Love  <fx@gnu.org>
10433         * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
10435 1999-02-28  Richard M. Stallman  <rms@gnu.org>
10437         * ispell.el (ispell-dictionary-alist-override): New variable.
10438         (ispell-dictionary-alist): Don't setq it,
10439         if ispell-dictionary-alist-override is set.
10441         * simple.el (shell-command-default-error-buffer): Renamed from
10442         shell-command-on-region-default-error-buffer.
10443         (shell-command-on-region): Mention in echo area when there
10444         is some error output.  Mention success or failure, too.
10445         Accumulate multiple error outputs
10446         going forward, with formfeed in between.  Display the error buffer
10447         when we have put something in it.
10448         (shell-command): Add the ERROR-BUFFER argument feature.
10450 1999-02-28  Karl Heuer  <kwzh@gnu.org>
10452         * mail/mh-utils.el (mh-lib): Doc fix.
10453         (mh-lib-progs, mh-nmh-p): New vars.
10454         (mh-find-progs): Set mh-lib-progs along with other vars.
10455         (mh-path-search): New arg FUNC-P; if specified, use that instead
10456         of mh-file-command-p.
10457         (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
10459         * mail/mh-comp.el (mh-repl-formfile): New var.
10460         (mh-smail-batch): Don't ignore all arguments.
10461         (mh-reply): Do the right thing when using nmh.
10463 1999-02-27  Kenichi Handa  <handa@etl.go.jp>
10465         * international/mule-cmds.el (select-safe-coding-system): Be sure
10466         to show a buffer being decoded.
10468 1999-02-26  Ken'ichi Handa  <handa@gnu.org>
10470         * ps-bdf.el (bdf-directory-list): Initialize it to
10471         '("/usr/local/share/emacs/fonts/bdf").
10473 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10475         * ps-print.el: PostScript programming fix.
10476         (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
10477         setpagedevice operator).
10479 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10481         * ps-print.el: Doc fix, font size specifies landscape and portrait
10482         sizes.
10483         (ps-print-version): New version number (4.1.4).
10484         (ps-font-size, ps-header-font-size, ps-header-title-font-size):
10485         Specifies landscape and portrait sizes.
10486         (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
10487         (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
10488         fix.
10489         (ps-get-font-size): New fun.
10490         (ps-font-size-internal, ps-header-font-size-internal)
10491         (ps-header-title-font-size-internal): New vars.
10493         * ps-mule.el: Change of ps-print font size variable name.
10494         (ps-mule-generate-font): Fun fix.
10495         (ps-mule-begin-job): Programming uniformization.
10497 1999-02-25  Dave Love  <fx@gnu.org>
10499         * help.el (help-xref-info-regexp): Allow linebreaks and capital.
10500         (help-make-xrefs): Do Info case first.
10502         * repeat.el: Don't require advice.
10503         (repeat-last-kill-command): Variable deleted.
10505 1999-02-25  Richard Stallman  <rms@gnu.org>
10507         * simple.el (shell-command-on-region): Don't go into the REPLACE = t
10508         case just because the current buffer is the output buffer.
10510 1999-02-25  Kenichi Handa  <handa@etl.go.jp>
10512         * simple.el (what-cursor-position): To show the character's
10513         encoding, use encoded-string-description instead of information
10514         of chaset-origin-alist.
10516         * international/mule-cmds.el (iso-2022-control-alist): New variable.
10517         (encoded-code-description): New function.
10518         (encoded-string-description): New function.
10519         (encode-coding-char): New function.
10521 1999-02-25  Andrew Innes  <andrewi@gnu.org>
10523         * startup.el (command-line) [windows-nt]: Fix typo in regexp
10524         checking for .emacs[.el[c]].
10526 1999-02-24  Richard Stallman  <rms@gnu.org>
10528         * help.el (describe-function-1): Don't print a whole lambda-function.
10530 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
10532         * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
10533         inputting ?\240.
10535 1999-02-23  Karl Heuer  <kwzh@gnu.org>
10537         * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
10539         * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
10540         (clean-buffer-list-kill-buffer-names): Doc fix.
10542         * gud.el (gud-jdb-massage-args): Spelling fix.
10544 1999-02-23  Richard M. Stallman  <rms@gnu.org>
10546         * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
10548 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
10550         * arc-mode.el (archive-set-buffer-as-visiting-file): Save
10551         excursion while calling set-auto-coding-function.
10553         * play/handwrite.el (handwrite): Require ps-print, and use
10554         ps-printer-name and ps-lpr-command.  Call ps-print-region-function
10555         if it's defined, instead of forking ps-lpr-command unconditionally.
10557 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
10559         * international/codepage.el (cp-coding-system-for-codepage-1): Put
10560         charset-origin-alist property to a coding system for the codepage.
10562         * international/mule.el: Modify comment for charset-origin-alist
10563         property of a coding system.
10565         * simple.el (what-cursor-position): charset-origin-alist property
10566         of a coding system may be a translation table or a symbol of which
10567         `translation-table' property is a translation table.
10569 1999-02-21  Richard Stallman  <rms@gnu.org>
10571         * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
10572         to the "html" template.
10574 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
10576         * dirtrack.el (dirtrack): Added docstring.  Now returns input.
10578 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
10580         * dirtrack.el (dirtrack): Check for the prompt in the input string
10581         instead of the buffer.
10583 1999-02-18  Alex Schroeder  <a.schroeder@bsiag.ch>
10585         * sql.el: Set version to 1.4.1.  Changed mail address to
10586         alex@gnu.org.  Mention the mailing list sql.el@gnu.org.
10587         (sql-input-ring-separator): Doc fix.
10588         (sql-mode-syntax-table): double-dash starts comments is defined as
10589         ". 56" instead of ". 12b" for XEmacs.
10590         (sql-stop, sql-interactive-mode): Doc fixes.
10591         (sql-postgres): Queries for database and server, not just one.
10592         (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
10594         * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
10595         changed.  This is needed for master.el to work.
10596         (sql-set-sqli-buffer): Use the new hook.
10598         * sql.el (sql-make-alternate-buffer-name): Function that sets
10599         sql-alternate-buffer-name.
10600         (sql-alternate-buffer-name): Possible name of SQLi buffers.
10601         (sql-interactive-mode): Set sql-alternate-buffer-name.
10602         (sql-rename-buffer): New command.
10603         (sql-interactive-mode-menu): Menu for SQLi buffers.
10605         * sql.el (sql-interactive-mode): Doc fix.  sql-input-ring-separator
10606         and sql-input-ring-file-name are used to temporarily set
10607         comint-input-ring-file-name and comint-input-ring-separator when
10608         reading and writing input history files.
10610         (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
10611         (sql-input-ring-file-name): New variable with customization.
10612         (sql-input-ring-separator): New variable with customization.
10613         (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
10614         Callers changed.
10615         (sql-show-sqli-buffer): The message for "sql-buffer is not set"
10616         now includes the name of the current buffer.
10618         (sql-mode): Set paragraph-separate and paragraph-start so that
10619         sql-send-paragraph sends the entire SQL statements, even if it
10620         contains indented lines.
10622 1999-02-18  Dave Love  <fx@gnu.org>
10624         * format.el (format-encode-run-method, format-decode-run-method):
10625         Fix previous change.
10627 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
10629         * international/mule.el (coding-system-list): Moved here from
10630         mule-util.el to avoid autoloading mule-util by the call of
10631         select-safe-coding-system.
10633 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10635         * simple.el (turn-on-auto-fill): Mark it as an option for
10636         `text-mode-hook'.
10638 1999-02-17  Richard Stallman  <rms@gnu.org>
10640         * emacs-lisp/easymenu.el (easy-menu-get-map):
10641         Don't crash if (current-local-map) is nil.
10643 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
10645         * filecache.el (file-cache-filter-regexps): Added .class.
10647 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
10649         * international/mule-util.el (decompose-region): Use
10650         insert-buffer-substring instead of insert-buffer to avoid putting
10651         mark.
10653 1999-02-17  Andreas Schwab  <schwab@gnu.org>
10655         * calendar/cal-move.el (scroll-calendar-left): Don't set
10656         displayed-month and displayed-year here, let generate-calendar do
10657         it, after range checking.
10659 1999-02-17  Simon Marshall  <simon@gnu.org>
10661         * progmodes/cc-engine.el (c-at-toplevel-p): New function.
10663         * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
10664         correctly between an object declared via a constructor and a method.
10665         (font-lock-defaults-alist): Don't give `.' word syntax for Java.
10666         (java-font-lock-keywords-1): Fontify package names individually.
10667         (java-font-lock-extra-types): Ensure regexp matches capitalised only.
10668         (java-font-lock-keywords-2): Simplify type fontification.
10669         (java-font-lock-keywords-3): Likewise.
10671 1999-02-17  Kenichi Handa  <handa@etl.go.jp>
10673         * language/japanese.el (iso-2022-jp-2): New coding system.
10674         ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
10676 1999-02-16  Dave Love  <fx@gnu.org>
10678         * help.el (describe-function-1): Accept non-symbols.
10680 1999-02-16  Paul Eggert  <eggert@twinsun.com>
10682         * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
10683         find the last match if there are multiple matches.
10685 1999-02-16  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10687         * tex-mode.el (tex-run-command, latex-run-command)
10688         (slitex-run-command, tex-command): Doc changes.
10689         (tex-start-options-string): Autoload it.  Doc change.  Provide
10690         a menu for customization.  Allow nil.  Quote backslashes only once.
10691         (tex-start-tex): Handle nil value of tex-start-options-string
10692         and apply shell-quote-argument to it.
10694 1999-02-16  Eli Zaretskii  <eliz@gnu.org>
10696         * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
10697         the size in blocks, since it can be a float.
10698         (ls-lisp-format): Likewise
10700 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
10702         * language/japanese.el (japanese-shift-jis): Add
10703         charset-origin-alist property.
10705 1999-02-15  Richard Stallman  <rms@gnu.org>
10707         * progmodes/compile.el (compile-internal): Use save-selected-window.
10709         * subr.el (momentary-string-display): Bind inhibit-read-only.
10711         * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
10713 1999-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
10715         * mail/rmail.el (rmail-show-message): If an unseen message has a
10716         Summary-line in its header, get past one more line before looking
10717         for the X-Coding-System header.
10719 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
10721         * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
10722         explicitly to accomodate Windows 9X lack of a useful copy program.
10724 1999-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
10726         * wid-edit.el (widget-choice-value-create): Use `equal'
10727         instead of `eq'.
10729 1999-02-14  Richard Stallman  <rms@gnu.org>
10731         * international/iso-transl.el:
10732         (iso-transl-ae): Renamed from iso-transl-e-slash.
10733         (iso-transl-a-ring): Renamed from iso-transl-a-slash.
10734         (iso-transl-AE): Renamed from iso-transl-E-slash.
10735         (iso-transl-A-ring): Renamed from iso-transl-A-slash.
10736         (iso-transl-char-map): Related changes.
10738         * format.el (format-replace-strings): Fix value of TO in REVERSE case.
10740 1999-02-13  Richard Stallman  <rms@gnu.org>
10742         * textmodes/texinfmt.el (texinfo-alias): New function.
10743         (texinfo-fold-nodename-case): Add defvar.
10744         (texinfo-format-node): Do case folding if specified.
10746         * ffap.el (ffap-file-at-point): Test local file names
10747         immediately.  Strip off line numbers.
10749 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
10751         * sql.el: Set version to 1.3.2
10752         (sql-solid-program): Added support for solid.
10753         (sql-help): Doc mentions sql-solid.
10754         (sql-solid): Entry function for Solid.
10755         (sql-buffer): Doc explains the use of the variable and how to
10756         change it.
10757         (sql-mode-menu): Included entries for sql-show-sqli-buffer and
10758         sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
10759         disabled if sql-buffer doesn't have a process; sql-send-paragraph
10760         is new.
10761         (sql-show-sqli-buffer): New function to display the value of
10762         sql-buffer.
10763         (sql-change-sqli-buffer): New function to change sql-buffer.
10764         (sql-mode): Doc explains how to change sql-buffer.
10765         (sql-send-paragraph): New function to send a paragraph.
10766         (sql-mode-map): Added keybinding for sql-send-paragraph.
10767         (sql-mysql): Doc corrected.
10768         (sql-ms): Doc corrected.
10770         * sql.el (sql-server): Doc fix.
10771         (sql-mysql): Added the use of sql-server to specify the host,
10772         sql-database now specifies database instead of host.
10773         (sql-mode-menu): Send... menu items are only active if sql-buffer
10774         is non-nil.
10775         (sql-help): Changed tag of entry functions a bit.
10777         * sql.el: Added keywords from `finder-by-keyword'.
10778         (sql-mode): Made sql-buffer a local variable, changed the
10779         documentation: removed instructions to add *.sql files to
10780         auto-mode-alist, added documentation for having mutliple SQL
10781         buffers sending their stuff to different SQLi buffers, each
10782         running a different process.
10783         (sql-postgres): Quoted *SQL* in doc string.
10784         (sql-ms): Likewise.
10785         (sql-ingres): Likewise.
10786         (sql-ingres): Quoted *SQL* in doc string, added references to
10787         sql-user and sql-password used during login.
10788         (sql-sybase): Quoted *SQL* in doc string, added comma.
10789         (sql-oracle): Likewise.
10790         (sql-interactive-mode): Added extensive documentation for having
10791         mutliple SQL buffers sending their stuff to different SQLi
10792         buffers, each running a different process.
10793         (sql-buffer): Changed doc from *SQL* to SQLi.
10794         (sql-get-login): Doc fix.
10796 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
10798         * international/mule-conf.el (undecided): Set ascii in
10799         safe-charsets property.
10801 1999-02-12  Richard Stallman  <rms@gnu.org>
10803         * textmodes/paragraphs.el (paragraph-separate): Doc fix.
10805 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
10807         * ps-mule.el (ps-mule-font-info-database-default): Set the initial
10808         value to ps-mule-font-info-database-latin.
10810 1999-02-13  Kenichi HANDA  <handa@etl.go.jp>
10812         * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
10813         (ps-mule-font-info-database-default): New variable.
10814         (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
10815         ps-mule-font-info-database-default.
10817 1999-02-12  Dave Love  <fx@gnu.org>
10819         * timezone.el (timezone-make-date-sortable)
10820         (timezone-make-date-arpa-standard): Doc fix.
10822 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
10824         * international/quail.el (quail-show-kbd-layout): Bind
10825         blink-matching-paren to nil.
10827         * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
10828         for ASCII and Latin-1.
10830 1999-02-12  Andreas Schwab  <schwab@gnu.org>
10832         * gud.el (jdb): Fix regexp for comint-prompt-regexp.
10834 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
10836         * international/mule-cmds.el (language-info-alist): Remove
10837         description about charset-origin-alist.
10839         * international/mule.el: Comment added for a new coding system
10840         property `charset-origin-alit'.
10841         (make-translation-table): This variable deleted.
10843         * language/chinese.el (chinese-big5): Add charset-origin-alist
10844         property.
10845         ("Chinese-CNS"): Remove charset-origin-alist property.
10847         * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
10848         property.
10849         (cyrillic-alternativnyj): Likewise.
10850         ("Cyrillic-KOI8"): Remove charset-origin-alist property.
10851         ("Cyrillic-ALT"): Likewise.
10853         * language/vietnamese.el (vietnamese-viqr): Add
10854         charset-origin-alist property.
10855         ("Vietnamese"): Remove charset-origin-alist property.
10857         * simple.el (what-cursor-position): Don't use the varialbe
10858         charset-origin-alist, but use charset-origin-alist property of
10859         buffer-file-coding-system to decide external character set code.
10861 1999-02-10  Richard Stallman  <rms@gnu.org>
10863         * shadowfile.el: Don't turn on the mode when the file is loaded.
10865 1999-02-09  Richard Stallman  <rms@gnu.org>
10867         * progmodes/compile.el (compile-auto-highlight): Customize.
10869         * add-log.el (add-log-file-name-function): New variable.
10870         (add-change-log-entry): Call that function, if non-nil.
10872 1999-02-09  Michael Ernst  <mernst@alum.mit.edu>
10874         * rmail.el (rmail-search): Track match with a marker, not an integer.
10876 1999-02-08  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10878         * progmodes/compile.el (compilation-setup): Set value of
10879         compilation-directory-stack as in compilation-forget-errors.
10880         (compile-reinitialize-errors): Bind buffer-undo-list and
10881         deactivate-mark.
10882         (compilation-forget-errors): Likewise.
10884 1999-02-08  Jim Blandy  <jimb@savonarola.red-bean.com>
10886         * textmodes/texinfo.el (texinfo-environment-regexp): Add the
10887         def... constructs.
10889         * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
10890         Remove calls to sleep-for.
10892 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
10894         * international/codepage.el (cp-coding-system-for-codepage-1): On
10895         MS-DOS, use dos-unsupported-char-glyph for characters not
10896         supported by the codepage.
10897         (cp-make-coding-systems-for-codepage): Likewise.
10899 1999-02-08  Andreas Schwab  <schwab@gnu.org>
10901         * international/mule-util.el (coding-system-list): Don't sort
10902         coding-system-list here.
10904         * international/mule.el (coding-system-lessp): Moved here from
10905         mule-util.el
10906         (add-to-coding-system-list): New function.
10907         (make-subsidiary-coding-system, make-coding-system,
10908         define-coding-system-alias): Use it instead of setting
10909         coding-system-list directly.
10911 1999-02-07  Dave Love  <fx@gnu.org>
10913         * calendar/appt.el (appt-make-list): Don't splice quotes and date
10914         onto message.
10916 1999-02-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10918         * imenu.el (imenu--last-menubar-index-alist): Add doc.
10919         (imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
10921 1999-02-06  Richard Stallman  <rms@gnu.org>
10923         * language/european.el (setup-slovenian-environment): New function.
10924         ("Slovenian"): New language environment.
10926         * progmodes/sql.el (sql-help): Doc fix.
10927         (sql-mysql): Doc fix.
10929 1999-02-05  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10931         * tex-mode.el: When compiling, require compare-w and skeleton
10932         to pacify the byte-compiler.  Move the def's of the tex-commands
10933         together.  Add a comment on kill-process vs. quit-process.
10935 1999-02-05  Dave Love  <fx@gnu.org>
10937         * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
10938         null markers.
10939         (compile-goto-error): Likewise.
10941 1999-02-05  Stephen Gildea  <gildea@alum.mit.edu>
10943         * time-stamp.el (time-stamp-format): Format doc tighter.
10944         (time-stamp-line-limit): 0 searches the entire buffer (careful!).
10945         (time-stamp): Don't re-write the time stamp if it didn't change.
10947 1999-02-05  Alex Schroeder  <asc@bsiag.com>
10949         * progmodes/sql.el: Changed version to 1.2.1.
10950         (sql-pop-to-buffer-after-send-region): Improved documentation.
10951         (sql-mysql-program): Added MySQL support.
10952         (sql-prompt-length): Made prompt-length configurable.
10953         (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
10954         (sql-help): Added MySQL support, changed documentation.
10955         (sql-send-region): A message is displayed if something is sent.
10956         (sql-mode): Added buffer-local comment-start.
10957         (sql-interactive-mode): Use sql-prompt-length to set left-margin.
10958         (sql-interactive-mode): Added buffer-local comment-start.
10959         (sql-oracle): Set sql-prompt-length.
10960         (sql-sybase): Set sql-prompt-length.
10961         (sql-mysql): Added MySQL support.
10962         (sql-ingres): Set sql-prompt-length.
10963         (sql-ms): Set sql-prompt-length.
10964         (sql-postgres): Set sql-prompt-length.
10966 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
10968         * term/internal.el (dos-codepage-setup): Set selection coding
10969         system to cpNNN-dos.
10971 1999-02-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10973         * international/characters.el: Let ethiopic use iso-2022-7bit.
10975 1999-02-02  Dave Love  <fx@gnu.org>
10977         * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
10978         (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
10980 1999-02-02  Karl Heuer  <kwzh@gnu.org>
10982         * terminal.el (terminal-emulator): Doc fix.
10984 1999-02-02  Ken'ichi Handa  <handa@gnu.org>
10986         * international/mule-util.el (compose-chars): Doc-string
10987         modified.  Correctly handle a composition character in ARGS.
10989 1999-02-01  Richard Stallman  <rms@gnu.org>
10991         * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
10992         (makefile-menu-index-function): Function deleted.
10993         (makefile-mode): Use makefile-imenu-generic-expression.
10995 1999-02-01  Geoff Voelker  <voelker@cs.washington.edu>
10997         * term/w32-win.el (w32-create-initial-fontsets): Back out previous
10998         change, invoke from before-init-hook.
11000 1999-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
11002         * subr.el (remove-from-invisibility-spec): Cope with the case when
11003         buffer-invisibility-spec is t.
11005 1999-02-01  Ed Reingold  <reingold@cs.uiuc.edu>
11007         * calendar/calendar.el (calendar-mode-map): Fix bindings for
11008         appt-add and appt-delete.
11010 1999-02-01  Eli Zaretskii  <eliz@gnu.org>
11012         * term/pc-win.el (msdos-approximate-color): New function.
11013         (msdos-color-translate): Call it to find a DOS color that best
11014         approximates an X-style "#NNNNNN" color specification.
11016 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
11018         * international/mule-util.el (compose-chars-component): Add
11019         autoload cookie.
11021 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
11023         * international/quail.el (quail-lookup-key): If cdr of MAP is a
11024         function, replace cdr of MAP by the return value of the function
11025         unconditionally.
11027 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11029         * progmodes/compile.el (compilation-next-error-locus): Don't
11030         decrease argument FIND-AT-LEAST of compilation-next-error-locus.
11032 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
11034         * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
11035         and NLs before "charset", and allow the charset name be in double
11036         quotes.
11038 1999-01-31  Richard Stallman  <rms@gnu.org>
11040         * imenu.el (imenu-sort-function): Fix custom type.
11042 1999-01-30  Richard Stallman  <rms@gnu.org>
11044         * speedbar.el (speedbar-line-token): Match {...} instead of [...].
11045         (speedbar-line-token): Likewise.
11047         * play/gametree.el (gametree-default-score): Use defcustom.
11048         (gametree-score-regexp, gametree-score-closer): Likewise.
11049         (gametree-score-manual-flag, gametree-score-opener): Likewise.
11051 1999-01-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11053         * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
11054         decoding.
11056 1999-01-29  Markus Rost  <rost@gnu.org>
11058         * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
11059         tex-validate-buffer.
11060         (plain-tex-mode, latex-mode, slitex-mode): Likewise.
11061         (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
11062         now with recent occur-mode.
11063         (tex-validate-region): Really walk through all Sexps.
11064         (tex-region): Bind shell-dirtrack-verbose.
11065         (tex-file, tex-bibtex-file): Likewise.
11067 1999-01-29  Dave Love  <fx@gnu.org>
11069         * finder.el: (finder-commentary): Fix interactive spec.  Try
11070         appending .el to file name.
11071         (finder-find-library, finder-commentary): Doc fixes.
11073 1999-01-29  Andrew Innes  <andrewi@gnu.org>
11075         * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
11076         where the userid contains directory separators.
11078 1999-01-29  Dave Love  <fx@gnu.org>
11080         * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
11081         (lm-commentary): Doc fix.
11083 1999-01-29  Andreas Schwab  <schwab@gnu.org>
11085         * files.el (file-expand-wildcards): Never consider `.' and `..' a
11086         wildcard match.  Fix regexp that tests if dirpart contains
11087         wildcard characters.
11089 1999-01-28  Richard Stallman  <rms@gnu.org>
11091         * font-lock.el (font-lock-default-unfontify-region):
11092         If not font-lock-syntactic-keywords, don't remove syntax-table prop.
11094 1999-01-27  Jason Rumney <jasonr@altavista.net>
11096         * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
11097         from FAMILY field.
11098         (w32-create-initial-fontsets): Do not use before-init-hook.
11099         (mouse-set-font): Document.  Automatically create and use fontsets.
11101         * dos-w32.el (direct-print-region-helper): Check for printer
11102         being t as well as a string.
11104 1999-01-27  Kenichi Handa  <handa@etl.go.jp>
11106         * mail/rmail.el (rmail-decode-mime-charset): New variable.
11107         (rmail-mime-charset-pattern): New variable.
11108         (rmail-convert-to-babyl-format): Decode by MIME-charset if
11109         rmail-decode-mime-charset is non-nil.
11111 1999-01-27  Ken'ichi Handa  <handa@gnu.org>
11113         * international/characters.el: Set category `q' for all characters
11114         in tibetan and tibetan-1-column.
11116 1999-01-27  Andrew Innes  <andrewi@gnu.org>
11118         * frame.el (select-frame-by-name): Obey focus-follows-mouse.
11119         (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
11121 1999-01-27  Dave Love  <fx@gnu.org>
11123         * international/mule-cmds.el (current-language-environment):
11124         Provide :link, :type (choices) and appropriate :get.
11126 1999-01-27  Eli Zaretskii  <eliz@gnu.org>
11128         * startup.el (command-line): Set default eol-mnemonic-* strings to
11129         display end-of-line format in mode line.
11131         * cus-start.el (all): Add eol-mnemonic-* variables.
11133 1999-01-26  Dave Love  <fx@gnu.org>
11135         * startup.el (command-line-1): Up-date copyright.
11137         * paths.el (Info-default-directory-list): Use configdir twice.
11139         * info.el (Info-directory-list): Don't set path-separator now
11140         we're not shipped with Texinfo.  Simplify path definition.
11141         Substitute all occurrences of instdir in Info-default-directory-list.
11143 1999-01-25  Richard Stallman  <rms@gnu.org>
11145         * startup.el (normal-top-level-add-subdirs-to-load-path):
11146         Record the inode numbers of the dirs processed, to avoid loop.
11148         * textmodes/tex-mode.el (tex-run-command): Doc fix.
11150 1999-01-25  Dave Love  <fx@gnu.org>
11152         * browse-url.el (browse-url-netscape-program): Doc addition.
11154         * help.el (help-make-xrefs): Default info references to an `(emacs)'
11155         prefix.
11157         * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
11158         auto-mode-alist.
11160 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11162         * calendar/diary-lib.el (mark-diary-entries): Use
11163         assoc-ignore-case and do not capitalize when matching month and
11164         day names.
11166         * calendar/calendar.el (calendar-read-date): Ditto.
11168         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
11169         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
11171         * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
11173         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
11175         * calendar/cal-islam.el (calendar-goto-islamic-date)
11176         (mark-islamic-diary-entries): Ditto.
11178         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
11180         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
11181         (calendar-read-mayan-tzolkin-date): Ditto.
11183         * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
11185 1999-01-22  Michael Ernst  <mernst@alum.mit.edu>
11187         * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
11189 1999-01-25  Karl Heuer  <kwzh@gnu.org>
11191         * faces.el (list-faces-display): Multiline case of previous fix.
11193 1999-01-25  Andreas Schwab  <schwab@gnu.org>
11195         * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
11197 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
11199         * files.el (find-file): If find-file-noselect returns a list,
11200         do switch-to-buffer on each element.
11201         (find-file-other-window): Likewise for all but the first element.
11202         (find-file-other-frame): Same.
11203         (find-file-noselect): When we expand a wildcard, return a list
11204         of buffers.
11206 1999-01-24  Eli Zaretskii  <eliz@gnu.org>
11208         * term/internal.el (dos-codepage-setup): Call prefer-coding-system
11209         to set the appropriate cpNNN-dos coding system as the
11210         highest-priority coding system.
11212 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
11214         * international/fontset.el (generate-fontset-menu): Return a
11215         sorted list by plain names of fontsets.
11217         * international/mule-diag.el (list-fontsets): Sort fontsets by
11218         plain names.
11220         * language/tibet-util.el (tibetan-vertical-stacking): If the arg
11221         FIRST is a composite character, decompose it at first.
11223 1999-01-23  Dave Love  <fx@gnu.org>
11225         * format.el: Doc fixes.
11226         (format-encode-run-method): Have things happen in the right buffer.
11227         Deal with errors from method.  Set coding-system-for-write.
11228         (format-decode-run-method): Have things happen in the right buffer.
11229         Deal with errors from method.  Set coding-system-for-read.
11230         (format-alist): Use nil instead of unmatchable regexps.
11232         * simple.el (shell-command-on-region): Return command's exit status.
11234 1999-01-23  Eric Ludlam  <zappo@gnu.org>
11236         * speedbar.el (speedbar-item-info-file-helper): Add optional arg
11237         of the file whose info we want to display.
11238         (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
11239         (speedbar-add-mode-functions-list) Improve doc.
11240         (speedbar-line-token) New function.
11241         (speedbar-dired) Fix order of directories in -shown-directories.
11242         (speedbar-line-path): Default return is default-directory
11243         (speedbar-buffers-line-path): Return is dir name only.
11244         (speedbar-mode-functions-list): New variable.
11245         (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
11246         (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
11247         speedbar-files-item-info speedbar-buffers-item-info): New functions.
11248         (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
11249         New functions.
11250         (speedbar-line-file): Broke out part that fetches file from a line.
11251         (speedbar-line-text): New function extracted from speedbar-line-file.
11252         (speedbar-line-path): Converted into a replaceable function.
11253         (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
11255 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
11257         * international/fontset.el (create-fontset-from-x-resource): Make
11258         style variants.
11260 1999-01-22  Dave Love  <fx@gnu.org>
11262         * paths.el (Info-default-directory-list): Put sysdir after start.
11264 1999-01-22  Sam Steingold  <sds@goems.com>
11266         * midnight.el (clean-buffer-list): Do not kill a buffer if it has
11267         a process associated with it.
11269 1999-01-22  Jason Rumney <jasonr@altavista.net>
11271         * term/w32-win.el (w32-standard-fontset-spec): Simplified.
11273 1999-01-22  Felix Lee  <flee@cygnus.com>
11275         * vc.el (vc-annotate-display): Delete old overlays.  Fix check for
11276         major-mode.
11277         (vc-annotate-mode): Delete variable.
11279 1999-01-22  Andrew Innes  <andrewi@gnu.org>
11281         * startup.el (command-line): [windows-nt]: Check for existence of
11282         .emacs file so as to notice .emacs.el or .emacs.elc and use them
11283         in preference to _emacs.
11285 1999-01-22  Dave Love  <fx@gnu.org>
11287         * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
11289 1999-01-20  Richard Stallman  <rms@gnu.org>
11291         * files.el (find-file-noselect): Do wildcard processing only
11292         if new arg WILDCARDS is non-nil.
11293         (find-file, find-file-other-window): New arg WILDCARDS.
11294         Default it to non-nil if interactive.
11295         (find-file-other-frame): Likewise.
11296         (find-file-read-only): Likewise.
11297         (find-file-read-only-other-window): Likewise.
11298         (find-file-read-only-other-frame): Likewise.
11300         * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
11301         (widget-plist-convert-option): Delete spurious comma.
11303 1999-01-19  Jason Rumney <jasonr@altavista.net>
11305         * term/w32-win.el (w32-standard-fontspec-spec): Change
11306         iso8859-5 to koi8-r.  Add iso8859-9.
11308 1999-01-19  Dave Love  <fx@gnu.org>
11310         * browse-url.el (browse-url-maybe-new-window): Delete macro and
11311         its uses.
11313         * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
11314         is active.
11315         (fortran-indent-subprogram): Likewise.
11317 1999-01-19  Dave Love  <d.love@dl.ac.uk>
11319         * paths.el (Info-default-directory-list): Perhaps add /usr/info.
11321 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
11323         * wid-edit.el (alist): Use sexp as default key-type.
11325 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11327         * textmodes/tex-mode.el (tex-define-common-keys):
11328         Remove key binding of tex-feed-input.
11329         (tex-mode-map): Bind tex-feed-input here.
11330         (tex-start-shell): Use compilation-shell-minor-mode.  Set
11331         comint-input-filter-functions before running tex-shell-hook.
11332         (tex-start-tex): Forget compilation errors.
11333         (tex-compilation-parse-errors): Rewritten to work also with
11334         compile-mouse-goto-error and compile-goto-error.  Adjusted to
11335         change in tex-region.
11336         (tex-region): For the temp file use file-name without directory.
11337         (tex-file): Expand file name of tex-print-file.
11339 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11341         * emacs-lisp/edebug.el (with-temp-message):  Add def-edebug-spec call.
11343 1999-01-18  Espen Skoglund  <espensk@stud.cs.uit.no>
11345         * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
11346         beginning could cause Emacs to hang.  Fixed.
11348 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
11350         * international/ccl.el (ccl-compile-translate-character): Handle
11351         the case that a tranlation table is CCL register correctly.
11353         * international/mule-cmds.el (select-safe-coding-system):
11354         Hightlight at most 256 characters.
11356 1999-01-18  Dave Love  <fx@gnu.org>
11358         * startup.el (command-line): If the init file changes operation to
11359         unibyte, make all buffers unibyte and re-set language environment.
11361         * disp-table.el (standard-display-european): Make all existing
11362         buffers unibyte.  Fix doc.
11364 1999-01-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
11366         * wid-edit.el (coding-system): Define this unconditionally.
11368         * simple.el (shell-command-on-region-default-error-buffer): New var.
11369         (shell-command-on-region): Use that variable as interactive
11370         value of ERROR-BUFFER argument.
11372 1999-01-17  Sam Steingold  <sds@goems.com>
11374         * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
11376 1999-01-17  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11378         * progmodes/compile.el (compilation-goto-locus): If already in the
11379         compilation buffer's window, keep it in that window.
11380         (compile-mouse-goto-error): Add Doc.  Don't play with windows.
11381         (compile-goto-error): Don't play with windows.
11383         * textmodes/tex-mode.el (latex-run-command): Doc fix.
11384         (tex-command): Doc fix.
11385         (tex-compilation-parse-errors): Doc fix.
11386         (tex-generate-zap-file-name): Don't start the name with -.
11387         (tex-expand-files): Works now also with strings ending with ":".
11389 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
11391         Patch failed to install:
11392         * gametree.el: Document scoring functionality.
11393         (gametree-score-regexp): Add optional plus sign.
11394         (gametree-score-opener): Replace `:' with `=' as the former
11395         conflicts with gametree-half-ply-regexp.
11396         (gametree-transpose-following-leaves): Add.
11397         (gametree-insert-new-leaf): Make modifying commands barf in read
11398         only buffers.
11399         (gametree-break-line-here): Add a call to
11400         `gametree-transpose-following-leaves'.  This maintains the
11401         necessary invariant that on each level all leaf children precede
11402         all nonleaf children.  This has always been implied, but left to
11403         the user, and, unfortunately, undocumented.
11405 1999-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11407         * wid-edit.el (plist, alist): New widget types.
11409 1999-01-17  Dave Love  <fx@gnu.org>
11411         * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
11412         fix scope of condition-case therein.
11414 1999-01-17  Andrew Innes  <andrewi@gnu.org>
11416         * dos-w32.el: (find-buffer-file-type-coding-system): Use
11417         default-buffer-file-coding-system when file doesn't exist (and
11418         isn't covered by a special case) instead of forcing undecided-dos
11419         against the user's wishes.
11421         * dos-w32.el (direct-print-region-helper): New function based on
11422         direct-print-region-function; sends data to specified printer port
11423         without further translation.  Recognize and handle specially the
11424         standard `print' and `nprint' programs, as well as `lpr' and
11425         similar programs.  Only write directly to the printer port if no
11426         print program is specified.  Work around a bug in Windows 9x
11427         affecting Win32 version of Emacs by invoking command.com to write
11428         to the printer port instead of writing directly.
11429         (direct-print-region-function): Use direct-print-region-helper to
11430         do most of the work.
11431         (direct-ps-print-region-function): New function; analogue of
11432         direct-print-region-function for ps-print.
11433         (ps-lpr-command): Comment out setq; leave as example usage.
11434         (ps-lpr-switches): Ditto.
11436         * lpr.el: (printer-name): Update docstring about usage on MS-DOS
11437         and MS-Windows.
11438         (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
11439         DOS and Windows platforms, to indicate direct printing.  Update
11440         the docstring accordingly.
11442         * ps-print.el: (ps-printer-name): Update docstring about usage on
11443         MS-DOS and MS-Windows.
11444         (ps-lpr-command): Update docstring as for lpr-command.
11445         (ps-print-region-function): New variable.
11446         (ps-do-despool): Use it.
11447         (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
11448         DOS/Windows.
11450         * subr.el (subst-char-in-string): New function.
11452 1999-01-17  Eli Zaretskii  <eliz@gnu.org>
11454         * international/codepage.el (cp852-decode-table): Fill a nil entry.
11456         * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
11457         (bdf-find-font-info): New function, looks for the first readable
11458         file from a list of alternatives.
11459         (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
11460         instead of bdf-get-font-info.
11461         (bdf-generate-glyphs): If font-name is a cons cell, pass its car
11462         to ps-mule-generate-bitmap-glyph.
11464         * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
11465         file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
11466         now be a list of alternative names.
11467         (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
11468         (ps-mule-prepare-font): Likewise.
11470         * international/codepage.el (cp855-decode-table,
11471         cp850-decode-table): Fill some nil entries.
11473 1999-01-16  Dave Love  <fx@gnu.org>
11475         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
11476         last change.
11478 1999-01-15  Dave Love  <fx@gnu.org>
11480         * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
11481         and change regexp for command names.
11482         (help-xref-go-back, function-called-at-point, symbol-file)
11483         (where-is): Doc fixes.
11484         (help-xref-go-back): Remove interactive spec.
11485         (describe-function-1): Fix message for alias.  Buttomize alias
11486         name.
11488         * simple.el (join-line): New alias.
11490 1999-01-15  Johan Vromans  <jvromans@squirrel.nl>
11492         * forms.el: (forms--show-record): Convert integers to string
11493         expicitly since concat will no longer accept integers.
11494         (forms-print): Use local `total-nb-records' since
11495         `forms--total-records' will be inaccessible after buffer switching.
11497 1998-01-14  Felix Lee  <flee@cygnus.com>
11499         * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
11501 1999-01-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
11503         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
11505 1999-01-14  Eli Zaretskii  <eliz@gnu.org>
11507         * international/codepage.el (cp850-decode-table): Fix previous change.
11509 1999-01-14  Simon Marshall  <simon@gnu.org>
11511         * shell.el (shell-dirtrack-verbose): New custom variable.
11512         (shell-dirstack-message): Use it.
11514 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
11516         * international/mule-conf.el: Coding system alias `dos' for
11517         `undecided-dos', `mac' for `undecided-mac'.
11519         * international/mule-cmds.el (describe-language-environment):
11520         Don't alter input-method-alist.
11522 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
11524         * international/codepage.el (cp850-decode-table): Replace nil
11525         entries with codes of similary looking glyphs.  (Suggested by
11526         Jason Rumney <jasonr@altavista.net>.)
11528 1999-01-13  Dave Love  <fx@gnu.org>
11530         * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
11532         * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
11534 1999-01-12  Karl Heuer  <kwzh@gnu.org>
11536         * files.el (auto-save-hook): Defvar this.
11538 1999-01-12  Alex Schroeder  <asc@bsiag.com>
11540         * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
11541         faces, eliminating the need to load font-lock before loading sql.
11542         (sql-mode-oracle-font-lock-keywords): Likewise.
11543         (sql-mode-postgres-font-lock-keywords): Likewise.
11545 1999-01-11  Dave Love  <fx@gnu.org>
11547         * cus-start.el: Add inhibit-eol-conversion.
11549         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
11550         the values round.
11552 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
11554         * help.el (help-mode-finish): Renamed from help-mode-maybe.
11555         Don't switch to Help mode here.
11556         (temp-buffer-setup-hook): Use help-mode-finish.
11557         (help-mode-setup): New function.
11558         (temp-buffer-setup-hook): Use help-mode-setup.
11560         * progmodes/sql.el: New file.
11562         * files.el (auto-mode-alist): Add sql-mode.
11564         * faces.el (list-faces-display): Improve the formatting
11565         by computing the maximum length required for any face-name.
11567 1999-01-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11569         * progmodes/compile.el (compilation-shell-minor-mode): New function.
11571 1999-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
11573         * term.el (term_send_home): Change the string to
11574         be the same as the one emitted by xterm and consistent with the
11575         ones emitted by prior and next.
11576         (term_send_end): Likewise.
11578 1999-01-10  Dave Love  <fx@gnu.org>
11580         * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
11581         bindings.
11583 1999-01-10  Eli Zaretskii  <eliz@gnu.org>
11585         * international/codepage.el (codepage-setup): Doc fix.
11586         (cp-decoding-vector-for-codepage): Likewise.
11588 1999-01-10  Markus Rost  <rost@gnu.org>
11590         * cus-edit.el (custom-save-delete): First scan the custom-file.
11592 1999-01-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
11594         * international/iso-transl.el: Define a "function name" for
11595         each translation that isn't ASCII.  Use these function names
11596         in iso-transl-char-map.
11598 1999-01-08  Kenichi Handa  <handa@etl.go.jp>
11600         * international/mule-util.el (decompose-region): Do decomposition
11601         on temporary unibyte buffer.
11603         * international/mule.el (make-char): Doc-string modified.
11605 1999-01-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
11607         * simple.el (comment-region): Delete spaces only if we
11608         deleted a comment starter.
11610 1999-01-07  Dave Love  <fx@gnu.org>
11612         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
11614         * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
11615         like eval-defun does.
11617         * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
11619         * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
11620         constructions.  Doc fixes.
11621         (generic-create-generic-function): Use defalias, not fset.
11623         * find-func.el: More doc fixes.
11625 1999-01-06  Stephen Eglen  <stephen@gnu.org>
11627         * files.el (save-buffers-kill-emacs): Show the list of current
11628         processes before prompting to kill them and exit.
11630 1999-01-06  Dave Love  <fx@gnu.org>
11632         * emacs-lisp/find-func.el: Doc fixes.
11633         (find-function-regexp): Extend for define-generic-mode,
11634         define-derived-mode, easy-mmode-define-minor-mode.
11636 1999-01-06  Dave Love  <fx@gnu.org>
11638         * progmodes/fortran.el (fortran-window-create): Account for scroll
11639         bar width.
11641         * browse-url.el: Require (noerror) w3-auto when compiling.
11642         (browse-url-maybe-new-window): Make it a macro and revert last
11643         change to callers.
11644         (browse-url-w3): Require w3 for w3-fetch-other-window.
11646 1999-01-06 Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11648         * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
11649         argument.
11651 1999-01-06  Simon Marshall  <simon@gnu.org>
11653         * subr.el (with-temp-message): Don't display MESSAGE if nil.  Doc fix.
11655         * font-lock.el (font-lock-default-fontify-buffer): When using
11656         with-temp-message, use nil rather than current-message.
11658         * lazy-lock.el (lazy-lock-unstall):
11659         (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
11660         rather than current-message.
11662         * fast-lock.el (fast-lock-save-cache-1):
11663         (fast-lock-cache-data): When using with-temp-message, use nil rather
11664         than current-message.
11666 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
11668         * international/codepage.el (cp-coding-system-for-codepage-1): Add
11669         the valid-codes property.
11671         * international/mule-cmds.el (prefer-coding-system): Call
11672         set-coding-priority, so that the internal array of priorities is
11673         also updated.
11675         * international/mule-util.el:
11676         (coding-system-change-eol-conversion,
11677         coding-system-change-text-conversion): Don't define here.
11679         * international/mule-cmds.el: Define them here.  Remove the
11680         autoload cookies.
11682 1999-01-06  Andreas Schwab  <schwab@gnu.org>
11684         * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
11685         if it was enabled before.
11687         * view.el (View-revert-buffer-scroll-page-forward): Bind
11688         view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
11690         * files.el (recover-session): Preserve point when inserting
11691         explanation.
11693 1999-01-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
11695         * cus-edit.el (custom-save-delete): Don't delete whitespace
11696         and comments before the sexp that is replaced.
11698 1999-01-05  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11700         * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
11702 1999-01-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11704         * vc.el (vc-dired-hook): Use the original value of
11705         dired-move-to-filename-regexp on lines that have not been
11706         reformatted yet.
11707         (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
11708         file lines have already been reformatted.
11710 1999-01-05  Dave Love  <fx@gnu.org>
11712         * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
11713         buffer-local.
11715 1998-01-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
11717         * progmodes/f90.el: Change of regular expressions for type to
11718         correct highlighting and identation. Some small fixes for
11719         compatibility with XEmacs.
11721 1999-01-05  Stephen Eglen  <stephen@gnu.org>
11723         * mspools.el (mspools-vm-system-mail): Provide an alternative
11724         value based on rmail-spool-directory if $MAIL is not defined.
11726 1999-01-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
11728         * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
11729         (reftex-section-info): Handle negative section levels.
11730         (reftex-view-crossref-extra): New option.
11731         (reftex-view-crossref): Generalized to work in more places.
11732         (reftex-find-citation-regexp-format, reftex-find-reference-format,
11733         reftex-macros-with-labels, reftex-global-search-marker): New variables.
11734         (reftex-view-cite-locations-from-bibtex): New command.
11735         (reftex-view-regexp-match, reftex-global-search,
11736         reftex-global-search-continue): New functions.
11737         (reftex-extract-bib-entries): No error for non-existing BibTeX
11738         file, just a message.
11739         (reftex-extract-bib-entries): Better error handling.
11740         (reftex-select-with-char): Use `*RefTeX Select*' for selection
11741         help and force it on current frame.
11742         (reftex-default-bibliography): New function.
11743         (reftex-access-parse-file): Check consistency after loading a
11744         parse file.  When inconsistent, enfore rescan.
11745         (reftex-check-parse-consistency): New function.
11746         (easy-menu-define): Options section drastically shortened.
11748 1999-01-05  Kenichi Handa  <handa@etl.go.jp>
11750         * language/thai-util.el (thai-compose-string): New function.
11752 1999-01-04  Inge Frick  <inge@nada.kth.se>
11754         * easymenu.el (easy-menu-define): Doc fix.
11755         (easy-menu-create-menu): New keyword :included.
11756         (easy-menu-do-add-item): New keyword :included.  SUFFIX may
11757         be an expression, not only a string.  Simulate style `button'.
11758         Use easy-menu-define-key-intern instead of easy-menu-define-key.
11759         (easy-menu-define-key-intern): New function.
11760         (easy-menu-add-item): Understand value returned from
11761         easy-menu-item-present-p and easy-menu-remove-item.
11762         (easy-menu-return-item): New function.
11763         (easy-menu-item-present-p, easy-menu-remove-item): Use it.
11765 1999-01-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
11767         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11768         Use rmail-output-read-rmail-file-name to read the file name.
11769         Always call rmail-output-to-rmail-file noninteractively.
11770         When count > 1, do the loop here.
11771         Handle rmail-delete-after-output here.
11772         (rmail-summary-output): Similar changes.
11774         * mail/rmailout.el: Provide `rmailout'.
11775         (rmail-output-read-rmail-file-name): New function.
11776         (rmail-output-to-rmail-file): Use that.
11777         (rmail-output-read-file-name): New function.
11778         (rmail-output): Use that.
11780         * files.el (find-file-noselect): Let /: suppress wildcard matching.
11781         Error if wildcard matches no files.
11783 1999-01-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
11785         * menu-bar.el (clipboard-yank): Doc fix.
11787         * info.el (Info-insert-dir): Chase symlinks for file-attributes.
11789 1998-12-31  Markus Rost  <rost@delysid.gnu.org>
11791         * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
11793 1998-12-31  Andrew Innes  <andrewi@harlequin.co.uk>
11795         * rmail.el (rmail-encode-string): Make sure mask value is
11796         positive; (emacs-pid) returns a negative number on Windows 9x
11797         which causes odd behaviour.
11799 1998-12-31  Eli Zaretskii  <eliz@mescaline.gnu.org>
11801         * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
11802         and about w32-* variables unless on Windows/NT.
11804 1998-12-31  Boris Goldowsky  <boris@alum.mit.edu>
11806         * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
11807         if buffer is modified; ask about all modified buffers.
11809 1998-12-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
11811         * simple.el (what-cursor-position): Fix previous change.
11813 1998-12-30  Richard Stallman  <rms@sucrose.ai.mit.edu>
11815         * mail/sendmail.el (mail-mode): Eliminate ambiguous match
11816         from paragraph-start.
11818 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
11820         * international/mule-cmds.el (prefer-coding-system): If the
11821         argument requires specific EOL conversion type, make the default
11822         coding systems use that.
11824 1998-12-30  Drew Csillag <drew_csillag@geocities.com>
11826         * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
11827         Use shell-command-on-region.
11828         (m4-start-m4, m4-end-m4): Functions deleted.
11830 1998-12-30  Michael Ernst  <mernst@alum.mit.edu>
11832         * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
11834 1998-12-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11836         * browse-url.el (browse-url-mail): Give argument SEND-ACTION
11837         to compose-mail in the correct places and as a list.
11839 1998-12-29  Masatake Yamato  <masata-y@tori.aist-nara.ac.jp>
11841         * page-ext.el: Added mouse-selection feature for pages directory buffer.
11842         (pages-directory-map): Bind mouse-2
11843         (pages-copy-header-and-position): Put text property.
11844         (pages-directory-goto-with-mouse): New function.
11846 1998-12-29  Eli Zaretskii  <eliz@mescaline.gnu.org>
11848         * international/codepage.el (cp-make-coding-systems-for-codepage):
11849         Doc fix.
11850         (cp-coding-system-for-codepage-1): Likewise.
11852 1998-12-29  Kenichi Handa  <handa@etl.go.jp>
11854         * language/thai-util.el (thai-post-read-conversion): Handle Thai
11855         composition sequence correctly here instead of calling
11856         thai-compose-region.
11858         * textmodes/fill.el (fill-region-as-paragraph): While deleting a
11859         newline in multibyte buffer, if previous or next character is a
11860         composite char, check the first component of the composite char.
11862 1998-12-28  Andreas Schwab  <schwab@delysid.gnu.org>
11864         * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
11865         and track-mouse.
11867 1998-12-27  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11869         * mail/sendmail.el (mail-yank-original): Remove text properties
11870         after insertion.
11871         (mail-yank-region): Barf if no mark is set in the message
11872         being replied to.
11874         * help.el (function-called-at-point): First look for function at point.
11876 1998-12-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
11878         * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
11880 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
11882         * simple.el (what-cursor-position): Print character encoding also.
11884 1998-12-26  Dave Love  <fx@gnu.org>
11886         * textmodes/flyspell.el: If local-maps work, don't put
11887         flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
11888         in flyspell-mouse-map (only).
11889         (flyspell-use-local-map): New variable.
11890         Use a different mouse-2 binding in that case,
11891         and don't add to minor-mode-map-alist.
11892         (make-flyspell-overlay, flyspell-correct-word):
11893         Test flyspell-use-local-map.
11895 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
11897         * files.el (file-expand-wildcards): Handle wildcards in directory name.
11898         Be careful about whether to return a relative file name,
11899         and if so, relative to what directory.
11901 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
11903         * emacs-lisp/easymenu.el (easy-menu-get-map):
11904         Change global map only if this menu exists in the global map already,
11905         and not in the local map.
11906         (easy-menu-do-add-item): Fix error message.
11908         * foldout.el (foldout-inhibit-key-bindings):
11909         Avoid concatenating onto outline-minor-mode-prefix.
11910         Make a new keymap for that prefix, if it does not already have one.
11912 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
11914         * cperl-mode.el:
11915         Can use linear algorithm for indentation if Emacs supports it.
11916         (cperl-after-expr-p):   It is BLOCK if we reach lim when backup sexp.
11917         (cperl-after-block-p):  Likewise.
11918         (cperl-after-block-and-statement-beg): Likewise.
11919         (cperl-after-block-p):  After END/BEGIN we are a block.
11920         (cperl-after-expr-p):   Skip labels when checking
11921         (cperl-indent-region):  Make a marker for END - text added/removed.
11922         Disable hooks during the call (how to call them later?).
11923         Now indents 820-line-long function in 6.5 sec (including
11924         syntaxification) the first time (when buffer has few
11925         properties), 7.1 sec the second time.
11926         (cperl-indent-region):  Do not indent whitespace lines
11927         (cperl-style-alist)
11928                 Include `cperl-merge-trailing-else' where the value is clear.
11929         (cperl-styles-entries): Likewise.
11930         (cperl-problems):       Improvements to docs.
11931         (cperl-tips):           Likewise.
11932         (cperl-non-problems):   Likewise.
11933         (cperl-mode):           Make lazy syntaxification possible.
11934         Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
11935         `font-lock-unfontify-region-function' was set to a wrong function.
11937         (cperl-find-pods-heres): Safe a position in buffer where it is safe to
11938         restart syntaxification.  Changed so that -d ?foo? is a RE. Do
11939         not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
11940         but 1<<6 was considered as HERE-doc.
11941         <file/glob> made into a string.
11942         Postpone addition of faces after syntactic step.
11943         Recognition of <FH> was wrong.
11944         Highlight `gem' in s///gem as a keyword.  `qr' recognized.
11945         Knows that split// is null-RE.
11946         Highlights separators in 3-parts expressions as labels.
11947         <> was considered as a glob.
11948         Would err if the last line is `=head1'.
11949         $a-1 ? foo : bar; was a considered a regexp.
11950         `<< (' was considered a start of HERE-doc.
11951         mark qq[]-etc sections as syntax-type=string
11952         Was not processing sub protos after a comment ine.
11953         Was treating $a++ <= 5 as a glob.
11954         Tolerate unfinished REx at end-of-buffer.
11955         `unwind-protect' was left commented.
11956         / and ? after : start a REx.
11958         (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
11959         Better default, customizes to `message' too, off in text-mode.
11961         (cperl-array-face): Renamed from `font-lock-emphasized-face',
11962         `defface'd.
11963         (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
11964         `defface'd.
11965         (cperl-emacs-can-parse):        New state variable.
11966         (cperl-indent-line):    Corrected to use global state.
11967         (cperl-calculate-indent):       Likewise.
11968         (cperl-fix-line-spacing):       Likewise (not used yet).
11969         (cperl-calculate-indent):       Did not consider `,' as
11970         continuation mark for statements.
11971         (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
11972         Remove another parse-data optimization at toplevel: would
11973         indent correctly.
11974         Correct for labels when calculating indentation of continuations.
11975         Docstring updated.
11976         (cperl-choose-color):   Converted to a function (to be
11977         compilable in text-mode).
11978         (cperl-dark-background):        Disable without window-system.
11979         Do `defface' only if window-system.
11980         (cperl-fix-line-spacing):       Sped up to bail out early.
11981         (x-color-defined-p): Was not compiling on XEmacs
11982         Was defmacro'ed with a tick.  Remove another def.
11983         (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
11984         (cperl-unwind-to-safe): New function.
11985         (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
11986         (cperl-fontify-syntaxically): Unwinds start and end to go out of
11987                                      long strings (not very successful).
11988         (cperl-forward-re):     Highlight the trailing / in s/foo// as string.
11989         Highlight the starting // in s//foo/ as function-name.
11990         Emit a meaningful error instead of a cryptic one for an
11991         uncomplete REx near end-of-buffer.
11993         (cperl-electric-keyword):       `qr' recognized.
11994         (cperl-electric-else):          Likewise
11995         (cperl-to-comment-or-eol):      Likewise
11996         (cperl-make-regexp-x):  Likewise
11997         (cperl-init-faces):     Likewise, and `lock' (as overridable?).
11998         Corrected to use new macros;
11999         `if' for copying `reference-face' to `constant-face' was backward.
12000         remove init `font-lock-other-emphasized-face',
12001         `font-lock-emphasized-face', `font-lock-keyword-face'.
12002         Interpolate `cperl-invalid-face'.
12003         (cperl-make-regexp-x):  Misprint in a message.
12004         (cperl-syntaxify-unwind): New configuration variable
12005         (cperl-fontify-m-as-s): New configuration variable
12006         (cperl-electric-pod):   Check for after-expr was performed
12007         inside of POD too.
12008         (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
12009         (cperl-clobber-mode-lists): New configuration variable.
12010         (cperl-not-bad-style-regexp):   Updated.
12011         Init:                   `cperl-is-face' was busted.
12012         (cperl-make-face):      New macros.
12013         (cperl-force-face):     New macros.
12014         (font-lock-other-type-face): Done via `defface' too.
12015         (cperl-nonoverridable-face):    New face.  Renamed from
12016         `font-lock-other-type-face'.
12017         (cperl-init-faces-weak):        Use `cperl-force-face'.
12018         (cperl-comment-indent): Commenting __END__ was not working.
12019         (cperl-indent-for-comment):     Likewise.
12020         (cperl-write-tags):     Correct for XEmacs's `visit-tags-table-buffer'.
12021         When removing old TAGS info was not relativizing filename.
12022         (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
12023         Another try to work around XEmacs problems.  Better progress messages.
12024         (toplevel):             Require custom unprotected => failure on 19.28.
12025         (cperl-xemacs-p):       Defined when compile too
12026         (cperl-find-tags):      Was writing line/pos in a wrong order,
12027         pos off by 1 and not at beg-of-line.
12028         (cperl-etags-snarf-tag): New macro
12029         (cperl-etags-goto-tag-location): New macro
12030         (cperl-version):        New variable.  New menu entry
12031         random docstrings:      References to "future" 20.3 removed.
12032         Menu was described as `CPerl' instead of `Perl'
12033         (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
12034         (cperl-toggle-construct-fix): Was toggling to t instead of 1.
12035         (cperl-ps-print-init):  Associate `cperl-array-face', `cperl-hash-face'
12036         Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
12037         `font-lock-reference-face', `font-lock-keyword-face'.
12038         Use `eval-after-load'.
12039         Remove not-CPerl-related faces.
12040         (cperl-tips-faces):     New variable and an entry into Mini-docs.
12041         (cperl-indent-exp):     Was not processing else-blocks.
12042         (cperl-get-state):      NOP line removed.
12043         (cperl-ps-print):       New function and menu entry.
12044         (cperl-ps-print-face-properties):       New configuration variable.
12045         (cperl-invalid-face):   New configuration variable.
12046         (perl-font-lock-keywords):      Highlight trailing whitespace
12047         (cperl-contract-levels):        Documentation corrected.
12048         (cperl-contract-level):         Likewise.
12049         (cperl-ps-extend-face-list):    New macro.
12050         (cperl-invalid-face):   Change to ''underline.
12052 1998-12-25  Markus Rost  <rost@delysid.gnu.org>
12054         * mail/rmailout.el (rmail-output): Abbreviate name of default-file
12055         for read-file-name.
12056         (rmail-output-to-rmail-file): Likewise.
12058 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
12060         * emacs-lisp/easymenu.el (easy-menu-get-map):
12061         If MENU is nil, use global menu-bar map.
12062         (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
12063         (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
12065 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12067         * ps-mule.el (ps-mule-begin-job): Programming uniformization.
12069 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12071         * ps-print.el (ps-print-version): New version number (4.1.3).
12073 1998-12-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
12075         * international/mule-cmds.el: Use make-sparse-keymap instead of
12076         define-prefix-key when defining MULE menu items.
12078         * info.el (Info-node-at-bob-matching): New function.
12079         (Info-find-node, Info-build-node-completions): Call it.
12081 1998-12-21  Andreas Schwab  <schwab@delysid.gnu.org>
12083         * help.el (describe-function-1): Say "keymap", not "Lisp macro",
12084         when this is an autoloaded keymap.
12086 1998-12-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
12088         * international/codepage.el (cp-coding-system-for-codepage-1):
12089         Create separate encoders and decoders, for DOS and Unix.  Make the
12090         usual family of 3 coding systems, so that automatic detection of
12091         EOL type works.
12092         (cp-make-coding-systems-for-codepage): Don't intern DOS- and
12093         Unix-specific symbols here, and don't call
12094         cp-coding-system-for-codepage-1 twice.  (Suggested by Ken'ichi
12095         Handa <handa@etl.go.jp>.)
12097         * dos-vars.el (dos-codepage-setup-hook): New defcustom.
12099         * term/internal.el (IT-character-translations): New variable, an
12100         alist used to display characters for which there's no glyphs in
12101         the current codepage.
12102         (IT-display-table-setup): New function, sets up the DOS terminal
12103         for a given codepage.
12104         (dos-codepage-setup): New function, sets up the MULE environment
12105         for the current value of dos-codepage.
12106         (top-level if): In the multibyte mode, turn on
12107         unibyte-display-via-language-environment.  In the unibyte mode,
12108         set up the special syntax tables to map lower- to upper case and
12109         back.
12111 1998-12-19  Eric Ludlam  <zappo@delysid.gnu.org>
12113         * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
12114         (speedbar-frame-plist) Remove useless comments.
12115         (speedbar-frame-mode) Do not specify height if it is in the param list.
12116         Use default y position w/out changing it.
12117         If default x position is a list, keep, calculate the non-list X
12118         value when devining an initial position.
12119         (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
12120         (speedbar-tag-group-name-minimum-length): New variable.
12121         (speedbar-frame-parameter): New compatibility function.
12122         (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
12123         (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
12124         groups to keep things in the right order, and to help with some
12125         naming conventions.
12126         (speedbar-create-tag-hierarchy): Enable buffer local version of
12127         `speedbar-tag-hierarchy-method' in the buffer we are tagging.
12128         (speedbar-line-path) Make DEPTH param optional.  Devine it if absent.
12129         the case, derive it from the cursor location in speedbar.
12131 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
12133         * international/mule-cmds.el (set-language-environment): On MS-DOS
12134         terminals, install DOS-specific nonascii-translation-table if the
12135         language info doesn't specify one.  Pass the default eol-type to
12136         set-language-environment-coding-systems.
12137         (set-default-coding-systems): Copy the eol-type property for the
12138         new default values of {buffer-file,process}-coding-system from the
12139         old defaults.
12140         (set-language-environment-coding-systems): Accept an optional
12141         argument EOL-TYPE, and set the eol-type property of the default
12142         coding systems accordingly.
12143         (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
12144         (set-keyboard-coding-system): Likewise.
12145         (set-default-coding-systems): Don't set
12146         default-terminal-coding-system on MS-DOS to anything but nil.
12147         (prefer-coding-system): Describe in the doc string that
12148         default-terminal-coding-system is not changed on MS-DOS.
12149         (set-language-environment): For MS-DOS, set standard syntax table
12150         and display table for all characters with code above 127.
12151         (standard-display-european-internal): For MS-DOS, pass all
12152         characters with code above 127 directly to the terminal, and don't
12153         remap characters 160 and 146 in the unibyte case.
12155         * international/codepage.el: New file.
12157 1998-12-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12159         * diary-lib.el (diary-float): Fix end-of-year error and typos in
12160         comments.
12162 1998-12-16  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
12164         * map-ynp.el (map-y-or-n-p): Ignore input methods.
12166         * subr.el (read-passwd): Likewise.
12168 1998-12-16  Eli Zaretskii  <eliz@mescaline.gnu.org>
12170         * info.el (Info-find-node): Add 1 to the position read from the
12171         tag table.  Don't fail if the node delimiter ^_ is the first
12172         character in the file.
12173         (Info-insert-dir): Don't fail when the node delimiter ^_ is the
12174         first character in the file.
12175         (Info-read-subfile): Likewise.
12176         (Info-select-node): Likewise.
12177         (Info-build-node-completions): Likewise.
12179 1998-12-16  Richard Stallman  <rms@gnu.org>
12181         * term/x-win.el (x-cut-buffer-or-selection-value):
12182         If clipboard is enabled, try it before PRIMARY selection.
12184 1998-12-15  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
12186         * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
12187         insert c-cedilla and C-cedilla respectively, like in latin-1.
12189 1998-12-15  Eli Zaretskii  <eliz@delysid.gnu.org>
12191         * language/hebrew.el: Don't use sublists in the flags argument
12192         passed to make-coding-system.
12194 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
12196         * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
12197         list of character sets found by find-charset-region.
12199         * ps-mule.el: Always require ps-print.  Move some function
12200         definitions for Emacs 20.2 and the earlier to ps-print.el.
12201         (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
12203         * ps-print.el: Define several functions for Emacs 20.2 and the
12204         earlier version.
12205         (ps-printer-name): Check if printer-name is bound.
12207 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12209         * ps-mule.el: Programming uniformization and little code improvement.
12210         (ps-mule-prepare-font): Programming uniformization.
12211         (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
12212         (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
12214         * ps-bdf.el: Programming uniformization and little code improvement.
12215         (bdf-search-and-read): New fun.
12216         (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
12217         (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
12218         (bdf-info-relative-compose, bdf-info-baseline-offset)
12219         (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
12220         (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
12221         (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
12222         (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
12223         improvement.
12225 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12227         * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
12228         and mule related code extraction. Autoload ps-mule funs.
12230         * ps-mule.el: Doc fix. Require ps-print only when compiled.
12231         (ps-mule-prologue-generated): New fun.
12232         (ps-mule-plot-string): Add autoload cookie.
12233         (ps-mule-begin-job): Call ps-mule-prologue-generated.
12235 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
12237         * ps-bdf.el: Require ps-mule instead of ps-print.
12238         (bdf-directory-list): Add autoload cookie.
12240         * ps-mule.el: New file.  Mule related code extracted from
12241         ps-print.el.  Require ps-print, provide ps-mule.
12242         (ps-multibyte-buffer): Add autoload cookie.
12243         (ps-mule-prepare-ascii-font): New fun.
12244         (ps-mule-set-ascii-font): New fun.
12245         (ps-mule-skip-same-charset): Fun deleted.
12246         (ps-mule-plot-string): Set ps-mule-current-charset.
12247         (ps-mule-initialize): Add autload cookie.  Don't set
12248         ps-mule-font-info-database here.
12249         (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
12250         ps-mule-font-info-database and ps-control-or-escape-regexp.
12251         (ps-mule-begin-page): New fun.
12253         * ps-print.el: Mule related code moved to ps-mule.el.
12254         (ps-begin-job): While setting ps-control-or-escape-regexp, don't
12255         check ps-mule-charset-list.
12256         (ps-begin-page): Don't set ps-mule-current-charset, instead call
12257         ps-mule-begin-page.
12258         (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
12259         (ps-plot-region): Don't set ps-mule-current-charset, instead call
12260         ps-mule-set-ascii-font.  Don't call ps-mule-skip-same-charset,
12261         instead skip same charsets by itself.
12262         (ps-generate): Call ps-mule-initialize of needs-begin-file is
12263         non-nil.  Call ps-mule-begin-job.
12265 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
12267         * ps-bdf.el: File name changed from bdf.el.  Provide ps-bdf
12268         instead of bdf.
12270         * ps-print.el (ps-mule-font-info-database): Doc-string modified.
12271         (ps-mule-external-libraries): New element FEATURE.
12272         (ps-mule-init-external-library): Ajusted for the above change.
12273         (ps-mule-generate-font): Likewise.
12274         (ps-mule-generate-glyphs): Likewise.
12275         (ps-mule-prepare-font): Likewise.
12276         (ps-mule-initialize): Likewise.
12277         (ps-begin-file): Superfluous tailing parenthesis deleted.
12279 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
12281         * international/fontset.el (x-decompose-font-name): If PATTERN
12282         doesn't have any wild cards, return a vector made from a name that
12283         is found by x-resolve-font-name found.  Comments added.
12285         * international/mule-cmds.el (find-coding-systems-for-charsets):
12286         Handle the case of unknown charset.
12287         (find-multibyte-characters): If invalid multibyte characters are
12288         found, return the corresponding strings instead of character
12289         codes.
12290         (find-multibyte-characters): Adjusted for the above change.
12291         (select-safe-coding-system): For a unibyte buffer, always returns
12292         DEFAULT-CODING-SYSTEM.
12293         (get-charset-property): Fix previous change.  Make it a function.
12294         (put-charset-property): Make it a function.
12296         * international/mule.el (make-coding-system): Set mime-charset
12297         property of *-with-esc coding system to nil.
12299         * international/quail.el (quail-point-in-conversion-region): New
12300         function.
12301         (quail-conversion-backward-delete-char): When a key sequence is
12302         being translated, call quail-delete-last-char.
12304         * language/devan-util.el
12305         (devanagari-reorder-glyphs-for-decomposition): Fix the way to
12306         handle devanagari-decomposition-rules.
12308 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
12310         * textmodes/texinfo.el (texinfo-tex-buffer): Bind
12311         tex-start-options-string to empty string.
12312         (texinfo-tex-region): Use texinfo-tex-trailer as documented.
12314 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
12316         * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
12317         5xx responses are already handled properly).
12319 1998-12-13  Richard Stallman  <rms@gnu.org>
12321         * progmodes/compile.el (compilation-error-regexp-alist): Insist
12322         on a non-digit in the file name.
12324         * simple.el (comment-region): Handle comment-padding
12325         separately for insertion and for deletion, in the right way for each.
12327 1998-12-13  Felix Lee  <flee@cygnus.com>
12329         * progmodes/compile.el (compilation-error-regexp-alist): Fix
12330         regexp to match "ChangeLog:1:1998-12-09 ..."
12332 1998-12-13  Eli Zaretskii  <eliz@delysid.gnu.org>
12334         * cus-start.el (dos-unsupported-char-glyph): Add.
12336 1998-12-11  Dave Love  <fx@gnu.org>
12338         * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
12339         forward-sexp in condition-case.
12341         * emacs-lisp/find-func.el (find-function-search-for-symbol):
12342         Remove unnecessary test on `library' for explicit file name.
12343         Widen scope of save-match-data.
12345 1998-12-10  Eli Zaretskii  <eliz@delysid.gnu.org>
12347         * international/mule.el (load-with-code-conversion): If the loaded
12348         file was inserted  with no-conversion or raw-text coding system,
12349         make the buffer unibyte.
12351 1998-12-09  Richard Stallman  <rms@gnu.org>
12353         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
12354         Get rid of nested loops.
12356         * mouse.el (mouse-drag-vertical-line):
12357         If WHICH-SIDE is not `right', then scroll bars are on the left.
12359         * loadhist.el (load-history-loaded): defvar moved to help.el.
12361         * help.el (symbol-file-load-history-loaded): Variable renamed,
12362         and defvar moved from loadhist.el.
12363         (symbol-file): Renamed from describe-function-find-file.
12364         Load fns-VERSION.el here.
12365         (describe-variable, describe-function-1): Use symbol-file.
12367         * textmodes/tex-mode.el (tex-generate-zap-file-name):
12368         Don't start the name with #.
12370         * ispell.el: Take out the eval-when's.
12372 1998-12-09  Peter Breton  <pbreton@ne.mediaone.net>
12374         * dirtrack.el (dirtrack-directory-change-hook): New hook.
12375         (dirtrack): Run it.  Make debug message more verbose.
12377 1998-12-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
12379         * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
12380         name of the abbrev table, and provide support for XEmacs.
12381         (octave-xemacs-p): New variable.
12383 1998-12-09  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
12385         * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
12386         exit, when mail-interactive is nil.
12388 1998-12-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
12390         * files.el (after-find-file): Message fix.
12392 1998-12-09  Ken Stevens  <stevens@kdstevens.com>
12394         * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
12396 1998-12-09  Geoff Voelker  <voelker@cs.washington.edu>
12398         * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
12399         filenames using backslashes.
12401 1998-12-09  Dave Love  <fx@gnu.org>
12403         * browse-url.el (browse-url-mail): Call compose-mail-other-window
12404         with correct number of args.
12405         (browse-url-maybe-new-window): New arg.  Callers changed.
12407         * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
12408         comment.
12410 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
12412         * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
12414 1998-12-08  Markus Rost  <rost@delysid.gnu.org>
12416         * vc.el (vc-rcs-release): Fix Type.
12417         (vc-sccs-release): Fix Type.
12418         (vc-cvs-release): Fix Type.
12420         * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
12421         arg work right.
12423         * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
12424         output of last undeleted message.
12426 1998-12-07  Geoff Voelker  <voelker@cs.washington.edu>
12428         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
12429         (buffer-undo-list) [windows-nt]: Use different relative path.
12431 1998-12-07  Simon Marshall  <simon@gnu.org>
12433         * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
12435 1998-12-05  Markus Rost  <rost@delysid.gnu.org>
12437         * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
12439         * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
12441 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
12443         * info.el (Info-menu): Don't return error if point is between menu
12444         header and first menu item.
12446 1998-12-04  Dave Love  <fx@gnu.org>
12448         * help.el (describe-function-1): Fix description for alias.
12450 1998-12-03  Andreas Schwab  <schwab@delysid.gnu.org>
12452         * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
12453         specifications from summary line.
12455         * rect.el (delete-whitespace-rectangle): Mark for autoload.
12456         (close-rectangle): Define alias only once in loaddefs.el.
12458 1998-12-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
12460         * term/internal.el: Remove code which sets up a special syntax
12461         table for non-ASCII characters.
12463 1998-12-02  Andrew Innes  <andrewi@delysid.gnu.org>
12465         * dos-w32.el (direct-print-region-function): Try to ensure that
12466         printer-name is expanded to a file name on a local drive;
12467         sometimes printing a file loaded from a network volume fails.
12468         (direct-print-region-function): Add a function to
12469         write-region-annotate-functions to append a formfeed character to
12470         the region being printed, if the region doesn't end with a
12471         formfeed already.  This avoids creating a second print job
12472         containing a blank page when print spooling is enabled on Windows.
12474 1998-12-02  Dave Love  <fx@gnu.org>
12476         * help.el (help-make-xrefs): Use `info', not the non-autoloaded
12477         `Info-goto-node'.
12479 1998-12-02  Richard Stallman  <rms@gnu.org>
12481         * help.el (temp-buffer-resize-mode): Doc fix.
12483         * cus-edit.el (custom-save-delete): Save point before
12484         reading a sexp, rather than backing up.
12486         * international/iso-transl.el: Fix previous change.
12488 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12490         * vc.el (vc-dired-window-configuration, vc-ediff-windows,
12491         vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
12492         Added defvars to suppress compilation warnings.
12494 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
12496         * ispell.el: Improved and fixed customize for variables:
12497         ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
12498         ispell-dictionary-alist, ispell-skip-sgml.
12499         Improved and fixed comments in variables and messages for
12500         functions: ispell-help-in-bufferp, ispell-local-dictionary,
12501         ispell-menu-map, ispell-checking-message, ispell-parser,
12502         ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
12503         ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
12504         ispell-comments-and-strings, ispell-continue, ispell-complete-word,
12505         ispell-message-text-end, ispell-add-per-file-word-list.
12506         (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
12507         system is now required for all languages.  Casechars improved for
12508         castellano, castellano8, and norsk dictionaries.  Dictionary
12509         norsk7-tex added.  Dictionary polish added.
12510         (ispell-dictionary-alist): Redefined at load-time to support
12511         dictionary changes.
12512         (ispell-menu-map): Redefined at load-time to support menu changes.
12513         (ispell-check-version): New alias for `check-ispell-version'.
12514         (ispell-parse-output): Fixed matching for ispell error messages.
12515         Correctly returns spelling suggestions in order generated by ispell
12516         process.
12517         (check-ispell-version): Ensure `case-fold-search' doesn't get
12518         redefined.
12519         (ispell-complete-word): Ensure `case-fold-search' doesn't get
12520         redefined.  Fix bug that didn't respect case of word being completed.
12521         (ispell-init-process): Set process coding system to be compatible
12522         with emacs processes and the ispell process.
12523         (ispell-kill-ispell): Ensures ispell process has terminated before
12524         starting new process.  This can otherwise confuse process filters
12525         and hang the ispell process.
12526         (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
12527         skipping support for sgml.
12528         (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
12529         which could cause `ispell-complete-word' to hang.
12530         (ispell-message): Improved message reference matching.  Ensure
12531         `case-fold-search' doesn't get redefined.
12532         (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
12533         get redefined.  Fixed bug in returning to nroff mode from tex mode.
12534         (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
12535         get redefined.
12537 1998-11-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
12539         * textmodes/flyspell.el (flyspell-check-word-p):
12540         Don't delay inside a kbd macro.
12542         * subr.el (make-local-hook): Return the hook variable.
12544 1998-11-30  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
12546         * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
12547         Use a timer instead of post-command-hook.
12548         (hscroll-timer): New variable.
12550 1998-11-30  Dave Love  <fx@gnu.org>
12552         * help.el (help-xref-button): Do nothing if text already has the
12553         help-xref property.
12554         (describe-variable): Revert previous change to hyperlink to source.
12556 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
12558         * bindings.el (features): Add `base64' to this list.
12560         * loadhist.el (symbol-file): Doc fix.
12562         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
12564         * files.el (hack-one-local-variable): Cope with non-file buffers.
12566 1998-11-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
12568         * help.el (describe-mode): Put major mode first.
12570         * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
12571         to support special-display and same-window features.
12573 1998-11-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
12575         * simple.el (transpose-subr, transpose-subr-1): Rename variables
12576         bound in one function and used in the other.
12577         (transpose-subr-start1, transpose-subr-start2): Add defvars.
12578         (transpose-subr-end1, transpose-subr-end2): Add defvars.
12580 1998-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
12582         * autoinsert.el (auto-insert-alist): Use user-mail-address.
12584 1998-11-26  Kenichi Handa  <handa@etl.go.jp>
12586         * international/ccl.el (ccl-dump-translate-character-const-tbl):
12587         Give format correct control string.
12589         * international/mule.el (define-translation-table): Fix bug of
12590         setting incorrect translation-table-id.  If the first element of
12591         ARGS is a translation table, just register it.
12593         * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
12594         property.
12596 1998-11-24  Michael Ernst  <mernst@alum.mit.edu>
12598         * thingatpt.el (thing-at-point-url-at-point): Don't use current
12599         syntax table to determine what is whitespace.
12601 1998-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
12603         * frame.el (frame-parameter): Doc fix.
12605         * textmodes/tex-mode.el (tex-feed-input): New function.
12606         (tex-define-common-keys): Add binding for C-c C-m.
12608 1998-11-23  Dave Love  <fx@gnu.org>
12610         * progmodes/fortran.el: Various minor doc fixes.
12611         (fortran-font-lock-keywords-1): Add `d' to comment-chars.
12612         (fortran-with-subprogram-narrowing): New macro.
12613         (fortran-check-for-matching-do): Use it.
12614         (fortran-end-do): Use fortran-check-end-prog-re.
12615         (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
12616         (fortran-calculate-indent, fortran-calculate-indent): Likewise.
12618 1998-11-23  Simon Marshall  <simon@gnu.org>
12620         * font-lock.el (font-lock-defaults): Doc fix.
12621         (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
12622         (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
12624         * lazy-lock.el (lazy-lock-unstall):
12625         (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
12627         * fast-lock.el (fast-lock-save-cache-1):
12628         (fast-lock-cache-data): Rewritten to use with-temp-message.
12630 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
12632         * mail/rmail.el (rmail-set-message-counters-counter): Detect
12633         messages that have been added with DOS line endings and convert
12634         the line endings for such messages.
12636 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
12638         * help.el: Add resizing of temporary buffers.
12639         (temp-buffer-resize-mode): New command and variable.
12640         (temp-buffer-max-height): New variable.
12641         (resize-temp-buffer-window): New function.
12643         * window.el (window-buffer-height): New function, split from
12644         shrink-window-if-larger-than-buffer.
12645         (shrink-window-if-larger-than-buffer): Use window-buffer-height.
12647 1998-11-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
12649         * frame.el (initial-frame-alist): Add defcustom.
12651         * shell.el (shell-prompt-pattern): Add defcustom.
12653 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12655         * message.el (message-ignored-supersedes-headers): Remove
12656         NNTP-Posting-Date.
12658 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
12660         * help.el (describe-mode): Don't avoid loop indirecting thru
12661         value of INDICATOR.
12663 1998-11-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
12665         * help.el (describe-variable): Allow any variable with a defcustom,
12666         even if it is not a user variable.
12668         * mail/rmail.el (mail-unsent-separator): Additional alternative.
12670 1998-11-20  Andrew Innes  <andrewi@delysid.gnu.org>
12672         * gnus/nntp.el (nntp-request-group): Allow for failures when
12673         requesting a new group.
12675 1998-11-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
12677         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
12679 1998-11-19  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12681         * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
12683 1998-11-19  Simon Marshall  <simon@gnu.org>
12685         * subr.el (with-temp-message): New macro.
12687         * emacs-lisp/lisp-mode.el (with-temp-message):
12688         Add lisp-indent-function property.
12690 1998-11-18  Dave Love  <fx@gnu.org>
12692         * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
12694 1998-11-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
12696         * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
12697         This is not obsolete.
12699 1998-11-18  Kenichi Handa  <handa@etl.go.jp>
12701         * textmodes/picture.el: Make a new map by make-keymap.
12702         (picture-desired-column): New variable.
12703         (picture-update-desired-column): New function.
12704         (picture-beginning-of-line): Set picture-desired-column to 0.
12705         (picture-end-of-line): Set picture-desired-column to the current
12706         column.
12707         (picture-forward-column): Pay attention to multi-column character.
12708         (picture-backward-column): Likewise.
12709         (picture-move-down): Likewise.
12710         (picture-move-up): Likewise.
12711         (picture-movement-nw): With prefix arg, move twice columns.
12712         (picture-movement-ne): Likewise.
12713         (picture-movement-sw): Likewise.
12714         (picture-movement-se): Likewise.
12715         (picture-set-motion): Handle two-column movements.
12716         (picture-move): Call picture-move-down or picture-forward-column
12717         only when necessary.
12718         (picture-insert): Pay attention to picture-desired-column.
12719         (picture-self-insert): Likewise.
12720         (picture-clear-column): Pay attention to multi-column character.
12721         (picture-mode): Modify doc-string for two-column movement.
12723         * rect.el (move-to-column-force): New function.
12724         (operate-on-rectangle): If coerce-tabs is non-nil, call
12725         move-to-column-force instead of move-to-column.
12726         (insert-rectangle): Call move-to-column-force instead of
12727         move-to-column.
12728         (open-rectangle-line): If begextra is not zero, call
12729         move-to-column-force.
12732 1998-11-16  Dave Love  <fx@gnu.org>
12734         * textmodes/sgml-mode.el Require skeleton when compiling.
12735         (sgml-font-lock-keywords-1): Accept single-letter tags.
12736         (v2): Defvar free variable.
12738 1998-11-16  Sam Steingold  <sds@goems.com>
12740         * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
12741         macro, not ELisp one.
12743 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
12745         * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
12746         characters to symbol.
12748         * language/japan-util.el (japanese-zenkaku-region): New optional
12749         arg KATAKANA-ONLY.
12751 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
12753         * international/mule.el
12754         (after-insert-file-set-buffer-file-coding-system): If the buffer
12755         is changed to unibyte, return inserted bytes.
12757         * tar-mode.el (tar-header-block-tokenize): Decode codes of file
12758         and link names if necessary.
12759         (tar-header-block-summarize): Handle the case that file or link
12760         names are multibyte.
12761         (tar-summarize-buffer): At first set the current buffer unibyte,
12762         then if there are multibyte file names, change it to multibyte.
12763         (tar-mode): Get char position from tar-header-offset.
12764         (tar-extract): Avoid multibyte<->unibyte conversion in
12765         insert-buffer-subsring by setting both buffers unibyte
12766         temporarily.
12767         (tar-copy): Set the buffer unibyte while doing a work.  Write
12768         without code conversion.
12769         (tar-expunge): Set the buffer unibyte while doing a work.
12770         (tar-alter-one-field): Likewise.
12771         (tar-clear-modification-flags): Compare byte position with
12772         tar-header-offset.
12773         (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
12774         insert-buffer-subsring by setting both buffers unibyte
12775         temporarily.  Pay attention to multibyteness while updating the
12776         descriptor-line.
12777         (tar-mode-write-file): Write without code conversion.
12779 1998-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12781         * nngateway.el: Require cl.
12783 1998-11-15  Dave Love  <fx@gnu.org>
12785         * progmodes/fortran.el: Fix previous change:
12786         (fortran-end-prog-re1): Changed.
12787         (fortran-check-end-prog-re): New function.
12788         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
12790 1998-11-13  Tom Breton  <tob@world.std.com>
12792         * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
12793         GNU Emacs.
12795 1998-11-13  Carsten Dominik  <cd@delysid.gnu.org>
12797         * textmodes/reftex.el: (reftex-finding-files): Group documentation
12798         fixed.
12799         (reftex-toc-toggle-file-boundary,
12800         reftex-toc-toggle-labels,
12801         reftex-toc-toggle-context,reftex-find-start-point): New functions.
12802         (reftex-toc-include-labels, reftex-toc-include-context,
12803         reftex-toc-include-file-boundaries,
12804         reftex-toc-keep-other-windows): New options.
12805         (reftex-use-text-after-label-as-context): Option removed.
12806         (reftex-extract-bib-entries): Protect use in non-latex
12807         buffers.
12808         (reftex-toc-visit-location): Renamed from
12809         `reftex-toc-visit-line'.
12810         (reftex-latin1-to-ascii): Works now with and without Mule.
12811         (reftex-truncate): Removed special stuff for Emacs 20.2.
12812         (reftex-get-offset): Made more general.
12813         (reftex-show-label-location): Renamed from
12814         `reftex-select-label-callback'.
12815         (reftex-pop-to-label): Function removed (using
12816         `reftex-show-label-location' instead.
12817         (reftex-insert-docstruct): Renamed from
12818         `reftex-make-and-insert-label-list'.  Function args changed.
12819         (reftex-toc): Now uses `reftex-insert-docstruct' and
12820         `reftex-find-start-point'.
12821         (reftex-select-item): Use `reftex-find-start-point'.
12822         (reftex-toc-visit-line): Can display labels and file
12823         boundaries.
12824         (reftex-TeX-master-file): `(TeX-master-file)' protected.
12826 1998-11-12  Sam Steingold  <sds@goems.com>
12828         * browse-url.el (browse-url): Handle the case when
12829         `browse-url-browser-function' is a lambda list.
12831 1998-11-12  Eli Zaretskii  <eliz@mescaline.gnu.org>
12833         * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
12834         version string.
12835         * loadhist.el (symbol-file): Likewise
12837 1998-11-11  Richard Sharman  <Richard_Sharman@Mitel.COM>
12839         * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
12841 1998-11-11  Sam Steingold  <sds@goems.com>
12843         * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
12844         `run-lisp' instead of signalling an error.
12846 1998-11-11  Karl Heuer  <kwzh@gnu.org>
12848         * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
12850 1998-11-11  Richard Stallman  <rms@gnu.org>
12852         * vc-hooks.el (vc-toggle-read-only): Doc fix.
12854 1998-11-11  Per Starback  <starback@update.uu.se>
12856         * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
12857         renamed svenska8 to svenska, and fixed and extended CASECHARS
12858         for it.
12860 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
12862         * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
12863         handling if setpagedevice is not available.
12864         (ps-begin-file): Fix typo.
12866 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
12868         * international/mule-util.el (compose-chars-component): Signal
12869         error if CH is a rule-based composition character.
12870         (compose-chars): Signal error if an already compsed character is
12871         going to be composed by rule-base.
12873         * term/x-win.el: If a resolved ASCII font name doesn't conform to
12874         full XLFD, don't try to get information of WEIGHT and SLANT from
12875         that font name.
12877 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
12879         * dos-w32.el (set-default-process-coding-system): Use function on
12880         before-init-hook to set default-process-coding-system based on
12881         enable-multibyte-characters.
12883         * term/w32-win.el ([language-change]): For now ignore
12884         keyboard language-change events.
12886 1998-11-10  Eli Zaretskii  <eliz@delysid.gnu.org>
12888         * ediff-util.el (ediff-make-temp-file): Run the prefix through
12889         convert-standard-file-name, but leave the results of
12890         make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
12891         characters if the original name already exists, or has a special
12892         handler.
12894 1998-11-10  Karl Heuer  <kwzh@gnu.org>
12896         * international/iso-insert.el: Delete autoload cookies.
12898         * international/iso-transl.el: Add autoload cookies.
12900 1998-11-10  Richard Stallman  <rms@gnu.org>
12902         * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
12903         (ispell-process-line): Don't treat multibyte
12905 1998-11-09  Andrew Innes  <andrewi@harlequin.co.uk>
12907         * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
12908         setpagedevice to specify the page size if setpagedevice is
12909         available.  This is necessary to select the correct paper tray on
12910         Level 2 printers with multiple paper sizes available.
12912         (ps-begin-file): Cope with font names that contain spaces, and
12913         call BeginDoc in a BeginSetup/EndSetup block.
12915 1998-11-08  Eli Zaretskii  <eliz@mescaline.gnu.org>
12917         * loadup.el (buffer-undo-list): Run fns-VERSION.el through
12918         convert-standard-filename.
12920         * loadhist.el (symbol-file): Run fns-VERSION.el through
12921         convert-standard-filename.
12923 1998-11-06  Richard Stallman  <rms@gnu.org>
12925         * textmodes/texinfmt.el (texinfo-format-scan):
12926         Detect the case of two @-commands in a row; process just the first.
12927         (texinfo-append-refill): If line has a @c, insert the @refill
12928         before it.
12929         (texinfo-format-refill): Return with point where the @refill was.
12931         * files.el (hack-local-variables): Test local-enable-local-variables.
12932         (hack-local-variables-prop-line): Likewise.
12933         (set-auto-mode): Don't test local-enable-local-variables here.
12934         (enable-local-variables): Doc fix.
12935         (local-enable-local-variables): Doc fix.
12936         (normal-mode): Doc fix.
12938 1998-11-06  Karl Heuer  <kwzh@gnu.org>
12940         * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
12942 1998-11-06  Richard Sharman  <Richard_Sharman@Mitel.COM>
12944         * simple.el (line-number-mode): Doc fix.
12946 1998-11-06  Kenichi Handa  <handa@etl.go.jp>
12948         * international/fontset.el (create-fontset-from-fontset-spec):
12949         Give correct arg to `error'.
12951 1998-11-06  Andreas Schwab  <schwab@delysid.gnu.org>
12953         * textmodes/sgml-mode.el (html-mode): Doc fix.
12954         (sgml-name-8bit-mode): Fix missing format character in message string.
12956 1998-11-05  Karl Heuer  <kwzh@gnu.org>
12958         * mail/sendmail.el (sendmail-send-it): Check for failure.
12960 1998-11-05  Richard Stallman  <rms@gnu.org>
12962         * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
12964         * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
12965         (close-rectangle): Define as alias.
12967 1998-11-05  Richard M. Heiberger  <rmh@fisher.stat.temple.edu>
12969         * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
12971 1998-11-05  Dave Love  <fx@gnu.org>
12973         * help.el (describe-variable): Don't quote link to source.
12975 1998-11-04  Richard Stallman  <rms@sucrose.ai.mit.edu>
12977         * gud.el (gud-common-init): Use pop-to-buffer.
12978         (same-window-regexps): Add an element that matches all gud buffers.
12980 1998-11-04  Jason Rumney  <jasonr@altavista.net>
12982         * term/w32-win.el (x-get-selection-value): Alias to
12983         x-cut-buffer-or-selection-value.
12984         (w32-standard-fontset-spec): New variable.
12985         (w32-create-initial-fontsets, mouse-set-font): Check whether
12986         new-fontset is available.
12987         (w32-use-w32-font-dialog): Enable use of set-variable.
12989 1998-11-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12991         * vc.el (with-vc-file, edit-vc-file): New macros.
12993 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
12995         * international/quail.el (quail-show-guidance-buf): Call
12996         set-minibuffer-window to set minibuffer window of the current
12997         frame correctly.
12999 1998-11-03  Theodore Jump <tjump@tertius.com>
13001         * term/w32-win.el: Require fontset.
13003 1998-11-03  Andrew Innes  <andrewi@delysid.gnu.org>
13005         * faces.el (set-face-font): Call resolve-fontset-name on w32.
13006         (set-face-font-auto): Ditto.
13008 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
13010         * mouse.el (mouse-drag-region): Fix typo.
13012 1998-11-02  Dave Love  <fx@gnu.org>
13014         * progmodes/fortran.el Fix for fontification of strings lost somehow:
13015         (fortran-fontify-string): New function.
13016         (fortran-font-lock-keywords-1): Use it.
13018 1998-11-02  Markus Rost  <rost@delysid.gnu.org>
13020         * comint.el (comint-file-name-quote-list): Doc fix.
13022 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
13024         * loadup.el (buffer-undo-list): Write fns-VERSION.el into
13025         build directory, not source directory.
13027         * mouse.el (mouse-drag-region): Fake up a mouse-motion event
13028         if we did not get one for the final move.
13030 1998-11-01  Dave Love  <fx@gnu.org>
13032         * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
13033         Don't funcall browse-url-browser-function.
13035         * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
13036         Don't funcall browse-url-browser-function.
13038         * fortran.el (fortran-end-prog-re1): Fix the regexp.
13040 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
13042         * files.el (revert-buffer): Doc fix.
13044 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
13046         * textmodes/tex-mode.el (tex-start-options-string):
13047         Quote the backslashes with more backslashes.
13049 1998-10-31  Dave Love  <fx@gnu.org>
13051         * webjump.el (webjump-sample-sites): Fix Lisp archive site.
13052         (webjump): Don't funcall browse-url-browser-function.
13054 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
13056         * international/quail.el (quail-start-translation): Handle
13057         switching of the frame in read-key-sequence.
13058         (quail-start-conversion): Likewise.
13059         (quail-show-guidance-buf): Detach quail-guidance-buf from any
13060         windows before setting an appropriate window for it.
13061         (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
13062         quail-guidance-win to nil.
13063         (quail-update-guidance): If quail-guidance-buf is not in the
13064         selected frame, call quail-show-guidance-buf again.
13066 1998-10-30  Espen Skoglund  <espensk@stud.cs.uit.no>
13068         * progmodes/pascal.el (pascal-mode):
13069         `blink-matching-paren-dont-ignore-comments' set to t.
13071 1998-10-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13073         * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
13075 1998-10-30  Dave Love  <fx@gnu.org>
13077         * vc.el (vc-backend-merge-news): Check for "P" output.
13079         * help.el (describe-variable): Hyperlink the definition.
13081 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
13083         * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
13084         (sh-set-shell): Likewise.
13086         * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
13088         * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
13089         (edebug-on-error): Fix customize type to match that of
13090         debug-on-error.
13092         * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
13094         * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
13095         report-emacs-bug-address instead of undefined bug-gnu-emacs.
13097         * international/mule-cmds.el (select-message-coding-system): Doc
13098         fix.
13100         * international/mule-diag.el (describe-coding-system): Describe
13101         all flags.
13103         * mail/sendmail.el (sendmail-coding-system,
13104         default-sendmail-coding-system): Doc fix.
13106         * simple.el (shell-command-on-region): Doc fix.
13108         * loadup.el: Write fns-*.el in current directory instead of
13109         data-directory since no installation directory exists yet.  Mark
13110         buffer unmodified afterwards.
13112         * loadhist.el (symbol-file): Load fns-*.el from exec-directory
13113         instead of data-directory since it is architecture dependent.
13114         (load-history-loaded): Update doc string.
13116 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
13118         * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
13119         path as a default directory when canonicalizing names.
13121         * w32-fns.el: Remove a dangling reference to a directory on the
13122         build machine.
13124 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
13126         * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
13127         namespace related keywords such as `class', `body', `private',
13128         `variable', `namespace eval', etc.
13129         (tcl-imenu-generic-expression): Handle itcl body and class definitions.
13130         (tcl-mode): Added ":" as a word constituent to the syntax-alist of
13131         imenu and font-lock so that searches for \sw would find words
13132         containing colons.
13134         * progmodes/etags.el (initialize-new-tags-table):
13135         Do not alter find-tag-marker-ring and tags-location-ring.
13137 1998-10-27  Geoff Voelker  <voelker@cs.washington.edu>
13139         * term/w32-win.el: Require fontset.
13140         (w32-init-fontsets): New function (code from x-win.el).
13142 1998-10-26  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13144         * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
13145         calendar-and-diary-frame-parameters):  Add title parameter.
13147 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
13149         * completion.el (dynamic-completion-mode): New function to enable
13150         the mode.  (Just loading the file now does not change anything.)
13152 1998-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13154         * ps-print.el: User option for multibyte buffer handling and doc fix.
13155         (ps-multibyte-buffer): New user option.
13156         (ps-setup): Print new user option.
13157         (ps-print-quote): New fun.
13158         (ps-color-p, ps-mule-font-info-database-latin): New var.
13159         (ps-default-color, ps-mule-font-info-database)
13160         (ps-mule-font-info-database-ps-bdf): Adjust initialization.
13161         (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
13162         (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
13163         Little code improvement.
13164         (ps-mule-initialize): Initialize ps-mule-font-info-database.
13165         (ps-print-prologue-header, ps-font-family, ps-font-size)
13166         (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
13167         (ps-build-face-reference, ps-mule-font-info-database-bdf)
13168         (ps-mule-external-libraries, ps-mule-init-external-library)
13169         (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
13170         Doc fix.
13171         (ps-print-version): New version number (4.1.1) and doc fix.
13172         (ps-print-prologue-header): New user option.
13173         (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
13174         Conditional compilation for GNU Emacs and emacsens.
13175         (ps-generate-postscript-with-faces): Skip invisible text better.
13176         (ps-setup): Print new user option.
13177         (ps-print-preprint): Check if input file name exists and is unwritable.
13178         (ps-begin-file): Adjust PostScript prologue header for duplex printers
13179         and insert user PostScript prologue header comments.
13180         (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
13181         New funs.
13182         (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
13183         (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
13184         PostScript programming normalization.
13185         (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
13186         (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
13187         (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
13188         (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
13189         (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
13190         Programming style normalization.
13192 1998-10-26  Kenichi Handa <handa@etl.go.jp>
13194         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13195         version, check the value of mule-version.
13197         * international/mule-util.el (compose-region): Insert then delete
13198         to preserve markers.
13199         (decompose-region): Use search-forward for efficiency.
13201         * language/chinese.el (pre-write-encode-hz): Cancel previous
13202         change, use generate-new-buffer instead of get-buffer-create.
13203         * language/devan-util.el
13204         (in-is13194-devanagari-pre-write-conversion): Likewise.
13205         * language/thai-util.el (thai-pre-write-conversion): Likewise.
13206         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
13207         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
13209 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
13211         * mail/rmailsum.el (rmail-message-subject-p):
13212         Handle message whose header has not been reformatted.
13214         * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
13216 1998-10-25  Jason Rumney  <jasonr@altavista.net>
13218         * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
13219         New variables.
13220         (mouse-set-font): Use font menus instead of dialog according to
13221         w32-use-w32-font-dialog.
13223 1998-10-21  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13225         * calendar/calendar.el (calendar-day-name-array): Add doc string
13226         correctly!
13227         (calendar-month-name-array): Add doc string correctly!
13229 1998-10-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
13231         * net-utils.el (whois-get-tld): Rewrite not to use `do'.
13233 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
13235         * lisp/info.el (Info-next-menu-item): Stay on top of node.
13237         * mail/rmailout.el (rmail-output): Insert newline only if necessary.
13239         * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
13241         * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
13243 1998-10-21  Andreas Schwab  <schwab@delysid.gnu.org>
13245         * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
13247 1998-10-21  Karl Heuer  <kwzh@gnu.org>
13249         * emacs-lisp/profile.el (profile-timer-program): Var deleted.
13250         (profile-timer-process, profile-temp-result-, profile-time): Likewise.
13251         (profile-filter, profile-reset-timer): Functions deleted.
13252         (profile-check-zero-init-times, profile-get-time): Likewise.
13253         (profile-find-function, profile-quit): Likewise.
13254         (profile-distinct, profile-call-stack, profile-last-time): New vars.
13255         (profile-time-list, profile-init-list): Doc fix.
13256         (profile-functions): Simplify.
13257         (profile-print): Use float.  Make output include space separators.
13258         (profile-add-time): New helper function.
13259         (profile-function-prolog): Renamed from profile-start-function.
13260         Handle profile-distinct.
13261         (profile-function-epilog): Renamed from profile-update-function.
13262         Handle profile-distinct.
13263         (profile-a-function): If the function to be profiled is an
13264         autoload form, load it.  If it's lazy-loaded, fetch it.
13265         (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
13266         (profile-restore-fun): Arg FUN is now a function symbol, as was
13267         documented, rather than a one-element list.
13268         (profile-finish): Call profile-restore-fun properly.
13270 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
13272         * international/characters.el: Setup charset property
13273         nospace-between-words.
13275         * international/mule-cmds.el (get-charset-property): If CHARSET is
13276         composition, return nil.
13277         (put-charset-property): If CHARSET is composition, do nothing.
13279         * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
13280         * language/devan-util.el
13281         (in-is13194-devanagari-pre-write-conversion): Likewise.
13282         * language/thai-util.el (thai-pre-write-conversion): Likewise.
13283         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
13284         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
13286         * textmodes/fill.el (sentence-end-without-period): New variable.
13287         (canonically-space-region): Pay attention to
13288         sentence-end-without-period.
13289         (fill-find-break-point): The first argument CHARSET deleted.
13290         Caller changed.
13291         (fill-region-as-paragraph): Pay attention to charset property
13292         nospace-between-words and text property nospace-between-words.
13294 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
13296         * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
13297         an unrecognized shell.
13299 1998-10-20  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
13301         * desktop.el (desktop-save): Include minor modes symbolically.
13302         (desktop-create-buffer): Turn on all minor modes in `mim'.
13304 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
13306         * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
13307         (sh-font-lock-keywords): Handle rpm and rpm2.
13308         (sh-ancestor-alist): Handle rpm.
13310         * files.el (auto-mode-alist): Recognize .rpm files.
13311         Also .spec and .mspec files.
13313 1998-10-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
13315         * faces.el (frame-set-background-mode): Enable the function for
13316         MSDOS frames.
13318 1998-10-20  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13320         * calendar/calendar.el (calendar-day-name-array): Add doc string.
13321         (calendar-month-name-array): Add doc string.
13323 1998-10-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
13325         * simple.el (kill-ring-max): Increased to 60.
13327 1998-10-17  Kenichi Handa  <handa@etl.go.jp>
13329         * international/characters.el: Setup auto-fill-chars.
13331         * international/kinsoku.el (kinsoku): Check the variable
13332         enable-kinsoku.
13334         * simple.el (do-auto-fill): Don't check kinsoku-enable here.
13335         Don't call kinsoku directly, intead call fill-find-break-point.
13337         * textmodes/fill.el: Setup `fill-find-break-point-function'
13338         property to character sets which require `kinsoku' processing for
13339         filling.
13340         (fill-find-break-point): New function.
13341         (fill-region-as-paragraph): Don't check kinsoku-enable here.
13342         Don't call kinsoku directly, intead call fill-find-break-point.
13344 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
13346         * faces.el (modify-face-read-string): Return (nil) for "none".
13347         (modify-face): Don't get error if (nil) is the argument.
13348         (face-try-color-list): Don't check whether nil is a valid color.
13350 1998-10-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
13352         * emacs-lisp/bytecomp.el (byte-recompile-directory):
13353         Print message about each directory, even in batch mode.
13355         * gnus/nntp.el: Require `cl' before using nnoo-declare.
13357         * ps-print.el (ps-mule-chars-in-string): No need to use sref.
13358         (ps-mule-string-char): No need to use sref.
13359         (ps-mule-next-index): No need to use sref.
13361         * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
13363         * files.el (revert-buffer-internal-hook): Add defvar.
13365         * arc-mode.el (archive-mode): Locally set file-precious-flag.
13367         * tar-mode.el (tar-mode): Locally set file-precious-flag.
13369 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
13371         * international/mule-cmds.el (default-input-method): Fix custom type.
13373         * net-utils.el (whois-server-list): Fix customization type.
13375         * shell.el (shell-input-autoexpand): Fix customization group.
13377 1998-10-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
13379         * repeat.el (repeat): Handle keyboard macros properly.
13380         Handle new prefix arg after self-insert command.
13382         * repeat.el: Don't include cl even at compile time.
13383         (repeat): Avoid using `loop'.
13385         * simple.el (shell-command-on-region): Doc fix.
13386         (next-history-element): Special error message if no default.
13388 1998-10-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
13390         * ps-print.el (ps-print-buffer): Doc fix.
13391         (ps-despool): Likewise.
13393         * arc-mode.el (arc-mode): Provide arc-mode.
13395 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
13397         * ps-print.el (ps-print-buffer): Doc fix.
13399 1998-10-14  Dave Love  <fx@gnu.org>
13401         * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
13402         (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
13403         (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
13405         * progmodes/fortran.el (fortran-mode-map): Change "Join
13406         Continuation Line" to "Join Line".
13407         (fortran-font-lock-keywords-1): Add "cycle", "exit".
13409 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
13411         * progmodes/fortran.el (fortran-join-line): Use
13412         `delete-indentation' instead of issuing an error message if not on
13413         a continuation line.  Provide for joining several lines using
13414         prefix arg.
13416 1998-10-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
13418         * term/pc-win.el (msdos-color-values): New variable.
13419         (x-color-values): New function, emulates its namesake from
13420         src/xfns.c.
13421         (msdos-bg-mode): Add all dark colors to those which return
13422         "dark".
13424 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
13426         * replace.el (keep-lines, flush-lines, how-many):
13427         Don't ignore case if arg has upper case letters.
13429 1998-10-11  Reto Zimmermann  <zimmi@iis.ee.ethz.ch>
13431         * progmodes/vhdl-mode.el
13432         (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
13433         (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
13434         (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
13435         (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
13436         (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
13437         (vhdl-when): Fix indentation problem.
13438         (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
13439         (vhdl-get-port, vhdl-get-generic): Bug fix in template.
13440         (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
13442 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
13444         * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
13445         (ls-lisp-insert-directory): Renamed from insert-directory.
13446         (insert-directory): New function.
13448 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
13450         * simple.el (completion-fixup-function): Variable deleted.
13451         (completion-setup-function): Delete code for completion-fixup-function.
13452         * emacs-lisp/lisp.el (lisp-complete-symbol):
13453         Don't bind completion-fixup-function.
13455         * files.el (find-file-wildcards): New option.
13456         (find-file-noselect): Handle wild cards, if enabled.
13457         (file-expand-wildcards): New function.
13459         * simple.el (set-fill-column): Doc fix.
13461 1998-10-13  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13463         * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
13465 1998-10-13  Andreas Schwab  <schwab@mescaline.gnu.org>
13467         * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
13468         Move declaration before first use.
13469         (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
13470         hif-math, hif-factor): Rename token to hif-token and token-list to
13471         hif-token-list.
13472         (hif-token, hif-token-list): Declare them.
13473         (hif-find-ifdef-block): Return cons of top and bottom point
13474         instead of setting dynamically bound variables.
13475         (hide-ifdef-block, show-ifdef-block): Use return value of
13476         hif-find-ifdef-block.
13478 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
13480         * subr.el (read-passwd): Use clear-this-command-keys.
13482         * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
13484         * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
13485         and ...-for-write.
13487 1998-10-12  Andrew Innes  <andrewi@harlequin.co.uk>
13489         * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
13490         responses to GROUP command, since this may be called from a timer
13491         with quit inhibited.
13493 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
13495         * international/ccl.el (ccl-compile-if): If there's no false-cmds,
13496         set unconditional-jump to nil.
13497         (ccl-compile-read-multibyte-character): Return nil.
13498         (ccl-compile-write-multibyte-character): Likewise.
13499         (ccl-compile-translate-character): Likewise
13500         (ccl-compile-map-multiple): Likewise.
13501         (ccl-compile-map-single): Likewise.
13503         * international/kinsoku.el: Add coding tag.
13504         (kinsoku-bol): Remove superfluous TAB in a string.
13506         * international/mule-cmds.el (find-coding-systems-for-charsets):
13507         Delete `composition' (if any) from CHARSETS.
13509 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
13511         * international/mule-cmds.el (setup-specified-language-environment):
13512         Add apropos-inhibit property.
13513         (describe-specified-language-support): Likewise.
13515 1998-10-11  Kenichi HANDA  <handa@etl.go.jp>
13517         * international/mule.el (make-coding-system): Create -with-esc
13518         variant coding system.
13520 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
13522         * progmodes/etags.el (tags-loop-revert-buffers): New variable.
13523         (next-file): Optionally offer to revert a file's buffer,
13524         if it has an existing buffer but the file has changed.
13526         * info.el (Info-insert-dir): Detect and report problems
13527         in input files, such as "No Top node".  Return with point
13528         at the beginning of the text.
13529         (Info-find-node): Reinsert the code to handle files
13530         with no tags table; it was deleted by mistake.
13532 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
13534         * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
13535         texinfo-find-higher-level-node repeatedly find the same node.
13536         (texinfo-find-higher-level-node): Doc fix.
13538 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
13540         * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
13541         (smtpmail-address-buffer): Add defvar.
13542         (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
13544         * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
13546         * ffap.el (ffap-machine-p-local): Fix editing error.
13548 1998-10-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
13550         * faces.el (frame-set-background-mode):
13551         Don't do anythung for text-only or MSDOS frame.
13553 1998-10-08  Kenichi Handa  <handa@etl.go.jp>
13555         * international/quail.el (quail-defrule): New optional arg APPEND.
13556         (quail-defrule-internal): Fix bug of handling the argument APPEND.
13558 1998-10-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
13560         * gnus/pop3.el (pop3-open-server):
13561         Set process-coding-system-alist around open-network-stream.
13563 1998-10-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
13565         * files.el (save-buffer): Doc fix.
13567 1998-10-07  Karl Heuer  <kwzh@gnu.org>
13569         * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
13570         return DEF unchanged, not nil.  Simplify.
13572 1998-10-06  Geoff Voelker  <voelker@cs.washington.edu>
13574         * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
13576 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
13578         * generic.el (generic-mode-with-type): Added hooks for generic-modes.
13580         * net-utils.el (ftp, nslookup): Require comint.
13581         (network-service-connection): Likewise.
13582         (whois-server-name): Defaults to whois.arin.net
13583         (whois-server-list, whois-server-tld, whois-guess-server): New var.
13584         (whois): Tries to guess the appropriate top-level domain server.
13585         (whois-get-tld): New function.
13587         * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
13588         (dirtrack-debug-toggle): Added this function.
13590 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13592         * files.el (find-file-noselect): Switch to the correct buffer
13593         before checking find-file-literally, and allow non-nil non-t
13594         rawfile params.
13596 1998-10-06  Karl Heuer  <kwzh@gnu.org>
13598         * midnight.el (clean-buffer-list): Add autoload cookie.
13600         * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
13601         no-autosave.
13602         * tar-mode.el (tar-mode-revert): Likewise.
13603         * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
13604         from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
13605         * gnus/message.el (message-auto-save-directory): Renamed from
13606         message-autosave-directory.  All references changed.
13608 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
13610         * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
13611         string.  Expose mime stuff while searching.
13613 1998-10-06  Richard Stallman  <rms@gnu.org>
13615         * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
13617         * replace.el (perform-replace): Position point properly
13618         before and after the recursive edit of C-r.
13620         * progmodes/etags.el (tags-reset-tags-tables): Properly
13621         find the markers in the old rings that are being discarded.
13623 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13625         * apropos.el (apropos-print): Control invalid characters.
13627         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13628         Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
13629         confusing customize.
13631 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
13633         * generic-x.el (bat-generic-mode): Fix regexps for keywords and
13634         built-in commands.  Add more built-in commands and fix face names.
13636 1998-10-05  Simon Marshall  <simon@gnu.org>
13638         * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
13640 1998-10-04  Eric Ludlam  <zappo@gnu.org>
13642         * speedbar.el (speedbar-initial-expansion-list-name): Remove
13643         customization since it is not useful in this case.
13644         (speedbar-frame-mode): Check if cfx or cfy is a list, and make
13645         sure it gets evalled to a number.  Also verify that set-frame-name
13646         fn exists before calling it.
13648         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13649         Protect a `forward-sexp' call which could fail, and improved regex
13650         for ie, and eg abbreviations.
13652 1998-10-02  Noah Friedman  <friedman@splode.com>
13654         * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
13655         send-string.
13656         (rlogin-send-Ctrl-D): Here also.
13657         (rlogin-send-Ctrl-Z): Here also.
13658         (rlogin-send-Ctrl-backslash): Here also.
13660 1998-10-02  Dave Love  <fx@gnu.org>
13662         * outline.el (hide-region-body): Bind
13663         outline-view-change-hook to nil while making repeated calls to
13664         outline-flag-region.  Run it once at the end.
13665         (hide-other, hide-sublevels, show-children): Likewise.
13667         * info-look.el: Remove duplicate scheme-mode entry.
13668         (info-lookup-make-completions): When looking for entries, check
13669         that `item' isn't null or "Menu".
13671 1998-10-01  Karl Heuer  <kwzh@gnu.org>
13673         * net-utils.el: Don't require ffap.
13674         (net-utils-machine-at-point, net-utils-url-at-point): New functions.
13675         (ping, nslookup-host, finger, network-connection-to-service): Use them.
13677 1998-09-30  Richard Stallman  <rms@gnu.org>
13679         * ispell.el (check-ispell-version): No need to bind default-major-mode.
13681         * imenu.el (imenu--generic-function): Sort each submenu by position.
13682         (imenu--sort-by-position): New function.
13684         * cus-edit.el (Custom-mode-menu): Fix info node name.
13685         (customize group): Fix info node name.
13687         * mail/mailalias.el (build-mail-aliases): Don't allow
13688         a newline in the alias name.  Don't define an alias
13689         if the definition would be empty.
13691         * which-func.el (which-func-mode-global): Make :set function
13692         more reliable.
13694         * custom.el (custom-set-variables): Load the requests first,
13695         then check the symbol's `set' function.
13697         * ffap.el: Doc fixes.
13699 1998-09-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13701         * gnus.el: (gnus-valid-select-methods): Fix type.
13702         * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
13703         * gnus-score.el (gnus-orphan-score): Fix type.
13704         (gnus-score-default-header, gnus-score-default-type): Fix type.
13705         * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
13706         (gnus-saved-headers): Fix type.
13708         * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
13709         Avoid nil value of `two-lines-citation-part'.
13711 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
13713         * which-func.el (which-function): Handle case when
13714         (car imenu--index-alist) is nil.
13716 1998-09-29  Dave Love  <fx@gnu.org>
13718         * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
13719         bzip2 args.
13721 1998-09-29  Simon Marshall  <simon@gnu.org>
13723         * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
13724         comint-exec-hook.
13726 1998-09-29  Stephen Eglen  <stephen@gnu.org>
13728         * info-look.el: Add support for Octave.
13730 1998-09-28  Carsten Dominik  <cd@delysid.gnu.org>
13732         * textmodes/reftex.el (reftex-finding-files): New customize group.
13733         (reftex-texpath-environment-variables,
13734         reftex-use-external-file-finders, reftex-external-file-finders,
13735         reftex-search-unrecursed-path-first): New options.
13736         (reftex-process-string, reftex-find-file-externally): New
13737         functions.
13738         (reftex-access-search-path): Execute shell commands to find the
13739         search path.
13740         (reftex-toggle-auto-view-crossref): When turning on, make sure
13741         `reftex-auto-view-crossref' becomes non-nil.
13742         (reftex-abbrev-regexp): Constant removed.
13743         (reftex-convert-string): Abbrev regexp calculated locally.
13745 1998-09-28  Dave Love  <fx@gnu.org>
13747         * progmodes/fortran.el: Don't call regexp-opt when deriving
13748         font-lock patterns with keywords that aren't all literal.
13750 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
13752         * octave-inf.el (inferior-octave-prompt):  Also match prompts of
13753         the form `octave.bin:1>' which come from using precopiled binary
13754         versions.
13756 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
13758         * help.el (help-for-help): Use %THIS-KEY%.
13759         (help-quit): Add doc.
13761         * help-macro.el (make-help-screen): Keep HELP-TEXT
13762         in a separate function definition, not in the help command FNAME.
13763         Replace %THIS-KEY% with the key sequence that ran FNAME.
13765 1998-09-25  Richard Stallman  <rms@gnu.org>
13767         * textmodes/texinfo.el (texinfo-show-structure):
13768         Bind inhibit-read-only.
13770         * isearch.el (isearch-search-and-update): Properly
13771         handle upper case letters in the reverse-search special case.
13773 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13775         * gnus.el: Extend the list of autoloaded functions.
13777         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13778         buffer before creating help group. (from Gnus v5.6.43, fix by
13779         1998-08-20 Per Starback <starback@update.uu.se>)
13781         * gnus-util.el (gnus-output-to-rmail): Adjust to
13782         `rmail-output-to-rmail-file'.
13784 1998-09-25  Karl Heuer  <kwzh@gnu.org>
13786         * hexl.el (hexl-mode-map): More of previous change.
13788         * textmodes/tex-mode.el (tex-run-command): Doc fix.
13789         (tex-start-tex): Don't use tex-start-options-string in star case.
13790         Quote file name in star case as well as in non-star.
13791         Add blank and quoting of option string here.
13792         (tex-start-options-string): Not here.
13794 1998-09-23  Karl Heuer  <kwzh@gnu.org>
13796         * term.el (term-delimiter-argument-list): Doc fix.
13797         (term-emulate-terminal): Escape literal semicolon.
13798         * progmodes/asm-mode.el (asm-mode): Doc fix.
13799         (asm-comment-char): Escape literal semicolon.
13800         * emulation/viper-cmd.el (viper-movement-commands): Likewise.
13802 1998-09-23  Richard Stallman  <rms@gnu.org>
13804         * hexl.el (hexl-mode-map): Don't override all ESC bindings,
13805         only those that normally modify the buffer.
13807         * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
13808         over again.
13810 1998-09-23  E. Jay Berkenbilt  <ejb@ql.org>
13812         * ispell.el (check-ispell-version): Ensure same buffer is current
13813         when let-binding of case-fold-search ends.
13815 1998-09-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13817         * ps-print.el: Skip invisible overlay.
13818         Test for set-buffer-multibyte rather than using mule-version.
13819         (ps-print-version): New version number (4.1) and doc fix.
13820         (ps-generate-postscript-with-faces): Skip invisible overlay.
13822 1998-09-23  Fritz Knabe  <knabe@cs.virginia.edu>
13824         * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
13826 1998-09-22  Kenichi Handa  <handa@etl.go.jp>
13828         * international/quail.el (quail-update-guidance): Check for the
13829         return value of (quail-guidance) fixed.
13830         (quail-update-translation): Bind quail-current-str locally when it
13831         calls quail-update-guidance.
13832         (quail-update-translation): If input-method-exit-on-first-char is
13833         non-nil, terminate translation only when the current input method
13834         is simple.
13836 1998-09-22  Paul Eggert  <eggert@twinsun.com>
13838         * startup.el (locale-translation-file-name): Prefer X-related names
13839         to the name used by GNU/Linux sans X.  Set to nil if no file found.
13840         (command-line): Use locale-translation-file-name if it is not nil,
13841         instead of testing for its existence again.
13842         regexp-quote the ctype before using it in a regexp.
13843         Allow a colon to appear after the ctype in the aliases file,
13844         as is done in X11R6.4.
13846 1998-09-21  Richard Stallman  <rms@gnu.org>
13848         * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
13850         * calendar/appt.el (appt-interval): Variable deleted.
13851         (appt-check): For minutes in between appt-display-interval times,
13852         do check, but don't display anything except an updated mode line.
13853         Count against appt-display-interval based on minutes since
13854         first display of this appointment, not based on time of day.
13855         If appt-display-mode-line, force mode line redisplay
13856         whenever appt-mode-string has changed.
13857         (appt-add, appt-delete): Add autoload cookies.
13858         (appt-check): Catch errors from calling `diary'.
13859         (appt-max-time): Renamed from max-time.
13860         (appt-now-displayed, appt-display-count): New variables.
13861         (appt-timer): Don't create one if we already have one.
13863         * textmodes/tex-mode.el (tex-compilation-parse-errors):
13864         More general code to use the source buffer instead of the zap file.
13866         * hilit-chg.el (highlight-compare-with-file): Renamed from
13867         compare-with-file.
13869         * loadhist.el (load-history-loaded): New variable.
13870         (symbol-file): Load etc/fns-VERSION.el if that has not been done.
13872         * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
13874         * emacs-lisp/find-func.el (find-function-search-for-symbol):
13875         Fix error messages.
13877 1998-09-21  Markus Armbruster  <armbru@pond.sub.org>
13879         * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
13880         Emacs frame.
13882 1998-09-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13884         * mail/rmail.el (rmail-decode-babyl-format): Recognize both
13885         `undecided' and `undecided-unix'.
13887 1998-09-21  Dave Love  <fx@gnu.org>
13889         * help.el (help-make-xrefs): Fix typo affecting Info references.
13891         * subr.el (remove-hook): Check list values to avoid errors.
13893 1998-09-18  Noah Friedman  <friedman@splode.com>
13895         * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
13896         store string in eldoc-last-message without consing a new string.
13897         Rearrange logic from nested if's into cond's.
13898         (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
13899         Do not print message; just return string.
13900         (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
13901         Do not print message; just return string.
13902         Cache that string in eldoc-last-data.
13903         (eldoc-last-data): Make into a vector.
13904         (eldoc-get-fnsym-args-string): Use new data form of structure.
13905         (eldoc-get-var-docstring): Here also.
13906         (eldoc-last-data-store): New function.
13907         (eldoc-get-fnsym-args-string): Use it.
13908         (eldoc-get-var-docstring): Here also.
13909         (eldoc-docstring-first-line): Minimize interim string consing.
13910         Call substitute-command-keys on the result.
13911         (eldoc-print-var-docstrings, eldoc-print-docstring,
13912         eldoc-docstring-message): Functions removed.
13913         (eldoc-docstring-format-sym-doc): New function, functionality
13914         ripped out of eldoc-docstring-message.
13915         (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
13917 1998-09-18  Kenichi Handa  <handa@etl.go.jp>
13919         * international/mule.el (make-coding-system): Doc-string modified.
13921 1998-09-18  Andreas Schwab  <schwab@delysid.gnu.org>
13923         * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
13925         * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
13926         customize type.
13928         * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
13929         type.
13931         * progmodes/compile.el (compilation-error-screen-columns): New
13932         variable.
13933         (compilation-next-error-locus): Use it to decide whether to use
13934         forward-char or move-to-column.
13936         * mail/rmail.el (rmail-movemail-program): Fix customize type.
13938         * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
13939         feedmail-fiddle-plex-user-list,
13940         feedmail-spray-address-fiddle-plex-list,
13941         feedmail-prompt-before-queue-user-alist,
13942         feedmail-prompt-before-queue-help-supplement,
13943         feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
13944         feedmail-queue-alternative-mail-header-separator): Fix customize
13945         type.
13947         * startup.el (site-run-file): Fix customize type.
13949         * speedbar.el (speedbar-initial-expansion-list-name): Fix
13950         customize type.
13952         * shell.el (shell-input-autoexpand): Fix customize type.
13954         * ps-print.el (ps-font-info-database): Add missing dots in value.
13955         Improve layout of customize type.
13957         * net-utils.el (traceroute-program-options, ping-program-options,
13958         ipconfig-program-options, netstat-program-options,
13959         arp-program-options, route-program-options,
13960         nslookup-program-options, ftp-program-options): Fix customize
13961         type.
13963         * midnight.el (clean-buffer-list-kill-regexps,
13964         clean-buffer-list-kill-buffer-names,
13965         clean-buffer-list-kill-never-buffer-names,
13966         clean-buffer-list-kill-never-regexps): Fix customize type.
13968         * man.el (Man-init-defvars): Avoid trailing nil on
13969         Man-filter-list.
13971         * lpr.el (printer-name): Fix customize type.
13973 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
13975         * international/mule-cmds.el (reset-language-environment): Call
13976         update-coding-systems-internal.
13978         * international/mule-conf.el: Call update-coding-systems-internal
13979         at the tail.
13981 1998-09-14  Dave Love  <fx@gnu.org>
13983         * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
13984         use the menu-enable properties, pending doing it correctly and
13985         acceptably fast.
13987         * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
13989 1998-09-13  Dave Love  <d.love@dl.ac.uk>
13991         * progmodes/hideshow.el (hs-grok-mode-type): Check
13992         comment-{start,end} non-nil as well as bound.  Report an error if
13993         we can't grok the mode.
13995 1998-09-13  Richard Stallman  <rms@gnu.org>
13997         * simple.el (blink-matching-open): Don't log paren matching
13998         messages in *Messages*.
14000 1998-09-12  Richard Stallman  <rms@gnu.org>
14002         * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
14003         Set point-before-scroll at end even if there was an error.
14005         * ange-ftp.el (ange-ftp-insert-file-contents):
14006         Use binary mode for dumb-unix hosts as for unix hosts.
14007         (ange-ftp-copy-file-internal): Likewise.
14009         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
14011         * emacs-lisp/pp.el: Doc fixes.
14013         * wid-edit.el (widget-menu-max-shortcuts): New variable.
14014         (widget-choose): Don't use single-char shortcuts if # items
14015         exceeds that many.  Use minibuffer instead.
14017 1998-09-12  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14019         * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
14021 1998-09-12  Eric Ludlam  <zappo@mescaline.gnu.org>
14023         * speedbar.el (speedbar-frame-mode): Do not set frame position if
14024         in terminal mode.
14026 1998-09-10  Noah Friedman  <friedman@splode.com>
14028         * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
14029         defcustom declaration.  It's wreaking too much havoc with XEmacs
14030         and older versions of Emacs, which share this code.
14032         * type-break.el (type-break-mode): Here also.
14034         * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
14035         `t' to add-hook also to modify the new local value.
14037 1998-09-10  Dave Love  <fx@gnu.org>
14039         * vc.el (vc-insert-headers): Doc fix.
14041 1998-09-10  Richard Stallman  <rms@gnu.org>
14043         * textmodes/flyspell.el (flyspell-mode-on): Make the
14044         ispell-... variables permanent locals.
14045         (flyspell-mode-off): Add autoload cookie.
14047         * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
14048         do use binary mode, just as for `unix'.
14049         (ange-ftp-host-type): If HOST is nil, return `unix'.
14051         * dired.el (dired-mark-files-containing-regexp):
14052         Don't scan directories.  Ignore non-readable files.
14054         * progmodes/compile.el (compilation-error-regexp-alist):
14055         Fix previous change: allow . and _ in command name.
14057         * dired.el (dired-mark-files-containing-regexp): Fix previous change.
14059         * uncompress.el (uncompress-while-visiting):
14060         Use just the car of what find-operation-coding-system returns.
14062         * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
14064         * shell.el (shell-file-name-quote-list): Add # to the value.
14066 1998-09-10  E. Jay Berkenbilt  <ejb@ql.org>
14068         * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
14069         to make killing of ispell process work even if
14070         kill-all-local-variables has been run.
14072 1998-09-10  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14074         * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
14075         loop when sexp entry ends at end of file with no newline.
14077 1998-09-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
14079         * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
14080         (Custom-reset-standard): Fix menu inconsistency.
14082         * mail/feedmail.el (feedmail-from-line): Allow t.
14083         (feedmail-message-id-suffix): Allow nil.
14085         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
14086         Simplify.  Make prefix arg work right.
14088 1998-09-09  Dave Love  <fx@gnu.org>
14090         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
14092         * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
14094 1998-09-08  Dave Love  <fx@gnu.org>
14096         * add-log.el (change-log-font-lock-keywords): Do parenthesized
14097         stuff only after file names or at start of line.  Allow parens
14098         around e-mail, as well as angles.
14100         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
14101         ignore-errors too, eval'd when compile.  Require w3 stuff at load
14102         time for nicer failure if it's not available.
14104 1998-09-07  Geoff Voelker  <voelker@cs.washington.edu>
14106         * comint.el (comint-arguments): Ignore backslashes when using
14107         w32 shells that expect backslashes as the directory separator.
14109 1998-09-04  Kenichi Handa  <handa@etl.go.jp>
14111         * international/fontset.el (resolved-ascii-font): New variable.
14112         (x-complement-fontset-spec): By side effect, set
14113         `resolved-ascii-font' to the resolved name of ASCII font."
14114         (create-fontset-from-fontset-spec): Don't get a value for
14115         resolved-ascii-font from the list full-fontlist.  It is set by
14116         x-complement-fontset-spec now.
14118         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
14119         version, check the value of mule-version.
14121 1998-09-07  Carsten Dominik  <cd@delysid.gnu.org>
14123         * textmodes/reftex.el (reftex-view-crossref): Split up into
14124         several functions.  No longer moves to find a macro.
14125         (reftex-view-cr-cite, reftex-view-cr-ref,
14126         reftex-end-of-bib-entry): New functions.
14127         (reftex-auto-view-crossref): New value `window' allowed.
14128         (reftex-view-crossref-when-idle): Process new `window' option in
14129         (reftex-translate-to-ascii-function): New default.
14130         (reftex-label-illegal-re): Default changed, removed Latin1.
14131         (reftex-latin1-to-ascii): New function.
14132         (reftex-what-environment): Check for section regexp before use.
14133         (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
14134         absolute path names.
14135         (reftex-TeX-master-file): Changed sequence of file checks.
14136         (reftex-do-citation): bibview cache only with RefTeX mode on.
14138 1998-09-06  Richard Stallman  <rms@gnu.org>
14140         * progmodes/compile.el (compilation-error-regexp-alist):
14141         In first pattern (GNU utilities and other things),
14142         allow a space after the optional program name at the beginning.
14144         * mail/mail-hist.el (mail-hist-current-header-contents):
14145         Fix previous change: use mail-header-end.
14147 1998-09-06  Bill Richter  <richter@math.nwu.edu>
14149         * international/ccl.el: Doc fixes.
14150         * international/encoded-kb.el: Doc fixes.
14151         * international/fontset.el: Doc fixes.
14152         * international/kinsoku.el: Doc fixes.
14153         * international/kkc.el: Doc fixes.
14154         * international/mule-cmds.el: Doc fixes.
14155         * international/mule-conf.el: Doc fixes.
14156         * international/mule-util.el: Doc fixes.
14157         * international/mule.el: Doc fixes.
14159 1998-09-05  Eric Ludlam  <zappo@gnu.org>
14161         * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
14162         (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
14163         (checkdoc-this-string-valid-engine): Permit ? as terminating
14164         punctuation for first line sentence breaking.
14165         (checkdoc-this-string-valid): When converting a comment into a doc
14166         string, make sure " chars are \".
14167         (checkdoc-sentencespace-region-engine): Only do double space check
14168         if based on the variable `sentence-end-double-space'
14169         (checkdoc-this-string-valid-engine): ? ends valid sentence.
14170         (checkdoc-proper-noun-region-engine): Exclude items in URLs
14172 1998-09-04  Richard Stallman  <rms@gnu.org>
14174         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
14175         Recognize define-skeleton as a function definer.
14177         * cus-edit.el (customize-option): Refuse to customize
14178         a variable that has no defcustom.  But if variable is autoloaded,
14179         first try to load the library that defines it.
14181         * international/iso-insert.el: Use `string' before calling `insert'
14182         so that in multibyte buffers we insert multibyte chars.
14184         * dired.el (dired-mark-files-containing-regexp):
14185         Don't use find-file; instead, insert the file in a temp buffer.
14187         * textmodes/tex-mode.el (tex-start-options-string): New option.
14188         (tex-start-tex): Use that variable.
14190         * mail/rmail.el (rmail-primary-inbox-list): Make the initial
14191         value in the `repeat' alternative a list.
14193         * textmodes/fill.el (fill-individual-paragraphs): Before deleting
14194         the inserted newline, verify that one was really inserted.
14196         * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
14197         remains on or remains off.
14198         (flyspell-multi-language-p): Default changed to nil.
14200         * progmodes/ada-mode.el (ada-search-ignore-string-comment):
14201         In "found in comment" case, don't beginning-of-line after forward-line.
14203         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
14204         If the function definition is not a lambda, return original FORM
14205         with no error.
14207 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
14209         * net-utils.el (netstat-program-options): Changed from nil to "-a"
14210         so that by default netstat shows all network connections.
14212 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
14214         * international/quail.el: Doc fixes.
14216         * info.el (info): Don't add parens if FILE already has them.
14218 1998-09-04  Geoff Voelker  <voelker@cs.washington.edu>
14220         * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
14221         on extension lines.
14223 1998-09-03  Geoff Voelker  <voelker@cs.washington.edu>
14225         * w32-fns.el (w32-shell-dos-semantics): New function.
14227 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
14229         * international/quail.el (quail-choose-completion-string): Store
14230         completion `choice' in `quail-current-str'; don't insert it.
14232 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
14234         * bdf.el (bdf-generate-font): New argument CHARSET.  Give WIDTH
14235         argument to ps-mule-generate-bitmap-font.
14237         * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
14238         entry and change Latin-1 entry in the default value.
14239         (ps-mule-font-info-database-ps-bdf): New variable.
14240         (ccl-encode-ethio-unicode): Bug of CCL code fixed.
14241         (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
14242         registerd in FONT-SPEC.
14243         (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
14244         charcter width of bitmap fonts.
14245         (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
14246         procedure NF.
14247         (ps-begin-file): Output PostScript code for setting
14248         SpaceWidthRatio.
14249         (ps-plot-region): Use line-beginning-position to get a position of
14250         the beginning of the current line.
14252         * international/mule-cmds.el (register-input-method): Doc-string
14253         modified.
14255 1998-09-01  Dave Love  <fx@gnu.org>
14257         * international/mule-cmds.el (current-language-environment): Fix
14258         setter function.
14260 1998-09-01  Simon Marshall  <simon@gnu.org>
14262         * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
14263         (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
14264         ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
14265         names with font-lock-type-face.  Fontify type specs, etc., with
14266         font-lock-keyword-face.
14268 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
14270         * international/fontset.el (x-complement-fontset-spec): If ASCII
14271         font is specified in FONTLIST, don't substitute it for the
14272         resolved name.
14274 1998-08-31  Paul Eggert  <eggert@twinsun.com>
14276         * international/mule.el (charset-description): Doc fix.
14278         * language/chinese.el, language/cyrillic.el, language/czech.el,
14279         language/devanagari.el, language/ethiopic.el,
14280         language/european.el, language/hebrew.el, language/indian.el,
14281         language/japanese.el, language/korean.el, language/lao.el,
14282         language/slovak.el, language/thai.el, language/tibetan.el,
14283         language/vietnamese.el:
14284         Add coding: local variable, to avoid bootstrapping problem
14285         if you need to recompile all the Lisp files using interpreted code.
14287 1998-08-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14289         * cal-china.el (chinese-year-cache): Change range of years from
14290         1989-2000 to 1990-2010.
14292 1998-08-29  Dave Love  <d.love@dl.ac.uk>
14294         * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
14295         (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
14297 1998-08-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14299         * ps-print.el (ps-print-control-characters): Doc-string modified.
14300         (ps-output-string-prim): Comment format changed.
14301         (ps-do-despool): Indentation of source code changed.
14303 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
14305         * subr.el (sref): Make it an alias of aref.  Make the
14306         byte-compiler warn that it is obsolete.
14307         (char-bytes): Make the byte-compiler warn that it is obsolete.
14309         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
14310         Calculate the total bytes using position-bytes instead of
14311         char-bytes.
14313 1998-08-27  Karl Heuer  <kwzh@gnu.org>
14315         * snmp-mode.el: New file.
14316         * files.el (auto-mode-alist): Add snmp-mode patterns.
14318 1998-08-27  Karl Eichwalder  <ke@suse.de>
14320         * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
14322 1998-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14324         * calendar/diary-lib.el (diary-block): Doc fix..
14325         * calendar/calendar.el (diary-list-include-blanks): Doc fix..
14327 1998-08-27  Richard Stallman  <rms@gnu.org>
14329         * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
14330         * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
14331         Clear appt-mode-string if we don't put something in it.
14333 1998-08-27  Dave Love  <fx@gnu.org>
14335         * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
14336         dired-local-variables-file for dired-x.
14338         * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
14339         for compressed library files too.
14341 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
14343         * language/european.el ("Latin-1"): Modify `documentation' key value.
14344         ("Latin-2"): Likewise.
14346 1998-08-26  Karl Heuer  <kwzh@gnu.org>
14348         * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
14350 1998-08-26  Albert L. Ting  <alt@artisan.com>
14352         * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
14353         (mail-hist-current-header-contents): Use mail-text-start.
14355 1998-08-26  Richard Stallman  <rms@gnu.org>
14357         * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
14358         (customize-changed-options-previous-release): New variable.
14359         (customize-changed-options): Use that variable as default arg.
14361 1998-08-26  Karl Eichwalder  <ke@suse.de>
14363         * midnight.el: Require `timer' not only when compiling.
14365 1998-08-26  Per Starback  <starback@update.uu.se>
14367         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
14368         buffer before creating help group.
14370 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14372         * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
14373         coding-system-for-write before saving.
14375 1998-08-26  Kevin Rodgers <kevinr@ihs.com>
14377         * isearch.el (isearch-forward): Doc fix.
14379 1998-08-26  Andreas Schwab  <schwab@delysid.gnu.org>
14381         * emacs-lisp/find-func.el: Fix :version tags to have a string
14382         value, not a float.
14384         * cus-dep.el: Fix typo in output.
14386 1998-08-25  Dave Love  <fx@gnu.org>
14388         * repeat.el (repeat): Doc fix.
14389         [From rms:]
14390         (repeat-previous-repeated-command): New variable.
14391         (repeat): Check for real-last-command being null or repeat.  Set
14392         repeat-previous-repeated-command.
14394         * browse-url.el (browse-url-netscape): Fix format for hex escapes.
14396 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
14398         * gnus/message.el (message-send-mail-with-sendmail): Bind
14399         coding-system-for-write by the return value of
14400         select-message-coding-system.
14401         (message-send-mail-with-qmail): Likewise.
14403 1998-08-24  Andreas Schwab  <schwab@delysid.gnu.org>
14405         * emacs-lisp/autoload.el: Fix doc-string-elt property on
14406         define-derived-mode.
14408         * files.el (file-name-invalid-regexp):
14409         Fix regex for ms-dos without long file names.
14411 1998-08-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14413         * ps-print.el: Multi-byte buffer handling.
14414         (ps-print-version): New version number (4.0) and doc fix.
14415         (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
14416         compilation for GNU Emacs and emacsens.
14417         (ps-generate-postscript-with-faces): Force invisible text to be
14418         visible.
14419         (dos-ps-printer): New var to avoid compilation gripes.
14421 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14423         * ps-print.el (ps-mule-plot-string): Pay attention to the case
14424         that no more characters can't be printed in the current line.
14426 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14428         * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
14429         greater than TO.
14431 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14433         * ps-print.el: Add codes to make ps-print.el work also on Emacs
14434         20.2 and the earlier version.
14435         (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
14436         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
14437         (ps-mule-find-wrappoint): Likewise.
14438         (ps-mule-generate-font): Change `X' to `x' in format
14439         control-string.
14440         (ps-generate): Call ps-mule-begin before calling ps-begin-job.
14441         (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
14442         `restore' form procedures `BC' and `EC'.
14444 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14446         * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
14447         is an executable procedure.  Make LineThickness, Xshadow, and
14448         Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
14449         (ps-mule-font-info-database, ps-mule-font-info-database-ps,
14450         ps-mule-font-info-database-bdf): New vars.
14451         (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
14452         (ccl-encode-ethio-unicode): New CCL program.
14453         (ps-mule-encode-ethiopic): New fun.
14454         (ps-mule-current-charset): New var.
14455         (ps-mule-get-font-spec, ps-mule-font-spec-src,
14456         ps-mule-font-spec-name, ps-mule-font-spec-encoding,
14457         ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
14458         (ps-mule-external-libraries): New var.
14459         (ps-mule-init-external-library): New fun.
14460         (ps-mule-font-cache): New var.
14461         (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
14462         (ps-last-font): New var.
14463         (ps-mule-prepare-font): New fun.
14464         (ps-mule-charset-list): New var.
14465         (ps-mule-prologue-generated, ps-mule-prologue): New vars.
14466         (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
14467         ps-mule-plot-string): New funs.
14468         (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
14469         New vars.
14470         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
14471         ps-mule-prepare-cmpchar-font): New funs.
14472         (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
14473         vars.
14474         (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
14475         ps-mule-generate-bitmap-glyph): New funs.
14476         (ps-mule-initialize, ps-mule-begin): New funs.
14477         (ps-output-string-prim): Insert string as unibyte.
14478         (ps-output-prologue): New fun.
14479         (ps-flush-output): Handle the case of 'prologue.
14480         (ps-begin-file): Call ps-mule-initialize.
14481         (ps-begin-job): Set ps-control-or-escape-regexp differently if
14482         printing multibyte characters.
14483         (ps-begin-page): Set ps-mule-current-charset to 'ascii.
14484         (ps-basic-plot-string): Handle the case of printing ASCII
14485         characters by external libraries (e.g. BDF).
14486         (ps-set-font): Set ps-last-font.
14487         (ps-plot-region): Handle multibyte characters, use
14488         ps-mule-plot-string for them.
14489         (ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.
14491         * bdf.el: New file.
14493 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
14495         * international/mule-cmds.el (select-message-coding-system): New
14496         function.
14497         (set-language-environment-coding-systems): Set
14498         default-sendmail-coding-system.
14500         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
14501         (default-sendmail-coding-system): New variable.
14502         (sendmail-send-it): Encode the message by a coding system
14503         select-message-coding-system returns.
14505 1998-08-23  Eric Ludlam  <zappo@gnu.org>
14507         * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
14508         (speedbar-mode): Set buffer to read only.
14509         (speedbar-temp-buffer-show-function): For emacs don't call hook
14510         with arguments.
14511         (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
14513 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
14515         * speedbar.el (speedbar-key-map): Fix typo.
14517 See ChangeLog.7 for earlier changes.