(poll_for_input_1): Declare.
[emacs.git] / lisp / ChangeLog
blobb9bd12c46cf7007f648b48d6f0da8cf583a03120
1 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
3         * textmodes/reftex.el (reftex-find-citation-regexp-format):
4         Support for bibentry.
5         (reftex-compile-variables): Fixed problem with end of section-re.
7         * texmodes/reftex-dcr.el (reftex-view-crossref,
8         reftex-view-crossref-from-bibtex): Deal with changed
9         `reftex-find-citation-regexp-format'.
10         (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
11         Replaced `remprop' with `put'.
12         (reftex-view-crossref, reftex-view-crossref-when-idle): Support
13         for bibentry.
15         * textmodes/reftex-vars.el (reftex-cite-format-builtin): New entry for
16         bibentry package.
18         * textmodes/reftex-parse.el (reftex-locate-bibliography-files): Regexp
19         also matches "\nobibliography".
21         * textmodes/reftex-global.el (reftex-renumber-simple-labels): Call
22         `reftex-ensure-write-access' before doing anything.
23         (reftex-ensure-write-access): New function.
26 2000-06-14  Carsten Dominik  <dominik@strw.leidenuniv.nl>
28         * progmodes/idlwave.el: File re-installed (update to version 4.2)
30         * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
32         * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
34         * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
37 2000-06-20  Dave Love  <fx@gnu.org>
39         * faces.el (frame-background-mode): Use set-default, not set, in
40         setter.
41         (frame-update-faces, frame-update-face-colors): Define with
42         defalias.
44         * enriched.el (enriched-decode-foreground)
45         (enriched-decode-background): Don't use internal-find-face.
47         * apropos.el: Doc fixes.
49         * cus-edit.el (customize-changed-options): Check arg.
50         (customize-version-lessp): Don't require decimal point.
52         * custom.el (defcustom, defgroup): Doc fix.
54         * newcomment.el (comment) <defgroup>: Add :version.
55         (comment-multi-line): Doc fix.
57         * emulation/mlsupport.el (define-hooked-local-abbrev,
58         define-hooked-global-abbrev): Fix, using define-abbrev.
60 2000-06-19  Gerd Moellmann  <gerd@gnu.org>
62         * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
63         the whole buffer.
65 2000-06-19  Dave Love  <fx@gnu.org>
67         * menu-bar.el (menu-bar-options-save): New function.
68         (menu-bar-options-menu): Use it.
69         (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
70         Simplify.
72 2000-06-19  Andreas Schwab  <schwab@suse.de>
74         * progmodes/etags.el (tags-query-replace): Put new parameters
75         START and END at the end, for backward compatibility.
77 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
79         * international/codepage.el:
80         (cp-coding-system-for-codepage-1): Delete special codes for
81         generating xxx-dos coding system because now a CCL based coding
82         system can handle EOL conversion by default.
84         * international/mule.el (make-coding-system): Generate subsidiary
85         coding systems for EOL handling variants even for a CCL based
86         coding system.
88 2000-06-19  Kenichi Handa  <handa@etl.go.jp>
90         * international/isearch-x.el (isearch-minibuffer-input-method)
91         (isearch-minibuffer-input-method-function): These variables
92         deleted.
93         (isearch-with-input-method): Don't use the above variables.
94         (isearch-process-search-multibyte-characters): Likewise.  Call
95         read-string with the arg INHERIT-INPUT-METHOD t.
97 2000-06-17  Stefan Monnier  <monnier@cs.yale.edu>
99         * font-lock.el (font-lock-after-fontify-buffer)
100         (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
102         * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
103         Use consistent make-local-variable style for font-lock-fontified.
104         (jit-lock-fontify-buffer):
105         Don't bother checking for font-lock-mode and jit-lock-mode.
107         * time.el: Remove trailing ^M that prevent CVS-merging.
109 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
111         * Makefile.in (distclean): New target.
112         
113 2000-06-16  Stefan Monnier  <monnier@cs.yale.edu>
115         * Makefile.in (srcdir): Define for update-subdirs.
117 2000-06-16  Gerd Moellmann  <gerd@gnu.org>
119         * find-lisp.el: New file.
121 2000-06-16  Andrew Innes  <andrewi@gnu.org>
123         * time.el (display-time-mail-function): New variable, to allow
124         external packages to indicate when new mail is available.
125         (display-time-update): Use it.
127 2000-06-16  Kenichi Handa  <handa@etl.go.jp>
129         * international/mule.el (mule-version): Change version name to
130         SAKAKI.  AOI has already been used by Meadow.
132         * international/quail.el (quail-show-guidance-buf): To find the
133         bottom window (but minibuffer), pay attention to the height of
134         minibuffer.
136 2000-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
138         * arc-mode.el (archive-mode-map): Use the new menu-item format for
139         menu-bar menus.  Add help strings.  Don't remove the Edit menu
140         from the menu bar, as the menu bar has enough space now.
142         * Makefile.in (SHELL): Make sure /bin/sh is used.
144         * woman.el (woman-man-buffer): Fix bold and underlined CJK
145         characters, which use series of two ^H characters instead of one.
147 2000-06-15  Gerd Moellmann  <gerd@gnu.org>
149         * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table) 
150         (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
151         functions. 
152         (Info-find-node-2): Try a case-sensitive search first, then
153         do a case-insensitive search.
155         * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
156         tutorials.
158         * complete.el (PC-env-vars-alist): New variable.
159         (PC-complete-as-file-name): New function.
160         (partial-completion-mode): Initialize PC-env-vars-alist from
161         process-environment.
162         (PC-do-completion): Handle completion of env vars.
164         * info.el (Info-set-mode-line): Show file name in mode line,
165         use `*Info*' instead of `Info:'.
167         * startup.el (command-line-1): Change copyright messages to year
168         2000.
170 2000-06-15  Dave Love  <fx@gnu.org>
172         * net/goto-addr.el (goto-address-fontify): Use keymap property,
173         not local-map.
175 2000-06-15  Kenichi Handa  <handa@etl.go.jp>
177         * international/mule.el (set-buffer-file-coding-system): Almost
178         rewritten to handle `undecided' as no-op.
180 2000-06-14  Gerd Moellmann  <gerd@gnu.org>
182         * Makefile.in: New file.
184         * Makefile: Removed.
186         * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
187         (goto-address-highlight-keymap): Bind C-c RET.
189 2000-06-14  Kenichi Handa  <handa@etl.go.jp>
191         * mail/sendmail.el (sendmail-send-it): The temporary buffer
192         inherits buffer-file-coding-system of the current buffer.
194         * tar-mode.el (tar-extract): For goto-char, use (point-min), not
195         0.  Give correct argument to set-auto-coding-function.
196         (tar-expunge): For goto-char, use (point-min), not 0.
197         (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
198         (tar-subfile-save-buffer): Likewize.
200         * international/mule.el
201         (after-insert-file-set-buffer-file-coding-system): Call
202         set-buffer-file-coding-system with the arg FORCE t.
204 2000-06-13  Gerd Moellmann  <gerd@gnu.org>
206         * mail/sendmail.el (mail-specify-envelope-from): Initialize to
207         nil.  Contemporary sendmails issue an X-Authentication-Warning if
208         the sender is set with `-f'.
210 2000-06-13  Dave Love  <fx@gnu.org>
212         * help.el (describe-function-1): Kluge around cases of functions
213         fset to subrs whose doc doesn't match their symbol-name.
215         * image.el (insert-image): Default STRING to a space.
217         * info.el Doc fixes.
218         (Info-build-node-completions): Match Ref tags. 
220 2000-06-13  Eli Zaretskii <eliz@is.elta.co.il>
222         * frame.el (display-multi-frame-p, display-multi-font-p): New
223         defaliases for display-graphic-p.
225         * hl-line.el: Fixed a typo in commentary.
227 2000-06-13  Kenichi Handa  <handa@etl.go.jp>
229         * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
230         fixed.
232 2000-06-12  Dave Love  <fx@gnu.org>
234         * image.el (insert-image): Save a little consing.
236 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
238         * language/tibet-util.el: Convert all tibetan-1-column characters
239         to the corresponding tibetan characters.
240         (tibetan-add-components): Delete code for the special treatment of
241         'a chung.
243         * language/tibetan.el (tibetan-composable-pattern): Fix previous
244         change.
245         (tibetan-vowel-transcription-alist): More rules added.
246         (tibetan-composite-vowel-alist): New variable.
247         (tibetan-precomposition-rule-alist): More rules added.
249 2000-06-12  Stefan Monnier  <monnier@cs.yale.edu>
251         * startup.el (command-line): Only call menu-bar-mode if interactive.
253         * thingatpt.el (toplevel symbol-properties):
254         * textmodes/makeinfo.el (makeinfo-compile):
255         * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
256         * progmodes/hideif.el (hif-compress-define-list) 
257         (hide-ifdef-use-define-alist):
258         * net/ange-ftp.el (ange-ftp-vms-delete-file-entry) 
259         (ange-ftp-vms-add-file-entry):
260         * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
261         * man.el (Man-build-man-command):
262         * mail/rnewspost.el (news-reply-header-hook):
263         * info.el (Info-insert-dir):
264         * emulation/mlconvert.el (backward-word, forward-word, setq):
265         * emacs-lisp/gulp.el (gulp-send-requests):
266         * emacs-lisp/byte-opt.el (byte-compile-log-lap-1) 
267         (byte-optimize-inline-handler, byte-optimize-form-code-walker) 
268         (byte-optimize-apply, end of file):
269         * emacs-lisp/advice.el (ad-advice-class-completion-table)
270         (ad-make-freeze-definition):
271         * startup.el (command-line, command-line-1): Don't quote lambdas.
273         * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
274         (cvs-cleanup-removed): New function.
275         (cvs-cleanup-functions): New var.
276         (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
277         some flexibility in specifying additional entries to auto-cleanup.
278         (cvs-quickdir): New function.
279         (cvs-mode-insert): Use cvs-fileinfo-from-entries.
280         (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
281         (cvs-mode-find-file): Check that we are on a filename or dirname
282         when invoked through a mouse-click.
283         (cvs-full-path): Remove.
284         (cvs-dired-action): Re-introduced.
285         (cvs-dired-noselect): Use it.
286         (vc-post-command-functions): use this new hook if available.
288         * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
289         (cvs-status-map): Don't inherit from cvs-mode-map anymore.
290         (cvs-filename-map, cvs-dirname-map): Remove.
291         (cvs-default-action): Remove.
292         (cvs-add-face): Use `keymap' rather than `local-map' property, and only
293         if the arg is really a keymap.
294         (cvs-fileinfo-pp): Don't use any special map for file and dir names.
295         Don't hardcode the mapping from state (aka type) to face, but check
296         the var cvs-fi-<type>-face instead.
297         (cvs-fileinfo-from-entries): New function.
299         * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
300         Docstring fix.
301         (cvs-find-file-and-jump): Change default to be safer.
302         (cvs-mode-diff-map): Define it as a function as well.
303         (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
304         Bind mouse-2 in this global map rather than with text-properties.
306         * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
307         file to resolve the ambiguity between C(conflict) and C(need-merge).
309 2000-06-12  Kenichi Handa  <handa@etl.go.jp>
311         * international/mule.el (set-buffer-file-coding-system): If
312         CODING-SYSTEM is nil, set buffer-file-coding-system to nil
313         unconditionally.
315 2000-06-12  Dave Love  <fx@gnu.org>
317         * wid-edit.el (widget-specify-button): Really suppress the face if
318         required.
320 2000-06-11  Gerd Moellmann  <gerd@gnu.org>
322         * term/x-win.el (x-colors): Add colors from recent rgb.txt.
324 2000-06-11  Stefan Monnier  <monnier@cs.yale.edu>
326         * imenu.el (imenu-generic-expression): Docstring fix.
328         * composite.el (composition-function-table): Move the `put'
329         below the autoload cookie so we can load the file before loaddefs.
331         * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
333         * emacs-lisp/autoload.el (make-autoload): Use `cond'.
334         Handle easy-mmode-define-global-mode.
335         For complex macros like define-minor-mode that can generate
336         several autoload entries, try to autoload entries in the
337         macroexpanded code.
339         * emacs-lisp/easy-mmode.el (define-minor-mode):
340         If KEYMAP is a symbol, just use it.
341         Use byte-compile-current-file and load-file-name to infer the
342         proper :require to pass to defcustom.
343         Wrap the hook var into `progn' so as not to autoload it.
344         Add a :autoload-end cookie.
345         Be more careful about the evaluation of KEYMAP.
346         (easy-mmode-define-global-mode): Add a :autoload-end cookie.
347         (define-derived-mode): Move define-abbrev-table outside of defvar.
349 2000-06-10  Stefan Monnier  <monnier@cs.yale.edu>
351         * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
352         (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
353         (backup-compiled-files): Ignore errors during `tar'.
354         (bootstrap): Make autoloads before elc files.
356 2000-06-10  Kenichi Handa  <handa@etl.go.jp>
358         * international/mule.el (set-buffer-file-coding-system): If one of
359         undecided-XXX is specified, change only EOL conversion. 
361         * international/mule-conf.el (unix): New alias for the coding
362         system undecided-unix.
364 2000-06-09  Dave Love  <fx@gnu.org>
366         * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
368         * progmodes/executable.el: Byte compile dynamic.
369         (executable-insert): Change custom type.
370         (executable-find): Add autoload cookie.
371         (executable-make-buffer-file-executable-if-script-p): New
372         function.  After Noah Friedman.
374         * files.el (after-save-hook): Customize, with
375         executable-make-buffer-file-executable-if-script-p as an option.
377 2000-06-09  Kenichi Handa  <handa@etl.go.jp>
379         * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
380         "tib24p-mule.bdf" for Tibetan.
382         * composite.el (decompose-composite-char): Declare it as obsolete.
384         * man.el (Man-fontify-manpage): Pay attention to underline and
385         overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
387 2000-06-08  Gerd Moellmann  <gerd@gnu.org>
389         * thingatpt.el (forward-thing): Use functionp instead of fboundp.
390         Set maintainer to FSF since author isn't reachable.
392 2000-06-08  Dave Love  <fx@gnu.org>
394         * international/mule-cmds.el (select-safe-coding-system): If
395         DEFAULT-CODING-SYSTEM is not specified, also check the most
396         preferred coding-system if buffer-file-coding-system is
397         `undecided'.  From Handa.
399 2000-06-08  Kenichi Handa  <handa@etl.go.jp>
401         * international/mule.el
402         (after-insert-file-set-buffer-file-coding-system): If the buffer
403         size is greater than INSERTED, judget that we are not visiting.
405 2000-06-07  Rajesh Vaidheeswarran  <rv@gnu.org>
407         * whitespace.el (defgroup whitespace): Comment out `:version'.
408         XEmacs 20.4 has problems defining the group with this present.
409         We'll have this commented out till get resolve the problem.
411 2000-06-07  Gerd Moellmann  <gerd@gnu.org>
413         * align.el: Update from author.
415 2000-06-07  Jari Aalto  <jari.aalto@poboxes.com>
417         * apropos.el (apropos-mode-hook): New user variable.
418         (apropos-mode): Run apropos-mode-hook.
420 2000-06-07  David Ponce  <david@dponce.com>
422         * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
423         commands.  Require `wid-edit' at run-time.
425 2000-06-07  David Ponce  <david@dponce.com>
427         * recentf.el: Added some "Commentary".
428         (recentf-open-more-files, recentf-edit-list): Minor changes to
429         move the point at the top of the file list.  This behaviour is
430         consistent with the menu one when the list contains a lot of
431         files.
432         (recentf-cleanup): Now displays the number of items removed from
433         the list.
434         (recentf-relative-filter) New menu filter to show filenames
435         relative to `default-directory'.
437 2000-06-07  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
439         * ps-print.el: XEmacs compatibility.  Doc fix.  Can select page size
440         with/without giving an error if PostScript printer doesn't have this
441         kind of page size.  Zebra Stripe continues or restarts on next page.
442         Manual/automatic paper feeding.  Switch or not the header.
443         (ps-print-version): New version number (5.2.2).
444         (ps-windows-system): Include emx as a Windows system.
445         (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
446         (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
447         (ps-background-text): Code fix.
448         (ps-error-handler-message, ps-user-defined-prologue)
449         (ps-print-prologue-header, ps-printer-name)
450         (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
451         (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
452         (ps-use-face-background): Customization fix.
453         (ps-n-up-database): Data fix.
454         (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
455         (ps-switch-header): New vars.
456         (ps-xemacs-color-name, ps-face-foreground-name)
457         (ps-face-background-name, ps-boolean-constant): New funs.
459 2000-06-07  Dave Love  <fx@gnu.org>
461         * allout.el: New version from Manheimer.
463 2000-06-07  Kenichi Handa  <handa@etl.go.jp>
465         * textmodes/fill.el (fill-find-break-point): Check the validity of
466         charset.
468 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
470         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
471         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
472         Call display-color-p and display-mouse-p instead of looking at
473         window-system.
475 2000-06-06  Dave Love  <fx@gnu.org>
477         * image.el (find-image): Doc fix.  Return nil if image not found.
478         (put-image, insert-image): Make STRING arg optional.
480 2000-06-06  Kenichi Handa  <handa@etl.go.jp>
482         * language/vietnamese.el: Remove eval-when-compile.
483         (viet-viscii-nonascii-translation-table): Define it as a
484         translation table made from viet-viscii-decode-table.
485         (viet-viscii-encode-table): Define it as a translation table made
486         from the reverse map of above.
487         (viet-vscii-nonascii-translation-table): Define it as a
488         translation table made from viet-vscii-decode-table.
489         (viet-vscii-encode-table): Define it as a translation table made
490         from the reverse map of above.
491         (ccl-decode-viscii): Use translate-character.
492         (ccl-encode-viscii, ccl-encode-viscii-font)
493         (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
494         Likewize.
496         * language/cyrillic.el: Remove eval-when-compile.
497         (cyrillic-koi8-r-nonascii-translation-table): Define it as a
498         translation table made from cyrillic-koi8-r-decode-table.
499         (cyrillic-koi8-r-encode-table): Define it as a translation table
500         made from the reverse map of above.
501         (ccl-decode-koi8): Use translate-character.
502         (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
503         (cyrillic-alternativnyj-nonascii-translation-table): Define it as
504         a translation table made from cyrillic-alternativnyj-decode-table.
505         (cyrillic-alternativnyj-encode-table): Define it as a translation
506         table made from the reverse map of above.
507         (ccl-decode-alternativnyj): Use translate-character.
508         (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
509         Likewize
511         * international/mule-diag.el (non-iso-charset-alist): Specify
512         translation table symbol instead of translation table itself.
513         (list-block-of-chars): CHARSET may be a translation table symbol.
515         * international/mule.el (make-coding-system): If CODING-SYSTEM
516         already exists, override it.
518         * international/fontset.el: Use family `proportional' for Tibetan
519         fonts.
521         * international/ccl.el (ccl-compile-translate-character): Don't
522         check if Rrr has property translation-table.
523         (ccl-compile-map-multiple): Modified to avoid compiler warning.
525 2000-06-05  Gerd Moellmann  <gerd@gnu.org>
527         * info.el: Bind case-fold-search to t when searching in case
528         a user sets it to nil in a hook.
530 2000-06-05  Stefan Monnier  <monnier@cs.yale.edu>
532         * autoarg.el (autoarg-mode, autoarg-kp-mode):
533         * hl-line.el (hl-line-mode): Use the new :global key argument.
535         * tar-mode.el (tar-header-block-recompute-checksum): Remove.
536         (tar-clip-time-string): Prepend a space.
537         (tar-grind-file-mode): Construct a string rather than modifying one.
538         (tar-header-block-summarize): Fix docstring.
539         Use `format' rather than an error-prone set of copy-loops.
541         * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
542         (diff-goto-source, diff-unified->context, diff-context->unified)
543         (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
544         understand the format output by the `-p' argument to diff.
546         * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
547         (sh-re-done): Use defconst.
548         (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
549         (sh-help-string-for-variable, sh-guess-basic-offset):
550         Don't quote lambdas.
551         (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
552         (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
554         * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
555         (mh-letter-mode): Derive from text-mode.
556         This implicitly means that it now calls kill-all-local-variables.
557         Also remove the Emacs-18 compatibility code.
559         * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
560         Make use of symbol-property doc-string-elt.
561         Use memq rather than a sequence of eq.
562         (doc-string-elt): Fix the wrong or missing previously unused values.
563         (autoload-print-form): New function extracted from
564         generate-file-autoloads to allow recursion when handling progn
565         so that defvar's and defun's docstrings are properly printed.
566         (generate-file-autoloads): Use it.
568         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
569         Use find-file-hooks in the minor-mode function.
570         Be careful not to loop indefinitely in the post-command-hook function.
572 2000-06-05  Michael Kifer  <kifer@cs.sunysb.edu>
574         * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
575         tty's.
576         * ediff-diff.el (ediff-exec-process): Use --binary for fine
577         differences whenever appropriate.
578         * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
579         * viper.el (find-file, find-file-other-window): Get viper to do
580         wildcards.
582 2000-06-04  Stefan Monnier  <monnier@cs.yale.edu>
584         * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
585         (jit-lock-fontify-buffer): New function for JIT refontification.
586         (jit-lock-mode): Fix docstring.
587         Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
588         Remove jit-lock-after-change from the _local_ hook.
589         (jit-lock-function-1): Fix docstring.
591         * info.el (Info-on-current-buffer): Initialize info.
593         * newcomment.el (comment-indent): Ignore comment-indent-hook.
595         * progmodes/tcl.el (tcl-indent-for-comment):
596         Ignore comment-indent-hook.
598         * emacs-lisp/easy-mmode.el: Require CL during compilation.
599         (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
600         (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
601         and improve to use the lighter to guess the capitalization.
602         (define-minor-mode): Inline code from easy-mmode-define-toggle.
603         Add keyword arguments to specify global-ness or the custom group.
604         Add local-map and help-echo properties to the lighter.
605         (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
606         (easy-mmode-define-global-mode): New macro.
608 2000-06-02  Dave Love  <fx@gnu.org>
610         * wid-edit.el: byte-compile-dynamic since we typically don't use
611         all the widgets.  Don't require cl or widget.  Remove
612         eval-and-compile.  Don't autoload finder-commentary.  Doc fixes.
613         (widget-read-event): Removed.  Callers changed to use read-event.
614         (widget-button-release-event-p): Renamed from
615         button-release-event-p.
616         (widget-field-add-space, widget-field-use-before-change):
617         Uncustomize.
618         (widget-specify-field): Use keymap property, not local-map.
619         (widget-specify-button): Obey :suppress-face.
620         (widget-specify-insert): Use modern backquote syntax.
621         (widget-image-directory): Renamed from widget-glyph-directory.
622         (widget-image-enable): Renamed from widget-glyph-enable.
623         (widget-image-find): Replaces widget-glyph-find.
624         (widget-button-pressed-face): Move defvar.
625         (widget-image-insert): Replaces widget-glyph-insert.
626         (widget-convert): Use keywordp.
627         (widget-leave-text, widget-children-value-delete): Use mapc.
628         (widget-keymap): Remove XEmacs stuff.
629         (widget-field-keymap, widget-text-keymap): Define all inside defvar.
630         (widget-button-click): Don't set point at the click, but re-centre
631         if we scroll out of window.  Rewritten for images v. glyphs &c.
632         (widget-tabable-at): Use POS arg, not point.
633         (widget-beginning-of-line, widget-end-of-line)
634         (widget-item-value-create, widget-sublist, widget-princ-to-string)
635         (widget-sexp-prompt-value, widget-echo-help): Simplify.
636         (widget-default-create): Use widget-image-insert; some rewriting.
637         (widget-visibility-value-create)
638         (widget-push-button-value-create, widget-toggle-value-create): Use
639         widget-image-insert.
640         (checkbox): Create on and off images dynamically.
641         (documentation-link): Change :help-echo.
642         (widget-documentation-link-echo-help): Remove.
644 2000-06-02  Stefan Monnier  <monnier@cs.yale.edu>
646         * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
648         * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
649         (easy-mmode-define-toggle, define-minor-mode): Use it.
650         (easy-mmode-define-keymap): Docstring fix.
651         (define-derived-mode): Default PARENT to fundamental-mode.
652         Add the derived-mode-parent symbol-property.
653         (easy-mmode-derived-mode-p): New function.
655 2000-06-02  Dave Love  <fx@gnu.org>
657         * files.el (convert-standard-filename): Doc fix.
658         (normal-backup-enable-predicate): New function.
659         (backup-enable-predicate): Use it to replace the lambda form.
661         * calendar/todo-mode.el: [This needs more work on the outline
662         stuff.]  Doc fixes.
663         (todo) <defgroup>: Add :version.
664         (todo-add-category): Don't use pushnew.
665         (todo-cmd-raise): Fix typo.
666         (todo-top-priorities): Change temp buffer name.
667         (todo-category-alist): Avoid redundant lambda.
668         (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
669         Use outline-next-heading.
671         * autoarg.el: Rewritten to use define-minor-mode.
672         (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
673         (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
675 2000-06-02  Kenichi Handa  <handa@etl.go.jp>
677         * isearch.el (isearch-other-meta-char): Fix previous change.
679 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
681         * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
682         (log-edit-done): Only add the comment to the ring if it's different
683         from the last comment entered.
685         * isearch.el (isearch-highlight): Turn internal-find-face into facep.
687 2000-06-01  Dave Love  <fx@gnu.org>
689         * hl-line.el: Rewritten using define-minor-mode.
691         * help.el (describe-function-1): Distinguish special form from
692         builtin function.  Sanity-check presence of arglist for builtins.
694 2000-06-01  Kenichi Handa  <handa@etl.go.jp>
696         * international/characters.el: Fix syntax/category setting of
697         Tibetan characters.
699         * language/tibet-util.el (tibetan-add-components): Fixes for new
700         encoding of Tibetan characters.
701         (tibetan-decompose-precomposition-alist): New variable.
702         (tibetan-decompose-region): Convert precomposed characters to
703         non-precomposed characters.
704         (tibetan-decompose-string): Likewise.
705         (tibetan-composition-function): Fix args to
706         thibetan-compose-string.
708         * language/tibetan.el (tibetan-composable-pattern): More
709         characters included.
710         (tibetan-consonant-transcription-alist): Rule for "R" added.
711         (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
712         "+R" added.
713         (tibetan-base-to-subjoined-alist): Rule for "RA" added.
715         * language/lao-util.el (lao-composition-function): Fix args to
716         compose-string.
718         * language/thai-util.el (thai-composition-function): Fix args to
719         compose-string.
721         * isearch.el (isearch-update): Set disable-point-adjustment to t
722         to prevent the point moving to the end of a composition when a
723         part of a composition is searched.
724         (isearch-other-meta-char): If the key invoking this command can be
725         mapped by function-key-map to a printing char, call
726         isearch-process-search-char directly.
728 2000-06-01  Stefan Monnier  <monnier@cs.yale.edu>
730         * emacs-lisp/bytecomp.el:
731         * frame.el:
732         * international/mule-cmds.el:
733         * international/mule-util.el:
734         * international/mule.el:
735         * mouse.el:
736         * subr.el:
737         * faces.el: Update calls to make-obsolete with a WHEN argument.
739         * byte-run.el (make-obsolete, make-obsolete-variable):
740         Add an optional WHEN argument and change the format of the
741         symbol-property information.
742         * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
743         (byte-compile-obsolete, byte-compile-variable-ref): Understand the
744         new obsolete-symbol-property format and print WHEN if it is provided.
746 2000-05-31  Dave Love  <fx@gnu.org>
748         * loadhist.el (loadhist-hook-functions): Remove
749         before-change-function, after-change-function.
750         (unload-feature): Deal with symbols which are both bound and
751         fbound.
753         * mouse.el (mouse-save-then-kill-delete-region): Don't bind
754         before-change-function, after-change-function.
756         * simple.el (newline): Don't bind before-change-function,
757         after-change-function.
759 2000-05-31  Rajesh Vaidheeswarran <rv@gnu.org>
761         * whitespace.el (whitespace-rescan-timer-time): Update interval
762         set to 600 seconds (10 minutes) instead of 60 seconds since
763         a large number of whitespace buffers causes emacs to `freeze'
764         for a considerable amount of time.
766         * whitespace.el: Updated email address
768 2000-05-31  Dave Love  <fx@gnu.org>
770         * add-log.el (change-log-font-lock-keywords) <function>: Add
771         pattern for function of change.
772         (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
773         acknowledgements patterns.
775 2000-05-31  Kenichi Handa  <handa@etl.go.jp>
777         * isearch.el (isearch-printing-char): If keyboard coding system is
778         being used, call isearch-process-search-multibyte-characters.
780         * international/isearch-x.el: Mostly rewritten.
782         * international/quail.el (quail-start-conversion): Don't include
783         unhandled events in the returned events, but set them in
784         unread-command-events.  Exit if all inputs are deleted.
786 2000-05-30  Jason Rumney  <jasonr@gnu.org>
788         * w32-fns.el (w32-charset-info-alist): Add each charset separately.
790         * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
791         Reenable code to create initial fontsets.
792         Use set-fontset-font in place of put-charset-property.
794 2000-05-30  Gerd Moellmann  <gerd@gnu.org>
796         * progmodes/perl-mode.el (perl-indent-line): When looking for a
797         label, ensure that the first colon isn't followed by another.
799         * paths.el (Info-default-directory-list): Doc fix.
801         * net/net-utils.el (finger-X.500-host-regexps): New user-option.
802         (finger): If HOST matches a regexp from finger-X.500-host-regexps,
803         send a query containing USER only, not USER@HOST.
805         * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
806         and rmail-msgend to compute the restriction at the end, instead of
807         computing it.
809 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
811         * dabbrev.el (dabbrev-expand): Don't display messages in the
812         echo area if the minibuffer window is active.
814         * jit-lock.el (jit-lock-mode): Add after change function to
815         local hook.
817 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
819         * antlr-mode.el: New commands: hide/unhide actions,
820         upcase/downcase literals.
821         (antlr-tiny-action-length): New user option.
822         (antlr-hide-actions): New command.  Suggested by
823         Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
824         (antlr-mode-map): New binding [C-c C-v].
825         (antlr-mode-menu): New entries.
826         (antlr-downcase-literals): New command.
827         (antlr-upcase-literals): Ditto.
829         * antlr-mode.el: Minor changes: indendation, mode-name.
830         (antlr-indent-line): Indent cpp directive at column 0.
831         (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
833         * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
834         (antlr-font-lock-additional-keywords): Workaround for intentional
835         bug in XEmacs version of font-lock.
836         (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could
837         be used by a smarter version of `buffers-menu-grouping-function'.
839 2000-05-29  Gerd Moellmann  <gerd@gnu.org>
841         * tmm.el (tmm-prompt): Recognize menu item definitions of the for
842         `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
844 2000-05-29  Kenichi Handa  <handa@etl.go.jp>
846         * international/encoded-kb.el
847         (encoded-kbd-iso2022-designation-map): Pay attention to that
848         charset-iso-final-char return -1 for eight-bit-control and
849         eight-bit-graphic.
851 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
853         * speedbar.el (speedbar-use-images, speedbar-update-flag)
854         (speedbar-easymenu-definition-base): Use display-graphic-p where
855         available, instead of window-system.
857 2000-05-28  Eli Zaretskii  <eliz@is.elta.co.il>
859         * international/codepage.el (cp-coding-system-for-codepage-1): Add
860         eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
861         coding systems.
863 2000-05-26  Dave Love  <fx@gnu.org>
865         * disp-table.el (standard-display-underline): Don't use
866         internal-find-face.
868         * mail/reporter.el: Maintainer change.  Doc fixes.
869         (reporter-version): Deleted.
871         * emacs-lisp/elp.el: Maintainer change.
872         (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
874 2000-05-26  Stefan Monnier  <monnier@cs.yale.edu>
876         * add-log.el (add-change-log-entry): Merge the current entry with the
877         previous one if the previous one is empty.
879 2000-05-26  Dave Love  <fx@gnu.org>
881         * loadhist.el (unload-feature): Fix interactive spec [from
882         lijnzaad@ebi.ac.uk].
884         * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
885         subr-arity to check primitives.
886         (byte-compile-flush-pending, byte-compile-file-form-progn)
887         (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
888         (byte-compile-insert, byte-compile-funcall): Use mapc instead of
889         mapcar.
891 2000-05-26  Kenichi Handa  <handa@etl.go.jp>
893         * international/fontset.el: Set family names of non-latin charsets
894         in default fontset to "*".
896         * international/mule-diag.el (print-fontset): Combine family part
897         and registry part of the fontname by "-*-" instead of "-".
899         * international/mule-cmds.el (encode-coding-char): Make strings
900         multibyte before calling encode-coding-string.
902 2000-05-25  Stefan Monnier  <monnier@cs.yale.edu>
904         * derived.el: Fix keywords.
905         (define-derived-mode): Only define if needed.
907         * simple.el (fill-comment, comment-column, comment-start)
908         (comment-start-skip, comment-end, comment-indent-function)
909         (block-comment-start, block-comment-end, indent-for-comment)
910         (set-comment-column, kill-comment, comment-padding, comment-region)
911         (comment-multi-line, indent-new-comment-line): Remove.
913         * bindings.el (esc-map): Change ; to comment-dwim and use the new
914         function names for comment operations.
916         * newcomment.el: Add abundant autoload cookies.
917         (comment-style): Don't depend on runtime data at compile-time.
918         (comment-indent-hook): Remove.
919         (comment-indent): Check if comment-indent-hook is bound.
920         (comment-region): Docstring fix.
922 2000-05-25  Dave Love  <fx@gnu.org>
924         * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
925         byte-code-function-p.
927         * mail/rmailsum.el: Add provide.
929         * net/goto-addr.el (goto-address-fontify): Add help-echo property.
931         * smerge-mode.el (smerge-diff-switches): Don't use list* in
932         defcustom.
934 2000-05-25  Michael Kifer  <kifer@cs.sunysb.edu>
936         * ediff-diff.el (ediff-exec-process): delete --binary option from
937         non-buffer ediff jobs.
939 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
941         * hilit-chg.el (highlight-changes-mode): Ask about color or
942         grayscale support, not about window-system.
944         * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
945         window-system.
946         (ffap-highlight): Always default to t.
948         * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
949         display-popup-menus-p instead of looking at window-system.
951         * disp-table.el (standard-display-g1, standard-display-graphic):
952         Only refuse to use string glyphs on X and MS-Windows.
954         * avoid.el: Remove window-system from commentary, suggest to use
955         display-*-p instead.
957         * apropos.el (apropos-print): Use display-mouse-p instead of
958         window-system.
960 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
962         * international/codepage.el (cp-decoding-vector-for-codepage):
963         Fill up unsupported characters with their own codes.  From Kenichi
964         Handa.
966 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
968         * international/mule-diag.el (describe-char-after): Use
969         display-graphic-p instead of window-system, so that this function
970         works on MS-DOS.
972 2000-05-25  Eli Zaretskii  <eliz@is.elta.co.il>
974         * international/codepage.el (cp-make-coding-systems-for-codepage):
975         Remove the eight-bit-graphic and eight-bit-control charsets from
976         the list of charsets which we convert into `?'.
978 2000-05-25  Kenichi Handa  <handa@etl.go.jp>
980         * international/mule-conf.el: Specify CHARSET-ID explicitely for
981         private charsets.
982         (mule-unicode-0100-24ff, japanese-jisx0213-1,
983         japanese-jisx0213-2): New charsets.
985         * international/fontset.el: Setup default fontset for new charsets.
987 2000-05-24  Dave Love  <fx@gnu.org>
989         * info.el (Info-find-node-2): Restructure [following "Vadim
990         S. Solomin" <sovs@uic.nnov.ru>].
992         * icomplete.el: Fix header for Finder.
994 2000-05-24  Eric M. Ludlam  <zappo@ultranet.com>
996         * rmailout.el (rmail-output-to-rmail-file): Added optional param
997         STAY.
999         * rmail.el (rmail-automatic-folder-directives): New user variable.
1000         (rmail-show-message): Add call to `rmail-auto-file' during
1001         display.
1002         (rmail-auto-file): New function.
1004 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
1006         * ediff-diff.el (ediff-forward-word): Take syntactic word class into
1007         account.
1008         (ediff-test-utility,ediff-diff-mandatory-option)
1009         (ediff-reset-diff-options): Utilities for proper initialization of
1010         ediff-diff-options and ediff-diff3-options on Windows.
1012         * ediff-init.el (ediff-merge-filename-prefix): New customizable
1013         variable.
1015         * ediff-mult.el (ediff-filegroup-action): Use
1016         ediff-merge-filename-prefix.
1018 2000-05-24  Michael Kifer  <kifer@cs.sunysb.edu>
1020         * viper-ex.el (ex-write): Set selective display to nil.
1022 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
1024         * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
1025         aliases for hebrew-iso-8bit.
1027 2000-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
1029         * woman.el: New version from Francis J. Wright
1030         <F.J.Wright@Maths.QMW.ac.uk>.
1031         (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
1032         names in environment variables regardless of the path separator.
1033         (woman-topic-all-completions-1): Don't call file-name-directory-p
1034         on all files, since woman-file-regexp already filters out any
1035         directories.
1037 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
1039         * international/quail.el (quail-start-translation): Don't change
1040         modified-p of the current buffer.
1041         (quail-start-conversion): Likewise.
1043         * international/kkc.el (kkc-region): Don't change modified-p of
1044         the current buffer.
1046         * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
1047         conform to RFC1468.
1048         (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
1050 2000-05-23  Eric M. Ludlam  <zappo@ballista.ultranet.com>
1052         * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
1053         (speedbar-insert-button): Invisible text property fix.
1054         (speedbar-directory-plus): Renamed from speedbar-directory-+
1055         (speedbar-directory-minus): Renamed from speedbar-directory--
1056         (speedbar-page-plus): Renamed from speedbar-file-+
1057         (speedbar-page-minus): Renamed from speedbar-file--
1058         (speedbar-page): Renamed from speedbar-file-
1059         (speedbar-tag): Renamed from speedbar-tag-
1060         (speedbar-tag-plus): Renamed from speedbar-tag-+
1061         (speedbar-tag-minus): Renamed from speedbar-tag--
1062         (speedbar-expand-image-button-alist): Use above renames.
1064         * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
1065         * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
1066         * sb-pg-plus.xpm: Renamed from sb-file+.xpm
1067         * sb-pg-minus.xpm: Renamed from sb-file-.xpm
1068         * sb-pg.xpm: Renamed from sb-file.xpm
1069         * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
1070         * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
1072 2000-05-24  Kenichi Handa  <handa@etl.go.jp>
1074         * international/quail.el (quail-show-guidance-buf): Set
1075         current-input-method of the guidance buffer to the name of the
1076         curren input method.
1078 2000-05-23  Stefan Monnier  <monnier@cs.yale.edu>
1080         * progmodes/compile.el (compile-internal): Style typo.
1082         * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
1083         quote vars and functions in the docstring.
1085         * newcomment.el (comment-make-extra-lines): Don't use `assert'.
1087         * completion.el (dynamic-completion-mode, dynamic-completion-mode):
1088         Don't quote lambdas.
1090         * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
1092 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
1094         * startup.el (command-line): Determine source file of compiled
1095         user init file differently.  Warn if compiled user init file
1096         is older than its source file.
1098         * ffap.el (ffap-url-regexp): Add `https'.
1100 2000-05-23  Eli Zaretskii  <eliz@is.elta.co.il>
1102         * files.el (make-backup-file-name-1): Replace slashes with `!'
1103         rather than `|' (which is not allowed on Windows).  Replace the
1104         drive letters with a string "drive_X".
1106 2000-05-23  Gerd Moellmann  <gerd@gnu.org>
1108         * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
1110         * files.el (interpreter-mode-alist): Add `bash2'.
1112 2000-05-22  Dave Love  <fx@gnu.org>
1114         * loadhist.el (feature-symbols, file-provides, file-requires): Use
1115         mapc.
1116         (feature-file): Avoid calling symbol-name.  Doc fix.
1117         (file-set-intersect, file-dependents): Use dolist, not mapcar.
1118         (loadhist-hook-functions): Add mouse-position-function.
1119         (unload-feature): Change uses of mapcar.
1121         * files.el (parse-colon-path): Doc fix.
1122         (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
1123         (set-auto-mode): Use mapc.
1125         * complete.el (PC-look-for-include-file): Use :alnum: character
1126         class.
1127         (partial-completion-mode): Add autoload cookie.
1129 2000-05-22  Sam Steingold  <sds@gnu.org>
1131         * info.el (Info-fontify-node): Fixed the call to
1132         `add-text-properties' (bug introduced on 2000-05-18).
1134 2000-05-22  Dave Love  <fx@gnu.org>
1136         * bindings.el: Remove debug-ignored-errors set in other files.
1138         * progmodes/etags.el: Add to debug-ignored-errors.
1139         (visit-tags-table-buffer): Clear out buffers holding old tables
1140         when making a new list.
1141         (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
1142         mapc.
1144         * completion.el: Doc fixes.  Add to debug-ignored-errors.  Don't
1145         quote keywords.
1146         (cmpl-string-case-type): Use character classes.
1148         * comint.el:
1149         * textmodes/ispell.el:
1150         * imenu.el:
1151         * mail/mh-e.el:
1152         * progmodes/compile.el: Add to debug-ignored-errors.
1154         * dabbrev.el: Add to debug-ignored-errors.
1155         (dabbrev-completion): Use mapc.
1157 2000-05-22  Eli Zaretskii  <eliz@is.elta.co.il>
1159         * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
1160         (woman-mapcan, woman-parse-man.conf)
1161         (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
1162         (woman-reset-emulation, woman-select-symbol-fonts): New functions.
1163         (woman-parse-colon-path): Call woman-mapcan.  Recognize Cygwin
1164         path syntax better.
1165         (woman-man.conf-path, woman-use-own-frame): New defcustoms.
1166         (woman-manpath): Call woman-parse-man.conf.
1167         (woman-emulation): New defcustom, defaults to nroff.
1168         (woman-font-support): New defconst.
1169         (woman-use-symbol-font): New defcustom.
1170         (woman-menu): Add new menu items: "Colored/BW", "Advanced",
1171         "Emulation".
1172         Many functions: Doc fix.
1174 2000-05-22  Kenichi Handa  <handa@etl.go.jp>
1176         * international/quail.el (quail-simple-translation-keymap): Map
1177         128..255 to quail-self-insert-command.
1178         (quail-keyboard-layout-alist): Add definition for "pc102-de".
1180 2000-05-22  Stefan Monnier  <monnier@cs.yale.edu>
1182         * help.el (help-manyarg-func-alist): Typo.
1184         * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
1185         intervals which makes it heaps simpler.
1187         * newcomment.el (comment-region-internal): Go back to BEG after quoting
1188         the nested comment markers.
1190         * subr.el (remove-hook): Don't turn the hook's value into a list.
1192 2000-05-21  Dave Love  <fx@gnu.org>
1194         * edmacro.el (edmacro-parse-keys): Return vector if any elements
1195         are invalid characters.
1197         * international/mule-util.el (detect-coding-with-priority): Use
1198         mapc.  Remove redundant lambda.
1200         * international/mule-diag.el (list-non-iso-charset-chars)
1201         (describe-fontset): Remove redundant lambda.
1203         * emulation/crisp.el (brief-mode): New alias.
1205         * emacs-lisp/ring.el (ring-elements): New function.
1207         * emacs-lisp/easymenu.el (easy-menu-create-menu)
1208         (easy-menu-do-add-item): Use keywordp.
1210         * emacs-lisp/byte-opt.el: Update side-effect free function lists.
1212         * replace.el: Doc and error message fixes.
1213         (replace-highlight): Use facep, not internal-find-face.
1215 2000-05-20  Stefan Monnier  <monnier@cs.yale.edu>
1217         * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
1219         * log-edit.el (log-edit-done): Cleanup trailing empty lines.
1220         (log-edit-insert-changelog): Drop `:' as well.
1222         * log-view.el: Fix file description.
1223         (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
1224         available.
1225         (log-view-font-lock-keywords): Only use cvs-filename-face if present.
1226         (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
1228         * emacs-lisp/easy-mmode.el: Update copyright and commentary.
1229         (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
1230         Print a status message if the toggle is called interactively.
1231         (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
1232         for global minor modes and use `defcustom' for them.
1233         Use add-minor-mode.
1234         (easy-mmode-define-derived-mode): Remove.
1235         (define-derived-mode): Fancier default docstring.
1236         (easy-mmode-define-navigation): Signal an error rather than (ding).
1238         * newcomment.el (comment-styles): New `box-multi'.
1239         (comment-normalize-vars): Better default for comment-continue to
1240         avoid whitespace-only continuations.
1241         (comment-search-forward): Always move even in the no-syntax case.
1242         (comment-padright): Only obey N if it's only obeyed for padleft.
1243         (comment-make-extra-lines): Better handling of empty continuations.
1244         Use `=' for the filler if comment-start has only one character.
1245         (uncomment-region): Try handling the special `=' filler.
1246         (comment-region): Allow LINES even if MULTI is nil.
1247         (comment-box): Choose box style based on comment-style.
1249 2000-05-20  Kenichi Handa  <handa@etl.go.jp>
1251         * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
1252         (ccl-compile-write-repeat): If ARG is string, make it unibyte.
1254 2000-05-20  Kenichi HANDA  <handa@etl.go.jp>
1256         * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
1257         and insert, not subst-char-in-region.
1259         * international/mule-diag.el (list-character-sets-1): Handle
1260         charsets eight-bit-control and eight-bit-graphic.
1261         (list-iso-charset-chars): Likewise.
1262         (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
1263         charactes as is.  Use indent-to to align characters.
1265         * international/mule-cmds.el (find-multibyte-characters): Never
1266         exclude charsets eight-bit-control and eight-bit-graphic.
1268 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
1270         * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
1271         Don't quote lambdas.
1273         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
1275 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
1277         * gud.el (gud-jdb-directories): Doc fix.
1279 2000-05-19  Stefan Monnier  <monnier@cs.yale.edu>
1281         * newcomment.el: New file.
1283 2000-05-19  Gerd Moellmann  <gerd@gnu.org>
1285         * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
1287 2000-05-18  Andreas Schwab  <schwab@suse.de>
1289         * dired.el (dired-between-files): Also skip lines beginning with
1290         `used'.
1292 2000-05-18  Gerd Moellmann  <gerd@gnu.org>
1294         * msb.el (msb-menu-cond): Add choice `user'.
1296 2000-05-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1298         * ps-print.el: Compatibility, customization and doc fix.
1299         (ps-printer-name-option): Replace defconst by defvar.
1300         (ps-postscript-code-directory): XEmacs compatibility.
1301         (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
1302         fix.
1303         (ps-user-defined-prologue, ps-print-prologue-header)
1304         (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
1305         compatibility and code fix.
1306         (ps-print-background-image, ps-print-background-text):
1307         Customization fix.
1308         (ps-line-number-start, ps-n-up-on): New vars.
1310 2000-05-18  Espen Skoglund  <esk@ira.uka.de>
1312         * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
1313         the indent-comment function to just return the appropriate indent.
1315 2000-05-18  Eric M. Ludlam  <zappo@ultranet.com>
1317         * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
1318         sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
1319         sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
1321 2000-05-18  Dave Love  <fx@gnu.org>
1323         * info.el (Info-fontify-node): Add intangible property as well as
1324         invisible.
1326         * calendar/appt.el (appt-make-list): Match all lines of entry.
1327         From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
1329 2000-05-18  Kenichi Handa  <handa@etl.go.jp>
1331         * international/mule-diag.el (describe-char-after): Call
1332         internal-char-font, not char-font.  If internal-char-font returns
1333         nil, display "-- none --".
1335 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
1337         * image.el (image-type-available-p): Don't reference image-types
1338         if it isn't bound.
1340 2000-05-17  Stefan Monnier  <monnier@cs.yale.edu>
1342         * autoarg.el (autoarg-mode): Typo in the :set argument.
1344 2000-05-17  Eli Zaretskii  <eliz@is.elta.co.il>
1346         * startup.el (command-line-1): Don't signal an error if the
1347         directory for auto-save-list files does not yet exist.
1349 2000-05-17  Kenichi Handa  <handa@etl.go.jp>
1351         * international/mule-conf.el (arabic-iso8859-6): Fix typo.
1353 2000-05-16  Stefan Monnier  <monnier@cs.yale.edu>
1355         * subr.el (remove-hook): `setq' hook-value, not `set'.
1357 2000-05-16  Sam Steingold  <sds@gnu.org>
1359         * info.el (debug-ignored-errors): More errors to ignore.
1361 2000-05-16  Dave Love  <fx@gnu.org>
1363         * cus-edit.el: Don't require cl or easymenu.
1364         (custom-variable-prompt): Test standard-value property, not
1365         user-variable-p.
1367 2000-05-16  Sam Steingold  <sds@gnu.org>
1369         * subr.el (add-hook): `setq' hook-value, not `set'.
1371 2000-05-16  Gerd Moellmann  <gerd@gnu.org>
1373         * startup.el (command-line-1): Mention the FAQ in the startup
1374         message.
1376         * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
1378         * progmodes/compile.el (compilation-parse-errors): Collect
1379         `nomessage' regexps last.
1381         * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
1383         * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
1384         to the function name.
1386 2000-05-15  Dave Love  <fx@gnu.org>
1388         * speedbar.el (speedbar-recenter): Typo.
1389         (speedbar-expand-line): Make arg optional.
1390         (speedbar-mode): Avoid a compiler warning.
1392 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
1394         * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
1395         user-specified option string is empty.
1397         * mouse.el (mouse-yank-at-click): Doc fix.
1399 2000-05-15  Eli Zaretskii  <eliz@is.elta.co.il>
1401         * term/internal.el (IT-character-translations): More updates of
1402         latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
1403         documents.
1405 2000-05-15  Gerd Moellmann  <gerd@gnu.org>
1407         * env.el (getenv): New function, interactively callable.
1408         (setenv, getenv): Remove autoload cookies.
1410         * loadup.el: Load `env'.
1412         * progmodes/f90.el: Change author's mail address.
1414 2000-05-14  Dave Love  <fx@gnu.org>
1416         * mail/rmail.el (rmail-show-message-hook): Customize and offer
1417         goto-addr as an option.
1419         * help.el (help-xref-stack): Doc fix.
1420         (help-xref-following): New variable.
1421         (help-make-xrefs): Use it.
1422         (help-xref-go-back): Use position information from stack element.
1423         (help-follow): Make position in stack element a pair.  Use
1424         help-xref-following.
1426         * autoarg.el: New file.
1428         * faces.el: Declare more functions obsolete.
1430         * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
1431         * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
1432         * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
1433         * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
1434         Remove all the setup-...-environment functions.
1436 2000-05-13  Eric M. Ludlam  <zappo@ultranet.com>
1438         * speedbar.el: Updated the commentary section.  xemacs20p now uses
1439         >= when detecting.  Require `defimage' safely.
1440         (speedbar-easymenu-definition-base): Add toggle for images.
1441         (speedbar-easymenu-definition-special): Add flush cache & expand.
1442         (speedbar-visiting-tag-hook): Set new defaults.  Added options.
1443         (speedbar-reconfigure-keymaps-hook): New variable.
1444         (speedbar-frame-parameters): Updated documentation.
1445         (speedbar-use-imenu-flag): Updated custom tag
1446         (speedbar-dynamic-tags-function-list): New variable.
1447         (speedbar-tag-hierarchy-method): Updated doc & custom.
1448         (speedbar-indentation-width, speedbar-indentation-width) New
1449         variables.
1450         (speedbar-hide-button-brackets-flag): Customizable.
1451         (speedbar-vc-indicator): Doc update.
1452         (speedbar-ignored-path-expressions): Updated default value.
1453         (speedbar-supported-extension-expressions): Updated default value.
1454         (speedbar-syntax-table): Remove {} paren status.
1455         (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
1456         as "+".  Added overlay aliases.
1457         (speedbar-mode): Use `speedbar-mode-line-update' instead of
1458         `force-mode-line-update'.
1459         (speedbar-mode, speedbar-quick-mouse, speedbar-click)
1460         (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
1461         `mouse-set-point'
1462         (speedbar-reconfigure-keymaps): Run configure keymap hooks.
1463         (speedbar-item-info-tag-helper): Revamped to handle a wider range
1464         of arbitrary text, and new helper functions.
1465         (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
1466         filename finder.
1467         (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
1468         (speedbar-directory-buttons): Update path search/expansion.
1469         (speedbar-make-tag-line): Pay attention to
1470         `speedbar-indentation-width'.  Use more care w/ invisible
1471         properties.
1472         (speedbar-change-expand-button-char): Call
1473         `speedbar-insert-image-button-maybe'.
1474         (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
1475         (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
1476         (speedbar-trim-words-tag-hierarchy)
1477         (speedbar-simple-group-tag-hierarchy): New functions
1478         (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
1479         (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
1480         functions.
1481         (speedbar-mouse-set-point): New function
1482         (speedbar-power-click): Updated documentation.
1483         (speedbar-line-token, speedbar-goto-this-file): Handle more types
1484         of tag prefix text.
1485         (speedbar-expand-line, speedbar-contract-line): Make more robust
1486         to strange text.
1487         (speedbar-expand-line): Takes universal argument to flush the
1488         cache.
1489         (speedbar-flush-expand-line): New function.
1490         (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
1491         Use new generator insertion method.
1492         (speedbar-fetch-dynamic-tags): New function.
1493         (speedbar-fetch-dynamic-imenu): Removed code now handled in
1494         `speedbar-fetch-dynamic-imenu'.
1495         (speedbar-fetch-dynamic-etags): Fix current buffer problem.
1496         (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
1497         "Revert Buffer" menu items.
1498         (speedbar-buffer-buttons-engine): Be smarter when creating a
1499         filename tag (for expansion purposes.).
1500         (speedbar-highlight-one-tag-line,
1501         (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
1502         (speedbar-recenter): New functions.
1503         (defimage-speedbar): Image loading abstraction.
1504         (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
1505         (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
1506         (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
1507         (speedbar-tag-type, speedbar-tag-mail): New images.
1508         (speedbar-expand-image-button-alist): New variable.
1509         (speedbar-insert-image-button-maybe): Insert an image over some
1510         buttons.
1512 2000-05-13  Kenichi Handa  <handa@etl.go.jp>
1514         * international/mule-cmds.el (encode-coding-char): An ASCII
1515         character is always encodable.
1517         * international/mule-conf.el: Add more information in descriptions
1518         of character sets.
1520         * international/mule-diag.el (describe-char-after): New function.
1521         (describe-font-internal): Adjusted for the change of font-info.
1522         (describe-font): Likewise.
1523         (print-fontset): Rewritten for the new fontset implementation.
1524         (describe-fontset): Include fontset alias names in completion.
1525         (list-fontsets): Adjusted for the change of print-fontset.
1527         * simple.el (what-cursor-position): If DETAIL is non-nil, call
1528         describe-char-after instead of displaying the detail in the echo
1529         area.
1530         (syntax-code-table): Format changed.
1531         (string-to-syntax): Adjusted for the above change.
1533 2000-05-12  Stefan Monnier  <monnier@cs.yale.edu>
1535         * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
1537 2000-05-12  Dave Love  <fx@gnu.org>
1539         * calendar/todo-mode.el: Remove some compatibility stuff and CL
1540         dependence.  Use line-{beginning,end}-position, not
1541         point-at{b,e}ol.  Some doc fixes.
1542         (todo-position): New function.  Fix callers of position to use it.
1543         (todo-save-top-priorities, todo-print): Use with-temp-buffer.
1545 2000-05-12  Gerd Moellmann  <gerd@gnu.org>
1547         * time.el (display-time-mail-icon): Use `:ascent center'.
1549         * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
1550         handling FTP security extensions.
1552 2000-05-11  Dave Love  <fx@gnu.org>
1554         * calendar/todo-mode.el: New file.
1556 2000-05-11  Gerd Moellmann  <gerd@gnu.org>
1558         * comint.el (comint-read-input-ring): Move reference to
1559         comint-input-ring-size outside of the save-excursion.  It was
1560         causing the default value to be the only one ever seen.
1562         * font-lock.el: Update copyright.  Remove Simon Marshall's email
1563         address on request from him.
1565         * subr.el (substitute-key-definition): Add comment describing
1566         the meaning of PREFIX.
1568 2000-05-10  Stefan Monnier  <monnier@cs.yale.edu>
1570         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
1572         * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
1573         (add-minor-mode): Don't make the variable buffer-local and add a
1574         reference to define-minor-mode in the docstring.
1576         * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
1577         HEADER/FOOTER and fix bug with trailing empty directory.
1578         (cvs-append-to-ignore): Use vc-editable-p if available.
1579         (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
1580         (vc-do-command): Tweak advice to handle the new VC.
1582         * log-view.el (log-view-goto-rev): New function for the new VC.
1583         (log-view-minor-wrap): Use mark-active.
1585         * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
1586         (log-edit-changelog-full-paragraphs): New var.
1587         (log-edit-insert-changelog): Remove a lonely leading `* file'.
1588         (log-edit-narrow-changelog, log-edit-changelog-paragraph)
1589         (log-edit-changelog-subparagraph, log-edit-changelog-entry)
1590         (log-edit-changelog-ours-p, log-edit-changelog-entries)
1591         (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
1592         Replace the `cvs' prefix with `log-edit'.
1594         * iswitchb.el (iswitchb-completion-help): Unquote lambda.
1596         * diff-mode.el (diff-font-lock-keywords): Recognize comments.
1597         (diff-font-lock-defaults): Explicitly turn off multiline.
1598         (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
1599         (diff-ediff-patch): Fix call to ediff-patch-file.
1600         (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
1601         Handle comments.
1603         * frame.el (automatic-hscrolling): Typo.
1605         * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
1607 2000-05-09  Sam Steingold  <sds@goems.com>
1609         * apropos.el (apropos-print): use `describe-face' instead of
1610         `customize-face-other-window'.
1612 2000-05-09  Dave Love  <fx@gnu.org>
1614         Changes mostly following Richard Sharman <rsharman@wave.home.com>.
1616         * help.el (describe-variable): Have customize button pop the
1617         help-xref stack when invoked.
1618         (help-xref-symbol-regexp): Add `face'.
1619         (help-make-xrefs): Check for quoted face names and adapt regexp
1620         submatch numbers to cope.
1621         (help-xref-interned): Maybe insert face doc too.  Separate
1622         sections with a line of hyphens.
1624         * faces.el:  Some doc fixes.  Declare some functions obsolete.
1625         (describe-face): Add customize button.  Return the help
1626         text.  Fix prompt.
1628 2000-05-09  Eli Zaretskii  <eliz@is.elta.co.il>
1630         * term/internal.el (IT-character-translations): Fix last change.
1632 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
1634         * woman.el: New file
1635         (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
1637 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
1639         * term/internal.el (IT-character-translations): Update ASCII
1640         simulations for greek-iso8859-7, add latin-iso8859-14 and
1641         latin-iso8859-15.
1643         * international/mule-cmds.el (set-language-info-alist): Call
1644         define-prefix-command with 3 arguments, to make the map suitable
1645         for a menu.
1647 2000-05-07  Dave Love  <fx@gnu.org>
1649         * time.el: Small doc fixes from Pavel Janík ml..
1651 2000-05-05  Dave Love  <fx@gnu.org>
1653         * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
1654         list in doc string.  Don't quote keyword symbols.
1655         * emacs-lisp/cl.el: Likewise
1656         * emacs-lisp/cl-seq.el: Likewise
1658 2000-05-05  Gerd Moellmann  <gerd@gnu.org>
1660         * abbrev.el (abbrev-mode): Make ARG optional.
1662 2000-05-04  Gerd Moellmann  <gerd@gnu.org>
1664         * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
1666         * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
1668         * subr.el (substitute-key-definition): Clarify documentation.
1670 2000-05-04  Milan Zamazal  <pdm@freesoft.cz>
1672         * glasses.el (glasses-convert-to-unreadable): Use
1673         `glasses-separator' instead of the hard-wired "_".
1674         (glasses-mode): Call `glasses-make-unreadable' only in a single
1675         place.
1677 2000-05-04  Eli Zaretskii  <eliz@is.elta.co.il>
1679         * term/internal.el (cjk-codepages-alist): Add associations for
1680         Chinese and Korean codepages.  Remove FIXME comment.
1682 2000-05-03  Dave Love  <fx@gnu.org>
1684         * time.el (display-time-mail-face, display-time-use-mail-icon):
1685         New option.
1686         (display-time-mail-icon): New variable.
1687         (display-time-string-forms): Use the above.  Fix the local-map.
1689 2000-05-03  Gerd Moellmann  <gerd@gnu.org>
1691         * replace.el (query-replace-map): Add binding for `E'.
1692         (query-replace-help): Extend help text.
1693         (perform-replace): Allow editing the replacement string.
1695         * make-mode.el (makefile-mode-abbrev-table): New variable.
1696         (makefile-mode): Set local abbrev table to
1697         makefile-mode-abbrev-table.
1698         (makefile-font-lock-keywords): Fontify includes and conditionals.
1700         * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
1701         set TOGGLE's value.
1703         * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
1704         mail-interactive-insert-alias.
1705         (mail-abbrev-complete-alias): New command.
1706         (mail-mode-map): Bind it to `M-TAB'.
1708 2000-05-03  Kenichi Handa  <handa@etl.go.jp>
1710         * language/lao-util.el (lao-compose-region): New function.
1712 2000-05-02  Gerd Moellmann  <gerd@gnu.org>
1714         * files.el (recover-session): Make directories as necessary
1715         if they don't exist yet.
1717         * calendar/cal-french.el
1718         (french-calendar-multibyte-special-days-array)
1719         (french-calendar-special-days-array): Change French text.
1720         (calendar-french-date-string): Change output.
1721         (calendar-goto-french-date): Likewise.
1723 2000-05-02  Per Abrahamsen  <abraham@dina.kvl.dk>
1725         * wid-edit.el (widget-default-active): Obey `:always-active'.
1726         (widget-documentation-string-value-create): Set `:always-active'.
1728 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
1730         * startup.el (auto-save-list-file-prefix): For ms-dos, set the
1731         default prefix to `~/_emacs.d/auto-save.list/_s'.
1732         (normal-top-level): Create the directory for auto-save files, if
1733         it doesn't already exist (in the ms-dos case only).
1735 2000-05-02  Eli Zaretskii  <eliz@is.elta.co.il>
1737         * international/mule-cmds.el (set-language-environment): Don't
1738         concat an integer (dos-codepage), use format instead.
1740 2000-05-02  Dave Love  <fx@gnu.org>
1742         * help.el (help-xref-on-pp): Check for constant symbols.
1744 2000-04-29  Gerd Moellmann  <gerd@gnu.org>
1746         * startup.el (normal-top-level): Put a condition-case around
1747         the code loading subdirs.el.
1749 2000-04-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1751         * ps-print.el: Upside-down and face background color printing,
1752         line number step, doc fix.
1753         (ps-print-version): New version number (5.2).
1754         (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
1755         (ps-face-attribute-list, ps-plot-with-face): Code fix.
1756         (ps-spool-config): Var fix.
1757         (ps-printer-name-option): Const fix.
1758         (ps-print-upside-down, ps-use-face-background)
1759         (ps-line-number-step): New vars.
1760         (ps-window-system, ps-lp-system): New consts.
1761         (ps-face-background): New fun.
1763 2000-04-28  Richard Stallman  <rms@gnu.org>
1765         * files.el (make-auto-save-file-name):
1766         Apply auto-save-file-name-transforms to visited file name
1767         before generating auto save file name.
1768         (auto-save-file-name-transforms): New variable.
1770         * files.el (backup-enable-predicate):
1771         Correctly test for a file under a temporary directory.
1773 2000-04-28  Gerd Moellmann  <gerd@gnu.org>
1775         * subr.el (add-minor-mode): Rewritten.
1777 2000-04-28  Kenichi Handa  <handa@etl.go.jp>
1779         * mail/sendmail.el (sendmail-send-it): Set
1780         buffer-file-coding-system to the selected coding system for MIME
1781         header.
1783 2000-04-27  Gerd Moellmann  <gerd@gnu.org>
1785         * dired.el (dired-move-to-filename-regexp): Allow format where
1786         YYYY is followed by two spaces.
1788         * progmodes/etags.el (etags-tags-completion-table): Add a `:'
1789         in the second character class of the regexp.
1791         * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
1792         mh-etc, too.
1794         * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
1795         nil.
1797         * subr.el (add-minor-mode): Use `set' instead of `setq'.
1799         * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
1800         argument.
1802 2000-04-27  Sen Nagata <sen@eccosys.com>
1804         * emacs-lisp/crm.el (crm-completion-table): New variable.
1805         (crm-collection-fn, crm-test-completion)
1806         (completing-read-multiple): Use it.
1808 2000-04-27  Dave Love  <fx@gnu.org>
1810         * help.el (locate-library): Use mapc.
1811         (help-manyarg-func-alist): Add call-process-region.
1813 2000-04-26  Gerd Moellmann  <gerd@gnu.org>
1815         * subr.el (add-minor-mode): Make argument MAP optional.
1817         * desktop.el (desktop-save): Save list of minor modes.
1818         (desktop-create-buffer): Restore minor modes.
1819         (desktop-minor-mode-table): New user-option.
1821         * subr.el (add-minor-mode): New function.
1823         * image.el (find-image): New function.
1824         (defimage): Rewritten to find image at load time.
1826         * startup.el (normal-top-level-add-to-load-path): Handle
1827         case that the default directory is not in load-path.
1829         * help.el: Old patch from Stefan Monnier.
1830         (help-xref-on-pp): New function.
1831         (describe-variable): Use it to display xrefs in a symbol's value.
1833 2000-04-26  Stefan Monnier  <monnier@cs.yale.edu>
1835         * cus-edit.el (custom-face): Fix parenthesis.
1837 2000-04-26  Kenichi Handa  <handa@etl.go.jp>
1839         * mail/rmail.el (rmail-expunge): When there are no deleted
1840         messages, do nothing.
1842 2000-04-26  Dave Love  <fx@gnu.org>
1844         * international/mule-cmds.el (locale-translation-file-name):
1845         Defvar to nil.
1846         (set-locale-environment): Set it here (at runtime).
1848 2000-04-25  Gerd Moellmann  <gerd@gnu.org>
1850         * replace.el (perform-replace): Add parameters START and END.  Use
1851         them instead of the check for a region in Transient Mark mode.
1852         (query-replace-read-args): Return two more list elements for the
1853         start and end of the region in Transient Mark mode.
1854         (query-replace, query-replace-regexp, query-replace-regexp-eval)
1855         (map-query-replace-regexp, replace-string, replace-regexp): Add
1856         optional last arguments START and END and pass them to
1857         perform-replace.
1859         * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
1860         form with additional arguments for perform-replace.
1862         * progmodes/etags.el (tags-query-replace): Add parameters START
1863         and END.  Construct a form with additional arguments for
1864         perform-replace.
1866         * simple.el (shell-command): Set default directory for "*Shell
1867         Command Output" buffer.
1869         * language/european.el (iso-latin-4): Fix typo.
1871         * emacs-lisp/crm.el: New file.
1873 2000-04-24  Dave Love  <fx@gnu.org>
1875         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
1876         (Custom-reset-saved, Custom-reset-standard)
1877         (custom-group-value-create, custom-group-set, custom-group-save)
1878         (custom-group-reset-current, custom-group-reset-saved)
1879         (custom-group-reset-standard): Use mapc.
1880         (custom-buffer-create-internal): Disable undo when creating items.
1881         Use mapc.
1882         (custom-face): Avoid redundant lambda.
1884 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
1886         * startup.el (auto-save-list-file-prefix): Set default to
1887         `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
1889 2000-04-24  Sam Steingold  <sds@gnu.org>
1891         * time-stamp.el (time-stamp-string-preprocess): Always convert
1892         `field-result' to a string.
1894 2000-04-24  Gerd Moellmann  <gerd@gnu.org>
1896         * frame.el (scrolling): New group.
1897         (automatic-hscrolling): New user-option.
1899         * startup.el (command-line-x-option-alist): Add `-lsp' and
1900         `--line-spacing'.
1902 2000-04-19  Dave Love  <fx@gnu.org>
1904         * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
1905         (cl-mapc): Rename from mapc.  Fix the funcall.
1907 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
1909         * simple.el (clone-indirect-buffer-other-window): New command.
1910         (clone-indirect-buffer): Add optional arg NORECROD.
1911         (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
1913         * help.el (resize-temp-buffer-window): Use count-screen-lines.
1915         * window.el (count-screen-lines): New function.
1916         (shrink-window-if-larger-than-buffer): Use count-screen-lines
1917         instead of window-buffer-height.
1919         * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
1920         non-existing variable comint-input-sentinel.
1921         (inferior-lisp-args-to-list): Removed.
1922         (inferior-lisp): Use split-string instead of
1923         inferior-lisp-args-to-list.
1925         * hexl.el (hexl-insert-hex-string): New command.
1927         * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
1928         instead of concat.
1930 2000-04-18  Gerd Moellmann  <gerd@gnu.org>
1932         * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
1933         at the start of an existing but empty folder.
1935 2000-04-18  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1937         * ps-mule.el: Customization fix, doc fix.
1938         (ps-multibyte-buffer): Customization fix.
1940 2000-04-17  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1942         * subr.el (read-passwd): Use read-char-exclusive.
1944 2000-04-17  Gerd Moellmann  <gerd@gnu.org>
1946         * textmodes/texinfo.el (texinfo-insert-@email)
1947         (texinfo-insert-@emph, texinfo-insert-@quotation)
1948         (texinfo-insert-@strong, texinfo-insert-@url): New functions.
1949         (texinfo-mode-map): Add key bindings for them.
1951         * files.el (basic-save-buffer-2): Use a template with `$'
1952         instead of `#' for VMS.
1954         * simple.el (clone-indirect-buffer): New function.
1956 2000-04-16  Stephen Eglen  <stephen@gnu.org>
1958         * iswitchb.el (iswitchb-case): New function.  If the user input
1959         contains any upper-case characters, the search is made
1960         case-sensitive.
1962 2000-04-17  Stefan Monnier  <monnier@cs.yale.edu>
1964         * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
1965         comment-end.
1966         (texinfo-font-lock-syntactic-keywords): New var.
1967         (texinfo-font-lock-keywords): Remove comment regexp.
1968         (texinfo-insert-block): New function.
1969         (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
1970         (texinfo-mode): Use define-derived-mode.  Tweak comment-start-skip
1971         and font-lock-defaults.  Use regexp-opt for outline-regexp.
1972         (texinfo-environments): New var.
1973         (texinfo-environment-regexp): Use regexp-opt and
1974         texinfo-environments.
1976         * textmodes/ispell.el (ispell-menu-map-needed): Check that
1977         ispell-process is bound since this might be eval'd before ispell
1978         is loaded.
1979         (ispell-message): Use a tiny bit less magic and a bit more hard
1980         data to figure out what kind of sc-cite-regexp to use.
1982         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
1984         * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
1985         (insert-cyclic-diary-entry): Unquote the lambda.
1987         * gud.el (gud-jdb-build-source-files-list): Fix typo.
1989         * files.el (backup-enable-predicate): Unquote the lambda.
1991         * cus-edit.el (custom-face, face): Unquote the lambda.
1993 2000-04-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1995         * ps-print.el: Check for line-beginning-position definition.
1997         * ps-print.el: Fix counting lines in a region.
1998         (ps-print-version): New version number (5.1.5).
1999         (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
2000         (ps-printing-region): Fun code fix.
2002 2000-04-15  Gerd Moellmann  <gerd@gnu.org>
2004         * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
2005         to file-directory-p.
2007 2000-04-14  Gerd Moellmann  <gerd@gnu.org>
2009         * gud.el (gud-jdb-build-source-files-list): Check that directory
2010         exists before calling directory-files.
2012 2000-04-13  Dave Love  <fx@gnu.org>
2014         * emacs-lisp/trace.el: Change maintainer.  Use new backquote
2015         syntax.
2017         * emacs-lisp/cl-specs.el: Remove when, unless.
2019         * emacs-lisp/cl-extra.el: Don't quote keywords.
2020         (cl-old-mapc): New variable.
2021         (mapc): Use it.
2022         (cl-map-intervals): Use with-current-buffer.  Don't check for
2023         next-property-change.
2024         (cl-map-overlays): Use with-current-buffer.
2025         (cl-expt): Remove.
2026         (copy-tree, remprop): Define unconditionally.
2028         * emacs-lisp/cl-compat.el (keywordp): Remove.
2030         * emacs-lisp/edebug.el (edebug-keywordp): Remove.  Change callers
2031         to use keywordp.
2032         (edebug-spec): Enable keywordp.
2034         * cus-edit.el (custom-sort-items): Avoid symbol-name with new
2035         string-lessp.
2037         * cus-start.el: Use keywordp.
2039 2000-04-13  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
2041         * diary-lib.el (include-other-diary-files): Fix the fix of
2042         2000-02-18 by doing a save-excursion.
2044 2000-04-13  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2046         * ps-print.el: Customization fix, doc fix.
2047         (ps-print-version): New version number (5.1.4).
2048         (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
2049         (ps-print-preprint): Adjust code.
2050         (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
2051         (ps-print-prologue-header, ps-print-control-characters)
2052         (ps-spool-config): Customization fix.
2054 2000-04-13  Eli Zaretskii  <eliz@is.elta.co.il>
2056         * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
2057         converted to the new menu-item format, names silightly changed,
2058         help strings added.
2060         Support for spelling without async subprocesses:
2062         * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
2063         (ispell-session-buffer): New variables.
2064         (ispell-start-process, ispell-process-status,
2065         ispell-accept-output, ispell-send-string): New functions, for
2066         Ispell invocation when async subprocesses aren't supported.
2067         (ispell-word, ispell-pdict-save, ispell-command-loop,
2068         ispell-process-line, ispell-buffer-local-parsing): Replace calls
2069         to process-send-string with calls to ispell-send-string, and
2070         accept-process-output with ispell-accept-output.
2071         (ispell-init-process): Call ispell-process-status instead of
2072         process-status with.
2073         (ispell-init-process): Call ispell-start-process.  Call
2074         ispell-accept-output and ispell-send-string.  Don't call
2075         process-kill-without-query and kill-process if they are unbound.
2076         (ispell-async-processp): New function.
2078 2000-04-12  Dave Love  <fx@gnu.org>
2080         * info.el: Add debug-ignored-errors.
2081         (Info-mode-menu): Add some items.
2082         (Info-directory): Add autoload cookie.
2084         * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
2085         Modify `truncate-lines'.  Make `describe-language-environment'
2086         always visible and add help.  Modify `describe-key' help.  Invoke
2087         Info-directory from `info'.  New entry `emacs-manual'.
2089 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
2091         * progmodes/ebrowse.el (ebrowse-tree-mode): Use
2092         propertized-buffer-identification.
2093         (ebrowse-update-member-buffer-mode-line): Likewise.
2094         (ebrowse--mode-strings): Removed.
2095         (ebrowse--mode-line-props): Removed.
2097         * files.el (auto-mode-alist): Add `EBROWSE'.
2099         * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
2100         space before testing for end of buffer.
2101         (ebrowse-load): Removed.
2102         (ebrowse-revert-tree-buffer-from-file): Rewritten.
2103         (ebrowse-create-tree-buffer): Rewritten.
2104         (ebrowse-tree-mode): Read tree from buffer.
2106         * progmodes/ebrowse-ffh.el: Removed.
2108 2000-04-10  Kenichi Handa  <handa@etl.go.jp>
2110         * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
2112 2000-04-10  Gerd Moellmann  <gerd@gnu.org>
2114         * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
2115         at the wrong place.
2117 2000-04-09  Dave Love  <fx@gnu.org>
2119         * files.el (backup-enable-predicate): Use
2120         temporary-file-directory, small-temporary-file-directory.
2121         (make-backup-file-name-function, backup-directory-alist): New
2122         variables.
2123         (make-backup-file-name-1): New function.
2124         (make-backup-file-name): Use it.
2125         (find-backup-file-name): Likewise.  Use format for clarity, not
2126         concat.
2127         (file-newest-backup): Use make-backup-file-name.
2129 2000-04-09  Gerd Moellmann  <gerd@gnu.org>
2131         * progmodes/ebrowse-ffh.el: New file.
2133         * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
2134         to ebrowse-ffh.el.
2135         (ebrowse-load): Add autoload.
2137         * finder.el (finder-commentary): Add autoload cookie.
2139         * mail/rfc2368.el: Correct author's email address.
2141         * progmodes/ebrowse.el: New file.
2143         * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
2144         item help string.
2145         (easy-menu-do-add-item): Ditto.
2146         (easy-menu-define): Extend doc string.
2148         * jit-lock.el (with-buffer-unmodified): Use
2149         restore-buffer-modified-p.
2150         (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
2151         (jit-lock-function, jit-lock-stealth-fontify): Don't use
2152         with-buffer-unmodified.
2154 2000-04-08  Dave Love  <fx@gnu.org>
2156         * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
2157         unless, when.
2159 2000-04-07  Mikio Nakajima  <minakaji@osaka.email.ne.jp>
2161         * viper-util.el (viper-put-on-search-overlay): New subroutine.
2162         (viper-flash-search-pattern): No operation when using Emacs
2163         doesn't support face.
2164         Use `viper-put-on-search-overlay'.
2166 2000-04-04  Gerd Moellmann  <gerd@gnu.org>
2168         * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
2169         like C-r.
2171         * progmodes/make-mode.el: Some doc fixes.
2172         (makefile-mode-abbrev-table): New variable.
2173         (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
2174         (makefile-font-lock-keywords): Fontify includes and conditionals.
2175         (toplevel): Require `dabbrev' and `add-log' when compiling.
2177         * replace.el (perform-replace): Don't move forward one char
2178         when MATCH-AGAIN is nil, and REGEXP-FLAG is t.  We don't want
2179         to do that because it leaves point 1 position after the last
2180         replacement, after everything has been replaced.
2182         * jit-lock.el (with-buffer-unmodified): New macro.
2183         (with-buffer-prepared-for-font-lock): Don't preserve buffer's
2184         modified state.
2185         (jit-lock-function-1): Extracted from jit-lock-function; not
2186         preserving buffer's modified state.
2187         (jit-lock-function, jit-lock-stealth-fontify): Call
2188         jit-lock-function-1.
2190         * mail/rfc2368.el: Remove supernumerary copyright line.
2192 2000-04-04  Milan Zamazal  <pdm@freesoft.cz>
2194         * glasses.el: Provide facilities for inserting space before left
2195         parentheses and uncapitalization of identifiers.
2196         (glasses-mode): Try to remove old overlays in all cases.
2198 2000-04-03  Gerd Moellmann  <gerd@gnu.org>
2200         * progmodes/compile.el (compile-internal): Display the compilation
2201         buffer in a different frame, if it's already displayed there.
2203         * mail/rfc2368.el: New file.
2205         * simple.el (sendmail-user-agent-compose): Recognize a `body'
2206         header and insert its value as mail body.
2208         * subr.el (member-ignore-case): New function.
2210         * dabbrev.el (dabbrev-ignored-regexps): New user-option.
2211         (dabbrev--find-expansion): Ignore buffers matching a regexp
2212         from dabbrev-ignored-regexps.
2214         * jka-compr.el (jka-compr-compression-info-list): Add `.z'
2215         to extensions handled by gzip.
2217 2000-04-03  Richard M. Stallman  <rms@gnu.org>
2219         * files.el (insert-directory): List the total free space
2220         along with the used space.
2222         * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
2223         line is followed by one that matches CITATION-REGEXP, end the
2224         paragraph.
2226 2000-04-03  Markus Rost  <rost@delysid.gnu.org>
2228         * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
2229         (rmail-make-basic-summary-line): Use that option.
2231 2000-04-03  Kenichi Handa  <handa@etl.go.jp>
2233         * international/mule-cmds.el (encoded-string-description):
2234         Rewritten.   Try pretty description for ISO 2022 escape sequences
2235         only if CODING-SYSTEM is based on ISO 2022.  Use uppercase letters
2236         for hexadecimal format.
2238 2000-04-01  Dave Love  <fx@gnu.org>
2240         * cpp.el: Change customization group to `c' from `C'.
2242         * vcursor.el (vcursor-move): Use display-color-p.
2244         * international/mule-util.el: Provide mule-utils.
2245         (string-to-sequence): Simplify and speed up.
2247         * international/mule.el (make-coding-system): Purecopy doc-string.
2249         * international/mule-cmds.el: Various menu changes.
2250         (describe-specified-language-support): Handle `Default'.
2251         (set-language-info): Purecopy `info'.
2253 2000-03-31  Andrew Innes  <andrewi@gnu.org>
2255         * vc.el (vc-backend-diff): Return the correct status if we had to
2256         retry the rcsdiff command without the --brief option.
2258 2000-03-31  Dave Love  <fx@gnu.org>
2260         * help.el (help-manyarg-func-alist): Correct several omissions.
2262         * add-log.el: Don't require cl, fortran.
2263         (add-log-current-defun-function): Doc fix.
2264         (change-log-version-number-regexp-list): Remove SCCS part.  Doc
2265         fix.
2266         (change-log-version-rcs): Function deleted.
2267         (change-log-version-number-search): Doc fix.  Use
2268         vc-workfile-version.  Avoid CL dolist.
2269         (add-change-log-entry): Just call add-log-current-defun to get
2270         defun.  Simplify somewhat.
2271         (change-log-get-method-definition-1): Likewise.
2272         (add-log-current-defun): Return nil if calling
2273         add-log-current-defun-function does so.  Move Fortran stuff to
2274         fortran.el.  Return string without properties.
2276         * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
2277         and :alpha: char classes.
2279         * mail/supercite.el: Defvar curline when compiling.
2280         (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
2281         (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
2282         rather than a-zA-Z0-9 to allow non-ASCII characters.
2284 2000-03-31  Gerd Moellmann  <gerd@gnu.org>
2286         * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
2288         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2289         Re-enable new code.
2291         * lpr.el (print-region-1): Use -d to specify printer name for
2292         systems `usg-unix-v*, `dgux', `hpux', `irix'.
2294 2000-03-31  Dave Love  <fx@gnu.org>
2296         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
2297         for function definition in symbol's function value slot first
2298         instead of first consulting byte-compile-function-environment.
2300 2000-03-31  Kenichi Handa  <handa@etl.go.jp>
2302         * language/european.el ("Polish"): New language environment.
2303         (setup-polish-environment): New function.
2305 2000-03-30  Gerd Moellmann  <gerd@gnu.org>
2307         * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
2308         Disable new code.
2310         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
2311         trying to `load' the symbol of an autoload instead of the file
2312         recorded in the autoload.  Fix error messages.
2314 2000-03-30  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2316         * ps-print.el: PostScript programming fix for ghostview, doc fix.
2317         (ps-print-version): New version number (5.1.3).
2318         (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
2319         (ps-insert-file, ps-output-boolean, ps-plot-with-face)
2320         (ps-generate-postscript-with-faces): Code fix.
2321         (ps-color-values): XEmacs compatibility.
2322         (ps-print-background-image, ps-print-background-text, ps-printer-name)
2323         (ps-default-fg, ps-default-bg): Adjust customization.
2324         (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
2325         (ps-color-scale): Renaming old ps-color-value fun.
2326         (ps-print-headers): Replace ps-print-header group to avoid conflict
2327         with ps-print-header variable.
2328         (ps-print-miscellany): New group.
2329         (ps-format-color, ps-rgb-color): New funs.
2330         (ps-default-foreground): New var.
2331         (ps-printer-name-option): New const.
2333 2000-03-30  Peter Breton  <pbreton@ne.mediaone.net>
2335         * net/net-utils.el:
2336         (network-connection-host, network-connection-service): New variables
2337         (network-connection-mode): New mode, derived from comint-mode
2338         (network-connection-mode-setup): New function, saves host and
2339         service information in local variables.
2341         * lisp/locate.el:
2342         (locate-word-at-point): Added this function
2343         (locate): Default to using locate-word-at-point as input
2344         Run dired-mode-hook
2346 2000-03-29  Dave Love  <fx@gnu.org>
2348         * calendar/appt.el: Doc fixes.
2349         (appt-check): Convert min-to-app to a string before passing to
2350         appt-disp-window-function or concat.
2351         (appt-delete-window): Remove test for frame-root-window.
2352         (appt-select-lowest-window, appt-convert-time): Simplify.
2354         * emacs-lisp/bytecomp.el: Doc fixes.
2355         (byte-compile-file-form-autoload): Update
2356         byte-compile-function-environment.
2358 2000-03-29  Andreas Schwab  <schwab@suse.de>
2360         * emacs-lisp/autoload.el: Also print defsubst doc string
2361         specially.
2363         * dired.el (dired-insert-directory): If dired-free-space-program
2364         failed just delete its output.
2366 2000-03-29  Dave Love  <fx@gnu.org>
2368         * international/iso-cvt.el: Move provide to end.  Doc fixes.
2369         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
2370         (iso-iso2sgml, iso-sgml2iso): New functions.
2371         (iso-cvt-define-menu): Fix some entries and use backquote for
2372         clarity.
2374         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
2376 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
2378         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
2379         ISO-DATE.  If non-nil, return date in ISO 8601 format.
2381 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
2383         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
2384         if it ever becomes used.
2385         (log-edit-mode-hook): Default to vc-log-mode-hook.
2386         (log-edit-mode): Fix the docstring.
2388         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
2389         the code.
2391 2000-03-26  Dave Love  <fx@gnu.org>
2393         * net/browse-url.el (browse-url): Re-fix case of
2394         browse-url-browser-function being an alist.
2395         (browse-url): Add :link to defgroup.
2397         * files.el: Doc fixes.
2398         (file-truename): Include `[' in wildcard characters.
2399         (automount-dir-prefix): Customize.
2400         (find-file-wildcards): Add :version.
2401         (find-file-noselect): Simplify a mapcar call.
2403         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
2404         compatible with inf-lisp version.
2405         (eval-defun-1): Fix custom-declare-variable case.
2407 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
2409         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
2411 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
2413         * Makefile (COMPILE_FIRST): New macro.
2414         (compile-files): Compile files from COMPILE_FIRST first.
2416         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
2417         code.
2419         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
2420         matching open parenthesis in column 0 to defun-prompt-regexp
2421         only if open-paren-in-column-0-is-defun-start is set.
2423         * sun-curs.el: Require CL at compile-time only.
2425         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
2426         instead of copy-list which is a function from CL.
2427         (msb--choose-menu, msb--mode-menu-cond)
2428         (msb--create-buffer-menu-2): Use dolist instead of mapc.
2429         (msb--init-file-alist): Use mapcar instead of mapcan.
2430         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
2431         `(' in column 0 in doc string.
2432         (msb--add-separators): Use mapcar instead of mapcan.
2434         * cus-dep.el: Require CL at compile-time only.
2436 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
2438         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
2439         (byte-compile-warnings): New warning `noruntime'.
2440         (byte-compile-constants, byte-compile-variables): Fix docstring.
2441         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
2442         execute `eval-whenc-compile's body.
2443         (byte-compile-unresolved-functions): Fix docstring.
2444         (byte-compile-eval): New function.
2445         (byte-compile-callargs-warn): Check if the function will be available
2446         at runtime (via property `byte-compile-noruntime').
2447         (byte-compile-print-syms): New function.
2448         (byte-compile-warn-about-unresolved-functions): Also warn about
2449         `noruntime' functions (and use `byte-compile-print-syms').
2450         (byte-compile-file): Capitalize the message.
2452 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
2454         * mail/rmail.el (rmail-confirm-expunge): New user-option.
2455         (rmail-expunge): Ask for confirmation depending on the setting
2456         of rmail-confirm-expunge.
2458 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
2460         * Makefile (bootstrap-clean): If $(emacs) exists, build
2461         loaddefs.el first.  A loaddefs.el that's not up-to-date might
2462         cause a bootstrap failure because things don't autoload as
2463         expected.
2465 2000-03-23  Dave Love  <fx@gnu.org>
2467         * net/browse-url.el: Restore previous use of
2468         browse-url-maybe-new-window.
2470 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2472         * ps-print.el: Skip banner page fix.
2473         (ps-print-version): New version number (5.1.2).
2474         (ps-begin-file, ps-end-file, ps-generate): Code fix.
2476 2000-03-23  Dave Pearson  <davep@davep.org>
2478         * net/quickurl.el Changed the type of parameter passed to the
2479         function defined by `quickurl-format-function'. Before only the
2480         text of the URL was passed. Now the whole URL structure is passed
2481         and the function is responsible for extracting the parts it
2482         requires.  Changed the default of `quickurl-format-function'
2483         accordingly.
2484         (quickurl-insert): Changed the `funcall' of
2485         `quickurl-format-function' to match the above change.
2486         (quickurl-list-insert): Changed the `url' case so that it makes
2487         use of `quickurl-format-function', previous to this the format was
2488         hard wired.
2490 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
2492         * startup.el: Change some spellings for the X Window System.
2494 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
2496         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
2497         up the code and the regexp and make sure the cursor is temporarily
2498         moved to the suspicious line while querying the user.
2500 2000-03-22  Jason Rumney  <jasonr@gnu.org>
2502         * w32-fns.el (w32-charset-info-alist): Initialize.
2504 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2506         * ps-print.el: N-up last page fix.
2507         (ps-print-version): New version number (5.1.1).
2508         (ps-end-file, ps-end-job, ps-generate): Code fix.
2510 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
2512         * files.el (find-file-run-dired): Update docstring.
2513         (find-directory-functions): New hook.
2514         (find-file-noselect): Run find-directory-functions rather than
2515         calling dired directly.
2517         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
2519         * pcvs.el: Add a minimal leading commentary.
2520         (cvs-make-cvs-buffer): Change the header part by removing the startup
2521         message and adding a `Module' entry.  Also replace the FOOTER and
2522         HEADER special fileinfos with the new support in ewoc for updating
2523         its own footer and header.
2524         (cvs-update-header): Update to use the header/footer of the ewoc.
2525         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
2526         (cvs-is-within-p): New function.
2527         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
2528         to only examine some subset of the buffers.
2530         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
2531         `format' instead of our own ad-hoc functions.
2532         Remove HEADER and FOOTER cases, now handled in the EWOC.
2533         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
2535         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
2536         output to avoid scaring the user.
2537         (cvs-parse-table): Catch message for non-up-to-date commits.
2539         * pcvs-defs.el (cvs-startup-message): Remove.
2540         (cvs-global-menu): New autoloaded menu.
2542         * pcvs-util.el (cvs-string-fill): Remove.
2544         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
2545         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
2546         PP part of it and also make it work for footers and headers.
2547         (ewoc-create): Drop POS and BUFFER arguments.
2548         Use the DLL's dummy node to store the end-of-footer position.
2549         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
2550         (ewoc-refresh): Remove unused `header' variable.
2551         (ewoc-(get|set)-hf): New functions.
2553         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
2554         log-view-*-(message|file) and use easy-mmode-define-navigation.
2555         (log-view-message-re): Match SCCS format as well.
2556         And match the revision line rather than the dashed separator line.
2557         (log-view-mode): Use the new define-derived-mode.
2558         (log-view-current-tag): Fill in with an actual implementation.
2560         * cvs-status.el (cvs-status-(prev|next)): Rename from
2561         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
2562         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
2563         to let the output "breathe" a little more (more readable).
2564         (cvs-status-mode): Use the new define-derived-mode.
2566         * smerge-mode.el (smerge-auto-leave): New function and variable.
2567         (smerge-basic-map): Rename from smerge-basic-keymap.
2568         Change the bindings for smerge-diff-*.
2569         (smerge-*-map): Use easy-mmode-defmap.
2570         (smerge-(next|prev)): Use easy-mmode-define-navigation.
2571         (smerge-keep-*): Use smerge-auto-leave.
2573 2000-03-21  Jason Rumney  <jasonr@gnu.org>
2575         * cus-edit.el (custom-button-face): Use 3D look for w32.
2576         (custom-button-pressed-face): Likewise.
2578 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
2580         * progmodes/etags.el (tags-case-fold-search): New user-option.
2581         (tags-loop-eval): New function.  Bind case-fold-search around eval
2582         depending on the value of tags-case-fold-search.
2583         (tags-loop-continue): Use tags-loop-eval.
2584         (find-tag-in-order): Bind case-fold-search depending on the value
2585         of tags-case-fold-search.
2587 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
2589         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
2590         (diff-end-of-hunk): Return the end position for use in
2591         `easy-mmode-define-navigation'.
2592         (diff-recenter): Remove.
2593         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
2594         of `easy-mmode-define-navigation'.
2595         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
2596         previous renaming) and fix to use new names.
2597         (diff-merge-strings): Use \n as separator: simpler, faster.
2598         (diff-mode): Use `define-derived-mode'.
2600         * derived.el (define-derived-mode): Don't autoload anymore.
2601         Prefer the macro-only version provided by easy-mmode.el.
2603         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
2604         `easy-mmode-define-derived-mode'.
2605         Use `combine-run-hooks'.
2606         (easy-mmode-define-navigation): New macro.
2608         * subr.el (combine-run-hooks): New function.
2610 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
2612         * term/x-win.el: Fontsets related initialization is simplified.
2614         * international/mule-diag.el (describe-font): Don't refer to
2615         global-fontset-alist, instead call font-list.
2616         (describe-fontset, list-fontsets, mule-diag): Likewise.
2617         (print-fontset): Adjusted for the change of fontset
2618         implementation.
2620         * international/fontset.el (x-charset-registries): Variable
2621         removed, instead the corresponding data is stored in the default
2622         fontset.
2623         (register-alternate-fontnames): Function removed.
2624         (resolved-ascii-font): Variable removed.
2625         (x-compose-font-name): Ignore the second argument REDOCE.
2626         (x-complement-fontset-spec): Complement only an ASCII font and
2627         element for those charsets than can use that ASCII font.
2628         (generate-fontset-menu): Don't refer to global-fontset-alist,
2629         instead call fontset-list.
2630         (uninstantiated-fontset-alist): Variable removed.
2631         (x-style-funcs-alist): Likewise.
2632         (fontset-default-styles): Likewise.
2633         (x-modify-font-name): Function removed.
2634         (create-fontset-from-fontset-spec): Ignore the argument
2635         STYLE-VARIANT.
2636         (create-fontset-from-ascii-font): Docsting adjusted for the above
2637         change.
2638         (instantiate-fontset, resolve-fontset-name): Functions removed.
2639         (fontset-list): Now implemented by C code.
2641         * faces.el (read-face-font): Fix TABLE arg to completing-read.
2642         (describe-face): Include `font' attribute in the description.
2644 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
2646         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
2648 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
2650         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
2651         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
2652         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
2654         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
2655         about behavior of set-buffer-modified-p wrt redisplay.
2657 2000-03-19  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2659         * view.el (view-mode-disable): Kill local binding of view-read-only.
2661 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
2663         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
2664         is a string, convert it to a syntax cell using string-to-syntax.
2666         * simple.el (syntax-code-table, syntax-flag-table): New variables.
2667         (string-to-syntax): New function.
2669         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
2670         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
2671         try to use passive ftp mode.
2673 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
2675         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
2677         * simple.el (append-to-buffer): Update point of windows after
2678         insertion.
2680         * abbrev.el (inverse-add-abbrev): Identify word by first moving
2681         forward then moving backward.  Reindent.
2683         * frame.el (other-frame): Call x-focus-frame only if
2684         focus-follows-mouse is off.
2686 2000-03-17  Dave Love  <fx@gnu.org>
2688         * pcvs-util.el (cvs-strings->string): Rename
2689         replace-regexps-in-string.
2691 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
2693         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
2694         regexp for labels cannot span several lines.
2696         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
2697         `(setq :<key> ':<key>)' to the macro expansion.
2699 2000-03-16  Dave Love  <fx@gnu.org>
2701         * progmodes/f90.el (f90): Put custom group under `languages', not
2702         `fortran'.
2703         (f90-mode-hook): Customize.
2704         (f90-mode): Set add-log-current-defun-function.
2705         (f90-current-defun): New function.
2707 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
2709         * cus-edit.el (custom-variable-tag-face): Handle case that
2710         default face's height is not a number.
2711         (custom-face-tag-face, custom-group-tag-face-1)
2712         (custom-group-tag-face): Ditto.
2713         (custom-group-tag-face-1): Add :group.
2715         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
2717 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
2719         * pcvs-defs.el (toplevel): Remove autoload cookie for form
2720         requiring easymenu.
2722 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2724         * ps-print.el: PostScript user-defined prologue, PostScript error
2725         handler, doc fix.
2726         (ps-print-version): New version number (5.1).
2727         (ps-user-defined-prologue, ps-error-handler-message)
2728         (ps-print-prologue-0, ps-error-handler-alist): New vars.
2729         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
2730         (ps-insert-string): New function.
2732 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
2734         * international/ccl.el (ccl-compile-expression): Don't generate
2735         invalid self-assignment code.
2737 2000-03-14  Dave Love  <fx@gnu.org>
2739         * subr.el (replace-regexp-in-string): Renamed from
2740         replace-regexps-in-string.  Doc fix.
2742 2000-03-12  Dave Love  <fx@gnu.org>
2744         * cus-edit.el: Doc fixes.
2745         (customize-set-variable, customize-save-variable): Rename args for
2746         doc.
2747         (custom-variable-tag-face, custom-face-tag-face)
2748         (custom-group-tag-face-1, custom-group-tag-face): Modify from
2749         style which user identify as hyperlink.
2750         (hook): Don't add undefined functions to the hook.
2751         (debug-ignored-errors): Transfer message from bindings.el.
2753 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
2755         * recentf.el (recentf-keep-non-readable-files-p): Remove
2756         double/nested definition.
2758 2000-03-12  Dave Love  <fx@gnu.org>
2760         * facemenu.el (facemenu-get-face): Use display-color-p.
2761         * enriched.el (enriched-decode-foreground): Likewise.
2762         (enriched-decode-background): Likewise.
2763         * isearch.el (isearch-highlight): Likewise.
2764         * info-look.el (info-lookup): Likewise.
2765         * simple.el (completion-setup-function): Likewise.
2767         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
2768         :options.
2770         * bindings.el (mode-line-format): Fix line-number and
2771         column-number items.  Add help-echo for the background.
2772         (mode-line-mule-info): Modify help-echo.
2774         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
2775         defcustom.
2777         * files.el (load-file): Allow completion to .elc.
2779         * man.el: Doc fixes.
2780         (Man-init-defvars): Use display-color-p to set fontification.
2782         * play/hanoi.el (hanoi-internal): Don't use oddp.
2784 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
2786         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
2788         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
2790 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
2792         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
2793         Fix comment.
2795 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
2797         * font-lock.el (font-lock-keywords): Fix the doc now that
2798         regexp-opt-depth is unnecessary.
2799         (save-buffer-state): Set an edebug spec.
2800         (font-lock-fontify-anchored-keywords): Properly handle the case when
2801         the matcher goes past the limit.
2803         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
2804         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
2806         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
2807         dll.el and cookie.el (from Elib) with heavy renaming and other
2808         massaging.
2810         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
2811         Autoload the functions used.
2812         (easy-mmode-define-syntax): Fix CL typo.
2813         (easy-mmode-define-derived-mode): Improve the docstring generation.
2815 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
2817         * textmodes/texinfo.el (texinfo-version): Variable and function
2818         removed.
2820 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
2822         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
2823         allow more flexibility.
2824         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
2825         fns.
2826         (easy-mmode-defmap, easy-mmode-defsyntax)
2827         (easy-mmode-define-derived-mode): New macros.
2829 2000-03-09  Didier Verna  <didier@xemacs.org>
2831         * rect.el (replace-rectangle): New function.
2833 2000-03-09  Dave Love  <fx@gnu.org>
2835         * progmodes/fortran.el (fortran-comment-line-start): Define as
2836         "C".
2837         (fortran-comment-line-start-skip): Don't match cpp stuff.
2838         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
2839         (fortran-mode-map): Remove over-eager custom-menu-create for now.
2840         (fortran-mode): Don't set fortran-comment-line-start-skip,
2841         fortran-comment-line-start here.  Set comment-start,
2842         add-log-current-defun.
2843         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
2844         (fortran-current-defun): New function.
2846 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
2848         * emacs-lisp/re-builder.el: New file.
2850         * mouse.el (mouse-drag-region): Don't run up-event handler
2851         if hscroll has changed.
2853         * octave-mod.el (octave-font-lock-keywords): To font-lock the
2854         builtin operators, use `font-lock-builtin-face' for Emacs and
2855         `font-lock-preprocessor-face' otherwise.
2857         * font-lock.el (lisp-font-lock-keywords-1): Highlight
2858         `(defun (setf foo)' differently.
2860 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
2862         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
2863         (regexp-opt): Update comment and adapt the code the new meaning of
2864         the `paren' argument of regex-opt-group for shy-groups.
2865         (regexp-opt-depth): Handle shy groups as well as backslashed
2866         backslashes.
2867         (regexp-opt-group): Turn the leading comment into a docstring.
2868         Allow `paren' to be a string (the string to use to open a group).
2869         Remove open-presuf and close-presuf.  Instead of checking for `all
2870         one-char' and then later on check for `several one-char', handle
2871         both cases close together.  Also apply a more generic algorithm
2872         for suffixes (the mirror image of the algorithm used for
2873         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
2874         (regexp-opt-try-suffix): Removed.
2876         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
2877         from comint-mode-map, so we can just inherit from it.  Also, move
2878         the initialization into the `defvar' since there's no docstring
2879         anyway and it's fairly short.
2880         (inferior-scheme-mode): Define it as derived-mode: the code is
2881         shorter and this way we inherit from comint-mode-map rather than
2882         copying it.
2884         * subr.el (replace-regexps-in-string): Properly handle the case
2885         where we match an empty string.
2887         * comint.el (comint-exec-1): Add the current-dir to the exec-path
2888         when the command has a directory component (such as "./testml").
2889         Also fix a typo in the comment.
2891 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
2893         * Makefile (compile-files): Compile files one by one because
2894         that's the only way to ensure a clean compilation environment for
2895         each individual file.
2897         * frame.el (other-frame): Call x-focus-frame.
2899 2000-03-07  Dave Love  <fx@gnu.org>
2901         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
2902         :require to defcustom.
2904         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
2905         lists.
2907         * files.el (auto-mode-alist): Add configure.in.
2909         * progmodes/autoconf.el: New file.
2911 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
2913         * mail/mh-e.el: Change maintainer to `none'.
2915         * recentf.el (recentf-keep-non-readable-files-p): Quote args
2916         to remove-hook and add-hook.
2918 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
2920         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
2921         it as the default.
2922         (mail-send): Test mail-send-nonascii also for the new `mime' value.
2923         (sendmail-send-it): Conditionally add MIME headers specifying the
2924         used character set.
2926 2000-03-07  Dave Love  <fx@gnu.org>
2928         * winner.el: Fix keywords, autoload cookies.  Split
2929         eval-when-compile form to avoid compilation failure.
2931 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
2933         * international/mule.el: Modify comment about coding system
2934         property `coding-category'.
2935         (make-coding-system): New argument EOL-TYPE.  Pay attention to
2936         coding-category property of PROPERTIES.
2938         * international/mule-conf.el (coding-category-utf-8,
2939         coding-category-utf-16-be, coding-category-utf-16-le): New coding
2940         categories.  Include them in the argument for set-coding-priority.
2942         * international/mule-cmds.el (reset-language-environment): Include
2943         coding-category-utf-8, coding-category-utf-16-be, and
2944         coding-category-utf-16-le in the argument for set-coding-priority.
2945         (reset-language-environment): Initialize coding-category-utf-8,
2946         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
2948 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
2950         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
2951         code abstracted out of `bookmark-jump-noselect'.  Now tries info
2952         extensions as well as compression extensions.
2953         (bookmark-jump-noselect): Use above new func.
2955 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
2957         * strokes.el: Change maintainer's mail address.
2959 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
2961         * international/mule-diag.el (list-character-sets): Make help-echo
2962         string by substitute-command-keys.
2963         (list-character-sets): Likewise.
2964         (sort-listed-character-sets): Call help-setup-xref.
2966 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
2968         * time.el (display-time-mail-file): Add `none' to the list of
2969         choices.
2971 2000-03-01  Dave Love  <fx@gnu.org>
2973         * help.el (help-xref-go-back): Don't try to set position.
2975         * international/mule-diag.el (list-character-sets): Call
2976         help-setup-xref.  Add help-echo to xrefs.
2977         (list-character-sets-1): Add help-echo to xrefs.
2979 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
2981         * frame.el (blink-cursor-mode): Switch cursor on when turning
2982         the mode off.
2984         * add-log.el (add-log-current-defun): Add support for
2985         Autoconf mode.
2987         * mail/rmail.el (rmail-quit-hook): New variable.
2989 2000-03-01  Dave Love  <fx@gnu.org>
2991         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
2993         * help.el (help-xref-button): Add help-echo arg.
2994         (describe-function-1, describe-variable, help-make-xrefs): Use it.
2996         * faces.el (list-faces-display): Supply help-echo with
2997         help-make-xrefs.
2999         * facemenu.el (list-text-properties-at): Set help-xref-stack to
3000         nil.
3002 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
3004         * image.el (defimage): Look for image files in load-path.
3006         * frame.el (busy-cursor-delay-seconds): Change type to
3007         `number'.
3009 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
3011         * recentf.el (recentf): Added version tag to the defgroup of
3012         recentf.
3014 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
3016         * recentf.el (recentf-cleanup): Changed to remove excluded file
3017         too.
3018         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
3019         action to select/unselect a file.
3020         (recentf-edit-list): Code cleanup and improvement.
3021         (recentf-open-more-files-action): `recentf-open-more-files' button
3022         widget action to open a file.
3023         (recentf-open-more-files): No more use standard completion but
3024         widgets.
3025         (recentf-more-collection): Deleted.
3026         (recentf-more-history): Deleted.
3027         (recentf-setup-more-completion): Deleted.
3029 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
3031         * recentf.el (recentf-mode): No more needs that Emacs is running
3032         under a window-system.
3034 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
3036         * recentf.el (recentf-edit-list): New command to edit the recent
3037         list which allow the user to remove files.
3038         (recentf-edit-selected-items): New global variable, used by
3039         `recentf-edit-list' to hold the list of files to be removed from
3040         the recent list.
3041         (recentf-make-menu-items): Updated to display a "Edit list..."
3042         menu item.  Minor code cleanup.
3044 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
3046         * recentf.el (recentf-open-more-files): New command to open files
3047         that are not displayed in the menu.
3048         (recentf-more-collection): New global variable holding the set of
3049         permissible completions used by `recentf-open-more-files'.
3050         (recentf-more-history): New global variable holding the history list
3051         used by `recentf-open-more-files' completion.
3052         (recentf-setup-more-completion): New function to setup completion for
3053         `recentf-open-more-files'.
3054         (recentf-make-menu-items): Updated to display a "More..." menu item.
3056 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
3058         * recentf.el (recentf-menu-action): Doc fixed.
3060 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
3062         * recentf.el (recentf-menu-filter): Doc updated.
3063         (recentf-update-menu-hook): Allow menu filters to force menu update.
3064         (recentf-make-menu-items): New menu filter handling.
3065         (recentf-make-menu-item): New helper function.
3066         (recentf-menu-elements): New menu handling function.
3067         (recentf-sort-ascending): Updated to new menu filter handling.
3068         (recentf-sort-descending): Updated to new menu filter handling.
3069         (recentf-sort-basenames-ascending): New menu filter function.
3070         (recentf-sort-basenames-descending): New menu filter function.
3071         (recentf-show-basenames): New menu filter function.
3072         (recentf-show-basenames-ascending): New menu filter function.
3073         (recentf-show-basenames-descending): New menu filter function.
3075 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3077         * diary-lib.el (list-diary-entries): Don't try to go forward at
3078         the end of the buffer.
3080 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
3082         * international/mule-diag.el (list-character-sets): Completely
3083         rewritten.
3084         (sort-listed-character-sets): New function.
3085         (list-character-sets-1): Completely rewritten.
3086         (list-character-sets-2): New function.
3087         (non-iso-charset-alist): New variable.
3088         (decode-codepage-char): New function.
3089         (charset-history): New variable.
3090         (read-charset) (list-block-of-chars)
3091         (list-iso-charset-chars)
3092         (list-non-iso-charset-chars)
3093         (list-charset-chars): New functions.
3094         (mule-diag): Call list-character-sets-2, not
3095         list-character-sets-2.
3096         (dump-charsets): Likewise.
3098 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
3100         * dired-x.el (dired-filename-at-point): Add `@' to valid
3101         file name characters.
3102         (dired-filename-at-point): Handle ange-ftp file names.
3104         * frame.el (frame-notice-user-settings): Use assq-delete-all
3105         instead of assoc-delete-all.
3106         (frame-notice-user-settings): Ditto.
3108         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
3109         Don't copy alist.
3111 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
3113         * calculator.el (calculator-use-menu): New option.
3114         (calculator-initial-bindings): Changed some bindings to work as
3115         macros.
3116         (calculator-forced-input): Removed.
3117         (calculator-restart-other-mode): New variable.
3118         (calculator-mode-map): Set up menu.
3120 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
3122         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
3123         tags.
3125 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
3127         * viper-cmd.el (viper-envelop-ESC-key): added the option to
3128         translate all ESC key sequences.
3129         (viper-goto-mark-subr): restore markers for files for which
3130         they were saved.
3131         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
3132         * viper-util.el (viper-set-replace-overlay-glyphs,
3133         viper-set-replace-overlay): always check if the replacement
3134         overlay is live.
3135         * viper.el (viper-vi-state-mode-list): added major modes.
3136         * ediff-wind.el: minor comment changes.
3137         * ediff.el: copyright notice date fix.
3139 2000-02-27  Jason Rumney  <jasonr@gnu.org>
3141         * faces.el (face-font-family-alternatives): Add arial to helv.
3142         (mode-line, header-line, tool-bar): Same default as x for w32.
3143         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
3144         face-font-family-alternatives from working.
3145         * term/w32-win.el (mouse-set-font): Do not build fontset from
3146         chosen font.
3148 2000-02-25  Sam Steingold  <sds@goems.com>
3150         * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
3151         properly.
3153 2000-02-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3155         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
3157 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
3159         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
3160         writable.
3162         * frame.el (busy-cursor-delay-seconds): New option.
3164 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
3166         * frame.el (show-cursor-in-non-selected-windows): New option.
3168 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3170         * diary-lib.el (include-other-diary-files): Undo the selective
3171         display in any included file and don't kill it.
3173 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
3175         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
3176         bar.  Menu items converted to (menu-item format, help strings
3177         added.
3178         [downcase, upcase]: Don't enable on MS-DOS.
3179         [symlink, symlinks]: Don't show if make-symbolic-link is not
3180         bound.
3181         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
3183 2000-02-23  Dave Love  <fx@gnu.org>
3185         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
3186         (backward-kill-word): Revert addition of * to interactive spec --
3187         it's a feature.
3189         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
3190         (backward-kill-sentence, kill-sentence): Likewise.
3192         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
3193         scratch buffer name.
3194         (gud-format-command): Use int-to-string in ?l case.  Simplify
3195         slightly.
3197         * term/w32-win.el (internal-face-interactive): Update prompt for
3198         new read-face-name.
3200         * mail/footnote.el (footnote): Add :version to defgroup.
3201         (footnote-section-tag-regexp): Customize.
3202         (footnote-start-tag, footnote-end-tag): New option.
3203         (footnote-latin-regexp): New variable.
3204         (Footnote-latin): New function.
3205         (footnote-style-alist): Add element for latin style.
3206         (footnote-style): Moved.
3207         (Footnote-goto-footnote): Use eq to test arg.
3209         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
3211         * emacs-lisp/byte-opt.el: Change old backquote syntax.
3212         (byte-compile-trueconstp): Include keywords.
3213         (byte-optimize-quote, byte-optimize-lapcode): Use
3214         byte-compile-const-symbol-p.
3215         (byte-optimize-char-before): New optimization.
3217         * emacs-lisp/bytecomp.el: Change old backquote syntax.
3218         (byte-compile-const-symbol-p): New function.
3219         (byte-compile-constp, byte-compile-out-toplevel)
3220         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
3221         Use it.
3223         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
3225 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
3227         * international/encoded-kb.el: Be sure to update minor-mode-alist
3228         and minor-mode-map-alist.
3229         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
3230         codes SS2 and SS3 correctly.
3231         (encoded-kbd-self-insert-ccl): New function.
3232         (encoded-kbd-setup-keymap): New function.
3233         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
3234         by calling encoded-kbd-setup-keymap.
3236         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
3237         characters.
3238         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
3239         locally.
3241 2000-02-22  Dave Love  <fx@gnu.org>
3243         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
3244         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
3245         defvar.
3246         (lisp-mode-syntax-table): Set up for #|...|# comments.
3247         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
3248         classes.  Match `defface'.
3249         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
3250         (eval-defun-1): Fix for defcustom.
3251         (lisp-indent-region): Doc fix.
3253         * subr.el (when, unless, split-string): Doc fix.
3254         (read-passwd): Move call of clear-this-command-keys to the right
3255         place.
3256         (replace-regexps-in-string): New function.
3258 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
3260         * help.el (describe-variable): Set syntax table to
3261         emacs-lisp-mode-syntax-table when moving forward over the
3262         symbol's name.
3264 2000-02-22  Dave Love  <fx@gnu.org>
3266         * xt-mouse.el: Doc fixes.
3267         (xterm-mouse-position-function): New function, replacing advice of
3268         mouse-position.
3269         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
3271         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
3273 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
3275         * format.el (format-annotate-single-property-change): Handle
3276         properties.with dotted-list values.
3277         (format-proper-list-p): New function.
3279         * enriched.el (enriched-face-ans): Handle '(foreground-color
3280         . COLOR) and (background-color . COLOR).
3282 2000-02-20  Dave Love  <fx@gnu.org>
3284         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
3285         and assignments to it.
3286         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
3287         current local map.
3288         (make-flyspell-overlay): Use it.
3289         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
3291         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
3292         (lm-get-header-re): Defun, not defsubst.
3293         (lm-get-package-name): Defun, not defsubst.  Simplify.
3294         (lm-version): Doc fix.  Simplify.
3295         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
3296         (lm-crack-address, lm-last-modified-date, lm-commentary)
3297         (lm-verify, lm-synopsis): Simplify.
3298         (lm-report-bug): Require emacsbug.  Use compose-mail.
3300 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
3302         * dired.el (dired-mode): Call propertized-buffer-identification
3303         to set mode-line-buffer-identification to something having
3304         the right text properties.
3306         * bindings.el (propertized-buffer-identification): New function.
3308 2000-02-20  Dave Love  <fx@gnu.org>
3310         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
3311         check for t-mouse too.
3313         * cus-start.el: Make echo-keystrokes `number'.
3315 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
3317         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
3318         Don't call ring-empty-p unless tags-location-ring is bound.
3319         From Noah Friedman <friedman@splode.com>.
3321 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
3323         * progmodes/hideshow.el (hs-flag-region): No longer use
3324         `intangible' overlay property.
3326         (hs-toggle-hiding): New command.
3327         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
3329         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
3330         Fix omission bug: Run `hs-minor-mode-hook' for both activation
3331         and deactivation.
3333 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
3335         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
3337 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
3339         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
3341         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
3342         of `*' to handle `(* ... *)' comments.
3344 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
3346         * faces.el (list-faces-display): Use display-mouse-p instead of
3347         window-system.
3349         * menu-bar.el (global-map): Menu-bar items converted to the new
3350         format (menu-item..., rearranged for better CUA compliance, and
3351         their names changed for better clarity.  Help strings added.
3353         * international/mule-cmds.el (mule-menu-keymap)
3354         (describe-language-environment-map, set-coding-system-map)
3355         (setup-language-environment-map): Convert to new (menu-item...
3356         form, add help strings.  Change names of menu items for better
3357         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
3358         submenu).
3360 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
3362         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
3363         within the code.
3365 2000-02-16  Dave Love  <fx@gnu.org>
3367         * faces.el: Don't require custom.  Add more specific :groups to
3368         various deffaces.
3369         (set-face-attribute): Purecopy args.
3370         (read-face-name): Default to name at point and use it in prompt.
3371         Remove colon from arg in all callers.
3372         (list-faces-display): Hyperlink to face descriptions and customize
3373         buffers.
3375 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
3377         * wid-edit.el (widget-match-inline): An atom never matches a
3378         list.
3380 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3382         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
3383         at ':' characters by call to split-string.
3385 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3387         * textmodes/bibtex.el: Added RCS version identification.
3389 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3391         * textmodes/bibtex.el: Some temporary comments removed.
3392         (bibtex-field-name, bibtex-entry-type): Made the relationship
3393         explicit.
3394         (bibtex-field-const): Allow capital letters.
3395         (bibtex-start-of-string): Deleted because unused.
3397         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
3398         use the term 'reference' to describe a bibtex entry as a whole.
3399         Further, reference keys are no longer called 'labels'.
3400         (bibtex-keys): Renamed to bibtex-reference-keys.
3401         (bibtex-reformat-previous-labels): Renamed to
3402         bibtex-reformat-previous-reference-keys.
3403         (bibtex-reference-type): Renamed to bibtex-entry-type.
3404         (bibtex-reference-head): Renamed to bibtex-entry-head.
3405         (bibtex-reference-maybe-empty-head): Renamed to
3406         bibtex-entry-maybe-empty-head.
3407         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
3408         (bibtex-search-reference): Renamed to bibtex-search-entry.
3409         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
3410         bibtex-enclosing-entry-maybe-empty-head.
3411         (bibtex-entry-field-alist, bibtex-entry-head,
3412         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
3413         bibtex-map-entries, bibtex-search-entry,
3414         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
3415         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3416         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
3417         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
3418         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
3419         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
3420         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
3422 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3424         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
3425         comment.
3426         (bibtex-format-field-delimiters): New function, functionality
3427         extracted from bibtex-format-entry.
3428         (bibtex-autokey-get-yearfield-digits): New function, functionality
3429         extracted from bibtex-autokey-get-yearfield.
3431         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
3432         entries in order to avoid stack overflow in the regexp matcher if
3433         field contents become large.
3434         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
3435         bibtex-field-string-part-not-braced,
3436         bibtex-field-string-part-no-inner-braces,
3437         bibtex-field-string-part-1-inner-brace,
3438         bibtex-field-string-part-2-inner-braces,
3439         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
3440         bibtex-field-string-quoted, bibtex-field-string,
3441         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
3442         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
3443         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
3444         as parsing is now performed by the following functions.
3445         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
3446         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
3447         bibtex-parse-field-string, bibtex-search-forward-field-string,
3448         bibtex-parse-association, bibtex-field-name-for-parsing,
3449         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
3450         bibtex-search-forward-field, bibtex-search-backward-field,
3451         bibtex-start-of-field, bibtex-end-of-field,
3452         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
3453         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
3454         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
3455         bibtex-parse-string, bibtex-search-forward-string,
3456         bibtex-search-backward-string, bibtex-start-of-string,
3457         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
3458         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
3459         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
3460         entries.  Instead of reporting the results of the parsing by
3461         match-beginning or match-end, these functions return data structures
3462         that hold the corresponding positions.
3463         (bibtex-enclosing-field): Changed to also report field boundaries by
3464         return values rather than by match-beginning or match-end.  The
3465         following functions have been adapted to use the new parsing
3466         functions.
3467         (bibtex-skip-to-valid-entry, bibtex-search-reference,
3468         bibtex-enclosing-field, bibtex-format-entry,
3469         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
3470         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
3471         bibtex-print-help-message, bibtex-end-of-entry,
3472         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
3473         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3474         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
3475         method for parsing.
3476         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
3477         bibtex-map-entries, bibtex-flash-head,
3478         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
3479         bibtex-autokey-change, bibtex-autokey-get-namefield,
3480         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
3481         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3482         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
3483         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3484         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
3485         order to make the new binding of case-fold-search immediately
3486         visible.
3488 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3490         * textmodes/bibtex.el: Copyright notice is up to date.
3491         Added constant 'bibtex-maintainer-salutation.
3493         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
3494         than make-temp-name, use match-string-no-properties and eliminate
3495         a quadratic behavior when building bibtex-strings.
3497         * bibtex.el (bibtex-reference-key): Accept string entries whose
3498         reference key contains upper case letters.
3500 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3502         * bibtex.el (bibtex-reference-head): Allow entries to start with
3503         a new line.
3505 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3507         * bibtex.el: Hiding of entry bodies is not longer provided by
3508         bibtex.el directly.  Instead the hideshow package can be used.
3509         Added a special bibtex entry to hs-special-modes-alist.
3510         (bibtex-hs-forward-sexp): Added for hideshow.el.
3512 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3514         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
3515         at ':' characters by call to split-string.
3517 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3519         * textmodes/bibtex.el: Added RCS version identification.
3521 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3523         * textmodes/bibtex.el: Some temporary comments removed.
3524         (bibtex-field-name, bibtex-entry-type): Made the relationship
3525         explicit.
3526         (bibtex-field-const): Allow capital letters.
3527         (bibtex-start-of-string): Deleted because unused.
3529         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
3530         use the term 'reference' to describe a bibtex entry as a whole.
3531         Further, reference keys are no longer called 'labels'.
3532         (bibtex-keys): Renamed to bibtex-reference-keys.
3533         (bibtex-reformat-previous-labels): Renamed to
3534         bibtex-reformat-previous-reference-keys.
3535         (bibtex-reference-type): Renamed to bibtex-entry-type.
3536         (bibtex-reference-head): Renamed to bibtex-entry-head.
3537         (bibtex-reference-maybe-empty-head): Renamed to
3538         bibtex-entry-maybe-empty-head.
3539         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
3540         (bibtex-search-reference): Renamed to bibtex-search-entry.
3541         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
3542         bibtex-enclosing-entry-maybe-empty-head.
3543         (bibtex-entry-field-alist, bibtex-entry-head,
3544         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
3545         bibtex-map-entries, bibtex-search-entry,
3546         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
3547         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3548         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
3549         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
3550         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
3551         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
3552         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
3554 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3556         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
3557         comment.
3558         (bibtex-format-field-delimiters): New function, functionality
3559         extracted from bibtex-format-entry.
3560         (bibtex-autokey-get-yearfield-digits): New function, functionality
3561         extracted from bibtex-autokey-get-yearfield.
3563         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
3564         entries in order to avoid stack overflow in the regexp matcher if
3565         field contents become large.
3566         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
3567         bibtex-field-string-part-not-braced,
3568         bibtex-field-string-part-no-inner-braces,
3569         bibtex-field-string-part-1-inner-brace,
3570         bibtex-field-string-part-2-inner-braces,
3571         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
3572         bibtex-field-string-quoted, bibtex-field-string,
3573         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
3574         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
3575         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
3576         as parsing is now performed by the following functions.
3577         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
3578         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
3579         bibtex-parse-field-string, bibtex-search-forward-field-string,
3580         bibtex-parse-association, bibtex-field-name-for-parsing,
3581         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
3582         bibtex-search-forward-field, bibtex-search-backward-field,
3583         bibtex-start-of-field, bibtex-end-of-field,
3584         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
3585         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
3586         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
3587         bibtex-parse-string, bibtex-search-forward-string,
3588         bibtex-search-backward-string, bibtex-start-of-string,
3589         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
3590         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
3591         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
3592         entries.  Instead of reporting the results of the parsing by
3593         match-beginning or match-end, these functions return data structures
3594         that hold the corresponding positions.
3595         (bibtex-enclosing-field): Changed to also report field boundaries by
3596         return values rather than by match-beginning or match-end.  The
3597         following functions have been adapted to use the new parsing
3598         functions.
3599         (bibtex-skip-to-valid-entry, bibtex-search-reference,
3600         bibtex-enclosing-field, bibtex-format-entry,
3601         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
3602         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
3603         bibtex-print-help-message, bibtex-end-of-entry,
3604         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
3605         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3606         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
3607         method for parsing.
3608         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
3609         bibtex-map-entries, bibtex-flash-head,
3610         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
3611         bibtex-autokey-change, bibtex-autokey-get-namefield,
3612         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
3613         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
3614         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
3615         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
3616         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
3617         order to make the new binding of case-fold-search immediately
3618         visible.
3620 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3622         * textmodes/bibtex.el: Copyright notice is up to date.
3623         Added constant 'bibtex-maintainer-salutation.
3625         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
3626         than make-temp-name, use match-string-no-properties and eliminate
3627         a quadratic behavior when building bibtex-strings.
3629         * bibtex.el (bibtex-reference-key): Accept string entries whose
3630         reference key contains upper case letters.
3632 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3634         * bibtex.el (bibtex-reference-head): Allow entries to start with
3635         a new line.
3637 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3639         * bibtex.el: Hiding of entry bodies is not longer provided by
3640         bibtex.el directly.  Instead the hideshow package can be used.
3641         Added a special bibtex entry to hs-special-modes-alist.
3642         (bibtex-hs-forward-sexp): Added for hideshow.el.
3644 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3646         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
3647         proceedings entry type (for cross referencing). Thanks to Wagner
3648         Toledo Correa for the suggestion.
3650         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
3652 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
3654         * international/characters.el: Setup case table for Vietnamese.
3656 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
3658         * uniquify.el (toplevel): Require CL at compile time.
3659         (uniquify-push): Removed.
3661         * shadowfile.el (shadow-when): Removed.
3663         * tempo.el (tempo-dolist, tempo-mapc): Removed.
3664         (tempo-process-and-insert-string): Use dolist instead of
3665         tempo-dolist.
3667         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
3668         regexp for paragraph-start.
3670         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
3671         commas as well.
3673 2000-02-10  Dave Love  <fx@gnu.org>
3675         * wid-edit.el: (widgets) [defgroup]: Remove url link.
3676         (widget-color-choice-list, widget-color-history, widget-mouse-help):
3677         Deleted.
3678         (widget-specify-field, widget-specify-button): Don't use
3679         widget-mouse-help as help-echo property.
3680         (default): Use #'ignore for :validate and :mouse-down-action.
3681         (checkbox): Add help-echo.
3682         (widget-sexp-validate): Rewritten to clarify error messages.
3683         (character): Use char-valid-p in :match function.
3684         (widget-color-complete): Use facemenu-color-alist.
3685         (widget-color-action): Use facemenu-read-color.
3687         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
3688         set up `caar' &c that we now have.
3690 2000-02-09  Ray Blaak  <blaak@gnu.org>
3692         * delphi.el: Make resourcestring a declaration region, like const
3693         and var.
3695 2000-02-09  Dave Love  <fx@gnu.org>
3697         * bindings.el (mode-line-input-method-map): New variable.
3698         (mode-line-mule-info): Use it; fix last change.
3699         (mode-line-mode-menu): Move definition.
3700         (mode-line-mouse-sensitive-p): Deleted.
3701         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
3702         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
3703         level.
3705         * startup.el (command-line-1): Don't call
3706         make-mode-line-mouse-sensitive.
3708 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
3710         * mail/rmail.el (rmail-retry-failure): Use
3711         rmail-beginning-of-message before rmail-toggle-header, because the
3712         former toggles headers.
3714 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
3716         * diff-mode.el (diff-kill-junk): New interactive function.
3717         (diff-reverse-direction): Use delete-and-extract-region.
3718         (diff-post-command-hook): Restrict the area so that the hook also works
3719         outside of any diff hunk.  This is necessary for the minor-mode.
3720         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
3721         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
3723         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
3724         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
3725         so that it can be used more easily in <foo>-mode-hook.  Also make sure
3726         to avoid duplicate entries.
3727         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
3728         (font-lock-remove-keywords): Just as was done for `add', allow it to
3729         work even if font-lock-mode is nil.  Also make sure we don't modify
3730         any pre-existing list by forcing a copy-sequence.  Finally rename
3731         `major-mode' to `mode'.
3732         (font-lock-fontify-syntactic-anchored-keywords)
3733         (font-lock-fontify-anchored-keywords)
3734         (font-lock-fontify-keywords-region): Use line-end-position.
3735         Don't make `font-lock-multiline' local (it's now done in
3736         font-lock-set-defaults).
3737         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
3738         move the `font-lock-fontified' creation to inside the `unless'.
3740 2000-02-06  Andrew Innes  <andrewi@gnu.org>
3742         * term/w32-win.el (x-handle-args): Comment out call to message,
3743         which occurs before window system is initialized.
3745         * makefile.nt: Add support for recompiling lisp code.
3747 2000-02-04  Dave Love  <fx@gnu.org>
3749         * bindings.el (mode-line-mule-info): Fix/extend last change.
3751         * completion.el: Replace completion-dolist with dolist.
3753         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
3754         dotimes.
3756 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
3758         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
3759         environment names before they go into the section regexp.
3761         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
3762         char class in regexp.
3764         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
3765         `case-fold-search' to nil.
3767         * progmodes/idlwave.el (idlwave-template): Respect
3768         `idlwave-abbrev-change-case'.
3769         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
3770         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
3771         idlwave-while): respect `idlwave-reserved-word-upcase'.
3772         (idlwave-rw-case): New function.
3773         (idlwave-statement-match): Fixed problem with assignment regexp.
3774         (idlwave-font-lock-keywords): Improved regexp for keyword
3775         parameters.
3776         (idlwave-surround): New argument LENGTH to support padding of
3777         operators longer than 1 char.
3779         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
3780         idlwave-shell-expression-overlay.  Implemented printing of
3781         expressions on higher levels of the calling stack.
3782         (idlwave-shell-display-level-in-calling-stack): Restore stack
3783         level.
3784         (idlwave-retrieve-expression-from-level): New function.
3785         (idlwave-shell-last-calling-stack): Variable removed.
3786         (idlwave-shell-reset): Argument action reversed (`visible' to
3787         `hidden').  Also remove stop-line overlay.
3788         (idlwave-shell-calling-stack-routine): New variable.
3789         (idlwave-shell-parse-stack-and-display): Messages now display
3790         negative level numbers.
3791         (idlwave-shell-mode): Set `modeline-format'.
3792         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
3793         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
3794         21.
3795         (idlwave-shell-print-expression-function): New option.
3797         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
3798         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
3799         `tool-bar' instead of `toolbar'.
3801 2000-02-02  Dave Love  <fx@gnu.org>
3803         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
3804         emacs-lisp-mode-hook.  Don't check for defalias being defined.
3806         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3807         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
3808         the new builtins directly.
3810         * whitespace.el (whitespace): Add :version to defgroup.
3812         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
3813         Doc fix.
3815         * thingatpt.el (sexp-at-point, symbol-at-point)
3816         (number-at-point, list-at-point): Add autoload cookie.
3818         * recentf.el (recentf): Add :version to defgroup.
3820         * quickurl.el (quickurl): Add :version to defgroup.
3822         * elide-head.el (elide-head): Use point-marker more.
3824         * bs.el (bs): Add :version to defgroup.
3826         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
3828         * progmodes/delphi.el (delphi): Add :version to defgroup.
3830 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
3832         * ange-ftp.el (ange-ftp-write-region): Handle case that
3833         succeeding process operation sets a different coding system.
3835         * calculator.el: New file.
3837 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
3839         * frame.el (frames-on-display-list, framep-on-display): New
3840         functions.
3841         (display-mouse-p, display-popup-menus-p, display-graphic-p)
3842         (display-selections-p, display-screens, display-pixel-width)
3843         (display-pixel-height, display-mm-width, display-mm-height)
3844         (display-backing-store, display-save-under, display-planes)
3845         (display-color-cells, display-visual-class): New functions.
3847         * term/tty-colors.el (tty-color-gray-shades): New function.
3849         * faces.el (display-color-p): Use framep-on-display.
3850         (display-grayscale-p): New function.
3852 2000-01-31  Dave Love  <fx@gnu.org>
3854         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
3855         (create-fontset-from-x-resource): Don't concat integers.
3857 2000-01-31  Inge Frick  <inge@nada.kth.se>
3859         * view.el: Some changes in documentation.  Removed some trailing
3860         whitespace. Changed some parameter names to agree with
3861         documentation.
3862         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
3863         window is not deleted.  Modifies change 1998-04-26.
3865 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
3867         * windmove.el: New file.
3869         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3870         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3871         progmodes/ebnf-yac.el: Update copyright and license info.
3873         * jit-lock.el (jit-lock-function): Widen before calculating end
3874         position.
3875         (jit-lock-stealth-chunk-start): Rewritten.
3877         * info.el (Info-title-face-alist): Removed.
3878         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
3879         faces.
3880         (Info-fontify-node): Use these faces.
3882 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
3884         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
3885         (cl-macro-list1): Recognize `&allow-other-keys' instead of
3886         `&allow-other-keywords'.
3888         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
3889         the list of directories scanned heuristically.
3891         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
3892         exist.
3894 2000-01-30  Jason Rumney  <jasonr@gnu.org>
3896         * w32-fns.el: Define w32-tty-standard-colors.
3898         * startup.el (command-line): Use w32-tty-standard-colors when in
3899         w32 console mode.
3901 2000-01-30  Dave Love  <fx@gnu.org>
3903         * jka-compr.el (jka-compr-load): Fix up load-history.
3905         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
3907         * emacs-lisp/cl-macs.el: Revert previous change.
3909 2000-01-29  Dave Love  <fx@gnu.org>
3911         * facemenu.el: Purecopy various strings.
3913         * timezone.el (timezone-fix-time): Window against 69 for two-digit
3914         years.  Deal with three-digit years.
3916         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
3917         defconst, purecopy.
3918         (help-back-label): Purecopy it.
3920 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
3922         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
3923         variable. If non-nil, order the buffer list according to the
3924         currently selected frame.
3925         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
3926         non-nil, pass the selected frame to function buffer-list.
3928 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3930         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
3932 2000-01-28  Dave Love  <fx@gnu.org>
3934         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
3936         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
3937         Don't use lisp-indent-hook property.
3938         (cl-abs): Remove.
3940         * subr.el: Move out indent and edebug specs for when and unless.
3942         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
3943         when, unless.
3945         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
3946         unless, when.
3948 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
3950         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
3951         `collecting' as synonym for `collect'.
3953         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
3954         for the case it contains spaces.
3956         * simple.el (what-cursor-position): Change formatting of
3957         messages.
3959         * frame.el (delete-other-frames): New function.
3960         (toplevel): Bind it to C-x 5 1.
3962         * sort.el (sort-numeric-base): New option.
3963         (sort-numeric-fields): If number starts with `0' or `0[xX[',
3964         interpret it as octal or hexadecimal.  Use sort-numeric-base
3965         as default base.
3967         * progmodes/glasses.el: New file.
3969 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
3971         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
3972         userids differently.
3974         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3975         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3976         progmodes/ebnf-yac.el: New files.
3978 2000-01-26  Dave Love  <fx@gnu.org>
3980         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
3981         on a function with an empty body.  [From Eric Ludlam.]
3983 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
3985         * vc.el (vc-version-diff): Make sure file name is expanded.
3987 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
3989         * scroll-bar.el (scroll-bar-timer): Variable removed.
3990         (scroll-bar-toolkit-scroll): Don't use a timer.
3992 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
3994         * language/thai-util.el (thai-composition-function): Delete
3995         superfluous `a'.
3997 2000-01-24  Dave Love  <fx@gnu.org>
3999         * fortran.el (fortran-mode): Use beginning-of-defun-function,
4000         end-of-defun-function.
4002         * font-lock.el (turn-on-font-lock): Don't depend on window-system
4003         &c.
4005 2000-01-22  Jason Rumney  <jasonr@gnu.org>
4007         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
4008         conflicts with new face support.
4010 2000-01-22  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4012         * replace.el (query-replace): Rename last arg to DELIMITED.
4013         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
4014         (query-replace-regexp): Likewise.
4016 2000-01-20  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4018         * subr.el (with-syntax-table): Use make-symbol, not gensym.
4020         * emacs-lisp/lisp.el (beginning-of-defun-function):
4021         Variable renamed from beginning-of-defun.
4022         Do not call make-variable-buffer-local.
4023         (beginning-of-defun-raw): Use new variable name; doc fix.
4024         (beginning-of-defun): Doc fix.
4025         (end-of-defun-function): Variable renamed from end-of-defun.
4026         Do not call make-variable-buffer-local.
4027         (end-of-defun): Use new variable name; doc fix.
4029         * subr.el (dolist, dotimes): Copied from cl-macs.el
4030         and made to work.
4032         * mail/undigest.el (rmail-digest-end-regexps):
4033         Variable replaces rmail-digest-end-regexp.
4034         Allows multiple regexps for detecting the end line.
4035         (undigestify-rmail-message): Corresponding changes.
4037 2000-01-19  Dave Love  <fx@gnu.org>
4039         * files.el (user-init-file): Don't declare here -- is primitive.
4041         * startup.el (command-line): Check for compiled user-init-file and
4042         set to uncompiled version if necessary.
4044 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
4046         * mail/undigest.el (rmail-digest-end-regexp): New user option.
4047         (undigestify-rmail-message): Use it.
4049         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
4051 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
4053         * tmm.el (tmm-goto-completions): Adapt to prompt being part
4054         of mini-buffer.
4056 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
4058         * emacs-lisp/copyright.el (copyright-update): Removed the
4059         requirement for a trailing space from `copyright-regexp', to
4060         support copyrights with owner specified on a separate line..
4062         * align.el: New file.
4064         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
4066         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
4068 2000-01-13  Dave Love  <fx@gnu.org>
4070         * ph.el: Removed.  (Obsoleted by EUDC.)
4072 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
4074         * net/eudc.el (toplevel): Remove autoloaded code installing
4075         menu with easymenu, because that causes build problems.
4077         * frame.el (frame-notice-user-settings): New variable.
4078         (frame-notice-user-settings): Don't modify frame parameters
4079         if called a second time.
4081 2000-01-13  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4083         * frame.el (frame-notice-user-settings):
4084         Notice default-frame-parameters even for non-window frames.
4086 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
4088         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
4089         for Emacs.
4090         (eudc-bob-can-display-inline-images): Extend for Emacs.
4091         (eudc-bob-toggle-inline-display): Ditto.
4092         (eudc-bob-display-jpeg): Ditto.
4094 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
4096         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
4097         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
4098         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
4100         * add-log.el (add-change-log-entry): Fix error trying an `(insert
4101         nil)'.
4103         * subdirs.el: Add `net' directory.
4105         * net: New directory.
4107         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
4108         eval-last-sexp.  Don't bind debug-on-error here.
4109         (eval-last-sexp): New function.  Bind debug-on-error if
4110         eval-expression-debug-on-error is non-nil.
4111         (eval-defun-2, eval-defun): Likewise.
4113         * simple.el (eval-expression): Don't bind debug-on-error if
4114         eval-expression-debug-on-error is nil.  Detect changed
4115         debug-on-error, and propagate new value to global binding, if
4116         eval-expression-debug-on-error is non-nil,
4117         (eval-expression-debug-on-error): Change doc string.
4119 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4121         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
4123         * emacs-lisp/lisp-mode.el (with-syntax-table):
4124         Set up lisp-indent-function property.
4126         * subr.el (with-syntax-table): Moved from simple.el.
4128         * simple.el (with-syntax-table): Moved to subr.el.
4130 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
4132         * tmm.el (tmm-shortcut): Delete region after prompt instead
4133         of erasing buffer.
4135         * textmodes/fill.el (fill-common-string-prefix): New function.
4136         (fill-context-prefix): Use the longest common prefix of first
4137         and second line fill prefix, if there is one.
4139 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4141         * array.el (array-mode): Don't use make-variable-buffer-local.
4142         Use make-local-variable for `truncate-lines'.
4144 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
4146         * add-log.el (add-log-current-defun): Handle user-defined
4147         add-log-current-function returning nil,
4149         * add-log.el (add-change-log-entry): Insert version number
4150         if having found a current function
4152         * add-log.el (add-log-current-defun): Call
4153         `add-log-current-defun-function'.  Try matches at level 0 and
4154         level 1.  Strip whitespace from defun found.
4156 2000-01-10  John Wiegley  <johnw@gnu.org>
4158         * allout.el (isearch-done/outline-provisions): Added `edit'
4159         argument to correspond with the current definition of
4160         `isearch-done'.
4162 2000-01-10  Dave Love  <fx@gnu.org>
4164         * elide-head.el (elide-head): Use point-marker, not point.
4166 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
4168         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
4169         before and after the year 2000.
4171         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
4172         Add ispell- prefix.
4174 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
4176         * ispell.el:  Only define dictionaries in menus when they exist.
4177         (version18p): New variable.
4178         (version20p): New variable.
4179         (xemacsp): New variable.
4180         (ispell-choices-win-default-height): Fix for XEmacs visibility.
4181         (ispell-dictionary-alist1): Added Brasileiro dictionary.
4182         (ispell-dictionary-alist6): Russian command lines no longer accept
4183         run-together words.
4184         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
4185         (ispell-dictionary-alist): Add koi8-r to customize definition.
4186         (check-ispell-version): Added documentation string.  Returns
4187         library path when called non-interactively.
4188         (ispell-menu-map-needed): Uses new variables.
4189         (ispell-library-path): New variable.
4190         (ispell-decode-string): XEmacs fix for bogus variable bindings.
4191         (ispell-word): Improved documentation string.  Test for valid
4192         character mappings.  Correctly check typed in word changes that can
4193         result in single words split into multiple words.  Returns
4194         replacement word.
4195         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
4196         replace in recursive query replace mode.  Help message for
4197         recursive edit mode.
4198         (ispell-show-choices): Protect against bad framepop bindings.
4199         (ispell-help): Fix to work with XEmacs.
4200         (ispell-highlight-spelling-error): Use new variables.
4201         (ispell-overlay-window): Fix to work with XEmacs.
4202         (ispell-parse-output): Passed and returns location information
4203         tracking spelling corrections.  Doesn't recheck same word on
4204         current line.
4205         (ispell-init-process): Protect against bogus XEmacs variable binding.
4206         Fix call to single argument in sleep-for.  Use new variables.
4207         (ispell-region): Passed and returns location information tracking
4208         spelling corrections.  Doesn't check same word on current line.
4209         Improved documentation string.  Doesn't resend a line already
4210         checked to the ispell process - fixes bug in LaTeX parsing.
4211         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
4212         (ispell-skip-region): No longer skips <TT> in SGML.
4213         (ispell-process-line): Tracks location information with spelling
4214         corrections.  Added documentation string.  Accounts for words
4215         already accepted on this line.  Don't allow query-replace on line
4216         starting with math characters.  Doesn't resend a line already sent
4217         to ispell process.  Fixes alignment error bug.
4219 2000-01-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4221         * dired-x.el (dired-guess-shell-alist-default):
4222         Suggest xloadimage, which is free, not xv, which isn't.
4224         * ange-ftp.el (ange-ftp-file-name-nondirectory):
4225         Don't ever include the host name or user name in the value.
4227 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
4229         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
4230         of a real newline.
4232 2000-01-09  Stephen Eglen  <stephen@gnu.org>
4234         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
4235         for .png files.
4237 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
4239         * cus-edit.el (custom-hook-convert-widget): Fix comment.
4241 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
4243         * progmodes/cperl-mode.el: Replace ^F with ^L.
4245         * sendmail.el (toplevel): Provide `sendmail' when compiling
4246         before `require'ing rmail and mailalias to prevent infinite
4247         recursion.
4249 2000-01-08  Dave Love  <fx@gnu.org>
4251         * emacs-lisp/backquote.el: Remove inappropriate customization
4252         (allowing custom.el to use backquote).
4254 2000-01-07  Dave Love  <fx@gnu.org>
4256         * add-log.el (add-log-debugging): Deleted.
4257         (add-change-log-entry): Treat a backup FILE-NAME as its parent
4258         file.  Remove debugging code.
4259         (change-log-get-method-definition, change-log-name): Add doc.
4260         (change-log-sortable-date-at): New function.
4261         (change-log-merge): New command.
4263         * time.el (display-time-string-forms): Make the Mail string active.
4264         (display-time-update): Provide help-echo for load average.
4266         * bindings.el (make-mode-line-mouse2-map): New function.
4267         (mode-line-modified): Use it and simplify.
4268         (mode-line-mule-info): Provide help-echo info.
4269         (minor-mode-alist): Activate the strings.
4270         (make-mode-line-mouse-sensitive): Simplify for
4271         mode-line-buffer-identification.
4273 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
4275         * play/pong.el: New file.
4277 2000-01-06  Dave Love  <fx@gnu.org>
4279         * array.el: Assorted cleanups for compiler warnings, doc strings,
4280         `array-' prefix for symbols.
4282 2000-01-05  Dave Love  <fx@gnu.org>
4284         * textmodes/outline.el (outline-mode-menu-bar-map): Add
4285         outline-headers-as-kill.
4286         (outline-mode): Define imenu-generic-expression.
4287         (outline-headers-as-kill): New command.
4289         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
4290         from paragraph-start.
4291         (paragraph-indent-minor-mode): New command.
4293         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
4294         M-C-e, M-C-h, C-j, C-xnd, TAB.
4295         (fortran-mode): Set beginning-of-defun, end-of-defun.
4296         (fortran-column-ruler): Simplify.
4297         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
4298         (fortran-with-subprogram-narrowing): Likewise.
4299         (fortran-indent-subprogram): Call mark-defun.
4300         (fortran-check-for-matching-do): Change narrowing.
4302         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
4303         (cl-lucid-hash-tag): Delete.
4304         (cl-hash-table-p): Correct test for native table.
4305         (cl-hash-table-count): Use hash-table-count.
4307         * browse-url.el (browse-url): Fix case of
4308         browse-url-browser-function being an alist.
4310 2000-01-05  Carsten Dominik  <cd@gnu.org>
4312         * textmodes/reftex-vars.el (reftex-parse-file-extension)
4313         (reftex-index-phrase-file-extension): New options.
4315         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
4316         Use new option `reftex-index-phrase-file-extension'.
4318         * textmodes/reftex.el (reftex-access-parse-file): Use new option
4319         `reftex-parse-file-extension'.
4321 2000-01-05  Dave Love  <fx@gnu.org>
4323         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
4324         (beginning-of-defun-raw): Use it.
4325         (end-of-defun): New variable.
4326         (end-of-defun): Use it.
4327         (check-parens): New command.
4329 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
4331         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
4332         (hs-show-block): Don't use `mapcar' when not accumulating.
4334         Fix buglet in local variables initialization.
4336 2000-01-05  Andreas Schwab  <schwab@suse.de>
4338         * hscroll.el (hscroll): Doc fix.
4340 2000-01-05  Carsten Dominik  <cd@gnu.org>
4342         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
4343         idlw-toolbar.
4345         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
4346         file idlw-rinfo.el.
4347         (idlwave-customize): load must read file idlw-shell.el.
4348         (idlwave-create-customize-menu): load must read file idlw-shell.el.
4350 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
4352         * progmodes/idlw-shell.el: Also provide idlwave-shell
4353         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
4354         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
4356         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
4357         both reftex-dcr and reftex-vcr.
4359         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
4361 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4363         * ps-print.el: PostScript code now is in separate files, doc fix.
4364         (ps-print-version): New version number (5.0.3).
4365         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
4366         local.
4367         (ps-spool-config): Initialization fix.
4368         (ps-print-prologue-1, ps-print-prologue-2)
4369         (ps-print-duplex-feature): PostScript code moved to separated file.
4370         (ps-background-image): Little code reformating.
4371         (ps-begin-file, ps-begin-job): Fix code.
4372         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
4373         (ps-prologue-file): New fun.
4375 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4377         * ps-vars.el: Eliminated.
4379         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
4380         `;;;###autoload'.
4382         * ps-print.el: ps-vars eliminated, doc fix.
4383         (ps-print-version): New version number (5.0.2).
4384         (ps-spool-config): Initialization fix.
4385         (ps-print-customize): New fun.
4387 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
4389         * autorevert.el (auto-revert-mode): Return value of
4390         auto-revert-mode.
4392 2000-01-04  Dave Love  <fx@gnu.org>
4394         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
4395         menu items.
4397 2000-01-03  Dave Love  <fx@gnu.org>
4399         * elide-head.el (elide-head) [defgroup]: Add :version.
4401         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
4402         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
4403         `cl-hash-table-p', not `hash-table-p'.
4404         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
4406 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4408         * faces.el (face-read-integer, read-face-attribute)
4409         (color-defined-p, color-values): unspecified-{f,b}g are now
4410         strings.
4412 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
4414         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
4415         at comment end, and re-insert them after filling.
4417 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4419         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
4420         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
4421         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
4423 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4425         * term/x-win.el (xw-defined-colors): Call color-supported-p,
4426         the new name of face-color-supported-p.
4428         * term/w32-win.el (xw-defined-colors): Likewise.
4430 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
4432         * simple.el (completion-setup-function): Count completion-size
4433         from minibuffer-prompt-end, not from point-min.
4435 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
4437         * faces.el (read-face-attribute, defined-colors, color-defined-p):
4438         Pass the frame to tty-color-* functions.
4439         (display-color-p, frame-set-background-mode): Pass the frame to
4440         tty-display-color-p.
4442         * term/tty-colors.el (tty-defined-color-alist): Renamed from
4443         tty-color-alist.
4444         (tty-color-alist, tty-modify-color-alist): New functions.
4445         (tty-color-define,  tty-color-clear, tty-color-approximate)
4446         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
4447         an optional parameter FRAME.
4449 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
4451         * image.el (create-image, defimage): Don't assume image data is a
4452         string.
4454         * image.el (defimage): Handle specifications containing :data
4455         instead of :file.
4456         (image-type-from-data): New function.
4457         (image-type-from-file-header): Use it.
4458         (create-image): Add parameter DATA-P.
4460 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4462         * echistory.el (electric-command-history): Call Command-history-setup
4463         and command-history-mode using their new conventions.
4465         * chistory.el (Command-history-setup): Don't switch buffers.  Take
4466         no args, and do not set major-mode, mode-name or the local map.
4467         (command-history-mode): New function, does some of those things
4468         Command-history-setup used to do.
4469         (list-command-history): Call command-history-mode, not
4470         Command-history-setup.
4471         (command-history): Renamed from command-history-mode.
4473 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4475         * arc-mode.el (archive-mode-map): Bind q to quit-window.
4477 1999-12-31  William M. Perry  <wmperry@aventail.com>
4479         * image.el (defimage): Images with the `:data' keyword should be
4480         considered valid as well.
4482 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4484         * dired.el (dired-get-filename): Don't call file-name-absolute-p
4485         with FILE if FILE is nil.
4487 1999-12-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4489         * simple.el (choose-completion-string): In minibuffer,
4490         do not delete the prompt string.
4492 1999-12-30  Gerd Moellmann  <gerd@gnu.org>
4494         * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
4495         assigned to mode-line-mode-menu because bindings.el is dumped with
4496         Emacs, and thus the lists used for menu-item definition will be
4497         copied to pure space.  Emacs' menu code (parse_menu_item) doesn't
4498         like pure menu item definitions.
4500         * expand.el (expand-abbrev-hook): Return t if expansion was
4501         done, nil otherwise.
4503 1999-12-29  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4505         * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
4506         (tar-quit): Function deleted.
4508 1999-12-29  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
4510         * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
4511         was used but not declared.
4513         (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
4514         hs-find-block-beginning): Add or modify docstrings.
4516         (hs-isearch-show): Rewrite.
4518 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
4520         * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
4522         * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
4523         space in front of a C-style comment end.
4525 1999-12-28  Eli Zaretskii  <eliz@is.elta.co.il>
4527         * startup.el (command-line-1): Make mode line mouse-sensitive for
4528         the MS-DOS version as well.
4530 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
4532         * bs.el: New file.
4534 1999-12-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4536         * textmodes/ispell.el (ispell-process-line):
4537         Add local var line-offset to adjust for the change
4538         in positions within the line, due to previous replacements.
4540 1999-12-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4542         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4543         Doc fixes.
4545 1999-12-27  Gerd Moellmann  <gerd@gnu.org>
4547         * add-log.el (change-log-version-number-regexp-list)
4548         (change-log-version-info-enabled): Change :version to 21.1.
4549         (toplevel): Require CL when compiling.
4551 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
4553         * add-log.el (change-log-version-number-regexp-list): Added tag
4554         :version 20.6
4555         (change-log-version-info-enabled): Added tag :version 20.6
4557 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
4559         * add-log.el: More general version number search with
4560         user-configurable regexp list.
4561         (change-log-version-number-regexp-list): New user variable.
4562         (change-log-find-version): Rewritten.  Use user-configurable
4563         version numbering regexp list
4564         change-log-version-number-regexp-list.
4565         (change-log-find-version): Renamed to
4566         change-log-version-number-search
4567         (add-log-file-name-function): New.
4568         (change-log-search-vc-number): Added END paramaeter.  Added doc
4569         string to function.
4570         (change-log-version-rcs): Renamed.  Was
4571         change-log-search-vc-number.
4573 1999-12-26  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
4575         * progmodes/compile.el (compilation-goto-locus): Delete hideshow
4576         overlays if they interfere.
4577         (compilation-find-file): Make intangible overlays tangible.
4579         * progmodes/hideshow.el: Generally, synch w/ maintainer
4580         version 5.9.
4582         (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
4584         (hs-minor-mode-hook): Don't initialize.
4586         (hs-special-modes-alist): Rewrite value and docstring.
4588         (hs-minor-mode-prefix): Delete unused var.
4590         (hs-block-start-mdata-select): New var, buffer local.
4592         (hs-headline): New var.
4594         (hs-match-data, hs-forward-sexp): New funcs.
4596         (hs-hide-comment-region): New func.
4598         (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
4599         hs-safety-is-job-n, hs-hide-initial-comment-block,
4600         hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
4601         hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
4602         hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
4603         hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
4604         hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
4606         (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
4607         (hs-isearch-show-temporary): New funcs.
4609         (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
4611         (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
4613         When constructing menu, use `[(shift button2)]' notation.
4615 1999-12-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4617         * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
4618         (jka-compr-compression-info-list): Add new elt to each vector.
4619         (jka-compr-write-region): Don't compress the data if it is
4620         already compressed.
4622         * jka-compr.el (jka-compr-really-do-compress): New variable.
4623         (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
4624         if visiting.
4625         (jka-compr-write-region): Set jka-compr-really-do-compress
4626         if visiting.  Test it when deciding to compress.
4628 1999-12-22  Gerd Moellmann  <gerd@gnu.org>
4630         * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
4631         with third argument t.
4633 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
4635         * antlr-mode.el: Version 1.2 is released.
4636         (antlr): This package has a web page.
4638 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
4640         * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
4641         regions.  Suggested by Dale Davis <Dale_Davis@securify.com>.
4642         (antlr-mode-map): New binding [C-c C-c].
4643         (antlr-mode-menu): New entries.
4645 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
4647         * antlr-mode.el: Respect Emacs conventions.
4648         ((require 'cl)): Only use during compilation.
4649         (antlr-language-for-option): New function to avoid using `find'.
4650         (antlr-mode): Use it.
4651         (antlr-with-syntax-table): Define new instead using XEmacs' one.
4652         (antlr-imenu-create-index-function): Change accordingly.
4653         (antlr-inside-rule-p): Ditto.
4654         (antlr-end-of-rule): Ditto.
4655         (antlr-end-of-body): Ditto.
4656         (antlr-beginning-of-rule): Ditto.
4657         (antlr-indent-line): Ditto.
4659 1999-11-21  Christoph Wedler  <Christoph.Wedler@sap.com>
4661         * antlr-mode.el: Really use `antlr-tab-offset-alist'.
4662         (antlr-set-tabs): Don't use hard-coded values.
4664         * antlr-mode.el: Minor navigation changes.  Not perfect, but this
4665         won't be possible without a huge time penalty.
4666         (antlr-skip-exception-part): Be more specific.
4667         (antlr-skip-file-prelude): Don't skip action prelude of next rule.
4668         Renamed from `antlr-skip-grammar-header'.
4669         (antlr-next-rule): Change accordingly.
4670         (antlr-end-of-body): Ditto.  Better error message.
4671         (antlr-beginning-of-body): Better error message.
4672         (antlr-imenu-create-index-function): Skip rule action prelude.
4674         * antlr-mode.el: Minor syntax highlighting changes.
4675         (antlr-font-lock-default-face): Deletia.
4676         (antlr-font-lock-tokendef-face): Changed color.
4677         (antlr-font-lock-tokenref-face): Changed color.
4678         (antlr-font-lock-literal-face): Changed color.
4679         (antlr-font-lock-additional-keywords): Minor changes.
4681 1999-12-20  Carsten Dominik  <cd@gnu.org>
4683         * progmodes/idlwave.el: New file.
4685         * progmodes/idlwave-rinfo.el: New file.
4687         * progmodes/idlwave-shell.el: New file.
4689         * progmodes/idlwave-toolbar.el: New file.
4691         * files.el (auto-mode-alist): idlwave-mode default for .pro files.
4693 1999-12-21  Gerd Moellmann  <gerd@gnu.org>
4695         * progmodes/cwarn.el: New file.
4697 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
4699         * bindings.el (completion-ignored-extensions): Add .pdf.
4701 1999-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
4703         * version.el: Put the version info into binary on MS-DOS as well.
4705 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
4707         * emacs-lisp/debug.el (debugger-continue): Don't continue if
4708         debugger-may-continue is nil.
4710 1999-12-18  Dave Love  <fx@gnu.org>
4712         * emacs-lisp/cl-macs.el: Remove conditional definition of
4713         eval-when-compile.  Don't specify abs, expt, gethash,
4714         hash-table-count, hash-table-p as side-effect-free here.
4715         (cl-emacs-type): Don't declare.
4716         (cl-compile-time-init): Remove Emacs 18 compiler patch.
4717         (cl-parse-loop-clause): Remove compatibility code.
4719         * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
4720         (side-effect-free-fns): Add gethash, hash-table-count.
4721         (side-effect-and-error-free-fns): Add hash-table-p.
4723         * emacs-lisp/cl.el: Remove Emacs 18 compatibility code.  Prepend
4724         `cl-' to autoload names for some hash functions.  Don't autoload
4725         eval-when-compile.  Don't provide mini-cl.
4726         (cl-emacs-type): Remove.
4727         (cl-map-extents): Remove compatibility code.
4729         * emacs-lisp/float.el: Bind free variables.
4731         * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
4733 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
4735         * bindings.el (completion-ignored-extensions): Add .tfm.
4737 1999-12-16  Dave Love  <fx@gnu.org>
4739         * faces.el (set-face-attribute): Purecopy the attributes set.
4741         * custom.el (custom-declare-variable): Purecopy value.
4743         * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
4744         (byte-extrude-byte-code-vectors): Use remprop.
4745         (byte-compile-lambda): Check that arg is a lambda.
4747 1999-11-16  Anders Lindgren  <AndersL@andersl.com>
4749         * font-lock.el: System for adding and removing keywords.
4750         Both local (previously added keyword) and global keywords
4751         can be removed.
4752         (font-lock-remove-keywords): New user-level function.
4753         (font-lock-update-removed-keyword-alist): New internal function.
4754         (font-lock-removed-keywords-alist): New variable.
4755         (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
4756         Empty `font-lock-keywords-alist' when `append' is `set' to avoid
4757         growing datastructures.
4758         (font-lock-set-defaults): Removes keywords stored in
4759         `font-lock-removed-keywords-alist' after local keywords added.
4761 1999-12-16  Anders Lindgren  <andersl@andersl.com>
4763         * font-lock.el (c-keywords, c++-keywords): Better "case" support for
4764         complex constant expressions, e.g. "case 1<<A_BIT_NO:".
4766         * font-lock.el (c-keywords): Only highlight preprocessor
4767         directives when spelled correctly.
4769         * font-lock.el (font-lock-match-c++-structor-declaration,
4770         c++-keywords): Fontify constructors and destructors with function
4771         face inside C++ class declarations.
4773 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
4775         * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
4776         the shell from sh-shell-file.
4778         * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
4780 1999-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
4782         * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
4783         if one of the files specified cannot be accessed by
4784         file-attributes.  Do not strip any leading directories from the
4785         file names, to behave more like `ls' does.
4787         * dired.el (dired-get-filename): Handle absolute file names.
4788         (dired-readin-insert): If argument is a cons, don't print
4789         "wildcard" on the ``total'' line.
4791 1999-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
4793         * faces.el (face-read-integer, read-face-attribute)
4794         (color-defined-p, color-values): Allow color values unspecified-fg
4795         and unspecified-bg, handle them as unspecified.
4797 1999-12-15  Carsten Dominik  <dominik@astro.uva.nl>
4799         * textmodes/reftex.el: (reftex-compile-variables): respect new
4800         structure of `reftex-index-macro'
4801         (reftex-compile-variables): Use the changed structure of
4802         `reftex-label-alist'.
4804         * textmodes/reftex-vars.el (reftex-index-math-format,
4805         (reftex-toc-max-level): New option.
4806         reftex-index-phrases-search-whole-words,
4807         reftex-index-phrases-case-fold-search,
4808         reftex-index-phrases-skip-indexed-matches,
4809         reftex-index-phrases-wrap-long-lines,
4810         reftex-index-phrases-sort-prefers-entry,
4811         reftex-index-phrases-sort-in-blocks): New options.
4812         (reftex-index-macros): Option structure changed.
4813         (reftex-index-macros-builtin): Added `repeat' item to each entry.
4814         (reftex-label-alist): Additional item in each entry to specify if
4815         the environment should be listed in the TOC.
4816         (eval-when-compile (require 'cl)) added.
4818         * textmodes/reftex-index.el (reftex-index-selection-or-word): No
4819         longer deals with "repeat".
4820         (reftex-index): "repeat property in `reftex-index-macro-alist' is
4821         now used.
4822         (reftex-index-phrases-comment-regexp,
4823         reftex-index-phrases-macrodef-regexp,
4824         reftex-index-phrases-phrase-regexp1,
4825         reftex-index-phrases-phrase-regexp2,
4826         reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
4827         New constants.
4828         (reftex-index-phrases-macro-data, reftex-index-phrases-files,
4829         reftex-index-phrases-font-lock-keywords,
4830         reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
4831         reftex-index-phrases-restrict-file): New variables.
4832         (reftex-index-phrase-selection-or-word,
4833         reftex-index-visit-phrases-buffer,
4834         reftex-index-initialize-phrases-buffer,
4835         reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
4836         reftex-index-next-phrase, reftex-index-this-phrase,
4837         reftex-index-all-phrases, reftex-index-region-phrases,
4838         reftex-index-phrases-parse-header,
4839         reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
4840         reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
4841         reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
4842         reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
4843         reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
4844         reftex-index-make-replace-string,
4845         reftex-query-index-phrase-globally, reftex-query-index-phrase,
4846         reftex-index-phrase-match-is-indexed,
4847         reftex-index-phrases-fixup-line,
4848         reftex-index-phrases-replace-space,
4849         reftex-index-select-phrases-macro): New functions.
4850         (reftex-index-globalize, reftex-index-globally): functions removed
4851         (eval-when-compile (require 'cl)) added.
4853          * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
4854          for max level.
4855          (reftex-toc-max-level-indicator): New variable.
4856          (reftex-toc-max-level): New command.
4857          (reftex-toc-map): New keybinding `t'.
4858          (reftex-toc-help): Constant updated.
4859          (eval-when-compile (require 'cl)) added.
4861          * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
4862          `t' command key can change `reftex-toc-max-level'
4863          (eval-when-compile (require 'cl)) added.
4865          * textmode/reftex-sel (reftex-insert-docstruct): Respect
4866          `reftex-toc-max-level'
4867          (eval-when-compile (require 'cl)) added.
4869          * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
4870          added.
4872          * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
4873          added.
4875          * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
4876          commands.
4877          (reftex-citation, reftex-do-citation,
4878          reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
4879          preselect a citation format.
4880          (eval-when-compile (require 'cl)) added.
4882          * textmodes/reftex-parse.el (reftex-context-substring): Optional
4883          parameter to-end
4884          (reftex-section-info): Deal with environment matches.
4885          (eval-when-compile (require 'cl)) added.
4887          * reftex-global.el (eval-when-compile (require 'cl)) added.
4889 1999-12-15  Kenichi Handa  <handa@etl.go.jp>
4891         The following changes are for the new composition mechanism.  We
4892         have deleted `composition' charset and composite characters,
4893         instead introduced a special text property `composition'.
4895         * composite.el: New file.
4897         * ps-mule.el: Define encode-composition-rule and find-composition
4898         for Emacs 20.4 and the earlier versions.
4899         (ps-mule-init-external-library): Just require a feature for
4900         external libraries.
4901         (ps-mule-prologue): Postscript code modified for new composition.
4902         (ps-mule-find-wrappoint): New arg COMPOSITION.
4903         (ps-mule-plot-string): Delete code for composite characaters.
4904         (ps-mule-plot-composition): New funcion.
4905         (ps-mule-prepare-font-for-components): New function.
4906         (ps-mule-plot-components): New function.
4907         (ps-mule-composition-prologue-generated): Renamed from
4908         ps-mule-cmpchar-prologue-generated.
4909         (ps-mule-composition-prologue): New named from
4910         ps-mule-cmpchar-prologue.  Modified for new composition.
4911         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
4912         ps-mule-prepare-cmpchar-font): Deleted.
4913         (ps-mule-string-encoding): New arg NO-SETFONT.
4914         (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
4915         check Composing, not Cmpchar
4916         (ps-mule-initialize): Set ps-mule-composition-prologue-generated
4917         to nil.
4918         (ps-mule-begin-job): Check existence of new composition.
4920         * ps-print.el (ps-plot-region): Handle new composition.
4922         * simple.el (what-cursor-position): Show "(composed)" if the
4923         character is composed.
4925         * international/characters.el: Fix cateogries of Lao symbols.
4927         * international/fontset.el (vertical-centering-font-regexp): New
4928         variable.
4930         * international/mule.el (mule-version): Updated to 5.0 (AOI).
4931         (mule-version-date): Updated to 1999.12.7.
4932         (with-category-table): New macro.
4934         * international/mule-cmds.el (encode-coding-char): Don't check
4935         composite character.
4937         * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
4938         iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
4939         x-ctext): Give `composition' property t.
4941         * international/mule-util.el (set-nested-alist): Set BRANCHES (if
4942         non-nil) at the tail of ALIST.
4943         (compose-region, decompose-region, decompse-string,
4944         reference-point-alist, compose-chars): Moved to composite.el.
4945         (compose-chars-component, compose-chars-rule,
4946         decompose-composite-char): Deleted.
4948         * international/quail.el (quail-install-map): New optional arg
4949         NAME.
4950         (quail-get-translation): If DEF is a symbol but not a function,
4951         ignore it.
4952         (quail-start-translation): Put a key sequence undefined in the
4953         translation keymap in unread-command-events, not generated-events.
4954         Return parameterized event (compose-last-chars N) if the input
4955         characters should be composed.
4956         (quail-map-definition): If DEF is t, treat it as nil.
4957         (quail-delete-last-char): Delete the quail region.
4958         (quail-show-translations): Don't show list of translations if the
4959         quail package is deterministic.
4960         (quail-completion-max-depth): New variable.
4961         (quail-completion-1): Pay attention to the above variable.  Fix
4962         for the case that a translation is a function.
4963         (quail-map-from-table, quail-map-from-table-1,
4964         quail-map-from-table-2): New functions.
4965         (quail-lookup-map-and-concat): New function
4967         * language/devan-util.el: Mostly rewritten.
4969         * language/lao.el: Register lao-composition-function in
4970         composition-function-table.
4972         * language/lao-util.el: Mostly rewritten.
4974         * language/thai.el: Register thai-composition-function in
4975         composition-function-table.
4976         (thai-tis620): Delete `pre-write-conversion' property.
4978         * language/thai-util.el: (thai-category-table): Make it by
4979         make-category-table.
4980         (thai-composition-pattern): New variable.
4981         (thai-compose-region, thai-compose-string): Use
4982         with-category-table.
4983         (thai-post-read-conversion): Just call thai-compose-region.
4984         (thai-pre-write-conversion): Deleted.
4985         (thai-composition-function): New funciton.
4987         * language/tibet-util.el: Most functions rewritten.
4988         (tibetan-char-p): Renamed from tibetan-char-examin.
4989         (tibetan-composable-examin) (tibetan-complete-char-examin)
4990         (tibetan-vertical-stacking) (tibetan-composition): Deleted.
4991         (tibetan-add-components): New function.
4992         (tibetan-composition-function): New function.
4994         * language/tibetan.el: Register tibetan-composition-function in
4995         composition-function-table.
4996         (tibetan-composable-pattern): New variable.
4997         (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
4998         (tibetan-precomposition-rule-alist): Move punctuations to
4999         tibetan-punctuation-transcription-alist and
5000         tibetan-obsolete-glyphs.
5001         (tibetan-punctuation-transcription-alist): New variable.
5002         (tibetan-obsolete-glyphs): New variable.
5003         (tibetan-regexp): Improve the initialization code.
5005         * textmodes/fill.el (fill-find-break-point): Delete codes for
5006         composite characters.
5007         (fill-region-as-paragraph): Likewise.
5009 1999-12-14  Gerd Moellmann  <gerd@gnu.org>
5011         * international/mule-cmds.el (default-input-method): Specify
5012         that it should be set after current-language-environment.
5014         * custom.el (custom-handle-keyword): Add :set-after.
5015         (custom-add-dependencies): New function.
5016         (custom-set-variables): Take dependencies between args into
5017         account.
5019         * battery.el (battery): Doc fix.
5021 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
5023         * progmodes/cc-make.el: Removed.
5025 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5027         * Release of cc-mode 5.26
5029 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5031         * cc-cmds.el (c-forward-conditional): Handle an arbitrary
5032         target depth.  Optionally count #else lines as clause limits,
5033         as suggested by don provan <provan@lucent.com>.  #elif
5034         handling fixed.
5036         * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
5037         (c-down-conditional-with-else): New commands that uses the
5038         added functionality in `c-forward-conditional'.
5040 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5042         * cc-align.el (c-lineup-comment): Preserve the alignment with
5043         a comment on the previous line instead of preserving the
5044         comment-column.
5046 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5048         * Fixes to IDL mode after input from Eric Eide
5049         <eeide@cs.utah.edu>:
5050         * cc-engine.el (c-beginning-of-statement-1): Allow
5051         `c-conditional-key' to be nil, for the benefit of IDL mode.
5052         * cc-engine.el (c-guess-basic-syntax): Ditto.
5053         cc-langs.el (C-IDL-class-key): Fixed.  Don't match `class'
5054         but do match CORBA 2.3 `valuetype'.
5055         * cc-langs.el (c-IDL-access-key): New defconst.  Should be nil
5056         for IDL.
5057         * cc-langs.el (c-IDL-conditional-key): New defconst.  Should
5058         be nil for IDL.
5059         * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
5060         Like C++.
5061         * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts.  Also,
5062         set `c-method-key' and `c-baseclass-key' to nil.
5064 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5066         * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
5067         with nonhanging open braces.
5069 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5071         * cc-align.el: Added docstrings to all lineup functions.
5073         * cc-align.el (c-lineup-java-throws): Handle a hanging throws
5074         keyword.
5076         * cc-align.el (c-lineup-C-comments): Handle free form text
5077         comments.  Use c-comment-prefix-regexp and comment-start-skip
5078         instead of hardcoded regexps.
5080 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5082         * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
5083         behavior and return value as documented.
5085 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5087         * Changes for new style variable init system:
5088         * cc-langs.el (c-common-init): Dito.
5089         * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
5090         now customizable.
5091         * cc-vars.el: Style variables may now take a value
5092         'set-from-style to make them take their value from the style
5093         system. This value is now the default on all these variables.
5094         * cc-vars.el (c-valid-offset): New function to verify a
5095         syntactic symbol offset setting.
5096         * cc-vars.el (c-offsets-alist): Variable moved from
5097         cc-styles.el since it's now customizable in a similar way to
5098         the other style variables.
5099         * cc-vars.el (c-old-style-variable-behavior): New variable to
5100         revert to the old style init behavior.
5102         * cc-vars.el (c-file-style, c-file-offsets): Made always
5103         buffer local.
5105         * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
5106         the throws clause that might follow the function prototype in
5107         C++.
5109 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5111         * cc-defs.el (c-beginning-of-macro): Fixed bug where point
5112         could move forward for macros that doesn't start in column 0.
5114 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5116         * cc-align.el (c-indent-multi-line-block,
5117         c-lineup-whitesmith-in-block): Two new lineup functions for
5118         use in whitesmith style.
5120         * cc-styles.el (c-style-alist): More fixes to whitesmith
5121         style.  It should now handle all different braces uniformly in
5122         both hanging and non-hanging cases.
5124 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5126         * cc-cmds.el (c-indent-exp): Use a marker to save point to
5127         make it stay in the same position relative to the surrounding
5128         text.
5130         * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
5131         when adaptive-fill-mode doesn't manage to get it correct.
5133         * cc-menus.el (cc-imenu-java-generic-expression): Handle types
5134         with dotted notation, e.g. foo.bar.Gnu.
5136         * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
5137         within unwind-protect (previously only some were wrapped so it
5138         would be possible to register mode initialization when full
5139         initialization did not finish).
5141         * cc-styles.el (c-style-alist): Corrected the brace placement
5142         in the whitesmith style.  Thanks to Sean Luke
5143         <seanl@cs.umd.edu>.  Also extended the bsd and whitesmith
5144         styles with consistent brace placement for all constructs.
5146 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5148         * cc-cmds.el (c-context-line-break): Continue C++ comments too
5149         when point is in the middle of them.
5151         * cc-cmds.el: Line breaking and paragraph filling code
5152         rewritten:
5153         (c-guess-fill-prefix): New function that uses various
5154         heuristics to guess the comment prefix.
5155         (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
5156         It now assumes adaptive filling is active to preserve the line
5157         prefix inside comments.
5158         (c-indent-new-comment-line): Replacement for the now
5159         obsolete `c-comment-line-break-function' that uses
5160         `c-guess-fill-prefix' when appropriate.  It now observes the
5161         setting of `comment-multi-line', which has effect in C-style
5162         block comments.
5164         * cc-cmds.el (c-context-line-break): New function intended to
5165         be put on RET.  It's essentially `newline-and-indent', but
5166         continues C block comments with the appropriate line prefix.
5168         * cc-cmds.el (c-do-auto-fill): New function put on
5169         `normal-auto-fill-function' to implement the
5170         `c-ignore-auto-fill' variable.
5172         * cc-cmds.el (c-beginning-of-statement): Use
5173         `c-comment-prefix-regexp' to avoid ending up inside the
5174         comment prefix.  Better handling of comment starters and
5175         enders. Catch comments better when traversing code.  Stop at
5176         preprocessor directives.
5178         * cc-defs.el (c-forward-comment): New subst to hide platform
5179         dependent quirks in `forward-comment'.
5181         * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
5182         argument.
5183         (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
5184         arguments. Activate this function by default when
5185         `parse-partial-sexp' supports it (currently Emacs 20.x).
5187         * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
5188         on the comment opener to make constants usable as lineup
5189         arguments.
5191         * cc-align.el (c-lineup-C-comments): Fixes to handle the
5192         changed anchor position in the `c' syntactic symbol.  Handle
5193         more than stars in the comment prefix; use the new variable
5194         `c-comment-prefix-regexp'.  Don't indent text not preceded by
5195         a comment prefix to the right of the comment opener if it's
5196         long.
5198         * cc-langs.el: Fixes to mode initialization for new line
5199         breaking and paragraph filling method.  Adaptive fill mode is
5200         now activated at startup instead of deactivated.  The
5201         variables used for adaptive filling and paragraph movement are
5202         also changed to incorporate the value of
5203         `c-comment-prefix-regexp'.  `substitute-key-definition' is
5204         used to override some functions in the global map instead of
5205         overriding their default bindings.
5207         * cc-mode.el (java-mode): Modify `paragraph-start' for the
5208         javadoc markup at mode init.
5210         * cc-mode.el (c-setup-filladapt): A new convenience function
5211         to configure Kyle E. Jones' Filladapt mode for CC Mode.  This
5212         function is intended to be used explicitly by the end user
5213         only.
5215         * cc-vars.el (c-comment-prefix-regexp): New variable used to
5216         recognize the comment fill prefix inside comments.
5217         (c-block-comment-prefix): New name for
5218         `c-comment-contiuation-stars', which is now obsolete.  It's
5219         generalized to handle any character sequence.
5220         (c-ignore-auto-fill): New variable used to selectively disable
5221         Auto Fill mode in specific contexts.
5223 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5225         * cc-cmds.el (c-comment-indent): Leave at least one space
5226         between the comment and the last nonblank character in the
5227         case where we look at the indentation of the comment on the
5228         previous line (case 4).
5230         * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
5231         list of characters that may start a statement (it's a sort of
5232         prefix operator in Pike, and isn't used at all in any of the
5233         other languages).
5235 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5237         * cc-engine.el (c-guess-basic-syntax): Report brace list opens
5238         inside continued statements as statement-cont instead of
5239         brace-list-open.  The reason is that one normally adjusts
5240         brace-list-open for brace lists as top-level constructs, and
5241         brace lists inside statements is a completely different
5242         context.  Case 10B.2 changed.  Also changed (the somewhat
5243         esoteric) case 9A to cope with this.
5245 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5247         * cc-cmds.el (c-electric-brace): Added electric handling of
5248         the open brace for brace-elseif-brace.
5250 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5252         * cc-defs.el (c-with-syntax-table): New macro to easily switch
5253         syntax tables temporarily.
5255         * cc-engine.el (c-guess-basic-syntax): Handle template and
5256         member init argument lists split over several lines.  Case 5D
5257         changed.
5259         * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
5260         @throws introduced in Javadoc 1.2.
5262         * cc-menus.el (cc-imenu-java-generic-expression): Applied
5263         patch from RMS to avoid infinite backtracking.
5265 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5267         * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
5268         by [ ].
5270 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5272         * cc-align.el (c-lineup-dont-change): Compensate properly for
5273         the column in langelem.
5275         * cc-engine.el (c-syntactic-information-on-region): New
5276         function to help debugging the syntactic analysis.
5278 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5280         * cc-align.el (c-lineup-template-args): Handle nested template
5281         arglists.
5283         * cc-langs.el (c++-template-syntax-table): New syntax table
5284         that makes `<' and `>' parenthesis characters, which is useful
5285         to switch to temporarily when analyzing template arglists.
5287         * cc-styles.el: Changed default alignment of labels in the
5288         java style to conform to the examples in the Java Language
5289         Specification.
5291         * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
5292         by default.
5294 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5296         * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
5297         immediately before the closing paren in an arglist, so don't
5298         check that in Pike mode.  Case 7A changed.
5300 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5302         * cc-cmds.el (c-indent-region): Fixed bug where comment-only
5303         lines were ignored under certain conditions.
5305 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5307         * cc-align.el (c-lineup-template-args): New function for
5308         aligning continued template argument lists.
5310         * cc-engine.el (c-guess-basic-syntax): Fix for member init
5311         lists containing function arglists split over several lines.
5312         Case 5D.1 changed.
5314         * cc-engine.el (c-guess-basic-syntax): Fixed bug where
5315         template-args-cont didn't get recognized when the first
5316         arglist opener line doesn't contain a template argument.  New
5317         case 5K.
5319 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5321         * cc-defs.el (c-point): Changed from subst to macro for
5322         efficiency.
5323         (c-beginning-of-defun-1, c-end-of-defun-1): New
5324         beginning-of-defun/end-of-defun wrappers separated from
5325         c-point.
5327         * cc-menus.el (imenu-generic-expression,
5328         imenu-case-fold-search, imenu-progress-message): Dummy
5329         definitions to avoid compiler warnings if imenu can't be
5330         loaded.
5331         * cc-menus.el (cc-imenu-init): New function called at mode
5332         init.
5333         * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
5334         imenu initializations to cc-imenu-init.
5336 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5338         * cc-engine.el (c-guess-basic-syntax): Slightly better check
5339         for lambda-intro-cont in Pike mode.  Case 6 changed.
5341         * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
5342         anything following "new Foo()" was considered an anonymous
5343         class body in Java mode.
5345 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
5347         * cc-cmds.el (c-comment-line-break-function): When breaking in
5348         a string, don't insert a new line.
5350 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
5352         * cc-engine.el (c-at-toplevel-p): New interface function which
5353         returns information useful to add-on authors.  It tells you
5354         whether you're at a toplevel statement or not.
5356 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
5358         * cc-cmds.el (c-comment-line-break-function): It is possible
5359         that forward-line does not land us at the bol, say if we're on
5360         the last line in a file.  In that case, do a
5361         back-to-indentation instead of a forward-comment -1.
5363 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5365         * cc-engine.el (c-beginning-of-statement-1): Don't catch
5366         "default:" as normal label in case 4.
5368 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5370         * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
5371         recognize continued bitfield declarations.  Case 5D.1 changed.
5372         * cc-langs.el: New variable c-bitfield-key.
5373         * cc-mode.el: New variable c-bitfield-key.
5375 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
5377         * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
5378         anonymous array expressions (i.e. "new Foo[] {.. bracelist
5379         ..}").
5381 1999-12-12  Dave Love  <fx@gnu.org>
5383         * mail/footnote.el: Require cl when compiling.  Don't autoload
5384         keymap and minor-mode-alist stuff.  Don't set zmacs-region-stays.
5385         (footnote-insert-text-marker, Footnote-insert-pointer-marker):
5386         Avoid `acons'.
5387         (footnote-mode-line-string, Footnote-add-footnote): Remove
5388         autoload cookie.
5390 1999-12-12  Richard Sharman  <rsharman@pobox.com>
5392         * sh-script.el: Fix for when font-lock mode is active.
5393         (sh-font-lock-unfontify-region-function): New function.
5395 1999-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
5397         * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
5398         if start-process is not bound, since Ispell now supports such
5399         platforms as well.
5401 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
5403         * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
5404         rmail-summary-goto-msg.
5406         * files.el (after-find-file): Fix previous change.
5408 1999-12-11  Dave Love  <fx@gnu.org>
5410         * help.el (where-is): Use `commandp' as predicate for
5411         `completing-read'
5413 1999-12-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5415         * cus-edit.el (custom-save-delete): Delete all occurrences,
5416         leave point where the first occurrence was.
5417         (custom-save-faces): Insert a newline at the end of the comment.
5418         Avoid a double newline there.
5419         If final closeparen is at bol, put a space before it.
5420         (custom-save-variables): Likewise.
5421         (custom-file): Doc fix.
5423 1999-12-10  Gerd Moellmann  <gerd@gnu.org>
5425         * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
5426         regexp matching image and audio files.
5428 1999-12-09  Dave Love  <fx@gnu.org>
5430         * mail/footnote.el: New file.
5432 1999-12-09  Gerd Moellmann  <gerd@gnu.org>
5434         * files.el (after-find-file): Use auto-save-visited-file-name if
5435         set.
5437         * mail/feedmail.el (feedmail-find-eoh): Take
5438         feedmail-queue-alternative-mail-header-separator into account.
5440 1999-12-09  Stefan Monnier  <monnier@cs.yale.edu>
5442         * smerge-mode.el: New file.
5444         * font-lock.el (font-lock-multiline): New variable.
5445         (font-lock-add-keywords): Rename `major-mode' into `mode'.
5446         (font-lock-remove-keywords): Added a dummy `mode' argument for
5447         potential future support.
5448         (font-lock-fontify-anchored-keywords,
5449         (font-lock-fontify-keywords-region): Only handle multiline strings
5450         if necessary (avoids a pathological behavior in (f.ex) diff-mode).
5452 1999-12-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5454         * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
5456         * dired-aux.el (dired-insert-subdir): Add autoload cookie.
5458 1999-12-07  Dave Love  <fx@gnu.org>
5460         * help.el (view-emacs-problems): New command, bound to C-h P.
5462         * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
5464 1999-12-07  Stefan Monnier  <monnier@cs.yale.edu>
5466         * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
5467         (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
5468         New code to support the minor mode version.
5469         (diff-recenter): New function.
5470         (diff-next-hunk, diff-next-file): Use it.
5471         (diff-remembered-files-alist): New var.
5472         (diff-merge-strings): New function.
5473         (diff-find-file-name): Make it smarter and use the user's input more.
5474         (diff-mode): Cosmetic changes.
5476         * files.el (save-some-buffers): Turn EXITING into the more general
5477         PRED argument to allow specifying a subset of buffers.
5479         * simple.el (kill-region): Use the new `delete-and-extract-region'
5480         rather than the undo log (which is incorrect with *-change-functions).
5482         * font-lock.el (font-lock-default-fontify-region): Fix subtle
5483         off-by-one problem that could force re-fontifying the whole buffer.
5484         (font-lock-remove-keywords): New function.
5485         (font-lock-add-keywords): Use the new function to ensure idempotence.
5487 1999-12-06  Michael Kifer  <kifer@cs.sunysb.edu>
5489         * viper-cmd.el (viper-minibuffer-standard-hook,
5490         viper-minibuffer-real-start): Mew functions.
5491         (viper-read-string-with-history,viper-file-add-suffix,
5492         viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
5493         change in the status of the minibuffer prompt.
5495 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
5497         * comint.el (comint-redirect-results-list)
5498         (comint-redirect-results-list-from-process): Remove interactive
5499         spec.
5501 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
5503         * info.el (info-node, info-menu-5, info-xref): Define colors for
5504         Info faces if the display supports them.
5506 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
5508         Changes for automatic remapping of X colors on terminal frames:
5510         * term/pc-win.el (msdos-setup-initial-frame): New function, run by
5511         term-setup-hook.  Call msdos-remember-default-colors and
5512         msdos-handle-reverse-video.
5513         (msdos-face-setup): Parts of code moved to
5514         msdos-setup-initial-frame.
5515         (msdos-handle-reverse-video): New function, modeled after
5516         x-handle-reverse-video.
5517         (make-msdos-frame): Don't use initial-frame-alist and
5518         default-frame-alist.  Call msdos-handle-reverse-video.
5519         (msdos-color-aliases): Remove.
5520         (msdos-color-translate, msdos-approximate-color): Remove.
5521         (msdos-color-values): Use 16-bit RGB values.  RGB values updated
5522         for better approximation of X colors.
5523         (msdos-face-setup): Call tty-color-clear.  Remove code that sets
5524         up tty-color-alist (it is now on startup.el).
5525         (x-display-color-p, x-color-defined-p, x-color-values,
5526         x-defined-colors, face-color-supported-p, face-color-gray-p):
5527         Remove.
5529         * facemenu.el (facemenu-read-color, list-colors-display): Use
5530         defined-colors for all frame types.
5531         (facemenu-color-equal): Use color-values for all frame types.
5533         * faces.el (read-face-attribute): For :foreground and :background
5534         attributes and frames on character terminals, translate the color
5535         to the closest supported one before looking it up in the list of
5536         valid values.
5537         (face-valid-attribute-values): Call defined-colors for all types
5538         of frames.
5539         (defined-colors, color-defined-p, color-values, display-color-p):
5540         New finctions.
5541         (x-defined-colors, x-color-defined-p, x-color-values,
5542         x-display-color-p): Aliases for the above.
5544         * startup.el (command-line): Register terminal colors for frame
5545         types other than x and w32, but only if the terminal supports
5546         colors.  Call tty-color-define instead of face-register-tty-color.
5548         * term/x-win.el (xw-defined-colors): Renamed from
5549         x-defined-colors.
5550         * term/w32-win.el (xw-defined-colors): Likewise.
5552         * term/tty-colors.el: New file.
5553         * loadup.el: Load term/tty-colors.
5555 1999-12-06  Dave Love  <fx@gnu.org>
5557         * ffap.el: Autoload the ffap alias directly.
5559 1999-12-06  Inge Frick  <inge@nada.kth.se>
5561         * dired-aux.el (dired-do-shell-command): Changed documentation.
5562         (dired-shell-stuff-it): A `?' in COMMAND has now the same
5563         meaning as `*'.
5565 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
5567         * simple.el (insert-buffer): Doc fix.
5569         * apropos.el (apropos-mode): Add autoload cookie.
5571 1999-12-06  Sam Steingold  <sds@goems.com>
5573         * progmodes/etags.el (etags-tags-completion-table): Modified the
5574         regexp to allow for the CL symbols starting with `+*'.
5575         (tags-completion-table): Doc fix (it's an obarray, not an alist).
5576         (tags-completion-table, tags-recognize-empty-tags-table): Remove
5577         `function' quoting lambda.
5578         (tags-with-face): New macro.
5579         (list-tags, tags-apropos): Use it.
5580         (tags-apropos-additional-actions): New user option.
5581         (etags-tags-apropos-additional): Use it.
5582         (tags-apropos): Call etags-tags-apropos-additional.
5583         (tags-apropos-verbose): New user option.
5584         (etags-tags-apropos): Use it.
5585         (visit-tags-table-buffer, next-file): Use `unless'.
5586         (recognize-empty-tags-table): Renamed to
5587         tags-recognize-empty-tags-table.
5588         (complete-tag): Call tags-complete-tag bypassing try-completion.
5590 1999-12-06  Kenichi Handa  <handa@etl.go.jp>
5592         * international/mule.el (set-buffer-file-coding-system): Docstring
5593         modified.
5595 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5597         * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
5598         using the hideshow package.
5599         (hs-special-modes-alist): Added entry for bibtex to allow the use
5600         of the hideshow package.
5601         (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
5602         not longer provided by bibtex.el directly.  Instead the hideshow
5603         package should be used.
5604         (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
5605         references to bibtex-hide-entry-bodies.
5607 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
5609         * textmodes/bibtex.el: Copyright notice is up to date.  Moved
5610         maintainer information closer to the beginning of the bibtex.el
5611         file.
5612         (bibtex-maintainer-salutation): New constant.
5613         (bibtex-version): New constant.
5614         (bibtex-submit-bug-report): Use bibtex-version and
5615         bibtex-maintainer-salutation.
5616         (bibtex-entry-field-alist): Made booktitle field optional for
5617         @inproceedings entries when crossreferenced.
5618         (bibtex-entry-field-alist): Added booktitle field to proceedings
5619         entry type (for cross referencing). Thanks to Wagner Toledo Correa
5620         for the suggestion.
5621         (bibtex-string-file-path): Fixed typo.
5623 1999-12-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
5625         * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
5626         for reftex.el.
5627         (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
5628         to menu.
5630 1999-12-04  Dave Love  <fx@gnu.org>
5632         * delsel.el: Revert previous change -- region is significant to
5633         skeleton.
5635 1999-12-04  Michael Kifer  <kifer@cs.sunysb.edu>
5637         * viper-cmd.el (viper-change-state): Use
5638         viper-ESC-moves-cursor-back to decide whether to move the cursor
5639         back.
5641 1999-12-03  Kenichi Handa  <handa@mule.m17n.org>
5643         * international/mule-util.el (truncate-string-to-width): Docsting
5644         fixed.
5646 1999-12-02  Stefan Monnier  <monnier@cs.yale.edu>
5648         * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
5649         use of `cond'.
5650         (lm-with-file): Move all the find-file...kill-buffer stuff into
5651         this macro.  Make it use `find-file-noselect' and make it kill
5652         the buffer only if it wasn't already displayed somewhere.
5653         (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
5654         (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
5655         (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
5656         (lm-commentary): Fix to handle the case when the change log is
5657         at the end of the file.
5659 1999-12-02  Kenichi Handa  <handa@etl.go.jp>
5661         * international/mule.el (charsetp): Fix typo in docstring.
5663         * international/mule-diag.el (list-coding-categories): Fix typo;
5664         automatic -> autoload.
5666 1999-12-02  Gerd Moellmann  <gerd@gnu.org>
5668         * vc.el (vc-update-change-log): Look for rcs2log under
5669         exec-directory.
5671         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
5672         outline-regexp, add outline-level.
5673         (lisp-outline-level): New.
5675         * calendar/appt.el (appt-convert-time): Handle "12:MMam",
5676         remove extraneous string-match.
5678         * finder.el (finder-commentary): Activate Finder mode.
5680 1999-12-01  Anders Lindgren  <andersl@andersl.com>
5682         * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
5683         off when reverting buffers that contained mode specifiers.
5684         `revert-buffer' is now called with non-nil PRESERVE-MODES
5685         argument.
5687 1999-12-01  Dave Love  <fx@gnu.org>
5689         * delsel.el: Grok skeleton-pair-insert-maybe.
5691 1999-11-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5693         * progmodes/cperl-mode.el (cperl-under-as-char):
5694         Use nil as default.
5696 1999-11-30  Gerd Moellmann  <gerd@gnu.org>
5698         * speedbar.el (toplevel): Remove compatibility code for Emacs
5699         versions without custom.el.
5701 1999-11-30  Dave Love  <fx@gnu.org>
5703         * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
5705         * autoinsert.el: Minor doc fixes.
5706         (auto-insert): Return nil.
5708         * faces.el (set-face-documentation): Purecopy STRING.
5710 1999-11-29  Dave Love  <fx@gnu.org>
5712         * derived.el: Doc fixes, remove old backquote syntax.
5714         * cus-edit.el (custom-save-variables, custom-save-faces): Write a
5715         comment warning about editing.
5717         * help.el (help-mode-hook): Define.
5719 1999-11-29  Gerd Moellmann  <gerd@gnu.org>
5721         * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
5722         invalid translation of old-style backquote syntax to new syntax.
5724 1999-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
5726         * Makefile (DONTCOMPILE): Add term/internal.el.
5728 1999-11-26  Dave Love  <fx@gnu.org>
5730         * comint.el: Fix last change.
5732         * emacs-lisp/advice.el: Fix last change.
5734 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5736         * cus-edit.el (Custom-reset-standard): Doc fix.
5737         (custom-variable-reset-standard): Doc fix.
5738         (custom-face-reset-standard): Doc fix.
5739         (custom-face-menu): "Reset to Standard" => "Erase Customization".
5740         (custom-variable-menu): Likewise.
5741         (custom-reset-menu): Likewise.
5742         (custom-buffer-create-internal): Likewise.
5744 1999-11-26  Dave Love  <fx@gnu.org>
5746         * progmodes/make-mode.el (makefile-mode-hook): Customize.
5748         * font-lock.el: Doc fixes.
5750         * menu-bar.el (menu-bar-mode): Customize.
5752         * cus-start.el: Add use-dialog-box.
5754         * add-log.el (change-log-mode-hook): Customize.
5755         (add-log-current-defun): Use
5756         fortran-{beginning,end}-of-subprogram.
5758 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5760         * emacs-lisp/advice.el: Many doc fixes.
5762         * comint.el (comint-preoutput-filter-functions): Doc fix.
5764 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5766         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5767         Improve messages for capitalization of arg names,
5768         for flag variables, for t and nil, for imperatives.
5769         Call them imperatives rather than infinitives sans "to".
5770         (checkdoc-common-verbs-wrong-voice): Add "moves".
5771         (checkdoc-message-text-engine): Improve messages for y-or-n-p.
5773         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5774         Don't convert comments from 3-semicolon to 2-semicolon.
5775         That is a matter of style.
5776         (checkdoc-triple-semi-comment-check-flag): Variable deleted.
5777         (checkdoc-comments): Don't bind that variable.
5779 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5781         * files.el (write-file-hooks): Doc fix.
5783 1999-11-26  Gerd Moellmann  <gerd@gnu.org>
5785         * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
5787 1999-11-25  Dave Love  <fx@gnu.org>
5789         * hippie-exp.el: Require comint when compiling.
5790         (hippie-expand): Add :links.
5791         (hippie-expand-try-functions-list): Customize.
5793 1999-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
5795         * viper*el: Replaced old-style backquotes.
5797         * ediff*el: Replaced old-style backquotes.
5799         * ediff-merge
5800         (ediff-looks-like-combined-merge,ediff-get-combined-region):
5801         Changed to support the new format for ediff-combination-pattern.
5803         * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
5804         Changed to support the new format for ediff-combination-pattern.
5806 1999-11-24  Dave Love  <fx@gnu.org>
5808         * custom.el (custom-declare-group): Purecopy DOC.
5809         (custom-handle-keyword): Purecopy VALUE.
5810         (custom-add-link): Purecopy WIDGET.
5811         (custom-add-version): Purecopy VERSION.
5812         (custom-add-load): Purecopy LOAD.
5814         * cus-face.el (custom-declare-face): Purecopy DOC.
5816         * info.el:
5817         (Info-build-node-completions, Info-search, Info-follow-reference)
5818         (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
5819         (Info-find-emacs-command-nodes): Avoid properties on matched text
5820         which may appear in minibuffer.
5822 1999-11-24  Gerd Moellmann  <gerd@gnu.org>
5824         * locate.el (locate-with-filter): Doc fix.
5826 1999-11-24  Alex Schroeder  <alex@gnu.org>
5828         * sql.el (sql-find-sqli-buffer): New function.
5829         (sql-set-sqli-buffer-generally): New function.
5830         (sql-set-sqli-buffer): Better checking of new-buffer.
5831         (sql-copy-column): Add comma after INTO clause, too.
5833 1999-11-24  Alex Schroeder  <alex@gnu.org>
5835         * sql.el (sql-imenu-generic-expression): New, used to set
5836         imenu-generic-expression.
5838         * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
5839         setting font-lock-defaults' SYNTAX-ALIST.  Set
5840         imenu-generic-expression, imenu-case-fold-search, and
5841         imenu-syntax-alist.
5843         * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
5844         and 46 when setting font-lock-defaults' SYNTAX-ALIST.
5846 1999-11-23  Andrew Innes  <andrewi@gnu.org>
5848         * w32-win.el (w32-drag-n-drop): Load files in current window, if
5849         drop coords aren't over a specific window.
5851 1999-11-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5853         * ps-print.el: Define mule funs without checking if mule package is
5854         loaded.
5855         (ps-print-version): New version number (5.0.1).
5856         (ps-header-dirpart): Now uses abbreviate-file-name.
5858 1999-11-23  Dave Love  <fx@gnu.org>
5860         * progmodes/fortran.el (fortran-comment-line-start): Renamed from
5861         comment-line-start.
5862         (fortran-comment-line-start-skip): Renamed from
5863         comment-line-start-skip.
5864         (fortran-mode-map): Use renamed functions.  Add manual and custom
5865         entries to menu.
5866         (fortran-mode-hook): Customize.
5867         (fortran-comment-indent-function): Renamed from
5868         fortran-comment-hook.
5869         (delete-horizontal-regexp): Function deleted.
5870         (fortran-electric-line-number): Simplified.
5871         (fortran-beginning-of-subprogram): Renamed from
5872         beginning-of-fortran-subprogram.
5873         (fortran-end-of-subprogram): Renamed from
5874         end-of-fortran-subprogram.
5875         (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
5876         (fortran-previous-statement, fortran-next-statement): Simplified.
5877         (fortran-blink-match): New function.
5878         (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
5879         (fortran-indent-to-column): Don't use delete-horizontal-regexp.
5880         (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
5881         line-end-position.
5882         (fortran-fill): No longer interactive.  Simplified.
5883         (fortran-break-line): Simplified.
5884         (fortran-analyze-file-format): Use char-after, not looking-at.
5886         * emacs-lisp/find-func.el (find-function-regexp): Use
5887         `define-minor-mode' after easy-menu change.
5889 1999-11-23  Gerd Moellmann  <gerd@gnu.org>
5891         * comint.el: Add redirection.from active comint buffers into
5892         another buffer.  Written by Peter Breton.
5894 1999-11-23  Stefan Monnier  <monnier@cs.yale.edu>
5896         * emacs-lisp/autoload.el (make-autoload): Recognize the new
5897         `define-minor-mode'.
5898         (define-minor-mode): Specify `doc-string-elt'.
5900         * emacs-lisp/easy-mmode.el: Changed maintainer.
5901         (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
5902         Use defcustom for the hooks; Improve the auto-generated docstrings.
5903         (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
5904         (define-minor-mode): Add BODY arg; Only declare the keymap if
5905         provided; Improve the auto-generated docstrings.
5907 1999-11-22  Gerd Moellmann  <gerd@gnu.org>
5909         * textmodes/text-mode.el (text-mode): Construct paragraph-start so
5910         that the leading `^' is at the start.  This is necessary because
5911         paragraphs.el tries to remove anchors, but can find them only if
5912         they are the first character.
5914         * progmodes/antlr-mode.el: New file.
5916         * calendar/calendar.el: Fix autoload for
5917         calendar-absolute-from-astro.  Add autoload for
5918         calendar-print-astro-day-number.
5920 1999-11-21  Anders Lindgren  <andersl@andersl.com>
5922         * follow.el: Use modern backquote syntax.  Minor comment update.
5924 1999-11-21  Gerd Moellmann  <gerd@gnu.org>
5926         * simple.el (with-syntax-table): Don't switch buffers.
5928         * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
5929         progmodes/hideif.el: Use new backquote syntax.
5931 1999-11-21  Ken Manheimer  <klm@python.org>
5933         * icomplete.el (icomplete-completions): Use an explicit variable
5934         `icomplete-prospects-length', obviating the need to use an
5935         apparently faulty throw/catch arrangement.
5937 1999-11-21  Eli Zaretskii  <eliz@is.elta.co.il>
5939         * term/internal.el (IT-display-table-setup): Don't overstep
5940         character code 255.
5942 1999-11-20  Kenichi Handa  <handa@mule.m17n.org>
5944         * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
5945         for the charset chinese-sisheng is 7bit encoding, not 8bit.
5947 1999-11-19  Stefan Monnier  <monnier@cs.yale.edu>
5949         * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
5950         `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
5952         * files.el (auto-mode-alist): Add patterns for diff-mode.
5954         * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
5955         to detect an empty prompt.
5957 1999-11-18  Dave Love  <fx@gnu.org>
5959         * simple.el (input-mode-8-bit): Fix the customization.
5961 1999-11-18  Gerd Moellmann  <gerd@gnu.org>
5963         * international/iso-acc.el (iso-languages): Add more
5964         characters for Portuguese.
5966         * speedbar.el: Clean up comment at the start of the file.
5967         Remove RCS id.
5969         * progmodes/compile.el (compilation-parse-errors): Use
5970         compilation-buffer-p instead of testing major-mode.
5972 1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
5974         * quickurl.el Added defcustom of quickurl-completion-ignore-case.
5975         (quickurl-ask): completion-ignore-case is set to the value of
5976         quickurl-completion-ignore-case for the duration of the call to
5977         completing-read.
5979 1999-11-18  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
5981         * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
5983 1999-11-18  Kenichi Handa  <handa@etl.go.jp>
5985         * ps-vars.el: Renamed from ps-print-def.el.  Provide ps-vars
5986         instead of ps-print-def.
5988         * ps-print.el: Require ps-vars instead of ps-print-def.
5990         * ps-mule.el: Require ps-vars instead of ps-print-def.
5992 1999-11-17  Gerd Moellmann  <gerd@gnu.org>
5994         * simple.el (with-syntax-table): Save buffer explicitly instead of
5995         using save-excursion.
5997 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
5999         * mail/supercite.el: New maintainer.
6001 1999-11-16  Reto Zimmermann  <reto@synopsys.com>
6003         * progmodes/vhdl-mode.el: Use new backquote syntax.
6005 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
6007         * simple.el (with-syntax-table): New.
6009 1999-11-15  Sam Steingold  <sds@ksp.com>
6011         * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
6013 1999-02-22  Sam Steingold  <sds@goems.com>
6015         * goto-addr.el (goto-address-at-mouse,
6016         goto-address-find-address-at-point): Use compose-mail.
6017         (goto-address-mail-method): Removed variable.
6018         (goto-address-send-using-mh-e, goto-address-send-using-mhe,
6019         goto-address-send-using-mail): Removed functions.
6021 1998-11-03  Sam Steingold  <sds@goems.com>
6023         * simple.el (backward-delete-char-untabify):
6024         backward-delete-char-untabify-method can be `all' now - to delete
6025         hungrily including newlines.
6027 1999-11-15  Sam Steingold  <sds@ksp.com>
6029         * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
6031 1999-11-15  Dave Love  <fx@gnu.org>
6033         * cus-edit.el (customize-face, customize-face-other-window):
6034         Require match from completing-read.
6035         (custom-buffer-done-function): Default to custom-bury-buffer, not
6036         bury-buffer.
6038 1999-11-15  Gerd Moellmann  <gerd@gnu.org>
6040         * mail/rmail.el, iswitchb.el, hippie-exp.el,
6041         progmodes/cperl-mode.el: Use new backquote syntax.
6043 1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
6045         * uniquify.el: Use new backquote syntax.
6047 1999-11-14  Markus Rost  <rost@ias.edu>
6049         * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
6050         as in ispell-local-dictionary-alist.
6052 1999-11-14  Alex Schroeder  <alex@gnu.org>
6054         * ansi-color.el (ansi-color-apply): Updated regexps to include
6055         highlighted face.
6057 1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
6059         * forms.el (forms--make-format-elt-using-text-properties):
6060         Treat `intangible' differently.
6062         * forms.el: Use new backquote syntax.
6064 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
6066         * textmodes/scribe.el (scribe-mode): Doc-fix.
6068 1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
6070         * net-utils.el (run-network-program, net-utils-run-program): Use
6071         the new backquote syntax.
6072         (smbclient-program, smbclient-program-options)
6073         (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
6074         variables
6075         (smbclient, smbclient-list-shares): New functions
6077 1999-11-12  Sam Steingold  <sds@ksp.com>
6079         * emulation/viper-init.el (viper-deflocalvar, viper-loop)
6080         (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
6081         (viper-kbd-buf-definition, viper-kbd-mode-alist)
6082         (viper-kbd-mode-pair, viper-kbd-mode-definition)
6083         (viper-kbd-global-pair, viper-kbd-global-definition):
6084         Use the new backquote syntax.
6086         * emulation/viper-cmd.el (viper-test-com-defun)
6087         (viper-prefix-arg-value, viper-prefix-arg-com):
6088         Use the new backquote syntax.
6090         * emacs-lisp/debug.el (debugger-env-macro):
6091         Use the new backquote syntax.
6093         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
6094         Use the new backquote syntax.
6096         * calendar/calendar.el (calendar-remove-frame-by-deleting):
6097         New user variable.
6098         (calendar-hide-window): Use it.
6099         (increment-calendar-month, calendar-for-loop, calendar-sum):
6100         Use the new backquote syntax.
6102 1999-11-12  Andrew Innes  <andrewi@gnu.org>
6104         * select.el (x-set-selection): Call buffer-substring, not
6105         substring.  Also fix docstring
6107 1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
6109         * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
6110         of customizable variables to bug report message. Added
6111         system-type to package name in bug report.
6113 1999-11-12  Gerd Moellmann  <gerd@gnu.org>
6115         * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
6116         to display file names.
6118 1999-11-11  Gerd Moellmann  <gerd@gnu.org>
6120         * mwheel.el: Fix copyright notice, don't require 'cl at run time.
6122         * isearch.el: Add lazy-highlighting feature.
6124 1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
6126         * progmodes/ps-mode.el (ps-mode-maintainer-address): New
6127         constant.
6128         (ps-mode-submit-bug-report): New function. Entry added to menu.
6130 1999-11-10  William M. Perry  <wmperry@aventail.com>
6132         * mwheel.el: New file to support the new style wheeled mice.
6134 1999-11-10  Gerd Moellmann  <gerd@gnu.org>
6136         * startup.el (initial-scratch-message): Add ";;" to the front of
6137         lines in the message.
6139         * files.el (file-local-copy): Remove optional BUFFER argument
6140         because that's not used by anything.
6142         * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
6143         to-address.
6145 1999-11-08  Markus Rost  <rost@ias.edu>
6147         * wid-edit.el (widget-button-click): Wrap with save-excursion
6148         to restore track-mouse in the correct buffer.
6150 1999-11-08  Gerd Moellmann  <gerd@gnu.org>
6152         * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
6154 1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
6156         * progmodes/ps-mode.el (ps-mode-print-function): Changed default
6157         lpr-command to "lp" for some system-types. (copied from lpr.el
6158         Emacs version 20.2.1).
6160 1999-11-04  Markus Rost  <rost@ias.edu>
6162         * simple.el (comment-region): Strip off white space at end of
6163         comment-start.
6165 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
6167         * faces.el (secondary-selection): Fix wrong color name.
6169 1999-11-04  John Tobey  <jtobey@epsilondev.com>
6171         * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
6172         the default when invoking perldb in a non-Perl buffer, and other
6173         cases involving -e or --.
6175 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
6177         * simple.el (previous-matching-history-element)
6178         (next-history-element): Use delete-field instead of erase-field.
6180         * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
6181         Use delete-field instead of erase-field.
6183         * faces.el (secondary-selection): Change background to yellow.
6185         * complete.el (PC-do-completion): Use minibuffer-prompt-end to
6186         find the start of the text.  Use field-string to read the user
6187         input.
6189 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
6191         * faces.el (make-face-bold, make-face-unbold, make-face-italic)
6192         (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
6193         for compatibility with old face implementation.
6195         * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
6196         Use erase-field instead of erase-buffer.
6198         * frame.el (blink-cursor-mode, blink-cursor-end): Use
6199         internal-show-cursor with new interface.
6200         (blink-cursor-timer-function): New.
6201         (blink-cursor-start): Use blink-cursor-timer-function.
6203 1999-11-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6205         * calendar.el (redraw-calendar): Move to nearest date before
6206         redrawing.
6208         * diary-lib.el (simple-diary-display): Reset modeline even if
6209         there are no diary entries since the diary buffer may be displayed.
6211 1999-11-03  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6213         * emacs-lisp/debug.el (debug): If noninteractive, display the
6214         backtrace using `message', then exit Emacs.
6215         (debugger-batch-max-lines): New variable.
6216         (debugger-setup-buffer): New subroutine, broken out of `debug'.
6217         Change the messages put at the start, to say that the debugger
6218         was entered.
6220 1999-11-02  Sam Steingold  <sds@ksp.com>
6222         * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
6224 1999-11-01  John Tobey  <jtobey@epsilondev.com>
6226         * gud.el: (gud-perldb-massage-args): Massage correctly in the
6227         presence of perl switches other than "-e".
6229 1999-11-01  Markus Rost  <rost@ias.edu>
6231         * dired-x.el (dired-smart-shell-command): Use
6232         shell-command-history as in shell-command.
6234 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6236         * userlock.el (ask-user-about-lock): Doc fix.
6238         * frame.el: Doc fixes.
6240 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
6242         * frame.el (blink-cursor-mode): Call internal-show-cursor instead
6243         of show-cursor.
6244         (blink-cursor-start, blink-cursor-end): Ditto.
6246         * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
6248 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6250         * window.el (walk-windows): If ALL-FRAMES is a frame,
6251         start on that frame.  Use save-selected-window.
6253 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
6255         * simple.el (end-of-buffer): Use window-end to find the window end
6256         instead of vertical-motion because this handles variable-height
6257         lines correctly.
6259 1999-11-01  Michael Kifer  <kifer@cs.sunysb.edu>
6261         * ediff.el: Version change.
6263         * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
6264         make sure you are in a good frame before deleting other
6265         windows.
6266         (ediff-file-checked-in-p): Don't consider CVS
6267         files checked in.
6268         (ediff-make-temp-file,ediff-make-empty-tmp-file):  Make sure you
6269         are writing to a newly created empty file.
6271         * ediff-mult.el (ediff-show-session-group-hook): New default.
6273         * ediff-vers.el (ediff-pcl-cvs-view-revision):
6274         First cd to the file directory. reportedly works
6275         better with remote files.
6277         * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
6278         Use file-name-nondirectory when passing files to CVS.
6280         * ediff-diff.el (ediff-cmp-options): New variable.
6281         (ediff-same-file-contents): Use ediff-cmp-options.
6283         * ediff-ptch.el (ediff-prompt-for-patch-buffer,
6284         ediff-get-patch-buffer): Use current buffer if it appears to be a
6285         patch.
6287         * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
6288         C-g
6290         * viper-util.el (viper-nontrivial-find-file-function): Deleted.
6291         (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
6292         (viper-save-cursor-color,viper-restore-cursor-color):
6293         Improved cursor color handling.
6294         (viper-get-saved-cursor-color-in-replace-mode,
6295         viper-get-saved-cursor-color-in-insert-mode): New functions for
6296         better cursor color handling.
6298         * viper-ex.el (ex-read,ex-edit):
6299         Fixes for correct interpretation of #,%.
6300         (viper-ex): Now works correctly when called from other functions.
6301         (viper-glob-function): New variable.
6302         (viper-ex): Save excursion before doing :global.
6304         * viper-mous.el (viper-counting-clicks-p): Bug fixes.
6306         * viper-cmd.el (viper-post-command-sentinel,
6307         viper-insert-state-post-command-sentinel,
6308         viper-insert-state-pre-command-sentinel): Takes better care of
6309          cursor colors.
6311         * viper.el: Version change.
6313 1999-10-31  Rajesh Vaidheeswarran  <rv@dsmit.com>
6315         * whitespace.el (whitespace-update-modeline): Bugfix to ensure
6316         that the modeline display was updated *only* when
6317         `whitespace-display-in-modeline' was set, not otherwise.
6319 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
6321         * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
6322         "frac12".
6324         * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
6325         ad-activate.
6327 1999-10-30  Rajesh Vaidheeswarran  <rv@dsmit.com>
6329         * whitespace.el: Test for existence of `defcustom' and `defgroup'
6330         using fboundp instead of assuming that these are not present in
6331         particular flavors of emacs.
6332         (whitespace-version): Update to 2.8
6333         (whitespace-display-in-modeline): Add custom variable to control
6334         displaying the whitespace errors on the modeline based on
6335         suggestion from <klaus.berndl@sdm.de>
6336         (whitespace-buffer): Now returns `t' if unclean and `nil' if
6337         clean, to enable using as a hook function, as suggested by Puneet
6338         Goel <puneet@computer.org>
6339         (whitespace-buffer): Fix a subtle bug that cleaned up only if
6340         quiet was not set, even with whitespace-auto-cleanup set.
6341         (whitespace-mode-line): Now uses less modeline real estate and
6342         shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
6343         which is present in the file, and <y> is any type of whitespace
6344         whose check has been suppressed by setting
6345         `whitespace-check-<whitespace-type>' to nil.
6346         (whitespace-unchecked-whitespaces): New function to return the
6347         list of whitespaces for whom checks have been suppressed.
6348         (whitespace-display-unchecked-whitespaces): Renamed to
6349         `whitespace-update-modeline' to reflect its functionality.
6351 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
6353         * progmodes/compile.el (compilation-error-regexp-alist):
6354         Undo previous change.
6356 1999-10-28  Dave Love  <fx@gnu.org>
6358         * help.el (help-follow): Make arg optional again and really
6359         default to point.
6361 1999-10-28  Gerd Moellmann  <gerd@gnu.org>
6363         * paths.el (rmail-file-name): Make it an option.
6365         * progmodes/ada-mode.el, progmodes/ada-prj.el,
6366         progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
6367         comment fixes.
6369         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
6370         MIPS Pro 7.3 compiler error message syntax.
6372 1999-10-27  Dave Love  <fx@gnu.org>
6374         * progmodes/compile.el: Checkdoc-inspired fixes.
6376 1999-10-27  Gerd Moellmann  <gerd@gnu.org>
6378         * lpr.el (print-buffer): Doc-string fix.
6380 1999-10-27  Dave Love  <fx@gnu.org>
6382         * emacs-lisp/advice.el: Doc fixes.
6383         (ad-lemacs-p): Removed.
6384         (advice): Add :link to defgroup.
6386 1999-10-27  Kenichi Handa  <handa@etl.go.jp>
6388         * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
6389         last-coding-system-used by the call of ange-ftp-set-ascii-mode.
6391 1999-10-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6393         * window.el (walk-windows): If ALL-FRAMES is a frame,
6394         start on that frame.  Use save-selected-window.
6396 1999-10-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6398         * emacs-lisp/advice.el (ad-activate-internal): Renamed from
6399         ad-activate.  All callers changed, including those in data.c.
6400         (ad-activate-internal-off): Renamed from ad-activate-off.
6401         All uses changed.
6402         (ad-activate): Renamed from ad-activate-on.  All uses changed.
6403         (ad-start-advice, ad-stop-advice, ad-recover-normality):
6404         Alter the definition of ad-activate-internal, not ad-activate.
6406 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
6408         * startup.el (command-line-1): Add support for command line
6409         arguments `file' and `execute'.  Fix handling of `visit'.
6411 1999-10-26  Kenichi Handa  <handa@etl.go.jp>
6413         * international/mule-cmds.el (read-input-method-name): Handle the
6414         case that the arg DEFAULT is symbol.
6416         * international/mule-diag.el (mule-diag): Handle the case that
6417         default-input-method is symbol.
6419 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
6421         * textmodes/tildify.el: New file.
6423 1999-10-25  Sam Steingold  <sds@ksp.com>
6425         * Makefile (compile-files): Fixed the "tr" strings.
6426         (EMACS): Set to ../src/emacs.
6428 1999-10-25  Gerd Moellmann  <gerd@gnu.org>
6430         * info.el (Info-build-node-completions): Add '("*") to the
6431         completion list.
6433 1999-10-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6435         * frame.el (auto-raise-mode): When enabling the mode,
6436         immediately raise the selected frame.
6438         * indent.el (indent-region): Doc fix.
6440         * comint.el (comint-output-filter): Make the Comint buffer current
6441         for the comint-preoutput-filter-functions.
6443         * mail/reporter.el: Doc fix.
6445 1999-10-24  Stephen Eglen  <stephen@gnu.org>
6447         * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
6448         that Octave lisp files can also run under XEmacs 20.
6449         (require 'custom) added so that files can run under Emacs 19.34.
6451         * iswitchb.el (iswitchb-default-keybindings): No need to use
6452         read-kbd-macro in keybindings.
6454 1999-10-23  Dave Love  <fx@gnu.org>
6456         * elide-head.el: New file.
6458 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
6460         * Makefile (compile-files, backup-compiled-files): New targets.
6461         (bootstrap, bootstrap-clean): Ditto.
6463 1999-10-22  Paul Eggert  <eggert@twinsun.com>
6465         * international/mule-cmds.c (locale-language-names):
6466         Use Latin-1 (not Latin-3) for Afrikaans, Galician.
6467         Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
6468         Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
6469         Use Latin-8 for Welsh.
6470         Use Latin-1 for English if "en" is explicitly specified.
6471         Use Latin-1 for Scots Gaelic, Tagalog.
6472         Use Latin-1 (not Latin-4) for Greenlandic.
6473         Use Latin-1 (not Latin-2) for Albanian.
6474         (locale-preferred-coding-systems, locale-language-names):
6475         Remove generic ISO 8859 locales; locale-charset-language-names now
6476         does this.
6477         (locale-charset-language-names): New variable.
6478         (set-locale-environment): Use language name specified by
6479         locale-charset-language-names if its charsets disagree with the
6480         language name specified by locale-language-names.
6482 1999-10-22  Dave Love  <fx@gnu.org>
6484         * make-mode.el: Minor doc fixes.
6486         * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
6488 1999-10-21  Dave Love  <fx@gnu.org>
6490         * loadup.el: Add latin-8, latin-9.
6492 1999-10-20  Paul Eggert  <eggert@twinsun.com>
6494         * disp-table.el (standard-display-european): Remove undocumented
6495         arg AUTO; no longer used by startup.el.  Do not attempt to treat
6496         all non-English language environments as coding system names.
6497         Instead, use the downcased language environment name as a coding
6498         system name if it is one; otherwise, use latin-1.
6500 1999-10-20  Gerd Moellmann  <gerd@gnu.org>
6502         * dired.el (dired-move-to-filename-regexp): Fix long comment lines
6503         that were split so that part of the comment appeared as Lisp code.
6505 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6507         * ps-bdf.el: Doc fix.
6509         * ps-print-def.el: New file: common definitions for all parts of
6510         ps-print.
6511         (ps-multibyte-buffer): Moved from ps-mule.
6513         * ps-mule.el: File dependence fix.
6514         (ps-multibyte-buffer): Moved to ps-print-def.
6516         * ps-print.el: Doc fix, better customization.
6517         (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
6518         (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
6519         (ps-end-file): Doc fix.
6520         (ps-setup, ps-begin-file): Fun fix.
6521         (postscript): New group.
6522         (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
6523         (ps-print-prologue-1): Adjust PostScript programming.
6524         (ps-print): Adjust group hierarchy.
6525         (ps-print-n-up, ps-print-zebra, ps-print-background,
6526         ps-print-printer)
6527         (ps-print-page): New subgroups.
6528         (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
6529         (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
6530         (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
6531         (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
6532         (ps-zebra-stripe-height, ps-print-background-image)
6533         (ps-print-background-text, ps-spool-config): Adjust customization.
6534         (dos-ps-printer): Definition eliminated.
6536 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6538         * ps-mule.el: Doc fix, define functions properly if mule package is
6539         loaded or not.
6540         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
6541         mule package is loaded or not.
6543         * ps-print.el: Doc fix, n-up printing.
6544         (ps-print-version): New version number (5.0).
6545         (ps-page-dimensions-database): Added document media.
6546         (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
6547         (ps-page-order, ps-printing-region-p): New vars.
6548         (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
6549         funs.
6550         (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
6551         (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
6552         (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
6553         (ps-n-up-xstart, ps-n-up-ystart): New macros.
6554         (ps-print-begin-sheet-hook): New hook.
6555         (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
6556         const.
6557         (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
6558         (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
6559         (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
6560         (ps-count-lines): Changed to defun.
6561         (ps-header-page): Changed to defsubst, fix fun.
6562         (ps-printing-region): Doc fix, adjust programming code.
6563         (ps-output-boolean, ps-background-pages, ps-background-text)
6564         (ps-background-image, ps-background, ps-get-boundingbox): Adjust
6565         programming code.
6567 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
6569         * ps-print.el: Doc fix, duplex and setpagedevice configuration.
6570         (ps-print-version): New version number (4.2).
6571         (ps-spool-config, ps-spool-tumble): New vars.
6572         (ps-print-prologue-1): Changed to defconst, adjust PostScript
6573         programming, new PostScript procedure to handle errors.
6574         (ps-print-prologue-2): Changed to defconst.
6575         (ps-print-duplex-feature): New const: duplex and tumble setting.
6576         (ps-setup, ps-begin-file): Fix funs.
6577         (ps-boolean-capitalized): New fun.
6579 1999-10-19  Stefan Monnier  <monnier@cs.yale.edu>
6581         * Makefile (dontcompilefiles): Obsoleted.
6582         (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
6583         (EL): Unused.
6584         (temacs): Removed (unused).
6585         (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
6586         version of the file (necessary for the update to work properly).
6587         (autoloads): Force the use of `pwd`/loaddefs.el.
6588         (updates); Redefined in terms of other targets to reduce redundancy.
6589         (.el.elc): New default rule, just in case you want it.
6590         (compile): Use a single invocation of Emacs.
6591         (bootstrap-compile); Unneeded.
6592         (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
6594 1999-10-19  Dave Love  <fx@gnu.org>
6596         * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
6598 1999-10-19  Sam Steingold  <sds@ksp.com>
6600         * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
6601         comply with the comment.
6603 1999-10-19  Gerd Moellmann  <gerd@gnu.org>
6605         * autorevert.el (auto-revert-mode): Make auto-revert-mode
6606         permanent-local.
6608 1999-10-19  Peter Kleiweg  <kleiweg@let.rug.nl>
6610         * progmodes/ps-mode.el (ps-mode-print-function): Fix default
6611         value: \"lpr\" changed to "lpr"
6612         (ps-mode-version): New constant
6613         (ps-mode-show-version): New function, added key in ps-mode-map
6614         (ps-run-messages): Removed
6615         (ps-run-font-lock-keywords-2): New defcustom variable replacing
6616         ps-run-messages. These keywords now include the value of
6617         ps-run-prompt, making its fontification customizable.
6618         (ps-run-init): Removed \\n from docstring, it is now added when
6619         the value is used
6620         (ps-run-font-lock-keywords-1): Added checking for initial ^ in
6621         ps-run-prompt
6622         (ps-mode): Added ps-run-font-lock-keywords-2 to list of
6623         customizable variables in doc-string (its equivalent
6624         ps-run-messages was missing in previous version of the doc-string)
6625         (ps-run-mode): Simplified assignment to font-lock-defaults, using
6626         symbols only
6628 1999-10-19  Alex Schroeder  <alex@gnu.org>
6630         * ansi-color.el: Complete rewrite.
6632 1999-10-19  Paul Eggert  <eggert@twinsun.com>
6634         Fix bootstrapping problems.
6635         Use the system locale to specify Emacs locale defaults.
6637         * international/mule-cmds.el (global-map):
6638         Do not use backquote, because that makes a bootstrapping
6639         problem if you need to recompile all Lisp files using interpreted code.
6640         * international/mule.el (charset-id, charset-bytes,
6641         charset-dimension, charset-chars, charset-width,
6642         charset-direction, charset-iso-final-char,
6643         charset-iso-graphic-plane, charset-reverse-charset,
6644         charset-short-name, charset-long-name, charset-description,
6645         charset-plist): Likewise.
6646         * subr.el (save-match-data): Likewise.
6648         * international/mule-cmds.el
6649         (set-display-table-and-terminal-coding-system): New function,
6650         containing code migrated out of set-language-environment.
6651         (set-language-environment, set-locale-environment): Use it.
6652         (locale-translation-file-name): Moved here from startup.el.
6653         (locale-language-names, locale-preferred-coding-systems):
6654         New vars.
6655         (locale-name-match, set-locale-environment): New functions.
6657         * language/japan-util.el (setup-japanese-environment-internal):
6658         Prefer japanese-iso-8bit if the system-type is usg-unix-v.
6660         * startup.el (iso-8859-n-locale-regexp): Remove.
6661         (locale-translation-file-name): Move to mule-cmds.el.
6662         (command-line): Move locale-stuff into set-locale-environment.
6664 1999-10-18  Dave Love  <fx@gnu.org>
6666         * abbrev.el (add-abbrev, inverse-add-abbrev)
6667         (expand-region-abbrevs): Remove properties from buffer text.
6669 1999-10-17  Gerd Moellmann  <gerd@gnu.org>
6671         * iswitchb.el (iswitchb-exhibit): Extract user-input only
6672         from the mini-buffer, without the prompt.
6674         * simple.el (minibuffer-prompt-end): Return the position
6675         after the prompt, not the position of that last character
6676         of the prompt.
6678 1999-10-17  Miles Bader  <miles@gnu.org>
6680         * simple.el: Doc fixes.
6682 1999-10-17  Miles Bader  <miles@gnu.org>
6684         * simple.el (previous-matching-history-element, next-history-element):
6685         Change to work correctly even if the point is in the prompt.
6686         (choose-completion-string): Likewise.
6687         (minibuffer-prompt-width): New function (compatibility with old subr).
6689         * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
6690         When constraining the final position to the current field,
6691         don't use the ONLY-IN-LINE mode of constrain-to-field.
6693 1999-10-17  Miles Bader  <miles@gnu.org>
6695         * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
6696         constrain-to-field.
6697         * textmodes/paragraphs.el (forward-sentence): Likewise.
6699 1999-10-17  Miles Bader  <miles@gnu.org>
6701         * simple.el (line-move): Use constrain-to-field to avoid
6702         moving into a prompt.
6703         (previous-complete-history-element): Clarify doc string.
6704         (next-complete-history-element): Likewise.
6705         Use field-beginning instead of point-min.
6706         (next-matching-history-element): Use field-beginning and
6707         erase-field instead of point-min and erase-buffer.
6708         * textmodes/paragraphs.el
6709         (forward-paragraph, forward-sentence): Likewise.
6710         (backward-kill-paragraph, backward-kill-sentence): Remove code to
6711         constrain the kill to an field, as the movement commands now
6712         do this.
6714 1999-10-17  Miles Bader  <miles@gnu.org>
6716         * simple.el (previous-matching-history-element): Get the
6717         minibuffer input with field-string instead of buffer-string.
6718         (choose-completion-string): Likewise.
6719         (next-history-element): Likewise.
6720         Erase the minibuffer input with erase-field, not erase-buffer.
6721         Use field-beginning to find the beginning of the input.
6722         * textmodes/paragraphs.el (backward-kill-sentence):
6723         Remove minibuffer-prompt hack.
6724         Constrain to any input field.
6726 1999-10-17  Sam Steingold  <sds@ksp.com>
6728         * bindings.el (completion-ignored-extensions): Added ".sparcf"
6729         for CMUCL on sparc and ".ufsl" for LispWorks.
6730         (bound-and-true-p): Bugfix: free variable `v'.
6732 1999-10-16  Dave Love  <d.love@dl.ac.uk>
6734         * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
6735         (edebug-uninstall-read-eval-functions): Use load-read-function,
6736         avoiding elisp-eval.
6738 1999-10-16  Sam Steingold  <sds@ksp.com>
6740         * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
6741         instead of `eql'.
6743 1999-10-14  Stefan Monnier  <monnier@cs.yale.edu>
6745         * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
6746         * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
6747         (browse-url-temp-file-list, browse-url-delete-temp-file-list):
6748         * ediff-util.el (ediff-make-temp-file):
6749         * ediff-vers.el (ediff-pcl-cvs-view-revision):
6750         * emerge.el (emerge-make-temp-file):
6751         * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
6752         * vc.el (vc-update-change-log):
6753         * mail/mailpost.el (post-mail-send-it):
6754         * mail/metamail.el (metamail-region):
6755         * progmodes/cmacexp.el (c-macro-expansion):
6756         * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
6758 1999-10-15  Gerd Moellmann  <gerd@gnu.org>
6760         * smtpmail.el (smtpmail-via-smtp): Add support for
6761         automatically appending a domain to RCPT TO: addresses.
6763 1999-10-14  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
6765         * dired.el (dired-insert-directory): Insert the amount of
6766         free space after the total size.
6767         (dired-free-space-program, dired-free-space-args): New variables.
6769 1999-10-14  Karl Heuer  <kwzh@gnu.org>
6771         * mail/rmail.el (rmail-pop-password-error): Add new pattern.
6773 1999-10-14  Dave Love  <fx@gnu.org>
6775         * international/characters.el:
6776         * international/fontset.el:
6777         * international/mule-conf.el: Add latin-iso8859-1[45].
6779         * language/european.el: Add Latin-8, Latin-9.  Modify some doc
6780         strings.
6782         * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
6783         (command-line): Detect Latin-[89] locales.
6785 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
6787         * international/mule-cmds.el (select-safe-coding-system)
6788         (leim-list-header): Avoid the use of strings that start with backslash
6789         newline since lread.c:read1 has a hack to turn those strings into
6790         integer 0 during the loadup.el process.
6792         * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
6794 1999-10-13  Dave Love  <fx@gnu.org>
6796         * image.el (insert-image): Copy the image spec and add an
6797         intangible property.
6799 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
6801         * help.el (help-xref-interned): Make it also work on variable-only
6802         and function-only symbols.
6803         (help-make-xrefs): Take advantage of the new `help-xref-interned'.
6804         (help-follow): If the point under mouse is not highlighted, try
6805         `help-xref-interned' on the pointed-to symbol anyway.
6807         * info.el (Info-on-current-buffer): New entry point.
6808         (Info-find-node): Split into two for Info-on-current-buffer to
6809         hook into it.
6810         (Info-current-file, Info-set-mode-line, Info-up):
6811         Info-current-file can now be t.
6812         (Info-clone-buffer-hook): Function for `clone-buffer'.
6813         (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
6814         Make `clone-buffer' available in various ways to the user.
6816 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
6818         * simple.el (shell-command, shell-command-on-region): Use
6819         make-temp-file.
6820         (clone-buffer, clone-process, clone-buffer-hook): New functions.
6822         * subr.el (with-current-buffer): Don't use backquotes to avoid
6823         bootstrapping problems.
6825         * loadup.el (load-path): Add subdirs for bootstrapping.
6826         (docstrings): Ignore errors during bootstrapping.
6827         (args): New `bootstrap' argument (for use in place of `dump').
6829 1999-10-12  Emmanuel Briot  <briot@gnat.com>
6831         * ada-stmt.el: Doc-string fixes.
6833 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
6835         * recentf.el: New file.
6837         * ps-mode.el: New file.
6839         * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
6840         case insensitive.
6842 1999-10-12  Richard Sharman  <rsharman@pobox.com>
6844         * sh-script.el: Added support for indenting existing scripts.
6845         (sh-mode-map): Added new bindings.
6846         (sh-mode): Updated mode doc-string for new commands, added
6847         make-local-variable calls, initialize mode-specific variables.
6848         (sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
6849         is now a different function.
6850         (sh-header-marker):  Changed docstring.
6851         (sh-set-shell): Initialize mode-specific variables.
6852         (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
6853         (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
6854         Changed these define-skeleton calls to work with user-specified
6855         indentation settings.
6856         (sh-basic-indent-line, sh-blink, sh-calculate-indent)
6857         (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
6858         (sh-electric-hash, sh-electric-less, sh-electric-rparen)
6859         (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
6860         (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
6861         (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
6862         (sh-guess-basic-offset, sh-handle-after-case-label)
6863         (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
6864         (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
6865         (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
6866         (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
6867         (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
6868         (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
6869         (sh-handle-this-then, sh-help-string-for-variable)
6870         (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
6871         (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
6872         (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
6873         (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
6874         (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
6875         (sh-remove-our-text-properties, sh-rescan-buffer)
6876         (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
6877         (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
6878         (sh-scan-case, sh-search-word, sh-set-char-syntax)
6879         (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
6880         (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
6881         functions.
6882         (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
6883         (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
6884         (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
6885         (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
6886         (sh-var-list): New variables.
6888 1999-10-12  Dave Pearson  <davep@hagbard.demon.co.uk>
6890         * quickurl.el (quickurl-list-insert): `count-lines' was returning
6891         a value one line to high if the cursor wasn't at the start of a
6892         line. A `beginning-of-line' is now performed before making the
6893         call to `count-lines'.
6895 1999-10-11  Stefan Monnier  <monnier@cs.yale.edu>
6897         * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
6899 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
6901         * Makefile (setwins): Abstract out the command to find subdirectories
6902         and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
6903         (custom-deps, finder-data, autoloads, update-subdirs, updates)
6904         (autoloads-with-other-emacs): Use it.
6906         * diff-mode.el: New file.  A mode for viewing/editing context diffs.
6908 1999-10-09  Gerd Moellmann  <gerd@gnu.org>
6910         * Makefile (bootstrap-compile): New target.  Compile Lisp
6911         files with ../src/temacs.
6913 1999-10-08  Dave Love  <fx@gnu.org>
6915         * ange-ftp.el: Require dired when compiling.
6916         (ange-ftp-normal-login): Allow EFS-style port specification.
6918 1999-10-08  Simon Marshall  <simon@gnu.org>
6920         * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
6921         (regexp-opt-group): Use it to get common suffixes in STRINGS.
6922         If STRINGS is nil, return "" rather than nil.
6924 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
6926         * Makefile (compile): Compile files one by one.  Set load-path to
6927         current directory and subdirectories when compiling.
6929 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
6931         * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
6932         (emacs): Use it everywhere instead of EMACS.
6933         (compile): New target.  Compile all Lisp files from scratch.
6934         (recompile): New target.  Recompile lisp directory.
6935         (autoloads-with-other-emacs): New target.  Build loaddefs.el with
6936         an Emacs executable not built in the current directory tree.
6938 1999-10-07  Peter Breton  <pbreton@ne.mediaone.net>
6940         * filecache.el (file-cache-completion-ignore-case): New variable,
6941         defaulting to the value of completion-ignore-case.
6942         (file-cache-minibuffer-complete): Use it.
6943         (file-cache-files-matching, file-cache-files-matching-internal):
6944         New functions.
6946 1999-10-07  Emmanuel Briot  <briot@gnat.com>
6948         * ada-xref.el: New file
6950         * ada-prj.el: New file
6952         * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
6954         * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
6955         subprogram being created.
6957         * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
6958         ada-indent-newline-indent): Rewritten to support the new indentation
6959         scheme
6961         * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
6962         New functions
6964         * ada-mode.el (ada-fill-comment-paragraph): Add support for the
6965         justification parameter
6967         * ada-mode.el (ada-make-body, ada-gen-treat-proc,
6968         ada-make-subprogram-body): Rewritten to benefit from the gnatstub
6969         external program
6971 1999-10-07  Dave Love  <fx@gnu.org>
6973         * bindings.el (bound-and-true-p): New macro.
6974         (make-mode-line-mouse-sensitive): Don't require easymenu.
6976 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
6978         * custom.el (defface): Extend documentation for new values of
6979         `type'.
6981         * faces.el (face-spec-set-match-display): Recognize `type' of
6982         `motif', `lucid', `x-toolkit'.
6983         (menu): New face.
6985 1999-10-05  Dave Love  <fx@gnu.org>
6987         * files.el: Recognize temporary crontab files.
6989         * info.el: Require jka-compr when compiling.
6990         (Info-suffix-list): Add bzip2 files (non-ms-dos only).
6992 1999-10-04  Dave Love  <fx@gnu.org>
6994         * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
6995         scroll-up-aggressively, scroll-down-aggressively.
6997         * time.el (display-time-mode): Add autoload cookie.
6999         * rect.el (delete-extract-rectangle): Doc fix from verna.
7001         * help-macro.el (three-step-help): Customize.
7003 1999-10-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7005         * hexl.el (hexlify-buffer): Move point in proper range
7006         if it is too large.
7007         (hexl-after-revert-hook): Update hexl-max-address.
7008         (hexl-address-to-marker): Doc fix.
7010 1999-10-03  Dave Love  <fx@gnu.org>
7012         * image.el (defimage): Remove redundant code.  Substitute file in
7013         image plist.
7015 1999-10-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7017         * vc.el (vc-backend-checkout): Use coding system 'no-conversion
7018         when doing with-temp-file.
7020 1999-10-01  Dave Love  <fx@gnu.org>
7022         * cus-edit.el (custom-comment-create): Fill :from and :to slots.
7024         * help.el: Require view when compiling.
7025         (view-emacs-FAQ): Use Info version.
7027 1999-09-29  Ken'ichi Handa  <handa@gnu.org>
7029         * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
7030         (normat->normal).  Use correct font names for Korean
7031         (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
7033 1999-09-29  Kenichi Handa  <handa@etl.go.jp>
7035         * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
7036         code not used by KOI8 to the same 8-bit code instead of mapping to
7037         SPC.
7038         (cyrillic-alternativnyj-decode-table): Likewise.
7040 1999-09-29  Alex Schroeder  <alex@gnu.org>
7042         * sql.el (sql-imenu-generic-expression): Aew, used to set
7043         imenu-generic-expression.
7044         (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
7045         font-lock-defaults' SYNTAX-ALIST.  Set imenu-generic-expression,
7046         imenu-case-fold-search, and imenu-syntax-alist.
7047         (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
7048         setting font-lock-defaults' SYNTAX-ALIST.
7050 1999-09-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7052         * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
7053         macro, try again.
7055 1999-09-28  Dave Love  <fx@gnu.org>
7057         * cus-edit.el (custom-comment): Change widget definition.
7058         (custom-comment-create, custom-comment-show)
7059         (custom-comment-invisible-p): Don't use :comment-overlay.
7060         (custom-comment-hide): New function.
7061         (custom-variable-set, custom-variable-save)
7062         (custom-variable-reset-standard, custom-face-set)
7063         (custom-face-save): Use it.
7065 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7067         * hexl.el (hexl-mode): Do nothing if already in hexl mode.
7069 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7071         * faces.el (region): Doc fix.
7073 1999-09-27  Dave Love  <fx@gnu.org>
7075         * isearch.el (isearch): Add :links in defgroup.
7076         (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
7077         (isearch-switch-frame-handler): Comment out (unused).
7078         (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
7079         (isearch-ring-retreat-edit): Doc fix.
7080         (isearch-mouse-yank): New command.
7081         (isearch-last-command-char): Removed.  Callers changed to use
7082         last-command-char.
7083         (isearch-char-to-string): Removed.  Callers changed to use
7084         char-to-string.
7086 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
7088         * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
7089         option for Russian.
7091 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
7093         * faces.el (face-differs-from-default-p): Compare face
7094         attributes individually.
7096         * image.el (put-image, insert-image): Add string argument.
7098 1999-09-24  Gerd Moellmann  <gerd@gnu.org>
7100         * ange-ftp.el (ange-ftp-date-regexp): Make it work for
7101         LANG=de_DE.iso88591 on HPUX 11.0.
7103         * dired.el (dired-move-to-filename-regexp): Make it work
7104         for LANG=de_DE.iso88591 on HPUX 11.0.
7106 1999-09-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7108         * info.el (info-initialize): Don't test existence of ALTERNATIVE
7109         if we know for some other reason it should not be used.
7111         * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
7112         New variable.
7113         (edebug-recursive-edit): Save current-prefix-arg there,
7114         bind it, and set it back at the end.
7115         (edebug-outside-excursion): Restore and update the outside
7116         value of current-prefix-arg.
7117         (edebug-emacs-version-specific): Delete support for Epoch.
7119 1999-09-24  Howard Melman  <howard@silverstream.com>
7121         * imenu.el (imenu-after-jump-hook): New variable.
7122         (imenu): Run menu-after-jump-hook.
7123         (imenu-name-lookup-function): New variable.
7124         * imenu.el (imenu--in-alist): Use those variables.
7126 1999-09-24  Carsten Dominik  <cd@gnu.org>
7128         * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
7129         multiple thebibliography environments.
7131         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
7132         with recentering window.
7133         (reftex-extract-bib-entries-from-thebibliography,
7134         reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
7135         with multiple thebibliography environments.
7137         * textmodes/reftex-vars.el
7138         (reftex-section-levels): Function allowed as cdr.
7139         (reftex-max-section-depth) New option.
7141         * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
7142         with multiple thebibliography environments.
7144 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
7146         * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
7147         instead of point-min in call to delete-region.
7149 1999-09-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7151         * vc.el (vc-backend-checkout): Use with-temp-file when checking
7152         out into arbitrary file names.
7154 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
7156         * language/european.el ("Turkish"): New language environment.
7158 1999-09-19  Dave Love  <fx@gnu.org>
7160         * delim-col.el: New file.
7162 1999-09-17  Richard Stallman  <rms@gnu.org>
7164         * files.el (after-find-file): When visiting a backup file,
7165         make it read-only.
7167         * apropos.el (apropos-symbol-face): Non-nil even for ttys.
7168         (apropos-keybinding-face, apropos-label-face): Likewise.
7169         (apropos-property-face, apropos-match-face): Likewise.
7170         (apropos-label-properties): New variable.
7171         (apropos-print-doc): Use apropos-label-properties.
7172         (apropos-print): Set apropos-label-properties.
7174 1999-09-15  Richard Stallman  <rms@gnu.org>
7176         * winner.el: Use aref instead of sref.
7178         * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
7180 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
7182         * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
7184 1999-09-14  Richard Stallman  <rms@gnu.org>
7186         * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
7187         cookie, even if followed by a letter.
7189 1999-09-14  Stephen Eglen  <stephen@gnu.org>
7191         * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
7192         --no-line-editing are passed to Octave by including them here
7193         rather than storing them in inferior-octave-startup-args.
7195 1999-09-14  Eli Zaretskii  <eliz@gnu.org>
7197         * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
7198         command, option, env and sc.
7200         * subr.el (shell-quote-argument): Quote argument with double
7201         quotes for ms-dos.
7203 1999-09-14  Richard Stallman  <rms@gnu.org>
7205         * simple.el (eval-expression-print-level): New variable.
7206         (eval-expression-print-length): New variable.
7207         (eval-expression-debug-on-error): New variable.
7208         (eval-expression): Bind print-level, print-length and
7209         debug-on-error from those vars.
7211         * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
7212         Bind print-level, print-length and debug-on-error.
7214 1999-09-14  Inge Frick  <inge@nada.kth.se>
7216         * dired.el (dired-recursive-deletes): New custom variable.
7217         (dired-re-no-dot): New variable.
7218         (dired-delete-file): New function deletes files and directories
7219         recursively.
7220         (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
7222         * dired-aux.el (dired-recursive-copies): New custom variable.
7223         (dired-handle-overwrite): Broke a long line.
7224         (dired-copy-file): Call `dired-copy-file-recursive' instead of
7225         `copy-file'.
7226         (dired-copy-file-recursive): New function.  Copy directories
7227         recursively.
7228         (dired-do-create-files): Added support for generalized directory
7229         target.  How-to function may now return a function.  New fluid
7230         variable `dired-one-file'.
7231         (dired-copy-how-to-fn): New variable.
7232         (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
7233         Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
7234         (dired-do-copy-regexp): No recursive copies.
7236 1999-09-14  Rajesh Vaidheeswarran  <rv@dsmit.com>
7238         * whitespace.el (whitespace-version): Update version to 2.4
7240         * whitespace.el: Add customization variables to conditionally test
7241         any of the five whitespaces, per request from Rune Kleveland
7242         <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
7244         * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
7246         * whitespace.el (whitespace-modes): Add `change-log-mode' to the
7247         list of modes to be checked for bogus whitespaces.
7249         * whitespace.el (whitespace-rescan-timer-time): Update
7250         documentation.
7252         * whitespace.el (whitespace-display-unchecked-whitespaces):
7253         New function to update modeline with untested whitespaces.
7255         * whitespace.el (whitespace-buffer): Test only whitespaces whose
7256         checking is turned on, and update modeline using the newly created
7257         `whitespace-display-unchecked-whitespaces'.
7259         * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
7260         whose checking is turned on, and update modeline using the newly
7261         created `whitespace-display-unchecked-whitespaces'.
7263         * whitespace.el (whitespace-describe): Update documentation.
7265         * whitespace.el (whitespace-tickle-timer): Test if
7266         `whitespace-rescan-timer-time' is non-zero before tickling timer.
7268 1999-09-13  Dave Love  <fx@gnu.org>
7270         * hideif.el (hide-ifdef-mode): Add autoload cookie.
7272         * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
7273         for temp buffer.
7274         (checkdoc-this-string-valid): Don't assume default comment-start.
7276 1999-09-13  Gerd Moellmann  <gerd@gnu.org>
7278         * rsz-mini.el: Remove code, keep the interface.
7280 1999-09-13  Dave Love  <fx@gnu.org>
7282         * help.el (help-highlight-p): Doc fix.
7284         * faces.el (mode-line, header-line, tool-bar): Add :version.
7285         (highlight, secondary-selection): Add :group.
7286         (trailing-whitespace): Add :group, :version.
7288         * wid-edit.el: Remove some compatibility code and checks.
7289         (widget-specify-field, widget-specify-button): Don't use XEmacs
7290         properties.
7291         (widget-overlay-inactive): Change error message.
7292         (widget-button-pressed-face): New variable.
7293         (widget-button-click): Use it.
7294         (widget-documentation-link-add): Specify mouse and button faces.
7295         (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
7296         removed now the functionality is built in.
7298         * cus-edit.el: Don't define-widget-keywords.
7299         (multimedia): New group.
7300         (custom-last): Function removed.
7301         (custom-quote): Add vectorp case, comment out characterp case.
7302         (custom-buffer-done-function, custom-raised-buttons): New option.
7303         (Custom-buffer-done): New function.
7304         (custom-buffer-create-internal): Obey custom-raised-buttons,
7305         Custom-buffer-done.
7306         (custom-button-face): Make it `released-button'.
7307         (custom-button-pressed-face): Make it `pressed-button'
7308         (custom-mode-map): Bind "q" to Custom-buffer-done.
7309         (custom-mode): Deal with raised/pressed buttons.
7311         Changes from Didier Verna:
7312         (custom-prompt-variable): Optional third arg makes prompt for a
7313         comment string.
7314         (customize-set-value, customize-set-variable,
7315         customize-save-variable): Optional prefix makes function handle
7316         variable comments.
7317         (customize-customized, customize-saved, custom-variable-state-set)
7318         (custom-variable-set, custom-variable-save, custom-face-state-set)
7319         (custom-variable-reset-saved, custom-variable-reset-standard)
7320         (custom-face-set, custom-face-save, custom-face-reset-saved)
7321         (custom-face-reset-standard, customize-save-customized): Handle
7322         custom comments.
7323         (custom-comment-face, custom-comment-tag-face): New face.
7324         (custom-comment): New widget.
7325         (custom-comment-create, custom-comment-delete)
7326         (custom-comment-value-set, custom-comment-show)
7327         ()custom-comment-invisible-p): New functions.
7328         (custom-variable-value-create, custom-face-value-create): Create a
7329         comment field widget.
7330         (custom-variable-menu, custom-face-menu): New entry for custom
7331         comment.
7332         (custom-face-value-create): Remove compatibility code.
7333         (custom-save-variables, custom-save-faces): Possibly save custom
7334         comments.
7336         * cus-face.el (custom-face-attributes): Simplify :underline,
7337         :overline, :inverse-video cases.  Fix up :box case (probably needs
7338         more work).
7340         Change from Didier Verna:
7341         (custom-set-faces): The arguments can now have a custom comment as
7342         fourth argument.
7344         * custom.el: Don't define-widget-keywords.
7345         Change from Didier Verna:
7346         (custom-set-variables): The arguments can now have a
7347         custom comment as fifth element.
7349 1999-09-13  Richard Stallman  <rms@gnu.org>
7351         * info.el (Info-find-node): Cope better if guesspos is too large.
7353 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
7355         * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
7356         of buffer-substring because buffer-string doesn't copy the
7357         prompt.
7359         * faces.el (mode-line): Replaces `modeline'.
7360         (toplevel): Make `modeline' an alias for `mode-line'.
7362 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
7364         * gs.el: Change `ghostscript' to `postscript' in comment.
7366 1999-09-11  Rob Riepel  <riepel@Stanford.EDU>
7368         * emulation/tpu-edt.el (tpu-version): New version.
7369         (tpu-search-overlay, tpu-replace-overlay): New variables.
7370         (tpu-search-highlight, tpu-toggle-direction): New functions.
7371         (tpu-lm-replace): Set tpu-replace-overlay.
7372         (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
7373         command hook.
7375 1999-09-11  Richard Stallman  <rms@gnu.org>
7377         * isearch.el (isearch-mode-map): Undo previous change.
7379         * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
7380         use all of that as the sexp.
7382         * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
7383         and use the initial argument as file name directly.
7384         Likewise if nothing matches.
7386 1999-09-11  Ivar Rummelhoff  <ivarru@math.uio.no>
7388         * winner.el: Major changes.  Avoid changing point and mark.
7389         Save configurations after they change, not before.
7391 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
7393         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
7394         Bind print-continuous-numbering and print-number-table.
7396 1999-09-10  Dave Love  <fx@gnu.org>
7398         * bindings.el (debug-ignored-errors): Restore BBDB stuff.
7400 1999-09-09  Richard Stallman  <rms@gnu.org>
7402         * whitespace.el: Finish making it fit Emacs conventions.
7403         Add autoloads.
7405 1999-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
7407         * generic-x.el (bat-generic-mode): "::"-style comments don't
7408         need to begin with "-".  Fix the font-lock definitions of ON/OFF
7409         after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
7410         from the list of keywords.  Add DO to the list of keywords.
7412 1999-09-09  Dave Love  <fx@gnu.org>
7414         * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
7415         (byte-optimize-backward-word): New optimizations.
7416         (side-effect-free-fns, side-effect-and-error-free-fns): Add
7417         entries.
7419 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
7421         * image.el (put-image): Remove optional buffer parameter.
7423         * faces.el (face-italic-p): Return t only for values `italic'
7424         and `oblique'.
7426         * mouse.el (mouse-drag-mode-line-1): Extension of former
7427         mouse-drag-mode-line that also drags the header line.
7428         (mouse-drag-mode-line): Call it.
7429         (mouse-drag-header-line): New.
7430         (toplevel): Bind down-mouse-1 on header lines to
7431         mouse-drage-header-line.
7433 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
7435         * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
7436         (make-mode-line-mouse-sensitive): Replace `top-line' by
7437         `header-line'.
7439 1998-09-08  Michael Ernst  <mernst@alum.mit.edu>
7441         * help.el (describe-function-1): Don't return empty string for keymaps.
7443         * fill.el (fill-region-as-paragraph, canonically-space-region):
7444         Respect colon-double-space at end of line.
7446 1999-09-08  Stephen Gildea  <gildea@alum.mit.edu>
7448         * files.el (backup-by-copying-when-privileged-mismatch): New variable.
7449         (backup-buffer): Use it.
7451 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
7453         * generic-x.el (generic-define-unix-modes): Added new modes:
7454         inetd-conf-generic-mode, etc-services-generic-mode,
7455         etc-passwd-generic-mode.  These are all defined for Unix by default.
7456         (apache-generic-mode): Use an imenu-generic-expression to list
7457         Configuration keywords.
7458         (samba-generic-mode): Use both ; and # as comment characters.
7459         (samba-generic-mode): Font-lock expressions now highlight name
7460         value pairs.
7461         (bat-generic-mode): Keywords are now case-insensitive through
7462         font-lock-defaults setting.
7463         (java-properties-generic-mode): Supports both ! and # as comment
7464         characters.
7465         (java-properties-generic-mode): Added an imenu-generic-expression
7466         (java-properties-generic-mode): Reworked to support the various
7467         different ways to separate name and value (viz, '=', ':' and
7468         whitespace).
7469         (show-tabs-generic-mode): Added this new generic-mode.
7471 1999-09-08  Richard Stallman  <rms@gnu.org>
7473         * progmodes/inf-lisp.el: Moved from top directory.
7475         * tar-mode.el (tar-header-block-tokenize):
7476         Use `when' instead of `and'.  Fix some clobbered text.
7478         * gud.el (gud-make-debug-menu): Make a child for the
7479         local menu, for its menu bar, and the debug menu.
7480         (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
7481         Use the history in the simple way.
7483 1999-09-07  Kenichi Handa  <handa@etl.go.jp>
7485         * language/korea-util.el (default-korean-keyboard): Initialize it
7486         according to the environment variable HANGUL_KEYBOARD_TYPE.
7488 1999-09-07  Richard Stallman  <rms@gnu.org>
7490         * subr.el (make-temp-file): New function.
7492 1999-09-07  Stefan Monnier  <monnier@cs.yale.edu>
7494         * font-lock.el (font-lock-multiline): New text property contains
7495         a boolean to indicate if the char is part of a multiline match.
7496         (font-lock-default-fontify-region): Extend the region appropriately
7497         for multiline keywords.
7498         (font-lock-default-unfontify-region): Also remove the new
7499         font-lock-multiline text property.
7500         (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
7501         (font-lock-fontify-keywords-region): Mark multiline regexp matches.
7503 1999-09-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7505         * diary-lib.el (list-diary-entries): Make sure two-digit years
7506         have leading zeros.
7508 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
7510         * faces.el (face-set-after-frame-default): Initialize some
7511         attributes of some faces from frame parameters.
7513         * faces.el (scroll-bar, border, cursor, mouse): New faces.
7515 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
7517         * faces.el (fringe): Replaces face `margin'.
7519 1999-09-07  Dave Love  <fx@gnu.org>
7521         * tar-mode.el (tar-header-block-tokenize): Bind linkname.
7523 1999-09-07  Richard Stallman  <rms@gnu.org>
7525         * subr.el (push): Doc fix.
7527 1999-09-06  Richard Stallman  <rms@gnu.org>
7529         * vc.el (vc-annotate-display): Use < 69 not < 70
7530         to distinguish 20YY from 19YY.
7532         * timezone.el (timezone-parse-date): Use < 69 not < 70
7533         to distinguish 20YY from 19YY.
7535         * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
7537 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
7539         * quickurl.el: (quickurl-list-focused-line): Removed.
7540         (quickurl-list-insert): Now works out the focused line using
7541         `count-lines' instead of using `quickurl-list-focused-line'.
7543 1999-09-06  Richard Stallman  <rms@gnu.org>
7545         * mail/rmail.el (rmail-retry-failure): Unconditionally move
7546         to beginning of message.
7548 1999-09-06  Dave Love  <fx@gnu.org>
7550         * isearch.el (isearch-mode-map): Add mouse-2.
7552         * mail/rmail.el (rmail-read-password): Deleted.
7553         (rmail-get-pop-password): Use read-password.
7555         * quickurl.el: Don't conditionally define caddr.
7556         (quickurl-url-comment): Use nth, not caddr in function and
7557         defsetf.
7559 1999-09-06  Richard Stallman  <rms@gnu.org>
7561         * auto-show.el: Doc fixes.
7563 1999-09-06  Stephen Eglen  <stephen@gnu.org>
7565         * progmodes/octave-inf.el (inferior-octave-startup-args): Add
7566         --no-line-editing so that TABs in source files are not interpreted
7567         as completion requests.
7569 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
7571         * hscroll.el, auto-show.el: Remove all code, keep the public
7572         interface as no-ops.
7574         * faces.el (face-bold-p): Don't return t if face has lighter
7575         weight than normal.
7577 1999-09-06  Eli Zaretskii  <eliz@gnu.org>
7579         * startup.el (command-line): Make small-temporary-file-directory
7580         be nil except on ms-dos.
7582         * files.el (small-temporary-file-directory): Ditto.  Also doc fix.
7584         * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
7585         is defined.
7587         * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
7588         letters with a colon after d or l.
7590 1999-09-06  Dave Love  <fx@gnu.org>
7592         * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed.  (Now
7593         primitive.)
7595 1999-09-05  Richard Stallman  <rms@gnu.org>
7597         * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
7599         * textmodes/paragraphs.el (backward-kill-sentence):
7600         Don't test minibuffer-prompt-end here.
7601         (forward-sentence): Do handle it here.
7602         (backward-kill-paragraph): Don't test it here.
7603         (forward-paragraph): Handle it here.
7605         * mouse.el (font-menu-add-default): Simplify code.
7607 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
7609         * faces.el (header-line): Renamed from `top-line'.
7611 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
7613         * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
7615 1999-09-04  Richard Stallman  <rms@gnu.org>
7617         * whitespace.el: New file.
7619 1999-09-04  Dave Love  <fx@gnu.org>
7621         * paths.el: Make some doc strings obey the make-docfile convention.
7623         * bindings.el: Likewise.
7624         (debug-ignored-errors): Remove BBDB ones.
7626 1999-09-03  Richard Stallman  <rms@gnu.org>
7628         * mail/mh-comp.el (mh-forward): Get new subject line from the original,
7629         not from the draft to forward.
7631         * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
7633 1999-09-03  Dave Love  <fx@gnu.org>
7635         * double.el (double-mode): Customize the variable.
7637 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
7639         * international/characters.el: Delete duplicated code.
7641 1999-09-02  Richard Stallman  <rms@gnu.org>
7643         * indent.el (indent-relative): Doc fix.
7645         * quickurl.el (quickurl): Doc fix.
7647 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
7649         * faces.el (margin): Change background to "gray" for mono (this is
7650         drawn with a stipple pattern).
7652 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
7654         * simple.el (next-history-element): Use minibuffer-prompt-end once
7655         again.  Remove test for minibuffer-prompt-in-buffer.
7657 1999-09-02  Eli Zaretskii  <eliz@gnu.org>
7659         * files.el (small-temporary-file-directory): New variable.
7661         * startup.el (command-line): Compute the value of
7662         small-temporary-file-directory.
7664         * ediff-init.el (ediff-temp-file-prefix): Use
7665         small-temporary-file-directory if non-nil.
7667         * vc.el (vc-update-change-log): Likewise.
7669         * progmodes/cmacexp.el (c-macro-expansion): Likewise.
7671         * simple.el (shell-command, shell-command-on-region): Use
7672         make-temp-name properly.  Use small-temporary-file-directory if
7673         non-nil, otherwise temporary-file-directory, to generate temporary
7674         files.
7676         * dos-w32.el (direct-print-region-helper): Use
7677         temporary-file-directory.  (From Stefan Monnier.)
7679 1999-09-02  Richard Stallman  <rms@gnu.org>
7681         * progmodes/asm-mode.el (asm-mode): Set comment-start properly
7682         from asm-comment-char.
7683         (asm-font-lock-keywords): Recognize instruction width suffixes.
7685 1999-09-01  Richard Stallman  <rms@gnu.org>
7687         * play/fortune.el: New file.
7689 1999-08-31  Dave Love  <fx@gnu.org>
7691         * help.el (help-make-xrefs): Don't lose on non-empty blank line
7692         after key table.
7694         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
7695         redisplay variables.
7697         * subr.el (push): Fix typo.
7699 1999-08-30  Kevin Blake  <kblake@ticnet.com>
7701         * emacs-lisp/ring.el: Many doc fixes.
7702         (ring-size, ring-copy): New functions.
7704 1999-08-29  Richard Stallman  <rms@gnu.org>
7706         * progmodes/etags.el (tags-loop-continue):
7707         After tags-loop-operate returns, force skip to next file.
7709         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
7710         (mail-extr-first-letters, mail-extr-last-letters):
7711         Use character classes [:alpha:] and [:alnum:].
7713         * subr.el (push, pop): New macros.
7715         * progmodes/compile.el (compilation-error-regexp-alist):
7716         New item for SGI IRIX MipsPro compilers.
7718         * speedbar.el (speedbar-directory-buttons): Recognize
7719         device names when checking for file names.
7721         * array.el (array-reconfigure-rows): Use generate-new-buffer.
7723         * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
7724         and specially handle defvar inside their expansions.
7725         (eval-defun-1): New subroutine.
7727         * progmodes/compile.el (compilation-error-regexp-alist):
7728         Fix the Perl -w entry to allow period after line number.
7729         Don't allow newlines in file name, but allow them after line number
7730         for Perl debugging traces.
7732         * which-func.el (which-func-cleanup-function): New variable.
7733         (which-function): Call that function.
7735         * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
7736         to end a function name.
7738         * informat.el (Info-tagify): Don't insert more than one newline
7739         before the tag table.
7741 1999-08-29  Stefan Monnier  <monnier@cs.yale.edu>
7743         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
7744         than make-temp-name, use match-string-no-properties, and eliminate
7745         a quadratic behavior when building bibtex-strings.
7747 1999-08-29  Alex Schroeder  <alex@gnu.org>
7749         * comint.el (comint-input-ring-separator): New variable.
7750         (comint-read-input-ring): Doc change; use
7751         comint-input-ring-separator when reading file.
7752         (comint-write-input-ring): Use
7753         comint-input-ring-separator when writing file.
7755 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
7757         * informat.el (Info-tagify): Start by widening.
7758         Match node headers that don't list the file name,
7759         and more kinds of page separations.
7760         Strip properties during tagification.
7761         Use start of node header line as tag's position.
7762         Fix the "done" message.
7764         (Info-validate): Save and restore match data around narrowing down.
7766 1999-08-28  Richard M. Stallman  <rms@gnu.org>
7768         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
7769         On repeated call, override previous values put into
7770         minor-mode-map-alist and minor-mode-alist.
7772 1999-08-28  Michael Ernst  <mernst@alum.mit.edu>
7774         * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
7776 1999-08-27  Andreas Schwab  <schwab@gnu.org>
7778         * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
7779         from cvs update.
7781 1999-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7783         * calendar/calendar.el (calendar-move-hook): New hook.
7785         * calendar/cal-move.el: Call the new hook in every movement function.
7787         * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
7788         the right function name.
7790 1999-08-26  Stephen Gildea  <gildea@alum.mit.edu>
7792         * time-stamp.el: Put quote-backquote around all symbol names
7793         in doc strings, for mousing.
7794         (time-stamp): Support multi-line patterns.
7795         (time-stamp-inserts-lines): New variable.
7796         (time-stamp-count): New variable.
7797         (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
7798         "Thu" instead of "%a".
7800 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
7802         * simple.el (kill-word): Undo previous change.
7804 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
7806         * jit-lock.el (jit-lock-function): Extend the fontified range
7807         to the beginning of the line containing the range start and
7808         the beginning of the line following the range end.
7810 1999-08-24  Dave Love  <fx@gnu.org>
7812         * timezone.el: Move provide to end.
7813         (timezone-parse-date): Simplify somewhat.  Assume 2-digit years
7814         <70 are 2000+.
7815         (timezone-parse-time): Simplify somewhat.
7817 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
7819         * faces.el (margin): Renamed from bitmap-area.
7821 1999-08-24  Alex Schroeder  <alex@gnu.org>
7823         * sql.el: Doc changes.
7824         (sql-sybase): Use sql-server instead of sql-database.
7826 1999-08-23  Dave Love  <fx@gnu.org>
7828         * rect.el: Add/fix various doc strings.  Add `*' to all the
7829         interactive specs.
7831 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
7833         * jit-lock.el (jit-lock-function): Use line-beginning-position.
7834         Don't unwind-protect font-lock-fontify-region.
7836         * paragraphs.el (backward-kill-paragraph): Don't move
7837         point into mini-buffer prompt.
7838         (backward-kill-sentence): Ditto.
7840         * simple.el (next-history-element): Use minibuffer-prompt-end.
7841         Remove test for minibuffer-prompt-in-buffer.
7842         (kill-word): Don't move point into mini-buffer prompt.
7844 1999-08-21  Dave Love  <fx@gnu.org>
7846         * Makefile: Exclude CVS dirs like RCS.
7848 1999-08-19  Dave Love  <fx@gnu.org>
7850         * tooltip.el (tooltip-mode): Customize this, per convention.
7851         (tooltip-active): Option deleted.
7853         * font-lock.el (global-font-lock-mode): Autoload.  Add :initialize.
7855         * hanoi.el, page-ext.el: Declare dynamic vars.
7857         * term.el: Avoid ange-ftp related compilation warnings.
7859 1999-08-18  Gerd Moellmann  <gerd@gnu.org>
7861         * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
7862         the default so that beginners can benefit from it without
7863         searching in manuals.
7865 1999-08-18  Ray Blaak  <blaak@gnu.org>
7867         * progmodes/delphi.el: Consider assembly sections as blocks, to
7868         indent them better. Make auto-indent on newline optional.
7870 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
7872         * bindings.el (mode-line-modified): Look up key binding for C-x
7873         C-q.  If it's bound call that binding, otherwise call
7874         toggle-read-only.
7876 1999-08-17  Dave Love  <fx@gnu.org>
7878         * info.el (info): Doc fix.
7880         * finder.el (finder-known-keywords): Add `multimedia'.
7882         * apropos.el: Don't capitalize custom group name.
7884         * info-look.el: Remove compatibility code.
7885         (info-lookup-guess-default*): DTRT for point at start of symbol.
7886         (info-complete): Don't lose with point not at end of symbol.
7888 1999-08-16  Gerd Moellmann  <gerd@gnu.org>
7890         * term.el (toplevel): Make face `term-default' an empty face.
7891         The code relied on the fact that Emacs ignored invalid faces in
7892         face text properties in 20.4.
7894 1999-08-16  Richard M. Stallman  <rms@gnu.org>
7896         * subr.el (point-at-eol, point-at-bol): New aliases.
7898         * simple.el: Functions reordered.
7900         * rect.el (delete-rectangle-line): Use line-end-position.
7902 1999-08-16  Karl Heuer  <kwzh@gnu.org>
7904         * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
7905         here from simple.el.
7907 1999-08-16  Dave Love  <fx@gnu.org>
7909         * mouse.el: Provide `mldrag' for compatibility.
7910         (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
7911         marked obsolete.
7913         * mldrag.el: Removed since the features are in mouse.el.
7915         * jka-compr.el (auto-compression-mode): New variable for
7916         customization.
7918         * bindings.el (mode-line-mule-info): Doc fix.
7920         * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
7921         name comparisons.
7923         * files.el (interpreter-mode-alist): Add make, guile, clisp.
7924         (find-file): Doc fix.
7926 1999-08-16  Carsten Dominik  <cd@gnu.org>
7928         * textmodes/reftex.el: Most of the code moved to other files.
7929         * textmodes/reftex-auc.el: New file, split out from reftex.el
7930         * textmodes/reftex-cite.el: New file, split out from reftex.el
7931         * textmodes/reftex-global.el: New file, split out from reftex.el
7932         * textmodes/reftex-index.el: New file, split out from reftex.el
7933         * textmodes/reftex-parse.el: New file, split out from reftex.el
7934         * textmodes/reftex-ref.el: New file, split out from reftex.el
7935         * textmodes/reftex-sel.el: New file, split out from reftex.el
7936         * textmodes/reftex-toc.el: New file, split out from reftex.el
7937         * textmodes/reftex-vars.el: New file, split out from reftex.el
7938         * textmodes/reftex-vcr.el: New file, split out from reftex.el
7940 1999-08-16  Carsten Dominik  <cd@gnu.org>
7942         * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
7943         conflict with pop-up-frames.
7944         (reftex-special-environment-parsers): New constant.
7945         (reftex-label-alist): car of an entry can also be a function.
7946         (reftex-what-special-env): Cew function.
7947         (reftex-label-location): Call `reftex-what-special-env'.
7948         (reftex-compile-variables): Check for symbol in
7949         `reftex-label-alist'.
7950         (reftex-what-environment): Fixed bug with stacked environments of
7951         same kind (e.g. enumerate).
7952         (reftex-process-string): Preserve default directory.
7953         (reftex-label-alist-builtin): Changed prefixes of endnote and
7954         footnote.  Also the magic words.
7955         (reftex-reference): Interprete new option
7956         `reftex-fref-is-default'.
7957         (reftex-replace-prefix-escapes): Interprete new `%S' format.
7958         (reftex-toc-mouse-view-line): Command removed (had no binding).
7959         (reftex-everything-regexp): New function.
7960         (reftex-nearest-match): Made better.
7961         (reftex-toc-find-section): Use new version of
7962         `reftex-nearest-match'.
7963         (reftex-insert-docstruct): Adapted to work with the index stuff.
7964         (reftex-parse-from-file): Find index entries as well.
7965         (reftex-toc-toggle-index): New function
7966         (reftex-toc-map): `i' is now used to togle the index, File
7967         boundaries has been moved to `F'.
7968         (reftex-select-label-map): Toggling display of file boundaries is
7969         now on the `F' key, for consistency with `reftex-toc-map'.
7970         (reftex-erase-all-selection-and-index-buffers): Renamed from
7971         `reftex-erase-all-selection-buffer'.  Now also kills the index
7972         buffers.
7973         (reftex-viewing-cross-references): Customization group renamed
7974         from reftex-viewing-cross-references-and-citations.
7975         (reftex-index-macro-regexp,
7976         reftex-find-index-entry-regexp-format): New variables
7977         (reftex-macros-with-index): New variable
7978         (reftex-add-index-macros): New function
7979         (reftex-renumber-simple-labels, reftex-translate): Allow for
7980         multiple labels in a single ref command.
7981         (reftex-index-support): New customization group
7982         (reftex-support-index, reftex-index-special-chars,
7983         reftex-index-macros, reftex-index-default-macro,
7984         reftex-index-default-tag, reftex-index-math-format,
7985         reftex-index-section-letters, reftex-index-include-context,
7986         reftex-index-follow-mode, reftex-index-header-face,
7987         reftex-index-section-face, reftex-index-tag-face,
7988         reftex-index-face): New options
7989         (reftex-index-map, reftex-index-menu, reftex-last-index-file,
7990         reftex-index-tag, reftex-index-return-marker,
7991         reftex-index-restriction-indicator, reftex-index-restriction-data,
7992         reftex-index-macro-regexp, reftex-index-level-re,
7993         reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
7994         reftex-everything-regexp-no-index, reftex-index-re,
7995         reftex-macros-with-index, reftex-index-macro-alist): New variables
7996         (reftex-index-help, reftex-index-macros-builtin,
7997         reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
7998         reftex-query-index-macro-help): New constants
7999         (reftex-index-selection-or-word, reftex-index,
8000         reftex-default-index, reftex-update-default-index,
8001         reftex-index-complete-tag, reftex-index-select-tag,
8002         reftex-index-complete-key, reftex-index-update-taglist,
8003         reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
8004         reftex-display-index, reftex-insert-index,
8005         reftex-index-insert-new-letter, reftex-get-restriction,
8006         reftex-index-pre-command-hook, reftex-index-post-command-hook,
8007         reftex-index-show-help, reftex-index-next, reftex-index-previous,
8008         reftex-index-toggle-follow, reftex-index-toggle-context,
8009         reftex-index-view-entry, reftex-index-goto-entry-and-hide,
8010         reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
8011         reftex-index-quit, reftex-index-quit-and-kill,
8012         reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
8013         reftex-index-revert, reftex-index-switch-index-tag,
8014         reftex-index-restrict-to-section, reftex-index-widen,
8015         reftex-index-restriction-forward,
8016         reftex-index-restriction-backward, reftex-index-visit-location,
8017         reftex-index-analyze-entry, reftex-index-globalize,
8018         reftex-index-edit, reftex-index-toggle-range-beginning,
8019         reftex-index-toggle-range-end, reftex-index-edit-key,
8020         reftex-index-edit-attribute, reftex-index-edit-visual,
8021         reftex-index-edit-part, reftex-index-level-down,
8022         reftex-index-level-up, reftex-index-kill, reftex-index-undo,
8023         reftex-index-change-entry, reftex-index-goto-letter,
8024         reftex-add-index-macros, reftex-ensure-index-support,
8025         reftex-index-info-safe, reftex-index-info): New functions.
8028 1999-08-15  Richard M. Stallman  <rms@gnu.org>
8030         * paren.el (show-paren-mode): Support making show-paren-mode
8031         a buffer-local variable.  Don't check for a window system.
8032         (show-paren-function): Check whether show-paren-function is
8033         enabled in current buffer; do the right thing if not.
8034         Don't check for a window system.
8035         (show-paren-mode): Make it a user variable.
8037         * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
8038         Handle `enum' like `struct'.
8040         * server.el (server-process-filter): If a client visits no buffers,
8041         close it immediately before recording it.
8043         * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
8044         Optimize by calling concat just once.  Handle =\n sequence.
8045         (mail-unquote-printable-region): New command.
8046         (mail-quote-printable): Make it autoload.
8048 1999-08-15  Karl Heuer  <kwzh@gnu.org>
8050         * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
8052 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
8054         * lisp/texinfmt.el: Handle @ifnottex.
8056 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
8058         * frame.el (blink-cursor): Don't turn on cursor blinking for
8059         ms-dos.
8061         * faces.el (face-valid-attribute-values): Look in
8062         x-bitmap-file-path only for x and w32 window systems.
8064         * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
8065         Do that if width is nil as well.
8066         (x-display-mm-height, x-display-mm-width): Update values.
8067         (x-colors): Compute the list from msdos-color-values.
8068         (x-select-enable-clipboard): Doc fix.
8069         (x-frob-font-weight, x-font-family-list): New functions.
8071 1999-08-15  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
8073         * window.el (shrink-window-if-larger-than-buffer): Don't try to
8074         back up from beginning of buffer.
8076 1999-08-13  Karl Heuer  <kwzh@gnu.org>
8078         * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
8080 1999-08-13  Alakazam Petrofsky  <Alakazam@Petrofsky.Berkeley.CA.US>
8082         * play/hanoi.el: Mostly rewritten.  Customized.  To support an s2G
8083         doomsday clock, speed control is added and changes are made to
8084         allow large numbers of rings: rings now show the whole ring
8085         number, not just the last digit; consecutive rings are allowed to
8086         be the same size when necessary to fit all the rings in the
8087         window; and poles can be oriented horizontally.  Face support is
8088         thrown in gratuitously.
8089         (hanoi): Changed default number of rings back to 3.
8090         (hanoi-unix, hanoi-unix-64): New commands
8091         (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
8092         hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
8093         hanoi-odd-ring-face): New variables.
8094         (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
8095         hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
8096         hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
8097         (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
8098         (hanoi-topos, hanoi-draw-ring): Removed.
8100 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
8102         * faces.el (face-valid-attribute-values): Return an alist for
8103         families on ttys.
8104         (face-read-integer): Handle unspecified face attributes.  Add
8105         completion for `unspecified'.
8106         (read-face-attribute): Handle unspecified font attributes.
8107         (face-valid-attribute-values): Add `unspecified' to lists so that
8108         it can be chosen via completion.
8109         (face-read-string): Don't recognize "none" as input.
8111 1999-08-10  Dave Love  <fx@gnu.org>
8113         * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
8114         string.
8116         * sun-curs.el: Require sun-fns.
8118 1999-08-10  Dave Love  <fx@gnu.org>
8120         * autorevert.el (auto-revert-mode): Add autoload cookie.
8122         * hscroll.el, auto-show.el: Files deleted -- we have built-in
8123         hscroll.
8125         * simple.el (hscroll-step, hscroll-point-visible)
8126         (hscroll-window-column): Remove now we have the mentioned real
8127         horizontal autoscrolling.
8129 1999-08-10  Richard M. Stallman  <rms@gnu.org>
8131         * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
8132         control use of -f option.
8133         (mail-specify-envelope-from): New variable.
8134         (mail-from-style): Doc fix.
8136         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
8137         (easy-menu-get-map): New arg TO-MODIFY helps choose
8138         between local and global maps.
8139         (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
8140         (easy-menu-change): Doc fix.
8142         * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
8143         (info-lookup-guess-default): Simplified and cleaned up.
8144         (info-lookup-guess-default*): Preserve point.
8146         * view.el (view-mode-disable): If buffer-read-only is nil,
8147         don't change it.
8149         * files.el (after-find-file): Disable View mode if buffer is no
8150         longer read-only.
8152         * view.el (view-mode-enable, view-mode-disable):
8153         Call force-mode-line-update.
8155 1999-08-10  Karl Heuer  <kwzh@gnu.org>
8157         * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
8158         * array.el, play/landmark.el, international/latin-3.el: Likewise.
8159         * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
8161 1999-08-10  Alex Schroeder  <asc@bsiag.com>
8163         * ansi-color.el (ansi-color-to-text-properties): Added New state 5
8164         to prevent m-eating-bug.
8166 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
8168         * term/pc-win.el (msdos-bg-mode): Remove.  Call
8169         frame-set-background-mode instead.  All callers changed.
8170         (msdos-face-setup): Don't force color display parameter, it is set
8171         by frame-set-background-mode.
8172         (make-msdos-frame): Call x-handle-reverse-video and
8173         face-set-after-frame-default.  Delete frame if creation failed.
8175         * faces.el (face-set-after-frame-default): Don't call
8176         make-face-x-resource-internal for the pc window-system.
8178 1999-08-10  Dave Love  <fx@melange.gnu.org>
8180         * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
8181         case with no docstring specially.
8183 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
8185         * complete.el (PC-do-completion): If completing on file name,
8186         reproduce str by concatenating its directory and basename parts.
8188 1999-08-07  Dave Love  <fx@gnu.org>
8190         * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
8191         unibyte to multibyte conversion of search-forward (from Handa),
8192         but avoid the replacement if the language is Latin-N.
8194 1999-08-06  Richard Stallman  <rms@gnu.org>
8196         * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
8197         of eval-buffer.
8199         * international/mule.el (load-with-code-conversion):
8200         Pass t to eval-buffer for DO-ALLOW-PRINT.
8202 1999-08-06  Geoff Voelker  <voelker@cs.washington.edu>
8204         * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
8205         of filenames and attributes.
8206         (ls-lisp-insert-directory): Use directory-files-and-attributes
8207         for speed.
8209 1999-08-05  Dave Love  <fx@gnu.org>
8211         * auto-show.el (auto-show-mode): Fix :set.
8213         * widget.el (define-widget-keywords): Make dummy definition and
8214         comment-out its use.
8216 1999-08-04  Richard Stallman  <rms@gnu.org>
8218         * progmodes/tcl.el: Customized.
8220         * sql.el (sql-accumulate-and-indent): Instead of testing
8221         whether this is Emacs 20 before calling comint-accumulate,
8222         test whether comint-accumulate is defined.
8224 1999-08-04  Dave Love  <fx@gnu.org>
8226         * sgml-mode.el: Require outline when compiling.
8227         (sgml-mode-hook, html-mode-hook): Customize.
8228         (sgml-validate-command): Fix :version.
8229         (html-autoview-mode): Doc fix.
8231         * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
8232         nothing in Latin-N environment.
8234         * info.el (Info-find-node): Call info-initialize here.
8235         (info): Not here.
8236         (Info-file-list-for-emacs): Add message, dired-x, c, viper.
8238 1999-08-04  Richard Stallman  <rms@gnu.org>
8240         * ansi-color.el: New file.
8242 1999-08-04  Stefan Monnier  <monnier@cs.yale.edu>
8244         * dired.el (dired-string-replace-match): Return `nil' when no match
8245         found with global search.
8247         * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
8248         * terminal.el (te-terminfo-directory):
8249         * mail/mailpost.el (post-mail-send-it):
8250         * mail/metamail.el (metamail-region):
8251         * progmodes/ada-mode.el (ada-tmp-directory):
8252         Use temporary-file-directory.
8254         * progmodes/compile.el (compilation-parsing-end,compilation-setup)
8255         (compilation-filter, compilation-forget-errors)
8256         (compilation-parse-errors): Use a marker instead of an integer for
8257         `compilation-parsing-end'.
8259         * progmodes/diff.el (diff-parse-differences):
8260         Use a marker instead of an integer for `compilation-parsing-end'.
8261         * textmodes/tex-mode.el (tex-compilation-parse-errors):
8262         Use a marker instead of an integer for `compilation-parsing-end'.
8264 1999-08-03  Richard Stallman  <rms@gnu.org>
8266         * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
8267         (Buffer-menu-mode): Doc fix.
8268         (Buffer-menu-view): New command.
8269         (Buffer-menu-view-other-window): New command.
8271 1999-08-03  Christopher J. Madsen  <chris_madsen@geocities.com>
8273         * replace.el (query-replace-regexp-eval)
8274         (replace-eval-replacement, replace-loop-through-replacements)
8275         (replace-match-string-symbols): New functions.
8276         (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
8277         Use replace-loop-through-replacements.
8279 1999-08-03  Dave Pearson  <davep@hagbard.demon.co.uk>
8281         * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
8282         (5x5): Doc fix.
8284 1999-08-03  Dave Love  <fx@gnu.org>
8286         * fortran.el (fortran-indent-new-line): Make it an alias
8287         for reindent-then-newline-and-indent.
8289 1999-08-03  Didier Verna  <verna@inf.enst.fr>
8291         * rect.el: All functions rewritten, except when noted above
8292         their declaration.  Below is a list of interface changes.
8293         (apply-on-rectangle): New function, mostly replaces
8294         `operate-on-rectangle'.  All callers changed.
8295         (move-to-column-force): Pass new second argument to `move-to-column'.
8296         (kill-rectangle): Added optional prefix arg to fill lines.
8297         (delete-rectangle): Ditto.
8298         (delete-whitespace-rectangle): Ditto.
8299         (delete-extract-rectangle): Ditto.
8300         (open-rectangle): Ditto.
8301         (clear-rectangle): Ditto.
8302         (delete-whitespace-rectangle-line): New function.
8303         (delete-rectangle-line): Added third arg FILL.
8304         (delete-extract-rectangle-line): Ditto.
8305         (open-rectangle-line): Ditto.
8306         (clear-rectangle-line): Ditto.
8308 1999-08-03  Ray Blaak  <blaak@gnu.org>
8310         * progmodes/delphi.el: New file.
8312 1999-08-02  Richard Stallman  <rms@gnu.org>
8314         * textmodes/outline.el (outline-previous-heading): New function.
8315         (outline-up-heading-all): Use outline-previous-heading.
8316         (outline-next-heading): Delete definition inserted yesterday.
8318 1999-08-01  Richard Stallman  <rms@gnu.org>
8320         * textmodes/outline.el (outline-next-heading): New function.
8321         (outline-up-heading-all): New function.
8322         (outline-font-lock-level): Using outline-up-heading-all.
8323         Tell outline-back-to-heading to accept invisible headings.
8325         * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
8327         * mail/mh-utils.el (mh-find-path-run): New variable.
8328         (mh-find-path): Test and set that.
8329         Set mail-user-agent only the first time this function is run.
8330         (mail-user-agent): Defvar deleted.
8332         * info.el (info-initialize): New function.
8333         (info): Call info-initialize.
8334         (Info-directory-list): Initialize to nil,
8335         so info-initialize will set it up for real.
8337 1999-08-01  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8339         * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
8340         does not interpret a time as the year in a day-month entry.
8342         * calendar/diary-lib.el: Change syntax table entry for colon in
8343         the diary as part of the european-date-diary-pattern fix.
8345 1999-08-01  Eli Zaretskii  <eliz@gnu.org>
8347         * international/mule.el (set-auto-coding): Allow whitespace before
8348         and after the "variable: value" pair.
8350 1999-07-30  Ken'ichi Handa  <handa@gnu.org>
8352         * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
8353         (default-sendmail-coding-system): Doc-string fixed.
8355 1999-07-30  Dave Love  <fx@gnu.org>
8357         * subr.el (assoc-delete-all): New function, renamed from
8358         frame-delete-all.
8360         * frame.el: Change comments to doc strings and other doc fixes.
8361         (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
8362         Callers changed.
8363         (set-background-color, set-foreground-color, set-cursor-color)
8364         (set-mouse-color, set-border-color): Offer completion of colours.
8365         (cursor): Add :version to defgroup.
8367         * facemenu.el (list-colors-display): Make it work on ttys.
8368         (facemenu-read-color): Likewise.
8370 1999-07-30  Richard M. Stallman  <rms@gnu.org>
8372         * frame.el (frame-notice-user-settings): If background
8373         color has been changed, update background-mode from it,
8374         then update faces.
8376 1999-07-30  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
8378         * net-utils.el (finger): Don't do indirect fingering.
8380 1999-07-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8382         * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
8383         rules.  Add separator at end of holidays.
8384         (cal-tex-rules): New customizable variable.
8385         (cal-tex-latexify-list): Add optional parameter to put separator
8386         at end.
8388 1999-07-30  Bill Richter  <richter@steenrod.math.nwu.edu>
8390         * textmodes/fill.el (fill-individual-paragraphs): Calculate new
8391         fill prefix on each line while looping to the end of paragraph.
8392         End paragraph if it's longer than the existing fill prefix.
8394         * textmodes/fill.el (fill-context-prefix): Doc fix.
8396 1999-07-30  Dave Love  <fx@gnu.org>
8398         * font-lock.el (jit-lock): Fix :load, add :version.
8400 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
8402         * term/pc-win.el (msdos-face-setup): Register standard colors in
8403         Vface_tty_color_alist.
8404         (face-color-supported-p, face_color_gray_p): New functions.
8406         * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
8407         is bound.
8409         * startup.el (command-line): Don't register default colors for
8410         MSDOS window-system.
8412 1999-07-29  Dave Love  <fx@gnu.org>
8414         * f90.el (f90-mode-syntax-table): Change backslash to escape, not
8415         charquote.
8417         * lisp-mode.el (eval-defun): Re-written to avoid
8418         capturing variables.
8420         * picture.el (picture-beginning-of-line): Don't call
8421         hscroll-point-visible now we have real autoscrolling.
8422         (picture-end-of-line, picture-newline, picture-open-line):
8423         Likewise.
8425         * international/latin-8.el: New file.
8426         * international/latin-9.el: New file.
8428 1999-07-28  Dave Love  <fx@gnu.org>
8430         * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
8432         * msb.el: Require cl only when compiling.
8433         (msb--home-dir): Deleted.
8434         (msb--format-title): Use abbreviate-file-name.
8435         (msb--choose-file-menu): Simplify string comparison.
8437 1999-07-28  Gerd Moellmann  <gerd@gnu.org>
8439         * faces.el (toolbar): Add face definition for mono displays.
8441 1999-07-27  Richard M. Stallman  <rms@gnu.org>
8443         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
8445         * frame.el (frame-initialize): When setting frame-initial-frame-alist,
8446         force copying of default-frame-alist.
8448 1999-07-26  Ken'ichi Handa  <handa@gnu.org>
8450         * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
8452 1999-07-26  Richard M. Stallman  <rms@gnu.org>
8454         * frame.el (set-mouse-color): If new color is nil,
8455         really respecify the current color.
8457 1999-07-26  Gerd Moellmann  <gerd@gnu.org>
8459         * faces.el (bitmap-area): Change background of face `bitmap-area'
8460         to white for mono displays.
8462 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
8464         * international/ccl.el (ccl-embed-symbol): New function.
8465         (ccl-program-p): Deleted.  Now it's implemented in C code.
8466         (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
8467         (ccl-compile-translate-character): Likewise.
8468         (ccl-compile-map-single): Likewise.
8469         (ccl-compile-multiple-map-function): Likewise.
8470         (declare-ccl-program): Doc-string modified.
8471         (check-ccl-program): Check compiled CCL code by ccl-program-p.
8473 1999-07-25  Ken'ichi Handa  <handa@etl.go.jp>
8475         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
8477 1999-07-25  Markus Rost  <rost@gnu.org>
8479         * cus-edit.el (custom-save-variables, custom-save-faces):  Sort
8480         the entries to make custom-file more readable.
8482 1999-07-25  Richard M. Stallman  <rms@gnu.org>
8484         * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
8486         * emacs-lisp/edebug.el: Delete compatibility code.
8487         (edebug-next-token-class): If . is followed by a digit,
8488         return `symbol' for the token class.
8490         * startup.el (command-line): If we don't find the user's init file,
8491         set user-init-file to nil.
8493 1999-07-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8495         * info-look.el (info-lookup-interactive-arguments): Add optional
8496         argument query for new choice of help mode.
8497         (info-lookup-symbol):  Use it.
8498         (info-lookup-file): Ditto.
8499         (info-lookup): Don't switch to other window, if already in Info
8500         buffer.
8502 1999-07-23  Dave Love  <fx@gnu.org>
8504         * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
8505         syntax.
8506         (fortran-fontify-string, fortran-match-!-comment): Deleted.
8507         (fortran-font-lock-syntactic-keywords): New variable.
8508         (fortran-mode): Use it.
8509         (fortran-font-lock-keywords-1): Don't do comments.
8510         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
8511         match data.
8513         * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
8515         * msb.el (msb-menu-bar-update-buffers): Renamed from
8516         menu-bar-update-buffers.
8517         (msb-custom-set, msb--toggle-menu-type): Call
8518         msb-menu-bar-update-buffers.
8519         (msb-mode): Revise the hook setting.
8521         * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
8523 1999-07-23  Gerd Moellmann  <gerd@gnu.org>
8525         * font-lock.el, help.el, simple.el: Re-integrate previously
8526         described changes that were lost due to errors while checking them
8527         in.
8529 1999-07-23  Kevin Blake  <kblake@ticnet.com>
8531         * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
8533 1999-07-23  Ken'ichi Handa  <handa@etl.go.jp>
8535         * international/encoded-kb.el
8536         (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
8537         but push it to unread-command-events.
8538         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
8539         (encoded-kbd-self-insert-sjis): Likewise.
8540         (encoded-kbd-self-insert-big5): Likewise.
8542         * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
8543         before left margin and fill-prefix by fill-find-break-point.
8545 1999-07-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8547         * info-look.el (info-lookup-setup-mode): Don't give up, if
8548         info-lookup-make-completions returns an error.
8549         (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
8550         name latex, not latex2e.
8552 1999-07-21  Richard M. Stallman  <rms@gnu.org>
8554         * replace.el (perform-replace): Turn off case-fold-search
8555         if FROM-STRING argument has uppercase in it.
8557 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8559         * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
8560         mode is on.  Don't use end of changed text.
8562 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8564         * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
8565         (cl-hash-table-p): Renamed from hash-table-p.
8566         (cl-hash-table-count): Renamed from hash-table-count.
8567         (maphash): Alias to cl-maphash removed.
8568         (gethash): Likewise.
8569         (puthash): Likewise.
8570         (remhash): Likewise.
8571         (clrhash): Likewise.
8573 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8575         * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
8576         third arg non-nil.  See comment there why this isn't a good idea.
8578 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8580         * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
8582         * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
8583         sit-for with 3rd arg non-nil to prevent redisplay.
8585 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8587         * image.el (image-type-from-file-header): If file doesn't
8588         have a directory part, add data-directory.
8590 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8592         * tooltip.el (tooltip-gud-tips-p): Set default to nil.
8593         (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
8594         motion handling when tooltip-gud-tips-p is nil.
8596 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8598         * tooltip.el (tooltip-mode): Don't use `plusp'.
8599         (tooltip-active): Use initial value of nil.
8601         * jit-lock.el (jit-lock-mode): Don't use `plusp'.
8603 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8605         * bindings.el (make-mode-line-mouse-sensitive): Add key
8606         definitions for `top-line'.
8608 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8610         * faces.el (top-line): New face.
8612 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8614         * image.el (image-type-regexps): Add regexp for PS files.
8616 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8618         * faces.el (set-face-attribute): Fix wrong handling of frame
8619         begin equal to t.
8621 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8623         * image.el (image-type-regexps): Add PNG format.
8625 1999-07-21  Dave Love  <fx@gnu.org>
8627         * bindings.el (mode-line-modified): New variable.
8628         (mode-line-mode-menu-1): Switch to appropriate window before
8629         showing menu.
8631 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8633         * faces.el (face-underline): Removed.
8634         (face-underline-color): Ditto.
8636 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8638         * faces.el (face-x-resources): Fix typo.
8640 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8642         * faces.el: Remove handling of `:relief', extend handling of
8643         `:box'.
8644         (frame-set-background-mode): Choose new defface specs after
8645         frame parameters have changed.
8647         * cus-face.el: Ditto.
8649 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8651         * custom.el (defface): Extend documentation to include new
8652         face attributes.
8654         * cus-face.el (custom-face-attributes): Add overline,
8655         strike-through, box.
8657         * faces.el (face-valid-attribute-values): Handle overline,
8658         strike-through, box.
8659         (face-attribute-name-alist): Add pairs for new face attributes.
8660         (describe-face): Handle new face attributes.
8662 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8664         * faces.el (face-x-resources): Add overline, strike-through, box.
8666 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8668         * enriched.el (enriched-translations): Add `display' and
8669         "x-display".
8670         (enriched-handle-display-prop): New.
8671         (enriched-decode-display-prop): New.
8673         * format.el (top-level): Give `display' property
8674         `format-list-atomic-p.
8675         (format-annotate-single-property-change): Test that property.
8676         If present, treat list property values like atoms.
8678 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8680         * cus-face.el (custom-face-attributes): Use `choice' everywhere
8681         so that "*" can be entered.
8683 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8685         * cus-face.el (custom-face-attributes): Don't use `#''.
8687 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
8689         * cus-face.el (custom-face-attributes): Return underline
8690         face attribute directly from the second lambda of underline.
8692 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8694         * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
8696         * frame.el (after-setting-font-hooks): New variable.
8697         (set-frame-font): Run those hooks.
8699         * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
8701         * faces.el (set-face-attribute): Fix doc string.
8703 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8705         * cus-face.el (custom-face-attributes): Accept color name.
8707         * faces.el (face-underline-p): Accept unspecified underlining.
8708         (face-underline): Ditto.  Fix doc string.
8710 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
8712         * faces.el (face-underline-color): New function.
8714 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
8716         * cus-face.el (custom-face-attributes): Support underline coloring.
8717         Added slot to choose a color.
8719         * faces.el (face-underline): New function.
8720         (face-underline-p): Support underline coloring.
8721         Return nil only if the underline attribute is 'normal.
8722         (set-face-underline): New function.
8723         (face-valid-attribute-values): Support underline coloring.
8725 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8727         * image.el (insert-image): Use `display' instead of `glyph'
8728         as text property name.
8729         (put-image): Ditto.
8730         (image-type-from-file-header): Use insert-file-contents-literally.
8732 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8734         * easymenu.el (easy-menu-do-add-item): Don't use the empty
8735         string to indicate separators.
8737 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8739         * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
8740         instead of message-log.
8742 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8744         * faces.el (bitmap-area): New face.
8746 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8748         * image.el (insert-image): New.
8750 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8752         * frame.el (blink-cursor): Set the symbol's value.
8753         (show-trailing-whitespace): Change group to font-lock.
8755 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8757         * jit-lock.el: New.
8758         * font-lock.el: Add jit-mode as new support mode.
8760         * font-lock.el (font-lock-fontify-keywords-region): Stop when
8761         reaching end instead of letting re-search-forward signal an error.
8762         (demand-lock-mode): New.
8763         (font-lock-turn-on-thing-lock): Add demand-lock-mode.
8764         (font-lock-turn-off-thing-lock): Ditto.
8765         (font-lock-after-fontify-buffer): Ditto.
8766         (font-lock-after-unfontify-buffer): Ditto.
8768 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8770         * gs.el: New file.
8772         * startup.el (command-line-1): Activate tooltip mode if
8773         interactive.
8775 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8777         * faces.el (toolbar): Grey default background.
8778         (modeline): Ditto.
8780         * image.el (image-type-regexps): New.
8781         (image-type-from-file-header): New.
8782         (create-image): Call it.
8784 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8786         * image.el: New file.
8788 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8790         * bindings.el (mode-line-format): Replace `mode-name' with
8791         `(:eval mode-line-mode-name)'.
8792         (mode-line-mode-name): New.
8793         (make-mode-line-mouse-sensitive): Don't change default value
8794         of `mode-name'.
8796 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8798         * tooltip.el: New file.
8800 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8802         * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
8803         instead of mouse-3 to pop up menus.
8804         (mode-line-kill-buffer): Removed.
8805         (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
8806         buffer name.
8807         (mode-line-buffer-menu-1): Removed.
8809         * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
8811         * bindings.el (mode-line-buffer-identification-keymap): New.
8812         (mode-line-buffer-menu-keymap): New.
8813         (mode-line-mode-menu-keymap): New.
8814         (mode-line-unbury-buffer): New.
8815         (mode-line-other-buffer): New.
8816         (mode-line-kill-buffer): New.
8817         (mode-line-buffer-menu-1): New.
8818         (mode-line-mode-menu-1): New.
8819         (make-mode-line-mouse-sensitive): New.
8821 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8823         * help.el (describe-key-briefly): Handle mode line strings
8824         with local-map properties.
8825         (describe-key): Ditto.
8826         (mode-line-key-binding): New.
8828 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8830         * scroll-bar.el (scroll-bar-timer): New.
8831         (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
8833 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8835         * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
8836         and `bottom'.
8838 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8840         * scroll-bar.el (scroll-bar-toolkit-scroll): New.
8841         (global): Use different key bindings if using tookit scroll bars.
8843 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8845         * faces.el (modeline): Define mode line face with relief for
8846         class color, only.
8847         (toolbar): New face.
8849 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8851         * frame.el (frame-initialize): Set frame-creation-function to
8852         tty-create-frame-with-faces.
8854         * faces.el (frame-set-background-mode): Make it work for
8855         window-system nil.
8857         * faces.el (tty-create-frame-with-faces): New.
8858         (face-set-after-frame-default): Make it work for TTY frames.
8860 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8862         * faces.el (face-valid-attribute-values): Use tty-defined-colors.
8863         Return a list of one font family for TTYs.  Don't return bitmap
8864         file paths for TTY frames.
8866         * faces.el: Add face specs for tty displays to basic faces.
8868         * font-lock.el (font-lock-comment-face): Add spec for color tty.
8869         (font-lock-string-face): Ditto.
8870         (font-lock-keyword-face): Ditto.
8871         (font-lock-builtin-face): Ditto.
8872         (font-lock-function-name-face): Ditto.
8873         (font-lock-variable-name-face): Ditto.
8874         (font-lock-type-face): Ditto.
8875         (font-lock-constant-face): Ditto.
8876         (font-lock-warning-face): Ditto.
8878 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8880         * startup.el (command-line): Register default tty colors.
8882         * faces.el (face-spec-set-match-display): Recognize `type tty'.
8884 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8886         * faces.el (modeline): For X frames, use a modeline with relief.
8888 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8890         * faces.el (frame-update-faces): Copied from 20.2.
8891         (frame-update-face-colors): Ditto.  Code removed that isn't
8892         applicable in the new face implementation.
8894 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8896         * frame.el (show-trailing-whitespace): New.
8898         * faces.el (trailing-whitespace): New basic face.
8900 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8902         * cus-face.el (custom-facep): Always define as alias for facep.
8904         * cus-face.el (custom-face-attributes): Use choice widgets.
8905         Remove :bold and :italic.
8907 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8909         * faces.el (face-charset-registries): Removed since fontset.el
8910         is no always loaded.
8912 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8914         * faces.el (internal-get-face): Added as obsolete function for
8915         compatibility.
8917 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8919         * frame.el (blink-cursor-end): Call show-cursor.
8920         (blink-cursor-mode): Ditto.
8922 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8924         * faces.el (face-spec-reset-face): Reset all attributes to
8925         `unspecified'.
8926         (face-spec-set): Use it.
8928 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8930         * faces.el (read-all-face-attributes): Bug fix.
8931         (face-read-integer): Allow nil default value.
8932         (face-valid-attribute-values): Use symbol names of attribute
8933         values for completion list.
8935 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8937         * faces.el (internal-find-face): Define for compatibility with
8938         20.2.
8939         (face-id): Likewise.
8941         * faces.el (face-id): Return the ID of a realized face for ASCII.
8943         * fontset.el (x-charset-registries): Removed.  Now in faces.el.
8944         (x-complement-fontset-spec): Use face-charset-registries.
8946         * faces.el (face-font-selection-order): Set font selection order
8947         from Lisp.
8948         (face-alternative-font-family-alist): Set alternative font
8949         families from Lisp.
8951 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8953         * faces.el (set-face-charset-registries): Set symbol value.
8955 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8957         * faces.el (face-set-after-frame-default): Call function
8958         internal-merge-in-global-face.
8960 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8962         * faces.el (face-list): Return symbols from face-global-alist.
8964         * faces.el (face-list): Return a copy of the face name list so
8965         that it cannot be modified from outside (facemenu.el uses
8966         nreverse, for example).
8968         * cus-face.el (custom-face-attributes): Add :bold and :italic
8969         for compatibility with old code.
8971         * faces.el (set-face-attributes-from-resources): Additional
8972         frame parameter.
8973         (make-face-x-resource-internal): Set attributes from resources
8974         for a given frame or all frames.
8976 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
8978         * faces.el (all-faces): Removed.
8980         * custom.el (defface): Add new face attributes to function
8981         comment.
8983         * font-lock.el (font-lock-comment-face): Use new face attribute
8984         names.
8985         (font-lock-string-face): Ditto.
8986         (font-lock-keyword-face): Ditto.
8987         (font-lock-builtin-face): Ditto.
8988         (font-lock-function-name-face): Ditto.
8989         (font-lock-variable-name-face): Ditto.
8990         (font-lock-type-face): Ditto.
8991         (font-lock-reference-face): Ditto.
8992         (font-lock-warning-face): Ditto.
8993         ((boundp 'font-lock-face-attributes)): Ditto.
8995         * cus-face.el (custom-face-attributes): Use new face attributes.
8997         * faces.el (set-face-attribute-from-resource): Initialize
8998         from resources only for X and W32.
9000         * cus-face.el (custom-declare-face): Don't make frame-local
9001         faces.
9003         * faces.el (describe-face): Use princ instead of insert.
9005         * faces.el: Add XLFD manipulation functions from 20.2 again
9006         because fontset.el uses them.
9007         (face-set-after-frame-default): Add empty definition.
9009 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9011         * faces.el (make-face): Correct typo.
9012         (set-face-attribute-from-resource): Use let*.
9013         (face-underline-p): Correct typo.
9014         (face-inverse-video-p): Ditto.
9015         (set-face-stipple): Ditto.
9016         (face-read-string): Make completion-list optional parameter.
9018 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9020         * faces.el (face-charset-registries): Alist mapping charset
9021         symbols to registries and encoding.
9023 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9025         * frame.el (blink-cursor-mode): Use interactive spec "P".
9027 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9029         * frame.el (blink-cursor-mode): Function to toggle blinking cursor
9030         mode.  The cursor of selected_window blinks if the mode is enabled.
9032 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9034         * simple.el (next-history-element): Set point to the end of the
9035         prompt if minibuffer-prompt-in-buffer.
9037 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
9039         * faces.el (x-font-regexp): Add sub-expression parentheses for
9040         several font name components.
9042 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9044         * faces.el (set-face-relief): Use index 12 for relief.
9045         (face-fill-in): Set relief from data.
9046         (internal-make-face): Init relief to zero.
9048         * faces.el (face-spec-set): Call modify-face with additional
9049         parameters for relief and fixed-p.
9051 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9053         * cus-face.el: ':fixed and ':relief added.
9055         * faces.el (describe-face): Add fixed font attribute and relief.
9056         (face-attr-match-p): Ditto.
9057         (face-attr-construct): Ditto.
9058         (face-spec-set): Ditto.
9060 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9062         * faces.el (internal-make-face): Function to create a Lisp vector
9063         suitable for representing a face.
9064         (make-face): Use it instead of make-vector.
9065         (x-create-frame-with-faces): Use it instead of vector.
9066         (internal-facep): Increase vector size to 14.
9067         (internal-make-face): Ditto.
9068         (face-relief): Access relief thickness.
9069         (face-fixed-p): Access fixed font attribute.
9070         (set-face-fixed-p): Set fixed font attribute.
9071         (set-face-relief): Set relief attribute.
9072         (internal-face-interactive-int): Read int attribute of face.
9073         (modify-face): Add fixed-p and relief parameters.
9074         (copy-face): Handle fixed-p and relief.
9075         (face-equal): Compare fixed-p and relief.
9076         (face-differs-from-default-p): Ditto.
9077         (face-nontrivial-p): Add fixed-p and relief.
9079 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9081         * faces.el (eval-when-compile): Add set-face-shadow-thickness.
9082         (internal-facep): Increase vector size.
9083         (make-face): Ditto.
9084         (face-shadow-thickness): Added.
9085         (set-face-shadow-thickness): Added.
9086         (modify-face): Add optional shadow-thickness parameter.
9087         (make-face-x-resource-internal): Add shadows.
9088         (copy-face): Ditto.
9089         (face-equal): Ditto.
9090         (face-differs-from-default-p): Ditto.
9091         (face-nontrivial-p): Ditto.
9092         (face-attr-match-p): Ditto.
9093         (face-attr-construct): Ditto.
9094         (face-spec-set): Ditto.
9095         (face-fill-in): Ditto.
9097 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9099         * bench.el (bench-mark-split-window): New bench mark.
9101 1999-07-21  Gerd Moellmann  <gerd@acm.org>
9103         * faces.el (set-face-font): Don't pass default font to
9104         x-resolve-font so that font will not have to be of the same
9105         size.
9107 1999-07-20  Dave Love  <fx@gnu.org>
9109         * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
9110         unconditionally t.
9112 1999-07-20  Karl Heuer  <kwzh@gnu.org>
9114         * font-lock.el (c++-font-lock-extra-types): Add "type_info".
9116 1999-07-20  Dave Love  <fx@gnu.org>
9118         * help.el (describe-variable): Fix test for customizability.
9120         * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
9121         Check for readonly buffer in interactive spec.
9122         (zap-to-char, kill-line, kill-region, comment-region, kill-word)
9123         (backward-kill-word): Add * to interactive spec.
9125         * underline.el (underline-region, ununderline-region): Add * to
9126         interactive spec.
9128         * fill.el (canonically-space-region, justify-current-line): Add *
9129         to interactive spec.
9130         (fill-region-as-paragraph, fill-paragraph, fill-region)
9131         (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
9132         readonly buffer in interactive spec.
9134         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
9135         (backward-kill-sentence, kill-sentence): Add * to interactive
9136         spec.
9138 1999-07-19  Richard M. Stallman  <rms@gnu.org>
9140         * dired-aux.el (dired-do-shell-command): Doc fix.
9142         * shell.el (shell-unquote-argument): New function.
9143         (shell-directory-tracker): Use shell-unquote-argument.
9144         * comint.el (comint-arguments): Handle \ followed by space or tab.
9146 1999-07-19  John Wiegley  <jwiegley@borland.com>
9148         * term.el (ansi-term-fg-faces-vector): Added support for ANSI
9149         color codes 39 and 49, which by the way lynx uses them seem to
9150         mean "foreground reset" and "background reset".
9152 1999-07-19  Karl Heuer  <kwzh@gnu.org>
9154         * font-lock.el (c++-keywords): Add "typeid".
9156         * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
9157         selects no font, treat that as zero selections, not one.
9159 1999-07-19  Dave Love  <fx@gnu.org>
9161         * info.el (Info-search): Don't lose with empty regexp.
9163         * version.el: Cater for (free) `ident' program, not `which'.
9165         * hl-line.el: New file.
9167         * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
9168         for modes which don't define menus.
9170 1999-07-16  Richard M. Stallman  <rms@gnu.org>
9172         * webjump.el (webjump-sample-sites): Update some URLs.
9174 1999-07-14  Richard Stallman  <rms@gnu.org>
9176         * Version 20.4 released.
9178 1999-07-14  Andreas Schwab  <schwab@gnu.org>
9180         * compare-w.el (compare-windows): Try to find the next window in
9181         the current frame before looking at the other frames.
9183 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
9185         * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
9186         Use cyrillic-jcuken as default input method.
9188 1999-07-12  Richard Stallman  <rms@gnu.org>
9190         * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
9191         Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
9193         * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
9194         (ispell-local-dictionary-alist): Add koi8-r for character set.
9196         * textmodes/flyspell.el (flyspell-get-word):
9197         Add special handling for when ispell-otherchars is empty.
9199 1999-07-12  Espen Skoglund  <espensk@stud.cs.uit.no>
9201         * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
9202         when having nested functons.
9203         (pascal-indent-nested-functions) (pascal-indent-line)
9204         (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
9205         indenting nested functions.
9207 1999-07-09  Richard Stallman  <rms@gnu.org>
9209         * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
9211 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
9213         * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
9214         the `end' keyword was in the very beginning of the buffer.
9216 1999-07-08  Richard Stallman  <rms@gnu.org>
9218         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
9220         * term.el (term-emulate-terminal): Avoid infinite loop
9221         in strange case where minibuffer window is selected but not active.
9223 1999-07-07  Stephen Eglen  <stephen@gnu.org>
9225         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
9226         Change regexp so that it doesn't match commands beginning with `cd'.
9228 1999-07-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
9230         * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
9232 1999-07-06  Richard Stallman  <rms@gnu.org>
9234         * hscroll.el (hscroll-minibuffer-hook): New function.
9235         (hscroll-global-mode): Add and remove that hook.
9236         Set hscroll-old-truncate-was-global's default value.
9238 1999-07-05  Richard Stallman  <rms@gnu.org>
9240         * files.el (revert-buffer): Don't preserve point here.
9241         (revert-buffer-insert-file-contents-function): Doc fix.
9243         * isearch.el (isearch-process-search-char): Write octal 200 correctly.
9245         * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
9246         doing a `stat' when it isn't necessary because that can cause
9247         trouble when an NFS server is down.
9249 1999-07-04  Richard Stallman  <rms@gnu.org>
9251         * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
9253 1999-07-03  Richard Stallman  <rms@gnu.org>
9255         * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
9256         for \200...\240 also.
9257         (isearch-printing-char): Use unibyte-char-to-multibyte.
9259 1999-07-02  Richard Stallman  <rms@gnu.org>
9261         * frame.el (minibuffer-frame-alist): Use defcustom.
9262         (pop-up-frame-alist): Likewise.
9263         (initial-frame-alist): Specify * in the doc string.
9265         * hscroll.el (hscroll-mode): Make it a permanent local.
9266         (hscroll-mode): Don't cancel the timer
9267         if HScroll mode is enabled in some other buffer.
9269         * isearch.el (isearch-done): If search ends in middle of intangible
9270         text (due to text property), move on to the limit of that text.
9272 1999-07-01  Andrew Innes  <andrewi@gnu.org>
9274         * man.el (Man-build-man-command): Use value of null-device,
9275         instead of hard-coding "/dev/null".
9277         * dos-w32.el (untranslated-canonical-name): Avoid expanding
9278         ange-ftp file names, which might force ange-ftp to prompt for a
9279         password.
9281         * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
9282         to prevent references to temp files.
9284 1999-06-30  Richard Stallman  <rms@gnu.org>
9286         * progmodes/sh-script.el (sh-feature): If nothing is known
9287         about the given shell, use the values for `sh'.
9289 1999-06-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9291         * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
9292         to make it non-recursive.
9294         * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
9296 1999-06-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9298         * auto-show.el (auto-show-mode): Fix Typo in :set.
9300 1999-06-29  Richard M. Stallman  <rms@gnu.org>
9302         * progmodes/sh-script.el (sh-mode): When setting syntax
9303         table, default to the standard one.
9305 1999-06-27  Richard M. Stallman  <rms@gnu.org>
9307         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
9309 1999-06-27  Stefan Monnier  <monnier@cs.yale.edu>
9311         * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
9312         a frame when `return' is requested (even if pop-up-frames = t)
9313         * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
9314         should only be set for the bibtex buffer.
9316         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
9318         * progmodes/compile.el: Deal with compilation-error-screen-columns
9319         being buffer-local.
9321 1999-06-27  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
9323         * comint.el (comint-password-prompt-regexp): Allow "(again)".
9325 1999-06-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9327         * cal-x.el (calendar-only-one-frame-setup): New function.
9328         * calendar.el (calendar): Call it if requested.
9330 1999-06-24  Karl Heuer  <kwzh@gnu.org>
9332         * startup.el (iso-8859-n-locale-regexp): Doc fix.
9334 1999-06-22  Richard M. Stallman  <rms@gnu.org>
9336         * mail/supercite.el (sc-emacs-features): Doc fix.
9338 1999-06-22  Karl Heuer  <kwzh@gnu.org>
9340         * files.el (auto-mode-alist): Add pike-mode.
9342 1999-06-20  Paul R. Eggert  <eggert@twinsun.com>
9344         * tar-mode.el (tar-header-block-tokenize): Don't assume that the
9345         last byte of a numeric field is a space or a NUL.  Parse it as
9346         potentially part of the number.  This is used by GNU tar
9347         1.12.64012 to handle larger values.
9349 1999-06-20  Karl Heuer  <kwzh@gnu.org>
9351         * custom.el (custom-handle-keyword): Fix error message.
9353 1999-06-18  Andrew Innes  <andrewi@gnu.org>
9355         * mail/smtpmail.el (smtpmail-send-it): Use
9356         convert-standard-filename to make file names for queued mail safe
9357         on Windows (`:' is invalid in file names on Windows).
9359 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
9361         * international/mule-cmds.el (describe-current-input-method):
9362         Current-input-method is string.
9363         (toggle-input-method): Docstring fixed.
9365         * international/mule-diag.el
9366         (describe-current-coding-system-briefly): Fix format string.
9368         * international/mule-util.el (coding-system-eol-type-mnemonic):
9369         Docstring modified.  Return a string.
9371 1999-06-17  Alex Schroeder  <a.schroeder@bsiag.ch>
9373         * sql.el (sql-input-ring-file-name): Doc fix.
9375 1999-06-17  Richard M. Stallman  <rms@gnu.org>
9377         * calendar/cal-x.el (special-display-buffer-names):
9378         Don't put (get-file-buffer diary-file) on this list.
9380 1999-06-17  Mark W Maimone  <mwm@helios.jpl.nasa.gov>
9382         * play/mpuz.el (mpuz-try-proposal): Fix message call.
9383         Don't penalize player for certain impossible guesses.
9385 1999-06-16  Andrew Innes  <andrewi@gnu.org>
9387         * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
9388         return the string "Unk  0  0000" so at least it appears to be a
9389         valid timestamp to `dired-move-to-filename-regexp'.
9391 1999-06-15  Ken'ichi Handa  <handa@gnu.org>
9393         * ps-print.el (ps-control-character): Fix previous change.
9395 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9397         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
9398         multiple output of the last message.
9400 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
9402         * term/internal.el (IT-display-table-setup): Do not remap \222 to
9403         the ASCII apostrophe, as most DOS codepages have some other glyph
9404         there.
9406 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
9408         * language/ethio-util.el (setup-ethiopic-environment-internal):
9409         Use quail-activate-hook instead of obsolete hook quail-mode-hook.
9410         (exit-ethiopic-environment): Likewize.
9412 1999-06-12  Richard M. Stallman  <rms@gnu.org>
9414         * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
9416 1999-06-12  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9418         * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
9419         custom-initialize-default to avoid infinite loop.
9420         (crisp-mode): (defun) Call transient-mark-mode here, not when
9421         loading the file.  Run crisp-mode-hook here, and run
9422         crisp-load-hook when loading the file.
9424         * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
9425         rmail-summary buffer, search for pattern in rmail-file.
9427         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
9429         * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
9431         * ps-print.el (ps-printer-name): Fix custom type.
9433 1999-06-12  Reto Zimmermann  <reto@synopsys.com>
9435         * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
9436         (vhdl-port-paste-generic-map): Fix indentation bug.
9437         (vhdl-port-paste-port-map): Fix indentation bug.
9438         (vhdl-scan-file-contents): Make scanning case insensitive.
9440 1999-06-11  Richard M. Stallman  <rms@gnu.org>
9442         * files.el (write-file): When buffer is not already visiting a file,
9443         don't put buffer name in the minibuffer, just make it the default.
9444         Also handle just directory as arg usefully in that case.
9446         * simple.el (sendmail-user-agent-compose):
9447         Ignore case when inserting the rest of the "other" headers.
9449         * help.el (help-for-help): Mention C-h C-i.  Clear up C-h n.
9451         * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
9452         (info-lookup-interactive-arguments): Never insert the default
9453         into the minibuffer automatically.
9455         * emacs-lisp/cl-extra.el (getf): Don't call get*.
9457 1999-06-09  Richard M. Stallman  <rms@gnu.org>
9459         * simple.el (shell-command): Avoid printing "mark set" message.
9461 1999-06-09  Dave Love  <fx@gnu.org>
9463         * progmodes/compile.el (compilation-error-regexp-alist): Allow
9464         digits in program name in first pattern.
9466 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9468         * vc.el (vc-dired-mode): Don't match anything before the date in
9469         dired-move-to-filename-regexp.
9471 1999-06-07  Ken'ichi Handa  <handa@gnu.org>
9473         * international/quail.el (quail-define-rules): Fix typo in
9474         docstring.
9476 1999-06-05  Stephen Eglen  <stephen@gnu.org>
9478         * iswitchb.el (iswitchb-default-keybindings): Add
9479         iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
9480         than when package is loaded.
9482 1999-06-04  Richard M. Stallman  <rms@gnu.org>
9484         * startup.el (command-line): Don't set user-init-file directly;
9485         tell `load' to set it.
9487         * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
9489         * simple.el (next-history-element):
9490         Handle minibuffer-text-before-history properly when reading sexps.
9492         * disp-table.el (standard-display-european):
9493         For an interactive call by the user,
9494         don't set enable-multibyte-characters,
9495         and don't set the terminal coding system.
9497         * textmodes/refbib.el: Don't print any messages or display
9498         a buffer when loading the library.
9499         (r2b-help): Doc fix.
9500         (r2b-help-message): Update the documentation.
9501         (r2b-load-quietly): Variable deleted.
9502         (r2b-convert-buffer): Doc fix.
9504 1999-06-04  Dave Love  <fx@gnu.org>
9506         * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
9508         * auto-show.el: Don't change hooks on loading.
9509         (auto-show-mode): Autoload.  Default to nil.  Add :set &c.
9510         (auto-show-mode): Add to hooks here.
9512 1999-06-04  Richard Sharman  <rsharman@pobox.com>
9514         * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
9515         recursion on bogus input.
9517 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
9519         * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
9520         does not select a buffer from the buffers menu, then the attached
9521         frame is not switched to anything.
9523 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
9525         * language/vietnamese.el (ccl-encode-vscii): Typo fixed
9526         (viet-viscii-...->viet-vscii...).
9528         * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
9530 1999-06-01  Dave Love  <fx@gnu.org>
9532         * progmodes/fortran.el: Add :link to defgroup.
9533         (fortran-blink-matching-if): Match ELSE statements too.
9534         (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
9535         that filling is always done.
9537 1999-05-31  Richard M. Stallman  <rms@gnu.org>
9539         * simple.el (append-next-kill): Use an arg to distinguish
9540         interactive calls from Lisp calls, rather than (interactive-p).
9542         * international/iso-transl.el (iso-transl-language-alist):
9543         Interchange n and N.
9545 1999-05-31  Dave Love  <fx@gnu.org>
9547         * msb.el Add to minor-mode-map-alist.  Remove hook installation
9548         and keymap munging on load.
9549         (msb-mode): New option.
9550         (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
9551         Doc fix.
9552         (msb-mode-map): New variable.
9553         (msb-mode): New command.
9555 1999-05-31  Dave Love  <fx@gnu.org>
9557         * ispell.el: (ispell-alternate-dictionary): Fix custom type.
9558         (ispell-complete-word-dict): Likewise.
9560 1999-05-31  Eli Zaretskii  <eliz@gnu.org>
9562         * forms.el (forms-save-buffer): Call set-buffer-modified-p to
9563         force the data buffer to be saved, even if the data didn't
9564         change, in case the write filter was modified.  Restore the
9565         current record after read-file-filter finishes.
9567 1999-05-29  Karl Heuer  <kwzh@gnu.org>
9569         * ispell4.el: Obsolete; file deleted.
9571         * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
9573         * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
9574         VALUE is a syntax table.
9576         * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
9578         * simple.el (zap-to-char): Doc fix.
9580 1999-05-27  Ken'ichi Handa  <handa@gnu.org>
9582         * isearch.el (isearch-quote-char): Don't assume character codes
9583         0200 - 0237 stand for characters in some single-byte character
9584         charset.
9586 1999-05-27  Dave Love  <fx@gnu.org>
9588         * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
9590 1999-05-27  Andreas Schwab  <schwab@gnu.org>
9592         * dired-aux.el (dired-insert-subdir-doinsert): Check that the
9593         headerline does not exist already.
9595 1999-05-26  Richard Stallman  <rms@gnu.org>
9597         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9598         Avoid nested null-loops.
9600 1999-05-26  Ken'ichi Handa  <handa@gnu.org>
9602         * international/characters.el: Typo fixed; prefered->preferred.
9604         * international/mule-cmds.el (find-coding-systems-for-charsets):
9605         Typo fixed; prefered->preferred.
9607         * map-ynp.el (map-y-or-n-p): Don't inherit the current input
9608         method in read-event.
9610         * international/mule.el (charset-info): Doc-string fixed.
9612 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
9614         * mail/smtpmail.el (smtpmail-send-it): Bind
9615         smtpmail-code-conv-from properly.
9616         (smtpmail-send-data-1): If DATA is a multibyte string, encode it
9617         by smtpmail-code-conv-from.
9619 1999-05-24  Richard Stallman  <rms@gnu.org>
9621         * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
9622         Binding deleted also.
9624 1999-05-24  Karl Heuer  <kwzh@gnu.org>
9626         * comint.el (comint-bol-or-process-mark): Doc fix.
9628 1999-05-23  Dave Love  <fx@gnu.org>
9630         * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
9631         Enter it on minor-mode-map-alist.
9632         (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
9633         Autoload.  Add custom setter.
9634         (crisp-mark-line): Doc fix.
9635         (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
9636         (crisp-mode-hook): Define.
9638 1999-05-23  Ken'ichi Handa  <handa@gnu.org>
9640         * files.el (recover-file): Recover buffer-file-coding-system.
9642 1999-05-22  Richard Stallman  <rms@gnu.org>
9644         * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
9645         regexp match the date, to avoid treating date as file size.
9646         Add YYYY S option to WESTERN/
9648         * bookmark.el: Delete some XEmacs compatibility code.
9649         (bookmark-jump-noselect): Check vc-backend.
9651         * subr.el (add-to-list): Doc fix.
9653 1999-05-21  Stephen Eglen  <stephen@gnu.org>
9655         * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
9657 1999-05-18  Richard Stallman  <rms@gnu.org>
9659         * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
9660         non-space after the @anchor command.
9661         (texinfo-format-var): Handle other nested constructs, using
9662         texinfo-parse-expanded-arg and texinfo-discard-command, not
9663         texinfo-parse-arg-discard.
9665         * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
9666         (debug): Bind and use debugger-outer-inhibit-redisplay.
9667         Bind inhibit-redisplay to nil.
9668         (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
9670 1999-05-17  Dave Love  <fx@gnu.org>
9672         * help.el (describe-function-1): Extra arg, interactive-p.
9673         (describe-key, describe-function): Use it.
9675 1999-05-17  Karl Heuer  <kwzh@gnu.org>
9677         * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
9679 1999-05-16  Dave Love  <fx@gnu.org>
9681         * cus-start.el (all): Delete selective-display.  Add scroll-margin,
9682         scroll-preserve-screen-position, scroll-conservatively.
9684 1999-05-16  Dave Love  <fx@gnu.org>
9686         * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
9688 1999-05-15  Reto Zimmermann  <reto@Synopsys.COM>
9690         * progmodes/vhdl-mode.el: Completely revised and massively extended.
9692 1999-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
9694         * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
9695         magic number and is not associated with a file.
9697 1999-05-14  Richard M. Stallman  <rms@gnu.org>
9699         * files.el (find-file-noselect-1): Fix previous change.
9701 1999-05-14  Simon Marshall  <simon@gnu.org>
9703         * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
9705 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
9707         * international/mule-diag.el (mule-diag): Change MULE to Mule in
9708         docstring.
9710         * international/mule-cmds.el: Change MULE to Mule in docstrings
9711         and menus.
9713 1999-05-10  Kenichi HANDA  <handa@etl.go.jp>
9715         * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
9716         to correctly reflect the value of BaseLineOffset in
9717         RelativeCompose.  Now the value of RelativeCompose is an array of
9718         low and high positions.
9719         (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
9720         RLC for the above change.
9722 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
9724         * comint.el (comint-password-prompt-regexp): Modified to match the
9725         output of ksu and ssh-add.
9727 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
9729         * language/korea-util.el (isearch-toggle-korean-input-method):
9730         Adjusted for the change of input method handling in isearch.el.
9731         (isearch-hangul-switch-symbol-ksc): Likewise.
9732         (isearch-hangul-switch-hanja): Likewise.
9734 1999-05-10  Dave Love  <fx@gnu.org>
9736         * help.el (help-make-xrefs): Fix typo.
9738 1999-05-10  Andreas Schwab  <schwab@gnu.org>
9740         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
9741         unibyte-display-via-language-environment.
9743         * help.el (help-make-xrefs): Handle more cases when looking for
9744         commands in a keymap description.
9746 1999-05-10  Eli Zaretskii  <eliz@gnu.org>
9748         * loadup.el: For ms-dos systems, load ccl and codepage.
9750 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
9752         * ps-print.el (ps-control-character): Call
9753         ps-mule-prepare-ascii-font to setup ASCII fonts.
9755         * ps-mule.el (ps-mule-begin-job): Redo this change "if
9756         ps-multibyte-buffer is nil, use
9757         ps-mule-font-info-database-default."
9759 1999-05-08  Ken Stevens  <k.stevens@ieee.org>
9761         * ispell.el (ispell-local-dictionary-alist): New variable for
9762         customizing local dictionaries not accessable by everyone.
9763         (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
9764         (ispell-required-version): Changed format `(major minor
9765         revision)' to support general pattern matching.
9766         (ispell-tex-skip-alists): AMS Tex block comment and `\author'
9767         skip region commented out due to incorrect skip potential in std latex.
9768         (ispell-word): Removed `when' macro.  Fixed bug of not restoring
9769         cursor point on small words for calls from `ispell-minor-mode'.
9770         (check-ispell-version): Tests and accepts versions major.minor
9771         and above, with adjustments for interactions in 3.1.0-3.1.11.
9772         (ispell-get-line): No longer skips ispell process special characters.
9773         (ispell-comments-and-strings): Removed `when' macro call.
9774         (ispell-minor-check): Requires ispell-word to restore cursor point.
9775         (ispell-buffer-local-parsing): Supports checking comments only.
9777 1999-05-08  Karl Heuer  <kwzh@gnu.org>
9779         * comint.el (comint-password-prompt-regexp): Fix last change to be
9780         more specific.
9782 1999-05-07  Richard M. Stallman  <rms@gnu.org>
9784         * subr.el (with-temp-message): Fix the other call to message
9785         to use %s.
9787 1999-05-07  Michael Ernst  <mernst@alum.mit.edu>
9789         * gud.el (gud-format-command): "%F" means file sans extension.
9790         (jdb): Use %F, not %f, for gud-break.
9792 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
9794         * comint.el (comint-password-prompt-regexp): Modified so that it
9795         matches the output of kinit.
9797 1999-05-06  Greg Stark  <gsstark@mit.edu>
9799         * timezone.el (timezone-parse-date): Recognize new format used in
9800         internet cookies.
9802 1999-05-04  Tudor Hulubei  <tudor@cs.unh.edu>
9804         * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
9806 1999-05-04  Andrew Innes  <andrewi@gnu.org>
9808         * time.el (display-time-update): Allow for wrap-around when
9809         checking against display-time-server-down-time.
9811 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
9813         * international/mule-diag.el (describe-coding-system): Fix English
9814         message.
9816 1999-05-03  Jason Rumney <jasonr@altavista.net>
9818         * term/w32-win.el: Change the x-charset-registry property for the
9819         Japanese charsets that are supported by Japanese Windows fonts.
9821 1999-05-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9823         * diary-lib.el (diary-remind): Rewritten to behave sensibly for
9824         diary-block diary entries for which the reminders and the diary
9825         entries can overlap.
9827 1999-05-02  Jason Rumney <jasonr@altavista.net>
9829         * term/w32-win.el (mouse-set-font): Ensure constructed fontset
9830         matches the font selected in the dialog.
9832 1999-05-02  Dave Love  <fx@gnu.org>
9834         * browse-url.el (browse-url-browser-function): Add :version.
9836         * international/mule.el (auto-coding-alist): Add .tgz.
9838 1999-05-2  Eli Zaretskii  <eliz@is.elta.co.il>
9840         * international/codepage.el (cp-coding-system-for-codepage-1):
9841         Make the magnification parameter for the -dos encoder be 2.
9843 1999-05-2  Andrew Innes  <andrewi@gnu.org>
9845         * term/w32-win.el (w32-drag-n-drop): Select file in window where
9846         it is dropped, rather than current window.
9848         * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
9849         after switching buffer, as case-fold-search is a buffer local
9850         variable.
9852         * w32-fns.el (convert-standard-filename): Only convert directory
9853         separators to backslash if the interactive shell is one of the
9854         standard Windows shells that has DOS semantics.
9856         * ls-lisp.el (ls-lisp-format-time): Trap errors from
9857         format-time-string, and return a suitable string to indicate the
9858         timestamp was invalid.
9860         * hexl.el (hexlify-command): Apply shell-quote-argument after
9861         expanding hexl-program in case exec-directory contains a space.
9862         (dehexlify-command): Ditto.
9864         * dos-w32.el (file-name-buffer-file-type-alist): Remove various
9865         file extension regexps which aren't necessarily binary files.
9866         (direct-print-region-helper): Use subst-char-in-string instead of
9867         binding directory-sep-char to convert filenames to DOS syntax.
9868         (direct-print-region-use-command-dot-com): New variable.
9869         (direct-print-region-helper): Use it to control whether to invoked
9870         command.com to print on Windows 9x.
9872         * browse-url.el (browse-url-browser-function): Default to
9873         browse-url-default-windows-browser on windows-nt.
9874         (browse-url-default-windows-browser): New function.
9876 1999-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
9878         * forms.el (forms-mode): Don't call forms-first-record or
9879         forms-last-record if the data file has zero records.
9881 1999-04-29  Richard M. Stallman  <rms@gnu.org>
9883         * files.el (find-file-noselect-1): If buffer-file-name has changed
9884         after find-file-not-found-hooks runs, recompute the truename.
9885         And don't use FILENAME after that point.
9887 1999-04-27  Dave Love  <fx@gnu.org>
9889         * paren.el (show-paren-mode)
9890         * which-func.el (which-func-mode-global)
9891         * type-break.el (type-break-mode)
9892         * time.el (display-time-mode)
9893         * rsz-mini.el (resize-minibuffer-mode)
9894         * mouse-sel.el (mouse-sel-mode)
9895         * icomplete.el (icomplete-mode)
9896         * hscroll.el (hscroll-global-mode)
9897         * help.el (temp-buffer-resize-mode)
9898         * font-lock.el (global-font-lock-mode)
9899         * delsel.el (delete-selection-mode)
9900         * avoid.el (mouse-avoidance-mode)
9901         * autoinsert.el (auto-insert-mode)
9902         * winner.el (winner-mode): Doc fix.
9904 1999-04-26  Karl Heuer  <kwzh@gnu.org>
9906         * mail/rmail.el (rmail-next-same-subject): When searching, ignore
9907         the same whitespace that was ignored in choosing the subject string.
9909 1999-04-26  Richard M. Stallman  <rms@gnu.org>
9911         * info.el (Info-find-node): Position properly after finding anchor.
9913         * cus-start.el (all): Handle unibyte-display-via-language-environment.
9915         * simple.el (indent-new-comment-line): Fix previous change.
9917         * complete.el: Delete the wildcard expansion feature
9918         since that is now standard in find-file.
9919         (PC-try-load-many-files): Function deleted.
9920         (PC-after-load-many-files): Function deleted.
9921         (PC-many-files-list): Variable deleted.
9922         (PC-disable-wildcards): Variable deleted.
9923         (partial-completion-mode): Don't enable the wildcard feature.
9925         * complete.el (PC-look-for-include-file): Don't set global variables
9926         `error', `buf' and `filename' here.
9928         * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
9930 1999-04-26  John Wiegley  <johnw@oneworld.new-era.com>
9932         * textmodes/outline.el (outline-regexp): Doc fix.
9934 1999-04-26  John Wiegley  <johnw@borland.com>
9936         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
9937         C++Builder 4.0 error message syntax.
9939 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
9941         * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
9942         supported, use find -exec.
9944 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
9946         * textmodes/texinfmt.el (texinfo-format-buffer): Bind
9947         coding-system-for-write, to avoid hanging when non-interactive.
9949 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
9951         * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
9952         start with a newline.
9954 1999-04-13  Ken'ichi Handa  <handa@gnu.org>
9956         * international/mule-conf.el (x-ctext): New coding system.
9958 1999-04-12  Richard M. Stallman  <rms@gnu.org>
9960         * international/mule-cmds.el (input-method-function):
9961         Add permanent-local property.
9963 1999-04-12  Dave Love  <fx@gnu.org>
9965         * jka-compr.el (jka-compr-insert-file-contents): Fix previous
9966         change to use jka-compr-byte-compiler-base-file-name.
9968         * supercite.el (sc-scan-info-alist): Revert last change.
9969         (sc-attrib-selection-list): Fix :type here instead.
9971 1999-04-11  Eli Zaretskii  <eliz@gnu.org>
9973         * international/mule.el (auto-coding-alist-lookup): Include ms-dos
9974         in the list of case-insensitive filesystems.
9976 1999-04-09  Kenichi Handa  <handa@etl.go.jp>
9978         * international/fontset.el (create-fontset-from-fontset-spec):
9979         Don't register duplicated alias fontset names.
9981 1999-04-08  Richard Stallman  <rms@gnu.org>
9983         * international/mule.el (auto-coding-alist-lookup): New function.
9984         (set-auto-coding): Use auto-coding-alist-lookup.
9986         * jka-compr.el (jka-compr-insert-file-contents):
9987         Use auto-coding-alist-lookup to check for files that
9988         should not have eol conversion, in the unibyte case.
9990 1999-04-07  Dave Love  <fx@gnu.org>
9992         * help.el (describe-variable): Check custom-loads property as well
9993         as custom-type.
9995         * abbrev.el (abbrev-mode): Customizing sets the default value.
9997 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9999         * vc.el (vc-backend-revert): For CVS files that were made
10000         writeable with "cvs edit", call "cvs unedit" to undo that.
10002 1999-04-08  Dave Love  <fx@gnu.org>
10004         * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
10005         more.
10006         (sc-emacs-features): Recognize Emacs 20.
10007         (sc-read-string): Use history arg.
10008         (sc-scan-info-alist): Check for rtnvalue a cons.
10010 1999-04-08  Kenichi HANDA  <handa@etl.go.jp>
10012         * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
10013         coding system to encode the message by
10014         select-message-coding-system.
10016 1999-04-07  Richard Stallman  <rms@gnu.org>
10018         * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
10020         * winner.el: Reorder definitions.
10022         * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
10024         * mail/rmail.el (rmail-decode-babyl-format):
10025         Undo previous change.
10027 1999-04-06  Richard Stallman  <rms@gnu.org>
10029         * info.el (Info-find-node): Check for an anchor at the
10030         proper place, before reading an indirect file.
10032         * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
10034         * jka-compr.el (jka-compr-insert-file-contents):
10035         Use raw-text-unix when we want no conversion.
10037 1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
10039         * timezone.el (timezone-parse-date): Corrected regexp for
10040         style (5) date format so that tenths of seconds are optional.
10042 1999-04-05  Eli Zaretskii  <eliz@gnu.org>
10044         * term/internal.el (dos-cpNNN-setup): New function, with the guts
10045         of dos-codepage-setup.
10046         (cjk-codepages-alist): New variable, an alist of Far-Eastern
10047         codepages for which there's no need to set up cpNNN coding
10048         systems.
10049         (dos-codepage-setup): Support Far-Eastern DOS terminals.
10051 1999-04-05  Richard Stallman  <rms@gnu.org>
10053         * mail/rmail.el (rmail-ignored-headers): Doc fix.
10055 1999-04-02  Richard Stallman  <rms@gnu.org>
10057         * progmodes/compile.el (compilation-handle-exit): Do right thing
10058         if (car status) doesn't end in a newline.
10060 1999-04-01  Dave Love  <fx@gnu.org>
10062         * progmodes/sql.el (SQL): Add defgroup :version.
10064 1999-03-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
10066         * emacs-lisp/bytecomp.el (byte-compile-file): Clear
10067         buffer-file-coding-system.  If the coding system used is raw-text,
10068         etc., make the *Compiler Input* buffer unibyte.
10070         * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
10072         * loadup.el: Don't write the fns-...el file if not dumping.
10074 1999-03-31  Dave Love  <fx@gnu.org>
10076         * snmp-mode.el (snmp): Fix defgroup :version.
10078         * hilit-chg.el (highlight-changes): Add defgroup :version.
10080 1999-03-31  Andreas Schwab  <schwab@gnu.org>
10082         * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
10083         the gnus-save-hidden-threads macro.
10085 1999-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
10087         * faces.el (face-set-after-frame-default): Obey the
10088         `customized-face' for new faces.
10090 1999-03-30  Dave Love  <fx@gnu.org>
10092         * international/mule-cmds.el (current-language-environment): Doc fix.
10093         * abbrev.el (abbrev-mode): Doc fix.
10094         * autoinsert.el (auto-insert-mode): Doc fix.
10095         * complete.el (partial-completion-mode): Doc fix.
10096         * avoid.el (mouse-avoidance-mode): Doc fix.
10097         * delsel.el (delete-selection-mode): Doc fix.
10098         * font-lock.el (global-font-lock-mode): Doc fix.
10099         * help.el (temp-buffer-resize-mode): Doc fix.
10100         * hscroll.el (hscroll-global-mode): Doc fix.
10101         * icomplete.el (icomplete-mode): Doc fix.
10102         * mouse-sel.el (mouse-sel-mode): Doc fix.
10103         * paren.el (show-paren-mode): Doc fix.
10104         * rsz-mini.el (resize-minibuffer-mode): Doc fix.
10105         * time.el (display-time-mode): Doc fix.
10106         * type-break.el (type-break-mode): Doc fix.
10107         * which-func.el (which-func-mode-global): Doc fix.
10108         * winner.el (winner-mode): Doc fix.
10110 1999-03-30  Michael Ernst  <mernst@alum.mit.edu>
10112         * wid-edit.el (widget-before-change): Signal text-read-only rather
10113         than an ordinary error.
10115 1999-03-30  Richard M. Stallman  <rms@gnu.org>
10117         * repeat.el: Don't require advice.
10118         (repeat): Do function-indirection in check for kbd macro.
10119         In self-insert case, use the *last* char in INSERTION.
10121 1999-03-30  Karl Heuer  <kwzh@gnu.org>
10123         * progmodes/cc-cmds.el (c-indent-command): Doc fix.
10125 1999-03-29  Andreas Schwab  <schwab@gnu.org>
10127         * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
10128         comint-input-filter-functions.  Make variables related to shell
10129         directory tracking local.
10131 1999-03-26  Andreas Schwab  <schwab@gnu.org>
10133         * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
10135         * simple.el (shell-command-on-region): Cope with exit-status being
10136         nil, which happens if call-process-region was interrupted.
10138 1999-03-26  Richard M. Stallman  <rms@gnu.org>
10140         * simple.el (indent-new-comment-line): Handle use at a point
10141         after a comment-end.  Handle multiple comments.
10143         * mail/rmail.el (rmail-decode-babyl-format):
10144         To prevent locking, bind buffer-file-name to nil.
10146 1999-03-26  Karl Fogel  <kfogel@red-bean.com>
10148         * mail-hist.el (mail-hist-current-header-name): Don't make
10149         off-by-one-error when determining if in message body.
10151 1999-03-25  Andrew Innes  <andrewi@gnu.org>
10153         * w32-fns.el (set-default-process-coding-system): Copied from
10154         dos-w32.el, but modified to use Unix line endings for process
10155         input, and to add a suitable entry to process-coding-system-alist
10156         for DOS shells.
10158         * dos-fns.el (set-default-process-coding-system): Copied from
10159         dos-w32.el.
10161         * dos-w32.el (set-default-process-coding-system): Move function to
10162         dos-fns.el; a different version is used in w32-fns.el.
10164 1999-03-24  Dave Love  <fx@gnu.org>
10166         * info.el (Info-directory-list): Revert change to re-writing
10167         Info-default-directory-list, but put `alternative' first.
10168         (Info-insert-dir): Modify selecting the top dir file as a consequence.
10170 1999-03-23  Simon Marshall  <simon@gnu.org>
10172         * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
10173         on the line by itself.
10174         (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
10175         it is not in a declarative context.
10177 1999-03-22  Per Abrahamsen  <abraham@dina.kvl.dk>
10179         * cus-edit.el (custom-variable-prompt): Allow customization of
10180         autoloaded symbols.
10182 1999-03-22  Kenichi HANDA  <handa@etl.go.jp>
10184         * simple.el (what-cursor-position): Don't cause error when point
10185         is at invalid multibyte sequence.
10187 1999-03-21  Karl Heuer  <kwzh@gnu.org>
10189         * complete.el (partial-completion-mode): Doc fix.
10191 1999-03-19  Richard M. Stallman  <rms@gnu.org>
10193         * progmodes/cplus-md.el (old-c++): Remove :group.
10195         * progmodes/c-mode.el (old-c): Remove :group.
10197 1999-03-18  Simon Marshall  <simon@gnu.org>
10199         * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
10200         (java-font-lock-keywords-2): Added "strictfp" keyword.
10202 1999-03-17  Jason Rumney <jasonr@altavista.net>
10204         * w32-fns.el (set-w32-system-coding-system) New function.
10205         (w32-system-coding-system) Initialize to 'iso-latin-1.
10207 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
10209         * international/mule-cmds.el (set-language-environment): Fix
10210         previous change: don't use dos-codepage when unbound.
10212 1999-03-17  Karl Heuer  <kwzh@gnu.org>
10214         * calendar/appt.el (appt-make-list): Fix previous change.
10216 1999-03-16  Richard M. Stallman  <rms@gnu.org>
10218         * window.el (shrink-window-if-larger-than-buffer):
10219         Don't try to redisplay with the cursor at the end
10220         on its own line--that would force a scroll and spoil things.
10222 1999-03-16  Eli Zaretskii  <eliz@gnu.org>
10224         * international/mule-cmds.el (set-language-environment): Don't use
10225         cpNNN-nonascii-translation-table if it is unbound.
10227         * term/internal.el (dos-codepage-setup): Compute the unibyte
10228         syntax table and bind unibyte-display-via-language-environment
10229         here, rather than at top level, so that resetting to unibyte in
10230         .emacs works as expected.
10232 1999-03-15  Simon Marshall  <simon@gnu.org>
10234         * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
10236 1999-03-14  Milan Zamazal <pdm@pvt.net>
10238         * abbrev.el (inverse-add-abbrev): Inherit the current input method.
10240 1999-03-14  Kenichi Handa  <handa@etl.go.jp>
10242         * international/mule-util.el (detect-coding-with-priority):
10243         Restore the internal database.
10245 1999-03-14  Stephen Eglen  <stephen@gnu.org>
10247         * mail/sendmail.el (sendmail-send-it): Fix typo in error string
10248         if mail-from-style has invalid value.
10250 1999-03-12  Karl Heuer  <kwzh@gnu.org>
10252         * vc.el (vc-delete-logbuf-window): New var.
10253         (vc-finish-logentry): Use it.
10255 1999-03-12  Richard M. Stallman  <rms@gnu.org>
10257         * startup.el (command-line-1): Improve startup msg.
10259 1999-03-12  Eric M. Ludlam  <zappo@ultranet.com>
10261         * speedbar.el: Added commentary about stealthy functions.
10262         (speedbar-message) new function.
10263         (speedbar-y-or-n-p): New function
10264         (speedbar-with-attached-buffer) Moved macro before reference.
10265         Now uses `save-selected-window'.
10266         (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
10267         speedbar-generic-item-info, speedbar-item-info-file-helper,
10268         speedbar-item-delete, speedbar-insert-generic-list,
10269         speedbar-timer-fn, speedbar-check-vc-this-line,
10270         speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
10271         speedbar-buffers-item-info) Use speedbar-message.
10272         (speedbar-item-info) Limit `message-log-max'.
10273         (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
10274         speedbar-item-delete, speedbar-item-object-delete,
10275         speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
10277 1999-03-10  Kenichi Handa  <handa@mulelab.etl.go.jp>
10279         * server.el (server-start): Set coding system for the server
10280         process to raw-text.
10281         (server-process-filter): Decode file names if necessary.
10283 1999-03-12  Dave Love  <fx@gnu.org>
10285         * textmodes/fill.el (sentence-end-double-space): Doc fix.
10287         * textmodes/paragraphs.el (sentence-end): Doc fix.
10289 1999-03-11  Karl Heuer  <kwzh@gnu.org>
10291         * comint.el (comint-password-prompt-regexp): Accept "login password:"
10293 1999-03-09  Karl Heuer  <kwzh@gnu.org>
10295         * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
10296         (ispell-dictionary-alist-2): Likewise.
10297         (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
10298         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
10299         (ispell-dictionary-alist): Build from six pieces, not just two.
10301         * ps-bdf.el (bdf-directory-list): Doc fix.
10303         * enriched.el (enriched-mode): Make var permanent-local.
10305 1999-03-09  Dave Love  <fx@gnu.org>
10307         * textmodes/sgml-mode.el (html-mode): Use
10308         sentence-end-double-space when setting sentence-end.
10310 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
10312         * language/thai.el (tis-620): New alias coding system for thai-tis620.
10314 1999-03-08  Felix Lee  <flee@cygnus.com>
10316         * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
10318         * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
10320 1999-03-08  Karl Heuer  <kwzh@gnu.org>
10322         * dired-aux.el (dired-do-copy-regexp): Doc fix.
10323         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
10325         * dired.el (dired-do-copy-regexp): Doc fix.
10326         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
10328 1999-03-08  Roger Breitenstein  <roger.breitenstein@starfish.com>
10330         * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
10332 1999-03-08  Jason Rumney <jasonr@altavista.net>
10334         * international/codepage.el (cp1250-decode-table)
10335         (cp1251-decode-table, cp1253-decode-table)
10336         (cp1257-decode-table): New translation tables for MS Windows codepages.
10337         (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
10339 1999-03-07  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
10341         * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
10343 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
10345         * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
10347         * term/internal.el (top level): Display character 255 as 8bit as well.
10349 1999-03-06  Dave Love  <fx@gnu.org>
10351         * progmodes/cc-cmds.el (c-outline-level): Bind
10352         buffer-invisibility-spec.
10354         * progmodes/c-mode.el (c-outline-level): Likewise.
10356         * progmodes/ada-mode.el (ada-outline-level): Likewise.
10358 1999-03-05  Felix Lee  <flee@cygnus.com>
10360         * textmodes/outline.el (outline-get-last-sibling): Doc fix.
10362 1999-03-05  Richard M. Stallman  <rms@gnu.org>
10364         * bindings.el (complete-symbol): Invert meaning of prefix arg.
10366 1999-03-05  Andrew Innes  <andrewi@gnu.org>
10368         * w32-fns.el (convert-standard-filename): Convert directory
10369         separators to Windows format.
10371 1999-03-05  Andreas Schwab  <schwab@gnu.org>
10373         * international/skkdic-cnv.el: Provide skkdic-cnv.
10374         (skkdic-convert): Emit code to require skkdic-cnv at compile time.
10375         (batch-skkdic-convert): Doc fix.
10377 1999-03-04  Dave Love  <fx@gnu.org>
10379         * custom.el (custom-set-variables): Protect against setter errors.
10381 1999-03-04  Eli Zaretskii  <eliz@gnu.org>
10383         * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
10384         the file sizes from overflowing.
10385         (ls-lisp-format): If file size is a float, use %8.0f to print it.
10386         Under -s, print the size in blocks with %4.0f, in case they have
10387         a *really* huge file.
10389 1999-03-03  Dave Love  <fx@gnu.org>
10391         * options.el (edit-options): Doc fix.
10392         (list-options): Don't lose with unbound symbols.  Maintain
10393         Edit-options-mode.
10395 1999-03-01  Dave Love  <fx@gnu.org>
10397         * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
10399 1999-02-28  Richard M. Stallman  <rms@gnu.org>
10401         * ispell.el (ispell-dictionary-alist-override): New variable.
10402         (ispell-dictionary-alist): Don't setq it,
10403         if ispell-dictionary-alist-override is set.
10405         * simple.el (shell-command-default-error-buffer): Renamed from
10406         shell-command-on-region-default-error-buffer.
10407         (shell-command-on-region): Mention in echo area when there
10408         is some error output.  Mention success or failure, too.
10409         Accumulate multiple error outputs
10410         going forward, with formfeed in between.  Display the error buffer
10411         when we have put something in it.
10412         (shell-command): Add the ERROR-BUFFER argument feature.
10414 1999-02-28  Karl Heuer  <kwzh@gnu.org>
10416         * mail/mh-utils.el (mh-lib): Doc fix.
10417         (mh-lib-progs, mh-nmh-p): New vars.
10418         (mh-find-progs): Set mh-lib-progs along with other vars.
10419         (mh-path-search): New arg FUNC-P; if specified, use that instead
10420         of mh-file-command-p.
10421         (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
10423         * mail/mh-comp.el (mh-repl-formfile): New var.
10424         (mh-smail-batch): Don't ignore all arguments.
10425         (mh-reply): Do the right thing when using nmh.
10427 1999-02-27  Kenichi Handa  <handa@etl.go.jp>
10429         * international/mule-cmds.el (select-safe-coding-system): Be sure
10430         to show a buffer being decoded.
10432 1999-02-26  Ken'ichi Handa  <handa@gnu.org>
10434         * ps-bdf.el (bdf-directory-list): Initialize it to
10435         '("/usr/local/share/emacs/fonts/bdf").
10437 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10439         * ps-print.el: PostScript programming fix.
10440         (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
10441         setpagedevice operator).
10443 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10445         * ps-print.el: Doc fix, font size specifies landscape and portrait
10446         sizes.
10447         (ps-print-version): New version number (4.1.4).
10448         (ps-font-size, ps-header-font-size, ps-header-title-font-size):
10449         Specifies landscape and portrait sizes.
10450         (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
10451         (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
10452         fix.
10453         (ps-get-font-size): New fun.
10454         (ps-font-size-internal, ps-header-font-size-internal)
10455         (ps-header-title-font-size-internal): New vars.
10457         * ps-mule.el: Change of ps-print font size variable name.
10458         (ps-mule-generate-font): Fun fix.
10459         (ps-mule-begin-job): Programming uniformization.
10461 1999-02-25  Dave Love  <fx@gnu.org>
10463         * help.el (help-xref-info-regexp): Allow linebreaks and capital.
10464         (help-make-xrefs): Do Info case first.
10466         * repeat.el: Don't require advice.
10467         (repeat-last-kill-command): Variable deleted.
10469 1999-02-25  Richard Stallman  <rms@gnu.org>
10471         * simple.el (shell-command-on-region): Don't go into the REPLACE = t
10472         case just because the current buffer is the output buffer.
10474 1999-02-25  Kenichi Handa  <handa@etl.go.jp>
10476         * simple.el (what-cursor-position): To show the character's
10477         encoding, use encoded-string-description instead of information
10478         of chaset-origin-alist.
10480         * international/mule-cmds.el (iso-2022-control-alist): New variable.
10481         (encoded-code-description): New function.
10482         (encoded-string-description): New function.
10483         (encode-coding-char): New function.
10485 1999-02-25  Andrew Innes  <andrewi@gnu.org>
10487         * startup.el (command-line) [windows-nt]: Fix typo in regexp
10488         checking for .emacs[.el[c]].
10490 1999-02-24  Richard Stallman  <rms@gnu.org>
10492         * help.el (describe-function-1): Don't print a whole lambda-function.
10494 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
10496         * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
10497         inputting ?\240.
10499 1999-02-23  Karl Heuer  <kwzh@gnu.org>
10501         * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
10503         * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
10504         (clean-buffer-list-kill-buffer-names): Doc fix.
10506         * gud.el (gud-jdb-massage-args): Spelling fix.
10508 1999-02-23  Richard M. Stallman  <rms@gnu.org>
10510         * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
10512 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
10514         * arc-mode.el (archive-set-buffer-as-visiting-file): Save
10515         excursion while calling set-auto-coding-function.
10517         * play/handwrite.el (handwrite): Require ps-print, and use
10518         ps-printer-name and ps-lpr-command.  Call ps-print-region-function
10519         if it's defined, instead of forking ps-lpr-command unconditionally.
10521 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
10523         * international/codepage.el (cp-coding-system-for-codepage-1): Put
10524         charset-origin-alist property to a coding system for the codepage.
10526         * international/mule.el: Modify comment for charset-origin-alist
10527         property of a coding system.
10529         * simple.el (what-cursor-position): charset-origin-alist property
10530         of a coding system may be a translation table or a symbol of which
10531         `translation-table' property is a translation table.
10533 1999-02-21  Richard Stallman  <rms@gnu.org>
10535         * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
10536         to the "html" template.
10538 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
10540         * dirtrack.el (dirtrack): Added docstring.  Now returns input.
10542 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
10544         * dirtrack.el (dirtrack): Check for the prompt in the input string
10545         instead of the buffer.
10547 1999-02-18  Alex Schroeder  <a.schroeder@bsiag.ch>
10549         * sql.el: Set version to 1.4.1.  Changed mail address to
10550         alex@gnu.org.  Mention the mailing list sql.el@gnu.org.
10551         (sql-input-ring-separator): Doc fix.
10552         (sql-mode-syntax-table): double-dash starts comments is defined as
10553         ". 56" instead of ". 12b" for XEmacs.
10554         (sql-stop, sql-interactive-mode): Doc fixes.
10555         (sql-postgres): Queries for database and server, not just one.
10556         (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
10558         * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
10559         changed.  This is needed for master.el to work.
10560         (sql-set-sqli-buffer): Use the new hook.
10562         * sql.el (sql-make-alternate-buffer-name): Function that sets
10563         sql-alternate-buffer-name.
10564         (sql-alternate-buffer-name): Possible name of SQLi buffers.
10565         (sql-interactive-mode): Set sql-alternate-buffer-name.
10566         (sql-rename-buffer): New command.
10567         (sql-interactive-mode-menu): Menu for SQLi buffers.
10569         * sql.el (sql-interactive-mode): Doc fix.  sql-input-ring-separator
10570         and sql-input-ring-file-name are used to temporarily set
10571         comint-input-ring-file-name and comint-input-ring-separator when
10572         reading and writing input history files.
10574         (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
10575         (sql-input-ring-file-name): New variable with customization.
10576         (sql-input-ring-separator): New variable with customization.
10577         (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
10578         Callers changed.
10579         (sql-show-sqli-buffer): The message for "sql-buffer is not set"
10580         now includes the name of the current buffer.
10582         (sql-mode): Set paragraph-separate and paragraph-start so that
10583         sql-send-paragraph sends the entire SQL statements, even if it
10584         contains indented lines.
10586 1999-02-18  Dave Love  <fx@gnu.org>
10588         * format.el (format-encode-run-method, format-decode-run-method):
10589         Fix previous change.
10591 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
10593         * international/mule.el (coding-system-list): Moved here from
10594         mule-util.el to avoid autoloading mule-util by the call of
10595         select-safe-coding-system.
10597 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10599         * simple.el (turn-on-auto-fill): Mark it as an option for
10600         `text-mode-hook'.
10602 1999-02-17  Richard Stallman  <rms@gnu.org>
10604         * emacs-lisp/easymenu.el (easy-menu-get-map):
10605         Don't crash if (current-local-map) is nil.
10607 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
10609         * filecache.el (file-cache-filter-regexps): Added .class.
10611 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
10613         * international/mule-util.el (decompose-region): Use
10614         insert-buffer-substring instead of insert-buffer to avoid putting
10615         mark.
10617 1999-02-17  Andreas Schwab  <schwab@gnu.org>
10619         * calendar/cal-move.el (scroll-calendar-left): Don't set
10620         displayed-month and displayed-year here, let generate-calendar do
10621         it, after range checking.
10623 1999-02-17  Simon Marshall  <simon@gnu.org>
10625         * progmodes/cc-engine.el (c-at-toplevel-p): New function.
10627         * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
10628         correctly between an object declared via a constructor and a method.
10629         (font-lock-defaults-alist): Don't give `.' word syntax for Java.
10630         (java-font-lock-keywords-1): Fontify package names individually.
10631         (java-font-lock-extra-types): Ensure regexp matches capitalised only.
10632         (java-font-lock-keywords-2): Simplify type fontification.
10633         (java-font-lock-keywords-3): Likewise.
10635 1999-02-17  Kenichi Handa  <handa@etl.go.jp>
10637         * language/japanese.el (iso-2022-jp-2): New coding system.
10638         ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
10640 1999-02-16  Dave Love  <fx@gnu.org>
10642         * help.el (describe-function-1): Accept non-symbols.
10644 1999-02-16  Paul Eggert  <eggert@twinsun.com>
10646         * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
10647         find the last match if there are multiple matches.
10649 1999-02-16  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10651         * tex-mode.el (tex-run-command, latex-run-command)
10652         (slitex-run-command, tex-command): Doc changes.
10653         (tex-start-options-string): Autoload it.  Doc change.  Provide
10654         a menu for customization.  Allow nil.  Quote backslashes only once.
10655         (tex-start-tex): Handle nil value of tex-start-options-string
10656         and apply shell-quote-argument to it.
10658 1999-02-16  Eli Zaretskii  <eliz@gnu.org>
10660         * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
10661         the size in blocks, since it can be a float.
10662         (ls-lisp-format): Likewise
10664 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
10666         * language/japanese.el (japanese-shift-jis): Add
10667         charset-origin-alist property.
10669 1999-02-15  Richard Stallman  <rms@gnu.org>
10671         * progmodes/compile.el (compile-internal): Use save-selected-window.
10673         * subr.el (momentary-string-display): Bind inhibit-read-only.
10675         * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
10677 1999-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
10679         * mail/rmail.el (rmail-show-message): If an unseen message has a
10680         Summary-line in its header, get past one more line before looking
10681         for the X-Coding-System header.
10683 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
10685         * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
10686         explicitly to accomodate Windows 9X lack of a useful copy program.
10688 1999-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
10690         * wid-edit.el (widget-choice-value-create): Use `equal'
10691         instead of `eq'.
10693 1999-02-14  Richard Stallman  <rms@gnu.org>
10695         * international/iso-transl.el:
10696         (iso-transl-ae): Renamed from iso-transl-e-slash.
10697         (iso-transl-a-ring): Renamed from iso-transl-a-slash.
10698         (iso-transl-AE): Renamed from iso-transl-E-slash.
10699         (iso-transl-A-ring): Renamed from iso-transl-A-slash.
10700         (iso-transl-char-map): Related changes.
10702         * format.el (format-replace-strings): Fix value of TO in REVERSE case.
10704 1999-02-13  Richard Stallman  <rms@gnu.org>
10706         * textmodes/texinfmt.el (texinfo-alias): New function.
10707         (texinfo-fold-nodename-case): Add defvar.
10708         (texinfo-format-node): Do case folding if specified.
10710         * ffap.el (ffap-file-at-point): Test local file names
10711         immediately.  Strip off line numbers.
10713 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
10715         * sql.el: Set version to 1.3.2
10716         (sql-solid-program): Added support for solid.
10717         (sql-help): Doc mentions sql-solid.
10718         (sql-solid): Entry function for Solid.
10719         (sql-buffer): Doc explains the use of the variable and how to
10720         change it.
10721         (sql-mode-menu): Included entries for sql-show-sqli-buffer and
10722         sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
10723         disabled if sql-buffer doesn't have a process; sql-send-paragraph
10724         is new.
10725         (sql-show-sqli-buffer): New function to display the value of
10726         sql-buffer.
10727         (sql-change-sqli-buffer): New function to change sql-buffer.
10728         (sql-mode): Doc explains how to change sql-buffer.
10729         (sql-send-paragraph): New function to send a paragraph.
10730         (sql-mode-map): Added keybinding for sql-send-paragraph.
10731         (sql-mysql): Doc corrected.
10732         (sql-ms): Doc corrected.
10734         * sql.el (sql-server): Doc fix.
10735         (sql-mysql): Added the use of sql-server to specify the host,
10736         sql-database now specifies database instead of host.
10737         (sql-mode-menu): Send... menu items are only active if sql-buffer
10738         is non-nil.
10739         (sql-help): Changed tag of entry functions a bit.
10741         * sql.el: Added keywords from `finder-by-keyword'.
10742         (sql-mode): Made sql-buffer a local variable, changed the
10743         documentation: removed instructions to add *.sql files to
10744         auto-mode-alist, added documentation for having mutliple SQL
10745         buffers sending their stuff to different SQLi buffers, each
10746         running a different process.
10747         (sql-postgres): Quoted *SQL* in doc string.
10748         (sql-ms): Likewise.
10749         (sql-ingres): Likewise.
10750         (sql-ingres): Quoted *SQL* in doc string, added references to
10751         sql-user and sql-password used during login.
10752         (sql-sybase): Quoted *SQL* in doc string, added comma.
10753         (sql-oracle): Likewise.
10754         (sql-interactive-mode): Added extensive documentation for having
10755         mutliple SQL buffers sending their stuff to different SQLi
10756         buffers, each running a different process.
10757         (sql-buffer): Changed doc from *SQL* to SQLi.
10758         (sql-get-login): Doc fix.
10760 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
10762         * international/mule-conf.el (undecided): Set ascii in
10763         safe-charsets property.
10765 1999-02-12  Richard Stallman  <rms@gnu.org>
10767         * textmodes/paragraphs.el (paragraph-separate): Doc fix.
10769 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
10771         * ps-mule.el (ps-mule-font-info-database-default): Set the initial
10772         value to ps-mule-font-info-database-latin.
10774 1999-02-13  Kenichi HANDA  <handa@etl.go.jp>
10776         * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
10777         (ps-mule-font-info-database-default): New variable.
10778         (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
10779         ps-mule-font-info-database-default.
10781 1999-02-12  Dave Love  <fx@gnu.org>
10783         * timezone.el (timezone-make-date-sortable)
10784         (timezone-make-date-arpa-standard): Doc fix.
10786 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
10788         * international/quail.el (quail-show-kbd-layout): Bind
10789         blink-matching-paren to nil.
10791         * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
10792         for ASCII and Latin-1.
10794 1999-02-12  Andreas Schwab  <schwab@gnu.org>
10796         * gud.el (jdb): Fix regexp for comint-prompt-regexp.
10798 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
10800         * international/mule-cmds.el (language-info-alist): Remove
10801         description about charset-origin-alist.
10803         * international/mule.el: Comment added for a new coding system
10804         property `charset-origin-alit'.
10805         (make-translation-table): This variable deleted.
10807         * language/chinese.el (chinese-big5): Add charset-origin-alist
10808         property.
10809         ("Chinese-CNS"): Remove charset-origin-alist property.
10811         * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
10812         property.
10813         (cyrillic-alternativnyj): Likewise.
10814         ("Cyrillic-KOI8"): Remove charset-origin-alist property.
10815         ("Cyrillic-ALT"): Likewise.
10817         * language/vietnamese.el (vietnamese-viqr): Add
10818         charset-origin-alist property.
10819         ("Vietnamese"): Remove charset-origin-alist property.
10821         * simple.el (what-cursor-position): Don't use the varialbe
10822         charset-origin-alist, but use charset-origin-alist property of
10823         buffer-file-coding-system to decide external character set code.
10825 1999-02-10  Richard Stallman  <rms@gnu.org>
10827         * shadowfile.el: Don't turn on the mode when the file is loaded.
10829 1999-02-09  Richard Stallman  <rms@gnu.org>
10831         * progmodes/compile.el (compile-auto-highlight): Customize.
10833         * add-log.el (add-log-file-name-function): New variable.
10834         (add-change-log-entry): Call that function, if non-nil.
10836 1999-02-09  Michael Ernst  <mernst@alum.mit.edu>
10838         * rmail.el (rmail-search): Track match with a marker, not an integer.
10840 1999-02-08  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10842         * progmodes/compile.el (compilation-setup): Set value of
10843         compilation-directory-stack as in compilation-forget-errors.
10844         (compile-reinitialize-errors): Bind buffer-undo-list and
10845         deactivate-mark.
10846         (compilation-forget-errors): Likewise.
10848 1999-02-08  Jim Blandy  <jimb@savonarola.red-bean.com>
10850         * textmodes/texinfo.el (texinfo-environment-regexp): Add the
10851         def... constructs.
10853         * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
10854         Remove calls to sleep-for.
10856 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
10858         * international/codepage.el (cp-coding-system-for-codepage-1): On
10859         MS-DOS, use dos-unsupported-char-glyph for characters not
10860         supported by the codepage.
10861         (cp-make-coding-systems-for-codepage): Likewise.
10863 1999-02-08  Andreas Schwab  <schwab@gnu.org>
10865         * international/mule-util.el (coding-system-list): Don't sort
10866         coding-system-list here.
10868         * international/mule.el (coding-system-lessp): Moved here from
10869         mule-util.el
10870         (add-to-coding-system-list): New function.
10871         (make-subsidiary-coding-system, make-coding-system,
10872         define-coding-system-alias): Use it instead of setting
10873         coding-system-list directly.
10875 1999-02-07  Dave Love  <fx@gnu.org>
10877         * calendar/appt.el (appt-make-list): Don't splice quotes and date
10878         onto message.
10880 1999-02-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10882         * imenu.el (imenu--last-menubar-index-alist): Add doc.
10883         (imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
10885 1999-02-06  Richard Stallman  <rms@gnu.org>
10887         * language/european.el (setup-slovenian-environment): New function.
10888         ("Slovenian"): New language environment.
10890         * progmodes/sql.el (sql-help): Doc fix.
10891         (sql-mysql): Doc fix.
10893 1999-02-05  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10895         * tex-mode.el: When compiling, require compare-w and skeleton
10896         to pacify the byte-compiler.  Move the def's of the tex-commands
10897         together.  Add a comment on kill-process vs. quit-process.
10899 1999-02-05  Dave Love  <fx@gnu.org>
10901         * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
10902         null markers.
10903         (compile-goto-error): Likewise.
10905 1999-02-05  Stephen Gildea  <gildea@alum.mit.edu>
10907         * time-stamp.el (time-stamp-format): Format doc tighter.
10908         (time-stamp-line-limit): 0 searches the entire buffer (careful!).
10909         (time-stamp): Don't re-write the time stamp if it didn't change.
10911 1999-02-05  Alex Schroeder  <asc@bsiag.com>
10913         * progmodes/sql.el: Changed version to 1.2.1.
10914         (sql-pop-to-buffer-after-send-region): Improved documentation.
10915         (sql-mysql-program): Added MySQL support.
10916         (sql-prompt-length): Made prompt-length configurable.
10917         (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
10918         (sql-help): Added MySQL support, changed documentation.
10919         (sql-send-region): A message is displayed if something is sent.
10920         (sql-mode): Added buffer-local comment-start.
10921         (sql-interactive-mode): Use sql-prompt-length to set left-margin.
10922         (sql-interactive-mode): Added buffer-local comment-start.
10923         (sql-oracle): Set sql-prompt-length.
10924         (sql-sybase): Set sql-prompt-length.
10925         (sql-mysql): Added MySQL support.
10926         (sql-ingres): Set sql-prompt-length.
10927         (sql-ms): Set sql-prompt-length.
10928         (sql-postgres): Set sql-prompt-length.
10930 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
10932         * term/internal.el (dos-codepage-setup): Set selection coding
10933         system to cpNNN-dos.
10935 1999-02-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10937         * international/characters.el: Let ethiopic use iso-2022-7bit.
10939 1999-02-02  Dave Love  <fx@gnu.org>
10941         * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
10942         (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
10944 1999-02-02  Karl Heuer  <kwzh@gnu.org>
10946         * terminal.el (terminal-emulator): Doc fix.
10948 1999-02-02  Ken'ichi Handa  <handa@gnu.org>
10950         * international/mule-util.el (compose-chars): Doc-string
10951         modified.  Correctly handle a composition character in ARGS.
10953 1999-02-01  Richard Stallman  <rms@gnu.org>
10955         * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
10956         (makefile-menu-index-function): Function deleted.
10957         (makefile-mode): Use makefile-imenu-generic-expression.
10959 1999-02-01  Geoff Voelker  <voelker@cs.washington.edu>
10961         * term/w32-win.el (w32-create-initial-fontsets): Back out previous
10962         change, invoke from before-init-hook.
10964 1999-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
10966         * subr.el (remove-from-invisibility-spec): Cope with the case when
10967         buffer-invisibility-spec is t.
10969 1999-02-01  Ed Reingold  <reingold@cs.uiuc.edu>
10971         * calendar/calendar.el (calendar-mode-map): Fix bindings for
10972         appt-add and appt-delete.
10974 1999-02-01  Eli Zaretskii  <eliz@gnu.org>
10976         * term/pc-win.el (msdos-approximate-color): New function.
10977         (msdos-color-translate): Call it to find a DOS color that best
10978         approximates an X-style "#NNNNNN" color specification.
10980 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
10982         * international/mule-util.el (compose-chars-component): Add
10983         autoload cookie.
10985 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
10987         * international/quail.el (quail-lookup-key): If cdr of MAP is a
10988         function, replace cdr of MAP by the return value of the function
10989         unconditionally.
10991 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10993         * progmodes/compile.el (compilation-next-error-locus): Don't
10994         decrease argument FIND-AT-LEAST of compilation-next-error-locus.
10996 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
10998         * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
10999         and NLs before "charset", and allow the charset name be in double
11000         quotes.
11002 1999-01-31  Richard Stallman  <rms@gnu.org>
11004         * imenu.el (imenu-sort-function): Fix custom type.
11006 1999-01-30  Richard Stallman  <rms@gnu.org>
11008         * speedbar.el (speedbar-line-token): Match {...} instead of [...].
11009         (speedbar-line-token): Likewise.
11011         * play/gametree.el (gametree-default-score): Use defcustom.
11012         (gametree-score-regexp, gametree-score-closer): Likewise.
11013         (gametree-score-manual-flag, gametree-score-opener): Likewise.
11015 1999-01-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11017         * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
11018         decoding.
11020 1999-01-29  Markus Rost  <rost@gnu.org>
11022         * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
11023         tex-validate-buffer.
11024         (plain-tex-mode, latex-mode, slitex-mode): Likewise.
11025         (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
11026         now with recent occur-mode.
11027         (tex-validate-region): Really walk through all Sexps.
11028         (tex-region): Bind shell-dirtrack-verbose.
11029         (tex-file, tex-bibtex-file): Likewise.
11031 1999-01-29  Dave Love  <fx@gnu.org>
11033         * finder.el: (finder-commentary): Fix interactive spec.  Try
11034         appending .el to file name.
11035         (finder-find-library, finder-commentary): Doc fixes.
11037 1999-01-29  Andrew Innes  <andrewi@gnu.org>
11039         * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
11040         where the userid contains directory separators.
11042 1999-01-29  Dave Love  <fx@gnu.org>
11044         * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
11045         (lm-commentary): Doc fix.
11047 1999-01-29  Andreas Schwab  <schwab@gnu.org>
11049         * files.el (file-expand-wildcards): Never consider `.' and `..' a
11050         wildcard match.  Fix regexp that tests if dirpart contains
11051         wildcard characters.
11053 1999-01-28  Richard Stallman  <rms@gnu.org>
11055         * font-lock.el (font-lock-default-unfontify-region):
11056         If not font-lock-syntactic-keywords, don't remove syntax-table prop.
11058 1999-01-27  Jason Rumney <jasonr@altavista.net>
11060         * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
11061         from FAMILY field.
11062         (w32-create-initial-fontsets): Do not use before-init-hook.
11063         (mouse-set-font): Document.  Automatically create and use fontsets.
11065         * dos-w32.el (direct-print-region-helper): Check for printer
11066         being t as well as a string.
11068 1999-01-27  Kenichi Handa  <handa@etl.go.jp>
11070         * mail/rmail.el (rmail-decode-mime-charset): New variable.
11071         (rmail-mime-charset-pattern): New variable.
11072         (rmail-convert-to-babyl-format): Decode by MIME-charset if
11073         rmail-decode-mime-charset is non-nil.
11075 1999-01-27  Ken'ichi Handa  <handa@gnu.org>
11077         * international/characters.el: Set category `q' for all characters
11078         in tibetan and tibetan-1-column.
11080 1999-01-27  Andrew Innes  <andrewi@gnu.org>
11082         * frame.el (select-frame-by-name): Obey focus-follows-mouse.
11083         (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
11085 1999-01-27  Dave Love  <fx@gnu.org>
11087         * international/mule-cmds.el (current-language-environment):
11088         Provide :link, :type (choices) and appropriate :get.
11090 1999-01-27  Eli Zaretskii  <eliz@gnu.org>
11092         * startup.el (command-line): Set default eol-mnemonic-* strings to
11093         display end-of-line format in mode line.
11095         * cus-start.el (all): Add eol-mnemonic-* variables.
11097 1999-01-26  Dave Love  <fx@gnu.org>
11099         * startup.el (command-line-1): Up-date copyright.
11101         * paths.el (Info-default-directory-list): Use configdir twice.
11103         * info.el (Info-directory-list): Don't set path-separator now
11104         we're not shipped with Texinfo.  Simplify path definition.
11105         Substitute all occurrences of instdir in Info-default-directory-list.
11107 1999-01-25  Richard Stallman  <rms@gnu.org>
11109         * startup.el (normal-top-level-add-subdirs-to-load-path):
11110         Record the inode numbers of the dirs processed, to avoid loop.
11112         * textmodes/tex-mode.el (tex-run-command): Doc fix.
11114 1999-01-25  Dave Love  <fx@gnu.org>
11116         * browse-url.el (browse-url-netscape-program): Doc addition.
11118         * help.el (help-make-xrefs): Default info references to an `(emacs)'
11119         prefix.
11121         * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
11122         auto-mode-alist.
11124 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11126         * calendar/diary-lib.el (mark-diary-entries): Use
11127         assoc-ignore-case and do not capitalize when matching month and
11128         day names.
11130         * calendar/calendar.el (calendar-read-date): Ditto.
11132         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
11133         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
11135         * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
11137         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
11139         * calendar/cal-islam.el (calendar-goto-islamic-date)
11140         (mark-islamic-diary-entries): Ditto.
11142         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
11144         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
11145         (calendar-read-mayan-tzolkin-date): Ditto.
11147         * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
11149 1999-01-22  Michael Ernst  <mernst@alum.mit.edu>
11151         * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
11153 1999-01-25  Karl Heuer  <kwzh@gnu.org>
11155         * faces.el (list-faces-display): Multiline case of previous fix.
11157 1999-01-25  Andreas Schwab  <schwab@gnu.org>
11159         * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
11161 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
11163         * files.el (find-file): If find-file-noselect returns a list,
11164         do switch-to-buffer on each element.
11165         (find-file-other-window): Likewise for all but the first element.
11166         (find-file-other-frame): Same.
11167         (find-file-noselect): When we expand a wildcard, return a list
11168         of buffers.
11170 1999-01-24  Eli Zaretskii  <eliz@gnu.org>
11172         * term/internal.el (dos-codepage-setup): Call prefer-coding-system
11173         to set the appropriate cpNNN-dos coding system as the
11174         highest-priority coding system.
11176 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
11178         * international/fontset.el (generate-fontset-menu): Return a
11179         sorted list by plain names of fontsets.
11181         * international/mule-diag.el (list-fontsets): Sort fontsets by
11182         plain names.
11184         * language/tibet-util.el (tibetan-vertical-stacking): If the arg
11185         FIRST is a composite character, decompose it at first.
11187 1999-01-23  Dave Love  <fx@gnu.org>
11189         * format.el: Doc fixes.
11190         (format-encode-run-method): Have things happen in the right buffer.
11191         Deal with errors from method.  Set coding-system-for-write.
11192         (format-decode-run-method): Have things happen in the right buffer.
11193         Deal with errors from method.  Set coding-system-for-read.
11194         (format-alist): Use nil instead of unmatchable regexps.
11196         * simple.el (shell-command-on-region): Return command's exit status.
11198 1999-01-23  Eric Ludlam  <zappo@gnu.org>
11200         * speedbar.el (speedbar-item-info-file-helper): Add optional arg
11201         of the file whose info we want to display.
11202         (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
11203         (speedbar-add-mode-functions-list) Improve doc.
11204         (speedbar-line-token) New function.
11205         (speedbar-dired) Fix order of directories in -shown-directories.
11206         (speedbar-line-path): Default return is default-directory
11207         (speedbar-buffers-line-path): Return is dir name only.
11208         (speedbar-mode-functions-list): New variable.
11209         (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
11210         (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
11211         speedbar-files-item-info speedbar-buffers-item-info): New functions.
11212         (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
11213         New functions.
11214         (speedbar-line-file): Broke out part that fetches file from a line.
11215         (speedbar-line-text): New function extracted from speedbar-line-file.
11216         (speedbar-line-path): Converted into a replaceable function.
11217         (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
11219 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
11221         * international/fontset.el (create-fontset-from-x-resource): Make
11222         style variants.
11224 1999-01-22  Dave Love  <fx@gnu.org>
11226         * paths.el (Info-default-directory-list): Put sysdir after start.
11228 1999-01-22  Sam Steingold  <sds@goems.com>
11230         * midnight.el (clean-buffer-list): Do not kill a buffer if it has
11231         a process associated with it.
11233 1999-01-22  Jason Rumney <jasonr@altavista.net>
11235         * term/w32-win.el (w32-standard-fontset-spec): Simplified.
11237 1999-01-22  Felix Lee  <flee@cygnus.com>
11239         * vc.el (vc-annotate-display): Delete old overlays.  Fix check for
11240         major-mode.
11241         (vc-annotate-mode): Delete variable.
11243 1999-01-22  Andrew Innes  <andrewi@gnu.org>
11245         * startup.el (command-line): [windows-nt]: Check for existence of
11246         .emacs file so as to notice .emacs.el or .emacs.elc and use them
11247         in preference to _emacs.
11249 1999-01-22  Dave Love  <fx@gnu.org>
11251         * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
11253 1999-01-20  Richard Stallman  <rms@gnu.org>
11255         * files.el (find-file-noselect): Do wildcard processing only
11256         if new arg WILDCARDS is non-nil.
11257         (find-file, find-file-other-window): New arg WILDCARDS.
11258         Default it to non-nil if interactive.
11259         (find-file-other-frame): Likewise.
11260         (find-file-read-only): Likewise.
11261         (find-file-read-only-other-window): Likewise.
11262         (find-file-read-only-other-frame): Likewise.
11264         * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
11265         (widget-plist-convert-option): Delete spurious comma.
11267 1999-01-19  Jason Rumney <jasonr@altavista.net>
11269         * term/w32-win.el (w32-standard-fontspec-spec): Change
11270         iso8859-5 to koi8-r.  Add iso8859-9.
11272 1999-01-19  Dave Love  <fx@gnu.org>
11274         * browse-url.el (browse-url-maybe-new-window): Delete macro and
11275         its uses.
11277         * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
11278         is active.
11279         (fortran-indent-subprogram): Likewise.
11281 1999-01-19  Dave Love  <d.love@dl.ac.uk>
11283         * paths.el (Info-default-directory-list): Perhaps add /usr/info.
11285 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
11287         * wid-edit.el (alist): Use sexp as default key-type.
11289 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11291         * textmodes/tex-mode.el (tex-define-common-keys):
11292         Remove key binding of tex-feed-input.
11293         (tex-mode-map): Bind tex-feed-input here.
11294         (tex-start-shell): Use compilation-shell-minor-mode.  Set
11295         comint-input-filter-functions before running tex-shell-hook.
11296         (tex-start-tex): Forget compilation errors.
11297         (tex-compilation-parse-errors): Rewritten to work also with
11298         compile-mouse-goto-error and compile-goto-error.  Adjusted to
11299         change in tex-region.
11300         (tex-region): For the temp file use file-name without directory.
11301         (tex-file): Expand file name of tex-print-file.
11303 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11305         * emacs-lisp/edebug.el (with-temp-message):  Add def-edebug-spec call.
11307 1999-01-18  Espen Skoglund  <espensk@stud.cs.uit.no>
11309         * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
11310         beginning could cause Emacs to hang.  Fixed.
11312 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
11314         * international/ccl.el (ccl-compile-translate-character): Handle
11315         the case that a tranlation table is CCL register correctly.
11317         * international/mule-cmds.el (select-safe-coding-system):
11318         Hightlight at most 256 characters.
11320 1999-01-18  Dave Love  <fx@gnu.org>
11322         * startup.el (command-line): If the init file changes operation to
11323         unibyte, make all buffers unibyte and re-set language environment.
11325         * disp-table.el (standard-display-european): Make all existing
11326         buffers unibyte.  Fix doc.
11328 1999-01-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
11330         * wid-edit.el (coding-system): Define this unconditionally.
11332         * simple.el (shell-command-on-region-default-error-buffer): New var.
11333         (shell-command-on-region): Use that variable as interactive
11334         value of ERROR-BUFFER argument.
11336 1999-01-17  Sam Steingold  <sds@goems.com>
11338         * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
11340 1999-01-17  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11342         * progmodes/compile.el (compilation-goto-locus): If already in the
11343         compilation buffer's window, keep it in that window.
11344         (compile-mouse-goto-error): Add Doc.  Don't play with windows.
11345         (compile-goto-error): Don't play with windows.
11347         * textmodes/tex-mode.el (latex-run-command): Doc fix.
11348         (tex-command): Doc fix.
11349         (tex-compilation-parse-errors): Doc fix.
11350         (tex-generate-zap-file-name): Don't start the name with -.
11351         (tex-expand-files): Works now also with strings ending with ":".
11353 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
11355         Patch failed to install:
11356         * gametree.el: Document scoring functionality.
11357         (gametree-score-regexp): Add optional plus sign.
11358         (gametree-score-opener): Replace `:' with `=' as the former
11359         conflicts with gametree-half-ply-regexp.
11360         (gametree-transpose-following-leaves): Add.
11361         (gametree-insert-new-leaf): Make modifying commands barf in read
11362         only buffers.
11363         (gametree-break-line-here): Add a call to
11364         `gametree-transpose-following-leaves'.  This maintains the
11365         necessary invariant that on each level all leaf children precede
11366         all nonleaf children.  This has always been implied, but left to
11367         the user, and, unfortunately, undocumented.
11369 1999-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11371         * wid-edit.el (plist, alist): New widget types.
11373 1999-01-17  Dave Love  <fx@gnu.org>
11375         * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
11376         fix scope of condition-case therein.
11378 1999-01-17  Andrew Innes  <andrewi@gnu.org>
11380         * dos-w32.el: (find-buffer-file-type-coding-system): Use
11381         default-buffer-file-coding-system when file doesn't exist (and
11382         isn't covered by a special case) instead of forcing undecided-dos
11383         against the user's wishes.
11385         * dos-w32.el (direct-print-region-helper): New function based on
11386         direct-print-region-function; sends data to specified printer port
11387         without further translation.  Recognize and handle specially the
11388         standard `print' and `nprint' programs, as well as `lpr' and
11389         similar programs.  Only write directly to the printer port if no
11390         print program is specified.  Work around a bug in Windows 9x
11391         affecting Win32 version of Emacs by invoking command.com to write
11392         to the printer port instead of writing directly.
11393         (direct-print-region-function): Use direct-print-region-helper to
11394         do most of the work.
11395         (direct-ps-print-region-function): New function; analogue of
11396         direct-print-region-function for ps-print.
11397         (ps-lpr-command): Comment out setq; leave as example usage.
11398         (ps-lpr-switches): Ditto.
11400         * lpr.el: (printer-name): Update docstring about usage on MS-DOS
11401         and MS-Windows.
11402         (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
11403         DOS and Windows platforms, to indicate direct printing.  Update
11404         the docstring accordingly.
11406         * ps-print.el: (ps-printer-name): Update docstring about usage on
11407         MS-DOS and MS-Windows.
11408         (ps-lpr-command): Update docstring as for lpr-command.
11409         (ps-print-region-function): New variable.
11410         (ps-do-despool): Use it.
11411         (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
11412         DOS/Windows.
11414         * subr.el (subst-char-in-string): New function.
11416 1999-01-17  Eli Zaretskii  <eliz@gnu.org>
11418         * international/codepage.el (cp852-decode-table): Fill a nil entry.
11420         * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
11421         (bdf-find-font-info): New function, looks for the first readable
11422         file from a list of alternatives.
11423         (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
11424         instead of bdf-get-font-info.
11425         (bdf-generate-glyphs): If font-name is a cons cell, pass its car
11426         to ps-mule-generate-bitmap-glyph.
11428         * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
11429         file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
11430         now be a list of alternative names.
11431         (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
11432         (ps-mule-prepare-font): Likewise.
11434         * international/codepage.el (cp855-decode-table,
11435         cp850-decode-table): Fill some nil entries.
11437 1999-01-16  Dave Love  <fx@gnu.org>
11439         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
11440         last change.
11442 1999-01-15  Dave Love  <fx@gnu.org>
11444         * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
11445         and change regexp for command names.
11446         (help-xref-go-back, function-called-at-point, symbol-file)
11447         (where-is): Doc fixes.
11448         (help-xref-go-back): Remove interactive spec.
11449         (describe-function-1): Fix message for alias.  Buttomize alias
11450         name.
11452         * simple.el (join-line): New alias.
11454 1999-01-15  Johan Vromans  <jvromans@squirrel.nl>
11456         * forms.el: (forms--show-record): Convert integers to string
11457         expicitly since concat will no longer accept integers.
11458         (forms-print): Use local `total-nb-records' since
11459         `forms--total-records' will be inaccessible after buffer switching.
11461 1998-01-14  Felix Lee  <flee@cygnus.com>
11463         * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
11465 1999-01-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
11467         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
11469 1999-01-14  Eli Zaretskii  <eliz@gnu.org>
11471         * international/codepage.el (cp850-decode-table): Fix previous change.
11473 1999-01-14  Simon Marshall  <simon@gnu.org>
11475         * shell.el (shell-dirtrack-verbose): New custom variable.
11476         (shell-dirstack-message): Use it.
11478 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
11480         * international/mule-conf.el: Coding system alias `dos' for
11481         `undecided-dos', `mac' for `undecided-mac'.
11483         * international/mule-cmds.el (describe-language-environment):
11484         Don't alter input-method-alist.
11486 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
11488         * international/codepage.el (cp850-decode-table): Replace nil
11489         entries with codes of similary looking glyphs.  (Suggested by
11490         Jason Rumney <jasonr@altavista.net>.)
11492 1999-01-13  Dave Love  <fx@gnu.org>
11494         * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
11496         * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
11498 1999-01-12  Karl Heuer  <kwzh@gnu.org>
11500         * files.el (auto-save-hook): Defvar this.
11502 1999-01-12  Alex Schroeder  <asc@bsiag.com>
11504         * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
11505         faces, eliminating the need to load font-lock before loading sql.
11506         (sql-mode-oracle-font-lock-keywords): Likewise.
11507         (sql-mode-postgres-font-lock-keywords): Likewise.
11509 1999-01-11  Dave Love  <fx@gnu.org>
11511         * cus-start.el: Add inhibit-eol-conversion.
11513         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
11514         the values round.
11516 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
11518         * help.el (help-mode-finish): Renamed from help-mode-maybe.
11519         Don't switch to Help mode here.
11520         (temp-buffer-setup-hook): Use help-mode-finish.
11521         (help-mode-setup): New function.
11522         (temp-buffer-setup-hook): Use help-mode-setup.
11524         * progmodes/sql.el: New file.
11526         * files.el (auto-mode-alist): Add sql-mode.
11528         * faces.el (list-faces-display): Improve the formatting
11529         by computing the maximum length required for any face-name.
11531 1999-01-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11533         * progmodes/compile.el (compilation-shell-minor-mode): New function.
11535 1999-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
11537         * term.el (term_send_home): Change the string to
11538         be the same as the one emitted by xterm and consistent with the
11539         ones emitted by prior and next.
11540         (term_send_end): Likewise.
11542 1999-01-10  Dave Love  <fx@gnu.org>
11544         * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
11545         bindings.
11547 1999-01-10  Eli Zaretskii  <eliz@gnu.org>
11549         * international/codepage.el (codepage-setup): Doc fix.
11550         (cp-decoding-vector-for-codepage): Likewise.
11552 1999-01-10  Markus Rost  <rost@gnu.org>
11554         * cus-edit.el (custom-save-delete): First scan the custom-file.
11556 1999-01-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
11558         * international/iso-transl.el: Define a "function name" for
11559         each translation that isn't ASCII.  Use these function names
11560         in iso-transl-char-map.
11562 1999-01-08  Kenichi Handa  <handa@etl.go.jp>
11564         * international/mule-util.el (decompose-region): Do decomposition
11565         on temporary unibyte buffer.
11567         * international/mule.el (make-char): Doc-string modified.
11569 1999-01-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
11571         * simple.el (comment-region): Delete spaces only if we
11572         deleted a comment starter.
11574 1999-01-07  Dave Love  <fx@gnu.org>
11576         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
11578         * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
11579         like eval-defun does.
11581         * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
11583         * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
11584         constructions.  Doc fixes.
11585         (generic-create-generic-function): Use defalias, not fset.
11587         * find-func.el: More doc fixes.
11589 1999-01-06  Stephen Eglen  <stephen@gnu.org>
11591         * files.el (save-buffers-kill-emacs): Show the list of current
11592         processes before prompting to kill them and exit.
11594 1999-01-06  Dave Love  <fx@gnu.org>
11596         * emacs-lisp/find-func.el: Doc fixes.
11597         (find-function-regexp): Extend for define-generic-mode,
11598         define-derived-mode, easy-mmode-define-minor-mode.
11600 1999-01-06  Dave Love  <fx@gnu.org>
11602         * progmodes/fortran.el (fortran-window-create): Account for scroll
11603         bar width.
11605         * browse-url.el: Require (noerror) w3-auto when compiling.
11606         (browse-url-maybe-new-window): Make it a macro and revert last
11607         change to callers.
11608         (browse-url-w3): Require w3 for w3-fetch-other-window.
11610 1999-01-06 Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11612         * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
11613         argument.
11615 1999-01-06  Simon Marshall  <simon@gnu.org>
11617         * subr.el (with-temp-message): Don't display MESSAGE if nil.  Doc fix.
11619         * font-lock.el (font-lock-default-fontify-buffer): When using
11620         with-temp-message, use nil rather than current-message.
11622         * lazy-lock.el (lazy-lock-unstall):
11623         (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
11624         rather than current-message.
11626         * fast-lock.el (fast-lock-save-cache-1):
11627         (fast-lock-cache-data): When using with-temp-message, use nil rather
11628         than current-message.
11630 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
11632         * international/codepage.el (cp-coding-system-for-codepage-1): Add
11633         the valid-codes property.
11635         * international/mule-cmds.el (prefer-coding-system): Call
11636         set-coding-priority, so that the internal array of priorities is
11637         also updated.
11639         * international/mule-util.el:
11640         (coding-system-change-eol-conversion,
11641         coding-system-change-text-conversion): Don't define here.
11643         * international/mule-cmds.el: Define them here.  Remove the
11644         autoload cookies.
11646 1999-01-06  Andreas Schwab  <schwab@gnu.org>
11648         * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
11649         if it was enabled before.
11651         * view.el (View-revert-buffer-scroll-page-forward): Bind
11652         view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
11654         * files.el (recover-session): Preserve point when inserting
11655         explanation.
11657 1999-01-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
11659         * cus-edit.el (custom-save-delete): Don't delete whitespace
11660         and comments before the sexp that is replaced.
11662 1999-01-05  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11664         * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
11666 1999-01-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
11668         * vc.el (vc-dired-hook): Use the original value of
11669         dired-move-to-filename-regexp on lines that have not been
11670         reformatted yet.
11671         (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
11672         file lines have already been reformatted.
11674 1999-01-05  Dave Love  <fx@gnu.org>
11676         * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
11677         buffer-local.
11679 1998-01-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
11681         * progmodes/f90.el: Change of regular expressions for type to
11682         correct highlighting and identation. Some small fixes for
11683         compatibility with XEmacs.
11685 1999-01-05  Stephen Eglen  <stephen@gnu.org>
11687         * mspools.el (mspools-vm-system-mail): Provide an alternative
11688         value based on rmail-spool-directory if $MAIL is not defined.
11690 1999-01-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
11692         * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
11693         (reftex-section-info): Handle negative section levels.
11694         (reftex-view-crossref-extra): New option.
11695         (reftex-view-crossref): Generalized to work in more places.
11696         (reftex-find-citation-regexp-format, reftex-find-reference-format,
11697         reftex-macros-with-labels, reftex-global-search-marker): New variables.
11698         (reftex-view-cite-locations-from-bibtex): New command.
11699         (reftex-view-regexp-match, reftex-global-search,
11700         reftex-global-search-continue): New functions.
11701         (reftex-extract-bib-entries): No error for non-existing BibTeX
11702         file, just a message.
11703         (reftex-extract-bib-entries): Better error handling.
11704         (reftex-select-with-char): Use `*RefTeX Select*' for selection
11705         help and force it on current frame.
11706         (reftex-default-bibliography): New function.
11707         (reftex-access-parse-file): Check consistency after loading a
11708         parse file.  When inconsistent, enfore rescan.
11709         (reftex-check-parse-consistency): New function.
11710         (easy-menu-define): Options section drastically shortened.
11712 1999-01-05  Kenichi Handa  <handa@etl.go.jp>
11714         * language/thai-util.el (thai-compose-string): New function.
11716 1999-01-04  Inge Frick  <inge@nada.kth.se>
11718         * easymenu.el (easy-menu-define): Doc fix.
11719         (easy-menu-create-menu): New keyword :included.
11720         (easy-menu-do-add-item): New keyword :included.  SUFFIX may
11721         be an expression, not only a string.  Simulate style `button'.
11722         Use easy-menu-define-key-intern instead of easy-menu-define-key.
11723         (easy-menu-define-key-intern): New function.
11724         (easy-menu-add-item): Understand value returned from
11725         easy-menu-item-present-p and easy-menu-remove-item.
11726         (easy-menu-return-item): New function.
11727         (easy-menu-item-present-p, easy-menu-remove-item): Use it.
11729 1999-01-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
11731         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11732         Use rmail-output-read-rmail-file-name to read the file name.
11733         Always call rmail-output-to-rmail-file noninteractively.
11734         When count > 1, do the loop here.
11735         Handle rmail-delete-after-output here.
11736         (rmail-summary-output): Similar changes.
11738         * mail/rmailout.el: Provide `rmailout'.
11739         (rmail-output-read-rmail-file-name): New function.
11740         (rmail-output-to-rmail-file): Use that.
11741         (rmail-output-read-file-name): New function.
11742         (rmail-output): Use that.
11744         * files.el (find-file-noselect): Let /: suppress wildcard matching.
11745         Error if wildcard matches no files.
11747 1999-01-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
11749         * menu-bar.el (clipboard-yank): Doc fix.
11751         * info.el (Info-insert-dir): Chase symlinks for file-attributes.
11753 1998-12-31  Markus Rost  <rost@delysid.gnu.org>
11755         * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
11757 1998-12-31  Andrew Innes  <andrewi@harlequin.co.uk>
11759         * rmail.el (rmail-encode-string): Make sure mask value is
11760         positive; (emacs-pid) returns a negative number on Windows 9x
11761         which causes odd behaviour.
11763 1998-12-31  Eli Zaretskii  <eliz@mescaline.gnu.org>
11765         * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
11766         and about w32-* variables unless on Windows/NT.
11768 1998-12-31  Boris Goldowsky  <boris@alum.mit.edu>
11770         * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
11771         if buffer is modified; ask about all modified buffers.
11773 1998-12-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
11775         * simple.el (what-cursor-position): Fix previous change.
11777 1998-12-30  Richard Stallman  <rms@sucrose.ai.mit.edu>
11779         * mail/sendmail.el (mail-mode): Eliminate ambiguous match
11780         from paragraph-start.
11782 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
11784         * international/mule-cmds.el (prefer-coding-system): If the
11785         argument requires specific EOL conversion type, make the default
11786         coding systems use that.
11788 1998-12-30  Drew Csillag <drew_csillag@geocities.com>
11790         * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
11791         Use shell-command-on-region.
11792         (m4-start-m4, m4-end-m4): Functions deleted.
11794 1998-12-30  Michael Ernst  <mernst@alum.mit.edu>
11796         * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
11798 1998-12-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11800         * browse-url.el (browse-url-mail): Give argument SEND-ACTION
11801         to compose-mail in the correct places and as a list.
11803 1998-12-29  Masatake Yamato  <masata-y@tori.aist-nara.ac.jp>
11805         * page-ext.el: Added mouse-selection feature for pages directory buffer.
11806         (pages-directory-map): Bind mouse-2
11807         (pages-copy-header-and-position): Put text property.
11808         (pages-directory-goto-with-mouse): New function.
11810 1998-12-29  Eli Zaretskii  <eliz@mescaline.gnu.org>
11812         * international/codepage.el (cp-make-coding-systems-for-codepage):
11813         Doc fix.
11814         (cp-coding-system-for-codepage-1): Likewise.
11816 1998-12-29  Kenichi Handa  <handa@etl.go.jp>
11818         * language/thai-util.el (thai-post-read-conversion): Handle Thai
11819         composition sequence correctly here instead of calling
11820         thai-compose-region.
11822         * textmodes/fill.el (fill-region-as-paragraph): While deleting a
11823         newline in multibyte buffer, if previous or next character is a
11824         composite char, check the first component of the composite char.
11826 1998-12-28  Andreas Schwab  <schwab@delysid.gnu.org>
11828         * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
11829         and track-mouse.
11831 1998-12-27  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11833         * mail/sendmail.el (mail-yank-original): Remove text properties
11834         after insertion.
11835         (mail-yank-region): Barf if no mark is set in the message
11836         being replied to.
11838         * help.el (function-called-at-point): First look for function at point.
11840 1998-12-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
11842         * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
11844 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
11846         * simple.el (what-cursor-position): Print character encoding also.
11848 1998-12-26  Dave Love  <fx@gnu.org>
11850         * textmodes/flyspell.el: If local-maps work, don't put
11851         flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
11852         in flyspell-mouse-map (only).
11853         (flyspell-use-local-map): New variable.
11854         Use a different mouse-2 binding in that case,
11855         and don't add to minor-mode-map-alist.
11856         (make-flyspell-overlay, flyspell-correct-word):
11857         Test flyspell-use-local-map.
11859 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
11861         * files.el (file-expand-wildcards): Handle wildcards in directory name.
11862         Be careful about whether to return a relative file name,
11863         and if so, relative to what directory.
11865 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
11867         * emacs-lisp/easymenu.el (easy-menu-get-map):
11868         Change global map only if this menu exists in the global map already,
11869         and not in the local map.
11870         (easy-menu-do-add-item): Fix error message.
11872         * foldout.el (foldout-inhibit-key-bindings):
11873         Avoid concatenating onto outline-minor-mode-prefix.
11874         Make a new keymap for that prefix, if it does not already have one.
11876 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
11878         * cperl-mode.el:
11879         Can use linear algorithm for indentation if Emacs supports it.
11880         (cperl-after-expr-p):   It is BLOCK if we reach lim when backup sexp.
11881         (cperl-after-block-p):  Likewise.
11882         (cperl-after-block-and-statement-beg): Likewise.
11883         (cperl-after-block-p):  After END/BEGIN we are a block.
11884         (cperl-after-expr-p):   Skip labels when checking
11885         (cperl-indent-region):  Make a marker for END - text added/removed.
11886         Disable hooks during the call (how to call them later?).
11887         Now indents 820-line-long function in 6.5 sec (including
11888         syntaxification) the first time (when buffer has few
11889         properties), 7.1 sec the second time.
11890         (cperl-indent-region):  Do not indent whitespace lines
11891         (cperl-style-alist)
11892                 Include `cperl-merge-trailing-else' where the value is clear.
11893         (cperl-styles-entries): Likewise.
11894         (cperl-problems):       Improvements to docs.
11895         (cperl-tips):           Likewise.
11896         (cperl-non-problems):   Likewise.
11897         (cperl-mode):           Make lazy syntaxification possible.
11898         Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
11899         `font-lock-unfontify-region-function' was set to a wrong function.
11901         (cperl-find-pods-heres): Safe a position in buffer where it is safe to
11902         restart syntaxification.  Changed so that -d ?foo? is a RE. Do
11903         not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
11904         but 1<<6 was considered as HERE-doc.
11905         <file/glob> made into a string.
11906         Postpone addition of faces after syntactic step.
11907         Recognition of <FH> was wrong.
11908         Highlight `gem' in s///gem as a keyword.  `qr' recognized.
11909         Knows that split// is null-RE.
11910         Highlights separators in 3-parts expressions as labels.
11911         <> was considered as a glob.
11912         Would err if the last line is `=head1'.
11913         $a-1 ? foo : bar; was a considered a regexp.
11914         `<< (' was considered a start of HERE-doc.
11915         mark qq[]-etc sections as syntax-type=string
11916         Was not processing sub protos after a comment ine.
11917         Was treating $a++ <= 5 as a glob.
11918         Tolerate unfinished REx at end-of-buffer.
11919         `unwind-protect' was left commented.
11920         / and ? after : start a REx.
11922         (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
11923         Better default, customizes to `message' too, off in text-mode.
11925         (cperl-array-face): Renamed from `font-lock-emphasized-face',
11926         `defface'd.
11927         (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
11928         `defface'd.
11929         (cperl-emacs-can-parse):        New state variable.
11930         (cperl-indent-line):    Corrected to use global state.
11931         (cperl-calculate-indent):       Likewise.
11932         (cperl-fix-line-spacing):       Likewise (not used yet).
11933         (cperl-calculate-indent):       Did not consider `,' as
11934         continuation mark for statements.
11935         (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
11936         Remove another parse-data optimization at toplevel: would
11937         indent correctly.
11938         Correct for labels when calculating indentation of continuations.
11939         Docstring updated.
11940         (cperl-choose-color):   Converted to a function (to be
11941         compilable in text-mode).
11942         (cperl-dark-background):        Disable without window-system.
11943         Do `defface' only if window-system.
11944         (cperl-fix-line-spacing):       Sped up to bail out early.
11945         (x-color-defined-p): Was not compiling on XEmacs
11946         Was defmacro'ed with a tick.  Remove another def.
11947         (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
11948         (cperl-unwind-to-safe): New function.
11949         (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
11950         (cperl-fontify-syntaxically): Unwinds start and end to go out of
11951                                      long strings (not very successful).
11952         (cperl-forward-re):     Highlight the trailing / in s/foo// as string.
11953         Highlight the starting // in s//foo/ as function-name.
11954         Emit a meaningful error instead of a cryptic one for an
11955         uncomplete REx near end-of-buffer.
11957         (cperl-electric-keyword):       `qr' recognized.
11958         (cperl-electric-else):          Likewise
11959         (cperl-to-comment-or-eol):      Likewise
11960         (cperl-make-regexp-x):  Likewise
11961         (cperl-init-faces):     Likewise, and `lock' (as overridable?).
11962         Corrected to use new macros;
11963         `if' for copying `reference-face' to `constant-face' was backward.
11964         remove init `font-lock-other-emphasized-face',
11965         `font-lock-emphasized-face', `font-lock-keyword-face'.
11966         Interpolate `cperl-invalid-face'.
11967         (cperl-make-regexp-x):  Misprint in a message.
11968         (cperl-syntaxify-unwind): New configuration variable
11969         (cperl-fontify-m-as-s): New configuration variable
11970         (cperl-electric-pod):   Check for after-expr was performed
11971         inside of POD too.
11972         (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
11973         (cperl-clobber-mode-lists): New configuration variable.
11974         (cperl-not-bad-style-regexp):   Updated.
11975         Init:                   `cperl-is-face' was busted.
11976         (cperl-make-face):      New macros.
11977         (cperl-force-face):     New macros.
11978         (font-lock-other-type-face): Done via `defface' too.
11979         (cperl-nonoverridable-face):    New face.  Renamed from
11980         `font-lock-other-type-face'.
11981         (cperl-init-faces-weak):        Use `cperl-force-face'.
11982         (cperl-comment-indent): Commenting __END__ was not working.
11983         (cperl-indent-for-comment):     Likewise.
11984         (cperl-write-tags):     Correct for XEmacs's `visit-tags-table-buffer'.
11985         When removing old TAGS info was not relativizing filename.
11986         (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
11987         Another try to work around XEmacs problems.  Better progress messages.
11988         (toplevel):             Require custom unprotected => failure on 19.28.
11989         (cperl-xemacs-p):       Defined when compile too
11990         (cperl-find-tags):      Was writing line/pos in a wrong order,
11991         pos off by 1 and not at beg-of-line.
11992         (cperl-etags-snarf-tag): New macro
11993         (cperl-etags-goto-tag-location): New macro
11994         (cperl-version):        New variable.  New menu entry
11995         random docstrings:      References to "future" 20.3 removed.
11996         Menu was described as `CPerl' instead of `Perl'
11997         (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
11998         (cperl-toggle-construct-fix): Was toggling to t instead of 1.
11999         (cperl-ps-print-init):  Associate `cperl-array-face', `cperl-hash-face'
12000         Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
12001         `font-lock-reference-face', `font-lock-keyword-face'.
12002         Use `eval-after-load'.
12003         Remove not-CPerl-related faces.
12004         (cperl-tips-faces):     New variable and an entry into Mini-docs.
12005         (cperl-indent-exp):     Was not processing else-blocks.
12006         (cperl-get-state):      NOP line removed.
12007         (cperl-ps-print):       New function and menu entry.
12008         (cperl-ps-print-face-properties):       New configuration variable.
12009         (cperl-invalid-face):   New configuration variable.
12010         (perl-font-lock-keywords):      Highlight trailing whitespace
12011         (cperl-contract-levels):        Documentation corrected.
12012         (cperl-contract-level):         Likewise.
12013         (cperl-ps-extend-face-list):    New macro.
12014         (cperl-invalid-face):   Change to ''underline.
12016 1998-12-25  Markus Rost  <rost@delysid.gnu.org>
12018         * mail/rmailout.el (rmail-output): Abbreviate name of default-file
12019         for read-file-name.
12020         (rmail-output-to-rmail-file): Likewise.
12022 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
12024         * emacs-lisp/easymenu.el (easy-menu-get-map):
12025         If MENU is nil, use global menu-bar map.
12026         (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
12027         (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
12029 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12031         * ps-mule.el (ps-mule-begin-job): Programming uniformization.
12033 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12035         * ps-print.el (ps-print-version): New version number (4.1.3).
12037 1998-12-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
12039         * international/mule-cmds.el: Use make-sparse-keymap instead of
12040         define-prefix-key when defining MULE menu items.
12042         * info.el (Info-node-at-bob-matching): New function.
12043         (Info-find-node, Info-build-node-completions): Call it.
12045 1998-12-21  Andreas Schwab  <schwab@delysid.gnu.org>
12047         * help.el (describe-function-1): Say "keymap", not "Lisp macro",
12048         when this is an autoloaded keymap.
12050 1998-12-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
12052         * international/codepage.el (cp-coding-system-for-codepage-1):
12053         Create separate encoders and decoders, for DOS and Unix.  Make the
12054         usual family of 3 coding systems, so that automatic detection of
12055         EOL type works.
12056         (cp-make-coding-systems-for-codepage): Don't intern DOS- and
12057         Unix-specific symbols here, and don't call
12058         cp-coding-system-for-codepage-1 twice.  (Suggested by Ken'ichi
12059         Handa <handa@etl.go.jp>.)
12061         * dos-vars.el (dos-codepage-setup-hook): New defcustom.
12063         * term/internal.el (IT-character-translations): New variable, an
12064         alist used to display characters for which there's no glyphs in
12065         the current codepage.
12066         (IT-display-table-setup): New function, sets up the DOS terminal
12067         for a given codepage.
12068         (dos-codepage-setup): New function, sets up the MULE environment
12069         for the current value of dos-codepage.
12070         (top-level if): In the multibyte mode, turn on
12071         unibyte-display-via-language-environment.  In the unibyte mode,
12072         set up the special syntax tables to map lower- to upper case and
12073         back.
12075 1998-12-19  Eric Ludlam  <zappo@delysid.gnu.org>
12077         * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
12078         (speedbar-frame-plist) Remove useless comments.
12079         (speedbar-frame-mode) Do not specify height if it is in the param list.
12080         Use default y position w/out changing it.
12081         If default x position is a list, keep, calculate the non-list X
12082         value when devining an initial position.
12083         (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
12084         (speedbar-tag-group-name-minimum-length): New variable.
12085         (speedbar-frame-parameter): New compatibility function.
12086         (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
12087         (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
12088         groups to keep things in the right order, and to help with some
12089         naming conventions.
12090         (speedbar-create-tag-hierarchy): Enable buffer local version of
12091         `speedbar-tag-hierarchy-method' in the buffer we are tagging.
12092         (speedbar-line-path) Make DEPTH param optional.  Devine it if absent.
12093         the case, derive it from the cursor location in speedbar.
12095 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
12097         * international/mule-cmds.el (set-language-environment): On MS-DOS
12098         terminals, install DOS-specific nonascii-translation-table if the
12099         language info doesn't specify one.  Pass the default eol-type to
12100         set-language-environment-coding-systems.
12101         (set-default-coding-systems): Copy the eol-type property for the
12102         new default values of {buffer-file,process}-coding-system from the
12103         old defaults.
12104         (set-language-environment-coding-systems): Accept an optional
12105         argument EOL-TYPE, and set the eol-type property of the default
12106         coding systems accordingly.
12107         (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
12108         (set-keyboard-coding-system): Likewise.
12109         (set-default-coding-systems): Don't set
12110         default-terminal-coding-system on MS-DOS to anything but nil.
12111         (prefer-coding-system): Describe in the doc string that
12112         default-terminal-coding-system is not changed on MS-DOS.
12113         (set-language-environment): For MS-DOS, set standard syntax table
12114         and display table for all characters with code above 127.
12115         (standard-display-european-internal): For MS-DOS, pass all
12116         characters with code above 127 directly to the terminal, and don't
12117         remap characters 160 and 146 in the unibyte case.
12119         * international/codepage.el: New file.
12121 1998-12-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
12123         * diary-lib.el (diary-float): Fix end-of-year error and typos in
12124         comments.
12126 1998-12-16  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
12128         * map-ynp.el (map-y-or-n-p): Ignore input methods.
12130         * subr.el (read-passwd): Likewise.
12132 1998-12-16  Eli Zaretskii  <eliz@mescaline.gnu.org>
12134         * info.el (Info-find-node): Add 1 to the position read from the
12135         tag table.  Don't fail if the node delimiter ^_ is the first
12136         character in the file.
12137         (Info-insert-dir): Don't fail when the node delimiter ^_ is the
12138         first character in the file.
12139         (Info-read-subfile): Likewise.
12140         (Info-select-node): Likewise.
12141         (Info-build-node-completions): Likewise.
12143 1998-12-16  Richard Stallman  <rms@gnu.org>
12145         * term/x-win.el (x-cut-buffer-or-selection-value):
12146         If clipboard is enabled, try it before PRIMARY selection.
12148 1998-12-15  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
12150         * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
12151         insert c-cedilla and C-cedilla respectively, like in latin-1.
12153 1998-12-15  Eli Zaretskii  <eliz@delysid.gnu.org>
12155         * language/hebrew.el: Don't use sublists in the flags argument
12156         passed to make-coding-system.
12158 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
12160         * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
12161         list of character sets found by find-charset-region.
12163         * ps-mule.el: Always require ps-print.  Move some function
12164         definitions for Emacs 20.2 and the earlier to ps-print.el.
12165         (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
12167         * ps-print.el: Define several functions for Emacs 20.2 and the
12168         earlier version.
12169         (ps-printer-name): Check if printer-name is bound.
12171 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12173         * ps-mule.el: Programming uniformization and little code improvement.
12174         (ps-mule-prepare-font): Programming uniformization.
12175         (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
12176         (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
12178         * ps-bdf.el: Programming uniformization and little code improvement.
12179         (bdf-search-and-read): New fun.
12180         (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
12181         (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
12182         (bdf-info-relative-compose, bdf-info-baseline-offset)
12183         (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
12184         (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
12185         (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
12186         (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
12187         improvement.
12189 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12191         * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
12192         and mule related code extraction. Autoload ps-mule funs.
12194         * ps-mule.el: Doc fix. Require ps-print only when compiled.
12195         (ps-mule-prologue-generated): New fun.
12196         (ps-mule-plot-string): Add autoload cookie.
12197         (ps-mule-begin-job): Call ps-mule-prologue-generated.
12199 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
12201         * ps-bdf.el: Require ps-mule instead of ps-print.
12202         (bdf-directory-list): Add autoload cookie.
12204         * ps-mule.el: New file.  Mule related code extracted from
12205         ps-print.el.  Require ps-print, provide ps-mule.
12206         (ps-multibyte-buffer): Add autoload cookie.
12207         (ps-mule-prepare-ascii-font): New fun.
12208         (ps-mule-set-ascii-font): New fun.
12209         (ps-mule-skip-same-charset): Fun deleted.
12210         (ps-mule-plot-string): Set ps-mule-current-charset.
12211         (ps-mule-initialize): Add autload cookie.  Don't set
12212         ps-mule-font-info-database here.
12213         (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
12214         ps-mule-font-info-database and ps-control-or-escape-regexp.
12215         (ps-mule-begin-page): New fun.
12217         * ps-print.el: Mule related code moved to ps-mule.el.
12218         (ps-begin-job): While setting ps-control-or-escape-regexp, don't
12219         check ps-mule-charset-list.
12220         (ps-begin-page): Don't set ps-mule-current-charset, instead call
12221         ps-mule-begin-page.
12222         (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
12223         (ps-plot-region): Don't set ps-mule-current-charset, instead call
12224         ps-mule-set-ascii-font.  Don't call ps-mule-skip-same-charset,
12225         instead skip same charsets by itself.
12226         (ps-generate): Call ps-mule-initialize of needs-begin-file is
12227         non-nil.  Call ps-mule-begin-job.
12229 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
12231         * ps-bdf.el: File name changed from bdf.el.  Provide ps-bdf
12232         instead of bdf.
12234         * ps-print.el (ps-mule-font-info-database): Doc-string modified.
12235         (ps-mule-external-libraries): New element FEATURE.
12236         (ps-mule-init-external-library): Ajusted for the above change.
12237         (ps-mule-generate-font): Likewise.
12238         (ps-mule-generate-glyphs): Likewise.
12239         (ps-mule-prepare-font): Likewise.
12240         (ps-mule-initialize): Likewise.
12241         (ps-begin-file): Superfluous tailing parenthesis deleted.
12243 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
12245         * international/fontset.el (x-decompose-font-name): If PATTERN
12246         doesn't have any wild cards, return a vector made from a name that
12247         is found by x-resolve-font-name found.  Comments added.
12249         * international/mule-cmds.el (find-coding-systems-for-charsets):
12250         Handle the case of unknown charset.
12251         (find-multibyte-characters): If invalid multibyte characters are
12252         found, return the corresponding strings instead of character
12253         codes.
12254         (find-multibyte-characters): Adjusted for the above change.
12255         (select-safe-coding-system): For a unibyte buffer, always returns
12256         DEFAULT-CODING-SYSTEM.
12257         (get-charset-property): Fix previous change.  Make it a function.
12258         (put-charset-property): Make it a function.
12260         * international/mule.el (make-coding-system): Set mime-charset
12261         property of *-with-esc coding system to nil.
12263         * international/quail.el (quail-point-in-conversion-region): New
12264         function.
12265         (quail-conversion-backward-delete-char): When a key sequence is
12266         being translated, call quail-delete-last-char.
12268         * language/devan-util.el
12269         (devanagari-reorder-glyphs-for-decomposition): Fix the way to
12270         handle devanagari-decomposition-rules.
12272 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
12274         * textmodes/texinfo.el (texinfo-tex-buffer): Bind
12275         tex-start-options-string to empty string.
12276         (texinfo-tex-region): Use texinfo-tex-trailer as documented.
12278 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
12280         * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
12281         5xx responses are already handled properly).
12283 1998-12-13  Richard Stallman  <rms@gnu.org>
12285         * progmodes/compile.el (compilation-error-regexp-alist): Insist
12286         on a non-digit in the file name.
12288         * simple.el (comment-region): Handle comment-padding
12289         separately for insertion and for deletion, in the right way for each.
12291 1998-12-13  Felix Lee  <flee@cygnus.com>
12293         * progmodes/compile.el (compilation-error-regexp-alist): Fix
12294         regexp to match "ChangeLog:1:1998-12-09 ..."
12296 1998-12-13  Eli Zaretskii  <eliz@delysid.gnu.org>
12298         * cus-start.el (dos-unsupported-char-glyph): Add.
12300 1998-12-11  Dave Love  <fx@gnu.org>
12302         * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
12303         forward-sexp in condition-case.
12305         * emacs-lisp/find-func.el (find-function-search-for-symbol):
12306         Remove unnecessary test on `library' for explicit file name.
12307         Widen scope of save-match-data.
12309 1998-12-10  Eli Zaretskii  <eliz@delysid.gnu.org>
12311         * international/mule.el (load-with-code-conversion): If the loaded
12312         file was inserted  with no-conversion or raw-text coding system,
12313         make the buffer unibyte.
12315 1998-12-09  Richard Stallman  <rms@gnu.org>
12317         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
12318         Get rid of nested loops.
12320         * mouse.el (mouse-drag-vertical-line):
12321         If WHICH-SIDE is not `right', then scroll bars are on the left.
12323         * loadhist.el (load-history-loaded): defvar moved to help.el.
12325         * help.el (symbol-file-load-history-loaded): Variable renamed,
12326         and defvar moved from loadhist.el.
12327         (symbol-file): Renamed from describe-function-find-file.
12328         Load fns-VERSION.el here.
12329         (describe-variable, describe-function-1): Use symbol-file.
12331         * textmodes/tex-mode.el (tex-generate-zap-file-name):
12332         Don't start the name with #.
12334         * ispell.el: Take out the eval-when's.
12336 1998-12-09  Peter Breton  <pbreton@ne.mediaone.net>
12338         * dirtrack.el (dirtrack-directory-change-hook): New hook.
12339         (dirtrack): Run it.  Make debug message more verbose.
12341 1998-12-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
12343         * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
12344         name of the abbrev table, and provide support for XEmacs.
12345         (octave-xemacs-p): New variable.
12347 1998-12-09  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
12349         * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
12350         exit, when mail-interactive is nil.
12352 1998-12-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
12354         * files.el (after-find-file): Message fix.
12356 1998-12-09  Ken Stevens  <stevens@kdstevens.com>
12358         * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
12360 1998-12-09  Geoff Voelker  <voelker@cs.washington.edu>
12362         * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
12363         filenames using backslashes.
12365 1998-12-09  Dave Love  <fx@gnu.org>
12367         * browse-url.el (browse-url-mail): Call compose-mail-other-window
12368         with correct number of args.
12369         (browse-url-maybe-new-window): New arg.  Callers changed.
12371         * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
12372         comment.
12374 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
12376         * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
12378 1998-12-08  Markus Rost  <rost@delysid.gnu.org>
12380         * vc.el (vc-rcs-release): Fix Type.
12381         (vc-sccs-release): Fix Type.
12382         (vc-cvs-release): Fix Type.
12384         * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
12385         arg work right.
12387         * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
12388         output of last undeleted message.
12390 1998-12-07  Geoff Voelker  <voelker@cs.washington.edu>
12392         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
12393         (buffer-undo-list) [windows-nt]: Use different relative path.
12395 1998-12-07  Simon Marshall  <simon@gnu.org>
12397         * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
12399 1998-12-05  Markus Rost  <rost@delysid.gnu.org>
12401         * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
12403         * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
12405 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
12407         * info.el (Info-menu): Don't return error if point is between menu
12408         header and first menu item.
12410 1998-12-04  Dave Love  <fx@gnu.org>
12412         * help.el (describe-function-1): Fix description for alias.
12414 1998-12-03  Andreas Schwab  <schwab@delysid.gnu.org>
12416         * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
12417         specifications from summary line.
12419         * rect.el (delete-whitespace-rectangle): Mark for autoload.
12420         (close-rectangle): Define alias only once in loaddefs.el.
12422 1998-12-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
12424         * term/internal.el: Remove code which sets up a special syntax
12425         table for non-ASCII characters.
12427 1998-12-02  Andrew Innes  <andrewi@delysid.gnu.org>
12429         * dos-w32.el (direct-print-region-function): Try to ensure that
12430         printer-name is expanded to a file name on a local drive;
12431         sometimes printing a file loaded from a network volume fails.
12432         (direct-print-region-function): Add a function to
12433         write-region-annotate-functions to append a formfeed character to
12434         the region being printed, if the region doesn't end with a
12435         formfeed already.  This avoids creating a second print job
12436         containing a blank page when print spooling is enabled on Windows.
12438 1998-12-02  Dave Love  <fx@gnu.org>
12440         * help.el (help-make-xrefs): Use `info', not the non-autoloaded
12441         `Info-goto-node'.
12443 1998-12-02  Richard Stallman  <rms@gnu.org>
12445         * help.el (temp-buffer-resize-mode): Doc fix.
12447         * cus-edit.el (custom-save-delete): Save point before
12448         reading a sexp, rather than backing up.
12450         * international/iso-transl.el: Fix previous change.
12452 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12454         * vc.el (vc-dired-window-configuration, vc-ediff-windows,
12455         vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
12456         Added defvars to suppress compilation warnings.
12458 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
12460         * ispell.el: Improved and fixed customize for variables:
12461         ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
12462         ispell-dictionary-alist, ispell-skip-sgml.
12463         Improved and fixed comments in variables and messages for
12464         functions: ispell-help-in-bufferp, ispell-local-dictionary,
12465         ispell-menu-map, ispell-checking-message, ispell-parser,
12466         ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
12467         ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
12468         ispell-comments-and-strings, ispell-continue, ispell-complete-word,
12469         ispell-message-text-end, ispell-add-per-file-word-list.
12470         (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
12471         system is now required for all languages.  Casechars improved for
12472         castellano, castellano8, and norsk dictionaries.  Dictionary
12473         norsk7-tex added.  Dictionary polish added.
12474         (ispell-dictionary-alist): Redefined at load-time to support
12475         dictionary changes.
12476         (ispell-menu-map): Redefined at load-time to support menu changes.
12477         (ispell-check-version): New alias for `check-ispell-version'.
12478         (ispell-parse-output): Fixed matching for ispell error messages.
12479         Correctly returns spelling suggestions in order generated by ispell
12480         process.
12481         (check-ispell-version): Ensure `case-fold-search' doesn't get
12482         redefined.
12483         (ispell-complete-word): Ensure `case-fold-search' doesn't get
12484         redefined.  Fix bug that didn't respect case of word being completed.
12485         (ispell-init-process): Set process coding system to be compatible
12486         with emacs processes and the ispell process.
12487         (ispell-kill-ispell): Ensures ispell process has terminated before
12488         starting new process.  This can otherwise confuse process filters
12489         and hang the ispell process.
12490         (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
12491         skipping support for sgml.
12492         (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
12493         which could cause `ispell-complete-word' to hang.
12494         (ispell-message): Improved message reference matching.  Ensure
12495         `case-fold-search' doesn't get redefined.
12496         (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
12497         get redefined.  Fixed bug in returning to nroff mode from tex mode.
12498         (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
12499         get redefined.
12501 1998-11-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
12503         * textmodes/flyspell.el (flyspell-check-word-p):
12504         Don't delay inside a kbd macro.
12506         * subr.el (make-local-hook): Return the hook variable.
12508 1998-11-30  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
12510         * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
12511         Use a timer instead of post-command-hook.
12512         (hscroll-timer): New variable.
12514 1998-11-30  Dave Love  <fx@gnu.org>
12516         * help.el (help-xref-button): Do nothing if text already has the
12517         help-xref property.
12518         (describe-variable): Revert previous change to hyperlink to source.
12520 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
12522         * bindings.el (features): Add `base64' to this list.
12524         * loadhist.el (symbol-file): Doc fix.
12526         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
12528         * files.el (hack-one-local-variable): Cope with non-file buffers.
12530 1998-11-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
12532         * help.el (describe-mode): Put major mode first.
12534         * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
12535         to support special-display and same-window features.
12537 1998-11-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
12539         * simple.el (transpose-subr, transpose-subr-1): Rename variables
12540         bound in one function and used in the other.
12541         (transpose-subr-start1, transpose-subr-start2): Add defvars.
12542         (transpose-subr-end1, transpose-subr-end2): Add defvars.
12544 1998-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
12546         * autoinsert.el (auto-insert-alist): Use user-mail-address.
12548 1998-11-26  Kenichi Handa  <handa@etl.go.jp>
12550         * international/ccl.el (ccl-dump-translate-character-const-tbl):
12551         Give format correct control string.
12553         * international/mule.el (define-translation-table): Fix bug of
12554         setting incorrect translation-table-id.  If the first element of
12555         ARGS is a translation table, just register it.
12557         * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
12558         property.
12560 1998-11-24  Michael Ernst  <mernst@alum.mit.edu>
12562         * thingatpt.el (thing-at-point-url-at-point): Don't use current
12563         syntax table to determine what is whitespace.
12565 1998-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
12567         * frame.el (frame-parameter): Doc fix.
12569         * textmodes/tex-mode.el (tex-feed-input): New function.
12570         (tex-define-common-keys): Add binding for C-c C-m.
12572 1998-11-23  Dave Love  <fx@gnu.org>
12574         * progmodes/fortran.el: Various minor doc fixes.
12575         (fortran-font-lock-keywords-1): Add `d' to comment-chars.
12576         (fortran-with-subprogram-narrowing): New macro.
12577         (fortran-check-for-matching-do): Use it.
12578         (fortran-end-do): Use fortran-check-end-prog-re.
12579         (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
12580         (fortran-calculate-indent, fortran-calculate-indent): Likewise.
12582 1998-11-23  Simon Marshall  <simon@gnu.org>
12584         * font-lock.el (font-lock-defaults): Doc fix.
12585         (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
12586         (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
12588         * lazy-lock.el (lazy-lock-unstall):
12589         (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
12591         * fast-lock.el (fast-lock-save-cache-1):
12592         (fast-lock-cache-data): Rewritten to use with-temp-message.
12594 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
12596         * mail/rmail.el (rmail-set-message-counters-counter): Detect
12597         messages that have been added with DOS line endings and convert
12598         the line endings for such messages.
12600 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
12602         * help.el: Add resizing of temporary buffers.
12603         (temp-buffer-resize-mode): New command and variable.
12604         (temp-buffer-max-height): New variable.
12605         (resize-temp-buffer-window): New function.
12607         * window.el (window-buffer-height): New function, split from
12608         shrink-window-if-larger-than-buffer.
12609         (shrink-window-if-larger-than-buffer): Use window-buffer-height.
12611 1998-11-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
12613         * frame.el (initial-frame-alist): Add defcustom.
12615         * shell.el (shell-prompt-pattern): Add defcustom.
12617 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12619         * message.el (message-ignored-supersedes-headers): Remove
12620         NNTP-Posting-Date.
12622 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
12624         * help.el (describe-mode): Don't avoid loop indirecting thru
12625         value of INDICATOR.
12627 1998-11-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
12629         * help.el (describe-variable): Allow any variable with a defcustom,
12630         even if it is not a user variable.
12632         * mail/rmail.el (mail-unsent-separator): Additional alternative.
12634 1998-11-20  Andrew Innes  <andrewi@delysid.gnu.org>
12636         * gnus/nntp.el (nntp-request-group): Allow for failures when
12637         requesting a new group.
12639 1998-11-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
12641         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
12643 1998-11-19  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
12645         * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
12647 1998-11-19  Simon Marshall  <simon@gnu.org>
12649         * subr.el (with-temp-message): New macro.
12651         * emacs-lisp/lisp-mode.el (with-temp-message):
12652         Add lisp-indent-function property.
12654 1998-11-18  Dave Love  <fx@gnu.org>
12656         * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
12658 1998-11-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
12660         * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
12661         This is not obsolete.
12663 1998-11-18  Kenichi Handa  <handa@etl.go.jp>
12665         * textmodes/picture.el: Make a new map by make-keymap.
12666         (picture-desired-column): New variable.
12667         (picture-update-desired-column): New function.
12668         (picture-beginning-of-line): Set picture-desired-column to 0.
12669         (picture-end-of-line): Set picture-desired-column to the current
12670         column.
12671         (picture-forward-column): Pay attention to multi-column character.
12672         (picture-backward-column): Likewise.
12673         (picture-move-down): Likewise.
12674         (picture-move-up): Likewise.
12675         (picture-movement-nw): With prefix arg, move twice columns.
12676         (picture-movement-ne): Likewise.
12677         (picture-movement-sw): Likewise.
12678         (picture-movement-se): Likewise.
12679         (picture-set-motion): Handle two-column movements.
12680         (picture-move): Call picture-move-down or picture-forward-column
12681         only when necessary.
12682         (picture-insert): Pay attention to picture-desired-column.
12683         (picture-self-insert): Likewise.
12684         (picture-clear-column): Pay attention to multi-column character.
12685         (picture-mode): Modify doc-string for two-column movement.
12687         * rect.el (move-to-column-force): New function.
12688         (operate-on-rectangle): If coerce-tabs is non-nil, call
12689         move-to-column-force instead of move-to-column.
12690         (insert-rectangle): Call move-to-column-force instead of
12691         move-to-column.
12692         (open-rectangle-line): If begextra is not zero, call
12693         move-to-column-force.
12696 1998-11-16  Dave Love  <fx@gnu.org>
12698         * textmodes/sgml-mode.el Require skeleton when compiling.
12699         (sgml-font-lock-keywords-1): Accept single-letter tags.
12700         (v2): Defvar free variable.
12702 1998-11-16  Sam Steingold  <sds@goems.com>
12704         * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
12705         macro, not ELisp one.
12707 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
12709         * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
12710         characters to symbol.
12712         * language/japan-util.el (japanese-zenkaku-region): New optional
12713         arg KATAKANA-ONLY.
12715 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
12717         * international/mule.el
12718         (after-insert-file-set-buffer-file-coding-system): If the buffer
12719         is changed to unibyte, return inserted bytes.
12721         * tar-mode.el (tar-header-block-tokenize): Decode codes of file
12722         and link names if necessary.
12723         (tar-header-block-summarize): Handle the case that file or link
12724         names are multibyte.
12725         (tar-summarize-buffer): At first set the current buffer unibyte,
12726         then if there are multibyte file names, change it to multibyte.
12727         (tar-mode): Get char position from tar-header-offset.
12728         (tar-extract): Avoid multibyte<->unibyte conversion in
12729         insert-buffer-subsring by setting both buffers unibyte
12730         temporarily.
12731         (tar-copy): Set the buffer unibyte while doing a work.  Write
12732         without code conversion.
12733         (tar-expunge): Set the buffer unibyte while doing a work.
12734         (tar-alter-one-field): Likewise.
12735         (tar-clear-modification-flags): Compare byte position with
12736         tar-header-offset.
12737         (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
12738         insert-buffer-subsring by setting both buffers unibyte
12739         temporarily.  Pay attention to multibyteness while updating the
12740         descriptor-line.
12741         (tar-mode-write-file): Write without code conversion.
12743 1998-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12745         * nngateway.el: Require cl.
12747 1998-11-15  Dave Love  <fx@gnu.org>
12749         * progmodes/fortran.el: Fix previous change:
12750         (fortran-end-prog-re1): Changed.
12751         (fortran-check-end-prog-re): New function.
12752         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
12754 1998-11-13  Tom Breton  <tob@world.std.com>
12756         * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
12757         GNU Emacs.
12759 1998-11-13  Carsten Dominik  <cd@delysid.gnu.org>
12761         * textmodes/reftex.el: (reftex-finding-files): Group documentation
12762         fixed.
12763         (reftex-toc-toggle-file-boundary,
12764         reftex-toc-toggle-labels,
12765         reftex-toc-toggle-context,reftex-find-start-point): New functions.
12766         (reftex-toc-include-labels, reftex-toc-include-context,
12767         reftex-toc-include-file-boundaries,
12768         reftex-toc-keep-other-windows): New options.
12769         (reftex-use-text-after-label-as-context): Option removed.
12770         (reftex-extract-bib-entries): Protect use in non-latex
12771         buffers.
12772         (reftex-toc-visit-location): Renamed from
12773         `reftex-toc-visit-line'.
12774         (reftex-latin1-to-ascii): Works now with and without Mule.
12775         (reftex-truncate): Removed special stuff for Emacs 20.2.
12776         (reftex-get-offset): Made more general.
12777         (reftex-show-label-location): Renamed from
12778         `reftex-select-label-callback'.
12779         (reftex-pop-to-label): Function removed (using
12780         `reftex-show-label-location' instead.
12781         (reftex-insert-docstruct): Renamed from
12782         `reftex-make-and-insert-label-list'.  Function args changed.
12783         (reftex-toc): Now uses `reftex-insert-docstruct' and
12784         `reftex-find-start-point'.
12785         (reftex-select-item): Use `reftex-find-start-point'.
12786         (reftex-toc-visit-line): Can display labels and file
12787         boundaries.
12788         (reftex-TeX-master-file): `(TeX-master-file)' protected.
12790 1998-11-12  Sam Steingold  <sds@goems.com>
12792         * browse-url.el (browse-url): Handle the case when
12793         `browse-url-browser-function' is a lambda list.
12795 1998-11-12  Eli Zaretskii  <eliz@mescaline.gnu.org>
12797         * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
12798         version string.
12799         * loadhist.el (symbol-file): Likewise
12801 1998-11-11  Richard Sharman  <Richard_Sharman@Mitel.COM>
12803         * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
12805 1998-11-11  Sam Steingold  <sds@goems.com>
12807         * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
12808         `run-lisp' instead of signalling an error.
12810 1998-11-11  Karl Heuer  <kwzh@gnu.org>
12812         * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
12814 1998-11-11  Richard Stallman  <rms@gnu.org>
12816         * vc-hooks.el (vc-toggle-read-only): Doc fix.
12818 1998-11-11  Per Starback  <starback@update.uu.se>
12820         * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
12821         renamed svenska8 to svenska, and fixed and extended CASECHARS
12822         for it.
12824 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
12826         * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
12827         handling if setpagedevice is not available.
12828         (ps-begin-file): Fix typo.
12830 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
12832         * international/mule-util.el (compose-chars-component): Signal
12833         error if CH is a rule-based composition character.
12834         (compose-chars): Signal error if an already compsed character is
12835         going to be composed by rule-base.
12837         * term/x-win.el: If a resolved ASCII font name doesn't conform to
12838         full XLFD, don't try to get information of WEIGHT and SLANT from
12839         that font name.
12841 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
12843         * dos-w32.el (set-default-process-coding-system): Use function on
12844         before-init-hook to set default-process-coding-system based on
12845         enable-multibyte-characters.
12847         * term/w32-win.el ([language-change]): For now ignore
12848         keyboard language-change events.
12850 1998-11-10  Eli Zaretskii  <eliz@delysid.gnu.org>
12852         * ediff-util.el (ediff-make-temp-file): Run the prefix through
12853         convert-standard-file-name, but leave the results of
12854         make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
12855         characters if the original name already exists, or has a special
12856         handler.
12858 1998-11-10  Karl Heuer  <kwzh@gnu.org>
12860         * international/iso-insert.el: Delete autoload cookies.
12862         * international/iso-transl.el: Add autoload cookies.
12864 1998-11-10  Richard Stallman  <rms@gnu.org>
12866         * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
12867         (ispell-process-line): Don't treat multibyte
12869 1998-11-09  Andrew Innes  <andrewi@harlequin.co.uk>
12871         * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
12872         setpagedevice to specify the page size if setpagedevice is
12873         available.  This is necessary to select the correct paper tray on
12874         Level 2 printers with multiple paper sizes available.
12876         (ps-begin-file): Cope with font names that contain spaces, and
12877         call BeginDoc in a BeginSetup/EndSetup block.
12879 1998-11-08  Eli Zaretskii  <eliz@mescaline.gnu.org>
12881         * loadup.el (buffer-undo-list): Run fns-VERSION.el through
12882         convert-standard-filename.
12884         * loadhist.el (symbol-file): Run fns-VERSION.el through
12885         convert-standard-filename.
12887 1998-11-06  Richard Stallman  <rms@gnu.org>
12889         * textmodes/texinfmt.el (texinfo-format-scan):
12890         Detect the case of two @-commands in a row; process just the first.
12891         (texinfo-append-refill): If line has a @c, insert the @refill
12892         before it.
12893         (texinfo-format-refill): Return with point where the @refill was.
12895         * files.el (hack-local-variables): Test local-enable-local-variables.
12896         (hack-local-variables-prop-line): Likewise.
12897         (set-auto-mode): Don't test local-enable-local-variables here.
12898         (enable-local-variables): Doc fix.
12899         (local-enable-local-variables): Doc fix.
12900         (normal-mode): Doc fix.
12902 1998-11-06  Karl Heuer  <kwzh@gnu.org>
12904         * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
12906 1998-11-06  Richard Sharman  <Richard_Sharman@Mitel.COM>
12908         * simple.el (line-number-mode): Doc fix.
12910 1998-11-06  Kenichi Handa  <handa@etl.go.jp>
12912         * international/fontset.el (create-fontset-from-fontset-spec):
12913         Give correct arg to `error'.
12915 1998-11-06  Andreas Schwab  <schwab@delysid.gnu.org>
12917         * textmodes/sgml-mode.el (html-mode): Doc fix.
12918         (sgml-name-8bit-mode): Fix missing format character in message string.
12920 1998-11-05  Karl Heuer  <kwzh@gnu.org>
12922         * mail/sendmail.el (sendmail-send-it): Check for failure.
12924 1998-11-05  Richard Stallman  <rms@gnu.org>
12926         * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
12928         * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
12929         (close-rectangle): Define as alias.
12931 1998-11-05  Richard M. Heiberger  <rmh@fisher.stat.temple.edu>
12933         * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
12935 1998-11-05  Dave Love  <fx@gnu.org>
12937         * help.el (describe-variable): Don't quote link to source.
12939 1998-11-04  Richard Stallman  <rms@sucrose.ai.mit.edu>
12941         * gud.el (gud-common-init): Use pop-to-buffer.
12942         (same-window-regexps): Add an element that matches all gud buffers.
12944 1998-11-04  Jason Rumney  <jasonr@altavista.net>
12946         * term/w32-win.el (x-get-selection-value): Alias to
12947         x-cut-buffer-or-selection-value.
12948         (w32-standard-fontset-spec): New variable.
12949         (w32-create-initial-fontsets, mouse-set-font): Check whether
12950         new-fontset is available.
12951         (w32-use-w32-font-dialog): Enable use of set-variable.
12953 1998-11-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12955         * vc.el (with-vc-file, edit-vc-file): New macros.
12957 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
12959         * international/quail.el (quail-show-guidance-buf): Call
12960         set-minibuffer-window to set minibuffer window of the current
12961         frame correctly.
12963 1998-11-03  Theodore Jump <tjump@tertius.com>
12965         * term/w32-win.el: Require fontset.
12967 1998-11-03  Andrew Innes  <andrewi@delysid.gnu.org>
12969         * faces.el (set-face-font): Call resolve-fontset-name on w32.
12970         (set-face-font-auto): Ditto.
12972 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
12974         * mouse.el (mouse-drag-region): Fix typo.
12976 1998-11-02  Dave Love  <fx@gnu.org>
12978         * progmodes/fortran.el Fix for fontification of strings lost somehow:
12979         (fortran-fontify-string): New function.
12980         (fortran-font-lock-keywords-1): Use it.
12982 1998-11-02  Markus Rost  <rost@delysid.gnu.org>
12984         * comint.el (comint-file-name-quote-list): Doc fix.
12986 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
12988         * loadup.el (buffer-undo-list): Write fns-VERSION.el into
12989         build directory, not source directory.
12991         * mouse.el (mouse-drag-region): Fake up a mouse-motion event
12992         if we did not get one for the final move.
12994 1998-11-01  Dave Love  <fx@gnu.org>
12996         * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
12997         Don't funcall browse-url-browser-function.
12999         * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
13000         Don't funcall browse-url-browser-function.
13002         * fortran.el (fortran-end-prog-re1): Fix the regexp.
13004 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
13006         * files.el (revert-buffer): Doc fix.
13008 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
13010         * textmodes/tex-mode.el (tex-start-options-string):
13011         Quote the backslashes with more backslashes.
13013 1998-10-31  Dave Love  <fx@gnu.org>
13015         * webjump.el (webjump-sample-sites): Fix Lisp archive site.
13016         (webjump): Don't funcall browse-url-browser-function.
13018 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
13020         * international/quail.el (quail-start-translation): Handle
13021         switching of the frame in read-key-sequence.
13022         (quail-start-conversion): Likewise.
13023         (quail-show-guidance-buf): Detach quail-guidance-buf from any
13024         windows before setting an appropriate window for it.
13025         (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
13026         quail-guidance-win to nil.
13027         (quail-update-guidance): If quail-guidance-buf is not in the
13028         selected frame, call quail-show-guidance-buf again.
13030 1998-10-30  Espen Skoglund  <espensk@stud.cs.uit.no>
13032         * progmodes/pascal.el (pascal-mode):
13033         `blink-matching-paren-dont-ignore-comments' set to t.
13035 1998-10-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13037         * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
13039 1998-10-30  Dave Love  <fx@gnu.org>
13041         * vc.el (vc-backend-merge-news): Check for "P" output.
13043         * help.el (describe-variable): Hyperlink the definition.
13045 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
13047         * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
13048         (sh-set-shell): Likewise.
13050         * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
13052         * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
13053         (edebug-on-error): Fix customize type to match that of
13054         debug-on-error.
13056         * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
13058         * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
13059         report-emacs-bug-address instead of undefined bug-gnu-emacs.
13061         * international/mule-cmds.el (select-message-coding-system): Doc
13062         fix.
13064         * international/mule-diag.el (describe-coding-system): Describe
13065         all flags.
13067         * mail/sendmail.el (sendmail-coding-system,
13068         default-sendmail-coding-system): Doc fix.
13070         * simple.el (shell-command-on-region): Doc fix.
13072         * loadup.el: Write fns-*.el in current directory instead of
13073         data-directory since no installation directory exists yet.  Mark
13074         buffer unmodified afterwards.
13076         * loadhist.el (symbol-file): Load fns-*.el from exec-directory
13077         instead of data-directory since it is architecture dependent.
13078         (load-history-loaded): Update doc string.
13080 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
13082         * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
13083         path as a default directory when canonicalizing names.
13085         * w32-fns.el: Remove a dangling reference to a directory on the
13086         build machine.
13088 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
13090         * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
13091         namespace related keywords such as `class', `body', `private',
13092         `variable', `namespace eval', etc.
13093         (tcl-imenu-generic-expression): Handle itcl body and class definitions.
13094         (tcl-mode): Added ":" as a word constituent to the syntax-alist of
13095         imenu and font-lock so that searches for \sw would find words
13096         containing colons.
13098         * progmodes/etags.el (initialize-new-tags-table):
13099         Do not alter find-tag-marker-ring and tags-location-ring.
13101 1998-10-27  Geoff Voelker  <voelker@cs.washington.edu>
13103         * term/w32-win.el: Require fontset.
13104         (w32-init-fontsets): New function (code from x-win.el).
13106 1998-10-26  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13108         * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
13109         calendar-and-diary-frame-parameters):  Add title parameter.
13111 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
13113         * completion.el (dynamic-completion-mode): New function to enable
13114         the mode.  (Just loading the file now does not change anything.)
13116 1998-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13118         * ps-print.el: User option for multibyte buffer handling and doc fix.
13119         (ps-multibyte-buffer): New user option.
13120         (ps-setup): Print new user option.
13121         (ps-print-quote): New fun.
13122         (ps-color-p, ps-mule-font-info-database-latin): New var.
13123         (ps-default-color, ps-mule-font-info-database)
13124         (ps-mule-font-info-database-ps-bdf): Adjust initialization.
13125         (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
13126         (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
13127         Little code improvement.
13128         (ps-mule-initialize): Initialize ps-mule-font-info-database.
13129         (ps-print-prologue-header, ps-font-family, ps-font-size)
13130         (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
13131         (ps-build-face-reference, ps-mule-font-info-database-bdf)
13132         (ps-mule-external-libraries, ps-mule-init-external-library)
13133         (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
13134         Doc fix.
13135         (ps-print-version): New version number (4.1.1) and doc fix.
13136         (ps-print-prologue-header): New user option.
13137         (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
13138         Conditional compilation for GNU Emacs and emacsens.
13139         (ps-generate-postscript-with-faces): Skip invisible text better.
13140         (ps-setup): Print new user option.
13141         (ps-print-preprint): Check if input file name exists and is unwritable.
13142         (ps-begin-file): Adjust PostScript prologue header for duplex printers
13143         and insert user PostScript prologue header comments.
13144         (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
13145         New funs.
13146         (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
13147         (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
13148         PostScript programming normalization.
13149         (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
13150         (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
13151         (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
13152         (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
13153         (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
13154         Programming style normalization.
13156 1998-10-26  Kenichi Handa <handa@etl.go.jp>
13158         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13159         version, check the value of mule-version.
13161         * international/mule-util.el (compose-region): Insert then delete
13162         to preserve markers.
13163         (decompose-region): Use search-forward for efficiency.
13165         * language/chinese.el (pre-write-encode-hz): Cancel previous
13166         change, use generate-new-buffer instead of get-buffer-create.
13167         * language/devan-util.el
13168         (in-is13194-devanagari-pre-write-conversion): Likewise.
13169         * language/thai-util.el (thai-pre-write-conversion): Likewise.
13170         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
13171         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
13173 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
13175         * mail/rmailsum.el (rmail-message-subject-p):
13176         Handle message whose header has not been reformatted.
13178         * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
13180 1998-10-25  Jason Rumney  <jasonr@altavista.net>
13182         * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
13183         New variables.
13184         (mouse-set-font): Use font menus instead of dialog according to
13185         w32-use-w32-font-dialog.
13187 1998-10-21  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13189         * calendar/calendar.el (calendar-day-name-array): Add doc string
13190         correctly!
13191         (calendar-month-name-array): Add doc string correctly!
13193 1998-10-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
13195         * net-utils.el (whois-get-tld): Rewrite not to use `do'.
13197 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
13199         * lisp/info.el (Info-next-menu-item): Stay on top of node.
13201         * mail/rmailout.el (rmail-output): Insert newline only if necessary.
13203         * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
13205         * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
13207 1998-10-21  Andreas Schwab  <schwab@delysid.gnu.org>
13209         * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
13211 1998-10-21  Karl Heuer  <kwzh@gnu.org>
13213         * emacs-lisp/profile.el (profile-timer-program): Var deleted.
13214         (profile-timer-process, profile-temp-result-, profile-time): Likewise.
13215         (profile-filter, profile-reset-timer): Functions deleted.
13216         (profile-check-zero-init-times, profile-get-time): Likewise.
13217         (profile-find-function, profile-quit): Likewise.
13218         (profile-distinct, profile-call-stack, profile-last-time): New vars.
13219         (profile-time-list, profile-init-list): Doc fix.
13220         (profile-functions): Simplify.
13221         (profile-print): Use float.  Make output include space separators.
13222         (profile-add-time): New helper function.
13223         (profile-function-prolog): Renamed from profile-start-function.
13224         Handle profile-distinct.
13225         (profile-function-epilog): Renamed from profile-update-function.
13226         Handle profile-distinct.
13227         (profile-a-function): If the function to be profiled is an
13228         autoload form, load it.  If it's lazy-loaded, fetch it.
13229         (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
13230         (profile-restore-fun): Arg FUN is now a function symbol, as was
13231         documented, rather than a one-element list.
13232         (profile-finish): Call profile-restore-fun properly.
13234 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
13236         * international/characters.el: Setup charset property
13237         nospace-between-words.
13239         * international/mule-cmds.el (get-charset-property): If CHARSET is
13240         composition, return nil.
13241         (put-charset-property): If CHARSET is composition, do nothing.
13243         * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
13244         * language/devan-util.el
13245         (in-is13194-devanagari-pre-write-conversion): Likewise.
13246         * language/thai-util.el (thai-pre-write-conversion): Likewise.
13247         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
13248         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
13250         * textmodes/fill.el (sentence-end-without-period): New variable.
13251         (canonically-space-region): Pay attention to
13252         sentence-end-without-period.
13253         (fill-find-break-point): The first argument CHARSET deleted.
13254         Caller changed.
13255         (fill-region-as-paragraph): Pay attention to charset property
13256         nospace-between-words and text property nospace-between-words.
13258 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
13260         * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
13261         an unrecognized shell.
13263 1998-10-20  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
13265         * desktop.el (desktop-save): Include minor modes symbolically.
13266         (desktop-create-buffer): Turn on all minor modes in `mim'.
13268 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
13270         * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
13271         (sh-font-lock-keywords): Handle rpm and rpm2.
13272         (sh-ancestor-alist): Handle rpm.
13274         * files.el (auto-mode-alist): Recognize .rpm files.
13275         Also .spec and .mspec files.
13277 1998-10-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
13279         * faces.el (frame-set-background-mode): Enable the function for
13280         MSDOS frames.
13282 1998-10-20  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13284         * calendar/calendar.el (calendar-day-name-array): Add doc string.
13285         (calendar-month-name-array): Add doc string.
13287 1998-10-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
13289         * simple.el (kill-ring-max): Increased to 60.
13291 1998-10-17  Kenichi Handa  <handa@etl.go.jp>
13293         * international/characters.el: Setup auto-fill-chars.
13295         * international/kinsoku.el (kinsoku): Check the variable
13296         enable-kinsoku.
13298         * simple.el (do-auto-fill): Don't check kinsoku-enable here.
13299         Don't call kinsoku directly, intead call fill-find-break-point.
13301         * textmodes/fill.el: Setup `fill-find-break-point-function'
13302         property to character sets which require `kinsoku' processing for
13303         filling.
13304         (fill-find-break-point): New function.
13305         (fill-region-as-paragraph): Don't check kinsoku-enable here.
13306         Don't call kinsoku directly, intead call fill-find-break-point.
13308 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
13310         * faces.el (modify-face-read-string): Return (nil) for "none".
13311         (modify-face): Don't get error if (nil) is the argument.
13312         (face-try-color-list): Don't check whether nil is a valid color.
13314 1998-10-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
13316         * emacs-lisp/bytecomp.el (byte-recompile-directory):
13317         Print message about each directory, even in batch mode.
13319         * gnus/nntp.el: Require `cl' before using nnoo-declare.
13321         * ps-print.el (ps-mule-chars-in-string): No need to use sref.
13322         (ps-mule-string-char): No need to use sref.
13323         (ps-mule-next-index): No need to use sref.
13325         * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
13327         * files.el (revert-buffer-internal-hook): Add defvar.
13329         * arc-mode.el (archive-mode): Locally set file-precious-flag.
13331         * tar-mode.el (tar-mode): Locally set file-precious-flag.
13333 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
13335         * international/mule-cmds.el (default-input-method): Fix custom type.
13337         * net-utils.el (whois-server-list): Fix customization type.
13339         * shell.el (shell-input-autoexpand): Fix customization group.
13341 1998-10-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
13343         * repeat.el (repeat): Handle keyboard macros properly.
13344         Handle new prefix arg after self-insert command.
13346         * repeat.el: Don't include cl even at compile time.
13347         (repeat): Avoid using `loop'.
13349         * simple.el (shell-command-on-region): Doc fix.
13350         (next-history-element): Special error message if no default.
13352 1998-10-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
13354         * ps-print.el (ps-print-buffer): Doc fix.
13355         (ps-despool): Likewise.
13357         * arc-mode.el (arc-mode): Provide arc-mode.
13359 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
13361         * ps-print.el (ps-print-buffer): Doc fix.
13363 1998-10-14  Dave Love  <fx@gnu.org>
13365         * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
13366         (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
13367         (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
13369         * progmodes/fortran.el (fortran-mode-map): Change "Join
13370         Continuation Line" to "Join Line".
13371         (fortran-font-lock-keywords-1): Add "cycle", "exit".
13373 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
13375         * progmodes/fortran.el (fortran-join-line): Use
13376         `delete-indentation' instead of issuing an error message if not on
13377         a continuation line.  Provide for joining several lines using
13378         prefix arg.
13380 1998-10-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
13382         * term/pc-win.el (msdos-color-values): New variable.
13383         (x-color-values): New function, emulates its namesake from
13384         src/xfns.c.
13385         (msdos-bg-mode): Add all dark colors to those which return
13386         "dark".
13388 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
13390         * replace.el (keep-lines, flush-lines, how-many):
13391         Don't ignore case if arg has upper case letters.
13393 1998-10-11  Reto Zimmermann  <zimmi@iis.ee.ethz.ch>
13395         * progmodes/vhdl-mode.el
13396         (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
13397         (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
13398         (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
13399         (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
13400         (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
13401         (vhdl-when): Fix indentation problem.
13402         (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
13403         (vhdl-get-port, vhdl-get-generic): Bug fix in template.
13404         (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
13406 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
13408         * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
13409         (ls-lisp-insert-directory): Renamed from insert-directory.
13410         (insert-directory): New function.
13412 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
13414         * simple.el (completion-fixup-function): Variable deleted.
13415         (completion-setup-function): Delete code for completion-fixup-function.
13416         * emacs-lisp/lisp.el (lisp-complete-symbol):
13417         Don't bind completion-fixup-function.
13419         * files.el (find-file-wildcards): New option.
13420         (find-file-noselect): Handle wild cards, if enabled.
13421         (file-expand-wildcards): New function.
13423         * simple.el (set-fill-column): Doc fix.
13425 1998-10-13  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13427         * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
13429 1998-10-13  Andreas Schwab  <schwab@mescaline.gnu.org>
13431         * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
13432         Move declaration before first use.
13433         (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
13434         hif-math, hif-factor): Rename token to hif-token and token-list to
13435         hif-token-list.
13436         (hif-token, hif-token-list): Declare them.
13437         (hif-find-ifdef-block): Return cons of top and bottom point
13438         instead of setting dynamically bound variables.
13439         (hide-ifdef-block, show-ifdef-block): Use return value of
13440         hif-find-ifdef-block.
13442 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
13444         * subr.el (read-passwd): Use clear-this-command-keys.
13446         * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
13448         * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
13449         and ...-for-write.
13451 1998-10-12  Andrew Innes  <andrewi@harlequin.co.uk>
13453         * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
13454         responses to GROUP command, since this may be called from a timer
13455         with quit inhibited.
13457 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
13459         * international/ccl.el (ccl-compile-if): If there's no false-cmds,
13460         set unconditional-jump to nil.
13461         (ccl-compile-read-multibyte-character): Return nil.
13462         (ccl-compile-write-multibyte-character): Likewise.
13463         (ccl-compile-translate-character): Likewise
13464         (ccl-compile-map-multiple): Likewise.
13465         (ccl-compile-map-single): Likewise.
13467         * international/kinsoku.el: Add coding tag.
13468         (kinsoku-bol): Remove superfluous TAB in a string.
13470         * international/mule-cmds.el (find-coding-systems-for-charsets):
13471         Delete `composition' (if any) from CHARSETS.
13473 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
13475         * international/mule-cmds.el (setup-specified-language-environment):
13476         Add apropos-inhibit property.
13477         (describe-specified-language-support): Likewise.
13479 1998-10-11  Kenichi HANDA  <handa@etl.go.jp>
13481         * international/mule.el (make-coding-system): Create -with-esc
13482         variant coding system.
13484 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
13486         * progmodes/etags.el (tags-loop-revert-buffers): New variable.
13487         (next-file): Optionally offer to revert a file's buffer,
13488         if it has an existing buffer but the file has changed.
13490         * info.el (Info-insert-dir): Detect and report problems
13491         in input files, such as "No Top node".  Return with point
13492         at the beginning of the text.
13493         (Info-find-node): Reinsert the code to handle files
13494         with no tags table; it was deleted by mistake.
13496 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
13498         * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
13499         texinfo-find-higher-level-node repeatedly find the same node.
13500         (texinfo-find-higher-level-node): Doc fix.
13502 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
13504         * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
13505         (smtpmail-address-buffer): Add defvar.
13506         (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
13508         * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
13510         * ffap.el (ffap-machine-p-local): Fix editing error.
13512 1998-10-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
13514         * faces.el (frame-set-background-mode):
13515         Don't do anythung for text-only or MSDOS frame.
13517 1998-10-08  Kenichi Handa  <handa@etl.go.jp>
13519         * international/quail.el (quail-defrule): New optional arg APPEND.
13520         (quail-defrule-internal): Fix bug of handling the argument APPEND.
13522 1998-10-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
13524         * gnus/pop3.el (pop3-open-server):
13525         Set process-coding-system-alist around open-network-stream.
13527 1998-10-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
13529         * files.el (save-buffer): Doc fix.
13531 1998-10-07  Karl Heuer  <kwzh@gnu.org>
13533         * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
13534         return DEF unchanged, not nil.  Simplify.
13536 1998-10-06  Geoff Voelker  <voelker@cs.washington.edu>
13538         * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
13540 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
13542         * generic.el (generic-mode-with-type): Added hooks for generic-modes.
13544         * net-utils.el (ftp, nslookup): Require comint.
13545         (network-service-connection): Likewise.
13546         (whois-server-name): Defaults to whois.arin.net
13547         (whois-server-list, whois-server-tld, whois-guess-server): New var.
13548         (whois): Tries to guess the appropriate top-level domain server.
13549         (whois-get-tld): New function.
13551         * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
13552         (dirtrack-debug-toggle): Added this function.
13554 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13556         * files.el (find-file-noselect): Switch to the correct buffer
13557         before checking find-file-literally, and allow non-nil non-t
13558         rawfile params.
13560 1998-10-06  Karl Heuer  <kwzh@gnu.org>
13562         * midnight.el (clean-buffer-list): Add autoload cookie.
13564         * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
13565         no-autosave.
13566         * tar-mode.el (tar-mode-revert): Likewise.
13567         * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
13568         from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
13569         * gnus/message.el (message-auto-save-directory): Renamed from
13570         message-autosave-directory.  All references changed.
13572 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
13574         * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
13575         string.  Expose mime stuff while searching.
13577 1998-10-06  Richard Stallman  <rms@gnu.org>
13579         * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
13581         * replace.el (perform-replace): Position point properly
13582         before and after the recursive edit of C-r.
13584         * progmodes/etags.el (tags-reset-tags-tables): Properly
13585         find the markers in the old rings that are being discarded.
13587 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13589         * apropos.el (apropos-print): Control invalid characters.
13591         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13592         Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
13593         confusing customize.
13595 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
13597         * generic-x.el (bat-generic-mode): Fix regexps for keywords and
13598         built-in commands.  Add more built-in commands and fix face names.
13600 1998-10-05  Simon Marshall  <simon@gnu.org>
13602         * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
13604 1998-10-04  Eric Ludlam  <zappo@gnu.org>
13606         * speedbar.el (speedbar-initial-expansion-list-name): Remove
13607         customization since it is not useful in this case.
13608         (speedbar-frame-mode): Check if cfx or cfy is a list, and make
13609         sure it gets evalled to a number.  Also verify that set-frame-name
13610         fn exists before calling it.
13612         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13613         Protect a `forward-sexp' call which could fail, and improved regex
13614         for ie, and eg abbreviations.
13616 1998-10-02  Noah Friedman  <friedman@splode.com>
13618         * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
13619         send-string.
13620         (rlogin-send-Ctrl-D): Here also.
13621         (rlogin-send-Ctrl-Z): Here also.
13622         (rlogin-send-Ctrl-backslash): Here also.
13624 1998-10-02  Dave Love  <fx@gnu.org>
13626         * outline.el (hide-region-body): Bind
13627         outline-view-change-hook to nil while making repeated calls to
13628         outline-flag-region.  Run it once at the end.
13629         (hide-other, hide-sublevels, show-children): Likewise.
13631         * info-look.el: Remove duplicate scheme-mode entry.
13632         (info-lookup-make-completions): When looking for entries, check
13633         that `item' isn't null or "Menu".
13635 1998-10-01  Karl Heuer  <kwzh@gnu.org>
13637         * net-utils.el: Don't require ffap.
13638         (net-utils-machine-at-point, net-utils-url-at-point): New functions.
13639         (ping, nslookup-host, finger, network-connection-to-service): Use them.
13641 1998-09-30  Richard Stallman  <rms@gnu.org>
13643         * ispell.el (check-ispell-version): No need to bind default-major-mode.
13645         * imenu.el (imenu--generic-function): Sort each submenu by position.
13646         (imenu--sort-by-position): New function.
13648         * cus-edit.el (Custom-mode-menu): Fix info node name.
13649         (customize group): Fix info node name.
13651         * mail/mailalias.el (build-mail-aliases): Don't allow
13652         a newline in the alias name.  Don't define an alias
13653         if the definition would be empty.
13655         * which-func.el (which-func-mode-global): Make :set function
13656         more reliable.
13658         * custom.el (custom-set-variables): Load the requests first,
13659         then check the symbol's `set' function.
13661         * ffap.el: Doc fixes.
13663 1998-09-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13665         * gnus.el: (gnus-valid-select-methods): Fix type.
13666         * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
13667         * gnus-score.el (gnus-orphan-score): Fix type.
13668         (gnus-score-default-header, gnus-score-default-type): Fix type.
13669         * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
13670         (gnus-saved-headers): Fix type.
13672         * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
13673         Avoid nil value of `two-lines-citation-part'.
13675 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
13677         * which-func.el (which-function): Handle case when
13678         (car imenu--index-alist) is nil.
13680 1998-09-29  Dave Love  <fx@gnu.org>
13682         * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
13683         bzip2 args.
13685 1998-09-29  Simon Marshall  <simon@gnu.org>
13687         * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
13688         comint-exec-hook.
13690 1998-09-29  Stephen Eglen  <stephen@gnu.org>
13692         * info-look.el: Add support for Octave.
13694 1998-09-28  Carsten Dominik  <cd@delysid.gnu.org>
13696         * textmodes/reftex.el (reftex-finding-files): New customize group.
13697         (reftex-texpath-environment-variables,
13698         reftex-use-external-file-finders, reftex-external-file-finders,
13699         reftex-search-unrecursed-path-first): New options.
13700         (reftex-process-string, reftex-find-file-externally): New
13701         functions.
13702         (reftex-access-search-path): Execute shell commands to find the
13703         search path.
13704         (reftex-toggle-auto-view-crossref): When turning on, make sure
13705         `reftex-auto-view-crossref' becomes non-nil.
13706         (reftex-abbrev-regexp): Constant removed.
13707         (reftex-convert-string): Abbrev regexp calculated locally.
13709 1998-09-28  Dave Love  <fx@gnu.org>
13711         * progmodes/fortran.el: Don't call regexp-opt when deriving
13712         font-lock patterns with keywords that aren't all literal.
13714 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
13716         * octave-inf.el (inferior-octave-prompt):  Also match prompts of
13717         the form `octave.bin:1>' which come from using precopiled binary
13718         versions.
13720 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
13722         * help.el (help-for-help): Use %THIS-KEY%.
13723         (help-quit): Add doc.
13725         * help-macro.el (make-help-screen): Keep HELP-TEXT
13726         in a separate function definition, not in the help command FNAME.
13727         Replace %THIS-KEY% with the key sequence that ran FNAME.
13729 1998-09-25  Richard Stallman  <rms@gnu.org>
13731         * textmodes/texinfo.el (texinfo-show-structure):
13732         Bind inhibit-read-only.
13734         * isearch.el (isearch-search-and-update): Properly
13735         handle upper case letters in the reverse-search special case.
13737 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13739         * gnus.el: Extend the list of autoloaded functions.
13741         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13742         buffer before creating help group. (from Gnus v5.6.43, fix by
13743         1998-08-20 Per Starback <starback@update.uu.se>)
13745         * gnus-util.el (gnus-output-to-rmail): Adjust to
13746         `rmail-output-to-rmail-file'.
13748 1998-09-25  Karl Heuer  <kwzh@gnu.org>
13750         * hexl.el (hexl-mode-map): More of previous change.
13752         * textmodes/tex-mode.el (tex-run-command): Doc fix.
13753         (tex-start-tex): Don't use tex-start-options-string in star case.
13754         Quote file name in star case as well as in non-star.
13755         Add blank and quoting of option string here.
13756         (tex-start-options-string): Not here.
13758 1998-09-23  Karl Heuer  <kwzh@gnu.org>
13760         * term.el (term-delimiter-argument-list): Doc fix.
13761         (term-emulate-terminal): Escape literal semicolon.
13762         * progmodes/asm-mode.el (asm-mode): Doc fix.
13763         (asm-comment-char): Escape literal semicolon.
13764         * emulation/viper-cmd.el (viper-movement-commands): Likewise.
13766 1998-09-23  Richard Stallman  <rms@gnu.org>
13768         * hexl.el (hexl-mode-map): Don't override all ESC bindings,
13769         only those that normally modify the buffer.
13771         * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
13772         over again.
13774 1998-09-23  E. Jay Berkenbilt  <ejb@ql.org>
13776         * ispell.el (check-ispell-version): Ensure same buffer is current
13777         when let-binding of case-fold-search ends.
13779 1998-09-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
13781         * ps-print.el: Skip invisible overlay.
13782         Test for set-buffer-multibyte rather than using mule-version.
13783         (ps-print-version): New version number (4.1) and doc fix.
13784         (ps-generate-postscript-with-faces): Skip invisible overlay.
13786 1998-09-23  Fritz Knabe  <knabe@cs.virginia.edu>
13788         * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
13790 1998-09-22  Kenichi Handa  <handa@etl.go.jp>
13792         * international/quail.el (quail-update-guidance): Check for the
13793         return value of (quail-guidance) fixed.
13794         (quail-update-translation): Bind quail-current-str locally when it
13795         calls quail-update-guidance.
13796         (quail-update-translation): If input-method-exit-on-first-char is
13797         non-nil, terminate translation only when the current input method
13798         is simple.
13800 1998-09-22  Paul Eggert  <eggert@twinsun.com>
13802         * startup.el (locale-translation-file-name): Prefer X-related names
13803         to the name used by GNU/Linux sans X.  Set to nil if no file found.
13804         (command-line): Use locale-translation-file-name if it is not nil,
13805         instead of testing for its existence again.
13806         regexp-quote the ctype before using it in a regexp.
13807         Allow a colon to appear after the ctype in the aliases file,
13808         as is done in X11R6.4.
13810 1998-09-21  Richard Stallman  <rms@gnu.org>
13812         * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
13814         * calendar/appt.el (appt-interval): Variable deleted.
13815         (appt-check): For minutes in between appt-display-interval times,
13816         do check, but don't display anything except an updated mode line.
13817         Count against appt-display-interval based on minutes since
13818         first display of this appointment, not based on time of day.
13819         If appt-display-mode-line, force mode line redisplay
13820         whenever appt-mode-string has changed.
13821         (appt-add, appt-delete): Add autoload cookies.
13822         (appt-check): Catch errors from calling `diary'.
13823         (appt-max-time): Renamed from max-time.
13824         (appt-now-displayed, appt-display-count): New variables.
13825         (appt-timer): Don't create one if we already have one.
13827         * textmodes/tex-mode.el (tex-compilation-parse-errors):
13828         More general code to use the source buffer instead of the zap file.
13830         * hilit-chg.el (highlight-compare-with-file): Renamed from
13831         compare-with-file.
13833         * loadhist.el (load-history-loaded): New variable.
13834         (symbol-file): Load etc/fns-VERSION.el if that has not been done.
13836         * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
13838         * emacs-lisp/find-func.el (find-function-search-for-symbol):
13839         Fix error messages.
13841 1998-09-21  Markus Armbruster  <armbru@pond.sub.org>
13843         * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
13844         Emacs frame.
13846 1998-09-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
13848         * mail/rmail.el (rmail-decode-babyl-format): Recognize both
13849         `undecided' and `undecided-unix'.
13851 1998-09-21  Dave Love  <fx@gnu.org>
13853         * help.el (help-make-xrefs): Fix typo affecting Info references.
13855         * subr.el (remove-hook): Check list values to avoid errors.
13857 1998-09-18  Noah Friedman  <friedman@splode.com>
13859         * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
13860         store string in eldoc-last-message without consing a new string.
13861         Rearrange logic from nested if's into cond's.
13862         (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
13863         Do not print message; just return string.
13864         (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
13865         Do not print message; just return string.
13866         Cache that string in eldoc-last-data.
13867         (eldoc-last-data): Make into a vector.
13868         (eldoc-get-fnsym-args-string): Use new data form of structure.
13869         (eldoc-get-var-docstring): Here also.
13870         (eldoc-last-data-store): New function.
13871         (eldoc-get-fnsym-args-string): Use it.
13872         (eldoc-get-var-docstring): Here also.
13873         (eldoc-docstring-first-line): Minimize interim string consing.
13874         Call substitute-command-keys on the result.
13875         (eldoc-print-var-docstrings, eldoc-print-docstring,
13876         eldoc-docstring-message): Functions removed.
13877         (eldoc-docstring-format-sym-doc): New function, functionality
13878         ripped out of eldoc-docstring-message.
13879         (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
13881 1998-09-18  Kenichi Handa  <handa@etl.go.jp>
13883         * international/mule.el (make-coding-system): Doc-string modified.
13885 1998-09-18  Andreas Schwab  <schwab@delysid.gnu.org>
13887         * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
13889         * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
13890         customize type.
13892         * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
13893         type.
13895         * progmodes/compile.el (compilation-error-screen-columns): New
13896         variable.
13897         (compilation-next-error-locus): Use it to decide whether to use
13898         forward-char or move-to-column.
13900         * mail/rmail.el (rmail-movemail-program): Fix customize type.
13902         * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
13903         feedmail-fiddle-plex-user-list,
13904         feedmail-spray-address-fiddle-plex-list,
13905         feedmail-prompt-before-queue-user-alist,
13906         feedmail-prompt-before-queue-help-supplement,
13907         feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
13908         feedmail-queue-alternative-mail-header-separator): Fix customize
13909         type.
13911         * startup.el (site-run-file): Fix customize type.
13913         * speedbar.el (speedbar-initial-expansion-list-name): Fix
13914         customize type.
13916         * shell.el (shell-input-autoexpand): Fix customize type.
13918         * ps-print.el (ps-font-info-database): Add missing dots in value.
13919         Improve layout of customize type.
13921         * net-utils.el (traceroute-program-options, ping-program-options,
13922         ipconfig-program-options, netstat-program-options,
13923         arp-program-options, route-program-options,
13924         nslookup-program-options, ftp-program-options): Fix customize
13925         type.
13927         * midnight.el (clean-buffer-list-kill-regexps,
13928         clean-buffer-list-kill-buffer-names,
13929         clean-buffer-list-kill-never-buffer-names,
13930         clean-buffer-list-kill-never-regexps): Fix customize type.
13932         * man.el (Man-init-defvars): Avoid trailing nil on
13933         Man-filter-list.
13935         * lpr.el (printer-name): Fix customize type.
13937 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
13939         * international/mule-cmds.el (reset-language-environment): Call
13940         update-coding-systems-internal.
13942         * international/mule-conf.el: Call update-coding-systems-internal
13943         at the tail.
13945 1998-09-14  Dave Love  <fx@gnu.org>
13947         * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
13948         use the menu-enable properties, pending doing it correctly and
13949         acceptably fast.
13951         * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
13953 1998-09-13  Dave Love  <d.love@dl.ac.uk>
13955         * progmodes/hideshow.el (hs-grok-mode-type): Check
13956         comment-{start,end} non-nil as well as bound.  Report an error if
13957         we can't grok the mode.
13959 1998-09-13  Richard Stallman  <rms@gnu.org>
13961         * simple.el (blink-matching-open): Don't log paren matching
13962         messages in *Messages*.
13964 1998-09-12  Richard Stallman  <rms@gnu.org>
13966         * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
13967         Set point-before-scroll at end even if there was an error.
13969         * ange-ftp.el (ange-ftp-insert-file-contents):
13970         Use binary mode for dumb-unix hosts as for unix hosts.
13971         (ange-ftp-copy-file-internal): Likewise.
13973         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13975         * emacs-lisp/pp.el: Doc fixes.
13977         * wid-edit.el (widget-menu-max-shortcuts): New variable.
13978         (widget-choose): Don't use single-char shortcuts if # items
13979         exceeds that many.  Use minibuffer instead.
13981 1998-09-12  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
13983         * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
13985 1998-09-12  Eric Ludlam  <zappo@mescaline.gnu.org>
13987         * speedbar.el (speedbar-frame-mode): Do not set frame position if
13988         in terminal mode.
13990 1998-09-10  Noah Friedman  <friedman@splode.com>
13992         * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
13993         defcustom declaration.  It's wreaking too much havoc with XEmacs
13994         and older versions of Emacs, which share this code.
13996         * type-break.el (type-break-mode): Here also.
13998         * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
13999         `t' to add-hook also to modify the new local value.
14001 1998-09-10  Dave Love  <fx@gnu.org>
14003         * vc.el (vc-insert-headers): Doc fix.
14005 1998-09-10  Richard Stallman  <rms@gnu.org>
14007         * textmodes/flyspell.el (flyspell-mode-on): Make the
14008         ispell-... variables permanent locals.
14009         (flyspell-mode-off): Add autoload cookie.
14011         * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
14012         do use binary mode, just as for `unix'.
14013         (ange-ftp-host-type): If HOST is nil, return `unix'.
14015         * dired.el (dired-mark-files-containing-regexp):
14016         Don't scan directories.  Ignore non-readable files.
14018         * progmodes/compile.el (compilation-error-regexp-alist):
14019         Fix previous change: allow . and _ in command name.
14021         * dired.el (dired-mark-files-containing-regexp): Fix previous change.
14023         * uncompress.el (uncompress-while-visiting):
14024         Use just the car of what find-operation-coding-system returns.
14026         * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
14028         * shell.el (shell-file-name-quote-list): Add # to the value.
14030 1998-09-10  E. Jay Berkenbilt  <ejb@ql.org>
14032         * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
14033         to make killing of ispell process work even if
14034         kill-all-local-variables has been run.
14036 1998-09-10  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14038         * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
14039         loop when sexp entry ends at end of file with no newline.
14041 1998-09-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
14043         * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
14044         (Custom-reset-standard): Fix menu inconsistency.
14046         * mail/feedmail.el (feedmail-from-line): Allow t.
14047         (feedmail-message-id-suffix): Allow nil.
14049         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
14050         Simplify.  Make prefix arg work right.
14052 1998-09-09  Dave Love  <fx@gnu.org>
14054         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
14056         * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
14058 1998-09-08  Dave Love  <fx@gnu.org>
14060         * add-log.el (change-log-font-lock-keywords): Do parenthesized
14061         stuff only after file names or at start of line.  Allow parens
14062         around e-mail, as well as angles.
14064         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
14065         ignore-errors too, eval'd when compile.  Require w3 stuff at load
14066         time for nicer failure if it's not available.
14068 1998-09-07  Geoff Voelker  <voelker@cs.washington.edu>
14070         * comint.el (comint-arguments): Ignore backslashes when using
14071         w32 shells that expect backslashes as the directory separator.
14073 1998-09-04  Kenichi Handa  <handa@etl.go.jp>
14075         * international/fontset.el (resolved-ascii-font): New variable.
14076         (x-complement-fontset-spec): By side effect, set
14077         `resolved-ascii-font' to the resolved name of ASCII font."
14078         (create-fontset-from-fontset-spec): Don't get a value for
14079         resolved-ascii-font from the list full-fontlist.  It is set by
14080         x-complement-fontset-spec now.
14082         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
14083         version, check the value of mule-version.
14085 1998-09-07  Carsten Dominik  <cd@delysid.gnu.org>
14087         * textmodes/reftex.el (reftex-view-crossref): Split up into
14088         several functions.  No longer moves to find a macro.
14089         (reftex-view-cr-cite, reftex-view-cr-ref,
14090         reftex-end-of-bib-entry): New functions.
14091         (reftex-auto-view-crossref): New value `window' allowed.
14092         (reftex-view-crossref-when-idle): Process new `window' option in
14093         (reftex-translate-to-ascii-function): New default.
14094         (reftex-label-illegal-re): Default changed, removed Latin1.
14095         (reftex-latin1-to-ascii): New function.
14096         (reftex-what-environment): Check for section regexp before use.
14097         (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
14098         absolute path names.
14099         (reftex-TeX-master-file): Changed sequence of file checks.
14100         (reftex-do-citation): bibview cache only with RefTeX mode on.
14102 1998-09-06  Richard Stallman  <rms@gnu.org>
14104         * progmodes/compile.el (compilation-error-regexp-alist):
14105         In first pattern (GNU utilities and other things),
14106         allow a space after the optional program name at the beginning.
14108         * mail/mail-hist.el (mail-hist-current-header-contents):
14109         Fix previous change: use mail-header-end.
14111 1998-09-06  Bill Richter  <richter@math.nwu.edu>
14113         * international/ccl.el: Doc fixes.
14114         * international/encoded-kb.el: Doc fixes.
14115         * international/fontset.el: Doc fixes.
14116         * international/kinsoku.el: Doc fixes.
14117         * international/kkc.el: Doc fixes.
14118         * international/mule-cmds.el: Doc fixes.
14119         * international/mule-conf.el: Doc fixes.
14120         * international/mule-util.el: Doc fixes.
14121         * international/mule.el: Doc fixes.
14123 1998-09-05  Eric Ludlam  <zappo@gnu.org>
14125         * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
14126         (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
14127         (checkdoc-this-string-valid-engine): Permit ? as terminating
14128         punctuation for first line sentence breaking.
14129         (checkdoc-this-string-valid): When converting a comment into a doc
14130         string, make sure " chars are \".
14131         (checkdoc-sentencespace-region-engine): Only do double space check
14132         if based on the variable `sentence-end-double-space'
14133         (checkdoc-this-string-valid-engine): ? ends valid sentence.
14134         (checkdoc-proper-noun-region-engine): Exclude items in URLs
14136 1998-09-04  Richard Stallman  <rms@gnu.org>
14138         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
14139         Recognize define-skeleton as a function definer.
14141         * cus-edit.el (customize-option): Refuse to customize
14142         a variable that has no defcustom.  But if variable is autoloaded,
14143         first try to load the library that defines it.
14145         * international/iso-insert.el: Use `string' before calling `insert'
14146         so that in multibyte buffers we insert multibyte chars.
14148         * dired.el (dired-mark-files-containing-regexp):
14149         Don't use find-file; instead, insert the file in a temp buffer.
14151         * textmodes/tex-mode.el (tex-start-options-string): New option.
14152         (tex-start-tex): Use that variable.
14154         * mail/rmail.el (rmail-primary-inbox-list): Make the initial
14155         value in the `repeat' alternative a list.
14157         * textmodes/fill.el (fill-individual-paragraphs): Before deleting
14158         the inserted newline, verify that one was really inserted.
14160         * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
14161         remains on or remains off.
14162         (flyspell-multi-language-p): Default changed to nil.
14164         * progmodes/ada-mode.el (ada-search-ignore-string-comment):
14165         In "found in comment" case, don't beginning-of-line after forward-line.
14167         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
14168         If the function definition is not a lambda, return original FORM
14169         with no error.
14171 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
14173         * net-utils.el (netstat-program-options): Changed from nil to "-a"
14174         so that by default netstat shows all network connections.
14176 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
14178         * international/quail.el: Doc fixes.
14180         * info.el (info): Don't add parens if FILE already has them.
14182 1998-09-04  Geoff Voelker  <voelker@cs.washington.edu>
14184         * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
14185         on extension lines.
14187 1998-09-03  Geoff Voelker  <voelker@cs.washington.edu>
14189         * w32-fns.el (w32-shell-dos-semantics): New function.
14191 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
14193         * international/quail.el (quail-choose-completion-string): Store
14194         completion `choice' in `quail-current-str'; don't insert it.
14196 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
14198         * bdf.el (bdf-generate-font): New argument CHARSET.  Give WIDTH
14199         argument to ps-mule-generate-bitmap-font.
14201         * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
14202         entry and change Latin-1 entry in the default value.
14203         (ps-mule-font-info-database-ps-bdf): New variable.
14204         (ccl-encode-ethio-unicode): Bug of CCL code fixed.
14205         (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
14206         registerd in FONT-SPEC.
14207         (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
14208         charcter width of bitmap fonts.
14209         (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
14210         procedure NF.
14211         (ps-begin-file): Output PostScript code for setting
14212         SpaceWidthRatio.
14213         (ps-plot-region): Use line-beginning-position to get a position of
14214         the beginning of the current line.
14216         * international/mule-cmds.el (register-input-method): Doc-string
14217         modified.
14219 1998-09-01  Dave Love  <fx@gnu.org>
14221         * international/mule-cmds.el (current-language-environment): Fix
14222         setter function.
14224 1998-09-01  Simon Marshall  <simon@gnu.org>
14226         * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
14227         (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
14228         ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
14229         names with font-lock-type-face.  Fontify type specs, etc., with
14230         font-lock-keyword-face.
14232 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
14234         * international/fontset.el (x-complement-fontset-spec): If ASCII
14235         font is specified in FONTLIST, don't substitute it for the
14236         resolved name.
14238 1998-08-31  Paul Eggert  <eggert@twinsun.com>
14240         * international/mule.el (charset-description): Doc fix.
14242         * language/chinese.el, language/cyrillic.el, language/czech.el,
14243         language/devanagari.el, language/ethiopic.el,
14244         language/european.el, language/hebrew.el, language/indian.el,
14245         language/japanese.el, language/korean.el, language/lao.el,
14246         language/slovak.el, language/thai.el, language/tibetan.el,
14247         language/vietnamese.el:
14248         Add coding: local variable, to avoid bootstrapping problem
14249         if you need to recompile all the Lisp files using interpreted code.
14251 1998-08-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14253         * cal-china.el (chinese-year-cache): Change range of years from
14254         1989-2000 to 1990-2010.
14256 1998-08-29  Dave Love  <d.love@dl.ac.uk>
14258         * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
14259         (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
14261 1998-08-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14263         * ps-print.el (ps-print-control-characters): Doc-string modified.
14264         (ps-output-string-prim): Comment format changed.
14265         (ps-do-despool): Indentation of source code changed.
14267 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
14269         * subr.el (sref): Make it an alias of aref.  Make the
14270         byte-compiler warn that it is obsolete.
14271         (char-bytes): Make the byte-compiler warn that it is obsolete.
14273         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
14274         Calculate the total bytes using position-bytes instead of
14275         char-bytes.
14277 1998-08-27  Karl Heuer  <kwzh@gnu.org>
14279         * snmp-mode.el: New file.
14280         * files.el (auto-mode-alist): Add snmp-mode patterns.
14282 1998-08-27  Karl Eichwalder  <ke@suse.de>
14284         * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
14286 1998-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
14288         * calendar/diary-lib.el (diary-block): Doc fix..
14289         * calendar/calendar.el (diary-list-include-blanks): Doc fix..
14291 1998-08-27  Richard Stallman  <rms@gnu.org>
14293         * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
14294         * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
14295         Clear appt-mode-string if we don't put something in it.
14297 1998-08-27  Dave Love  <fx@gnu.org>
14299         * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
14300         dired-local-variables-file for dired-x.
14302         * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
14303         for compressed library files too.
14305 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
14307         * language/european.el ("Latin-1"): Modify `documentation' key value.
14308         ("Latin-2"): Likewise.
14310 1998-08-26  Karl Heuer  <kwzh@gnu.org>
14312         * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
14314 1998-08-26  Albert L. Ting  <alt@artisan.com>
14316         * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
14317         (mail-hist-current-header-contents): Use mail-text-start.
14319 1998-08-26  Richard Stallman  <rms@gnu.org>
14321         * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
14322         (customize-changed-options-previous-release): New variable.
14323         (customize-changed-options): Use that variable as default arg.
14325 1998-08-26  Karl Eichwalder  <ke@suse.de>
14327         * midnight.el: Require `timer' not only when compiling.
14329 1998-08-26  Per Starback  <starback@update.uu.se>
14331         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
14332         buffer before creating help group.
14334 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14336         * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
14337         coding-system-for-write before saving.
14339 1998-08-26  Kevin Rodgers <kevinr@ihs.com>
14341         * isearch.el (isearch-forward): Doc fix.
14343 1998-08-26  Andreas Schwab  <schwab@delysid.gnu.org>
14345         * emacs-lisp/find-func.el: Fix :version tags to have a string
14346         value, not a float.
14348         * cus-dep.el: Fix typo in output.
14350 1998-08-25  Dave Love  <fx@gnu.org>
14352         * repeat.el (repeat): Doc fix.
14353         [From rms:]
14354         (repeat-previous-repeated-command): New variable.
14355         (repeat): Check for real-last-command being null or repeat.  Set
14356         repeat-previous-repeated-command.
14358         * browse-url.el (browse-url-netscape): Fix format for hex escapes.
14360 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
14362         * gnus/message.el (message-send-mail-with-sendmail): Bind
14363         coding-system-for-write by the return value of
14364         select-message-coding-system.
14365         (message-send-mail-with-qmail): Likewise.
14367 1998-08-24  Andreas Schwab  <schwab@delysid.gnu.org>
14369         * emacs-lisp/autoload.el: Fix doc-string-elt property on
14370         define-derived-mode.
14372         * files.el (file-name-invalid-regexp):
14373         Fix regex for ms-dos without long file names.
14375 1998-08-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
14377         * ps-print.el: Multi-byte buffer handling.
14378         (ps-print-version): New version number (4.0) and doc fix.
14379         (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
14380         compilation for GNU Emacs and emacsens.
14381         (ps-generate-postscript-with-faces): Force invisible text to be
14382         visible.
14383         (dos-ps-printer): New var to avoid compilation gripes.
14385 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14387         * ps-print.el (ps-mule-plot-string): Pay attention to the case
14388         that no more characters can't be printed in the current line.
14390 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14392         * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
14393         greater than TO.
14395 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14397         * ps-print.el: Add codes to make ps-print.el work also on Emacs
14398         20.2 and the earlier version.
14399         (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
14400         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
14401         (ps-mule-find-wrappoint): Likewise.
14402         (ps-mule-generate-font): Change `X' to `x' in format
14403         control-string.
14404         (ps-generate): Call ps-mule-begin before calling ps-begin-job.
14405         (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
14406         `restore' form procedures `BC' and `EC'.
14408 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
14410         * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
14411         is an executable procedure.  Make LineThickness, Xshadow, and
14412         Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
14413         (ps-mule-font-info-database, ps-mule-font-info-database-ps,
14414         ps-mule-font-info-database-bdf): New vars.
14415         (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
14416         (ccl-encode-ethio-unicode): New CCL program.
14417         (ps-mule-encode-ethiopic): New fun.
14418         (ps-mule-current-charset): New var.
14419         (ps-mule-get-font-spec, ps-mule-font-spec-src,
14420         ps-mule-font-spec-name, ps-mule-font-spec-encoding,
14421         ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
14422         (ps-mule-external-libraries): New var.
14423         (ps-mule-init-external-library): New fun.
14424         (ps-mule-font-cache): New var.
14425         (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
14426         (ps-last-font): New var.
14427         (ps-mule-prepare-font): New fun.
14428         (ps-mule-charset-list): New var.
14429         (ps-mule-prologue-generated, ps-mule-prologue): New vars.
14430         (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
14431         ps-mule-plot-string): New funs.
14432         (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
14433         New vars.
14434         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
14435         ps-mule-prepare-cmpchar-font): New funs.
14436         (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
14437         vars.
14438         (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
14439         ps-mule-generate-bitmap-glyph): New funs.
14440         (ps-mule-initialize, ps-mule-begin): New funs.
14441         (ps-output-string-prim): Insert string as unibyte.
14442         (ps-output-prologue): New fun.
14443         (ps-flush-output): Handle the case of 'prologue.
14444         (ps-begin-file): Call ps-mule-initialize.
14445         (ps-begin-job): Set ps-control-or-escape-regexp differently if
14446         printing multibyte characters.
14447         (ps-begin-page): Set ps-mule-current-charset to 'ascii.
14448         (ps-basic-plot-string): Handle the case of printing ASCII
14449         characters by external libraries (e.g. BDF).
14450         (ps-set-font): Set ps-last-font.
14451         (ps-plot-region): Handle multibyte characters, use
14452         ps-mule-plot-string for them.
14453         (ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.
14455         * bdf.el: New file.
14457 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
14459         * international/mule-cmds.el (select-message-coding-system): New
14460         function.
14461         (set-language-environment-coding-systems): Set
14462         default-sendmail-coding-system.
14464         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
14465         (default-sendmail-coding-system): New variable.
14466         (sendmail-send-it): Encode the message by a coding system
14467         select-message-coding-system returns.
14469 1998-08-23  Eric Ludlam  <zappo@gnu.org>
14471         * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
14472         (speedbar-mode): Set buffer to read only.
14473         (speedbar-temp-buffer-show-function): For emacs don't call hook
14474         with arguments.
14475         (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
14477 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
14479         * speedbar.el (speedbar-key-map): Fix typo.
14481 See ChangeLog.7 for earlier changes.