*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob2df9755d6a6a2be615fde9b0480093c01d1da4e3
1 2000-03-29  Dave Love  <fx@gnu.org>
3         * calendar/appt.el: Doc fixes.
4         (appt-check): Convert min-to-app to a string before passing to
5         appt-disp-window-function or concat.
6         (appt-delete-window): Remove test for frame-root-window.
7         (appt-select-lowest-window, appt-convert-time): Simplify.
9         * emacs-lisp/bytecomp.el: Doc fixes.
10         (byte-compile-file-form-autoload): Update
11         byte-compile-function-environment.
13 2000-03-29  Andreas Schwab  <schwab@suse.de>
15         * emacs-lisp/autoload.el: Also print defsubst doc string
16         specially.
18         * dired.el (dired-insert-directory): If dired-free-space-program
19         failed just delete its output.
21 2000-03-29  Dave Love  <fx@gnu.org>
23         * international/iso-cvt.el: Move provide to end.  Doc fixes.
24         (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
25         (iso-iso2sgml, iso-sgml2iso): New functions.
26         (iso-cvt-define-menu): Fix some entries and use backquote for
27         clarity.
29         * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
31 2000-03-28  Gerd Moellmann  <gerd@gnu.org>
33         * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
34         ISO-DATE.  If non-nil, return date in ISO 8601 format.
36 2000-03-26  Stefan Monnier  <monnier@cs.yale.edu>
38         * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
39         if it ever becomes used.
40         (log-edit-mode-hook): Default to vc-log-mode-hook.
41         (log-edit-mode): Fix the docstring.
43         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
44         the code.
46 2000-03-26  Dave Love  <fx@gnu.org>
48         * net/browse-url.el (browse-url): Re-fix case of
49         browse-url-browser-function being an alist.
50         (browse-url): Add :link to defgroup.
52         * files.el: Doc fixes.
53         (file-truename): Include `[' in wildcard characters.
54         (automount-dir-prefix): Customize.
55         (find-file-wildcards): Add :version.
56         (find-file-noselect): Simplify a mapcar call.
58         * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
59         compatible with inf-lisp version.
60         (eval-defun-1): Fix custom-declare-variable case.
62 2000-03-25  Stefan Monnier  <monnier@cs.yale.edu>
64         * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
66 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
68         * Makefile (COMPILE_FIRST): New macro.
69         (compile-files): Compile files from COMPILE_FIRST first.
71         * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
72         code.
74         * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
75         matching open parenthesis in column 0 to defun-prompt-regexp
76         only if open-paren-in-column-0-is-defun-start is set.
78         * sun-curs.el: Require CL at compile-time only.
80         * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
81         instead of copy-list which is a function from CL.
82         (msb--choose-menu, msb--mode-menu-cond)
83         (msb--create-buffer-menu-2): Use dolist instead of mapc.
84         (msb--init-file-alist): Use mapcar instead of mapcan.
85         (msb--aggregate-alist): Use mapcar instead of mapcan.  Fix
86         `(' in column 0 in doc string.
87         (msb--add-separators): Use mapcar instead of mapcan.
89         * cus-dep.el: Require CL at compile-time only.
91 2000-03-24  Stefan Monnier  <monnier@cs.yale.edu>
93         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
94         (byte-compile-warnings): New warning `noruntime'.
95         (byte-compile-constants, byte-compile-variables): Fix docstring.
96         (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
97         execute `eval-whenc-compile's body.
98         (byte-compile-unresolved-functions): Fix docstring.
99         (byte-compile-eval): New function.
100         (byte-compile-callargs-warn): Check if the function will be available
101         at runtime (via property `byte-compile-noruntime').
102         (byte-compile-print-syms): New function.
103         (byte-compile-warn-about-unresolved-functions): Also warn about
104         `noruntime' functions (and use `byte-compile-print-syms').
105         (byte-compile-file): Capitalize the message.
107 2000-03-24  Gerd Moellmann  <gerd@gnu.org>
109         * mail/rmail.el (rmail-confirm-expunge): New user-option.
110         (rmail-expunge): Ask for confirmation depending on the setting
111         of rmail-confirm-expunge.
113 2000-03-23  Gerd Moellmann  <gerd@gnu.org>
115         * Makefile (bootstrap-clean): If $(emacs) exists, build
116         loaddefs.el first.  A loaddefs.el that's not up-to-date might
117         cause a bootstrap failure because things don't autoload as
118         expected.
120 2000-03-23  Dave Love  <fx@gnu.org>
122         * net/browse-url.el: Restore previous use of
123         browse-url-maybe-new-window.
125 2000-03-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
127         * ps-print.el: Skip banner page fix.
128         (ps-print-version): New version number (5.1.2).
129         (ps-begin-file, ps-end-file, ps-generate): Code fix.
130         
131 2000-03-23  Dave Pearson  <davep@davep.org>
133         * net/quickurl.el Changed the type of parameter passed to the
134         function defined by `quickurl-format-function'. Before only the
135         text of the URL was passed. Now the whole URL structure is passed
136         and the function is responsible for extracting the parts it
137         requires.  Changed the default of `quickurl-format-function'
138         accordingly.
139         (quickurl-insert): Changed the `funcall' of
140         `quickurl-format-function' to match the above change.
141         (quickurl-list-insert): Changed the `url' case so that it makes
142         use of `quickurl-format-function', previous to this the format was
143         hard wired.
144         
145 2000-03-22  Gerd Moellmann  <gerd@gnu.org>
147         * startup.el: Change some spellings for the X Window System.
149 2000-03-22  Stefan Monnier  <monnier@cs.yale.edu>
151         * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
152         up the code and the regexp and make sure the cursor is temporarily
153         moved to the suspicious line while querying the user.
155 2000-03-22  Jason Rumney  <jasonr@gnu.org>
157         * w32-fns.el (w32-charset-info-alist): Initialize.
159 2000-03-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
161         * ps-print.el: N-up last page fix.
162         (ps-print-version): New version number (5.1.1).
163         (ps-end-file, ps-end-job, ps-generate): Code fix.
164         
165 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
167         * files.el (find-file-run-dired): Update docstring.
168         (find-directory-functions): New hook.
169         (find-file-noselect): Run find-directory-functions rather than
170         calling dired directly.
172         * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
174         * pcvs.el: Add a minimal leading commentary.
175         (cvs-make-cvs-buffer): Change the header part by removing the startup
176         message and adding a `Module' entry.  Also replace the FOOTER and
177         HEADER special fileinfos with the new support in ewoc for updating
178         its own footer and header.
179         (cvs-update-header): Update to use the header/footer of the ewoc.
180         (cvs-mode): Use define-derived-mode and set truncate-lines to t.
181         (cvs-is-within-p): New function.
182         (cvs-mode-run): Take advantage of `save-some-buffers's new ability
183         to only examine some subset of the buffers.
185         * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
186         `format' instead of our own ad-hoc functions.
187         Remove HEADER and FOOTER cases, now handled in the EWOC.
188         (cvs-fileinfo<): Remove HEADER and FOOTER cases.
190         * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
191         output to avoid scaring the user.
192         (cvs-parse-table): Catch message for non-up-to-date commits.
194         * pcvs-defs.el (cvs-startup-message): Remove.
195         (cvs-global-menu): New autoloaded menu.
197         * pcvs-util.el (cvs-string-fill): Remove.
199         * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
200         (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
201         PP part of it and also make it work for footers and headers.
202         (ewoc-create): Drop POS and BUFFER arguments.
203         Use the DLL's dummy node to store the end-of-footer position.
204         (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
205         (ewoc-refresh): Remove unused `header' variable.
206         (ewoc-(get|set)-hf): New functions.
208         * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
209         log-view-*-(message|file) and use easy-mmode-define-navigation.
210         (log-view-message-re): Match SCCS format as well.
211         And match the revision line rather than the dashed separator line.
212         (log-view-mode): Use the new define-derived-mode.
213         (log-view-current-tag): Fill in with an actual implementation.
215         * cvs-status.el (cvs-status-(prev|next)): Rename from
216         cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
217         (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
218         to let the output "breathe" a little more (more readable).
219         (cvs-status-mode): Use the new define-derived-mode.
221         * smerge-mode.el (smerge-auto-leave): New function and variable.
222         (smerge-basic-map): Rename from smerge-basic-keymap.
223         Change the bindings for smerge-diff-*.
224         (smerge-*-map): Use easy-mmode-defmap.
225         (smerge-(next|prev)): Use easy-mmode-define-navigation.
226         (smerge-keep-*): Use smerge-auto-leave.
228 2000-03-21  Jason Rumney  <jasonr@gnu.org>
230         * cus-edit.el (custom-button-face): Use 3D look for w32.
231         (custom-button-pressed-face): Likewise.
233 2000-03-21  Gerd Moellmann  <gerd@gnu.org>
235         * progmodes/etags.el (tags-case-fold-search): New user-option.
236         (tags-loop-eval): New function.  Bind case-fold-search around eval
237         depending on the value of tags-case-fold-search.
238         (tags-loop-continue): Use tags-loop-eval.
239         (find-tag-in-order): Bind case-fold-search depending on the value
240         of tags-case-fold-search.
242 2000-03-21  Stefan Monnier  <monnier@cs.yale.edu>
244         * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
245         (diff-end-of-hunk): Return the end position for use in
246         `easy-mmode-define-navigation'.
247         (diff-recenter): Remove.
248         (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
249         of `easy-mmode-define-navigation'.
250         (diff-kill-*): Rename `diff-*-kill' (for consistency with the
251         previous renaming) and fix to use new names.
252         (diff-merge-strings): Use \n as separator: simpler, faster.
253         (diff-mode): Use `define-derived-mode'.
255         * derived.el (define-derived-mode): Don't autoload anymore.
256         Prefer the macro-only version provided by easy-mmode.el.
258         * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
259         `easy-mmode-define-derived-mode'.
260         Use `combine-run-hooks'.
261         (easy-mmode-define-navigation): New macro.
263         * subr.el (combine-run-hooks): New function.
265 2000-03-21  Kenichi HANDA  <handa@etl.go.jp>
267         * term/x-win.el: Fontsets related initialization is simplified.
269         * international/mule-diag.el (describe-font): Don't refer to
270         global-fontset-alist, instead call font-list.
271         (describe-fontset, list-fontsets, mule-diag): Likewise.
272         (print-fontset): Adjusted for the change of fontset
273         implementation.
275         * international/fontset.el (x-charset-registries): Variable
276         removed, instead the corresponding data is stored in the default
277         fontset.
278         (register-alternate-fontnames): Function removed.
279         (resolved-ascii-font): Variable removed.
280         (x-compose-font-name): Ignore the second argument REDOCE.
281         (x-complement-fontset-spec): Complement only an ASCII font and
282         element for those charsets than can use that ASCII font.
283         (generate-fontset-menu): Don't refer to global-fontset-alist,
284         instead call fontset-list.
285         (uninstantiated-fontset-alist): Variable removed.
286         (x-style-funcs-alist): Likewise.
287         (fontset-default-styles): Likewise.
288         (x-modify-font-name): Function removed.
289         (create-fontset-from-fontset-spec): Ignore the argument
290         STYLE-VARIANT.
291         (create-fontset-from-ascii-font): Docsting adjusted for the above
292         change.
293         (instantiate-fontset, resolve-fontset-name): Functions removed.
294         (fontset-list): Now implemented by C code.
295         
296         * faces.el (read-face-font): Fix TABLE arg to completing-read.
297         (describe-face): Include `font' attribute in the description.
299 2000-03-21  Kenichi Handa  <handa@etl.go.jp>
301         * international/quail.el (quail-set-keyboard-layout): Typo fixed.
303 2000-03-20  Gerd Moellmann  <gerd@gnu.org>
305         * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
306         ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
307         zone-mode.el, snmp-mode.el: Moved to net subdirectory.
308         
309         * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
310         about behavior of set-buffer-modified-p wrt redisplay.
312 2000-03-19  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
314         * view.el (view-mode-disable): Kill local binding of view-read-only.
316 2000-03-18  Gerd Moellmann  <gerd@gnu.org>
318         * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
319         is a string, convert it to a syntax cell using string-to-syntax.
321         * simple.el (syntax-code-table, syntax-flag-table): New variables.
322         (string-to-syntax): New function.
324         * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
325         (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
326         try to use passive ftp mode.
328 2000-03-17  Gerd Moellmann  <gerd@gnu.org>
330         * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
332         * simple.el (append-to-buffer): Update point of windows after
333         insertion.
335         * abbrev.el (inverse-add-abbrev): Identify word by first moving
336         forward then moving backward.  Reindent.
338         * frame.el (other-frame): Call x-focus-frame only if
339         focus-follows-mouse is off.
341 2000-03-17  Dave Love  <fx@gnu.org>
343         * pcvs-util.el (cvs-strings->string): Rename
344         replace-regexps-in-string.
346 2000-03-17  Stefan Monnier  <monnier@cs.yale.edu>
348         * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
349         regexp for labels cannot span several lines.
351         * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
352         `(setq :<key> ':<key>)' to the macro expansion.
354 2000-03-16  Dave Love  <fx@gnu.org>
356         * progmodes/f90.el (f90): Put custom group under `languages', not
357         `fortran'.
358         (f90-mode-hook): Customize.
359         (f90-mode): Set add-log-current-defun-function.
360         (f90-current-defun): New function.
362 2000-03-16  Gerd Moellmann  <gerd@gnu.org>
364         * cus-edit.el (custom-variable-tag-face): Handle case that
365         default face's height is not a number.
366         (custom-face-tag-face, custom-group-tag-face-1)
367         (custom-group-tag-face): Ditto.
368         (custom-group-tag-face-1): Add :group.
369         
370         * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
372 2000-03-15  Gerd Moellmann  <gerd@gnu.org>
374         * pcvs-defs.el (toplevel): Remove autoload cookie for form
375         requiring easymenu.
377 2000-03-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
379         * ps-print.el: PostScript user-defined prologue, PostScript error
380         handler, doc fix.
381         (ps-print-version): New version number (5.1).
382         (ps-user-defined-prologue, ps-error-handler-message)
383         (ps-print-prologue-0, ps-error-handler-alist): New vars.
384         (ps-setup, ps-begin-file, ps-begin-job): Code fix.
385         (ps-insert-string): New function.
386         
387 2000-03-15  Kenichi Handa  <handa@etl.go.jp>
389         * international/ccl.el (ccl-compile-expression): Don't generate
390         invalid self-assignment code.
392 2000-03-14  Dave Love  <fx@gnu.org>
394         * subr.el (replace-regexp-in-string): Renamed from
395         replace-regexps-in-string.  Doc fix.
397 2000-03-12  Dave Love  <fx@gnu.org>
399         * cus-edit.el: Doc fixes.
400         (customize-set-variable, customize-save-variable): Rename args for
401         doc.
402         (custom-variable-tag-face, custom-face-tag-face)
403         (custom-group-tag-face-1, custom-group-tag-face): Modify from
404         style which user identify as hyperlink.
405         (hook): Don't add undefined functions to the hook.
406         (debug-ignored-errors): Transfer message from bindings.el.
408 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
410         * recentf.el (recentf-keep-non-readable-files-p): Remove
411         double/nested definition.
413 2000-03-12  Dave Love  <fx@gnu.org>
415         * facemenu.el (facemenu-get-face): Use display-color-p.
416         * enriched.el (enriched-decode-foreground): Likewise.
417         (enriched-decode-background): Likewise.
418         * isearch.el (isearch-highlight): Likewise.
419         * info-look.el (info-lookup): Likewise.
420         * simple.el (completion-setup-function): Likewise.
422         * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
423         :options.
425         * bindings.el (mode-line-format): Fix line-number and
426         column-number items.  Add help-echo for the background.
427         (mode-line-mule-info): Modify help-echo.
429         * avoid.el (mouse-avoidance-mode): Add autoload cookie to
430         defcustom.
432         * files.el (load-file): Allow completion to .elc.
434         * man.el: Doc fixes.
435         (Man-init-defvars): Use display-color-p to set fontification.
437         * play/hanoi.el (hanoi-internal): Don't use oddp.
439 2000-03-12  Gerd Moellmann  <gerd@gnu.org>
441         * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
443         * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
445 2000-03-12  Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
447         * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
448         Fix comment.
450 2000-03-10  Stefan Monnier  <monnier@cs.yale.edu>
452         * font-lock.el (font-lock-keywords): Fix the doc now that
453         regexp-opt-depth is unnecessary.
454         (save-buffer-state): Set an edebug spec.
455         (font-lock-fontify-anchored-keywords): Properly handle the case when
456         the matcher goes past the limit.
458         * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
459         pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
461         * emacs-lisp/ewoc.el: New file.  This is a merge of elib-node.el,
462         dll.el and cookie.el (from Elib) with heavy renaming and other
463         massaging.
465         * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
466         Autoload the functions used.
467         (easy-mmode-define-syntax): Fix CL typo.
468         (easy-mmode-define-derived-mode): Improve the docstring generation.
470 2000-03-10  Gerd Moellmann  <gerd@gnu.org>
472         * textmodes/texinfo.el (texinfo-version): Variable and function
473         removed.
475 2000-03-09  Stefan Monnier  <monnier@cs.yale.edu>
477         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
478         allow more flexibility.
479         (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
480         fns.
481         (easy-mmode-defmap, easy-mmode-defsyntax)
482         (easy-mmode-define-derived-mode): New macros.
484 2000-03-09  Didier Verna  <didier@xemacs.org>
486         * rect.el (replace-rectangle): New function.
488 2000-03-09  Dave Love  <fx@gnu.org>
490         * progmodes/fortran.el (fortran-comment-line-start): Define as
491         "C".
492         (fortran-comment-line-start-skip): Don't match cpp stuff.
493         (font-lock-keywords): Add * to comment-chars.  Grok cpp stuff.
494         (fortran-mode-map): Remove over-eager custom-menu-create for now.
495         (fortran-mode): Don't set fortran-comment-line-start-skip,
496         fortran-comment-line-start here.  Set comment-start,
497         add-log-current-defun.
498         (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
499         (fortran-current-defun): New function.
501 2000-03-09  Gerd Moellmann  <gerd@gnu.org>
503         * emacs-lisp/re-builder.el: New file.
505         * mouse.el (mouse-drag-region): Don't run up-event handler
506         if hscroll has changed.
508         * octave-mod.el (octave-font-lock-keywords): To font-lock the
509         builtin operators, use `font-lock-builtin-face' for Emacs and
510         `font-lock-preprocessor-face' otherwise.
511         
512         * font-lock.el (lisp-font-lock-keywords-1): Highlight 
513         `(defun (setf foo)' differently.
515 2000-03-08  Stefan Monnier  <monnier@cs.yale.edu>
517         * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
518         (regexp-opt): Update comment and adapt the code the new meaning of
519         the `paren' argument of regex-opt-group for shy-groups.
520         (regexp-opt-depth): Handle shy groups as well as backslashed
521         backslashes.
522         (regexp-opt-group): Turn the leading comment into a docstring.
523         Allow `paren' to be a string (the string to use to open a group).
524         Remove open-presuf and close-presuf.  Instead of checking for `all
525         one-char' and then later on check for `several one-char', handle
526         both cases close together.  Also apply a more generic algorithm
527         for suffixes (the mirror image of the algorithm used for
528         prefixes).  Use shy-groups.  Use nreverse rather than reverse.
529         (regexp-opt-try-suffix): Removed.
531         * cmuscheme.el (inferior-scheme-mode-map): Define it independently
532         from comint-mode-map, so we can just inherit from it.  Also, move
533         the initialization into the `defvar' since there's no docstring
534         anyway and it's fairly short.
535         (inferior-scheme-mode): Define it as derived-mode: the code is
536         shorter and this way we inherit from comint-mode-map rather than
537         copying it.
539         * subr.el (replace-regexps-in-string): Properly handle the case
540         where we match an empty string.
542         * comint.el (comint-exec-1): Add the current-dir to the exec-path
543         when the command has a directory component (such as "./testml").
544         Also fix a typo in the comment.
546 2000-03-08  Gerd Moellmann  <gerd@gnu.org>
548         * Makefile (compile-files): Compile files one by one because
549         that's the only way to ensure a clean compilation environment for
550         each individual file.
552         * frame.el (other-frame): Call x-focus-frame.
554 2000-03-07  Dave Love  <fx@gnu.org>
556         * recentf.el (recentf-keep-non-readable-files-p): Add :set,
557         :require to defcustom.
559         * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
560         lists.
562         * files.el (auto-mode-alist): Add configure.in.
564         * progmodes/autoconf.el: New file.
566 2000-03-07  Gerd Moellmann  <gerd@gnu.org>
568         * mail/mh-e.el: Change maintainer to `none'.
570         * recentf.el (recentf-keep-non-readable-files-p): Quote args
571         to remove-hook and add-hook.
573 2000-03-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
575         * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
576         it as the default.
577         (mail-send): Test mail-send-nonascii also for the new `mime' value.
578         (sendmail-send-it): Conditionally add MIME headers specifying the
579         used character set.
580         
581 2000-03-07  Dave Love  <fx@gnu.org>
583         * winner.el: Fix keywords, autoload cookies.  Split
584         eval-when-compile form to avoid compilation failure.
586 2000-03-07  Miyashita Hisashi  <himi@bird.scphys.kyoto-u.ac.jp>
588         * international/mule.el: Modify comment about coding system
589         property `coding-category'.
590         (make-coding-system): New argument EOL-TYPE.  Pay attention to
591         coding-category property of PROPERTIES.
593         * international/mule-conf.el (coding-category-utf-8,
594         coding-category-utf-16-be, coding-category-utf-16-le): New coding
595         categories.  Include them in the argument for set-coding-priority.
597         * international/mule-cmds.el (reset-language-environment): Include
598         coding-category-utf-8, coding-category-utf-16-be, and
599         coding-category-utf-16-le in the argument for set-coding-priority.
600         (reset-language-environment): Initialize coding-category-utf-8,
601         coding-category-utf-16-be, and coding-category-utf-16-le to nil.
603 2000-03-06  Karl Fogel  <kfogel@red-bean.com>
605         * bookmark.el (bookmark-file-or-variation-thereof): New func, for
606         code abstracted out of `bookmark-jump-noselect'.  Now tries info
607         extensions as well as compression extensions.
608         (bookmark-jump-noselect): Use above new func.
609         
610 2000-03-03  Gerd Moellmann  <gerd@gnu.org>
612         * strokes.el: Change maintainer's mail address.
614 2000-03-03  Kenichi Handa  <handa@etl.go.jp>
616         * international/mule-diag.el (list-character-sets): Make help-echo
617         string by substitute-command-keys.
618         (list-character-sets): Likewise.
619         (sort-listed-character-sets): Call help-setup-xref.
621 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
623         * time.el (display-time-mail-file): Add `none' to the list of
624         choices.
626 2000-03-01  Dave Love  <fx@gnu.org>
628         * help.el (help-xref-go-back): Don't try to set position.
630         * international/mule-diag.el (list-character-sets): Call
631         help-setup-xref.  Add help-echo to xrefs.
632         (list-character-sets-1): Add help-echo to xrefs.
634 2000-03-02  Gerd Moellmann  <gerd@gnu.org>
636         * frame.el (blink-cursor-mode): Switch cursor on when turning
637         the mode off.
639         * add-log.el (add-log-current-defun): Add support for
640         Autoconf mode.
642         * mail/rmail.el (rmail-quit-hook): New variable.
644 2000-03-01  Dave Love  <fx@gnu.org>
646         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
648         * help.el (help-xref-button): Add help-echo arg.
649         (describe-function-1, describe-variable, help-make-xrefs): Use it.
651         * faces.el (list-faces-display): Supply help-echo with
652         help-make-xrefs.
654         * facemenu.el (list-text-properties-at): Set help-xref-stack to
655         nil.
657 2000-03-01  Gerd Moellmann  <gerd@gnu.org>
659         * image.el (defimage): Look for image files in load-path.
661         * frame.el (busy-cursor-delay-seconds): Change type to 
662         `number'.
664 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
666         * recentf.el (recentf): Added version tag to the defgroup of
667         recentf.
669 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
671         * recentf.el (recentf-cleanup): Changed to remove excluded file
672         too.
673         (recentf-edit-list-action): `recentf-edit-list' checkbox widget
674         action to select/unselect a file.
675         (recentf-edit-list): Code cleanup and improvement.
676         (recentf-open-more-files-action): `recentf-open-more-files' button
677         widget action to open a file.
678         (recentf-open-more-files): No more use standard completion but
679         widgets.
680         (recentf-more-collection): Deleted.
681         (recentf-more-history): Deleted.
682         (recentf-setup-more-completion): Deleted.
684 2000-03-01  David Ponce  <david.ponce@wanadoo.fr>
686         * recentf.el (recentf-mode): No more needs that Emacs is running
687         under a window-system.
689 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
691         * recentf.el (recentf-edit-list): New command to edit the recent
692         list which allow the user to remove files.
693         (recentf-edit-selected-items): New global variable, used by
694         `recentf-edit-list' to hold the list of files to be removed from
695         the recent list.
696         (recentf-make-menu-items): Updated to display a "Edit list..."
697         menu item.  Minor code cleanup.
699 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
701         * recentf.el (recentf-open-more-files): New command to open files
702         that are not displayed in the menu.
703         (recentf-more-collection): New global variable holding the set of
704         permissible completions used by `recentf-open-more-files'.
705         (recentf-more-history): New global variable holding the history list
706         used by `recentf-open-more-files' completion.
707         (recentf-setup-more-completion): New function to setup completion for
708         `recentf-open-more-files'.
709         (recentf-make-menu-items): Updated to display a "More..." menu item.
711 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
713         * recentf.el (recentf-menu-action): Doc fixed.
715 1999-03-01  David Ponce  <david.ponce@wanadoo.fr>
717         * recentf.el (recentf-menu-filter): Doc updated.
718         (recentf-update-menu-hook): Allow menu filters to force menu update.
719         (recentf-make-menu-items): New menu filter handling.
720         (recentf-make-menu-item): New helper function.
721         (recentf-menu-elements): New menu handling function.
722         (recentf-sort-ascending): Updated to new menu filter handling.
723         (recentf-sort-descending): Updated to new menu filter handling.
724         (recentf-sort-basenames-ascending): New menu filter function.
725         (recentf-sort-basenames-descending): New menu filter function.
726         (recentf-show-basenames): New menu filter function.
727         (recentf-show-basenames-ascending): New menu filter function.
728         (recentf-show-basenames-descending): New menu filter function.
730 2000-02-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
732         * diary-lib.el (list-diary-entries): Don't try to go forward at
733         the end of the buffer.
735 2000-02-29  Kenichi Handa  <handa@etl.go.jp>
737         * international/mule-diag.el (list-character-sets): Completely
738         rewritten.
739         (sort-listed-character-sets): New function.
740         (list-character-sets-1): Completely rewritten.
741         (list-character-sets-2): New function.
742         (non-iso-charset-alist): New variable.
743         (decode-codepage-char): New function.
744         (charset-history): New variable.
745         (read-charset) (list-block-of-chars)
746         (list-iso-charset-chars)
747         (list-non-iso-charset-chars)
748         (list-charset-chars): New functions.
749         (mule-diag): Call list-character-sets-2, not
750         list-character-sets-2.
751         (dump-charsets): Likewise.
753 2000-02-29  Gerd Moellmann  <gerd@gnu.org>
755         * dired-x.el (dired-filename-at-point): Add `@' to valid
756         file name characters.
757         (dired-filename-at-point): Handle ange-ftp file names.
759         * frame.el (frame-notice-user-settings): Use assq-delete-all
760         instead of assoc-delete-all.
761         (frame-notice-user-settings): Ditto.
763         * subr.el (assq-delete-all): Renamed from assoc-delete-all.
764         Don't copy alist.
766 2000-02-28  Eli Barzilay  <eli@cs.cornell.edu>
768         * calculator.el (calculator-use-menu): New option.
769         (calculator-initial-bindings): Changed some bindings to work as
770         macros.
771         (calculator-forced-input): Removed.
772         (calculator-restart-other-mode): New variable.
773         (calculator-mode-map): Set up menu.
774         
775 2000-02-28  Jari Aalto  <jari.aalto@poboxes.com>
777         * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
778         tags.
779         
780 2000-02-28  Michael Kifer  <kifer@cs.sunysb.edu>
781         
782         * viper-cmd.el (viper-envelop-ESC-key): added the option to
783         translate all ESC key sequences.
784         (viper-goto-mark-subr): restore markers for files for which
785         they were saved.
786         * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
787         * viper-util.el (viper-set-replace-overlay-glyphs,
788         viper-set-replace-overlay): always check if the replacement
789         overlay is live.
790         * viper.el (viper-vi-state-mode-list): added major modes.
791         * ediff-wind.el: minor comment changes.
792         * ediff.el: copyright notice date fix.
793         
794 2000-02-27  Jason Rumney  <jasonr@gnu.org>
796         * faces.el (face-font-family-alternatives): Add arial to helv.
797         (mode-line, header-line, tool-bar): Same default as x for w32.
798         (fixed-pitch, variable-pitch): Remove wildcard as it prevents
799         face-font-family-alternatives from working.
800         * term/w32-win.el (mouse-set-font): Do not build fontset from
801         chosen font.
803 2000-02-25  Sam Steingold  <sds@goems.com>
805         * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
806         properly.
807         
808 2000-02-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
810         * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
812 2000-02-25  Gerd Moellmann  <gerd@gnu.org>
814         * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
815         writable.
817         * frame.el (busy-cursor-delay-seconds): New option.
819 2000-02-24  Gerd Moellmann  <gerd@gnu.org>
821         * frame.el (show-cursor-in-non-selected-windows): New option.
823 2000-02-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
825         * diary-lib.el (include-other-diary-files): Undo the selective
826         display in any included file and don't kill it.
828 2000-02-24  Eli Zaretskii  <eliz@is.elta.co.il>
830         * dired.el (dired-mode-map): Don't remove "Edit" from the menu
831         bar.  Menu items converted to (menu-item format, help strings
832         added.
833         [downcase, upcase]: Don't enable on MS-DOS.
834         [symlink, symlinks]: Don't show if make-symbolic-link is not
835         bound.
836         [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
838 2000-02-23  Dave Love  <fx@gnu.org>
840         * simple.el (zap-to-char, kill-line, kill-region, kill-word)
841         (backward-kill-word): Revert addition of * to interactive spec --
842         it's a feature.
844         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
845         (backward-kill-sentence, kill-sentence): Likewise.
847         * gud.el (gud-jdb-build-class-source-alist): Prepend space to
848         scratch buffer name.
849         (gud-format-command): Use int-to-string in ?l case.  Simplify
850         slightly.
852         * term/w32-win.el (internal-face-interactive): Update prompt for
853         new read-face-name.
855         * mail/footnote.el (footnote): Add :version to defgroup.
856         (footnote-section-tag-regexp): Customize.
857         (footnote-start-tag, footnote-end-tag): New option.
858         (footnote-latin-regexp): New variable.
859         (Footnote-latin): New function.
860         (footnote-style-alist): Add element for latin style.
861         (footnote-style): Moved.
862         (Footnote-goto-footnote): Use eq to test arg.
864         * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
866         * emacs-lisp/byte-opt.el: Change old backquote syntax.
867         (byte-compile-trueconstp): Include keywords.
868         (byte-optimize-quote, byte-optimize-lapcode): Use
869         byte-compile-const-symbol-p.
870         (byte-optimize-char-before): New optimization.
872         * emacs-lisp/bytecomp.el: Change old backquote syntax.
873         (byte-compile-const-symbol-p): New function.
874         (byte-compile-constp, byte-compile-out-toplevel)
875         (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
876         Use it.
878         * subr.el (define-key-after): Default AFTER to t.  Doc fix.
880 2000-02-23  Kenichi Handa  <handa@etl.go.jp>
882         * international/encoded-kb.el: Be sure to update minor-mode-alist
883         and minor-mode-map-alist.
884         (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
885         codes SS2 and SS3 correctly.
886         (encoded-kbd-self-insert-ccl): New function.
887         (encoded-kbd-setup-keymap): New function.
888         (encoded-kbd-mode): Handle CCL based coding system.  Setup keymap
889         by calling encoded-kbd-setup-keymap.
891         * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
892         characters.
893         (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
894         locally.
896 2000-02-22  Dave Love  <fx@gnu.org>
898         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
899         (lisp-mode-map, lisp-interaction-mode-map): Define all inside
900         defvar.
901         (lisp-mode-syntax-table): Set up for #|...|# comments.
902         (lisp-imenu-generic-expression): Purecopy strings.  Use syntax
903         classes.  Match `defface'.
904         (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
905         (eval-defun-1): Fix for defcustom.
906         (lisp-indent-region): Doc fix.
908         * subr.el (when, unless, split-string): Doc fix.
909         (read-passwd): Move call of clear-this-command-keys to the right
910         place.
911         (replace-regexps-in-string): New function.
913 2000-02-22  Gerd Moellmann  <gerd@gnu.org>
915         * help.el (describe-variable): Set syntax table to
916         emacs-lisp-mode-syntax-table when moving forward over the
917         symbol's name.
919 2000-02-22  Dave Love  <fx@gnu.org>
921         * xt-mouse.el: Doc fixes.
922         (xterm-mouse-position-function): New function, replacing advice of
923         mouse-position.
924         (xterm-mouse-mode): Use it.  Don't turn on under a window system.
926         * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
928 2000-02-21  Gerd Moellmann  <gerd@gnu.org>
930         * format.el (format-annotate-single-property-change): Handle
931         properties.with dotted-list values.
932         (format-proper-list-p): New function.
934         * enriched.el (enriched-face-ans): Handle '(foreground-color
935         . COLOR) and (background-color . COLOR).
937 2000-02-20  Dave Love  <fx@gnu.org>
939         * textmodes/flyspell.el (flyspell-mouse-map): Change definition
940         and assignments to it.
941         (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
942         current local map.
943         (make-flyspell-overlay): Use it.
944         (flyspell-correct-word/mouse-keymap): Change XEmacs test.
946         * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
947         (lm-get-header-re): Defun, not defsubst.
948         (lm-get-package-name): Defun, not defsubst.  Simplify.
949         (lm-version): Doc fix.  Simplify.
950         (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
951         (lm-crack-address, lm-last-modified-date, lm-commentary)
952         (lm-verify, lm-synopsis): Simplify.
953         (lm-report-bug): Require emacsbug.  Use compose-mail.
955 2000-02-20  Gerd Moellmann  <gerd@gnu.org>
957         * dired.el (dired-mode): Call propertized-buffer-identification
958         to set mode-line-buffer-identification to something having
959         the right text properties.
961         * bindings.el (propertized-buffer-identification): New function.
963 2000-02-20  Dave Love  <fx@gnu.org>
965         * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
966         check for t-mouse too.
968         * cus-start.el: Make echo-keystrokes `number'.
970 2000-02-20  Eli Zaretskii  <eliz@is.elta.co.il>
972         * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
973         Don't call ring-empty-p unless tags-location-ring is bound.
974         From Noah Friedman <friedman@splode.com>.
976 2000-02-18  Thien-Thi Nguyen  <ttn@gnu.org>
978         * progmodes/hideshow.el (hs-flag-region): No longer use
979         `intangible' overlay property.
981         (hs-toggle-hiding): New command.
982         (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
984         (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
985         Fix omission bug: Run `hs-minor-mode-hook' for both activation
986         and deactivation.
988 2000-02-18  Gerd Moellmann  <gerd@gnu.org>
990         * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
992 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
994         * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
996         * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
997         of `*' to handle `(* ... *)' comments.
999 2000-02-17  Eli Zaretskii  <eliz@is.elta.co.il>
1001         * faces.el (list-faces-display): Use display-mouse-p instead of
1002         window-system.
1004         * menu-bar.el (global-map): Menu-bar items converted to the new
1005         format (menu-item..., rearranged for better CUA compliance, and
1006         their names changed for better clarity.  Help strings added.
1008         * international/mule-cmds.el (mule-menu-keymap)
1009         (describe-language-environment-map, set-coding-system-map)
1010         (setup-language-environment-map): Convert to new (menu-item...
1011         form, add help strings.  Change names of menu items for better
1012         clarity.  "Mule" menu-bar item removed (it's now in the "Options"
1013         submenu).
1015 2000-02-17  Gerd Moellmann  <gerd@gnu.org>
1017         * dired-aux.el (dired-do-copy): Remove spurious character.`n'
1018         within the code.
1020 2000-02-16  Dave Love  <fx@gnu.org>
1022         * faces.el: Don't require custom.  Add more specific :groups to
1023         various deffaces.
1024         (set-face-attribute): Purecopy args.
1025         (read-face-name): Default to name at point and use it in prompt.
1026         Remove colon from arg in all callers.
1027         (list-faces-display): Hyperlink to face descriptions and customize
1028         buffers.
1030 2000-02-16  Per Abrahamsen  <abraham@dina.kvl.dk>
1032         * wid-edit.el (widget-match-inline): An atom never matches a
1033         list.
1035 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
1037         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
1038         at ':' characters by call to split-string.
1040 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
1042         * textmodes/bibtex.el: Added RCS version identification.
1044 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
1046         * textmodes/bibtex.el: Some temporary comments removed.
1047         (bibtex-field-name, bibtex-entry-type): Made the relationship
1048         explicit.
1049         (bibtex-field-const): Allow capital letters.
1050         (bibtex-start-of-string): Deleted because unused.
1052         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
1053         use the term 'reference' to describe a bibtex entry as a whole.
1054         Further, reference keys are no longer called 'labels'.
1055         (bibtex-keys): Renamed to bibtex-reference-keys.
1056         (bibtex-reformat-previous-labels): Renamed to
1057         bibtex-reformat-previous-reference-keys.
1058         (bibtex-reference-type): Renamed to bibtex-entry-type.
1059         (bibtex-reference-head): Renamed to bibtex-entry-head.
1060         (bibtex-reference-maybe-empty-head): Renamed to
1061         bibtex-entry-maybe-empty-head.
1062         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
1063         (bibtex-search-reference): Renamed to bibtex-search-entry.
1064         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
1065         bibtex-enclosing-entry-maybe-empty-head.
1066         (bibtex-entry-field-alist, bibtex-entry-head,
1067         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
1068         bibtex-map-entries, bibtex-search-entry,
1069         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
1070         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1071         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
1072         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
1073         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
1074         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
1075         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
1077 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
1079         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
1080         comment.
1081         (bibtex-format-field-delimiters): New function, functionality
1082         extracted from bibtex-format-entry.
1083         (bibtex-autokey-get-yearfield-digits): New function, functionality
1084         extracted from bibtex-autokey-get-yearfield.
1086         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
1087         entries in order to avoid stack overflow in the regexp matcher if
1088         field contents become large.
1089         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
1090         bibtex-field-string-part-not-braced,
1091         bibtex-field-string-part-no-inner-braces,
1092         bibtex-field-string-part-1-inner-brace,
1093         bibtex-field-string-part-2-inner-braces,
1094         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
1095         bibtex-field-string-quoted, bibtex-field-string,
1096         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
1097         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
1098         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
1099         as parsing is now performed by the following functions.
1100         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
1101         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
1102         bibtex-parse-field-string, bibtex-search-forward-field-string,
1103         bibtex-parse-association, bibtex-field-name-for-parsing,
1104         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
1105         bibtex-search-forward-field, bibtex-search-backward-field,
1106         bibtex-start-of-field, bibtex-end-of-field,
1107         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
1108         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
1109         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
1110         bibtex-parse-string, bibtex-search-forward-string,
1111         bibtex-search-backward-string, bibtex-start-of-string,
1112         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
1113         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
1114         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
1115         entries.  Instead of reporting the results of the parsing by
1116         match-beginning or match-end, these functions return data structures
1117         that hold the corresponding positions.
1118         (bibtex-enclosing-field): Changed to also report field boundaries by
1119         return values rather than by match-beginning or match-end.  The
1120         following functions have been adapted to use the new parsing
1121         functions.
1122         (bibtex-skip-to-valid-entry, bibtex-search-reference,
1123         bibtex-enclosing-field, bibtex-format-entry,
1124         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
1125         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
1126         bibtex-print-help-message, bibtex-end-of-entry,
1127         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
1128         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1129         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
1130         method for parsing.
1131         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
1132         bibtex-map-entries, bibtex-flash-head,
1133         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
1134         bibtex-autokey-change, bibtex-autokey-get-namefield,
1135         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
1136         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1137         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
1138         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1139         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
1140         order to make the new binding of case-fold-search immediately
1141         visible.
1143 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
1145         * textmodes/bibtex.el: Copyright notice is up to date.
1146         Added constant 'bibtex-maintainer-salutation.
1148         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
1149         than make-temp-name, use match-string-no-properties and eliminate
1150         a quadratic behavior when building bibtex-strings.
1152         * bibtex.el (bibtex-reference-key): Accept string entries whose
1153         reference key contains upper case letters.
1155 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
1157         * bibtex.el (bibtex-reference-head): Allow entries to start with
1158         a new line.
1160 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
1162         * bibtex.el: Hiding of entry bodies is not longer provided by
1163         bibtex.el directly.  Instead the hideshow package can be used.
1164         Added a special bibtex entry to hs-special-modes-alist.
1165         (bibtex-hs-forward-sexp): Added for hideshow.el.
1167 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
1169         * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
1170         at ':' characters by call to split-string.
1172 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
1174         * textmodes/bibtex.el: Added RCS version identification.
1176 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
1178         * textmodes/bibtex.el: Some temporary comments removed.
1179         (bibtex-field-name, bibtex-entry-type): Made the relationship
1180         explicit.
1181         (bibtex-field-const): Allow capital letters.
1182         (bibtex-start-of-string): Deleted because unused.
1183         
1184         * textmodes/bibtex.el: Unified some nomenclature.  We no longer
1185         use the term 'reference' to describe a bibtex entry as a whole.
1186         Further, reference keys are no longer called 'labels'.
1187         (bibtex-keys): Renamed to bibtex-reference-keys.
1188         (bibtex-reformat-previous-labels): Renamed to
1189         bibtex-reformat-previous-reference-keys.
1190         (bibtex-reference-type): Renamed to bibtex-entry-type.
1191         (bibtex-reference-head): Renamed to bibtex-entry-head.
1192         (bibtex-reference-maybe-empty-head): Renamed to
1193         bibtex-entry-maybe-empty-head.
1194         (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
1195         (bibtex-search-reference): Renamed to bibtex-search-entry.
1196         (bibtex-enclosing-reference-maybe-empty-head): Renamed to
1197         bibtex-enclosing-entry-maybe-empty-head.
1198         (bibtex-entry-field-alist, bibtex-entry-head,
1199         bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
1200         bibtex-map-entries, bibtex-search-entry,
1201         bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
1202         bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1203         bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
1204         bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
1205         bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
1206         bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
1207         bibtex-complete-key, bibtex-String) : Use the new nomenclature.
1209 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
1211         * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
1212         comment.
1213         (bibtex-format-field-delimiters): New function, functionality
1214         extracted from bibtex-format-entry.
1215         (bibtex-autokey-get-yearfield-digits): New function, functionality
1216         extracted from bibtex-autokey-get-yearfield.
1217         
1218         * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
1219         entries in order to avoid stack overflow in the regexp matcher if
1220         field contents become large.
1221         (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
1222         bibtex-field-string-part-not-braced,
1223         bibtex-field-string-part-no-inner-braces,
1224         bibtex-field-string-part-1-inner-brace,
1225         bibtex-field-string-part-2-inner-braces,
1226         bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
1227         bibtex-field-string-quoted, bibtex-field-string,
1228         bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
1229         bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
1230         bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
1231         as parsing is now performed by the following functions.
1232         (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
1233         bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
1234         bibtex-parse-field-string, bibtex-search-forward-field-string,
1235         bibtex-parse-association, bibtex-field-name-for-parsing,
1236         bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
1237         bibtex-search-forward-field, bibtex-search-backward-field,
1238         bibtex-start-of-field, bibtex-end-of-field,
1239         bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
1240         bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
1241         bibtex-parse-string-prefix, bibtex-parse-string-postfix,
1242         bibtex-parse-string, bibtex-search-forward-string,
1243         bibtex-search-backward-string, bibtex-start-of-string,
1244         bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
1245         bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
1246         bibtex-end-of-text-in-string): New functions for the parsing of bibtex
1247         entries.  Instead of reporting the results of the parsing by
1248         match-beginning or match-end, these functions return data structures
1249         that hold the corresponding positions.
1250         (bibtex-enclosing-field): Changed to also report field boundaries by
1251         return values rather than by match-beginning or match-end.  The
1252         following functions have been adapted to use the new parsing
1253         functions.
1254         (bibtex-skip-to-valid-entry, bibtex-search-reference,
1255         bibtex-enclosing-field, bibtex-format-entry,
1256         bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
1257         bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
1258         bibtex-print-help-message, bibtex-end-of-entry,
1259         bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
1260         bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1261         bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
1262         method for parsing.
1263         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
1264         bibtex-map-entries, bibtex-flash-head,
1265         bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
1266         bibtex-autokey-change, bibtex-autokey-get-namefield,
1267         bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
1268         bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
1269         bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
1270         bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
1271         bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
1272         order to make the new binding of case-fold-search immediately
1273         visible.
1275 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
1277         * textmodes/bibtex.el: Copyright notice is up to date.
1278         Added constant 'bibtex-maintainer-salutation.
1279         
1280         * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
1281         than make-temp-name, use match-string-no-properties and eliminate
1282         a quadratic behavior when building bibtex-strings.
1283         
1284         * bibtex.el (bibtex-reference-key): Accept string entries whose
1285         reference key contains upper case letters.
1287 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
1289         * bibtex.el (bibtex-reference-head): Allow entries to start with
1290         a new line.
1292 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
1294         * bibtex.el: Hiding of entry bodies is not longer provided by
1295         bibtex.el directly.  Instead the hideshow package can be used.
1296         Added a special bibtex entry to hs-special-modes-alist.
1297         (bibtex-hs-forward-sexp): Added for hideshow.el.
1299 2000-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
1301         * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
1302         proceedings entry type (for cross referencing). Thanks to Wagner
1303         Toledo Correa for the suggestion.
1305         * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
1307 2000-02-14  Kenichi Handa  <handa@etl.go.jp>
1309         * international/characters.el: Setup case table for Vietnamese.
1311 2000-02-12  Gerd Moellmann  <gerd@gnu.org>
1313         * uniquify.el (toplevel): Require CL at compile time.
1314         (uniquify-push): Removed.
1316         * shadowfile.el (shadow-when): Removed.
1318         * tempo.el (tempo-dolist, tempo-mapc): Removed.
1319         (tempo-process-and-insert-string): Use dolist instead of
1320         tempo-dolist.
1322         * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
1323         regexp for paragraph-start.
1325         * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
1326         commas as well.
1328 2000-02-10  Dave Love  <fx@gnu.org>
1330         * wid-edit.el: (widgets) [defgroup]: Remove url link.
1331         (widget-color-choice-list, widget-color-history, widget-mouse-help):
1332         Deleted.
1333         (widget-specify-field, widget-specify-button): Don't use
1334         widget-mouse-help as help-echo property.
1335         (default): Use #'ignore for :validate and :mouse-down-action.
1336         (checkbox): Add help-echo.
1337         (widget-sexp-validate): Rewritten to clarify error messages.
1338         (character): Use char-valid-p in :match function.
1339         (widget-color-complete): Use facemenu-color-alist.
1340         (widget-color-action): Use facemenu-read-color.
1342         * emacs-lisp/cl-macs.el: Don't bother testing for defalias.  Don't
1343         set up `caar' &c that we now have.
1345 2000-02-09  Ray Blaak  <blaak@gnu.org>
1347         * delphi.el: Make resourcestring a declaration region, like const
1348         and var.
1350 2000-02-09  Dave Love  <fx@gnu.org>
1352         * bindings.el (mode-line-input-method-map): New variable.
1353         (mode-line-mule-info): Use it; fix last change.
1354         (mode-line-mode-menu): Move definition.
1355         (mode-line-mouse-sensitive-p): Deleted.
1356         (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
1357         (make-mode-line-mouse-sensitive): Deleted.  Body moved to top
1358         level.
1360         * startup.el (command-line-1): Don't call
1361         make-mode-line-mouse-sensitive.
1363 2000-02-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
1365         * mail/rmail.el (rmail-retry-failure): Use
1366         rmail-beginning-of-message before rmail-toggle-header, because the
1367         former toggles headers.
1369 2000-02-06  Stefan Monnier  <monnier@cs.yale.edu>
1371         * diff-mode.el (diff-kill-junk): New interactive function.
1372         (diff-reverse-direction): Use delete-and-extract-region.
1373         (diff-post-command-hook): Restrict the area so that the hook also works
1374         outside of any diff hunk.  This is necessary for the minor-mode.
1375         (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
1376         (diff-minor-mode): Setup the hooks for header-hunk rewriting.
1378         * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
1379         (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
1380         so that it can be used more easily in <foo>-mode-hook.  Also make sure
1381         to avoid duplicate entries.
1382         (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
1383         (font-lock-remove-keywords): Just as was done for `add', allow it to
1384         work even if font-lock-mode is nil.  Also make sure we don't modify
1385         any pre-existing list by forcing a copy-sequence.  Finally rename
1386         `major-mode' to `mode'.
1387         (font-lock-fontify-syntactic-anchored-keywords)
1388         (font-lock-fontify-anchored-keywords)
1389         (font-lock-fontify-keywords-region): Use line-end-position.
1390         Don't make `font-lock-multiline' local (it's now done in
1391         font-lock-set-defaults).
1392         (font-lock-set-defaults): Make `font-lock-multiline' local.  Also
1393         move the `font-lock-fontified' creation to inside the `unless'.
1395 2000-02-06  Andrew Innes  <andrewi@gnu.org>
1397         * term/w32-win.el (x-handle-args): Comment out call to message,
1398         which occurs before window system is initialized.
1400         * makefile.nt: Add support for recompiling lisp code.
1402 2000-02-04  Dave Love  <fx@gnu.org>
1404         * bindings.el (mode-line-mule-info): Fix/extend last change.
1406         * completion.el: Replace completion-dolist with dolist.
1408         * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
1409         dotimes.
1411 2000-02-04  Carsten Dominik  <dominik@strw.leidenuniv.nl>
1413         * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
1414         environment names before they go into the section regexp.
1416         * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
1417         char class in regexp.
1419         * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
1420         `case-fold-search' to nil.
1422         * progmodes/idlwave.el (idlwave-template): Respect
1423         `idlwave-abbrev-change-case'.
1424         (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
1425         idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
1426         idlwave-while): respect `idlwave-reserved-word-upcase'.
1427         (idlwave-rw-case): New function.
1428         (idlwave-statement-match): Fixed problem with assignment regexp.
1429         (idlwave-font-lock-keywords): Improved regexp for keyword
1430         parameters.
1431         (idlwave-surround): New argument LENGTH to support padding of
1432         operators longer than 1 char.
1434         * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
1435         idlwave-shell-expression-overlay.  Implemented printing of
1436         expressions on higher levels of the calling stack.
1437         (idlwave-shell-display-level-in-calling-stack): Restore stack
1438         level.
1439         (idlwave-retrieve-expression-from-level): New function.
1440         (idlwave-shell-last-calling-stack): Variable removed.
1441         (idlwave-shell-reset): Argument action reversed (`visible' to
1442         `hidden').  Also remove stop-line overlay.
1443         (idlwave-shell-calling-stack-routine): New variable.
1444         (idlwave-shell-parse-stack-and-display): Messages now display
1445         negative level numbers.
1446         (idlwave-shell-mode): Set `modeline-format'.
1447         (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
1448         (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
1449         21.
1450         (idlwave-shell-print-expression-function): New option.
1452         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
1453         idlwave-toolbar-remove-everywhere): Keybindings prefix is now
1454         `tool-bar' instead of `toolbar'.
1456 2000-02-02  Dave Love  <fx@gnu.org>
1458         * emacs-lisp/cl.el: Use bytecomp-load-hook, not
1459         emacs-lisp-mode-hook.  Don't check for defalias being defined.
1461         * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1462         (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.  Use
1463         the new builtins directly.
1465         * whitespace.el (whitespace): Add :version to defgroup.
1467         * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
1468         Doc fix.
1470         * thingatpt.el (sexp-at-point, symbol-at-point)
1471         (number-at-point, list-at-point): Add autoload cookie.
1473         * recentf.el (recentf): Add :version to defgroup.
1475         * quickurl.el (quickurl): Add :version to defgroup.
1477         * elide-head.el (elide-head): Use point-marker more.
1479         * bs.el (bs): Add :version to defgroup.
1481         * autorevert.el (global-auto-revert-mode): Add autoload cookie.
1483         * progmodes/delphi.el (delphi): Add :version to defgroup.
1485 2000-02-02  Gerd Moellmann  <gerd@gnu.org>
1487         * ange-ftp.el (ange-ftp-write-region): Handle case that
1488         succeeding process operation sets a different coding system.
1490         * calculator.el: New file.
1492 2000-02-02  Eli Zaretskii  <eliz@is.elta.co.il>
1494         * frame.el (frames-on-display-list, framep-on-display): New
1495         functions.
1496         (display-mouse-p, display-popup-menus-p, display-graphic-p)
1497         (display-selections-p, display-screens, display-pixel-width)
1498         (display-pixel-height, display-mm-width, display-mm-height)
1499         (display-backing-store, display-save-under, display-planes)
1500         (display-color-cells, display-visual-class): New functions.
1502         * term/tty-colors.el (tty-color-gray-shades): New function.
1504         * faces.el (display-color-p): Use framep-on-display.
1505         (display-grayscale-p): New function.
1507 2000-01-31  Dave Love  <fx@gnu.org>
1509         * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
1510         (create-fontset-from-x-resource): Don't concat integers.
1512 2000-01-31  Inge Frick  <inge@nada.kth.se>
1514         * view.el: Some changes in documentation.  Removed some trailing
1515         whitespace. Changed some parameter names to agree with
1516         documentation.
1517         (view-mode-exit): Keep entry in `view-return-to-alist' only when a
1518         window is not deleted.  Modifies change 1998-04-26.
1520 2000-01-31  Gerd Moellmann  <gerd@gnu.org>
1522         * windmove.el: New file.
1524         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1525         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1526         progmodes/ebnf-yac.el: Update copyright and license info.
1528         * jit-lock.el (jit-lock-function): Widen before calculating end
1529         position.
1530         (jit-lock-stealth-chunk-start): Rewritten.
1532         * info.el (Info-title-face-alist): Removed.
1533         (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
1534         faces.
1535         (Info-fontify-node): Use these faces.
1537 2000-01-30  Gerd Moellmann  <gerd@gnu.org>
1539         * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
1540         (cl-macro-list1): Recognize `&allow-other-keys' instead of
1541         `&allow-other-keywords'.
1543         * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
1544         the list of directories scanned heuristically.
1546         * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
1547         exist.
1549 2000-01-30  Jason Rumney  <jasonr@gnu.org>
1551         * w32-fns.el: Define w32-tty-standard-colors.
1553         * startup.el (command-line): Use w32-tty-standard-colors when in
1554         w32 console mode.
1556 2000-01-30  Dave Love  <fx@gnu.org>
1558         * jka-compr.el (jka-compr-load): Fix up load-history.
1560         * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
1562         * emacs-lisp/cl-macs.el: Revert previous change.
1564 2000-01-29  Dave Love  <fx@gnu.org>
1566         * facemenu.el: Purecopy various strings.
1568         * timezone.el (timezone-fix-time): Window against 69 for two-digit
1569         years.  Deal with three-digit years.
1571         * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
1572         defconst, purecopy.
1573         (help-back-label): Purecopy it.
1575 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
1577         * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
1578         variable. If non-nil, order the buffer list according to the
1579         currently selected frame.
1580         (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
1581         non-nil, pass the selected frame to function buffer-list.
1583 2000-01-29  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
1585         * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
1587 2000-01-28  Dave Love  <fx@gnu.org>
1589         * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
1591         * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
1592         Don't use lisp-indent-hook property.
1593         (cl-abs): Remove.
1595         * subr.el: Move out indent and edebug specs for when and unless.
1597         * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
1598         when, unless.
1600         * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
1601         unless, when.
1603 2000-01-28  Gerd Moellmann  <gerd@gnu.org>
1605         * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
1606         `collecting' as synonym for `collect'.
1608         * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
1609         for the case it contains spaces.
1611         * simple.el (what-cursor-position): Change formatting of
1612         messages.
1614         * frame.el (delete-other-frames): New function.
1615         (toplevel): Bind it to C-x 5 1.
1617         * sort.el (sort-numeric-base): New option.
1618         (sort-numeric-fields): If number starts with `0' or `0[xX[',
1619         interpret it as octal or hexadecimal.  Use sort-numeric-base
1620         as default base.
1622         * progmodes/glasses.el: New file.
1624 2000-01-27  Gerd Moellmann  <gerd@gnu.org>
1626         * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
1627         userids differently.
1629         * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
1630         progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
1631         progmodes/ebnf-yac.el: New files.
1633 2000-01-26  Dave Love  <fx@gnu.org>
1635         * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
1636         on a function with an empty body.  [From Eric Ludlam.]
1638 2000-01-25  Andre Spiegel  <spiegel@gnu.org>
1640         * vc.el (vc-version-diff): Make sure file name is expanded.
1642 2000-01-25  Gerd Moellmann  <gerd@gnu.org>
1644         * scroll-bar.el (scroll-bar-timer): Variable removed.
1645         (scroll-bar-toolkit-scroll): Don't use a timer.
1647 2000-01-25  Kenichi Handa  <handa@etl.go.jp>
1649         * language/thai-util.el (thai-composition-function): Delete
1650         superfluous `a'.
1652 2000-01-24  Dave Love  <fx@gnu.org>
1654         * fortran.el (fortran-mode): Use beginning-of-defun-function,
1655         end-of-defun-function.
1657         * font-lock.el (turn-on-font-lock): Don't depend on window-system
1658         &c.
1660 2000-01-22  Jason Rumney  <jasonr@gnu.org>
1662         * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
1663         conflicts with new face support.
1665 2000-01-22  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1667         * replace.el (query-replace): Rename last arg to DELIMITED.
1668         (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
1669         (query-replace-regexp): Likewise.
1671 2000-01-20  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1673         * subr.el (with-syntax-table): Use make-symbol, not gensym.
1675         * emacs-lisp/lisp.el (beginning-of-defun-function):
1676         Variable renamed from beginning-of-defun.
1677         Do not call make-variable-buffer-local.
1678         (beginning-of-defun-raw): Use new variable name; doc fix.
1679         (beginning-of-defun): Doc fix.
1680         (end-of-defun-function): Variable renamed from end-of-defun.
1681         Do not call make-variable-buffer-local.
1682         (end-of-defun): Use new variable name; doc fix.
1684         * subr.el (dolist, dotimes): Copied from cl-macs.el
1685         and made to work.
1687         * mail/undigest.el (rmail-digest-end-regexps):
1688         Variable replaces rmail-digest-end-regexp.
1689         Allows multiple regexps for detecting the end line.
1690         (undigestify-rmail-message): Corresponding changes.
1692 2000-01-19  Dave Love  <fx@gnu.org>
1694         * files.el (user-init-file): Don't declare here -- is primitive.
1696         * startup.el (command-line): Check for compiled user-init-file and
1697         set to uncompiled version if necessary.
1699 2000-01-18  Gerd Moellmann  <gerd@gnu.org>
1701         * mail/undigest.el (rmail-digest-end-regexp): New user option.
1702         (undigestify-rmail-message): Use it.
1704         * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
1706 2000-01-17  Gerd Moellmann  <gerd@gnu.org>
1708         * tmm.el (tmm-goto-completions): Adapt to prompt being part
1709         of mini-buffer.
1711 2000-01-14  Gerd Moellmann  <gerd@gnu.org>
1713         * emacs-lisp/copyright.el (copyright-update): Removed the
1714         requirement for a trailing space from `copyright-regexp', to
1715         support copyrights with owner specified on a separate line..
1717         * align.el: New file.
1719         * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
1721         * net/eudc.el (toplevel): Define EUDC menu for Emacs.
1723 2000-01-13  Dave Love  <fx@gnu.org>
1725         * ph.el: Removed.  (Obsoleted by EUDC.)
1727 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
1729         * net/eudc.el (toplevel): Remove autoloaded code installing
1730         menu with easymenu, because that causes build problems.
1732         * frame.el (frame-notice-user-settings): New variable.
1733         (frame-notice-user-settings): Don't modify frame parameters
1734         if called a second time.
1736 2000-01-13  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1738         * frame.el (frame-notice-user-settings):
1739         Notice default-frame-parameters even for non-window frames.
1741 2000-01-13  Gerd Moellmann  <gerd@gnu.org>
1743         * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
1744         for Emacs.
1745         (eudc-bob-can-display-inline-images): Extend for Emacs.
1746         (eudc-bob-toggle-inline-display): Ditto.
1747         (eudc-bob-display-jpeg): Ditto.
1749 2000-01-12  Gerd Moellmann  <gerd@gnu.org>
1751         * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1752         net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
1753         net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
1755         * add-log.el (add-change-log-entry): Fix error trying an `(insert
1756         nil)'.
1758         * subdirs.el: Add `net' directory.
1760         * net: New directory.
1762         * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
1763         eval-last-sexp.  Don't bind debug-on-error here.
1764         (eval-last-sexp): New function.  Bind debug-on-error if
1765         eval-expression-debug-on-error is non-nil.
1766         (eval-defun-2, eval-defun): Likewise.
1768         * simple.el (eval-expression): Don't bind debug-on-error if
1769         eval-expression-debug-on-error is nil.  Detect changed
1770         debug-on-error, and propagate new value to global binding, if
1771         eval-expression-debug-on-error is non-nil,
1772         (eval-expression-debug-on-error): Change doc string.
1774 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1776         * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
1778         * emacs-lisp/lisp-mode.el (with-syntax-table):
1779         Set up lisp-indent-function property.
1781         * subr.el (with-syntax-table): Moved from simple.el.
1783         * simple.el (with-syntax-table): Moved to subr.el.
1785 2000-01-11  Gerd Moellmann  <gerd@gnu.org>
1787         * tmm.el (tmm-shortcut): Delete region after prompt instead
1788         of erasing buffer.
1790         * textmodes/fill.el (fill-common-string-prefix): New function.
1791         (fill-context-prefix): Use the longest common prefix of first
1792         and second line fill prefix, if there is one.
1794 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1796         * array.el (array-mode): Don't use make-variable-buffer-local.
1797         Use make-local-variable for `truncate-lines'.
1799 2000-01-11  Jari Aalto  <jari.aalto@poboxes.com>
1801         * add-log.el (add-log-current-defun): Handle user-defined
1802         add-log-current-function returning nil,
1804         * add-log.el (add-change-log-entry): Insert version number
1805         if having found a current function
1807         * add-log.el (add-log-current-defun): Call
1808         `add-log-current-defun-function'.  Try matches at level 0 and
1809         level 1.  Strip whitespace from defun found.
1811 2000-01-10  John Wiegley  <johnw@gnu.org>
1813         * allout.el (isearch-done/outline-provisions): Added `edit'
1814         argument to correspond with the current definition of
1815         `isearch-done'.
1817 2000-01-10  Dave Love  <fx@gnu.org>
1819         * elide-head.el (elide-head): Use point-marker, not point.
1821 2000-01-10  Gerd Moellmann  <gerd@gnu.org>
1823         * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
1824         before and after the year 2000.
1826         * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
1827         Add ispell- prefix.
1829 2000-01-10  Ken Stevens  <k.stevens@ieee.org>
1831         * ispell.el:  Only define dictionaries in menus when they exist.
1832         (version18p): New variable.
1833         (version20p): New variable.
1834         (xemacsp): New variable.
1835         (ispell-choices-win-default-height): Fix for XEmacs visibility.
1836         (ispell-dictionary-alist1): Added Brasileiro dictionary.
1837         (ispell-dictionary-alist6): Russian command lines no longer accept
1838         run-together words.
1839         (ispell-local-dictionary-alist): Add koi8-r to customize definition.
1840         (ispell-dictionary-alist): Add koi8-r to customize definition.
1841         (check-ispell-version): Added documentation string.  Returns
1842         library path when called non-interactively.
1843         (ispell-menu-map-needed): Uses new variables.
1844         (ispell-library-path): New variable.
1845         (ispell-decode-string): XEmacs fix for bogus variable bindings.
1846         (ispell-word): Improved documentation string.  Test for valid
1847         character mappings.  Correctly check typed in word changes that can
1848         result in single words split into multiple words.  Returns
1849         replacement word.
1850         (ispell-command-loop): Fixes XEmacs display bugs.  Show word to
1851         replace in recursive query replace mode.  Help message for
1852         recursive edit mode.
1853         (ispell-show-choices): Protect against bad framepop bindings.
1854         (ispell-help): Fix to work with XEmacs.
1855         (ispell-highlight-spelling-error): Use new variables.
1856         (ispell-overlay-window): Fix to work with XEmacs.
1857         (ispell-parse-output): Passed and returns location information
1858         tracking spelling corrections.  Doesn't recheck same word on
1859         current line.
1860         (ispell-init-process): Protect against bogus XEmacs variable binding.
1861         Fix call to single argument in sleep-for.  Use new variables.
1862         (ispell-region): Passed and returns location information tracking
1863         spelling corrections.  Doesn't check same word on current line.
1864         Improved documentation string.  Doesn't resend a line already
1865         checked to the ispell process - fixes bug in LaTeX parsing.
1866         (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
1867         (ispell-skip-region): No longer skips <TT> in SGML.
1868         (ispell-process-line): Tracks location information with spelling
1869         corrections.  Added documentation string.  Accounts for words
1870         already accepted on this line.  Don't allow query-replace on line
1871         starting with math characters.  Doesn't resend a line already sent
1872         to ispell process.  Fixes alignment error bug.
1874 2000-01-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
1876         * dired-x.el (dired-guess-shell-alist-default):
1877         Suggest xloadimage, which is free, not xv, which isn't.
1879         * ange-ftp.el (ange-ftp-file-name-nondirectory):
1880         Don't ever include the host name or user name in the value.
1882 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
1884         * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
1885         of a real newline.
1887 2000-01-09  Stephen Eglen  <stephen@gnu.org>
1889         * dired-x.el (dired-guess-shell-alist-default): Suggest xv
1890         for .png files.
1892 2000-01-09  Per Abrahamsen  <abraham@dina.kvl.dk>
1894         * cus-edit.el (custom-hook-convert-widget): Fix comment.
1896 2000-01-09  Gerd Moellmann  <gerd@gnu.org>
1898         * progmodes/cperl-mode.el: Replace ^F with ^L.
1900         * sendmail.el (toplevel): Provide `sendmail' when compiling
1901         before `require'ing rmail and mailalias to prevent infinite
1902         recursion.
1904 2000-01-08  Dave Love  <fx@gnu.org>
1906         * emacs-lisp/backquote.el: Remove inappropriate customization
1907         (allowing custom.el to use backquote).
1909 2000-01-07  Dave Love  <fx@gnu.org>
1911         * add-log.el (add-log-debugging): Deleted.
1912         (add-change-log-entry): Treat a backup FILE-NAME as its parent
1913         file.  Remove debugging code.
1914         (change-log-get-method-definition, change-log-name): Add doc.
1915         (change-log-sortable-date-at): New function.
1916         (change-log-merge): New command.
1918         * time.el (display-time-string-forms): Make the Mail string active.
1919         (display-time-update): Provide help-echo for load average.
1921         * bindings.el (make-mode-line-mouse2-map): New function.
1922         (mode-line-modified): Use it and simplify.
1923         (mode-line-mule-info): Provide help-echo info.
1924         (minor-mode-alist): Activate the strings.
1925         (make-mode-line-mouse-sensitive): Simplify for
1926         mode-line-buffer-identification.
1928 2000-01-07  Gerd Moellmann  <gerd@gnu.org>
1930         * play/pong.el: New file.
1932 2000-01-06  Dave Love  <fx@gnu.org>
1934         * array.el: Assorted cleanups for compiler warnings, doc strings,
1935         `array-' prefix for symbols.
1937 2000-01-05  Dave Love  <fx@gnu.org>
1939         * textmodes/outline.el (outline-mode-menu-bar-map): Add
1940         outline-headers-as-kill.
1941         (outline-mode): Define imenu-generic-expression.
1942         (outline-headers-as-kill): New command.
1944         * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
1945         from paragraph-start.
1946         (paragraph-indent-minor-mode): New command.
1948         * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
1949         M-C-e, M-C-h, C-j, C-xnd, TAB.
1950         (fortran-mode): Set beginning-of-defun, end-of-defun.
1951         (fortran-column-ruler): Simplify.
1952         (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
1953         (fortran-with-subprogram-narrowing): Likewise.
1954         (fortran-indent-subprogram): Call mark-defun.
1955         (fortran-check-for-matching-do): Change narrowing.
1957         * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
1958         (cl-lucid-hash-tag): Delete.
1959         (cl-hash-table-p): Correct test for native table.
1960         (cl-hash-table-count): Use hash-table-count.
1962         * browse-url.el (browse-url): Fix case of
1963         browse-url-browser-function being an alist.
1965 2000-01-05  Carsten Dominik  <cd@gnu.org>
1967         * textmodes/reftex-vars.el (reftex-parse-file-extension)
1968         (reftex-index-phrase-file-extension): New options.
1970         * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
1971         Use new option `reftex-index-phrase-file-extension'.
1973         * textmodes/reftex.el (reftex-access-parse-file): Use new option
1974         `reftex-parse-file-extension'.
1976 2000-01-05  Dave Love  <fx@gnu.org>
1978         * emacs-lisp/lisp.el (beginning-of-defun): New variable.
1979         (beginning-of-defun-raw): Use it.
1980         (end-of-defun): New variable.
1981         (end-of-defun): Use it.
1982         (check-parens): New command.
1984 2000-01-05  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
1986         * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
1987         (hs-show-block): Don't use `mapcar' when not accumulating.
1989         Fix buglet in local variables initialization.
1991 2000-01-05  Andreas Schwab  <schwab@suse.de>
1993         * hscroll.el (hscroll): Doc fix.
1995 2000-01-05  Carsten Dominik  <cd@gnu.org>
1997         * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
1998         idlw-toolbar.
2000         * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
2001         file idlw-rinfo.el.
2002         (idlwave-customize): load must read file idlw-shell.el.
2003         (idlwave-create-customize-menu): load must read file idlw-shell.el.
2005 2000-01-05  Carsten Dominik  <dominik@astro.uva.nl>
2007         * progmodes/idlw-shell.el: Also provide idlwave-shell
2008         * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
2009         * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
2011         * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
2012         both reftex-dcr and reftex-vcr.
2014         * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
2016 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2018         * ps-print.el: PostScript code now is in separate files, doc fix.
2019         (ps-print-version): New version number (5.0.3).
2020         (ps-header-lines, ps-left-header, ps-right-header): No more buffer
2021         local.
2022         (ps-spool-config): Initialization fix.
2023         (ps-print-prologue-1, ps-print-prologue-2)
2024         (ps-print-duplex-feature): PostScript code moved to separated file.
2025         (ps-background-image): Little code reformating.
2026         (ps-begin-file, ps-begin-job): Fix code.
2027         (ps-postscript-code-directory, ps-mark-code-directory): New vars.
2028         (ps-prologue-file): New fun.
2030 2000-01-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2032         * ps-vars.el: Eliminated.
2034         * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
2035         `;;;###autoload'.
2037         * ps-print.el: ps-vars eliminated, doc fix.
2038         (ps-print-version): New version number (5.0.2).
2039         (ps-spool-config): Initialization fix.
2040         (ps-print-customize): New fun.
2042 2000-01-04  Gerd Moellmann  <gerd@gnu.org>
2044         * autorevert.el (auto-revert-mode): Return value of
2045         auto-revert-mode.
2047 2000-01-04  Dave Love  <fx@gnu.org>
2049         * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
2050         menu items.
2052 2000-01-03  Dave Love  <fx@gnu.org>
2054         * elide-head.el (elide-head) [defgroup]: Add :version.
2056         * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
2057         (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
2058         `cl-hash-table-p', not `hash-table-p'.
2059         (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
2061 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
2063         * faces.el (face-read-integer, read-face-attribute)
2064         (color-defined-p, color-values): unspecified-{f,b}g are now
2065         strings.
2067 2000-01-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
2069         * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
2070         at comment end, and re-insert them after filling.
2072 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
2074         * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
2075         * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
2076         progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
2078 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
2080         * term/x-win.el (xw-defined-colors): Call color-supported-p,
2081         the new name of face-color-supported-p.
2083         * term/w32-win.el (xw-defined-colors): Likewise.
2085 2000-01-03  Eli Zaretskii  <eliz@is.elta.co.il>
2087         * simple.el (completion-setup-function): Count completion-size
2088         from minibuffer-prompt-end, not from point-min.
2090 2000-01-02  Eli Zaretskii  <eliz@is.elta.co.il>
2092         * faces.el (read-face-attribute, defined-colors, color-defined-p):
2093         Pass the frame to tty-color-* functions.
2094         (display-color-p, frame-set-background-mode): Pass the frame to
2095         tty-display-color-p.
2097         * term/tty-colors.el (tty-defined-color-alist): Renamed from
2098         tty-color-alist.
2099         (tty-color-alist, tty-modify-color-alist): New functions.
2100         (tty-color-define,  tty-color-clear, tty-color-approximate)
2101         (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
2102         an optional parameter FRAME.
2104 2000-01-01  Gerd Moellmann  <gerd@gnu.org>
2106         * image.el (create-image, defimage): Don't assume image data is a
2107         string.
2109         * image.el (defimage): Handle specifications containing :data
2110         instead of :file.
2111         (image-type-from-data): New function.
2112         (image-type-from-file-header): Use it.
2113         (create-image): Add parameter DATA-P.
2115 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2117         * echistory.el (electric-command-history): Call Command-history-setup
2118         and command-history-mode using their new conventions.
2120         * chistory.el (Command-history-setup): Don't switch buffers.  Take
2121         no args, and do not set major-mode, mode-name or the local map.
2122         (command-history-mode): New function, does some of those things
2123         Command-history-setup used to do.
2124         (list-command-history): Call command-history-mode, not
2125         Command-history-setup.
2126         (command-history): Renamed from command-history-mode.
2128 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2130         * arc-mode.el (archive-mode-map): Bind q to quit-window.
2132 1999-12-31  William M. Perry  <wmperry@aventail.com>
2134         * image.el (defimage): Images with the `:data' keyword should be
2135         considered valid as well.
2137 1999-12-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2139         * dired.el (dired-get-filename): Don't call file-name-absolute-p
2140         with FILE if FILE is nil.
2142 1999-12-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2144         * simple.el (choose-completion-string): In minibuffer,
2145         do not delete the prompt string.
2147 1999-12-30  Gerd Moellmann  <gerd@gnu.org>
2149         * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
2150         assigned to mode-line-mode-menu because bindings.el is dumped with
2151         Emacs, and thus the lists used for menu-item definition will be
2152         copied to pure space.  Emacs' menu code (parse_menu_item) doesn't
2153         like pure menu item definitions.
2155         * expand.el (expand-abbrev-hook): Return t if expansion was
2156         done, nil otherwise.
2158 1999-12-29  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2160         * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
2161         (tar-quit): Function deleted.
2163 1999-12-29  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
2165         * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
2166         was used but not declared.
2168         (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
2169         hs-find-block-beginning): Add or modify docstrings.
2171         (hs-isearch-show): Rewrite.
2173 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
2175         * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
2177         * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
2178         space in front of a C-style comment end.
2180 1999-12-28  Eli Zaretskii  <eliz@is.elta.co.il>
2182         * startup.el (command-line-1): Make mode line mouse-sensitive for
2183         the MS-DOS version as well.
2185 1999-12-28  Gerd Moellmann  <gerd@gnu.org>
2187         * bs.el: New file.
2189 1999-12-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2191         * textmodes/ispell.el (ispell-process-line):
2192         Add local var line-offset to adjust for the change
2193         in positions within the line, due to previous replacements.
2195 1999-12-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2197         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2198         Doc fixes.
2200 1999-12-27  Gerd Moellmann  <gerd@gnu.org>
2202         * add-log.el (change-log-version-number-regexp-list)
2203         (change-log-version-info-enabled): Change :version to 21.1.
2204         (toplevel): Require CL when compiling.
2206 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
2208         * add-log.el (change-log-version-number-regexp-list): Added tag
2209         :version 20.6
2210         (change-log-version-info-enabled): Added tag :version 20.6
2212 1999-12-27  Jari Aalto  <jari.aalto@poboxes.com>
2214         * add-log.el: More general version number search with
2215         user-configurable regexp list.
2216         (change-log-version-number-regexp-list): New user variable.
2217         (change-log-find-version): Rewritten.  Use user-configurable
2218         version numbering regexp list
2219         change-log-version-number-regexp-list.
2220         (change-log-find-version): Renamed to
2221         change-log-version-number-search
2222         (add-log-file-name-function): New.
2223         (change-log-search-vc-number): Added END paramaeter.  Added doc
2224         string to function.
2225         (change-log-version-rcs): Renamed.  Was
2226         change-log-search-vc-number.
2228 1999-12-26  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
2230         * progmodes/compile.el (compilation-goto-locus): Delete hideshow
2231         overlays if they interfere.
2232         (compilation-find-file): Make intangible overlays tangible.
2234         * progmodes/hideshow.el: Generally, synch w/ maintainer
2235         version 5.9.
2237         (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
2239         (hs-minor-mode-hook): Don't initialize.
2241         (hs-special-modes-alist): Rewrite value and docstring.
2243         (hs-minor-mode-prefix): Delete unused var.
2245         (hs-block-start-mdata-select): New var, buffer local.
2247         (hs-headline): New var.
2249         (hs-match-data, hs-forward-sexp): New funcs.
2251         (hs-hide-comment-region): New func.
2253         (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
2254         hs-safety-is-job-n, hs-hide-initial-comment-block,
2255         hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
2256         hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
2257         hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
2258         hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
2259         hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
2261         (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
2262         (hs-isearch-show-temporary): New funcs.
2264         (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
2266         (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
2268         When constructing menu, use `[(shift button2)]' notation.
2270 1999-12-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
2272         * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
2273         (jka-compr-compression-info-list): Add new elt to each vector.
2274         (jka-compr-write-region): Don't compress the data if it is
2275         already compressed.
2277         * jka-compr.el (jka-compr-really-do-compress): New variable.
2278         (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
2279         if visiting.
2280         (jka-compr-write-region): Set jka-compr-really-do-compress
2281         if visiting.  Test it when deciding to compress.
2283 1999-12-22  Gerd Moellmann  <gerd@gnu.org>
2285         * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
2286         with third argument t.
2288 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
2290         * antlr-mode.el: Version 1.2 is released.
2291         (antlr): This package has a web page.
2293 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
2295         * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
2296         regions.  Suggested by Dale Davis <Dale_Davis@securify.com>.
2297         (antlr-mode-map): New binding [C-c C-c].
2298         (antlr-mode-menu): New entries.
2300 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
2302         * antlr-mode.el: Respect Emacs conventions.
2303         ((require 'cl)): Only use during compilation.
2304         (antlr-language-for-option): New function to avoid using `find'.
2305         (antlr-mode): Use it.
2306         (antlr-with-syntax-table): Define new instead using XEmacs' one.
2307         (antlr-imenu-create-index-function): Change accordingly.
2308         (antlr-inside-rule-p): Ditto.
2309         (antlr-end-of-rule): Ditto.
2310         (antlr-end-of-body): Ditto.
2311         (antlr-beginning-of-rule): Ditto.
2312         (antlr-indent-line): Ditto.
2314 1999-11-21  Christoph Wedler  <Christoph.Wedler@sap.com>
2316         * antlr-mode.el: Really use `antlr-tab-offset-alist'.
2317         (antlr-set-tabs): Don't use hard-coded values.
2319         * antlr-mode.el: Minor navigation changes.  Not perfect, but this
2320         won't be possible without a huge time penalty.
2321         (antlr-skip-exception-part): Be more specific.
2322         (antlr-skip-file-prelude): Don't skip action prelude of next rule.
2323         Renamed from `antlr-skip-grammar-header'.
2324         (antlr-next-rule): Change accordingly.
2325         (antlr-end-of-body): Ditto.  Better error message.
2326         (antlr-beginning-of-body): Better error message.
2327         (antlr-imenu-create-index-function): Skip rule action prelude.
2329         * antlr-mode.el: Minor syntax highlighting changes.
2330         (antlr-font-lock-default-face): Deletia.
2331         (antlr-font-lock-tokendef-face): Changed color.
2332         (antlr-font-lock-tokenref-face): Changed color.
2333         (antlr-font-lock-literal-face): Changed color.
2334         (antlr-font-lock-additional-keywords): Minor changes.
2336 1999-12-20  Carsten Dominik  <cd@gnu.org>
2338         * progmodes/idlwave.el: New file.
2340         * progmodes/idlwave-rinfo.el: New file.
2342         * progmodes/idlwave-shell.el: New file.
2344         * progmodes/idlwave-toolbar.el: New file.
2346         * files.el (auto-mode-alist): idlwave-mode default for .pro files.
2348 1999-12-21  Gerd Moellmann  <gerd@gnu.org>
2350         * progmodes/cwarn.el: New file.
2352 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
2354         * bindings.el (completion-ignored-extensions): Add .pdf.
2356 1999-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
2358         * version.el: Put the version info into binary on MS-DOS as well.
2360 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
2362         * emacs-lisp/debug.el (debugger-continue): Don't continue if
2363         debugger-may-continue is nil.
2365 1999-12-18  Dave Love  <fx@gnu.org>
2367         * emacs-lisp/cl-macs.el: Remove conditional definition of
2368         eval-when-compile.  Don't specify abs, expt, gethash,
2369         hash-table-count, hash-table-p as side-effect-free here.
2370         (cl-emacs-type): Don't declare.
2371         (cl-compile-time-init): Remove Emacs 18 compiler patch.
2372         (cl-parse-loop-clause): Remove compatibility code.
2374         * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
2375         (side-effect-free-fns): Add gethash, hash-table-count.
2376         (side-effect-and-error-free-fns): Add hash-table-p.
2378         * emacs-lisp/cl.el: Remove Emacs 18 compatibility code.  Prepend
2379         `cl-' to autoload names for some hash functions.  Don't autoload
2380         eval-when-compile.  Don't provide mini-cl.
2381         (cl-emacs-type): Remove.
2382         (cl-map-extents): Remove compatibility code.
2384         * emacs-lisp/float.el: Bind free variables.
2386         * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
2388 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
2390         * bindings.el (completion-ignored-extensions): Add .tfm.
2392 1999-12-16  Dave Love  <fx@gnu.org>
2394         * faces.el (set-face-attribute): Purecopy the attributes set.
2396         * custom.el (custom-declare-variable): Purecopy value.
2398         * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
2399         (byte-extrude-byte-code-vectors): Use remprop.
2400         (byte-compile-lambda): Check that arg is a lambda.
2402 1999-11-16  Anders Lindgren  <AndersL@andersl.com>
2404         * font-lock.el: System for adding and removing keywords.
2405         Both local (previously added keyword) and global keywords
2406         can be removed.
2407         (font-lock-remove-keywords): New user-level function.
2408         (font-lock-update-removed-keyword-alist): New internal function.
2409         (font-lock-removed-keywords-alist): New variable.
2410         (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
2411         Empty `font-lock-keywords-alist' when `append' is `set' to avoid
2412         growing datastructures.
2413         (font-lock-set-defaults): Removes keywords stored in
2414         `font-lock-removed-keywords-alist' after local keywords added.
2416 1999-12-16  Anders Lindgren  <andersl@andersl.com>
2418         * font-lock.el (c-keywords, c++-keywords): Better "case" support for
2419         complex constant expressions, e.g. "case 1<<A_BIT_NO:".
2421         * font-lock.el (c-keywords): Only highlight preprocessor
2422         directives when spelled correctly.
2424         * font-lock.el (font-lock-match-c++-structor-declaration,
2425         c++-keywords): Fontify constructors and destructors with function
2426         face inside C++ class declarations.
2428 1999-12-16  Gerd Moellmann  <gerd@gnu.org>
2430         * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
2431         the shell from sh-shell-file.
2433         * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
2435 1999-12-16  Eli Zaretskii  <eliz@is.elta.co.il>
2437         * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
2438         if one of the files specified cannot be accessed by
2439         file-attributes.  Do not strip any leading directories from the
2440         file names, to behave more like `ls' does.
2442         * dired.el (dired-get-filename): Handle absolute file names.
2443         (dired-readin-insert): If argument is a cons, don't print
2444         "wildcard" on the ``total'' line.
2446 1999-12-15  Eli Zaretskii  <eliz@is.elta.co.il>
2448         * faces.el (face-read-integer, read-face-attribute)
2449         (color-defined-p, color-values): Allow color values unspecified-fg
2450         and unspecified-bg, handle them as unspecified.
2452 1999-12-15  Carsten Dominik  <dominik@astro.uva.nl>
2454         * textmodes/reftex.el: (reftex-compile-variables): respect new
2455         structure of `reftex-index-macro'
2456         (reftex-compile-variables): Use the changed structure of
2457         `reftex-label-alist'.
2459         * textmodes/reftex-vars.el (reftex-index-math-format,
2460         (reftex-toc-max-level): New option.
2461         reftex-index-phrases-search-whole-words,
2462         reftex-index-phrases-case-fold-search,
2463         reftex-index-phrases-skip-indexed-matches,
2464         reftex-index-phrases-wrap-long-lines,
2465         reftex-index-phrases-sort-prefers-entry,
2466         reftex-index-phrases-sort-in-blocks): New options.
2467         (reftex-index-macros): Option structure changed.
2468         (reftex-index-macros-builtin): Added `repeat' item to each entry.
2469         (reftex-label-alist): Additional item in each entry to specify if
2470         the environment should be listed in the TOC.
2471         (eval-when-compile (require 'cl)) added.
2473         * textmodes/reftex-index.el (reftex-index-selection-or-word): No
2474         longer deals with "repeat".
2475         (reftex-index): "repeat property in `reftex-index-macro-alist' is
2476         now used.
2477         (reftex-index-phrases-comment-regexp,
2478         reftex-index-phrases-macrodef-regexp,
2479         reftex-index-phrases-phrase-regexp1,
2480         reftex-index-phrases-phrase-regexp2,
2481         reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
2482         New constants.
2483         (reftex-index-phrases-macro-data, reftex-index-phrases-files,
2484         reftex-index-phrases-font-lock-keywords,
2485         reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
2486         reftex-index-phrases-restrict-file): New variables.
2487         (reftex-index-phrase-selection-or-word,
2488         reftex-index-visit-phrases-buffer,
2489         reftex-index-initialize-phrases-buffer,
2490         reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
2491         reftex-index-next-phrase, reftex-index-this-phrase,
2492         reftex-index-all-phrases, reftex-index-region-phrases,
2493         reftex-index-phrases-parse-header,
2494         reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
2495         reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
2496         reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
2497         reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
2498         reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
2499         reftex-index-make-replace-string,
2500         reftex-query-index-phrase-globally, reftex-query-index-phrase,
2501         reftex-index-phrase-match-is-indexed,
2502         reftex-index-phrases-fixup-line,
2503         reftex-index-phrases-replace-space,
2504         reftex-index-select-phrases-macro): New functions.
2505         (reftex-index-globalize, reftex-index-globally): functions removed
2506         (eval-when-compile (require 'cl)) added.
2508          * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
2509          for max level.
2510          (reftex-toc-max-level-indicator): New variable.
2511          (reftex-toc-max-level): New command.
2512          (reftex-toc-map): New keybinding `t'.
2513          (reftex-toc-help): Constant updated.
2514          (eval-when-compile (require 'cl)) added.
2516          * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
2517          `t' command key can change `reftex-toc-max-level'
2518          (eval-when-compile (require 'cl)) added.
2520          * textmode/reftex-sel (reftex-insert-docstruct): Respect
2521          `reftex-toc-max-level'
2522          (eval-when-compile (require 'cl)) added.
2524          * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
2525          added.
2527          * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
2528          added.
2530          * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
2531          commands.
2532          (reftex-citation, reftex-do-citation,
2533          reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
2534          preselect a citation format.
2535          (eval-when-compile (require 'cl)) added.
2537          * textmodes/reftex-parse.el (reftex-context-substring): Optional
2538          parameter to-end
2539          (reftex-section-info): Deal with environment matches.
2540          (eval-when-compile (require 'cl)) added.
2542          * reftex-global.el (eval-when-compile (require 'cl)) added.
2544 1999-12-15  Kenichi Handa  <handa@etl.go.jp>
2546         The following changes are for the new composition mechanism.  We
2547         have deleted `composition' charset and composite characters,
2548         instead introduced a special text property `composition'.
2550         * composite.el: New file.
2552         * ps-mule.el: Define encode-composition-rule and find-composition
2553         for Emacs 20.4 and the earlier versions.
2554         (ps-mule-init-external-library): Just require a feature for
2555         external libraries.
2556         (ps-mule-prologue): Postscript code modified for new composition.
2557         (ps-mule-find-wrappoint): New arg COMPOSITION.
2558         (ps-mule-plot-string): Delete code for composite characaters.
2559         (ps-mule-plot-composition): New funcion.
2560         (ps-mule-prepare-font-for-components): New function.
2561         (ps-mule-plot-components): New function.
2562         (ps-mule-composition-prologue-generated): Renamed from
2563         ps-mule-cmpchar-prologue-generated.
2564         (ps-mule-composition-prologue): New named from
2565         ps-mule-cmpchar-prologue.  Modified for new composition.
2566         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
2567         ps-mule-prepare-cmpchar-font): Deleted.
2568         (ps-mule-string-encoding): New arg NO-SETFONT.
2569         (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
2570         check Composing, not Cmpchar
2571         (ps-mule-initialize): Set ps-mule-composition-prologue-generated
2572         to nil.
2573         (ps-mule-begin-job): Check existence of new composition.
2575         * ps-print.el (ps-plot-region): Handle new composition.
2577         * simple.el (what-cursor-position): Show "(composed)" if the
2578         character is composed.
2580         * international/characters.el: Fix cateogries of Lao symbols.
2582         * international/fontset.el (vertical-centering-font-regexp): New
2583         variable.
2585         * international/mule.el (mule-version): Updated to 5.0 (AOI).
2586         (mule-version-date): Updated to 1999.12.7.
2587         (with-category-table): New macro.
2589         * international/mule-cmds.el (encode-coding-char): Don't check
2590         composite character.
2592         * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
2593         iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
2594         x-ctext): Give `composition' property t.
2596         * international/mule-util.el (set-nested-alist): Set BRANCHES (if
2597         non-nil) at the tail of ALIST.
2598         (compose-region, decompose-region, decompse-string,
2599         reference-point-alist, compose-chars): Moved to composite.el.
2600         (compose-chars-component, compose-chars-rule,
2601         decompose-composite-char): Deleted.
2603         * international/quail.el (quail-install-map): New optional arg
2604         NAME.
2605         (quail-get-translation): If DEF is a symbol but not a function,
2606         ignore it.
2607         (quail-start-translation): Put a key sequence undefined in the
2608         translation keymap in unread-command-events, not generated-events.
2609         Return parameterized event (compose-last-chars N) if the input
2610         characters should be composed.
2611         (quail-map-definition): If DEF is t, treat it as nil.
2612         (quail-delete-last-char): Delete the quail region.
2613         (quail-show-translations): Don't show list of translations if the
2614         quail package is deterministic.
2615         (quail-completion-max-depth): New variable.
2616         (quail-completion-1): Pay attention to the above variable.  Fix
2617         for the case that a translation is a function.
2618         (quail-map-from-table, quail-map-from-table-1,
2619         quail-map-from-table-2): New functions.
2620         (quail-lookup-map-and-concat): New function
2622         * language/devan-util.el: Mostly rewritten.
2624         * language/lao.el: Register lao-composition-function in
2625         composition-function-table.
2627         * language/lao-util.el: Mostly rewritten.
2629         * language/thai.el: Register thai-composition-function in
2630         composition-function-table.
2631         (thai-tis620): Delete `pre-write-conversion' property.
2633         * language/thai-util.el: (thai-category-table): Make it by
2634         make-category-table.
2635         (thai-composition-pattern): New variable.
2636         (thai-compose-region, thai-compose-string): Use
2637         with-category-table.
2638         (thai-post-read-conversion): Just call thai-compose-region.
2639         (thai-pre-write-conversion): Deleted.
2640         (thai-composition-function): New funciton.
2642         * language/tibet-util.el: Most functions rewritten.
2643         (tibetan-char-p): Renamed from tibetan-char-examin.
2644         (tibetan-composable-examin) (tibetan-complete-char-examin)
2645         (tibetan-vertical-stacking) (tibetan-composition): Deleted.
2646         (tibetan-add-components): New function.
2647         (tibetan-composition-function): New function.
2649         * language/tibetan.el: Register tibetan-composition-function in
2650         composition-function-table.
2651         (tibetan-composable-pattern): New variable.
2652         (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
2653         (tibetan-precomposition-rule-alist): Move punctuations to
2654         tibetan-punctuation-transcription-alist and
2655         tibetan-obsolete-glyphs.
2656         (tibetan-punctuation-transcription-alist): New variable.
2657         (tibetan-obsolete-glyphs): New variable.
2658         (tibetan-regexp): Improve the initialization code.
2660         * textmodes/fill.el (fill-find-break-point): Delete codes for
2661         composite characters.
2662         (fill-region-as-paragraph): Likewise.
2664 1999-12-14  Gerd Moellmann  <gerd@gnu.org>
2666         * international/mule-cmds.el (default-input-method): Specify
2667         that it should be set after current-language-environment.
2669         * custom.el (custom-handle-keyword): Add :set-after.
2670         (custom-add-dependencies): New function.
2671         (custom-set-variables): Take dependencies between args into
2672         account.
2674         * battery.el (battery): Doc fix.
2676 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
2678         * progmodes/cc-make.el: Removed.
2680 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2682         * Release of cc-mode 5.26
2684 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2686         * cc-cmds.el (c-forward-conditional): Handle an arbitrary
2687         target depth.  Optionally count #else lines as clause limits,
2688         as suggested by don provan <provan@lucent.com>.  #elif
2689         handling fixed.
2691         * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
2692         (c-down-conditional-with-else): New commands that uses the
2693         added functionality in `c-forward-conditional'.
2695 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2697         * cc-align.el (c-lineup-comment): Preserve the alignment with
2698         a comment on the previous line instead of preserving the
2699         comment-column.
2701 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2703         * Fixes to IDL mode after input from Eric Eide
2704         <eeide@cs.utah.edu>:
2705         * cc-engine.el (c-beginning-of-statement-1): Allow
2706         `c-conditional-key' to be nil, for the benefit of IDL mode.
2707         * cc-engine.el (c-guess-basic-syntax): Ditto.
2708         cc-langs.el (C-IDL-class-key): Fixed.  Don't match `class'
2709         but do match CORBA 2.3 `valuetype'.
2710         * cc-langs.el (c-IDL-access-key): New defconst.  Should be nil
2711         for IDL.
2712         * cc-langs.el (c-IDL-conditional-key): New defconst.  Should
2713         be nil for IDL.
2714         * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
2715         Like C++.
2716         * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts.  Also,
2717         set `c-method-key' and `c-baseclass-key' to nil.
2719 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2721         * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
2722         with nonhanging open braces.
2724 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2726         * cc-align.el: Added docstrings to all lineup functions.
2728         * cc-align.el (c-lineup-java-throws): Handle a hanging throws
2729         keyword.
2731         * cc-align.el (c-lineup-C-comments): Handle free form text
2732         comments.  Use c-comment-prefix-regexp and comment-start-skip
2733         instead of hardcoded regexps.
2735 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2737         * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
2738         behavior and return value as documented.
2740 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2742         * Changes for new style variable init system:
2743         * cc-langs.el (c-common-init): Dito.
2744         * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
2745         now customizable.
2746         * cc-vars.el: Style variables may now take a value
2747         'set-from-style to make them take their value from the style
2748         system. This value is now the default on all these variables.
2749         * cc-vars.el (c-valid-offset): New function to verify a
2750         syntactic symbol offset setting.
2751         * cc-vars.el (c-offsets-alist): Variable moved from
2752         cc-styles.el since it's now customizable in a similar way to
2753         the other style variables.
2754         * cc-vars.el (c-old-style-variable-behavior): New variable to
2755         revert to the old style init behavior.
2757         * cc-vars.el (c-file-style, c-file-offsets): Made always
2758         buffer local.
2760         * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
2761         the throws clause that might follow the function prototype in
2762         C++.
2764 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2766         * cc-defs.el (c-beginning-of-macro): Fixed bug where point
2767         could move forward for macros that doesn't start in column 0.
2769 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2771         * cc-align.el (c-indent-multi-line-block,
2772         c-lineup-whitesmith-in-block): Two new lineup functions for
2773         use in whitesmith style.
2775         * cc-styles.el (c-style-alist): More fixes to whitesmith
2776         style.  It should now handle all different braces uniformly in
2777         both hanging and non-hanging cases.
2779 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2781         * cc-cmds.el (c-indent-exp): Use a marker to save point to
2782         make it stay in the same position relative to the surrounding
2783         text.
2785         * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
2786         when adaptive-fill-mode doesn't manage to get it correct.
2788         * cc-menus.el (cc-imenu-java-generic-expression): Handle types
2789         with dotted notation, e.g. foo.bar.Gnu.
2791         * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
2792         within unwind-protect (previously only some were wrapped so it
2793         would be possible to register mode initialization when full
2794         initialization did not finish).
2796         * cc-styles.el (c-style-alist): Corrected the brace placement
2797         in the whitesmith style.  Thanks to Sean Luke
2798         <seanl@cs.umd.edu>.  Also extended the bsd and whitesmith
2799         styles with consistent brace placement for all constructs.
2801 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2803         * cc-cmds.el (c-context-line-break): Continue C++ comments too
2804         when point is in the middle of them.
2806         * cc-cmds.el: Line breaking and paragraph filling code
2807         rewritten:
2808         (c-guess-fill-prefix): New function that uses various
2809         heuristics to guess the comment prefix.
2810         (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
2811         It now assumes adaptive filling is active to preserve the line
2812         prefix inside comments.
2813         (c-indent-new-comment-line): Replacement for the now
2814         obsolete `c-comment-line-break-function' that uses
2815         `c-guess-fill-prefix' when appropriate.  It now observes the
2816         setting of `comment-multi-line', which has effect in C-style
2817         block comments.
2819         * cc-cmds.el (c-context-line-break): New function intended to
2820         be put on RET.  It's essentially `newline-and-indent', but
2821         continues C block comments with the appropriate line prefix.
2823         * cc-cmds.el (c-do-auto-fill): New function put on
2824         `normal-auto-fill-function' to implement the
2825         `c-ignore-auto-fill' variable.
2827         * cc-cmds.el (c-beginning-of-statement): Use
2828         `c-comment-prefix-regexp' to avoid ending up inside the
2829         comment prefix.  Better handling of comment starters and
2830         enders. Catch comments better when traversing code.  Stop at
2831         preprocessor directives.
2833         * cc-defs.el (c-forward-comment): New subst to hide platform
2834         dependent quirks in `forward-comment'.
2836         * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
2837         argument.
2838         (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
2839         arguments. Activate this function by default when
2840         `parse-partial-sexp' supports it (currently Emacs 20.x).
2842         * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
2843         on the comment opener to make constants usable as lineup
2844         arguments.
2846         * cc-align.el (c-lineup-C-comments): Fixes to handle the
2847         changed anchor position in the `c' syntactic symbol.  Handle
2848         more than stars in the comment prefix; use the new variable
2849         `c-comment-prefix-regexp'.  Don't indent text not preceded by
2850         a comment prefix to the right of the comment opener if it's
2851         long.
2853         * cc-langs.el: Fixes to mode initialization for new line
2854         breaking and paragraph filling method.  Adaptive fill mode is
2855         now activated at startup instead of deactivated.  The
2856         variables used for adaptive filling and paragraph movement are
2857         also changed to incorporate the value of
2858         `c-comment-prefix-regexp'.  `substitute-key-definition' is
2859         used to override some functions in the global map instead of
2860         overriding their default bindings.
2862         * cc-mode.el (java-mode): Modify `paragraph-start' for the
2863         javadoc markup at mode init.
2865         * cc-mode.el (c-setup-filladapt): A new convenience function
2866         to configure Kyle E. Jones' Filladapt mode for CC Mode.  This
2867         function is intended to be used explicitly by the end user
2868         only.
2870         * cc-vars.el (c-comment-prefix-regexp): New variable used to
2871         recognize the comment fill prefix inside comments.
2872         (c-block-comment-prefix): New name for
2873         `c-comment-contiuation-stars', which is now obsolete.  It's
2874         generalized to handle any character sequence.
2875         (c-ignore-auto-fill): New variable used to selectively disable
2876         Auto Fill mode in specific contexts.
2878 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2880         * cc-cmds.el (c-comment-indent): Leave at least one space
2881         between the comment and the last nonblank character in the
2882         case where we look at the indentation of the comment on the
2883         previous line (case 4).
2885         * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
2886         list of characters that may start a statement (it's a sort of
2887         prefix operator in Pike, and isn't used at all in any of the
2888         other languages).
2890 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2892         * cc-engine.el (c-guess-basic-syntax): Report brace list opens
2893         inside continued statements as statement-cont instead of
2894         brace-list-open.  The reason is that one normally adjusts
2895         brace-list-open for brace lists as top-level constructs, and
2896         brace lists inside statements is a completely different
2897         context.  Case 10B.2 changed.  Also changed (the somewhat
2898         esoteric) case 9A to cope with this.
2900 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2902         * cc-cmds.el (c-electric-brace): Added electric handling of
2903         the open brace for brace-elseif-brace.
2905 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2907         * cc-defs.el (c-with-syntax-table): New macro to easily switch
2908         syntax tables temporarily.
2910         * cc-engine.el (c-guess-basic-syntax): Handle template and
2911         member init argument lists split over several lines.  Case 5D
2912         changed.
2914         * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
2915         @throws introduced in Javadoc 1.2.
2917         * cc-menus.el (cc-imenu-java-generic-expression): Applied
2918         patch from RMS to avoid infinite backtracking.
2920 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2922         * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
2923         by [ ].
2925 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2927         * cc-align.el (c-lineup-dont-change): Compensate properly for
2928         the column in langelem.
2930         * cc-engine.el (c-syntactic-information-on-region): New
2931         function to help debugging the syntactic analysis.
2933 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2935         * cc-align.el (c-lineup-template-args): Handle nested template
2936         arglists.
2938         * cc-langs.el (c++-template-syntax-table): New syntax table
2939         that makes `<' and `>' parenthesis characters, which is useful
2940         to switch to temporarily when analyzing template arglists.
2942         * cc-styles.el: Changed default alignment of labels in the
2943         java style to conform to the examples in the Java Language
2944         Specification.
2946         * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
2947         by default.
2949 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2951         * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
2952         immediately before the closing paren in an arglist, so don't
2953         check that in Pike mode.  Case 7A changed.
2955 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2957         * cc-cmds.el (c-indent-region): Fixed bug where comment-only
2958         lines were ignored under certain conditions.
2960 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2962         * cc-align.el (c-lineup-template-args): New function for
2963         aligning continued template argument lists.
2965         * cc-engine.el (c-guess-basic-syntax): Fix for member init
2966         lists containing function arglists split over several lines.
2967         Case 5D.1 changed.
2969         * cc-engine.el (c-guess-basic-syntax): Fixed bug where
2970         template-args-cont didn't get recognized when the first
2971         arglist opener line doesn't contain a template argument.  New
2972         case 5K.
2974 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2976         * cc-defs.el (c-point): Changed from subst to macro for
2977         efficiency.
2978         (c-beginning-of-defun-1, c-end-of-defun-1): New
2979         beginning-of-defun/end-of-defun wrappers separated from
2980         c-point.
2982         * cc-menus.el (imenu-generic-expression,
2983         imenu-case-fold-search, imenu-progress-message): Dummy
2984         definitions to avoid compiler warnings if imenu can't be
2985         loaded.
2986         * cc-menus.el (cc-imenu-init): New function called at mode
2987         init.
2988         * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
2989         imenu initializations to cc-imenu-init.
2991 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
2993         * cc-engine.el (c-guess-basic-syntax): Slightly better check
2994         for lambda-intro-cont in Pike mode.  Case 6 changed.
2996         * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
2997         anything following "new Foo()" was considered an anonymous
2998         class body in Java mode.
3000 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
3002         * cc-cmds.el (c-comment-line-break-function): When breaking in
3003         a string, don't insert a new line.
3005 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
3007         * cc-engine.el (c-at-toplevel-p): New interface function which
3008         returns information useful to add-on authors.  It tells you
3009         whether you're at a toplevel statement or not.
3011 1999-12-12  Barry A. Warsaw  <bug-cc-mode@gnu.org>
3013         * cc-cmds.el (c-comment-line-break-function): It is possible
3014         that forward-line does not land us at the bol, say if we're on
3015         the last line in a file.  In that case, do a
3016         back-to-indentation instead of a forward-comment -1.
3018 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3020         * cc-engine.el (c-beginning-of-statement-1): Don't catch
3021         "default:" as normal label in case 4.
3023 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3025         * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
3026         recognize continued bitfield declarations.  Case 5D.1 changed.
3027         * cc-langs.el: New variable c-bitfield-key.
3028         * cc-mode.el: New variable c-bitfield-key.
3030 1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
3032         * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
3033         anonymous array expressions (i.e. "new Foo[] {.. bracelist
3034         ..}").
3036 1999-12-12  Dave Love  <fx@gnu.org>
3038         * mail/footnote.el: Require cl when compiling.  Don't autoload
3039         keymap and minor-mode-alist stuff.  Don't set zmacs-region-stays.
3040         (footnote-insert-text-marker, Footnote-insert-pointer-marker):
3041         Avoid `acons'.
3042         (footnote-mode-line-string, Footnote-add-footnote): Remove
3043         autoload cookie.
3045 1999-12-12  Richard Sharman  <rsharman@pobox.com>
3047         * sh-script.el: Fix for when font-lock mode is active.
3048         (sh-font-lock-unfontify-region-function): New function.
3050 1999-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
3052         * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
3053         if start-process is not bound, since Ispell now supports such
3054         platforms as well.
3056 1999-12-12  Gerd Moellmann  <gerd@gnu.org>
3058         * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
3059         rmail-summary-goto-msg.
3061         * files.el (after-find-file): Fix previous change.
3063 1999-12-11  Dave Love  <fx@gnu.org>
3065         * help.el (where-is): Use `commandp' as predicate for
3066         `completing-read'
3068 1999-12-10  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3070         * cus-edit.el (custom-save-delete): Delete all occurrences,
3071         leave point where the first occurrence was.
3072         (custom-save-faces): Insert a newline at the end of the comment.
3073         Avoid a double newline there.
3074         If final closeparen is at bol, put a space before it.
3075         (custom-save-variables): Likewise.
3076         (custom-file): Doc fix.
3078 1999-12-10  Gerd Moellmann  <gerd@gnu.org>
3080         * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
3081         regexp matching image and audio files.
3083 1999-12-09  Dave Love  <fx@gnu.org>
3085         * mail/footnote.el: New file.
3087 1999-12-09  Gerd Moellmann  <gerd@gnu.org>
3089         * files.el (after-find-file): Use auto-save-visited-file-name if
3090         set.
3092         * mail/feedmail.el (feedmail-find-eoh): Take
3093         feedmail-queue-alternative-mail-header-separator into account.
3095 1999-12-09  Stefan Monnier  <monnier@cs.yale.edu>
3097         * smerge-mode.el: New file.
3099         * font-lock.el (font-lock-multiline): New variable.
3100         (font-lock-add-keywords): Rename `major-mode' into `mode'.
3101         (font-lock-remove-keywords): Added a dummy `mode' argument for
3102         potential future support.
3103         (font-lock-fontify-anchored-keywords,
3104         (font-lock-fontify-keywords-region): Only handle multiline strings
3105         if necessary (avoids a pathological behavior in (f.ex) diff-mode).
3107 1999-12-08  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3109         * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
3111         * dired-aux.el (dired-insert-subdir): Add autoload cookie.
3113 1999-12-07  Dave Love  <fx@gnu.org>
3115         * help.el (view-emacs-problems): New command, bound to C-h P.
3117         * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
3119 1999-12-07  Stefan Monnier  <monnier@cs.yale.edu>
3121         * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
3122         (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
3123         New code to support the minor mode version.
3124         (diff-recenter): New function.
3125         (diff-next-hunk, diff-next-file): Use it.
3126         (diff-remembered-files-alist): New var.
3127         (diff-merge-strings): New function.
3128         (diff-find-file-name): Make it smarter and use the user's input more.
3129         (diff-mode): Cosmetic changes.
3131         * files.el (save-some-buffers): Turn EXITING into the more general
3132         PRED argument to allow specifying a subset of buffers.
3134         * simple.el (kill-region): Use the new `delete-and-extract-region'
3135         rather than the undo log (which is incorrect with *-change-functions).
3137         * font-lock.el (font-lock-default-fontify-region): Fix subtle
3138         off-by-one problem that could force re-fontifying the whole buffer.
3139         (font-lock-remove-keywords): New function.
3140         (font-lock-add-keywords): Use the new function to ensure idempotence.
3142 1999-12-06  Michael Kifer  <kifer@cs.sunysb.edu>
3144         * viper-cmd.el (viper-minibuffer-standard-hook,
3145         viper-minibuffer-real-start): Mew functions.
3146         (viper-read-string-with-history,viper-file-add-suffix,
3147         viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
3148         change in the status of the minibuffer prompt.
3150 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
3152         * comint.el (comint-redirect-results-list)
3153         (comint-redirect-results-list-from-process): Remove interactive
3154         spec.
3156 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
3158         * info.el (info-node, info-menu-5, info-xref): Define colors for
3159         Info faces if the display supports them.
3161 1999-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
3163         Changes for automatic remapping of X colors on terminal frames:
3165         * term/pc-win.el (msdos-setup-initial-frame): New function, run by
3166         term-setup-hook.  Call msdos-remember-default-colors and
3167         msdos-handle-reverse-video.
3168         (msdos-face-setup): Parts of code moved to
3169         msdos-setup-initial-frame.
3170         (msdos-handle-reverse-video): New function, modeled after
3171         x-handle-reverse-video.
3172         (make-msdos-frame): Don't use initial-frame-alist and
3173         default-frame-alist.  Call msdos-handle-reverse-video.
3174         (msdos-color-aliases): Remove.
3175         (msdos-color-translate, msdos-approximate-color): Remove.
3176         (msdos-color-values): Use 16-bit RGB values.  RGB values updated
3177         for better approximation of X colors.
3178         (msdos-face-setup): Call tty-color-clear.  Remove code that sets
3179         up tty-color-alist (it is now on startup.el).
3180         (x-display-color-p, x-color-defined-p, x-color-values,
3181         x-defined-colors, face-color-supported-p, face-color-gray-p):
3182         Remove.
3184         * facemenu.el (facemenu-read-color, list-colors-display): Use
3185         defined-colors for all frame types.
3186         (facemenu-color-equal): Use color-values for all frame types.
3188         * faces.el (read-face-attribute): For :foreground and :background
3189         attributes and frames on character terminals, translate the color
3190         to the closest supported one before looking it up in the list of
3191         valid values.
3192         (face-valid-attribute-values): Call defined-colors for all types
3193         of frames.
3194         (defined-colors, color-defined-p, color-values, display-color-p):
3195         New finctions.
3196         (x-defined-colors, x-color-defined-p, x-color-values,
3197         x-display-color-p): Aliases for the above.
3199         * startup.el (command-line): Register terminal colors for frame
3200         types other than x and w32, but only if the terminal supports
3201         colors.  Call tty-color-define instead of face-register-tty-color.
3203         * term/x-win.el (xw-defined-colors): Renamed from
3204         x-defined-colors.
3205         * term/w32-win.el (xw-defined-colors): Likewise.
3207         * term/tty-colors.el: New file.
3208         * loadup.el: Load term/tty-colors.
3210 1999-12-06  Dave Love  <fx@gnu.org>
3212         * ffap.el: Autoload the ffap alias directly.
3214 1999-12-06  Inge Frick  <inge@nada.kth.se>
3216         * dired-aux.el (dired-do-shell-command): Changed documentation.
3217         (dired-shell-stuff-it): A `?' in COMMAND has now the same
3218         meaning as `*'.
3220 1999-12-06  Gerd Moellmann  <gerd@gnu.org>
3222         * simple.el (insert-buffer): Doc fix.
3224         * apropos.el (apropos-mode): Add autoload cookie.
3226 1999-12-06  Sam Steingold  <sds@goems.com>
3228         * progmodes/etags.el (etags-tags-completion-table): Modified the
3229         regexp to allow for the CL symbols starting with `+*'.
3230         (tags-completion-table): Doc fix (it's an obarray, not an alist).
3231         (tags-completion-table, tags-recognize-empty-tags-table): Remove
3232         `function' quoting lambda.
3233         (tags-with-face): New macro.
3234         (list-tags, tags-apropos): Use it.
3235         (tags-apropos-additional-actions): New user option.
3236         (etags-tags-apropos-additional): Use it.
3237         (tags-apropos): Call etags-tags-apropos-additional.
3238         (tags-apropos-verbose): New user option.
3239         (etags-tags-apropos): Use it.
3240         (visit-tags-table-buffer, next-file): Use `unless'.
3241         (recognize-empty-tags-table): Renamed to
3242         tags-recognize-empty-tags-table.
3243         (complete-tag): Call tags-complete-tag bypassing try-completion.
3245 1999-12-06  Kenichi Handa  <handa@etl.go.jp>
3247         * international/mule.el (set-buffer-file-coding-system): Docstring
3248         modified.
3250 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3252         * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
3253         using the hideshow package.
3254         (hs-special-modes-alist): Added entry for bibtex to allow the use
3255         of the hideshow package.
3256         (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
3257         not longer provided by bibtex.el directly.  Instead the hideshow
3258         package should be used.
3259         (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
3260         references to bibtex-hide-entry-bodies.
3262 1999-12-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
3264         * textmodes/bibtex.el: Copyright notice is up to date.  Moved
3265         maintainer information closer to the beginning of the bibtex.el
3266         file.
3267         (bibtex-maintainer-salutation): New constant.
3268         (bibtex-version): New constant.
3269         (bibtex-submit-bug-report): Use bibtex-version and
3270         bibtex-maintainer-salutation.
3271         (bibtex-entry-field-alist): Made booktitle field optional for
3272         @inproceedings entries when crossreferenced.
3273         (bibtex-entry-field-alist): Added booktitle field to proceedings
3274         entry type (for cross referencing). Thanks to Wagner Toledo Correa
3275         for the suggestion.
3276         (bibtex-string-file-path): Fixed typo.
3278 1999-12-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
3280         * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
3281         for reftex.el.
3282         (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
3283         to menu.
3285 1999-12-04  Dave Love  <fx@gnu.org>
3287         * delsel.el: Revert previous change -- region is significant to
3288         skeleton.
3290 1999-12-04  Michael Kifer  <kifer@cs.sunysb.edu>
3292         * viper-cmd.el (viper-change-state): Use
3293         viper-ESC-moves-cursor-back to decide whether to move the cursor
3294         back.
3296 1999-12-03  Kenichi Handa  <handa@mule.m17n.org>
3298         * international/mule-util.el (truncate-string-to-width): Docsting
3299         fixed.
3301 1999-12-02  Stefan Monnier  <monnier@cs.yale.edu>
3303         * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
3304         use of `cond'.
3305         (lm-with-file): Move all the find-file...kill-buffer stuff into
3306         this macro.  Make it use `find-file-noselect' and make it kill
3307         the buffer only if it wasn't already displayed somewhere.
3308         (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
3309         (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
3310         (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
3311         (lm-commentary): Fix to handle the case when the change log is
3312         at the end of the file.
3314 1999-12-02  Kenichi Handa  <handa@etl.go.jp>
3316         * international/mule.el (charsetp): Fix typo in docstring.
3318         * international/mule-diag.el (list-coding-categories): Fix typo;
3319         automatic -> autoload.
3321 1999-12-02  Gerd Moellmann  <gerd@gnu.org>
3323         * vc.el (vc-update-change-log): Look for rcs2log under
3324         exec-directory.
3326         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
3327         outline-regexp, add outline-level.
3328         (lisp-outline-level): New.
3330         * calendar/appt.el (appt-convert-time): Handle "12:MMam",
3331         remove extraneous string-match.
3333         * finder.el (finder-commentary): Activate Finder mode.
3335 1999-12-01  Anders Lindgren  <andersl@andersl.com>
3337         * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
3338         off when reverting buffers that contained mode specifiers.
3339         `revert-buffer' is now called with non-nil PRESERVE-MODES
3340         argument.
3342 1999-12-01  Dave Love  <fx@gnu.org>
3344         * delsel.el: Grok skeleton-pair-insert-maybe.
3346 1999-11-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3348         * progmodes/cperl-mode.el (cperl-under-as-char):
3349         Use nil as default.
3351 1999-11-30  Gerd Moellmann  <gerd@gnu.org>
3353         * speedbar.el (toplevel): Remove compatibility code for Emacs
3354         versions without custom.el.
3356 1999-11-30  Dave Love  <fx@gnu.org>
3358         * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
3360         * autoinsert.el: Minor doc fixes.
3361         (auto-insert): Return nil.
3363         * faces.el (set-face-documentation): Purecopy STRING.
3365 1999-11-29  Dave Love  <fx@gnu.org>
3367         * derived.el: Doc fixes, remove old backquote syntax.
3369         * cus-edit.el (custom-save-variables, custom-save-faces): Write a
3370         comment warning about editing.
3372         * help.el (help-mode-hook): Define.
3374 1999-11-29  Gerd Moellmann  <gerd@gnu.org>
3376         * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
3377         invalid translation of old-style backquote syntax to new syntax.
3379 1999-11-28  Eli Zaretskii  <eliz@is.elta.co.il>
3381         * Makefile (DONTCOMPILE): Add term/internal.el.
3383 1999-11-26  Dave Love  <fx@gnu.org>
3385         * comint.el: Fix last change.
3387         * emacs-lisp/advice.el: Fix last change.
3389 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3391         * cus-edit.el (Custom-reset-standard): Doc fix.
3392         (custom-variable-reset-standard): Doc fix.
3393         (custom-face-reset-standard): Doc fix.
3394         (custom-face-menu): "Reset to Standard" => "Erase Customization".
3395         (custom-variable-menu): Likewise.
3396         (custom-reset-menu): Likewise.
3397         (custom-buffer-create-internal): Likewise.
3399 1999-11-26  Dave Love  <fx@gnu.org>
3401         * progmodes/make-mode.el (makefile-mode-hook): Customize.
3403         * font-lock.el: Doc fixes.
3405         * menu-bar.el (menu-bar-mode): Customize.
3407         * cus-start.el: Add use-dialog-box.
3409         * add-log.el (change-log-mode-hook): Customize.
3410         (add-log-current-defun): Use
3411         fortran-{beginning,end}-of-subprogram.
3413 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3415         * emacs-lisp/advice.el: Many doc fixes.
3417         * comint.el (comint-preoutput-filter-functions): Doc fix.
3419 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3421         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3422         Improve messages for capitalization of arg names,
3423         for flag variables, for t and nil, for imperatives.
3424         Call them imperatives rather than infinitives sans "to".
3425         (checkdoc-common-verbs-wrong-voice): Add "moves".
3426         (checkdoc-message-text-engine): Improve messages for y-or-n-p.
3428         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3429         Don't convert comments from 3-semicolon to 2-semicolon.
3430         That is a matter of style.
3431         (checkdoc-triple-semi-comment-check-flag): Variable deleted.
3432         (checkdoc-comments): Don't bind that variable.
3434 1999-11-26  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3436         * files.el (write-file-hooks): Doc fix.
3438 1999-11-26  Gerd Moellmann  <gerd@gnu.org>
3440         * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
3442 1999-11-25  Dave Love  <fx@gnu.org>
3444         * hippie-exp.el: Require comint when compiling.
3445         (hippie-expand): Add :links.
3446         (hippie-expand-try-functions-list): Customize.
3448 1999-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
3450         * viper*el: Replaced old-style backquotes.
3452         * ediff*el: Replaced old-style backquotes.
3454         * ediff-merge
3455         (ediff-looks-like-combined-merge,ediff-get-combined-region):
3456         Changed to support the new format for ediff-combination-pattern.
3458         * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
3459         Changed to support the new format for ediff-combination-pattern.
3461 1999-11-24  Dave Love  <fx@gnu.org>
3463         * custom.el (custom-declare-group): Purecopy DOC.
3464         (custom-handle-keyword): Purecopy VALUE.
3465         (custom-add-link): Purecopy WIDGET.
3466         (custom-add-version): Purecopy VERSION.
3467         (custom-add-load): Purecopy LOAD.
3469         * cus-face.el (custom-declare-face): Purecopy DOC.
3471         * info.el:
3472         (Info-build-node-completions, Info-search, Info-follow-reference)
3473         (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
3474         (Info-find-emacs-command-nodes): Avoid properties on matched text
3475         which may appear in minibuffer.
3477 1999-11-24  Gerd Moellmann  <gerd@gnu.org>
3479         * locate.el (locate-with-filter): Doc fix.
3481 1999-11-24  Alex Schroeder  <alex@gnu.org>
3483         * sql.el (sql-find-sqli-buffer): New function.
3484         (sql-set-sqli-buffer-generally): New function.
3485         (sql-set-sqli-buffer): Better checking of new-buffer.
3486         (sql-copy-column): Add comma after INTO clause, too.
3488 1999-11-24  Alex Schroeder  <alex@gnu.org>
3490         * sql.el (sql-imenu-generic-expression): New, used to set
3491         imenu-generic-expression.
3493         * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
3494         setting font-lock-defaults' SYNTAX-ALIST.  Set
3495         imenu-generic-expression, imenu-case-fold-search, and
3496         imenu-syntax-alist.
3498         * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
3499         and 46 when setting font-lock-defaults' SYNTAX-ALIST.
3501 1999-11-23  Andrew Innes  <andrewi@gnu.org>
3503         * w32-win.el (w32-drag-n-drop): Load files in current window, if
3504         drop coords aren't over a specific window.
3506 1999-11-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3508         * ps-print.el: Define mule funs without checking if mule package is
3509         loaded.
3510         (ps-print-version): New version number (5.0.1).
3511         (ps-header-dirpart): Now uses abbreviate-file-name.
3513 1999-11-23  Dave Love  <fx@gnu.org>
3515         * progmodes/fortran.el (fortran-comment-line-start): Renamed from
3516         comment-line-start.
3517         (fortran-comment-line-start-skip): Renamed from
3518         comment-line-start-skip.
3519         (fortran-mode-map): Use renamed functions.  Add manual and custom
3520         entries to menu.
3521         (fortran-mode-hook): Customize.
3522         (fortran-comment-indent-function): Renamed from
3523         fortran-comment-hook.
3524         (delete-horizontal-regexp): Function deleted.
3525         (fortran-electric-line-number): Simplified.
3526         (fortran-beginning-of-subprogram): Renamed from
3527         beginning-of-fortran-subprogram.
3528         (fortran-end-of-subprogram): Renamed from
3529         end-of-fortran-subprogram.
3530         (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
3531         (fortran-previous-statement, fortran-next-statement): Simplified.
3532         (fortran-blink-match): New function.
3533         (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
3534         (fortran-indent-to-column): Don't use delete-horizontal-regexp.
3535         (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
3536         line-end-position.
3537         (fortran-fill): No longer interactive.  Simplified.
3538         (fortran-break-line): Simplified.
3539         (fortran-analyze-file-format): Use char-after, not looking-at.
3541         * emacs-lisp/find-func.el (find-function-regexp): Use
3542         `define-minor-mode' after easy-menu change.
3544 1999-11-23  Gerd Moellmann  <gerd@gnu.org>
3546         * comint.el: Add redirection.from active comint buffers into
3547         another buffer.  Written by Peter Breton.
3549 1999-11-23  Stefan Monnier  <monnier@cs.yale.edu>
3551         * emacs-lisp/autoload.el (make-autoload): Recognize the new
3552         `define-minor-mode'.
3553         (define-minor-mode): Specify `doc-string-elt'.
3555         * emacs-lisp/easy-mmode.el: Changed maintainer.
3556         (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
3557         Use defcustom for the hooks; Improve the auto-generated docstrings.
3558         (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
3559         (define-minor-mode): Add BODY arg; Only declare the keymap if
3560         provided; Improve the auto-generated docstrings.
3562 1999-11-22  Gerd Moellmann  <gerd@gnu.org>
3564         * textmodes/text-mode.el (text-mode): Construct paragraph-start so
3565         that the leading `^' is at the start.  This is necessary because
3566         paragraphs.el tries to remove anchors, but can find them only if
3567         they are the first character.
3569         * progmodes/antlr-mode.el: New file.
3571         * calendar/calendar.el: Fix autoload for
3572         calendar-absolute-from-astro.  Add autoload for
3573         calendar-print-astro-day-number.
3575 1999-11-21  Anders Lindgren  <andersl@andersl.com>
3577         * follow.el: Use modern backquote syntax.  Minor comment update.
3579 1999-11-21  Gerd Moellmann  <gerd@gnu.org>
3581         * simple.el (with-syntax-table): Don't switch buffers.
3583         * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
3584         progmodes/hideif.el: Use new backquote syntax.
3586 1999-11-21  Ken Manheimer  <klm@python.org>
3588         * icomplete.el (icomplete-completions): Use an explicit variable
3589         `icomplete-prospects-length', obviating the need to use an
3590         apparently faulty throw/catch arrangement.
3592 1999-11-21  Eli Zaretskii  <eliz@is.elta.co.il>
3594         * term/internal.el (IT-display-table-setup): Don't overstep
3595         character code 255.
3597 1999-11-20  Kenichi Handa  <handa@mule.m17n.org>
3599         * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
3600         for the charset chinese-sisheng is 7bit encoding, not 8bit.
3602 1999-11-19  Stefan Monnier  <monnier@cs.yale.edu>
3604         * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
3605         `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
3607         * files.el (auto-mode-alist): Add patterns for diff-mode.
3609         * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
3610         to detect an empty prompt.
3612 1999-11-18  Dave Love  <fx@gnu.org>
3614         * simple.el (input-mode-8-bit): Fix the customization.
3616 1999-11-18  Gerd Moellmann  <gerd@gnu.org>
3618         * international/iso-acc.el (iso-languages): Add more
3619         characters for Portuguese.
3621         * speedbar.el: Clean up comment at the start of the file.
3622         Remove RCS id.
3624         * progmodes/compile.el (compilation-parse-errors): Use
3625         compilation-buffer-p instead of testing major-mode.
3627 1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
3629         * quickurl.el Added defcustom of quickurl-completion-ignore-case.
3630         (quickurl-ask): completion-ignore-case is set to the value of
3631         quickurl-completion-ignore-case for the duration of the call to
3632         completing-read.
3634 1999-11-18  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3636         * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
3638 1999-11-18  Kenichi Handa  <handa@etl.go.jp>
3640         * ps-vars.el: Renamed from ps-print-def.el.  Provide ps-vars
3641         instead of ps-print-def.
3643         * ps-print.el: Require ps-vars instead of ps-print-def.
3645         * ps-mule.el: Require ps-vars instead of ps-print-def.
3647 1999-11-17  Gerd Moellmann  <gerd@gnu.org>
3649         * simple.el (with-syntax-table): Save buffer explicitly instead of
3650         using save-excursion.
3652 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
3654         * mail/supercite.el: New maintainer.
3656 1999-11-16  Reto Zimmermann  <reto@synopsys.com>
3658         * progmodes/vhdl-mode.el: Use new backquote syntax.
3660 1999-11-16  Gerd Moellmann  <gerd@gnu.org>
3662         * simple.el (with-syntax-table): New.
3664 1999-11-15  Sam Steingold  <sds@ksp.com>
3666         * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
3668 1999-02-22  Sam Steingold  <sds@goems.com>
3670         * goto-addr.el (goto-address-at-mouse,
3671         goto-address-find-address-at-point): Use compose-mail.
3672         (goto-address-mail-method): Removed variable.
3673         (goto-address-send-using-mh-e, goto-address-send-using-mhe,
3674         goto-address-send-using-mail): Removed functions.
3676 1998-11-03  Sam Steingold  <sds@goems.com>
3678         * simple.el (backward-delete-char-untabify):
3679         backward-delete-char-untabify-method can be `all' now - to delete
3680         hungrily including newlines.
3682 1999-11-15  Sam Steingold  <sds@ksp.com>
3684         * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
3686 1999-11-15  Dave Love  <fx@gnu.org>
3688         * cus-edit.el (customize-face, customize-face-other-window):
3689         Require match from completing-read.
3690         (custom-buffer-done-function): Default to custom-bury-buffer, not
3691         bury-buffer.
3693 1999-11-15  Gerd Moellmann  <gerd@gnu.org>
3695         * mail/rmail.el, iswitchb.el, hippie-exp.el,
3696         progmodes/cperl-mode.el: Use new backquote syntax.
3698 1998-09-14  Michael Ernst  <mernst@alum.mit.edu>
3700         * uniquify.el: Use new backquote syntax.
3702 1999-11-14  Markus Rost  <rost@ias.edu>
3704         * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
3705         as in ispell-local-dictionary-alist.
3707 1999-11-14  Alex Schroeder  <alex@gnu.org>
3709         * ansi-color.el (ansi-color-apply): Updated regexps to include
3710         highlighted face.
3712 1999-01-14  Johan Vromans  <jvromans@squirrel.nl>
3714         * forms.el (forms--make-format-elt-using-text-properties):
3715         Treat `intangible' differently.
3717         * forms.el: Use new backquote syntax.
3719 1999-11-13  Gerd Moellmann  <gerd@gnu.org>
3721         * textmodes/scribe.el (scribe-mode): Doc-fix.
3723 1999-11-13  Peter Breton  <pbreton@ne.mediaone.net>
3725         * net-utils.el (run-network-program, net-utils-run-program): Use
3726         the new backquote syntax.
3727         (smbclient-program, smbclient-program-options)
3728         (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
3729         variables
3730         (smbclient, smbclient-list-shares): New functions
3732 1999-11-12  Sam Steingold  <sds@ksp.com>
3734         * emulation/viper-init.el (viper-deflocalvar, viper-loop)
3735         (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
3736         (viper-kbd-buf-definition, viper-kbd-mode-alist)
3737         (viper-kbd-mode-pair, viper-kbd-mode-definition)
3738         (viper-kbd-global-pair, viper-kbd-global-definition):
3739         Use the new backquote syntax.
3741         * emulation/viper-cmd.el (viper-test-com-defun)
3742         (viper-prefix-arg-value, viper-prefix-arg-com):
3743         Use the new backquote syntax.
3745         * emacs-lisp/debug.el (debugger-env-macro):
3746         Use the new backquote syntax.
3748         * emacs-lisp/easymenu.el (easy-menu-make-symbol):
3749         Use the new backquote syntax.
3751         * calendar/calendar.el (calendar-remove-frame-by-deleting):
3752         New user variable.
3753         (calendar-hide-window): Use it.
3754         (increment-calendar-month, calendar-for-loop, calendar-sum):
3755         Use the new backquote syntax.
3757 1999-11-12  Andrew Innes  <andrewi@gnu.org>
3759         * select.el (x-set-selection): Call buffer-substring, not
3760         substring.  Also fix docstring
3762 1999-11-12  Peter Kleiweg  <kleiweg@let.rug.nl>
3764         * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
3765         of customizable variables to bug report message. Added
3766         system-type to package name in bug report.
3768 1999-11-12  Gerd Moellmann  <gerd@gnu.org>
3770         * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
3771         to display file names.
3773 1999-11-11  Gerd Moellmann  <gerd@gnu.org>
3775         * mwheel.el: Fix copyright notice, don't require 'cl at run time.
3777         * isearch.el: Add lazy-highlighting feature.
3779 1999-11-10  Peter Kleiweg  <kleiweg@let.rug.nl>
3781         * progmodes/ps-mode.el (ps-mode-maintainer-address): New
3782         constant.
3783         (ps-mode-submit-bug-report): New function. Entry added to menu.
3785 1999-11-10  William M. Perry  <wmperry@aventail.com>
3787         * mwheel.el: New file to support the new style wheeled mice.
3789 1999-11-10  Gerd Moellmann  <gerd@gnu.org>
3791         * startup.el (initial-scratch-message): Add ";;" to the front of
3792         lines in the message.
3794         * files.el (file-local-copy): Remove optional BUFFER argument
3795         because that's not used by anything.
3797         * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
3798         to-address.
3800 1999-11-08  Markus Rost  <rost@ias.edu>
3802         * wid-edit.el (widget-button-click): Wrap with save-excursion
3803         to restore track-mouse in the correct buffer.
3805 1999-11-08  Gerd Moellmann  <gerd@gnu.org>
3807         * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
3809 1999-11-08  Peter Kleiweg  <kleiweg@let.rug.nl>
3811         * progmodes/ps-mode.el (ps-mode-print-function): Changed default
3812         lpr-command to "lp" for some system-types. (copied from lpr.el
3813         Emacs version 20.2.1).
3815 1999-11-04  Markus Rost  <rost@ias.edu>
3817         * simple.el (comment-region): Strip off white space at end of
3818         comment-start.
3820 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
3822         * faces.el (secondary-selection): Fix wrong color name.
3824 1999-11-04  John Tobey  <jtobey@epsilondev.com>
3826         * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
3827         the default when invoking perldb in a non-Perl buffer, and other
3828         cases involving -e or --.
3830 1999-11-04  Gerd Moellmann  <gerd@gnu.org>
3832         * simple.el (previous-matching-history-element)
3833         (next-history-element): Use delete-field instead of erase-field.
3835         * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
3836         Use delete-field instead of erase-field.
3838         * faces.el (secondary-selection): Change background to yellow.
3840         * complete.el (PC-do-completion): Use minibuffer-prompt-end to
3841         find the start of the text.  Use field-string to read the user
3842         input.
3844 1999-11-03  Gerd Moellmann  <gerd@gnu.org>
3846         * faces.el (make-face-bold, make-face-unbold, make-face-italic)
3847         (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
3848         for compatibility with old face implementation.
3850         * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
3851         Use erase-field instead of erase-buffer.
3853         * frame.el (blink-cursor-mode, blink-cursor-end): Use
3854         internal-show-cursor with new interface.
3855         (blink-cursor-timer-function): New.
3856         (blink-cursor-start): Use blink-cursor-timer-function.
3858 1999-11-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
3860         * calendar.el (redraw-calendar): Move to nearest date before
3861         redrawing.
3863         * diary-lib.el (simple-diary-display): Reset modeline even if
3864         there are no diary entries since the diary buffer may be displayed.
3866 1999-11-03  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3868         * emacs-lisp/debug.el (debug): If noninteractive, display the
3869         backtrace using `message', then exit Emacs.
3870         (debugger-batch-max-lines): New variable.
3871         (debugger-setup-buffer): New subroutine, broken out of `debug'.
3872         Change the messages put at the start, to say that the debugger
3873         was entered.
3875 1999-11-02  Sam Steingold  <sds@ksp.com>
3877         * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
3879 1999-11-01  John Tobey  <jtobey@epsilondev.com>
3881         * gud.el: (gud-perldb-massage-args): Massage correctly in the
3882         presence of perl switches other than "-e".
3884 1999-11-01  Markus Rost  <rost@ias.edu>
3886         * dired-x.el (dired-smart-shell-command): Use
3887         shell-command-history as in shell-command.
3889 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3891         * userlock.el (ask-user-about-lock): Doc fix.
3893         * frame.el: Doc fixes.
3895 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
3897         * frame.el (blink-cursor-mode): Call internal-show-cursor instead
3898         of show-cursor.
3899         (blink-cursor-start, blink-cursor-end): Ditto.
3901         * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
3903 1999-11-01  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
3905         * window.el (walk-windows): If ALL-FRAMES is a frame,
3906         start on that frame.  Use save-selected-window.
3908 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
3910         * simple.el (end-of-buffer): Use window-end to find the window end
3911         instead of vertical-motion because this handles variable-height
3912         lines correctly.
3914 1999-11-01  Michael Kifer  <kifer@cs.sunysb.edu>
3916         * ediff.el: Version change.
3918         * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
3919         make sure you are in a good frame before deleting other
3920         windows.
3921         (ediff-file-checked-in-p): Don't consider CVS
3922         files checked in.
3923         (ediff-make-temp-file,ediff-make-empty-tmp-file):  Make sure you
3924         are writing to a newly created empty file.
3926         * ediff-mult.el (ediff-show-session-group-hook): New default.
3928         * ediff-vers.el (ediff-pcl-cvs-view-revision):
3929         First cd to the file directory. reportedly works
3930         better with remote files.
3932         * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
3933         Use file-name-nondirectory when passing files to CVS.
3935         * ediff-diff.el (ediff-cmp-options): New variable.
3936         (ediff-same-file-contents): Use ediff-cmp-options.
3938         * ediff-ptch.el (ediff-prompt-for-patch-buffer,
3939         ediff-get-patch-buffer): Use current buffer if it appears to be a
3940         patch.
3942         * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
3943         C-g
3945         * viper-util.el (viper-nontrivial-find-file-function): Deleted.
3946         (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
3947         (viper-save-cursor-color,viper-restore-cursor-color):
3948         Improved cursor color handling.
3949         (viper-get-saved-cursor-color-in-replace-mode,
3950         viper-get-saved-cursor-color-in-insert-mode): New functions for
3951         better cursor color handling.
3953         * viper-ex.el (ex-read,ex-edit):
3954         Fixes for correct interpretation of #,%.
3955         (viper-ex): Now works correctly when called from other functions.
3956         (viper-glob-function): New variable.
3957         (viper-ex): Save excursion before doing :global.
3959         * viper-mous.el (viper-counting-clicks-p): Bug fixes.
3961         * viper-cmd.el (viper-post-command-sentinel,
3962         viper-insert-state-post-command-sentinel,
3963         viper-insert-state-pre-command-sentinel): Takes better care of
3964          cursor colors.
3966         * viper.el: Version change.
3968 1999-10-31  Rajesh Vaidheeswarran  <rv@dsmit.com>
3970         * whitespace.el (whitespace-update-modeline): Bugfix to ensure
3971         that the modeline display was updated *only* when
3972         `whitespace-display-in-modeline' was set, not otherwise.
3974 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
3976         * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
3977         "frac12".
3979         * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
3980         ad-activate.
3982 1999-10-30  Rajesh Vaidheeswarran  <rv@dsmit.com>
3984         * whitespace.el: Test for existence of `defcustom' and `defgroup'
3985         using fboundp instead of assuming that these are not present in
3986         particular flavors of emacs.
3987         (whitespace-version): Update to 2.8
3988         (whitespace-display-in-modeline): Add custom variable to control
3989         displaying the whitespace errors on the modeline based on
3990         suggestion from <klaus.berndl@sdm.de>
3991         (whitespace-buffer): Now returns `t' if unclean and `nil' if
3992         clean, to enable using as a hook function, as suggested by Puneet
3993         Goel <puneet@computer.org>
3994         (whitespace-buffer): Fix a subtle bug that cleaned up only if
3995         quiet was not set, even with whitespace-auto-cleanup set.
3996         (whitespace-mode-line): Now uses less modeline real estate and
3997         shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
3998         which is present in the file, and <y> is any type of whitespace
3999         whose check has been suppressed by setting
4000         `whitespace-check-<whitespace-type>' to nil.
4001         (whitespace-unchecked-whitespaces): New function to return the
4002         list of whitespaces for whom checks have been suppressed.
4003         (whitespace-display-unchecked-whitespaces): Renamed to
4004         `whitespace-update-modeline' to reflect its functionality.
4006 1999-10-30  Gerd Moellmann  <gerd@gnu.org>
4008         * progmodes/compile.el (compilation-error-regexp-alist):
4009         Undo previous change.
4011 1999-10-28  Dave Love  <fx@gnu.org>
4013         * help.el (help-follow): Make arg optional again and really
4014         default to point.
4016 1999-10-28  Gerd Moellmann  <gerd@gnu.org>
4018         * paths.el (rmail-file-name): Make it an option.
4020         * progmodes/ada-mode.el, progmodes/ada-prj.el,
4021         progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
4022         comment fixes.
4024         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
4025         MIPS Pro 7.3 compiler error message syntax.
4027 1999-10-27  Dave Love  <fx@gnu.org>
4029         * progmodes/compile.el: Checkdoc-inspired fixes.
4031 1999-10-27  Gerd Moellmann  <gerd@gnu.org>
4033         * lpr.el (print-buffer): Doc-string fix.
4035 1999-10-27  Dave Love  <fx@gnu.org>
4037         * emacs-lisp/advice.el: Doc fixes.
4038         (ad-lemacs-p): Removed.
4039         (advice): Add :link to defgroup.
4041 1999-10-27  Kenichi Handa  <handa@etl.go.jp>
4043         * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
4044         last-coding-system-used by the call of ange-ftp-set-ascii-mode.
4046 1999-10-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4048         * window.el (walk-windows): If ALL-FRAMES is a frame,
4049         start on that frame.  Use save-selected-window.
4051 1999-10-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4053         * emacs-lisp/advice.el (ad-activate-internal): Renamed from
4054         ad-activate.  All callers changed, including those in data.c.
4055         (ad-activate-internal-off): Renamed from ad-activate-off.
4056         All uses changed.
4057         (ad-activate): Renamed from ad-activate-on.  All uses changed.
4058         (ad-start-advice, ad-stop-advice, ad-recover-normality):
4059         Alter the definition of ad-activate-internal, not ad-activate.
4061 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
4063         * startup.el (command-line-1): Add support for command line
4064         arguments `file' and `execute'.  Fix handling of `visit'.
4066 1999-10-26  Kenichi Handa  <handa@etl.go.jp>
4068         * international/mule-cmds.el (read-input-method-name): Handle the
4069         case that the arg DEFAULT is symbol.
4071         * international/mule-diag.el (mule-diag): Handle the case that
4072         default-input-method is symbol.
4074 1999-10-26  Gerd Moellmann  <gerd@gnu.org>
4076         * textmodes/tildify.el: New file.
4078 1999-10-25  Sam Steingold  <sds@ksp.com>
4080         * Makefile (compile-files): Fixed the "tr" strings.
4081         (EMACS): Set to ../src/emacs.
4083 1999-10-25  Gerd Moellmann  <gerd@gnu.org>
4085         * info.el (Info-build-node-completions): Add '("*") to the
4086         completion list.
4088 1999-10-25  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4090         * frame.el (auto-raise-mode): When enabling the mode,
4091         immediately raise the selected frame.
4093         * indent.el (indent-region): Doc fix.
4095         * comint.el (comint-output-filter): Make the Comint buffer current
4096         for the comint-preoutput-filter-functions.
4098         * mail/reporter.el: Doc fix.
4100 1999-10-24  Stephen Eglen  <stephen@gnu.org>
4102         * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
4103         that Octave lisp files can also run under XEmacs 20.
4104         (require 'custom) added so that files can run under Emacs 19.34.
4106         * iswitchb.el (iswitchb-default-keybindings): No need to use
4107         read-kbd-macro in keybindings.
4109 1999-10-23  Dave Love  <fx@gnu.org>
4111         * elide-head.el: New file.
4113 1999-10-23  Gerd Moellmann  <gerd@gnu.org>
4115         * Makefile (compile-files, backup-compiled-files): New targets.
4116         (bootstrap, bootstrap-clean): Ditto.
4118 1999-10-22  Paul Eggert  <eggert@twinsun.com>
4120         * international/mule-cmds.c (locale-language-names):
4121         Use Latin-1 (not Latin-3) for Afrikaans, Galician.
4122         Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
4123         Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
4124         Use Latin-8 for Welsh.
4125         Use Latin-1 for English if "en" is explicitly specified.
4126         Use Latin-1 for Scots Gaelic, Tagalog.
4127         Use Latin-1 (not Latin-4) for Greenlandic.
4128         Use Latin-1 (not Latin-2) for Albanian.
4129         (locale-preferred-coding-systems, locale-language-names):
4130         Remove generic ISO 8859 locales; locale-charset-language-names now
4131         does this.
4132         (locale-charset-language-names): New variable.
4133         (set-locale-environment): Use language name specified by
4134         locale-charset-language-names if its charsets disagree with the
4135         language name specified by locale-language-names.
4137 1999-10-22  Dave Love  <fx@gnu.org>
4139         * make-mode.el: Minor doc fixes.
4141         * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
4143 1999-10-21  Dave Love  <fx@gnu.org>
4145         * loadup.el: Add latin-8, latin-9.
4147 1999-10-20  Paul Eggert  <eggert@twinsun.com>
4149         * disp-table.el (standard-display-european): Remove undocumented
4150         arg AUTO; no longer used by startup.el.  Do not attempt to treat
4151         all non-English language environments as coding system names.
4152         Instead, use the downcased language environment name as a coding
4153         system name if it is one; otherwise, use latin-1.
4155 1999-10-20  Gerd Moellmann  <gerd@gnu.org>
4157         * dired.el (dired-move-to-filename-regexp): Fix long comment lines
4158         that were split so that part of the comment appeared as Lisp code.
4160 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4162         * ps-bdf.el: Doc fix.
4164         * ps-print-def.el: New file: common definitions for all parts of
4165         ps-print.
4166         (ps-multibyte-buffer): Moved from ps-mule.
4168         * ps-mule.el: File dependence fix.
4169         (ps-multibyte-buffer): Moved to ps-print-def.
4171         * ps-print.el: Doc fix, better customization.
4172         (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
4173         (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
4174         (ps-end-file): Doc fix.
4175         (ps-setup, ps-begin-file): Fun fix.
4176         (postscript): New group.
4177         (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
4178         (ps-print-prologue-1): Adjust PostScript programming.
4179         (ps-print): Adjust group hierarchy.
4180         (ps-print-n-up, ps-print-zebra, ps-print-background,
4181         ps-print-printer)
4182         (ps-print-page): New subgroups.
4183         (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
4184         (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
4185         (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
4186         (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
4187         (ps-zebra-stripe-height, ps-print-background-image)
4188         (ps-print-background-text, ps-spool-config): Adjust customization.
4189         (dos-ps-printer): Definition eliminated.
4191 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4193         * ps-mule.el: Doc fix, define functions properly if mule package is
4194         loaded or not.
4195         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
4196         mule package is loaded or not.
4198         * ps-print.el: Doc fix, n-up printing.
4199         (ps-print-version): New version number (5.0).
4200         (ps-page-dimensions-database): Added document media.
4201         (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
4202         (ps-page-order, ps-printing-region-p): New vars.
4203         (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
4204         funs.
4205         (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
4206         (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
4207         (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
4208         (ps-n-up-xstart, ps-n-up-ystart): New macros.
4209         (ps-print-begin-sheet-hook): New hook.
4210         (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
4211         const.
4212         (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
4213         (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
4214         (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
4215         (ps-count-lines): Changed to defun.
4216         (ps-header-page): Changed to defsubst, fix fun.
4217         (ps-printing-region): Doc fix, adjust programming code.
4218         (ps-output-boolean, ps-background-pages, ps-background-text)
4219         (ps-background-image, ps-background, ps-get-boundingbox): Adjust
4220         programming code.
4222 1999-10-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
4224         * ps-print.el: Doc fix, duplex and setpagedevice configuration.
4225         (ps-print-version): New version number (4.2).
4226         (ps-spool-config, ps-spool-tumble): New vars.
4227         (ps-print-prologue-1): Changed to defconst, adjust PostScript
4228         programming, new PostScript procedure to handle errors.
4229         (ps-print-prologue-2): Changed to defconst.
4230         (ps-print-duplex-feature): New const: duplex and tumble setting.
4231         (ps-setup, ps-begin-file): Fix funs.
4232         (ps-boolean-capitalized): New fun.
4234 1999-10-19  Stefan Monnier  <monnier@cs.yale.edu>
4236         * Makefile (dontcompilefiles): Obsoleted.
4237         (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
4238         (EL): Unused.
4239         (temacs): Removed (unused).
4240         (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
4241         version of the file (necessary for the update to work properly).
4242         (autoloads): Force the use of `pwd`/loaddefs.el.
4243         (updates); Redefined in terms of other targets to reduce redundancy.
4244         (.el.elc): New default rule, just in case you want it.
4245         (compile): Use a single invocation of Emacs.
4246         (bootstrap-compile); Unneeded.
4247         (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
4249 1999-10-19  Dave Love  <fx@gnu.org>
4251         * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
4253 1999-10-19  Sam Steingold  <sds@ksp.com>
4255         * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
4256         comply with the comment.
4258 1999-10-19  Gerd Moellmann  <gerd@gnu.org>
4260         * autorevert.el (auto-revert-mode): Make auto-revert-mode
4261         permanent-local.
4263 1999-10-19  Peter Kleiweg  <kleiweg@let.rug.nl>
4265         * progmodes/ps-mode.el (ps-mode-print-function): Fix default
4266         value: \"lpr\" changed to "lpr"
4267         (ps-mode-version): New constant
4268         (ps-mode-show-version): New function, added key in ps-mode-map
4269         (ps-run-messages): Removed
4270         (ps-run-font-lock-keywords-2): New defcustom variable replacing
4271         ps-run-messages. These keywords now include the value of
4272         ps-run-prompt, making its fontification customizable.
4273         (ps-run-init): Removed \\n from docstring, it is now added when
4274         the value is used
4275         (ps-run-font-lock-keywords-1): Added checking for initial ^ in
4276         ps-run-prompt
4277         (ps-mode): Added ps-run-font-lock-keywords-2 to list of
4278         customizable variables in doc-string (its equivalent
4279         ps-run-messages was missing in previous version of the doc-string)
4280         (ps-run-mode): Simplified assignment to font-lock-defaults, using
4281         symbols only
4283 1999-10-19  Alex Schroeder  <alex@gnu.org>
4285         * ansi-color.el: Complete rewrite.
4287 1999-10-19  Paul Eggert  <eggert@twinsun.com>
4289         Fix bootstrapping problems.
4290         Use the system locale to specify Emacs locale defaults.
4292         * international/mule-cmds.el (global-map):
4293         Do not use backquote, because that makes a bootstrapping
4294         problem if you need to recompile all Lisp files using interpreted code.
4295         * international/mule.el (charset-id, charset-bytes,
4296         charset-dimension, charset-chars, charset-width,
4297         charset-direction, charset-iso-final-char,
4298         charset-iso-graphic-plane, charset-reverse-charset,
4299         charset-short-name, charset-long-name, charset-description,
4300         charset-plist): Likewise.
4301         * subr.el (save-match-data): Likewise.
4303         * international/mule-cmds.el
4304         (set-display-table-and-terminal-coding-system): New function,
4305         containing code migrated out of set-language-environment.
4306         (set-language-environment, set-locale-environment): Use it.
4307         (locale-translation-file-name): Moved here from startup.el.
4308         (locale-language-names, locale-preferred-coding-systems):
4309         New vars.
4310         (locale-name-match, set-locale-environment): New functions.
4312         * language/japan-util.el (setup-japanese-environment-internal):
4313         Prefer japanese-iso-8bit if the system-type is usg-unix-v.
4315         * startup.el (iso-8859-n-locale-regexp): Remove.
4316         (locale-translation-file-name): Move to mule-cmds.el.
4317         (command-line): Move locale-stuff into set-locale-environment.
4319 1999-10-18  Dave Love  <fx@gnu.org>
4321         * abbrev.el (add-abbrev, inverse-add-abbrev)
4322         (expand-region-abbrevs): Remove properties from buffer text.
4324 1999-10-17  Gerd Moellmann  <gerd@gnu.org>
4326         * iswitchb.el (iswitchb-exhibit): Extract user-input only
4327         from the mini-buffer, without the prompt.
4329         * simple.el (minibuffer-prompt-end): Return the position
4330         after the prompt, not the position of that last character
4331         of the prompt.
4333 1999-10-17  Miles Bader  <miles@gnu.org>
4335         * simple.el: Doc fixes.
4337 1999-10-17  Miles Bader  <miles@gnu.org>
4339         * simple.el (previous-matching-history-element, next-history-element):
4340         Change to work correctly even if the point is in the prompt.
4341         (choose-completion-string): Likewise.
4342         (minibuffer-prompt-width): New function (compatibility with old subr).
4344         * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
4345         When constraining the final position to the current field,
4346         don't use the ONLY-IN-LINE mode of constrain-to-field.
4348 1999-10-17  Miles Bader  <miles@gnu.org>
4350         * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
4351         constrain-to-field.
4352         * textmodes/paragraphs.el (forward-sentence): Likewise.
4354 1999-10-17  Miles Bader  <miles@gnu.org>
4356         * simple.el (line-move): Use constrain-to-field to avoid
4357         moving into a prompt.
4358         (previous-complete-history-element): Clarify doc string.
4359         (next-complete-history-element): Likewise.
4360         Use field-beginning instead of point-min.
4361         (next-matching-history-element): Use field-beginning and
4362         erase-field instead of point-min and erase-buffer.
4363         * textmodes/paragraphs.el
4364         (forward-paragraph, forward-sentence): Likewise.
4365         (backward-kill-paragraph, backward-kill-sentence): Remove code to
4366         constrain the kill to an field, as the movement commands now
4367         do this.
4369 1999-10-17  Miles Bader  <miles@gnu.org>
4371         * simple.el (previous-matching-history-element): Get the
4372         minibuffer input with field-string instead of buffer-string.
4373         (choose-completion-string): Likewise.
4374         (next-history-element): Likewise.
4375         Erase the minibuffer input with erase-field, not erase-buffer.
4376         Use field-beginning to find the beginning of the input.
4377         * textmodes/paragraphs.el (backward-kill-sentence):
4378         Remove minibuffer-prompt hack.
4379         Constrain to any input field.
4381 1999-10-17  Sam Steingold  <sds@ksp.com>
4383         * bindings.el (completion-ignored-extensions): Added ".sparcf"
4384         for CMUCL on sparc and ".ufsl" for LispWorks.
4385         (bound-and-true-p): Bugfix: free variable `v'.
4387 1999-10-16  Dave Love  <d.love@dl.ac.uk>
4389         * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
4390         (edebug-uninstall-read-eval-functions): Use load-read-function,
4391         avoiding elisp-eval.
4393 1999-10-16  Sam Steingold  <sds@ksp.com>
4395         * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
4396         instead of `eql'.
4398 1999-10-14  Stefan Monnier  <monnier@cs.yale.edu>
4400         * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
4401         * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
4402         (browse-url-temp-file-list, browse-url-delete-temp-file-list):
4403         * ediff-util.el (ediff-make-temp-file):
4404         * ediff-vers.el (ediff-pcl-cvs-view-revision):
4405         * emerge.el (emerge-make-temp-file):
4406         * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
4407         * vc.el (vc-update-change-log):
4408         * mail/mailpost.el (post-mail-send-it):
4409         * mail/metamail.el (metamail-region):
4410         * progmodes/cmacexp.el (c-macro-expansion):
4411         * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
4413 1999-10-15  Gerd Moellmann  <gerd@gnu.org>
4415         * smtpmail.el (smtpmail-via-smtp): Add support for
4416         automatically appending a domain to RCPT TO: addresses.
4418 1999-10-14  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4420         * dired.el (dired-insert-directory): Insert the amount of
4421         free space after the total size.
4422         (dired-free-space-program, dired-free-space-args): New variables.
4424 1999-10-14  Karl Heuer  <kwzh@gnu.org>
4426         * mail/rmail.el (rmail-pop-password-error): Add new pattern.
4428 1999-10-14  Dave Love  <fx@gnu.org>
4430         * international/characters.el:
4431         * international/fontset.el:
4432         * international/mule-conf.el: Add latin-iso8859-1[45].
4434         * language/european.el: Add Latin-8, Latin-9.  Modify some doc
4435         strings.
4437         * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
4438         (command-line): Detect Latin-[89] locales.
4440 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
4442         * international/mule-cmds.el (select-safe-coding-system)
4443         (leim-list-header): Avoid the use of strings that start with backslash
4444         newline since lread.c:read1 has a hack to turn those strings into
4445         integer 0 during the loadup.el process.
4447         * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
4449 1999-10-13  Dave Love  <fx@gnu.org>
4451         * image.el (insert-image): Copy the image spec and add an
4452         intangible property.
4454 1999-10-13  Stefan Monnier  <monnier@cs.yale.edu>
4456         * help.el (help-xref-interned): Make it also work on variable-only
4457         and function-only symbols.
4458         (help-make-xrefs): Take advantage of the new `help-xref-interned'.
4459         (help-follow): If the point under mouse is not highlighted, try
4460         `help-xref-interned' on the pointed-to symbol anyway.
4462         * info.el (Info-on-current-buffer): New entry point.
4463         (Info-find-node): Split into two for Info-on-current-buffer to
4464         hook into it.
4465         (Info-current-file, Info-set-mode-line, Info-up):
4466         Info-current-file can now be t.
4467         (Info-clone-buffer-hook): Function for `clone-buffer'.
4468         (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
4469         Make `clone-buffer' available in various ways to the user.
4471 1999-10-12  Stefan Monnier  <monnier@cs.yale.edu>
4473         * simple.el (shell-command, shell-command-on-region): Use
4474         make-temp-file.
4475         (clone-buffer, clone-process, clone-buffer-hook): New functions.
4477         * subr.el (with-current-buffer): Don't use backquotes to avoid
4478         bootstrapping problems.
4480         * loadup.el (load-path): Add subdirs for bootstrapping.
4481         (docstrings): Ignore errors during bootstrapping.
4482         (args): New `bootstrap' argument (for use in place of `dump').
4484 1999-10-12  Emmanuel Briot  <briot@gnat.com>
4486         * ada-stmt.el: Doc-string fixes.
4488 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
4490         * recentf.el: New file.
4492         * ps-mode.el: New file.
4494         * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
4495         case insensitive.
4497 1999-10-12  Richard Sharman  <rsharman@pobox.com>
4499         * sh-script.el: Added support for indenting existing scripts.
4500         (sh-mode-map): Added new bindings.
4501         (sh-mode): Updated mode doc-string for new commands, added
4502         make-local-variable calls, initialize mode-specific variables.
4503         (sh-indent-line):  Renamed to sh-basic-indent-line;  sh-indent-line
4504         is now a different function.
4505         (sh-header-marker):  Changed docstring.
4506         (sh-set-shell): Initialize mode-specific variables.
4507         (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
4508         (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
4509         Changed these define-skeleton calls to work with user-specified
4510         indentation settings.
4511         (sh-basic-indent-line, sh-blink, sh-calculate-indent)
4512         (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
4513         (sh-electric-hash, sh-electric-less, sh-electric-rparen)
4514         (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
4515         (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
4516         (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
4517         (sh-guess-basic-offset, sh-handle-after-case-label)
4518         (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
4519         (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
4520         (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
4521         (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
4522         (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
4523         (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
4524         (sh-handle-this-then, sh-help-string-for-variable)
4525         (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
4526         (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
4527         (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
4528         (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
4529         (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
4530         (sh-remove-our-text-properties, sh-rescan-buffer)
4531         (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
4532         (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
4533         (sh-scan-case, sh-search-word, sh-set-char-syntax)
4534         (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
4535         (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
4536         functions.
4537         (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
4538         (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
4539         (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
4540         (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
4541         (sh-var-list): New variables.
4543 1999-10-12  Dave Pearson  <davep@hagbard.demon.co.uk>
4545         * quickurl.el (quickurl-list-insert): `count-lines' was returning
4546         a value one line to high if the cursor wasn't at the start of a
4547         line. A `beginning-of-line' is now performed before making the
4548         call to `count-lines'.
4550 1999-10-11  Stefan Monnier  <monnier@cs.yale.edu>
4552         * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
4554 1999-10-09  Stefan Monnier  <monnier@cs.yale.edu>
4556         * Makefile (setwins): Abstract out the command to find subdirectories
4557         and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
4558         (custom-deps, finder-data, autoloads, update-subdirs, updates)
4559         (autoloads-with-other-emacs): Use it.
4561         * diff-mode.el: New file.  A mode for viewing/editing context diffs.
4563 1999-10-09  Gerd Moellmann  <gerd@gnu.org>
4565         * Makefile (bootstrap-compile): New target.  Compile Lisp
4566         files with ../src/temacs.
4568 1999-10-08  Dave Love  <fx@gnu.org>
4570         * ange-ftp.el: Require dired when compiling.
4571         (ange-ftp-normal-login): Allow EFS-style port specification.
4573 1999-10-08  Simon Marshall  <simon@gnu.org>
4575         * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
4576         (regexp-opt-group): Use it to get common suffixes in STRINGS.
4577         If STRINGS is nil, return "" rather than nil.
4579 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
4581         * Makefile (compile): Compile files one by one.  Set load-path to
4582         current directory and subdirectories when compiling.
4584 1999-10-08  Gerd Moellmann  <gerd@gnu.org>
4586         * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
4587         (emacs): Use it everywhere instead of EMACS.
4588         (compile): New target.  Compile all Lisp files from scratch.
4589         (recompile): New target.  Recompile lisp directory.
4590         (autoloads-with-other-emacs): New target.  Build loaddefs.el with
4591         an Emacs executable not built in the current directory tree.
4593 1999-10-07  Peter Breton  <pbreton@ne.mediaone.net>
4595         * filecache.el (file-cache-completion-ignore-case): New variable,
4596         defaulting to the value of completion-ignore-case.
4597         (file-cache-minibuffer-complete): Use it.
4598         (file-cache-files-matching, file-cache-files-matching-internal):
4599         New functions.
4601 1999-10-07  Emmanuel Briot  <briot@gnat.com>
4603         * ada-xref.el: New file
4605         * ada-prj.el: New file
4607         * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
4609         * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
4610         subprogram being created.
4612         * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
4613         ada-indent-newline-indent): Rewritten to support the new indentation
4614         scheme
4616         * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
4617         New functions
4619         * ada-mode.el (ada-fill-comment-paragraph): Add support for the
4620         justification parameter
4622         * ada-mode.el (ada-make-body, ada-gen-treat-proc,
4623         ada-make-subprogram-body): Rewritten to benefit from the gnatstub
4624         external program
4626 1999-10-07  Dave Love  <fx@gnu.org>
4628         * bindings.el (bound-and-true-p): New macro.
4629         (make-mode-line-mouse-sensitive): Don't require easymenu.
4631 1999-10-07  Gerd Moellmann  <gerd@gnu.org>
4633         * custom.el (defface): Extend documentation for new values of
4634         `type'.
4636         * faces.el (face-spec-set-match-display): Recognize `type' of
4637         `motif', `lucid', `x-toolkit'.
4638         (menu): New face.
4640 1999-10-05  Dave Love  <fx@gnu.org>
4642         * files.el: Recognize temporary crontab files.
4644         * info.el: Require jka-compr when compiling.
4645         (Info-suffix-list): Add bzip2 files (non-ms-dos only).
4647 1999-10-04  Dave Love  <fx@gnu.org>
4649         * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
4650         scroll-up-aggressively, scroll-down-aggressively.
4652         * time.el (display-time-mode): Add autoload cookie.
4654         * rect.el (delete-extract-rectangle): Doc fix from verna.
4656         * help-macro.el (three-step-help): Customize.
4658 1999-10-04  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4660         * hexl.el (hexlify-buffer): Move point in proper range
4661         if it is too large.
4662         (hexl-after-revert-hook): Update hexl-max-address.
4663         (hexl-address-to-marker): Doc fix.
4665 1999-10-03  Dave Love  <fx@gnu.org>
4667         * image.el (defimage): Remove redundant code.  Substitute file in
4668         image plist.
4670 1999-10-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4672         * vc.el (vc-backend-checkout): Use coding system 'no-conversion
4673         when doing with-temp-file.
4675 1999-10-01  Dave Love  <fx@gnu.org>
4677         * cus-edit.el (custom-comment-create): Fill :from and :to slots.
4679         * help.el: Require view when compiling.
4680         (view-emacs-FAQ): Use Info version.
4682 1999-09-29  Ken'ichi Handa  <handa@gnu.org>
4684         * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
4685         (normat->normal).  Use correct font names for Korean
4686         (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
4688 1999-09-29  Kenichi Handa  <handa@etl.go.jp>
4690         * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
4691         code not used by KOI8 to the same 8-bit code instead of mapping to
4692         SPC.
4693         (cyrillic-alternativnyj-decode-table): Likewise.
4695 1999-09-29  Alex Schroeder  <alex@gnu.org>
4697         * sql.el (sql-imenu-generic-expression): Aew, used to set
4698         imenu-generic-expression.
4699         (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
4700         font-lock-defaults' SYNTAX-ALIST.  Set imenu-generic-expression,
4701         imenu-case-fold-search, and imenu-syntax-alist.
4702         (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
4703         setting font-lock-defaults' SYNTAX-ALIST.
4705 1999-09-28  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4707         * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
4708         macro, try again.
4710 1999-09-28  Dave Love  <fx@gnu.org>
4712         * cus-edit.el (custom-comment): Change widget definition.
4713         (custom-comment-create, custom-comment-show)
4714         (custom-comment-invisible-p): Don't use :comment-overlay.
4715         (custom-comment-hide): New function.
4716         (custom-variable-set, custom-variable-save)
4717         (custom-variable-reset-standard, custom-face-set)
4718         (custom-face-save): Use it.
4720 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4722         * hexl.el (hexl-mode): Do nothing if already in hexl mode.
4724 1999-09-27  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4726         * faces.el (region): Doc fix.
4728 1999-09-27  Dave Love  <fx@gnu.org>
4730         * isearch.el (isearch): Add :links in defgroup.
4731         (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
4732         (isearch-switch-frame-handler): Comment out (unused).
4733         (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
4734         (isearch-ring-retreat-edit): Doc fix.
4735         (isearch-mouse-yank): New command.
4736         (isearch-last-command-char): Removed.  Callers changed to use
4737         last-command-char.
4738         (isearch-char-to-string): Removed.  Callers changed to use
4739         char-to-string.
4741 1999-09-26  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
4743         * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
4744         option for Russian.
4746 1999-09-25  Gerd Moellmann  <gerd@gnu.org>
4748         * faces.el (face-differs-from-default-p): Compare face
4749         attributes individually.
4751         * image.el (put-image, insert-image): Add string argument.
4753 1999-09-24  Gerd Moellmann  <gerd@gnu.org>
4755         * ange-ftp.el (ange-ftp-date-regexp): Make it work for
4756         LANG=de_DE.iso88591 on HPUX 11.0.
4758         * dired.el (dired-move-to-filename-regexp): Make it work
4759         for LANG=de_DE.iso88591 on HPUX 11.0.
4761 1999-09-24  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
4763         * info.el (info-initialize): Don't test existence of ALTERNATIVE
4764         if we know for some other reason it should not be used.
4766         * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
4767         New variable.
4768         (edebug-recursive-edit): Save current-prefix-arg there,
4769         bind it, and set it back at the end.
4770         (edebug-outside-excursion): Restore and update the outside
4771         value of current-prefix-arg.
4772         (edebug-emacs-version-specific): Delete support for Epoch.
4774 1999-09-24  Howard Melman  <howard@silverstream.com>
4776         * imenu.el (imenu-after-jump-hook): New variable.
4777         (imenu): Run menu-after-jump-hook.
4778         (imenu-name-lookup-function): New variable.
4779         * imenu.el (imenu--in-alist): Use those variables.
4781 1999-09-24  Carsten Dominik  <cd@gnu.org>
4783         * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
4784         multiple thebibliography environments.
4786         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
4787         with recentering window.
4788         (reftex-extract-bib-entries-from-thebibliography,
4789         reftex-offer-bib-menu,reftex-bibtex-selection-callback):  Deal
4790         with multiple thebibliography environments.
4792         * textmodes/reftex-vars.el
4793         (reftex-section-levels): Function allowed as cdr.
4794         (reftex-max-section-depth) New option.
4796         * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
4797         with multiple thebibliography environments.
4799 1999-09-23  Gerd Moellmann  <gerd@gnu.org>
4801         * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
4802         instead of point-min in call to delete-region.
4804 1999-09-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4806         * vc.el (vc-backend-checkout): Use with-temp-file when checking
4807         out into arbitrary file names.
4809 1999-09-19  Ken'ichi Handa  <handa@gnu.org>
4811         * language/european.el ("Turkish"): New language environment.
4813 1999-09-19  Dave Love  <fx@gnu.org>
4815         * delim-col.el: New file.
4817 1999-09-17  Richard Stallman  <rms@gnu.org>
4819         * files.el (after-find-file): When visiting a backup file,
4820         make it read-only.
4822         * apropos.el (apropos-symbol-face): Non-nil even for ttys.
4823         (apropos-keybinding-face, apropos-label-face): Likewise.
4824         (apropos-property-face, apropos-match-face): Likewise.
4825         (apropos-label-properties): New variable.
4826         (apropos-print-doc): Use apropos-label-properties.
4827         (apropos-print): Set apropos-label-properties.
4829 1999-09-15  Richard Stallman  <rms@gnu.org>
4831         * winner.el: Use aref instead of sref.
4833         * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
4835 1999-09-14  Gerd Moellmann  <gerd@gnu.org>
4837         * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
4839 1999-09-14  Richard Stallman  <rms@gnu.org>
4841         * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
4842         cookie, even if followed by a letter.
4844 1999-09-14  Stephen Eglen  <stephen@gnu.org>
4846         * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
4847         --no-line-editing are passed to Octave by including them here
4848         rather than storing them in inferior-octave-startup-args.
4850 1999-09-14  Eli Zaretskii  <eliz@gnu.org>
4852         * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
4853         command, option, env and sc.
4855         * subr.el (shell-quote-argument): Quote argument with double
4856         quotes for ms-dos.
4858 1999-09-14  Richard Stallman  <rms@gnu.org>
4860         * simple.el (eval-expression-print-level): New variable.
4861         (eval-expression-print-length): New variable.
4862         (eval-expression-debug-on-error): New variable.
4863         (eval-expression): Bind print-level, print-length and
4864         debug-on-error from those vars.
4866         * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
4867         Bind print-level, print-length and debug-on-error.
4869 1999-09-14  Inge Frick  <inge@nada.kth.se>
4871         * dired.el (dired-recursive-deletes): New custom variable.
4872         (dired-re-no-dot): New variable.
4873         (dired-delete-file): New function deletes files and directories
4874         recursively.
4875         (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
4877         * dired-aux.el (dired-recursive-copies): New custom variable.
4878         (dired-handle-overwrite): Broke a long line.
4879         (dired-copy-file): Call `dired-copy-file-recursive' instead of
4880         `copy-file'.
4881         (dired-copy-file-recursive): New function.  Copy directories
4882         recursively.
4883         (dired-do-create-files): Added support for generalized directory
4884         target.  How-to function may now return a function.  New fluid
4885         variable `dired-one-file'.
4886         (dired-copy-how-to-fn): New variable.
4887         (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
4888         Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
4889         (dired-do-copy-regexp): No recursive copies.
4891 1999-09-14  Rajesh Vaidheeswarran  <rv@dsmit.com>
4893         * whitespace.el (whitespace-version): Update version to 2.4
4895         * whitespace.el: Add customization variables to conditionally test
4896         any of the five whitespaces, per request from Rune Kleveland
4897         <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
4899         * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
4901         * whitespace.el (whitespace-modes): Add `change-log-mode' to the
4902         list of modes to be checked for bogus whitespaces.
4904         * whitespace.el (whitespace-rescan-timer-time): Update
4905         documentation.
4907         * whitespace.el (whitespace-display-unchecked-whitespaces):
4908         New function to update modeline with untested whitespaces.
4910         * whitespace.el (whitespace-buffer): Test only whitespaces whose
4911         checking is turned on, and update modeline using the newly created
4912         `whitespace-display-unchecked-whitespaces'.
4914         * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
4915         whose checking is turned on, and update modeline using the newly
4916         created `whitespace-display-unchecked-whitespaces'.
4918         * whitespace.el (whitespace-describe): Update documentation.
4920         * whitespace.el (whitespace-tickle-timer): Test if
4921         `whitespace-rescan-timer-time' is non-zero before tickling timer.
4923 1999-09-13  Dave Love  <fx@gnu.org>
4925         * hideif.el (hide-ifdef-mode): Add autoload cookie.
4927         * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
4928         for temp buffer.
4929         (checkdoc-this-string-valid): Don't assume default comment-start.
4931 1999-09-13  Gerd Moellmann  <gerd@gnu.org>
4933         * rsz-mini.el: Remove code, keep the interface.
4935 1999-09-13  Dave Love  <fx@gnu.org>
4937         * help.el (help-highlight-p): Doc fix.
4939         * faces.el (mode-line, header-line, tool-bar): Add :version.
4940         (highlight, secondary-selection): Add :group.
4941         (trailing-whitespace): Add :group, :version.
4943         * wid-edit.el: Remove some compatibility code and checks.
4944         (widget-specify-field, widget-specify-button): Don't use XEmacs
4945         properties.
4946         (widget-overlay-inactive): Change error message.
4947         (widget-button-pressed-face): New variable.
4948         (widget-button-click): Use it.
4949         (widget-documentation-link-add): Specify mouse and button faces.
4950         (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
4951         removed now the functionality is built in.
4953         * cus-edit.el: Don't define-widget-keywords.
4954         (multimedia): New group.
4955         (custom-last): Function removed.
4956         (custom-quote): Add vectorp case, comment out characterp case.
4957         (custom-buffer-done-function, custom-raised-buttons): New option.
4958         (Custom-buffer-done): New function.
4959         (custom-buffer-create-internal): Obey custom-raised-buttons,
4960         Custom-buffer-done.
4961         (custom-button-face): Make it `released-button'.
4962         (custom-button-pressed-face): Make it `pressed-button'
4963         (custom-mode-map): Bind "q" to Custom-buffer-done.
4964         (custom-mode): Deal with raised/pressed buttons.
4966         Changes from Didier Verna:
4967         (custom-prompt-variable): Optional third arg makes prompt for a
4968         comment string.
4969         (customize-set-value, customize-set-variable,
4970         customize-save-variable): Optional prefix makes function handle
4971         variable comments.
4972         (customize-customized, customize-saved, custom-variable-state-set)
4973         (custom-variable-set, custom-variable-save, custom-face-state-set)
4974         (custom-variable-reset-saved, custom-variable-reset-standard)
4975         (custom-face-set, custom-face-save, custom-face-reset-saved)
4976         (custom-face-reset-standard, customize-save-customized): Handle
4977         custom comments.
4978         (custom-comment-face, custom-comment-tag-face): New face.
4979         (custom-comment): New widget.
4980         (custom-comment-create, custom-comment-delete)
4981         (custom-comment-value-set, custom-comment-show)
4982         ()custom-comment-invisible-p): New functions.
4983         (custom-variable-value-create, custom-face-value-create): Create a
4984         comment field widget.
4985         (custom-variable-menu, custom-face-menu): New entry for custom
4986         comment.
4987         (custom-face-value-create): Remove compatibility code.
4988         (custom-save-variables, custom-save-faces): Possibly save custom
4989         comments.
4991         * cus-face.el (custom-face-attributes): Simplify :underline,
4992         :overline, :inverse-video cases.  Fix up :box case (probably needs
4993         more work).
4995         Change from Didier Verna:
4996         (custom-set-faces): The arguments can now have a custom comment as
4997         fourth argument.
4999         * custom.el: Don't define-widget-keywords.
5000         Change from Didier Verna:
5001         (custom-set-variables): The arguments can now have a
5002         custom comment as fifth element.
5004 1999-09-13  Richard Stallman  <rms@gnu.org>
5006         * info.el (Info-find-node): Cope better if guesspos is too large.
5008 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
5010         * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
5011         of buffer-substring because buffer-string doesn't copy the
5012         prompt.
5014         * faces.el (mode-line): Replaces `modeline'.
5015         (toplevel): Make `modeline' an alias for `mode-line'.
5017 1999-09-12  Gerd Moellmann  <gerd@gnu.org>
5019         * gs.el: Change `ghostscript' to `postscript' in comment.
5021 1999-09-11  Rob Riepel  <riepel@Stanford.EDU>
5023         * emulation/tpu-edt.el (tpu-version): New version.
5024         (tpu-search-overlay, tpu-replace-overlay): New variables.
5025         (tpu-search-highlight, tpu-toggle-direction): New functions.
5026         (tpu-lm-replace): Set tpu-replace-overlay.
5027         (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
5028         command hook.
5030 1999-09-11  Richard Stallman  <rms@gnu.org>
5032         * isearch.el (isearch-mode-map): Undo previous change.
5034         * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
5035         use all of that as the sexp.
5037         * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
5038         and use the initial argument as file name directly.
5039         Likewise if nothing matches.
5041 1999-09-11  Ivar Rummelhoff  <ivarru@math.uio.no>
5043         * winner.el: Major changes.  Avoid changing point and mark.
5044         Save configurations after they change, not before.
5046 1999-09-10  Keisuke Nishida  <kxn30@po.cwru.edu>
5048         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
5049         Bind print-continuous-numbering and print-number-table.
5051 1999-09-10  Dave Love  <fx@gnu.org>
5053         * bindings.el (debug-ignored-errors): Restore BBDB stuff.
5055 1999-09-09  Richard Stallman  <rms@gnu.org>
5057         * whitespace.el: Finish making it fit Emacs conventions.
5058         Add autoloads.
5060 1999-09-09  Eli Zaretskii  <eliz@is.elta.co.il>
5062         * generic-x.el (bat-generic-mode): "::"-style comments don't
5063         need to begin with "-".  Fix the font-lock definitions of ON/OFF
5064         after BREAK/VERIFY.  Remove built-in commands like CALL and ECHO
5065         from the list of keywords.  Add DO to the list of keywords.
5067 1999-09-09  Dave Love  <fx@gnu.org>
5069         * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
5070         (byte-optimize-backward-word): New optimizations.
5071         (side-effect-free-fns, side-effect-and-error-free-fns): Add
5072         entries.
5074 1999-09-09  Gerd Moellmann  <gerd@gnu.org>
5076         * image.el (put-image): Remove optional buffer parameter.
5078         * faces.el (face-italic-p): Return t only for values `italic'
5079         and `oblique'.
5081         * mouse.el (mouse-drag-mode-line-1): Extension of former
5082         mouse-drag-mode-line that also drags the header line.
5083         (mouse-drag-mode-line): Call it.
5084         (mouse-drag-header-line): New.
5085         (toplevel): Bind down-mouse-1 on header lines to
5086         mouse-drage-header-line.
5088 1999-09-08  Gerd Moellmann  <gerd@gnu.org>
5090         * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
5091         (make-mode-line-mouse-sensitive): Replace `top-line' by
5092         `header-line'.
5094 1998-09-08  Michael Ernst  <mernst@alum.mit.edu>
5096         * help.el (describe-function-1): Don't return empty string for keymaps.
5098         * fill.el (fill-region-as-paragraph, canonically-space-region):
5099         Respect colon-double-space at end of line.
5101 1999-09-08  Stephen Gildea  <gildea@alum.mit.edu>
5103         * files.el (backup-by-copying-when-privileged-mismatch): New variable.
5104         (backup-buffer): Use it.
5106 1999-09-08  Peter Breton  <pbreton@ne.mediaone.net>
5108         * generic-x.el (generic-define-unix-modes): Added new modes:
5109         inetd-conf-generic-mode, etc-services-generic-mode,
5110         etc-passwd-generic-mode.  These are all defined for Unix by default.
5111         (apache-generic-mode): Use an imenu-generic-expression to list
5112         Configuration keywords.
5113         (samba-generic-mode): Use both ; and # as comment characters.
5114         (samba-generic-mode): Font-lock expressions now highlight name
5115         value pairs.
5116         (bat-generic-mode): Keywords are now case-insensitive through
5117         font-lock-defaults setting.
5118         (java-properties-generic-mode): Supports both ! and # as comment
5119         characters.
5120         (java-properties-generic-mode): Added an imenu-generic-expression
5121         (java-properties-generic-mode): Reworked to support the various
5122         different ways to separate name and value (viz, '=', ':' and
5123         whitespace).
5124         (show-tabs-generic-mode): Added this new generic-mode.
5126 1999-09-08  Richard Stallman  <rms@gnu.org>
5128         * progmodes/inf-lisp.el: Moved from top directory.
5130         * tar-mode.el (tar-header-block-tokenize):
5131         Use `when' instead of `and'.  Fix some clobbered text.
5133         * gud.el (gud-make-debug-menu): Make a child for the
5134         local menu, for its menu bar, and the debug menu.
5135         (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
5136         Use the history in the simple way.
5138 1999-09-07  Kenichi Handa  <handa@etl.go.jp>
5140         * language/korea-util.el (default-korean-keyboard): Initialize it
5141         according to the environment variable HANGUL_KEYBOARD_TYPE.
5143 1999-09-07  Richard Stallman  <rms@gnu.org>
5145         * subr.el (make-temp-file): New function.
5147 1999-09-07  Stefan Monnier  <monnier@cs.yale.edu>
5149         * font-lock.el (font-lock-multiline): New text property contains
5150         a boolean to indicate if the char is part of a multiline match.
5151         (font-lock-default-fontify-region): Extend the region appropriately
5152         for multiline keywords.
5153         (font-lock-default-unfontify-region): Also remove the new
5154         font-lock-multiline text property.
5155         (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
5156         (font-lock-fontify-keywords-region): Mark multiline regexp matches.
5158 1999-09-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5160         * diary-lib.el (list-diary-entries): Make sure two-digit years
5161         have leading zeros.
5163 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
5165         * faces.el (face-set-after-frame-default): Initialize some
5166         attributes of some faces from frame parameters.
5168         * faces.el (scroll-bar, border, cursor, mouse): New faces.
5170 1999-09-07  Gerd Moellmann  <gerd@gnu.org>
5172         * faces.el (fringe): Replaces face `margin'.
5174 1999-09-07  Dave Love  <fx@gnu.org>
5176         * tar-mode.el (tar-header-block-tokenize): Bind linkname.
5178 1999-09-07  Richard Stallman  <rms@gnu.org>
5180         * subr.el (push): Doc fix.
5182 1999-09-06  Richard Stallman  <rms@gnu.org>
5184         * vc.el (vc-annotate-display): Use < 69 not < 70
5185         to distinguish 20YY from 19YY.
5187         * timezone.el (timezone-parse-date): Use < 69 not < 70
5188         to distinguish 20YY from 19YY.
5190         * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
5192 1999-09-07  Dave Pearson  <davep@hagbard.demon.co.uk>
5194         * quickurl.el: (quickurl-list-focused-line): Removed.
5195         (quickurl-list-insert): Now works out the focused line using
5196         `count-lines' instead of using `quickurl-list-focused-line'.
5198 1999-09-06  Richard Stallman  <rms@gnu.org>
5200         * mail/rmail.el (rmail-retry-failure): Unconditionally move
5201         to beginning of message.
5203 1999-09-06  Dave Love  <fx@gnu.org>
5205         * isearch.el (isearch-mode-map): Add mouse-2.
5207         * mail/rmail.el (rmail-read-password): Deleted.
5208         (rmail-get-pop-password): Use read-password.
5210         * quickurl.el: Don't conditionally define caddr.
5211         (quickurl-url-comment): Use nth, not caddr in function and
5212         defsetf.
5214 1999-09-06  Richard Stallman  <rms@gnu.org>
5216         * auto-show.el: Doc fixes.
5218 1999-09-06  Stephen Eglen  <stephen@gnu.org>
5220         * progmodes/octave-inf.el (inferior-octave-startup-args): Add
5221         --no-line-editing so that TABs in source files are not interpreted
5222         as completion requests.
5224 1999-09-06  Gerd Moellmann  <gerd@gnu.org>
5226         * hscroll.el, auto-show.el: Remove all code, keep the public
5227         interface as no-ops.
5229         * faces.el (face-bold-p): Don't return t if face has lighter
5230         weight than normal.
5232 1999-09-06  Eli Zaretskii  <eliz@gnu.org>
5234         * startup.el (command-line): Make small-temporary-file-directory
5235         be nil except on ms-dos.
5237         * files.el (small-temporary-file-directory): Ditto.  Also doc fix.
5239         * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
5240         is defined.
5242         * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
5243         letters with a colon after d or l.
5245 1999-09-06  Dave Love  <fx@gnu.org>
5247         * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed.  (Now
5248         primitive.)
5250 1999-09-05  Richard Stallman  <rms@gnu.org>
5252         * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
5254         * textmodes/paragraphs.el (backward-kill-sentence):
5255         Don't test minibuffer-prompt-end here.
5256         (forward-sentence): Do handle it here.
5257         (backward-kill-paragraph): Don't test it here.
5258         (forward-paragraph): Handle it here.
5260         * mouse.el (font-menu-add-default): Simplify code.
5262 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
5264         * faces.el (header-line): Renamed from `top-line'.
5266 1999-09-05  Gerd Moellmann  <gerd@gnu.org>
5268         * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
5270 1999-09-04  Richard Stallman  <rms@gnu.org>
5272         * whitespace.el: New file.
5274 1999-09-04  Dave Love  <fx@gnu.org>
5276         * paths.el: Make some doc strings obey the make-docfile convention.
5278         * bindings.el: Likewise.
5279         (debug-ignored-errors): Remove BBDB ones.
5281 1999-09-03  Richard Stallman  <rms@gnu.org>
5283         * mail/mh-comp.el (mh-forward): Get new subject line from the original,
5284         not from the draft to forward.
5286         * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
5288 1999-09-03  Dave Love  <fx@gnu.org>
5290         * double.el (double-mode): Customize the variable.
5292 1999-09-03  Kenichi Handa  <handa@etl.go.jp>
5294         * international/characters.el: Delete duplicated code.
5296 1999-09-02  Richard Stallman  <rms@gnu.org>
5298         * indent.el (indent-relative): Doc fix.
5300         * quickurl.el (quickurl): Doc fix.
5302 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
5304         * faces.el (margin): Change background to "gray" for mono (this is
5305         drawn with a stipple pattern).
5307 1999-09-02  Gerd Moellmann  <gerd@gnu.org>
5309         * simple.el (next-history-element): Use minibuffer-prompt-end once
5310         again.  Remove test for minibuffer-prompt-in-buffer.
5312 1999-09-02  Eli Zaretskii  <eliz@gnu.org>
5314         * files.el (small-temporary-file-directory): New variable.
5316         * startup.el (command-line): Compute the value of
5317         small-temporary-file-directory.
5319         * ediff-init.el (ediff-temp-file-prefix): Use
5320         small-temporary-file-directory if non-nil.
5322         * vc.el (vc-update-change-log): Likewise.
5324         * progmodes/cmacexp.el (c-macro-expansion): Likewise.
5326         * simple.el (shell-command, shell-command-on-region): Use
5327         make-temp-name properly.  Use small-temporary-file-directory if
5328         non-nil, otherwise temporary-file-directory, to generate temporary
5329         files.
5331         * dos-w32.el (direct-print-region-helper): Use
5332         temporary-file-directory.  (From Stefan Monnier.)
5334 1999-09-02  Richard Stallman  <rms@gnu.org>
5336         * progmodes/asm-mode.el (asm-mode): Set comment-start properly
5337         from asm-comment-char.
5338         (asm-font-lock-keywords): Recognize instruction width suffixes.
5340 1999-09-01  Richard Stallman  <rms@gnu.org>
5342         * play/fortune.el: New file.
5344 1999-08-31  Dave Love  <fx@gnu.org>
5346         * help.el (help-make-xrefs): Don't lose on non-empty blank line
5347         after key table.
5349         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
5350         redisplay variables.
5352         * subr.el (push): Fix typo.
5354 1999-08-30  Kevin Blake  <kblake@ticnet.com>
5356         * emacs-lisp/ring.el: Many doc fixes.
5357         (ring-size, ring-copy): New functions.
5359 1999-08-29  Richard Stallman  <rms@gnu.org>
5361         * progmodes/etags.el (tags-loop-continue):
5362         After tags-loop-operate returns, force skip to next file.
5364         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
5365         (mail-extr-first-letters, mail-extr-last-letters):
5366         Use character classes [:alpha:] and [:alnum:].
5368         * subr.el (push, pop): New macros.
5370         * progmodes/compile.el (compilation-error-regexp-alist):
5371         New item for SGI IRIX MipsPro compilers.
5373         * speedbar.el (speedbar-directory-buttons): Recognize
5374         device names when checking for file names.
5376         * array.el (array-reconfigure-rows): Use generate-new-buffer.
5378         * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
5379         and specially handle defvar inside their expansions.
5380         (eval-defun-1): New subroutine.
5382         * progmodes/compile.el (compilation-error-regexp-alist):
5383         Fix the Perl -w entry to allow period after line number.
5384         Don't allow newlines in file name, but allow them after line number
5385         for Perl debugging traces.
5387         * which-func.el (which-func-cleanup-function): New variable.
5388         (which-function): Call that function.
5390         * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
5391         to end a function name.
5393         * informat.el (Info-tagify): Don't insert more than one newline
5394         before the tag table.
5396 1999-08-29  Stefan Monnier  <monnier@cs.yale.edu>
5398         * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
5399         than make-temp-name, use match-string-no-properties, and eliminate
5400         a quadratic behavior when building bibtex-strings.
5402 1999-08-29  Alex Schroeder  <alex@gnu.org>
5404         * comint.el (comint-input-ring-separator): New variable.
5405         (comint-read-input-ring): Doc change; use
5406         comint-input-ring-separator when reading file.
5407         (comint-write-input-ring): Use
5408         comint-input-ring-separator when writing file.
5410 1999-08-29  Marc Girod  <girod@shire.ntc.nokia.com>
5412         * informat.el (Info-tagify): Start by widening.
5413         Match node headers that don't list the file name,
5414         and more kinds of page separations.
5415         Strip properties during tagification.
5416         Use start of node header line as tag's position.
5417         Fix the "done" message.
5419         (Info-validate): Save and restore match data around narrowing down.
5421 1999-08-28  Richard M. Stallman  <rms@gnu.org>
5423         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
5424         On repeated call, override previous values put into
5425         minor-mode-map-alist and minor-mode-alist.
5427 1999-08-28  Michael Ernst  <mernst@alum.mit.edu>
5429         * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
5431 1999-08-27  Andreas Schwab  <schwab@gnu.org>
5433         * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
5434         from cvs update.
5436 1999-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5438         * calendar/calendar.el (calendar-move-hook): New hook.
5440         * calendar/cal-move.el: Call the new hook in every movement function.
5442         * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
5443         the right function name.
5445 1999-08-26  Stephen Gildea  <gildea@alum.mit.edu>
5447         * time-stamp.el: Put quote-backquote around all symbol names
5448         in doc strings, for mousing.
5449         (time-stamp): Support multi-line patterns.
5450         (time-stamp-inserts-lines): New variable.
5451         (time-stamp-count): New variable.
5452         (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
5453         "Thu" instead of "%a".
5455 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
5457         * simple.el (kill-word): Undo previous change.
5459 1999-08-25  Gerd Moellmann  <gerd@gnu.org>
5461         * jit-lock.el (jit-lock-function): Extend the fontified range
5462         to the beginning of the line containing the range start and
5463         the beginning of the line following the range end.
5465 1999-08-24  Dave Love  <fx@gnu.org>
5467         * timezone.el: Move provide to end.
5468         (timezone-parse-date): Simplify somewhat.  Assume 2-digit years
5469         <70 are 2000+.
5470         (timezone-parse-time): Simplify somewhat.
5472 1999-08-24  Gerd Moellmann  <gerd@gnu.org>
5474         * faces.el (margin): Renamed from bitmap-area.
5476 1999-08-24  Alex Schroeder  <alex@gnu.org>
5478         * sql.el: Doc changes.
5479         (sql-sybase): Use sql-server instead of sql-database.
5481 1999-08-23  Dave Love  <fx@gnu.org>
5483         * rect.el: Add/fix various doc strings.  Add `*' to all the
5484         interactive specs.
5486 1999-08-21  Gerd Moellmann  <gerd@gnu.org>
5488         * jit-lock.el (jit-lock-function): Use line-beginning-position.
5489         Don't unwind-protect font-lock-fontify-region.
5491         * paragraphs.el (backward-kill-paragraph): Don't move
5492         point into mini-buffer prompt.
5493         (backward-kill-sentence): Ditto.
5495         * simple.el (next-history-element): Use minibuffer-prompt-end.
5496         Remove test for minibuffer-prompt-in-buffer.
5497         (kill-word): Don't move point into mini-buffer prompt.
5499 1999-08-21  Dave Love  <fx@gnu.org>
5501         * Makefile: Exclude CVS dirs like RCS.
5503 1999-08-19  Dave Love  <fx@gnu.org>
5505         * tooltip.el (tooltip-mode): Customize this, per convention.
5506         (tooltip-active): Option deleted.
5508         * font-lock.el (global-font-lock-mode): Autoload.  Add :initialize.
5510         * hanoi.el, page-ext.el: Declare dynamic vars.
5512         * term.el: Avoid ange-ftp related compilation warnings.
5514 1999-08-18  Gerd Moellmann  <gerd@gnu.org>
5516         * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
5517         the default so that beginners can benefit from it without
5518         searching in manuals.
5520 1999-08-18  Ray Blaak  <blaak@gnu.org>
5522         * progmodes/delphi.el: Consider assembly sections as blocks, to
5523         indent them better. Make auto-indent on newline optional.
5525 1999-08-17  Gerd Moellmann  <gerd@gnu.org>
5527         * bindings.el (mode-line-modified): Look up key binding for C-x
5528         C-q.  If it's bound call that binding, otherwise call
5529         toggle-read-only.
5531 1999-08-17  Dave Love  <fx@gnu.org>
5533         * info.el (info): Doc fix.
5535         * finder.el (finder-known-keywords): Add `multimedia'.
5537         * apropos.el: Don't capitalize custom group name.
5539         * info-look.el: Remove compatibility code.
5540         (info-lookup-guess-default*): DTRT for point at start of symbol.
5541         (info-complete): Don't lose with point not at end of symbol.
5543 1999-08-16  Gerd Moellmann  <gerd@gnu.org>
5545         * term.el (toplevel): Make face `term-default' an empty face.
5546         The code relied on the fact that Emacs ignored invalid faces in
5547         face text properties in 20.4.
5549 1999-08-16  Richard M. Stallman  <rms@gnu.org>
5551         * subr.el (point-at-eol, point-at-bol): New aliases.
5553         * simple.el: Functions reordered.
5555         * rect.el (delete-rectangle-line): Use line-end-position.
5557 1999-08-16  Karl Heuer  <kwzh@gnu.org>
5559         * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
5560         here from simple.el.
5562 1999-08-16  Dave Love  <fx@gnu.org>
5564         * mouse.el: Provide `mldrag' for compatibility.
5565         (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
5566         marked obsolete.
5568         * mldrag.el: Removed since the features are in mouse.el.
5570         * jka-compr.el (auto-compression-mode): New variable for
5571         customization.
5573         * bindings.el (mode-line-mule-info): Doc fix.
5575         * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
5576         name comparisons.
5578         * files.el (interpreter-mode-alist): Add make, guile, clisp.
5579         (find-file): Doc fix.
5581 1999-08-16  Carsten Dominik  <cd@gnu.org>
5583         * textmodes/reftex.el: Most of the code moved to other files.
5584         * textmodes/reftex-auc.el: New file, split out from reftex.el
5585         * textmodes/reftex-cite.el: New file, split out from reftex.el
5586         * textmodes/reftex-global.el: New file, split out from reftex.el
5587         * textmodes/reftex-index.el: New file, split out from reftex.el
5588         * textmodes/reftex-parse.el: New file, split out from reftex.el
5589         * textmodes/reftex-ref.el: New file, split out from reftex.el
5590         * textmodes/reftex-sel.el: New file, split out from reftex.el
5591         * textmodes/reftex-toc.el: New file, split out from reftex.el
5592         * textmodes/reftex-vars.el: New file, split out from reftex.el
5593         * textmodes/reftex-vcr.el: New file, split out from reftex.el
5595 1999-08-16  Carsten Dominik  <cd@gnu.org>
5597         * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
5598         conflict with pop-up-frames.
5599         (reftex-special-environment-parsers): New constant.
5600         (reftex-label-alist): car of an entry can also be a function.
5601         (reftex-what-special-env): Cew function.
5602         (reftex-label-location): Call `reftex-what-special-env'.
5603         (reftex-compile-variables): Check for symbol in
5604         `reftex-label-alist'.
5605         (reftex-what-environment): Fixed bug with stacked environments of
5606         same kind (e.g. enumerate).
5607         (reftex-process-string): Preserve default directory.
5608         (reftex-label-alist-builtin): Changed prefixes of endnote and
5609         footnote.  Also the magic words.
5610         (reftex-reference): Interprete new option
5611         `reftex-fref-is-default'.
5612         (reftex-replace-prefix-escapes): Interprete new `%S' format.
5613         (reftex-toc-mouse-view-line): Command removed (had no binding).
5614         (reftex-everything-regexp): New function.
5615         (reftex-nearest-match): Made better.
5616         (reftex-toc-find-section): Use new version of
5617         `reftex-nearest-match'.
5618         (reftex-insert-docstruct): Adapted to work with the index stuff.
5619         (reftex-parse-from-file): Find index entries as well.
5620         (reftex-toc-toggle-index): New function
5621         (reftex-toc-map): `i' is now used to togle the index, File
5622         boundaries has been moved to `F'.
5623         (reftex-select-label-map): Toggling display of file boundaries is
5624         now on the `F' key, for consistency with `reftex-toc-map'.
5625         (reftex-erase-all-selection-and-index-buffers): Renamed from
5626         `reftex-erase-all-selection-buffer'.  Now also kills the index
5627         buffers.
5628         (reftex-viewing-cross-references): Customization group renamed
5629         from reftex-viewing-cross-references-and-citations.
5630         (reftex-index-macro-regexp,
5631         reftex-find-index-entry-regexp-format): New variables
5632         (reftex-macros-with-index): New variable
5633         (reftex-add-index-macros): New function
5634         (reftex-renumber-simple-labels, reftex-translate): Allow for
5635         multiple labels in a single ref command.
5636         (reftex-index-support): New customization group
5637         (reftex-support-index, reftex-index-special-chars,
5638         reftex-index-macros, reftex-index-default-macro,
5639         reftex-index-default-tag, reftex-index-math-format,
5640         reftex-index-section-letters, reftex-index-include-context,
5641         reftex-index-follow-mode, reftex-index-header-face,
5642         reftex-index-section-face, reftex-index-tag-face,
5643         reftex-index-face): New options
5644         (reftex-index-map, reftex-index-menu, reftex-last-index-file,
5645         reftex-index-tag, reftex-index-return-marker,
5646         reftex-index-restriction-indicator, reftex-index-restriction-data,
5647         reftex-index-macro-regexp, reftex-index-level-re,
5648         reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
5649         reftex-everything-regexp-no-index, reftex-index-re,
5650         reftex-macros-with-index, reftex-index-macro-alist): New variables
5651         (reftex-index-help, reftex-index-macros-builtin,
5652         reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
5653         reftex-query-index-macro-help): New constants
5654         (reftex-index-selection-or-word, reftex-index,
5655         reftex-default-index, reftex-update-default-index,
5656         reftex-index-complete-tag, reftex-index-select-tag,
5657         reftex-index-complete-key, reftex-index-update-taglist,
5658         reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
5659         reftex-display-index, reftex-insert-index,
5660         reftex-index-insert-new-letter, reftex-get-restriction,
5661         reftex-index-pre-command-hook, reftex-index-post-command-hook,
5662         reftex-index-show-help, reftex-index-next, reftex-index-previous,
5663         reftex-index-toggle-follow, reftex-index-toggle-context,
5664         reftex-index-view-entry, reftex-index-goto-entry-and-hide,
5665         reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
5666         reftex-index-quit, reftex-index-quit-and-kill,
5667         reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
5668         reftex-index-revert, reftex-index-switch-index-tag,
5669         reftex-index-restrict-to-section, reftex-index-widen,
5670         reftex-index-restriction-forward,
5671         reftex-index-restriction-backward, reftex-index-visit-location,
5672         reftex-index-analyze-entry, reftex-index-globalize,
5673         reftex-index-edit, reftex-index-toggle-range-beginning,
5674         reftex-index-toggle-range-end, reftex-index-edit-key,
5675         reftex-index-edit-attribute, reftex-index-edit-visual,
5676         reftex-index-edit-part, reftex-index-level-down,
5677         reftex-index-level-up, reftex-index-kill, reftex-index-undo,
5678         reftex-index-change-entry, reftex-index-goto-letter,
5679         reftex-add-index-macros, reftex-ensure-index-support,
5680         reftex-index-info-safe, reftex-index-info): New functions.
5683 1999-08-15  Richard M. Stallman  <rms@gnu.org>
5685         * paren.el (show-paren-mode): Support making show-paren-mode
5686         a buffer-local variable.  Don't check for a window system.
5687         (show-paren-function): Check whether show-paren-function is
5688         enabled in current buffer; do the right thing if not.
5689         Don't check for a window system.
5690         (show-paren-mode): Make it a user variable.
5692         * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
5693         Handle `enum' like `struct'.
5695         * server.el (server-process-filter): If a client visits no buffers,
5696         close it immediately before recording it.
5698         * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
5699         Optimize by calling concat just once.  Handle =\n sequence.
5700         (mail-unquote-printable-region): New command.
5701         (mail-quote-printable): Make it autoload.
5703 1999-08-15  Karl Heuer  <kwzh@gnu.org>
5705         * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
5707 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
5709         * lisp/texinfmt.el: Handle @ifnottex.
5711 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
5713         * frame.el (blink-cursor): Don't turn on cursor blinking for
5714         ms-dos.
5716         * faces.el (face-valid-attribute-values): Look in
5717         x-bitmap-file-path only for x and w32 window systems.
5719         * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
5720         Do that if width is nil as well.
5721         (x-display-mm-height, x-display-mm-width): Update values.
5722         (x-colors): Compute the list from msdos-color-values.
5723         (x-select-enable-clipboard): Doc fix.
5724         (x-frob-font-weight, x-font-family-list): New functions.
5726 1999-08-15  Toby Speight  <Toby.Speight@streapadair.freeserve.co.uk>
5728         * window.el (shrink-window-if-larger-than-buffer): Don't try to
5729         back up from beginning of buffer.
5731 1999-08-13  Karl Heuer  <kwzh@gnu.org>
5733         * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
5735 1999-08-13  Alakazam Petrofsky  <Alakazam@Petrofsky.Berkeley.CA.US>
5737         * play/hanoi.el: Mostly rewritten.  Customized.  To support an s2G
5738         doomsday clock, speed control is added and changes are made to
5739         allow large numbers of rings: rings now show the whole ring
5740         number, not just the last digit; consecutive rings are allowed to
5741         be the same size when necessary to fit all the rings in the
5742         window; and poles can be oriented horizontally.  Face support is
5743         thrown in gratuitously.
5744         (hanoi): Changed default number of rings back to 3.
5745         (hanoi-unix, hanoi-unix-64): New commands
5746         (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
5747         hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
5748         hanoi-odd-ring-face): New variables.
5749         (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
5750         hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
5751         hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
5752         (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
5753         (hanoi-topos, hanoi-draw-ring): Removed.
5755 1999-08-12  Gerd Moellmann  <gerd@gnu.org>
5757         * faces.el (face-valid-attribute-values): Return an alist for
5758         families on ttys.
5759         (face-read-integer): Handle unspecified face attributes.  Add
5760         completion for `unspecified'.
5761         (read-face-attribute): Handle unspecified font attributes.
5762         (face-valid-attribute-values): Add `unspecified' to lists so that
5763         it can be chosen via completion.
5764         (face-read-string): Don't recognize "none" as input.
5766 1999-08-10  Dave Love  <fx@gnu.org>
5768         * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
5769         string.
5771         * sun-curs.el: Require sun-fns.
5773 1999-08-10  Dave Love  <fx@gnu.org>
5775         * autorevert.el (auto-revert-mode): Add autoload cookie.
5777         * hscroll.el, auto-show.el: Files deleted -- we have built-in
5778         hscroll.
5780         * simple.el (hscroll-step, hscroll-point-visible)
5781         (hscroll-window-column): Remove now we have the mentioned real
5782         horizontal autoscrolling.
5784 1999-08-10  Richard M. Stallman  <rms@gnu.org>
5786         * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
5787         control use of -f option.
5788         (mail-specify-envelope-from): New variable.
5789         (mail-from-style): Doc fix.
5791         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
5792         (easy-menu-get-map): New arg TO-MODIFY helps choose
5793         between local and global maps.
5794         (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
5795         (easy-menu-change): Doc fix.
5797         * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
5798         (info-lookup-guess-default): Simplified and cleaned up.
5799         (info-lookup-guess-default*): Preserve point.
5801         * view.el (view-mode-disable): If buffer-read-only is nil,
5802         don't change it.
5804         * files.el (after-find-file): Disable View mode if buffer is no
5805         longer read-only.
5807         * view.el (view-mode-enable, view-mode-disable):
5808         Call force-mode-line-update.
5810 1999-08-10  Karl Heuer  <kwzh@gnu.org>
5812         * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
5813         * array.el, play/landmark.el, international/latin-3.el: Likewise.
5814         * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
5816 1999-08-10  Alex Schroeder  <asc@bsiag.com>
5818         * ansi-color.el (ansi-color-to-text-properties): Added New state 5
5819         to prevent m-eating-bug.
5821 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
5823         * term/pc-win.el (msdos-bg-mode): Remove.  Call
5824         frame-set-background-mode instead.  All callers changed.
5825         (msdos-face-setup): Don't force color display parameter, it is set
5826         by frame-set-background-mode.
5827         (make-msdos-frame): Call x-handle-reverse-video and
5828         face-set-after-frame-default.  Delete frame if creation failed.
5830         * faces.el (face-set-after-frame-default): Don't call
5831         make-face-x-resource-internal for the pc window-system.
5833 1999-08-10  Dave Love  <fx@melange.gnu.org>
5835         * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
5836         case with no docstring specially.
5838 1999-08-09  Eli Zaretskii  <eliz@gnu.org>
5840         * complete.el (PC-do-completion): If completing on file name,
5841         reproduce str by concatenating its directory and basename parts.
5843 1999-08-07  Dave Love  <fx@gnu.org>
5845         * man.el (Man-softhyphen-to-minus): Revert previous change.  Avoid
5846         unibyte to multibyte conversion of search-forward (from Handa),
5847         but avoid the replacement if the language is Latin-N.
5849 1999-08-06  Richard Stallman  <rms@gnu.org>
5851         * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
5852         of eval-buffer.
5854         * international/mule.el (load-with-code-conversion):
5855         Pass t to eval-buffer for DO-ALLOW-PRINT.
5857 1999-08-06  Geoff Voelker  <voelker@cs.washington.edu>
5859         * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
5860         of filenames and attributes.
5861         (ls-lisp-insert-directory): Use directory-files-and-attributes
5862         for speed.
5864 1999-08-05  Dave Love  <fx@gnu.org>
5866         * auto-show.el (auto-show-mode): Fix :set.
5868         * widget.el (define-widget-keywords): Make dummy definition and
5869         comment-out its use.
5871 1999-08-04  Richard Stallman  <rms@gnu.org>
5873         * progmodes/tcl.el: Customized.
5875         * sql.el (sql-accumulate-and-indent): Instead of testing
5876         whether this is Emacs 20 before calling comint-accumulate,
5877         test whether comint-accumulate is defined.
5879 1999-08-04  Dave Love  <fx@gnu.org>
5881         * sgml-mode.el: Require outline when compiling.
5882         (sgml-mode-hook, html-mode-hook): Customize.
5883         (sgml-validate-command): Fix :version.
5884         (html-autoview-mode): Doc fix.
5886         * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
5887         nothing in Latin-N environment.
5889         * info.el (Info-find-node): Call info-initialize here.
5890         (info): Not here.
5891         (Info-file-list-for-emacs): Add message, dired-x, c, viper.
5893 1999-08-04  Richard Stallman  <rms@gnu.org>
5895         * ansi-color.el: New file.
5897 1999-08-04  Stefan Monnier  <monnier@cs.yale.edu>
5899         * dired.el (dired-string-replace-match): Return `nil' when no match
5900         found with global search.
5902         * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
5903         * terminal.el (te-terminfo-directory):
5904         * mail/mailpost.el (post-mail-send-it):
5905         * mail/metamail.el (metamail-region):
5906         * progmodes/ada-mode.el (ada-tmp-directory):
5907         Use temporary-file-directory.
5909         * progmodes/compile.el (compilation-parsing-end,compilation-setup)
5910         (compilation-filter, compilation-forget-errors)
5911         (compilation-parse-errors): Use a marker instead of an integer for
5912         `compilation-parsing-end'.
5914         * progmodes/diff.el (diff-parse-differences):
5915         Use a marker instead of an integer for `compilation-parsing-end'.
5916         * textmodes/tex-mode.el (tex-compilation-parse-errors):
5917         Use a marker instead of an integer for `compilation-parsing-end'.
5919 1999-08-03  Richard Stallman  <rms@gnu.org>
5921         * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
5922         (Buffer-menu-mode): Doc fix.
5923         (Buffer-menu-view): New command.
5924         (Buffer-menu-view-other-window): New command.
5926 1999-08-03  Christopher J. Madsen  <chris_madsen@geocities.com>
5928         * replace.el (query-replace-regexp-eval)
5929         (replace-eval-replacement, replace-loop-through-replacements)
5930         (replace-match-string-symbols): New functions.
5931         (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
5932         Use replace-loop-through-replacements.
5934 1999-08-03  Dave Pearson  <davep@hagbard.demon.co.uk>
5936         * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
5937         (5x5): Doc fix.
5939 1999-08-03  Dave Love  <fx@gnu.org>
5941         * fortran.el (fortran-indent-new-line): Make it an alias
5942         for reindent-then-newline-and-indent.
5944 1999-08-03  Didier Verna  <verna@inf.enst.fr>
5946         * rect.el: All functions rewritten, except when noted above
5947         their declaration.  Below is a list of interface changes.
5948         (apply-on-rectangle): New function, mostly replaces
5949         `operate-on-rectangle'.  All callers changed.
5950         (move-to-column-force): Pass new second argument to `move-to-column'.
5951         (kill-rectangle): Added optional prefix arg to fill lines.
5952         (delete-rectangle): Ditto.
5953         (delete-whitespace-rectangle): Ditto.
5954         (delete-extract-rectangle): Ditto.
5955         (open-rectangle): Ditto.
5956         (clear-rectangle): Ditto.
5957         (delete-whitespace-rectangle-line): New function.
5958         (delete-rectangle-line): Added third arg FILL.
5959         (delete-extract-rectangle-line): Ditto.
5960         (open-rectangle-line): Ditto.
5961         (clear-rectangle-line): Ditto.
5963 1999-08-03  Ray Blaak  <blaak@gnu.org>
5965         * progmodes/delphi.el: New file.
5967 1999-08-02  Richard Stallman  <rms@gnu.org>
5969         * textmodes/outline.el (outline-previous-heading): New function.
5970         (outline-up-heading-all): Use outline-previous-heading.
5971         (outline-next-heading): Delete definition inserted yesterday.
5973 1999-08-01  Richard Stallman  <rms@gnu.org>
5975         * textmodes/outline.el (outline-next-heading): New function.
5976         (outline-up-heading-all): New function.
5977         (outline-font-lock-level): Using outline-up-heading-all.
5978         Tell outline-back-to-heading to accept invisible headings.
5980         * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
5982         * mail/mh-utils.el (mh-find-path-run): New variable.
5983         (mh-find-path): Test and set that.
5984         Set mail-user-agent only the first time this function is run.
5985         (mail-user-agent): Defvar deleted.
5987         * info.el (info-initialize): New function.
5988         (info): Call info-initialize.
5989         (Info-directory-list): Initialize to nil,
5990         so info-initialize will set it up for real.
5992 1999-08-01  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
5994         * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
5995         does not interpret a time as the year in a day-month entry.
5997         * calendar/diary-lib.el: Change syntax table entry for colon in
5998         the diary as part of the european-date-diary-pattern fix.
6000 1999-08-01  Eli Zaretskii  <eliz@gnu.org>
6002         * international/mule.el (set-auto-coding): Allow whitespace before
6003         and after the "variable: value" pair.
6005 1999-07-30  Ken'ichi Handa  <handa@gnu.org>
6007         * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
6008         (default-sendmail-coding-system): Doc-string fixed.
6010 1999-07-30  Dave Love  <fx@gnu.org>
6012         * subr.el (assoc-delete-all): New function, renamed from
6013         frame-delete-all.
6015         * frame.el: Change comments to doc strings and other doc fixes.
6016         (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
6017         Callers changed.
6018         (set-background-color, set-foreground-color, set-cursor-color)
6019         (set-mouse-color, set-border-color): Offer completion of colours.
6020         (cursor): Add :version to defgroup.
6022         * facemenu.el (list-colors-display): Make it work on ttys.
6023         (facemenu-read-color): Likewise.
6025 1999-07-30  Richard M. Stallman  <rms@gnu.org>
6027         * frame.el (frame-notice-user-settings): If background
6028         color has been changed, update background-mode from it,
6029         then update faces.
6031 1999-07-30  Wolfgang Rupprecht  <wolfgang@wsrcc.com>
6033         * net-utils.el (finger): Don't do indirect fingering.
6035 1999-07-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6037         * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
6038         rules.  Add separator at end of holidays.
6039         (cal-tex-rules): New customizable variable.
6040         (cal-tex-latexify-list): Add optional parameter to put separator
6041         at end.
6043 1999-07-30  Bill Richter  <richter@steenrod.math.nwu.edu>
6045         * textmodes/fill.el (fill-individual-paragraphs): Calculate new
6046         fill prefix on each line while looping to the end of paragraph.
6047         End paragraph if it's longer than the existing fill prefix.
6049         * textmodes/fill.el (fill-context-prefix): Doc fix.
6051 1999-07-30  Dave Love  <fx@gnu.org>
6053         * font-lock.el (jit-lock): Fix :load, add :version.
6055 1999-07-30  Eli Zaretskii  <eliz@gnu.org>
6057         * term/pc-win.el (msdos-face-setup): Register standard colors in
6058         Vface_tty_color_alist.
6059         (face-color-supported-p, face_color_gray_p): New functions.
6061         * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
6062         is bound.
6064         * startup.el (command-line): Don't register default colors for
6065         MSDOS window-system.
6067 1999-07-29  Dave Love  <fx@gnu.org>
6069         * f90.el (f90-mode-syntax-table): Change backslash to escape, not
6070         charquote.
6072         * lisp-mode.el (eval-defun): Re-written to avoid
6073         capturing variables.
6075         * picture.el (picture-beginning-of-line): Don't call
6076         hscroll-point-visible now we have real autoscrolling.
6077         (picture-end-of-line, picture-newline, picture-open-line):
6078         Likewise.
6080         * international/latin-8.el: New file.
6081         * international/latin-9.el: New file.
6083 1999-07-28  Dave Love  <fx@gnu.org>
6085         * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
6087         * msb.el: Require cl only when compiling.
6088         (msb--home-dir): Deleted.
6089         (msb--format-title): Use abbreviate-file-name.
6090         (msb--choose-file-menu): Simplify string comparison.
6092 1999-07-28  Gerd Moellmann  <gerd@gnu.org>
6094         * faces.el (toolbar): Add face definition for mono displays.
6096 1999-07-27  Richard M. Stallman  <rms@gnu.org>
6098         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
6100         * frame.el (frame-initialize): When setting frame-initial-frame-alist,
6101         force copying of default-frame-alist.
6103 1999-07-26  Ken'ichi Handa  <handa@gnu.org>
6105         * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
6107 1999-07-26  Richard M. Stallman  <rms@gnu.org>
6109         * frame.el (set-mouse-color): If new color is nil,
6110         really respecify the current color.
6112 1999-07-26  Gerd Moellmann  <gerd@gnu.org>
6114         * faces.el (bitmap-area): Change background of face `bitmap-area'
6115         to white for mono displays.
6117 1999-07-26  Kenichi Handa  <handa@etl.go.jp>
6119         * international/ccl.el (ccl-embed-symbol): New function.
6120         (ccl-program-p): Deleted.  Now it's implemented in C code.
6121         (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
6122         (ccl-compile-translate-character): Likewise.
6123         (ccl-compile-map-single): Likewise.
6124         (ccl-compile-multiple-map-function): Likewise.
6125         (declare-ccl-program): Doc-string modified.
6126         (check-ccl-program): Check compiled CCL code by ccl-program-p.
6128 1999-07-25  Ken'ichi Handa  <handa@etl.go.jp>
6130         * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
6132 1999-07-25  Markus Rost  <rost@gnu.org>
6134         * cus-edit.el (custom-save-variables, custom-save-faces):  Sort
6135         the entries to make custom-file more readable.
6137 1999-07-25  Richard M. Stallman  <rms@gnu.org>
6139         * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
6141         * emacs-lisp/edebug.el: Delete compatibility code.
6142         (edebug-next-token-class): If . is followed by a digit,
6143         return `symbol' for the token class.
6145         * startup.el (command-line): If we don't find the user's init file,
6146         set user-init-file to nil.
6148 1999-07-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6150         * info-look.el (info-lookup-interactive-arguments): Add optional
6151         argument query for new choice of help mode.
6152         (info-lookup-symbol):  Use it.
6153         (info-lookup-file): Ditto.
6154         (info-lookup): Don't switch to other window, if already in Info
6155         buffer.
6157 1999-07-23  Dave Love  <fx@gnu.org>
6159         * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
6160         syntax.
6161         (fortran-fontify-string, fortran-match-!-comment): Deleted.
6162         (fortran-font-lock-syntactic-keywords): New variable.
6163         (fortran-mode): Use it.
6164         (fortran-font-lock-keywords-1): Don't do comments.
6165         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
6166         match data.
6168         * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
6170         * msb.el (msb-menu-bar-update-buffers): Renamed from
6171         menu-bar-update-buffers.
6172         (msb-custom-set, msb--toggle-menu-type): Call
6173         msb-menu-bar-update-buffers.
6174         (msb-mode): Revise the hook setting.
6176         * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
6178 1999-07-23  Gerd Moellmann  <gerd@gnu.org>
6180         * font-lock.el, help.el, simple.el: Re-integrate previously
6181         described changes that were lost due to errors while checking them
6182         in.
6184 1999-07-23  Kevin Blake  <kblake@ticnet.com>
6186         * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
6188 1999-07-23  Ken'ichi Handa  <handa@etl.go.jp>
6190         * international/encoded-kb.el
6191         (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
6192         but push it to unread-command-events.
6193         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
6194         (encoded-kbd-self-insert-sjis): Likewise.
6195         (encoded-kbd-self-insert-big5): Likewise.
6197         * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
6198         before left margin and fill-prefix by fill-find-break-point.
6200 1999-07-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6202         * info-look.el (info-lookup-setup-mode): Don't give up, if
6203         info-lookup-make-completions returns an error.
6204         (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
6205         name latex, not latex2e.
6207 1999-07-21  Richard M. Stallman  <rms@gnu.org>
6209         * replace.el (perform-replace): Turn off case-fold-search
6210         if FROM-STRING argument has uppercase in it.
6212 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6214         * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
6215         mode is on.  Don't use end of changed text.
6217 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6219         * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
6220         (cl-hash-table-p): Renamed from hash-table-p.
6221         (cl-hash-table-count): Renamed from hash-table-count.
6222         (maphash): Alias to cl-maphash removed.
6223         (gethash): Likewise.
6224         (puthash): Likewise.
6225         (remhash): Likewise.
6226         (clrhash): Likewise.
6228 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6230         * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
6231         third arg non-nil.  See comment there why this isn't a good idea.
6233 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6235         * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
6237         * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
6238         sit-for with 3rd arg non-nil to prevent redisplay.
6240 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6242         * image.el (image-type-from-file-header): If file doesn't
6243         have a directory part, add data-directory.
6245 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6247         * tooltip.el (tooltip-gud-tips-p): Set default to nil.
6248         (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
6249         motion handling when tooltip-gud-tips-p is nil.
6251 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6253         * tooltip.el (tooltip-mode): Don't use `plusp'.
6254         (tooltip-active): Use initial value of nil.
6256         * jit-lock.el (jit-lock-mode): Don't use `plusp'.
6258 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6260         * bindings.el (make-mode-line-mouse-sensitive): Add key
6261         definitions for `top-line'.
6263 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6265         * faces.el (top-line): New face.
6267 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6269         * image.el (image-type-regexps): Add regexp for PS files.
6271 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6273         * faces.el (set-face-attribute): Fix wrong handling of frame
6274         begin equal to t.
6276 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6278         * image.el (image-type-regexps): Add PNG format.
6280 1999-07-21  Dave Love  <fx@gnu.org>
6282         * bindings.el (mode-line-modified): New variable.
6283         (mode-line-mode-menu-1): Switch to appropriate window before
6284         showing menu.
6286 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6288         * faces.el (face-underline): Removed.
6289         (face-underline-color): Ditto.
6291 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6293         * faces.el (face-x-resources): Fix typo.
6295 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6297         * faces.el: Remove handling of `:relief', extend handling of
6298         `:box'.
6299         (frame-set-background-mode): Choose new defface specs after
6300         frame parameters have changed.
6302         * cus-face.el: Ditto.
6304 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6306         * custom.el (defface): Extend documentation to include new
6307         face attributes.
6309         * cus-face.el (custom-face-attributes): Add overline,
6310         strike-through, box.
6312         * faces.el (face-valid-attribute-values): Handle overline,
6313         strike-through, box.
6314         (face-attribute-name-alist): Add pairs for new face attributes.
6315         (describe-face): Handle new face attributes.
6317 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6319         * faces.el (face-x-resources): Add overline, strike-through, box.
6321 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6323         * enriched.el (enriched-translations): Add `display' and
6324         "x-display".
6325         (enriched-handle-display-prop): New.
6326         (enriched-decode-display-prop): New.
6328         * format.el (top-level): Give `display' property
6329         `format-list-atomic-p.
6330         (format-annotate-single-property-change): Test that property.
6331         If present, treat list property values like atoms.
6333 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6335         * cus-face.el (custom-face-attributes): Use `choice' everywhere
6336         so that "*" can be entered.
6338 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6340         * cus-face.el (custom-face-attributes): Don't use `#''.
6342 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
6344         * cus-face.el (custom-face-attributes): Return underline
6345         face attribute directly from the second lambda of underline.
6347 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6349         * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
6351         * frame.el (after-setting-font-hooks): New variable.
6352         (set-frame-font): Run those hooks.
6354         * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
6356         * faces.el (set-face-attribute): Fix doc string.
6358 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6360         * cus-face.el (custom-face-attributes): Accept color name.
6362         * faces.el (face-underline-p): Accept unspecified underlining.
6363         (face-underline): Ditto.  Fix doc string.
6365 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
6367         * faces.el (face-underline-color): New function.
6369 1999-07-21  Masatake Yamato  <masata-y@is.aist-nara.ac.jp>
6371         * cus-face.el (custom-face-attributes): Support underline coloring.
6372         Added slot to choose a color.
6374         * faces.el (face-underline): New function.
6375         (face-underline-p): Support underline coloring.
6376         Return nil only if the underline attribute is 'normal.
6377         (set-face-underline): New function.
6378         (face-valid-attribute-values): Support underline coloring.
6380 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6382         * image.el (insert-image): Use `display' instead of `glyph'
6383         as text property name.
6384         (put-image): Ditto.
6385         (image-type-from-file-header): Use insert-file-contents-literally.
6387 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6389         * easymenu.el (easy-menu-do-add-item): Don't use the empty
6390         string to indicate separators.
6392 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6394         * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
6395         instead of message-log.
6397 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6399         * faces.el (bitmap-area): New face.
6401 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6403         * image.el (insert-image): New.
6405 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6407         * frame.el (blink-cursor): Set the symbol's value.
6408         (show-trailing-whitespace): Change group to font-lock.
6410 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6412         * jit-lock.el: New.
6413         * font-lock.el: Add jit-mode as new support mode.
6415         * font-lock.el (font-lock-fontify-keywords-region): Stop when
6416         reaching end instead of letting re-search-forward signal an error.
6417         (demand-lock-mode): New.
6418         (font-lock-turn-on-thing-lock): Add demand-lock-mode.
6419         (font-lock-turn-off-thing-lock): Ditto.
6420         (font-lock-after-fontify-buffer): Ditto.
6421         (font-lock-after-unfontify-buffer): Ditto.
6423 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6425         * gs.el: New file.
6427         * startup.el (command-line-1): Activate tooltip mode if
6428         interactive.
6430 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6432         * faces.el (toolbar): Grey default background.
6433         (modeline): Ditto.
6435         * image.el (image-type-regexps): New.
6436         (image-type-from-file-header): New.
6437         (create-image): Call it.
6439 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6441         * image.el: New file.
6443 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6445         * bindings.el (mode-line-format): Replace `mode-name' with
6446         `(:eval mode-line-mode-name)'.
6447         (mode-line-mode-name): New.
6448         (make-mode-line-mouse-sensitive): Don't change default value
6449         of `mode-name'.
6451 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6453         * tooltip.el: New file.
6455 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6457         * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
6458         instead of mouse-3 to pop up menus.
6459         (mode-line-kill-buffer): Removed.
6460         (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
6461         buffer name.
6462         (mode-line-buffer-menu-1): Removed.
6464         * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
6466         * bindings.el (mode-line-buffer-identification-keymap): New.
6467         (mode-line-buffer-menu-keymap): New.
6468         (mode-line-mode-menu-keymap): New.
6469         (mode-line-unbury-buffer): New.
6470         (mode-line-other-buffer): New.
6471         (mode-line-kill-buffer): New.
6472         (mode-line-buffer-menu-1): New.
6473         (mode-line-mode-menu-1): New.
6474         (make-mode-line-mouse-sensitive): New.
6476 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6478         * help.el (describe-key-briefly): Handle mode line strings
6479         with local-map properties.
6480         (describe-key): Ditto.
6481         (mode-line-key-binding): New.
6483 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6485         * scroll-bar.el (scroll-bar-timer): New.
6486         (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
6488 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6490         * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
6491         and `bottom'.
6493 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6495         * scroll-bar.el (scroll-bar-toolkit-scroll): New.
6496         (global): Use different key bindings if using tookit scroll bars.
6498 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6500         * faces.el (modeline): Define mode line face with relief for
6501         class color, only.
6502         (toolbar): New face.
6504 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6506         * frame.el (frame-initialize): Set frame-creation-function to
6507         tty-create-frame-with-faces.
6509         * faces.el (frame-set-background-mode): Make it work for
6510         window-system nil.
6512         * faces.el (tty-create-frame-with-faces): New.
6513         (face-set-after-frame-default): Make it work for TTY frames.
6515 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6517         * faces.el (face-valid-attribute-values): Use tty-defined-colors.
6518         Return a list of one font family for TTYs.  Don't return bitmap
6519         file paths for TTY frames.
6521         * faces.el: Add face specs for tty displays to basic faces.
6523         * font-lock.el (font-lock-comment-face): Add spec for color tty.
6524         (font-lock-string-face): Ditto.
6525         (font-lock-keyword-face): Ditto.
6526         (font-lock-builtin-face): Ditto.
6527         (font-lock-function-name-face): Ditto.
6528         (font-lock-variable-name-face): Ditto.
6529         (font-lock-type-face): Ditto.
6530         (font-lock-constant-face): Ditto.
6531         (font-lock-warning-face): Ditto.
6533 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6535         * startup.el (command-line): Register default tty colors.
6537         * faces.el (face-spec-set-match-display): Recognize `type tty'.
6539 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6541         * faces.el (modeline): For X frames, use a modeline with relief.
6543 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6545         * faces.el (frame-update-faces): Copied from 20.2.
6546         (frame-update-face-colors): Ditto.  Code removed that isn't
6547         applicable in the new face implementation.
6549 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6551         * frame.el (show-trailing-whitespace): New.
6553         * faces.el (trailing-whitespace): New basic face.
6555 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6557         * cus-face.el (custom-facep): Always define as alias for facep.
6559         * cus-face.el (custom-face-attributes): Use choice widgets.
6560         Remove :bold and :italic.
6562 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6564         * faces.el (face-charset-registries): Removed since fontset.el
6565         is no always loaded.
6567 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6569         * faces.el (internal-get-face): Added as obsolete function for
6570         compatibility.
6572 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6574         * frame.el (blink-cursor-end): Call show-cursor.
6575         (blink-cursor-mode): Ditto.
6577 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6579         * faces.el (face-spec-reset-face): Reset all attributes to
6580         `unspecified'.
6581         (face-spec-set): Use it.
6583 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6585         * faces.el (read-all-face-attributes): Bug fix.
6586         (face-read-integer): Allow nil default value.
6587         (face-valid-attribute-values): Use symbol names of attribute
6588         values for completion list.
6590 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6592         * faces.el (internal-find-face): Define for compatibility with
6593         20.2.
6594         (face-id): Likewise.
6596         * faces.el (face-id): Return the ID of a realized face for ASCII.
6598         * fontset.el (x-charset-registries): Removed.  Now in faces.el.
6599         (x-complement-fontset-spec): Use face-charset-registries.
6601         * faces.el (face-font-selection-order): Set font selection order
6602         from Lisp.
6603         (face-alternative-font-family-alist): Set alternative font
6604         families from Lisp.
6606 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6608         * faces.el (set-face-charset-registries): Set symbol value.
6610 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6612         * faces.el (face-set-after-frame-default): Call function
6613         internal-merge-in-global-face.
6615 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6617         * faces.el (face-list): Return symbols from face-global-alist.
6619         * faces.el (face-list): Return a copy of the face name list so
6620         that it cannot be modified from outside (facemenu.el uses
6621         nreverse, for example).
6623         * cus-face.el (custom-face-attributes): Add :bold and :italic
6624         for compatibility with old code.
6626         * faces.el (set-face-attributes-from-resources): Additional
6627         frame parameter.
6628         (make-face-x-resource-internal): Set attributes from resources
6629         for a given frame or all frames.
6631 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6633         * faces.el (all-faces): Removed.
6635         * custom.el (defface): Add new face attributes to function
6636         comment.
6638         * font-lock.el (font-lock-comment-face): Use new face attribute
6639         names.
6640         (font-lock-string-face): Ditto.
6641         (font-lock-keyword-face): Ditto.
6642         (font-lock-builtin-face): Ditto.
6643         (font-lock-function-name-face): Ditto.
6644         (font-lock-variable-name-face): Ditto.
6645         (font-lock-type-face): Ditto.
6646         (font-lock-reference-face): Ditto.
6647         (font-lock-warning-face): Ditto.
6648         ((boundp 'font-lock-face-attributes)): Ditto.
6650         * cus-face.el (custom-face-attributes): Use new face attributes.
6652         * faces.el (set-face-attribute-from-resource): Initialize
6653         from resources only for X and W32.
6655         * cus-face.el (custom-declare-face): Don't make frame-local
6656         faces.
6658         * faces.el (describe-face): Use princ instead of insert.
6660         * faces.el: Add XLFD manipulation functions from 20.2 again
6661         because fontset.el uses them.
6662         (face-set-after-frame-default): Add empty definition.
6664 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6666         * faces.el (make-face): Correct typo.
6667         (set-face-attribute-from-resource): Use let*.
6668         (face-underline-p): Correct typo.
6669         (face-inverse-video-p): Ditto.
6670         (set-face-stipple): Ditto.
6671         (face-read-string): Make completion-list optional parameter.
6673 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6675         * faces.el (face-charset-registries): Alist mapping charset
6676         symbols to registries and encoding.
6678 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6680         * frame.el (blink-cursor-mode): Use interactive spec "P".
6682 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6684         * frame.el (blink-cursor-mode): Function to toggle blinking cursor
6685         mode.  The cursor of selected_window blinks if the mode is enabled.
6687 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6689         * simple.el (next-history-element): Set point to the end of the
6690         prompt if minibuffer-prompt-in-buffer.
6692 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
6694         * faces.el (x-font-regexp): Add sub-expression parentheses for
6695         several font name components.
6697 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6699         * faces.el (set-face-relief): Use index 12 for relief.
6700         (face-fill-in): Set relief from data.
6701         (internal-make-face): Init relief to zero.
6703         * faces.el (face-spec-set): Call modify-face with additional
6704         parameters for relief and fixed-p.
6706 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6708         * cus-face.el: ':fixed and ':relief added.
6710         * faces.el (describe-face): Add fixed font attribute and relief.
6711         (face-attr-match-p): Ditto.
6712         (face-attr-construct): Ditto.
6713         (face-spec-set): Ditto.
6715 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6717         * faces.el (internal-make-face): Function to create a Lisp vector
6718         suitable for representing a face.
6719         (make-face): Use it instead of make-vector.
6720         (x-create-frame-with-faces): Use it instead of vector.
6721         (internal-facep): Increase vector size to 14.
6722         (internal-make-face): Ditto.
6723         (face-relief): Access relief thickness.
6724         (face-fixed-p): Access fixed font attribute.
6725         (set-face-fixed-p): Set fixed font attribute.
6726         (set-face-relief): Set relief attribute.
6727         (internal-face-interactive-int): Read int attribute of face.
6728         (modify-face): Add fixed-p and relief parameters.
6729         (copy-face): Handle fixed-p and relief.
6730         (face-equal): Compare fixed-p and relief.
6731         (face-differs-from-default-p): Ditto.
6732         (face-nontrivial-p): Add fixed-p and relief.
6734 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6736         * faces.el (eval-when-compile): Add set-face-shadow-thickness.
6737         (internal-facep): Increase vector size.
6738         (make-face): Ditto.
6739         (face-shadow-thickness): Added.
6740         (set-face-shadow-thickness): Added.
6741         (modify-face): Add optional shadow-thickness parameter.
6742         (make-face-x-resource-internal): Add shadows.
6743         (copy-face): Ditto.
6744         (face-equal): Ditto.
6745         (face-differs-from-default-p): Ditto.
6746         (face-nontrivial-p): Ditto.
6747         (face-attr-match-p): Ditto.
6748         (face-attr-construct): Ditto.
6749         (face-spec-set): Ditto.
6750         (face-fill-in): Ditto.
6752 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6754         * bench.el (bench-mark-split-window): New bench mark.
6756 1999-07-21  Gerd Moellmann  <gerd@acm.org>
6758         * faces.el (set-face-font): Don't pass default font to
6759         x-resolve-font so that font will not have to be of the same
6760         size.
6762 1999-07-20  Dave Love  <fx@gnu.org>
6764         * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
6765         unconditionally t.
6767 1999-07-20  Karl Heuer  <kwzh@gnu.org>
6769         * font-lock.el (c++-font-lock-extra-types): Add "type_info".
6771 1999-07-20  Dave Love  <fx@gnu.org>
6773         * help.el (describe-variable): Fix test for customizability.
6775         * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
6776         Check for readonly buffer in interactive spec.
6777         (zap-to-char, kill-line, kill-region, comment-region, kill-word)
6778         (backward-kill-word): Add * to interactive spec.
6780         * underline.el (underline-region, ununderline-region): Add * to
6781         interactive spec.
6783         * fill.el (canonically-space-region, justify-current-line): Add *
6784         to interactive spec.
6785         (fill-region-as-paragraph, fill-paragraph, fill-region)
6786         (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
6787         readonly buffer in interactive spec.
6789         * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
6790         (backward-kill-sentence, kill-sentence): Add * to interactive
6791         spec.
6793 1999-07-19  Richard M. Stallman  <rms@gnu.org>
6795         * dired-aux.el (dired-do-shell-command): Doc fix.
6797         * shell.el (shell-unquote-argument): New function.
6798         (shell-directory-tracker): Use shell-unquote-argument.
6799         * comint.el (comint-arguments): Handle \ followed by space or tab.
6801 1999-07-19  John Wiegley  <jwiegley@borland.com>
6803         * term.el (ansi-term-fg-faces-vector): Added support for ANSI
6804         color codes 39 and 49, which by the way lynx uses them seem to
6805         mean "foreground reset" and "background reset".
6807 1999-07-19  Karl Heuer  <kwzh@gnu.org>
6809         * font-lock.el (c++-keywords): Add "typeid".
6811         * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
6812         selects no font, treat that as zero selections, not one.
6814 1999-07-19  Dave Love  <fx@gnu.org>
6816         * info.el (Info-search): Don't lose with empty regexp.
6818         * version.el: Cater for (free) `ident' program, not `which'.
6820         * hl-line.el: New file.
6822         * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
6823         for modes which don't define menus.
6825 1999-07-16  Richard M. Stallman  <rms@gnu.org>
6827         * webjump.el (webjump-sample-sites): Update some URLs.
6829 1999-07-14  Richard Stallman  <rms@gnu.org>
6831         * Version 20.4 released.
6833 1999-07-14  Andreas Schwab  <schwab@gnu.org>
6835         * compare-w.el (compare-windows): Try to find the next window in
6836         the current frame before looking at the other frames.
6838 1998-07-12  Oleg S. Tihonov  <ost@benetnash.ffke-campus.mipt.ru>
6840         * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
6841         Use cyrillic-jcuken as default input method.
6843 1999-07-12  Richard Stallman  <rms@gnu.org>
6845         * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
6846         Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
6848         * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
6849         (ispell-local-dictionary-alist): Add koi8-r for character set.
6851         * textmodes/flyspell.el (flyspell-get-word):
6852         Add special handling for when ispell-otherchars is empty.
6854 1999-07-12  Espen Skoglund  <espensk@stud.cs.uit.no>
6856         * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
6857         when having nested functons.
6858         (pascal-indent-nested-functions) (pascal-indent-line)
6859         (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
6860         indenting nested functions.
6862 1999-07-09  Richard Stallman  <rms@gnu.org>
6864         * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
6866 1999-07-08  Espen Skoglund  <espensk@stud.cs.uit.no>
6868         * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
6869         the `end' keyword was in the very beginning of the buffer.
6871 1999-07-08  Richard Stallman  <rms@gnu.org>
6873         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
6875         * term.el (term-emulate-terminal): Avoid infinite loop
6876         in strange case where minibuffer window is selected but not active.
6878 1999-07-07  Stephen Eglen  <stephen@gnu.org>
6880         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
6881         Change regexp so that it doesn't match commands beginning with `cd'.
6883 1999-07-07  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
6885         * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
6887 1999-07-06  Richard Stallman  <rms@gnu.org>
6889         * hscroll.el (hscroll-minibuffer-hook): New function.
6890         (hscroll-global-mode): Add and remove that hook.
6891         Set hscroll-old-truncate-was-global's default value.
6893 1999-07-05  Richard Stallman  <rms@gnu.org>
6895         * files.el (revert-buffer): Don't preserve point here.
6896         (revert-buffer-insert-file-contents-function): Doc fix.
6898         * isearch.el (isearch-process-search-char): Write octal 200 correctly.
6900         * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
6901         doing a `stat' when it isn't necessary because that can cause
6902         trouble when an NFS server is down.
6904 1999-07-04  Richard Stallman  <rms@gnu.org>
6906         * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
6908 1999-07-03  Richard Stallman  <rms@gnu.org>
6910         * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
6911         for \200...\240 also.
6912         (isearch-printing-char): Use unibyte-char-to-multibyte.
6914 1999-07-02  Richard Stallman  <rms@gnu.org>
6916         * frame.el (minibuffer-frame-alist): Use defcustom.
6917         (pop-up-frame-alist): Likewise.
6918         (initial-frame-alist): Specify * in the doc string.
6920         * hscroll.el (hscroll-mode): Make it a permanent local.
6921         (hscroll-mode): Don't cancel the timer
6922         if HScroll mode is enabled in some other buffer.
6924         * isearch.el (isearch-done): If search ends in middle of intangible
6925         text (due to text property), move on to the limit of that text.
6927 1999-07-01  Andrew Innes  <andrewi@gnu.org>
6929         * man.el (Man-build-man-command): Use value of null-device,
6930         instead of hard-coding "/dev/null".
6932         * dos-w32.el (untranslated-canonical-name): Avoid expanding
6933         ange-ftp file names, which might force ange-ftp to prompt for a
6934         password.
6936         * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
6937         to prevent references to temp files.
6939 1999-06-30  Richard Stallman  <rms@gnu.org>
6941         * progmodes/sh-script.el (sh-feature): If nothing is known
6942         about the given shell, use the values for `sh'.
6944 1999-06-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6946         * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
6947         to make it non-recursive.
6949         * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
6951 1999-06-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
6953         * auto-show.el (auto-show-mode): Fix Typo in :set.
6955 1999-06-29  Richard M. Stallman  <rms@gnu.org>
6957         * progmodes/sh-script.el (sh-mode): When setting syntax
6958         table, default to the standard one.
6960 1999-06-27  Richard M. Stallman  <rms@gnu.org>
6962         * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
6964 1999-06-27  Stefan Monnier  <monnier@cs.yale.edu>
6966         * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
6967         a frame when `return' is requested (even if pop-up-frames = t)
6968         * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
6969         should only be set for the bibtex buffer.
6971         * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
6973         * progmodes/compile.el: Deal with compilation-error-screen-columns
6974         being buffer-local.
6976 1999-06-27  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
6978         * comint.el (comint-password-prompt-regexp): Allow "(again)".
6980 1999-06-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
6982         * cal-x.el (calendar-only-one-frame-setup): New function.
6983         * calendar.el (calendar): Call it if requested.
6985 1999-06-24  Karl Heuer  <kwzh@gnu.org>
6987         * startup.el (iso-8859-n-locale-regexp): Doc fix.
6989 1999-06-22  Richard M. Stallman  <rms@gnu.org>
6991         * mail/supercite.el (sc-emacs-features): Doc fix.
6993 1999-06-22  Karl Heuer  <kwzh@gnu.org>
6995         * files.el (auto-mode-alist): Add pike-mode.
6997 1999-06-20  Paul R. Eggert  <eggert@twinsun.com>
6999         * tar-mode.el (tar-header-block-tokenize): Don't assume that the
7000         last byte of a numeric field is a space or a NUL.  Parse it as
7001         potentially part of the number.  This is used by GNU tar
7002         1.12.64012 to handle larger values.
7004 1999-06-20  Karl Heuer  <kwzh@gnu.org>
7006         * custom.el (custom-handle-keyword): Fix error message.
7008 1999-06-18  Andrew Innes  <andrewi@gnu.org>
7010         * mail/smtpmail.el (smtpmail-send-it): Use
7011         convert-standard-filename to make file names for queued mail safe
7012         on Windows (`:' is invalid in file names on Windows).
7014 1999-06-17  Kenichi Handa  <handa@etl.go.jp>
7016         * international/mule-cmds.el (describe-current-input-method):
7017         Current-input-method is string.
7018         (toggle-input-method): Docstring fixed.
7020         * international/mule-diag.el
7021         (describe-current-coding-system-briefly): Fix format string.
7023         * international/mule-util.el (coding-system-eol-type-mnemonic):
7024         Docstring modified.  Return a string.
7026 1999-06-17  Alex Schroeder  <a.schroeder@bsiag.ch>
7028         * sql.el (sql-input-ring-file-name): Doc fix.
7030 1999-06-17  Richard M. Stallman  <rms@gnu.org>
7032         * calendar/cal-x.el (special-display-buffer-names):
7033         Don't put (get-file-buffer diary-file) on this list.
7035 1999-06-17  Mark W Maimone  <mwm@helios.jpl.nasa.gov>
7037         * play/mpuz.el (mpuz-try-proposal): Fix message call.
7038         Don't penalize player for certain impossible guesses.
7040 1999-06-16  Andrew Innes  <andrewi@gnu.org>
7042         * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
7043         return the string "Unk  0  0000" so at least it appears to be a
7044         valid timestamp to `dired-move-to-filename-regexp'.
7046 1999-06-15  Ken'ichi Handa  <handa@gnu.org>
7048         * ps-print.el (ps-control-character): Fix previous change.
7050 1999-06-15  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7052         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
7053         multiple output of the last message.
7055 1999-06-14  Eli Zaretskii  <eliz@gnu.org>
7057         * term/internal.el (IT-display-table-setup): Do not remap \222 to
7058         the ASCII apostrophe, as most DOS codepages have some other glyph
7059         there.
7061 1999-06-14  Ken'ichi Handa  <handa@gnu.org>
7063         * language/ethio-util.el (setup-ethiopic-environment-internal):
7064         Use quail-activate-hook instead of obsolete hook quail-mode-hook.
7065         (exit-ethiopic-environment): Likewize.
7067 1999-06-12  Richard M. Stallman  <rms@gnu.org>
7069         * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
7071 1999-06-12  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
7073         * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
7074         custom-initialize-default to avoid infinite loop.
7075         (crisp-mode): (defun) Call transient-mark-mode here, not when
7076         loading the file.  Run crisp-mode-hook here, and run
7077         crisp-load-hook when loading the file.
7079         * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
7080         rmail-summary buffer, search for pattern in rmail-file.
7082         * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
7084         * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
7086         * ps-print.el (ps-printer-name): Fix custom type.
7088 1999-06-12  Reto Zimmermann  <reto@synopsys.com>
7090         * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
7091         (vhdl-port-paste-generic-map): Fix indentation bug.
7092         (vhdl-port-paste-port-map): Fix indentation bug.
7093         (vhdl-scan-file-contents): Make scanning case insensitive.
7095 1999-06-11  Richard M. Stallman  <rms@gnu.org>
7097         * files.el (write-file): When buffer is not already visiting a file,
7098         don't put buffer name in the minibuffer, just make it the default.
7099         Also handle just directory as arg usefully in that case.
7101         * simple.el (sendmail-user-agent-compose):
7102         Ignore case when inserting the rest of the "other" headers.
7104         * help.el (help-for-help): Mention C-h C-i.  Clear up C-h n.
7106         * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
7107         (info-lookup-interactive-arguments): Never insert the default
7108         into the minibuffer automatically.
7110         * emacs-lisp/cl-extra.el (getf): Don't call get*.
7112 1999-06-09  Richard M. Stallman  <rms@gnu.org>
7114         * simple.el (shell-command): Avoid printing "mark set" message.
7116 1999-06-09  Dave Love  <fx@gnu.org>
7118         * progmodes/compile.el (compilation-error-regexp-alist): Allow
7119         digits in program name in first pattern.
7121 1999-06-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7123         * vc.el (vc-dired-mode): Don't match anything before the date in
7124         dired-move-to-filename-regexp.
7126 1999-06-07  Ken'ichi Handa  <handa@gnu.org>
7128         * international/quail.el (quail-define-rules): Fix typo in
7129         docstring.
7131 1999-06-05  Stephen Eglen  <stephen@gnu.org>
7133         * iswitchb.el (iswitchb-default-keybindings): Add
7134         iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
7135         than when package is loaded.
7137 1999-06-04  Richard M. Stallman  <rms@gnu.org>
7139         * startup.el (command-line): Don't set user-init-file directly;
7140         tell `load' to set it.
7142         * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
7144         * simple.el (next-history-element):
7145         Handle minibuffer-text-before-history properly when reading sexps.
7147         * disp-table.el (standard-display-european):
7148         For an interactive call by the user,
7149         don't set enable-multibyte-characters,
7150         and don't set the terminal coding system.
7152         * textmodes/refbib.el: Don't print any messages or display
7153         a buffer when loading the library.
7154         (r2b-help): Doc fix.
7155         (r2b-help-message): Update the documentation.
7156         (r2b-load-quietly): Variable deleted.
7157         (r2b-convert-buffer): Doc fix.
7159 1999-06-04  Dave Love  <fx@gnu.org>
7161         * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
7163         * auto-show.el: Don't change hooks on loading.
7164         (auto-show-mode): Autoload.  Default to nil.  Add :set &c.
7165         (auto-show-mode): Add to hooks here.
7167 1999-06-04  Richard Sharman  <rsharman@pobox.com>
7169         * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
7170         recursion on bogus input.
7172 1999-06-04  Eric M. Ludlam  <zappo@ultranet.com>
7174         * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
7175         does not select a buffer from the buffers menu, then the attached
7176         frame is not switched to anything.
7178 1999-06-03  Ken'ichi Handa  <handa@gnu.org>
7180         * language/vietnamese.el (ccl-encode-vscii): Typo fixed
7181         (viet-viscii-...->viet-vscii...).
7183         * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
7185 1999-06-01  Dave Love  <fx@gnu.org>
7187         * progmodes/fortran.el: Add :link to defgroup.
7188         (fortran-blink-matching-if): Match ELSE statements too.
7189         (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
7190         that filling is always done.
7192 1999-05-31  Richard M. Stallman  <rms@gnu.org>
7194         * simple.el (append-next-kill): Use an arg to distinguish
7195         interactive calls from Lisp calls, rather than (interactive-p).
7197         * international/iso-transl.el (iso-transl-language-alist):
7198         Interchange n and N.
7200 1999-05-31  Dave Love  <fx@gnu.org>
7202         * msb.el Add to minor-mode-map-alist.  Remove hook installation
7203         and keymap munging on load.
7204         (msb-mode): New option.
7205         (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
7206         Doc fix.
7207         (msb-mode-map): New variable.
7208         (msb-mode): New command.
7210 1999-05-31  Dave Love  <fx@gnu.org>
7212         * ispell.el: (ispell-alternate-dictionary): Fix custom type.
7213         (ispell-complete-word-dict): Likewise.
7215 1999-05-31  Eli Zaretskii  <eliz@gnu.org>
7217         * forms.el (forms-save-buffer): Call set-buffer-modified-p to
7218         force the data buffer to be saved, even if the data didn't
7219         change, in case the write filter was modified.  Restore the
7220         current record after read-file-filter finishes.
7222 1999-05-29  Karl Heuer  <kwzh@gnu.org>
7224         * ispell4.el: Obsolete; file deleted.
7226         * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
7228         * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
7229         VALUE is a syntax table.
7231         * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
7233         * simple.el (zap-to-char): Doc fix.
7235 1999-05-27  Ken'ichi Handa  <handa@gnu.org>
7237         * isearch.el (isearch-quote-char): Don't assume character codes
7238         0200 - 0237 stand for characters in some single-byte character
7239         charset.
7241 1999-05-27  Dave Love  <fx@gnu.org>
7243         * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
7245 1999-05-27  Andreas Schwab  <schwab@gnu.org>
7247         * dired-aux.el (dired-insert-subdir-doinsert): Check that the
7248         headerline does not exist already.
7250 1999-05-26  Richard Stallman  <rms@gnu.org>
7252         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
7253         Avoid nested null-loops.
7255 1999-05-26  Ken'ichi Handa  <handa@gnu.org>
7257         * international/characters.el: Typo fixed; prefered->preferred.
7259         * international/mule-cmds.el (find-coding-systems-for-charsets):
7260         Typo fixed; prefered->preferred.
7262         * map-ynp.el (map-y-or-n-p): Don't inherit the current input
7263         method in read-event.
7265         * international/mule.el (charset-info): Doc-string fixed.
7267 1999-05-25  Ken'ichi Handa  <handa@gnu.org>
7269         * mail/smtpmail.el (smtpmail-send-it): Bind
7270         smtpmail-code-conv-from properly.
7271         (smtpmail-send-data-1): If DATA is a multibyte string, encode it
7272         by smtpmail-code-conv-from.
7274 1999-05-24  Richard Stallman  <rms@gnu.org>
7276         * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
7277         Binding deleted also.
7279 1999-05-24  Karl Heuer  <kwzh@gnu.org>
7281         * comint.el (comint-bol-or-process-mark): Doc fix.
7283 1999-05-23  Dave Love  <fx@gnu.org>
7285         * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
7286         Enter it on minor-mode-map-alist.
7287         (crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
7288         Autoload.  Add custom setter.
7289         (crisp-mark-line): Doc fix.
7290         (crisp-mode): Autoload.  Re-write not to frob keymaps directly.
7291         (crisp-mode-hook): Define.
7293 1999-05-23  Ken'ichi Handa  <handa@gnu.org>
7295         * files.el (recover-file): Recover buffer-file-coding-system.
7297 1999-05-22  Richard Stallman  <rms@gnu.org>
7299         * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
7300         regexp match the date, to avoid treating date as file size.
7301         Add YYYY S option to WESTERN/
7303         * bookmark.el: Delete some XEmacs compatibility code.
7304         (bookmark-jump-noselect): Check vc-backend.
7306         * subr.el (add-to-list): Doc fix.
7308 1999-05-21  Stephen Eglen  <stephen@gnu.org>
7310         * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
7312 1999-05-18  Richard Stallman  <rms@gnu.org>
7314         * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
7315         non-space after the @anchor command.
7316         (texinfo-format-var): Handle other nested constructs, using
7317         texinfo-parse-expanded-arg and texinfo-discard-command, not
7318         texinfo-parse-arg-discard.
7320         * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
7321         (debug): Bind and use debugger-outer-inhibit-redisplay.
7322         Bind inhibit-redisplay to nil.
7323         (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
7325 1999-05-17  Dave Love  <fx@gnu.org>
7327         * help.el (describe-function-1): Extra arg, interactive-p.
7328         (describe-key, describe-function): Use it.
7330 1999-05-17  Karl Heuer  <kwzh@gnu.org>
7332         * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
7334 1999-05-16  Dave Love  <fx@gnu.org>
7336         * cus-start.el (all): Delete selective-display.  Add scroll-margin,
7337         scroll-preserve-screen-position, scroll-conservatively.
7339 1999-05-16  Dave Love  <fx@gnu.org>
7341         * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
7343 1999-05-15  Reto Zimmermann  <reto@Synopsys.COM>
7345         * progmodes/vhdl-mode.el: Completely revised and massively extended.
7347 1999-05-15  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
7349         * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
7350         magic number and is not associated with a file.
7352 1999-05-14  Richard M. Stallman  <rms@gnu.org>
7354         * files.el (find-file-noselect-1): Fix previous change.
7356 1999-05-14  Simon Marshall  <simon@gnu.org>
7358         * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
7360 1999-05-13  Ken'ichi Handa  <handa@gnu.org>
7362         * international/mule-diag.el (mule-diag): Change MULE to Mule in
7363         docstring.
7365         * international/mule-cmds.el: Change MULE to Mule in docstrings
7366         and menus.
7368 1999-05-10  Kenichi HANDA  <handa@etl.go.jp>
7370         * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
7371         to correctly reflect the value of BaseLineOffset in
7372         RelativeCompose.  Now the value of RelativeCompose is an array of
7373         low and high positions.
7374         (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
7375         RLC for the above change.
7377 1995-05-11  Joel N. Weber II  <devnull@melange.gnu.org>
7379         * comint.el (comint-password-prompt-regexp): Modified to match the
7380         output of ksu and ssh-add.
7382 1999-05-11  Kenichi HANDA  <handa@etl.go.jp>
7384         * language/korea-util.el (isearch-toggle-korean-input-method):
7385         Adjusted for the change of input method handling in isearch.el.
7386         (isearch-hangul-switch-symbol-ksc): Likewise.
7387         (isearch-hangul-switch-hanja): Likewise.
7389 1999-05-10  Dave Love  <fx@gnu.org>
7391         * help.el (help-make-xrefs): Fix typo.
7393 1999-05-10  Andreas Schwab  <schwab@gnu.org>
7395         * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
7396         unibyte-display-via-language-environment.
7398         * help.el (help-make-xrefs): Handle more cases when looking for
7399         commands in a keymap description.
7401 1999-05-10  Eli Zaretskii  <eliz@gnu.org>
7403         * loadup.el: For ms-dos systems, load ccl and codepage.
7405 1999-05-09  Ken'ichi Handa  <handa@gnu.org>
7407         * ps-print.el (ps-control-character): Call
7408         ps-mule-prepare-ascii-font to setup ASCII fonts.
7410         * ps-mule.el (ps-mule-begin-job): Redo this change "if
7411         ps-multibyte-buffer is nil, use
7412         ps-mule-font-info-database-default."
7414 1999-05-08  Ken Stevens  <k.stevens@ieee.org>
7416         * ispell.el (ispell-local-dictionary-alist): New variable for
7417         customizing local dictionaries not accessable by everyone.
7418         (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
7419         (ispell-required-version): Changed format `(major minor
7420         revision)' to support general pattern matching.
7421         (ispell-tex-skip-alists): AMS Tex block comment and `\author'
7422         skip region commented out due to incorrect skip potential in std latex.
7423         (ispell-word): Removed `when' macro.  Fixed bug of not restoring
7424         cursor point on small words for calls from `ispell-minor-mode'.
7425         (check-ispell-version): Tests and accepts versions major.minor
7426         and above, with adjustments for interactions in 3.1.0-3.1.11.
7427         (ispell-get-line): No longer skips ispell process special characters.
7428         (ispell-comments-and-strings): Removed `when' macro call.
7429         (ispell-minor-check): Requires ispell-word to restore cursor point.
7430         (ispell-buffer-local-parsing): Supports checking comments only.
7432 1999-05-08  Karl Heuer  <kwzh@gnu.org>
7434         * comint.el (comint-password-prompt-regexp): Fix last change to be
7435         more specific.
7437 1999-05-07  Richard M. Stallman  <rms@gnu.org>
7439         * subr.el (with-temp-message): Fix the other call to message
7440         to use %s.
7442 1999-05-07  Michael Ernst  <mernst@alum.mit.edu>
7444         * gud.el (gud-format-command): "%F" means file sans extension.
7445         (jdb): Use %F, not %f, for gud-break.
7447 1999-05-07  Joel N. Weber II  <devnull@melange.gnu.org>
7449         * comint.el (comint-password-prompt-regexp): Modified so that it
7450         matches the output of kinit.
7452 1999-05-06  Greg Stark  <gsstark@mit.edu>
7454         * timezone.el (timezone-parse-date): Recognize new format used in
7455         internet cookies.
7457 1999-05-04  Tudor Hulubei  <tudor@cs.unh.edu>
7459         * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
7461 1999-05-04  Andrew Innes  <andrewi@gnu.org>
7463         * time.el (display-time-update): Allow for wrap-around when
7464         checking against display-time-server-down-time.
7466 1999-05-04  Ken'ichi Handa  <handa@gnu.org>
7468         * international/mule-diag.el (describe-coding-system): Fix English
7469         message.
7471 1999-05-03  Jason Rumney <jasonr@altavista.net>
7473         * term/w32-win.el: Change the x-charset-registry property for the
7474         Japanese charsets that are supported by Japanese Windows fonts.
7476 1999-05-03  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
7478         * diary-lib.el (diary-remind): Rewritten to behave sensibly for
7479         diary-block diary entries for which the reminders and the diary
7480         entries can overlap.
7482 1999-05-02  Jason Rumney <jasonr@altavista.net>
7484         * term/w32-win.el (mouse-set-font): Ensure constructed fontset
7485         matches the font selected in the dialog.
7487 1999-05-02  Dave Love  <fx@gnu.org>
7489         * browse-url.el (browse-url-browser-function): Add :version.
7491         * international/mule.el (auto-coding-alist): Add .tgz.
7493 1999-05-2  Eli Zaretskii  <eliz@is.elta.co.il>
7495         * international/codepage.el (cp-coding-system-for-codepage-1):
7496         Make the magnification parameter for the -dos encoder be 2.
7498 1999-05-2  Andrew Innes  <andrewi@gnu.org>
7500         * term/w32-win.el (w32-drag-n-drop): Select file in window where
7501         it is dropped, rather than current window.
7503         * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
7504         after switching buffer, as case-fold-search is a buffer local
7505         variable.
7507         * w32-fns.el (convert-standard-filename): Only convert directory
7508         separators to backslash if the interactive shell is one of the
7509         standard Windows shells that has DOS semantics.
7511         * ls-lisp.el (ls-lisp-format-time): Trap errors from
7512         format-time-string, and return a suitable string to indicate the
7513         timestamp was invalid.
7515         * hexl.el (hexlify-command): Apply shell-quote-argument after
7516         expanding hexl-program in case exec-directory contains a space.
7517         (dehexlify-command): Ditto.
7519         * dos-w32.el (file-name-buffer-file-type-alist): Remove various
7520         file extension regexps which aren't necessarily binary files.
7521         (direct-print-region-helper): Use subst-char-in-string instead of
7522         binding directory-sep-char to convert filenames to DOS syntax.
7523         (direct-print-region-use-command-dot-com): New variable.
7524         (direct-print-region-helper): Use it to control whether to invoked
7525         command.com to print on Windows 9x.
7527         * browse-url.el (browse-url-browser-function): Default to
7528         browse-url-default-windows-browser on windows-nt.
7529         (browse-url-default-windows-browser): New function.
7531 1999-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
7533         * forms.el (forms-mode): Don't call forms-first-record or
7534         forms-last-record if the data file has zero records.
7536 1999-04-29  Richard M. Stallman  <rms@gnu.org>
7538         * files.el (find-file-noselect-1): If buffer-file-name has changed
7539         after find-file-not-found-hooks runs, recompute the truename.
7540         And don't use FILENAME after that point.
7542 1999-04-27  Dave Love  <fx@gnu.org>
7544         * paren.el (show-paren-mode)
7545         * which-func.el (which-func-mode-global)
7546         * type-break.el (type-break-mode)
7547         * time.el (display-time-mode)
7548         * rsz-mini.el (resize-minibuffer-mode)
7549         * mouse-sel.el (mouse-sel-mode)
7550         * icomplete.el (icomplete-mode)
7551         * hscroll.el (hscroll-global-mode)
7552         * help.el (temp-buffer-resize-mode)
7553         * font-lock.el (global-font-lock-mode)
7554         * delsel.el (delete-selection-mode)
7555         * avoid.el (mouse-avoidance-mode)
7556         * autoinsert.el (auto-insert-mode)
7557         * winner.el (winner-mode): Doc fix.
7559 1999-04-26  Karl Heuer  <kwzh@gnu.org>
7561         * mail/rmail.el (rmail-next-same-subject): When searching, ignore
7562         the same whitespace that was ignored in choosing the subject string.
7564 1999-04-26  Richard M. Stallman  <rms@gnu.org>
7566         * info.el (Info-find-node): Position properly after finding anchor.
7568         * cus-start.el (all): Handle unibyte-display-via-language-environment.
7570         * simple.el (indent-new-comment-line): Fix previous change.
7572         * complete.el: Delete the wildcard expansion feature
7573         since that is now standard in find-file.
7574         (PC-try-load-many-files): Function deleted.
7575         (PC-after-load-many-files): Function deleted.
7576         (PC-many-files-list): Variable deleted.
7577         (PC-disable-wildcards): Variable deleted.
7578         (partial-completion-mode): Don't enable the wildcard feature.
7580         * complete.el (PC-look-for-include-file): Don't set global variables
7581         `error', `buf' and `filename' here.
7583         * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
7585 1999-04-26  John Wiegley  <johnw@oneworld.new-era.com>
7587         * textmodes/outline.el (outline-regexp): Doc fix.
7589 1999-04-26  John Wiegley  <johnw@borland.com>
7591         * progmodes/compile.el (compilation-error-regexp-alist): Recognize
7592         C++Builder 4.0 error message syntax.
7594 1999-04-26  Mark Diekhans  <markd@Grizzly.COM>
7596         * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
7597         supported, use find -exec.
7599 1999-04-26  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
7601         * textmodes/texinfmt.el (texinfo-format-buffer): Bind
7602         coding-system-for-write, to avoid hanging when non-interactive.
7604 1999-04-26  Dirk Herrmann  <D.Herrmann@tu-bs.de>
7606         * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
7607         start with a newline.
7609 1999-04-13  Ken'ichi Handa  <handa@gnu.org>
7611         * international/mule-conf.el (x-ctext): New coding system.
7613 1999-04-12  Richard M. Stallman  <rms@gnu.org>
7615         * international/mule-cmds.el (input-method-function):
7616         Add permanent-local property.
7618 1999-04-12  Dave Love  <fx@gnu.org>
7620         * jka-compr.el (jka-compr-insert-file-contents): Fix previous
7621         change to use jka-compr-byte-compiler-base-file-name.
7623         * supercite.el (sc-scan-info-alist): Revert last change.
7624         (sc-attrib-selection-list): Fix :type here instead.
7626 1999-04-11  Eli Zaretskii  <eliz@gnu.org>
7628         * international/mule.el (auto-coding-alist-lookup): Include ms-dos
7629         in the list of case-insensitive filesystems.
7631 1999-04-09  Kenichi Handa  <handa@etl.go.jp>
7633         * international/fontset.el (create-fontset-from-fontset-spec):
7634         Don't register duplicated alias fontset names.
7636 1999-04-08  Richard Stallman  <rms@gnu.org>
7638         * international/mule.el (auto-coding-alist-lookup): New function.
7639         (set-auto-coding): Use auto-coding-alist-lookup.
7641         * jka-compr.el (jka-compr-insert-file-contents):
7642         Use auto-coding-alist-lookup to check for files that
7643         should not have eol conversion, in the unibyte case.
7645 1999-04-07  Dave Love  <fx@gnu.org>
7647         * help.el (describe-variable): Check custom-loads property as well
7648         as custom-type.
7650         * abbrev.el (abbrev-mode): Customizing sets the default value.
7652 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7654         * vc.el (vc-backend-revert): For CVS files that were made
7655         writeable with "cvs edit", call "cvs unedit" to undo that.
7657 1999-04-08  Dave Love  <fx@gnu.org>
7659         * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
7660         more.
7661         (sc-emacs-features): Recognize Emacs 20.
7662         (sc-read-string): Use history arg.
7663         (sc-scan-info-alist): Check for rtnvalue a cons.
7665 1999-04-08  Kenichi HANDA  <handa@etl.go.jp>
7667         * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
7668         coding system to encode the message by
7669         select-message-coding-system.
7671 1999-04-07  Richard Stallman  <rms@gnu.org>
7673         * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
7675         * winner.el: Reorder definitions.
7677         * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
7679         * mail/rmail.el (rmail-decode-babyl-format):
7680         Undo previous change.
7682 1999-04-06  Richard Stallman  <rms@gnu.org>
7684         * info.el (Info-find-node): Check for an anchor at the
7685         proper place, before reading an indirect file.
7687         * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
7689         * jka-compr.el (jka-compr-insert-file-contents):
7690         Use raw-text-unix when we want no conversion.
7692 1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
7694         * timezone.el (timezone-parse-date): Corrected regexp for
7695         style (5) date format so that tenths of seconds are optional.
7697 1999-04-05  Eli Zaretskii  <eliz@gnu.org>
7699         * term/internal.el (dos-cpNNN-setup): New function, with the guts
7700         of dos-codepage-setup.
7701         (cjk-codepages-alist): New variable, an alist of Far-Eastern
7702         codepages for which there's no need to set up cpNNN coding
7703         systems.
7704         (dos-codepage-setup): Support Far-Eastern DOS terminals.
7706 1999-04-05  Richard Stallman  <rms@gnu.org>
7708         * mail/rmail.el (rmail-ignored-headers): Doc fix.
7710 1999-04-02  Richard Stallman  <rms@gnu.org>
7712         * progmodes/compile.el (compilation-handle-exit): Do right thing
7713         if (car status) doesn't end in a newline.
7715 1999-04-01  Dave Love  <fx@gnu.org>
7717         * progmodes/sql.el (SQL): Add defgroup :version.
7719 1999-03-31  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
7721         * emacs-lisp/bytecomp.el (byte-compile-file): Clear
7722         buffer-file-coding-system.  If the coding system used is raw-text,
7723         etc., make the *Compiler Input* buffer unibyte.
7725         * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
7727         * loadup.el: Don't write the fns-...el file if not dumping.
7729 1999-03-31  Dave Love  <fx@gnu.org>
7731         * snmp-mode.el (snmp): Fix defgroup :version.
7733         * hilit-chg.el (highlight-changes): Add defgroup :version.
7735 1999-03-31  Andreas Schwab  <schwab@gnu.org>
7737         * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
7738         the gnus-save-hidden-threads macro.
7740 1999-03-30  Per Abrahamsen  <abraham@dina.kvl.dk>
7742         * faces.el (face-set-after-frame-default): Obey the
7743         `customized-face' for new faces.
7745 1999-03-30  Dave Love  <fx@gnu.org>
7747         * international/mule-cmds.el (current-language-environment): Doc fix.
7748         * abbrev.el (abbrev-mode): Doc fix.
7749         * autoinsert.el (auto-insert-mode): Doc fix.
7750         * complete.el (partial-completion-mode): Doc fix.
7751         * avoid.el (mouse-avoidance-mode): Doc fix.
7752         * delsel.el (delete-selection-mode): Doc fix.
7753         * font-lock.el (global-font-lock-mode): Doc fix.
7754         * help.el (temp-buffer-resize-mode): Doc fix.
7755         * hscroll.el (hscroll-global-mode): Doc fix.
7756         * icomplete.el (icomplete-mode): Doc fix.
7757         * mouse-sel.el (mouse-sel-mode): Doc fix.
7758         * paren.el (show-paren-mode): Doc fix.
7759         * rsz-mini.el (resize-minibuffer-mode): Doc fix.
7760         * time.el (display-time-mode): Doc fix.
7761         * type-break.el (type-break-mode): Doc fix.
7762         * which-func.el (which-func-mode-global): Doc fix.
7763         * winner.el (winner-mode): Doc fix.
7765 1999-03-30  Michael Ernst  <mernst@alum.mit.edu>
7767         * wid-edit.el (widget-before-change): Signal text-read-only rather
7768         than an ordinary error.
7770 1999-03-30  Richard M. Stallman  <rms@gnu.org>
7772         * repeat.el: Don't require advice.
7773         (repeat): Do function-indirection in check for kbd macro.
7774         In self-insert case, use the *last* char in INSERTION.
7776 1999-03-30  Karl Heuer  <kwzh@gnu.org>
7778         * progmodes/cc-cmds.el (c-indent-command): Doc fix.
7780 1999-03-29  Andreas Schwab  <schwab@gnu.org>
7782         * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
7783         comint-input-filter-functions.  Make variables related to shell
7784         directory tracking local.
7786 1999-03-26  Andreas Schwab  <schwab@gnu.org>
7788         * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
7790         * simple.el (shell-command-on-region): Cope with exit-status being
7791         nil, which happens if call-process-region was interrupted.
7793 1999-03-26  Richard M. Stallman  <rms@gnu.org>
7795         * simple.el (indent-new-comment-line): Handle use at a point
7796         after a comment-end.  Handle multiple comments.
7798         * mail/rmail.el (rmail-decode-babyl-format):
7799         To prevent locking, bind buffer-file-name to nil.
7801 1999-03-26  Karl Fogel  <kfogel@red-bean.com>
7803         * mail-hist.el (mail-hist-current-header-name): Don't make
7804         off-by-one-error when determining if in message body.
7806 1999-03-25  Andrew Innes  <andrewi@gnu.org>
7808         * w32-fns.el (set-default-process-coding-system): Copied from
7809         dos-w32.el, but modified to use Unix line endings for process
7810         input, and to add a suitable entry to process-coding-system-alist
7811         for DOS shells.
7813         * dos-fns.el (set-default-process-coding-system): Copied from
7814         dos-w32.el.
7816         * dos-w32.el (set-default-process-coding-system): Move function to
7817         dos-fns.el; a different version is used in w32-fns.el.
7819 1999-03-24  Dave Love  <fx@gnu.org>
7821         * info.el (Info-directory-list): Revert change to re-writing
7822         Info-default-directory-list, but put `alternative' first.
7823         (Info-insert-dir): Modify selecting the top dir file as a consequence.
7825 1999-03-23  Simon Marshall  <simon@gnu.org>
7827         * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
7828         on the line by itself.
7829         (java-font-lock-keywords-2): Likewise.  Don't fontify a class name if
7830         it is not in a declarative context.
7832 1999-03-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7834         * cus-edit.el (custom-variable-prompt): Allow customization of
7835         autoloaded symbols.
7837 1999-03-22  Kenichi HANDA  <handa@etl.go.jp>
7839         * simple.el (what-cursor-position): Don't cause error when point
7840         is at invalid multibyte sequence.
7842 1999-03-21  Karl Heuer  <kwzh@gnu.org>
7844         * complete.el (partial-completion-mode): Doc fix.
7846 1999-03-19  Richard M. Stallman  <rms@gnu.org>
7848         * progmodes/cplus-md.el (old-c++): Remove :group.
7850         * progmodes/c-mode.el (old-c): Remove :group.
7852 1999-03-18  Simon Marshall  <simon@gnu.org>
7854         * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
7855         (java-font-lock-keywords-2): Added "strictfp" keyword.
7857 1999-03-17  Jason Rumney <jasonr@altavista.net>
7859         * w32-fns.el (set-w32-system-coding-system) New function.
7860         (w32-system-coding-system) Initialize to 'iso-latin-1.
7862 1999-03-17  Eli Zaretskii  <eliz@gnu.org>
7864         * international/mule-cmds.el (set-language-environment): Fix
7865         previous change: don't use dos-codepage when unbound.
7867 1999-03-17  Karl Heuer  <kwzh@gnu.org>
7869         * calendar/appt.el (appt-make-list): Fix previous change.
7871 1999-03-16  Richard M. Stallman  <rms@gnu.org>
7873         * window.el (shrink-window-if-larger-than-buffer):
7874         Don't try to redisplay with the cursor at the end
7875         on its own line--that would force a scroll and spoil things.
7877 1999-03-16  Eli Zaretskii  <eliz@gnu.org>
7879         * international/mule-cmds.el (set-language-environment): Don't use
7880         cpNNN-nonascii-translation-table if it is unbound.
7882         * term/internal.el (dos-codepage-setup): Compute the unibyte
7883         syntax table and bind unibyte-display-via-language-environment
7884         here, rather than at top level, so that resetting to unibyte in
7885         .emacs works as expected.
7887 1999-03-15  Simon Marshall  <simon@gnu.org>
7889         * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
7891 1999-03-14  Milan Zamazal <pdm@pvt.net>
7893         * abbrev.el (inverse-add-abbrev): Inherit the current input method.
7895 1999-03-14  Kenichi Handa  <handa@etl.go.jp>
7897         * international/mule-util.el (detect-coding-with-priority):
7898         Restore the internal database.
7900 1999-03-14  Stephen Eglen  <stephen@gnu.org>
7902         * mail/sendmail.el (sendmail-send-it): Fix typo in error string
7903         if mail-from-style has invalid value.
7905 1999-03-12  Karl Heuer  <kwzh@gnu.org>
7907         * vc.el (vc-delete-logbuf-window): New var.
7908         (vc-finish-logentry): Use it.
7910 1999-03-12  Richard M. Stallman  <rms@gnu.org>
7912         * startup.el (command-line-1): Improve startup msg.
7914 1999-03-12  Eric M. Ludlam  <zappo@ultranet.com>
7916         * speedbar.el: Added commentary about stealthy functions.
7917         (speedbar-message) new function.
7918         (speedbar-y-or-n-p): New function
7919         (speedbar-with-attached-buffer) Moved macro before reference.
7920         Now uses `save-selected-window'.
7921         (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
7922         speedbar-generic-item-info, speedbar-item-info-file-helper,
7923         speedbar-item-delete, speedbar-insert-generic-list,
7924         speedbar-timer-fn, speedbar-check-vc-this-line,
7925         speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
7926         speedbar-buffers-item-info) Use speedbar-message.
7927         (speedbar-item-info) Limit `message-log-max'.
7928         (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
7929         speedbar-item-delete, speedbar-item-object-delete,
7930         speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
7932 1999-03-10  Kenichi Handa  <handa@mulelab.etl.go.jp>
7934         * server.el (server-start): Set coding system for the server
7935         process to raw-text.
7936         (server-process-filter): Decode file names if necessary.
7938 1999-03-12  Dave Love  <fx@gnu.org>
7940         * textmodes/fill.el (sentence-end-double-space): Doc fix.
7942         * textmodes/paragraphs.el (sentence-end): Doc fix.
7944 1999-03-11  Karl Heuer  <kwzh@gnu.org>
7946         * comint.el (comint-password-prompt-regexp): Accept "login password:"
7948 1999-03-09  Karl Heuer  <kwzh@gnu.org>
7950         * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
7951         (ispell-dictionary-alist-2): Likewise.
7952         (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
7953         (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
7954         (ispell-dictionary-alist): Build from six pieces, not just two.
7956         * ps-bdf.el (bdf-directory-list): Doc fix.
7958         * enriched.el (enriched-mode): Make var permanent-local.
7960 1999-03-09  Dave Love  <fx@gnu.org>
7962         * textmodes/sgml-mode.el (html-mode): Use
7963         sentence-end-double-space when setting sentence-end.
7965 1999-03-09  Ken'ichi Handa  <handa@gnu.org>
7967         * language/thai.el (tis-620): New alias coding system for thai-tis620.
7969 1999-03-08  Felix Lee  <flee@cygnus.com>
7971         * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
7973         * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
7975 1999-03-08  Karl Heuer  <kwzh@gnu.org>
7977         * dired-aux.el (dired-do-copy-regexp): Doc fix.
7978         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7980         * dired.el (dired-do-copy-regexp): Doc fix.
7981         (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
7983 1999-03-08  Roger Breitenstein  <roger.breitenstein@starfish.com>
7985         * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
7987 1999-03-08  Jason Rumney <jasonr@altavista.net>
7989         * international/codepage.el (cp1250-decode-table)
7990         (cp1251-decode-table, cp1253-decode-table)
7991         (cp1257-decode-table): New translation tables for MS Windows codepages.
7992         (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
7994 1999-03-07  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
7996         * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
7998 1999-03-07  Eli Zaretskii  <eliz@gnu.org>
8000         * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
8002         * term/internal.el (top level): Display character 255 as 8bit as well.
8004 1999-03-06  Dave Love  <fx@gnu.org>
8006         * progmodes/cc-cmds.el (c-outline-level): Bind
8007         buffer-invisibility-spec.
8009         * progmodes/c-mode.el (c-outline-level): Likewise.
8011         * progmodes/ada-mode.el (ada-outline-level): Likewise.
8013 1999-03-05  Felix Lee  <flee@cygnus.com>
8015         * textmodes/outline.el (outline-get-last-sibling): Doc fix.
8017 1999-03-05  Richard M. Stallman  <rms@gnu.org>
8019         * bindings.el (complete-symbol): Invert meaning of prefix arg.
8021 1999-03-05  Andrew Innes  <andrewi@gnu.org>
8023         * w32-fns.el (convert-standard-filename): Convert directory
8024         separators to Windows format.
8026 1999-03-05  Andreas Schwab  <schwab@gnu.org>
8028         * international/skkdic-cnv.el: Provide skkdic-cnv.
8029         (skkdic-convert): Emit code to require skkdic-cnv at compile time.
8030         (batch-skkdic-convert): Doc fix.
8032 1999-03-04  Dave Love  <fx@gnu.org>
8034         * custom.el (custom-set-variables): Protect against setter errors.
8036 1999-03-04  Eli Zaretskii  <eliz@gnu.org>
8038         * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
8039         the file sizes from overflowing.
8040         (ls-lisp-format): If file size is a float, use %8.0f to print it.
8041         Under -s, print the size in blocks with %4.0f, in case they have
8042         a *really* huge file.
8044 1999-03-03  Dave Love  <fx@gnu.org>
8046         * options.el (edit-options): Doc fix.
8047         (list-options): Don't lose with unbound symbols.  Maintain
8048         Edit-options-mode.
8050 1999-03-01  Dave Love  <fx@gnu.org>
8052         * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
8054 1999-02-28  Richard M. Stallman  <rms@gnu.org>
8056         * ispell.el (ispell-dictionary-alist-override): New variable.
8057         (ispell-dictionary-alist): Don't setq it,
8058         if ispell-dictionary-alist-override is set.
8060         * simple.el (shell-command-default-error-buffer): Renamed from
8061         shell-command-on-region-default-error-buffer.
8062         (shell-command-on-region): Mention in echo area when there
8063         is some error output.  Mention success or failure, too.
8064         Accumulate multiple error outputs
8065         going forward, with formfeed in between.  Display the error buffer
8066         when we have put something in it.
8067         (shell-command): Add the ERROR-BUFFER argument feature.
8069 1999-02-28  Karl Heuer  <kwzh@gnu.org>
8071         * mail/mh-utils.el (mh-lib): Doc fix.
8072         (mh-lib-progs, mh-nmh-p): New vars.
8073         (mh-find-progs): Set mh-lib-progs along with other vars.
8074         (mh-path-search): New arg FUNC-P; if specified, use that instead
8075         of mh-file-command-p.
8076         (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
8078         * mail/mh-comp.el (mh-repl-formfile): New var.
8079         (mh-smail-batch): Don't ignore all arguments.
8080         (mh-reply): Do the right thing when using nmh.
8082 1999-02-27  Kenichi Handa  <handa@etl.go.jp>
8084         * international/mule-cmds.el (select-safe-coding-system): Be sure
8085         to show a buffer being decoded.
8087 1999-02-26  Ken'ichi Handa  <handa@gnu.org>
8089         * ps-bdf.el (bdf-directory-list): Initialize it to
8090         '("/usr/local/share/emacs/fonts/bdf").
8092 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8094         * ps-print.el: PostScript programming fix.
8095         (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
8096         setpagedevice operator).
8098 1999-02-25  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
8100         * ps-print.el: Doc fix, font size specifies landscape and portrait
8101         sizes.
8102         (ps-print-version): New version number (4.1.4).
8103         (ps-font-size, ps-header-font-size, ps-header-title-font-size):
8104         Specifies landscape and portrait sizes.
8105         (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
8106         (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
8107         fix.
8108         (ps-get-font-size): New fun.
8109         (ps-font-size-internal, ps-header-font-size-internal)
8110         (ps-header-title-font-size-internal): New vars.
8112         * ps-mule.el: Change of ps-print font size variable name.
8113         (ps-mule-generate-font): Fun fix.
8114         (ps-mule-begin-job): Programming uniformization.
8116 1999-02-25  Dave Love  <fx@gnu.org>
8118         * help.el (help-xref-info-regexp): Allow linebreaks and capital.
8119         (help-make-xrefs): Do Info case first.
8121         * repeat.el: Don't require advice.
8122         (repeat-last-kill-command): Variable deleted.
8124 1999-02-25  Richard Stallman  <rms@gnu.org>
8126         * simple.el (shell-command-on-region): Don't go into the REPLACE = t
8127         case just because the current buffer is the output buffer.
8129 1999-02-25  Kenichi Handa  <handa@etl.go.jp>
8131         * simple.el (what-cursor-position): To show the character's
8132         encoding, use encoded-string-description instead of information
8133         of chaset-origin-alist.
8135         * international/mule-cmds.el (iso-2022-control-alist): New variable.
8136         (encoded-code-description): New function.
8137         (encoded-string-description): New function.
8138         (encode-coding-char): New function.
8140 1999-02-25  Andrew Innes  <andrewi@gnu.org>
8142         * startup.el (command-line) [windows-nt]: Fix typo in regexp
8143         checking for .emacs[.el[c]].
8145 1999-02-24  Richard Stallman  <rms@gnu.org>
8147         * help.el (describe-function-1): Don't print a whole lambda-function.
8149 1999-02-23  Ken'ichi Handa  <handa@gnu.org>
8151         * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
8152         inputting ?\240.
8154 1999-02-23  Karl Heuer  <kwzh@gnu.org>
8156         * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
8158         * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
8159         (clean-buffer-list-kill-buffer-names): Doc fix.
8161         * gud.el (gud-jdb-massage-args): Spelling fix.
8163 1999-02-23  Richard M. Stallman  <rms@gnu.org>
8165         * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
8167 1999-02-22  Eli Zaretskii  <eliz@gnu.org>
8169         * arc-mode.el (archive-set-buffer-as-visiting-file): Save
8170         excursion while calling set-auto-coding-function.
8172         * play/handwrite.el (handwrite): Require ps-print, and use
8173         ps-printer-name and ps-lpr-command.  Call ps-print-region-function
8174         if it's defined, instead of forking ps-lpr-command unconditionally.
8176 1999-02-22  Kenichi Handa  <handa@etl.go.jp>
8178         * international/codepage.el (cp-coding-system-for-codepage-1): Put
8179         charset-origin-alist property to a coding system for the codepage.
8181         * international/mule.el: Modify comment for charset-origin-alist
8182         property of a coding system.
8184         * simple.el (what-cursor-position): charset-origin-alist property
8185         of a coding system may be a translation table or a symbol of which
8186         `translation-table' property is a translation table.
8188 1999-02-21  Richard Stallman  <rms@gnu.org>
8190         * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
8191         to the "html" template.
8193 1999-02-21  Peter Breton  <pbreton@ne.mediaone.net>
8195         * dirtrack.el (dirtrack): Added docstring.  Now returns input.
8197 1999-02-18  Peter Breton  <pbreton@ne.mediaone.net>
8199         * dirtrack.el (dirtrack): Check for the prompt in the input string
8200         instead of the buffer.
8202 1999-02-18  Alex Schroeder  <a.schroeder@bsiag.ch>
8204         * sql.el: Set version to 1.4.1.  Changed mail address to
8205         alex@gnu.org.  Mention the mailing list sql.el@gnu.org.
8206         (sql-input-ring-separator): Doc fix.
8207         (sql-mode-syntax-table): double-dash starts comments is defined as
8208         ". 56" instead of ". 12b" for XEmacs.
8209         (sql-stop, sql-interactive-mode): Doc fixes.
8210         (sql-postgres): Queries for database and server, not just one.
8211         (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
8213         * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
8214         changed.  This is needed for master.el to work.
8215         (sql-set-sqli-buffer): Use the new hook.
8217         * sql.el (sql-make-alternate-buffer-name): Function that sets
8218         sql-alternate-buffer-name.
8219         (sql-alternate-buffer-name): Possible name of SQLi buffers.
8220         (sql-interactive-mode): Set sql-alternate-buffer-name.
8221         (sql-rename-buffer): New command.
8222         (sql-interactive-mode-menu): Menu for SQLi buffers.
8224         * sql.el (sql-interactive-mode): Doc fix.  sql-input-ring-separator
8225         and sql-input-ring-file-name are used to temporarily set
8226         comint-input-ring-file-name and comint-input-ring-separator when
8227         reading and writing input history files.
8229         (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
8230         (sql-input-ring-file-name): New variable with customization.
8231         (sql-input-ring-separator): New variable with customization.
8232         (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
8233         Callers changed.
8234         (sql-show-sqli-buffer): The message for "sql-buffer is not set"
8235         now includes the name of the current buffer.
8237         (sql-mode): Set paragraph-separate and paragraph-start so that
8238         sql-send-paragraph sends the entire SQL statements, even if it
8239         contains indented lines.
8241 1999-02-18  Dave Love  <fx@gnu.org>
8243         * format.el (format-encode-run-method, format-decode-run-method):
8244         Fix previous change.
8246 1999-02-18  Ken'ichi Handa  <handa@gnu.org>
8248         * international/mule.el (coding-system-list): Moved here from
8249         mule-util.el to avoid autoloading mule-util by the call of
8250         select-safe-coding-system.
8252 1999-02-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8254         * simple.el (turn-on-auto-fill): Mark it as an option for
8255         `text-mode-hook'.
8257 1999-02-17  Richard Stallman  <rms@gnu.org>
8259         * emacs-lisp/easymenu.el (easy-menu-get-map):
8260         Don't crash if (current-local-map) is nil.
8262 1999-02-17  Peter Breton  <pbreton@ne.mediaone.net>
8264         * filecache.el (file-cache-filter-regexps): Added .class.
8266 1999-02-17  Ken'ichi Handa  <handa@gnu.org>
8268         * international/mule-util.el (decompose-region): Use
8269         insert-buffer-substring instead of insert-buffer to avoid putting
8270         mark.
8272 1999-02-17  Andreas Schwab  <schwab@gnu.org>
8274         * calendar/cal-move.el (scroll-calendar-left): Don't set
8275         displayed-month and displayed-year here, let generate-calendar do
8276         it, after range checking.
8278 1999-02-17  Simon Marshall  <simon@gnu.org>
8280         * progmodes/cc-engine.el (c-at-toplevel-p): New function.
8282         * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
8283         correctly between an object declared via a constructor and a method.
8284         (font-lock-defaults-alist): Don't give `.' word syntax for Java.
8285         (java-font-lock-keywords-1): Fontify package names individually.
8286         (java-font-lock-extra-types): Ensure regexp matches capitalised only.
8287         (java-font-lock-keywords-2): Simplify type fontification.
8288         (java-font-lock-keywords-3): Likewise.
8290 1999-02-17  Kenichi Handa  <handa@etl.go.jp>
8292         * language/japanese.el (iso-2022-jp-2): New coding system.
8293         ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
8295 1999-02-16  Dave Love  <fx@gnu.org>
8297         * help.el (describe-function-1): Accept non-symbols.
8299 1999-02-16  Paul Eggert  <eggert@twinsun.com>
8301         * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
8302         find the last match if there are multiple matches.
8304 1999-02-16  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8306         * tex-mode.el (tex-run-command, latex-run-command)
8307         (slitex-run-command, tex-command): Doc changes.
8308         (tex-start-options-string): Autoload it.  Doc change.  Provide
8309         a menu for customization.  Allow nil.  Quote backslashes only once.
8310         (tex-start-tex): Handle nil value of tex-start-options-string
8311         and apply shell-quote-argument to it.
8313 1999-02-16  Eli Zaretskii  <eliz@gnu.org>
8315         * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
8316         the size in blocks, since it can be a float.
8317         (ls-lisp-format): Likewise
8319 1999-02-16  Ken'ichi Handa  <handa@gnu.org>
8321         * language/japanese.el (japanese-shift-jis): Add
8322         charset-origin-alist property.
8324 1999-02-15  Richard Stallman  <rms@gnu.org>
8326         * progmodes/compile.el (compile-internal): Use save-selected-window.
8328         * subr.el (momentary-string-display): Bind inhibit-read-only.
8330         * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
8332 1999-02-15  Eli Zaretskii  <eliz@is.elta.co.il>
8334         * mail/rmail.el (rmail-show-message): If an unseen message has a
8335         Summary-line in its header, get past one more line before looking
8336         for the X-Coding-System header.
8338 1999-02-15  Geoff Voelker  <voelker@cs.washington.edu>
8340         * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
8341         explicitly to accomodate Windows 9X lack of a useful copy program.
8343 1999-02-15  Per Abrahamsen  <abraham@dina.kvl.dk>
8345         * wid-edit.el (widget-choice-value-create): Use `equal'
8346         instead of `eq'.
8348 1999-02-14  Richard Stallman  <rms@gnu.org>
8350         * international/iso-transl.el:
8351         (iso-transl-ae): Renamed from iso-transl-e-slash.
8352         (iso-transl-a-ring): Renamed from iso-transl-a-slash.
8353         (iso-transl-AE): Renamed from iso-transl-E-slash.
8354         (iso-transl-A-ring): Renamed from iso-transl-A-slash.
8355         (iso-transl-char-map): Related changes.
8357         * format.el (format-replace-strings): Fix value of TO in REVERSE case.
8359 1999-02-13  Richard Stallman  <rms@gnu.org>
8361         * textmodes/texinfmt.el (texinfo-alias): New function.
8362         (texinfo-fold-nodename-case): Add defvar.
8363         (texinfo-format-node): Do case folding if specified.
8365         * ffap.el (ffap-file-at-point): Test local file names
8366         immediately.  Strip off line numbers.
8368 1999-02-12  Alex Schroeder  <a.schroeder@bsiag.ch>
8370         * sql.el: Set version to 1.3.2
8371         (sql-solid-program): Added support for solid.
8372         (sql-help): Doc mentions sql-solid.
8373         (sql-solid): Entry function for Solid.
8374         (sql-buffer): Doc explains the use of the variable and how to
8375         change it.
8376         (sql-mode-menu): Included entries for sql-show-sqli-buffer and
8377         sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
8378         disabled if sql-buffer doesn't have a process; sql-send-paragraph
8379         is new.
8380         (sql-show-sqli-buffer): New function to display the value of
8381         sql-buffer.
8382         (sql-change-sqli-buffer): New function to change sql-buffer.
8383         (sql-mode): Doc explains how to change sql-buffer.
8384         (sql-send-paragraph): New function to send a paragraph.
8385         (sql-mode-map): Added keybinding for sql-send-paragraph.
8386         (sql-mysql): Doc corrected.
8387         (sql-ms): Doc corrected.
8389         * sql.el (sql-server): Doc fix.
8390         (sql-mysql): Added the use of sql-server to specify the host,
8391         sql-database now specifies database instead of host.
8392         (sql-mode-menu): Send... menu items are only active if sql-buffer
8393         is non-nil.
8394         (sql-help): Changed tag of entry functions a bit.
8396         * sql.el: Added keywords from `finder-by-keyword'.
8397         (sql-mode): Made sql-buffer a local variable, changed the
8398         documentation: removed instructions to add *.sql files to
8399         auto-mode-alist, added documentation for having mutliple SQL
8400         buffers sending their stuff to different SQLi buffers, each
8401         running a different process.
8402         (sql-postgres): Quoted *SQL* in doc string.
8403         (sql-ms): Likewise.
8404         (sql-ingres): Likewise.
8405         (sql-ingres): Quoted *SQL* in doc string, added references to
8406         sql-user and sql-password used during login.
8407         (sql-sybase): Quoted *SQL* in doc string, added comma.
8408         (sql-oracle): Likewise.
8409         (sql-interactive-mode): Added extensive documentation for having
8410         mutliple SQL buffers sending their stuff to different SQLi
8411         buffers, each running a different process.
8412         (sql-buffer): Changed doc from *SQL* to SQLi.
8413         (sql-get-login): Doc fix.
8415 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
8417         * international/mule-conf.el (undecided): Set ascii in
8418         safe-charsets property.
8420 1999-02-12  Richard Stallman  <rms@gnu.org>
8422         * textmodes/paragraphs.el (paragraph-separate): Doc fix.
8424 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
8426         * ps-mule.el (ps-mule-font-info-database-default): Set the initial
8427         value to ps-mule-font-info-database-latin.
8429 1999-02-13  Kenichi HANDA  <handa@etl.go.jp>
8431         * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
8432         (ps-mule-font-info-database-default): New variable.
8433         (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
8434         ps-mule-font-info-database-default.
8436 1999-02-12  Dave Love  <fx@gnu.org>
8438         * timezone.el (timezone-make-date-sortable)
8439         (timezone-make-date-arpa-standard): Doc fix.
8441 1999-02-12  Ken'ichi Handa  <handa@gnu.org>
8443         * international/quail.el (quail-show-kbd-layout): Bind
8444         blink-matching-paren to nil.
8446         * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
8447         for ASCII and Latin-1.
8449 1999-02-12  Andreas Schwab  <schwab@gnu.org>
8451         * gud.el (jdb): Fix regexp for comint-prompt-regexp.
8453 1999-02-12  Kenichi Handa  <handa@etl.go.jp>
8455         * international/mule-cmds.el (language-info-alist): Remove
8456         description about charset-origin-alist.
8458         * international/mule.el: Comment added for a new coding system
8459         property `charset-origin-alit'.
8460         (make-translation-table): This variable deleted.
8462         * language/chinese.el (chinese-big5): Add charset-origin-alist
8463         property.
8464         ("Chinese-CNS"): Remove charset-origin-alist property.
8466         * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
8467         property.
8468         (cyrillic-alternativnyj): Likewise.
8469         ("Cyrillic-KOI8"): Remove charset-origin-alist property.
8470         ("Cyrillic-ALT"): Likewise.
8472         * language/vietnamese.el (vietnamese-viqr): Add
8473         charset-origin-alist property.
8474         ("Vietnamese"): Remove charset-origin-alist property.
8476         * simple.el (what-cursor-position): Don't use the varialbe
8477         charset-origin-alist, but use charset-origin-alist property of
8478         buffer-file-coding-system to decide external character set code.
8480 1999-02-10  Richard Stallman  <rms@gnu.org>
8482         * shadowfile.el: Don't turn on the mode when the file is loaded.
8484 1999-02-09  Richard Stallman  <rms@gnu.org>
8486         * progmodes/compile.el (compile-auto-highlight): Customize.
8488         * add-log.el (add-log-file-name-function): New variable.
8489         (add-change-log-entry): Call that function, if non-nil.
8491 1999-02-09  Michael Ernst  <mernst@alum.mit.edu>
8493         * rmail.el (rmail-search): Track match with a marker, not an integer.
8495 1999-02-08  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8497         * progmodes/compile.el (compilation-setup): Set value of
8498         compilation-directory-stack as in compilation-forget-errors.
8499         (compile-reinitialize-errors): Bind buffer-undo-list and
8500         deactivate-mark.
8501         (compilation-forget-errors): Likewise.
8503 1999-02-08  Jim Blandy  <jimb@savonarola.red-bean.com>
8505         * textmodes/texinfo.el (texinfo-environment-regexp): Add the
8506         def... constructs.
8508         * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
8509         Remove calls to sleep-for.
8511 1999-02-08  Eli Zaretskii  <eliz@gnu.org>
8513         * international/codepage.el (cp-coding-system-for-codepage-1): On
8514         MS-DOS, use dos-unsupported-char-glyph for characters not
8515         supported by the codepage.
8516         (cp-make-coding-systems-for-codepage): Likewise.
8518 1999-02-08  Andreas Schwab  <schwab@gnu.org>
8520         * international/mule-util.el (coding-system-list): Don't sort
8521         coding-system-list here.
8523         * international/mule.el (coding-system-lessp): Moved here from
8524         mule-util.el
8525         (add-to-coding-system-list): New function.
8526         (make-subsidiary-coding-system, make-coding-system,
8527         define-coding-system-alias): Use it instead of setting
8528         coding-system-list directly.
8530 1999-02-07  Dave Love  <fx@gnu.org>
8532         * calendar/appt.el (appt-make-list): Don't splice quotes and date
8533         onto message.
8535 1999-02-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8537         * imenu.el (imenu--last-menubar-index-alist): Add doc.
8538         (imenu-add-to-menubar):  Reset imenu--last-menubar-index-alist.
8540 1999-02-06  Richard Stallman  <rms@gnu.org>
8542         * language/european.el (setup-slovenian-environment): New function.
8543         ("Slovenian"): New language environment.
8545         * progmodes/sql.el (sql-help): Doc fix.
8546         (sql-mysql): Doc fix.
8548 1999-02-05  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8550         * tex-mode.el: When compiling, require compare-w and skeleton
8551         to pacify the byte-compiler.  Move the def's of the tex-commands
8552         together.  Add a comment on kill-process vs. quit-process.
8554 1999-02-05  Dave Love  <fx@gnu.org>
8556         * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
8557         null markers.
8558         (compile-goto-error): Likewise.
8560 1999-02-05  Stephen Gildea  <gildea@alum.mit.edu>
8562         * time-stamp.el (time-stamp-format): Format doc tighter.
8563         (time-stamp-line-limit): 0 searches the entire buffer (careful!).
8564         (time-stamp): Don't re-write the time stamp if it didn't change.
8566 1999-02-05  Alex Schroeder  <asc@bsiag.com>
8568         * progmodes/sql.el: Changed version to 1.2.1.
8569         (sql-pop-to-buffer-after-send-region): Improved documentation.
8570         (sql-mysql-program): Added MySQL support.
8571         (sql-prompt-length): Made prompt-length configurable.
8572         (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
8573         (sql-help): Added MySQL support, changed documentation.
8574         (sql-send-region): A message is displayed if something is sent.
8575         (sql-mode): Added buffer-local comment-start.
8576         (sql-interactive-mode): Use sql-prompt-length to set left-margin.
8577         (sql-interactive-mode): Added buffer-local comment-start.
8578         (sql-oracle): Set sql-prompt-length.
8579         (sql-sybase): Set sql-prompt-length.
8580         (sql-mysql): Added MySQL support.
8581         (sql-ingres): Set sql-prompt-length.
8582         (sql-ms): Set sql-prompt-length.
8583         (sql-postgres): Set sql-prompt-length.
8585 1999-02-04  Eli Zaretskii  <eliz@gnu.org>
8587         * term/internal.el (dos-codepage-setup): Set selection coding
8588         system to cpNNN-dos.
8590 1999-02-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8592         * international/characters.el: Let ethiopic use iso-2022-7bit.
8594 1999-02-02  Dave Love  <fx@gnu.org>
8596         * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
8597         (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
8599 1999-02-02  Karl Heuer  <kwzh@gnu.org>
8601         * terminal.el (terminal-emulator): Doc fix.
8603 1999-02-02  Ken'ichi Handa  <handa@gnu.org>
8605         * international/mule-util.el (compose-chars): Doc-string
8606         modified.  Correctly handle a composition character in ARGS.
8608 1999-02-01  Richard Stallman  <rms@gnu.org>
8610         * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
8611         (makefile-menu-index-function): Function deleted.
8612         (makefile-mode): Use makefile-imenu-generic-expression.
8614 1999-02-01  Geoff Voelker  <voelker@cs.washington.edu>
8616         * term/w32-win.el (w32-create-initial-fontsets): Back out previous
8617         change, invoke from before-init-hook.
8619 1999-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
8621         * subr.el (remove-from-invisibility-spec): Cope with the case when
8622         buffer-invisibility-spec is t.
8624 1999-02-01  Ed Reingold  <reingold@cs.uiuc.edu>
8626         * calendar/calendar.el (calendar-mode-map): Fix bindings for
8627         appt-add and appt-delete.
8629 1999-02-01  Eli Zaretskii  <eliz@gnu.org>
8631         * term/pc-win.el (msdos-approximate-color): New function.
8632         (msdos-color-translate): Call it to find a DOS color that best
8633         approximates an X-style "#NNNNNN" color specification.
8635 1999-02-01  Ken'ichi Handa  <handa@gnu.org>
8637         * international/mule-util.el (compose-chars-component): Add
8638         autoload cookie.
8640 1999-01-31  Ken'ichi Handa  <handa@gnu.org>
8642         * international/quail.el (quail-lookup-key): If cdr of MAP is a
8643         function, replace cdr of MAP by the return value of the function
8644         unconditionally.
8646 1999-01-31  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8648         * progmodes/compile.el (compilation-next-error-locus): Don't
8649         decrease argument FIND-AT-LEAST of compilation-next-error-locus.
8651 1999-01-31  Eli Zaretskii  <eliz@gnu.org>
8653         * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
8654         and NLs before "charset", and allow the charset name be in double
8655         quotes.
8657 1999-01-31  Richard Stallman  <rms@gnu.org>
8659         * imenu.el (imenu-sort-function): Fix custom type.
8661 1999-01-30  Richard Stallman  <rms@gnu.org>
8663         * speedbar.el (speedbar-line-token): Match {...} instead of [...].
8664         (speedbar-line-token): Likewise.
8666         * play/gametree.el (gametree-default-score): Use defcustom.
8667         (gametree-score-regexp, gametree-score-closer): Likewise.
8668         (gametree-score-manual-flag, gametree-score-opener): Likewise.
8670 1999-01-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8672         * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
8673         decoding.
8675 1999-01-29  Markus Rost  <rost@gnu.org>
8677         * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
8678         tex-validate-buffer.
8679         (plain-tex-mode, latex-mode, slitex-mode): Likewise.
8680         (tex-validate-buffer): Renamed from validate-tex-buffer.  Works
8681         now with recent occur-mode.
8682         (tex-validate-region): Really walk through all Sexps.
8683         (tex-region): Bind shell-dirtrack-verbose.
8684         (tex-file, tex-bibtex-file): Likewise.
8686 1999-01-29  Dave Love  <fx@gnu.org>
8688         * finder.el: (finder-commentary): Fix interactive spec.  Try
8689         appending .el to file name.
8690         (finder-find-library, finder-commentary): Doc fixes.
8692 1999-01-29  Andrew Innes  <andrewi@gnu.org>
8694         * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
8695         where the userid contains directory separators.
8697 1999-01-29  Dave Love  <fx@gnu.org>
8699         * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
8700         (lm-commentary): Doc fix.
8702 1999-01-29  Andreas Schwab  <schwab@gnu.org>
8704         * files.el (file-expand-wildcards): Never consider `.' and `..' a
8705         wildcard match.  Fix regexp that tests if dirpart contains
8706         wildcard characters.
8708 1999-01-28  Richard Stallman  <rms@gnu.org>
8710         * font-lock.el (font-lock-default-unfontify-region):
8711         If not font-lock-syntactic-keywords, don't remove syntax-table prop.
8713 1999-01-27  Jason Rumney <jasonr@altavista.net>
8715         * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
8716         from FAMILY field.
8717         (w32-create-initial-fontsets): Do not use before-init-hook.
8718         (mouse-set-font): Document.  Automatically create and use fontsets.
8720         * dos-w32.el (direct-print-region-helper): Check for printer
8721         being t as well as a string.
8723 1999-01-27  Kenichi Handa  <handa@etl.go.jp>
8725         * mail/rmail.el (rmail-decode-mime-charset): New variable.
8726         (rmail-mime-charset-pattern): New variable.
8727         (rmail-convert-to-babyl-format): Decode by MIME-charset if
8728         rmail-decode-mime-charset is non-nil.
8730 1999-01-27  Ken'ichi Handa  <handa@gnu.org>
8732         * international/characters.el: Set category `q' for all characters
8733         in tibetan and tibetan-1-column.
8735 1999-01-27  Andrew Innes  <andrewi@gnu.org>
8737         * frame.el (select-frame-by-name): Obey focus-follows-mouse.
8738         (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
8740 1999-01-27  Dave Love  <fx@gnu.org>
8742         * international/mule-cmds.el (current-language-environment):
8743         Provide :link, :type (choices) and appropriate :get.
8745 1999-01-27  Eli Zaretskii  <eliz@gnu.org>
8747         * startup.el (command-line): Set default eol-mnemonic-* strings to
8748         display end-of-line format in mode line.
8750         * cus-start.el (all): Add eol-mnemonic-* variables.
8752 1999-01-26  Dave Love  <fx@gnu.org>
8754         * startup.el (command-line-1): Up-date copyright.
8756         * paths.el (Info-default-directory-list): Use configdir twice.
8758         * info.el (Info-directory-list): Don't set path-separator now
8759         we're not shipped with Texinfo.  Simplify path definition.
8760         Substitute all occurrences of instdir in Info-default-directory-list.
8762 1999-01-25  Richard Stallman  <rms@gnu.org>
8764         * startup.el (normal-top-level-add-subdirs-to-load-path):
8765         Record the inode numbers of the dirs processed, to avoid loop.
8767         * textmodes/tex-mode.el (tex-run-command): Doc fix.
8769 1999-01-25  Dave Love  <fx@gnu.org>
8771         * browse-url.el (browse-url-netscape-program): Doc addition.
8773         * help.el (help-make-xrefs): Default info references to an `(emacs)'
8774         prefix.
8776         * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
8777         auto-mode-alist.
8779 1999-01-25  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8781         * calendar/diary-lib.el (mark-diary-entries): Use
8782         assoc-ignore-case and do not capitalize when matching month and
8783         day names.
8785         * calendar/calendar.el (calendar-read-date): Ditto.
8787         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
8788         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
8790         * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
8792         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
8794         * calendar/cal-islam.el (calendar-goto-islamic-date)
8795         (mark-islamic-diary-entries): Ditto.
8797         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
8799         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
8800         (calendar-read-mayan-tzolkin-date): Ditto.
8802         * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
8804 1999-01-22  Michael Ernst  <mernst@alum.mit.edu>
8806         * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
8808 1999-01-25  Karl Heuer  <kwzh@gnu.org>
8810         * faces.el (list-faces-display): Multiline case of previous fix.
8812 1999-01-25  Andreas Schwab  <schwab@gnu.org>
8814         * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
8816 1999-01-24  Richard M. Stallman  <rms@borg.ai.mit.edu>
8818         * files.el (find-file): If find-file-noselect returns a list,
8819         do switch-to-buffer on each element.
8820         (find-file-other-window): Likewise for all but the first element.
8821         (find-file-other-frame): Same.
8822         (find-file-noselect): When we expand a wildcard, return a list
8823         of buffers.
8825 1999-01-24  Eli Zaretskii  <eliz@gnu.org>
8827         * term/internal.el (dos-codepage-setup): Call prefer-coding-system
8828         to set the appropriate cpNNN-dos coding system as the
8829         highest-priority coding system.
8831 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
8833         * international/fontset.el (generate-fontset-menu): Return a
8834         sorted list by plain names of fontsets.
8836         * international/mule-diag.el (list-fontsets): Sort fontsets by
8837         plain names.
8839         * language/tibet-util.el (tibetan-vertical-stacking): If the arg
8840         FIRST is a composite character, decompose it at first.
8842 1999-01-23  Dave Love  <fx@gnu.org>
8844         * format.el: Doc fixes.
8845         (format-encode-run-method): Have things happen in the right buffer.
8846         Deal with errors from method.  Set coding-system-for-write.
8847         (format-decode-run-method): Have things happen in the right buffer.
8848         Deal with errors from method.  Set coding-system-for-read.
8849         (format-alist): Use nil instead of unmatchable regexps.
8851         * simple.el (shell-command-on-region): Return command's exit status.
8853 1999-01-23  Eric Ludlam  <zappo@gnu.org>
8855         * speedbar.el (speedbar-item-info-file-helper): Add optional arg
8856         of the file whose info we want to display.
8857         (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
8858         (speedbar-add-mode-functions-list) Improve doc.
8859         (speedbar-line-token) New function.
8860         (speedbar-dired) Fix order of directories in -shown-directories.
8861         (speedbar-line-path): Default return is default-directory
8862         (speedbar-buffers-line-path): Return is dir name only.
8863         (speedbar-mode-functions-list): New variable.
8864         (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
8865         (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
8866         speedbar-files-item-info speedbar-buffers-item-info): New functions.
8867         (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
8868         New functions.
8869         (speedbar-line-file): Broke out part that fetches file from a line.
8870         (speedbar-line-text): New function extracted from speedbar-line-file.
8871         (speedbar-line-path): Converted into a replaceable function.
8872         (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
8874 1999-01-23  Ken'ichi Handa  <handa@gnu.org>
8876         * international/fontset.el (create-fontset-from-x-resource): Make
8877         style variants.
8879 1999-01-22  Dave Love  <fx@gnu.org>
8881         * paths.el (Info-default-directory-list): Put sysdir after start.
8883 1999-01-22  Sam Steingold  <sds@goems.com>
8885         * midnight.el (clean-buffer-list): Do not kill a buffer if it has
8886         a process associated with it.
8888 1999-01-22  Jason Rumney <jasonr@altavista.net>
8890         * term/w32-win.el (w32-standard-fontset-spec): Simplified.
8892 1999-01-22  Felix Lee  <flee@cygnus.com>
8894         * vc.el (vc-annotate-display): Delete old overlays.  Fix check for
8895         major-mode.
8896         (vc-annotate-mode): Delete variable.
8898 1999-01-22  Andrew Innes  <andrewi@gnu.org>
8900         * startup.el (command-line): [windows-nt]: Check for existence of
8901         .emacs file so as to notice .emacs.el or .emacs.elc and use them
8902         in preference to _emacs.
8904 1999-01-22  Dave Love  <fx@gnu.org>
8906         * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
8908 1999-01-20  Richard Stallman  <rms@gnu.org>
8910         * files.el (find-file-noselect): Do wildcard processing only
8911         if new arg WILDCARDS is non-nil.
8912         (find-file, find-file-other-window): New arg WILDCARDS.
8913         Default it to non-nil if interactive.
8914         (find-file-other-frame): Likewise.
8915         (find-file-read-only): Likewise.
8916         (find-file-read-only-other-window): Likewise.
8917         (find-file-read-only-other-frame): Likewise.
8919         * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
8920         (widget-plist-convert-option): Delete spurious comma.
8922 1999-01-19  Jason Rumney <jasonr@altavista.net>
8924         * term/w32-win.el (w32-standard-fontspec-spec): Change
8925         iso8859-5 to koi8-r.  Add iso8859-9.
8927 1999-01-19  Dave Love  <fx@gnu.org>
8929         * browse-url.el (browse-url-maybe-new-window): Delete macro and
8930         its uses.
8932         * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
8933         is active.
8934         (fortran-indent-subprogram): Likewise.
8936 1999-01-19  Dave Love  <d.love@dl.ac.uk>
8938         * paths.el (Info-default-directory-list): Perhaps add /usr/info.
8940 1999-01-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
8942         * wid-edit.el (alist): Use sexp as default key-type.
8944 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8946         * textmodes/tex-mode.el (tex-define-common-keys):
8947         Remove key binding of tex-feed-input.
8948         (tex-mode-map): Bind tex-feed-input here.
8949         (tex-start-shell): Use compilation-shell-minor-mode.  Set
8950         comint-input-filter-functions before running tex-shell-hook.
8951         (tex-start-tex): Forget compilation errors.
8952         (tex-compilation-parse-errors): Rewritten to work also with
8953         compile-mouse-goto-error and compile-goto-error.  Adjusted to
8954         change in tex-region.
8955         (tex-region): For the temp file use file-name without directory.
8956         (tex-file): Expand file name of tex-print-file.
8958 1999-01-18  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8960         * emacs-lisp/edebug.el (with-temp-message):  Add def-edebug-spec call.
8962 1999-01-18  Espen Skoglund  <espensk@stud.cs.uit.no>
8964         * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
8965         beginning could cause Emacs to hang.  Fixed.
8967 1999-01-18  Ken'ichi Handa  <handa@gnu.org>
8969         * international/ccl.el (ccl-compile-translate-character): Handle
8970         the case that a tranlation table is CCL register correctly.
8972         * international/mule-cmds.el (select-safe-coding-system):
8973         Hightlight at most 256 characters.
8975 1999-01-18  Dave Love  <fx@gnu.org>
8977         * startup.el (command-line): If the init file changes operation to
8978         unibyte, make all buffers unibyte and re-set language environment.
8980         * disp-table.el (standard-display-european): Make all existing
8981         buffers unibyte.  Fix doc.
8983 1999-01-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
8985         * wid-edit.el (coding-system): Define this unconditionally.
8987         * simple.el (shell-command-on-region-default-error-buffer): New var.
8988         (shell-command-on-region): Use that variable as interactive
8989         value of ERROR-BUFFER argument.
8991 1999-01-17  Sam Steingold  <sds@goems.com>
8993         * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
8995 1999-01-17  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
8997         * progmodes/compile.el (compilation-goto-locus): If already in the
8998         compilation buffer's window, keep it in that window.
8999         (compile-mouse-goto-error): Add Doc.  Don't play with windows.
9000         (compile-goto-error): Don't play with windows.
9002         * textmodes/tex-mode.el (latex-run-command): Doc fix.
9003         (tex-command): Doc fix.
9004         (tex-compilation-parse-errors): Doc fix.
9005         (tex-generate-zap-file-name): Don't start the name with -.
9006         (tex-expand-files): Works now also with strings ending with ":".
9008 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
9010         Patch failed to install:
9011         * gametree.el: Document scoring functionality.
9012         (gametree-score-regexp): Add optional plus sign.
9013         (gametree-score-opener): Replace `:' with `=' as the former
9014         conflicts with gametree-half-ply-regexp.
9015         (gametree-transpose-following-leaves): Add.
9016         (gametree-insert-new-leaf): Make modifying commands barf in read
9017         only buffers.
9018         (gametree-break-line-here): Add a call to
9019         `gametree-transpose-following-leaves'.  This maintains the
9020         necessary invariant that on each level all leaf children precede
9021         all nonleaf children.  This has always been implied, but left to
9022         the user, and, unfortunately, undocumented.
9024 1999-01-17  Per Abrahamsen  <abraham@dina.kvl.dk>
9026         * wid-edit.el (plist, alist): New widget types.
9028 1999-01-17  Dave Love  <fx@gnu.org>
9030         * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
9031         fix scope of condition-case therein.
9033 1999-01-17  Andrew Innes  <andrewi@gnu.org>
9035         * dos-w32.el: (find-buffer-file-type-coding-system): Use
9036         default-buffer-file-coding-system when file doesn't exist (and
9037         isn't covered by a special case) instead of forcing undecided-dos
9038         against the user's wishes.
9040         * dos-w32.el (direct-print-region-helper): New function based on
9041         direct-print-region-function; sends data to specified printer port
9042         without further translation.  Recognize and handle specially the
9043         standard `print' and `nprint' programs, as well as `lpr' and
9044         similar programs.  Only write directly to the printer port if no
9045         print program is specified.  Work around a bug in Windows 9x
9046         affecting Win32 version of Emacs by invoking command.com to write
9047         to the printer port instead of writing directly.
9048         (direct-print-region-function): Use direct-print-region-helper to
9049         do most of the work.
9050         (direct-ps-print-region-function): New function; analogue of
9051         direct-print-region-function for ps-print.
9052         (ps-lpr-command): Comment out setq; leave as example usage.
9053         (ps-lpr-switches): Ditto.
9055         * lpr.el: (printer-name): Update docstring about usage on MS-DOS
9056         and MS-Windows.
9057         (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
9058         DOS and Windows platforms, to indicate direct printing.  Update
9059         the docstring accordingly.
9061         * ps-print.el: (ps-printer-name): Update docstring about usage on
9062         MS-DOS and MS-Windows.
9063         (ps-lpr-command): Update docstring as for lpr-command.
9064         (ps-print-region-function): New variable.
9065         (ps-do-despool): Use it.
9066         (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
9067         DOS/Windows.
9069         * subr.el (subst-char-in-string): New function.
9071 1999-01-17  Eli Zaretskii  <eliz@gnu.org>
9073         * international/codepage.el (cp852-decode-table): Fill a nil entry.
9075         * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
9076         (bdf-find-font-info): New function, looks for the first readable
9077         file from a list of alternatives.
9078         (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
9079         instead of bdf-get-font-info.
9080         (bdf-generate-glyphs): If font-name is a cons cell, pass its car
9081         to ps-mule-generate-bitmap-glyph.
9083         * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
9084         file names that avoid clashes in DOS 8+3 namespace.  FONT-NAME can
9085         now be a list of alternative names.
9086         (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
9087         (ps-mule-prepare-font): Likewise.
9089         * international/codepage.el (cp855-decode-table,
9090         cp850-decode-table): Fill some nil entries.
9092 1999-01-16  Dave Love  <fx@gnu.org>
9094         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
9095         last change.
9097 1999-01-15  Dave Love  <fx@gnu.org>
9099         * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
9100         and change regexp for command names.
9101         (help-xref-go-back, function-called-at-point, symbol-file)
9102         (where-is): Doc fixes.
9103         (help-xref-go-back): Remove interactive spec.
9104         (describe-function-1): Fix message for alias.  Buttomize alias
9105         name.
9107         * simple.el (join-line): New alias.
9109 1999-01-15  Johan Vromans  <jvromans@squirrel.nl>
9111         * forms.el: (forms--show-record): Convert integers to string
9112         expicitly since concat will no longer accept integers.
9113         (forms-print): Use local `total-nb-records' since
9114         `forms--total-records' will be inaccessible after buffer switching.
9116 1998-01-14  Felix Lee  <flee@cygnus.com>
9118         * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
9120 1999-01-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
9122         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
9124 1999-01-14  Eli Zaretskii  <eliz@gnu.org>
9126         * international/codepage.el (cp850-decode-table): Fix previous change.
9128 1999-01-14  Simon Marshall  <simon@gnu.org>
9130         * shell.el (shell-dirtrack-verbose): New custom variable.
9131         (shell-dirstack-message): Use it.
9133 1999-01-14  Kenichi Handa  <handa@etl.go.jp>
9135         * international/mule-conf.el: Coding system alias `dos' for
9136         `undecided-dos', `mac' for `undecided-mac'.
9138         * international/mule-cmds.el (describe-language-environment):
9139         Don't alter input-method-alist.
9141 1999-01-13  Eli Zaretskii  <eliz@gnu.org>
9143         * international/codepage.el (cp850-decode-table): Replace nil
9144         entries with codes of similary looking glyphs.  (Suggested by
9145         Jason Rumney <jasonr@altavista.net>.)
9147 1999-01-13  Dave Love  <fx@gnu.org>
9149         * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
9151         * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
9153 1999-01-12  Karl Heuer  <kwzh@gnu.org>
9155         * files.el (auto-save-hook): Defvar this.
9157 1999-01-12  Alex Schroeder  <asc@bsiag.com>
9159         * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
9160         faces, eliminating the need to load font-lock before loading sql.
9161         (sql-mode-oracle-font-lock-keywords): Likewise.
9162         (sql-mode-postgres-font-lock-keywords): Likewise.
9164 1999-01-11  Dave Love  <fx@gnu.org>
9166         * cus-start.el: Add inhibit-eol-conversion.
9168         * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
9169         the values round.
9171 1999-01-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
9173         * help.el (help-mode-finish): Renamed from help-mode-maybe.
9174         Don't switch to Help mode here.
9175         (temp-buffer-setup-hook): Use help-mode-finish.
9176         (help-mode-setup): New function.
9177         (temp-buffer-setup-hook): Use help-mode-setup.
9179         * progmodes/sql.el: New file.
9181         * files.el (auto-mode-alist): Add sql-mode.
9183         * faces.el (list-faces-display): Improve the formatting
9184         by computing the maximum length required for any face-name.
9186 1999-01-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9188         * progmodes/compile.el (compilation-shell-minor-mode): New function.
9190 1999-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
9192         * term.el (term_send_home): Change the string to
9193         be the same as the one emitted by xterm and consistent with the
9194         ones emitted by prior and next.
9195         (term_send_end): Likewise.
9197 1999-01-10  Dave Love  <fx@gnu.org>
9199         * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
9200         bindings.
9202 1999-01-10  Eli Zaretskii  <eliz@gnu.org>
9204         * international/codepage.el (codepage-setup): Doc fix.
9205         (cp-decoding-vector-for-codepage): Likewise.
9207 1999-01-10  Markus Rost  <rost@gnu.org>
9209         * cus-edit.el (custom-save-delete): First scan the custom-file.
9211 1999-01-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
9213         * international/iso-transl.el: Define a "function name" for
9214         each translation that isn't ASCII.  Use these function names
9215         in iso-transl-char-map.
9217 1999-01-08  Kenichi Handa  <handa@etl.go.jp>
9219         * international/mule-util.el (decompose-region): Do decomposition
9220         on temporary unibyte buffer.
9222         * international/mule.el (make-char): Doc-string modified.
9224 1999-01-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
9226         * simple.el (comment-region): Delete spaces only if we
9227         deleted a comment starter.
9229 1999-01-07  Dave Love  <fx@gnu.org>
9231         * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
9233         * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
9234         like eval-defun does.
9236         * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
9238         * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
9239         constructions.  Doc fixes.
9240         (generic-create-generic-function): Use defalias, not fset.
9242         * find-func.el: More doc fixes.
9244 1999-01-06  Stephen Eglen  <stephen@gnu.org>
9246         * files.el (save-buffers-kill-emacs): Show the list of current
9247         processes before prompting to kill them and exit.
9249 1999-01-06  Dave Love  <fx@gnu.org>
9251         * emacs-lisp/find-func.el: Doc fixes.
9252         (find-function-regexp): Extend for define-generic-mode,
9253         define-derived-mode, easy-mmode-define-minor-mode.
9255 1999-01-06  Dave Love  <fx@gnu.org>
9257         * progmodes/fortran.el (fortran-window-create): Account for scroll
9258         bar width.
9260         * browse-url.el: Require (noerror) w3-auto when compiling.
9261         (browse-url-maybe-new-window): Make it a macro and revert last
9262         change to callers.
9263         (browse-url-w3): Require w3 for w3-fetch-other-window.
9265 1999-01-06 Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9267         * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
9268         argument.
9270 1999-01-06  Simon Marshall  <simon@gnu.org>
9272         * subr.el (with-temp-message): Don't display MESSAGE if nil.  Doc fix.
9274         * font-lock.el (font-lock-default-fontify-buffer): When using
9275         with-temp-message, use nil rather than current-message.
9277         * lazy-lock.el (lazy-lock-unstall):
9278         (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
9279         rather than current-message.
9281         * fast-lock.el (fast-lock-save-cache-1):
9282         (fast-lock-cache-data): When using with-temp-message, use nil rather
9283         than current-message.
9285 1999-01-06  Eli Zaretskii  <eliz@gnu.org>
9287         * international/codepage.el (cp-coding-system-for-codepage-1): Add
9288         the valid-codes property.
9290         * international/mule-cmds.el (prefer-coding-system): Call
9291         set-coding-priority, so that the internal array of priorities is
9292         also updated.
9294         * international/mule-util.el:
9295         (coding-system-change-eol-conversion,
9296         coding-system-change-text-conversion): Don't define here.
9298         * international/mule-cmds.el: Define them here.  Remove the
9299         autoload cookies.
9301 1999-01-06  Andreas Schwab  <schwab@gnu.org>
9303         * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
9304         if it was enabled before.
9306         * view.el (View-revert-buffer-scroll-page-forward): Bind
9307         view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
9309         * files.el (recover-session): Preserve point when inserting
9310         explanation.
9312 1999-01-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
9314         * cus-edit.el (custom-save-delete): Don't delete whitespace
9315         and comments before the sexp that is replaced.
9317 1999-01-05  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9319         * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
9321 1999-01-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
9323         * vc.el (vc-dired-hook): Use the original value of
9324         dired-move-to-filename-regexp on lines that have not been
9325         reformatted yet.
9326         (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
9327         file lines have already been reformatted.
9329 1999-01-05  Dave Love  <fx@gnu.org>
9331         * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
9332         buffer-local.
9334 1998-01-05  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
9336         * progmodes/f90.el: Change of regular expressions for type to
9337         correct highlighting and identation. Some small fixes for
9338         compatibility with XEmacs.
9340 1999-01-05  Stephen Eglen  <stephen@gnu.org>
9342         * mspools.el (mspools-vm-system-mail): Provide an alternative
9343         value based on rmail-spool-directory if $MAIL is not defined.
9345 1999-01-05  Carsten Dominik  <dominik@strw.leidenuniv.nl>
9347         * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
9348         (reftex-section-info): Handle negative section levels.
9349         (reftex-view-crossref-extra): New option.
9350         (reftex-view-crossref): Generalized to work in more places.
9351         (reftex-find-citation-regexp-format, reftex-find-reference-format,
9352         reftex-macros-with-labels, reftex-global-search-marker): New variables.
9353         (reftex-view-cite-locations-from-bibtex): New command.
9354         (reftex-view-regexp-match, reftex-global-search,
9355         reftex-global-search-continue): New functions.
9356         (reftex-extract-bib-entries): No error for non-existing BibTeX
9357         file, just a message.
9358         (reftex-extract-bib-entries): Better error handling.
9359         (reftex-select-with-char): Use `*RefTeX Select*' for selection
9360         help and force it on current frame.
9361         (reftex-default-bibliography): New function.
9362         (reftex-access-parse-file): Check consistency after loading a
9363         parse file.  When inconsistent, enfore rescan.
9364         (reftex-check-parse-consistency): New function.
9365         (easy-menu-define): Options section drastically shortened.
9367 1999-01-05  Kenichi Handa  <handa@etl.go.jp>
9369         * language/thai-util.el (thai-compose-string): New function.
9371 1999-01-04  Inge Frick  <inge@nada.kth.se>
9373         * easymenu.el (easy-menu-define): Doc fix.
9374         (easy-menu-create-menu): New keyword :included.
9375         (easy-menu-do-add-item): New keyword :included.  SUFFIX may
9376         be an expression, not only a string.  Simulate style `button'.
9377         Use easy-menu-define-key-intern instead of easy-menu-define-key.
9378         (easy-menu-define-key-intern): New function.
9379         (easy-menu-add-item): Understand value returned from
9380         easy-menu-item-present-p and easy-menu-remove-item.
9381         (easy-menu-return-item): New function.
9382         (easy-menu-item-present-p, easy-menu-remove-item): Use it.
9384 1999-01-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
9386         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
9387         Use rmail-output-read-rmail-file-name to read the file name.
9388         Always call rmail-output-to-rmail-file noninteractively.
9389         When count > 1, do the loop here.
9390         Handle rmail-delete-after-output here.
9391         (rmail-summary-output): Similar changes.
9393         * mail/rmailout.el: Provide `rmailout'.
9394         (rmail-output-read-rmail-file-name): New function.
9395         (rmail-output-to-rmail-file): Use that.
9396         (rmail-output-read-file-name): New function.
9397         (rmail-output): Use that.
9399         * files.el (find-file-noselect): Let /: suppress wildcard matching.
9400         Error if wildcard matches no files.
9402 1999-01-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
9404         * menu-bar.el (clipboard-yank): Doc fix.
9406         * info.el (Info-insert-dir): Chase symlinks for file-attributes.
9408 1998-12-31  Markus Rost  <rost@delysid.gnu.org>
9410         * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
9412 1998-12-31  Andrew Innes  <andrewi@harlequin.co.uk>
9414         * rmail.el (rmail-encode-string): Make sure mask value is
9415         positive; (emacs-pid) returns a negative number on Windows 9x
9416         which causes odd behaviour.
9418 1998-12-31  Eli Zaretskii  <eliz@mescaline.gnu.org>
9420         * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
9421         and about w32-* variables unless on Windows/NT.
9423 1998-12-31  Boris Goldowsky  <boris@alum.mit.edu>
9425         * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
9426         if buffer is modified; ask about all modified buffers.
9428 1998-12-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
9430         * simple.el (what-cursor-position): Fix previous change.
9432 1998-12-30  Richard Stallman  <rms@sucrose.ai.mit.edu>
9434         * mail/sendmail.el (mail-mode): Eliminate ambiguous match
9435         from paragraph-start.
9437 1998-12-30  Eli Zaretskii  <eliz@mescaline.gnu.org>
9439         * international/mule-cmds.el (prefer-coding-system): If the
9440         argument requires specific EOL conversion type, make the default
9441         coding systems use that.
9443 1998-12-30  Drew Csillag <drew_csillag@geocities.com>
9445         * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
9446         Use shell-command-on-region.
9447         (m4-start-m4, m4-end-m4): Functions deleted.
9449 1998-12-30  Michael Ernst  <mernst@alum.mit.edu>
9451         * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
9453 1998-12-29  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9455         * browse-url.el (browse-url-mail): Give argument SEND-ACTION
9456         to compose-mail in the correct places and as a list.
9458 1998-12-29  Masatake Yamato  <masata-y@tori.aist-nara.ac.jp>
9460         * page-ext.el: Added mouse-selection feature for pages directory buffer.
9461         (pages-directory-map): Bind mouse-2
9462         (pages-copy-header-and-position): Put text property.
9463         (pages-directory-goto-with-mouse): New function.
9465 1998-12-29  Eli Zaretskii  <eliz@mescaline.gnu.org>
9467         * international/codepage.el (cp-make-coding-systems-for-codepage):
9468         Doc fix.
9469         (cp-coding-system-for-codepage-1): Likewise.
9471 1998-12-29  Kenichi Handa  <handa@etl.go.jp>
9473         * language/thai-util.el (thai-post-read-conversion): Handle Thai
9474         composition sequence correctly here instead of calling
9475         thai-compose-region.
9477         * textmodes/fill.el (fill-region-as-paragraph): While deleting a
9478         newline in multibyte buffer, if previous or next character is a
9479         composite char, check the first component of the composite char.
9481 1998-12-28  Andreas Schwab  <schwab@delysid.gnu.org>
9483         * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
9484         and track-mouse.
9486 1998-12-27  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
9488         * mail/sendmail.el (mail-yank-original): Remove text properties
9489         after insertion.
9490         (mail-yank-region): Barf if no mark is set in the message
9491         being replied to.
9493         * help.el (function-called-at-point): First look for function at point.
9495 1998-12-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
9497         * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
9499 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
9501         * simple.el (what-cursor-position): Print character encoding also.
9503 1998-12-26  Dave Love  <fx@gnu.org>
9505         * textmodes/flyspell.el: If local-maps work, don't put
9506         flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
9507         in flyspell-mouse-map (only).
9508         (flyspell-use-local-map): New variable.
9509         Use a different mouse-2 binding in that case,
9510         and don't add to minor-mode-map-alist.
9511         (make-flyspell-overlay, flyspell-correct-word):
9512         Test flyspell-use-local-map.
9514 1998-12-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
9516         * files.el (file-expand-wildcards): Handle wildcards in directory name.
9517         Be careful about whether to return a relative file name,
9518         and if so, relative to what directory.
9520 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
9522         * emacs-lisp/easymenu.el (easy-menu-get-map):
9523         Change global map only if this menu exists in the global map already,
9524         and not in the local map.
9525         (easy-menu-do-add-item): Fix error message.
9527         * foldout.el (foldout-inhibit-key-bindings):
9528         Avoid concatenating onto outline-minor-mode-prefix.
9529         Make a new keymap for that prefix, if it does not already have one.
9531 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
9533         * cperl-mode.el:
9534         Can use linear algorithm for indentation if Emacs supports it.
9535         (cperl-after-expr-p):   It is BLOCK if we reach lim when backup sexp.
9536         (cperl-after-block-p):  Likewise.
9537         (cperl-after-block-and-statement-beg): Likewise.
9538         (cperl-after-block-p):  After END/BEGIN we are a block.
9539         (cperl-after-expr-p):   Skip labels when checking
9540         (cperl-indent-region):  Make a marker for END - text added/removed.
9541         Disable hooks during the call (how to call them later?).
9542         Now indents 820-line-long function in 6.5 sec (including
9543         syntaxification) the first time (when buffer has few
9544         properties), 7.1 sec the second time.
9545         (cperl-indent-region):  Do not indent whitespace lines
9546         (cperl-style-alist)
9547                 Include `cperl-merge-trailing-else' where the value is clear.
9548         (cperl-styles-entries): Likewise.
9549         (cperl-problems):       Improvements to docs.
9550         (cperl-tips):           Likewise.
9551         (cperl-non-problems):   Likewise.
9552         (cperl-mode):           Make lazy syntaxification possible.
9553         Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
9554         `font-lock-unfontify-region-function' was set to a wrong function.
9556         (cperl-find-pods-heres): Safe a position in buffer where it is safe to
9557         restart syntaxification.  Changed so that -d ?foo? is a RE. Do
9558         not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
9559         but 1<<6 was considered as HERE-doc.
9560         <file/glob> made into a string.
9561         Postpone addition of faces after syntactic step.
9562         Recognition of <FH> was wrong.
9563         Highlight `gem' in s///gem as a keyword.  `qr' recognized.
9564         Knows that split// is null-RE.
9565         Highlights separators in 3-parts expressions as labels.
9566         <> was considered as a glob.
9567         Would err if the last line is `=head1'.
9568         $a-1 ? foo : bar; was a considered a regexp.
9569         `<< (' was considered a start of HERE-doc.
9570         mark qq[]-etc sections as syntax-type=string
9571         Was not processing sub protos after a comment ine.
9572         Was treating $a++ <= 5 as a glob.
9573         Tolerate unfinished REx at end-of-buffer.
9574         `unwind-protect' was left commented.
9575         / and ? after : start a REx.
9577         (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
9578         Better default, customizes to `message' too, off in text-mode.
9580         (cperl-array-face): Renamed from `font-lock-emphasized-face',
9581         `defface'd.
9582         (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
9583         `defface'd.
9584         (cperl-emacs-can-parse):        New state variable.
9585         (cperl-indent-line):    Corrected to use global state.
9586         (cperl-calculate-indent):       Likewise.
9587         (cperl-fix-line-spacing):       Likewise (not used yet).
9588         (cperl-calculate-indent):       Did not consider `,' as
9589         continuation mark for statements.
9590         (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
9591         Remove another parse-data optimization at toplevel: would
9592         indent correctly.
9593         Correct for labels when calculating indentation of continuations.
9594         Docstring updated.
9595         (cperl-choose-color):   Converted to a function (to be
9596         compilable in text-mode).
9597         (cperl-dark-background):        Disable without window-system.
9598         Do `defface' only if window-system.
9599         (cperl-fix-line-spacing):       Sped up to bail out early.
9600         (x-color-defined-p): Was not compiling on XEmacs
9601         Was defmacro'ed with a tick.  Remove another def.
9602         (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
9603         (cperl-unwind-to-safe): New function.
9604         (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
9605         (cperl-fontify-syntaxically): Unwinds start and end to go out of
9606                                      long strings (not very successful).
9607         (cperl-forward-re):     Highlight the trailing / in s/foo// as string.
9608         Highlight the starting // in s//foo/ as function-name.
9609         Emit a meaningful error instead of a cryptic one for an
9610         uncomplete REx near end-of-buffer.
9612         (cperl-electric-keyword):       `qr' recognized.
9613         (cperl-electric-else):          Likewise
9614         (cperl-to-comment-or-eol):      Likewise
9615         (cperl-make-regexp-x):  Likewise
9616         (cperl-init-faces):     Likewise, and `lock' (as overridable?).
9617         Corrected to use new macros;
9618         `if' for copying `reference-face' to `constant-face' was backward.
9619         remove init `font-lock-other-emphasized-face',
9620         `font-lock-emphasized-face', `font-lock-keyword-face'.
9621         Interpolate `cperl-invalid-face'.
9622         (cperl-make-regexp-x):  Misprint in a message.
9623         (cperl-syntaxify-unwind): New configuration variable
9624         (cperl-fontify-m-as-s): New configuration variable
9625         (cperl-electric-pod):   Check for after-expr was performed
9626         inside of POD too.
9627         (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
9628         (cperl-clobber-mode-lists): New configuration variable.
9629         (cperl-not-bad-style-regexp):   Updated.
9630         Init:                   `cperl-is-face' was busted.
9631         (cperl-make-face):      New macros.
9632         (cperl-force-face):     New macros.
9633         (font-lock-other-type-face): Done via `defface' too.
9634         (cperl-nonoverridable-face):    New face.  Renamed from
9635         `font-lock-other-type-face'.
9636         (cperl-init-faces-weak):        Use `cperl-force-face'.
9637         (cperl-comment-indent): Commenting __END__ was not working.
9638         (cperl-indent-for-comment):     Likewise.
9639         (cperl-write-tags):     Correct for XEmacs's `visit-tags-table-buffer'.
9640         When removing old TAGS info was not relativizing filename.
9641         (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
9642         Another try to work around XEmacs problems.  Better progress messages.
9643         (toplevel):             Require custom unprotected => failure on 19.28.
9644         (cperl-xemacs-p):       Defined when compile too
9645         (cperl-find-tags):      Was writing line/pos in a wrong order,
9646         pos off by 1 and not at beg-of-line.
9647         (cperl-etags-snarf-tag): New macro
9648         (cperl-etags-goto-tag-location): New macro
9649         (cperl-version):        New variable.  New menu entry
9650         random docstrings:      References to "future" 20.3 removed.
9651         Menu was described as `CPerl' instead of `Perl'
9652         (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
9653         (cperl-toggle-construct-fix): Was toggling to t instead of 1.
9654         (cperl-ps-print-init):  Associate `cperl-array-face', `cperl-hash-face'
9655         Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
9656         `font-lock-reference-face', `font-lock-keyword-face'.
9657         Use `eval-after-load'.
9658         Remove not-CPerl-related faces.
9659         (cperl-tips-faces):     New variable and an entry into Mini-docs.
9660         (cperl-indent-exp):     Was not processing else-blocks.
9661         (cperl-get-state):      NOP line removed.
9662         (cperl-ps-print):       New function and menu entry.
9663         (cperl-ps-print-face-properties):       New configuration variable.
9664         (cperl-invalid-face):   New configuration variable.
9665         (perl-font-lock-keywords):      Highlight trailing whitespace
9666         (cperl-contract-levels):        Documentation corrected.
9667         (cperl-contract-level):         Likewise.
9668         (cperl-ps-extend-face-list):    New macro.
9669         (cperl-invalid-face):   Change to ''underline.
9671 1998-12-25  Markus Rost  <rost@delysid.gnu.org>
9673         * mail/rmailout.el (rmail-output): Abbreviate name of default-file
9674         for read-file-name.
9675         (rmail-output-to-rmail-file): Likewise.
9677 1998-12-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
9679         * emacs-lisp/easymenu.el (easy-menu-get-map):
9680         If MENU is nil, use global menu-bar map.
9681         (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
9682         (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
9684 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9686         * ps-mule.el (ps-mule-begin-job): Programming uniformization.
9688 1998-12-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9690         * ps-print.el (ps-print-version): New version number (4.1.3).
9692 1998-12-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
9694         * international/mule-cmds.el: Use make-sparse-keymap instead of
9695         define-prefix-key when defining MULE menu items.
9697         * info.el (Info-node-at-bob-matching): New function.
9698         (Info-find-node, Info-build-node-completions): Call it.
9700 1998-12-21  Andreas Schwab  <schwab@delysid.gnu.org>
9702         * help.el (describe-function-1): Say "keymap", not "Lisp macro",
9703         when this is an autoloaded keymap.
9705 1998-12-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
9707         * international/codepage.el (cp-coding-system-for-codepage-1):
9708         Create separate encoders and decoders, for DOS and Unix.  Make the
9709         usual family of 3 coding systems, so that automatic detection of
9710         EOL type works.
9711         (cp-make-coding-systems-for-codepage): Don't intern DOS- and
9712         Unix-specific symbols here, and don't call
9713         cp-coding-system-for-codepage-1 twice.  (Suggested by Ken'ichi
9714         Handa <handa@etl.go.jp>.)
9716         * dos-vars.el (dos-codepage-setup-hook): New defcustom.
9718         * term/internal.el (IT-character-translations): New variable, an
9719         alist used to display characters for which there's no glyphs in
9720         the current codepage.
9721         (IT-display-table-setup): New function, sets up the DOS terminal
9722         for a given codepage.
9723         (dos-codepage-setup): New function, sets up the MULE environment
9724         for the current value of dos-codepage.
9725         (top-level if): In the multibyte mode, turn on
9726         unibyte-display-via-language-environment.  In the unibyte mode,
9727         set up the special syntax tables to map lower- to upper case and
9728         back.
9730 1998-12-19  Eric Ludlam  <zappo@delysid.gnu.org>
9732         * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
9733         (speedbar-frame-plist) Remove useless comments.
9734         (speedbar-frame-mode) Do not specify height if it is in the param list.
9735         Use default y position w/out changing it.
9736         If default x position is a list, keep, calculate the non-list X
9737         value when devining an initial position.
9738         (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
9739         (speedbar-tag-group-name-minimum-length): New variable.
9740         (speedbar-frame-parameter): New compatibility function.
9741         (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
9742         (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
9743         groups to keep things in the right order, and to help with some
9744         naming conventions.
9745         (speedbar-create-tag-hierarchy): Enable buffer local version of
9746         `speedbar-tag-hierarchy-method' in the buffer we are tagging.
9747         (speedbar-line-path) Make DEPTH param optional.  Devine it if absent.
9748         the case, derive it from the cursor location in speedbar.
9750 1998-12-17  Eli Zaretskii  <eliz@mescaline.gnu.org>
9752         * international/mule-cmds.el (set-language-environment): On MS-DOS
9753         terminals, install DOS-specific nonascii-translation-table if the
9754         language info doesn't specify one.  Pass the default eol-type to
9755         set-language-environment-coding-systems.
9756         (set-default-coding-systems): Copy the eol-type property for the
9757         new default values of {buffer-file,process}-coding-system from the
9758         old defaults.
9759         (set-language-environment-coding-systems): Accept an optional
9760         argument EOL-TYPE, and set the eol-type property of the default
9761         coding systems accordingly.
9762         (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
9763         (set-keyboard-coding-system): Likewise.
9764         (set-default-coding-systems): Don't set
9765         default-terminal-coding-system on MS-DOS to anything but nil.
9766         (prefer-coding-system): Describe in the doc string that
9767         default-terminal-coding-system is not changed on MS-DOS.
9768         (set-language-environment): For MS-DOS, set standard syntax table
9769         and display table for all characters with code above 127.
9770         (standard-display-european-internal): For MS-DOS, pass all
9771         characters with code above 127 directly to the terminal, and don't
9772         remap characters 160 and 146 in the unibyte case.
9774         * international/codepage.el: New file.
9776 1998-12-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
9778         * diary-lib.el (diary-float): Fix end-of-year error and typos in
9779         comments.
9781 1998-12-16  Oleg S. Tihonov  <tihonov@ffke-campus.mipt.ru>
9783         * map-ynp.el (map-y-or-n-p): Ignore input methods.
9785         * subr.el (read-passwd): Likewise.
9787 1998-12-16  Eli Zaretskii  <eliz@mescaline.gnu.org>
9789         * info.el (Info-find-node): Add 1 to the position read from the
9790         tag table.  Don't fail if the node delimiter ^_ is the first
9791         character in the file.
9792         (Info-insert-dir): Don't fail when the node delimiter ^_ is the
9793         first character in the file.
9794         (Info-read-subfile): Likewise.
9795         (Info-select-node): Likewise.
9796         (Info-build-node-completions): Likewise.
9798 1998-12-16  Richard Stallman  <rms@gnu.org>
9800         * term/x-win.el (x-cut-buffer-or-selection-value):
9801         If clipboard is enabled, try it before PRIMARY selection.
9803 1998-12-15  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
9805         * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
9806         insert c-cedilla and C-cedilla respectively, like in latin-1.
9808 1998-12-15  Eli Zaretskii  <eliz@delysid.gnu.org>
9810         * language/hebrew.el: Don't use sublists in the flags argument
9811         passed to make-coding-system.
9813 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9815         * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
9816         list of character sets found by find-charset-region.
9818         * ps-mule.el: Always require ps-print.  Move some function
9819         definitions for Emacs 20.2 and the earlier to ps-print.el.
9820         (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
9822         * ps-print.el: Define several functions for Emacs 20.2 and the
9823         earlier version.
9824         (ps-printer-name): Check if printer-name is bound.
9826 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9828         * ps-mule.el: Programming uniformization and little code improvement.
9829         (ps-mule-prepare-font): Programming uniformization.
9830         (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
9831         (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
9833         * ps-bdf.el: Programming uniformization and little code improvement.
9834         (bdf-search-and-read): New fun.
9835         (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
9836         (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
9837         (bdf-info-relative-compose, bdf-info-baseline-offset)
9838         (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
9839         (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
9840         (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
9841         (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
9842         improvement.
9844 1998-12-15  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
9846         * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
9847         and mule related code extraction. Autoload ps-mule funs.
9849         * ps-mule.el: Doc fix. Require ps-print only when compiled.
9850         (ps-mule-prologue-generated): New fun.
9851         (ps-mule-plot-string): Add autoload cookie.
9852         (ps-mule-begin-job): Call ps-mule-prologue-generated.
9854 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9856         * ps-bdf.el: Require ps-mule instead of ps-print.
9857         (bdf-directory-list): Add autoload cookie.
9859         * ps-mule.el: New file.  Mule related code extracted from
9860         ps-print.el.  Require ps-print, provide ps-mule.
9861         (ps-multibyte-buffer): Add autoload cookie.
9862         (ps-mule-prepare-ascii-font): New fun.
9863         (ps-mule-set-ascii-font): New fun.
9864         (ps-mule-skip-same-charset): Fun deleted.
9865         (ps-mule-plot-string): Set ps-mule-current-charset.
9866         (ps-mule-initialize): Add autload cookie.  Don't set
9867         ps-mule-font-info-database here.
9868         (ps-mule-begin-job): Renamed from ps-mule-begin.  Update
9869         ps-mule-font-info-database and ps-control-or-escape-regexp.
9870         (ps-mule-begin-page): New fun.
9872         * ps-print.el: Mule related code moved to ps-mule.el.
9873         (ps-begin-job): While setting ps-control-or-escape-regexp, don't
9874         check ps-mule-charset-list.
9875         (ps-begin-page): Don't set ps-mule-current-charset, instead call
9876         ps-mule-begin-page.
9877         (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
9878         (ps-plot-region): Don't set ps-mule-current-charset, instead call
9879         ps-mule-set-ascii-font.  Don't call ps-mule-skip-same-charset,
9880         instead skip same charsets by itself.
9881         (ps-generate): Call ps-mule-initialize of needs-begin-file is
9882         non-nil.  Call ps-mule-begin-job.
9884 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9886         * ps-bdf.el: File name changed from bdf.el.  Provide ps-bdf
9887         instead of bdf.
9889         * ps-print.el (ps-mule-font-info-database): Doc-string modified.
9890         (ps-mule-external-libraries): New element FEATURE.
9891         (ps-mule-init-external-library): Ajusted for the above change.
9892         (ps-mule-generate-font): Likewise.
9893         (ps-mule-generate-glyphs): Likewise.
9894         (ps-mule-prepare-font): Likewise.
9895         (ps-mule-initialize): Likewise.
9896         (ps-begin-file): Superfluous tailing parenthesis deleted.
9898 1998-12-15  Kenichi Handa  <handa@etl.go.jp>
9900         * international/fontset.el (x-decompose-font-name): If PATTERN
9901         doesn't have any wild cards, return a vector made from a name that
9902         is found by x-resolve-font-name found.  Comments added.
9904         * international/mule-cmds.el (find-coding-systems-for-charsets):
9905         Handle the case of unknown charset.
9906         (find-multibyte-characters): If invalid multibyte characters are
9907         found, return the corresponding strings instead of character
9908         codes.
9909         (find-multibyte-characters): Adjusted for the above change.
9910         (select-safe-coding-system): For a unibyte buffer, always returns
9911         DEFAULT-CODING-SYSTEM.
9912         (get-charset-property): Fix previous change.  Make it a function.
9913         (put-charset-property): Make it a function.
9915         * international/mule.el (make-coding-system): Set mime-charset
9916         property of *-with-esc coding system to nil.
9918         * international/quail.el (quail-point-in-conversion-region): New
9919         function.
9920         (quail-conversion-backward-delete-char): When a key sequence is
9921         being translated, call quail-delete-last-char.
9923         * language/devan-util.el
9924         (devanagari-reorder-glyphs-for-decomposition): Fix the way to
9925         handle devanagari-decomposition-rules.
9927 1998-12-14  Andreas Schwab  <schwab@delysid.gnu.org>
9929         * textmodes/texinfo.el (texinfo-tex-buffer): Bind
9930         tex-start-options-string to empty string.
9931         (texinfo-tex-region): Use texinfo-tex-trailer as documented.
9933 1998-12-14  Andrew Innes  <andrewi@delysid.gnu.org>
9935         * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
9936         5xx responses are already handled properly).
9938 1998-12-13  Richard Stallman  <rms@gnu.org>
9940         * progmodes/compile.el (compilation-error-regexp-alist): Insist
9941         on a non-digit in the file name.
9943         * simple.el (comment-region): Handle comment-padding
9944         separately for insertion and for deletion, in the right way for each.
9946 1998-12-13  Felix Lee  <flee@cygnus.com>
9948         * progmodes/compile.el (compilation-error-regexp-alist): Fix
9949         regexp to match "ChangeLog:1:1998-12-09 ..."
9951 1998-12-13  Eli Zaretskii  <eliz@delysid.gnu.org>
9953         * cus-start.el (dos-unsupported-char-glyph): Add.
9955 1998-12-11  Dave Love  <fx@gnu.org>
9957         * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
9958         forward-sexp in condition-case.
9960         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9961         Remove unnecessary test on `library' for explicit file name.
9962         Widen scope of save-match-data.
9964 1998-12-10  Eli Zaretskii  <eliz@delysid.gnu.org>
9966         * international/mule.el (load-with-code-conversion): If the loaded
9967         file was inserted  with no-conversion or raw-text coding system,
9968         make the buffer unibyte.
9970 1998-12-09  Richard Stallman  <rms@gnu.org>
9972         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
9973         Get rid of nested loops.
9975         * mouse.el (mouse-drag-vertical-line):
9976         If WHICH-SIDE is not `right', then scroll bars are on the left.
9978         * loadhist.el (load-history-loaded): defvar moved to help.el.
9980         * help.el (symbol-file-load-history-loaded): Variable renamed,
9981         and defvar moved from loadhist.el.
9982         (symbol-file): Renamed from describe-function-find-file.
9983         Load fns-VERSION.el here.
9984         (describe-variable, describe-function-1): Use symbol-file.
9986         * textmodes/tex-mode.el (tex-generate-zap-file-name):
9987         Don't start the name with #.
9989         * ispell.el: Take out the eval-when's.
9991 1998-12-09  Peter Breton  <pbreton@ne.mediaone.net>
9993         * dirtrack.el (dirtrack-directory-change-hook): New hook.
9994         (dirtrack): Run it.  Make debug message more verbose.
9996 1998-12-09  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
9998         * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
9999         name of the abbrev table, and provide support for XEmacs.
10000         (octave-xemacs-p): New variable.
10002 1998-12-09  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
10004         * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
10005         exit, when mail-interactive is nil.
10007 1998-12-09  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
10009         * files.el (after-find-file): Message fix.
10011 1998-12-09  Ken Stevens  <stevens@kdstevens.com>
10013         * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
10015 1998-12-09  Geoff Voelker  <voelker@cs.washington.edu>
10017         * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
10018         filenames using backslashes.
10020 1998-12-09  Dave Love  <fx@gnu.org>
10022         * browse-url.el (browse-url-mail): Call compose-mail-other-window
10023         with correct number of args.
10024         (browse-url-maybe-new-window): New arg.  Callers changed.
10026         * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
10027         comment.
10029 1998-12-08  Geoff Voelker  <voelker@cs.washington.edu>
10031         * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
10033 1998-12-08  Markus Rost  <rost@delysid.gnu.org>
10035         * vc.el (vc-rcs-release): Fix Type.
10036         (vc-sccs-release): Fix Type.
10037         (vc-cvs-release): Fix Type.
10039         * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
10040         arg work right.
10042         * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
10043         output of last undeleted message.
10045 1998-12-07  Geoff Voelker  <voelker@cs.washington.edu>
10047         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
10048         (buffer-undo-list) [windows-nt]: Use different relative path.
10050 1998-12-07  Simon Marshall  <simon@gnu.org>
10052         * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
10054 1998-12-05  Markus Rost  <rost@delysid.gnu.org>
10056         * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
10058         * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
10060 1998-12-04  Markus Rost  <rost@delysid.gnu.org>
10062         * info.el (Info-menu): Don't return error if point is between menu
10063         header and first menu item.
10065 1998-12-04  Dave Love  <fx@gnu.org>
10067         * help.el (describe-function-1): Fix description for alias.
10069 1998-12-03  Andreas Schwab  <schwab@delysid.gnu.org>
10071         * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
10072         specifications from summary line.
10074         * rect.el (delete-whitespace-rectangle): Mark for autoload.
10075         (close-rectangle): Define alias only once in loaddefs.el.
10077 1998-12-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
10079         * term/internal.el: Remove code which sets up a special syntax
10080         table for non-ASCII characters.
10082 1998-12-02  Andrew Innes  <andrewi@delysid.gnu.org>
10084         * dos-w32.el (direct-print-region-function): Try to ensure that
10085         printer-name is expanded to a file name on a local drive;
10086         sometimes printing a file loaded from a network volume fails.
10087         (direct-print-region-function): Add a function to
10088         write-region-annotate-functions to append a formfeed character to
10089         the region being printed, if the region doesn't end with a
10090         formfeed already.  This avoids creating a second print job
10091         containing a blank page when print spooling is enabled on Windows.
10093 1998-12-02  Dave Love  <fx@gnu.org>
10095         * help.el (help-make-xrefs): Use `info', not the non-autoloaded
10096         `Info-goto-node'.
10098 1998-12-02  Richard Stallman  <rms@gnu.org>
10100         * help.el (temp-buffer-resize-mode): Doc fix.
10102         * cus-edit.el (custom-save-delete): Save point before
10103         reading a sexp, rather than backing up.
10105         * international/iso-transl.el: Fix previous change.
10107 1998-12-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10109         * vc.el (vc-dired-window-configuration, vc-ediff-windows,
10110         vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
10111         Added defvars to suppress compilation warnings.
10113 1998-11-30  Ken Stevens  <k.stevens@ieee.org>
10115         * ispell.el: Improved and fixed customize for variables:
10116         ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
10117         ispell-dictionary-alist, ispell-skip-sgml.
10118         Improved and fixed comments in variables and messages for
10119         functions: ispell-help-in-bufferp, ispell-local-dictionary,
10120         ispell-menu-map, ispell-checking-message, ispell-parser,
10121         ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
10122         ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
10123         ispell-comments-and-strings, ispell-continue, ispell-complete-word,
10124         ispell-message-text-end, ispell-add-per-file-word-list.
10125         (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
10126         system is now required for all languages.  Casechars improved for
10127         castellano, castellano8, and norsk dictionaries.  Dictionary
10128         norsk7-tex added.  Dictionary polish added.
10129         (ispell-dictionary-alist): Redefined at load-time to support
10130         dictionary changes.
10131         (ispell-menu-map): Redefined at load-time to support menu changes.
10132         (ispell-check-version): New alias for `check-ispell-version'.
10133         (ispell-parse-output): Fixed matching for ispell error messages.
10134         Correctly returns spelling suggestions in order generated by ispell
10135         process.
10136         (check-ispell-version): Ensure `case-fold-search' doesn't get
10137         redefined.
10138         (ispell-complete-word): Ensure `case-fold-search' doesn't get
10139         redefined.  Fix bug that didn't respect case of word being completed.
10140         (ispell-init-process): Set process coding system to be compatible
10141         with emacs processes and the ispell process.
10142         (ispell-kill-ispell): Ensures ispell process has terminated before
10143         starting new process.  This can otherwise confuse process filters
10144         and hang the ispell process.
10145         (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
10146         skipping support for sgml.
10147         (ispell-minor-check): Support sgml labels.  Fix mapping ^M to \r
10148         which could cause `ispell-complete-word' to hang.
10149         (ispell-message): Improved message reference matching.  Ensure
10150         `case-fold-search' doesn't get redefined.
10151         (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
10152         get redefined.  Fixed bug in returning to nroff mode from tex mode.
10153         (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
10154         get redefined.
10156 1998-11-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
10158         * textmodes/flyspell.el (flyspell-check-word-p):
10159         Don't delay inside a kbd macro.
10161         * subr.el (make-local-hook): Return the hook variable.
10163 1998-11-30  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
10165         * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
10166         Use a timer instead of post-command-hook.
10167         (hscroll-timer): New variable.
10169 1998-11-30  Dave Love  <fx@gnu.org>
10171         * help.el (help-xref-button): Do nothing if text already has the
10172         help-xref property.
10173         (describe-variable): Revert previous change to hyperlink to source.
10175 1998-11-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
10177         * bindings.el (features): Add `base64' to this list.
10179         * loadhist.el (symbol-file): Doc fix.
10181         * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
10183         * files.el (hack-one-local-variable): Cope with non-file buffers.
10185 1998-11-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
10187         * help.el (describe-mode): Put major mode first.
10189         * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
10190         to support special-display and same-window features.
10192 1998-11-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
10194         * simple.el (transpose-subr, transpose-subr-1): Rename variables
10195         bound in one function and used in the other.
10196         (transpose-subr-start1, transpose-subr-start2): Add defvars.
10197         (transpose-subr-end1, transpose-subr-end2): Add defvars.
10199 1998-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
10201         * autoinsert.el (auto-insert-alist): Use user-mail-address.
10203 1998-11-26  Kenichi Handa  <handa@etl.go.jp>
10205         * international/ccl.el (ccl-dump-translate-character-const-tbl):
10206         Give format correct control string.
10208         * international/mule.el (define-translation-table): Fix bug of
10209         setting incorrect translation-table-id.  If the first element of
10210         ARGS is a translation table, just register it.
10212         * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
10213         property.
10215 1998-11-24  Michael Ernst  <mernst@alum.mit.edu>
10217         * thingatpt.el (thing-at-point-url-at-point): Don't use current
10218         syntax table to determine what is whitespace.
10220 1998-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
10222         * frame.el (frame-parameter): Doc fix.
10224         * textmodes/tex-mode.el (tex-feed-input): New function.
10225         (tex-define-common-keys): Add binding for C-c C-m.
10227 1998-11-23  Dave Love  <fx@gnu.org>
10229         * progmodes/fortran.el: Various minor doc fixes.
10230         (fortran-font-lock-keywords-1): Add `d' to comment-chars.
10231         (fortran-with-subprogram-narrowing): New macro.
10232         (fortran-check-for-matching-do): Use it.
10233         (fortran-end-do): Use fortran-check-end-prog-re.
10234         (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
10235         (fortran-calculate-indent, fortran-calculate-indent): Likewise.
10237 1998-11-23  Simon Marshall  <simon@gnu.org>
10239         * font-lock.el (font-lock-defaults): Doc fix.
10240         (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
10241         (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
10243         * lazy-lock.el (lazy-lock-unstall):
10244         (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
10246         * fast-lock.el (fast-lock-save-cache-1):
10247         (fast-lock-cache-data): Rewritten to use with-temp-message.
10249 1998-11-22  Andrew Innes  <andrewi@delysid.gnu.org>
10251         * mail/rmail.el (rmail-set-message-counters-counter): Detect
10252         messages that have been added with DOS line endings and convert
10253         the line endings for such messages.
10255 1998-11-22  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
10257         * help.el: Add resizing of temporary buffers.
10258         (temp-buffer-resize-mode): New command and variable.
10259         (temp-buffer-max-height): New variable.
10260         (resize-temp-buffer-window): New function.
10262         * window.el (window-buffer-height): New function, split from
10263         shrink-window-if-larger-than-buffer.
10264         (shrink-window-if-larger-than-buffer): Use window-buffer-height.
10266 1998-11-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
10268         * frame.el (initial-frame-alist): Add defcustom.
10270         * shell.el (shell-prompt-pattern): Add defcustom.
10272 1998-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10274         * message.el (message-ignored-supersedes-headers): Remove
10275         NNTP-Posting-Date.
10277 1998-11-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
10279         * help.el (describe-mode): Don't avoid loop indirecting thru
10280         value of INDICATOR.
10282 1998-11-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
10284         * help.el (describe-variable): Allow any variable with a defcustom,
10285         even if it is not a user variable.
10287         * mail/rmail.el (mail-unsent-separator): Additional alternative.
10289 1998-11-20  Andrew Innes  <andrewi@delysid.gnu.org>
10291         * gnus/nntp.el (nntp-request-group): Allow for failures when
10292         requesting a new group.
10294 1998-11-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
10296         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
10298 1998-11-19  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
10300         * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
10302 1998-11-19  Simon Marshall  <simon@gnu.org>
10304         * subr.el (with-temp-message): New macro.
10306         * emacs-lisp/lisp-mode.el (with-temp-message):
10307         Add lisp-indent-function property.
10309 1998-11-18  Dave Love  <fx@gnu.org>
10311         * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
10313 1998-11-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
10315         * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
10316         This is not obsolete.
10318 1998-11-18  Kenichi Handa  <handa@etl.go.jp>
10320         * textmodes/picture.el: Make a new map by make-keymap.
10321         (picture-desired-column): New variable.
10322         (picture-update-desired-column): New function.
10323         (picture-beginning-of-line): Set picture-desired-column to 0.
10324         (picture-end-of-line): Set picture-desired-column to the current
10325         column.
10326         (picture-forward-column): Pay attention to multi-column character.
10327         (picture-backward-column): Likewise.
10328         (picture-move-down): Likewise.
10329         (picture-move-up): Likewise.
10330         (picture-movement-nw): With prefix arg, move twice columns.
10331         (picture-movement-ne): Likewise.
10332         (picture-movement-sw): Likewise.
10333         (picture-movement-se): Likewise.
10334         (picture-set-motion): Handle two-column movements.
10335         (picture-move): Call picture-move-down or picture-forward-column
10336         only when necessary.
10337         (picture-insert): Pay attention to picture-desired-column.
10338         (picture-self-insert): Likewise.
10339         (picture-clear-column): Pay attention to multi-column character.
10340         (picture-mode): Modify doc-string for two-column movement.
10342         * rect.el (move-to-column-force): New function.
10343         (operate-on-rectangle): If coerce-tabs is non-nil, call
10344         move-to-column-force instead of move-to-column.
10345         (insert-rectangle): Call move-to-column-force instead of
10346         move-to-column.
10347         (open-rectangle-line): If begextra is not zero, call
10348         move-to-column-force.
10351 1998-11-16  Dave Love  <fx@gnu.org>
10353         * textmodes/sgml-mode.el Require skeleton when compiling.
10354         (sgml-font-lock-keywords-1): Accept single-letter tags.
10355         (v2): Defvar free variable.
10357 1998-11-16  Sam Steingold  <sds@goems.com>
10359         * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
10360         macro, not ELisp one.
10362 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
10364         * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
10365         characters to symbol.
10367         * language/japan-util.el (japanese-zenkaku-region): New optional
10368         arg KATAKANA-ONLY.
10370 1998-11-16  Kenichi Handa  <handa@etl.go.jp>
10372         * international/mule.el
10373         (after-insert-file-set-buffer-file-coding-system): If the buffer
10374         is changed to unibyte, return inserted bytes.
10376         * tar-mode.el (tar-header-block-tokenize): Decode codes of file
10377         and link names if necessary.
10378         (tar-header-block-summarize): Handle the case that file or link
10379         names are multibyte.
10380         (tar-summarize-buffer): At first set the current buffer unibyte,
10381         then if there are multibyte file names, change it to multibyte.
10382         (tar-mode): Get char position from tar-header-offset.
10383         (tar-extract): Avoid multibyte<->unibyte conversion in
10384         insert-buffer-subsring by setting both buffers unibyte
10385         temporarily.
10386         (tar-copy): Set the buffer unibyte while doing a work.  Write
10387         without code conversion.
10388         (tar-expunge): Set the buffer unibyte while doing a work.
10389         (tar-alter-one-field): Likewise.
10390         (tar-clear-modification-flags): Compare byte position with
10391         tar-header-offset.
10392         (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
10393         insert-buffer-subsring by setting both buffers unibyte
10394         temporarily.  Pay attention to multibyteness while updating the
10395         descriptor-line.
10396         (tar-mode-write-file): Write without code conversion.
10398 1998-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10400         * nngateway.el: Require cl.
10402 1998-11-15  Dave Love  <fx@gnu.org>
10404         * progmodes/fortran.el: Fix previous change:
10405         (fortran-end-prog-re1): Changed.
10406         (fortran-check-end-prog-re): New function.
10407         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
10409 1998-11-13  Tom Breton  <tob@world.std.com>
10411         * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
10412         GNU Emacs.
10414 1998-11-13  Carsten Dominik  <cd@delysid.gnu.org>
10416         * textmodes/reftex.el: (reftex-finding-files): Group documentation
10417         fixed.
10418         (reftex-toc-toggle-file-boundary,
10419         reftex-toc-toggle-labels,
10420         reftex-toc-toggle-context,reftex-find-start-point): New functions.
10421         (reftex-toc-include-labels, reftex-toc-include-context,
10422         reftex-toc-include-file-boundaries,
10423         reftex-toc-keep-other-windows): New options.
10424         (reftex-use-text-after-label-as-context): Option removed.
10425         (reftex-extract-bib-entries): Protect use in non-latex
10426         buffers.
10427         (reftex-toc-visit-location): Renamed from
10428         `reftex-toc-visit-line'.
10429         (reftex-latin1-to-ascii): Works now with and without Mule.
10430         (reftex-truncate): Removed special stuff for Emacs 20.2.
10431         (reftex-get-offset): Made more general.
10432         (reftex-show-label-location): Renamed from
10433         `reftex-select-label-callback'.
10434         (reftex-pop-to-label): Function removed (using
10435         `reftex-show-label-location' instead.
10436         (reftex-insert-docstruct): Renamed from
10437         `reftex-make-and-insert-label-list'.  Function args changed.
10438         (reftex-toc): Now uses `reftex-insert-docstruct' and
10439         `reftex-find-start-point'.
10440         (reftex-select-item): Use `reftex-find-start-point'.
10441         (reftex-toc-visit-line): Can display labels and file
10442         boundaries.
10443         (reftex-TeX-master-file): `(TeX-master-file)' protected.
10445 1998-11-12  Sam Steingold  <sds@goems.com>
10447         * browse-url.el (browse-url): Handle the case when
10448         `browse-url-browser-function' is a lambda list.
10450 1998-11-12  Eli Zaretskii  <eliz@mescaline.gnu.org>
10452         * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
10453         version string.
10454         * loadhist.el (symbol-file): Likewise
10456 1998-11-11  Richard Sharman  <Richard_Sharman@Mitel.COM>
10458         * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
10460 1998-11-11  Sam Steingold  <sds@goems.com>
10462         * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
10463         `run-lisp' instead of signalling an error.
10465 1998-11-11  Karl Heuer  <kwzh@gnu.org>
10467         * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
10469 1998-11-11  Richard Stallman  <rms@gnu.org>
10471         * vc-hooks.el (vc-toggle-read-only): Doc fix.
10473 1998-11-11  Per Starback  <starback@update.uu.se>
10475         * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
10476         renamed svenska8 to svenska, and fixed and extended CASECHARS
10477         for it.
10479 1998-11-11  Andrew Innes  <andrewi@delysid.gnu.org>
10481         * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
10482         handling if setpagedevice is not available.
10483         (ps-begin-file): Fix typo.
10485 1998-11-11  Kenichi Handa  <handa@etl.go.jp>
10487         * international/mule-util.el (compose-chars-component): Signal
10488         error if CH is a rule-based composition character.
10489         (compose-chars): Signal error if an already compsed character is
10490         going to be composed by rule-base.
10492         * term/x-win.el: If a resolved ASCII font name doesn't conform to
10493         full XLFD, don't try to get information of WEIGHT and SLANT from
10494         that font name.
10496 1998-11-10  Andrew Innes  <andrewi@harlequin.co.uk>
10498         * dos-w32.el (set-default-process-coding-system): Use function on
10499         before-init-hook to set default-process-coding-system based on
10500         enable-multibyte-characters.
10502         * term/w32-win.el ([language-change]): For now ignore
10503         keyboard language-change events.
10505 1998-11-10  Eli Zaretskii  <eliz@delysid.gnu.org>
10507         * ediff-util.el (ediff-make-temp-file): Run the prefix through
10508         convert-standard-file-name, but leave the results of
10509         make-temp-name unaltered.  For MS-DOS, truncate the prefix to 2
10510         characters if the original name already exists, or has a special
10511         handler.
10513 1998-11-10  Karl Heuer  <kwzh@gnu.org>
10515         * international/iso-insert.el: Delete autoload cookies.
10517         * international/iso-transl.el: Add autoload cookies.
10519 1998-11-10  Richard Stallman  <rms@gnu.org>
10521         * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
10522         (ispell-process-line): Don't treat multibyte
10524 1998-11-09  Andrew Innes  <andrewi@harlequin.co.uk>
10526         * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
10527         setpagedevice to specify the page size if setpagedevice is
10528         available.  This is necessary to select the correct paper tray on
10529         Level 2 printers with multiple paper sizes available.
10531         (ps-begin-file): Cope with font names that contain spaces, and
10532         call BeginDoc in a BeginSetup/EndSetup block.
10534 1998-11-08  Eli Zaretskii  <eliz@mescaline.gnu.org>
10536         * loadup.el (buffer-undo-list): Run fns-VERSION.el through
10537         convert-standard-filename.
10539         * loadhist.el (symbol-file): Run fns-VERSION.el through
10540         convert-standard-filename.
10542 1998-11-06  Richard Stallman  <rms@gnu.org>
10544         * textmodes/texinfmt.el (texinfo-format-scan):
10545         Detect the case of two @-commands in a row; process just the first.
10546         (texinfo-append-refill): If line has a @c, insert the @refill
10547         before it.
10548         (texinfo-format-refill): Return with point where the @refill was.
10550         * files.el (hack-local-variables): Test local-enable-local-variables.
10551         (hack-local-variables-prop-line): Likewise.
10552         (set-auto-mode): Don't test local-enable-local-variables here.
10553         (enable-local-variables): Doc fix.
10554         (local-enable-local-variables): Doc fix.
10555         (normal-mode): Doc fix.
10557 1998-11-06  Karl Heuer  <kwzh@gnu.org>
10559         * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
10561 1998-11-06  Richard Sharman  <Richard_Sharman@Mitel.COM>
10563         * simple.el (line-number-mode): Doc fix.
10565 1998-11-06  Kenichi Handa  <handa@etl.go.jp>
10567         * international/fontset.el (create-fontset-from-fontset-spec):
10568         Give correct arg to `error'.
10570 1998-11-06  Andreas Schwab  <schwab@delysid.gnu.org>
10572         * textmodes/sgml-mode.el (html-mode): Doc fix.
10573         (sgml-name-8bit-mode): Fix missing format character in message string.
10575 1998-11-05  Karl Heuer  <kwzh@gnu.org>
10577         * mail/sendmail.el (sendmail-send-it): Check for failure.
10579 1998-11-05  Richard Stallman  <rms@gnu.org>
10581         * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
10583         * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
10584         (close-rectangle): Define as alias.
10586 1998-11-05  Richard M. Heiberger  <rmh@fisher.stat.temple.edu>
10588         * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
10590 1998-11-05  Dave Love  <fx@gnu.org>
10592         * help.el (describe-variable): Don't quote link to source.
10594 1998-11-04  Richard Stallman  <rms@sucrose.ai.mit.edu>
10596         * gud.el (gud-common-init): Use pop-to-buffer.
10597         (same-window-regexps): Add an element that matches all gud buffers.
10599 1998-11-04  Jason Rumney  <jasonr@altavista.net>
10601         * term/w32-win.el (x-get-selection-value): Alias to
10602         x-cut-buffer-or-selection-value.
10603         (w32-standard-fontset-spec): New variable.
10604         (w32-create-initial-fontsets, mouse-set-font): Check whether
10605         new-fontset is available.
10606         (w32-use-w32-font-dialog): Enable use of set-variable.
10608 1998-11-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10610         * vc.el (with-vc-file, edit-vc-file): New macros.
10612 1998-11-04  Kenichi Handa  <handa@etl.go.jp>
10614         * international/quail.el (quail-show-guidance-buf): Call
10615         set-minibuffer-window to set minibuffer window of the current
10616         frame correctly.
10618 1998-11-03  Theodore Jump <tjump@tertius.com>
10620         * term/w32-win.el: Require fontset.
10622 1998-11-03  Andrew Innes  <andrewi@delysid.gnu.org>
10624         * faces.el (set-face-font): Call resolve-fontset-name on w32.
10625         (set-face-font-auto): Ditto.
10627 1998-11-03  Andreas Schwab  <schwab@delysid.gnu.org>
10629         * mouse.el (mouse-drag-region): Fix typo.
10631 1998-11-02  Dave Love  <fx@gnu.org>
10633         * progmodes/fortran.el Fix for fontification of strings lost somehow:
10634         (fortran-fontify-string): New function.
10635         (fortran-font-lock-keywords-1): Use it.
10637 1998-11-02  Markus Rost  <rost@delysid.gnu.org>
10639         * comint.el (comint-file-name-quote-list): Doc fix.
10641 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
10643         * loadup.el (buffer-undo-list): Write fns-VERSION.el into
10644         build directory, not source directory.
10646         * mouse.el (mouse-drag-region): Fake up a mouse-motion event
10647         if we did not get one for the final move.
10649 1998-11-01  Dave Love  <fx@gnu.org>
10651         * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
10652         Don't funcall browse-url-browser-function.
10654         * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
10655         Don't funcall browse-url-browser-function.
10657         * fortran.el (fortran-end-prog-re1): Fix the regexp.
10659 1998-11-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
10661         * files.el (revert-buffer): Doc fix.
10663 1998-10-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
10665         * textmodes/tex-mode.el (tex-start-options-string):
10666         Quote the backslashes with more backslashes.
10668 1998-10-31  Dave Love  <fx@gnu.org>
10670         * webjump.el (webjump-sample-sites): Fix Lisp archive site.
10671         (webjump): Don't funcall browse-url-browser-function.
10673 1998-10-30  Kenichi Handa  <handa@etl.go.jp>
10675         * international/quail.el (quail-start-translation): Handle
10676         switching of the frame in read-key-sequence.
10677         (quail-start-conversion): Likewise.
10678         (quail-show-guidance-buf): Detach quail-guidance-buf from any
10679         windows before setting an appropriate window for it.
10680         (quail-hide-guidance-buf): Use window-minibuffer-p.  Set
10681         quail-guidance-win to nil.
10682         (quail-update-guidance): If quail-guidance-buf is not in the
10683         selected frame, call quail-show-guidance-buf again.
10685 1998-10-30  Espen Skoglund  <espensk@stud.cs.uit.no>
10687         * progmodes/pascal.el (pascal-mode):
10688         `blink-matching-paren-dont-ignore-comments' set to t.
10690 1998-10-30  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10692         * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
10694 1998-10-30  Dave Love  <fx@gnu.org>
10696         * vc.el (vc-backend-merge-news): Check for "P" output.
10698         * help.el (describe-variable): Hyperlink the definition.
10700 1998-10-30  Andreas Schwab  <schwab@delysid.gnu.org>
10702         * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
10703         (sh-set-shell): Likewise.
10705         * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
10707         * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
10708         (edebug-on-error): Fix customize type to match that of
10709         debug-on-error.
10711         * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
10713         * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
10714         report-emacs-bug-address instead of undefined bug-gnu-emacs.
10716         * international/mule-cmds.el (select-message-coding-system): Doc
10717         fix.
10719         * international/mule-diag.el (describe-coding-system): Describe
10720         all flags.
10722         * mail/sendmail.el (sendmail-coding-system,
10723         default-sendmail-coding-system): Doc fix.
10725         * simple.el (shell-command-on-region): Doc fix.
10727         * loadup.el: Write fns-*.el in current directory instead of
10728         data-directory since no installation directory exists yet.  Mark
10729         buffer unmodified afterwards.
10731         * loadhist.el (symbol-file): Load fns-*.el from exec-directory
10732         instead of data-directory since it is architecture dependent.
10733         (load-history-loaded): Update doc string.
10735 1998-10-29  Geoff Voelker  <voelker@cs.washington.edu>
10737         * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
10738         path as a default directory when canonicalizing names.
10740         * w32-fns.el: Remove a dangling reference to a directory on the
10741         build machine.
10743 1998-10-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
10745         * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
10746         namespace related keywords such as `class', `body', `private',
10747         `variable', `namespace eval', etc.
10748         (tcl-imenu-generic-expression): Handle itcl body and class definitions.
10749         (tcl-mode): Added ":" as a word constituent to the syntax-alist of
10750         imenu and font-lock so that searches for \sw would find words
10751         containing colons.
10753         * progmodes/etags.el (initialize-new-tags-table):
10754         Do not alter find-tag-marker-ring and tags-location-ring.
10756 1998-10-27  Geoff Voelker  <voelker@cs.washington.edu>
10758         * term/w32-win.el: Require fontset.
10759         (w32-init-fontsets): New function (code from x-win.el).
10761 1998-10-26  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10763         * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
10764         calendar-and-diary-frame-parameters):  Add title parameter.
10766 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
10768         * completion.el (dynamic-completion-mode): New function to enable
10769         the mode.  (Just loading the file now does not change anything.)
10771 1998-10-26  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
10773         * ps-print.el: User option for multibyte buffer handling and doc fix.
10774         (ps-multibyte-buffer): New user option.
10775         (ps-setup): Print new user option.
10776         (ps-print-quote): New fun.
10777         (ps-color-p, ps-mule-font-info-database-latin): New var.
10778         (ps-default-color, ps-mule-font-info-database)
10779         (ps-mule-font-info-database-ps-bdf): Adjust initialization.
10780         (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
10781         (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
10782         Little code improvement.
10783         (ps-mule-initialize): Initialize ps-mule-font-info-database.
10784         (ps-print-prologue-header, ps-font-family, ps-font-size)
10785         (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
10786         (ps-build-face-reference, ps-mule-font-info-database-bdf)
10787         (ps-mule-external-libraries, ps-mule-init-external-library)
10788         (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
10789         Doc fix.
10790         (ps-print-version): New version number (4.1.1) and doc fix.
10791         (ps-print-prologue-header): New user option.
10792         (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
10793         Conditional compilation for GNU Emacs and emacsens.
10794         (ps-generate-postscript-with-faces): Skip invisible text better.
10795         (ps-setup): Print new user option.
10796         (ps-print-preprint): Check if input file name exists and is unwritable.
10797         (ps-begin-file): Adjust PostScript prologue header for duplex printers
10798         and insert user PostScript prologue header comments.
10799         (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
10800         New funs.
10801         (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
10802         (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
10803         PostScript programming normalization.
10804         (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
10805         (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
10806         (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
10807         (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
10808         (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
10809         Programming style normalization.
10811 1998-10-26  Kenichi Handa <handa@etl.go.jp>
10813         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
10814         version, check the value of mule-version.
10816         * international/mule-util.el (compose-region): Insert then delete
10817         to preserve markers.
10818         (decompose-region): Use search-forward for efficiency.
10820         * language/chinese.el (pre-write-encode-hz): Cancel previous
10821         change, use generate-new-buffer instead of get-buffer-create.
10822         * language/devan-util.el
10823         (in-is13194-devanagari-pre-write-conversion): Likewise.
10824         * language/thai-util.el (thai-pre-write-conversion): Likewise.
10825         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10826         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10828 1998-10-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
10830         * mail/rmailsum.el (rmail-message-subject-p):
10831         Handle message whose header has not been reformatted.
10833         * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
10835 1998-10-25  Jason Rumney  <jasonr@altavista.net>
10837         * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
10838         New variables.
10839         (mouse-set-font): Use font menus instead of dialog according to
10840         w32-use-w32-font-dialog.
10842 1998-10-21  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10844         * calendar/calendar.el (calendar-day-name-array): Add doc string
10845         correctly!
10846         (calendar-month-name-array): Add doc string correctly!
10848 1998-10-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
10850         * net-utils.el (whois-get-tld): Rewrite not to use `do'.
10852 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
10854         * lisp/info.el (Info-next-menu-item): Stay on top of node.
10856         * mail/rmailout.el (rmail-output): Insert newline only if necessary.
10858         * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
10860         * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
10862 1998-10-21  Andreas Schwab  <schwab@delysid.gnu.org>
10864         * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
10866 1998-10-21  Karl Heuer  <kwzh@gnu.org>
10868         * emacs-lisp/profile.el (profile-timer-program): Var deleted.
10869         (profile-timer-process, profile-temp-result-, profile-time): Likewise.
10870         (profile-filter, profile-reset-timer): Functions deleted.
10871         (profile-check-zero-init-times, profile-get-time): Likewise.
10872         (profile-find-function, profile-quit): Likewise.
10873         (profile-distinct, profile-call-stack, profile-last-time): New vars.
10874         (profile-time-list, profile-init-list): Doc fix.
10875         (profile-functions): Simplify.
10876         (profile-print): Use float.  Make output include space separators.
10877         (profile-add-time): New helper function.
10878         (profile-function-prolog): Renamed from profile-start-function.
10879         Handle profile-distinct.
10880         (profile-function-epilog): Renamed from profile-update-function.
10881         Handle profile-distinct.
10882         (profile-a-function): If the function to be profiled is an
10883         autoload form, load it.  If it's lazy-loaded, fetch it.
10884         (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
10885         (profile-restore-fun): Arg FUN is now a function symbol, as was
10886         documented, rather than a one-element list.
10887         (profile-finish): Call profile-restore-fun properly.
10889 1998-10-21  Kenichi Handa  <handa@etl.go.jp>
10891         * international/characters.el: Setup charset property
10892         nospace-between-words.
10894         * international/mule-cmds.el (get-charset-property): If CHARSET is
10895         composition, return nil.
10896         (put-charset-property): If CHARSET is composition, do nothing.
10898         * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
10899         * language/devan-util.el
10900         (in-is13194-devanagari-pre-write-conversion): Likewise.
10901         * language/thai-util.el (thai-pre-write-conversion): Likewise.
10902         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
10903         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
10905         * textmodes/fill.el (sentence-end-without-period): New variable.
10906         (canonically-space-region): Pay attention to
10907         sentence-end-without-period.
10908         (fill-find-break-point): The first argument CHARSET deleted.
10909         Caller changed.
10910         (fill-region-as-paragraph): Pay attention to charset property
10911         nospace-between-words and text property nospace-between-words.
10913 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
10915         * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
10916         an unrecognized shell.
10918 1998-10-20  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
10920         * desktop.el (desktop-save): Include minor modes symbolically.
10921         (desktop-create-buffer): Turn on all minor modes in `mim'.
10923 1998-10-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
10925         * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
10926         (sh-font-lock-keywords): Handle rpm and rpm2.
10927         (sh-ancestor-alist): Handle rpm.
10929         * files.el (auto-mode-alist): Recognize .rpm files.
10930         Also .spec and .mspec files.
10932 1998-10-20  Eli Zaretskii  <eliz@mescaline.gnu.org>
10934         * faces.el (frame-set-background-mode): Enable the function for
10935         MSDOS frames.
10937 1998-10-20  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10939         * calendar/calendar.el (calendar-day-name-array): Add doc string.
10940         (calendar-month-name-array): Add doc string.
10942 1998-10-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
10944         * simple.el (kill-ring-max): Increased to 60.
10946 1998-10-17  Kenichi Handa  <handa@etl.go.jp>
10948         * international/characters.el: Setup auto-fill-chars.
10950         * international/kinsoku.el (kinsoku): Check the variable
10951         enable-kinsoku.
10953         * simple.el (do-auto-fill): Don't check kinsoku-enable here.
10954         Don't call kinsoku directly, intead call fill-find-break-point.
10956         * textmodes/fill.el: Setup `fill-find-break-point-function'
10957         property to character sets which require `kinsoku' processing for
10958         filling.
10959         (fill-find-break-point): New function.
10960         (fill-region-as-paragraph): Don't check kinsoku-enable here.
10961         Don't call kinsoku directly, intead call fill-find-break-point.
10963 1998-10-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
10965         * faces.el (modify-face-read-string): Return (nil) for "none".
10966         (modify-face): Don't get error if (nil) is the argument.
10967         (face-try-color-list): Don't check whether nil is a valid color.
10969 1998-10-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
10971         * emacs-lisp/bytecomp.el (byte-recompile-directory):
10972         Print message about each directory, even in batch mode.
10974         * gnus/nntp.el: Require `cl' before using nnoo-declare.
10976         * ps-print.el (ps-mule-chars-in-string): No need to use sref.
10977         (ps-mule-string-char): No need to use sref.
10978         (ps-mule-next-index): No need to use sref.
10980         * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
10982         * files.el (revert-buffer-internal-hook): Add defvar.
10984         * arc-mode.el (archive-mode): Locally set file-precious-flag.
10986         * tar-mode.el (tar-mode): Locally set file-precious-flag.
10988 1998-10-16  Markus Rost  <rost@delysid.gnu.org>
10990         * international/mule-cmds.el (default-input-method): Fix custom type.
10992         * net-utils.el (whois-server-list): Fix customization type.
10994         * shell.el (shell-input-autoexpand): Fix customization group.
10996 1998-10-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
10998         * repeat.el (repeat): Handle keyboard macros properly.
10999         Handle new prefix arg after self-insert command.
11001         * repeat.el: Don't include cl even at compile time.
11002         (repeat): Avoid using `loop'.
11004         * simple.el (shell-command-on-region): Doc fix.
11005         (next-history-element): Special error message if no default.
11007 1998-10-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
11009         * ps-print.el (ps-print-buffer): Doc fix.
11010         (ps-despool): Likewise.
11012         * arc-mode.el (arc-mode): Provide arc-mode.
11014 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
11016         * ps-print.el (ps-print-buffer): Doc fix.
11018 1998-10-14  Dave Love  <fx@gnu.org>
11020         * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
11021         (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
11022         (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
11024         * progmodes/fortran.el (fortran-mode-map): Change "Join
11025         Continuation Line" to "Join Line".
11026         (fortran-font-lock-keywords-1): Add "cycle", "exit".
11028 1998-10-14  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
11030         * progmodes/fortran.el (fortran-join-line): Use
11031         `delete-indentation' instead of issuing an error message if not on
11032         a continuation line.  Provide for joining several lines using
11033         prefix arg.
11035 1998-10-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
11037         * term/pc-win.el (msdos-color-values): New variable.
11038         (x-color-values): New function, emulates its namesake from
11039         src/xfns.c.
11040         (msdos-bg-mode): Add all dark colors to those which return
11041         "dark".
11043 1998-10-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
11045         * replace.el (keep-lines, flush-lines, how-many):
11046         Don't ignore case if arg has upper case letters.
11048 1998-10-11  Reto Zimmermann  <zimmi@iis.ee.ethz.ch>
11050         * progmodes/vhdl-mode.el
11051         (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
11052         (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
11053         (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
11054         (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
11055         (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
11056         (vhdl-when): Fix indentation problem.
11057         (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
11058         (vhdl-get-port, vhdl-get-generic): Bug fix in template.
11059         (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
11061 1998-10-13  Geoff Voelker  <voelker@cs.washington.edu>
11063         * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
11064         (ls-lisp-insert-directory): Renamed from insert-directory.
11065         (insert-directory): New function.
11067 1998-10-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
11069         * simple.el (completion-fixup-function): Variable deleted.
11070         (completion-setup-function): Delete code for completion-fixup-function.
11071         * emacs-lisp/lisp.el (lisp-complete-symbol):
11072         Don't bind completion-fixup-function.
11074         * files.el (find-file-wildcards): New option.
11075         (find-file-noselect): Handle wild cards, if enabled.
11076         (file-expand-wildcards): New function.
11078         * simple.el (set-fill-column): Doc fix.
11080 1998-10-13  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11082         * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
11084 1998-10-13  Andreas Schwab  <schwab@mescaline.gnu.org>
11086         * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
11087         Move declaration before first use.
11088         (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
11089         hif-math, hif-factor): Rename token to hif-token and token-list to
11090         hif-token-list.
11091         (hif-token, hif-token-list): Declare them.
11092         (hif-find-ifdef-block): Return cons of top and bottom point
11093         instead of setting dynamically bound variables.
11094         (hide-ifdef-block, show-ifdef-block): Use return value of
11095         hif-find-ifdef-block.
11097 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
11099         * subr.el (read-passwd): Use clear-this-command-keys.
11101         * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
11103         * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
11104         and ...-for-write.
11106 1998-10-12  Andrew Innes  <andrewi@harlequin.co.uk>
11108         * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
11109         responses to GROUP command, since this may be called from a timer
11110         with quit inhibited.
11112 1998-10-12  Kenichi Handa  <handa@etl.go.jp>
11114         * international/ccl.el (ccl-compile-if): If there's no false-cmds,
11115         set unconditional-jump to nil.
11116         (ccl-compile-read-multibyte-character): Return nil.
11117         (ccl-compile-write-multibyte-character): Likewise.
11118         (ccl-compile-translate-character): Likewise
11119         (ccl-compile-map-multiple): Likewise.
11120         (ccl-compile-map-single): Likewise.
11122         * international/kinsoku.el: Add coding tag.
11123         (kinsoku-bol): Remove superfluous TAB in a string.
11125         * international/mule-cmds.el (find-coding-systems-for-charsets):
11126         Delete `composition' (if any) from CHARSETS.
11128 1998-10-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
11130         * international/mule-cmds.el (setup-specified-language-environment):
11131         Add apropos-inhibit property.
11132         (describe-specified-language-support): Likewise.
11134 1998-10-11  Kenichi HANDA  <handa@etl.go.jp>
11136         * international/mule.el (make-coding-system): Create -with-esc
11137         variant coding system.
11139 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
11141         * progmodes/etags.el (tags-loop-revert-buffers): New variable.
11142         (next-file): Optionally offer to revert a file's buffer,
11143         if it has an existing buffer but the file has changed.
11145         * info.el (Info-insert-dir): Detect and report problems
11146         in input files, such as "No Top node".  Return with point
11147         at the beginning of the text.
11148         (Info-find-node): Reinsert the code to handle files
11149         with no tags table; it was deleted by mistake.
11151 1998-10-11  Richard Stallman  <rms@sucrose.ai.mit.edu>
11153         * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
11154         texinfo-find-higher-level-node repeatedly find the same node.
11155         (texinfo-find-higher-level-node): Doc fix.
11157 1998-10-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
11159         * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
11160         (smtpmail-address-buffer): Add defvar.
11161         (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
11163         * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
11165         * ffap.el (ffap-machine-p-local): Fix editing error.
11167 1998-10-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
11169         * faces.el (frame-set-background-mode):
11170         Don't do anythung for text-only or MSDOS frame.
11172 1998-10-08  Kenichi Handa  <handa@etl.go.jp>
11174         * international/quail.el (quail-defrule): New optional arg APPEND.
11175         (quail-defrule-internal): Fix bug of handling the argument APPEND.
11177 1998-10-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
11179         * gnus/pop3.el (pop3-open-server):
11180         Set process-coding-system-alist around open-network-stream.
11182 1998-10-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
11184         * files.el (save-buffer): Doc fix.
11186 1998-10-07  Karl Heuer  <kwzh@gnu.org>
11188         * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
11189         return DEF unchanged, not nil.  Simplify.
11191 1998-10-06  Geoff Voelker  <voelker@cs.washington.edu>
11193         * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
11195 1998-10-06  Peter Breton  <pbreton@ne.mediaone.net>
11197         * generic.el (generic-mode-with-type): Added hooks for generic-modes.
11199         * net-utils.el (ftp, nslookup): Require comint.
11200         (network-service-connection): Likewise.
11201         (whois-server-name): Defaults to whois.arin.net
11202         (whois-server-list, whois-server-tld, whois-guess-server): New var.
11203         (whois): Tries to guess the appropriate top-level domain server.
11204         (whois-get-tld): New function.
11206         * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
11207         (dirtrack-debug-toggle): Added this function.
11209 1998-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11211         * files.el (find-file-noselect): Switch to the correct buffer
11212         before checking find-file-literally, and allow non-nil non-t
11213         rawfile params.
11215 1998-10-06  Karl Heuer  <kwzh@gnu.org>
11217         * midnight.el (clean-buffer-list): Add autoload cookie.
11219         * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
11220         no-autosave.
11221         * tar-mode.el (tar-mode-revert): Likewise.
11222         * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
11223         from ediff-arrange-autosave-in-merge-jobs.  Callers changed.
11224         * gnus/message.el (message-auto-save-directory): Renamed from
11225         message-autosave-directory.  All references changed.
11227 1998-10-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
11229         * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
11230         string.  Expose mime stuff while searching.
11232 1998-10-06  Richard Stallman  <rms@gnu.org>
11234         * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
11236         * replace.el (perform-replace): Position point properly
11237         before and after the recursive edit of C-r.
11239         * progmodes/etags.el (tags-reset-tags-tables): Properly
11240         find the markers in the old rings that are being discarded.
11242 1998-10-06  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11244         * apropos.el (apropos-print): Control invalid characters.
11246         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
11247         Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
11248         confusing customize.
11250 1998-10-06  Eli Zaretskii  <eliz@mescaline.gnu.org>
11252         * generic-x.el (bat-generic-mode): Fix regexps for keywords and
11253         built-in commands.  Add more built-in commands and fix face names.
11255 1998-10-05  Simon Marshall  <simon@gnu.org>
11257         * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
11259 1998-10-04  Eric Ludlam  <zappo@gnu.org>
11261         * speedbar.el (speedbar-initial-expansion-list-name): Remove
11262         customization since it is not useful in this case.
11263         (speedbar-frame-mode): Check if cfx or cfy is a list, and make
11264         sure it gets evalled to a number.  Also verify that set-frame-name
11265         fn exists before calling it.
11267         * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
11268         Protect a `forward-sexp' call which could fail, and improved regex
11269         for ie, and eg abbreviations.
11271 1998-10-02  Noah Friedman  <friedman@splode.com>
11273         * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
11274         send-string.
11275         (rlogin-send-Ctrl-D): Here also.
11276         (rlogin-send-Ctrl-Z): Here also.
11277         (rlogin-send-Ctrl-backslash): Here also.
11279 1998-10-02  Dave Love  <fx@gnu.org>
11281         * outline.el (hide-region-body): Bind
11282         outline-view-change-hook to nil while making repeated calls to
11283         outline-flag-region.  Run it once at the end.
11284         (hide-other, hide-sublevels, show-children): Likewise.
11286         * info-look.el: Remove duplicate scheme-mode entry.
11287         (info-lookup-make-completions): When looking for entries, check
11288         that `item' isn't null or "Menu".
11290 1998-10-01  Karl Heuer  <kwzh@gnu.org>
11292         * net-utils.el: Don't require ffap.
11293         (net-utils-machine-at-point, net-utils-url-at-point): New functions.
11294         (ping, nslookup-host, finger, network-connection-to-service): Use them.
11296 1998-09-30  Richard Stallman  <rms@gnu.org>
11298         * ispell.el (check-ispell-version): No need to bind default-major-mode.
11300         * imenu.el (imenu--generic-function): Sort each submenu by position.
11301         (imenu--sort-by-position): New function.
11303         * cus-edit.el (Custom-mode-menu): Fix info node name.
11304         (customize group): Fix info node name.
11306         * mail/mailalias.el (build-mail-aliases): Don't allow
11307         a newline in the alias name.  Don't define an alias
11308         if the definition would be empty.
11310         * which-func.el (which-func-mode-global): Make :set function
11311         more reliable.
11313         * custom.el (custom-set-variables): Load the requests first,
11314         then check the symbol's `set' function.
11316         * ffap.el: Doc fixes.
11318 1998-09-30  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11320         * gnus.el: (gnus-valid-select-methods): Fix type.
11321         * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
11322         * gnus-score.el (gnus-orphan-score): Fix type.
11323         (gnus-score-default-header, gnus-score-default-type): Fix type.
11324         * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
11325         (gnus-saved-headers): Fix type.
11327         * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
11328         Avoid nil value of `two-lines-citation-part'.
11330 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
11332         * which-func.el (which-function): Handle case when
11333         (car imenu--index-alist) is nil.
11335 1998-09-29  Dave Love  <fx@gnu.org>
11337         * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
11338         bzip2 args.
11340 1998-09-29  Simon Marshall  <simon@gnu.org>
11342         * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
11343         comint-exec-hook.
11345 1998-09-29  Stephen Eglen  <stephen@gnu.org>
11347         * info-look.el: Add support for Octave.
11349 1998-09-28  Carsten Dominik  <cd@delysid.gnu.org>
11351         * textmodes/reftex.el (reftex-finding-files): New customize group.
11352         (reftex-texpath-environment-variables,
11353         reftex-use-external-file-finders, reftex-external-file-finders,
11354         reftex-search-unrecursed-path-first): New options.
11355         (reftex-process-string, reftex-find-file-externally): New
11356         functions.
11357         (reftex-access-search-path): Execute shell commands to find the
11358         search path.
11359         (reftex-toggle-auto-view-crossref): When turning on, make sure
11360         `reftex-auto-view-crossref' becomes non-nil.
11361         (reftex-abbrev-regexp): Constant removed.
11362         (reftex-convert-string): Abbrev regexp calculated locally.
11364 1998-09-28  Dave Love  <fx@gnu.org>
11366         * progmodes/fortran.el: Don't call regexp-opt when deriving
11367         font-lock patterns with keywords that aren't all literal.
11369 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
11371         * octave-inf.el (inferior-octave-prompt):  Also match prompts of
11372         the form `octave.bin:1>' which come from using precopiled binary
11373         versions.
11375 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
11377         * help.el (help-for-help): Use %THIS-KEY%.
11378         (help-quit): Add doc.
11380         * help-macro.el (make-help-screen): Keep HELP-TEXT
11381         in a separate function definition, not in the help command FNAME.
11382         Replace %THIS-KEY% with the key sequence that ran FNAME.
11384 1998-09-25  Richard Stallman  <rms@gnu.org>
11386         * textmodes/texinfo.el (texinfo-show-structure):
11387         Bind inhibit-read-only.
11389         * isearch.el (isearch-search-and-update): Properly
11390         handle upper case letters in the reverse-search special case.
11392 1998-09-25  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11394         * gnus.el: Extend the list of autoloaded functions.
11396         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11397         buffer before creating help group. (from Gnus v5.6.43, fix by
11398         1998-08-20 Per Starback <starback@update.uu.se>)
11400         * gnus-util.el (gnus-output-to-rmail): Adjust to
11401         `rmail-output-to-rmail-file'.
11403 1998-09-25  Karl Heuer  <kwzh@gnu.org>
11405         * hexl.el (hexl-mode-map): More of previous change.
11407         * textmodes/tex-mode.el (tex-run-command): Doc fix.
11408         (tex-start-tex): Don't use tex-start-options-string in star case.
11409         Quote file name in star case as well as in non-star.
11410         Add blank and quoting of option string here.
11411         (tex-start-options-string): Not here.
11413 1998-09-23  Karl Heuer  <kwzh@gnu.org>
11415         * term.el (term-delimiter-argument-list): Doc fix.
11416         (term-emulate-terminal): Escape literal semicolon.
11417         * progmodes/asm-mode.el (asm-mode): Doc fix.
11418         (asm-comment-char): Escape literal semicolon.
11419         * emulation/viper-cmd.el (viper-movement-commands): Likewise.
11421 1998-09-23  Richard Stallman  <rms@gnu.org>
11423         * hexl.el (hexl-mode-map): Don't override all ESC bindings,
11424         only those that normally modify the buffer.
11426         * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
11427         over again.
11429 1998-09-23  E. Jay Berkenbilt  <ejb@ql.org>
11431         * ispell.el (check-ispell-version): Ensure same buffer is current
11432         when let-binding of case-fold-search ends.
11434 1998-09-23  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11436         * ps-print.el: Skip invisible overlay.
11437         Test for set-buffer-multibyte rather than using mule-version.
11438         (ps-print-version): New version number (4.1) and doc fix.
11439         (ps-generate-postscript-with-faces): Skip invisible overlay.
11441 1998-09-23  Fritz Knabe  <knabe@cs.virginia.edu>
11443         * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
11445 1998-09-22  Kenichi Handa  <handa@etl.go.jp>
11447         * international/quail.el (quail-update-guidance): Check for the
11448         return value of (quail-guidance) fixed.
11449         (quail-update-translation): Bind quail-current-str locally when it
11450         calls quail-update-guidance.
11451         (quail-update-translation): If input-method-exit-on-first-char is
11452         non-nil, terminate translation only when the current input method
11453         is simple.
11455 1998-09-22  Paul Eggert  <eggert@twinsun.com>
11457         * startup.el (locale-translation-file-name): Prefer X-related names
11458         to the name used by GNU/Linux sans X.  Set to nil if no file found.
11459         (command-line): Use locale-translation-file-name if it is not nil,
11460         instead of testing for its existence again.
11461         regexp-quote the ctype before using it in a regexp.
11462         Allow a colon to appear after the ctype in the aliases file,
11463         as is done in X11R6.4.
11465 1998-09-21  Richard Stallman  <rms@gnu.org>
11467         * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
11469         * calendar/appt.el (appt-interval): Variable deleted.
11470         (appt-check): For minutes in between appt-display-interval times,
11471         do check, but don't display anything except an updated mode line.
11472         Count against appt-display-interval based on minutes since
11473         first display of this appointment, not based on time of day.
11474         If appt-display-mode-line, force mode line redisplay
11475         whenever appt-mode-string has changed.
11476         (appt-add, appt-delete): Add autoload cookies.
11477         (appt-check): Catch errors from calling `diary'.
11478         (appt-max-time): Renamed from max-time.
11479         (appt-now-displayed, appt-display-count): New variables.
11480         (appt-timer): Don't create one if we already have one.
11482         * textmodes/tex-mode.el (tex-compilation-parse-errors):
11483         More general code to use the source buffer instead of the zap file.
11485         * hilit-chg.el (highlight-compare-with-file): Renamed from
11486         compare-with-file.
11488         * loadhist.el (load-history-loaded): New variable.
11489         (symbol-file): Load etc/fns-VERSION.el if that has not been done.
11491         * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
11493         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11494         Fix error messages.
11496 1998-09-21  Markus Armbruster  <armbru@pond.sub.org>
11498         * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
11499         Emacs frame.
11501 1998-09-21  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11503         * mail/rmail.el (rmail-decode-babyl-format): Recognize both
11504         `undecided' and `undecided-unix'.
11506 1998-09-21  Dave Love  <fx@gnu.org>
11508         * help.el (help-make-xrefs): Fix typo affecting Info references.
11510         * subr.el (remove-hook): Check list values to avoid errors.
11512 1998-09-18  Noah Friedman  <friedman@splode.com>
11514         * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
11515         store string in eldoc-last-message without consing a new string.
11516         Rearrange logic from nested if's into cond's.
11517         (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
11518         Do not print message; just return string.
11519         (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
11520         Do not print message; just return string.
11521         Cache that string in eldoc-last-data.
11522         (eldoc-last-data): Make into a vector.
11523         (eldoc-get-fnsym-args-string): Use new data form of structure.
11524         (eldoc-get-var-docstring): Here also.
11525         (eldoc-last-data-store): New function.
11526         (eldoc-get-fnsym-args-string): Use it.
11527         (eldoc-get-var-docstring): Here also.
11528         (eldoc-docstring-first-line): Minimize interim string consing.
11529         Call substitute-command-keys on the result.
11530         (eldoc-print-var-docstrings, eldoc-print-docstring,
11531         eldoc-docstring-message): Functions removed.
11532         (eldoc-docstring-format-sym-doc): New function, functionality
11533         ripped out of eldoc-docstring-message.
11534         (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
11536 1998-09-18  Kenichi Handa  <handa@etl.go.jp>
11538         * international/mule.el (make-coding-system): Doc-string modified.
11540 1998-09-18  Andreas Schwab  <schwab@delysid.gnu.org>
11542         * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
11544         * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
11545         customize type.
11547         * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
11548         type.
11550         * progmodes/compile.el (compilation-error-screen-columns): New
11551         variable.
11552         (compilation-next-error-locus): Use it to decide whether to use
11553         forward-char or move-to-column.
11555         * mail/rmail.el (rmail-movemail-program): Fix customize type.
11557         * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
11558         feedmail-fiddle-plex-user-list,
11559         feedmail-spray-address-fiddle-plex-list,
11560         feedmail-prompt-before-queue-user-alist,
11561         feedmail-prompt-before-queue-help-supplement,
11562         feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
11563         feedmail-queue-alternative-mail-header-separator): Fix customize
11564         type.
11566         * startup.el (site-run-file): Fix customize type.
11568         * speedbar.el (speedbar-initial-expansion-list-name): Fix
11569         customize type.
11571         * shell.el (shell-input-autoexpand): Fix customize type.
11573         * ps-print.el (ps-font-info-database): Add missing dots in value.
11574         Improve layout of customize type.
11576         * net-utils.el (traceroute-program-options, ping-program-options,
11577         ipconfig-program-options, netstat-program-options,
11578         arp-program-options, route-program-options,
11579         nslookup-program-options, ftp-program-options): Fix customize
11580         type.
11582         * midnight.el (clean-buffer-list-kill-regexps,
11583         clean-buffer-list-kill-buffer-names,
11584         clean-buffer-list-kill-never-buffer-names,
11585         clean-buffer-list-kill-never-regexps): Fix customize type.
11587         * man.el (Man-init-defvars): Avoid trailing nil on
11588         Man-filter-list.
11590         * lpr.el (printer-name): Fix customize type.
11592 1998-09-16  Kenichi Handa  <handa@etl.go.jp>
11594         * international/mule-cmds.el (reset-language-environment): Call
11595         update-coding-systems-internal.
11597         * international/mule-conf.el: Call update-coding-systems-internal
11598         at the tail.
11600 1998-09-14  Dave Love  <fx@gnu.org>
11602         * vc-hooks.el (vc-menu-map): Change the vc-directory label.  Don't
11603         use the menu-enable properties, pending doing it correctly and
11604         acceptably fast.
11606         * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
11608 1998-09-13  Dave Love  <d.love@dl.ac.uk>
11610         * progmodes/hideshow.el (hs-grok-mode-type): Check
11611         comment-{start,end} non-nil as well as bound.  Report an error if
11612         we can't grok the mode.
11614 1998-09-13  Richard Stallman  <rms@gnu.org>
11616         * simple.el (blink-matching-open): Don't log paren matching
11617         messages in *Messages*.
11619 1998-09-12  Richard Stallman  <rms@gnu.org>
11621         * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
11622         Set point-before-scroll at end even if there was an error.
11624         * ange-ftp.el (ange-ftp-insert-file-contents):
11625         Use binary mode for dumb-unix hosts as for unix hosts.
11626         (ange-ftp-copy-file-internal): Likewise.
11628         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11630         * emacs-lisp/pp.el: Doc fixes.
11632         * wid-edit.el (widget-menu-max-shortcuts): New variable.
11633         (widget-choose): Don't use single-char shortcuts if # items
11634         exceeds that many.  Use minibuffer instead.
11636 1998-09-12  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11638         * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
11640 1998-09-12  Eric Ludlam  <zappo@mescaline.gnu.org>
11642         * speedbar.el (speedbar-frame-mode): Do not set frame position if
11643         in terminal mode.
11645 1998-09-10  Noah Friedman  <friedman@splode.com>
11647         * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
11648         defcustom declaration.  It's wreaking too much havoc with XEmacs
11649         and older versions of Emacs, which share this code.
11651         * type-break.el (type-break-mode): Here also.
11653         * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
11654         `t' to add-hook also to modify the new local value.
11656 1998-09-10  Dave Love  <fx@gnu.org>
11658         * vc.el (vc-insert-headers): Doc fix.
11660 1998-09-10  Richard Stallman  <rms@gnu.org>
11662         * textmodes/flyspell.el (flyspell-mode-on): Make the
11663         ispell-... variables permanent locals.
11664         (flyspell-mode-off): Add autoload cookie.
11666         * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
11667         do use binary mode, just as for `unix'.
11668         (ange-ftp-host-type): If HOST is nil, return `unix'.
11670         * dired.el (dired-mark-files-containing-regexp):
11671         Don't scan directories.  Ignore non-readable files.
11673         * progmodes/compile.el (compilation-error-regexp-alist):
11674         Fix previous change: allow . and _ in command name.
11676         * dired.el (dired-mark-files-containing-regexp): Fix previous change.
11678         * uncompress.el (uncompress-while-visiting):
11679         Use just the car of what find-operation-coding-system returns.
11681         * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
11683         * shell.el (shell-file-name-quote-list): Add # to the value.
11685 1998-09-10  E. Jay Berkenbilt  <ejb@ql.org>
11687         * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
11688         to make killing of ispell process work even if
11689         kill-all-local-variables has been run.
11691 1998-09-10  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11693         * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
11694         loop when sexp entry ends at end of file with no newline.
11696 1998-09-10  Markus Rost  <markus.rost@mathematik.uni-regensburg.de>
11698         * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
11699         (Custom-reset-standard): Fix menu inconsistency.
11701         * mail/feedmail.el (feedmail-from-line): Allow t.
11702         (feedmail-message-id-suffix): Allow nil.
11704         * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11705         Simplify.  Make prefix arg work right.
11707 1998-09-09  Dave Love  <fx@gnu.org>
11709         * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
11711         * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
11713 1998-09-08  Dave Love  <fx@gnu.org>
11715         * add-log.el (change-log-font-lock-keywords): Do parenthesized
11716         stuff only after file names or at start of line.  Allow parens
11717         around e-mail, as well as angles.
11719         * gnus/nnweb.el (require): Wrap requirement of w3 and url in
11720         ignore-errors too, eval'd when compile.  Require w3 stuff at load
11721         time for nicer failure if it's not available.
11723 1998-09-07  Geoff Voelker  <voelker@cs.washington.edu>
11725         * comint.el (comint-arguments): Ignore backslashes when using
11726         w32 shells that expect backslashes as the directory separator.
11728 1998-09-04  Kenichi Handa  <handa@etl.go.jp>
11730         * international/fontset.el (resolved-ascii-font): New variable.
11731         (x-complement-fontset-spec): By side effect, set
11732         `resolved-ascii-font' to the resolved name of ASCII font."
11733         (create-fontset-from-fontset-spec): Don't get a value for
11734         resolved-ascii-font from the list full-fontlist.  It is set by
11735         x-complement-fontset-spec now.
11737         * ps-print.el: To make it work also on Emacs 20.2 and the earlier
11738         version, check the value of mule-version.
11740 1998-09-07  Carsten Dominik  <cd@delysid.gnu.org>
11742         * textmodes/reftex.el (reftex-view-crossref): Split up into
11743         several functions.  No longer moves to find a macro.
11744         (reftex-view-cr-cite, reftex-view-cr-ref,
11745         reftex-end-of-bib-entry): New functions.
11746         (reftex-auto-view-crossref): New value `window' allowed.
11747         (reftex-view-crossref-when-idle): Process new `window' option in
11748         (reftex-translate-to-ascii-function): New default.
11749         (reftex-label-illegal-re): Default changed, removed Latin1.
11750         (reftex-latin1-to-ascii): New function.
11751         (reftex-what-environment): Check for section regexp before use.
11752         (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
11753         absolute path names.
11754         (reftex-TeX-master-file): Changed sequence of file checks.
11755         (reftex-do-citation): bibview cache only with RefTeX mode on.
11757 1998-09-06  Richard Stallman  <rms@gnu.org>
11759         * progmodes/compile.el (compilation-error-regexp-alist):
11760         In first pattern (GNU utilities and other things),
11761         allow a space after the optional program name at the beginning.
11763         * mail/mail-hist.el (mail-hist-current-header-contents):
11764         Fix previous change: use mail-header-end.
11766 1998-09-06  Bill Richter  <richter@math.nwu.edu>
11768         * international/ccl.el: Doc fixes.
11769         * international/encoded-kb.el: Doc fixes.
11770         * international/fontset.el: Doc fixes.
11771         * international/kinsoku.el: Doc fixes.
11772         * international/kkc.el: Doc fixes.
11773         * international/mule-cmds.el: Doc fixes.
11774         * international/mule-conf.el: Doc fixes.
11775         * international/mule-util.el: Doc fixes.
11776         * international/mule.el: Doc fixes.
11778 1998-09-05  Eric Ludlam  <zappo@gnu.org>
11780         * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
11781         (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
11782         (checkdoc-this-string-valid-engine): Permit ? as terminating
11783         punctuation for first line sentence breaking.
11784         (checkdoc-this-string-valid): When converting a comment into a doc
11785         string, make sure " chars are \".
11786         (checkdoc-sentencespace-region-engine): Only do double space check
11787         if based on the variable `sentence-end-double-space'
11788         (checkdoc-this-string-valid-engine): ? ends valid sentence.
11789         (checkdoc-proper-noun-region-engine): Exclude items in URLs
11791 1998-09-04  Richard Stallman  <rms@gnu.org>
11793         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11794         Recognize define-skeleton as a function definer.
11796         * cus-edit.el (customize-option): Refuse to customize
11797         a variable that has no defcustom.  But if variable is autoloaded,
11798         first try to load the library that defines it.
11800         * international/iso-insert.el: Use `string' before calling `insert'
11801         so that in multibyte buffers we insert multibyte chars.
11803         * dired.el (dired-mark-files-containing-regexp):
11804         Don't use find-file; instead, insert the file in a temp buffer.
11806         * textmodes/tex-mode.el (tex-start-options-string): New option.
11807         (tex-start-tex): Use that variable.
11809         * mail/rmail.el (rmail-primary-inbox-list): Make the initial
11810         value in the `repeat' alternative a list.
11812         * textmodes/fill.el (fill-individual-paragraphs): Before deleting
11813         the inserted newline, verify that one was really inserted.
11815         * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
11816         remains on or remains off.
11817         (flyspell-multi-language-p): Default changed to nil.
11819         * progmodes/ada-mode.el (ada-search-ignore-string-comment):
11820         In "found in comment" case, don't beginning-of-line after forward-line.
11822         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
11823         If the function definition is not a lambda, return original FORM
11824         with no error.
11826 1998-09-04  Peter Breton  <pbreton@ne.mediaone.net>
11828         * net-utils.el (netstat-program-options): Changed from nil to "-a"
11829         so that by default netstat shows all network connections.
11831 1998-09-04  Bob Weiner  <weiner@altrasoft.com>
11833         * international/quail.el: Doc fixes.
11835         * info.el (info): Don't add parens if FILE already has them.
11837 1998-09-04  Geoff Voelker  <voelker@cs.washington.edu>
11839         * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
11840         on extension lines.
11842 1998-09-03  Geoff Voelker  <voelker@cs.washington.edu>
11844         * w32-fns.el (w32-shell-dos-semantics): New function.
11846 1998-09-03  Bill Richter  <richter@brouwer.math.nwu.edu>
11848         * international/quail.el (quail-choose-completion-string): Store
11849         completion `choice' in `quail-current-str'; don't insert it.
11851 1998-09-02  Kenichi Handa  <handa@etl.go.jp>
11853         * bdf.el (bdf-generate-font): New argument CHARSET.  Give WIDTH
11854         argument to ps-mule-generate-bitmap-font.
11856         * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
11857         entry and change Latin-1 entry in the default value.
11858         (ps-mule-font-info-database-ps-bdf): New variable.
11859         (ccl-encode-ethio-unicode): Bug of CCL code fixed.
11860         (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
11861         registerd in FONT-SPEC.
11862         (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
11863         charcter width of bitmap fonts.
11864         (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
11865         procedure NF.
11866         (ps-begin-file): Output PostScript code for setting
11867         SpaceWidthRatio.
11868         (ps-plot-region): Use line-beginning-position to get a position of
11869         the beginning of the current line.
11871         * international/mule-cmds.el (register-input-method): Doc-string
11872         modified.
11874 1998-09-01  Dave Love  <fx@gnu.org>
11876         * international/mule-cmds.el (current-language-environment): Fix
11877         setter function.
11879 1998-09-01  Simon Marshall  <simon@gnu.org>
11881         * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
11882         (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
11883         ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
11884         names with font-lock-type-face.  Fontify type specs, etc., with
11885         font-lock-keyword-face.
11887 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
11889         * international/fontset.el (x-complement-fontset-spec): If ASCII
11890         font is specified in FONTLIST, don't substitute it for the
11891         resolved name.
11893 1998-08-31  Paul Eggert  <eggert@twinsun.com>
11895         * international/mule.el (charset-description): Doc fix.
11897         * language/chinese.el, language/cyrillic.el, language/czech.el,
11898         language/devanagari.el, language/ethiopic.el,
11899         language/european.el, language/hebrew.el, language/indian.el,
11900         language/japanese.el, language/korean.el, language/lao.el,
11901         language/slovak.el, language/thai.el, language/tibetan.el,
11902         language/vietnamese.el:
11903         Add coding: local variable, to avoid bootstrapping problem
11904         if you need to recompile all the Lisp files using interpreted code.
11906 1998-08-29  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11908         * cal-china.el (chinese-year-cache): Change range of years from
11909         1989-2000 to 1990-2010.
11911 1998-08-29  Dave Love  <d.love@dl.ac.uk>
11913         * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
11914         (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
11916 1998-08-28  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
11918         * ps-print.el (ps-print-control-characters): Doc-string modified.
11919         (ps-output-string-prim): Comment format changed.
11920         (ps-do-despool): Indentation of source code changed.
11922 1998-08-28  Kenichi Handa  <handa@etl.go.jp>
11924         * subr.el (sref): Make it an alias of aref.  Make the
11925         byte-compiler warn that it is obsolete.
11926         (char-bytes): Make the byte-compiler warn that it is obsolete.
11928         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
11929         Calculate the total bytes using position-bytes instead of
11930         char-bytes.
11932 1998-08-27  Karl Heuer  <kwzh@gnu.org>
11934         * snmp-mode.el: New file.
11935         * files.el (auto-mode-alist): Add snmp-mode patterns.
11937 1998-08-27  Karl Eichwalder  <ke@suse.de>
11939         * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
11941 1998-08-27  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
11943         * calendar/diary-lib.el (diary-block): Doc fix..
11944         * calendar/calendar.el (diary-list-include-blanks): Doc fix..
11946 1998-08-27  Richard Stallman  <rms@gnu.org>
11948         * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
11949         * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
11950         Clear appt-mode-string if we don't put something in it.
11952 1998-08-27  Dave Love  <fx@gnu.org>
11954         * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
11955         dired-local-variables-file for dired-x.
11957         * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
11958         for compressed library files too.
11960 1998-08-26  Kenichi Handa  <handa@etl.go.jp>
11962         * language/european.el ("Latin-1"): Modify `documentation' key value.
11963         ("Latin-2"): Likewise.
11965 1998-08-26  Karl Heuer  <kwzh@gnu.org>
11967         * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
11969 1998-08-26  Albert L. Ting  <alt@artisan.com>
11971         * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
11972         (mail-hist-current-header-contents): Use mail-text-start.
11974 1998-08-26  Richard Stallman  <rms@gnu.org>
11976         * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
11977         (customize-changed-options-previous-release): New variable.
11978         (customize-changed-options): Use that variable as default arg.
11980 1998-08-26  Karl Eichwalder  <ke@suse.de>
11982         * midnight.el: Require `timer' not only when compiling.
11984 1998-08-26  Per Starback  <starback@update.uu.se>
11986         * gnus/gnus-start.el (gnus-check-first-time-used): Change current
11987         buffer before creating help group.
11989 1998-08-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11991         * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
11992         coding-system-for-write before saving.
11994 1998-08-26  Kevin Rodgers <kevinr@ihs.com>
11996         * isearch.el (isearch-forward): Doc fix.
11998 1998-08-26  Andreas Schwab  <schwab@delysid.gnu.org>
12000         * emacs-lisp/find-func.el: Fix :version tags to have a string
12001         value, not a float.
12003         * cus-dep.el: Fix typo in output.
12005 1998-08-25  Dave Love  <fx@gnu.org>
12007         * repeat.el (repeat): Doc fix.
12008         [From rms:]
12009         (repeat-previous-repeated-command): New variable.
12010         (repeat): Check for real-last-command being null or repeat.  Set
12011         repeat-previous-repeated-command.
12013         * browse-url.el (browse-url-netscape): Fix format for hex escapes.
12015 1998-08-25  Kenichi Handa  <handa@etl.go.jp>
12017         * gnus/message.el (message-send-mail-with-sendmail): Bind
12018         coding-system-for-write by the return value of
12019         select-message-coding-system.
12020         (message-send-mail-with-qmail): Likewise.
12022 1998-08-24  Andreas Schwab  <schwab@delysid.gnu.org>
12024         * emacs-lisp/autoload.el: Fix doc-string-elt property on
12025         define-derived-mode.
12027         * files.el (file-name-invalid-regexp):
12028         Fix regex for ms-dos without long file names.
12030 1998-08-24  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
12032         * ps-print.el: Multi-byte buffer handling.
12033         (ps-print-version): New version number (4.0) and doc fix.
12034         (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
12035         compilation for GNU Emacs and emacsens.
12036         (ps-generate-postscript-with-faces): Force invisible text to be
12037         visible.
12038         (dos-ps-printer): New var to avoid compilation gripes.
12040 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
12042         * ps-print.el (ps-mule-plot-string): Pay attention to the case
12043         that no more characters can't be printed in the current line.
12045 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
12047         * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
12048         greater than TO.
12050 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
12052         * ps-print.el: Add codes to make ps-print.el work also on Emacs
12053         20.2 and the earlier version.
12054         (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
12055         (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
12056         (ps-mule-find-wrappoint): Likewise.
12057         (ps-mule-generate-font): Change `X' to `x' in format
12058         control-string.
12059         (ps-generate): Call ps-mule-begin before calling ps-begin-job.
12060         (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
12061         `restore' form procedures `BC' and `EC'.
12063 1998-08-24  Kenichi Handa  <handa@etl.go.jp>
12065         * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
12066         is an executable procedure.  Make LineThickness, Xshadow, and
12067         Yshadow relative to FontHeight.  Set SpaceWidth in BeginDoc.
12068         (ps-mule-font-info-database, ps-mule-font-info-database-ps,
12069         ps-mule-font-info-database-bdf): New vars.
12070         (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
12071         (ccl-encode-ethio-unicode): New CCL program.
12072         (ps-mule-encode-ethiopic): New fun.
12073         (ps-mule-current-charset): New var.
12074         (ps-mule-get-font-spec, ps-mule-font-spec-src,
12075         ps-mule-font-spec-name, ps-mule-font-spec-encoding,
12076         ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
12077         (ps-mule-external-libraries): New var.
12078         (ps-mule-init-external-library): New fun.
12079         (ps-mule-font-cache): New var.
12080         (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
12081         (ps-last-font): New var.
12082         (ps-mule-prepare-font): New fun.
12083         (ps-mule-charset-list): New var.
12084         (ps-mule-prologue-generated, ps-mule-prologue): New vars.
12085         (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
12086         ps-mule-plot-string): New funs.
12087         (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
12088         New vars.
12089         (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
12090         ps-mule-prepare-cmpchar-font): New funs.
12091         (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
12092         vars.
12093         (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
12094         ps-mule-generate-bitmap-glyph): New funs.
12095         (ps-mule-initialize, ps-mule-begin): New funs.
12096         (ps-output-string-prim): Insert string as unibyte.
12097         (ps-output-prologue): New fun.
12098         (ps-flush-output): Handle the case of 'prologue.
12099         (ps-begin-file): Call ps-mule-initialize.
12100         (ps-begin-job): Set ps-control-or-escape-regexp differently if
12101         printing multibyte characters.
12102         (ps-begin-page): Set ps-mule-current-charset to 'ascii.
12103         (ps-basic-plot-string): Handle the case of printing ASCII
12104         characters by external libraries (e.g. BDF).
12105         (ps-set-font): Set ps-last-font.
12106         (ps-plot-region): Handle multibyte characters, use
12107         ps-mule-plot-string for them.
12108         (ps-generate): Set the spool buffer unibyte.  Call ps-mule-begin.
12110         * bdf.el: New file.
12112 1998-08-23  Kenichi HANDA  <handa@etl.go.jp>
12114         * international/mule-cmds.el (select-message-coding-system): New
12115         function.
12116         (set-language-environment-coding-systems): Set
12117         default-sendmail-coding-system.
12119         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
12120         (default-sendmail-coding-system): New variable.
12121         (sendmail-send-it): Encode the message by a coding system
12122         select-message-coding-system returns.
12124 1998-08-23  Eric Ludlam  <zappo@gnu.org>
12126         * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
12127         (speedbar-mode): Set buffer to read only.
12128         (speedbar-temp-buffer-show-function): For emacs don't call hook
12129         with arguments.
12130         (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
12132 1998-08-19  Dan Nicolaescu  <done@ece.arizona.edu>
12134         * speedbar.el (speedbar-key-map): Fix typo.
12136 See ChangeLog.7 for earlier changes.