Merge from emacs--rel--22
[emacs.git] / lisp / ChangeLog.7
blobf933402f3c776c2c254a42affd5229b6ff09a55b
1 1998-08-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
3         * Version 20.3 released.
5         * language/romanian.el ("Romanian"): Specify the tutorial file.
7 1998-08-18  Per Starbäck  <starback@update.uu.se>
9         * language/european.el (setup-latin2-environment): Fix typo.
10         (iso-latin-1): Doc fix.
12 1998-08-18  Eric Ludlam  <zappo@mescaline.gnu.org>
14         * speedbar.el (speedbar-timer-fn): Disable updating if the frame
15         is an icon, or if the user is using the minibuffer.
16         (speedbar-key-map): Added Q binding to destroy the frame.
17         (speedbar-easymenu-definition-trailer): Added Quit item.
18         (speedbar-frame-mode): Set the frame position at creation time.
19         (speedbar-file-unshown-regexp): Added .# lock files.
21 1998-08-18  Kenichi Handa  <handa@etl.go.jp>
23         * language/cyrillic.el (cyrillic-koi8): Fix the value of
24         `valid-code' property.
25         (cyrillic-alternativnyj): Likewise.
26         (cyrillic-alternativnyj-encode-table): Fix the initial value.
28         * language/vietnamese.el (vietnamese-viscii): Fix the value of
29         `valid-code' property.
30         (vietnamese-vscii): Likewise.
32 1998-08-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
34         * subr.el (read-quoted-char): Don't bind input-method-function;
35         instead, pass the new args to read-event.
37         * isearch.el (search-whitespace-regexp): Doc fix.
39         * ange-ftp.el (ange-ftp-file-name-sans-versions): Don't return
40         the shortened version of the file name.
42 1998-08-18  Kenichi Handa  <handa@etl.go.jp>
44         * language/european.el: Give proper value of `input-method' key to
45         all lang. env.
47         * international/mule-cmds.el (activate-input-method): Handle the
48         case that the arg INPUT-METHOD is nil correctly.
49         (read-multilingual-string): Activate the specified input method
50         before calling read-string.  Afterward, activate the original
51         input method.
53 1998-08-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
55         * midnight.el (midnight-hook): Initialize to a list.
57 1998-08-17  Kenichi Handa  <handa@etl.go.jp>
59         * international/mule-cmds.el (set-language-environment): Reset
60         syntax and case table to the defaults if the value of
61         unibyte-syntax key is nil.
63 1998-08-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
65         * mail/rmailout.el (rmail-output): Always preserve MIME-Version field,
66         even if it was pruned.
68 1998-08-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
70         * info.el (Info-follow-reference): Nice error msg if there was no arg.
72 1998-08-14  Michael Ernst  <mernst@alum.mit.edu>
74         * comint.el (comint-postoutput-scroll-to-bottom): Cope with unset
75         comint-last-output-start marker.
77 1998-08-15  Kenichi HANDA  <handa@etl.go.jp>
79         * international/kkc.el (kkc-help): New function.
80         (kkc-keymap): Use sparse keymap.  Add key binding for kkc-help.
82         * international/mule.el (set-selection-coding-system): Make it
83         interactive.
84         (last-next-selection-coding-system): New variable.
85         (set-next-selection-coding-system): New function.
87         * international/mule-cmds.el (language-info-alist): Doc-string
88         modified.
89         (set-language-info-alist): Fix typo in doc-string.  Update
90         setup-language-environment-map unconditionally.
91         (mule-keymap): Key bindings for set-selection-coding-system and
92         set-next-selection-coding-system.
93         (set-coding-system-map): Add items of set-selection-coding-system
94         and set-next-selection-coding-system.
96         * language/hebrew.el ("Hebrew"): Delete describe-function key.
98 1998-08-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
100         * mail/sendmail.el (sendmail-send-it): Report invalid values
101         of mail-from-style.
103         * info.el (Info-try-follow-nearest-node): Get the node name
104         directly out of the menu item pointed at.
106         * which-func.el (which-func-modes): Add fortran-mode.
108         * ediff-util.el (ediff-next-difference, ediff-previous-difference):
109         Handle nil as arg.
111 1998-08-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
113         * international/mule-cmds.el (select-safe-coding-system): If
114         default-coding-system is no-conversion return that, it is always
115         safe.
117 1998-08-13  Eric Ludlam  <zappo@mescaline.gnu.org>
119         * speedbar.el (speedbar-frame-parameters): Removed scroll-bar-width.
121 1998-08-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
123         * loadup.el: Add informative message about the lists of GC stats.
125         * dired-aux.el (dired-do-rename-regexp): Doc fix.
127         * midnight.el (midnight-float-time): Renamed from float-time.
128         (midnight-time-float): Renamed from time-float.
129         (midnight-buffer-display-time): Renamed from buffer-display-time.
130         (midnight-mode): Specify :initialize.  Use nil as default value.
132         * complete.el (PC-do-completion): Exclude ./ and ../ from completion.
134 1998-08-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
136         * gnus/nntp.el (nntp-encode-text): Properly encode outgoing text by
137         putting CR at the end of all lines.
139 1998-08-12  Michael Ernst  <mernst@alum.mit.edu>
141         * emacs-lisp/cust-print.el (custom-prin1-to-string): Doc fix.
143 1998-08-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
145         * ebuff-menu.el (electric-buffer-menu-mode-map):
146         Don't wipe out all Meta keys.
148         * calendar/appt.el (appt-mode-string): New variable.
149         (global-mode-string): Add appt-mode-string to it.
150         (appt-check): Avoid using display-time-string to fetch current time.
151         To display in mode line, use appt-mode-string.
153 1998-08-12  Per Abrahamsen  <abraham@dina.kvl.dk>
155         * double.el (double-setup): Only copy `key-translation-map' if it
156         is a keymap.
158 1998-08-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
160         * files.el (recover-session): Add leading space on added text lines.
162         * calendar/appt.el: Use a separate timer, not display-time-hook.
163         (appt-timer): New variable.
164         (appt-interval): New user option.
165         (appt-disp-window): Start by erasing the buffer.
167         * faces.el (list-faces-display): Call print-help-return-message.
168         (describe-face): Likewise.
170         * emacs-lisp/disass.el (disassemble-1): Move the call to
171         string-as-unibyte outside of the if statement.
173 1998-08-10  Bob Glickstein  <bobg@hiro.zanshin.com>
175         * sendmail.el (mail-setup): After using `fill-region-as-paragraph'
176         on a new address field, ensure that it ends with a newline.
178 1998-08-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
180         * time-stamp.el (time-stamp-string-preprocess): Add %U code.
182         * international/quail.el (quail-update-leim-list-file):
183         Fix message syntax.
185         * mail/sendmail.el (mail-citation-header): New variable.
186         (mail-yank-original, mail-yank-region): Bind mail-citation-header.
187         (mail-citation-hook): Doc fix.
189 1998-08-09  Kenichi HANDA  <handa@etl.go.jp>
191         * international/mule-conf.el (iso-safe): Comment for this coding
192         system fixed.
193         (coding-category-iso-8-1): Change default coding priority.
195         * international/mule-cmds.el (language-info-alist): Doc-string
196         modified.
197         (reset-language-environment): New function for the job that
198         setup-english-environment used to do.
199         (set-language-environment): Do more setups according to the info
200         in language-info-alist.
201         (read-language-name): Handle the case that the arg KEY is nil.
202         (describe-language-environment): Handle input-method property.
204         * international/quail.el (quail-start-translation): If
205         enable-multibyte-characters is nil, convert multibyte character to
206         unibyte.
207         (quail-start-conversion): Likewise.
209         * language/: All files under this directory modified as below.
210         (setup-XXX-environment): Just call set-language-environment.  If
211         they used to do some other jobs than what done by
212         set-language-environment, those jobs are done in
213         setup-XXX-environment-internal now.
214         ("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
215         the value to setup-XXX-environment-internal.  Add properties
216         nonascii-translation, input-method, features, unibyte-syntax, and
217         unibyte-display.
219         * language/english.el (setup-english-environment): Just call
220         reset-language-environment.
222         * language/european.el (setup-8-bit-environment): Function deleted.
224 1998-08-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
226         * emacs-lisp/sregex.el (sregex-replace-match):
227         Don't call sregex--value-groups.
228         (sregex-match-end, sregex-match-beginning): Likewise.
229         (sregex-match-string-no-properties, sregex-match-string): Likewise.
231         * help.el (describe-function-1): Handle macros properly.
232         Handle multiple levels of aliases.
234         * emacs-lisp/cust-print.el (custom-prin1-to-string): Add NOESCAPE arg.
236 1998-08-09  Sam Steingold  <sds@goems.com>
238         * midnight.el (clean-buffer-list-kill-buffer-names): Add `*diff*'.
239         (clean-buffer-list): Check `buffer-modified-p' only when the
240         buffer is associated with a file.
241         (midnight-delay-set): Improve doc.
243 1998-08-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
245         * progmodes/compile.el (next-error): Doc fix.
246         (grep): Doc fix.
248         * loadup.el: Load byte-run and format a little earlier.
250 1998-08-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
252         * textmodes/flyspell.el: Don't require font-lock.
254         * textmodes/flyspell.el (flyspell-command-hook): Option deleted.
255         (flyspell-mode-on): Delete code to handle flyspell-command-hook.
256         (flyspell-mode-off): Likewise.
257         (flyspell-mark-duplications-flag): Doc fix.
258         (flyspell-duplicate-distance): Doc fix.
259         (flyspell-duplicate-face): Doc fix.
261         * subr.el (assoc-default): Rewrite not to use dolist.
262         (add-hook): Use byte-code-function-p, not compiled-function-p.
264         * hilit-chg.el: New file.
265         Delete the undo-in-progress compatibility code.
267         * mail/rmailmsc.el (set-rmail-inbox-list):
268         Error if not in Rmail mode.
270         * textmodes/paragraphs.el (forward-paragraph):
271         Fix the logic for handling beginning of buffer
272         in the "no fill-prefix" case.
274         * info.el: Bind case-fold-search to t in many functions.
276         * mail/mail-utils.el (mail-fetch-field): Doc fix.
278 1998-08-08  Eric M. Ludlam  <zappo@ultranet.com>
280         * speedbar.el (speedbar-edit-line, speedbar-buffer-kill-buffer)
281         (speedbar-buffer-revert-buffer): Updated buffer finding regex to
282         handle the [?] tag.
283         (speedbar-find-selected-file): New function.
284         (speedbar-clear-current-file): Uses `speedbar-find-selected-file'.
285         (speedbar-update-current-file): Uses `speedbar-find-selected-file',
286         and now `speedbar-last-selected-file' is defined as the path name
287         to the file, not just the file itself.
289 1998-08-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
291         * international/mule-cmds.el (input-method-exit-on-first-char)
292         (input-method-use-echo-area): Doc fixes.
294         * vc-hooks.el (vc-file-not-found-hook): Call vc-file-clearprops.
296 1998-08-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
298         * gnus/gnus-start.el (gnus-startup-file-coding-system): New variable.
299         (gnus-read-init-file, gnus-read-newsrc-el-file): Use that.
301 1998-08-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
303         * wid-edit.el (widget-beginning-of-line): Properly handle
304         multiline fields.  Don't use call-interactively.
305         (widget-end-of-line): Likewise.
307         * midnight.el (midnight-delay-set): Use run-hooks directly.
308         (midnight-timer-function): Function deleted.
309         (midnight-find): Don't use `find'.
311         * startup.el (command-line): Require whitespace delimiter when
312         searching locale-translation-file-name.
314         * midnight.el (midnight-timer-function):
315         No need to test midnight-mode.
317         * repeat.el (repeat): Make an undo boundary between repetitions.
319 1998-08-06  Kenichi Handa  <handa@etl.go.jp>
321         * international/isearch-x.el
322         (isearch-process-search-multibyte-characters): Fix previous change.
324         * international/quail.el (quail-update-translation): Delete the
325         code for handling the case that enable-multibyte-characters is nil.
327 1998-08-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
329         * window.el (split-window-horizontally): Doc fix.
331 1998-08-06  Kenichi Handa  <handa@etl.go.jp>
333         * emacs-lisp/debug.el
334         (debugger-outer-unread-post-input-method-events): New variable.
335         (debug): Bind debugger-outer-unread-post-input-method-events.
336         Bind unread-post-input-method-events to nil.
337         (debugger-env-macro): Likewise.
339         * international/isearch-x.el (isearch-minibuffer-local-map):
340         Bind the key C-g to exit.
341         (isearch-minibuffer-self-insert): Use key-binding.
342         Always call exit-minibuffer.
343         (isearch-process-search-multibyte-characters):
344         Use unread-command-events instead of unread-input-method-events.
345         Always call isearch-update.
347         * international/kkc.el (kkc-region): Don't bind echo-keystrokes.
349         * international/mule-cmds.el (input-method-exit-on-first-char):
350         New variable.
351         (input-method-use-echo-area): New variable.
353         * international/quail.el (quail-translation-keymap): Declare it as
354         variable instead of constant.  Bind all keys less than 32 to
355         quail-other-command.  Don't bind the key meta-prefix-char and escape.
356         (quail-simple-translation-keymap): Likewise.
357         (quail-conversion-keymap): Bind C-h to quail-translation-keymap.
358         (quail-define-package): Fix typo in doc-string.
359         (quail-conversion-str): New variable.
360         (quail-input-method): Bind buffer-undo-list to t.
361         Show Quail guidance buffer if necessary.
362         (quail-delete-region): Move the definintion before the first
363         calling place.
364         (quail-start-translation): Handle the case the arg KEY is nil.
365         Bind echo-keystrokes and help-char.  Initialize quail-current-str
366         to "".  If input-method-use-echo-area is non-nil, call
367         read-key-sequence with appropriate PROMPT arg.  Setup
368         last-command-event by local variable `keyseq'.  Generate an event
369         list form quail-current-str.  If input-methodd-exit-on-first-char
370         is non-nil, return only the first event.
371         (quail-start-conversion): Likewise.  Initialize
372         quail-conversion-str to "".  Generate an event list form
373         quail-conversion-str.
374         (quail-update-translation): Expect that the function given by
375         (quail-update-translation-function) returns a new control-flag.
376         Handle the case the length of quail-current-key is 1.  Use
377         string-as-unibyte if enable-multibyte-characters is nil.  Always
378         assures that quail-current-str is Lisp string.
379         (quail-self-insert-command): Use `or' instead of `unless'.
380         (quail-update-current-translations): Always assures that
381         quail-current-str is Lisp string.
382         (quail-next-translation-block): Update unread-command-events correctly.
383         (quail-abort-translation): Set quail-current-str to nil.
384         (quail-conversion-delete-char): Update quail-conversion-str.
385         (quail-conversion-delete-tail): Likewise.
386         (quail-conversion-backward-delete-char): Likewise.
387         (quail-show-guidance-buf): Show Quail guidance buffer not in echo
388         area if input-method-use-echo-area is non-nil.
389         (quail-show-translations): Bind current-translations locally to
390         quail-current-translations to get this value across different
391         buffers.  Handle the case that the length quail-current-key is 0.
392         (quail-translation-help): If this command is invoked repeatedly,
393         scroll the already shown help window.  Handle the case that this
394         command is called while converting (not translating).
395         (quail-conversion-help): This function deleted and the
396         functionality is merged to quail-translation-help.
398 1998-08-05  Dave Love  <fx@gnu.org>
400         * iso-cvt.el (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso)
401         (iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Add optional, ignored
402         arg `buffer' for format-{de,en}code.  Doc fix.  Add * to
403         interactive spec.  Add autoload cookie.
404         (iso-cvt-read-only, iso-cvt-write-only): Add doc, autoload cookie.
405         (iso-cvt-define-menu): Add autoload cookie.
407 1998-08-05  Richard Stallman  <rms@psilocin.ai.mit.edu>
409         * gnus/message.el: Require sendmail.
410         (message-fill-yanked-message): Use mail-citation-prefix-regexp
411         as an arg to fill-individual-paragraphs.
413         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
414         Make the output buffer multibyte.
416         * scroll-bar.el (scroll-bar-mode): Doc fix.
418 1998-08-05  Sam Steingold  <sds@goems.com>
420         * cl-indent.el (top-level let): Add defsubst.
422 1998-08-04  Andrew Innes  <andrewi@harlequin.co.uk>
424         * mail/rmail.el (rmail-encoded-pop-password): New variable.
426 1998-08-04  Richard Stallman  <rms@psilocin.ai.mit.edu>
428         * textmodes/flyspell.el (flyspell-persistent-highlight): Doc fix.
430 1998-08-04  Eric Ludlam  <zappo@mescaline.gnu.org>
432         * speedbar.el (speedbar-refresh): Removed special code to remove
433         the speedbar update message.  Not necesary here.
434         (speedbar-timer-fn): Add code to remove the updating message and
435         thus restore the minibuffer.
436         (speedbar-center-buffer-smartly): Fixed center error to handle
437         the whole buffer.
438         (speedbar-delete-subblock): Rewrote to be more robust, less clever.
439         (speedbar-timer-fn): Removed short display time for messages.
441 1998-08-04  Dave Love  <d.love@dl.ac.uk>
443         * vc.el (vc-backend-merge-news): Account for `already contains the
444         differences' state.
446 1998-08-04  Eli Zaretskii  <eliz@delysid.gnu.org>
448         * international/mule.el (find-new-buffer-file-coding-system): When
449         inhibit-eol-conversion is non-nil and the buffer didn't already
450         set a fully-qualified coding system, force -unix eol-type.
452 1998-08-04  Richard Stallman  <rms@psilocin.ai.mit.edu>
454         * info.el (Info-find-node): Once again, use byte-to-position.
456         * vcursor.el (vcursor group): Move this to `editing' group.
458         * comint.el (comint-bol-or-process-mark): Refer to this command's
459         name correctly.
461         * international/mule-cmds.el (set-default-coding-systems):
462         In --unibyte mode, don't set default-file-name-coding-system.
464         * midnight.el (clean-buffer-list-kill-regexps): Init to nil, as before.
465         (clean-buffer-list-kill-buffer-names): Add *vc* and *vc-diff*.
466         (clean-buffer-list-delay): Rename arg.
467         (clean-buffer-list): Doc fix.
468         (midnight-period): Doc fix.
470 1998-08-03  Eric Ludlam  <zappo@mescaline.gnu.org>
472         * info.el (Info-speedbar-hierarchy-buttons): Improved the speedbar
473         frame management.
475         * speedbar.el (speedbar-update-current-file): Added call to
476         `speedbar-center-buffer-smartly' to improve the display.
477         (speedbar-center-buffer-smartly) Fixed off-by-one error in window
478         height calculation.
479         (speedbar-hack-buffer-menu): New function.
480         (speedbar-frame-parameters): Removed scroll bar width.
481         (speedbar-frame-mode): Change pointer shape for X
482         and W32 window-systems only.  When window-system is pc, bind the
483         speedbar frame name to "Speedbar", and select that frame so it is
484         displayed.
485         (speedbar-mode): Don't bind default-minibuffer-frame when
486         window-system is pc.
487         (speedbar-this-file-in-vc): Look for RCS/name as well as RCS/name,v.
488         (speedbar-directory-buttons-follow): Support both upper- and
489         lower-case drive letters.  Use directory-sep-char instead of a
490         literal backslash.
491         (speedbar-reconfigure-keymaps): Call
492         `easy-menu-remove' before reconfiguring for a new menu bar.
493         (speedbar-previous-menu): New Variable.
494         (speedbar-frame-plist): Remove pointers.
495         (speedbar-refresh): Prevent the mark from being deactivated.
496         (speedbar-buffer-kill-buffer): Refresh speedbar after killing a
497         buffer in the buffer display.
499 1998-08-03  Simon Marshall  <simon@gnu.org>
501         * font-lock.el (lisp-font-lock-keywords-1): Fix previous change.
502         (font-lock-support-mode): Allow nil as a mode-specific value.  Fix tag.
504 1998-08-01  Kenichi HANDA  <handa@etl.go.jp>
506         * international/kkc.el (kkc-lookup-cache): Initialize it to nil.
507         (kkc-lookup-cache-tag): New constant.
508         (kkc-lookup-key): If kkc-lookup-cache is nil, initialize it.  Use
509         kkc-init-file-name.
510         (kkc-region): Fix previous change.  Call kkc-error on error.
511         (kkc-shorter-conversion, kkc-longer-phrase): New functions.
512         (kkc-keymap): Bind them to "I" and "O" respectively.
513         (kkc-error): New error symbol and new function.
514         (kkc-longer, kkc-shorter): Call kkc-error on error.
515         (kkc-show-conversion-list-or-next-group): Likewise.
516         (kkc-show-conversion-list-or-prev-group): Likewise.
518         * international/mule-cmds.el (language-info-alist): Doc-string
519         modified.
520         (set-language-environment): Setup nonascii-translation-table and
521         charset-origin-alist according to the property of the specified
522         language environment.
523         (update-iso-coding-systems): Make it an alias for
524         update-coding-systems-internal.
525         (prefer-coding-system): Call update-coding-systems-internal
526         instead of update-iso-coding-systems.
527         (set-language-environment-coding-systems): Likewise.
529         * international/mule-conf.el: Initialize coding-category-ccl to
530         nil.  Include it in the arg for set-coding-priority.
532         * international/mule-diag.el (describe-current-coding-system):
533         Check if each coding category is bound to a valid coding system.
535         * international/mule.el (make-coding-system): If the arg TYPE is
536         4, set coding-category property of the coding system to
537         coding-category-ccl.
538         (find-new-buffer-file-coding-system): If the arg CODING carries
539         some information (about text conversion or eol conversion), always
540         return a new coding system.
541         (charset-origin-alist): New variable.
542         (make-translation-table-from-vector): New function.
544         * international/quail.el (quail-start-translation): Bind help-char
545         to nil locally.
547         * language/cyril-util.el (cyrillic-encode-koi8-r-char): New function.
548         (cyrillic-encode-alternativnyj-char): New function.
550         * language/cyrillic.el (cyrillic-koi8-r-decode-table): New
551         variable.
552         (cyrillic-koi8-r-encode-table): Likewise.
553         (ccl-decode-koi8): Use cyrillic-koi8-r-decode-table.
554         (ccl-encode-koi8): Use cyrillic-koi8-r-encode-table.
555         (ccl-encode-koi8-font): Likewise.
556         (cyrillic-koi8-r-nonascii-translation-table): New variable.
557         ("Cyrillic-KOI8"): Add nonascii-translation-table and
558         charset-origin-alist properties.
559         (cyrillic-alternativnyj-decode-table): New variable.
560         (cyrillic-alternativnyj-encode-table): Likewise.
561         (ccl-decode-alternativnyj): Use
562         cyrillic-alternativnyj-decode-table.
563         (ccl-encode-alternativnyj): Use
564         cyrillic-alternativnyj-encode-table.
565         (ccl-encode-alternativnyj-font): Likewise.
566         (cyrillic-alternativnyj-nonascii-translation-table): New variable.
567         ("Cyrillic-ALT"): Add nonascii-translation-table and
568         charset-origin-alist properties.
570         * language/viet-util.el (viet-encode-viscii-char): New function.
572         * language/vietnamese.el (viet-viscii-decode-table): Docstring fixed.
573         (viet-viscii-encode-table): Likewise.
574         (viet-vscii-decode-table): Likewise.
575         (viet-vscii-encode-table): Likewise.
576         (viet-viscii-nonascii-translation-table): New variable.
577         ("Vietnamese"): Add nonascii-translation-table and
578         charset-origin-alist properties.
580         * loadup.el: Call update-coding-systems-internal instead of
581         update-iso-coding-systems.
583         * simple.el (what-cursor-position): Check charset-origin-alist.
585 1998-08-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
587         * mail/mailheader.el (mail-header-format): Convert string to symbol.
589         * double.el (default-key-translation-map): Variable deleted.
590         (double-setup): Make key-translation-map buffer-local here.
591         New arg ENABLE-FLAG.
592         (double-mode): Pass ENABLE-FLAG arg to double-setup.
594 1998-07-31  Richard Stallman  <rms@psilocin.ai.mit.edu>
596         * subr.el (assoc-default): New function.
598         * midnight.el: Require timer.
599         (clean-buffer-list-kill-regexps): Match `*vc' buffers.
600         (midnight-find): Use dolist, not loop.
601         (clean-buffer-list-delay): Use assoc-default.
603         * info.el (Info-find-node): Position at the beginning of the node
604         after calling Info-select-node.
606         * info.el (Info-insert-dir): Catch errors in insert-file-contents.
608 1998-07-30  Sam Steingold  <sds@goems.com>
610         * font-lock.el (lisp-font-lock-keywords-1): Fontify `defconstant'
611         and `defparameter'.
612         (lisp-font-lock-keywords-2): Fontify `lambda', `in-package'
613         and `locally'.
615         * emacs-lisp/cl-indent.el (lisp-indent-defun-method): New variable.
616         (common-lisp-indent-function): Use it.
617         (lisp-indent-259): Uncomment the `&lambda' code.
618         (top-level let): Remove duplicate `catch' and `block'.  Use
619         `&lambda' when appropriate.  Now the lambda lists are indented
620         appropriately.
622 1998-07-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
624         * dired.el (dired-garbage-files-regexp): Finish fixing regexp syntax.
626         * mail/sendmail.el (mail-yank-region):
627         Bind mark-even-if-inactive to t.
628         (mail-yank-original was similarly changed, a few versions ago.)
630         * textmodes/flyspell.el (flyspell-duplicate-distance):
631         Doc fix; change default to 10000.
632         (flyspell-mode-on): Fix the welcome message to deal with
633         how the binding for flyspell-auto-correct-word is now made.
634         (flyspell-delay, flyspell-delayed-commands): Doc fixes.
635         (flyspell-mode-off): Kill Ispell only if it is per-buffer.
637 1998-07-30  Ken'ichi Handa  <handa@delysid.gnu.org>
639         * international/mule-cmds.el (activate-input-method): Update mode line.
640         (inactivate-input-method): Likewise.
642 1998-07-29  Kenichi Handa  <handa@etl.go.jp>
644         * mouse.el (mouse-skip-word): If point is at word constituent
645         characters, pay attention to word-separating-categories by using
646         forward-word instead of skip-syntax-forward/backward.
648 1998-07-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
650         * help.el (describe-function-1): Fix the code that uses
651         find-function-noselect.
653         * emacs-lisp/find-func.el (find-function-noselect): Autoload cookie.
654         (find-function-search-for-symbol): Ignore directories
655         when looking for a library file.
657 1998-07-29  Dave Love  <d.love@dl.ac.uk>
659         * files.el (auto-mode-alist): Escape dots in some regexps.
661 1998-07-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
663         * files.el (auto-mode-alist): Fix previous change.
665         * textmodes/tex-mode.el (tex-main-file): Doc fix.
667         * dired.el (dired-garbage-files-regexp): Fix typo.
669         * emulation/crisp.el (crisp-mark-line): Greatly simplified.
671         * mouse.el (mouse-delete-window): If the frame has just one window,
672         bury the current buffer instead.
674 1998-07-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
676         * textmodes/flyspell.el (flyspell-mode-map): Explicitly bind M-TAB.
677         (flyspell-auto-correct-binding): Variable deleted.
678         (flyspell-incorrect-face, flyspell-duplicate-face): Fix typos.
679         (flyspell-check-pre-word-p): Check for word syntax in previous char.
680         (flyspell-word): Set process-kill-without-query for Ispell.
681         (flyspell-region): Put region args in order; use right percantage.
682         (flyspell-properties-at-p): Rename arg to POS; doc fix.
683         (flyspell-highlight-incorrect-region):
684         Check flyspell-highlight-properties first.
685         (flyspell-highlight-duplicate-region): Likewise.
686         (flyspell-auto-correct-word): Doc fix.
688         * international/iso-transl.el (iso-transl-define-keys): Don't test
689         enable-multibyte-characters; use the translated characters as
690         specified in alist.
692         * double.el (key-translation-map):
693         Don't call make-variable-buffer-local on this variable.
695         * mail/rmail.el (rmail-dont-reply-to-names): Doc fix.
697 1998-07-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
699         * textmodes/flyspell.el (flyspell-emacs-popup):
700         Renamed from flyspell-gnuemacs-popup.  Callers changed.
701         (push): Macro deleted.  Callers changed to do it explicitly.
702         (flyspell-incorrect-face, flyspell-duplicate-face): Use defface.
703         (flyspell-incorrect-color): Variable deleted.
704         (flyspell-duplicate-color): Variable deleted.
705         (flyspell-underline-p): Variable deleted.
706         (flyspell-font-lock-make-face): Function deleted.
707         (flyspell-mark-duplications-flag):
708         Renamed from flyspell-doublon-as-error-flag.
709         (flyspell-mode-on): Delete the debugging message.
710         (flyspell-mode-off): Delete the debugging message.
711         (flyspell-mode-on): Set flyspell-generic-check-word-p
712         from the flyspell-mode-predicate property.
713         (texinfo-mode, mail-mode, message-mode):
714         Set flyspell-mode-predicate property.
716         * international/mule.el (set-clipboard-coding-system): Define as alias.
718 1998-07-26  Ken'ichi Handa  <handa@melange.gnu.org>
720         * arc-mode.el (archive-set-buffer-as-visiting-file): Give FILENAME
721         arg to set-auto-coding-function.
722         (archive-extract): Pay attention to enable-multibyte-characters.
723         (archive-*-write-file-member): Likewise.
724         (archive-rename-entry): Likewise.
726 1998-07-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
728         * international/mule.el (auto-coding-alist): Recognize .tar.
730 1998-07-26  Ken'ichi Handa  <handa@melange.gnu.org>
732         * files.el (auto-mode-alist): Fix regular expression error for
733         sh-mode.
735 1998-07-26  Ken'ichi HANDA  <handa@etl.go.jp>
737         * arc-mode.el (archive-summarize): Set buffer unibyte before
738         calling archive-XXX-summarize.
739         (archive-file-name-handler): New function to make the caller
740         behave as if the extracted file existed.
741         (archive-set-buffer-as-visiting-file): New function to simulate
742         file visiting.  Uses archive-file-name-handler to make dos-w32
743         systems preserve the coding-system of the extracted files.
744         (archive-extract): Bind coding-system-for-write to
745         file-name-coding-system, coding-system-for-read to 'no-conversion.
746         Call archive-set-buffer-as-visiting-file after a member file is
747         inserted in the current buffer.
748         (archive-extract-by-stdout): Don't bind coding-system-for-read and
749         inherit-process-coding-system.
750         (archive-*-write-file-member): Give an encoded file name to
751         external archive program.
752         (archive-rename-entry): Likewise.
753         (archive-mode-revert): Set buffer unibyte before calling
754         revert-buffer.
755         (archive-arc-rename-entry, archive-zip-chmod-entry): Set buffer
756         unibyte before handling binary archive data.
757         (archive-lzh-rename-entry, archive-lzh-ogm, rchive-zip-chmod-entry):
758         Likewise.
759         (archive-lzh-summarize): Set local variable efnname to the decoded
760         file name.  If default-enable-multibyte-characters is non-nil, set
761         buffer multibyte before inserting summary lines.
763 1998-07-25  Dan Nicolaescu  <done@ece.arizona.edu>
765         * files.el (auto-mode-alist): Move nroff-modes down the list.
767 1998-07-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
769         * international/mule.el (auto-coding-alist): Another doc fix.
771 1998-07-25  Ken'ichi Handa  <handa@melange.gnu.org>
773         * international/mule.el (auto-coding-alist): Docstring fixed.
775         * ange-ftp.el (ange-ftp-re-read-dir): Quote ange-ftp-reread-dir in
776         autoload cookie.
778 1998-07-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
780         * calendar/cal-tex.el (cal-tex-latexify-list):
781         Ignore specifer in diary entry.
783 1998-07-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
785         * mail/sendmail.el (mail-mode): Add the citation regexp
786         to adaptive-fill-regexp after the usual contents.
787         But modify the usual contents not to match whitespace alone;
788         match that again last.
789         Add that citation regexp to paragraph-start and paragraph-separate too.
791 1998-07-24  Ken'ichi Handa  <handa@melange.gnu.org>
793         * tar-mode.el (tar-extract): Give set-auto-coding-function
794         FILENAME argument.
796 1998-07-25  Kenichi Handa  <handa@etl.go.jp>
798         * international/mule.el (auto-coding-alist): New variable.
799         (set-auto-coding): Arguemnt FILENAME is added.  Check
800         auto-coding-alist at first.
802         * international/kkc.el (kkc-region): Unwind-protect the conversion
803         process.
804         (kkc-show-conversion-list-update): Pay attention to the length of
805         kkc-show-conversion-list-index-chars.
807         * international/mule-cmds.el (find-multibyte-characters): New
808         function.
809         (select-safe-coding-system): Highlight characters which can't be
810         encoded.  Show list of such characters also in *Warning* buffer.
812         * international/mule-util.el
813         (coding-system-change-eol-conversion): Make it accepts an integer
814         value in EOL-TYPE argument.
816 1998-07-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
818         * uniquify.el (uniquify-ignore-buffers-re): Fix custom type.
820         * emulation/crisp.el: Don't require cl.
821         (crisp-override-meta-x): Doc fix.
822         (crisp-last-last-command): Doc fix.
823         (mark-something): Function deleted.
824         (crisp-mark-line): Avoid using mark-something.
825         (crisp-region-active): Renamed from region-active.
826         (crisp-set-clipboard): Renamed from copy-primary-selection.
827         (crisp-kill-region): Renamed from kill-primary-selection.
828         (crisp-yank-clipboard): Renamed from yank-clipboard-selection.
830         * files.el (basic-save-buffer-2): New function.
831         (basic-save-buffer-1): Use basic-save-buffer-2,
832         after perhaps binding coding-system-for-write.
833         (save-buffer-coding-system): Make it a permanent local.
835 1998-07-24  Dan Nicolaescu  <done@ece.arizona.edu>
837         * files.el (auto-mode-alist): Add idl-mode.
839 1998-07-23  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
841         * mail/rmail.el (rmail-insert-inbox-text): Use rmail-have-password,
842         rmail-get-pop-password and rmail-set-pop-password.
843         (rmail-have-password, rmail-get-pop-password)
844         (rmail-set-pop-password): New functions.
845         (rmail-encode-string): New function.
847 1998-07-23  Richard Stallman  <rms@psilocin.ai.mit.edu>
849         * files.el (auto-mode-alist): Recognize shell profiles without dirname.
851 1998-07-23  Ken'ichi Handa  <handa@melange.gnu.org>
853         * international/quail.el (quail-start-translation): Call
854         this-single-command-raw-keys instead of this-single-command-keys.
855         (quail-start-conversion): Likewise.
857 1998-07-23  Kenichi Handa  <handa@etl.go.jp>
859         * international/isearch-x.el (isearch-minibuffer-self-insert):
860         Handle space char event correctly.
861         (isearch-process-search-multibyte-characters): If this-command is
862         not isearch-printing-char, don't read multibyte chars from
863         minibuffer, but just call isearch-process-search-char.
865         * international/quail.el (quail-start-translation): Use
866         this-single-command-keys to get raw events instead of
867         listify-key-sequence.
868         (quail-start-conversion): Likewise.
870 1998-07-22  Karl Heuer  <kwzh@gnu.org>
872         * mail/feedmail.el: Avoid using all-caps for non-arguments.
873         (feedmail-queue-send-edit-prompt-help-first): Doc fix.
875 1998-07-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
877         * imenu.el (imenu-create-index-function): Add autoload cookie.
878         (imenu-extract-index-name-function, imenu-default-goto-function)
879         (imenu-sort-function, imenu-prev-index-position-function): Likewise.
881         * ange-ftp.el (ange-ftp-reread-dir): Renamed from `re-read'.
882         Old name defined as alias.  Doc fix.
884 1998-07-21  Kenichi Handa  <handa@etl.go.jp>
886         * international/kkc.el (kkc-region): Handled the case that
887         conversion is cancelled.
888         (kkc-terminate): Update kkc-overlay-head correctly.
889         (kkc-cancel): Don't call kkc-terminate, but set kkc-converting to nil.
891         * international/quail.el (quail-simple-translation-keymap): Typo
892         in doc-string fixed.
893         (quail-start-translation): Check start position of quail-overlay
894         before calling quail-overlay-region-events.
895         (quail-start-conversion): Likewise.
897 1998-07-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
899         * files.el (auto-mode-alist): Match .emacs with no directory.
901 1998-07-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
903         * progmodes/compile.el (grep): Doc fix.
904         (next-error): Doc fix.
906         * progmodes/sh-script.el (sh-mode): parse-sexp-ignore-comments = t.
908 1998-07-19  Eli Zaretskii  <eliz@delysid.gnu.org>
910         * arc-mode.el (archive-mode): Undo previous change.
911         (archive-extract): Make the buffer unibyte if the extracted file
912         was read with coding-system of no-conversion or raw-text.
914 1998-07-19  Kenichi Handa  <handa@etl.go.jp>
916         * isearch.el (isearch-input-method-function): New variable.
917         (isearch-input-method-local-p): New variable.
918         (isearch-mode): Setup the above two variable.  Set
919         input-method-function to nil locally.
920         (isearch-done): Restore the previous value of
921         input-method-function.
923         * international/quail.el (quail-conversion-keymap): New binding
924         for quail-conversion-delete-tail.
925         (quail-input-method): Suppress input method if
926         overriding-terminal-local-map or overriding-local-map is non-nil.
927         Erase contents of quail-guidance-buf.  Run the hook
928         input-method-after-insert-chunk-hook.
929         (quail-start-translation): Get the original event list by
930         listify-key-sequence.  Setup last-command and this-command.
931         (quail-start-conversion): Likewise.
932         (quail-conversion-beginning-of-region): Set quail-translating to nil.
933         (quail-conversion-end-of-region, quail-conversion-delete-char):
934         Likewise.
935         (quail-conversion-delete-tail): New function.
936         (quail-no-conversion): Don' run the hook
937         input-method-after-insert-chunk-hook.
939         * international/kkc.el (kkc-region): Fix the return value.
941         * international/isearch-x.el
942         (isearch-toggle-specified-input-method): Adjusted for the change
943         in isearch.el.
944         (isearch-toggle-input-method): Likewise.
945         (isearch-minibuffer-local-map): New variable.
946         (isearch-minibuffer-non-self-insert): New function.
947         (isearch-minibuffer-self-insert): New function.
948         (isearch-process-search-multibyte-characters): Read multibyte
949         characters from minibuffer with the keymap
950         isearch-minibuffer-local-map.
952         * international/mule-cmds.el (read-multilingual-string): Don't
953         activate an input method in the current buffer, but just bind
954         current-input-method.
956         * language/japan-util.el (japanese-replace-region): New function.
957         (japanese-katakana-region, japanese-hiragana-region)
958         (japanese-hankaku-region, japanese-zenkaku-region): Don't change
959         point.  Use japanese-replace-region to change text.
961 1998-07-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
963         * ange-ftp.el (ange-ftp-re-read-dir): Add doc string.
965 1998-07-17  Simon Marshall  <simon@gnu.org>
967         * lazy-lock.el (lazy-lock-fontify-after-visage): Renamed from
968         lazy-lock-fontify-after-outline.
969         (lazy-lock-install-hooks): Add it to hs-hide-hook too.
970         (lazy-lock-unstall): Remove it from hs-hide-hook too.
971         (lazy-lock-fontify-rest-after-change)
972         (lazy-lock-defer-rest-after-change): Ensure properties are always
973         removed from the rest of the buffer by widening during removal.
975 1998-07-17  Stephen Eglen  <stephen@gnu.org>
977         * forms.el (forms-mode): Doc fix.
979 1998-07-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
981         * arc-mode.el (archive-mode): Make the buffer unibyte.
983 1998-07-16  Eli Zaretskii  <eliz@is.elta.co.il>
985         * arc-mode.el (archive-extract): If the extractor signals an
986         error, trap it, so that the buffer created for a member is killed.
988 1998-07-15  Kenichi Handa  <handa@etl.go.jp>
990         * international/kkc.el (kkc-show-conversion-list-index-chars):
991         Default value changed.
992         (kkc-keymap): Renamed from kkc-mode-map.  Key binding for
993         kkc-non-kkc-command are deleted.
994         (kkc-mode): This function deleted.
995         (kkc-canceled): This variable deleted.
996         (kkc-converting): New variable.
997         (kkc-region): 3rd optional arg is deleted.  Completely rewritten
998         to adjust for the change in quail.el.
999         (kkc-terminate, kkc-cancel): Adjusted for the change of
1000         kkc-region.
1001         (kkc-non-kkc-command): This function deleted.
1002         (kkc-select-from-list): Use last-input-event instead of
1003         last-input-char.  Put an unknown event back to
1004         unread-input-method-events.
1006         * international/quail.el (quail-mode): This variable deleted.
1007         (quail-current-key): Make it buffer local.
1008         (quail-current-str, quail-current-translations): Likewise.
1009         (quail-reset-conversion-region): This variable deleted.
1010         (quail-use-package): Call quail-activate at the tail.
1011         (quail-translation-keymap, quail-simple-translation-keymap): Key
1012         bindings for quail-execute-non-quail-command deleted.
1013         (quail-conversion-keymap): Likewise.  Add key bindings for
1014         quail-self-insert-command.
1015         (quail-delete-overlays): Chekc overlay-start for overlays before
1016         deleting them.
1017         (quail-mode): This function deleted.
1018         (quail-inactivate, quail-activate): New functions.
1019         (quail-saved-current-map, quail-saved-current-buffer): These
1020         variables deleted.
1021         (quail-toggle-mode-temporarily, quail-execute-non-quail-command):
1022         These functions deleted.
1023         (quail-exit-conversion-mode, quail-prefix-arg): These variables
1024         deleted.
1025         (quail-error): New error condition.
1026         (quail-error): New function.
1027         (quail-translating, quail-converting): New variables.
1028         (quail-input-method, quail-overlay-region-events): New function.
1029         (quail-start-translation): Completely re-written.
1030         (quail-start-translation-in-conversion-mode): This function
1031         deleted.
1032         (quail-start-conversion): New function.
1033         (quail-terminate-translation): Just set quail-translating to nil.
1034         (quail-update-translation): Put some events back to
1035         unread-input-method-events instead of unread-command-events.  Call
1036         quail-error instead of error.
1037         (quail-self-insert-command): Adjusted for the change of
1038         quail-start-translation.
1039         (quail-next-translation): Don't call
1040         quail-execute-non-quail-command, instead, put an event back of
1041         unread-command-events.
1042         (quail-prev-translation, quail-next-translation-block)
1043         (quail-prev-translation-block): Likewise.
1044         (quail-conversion-backward-char): Call quail-error instead of
1045         error.  Set quail-translating to nil.
1046         (quail-conversion-forward-char): Likewize.
1047         (quail-conversion-delete-char): Call quail-error instead of error.
1048         If conversion region gets vacant, set quail-converting to nil.
1049         (quail-conversion-backward-delete-char): Likewize.
1050         (quail-no-conversion): Just set quail-converting to nil.
1051         (quail-mouse-choose-completion): Call quai-error instead of error.
1052         (quail-choose-completion-string): Likewise.
1053         (quail-help): Don't handle quail-mode-map.
1055         * language/ethiopic.el ("Ethiopic"): Typo in sample-text fixed.
1057 1998-07-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
1059         * textmodes/sgml-mode.el (sgml-mode): Call kill-local-variables
1060         here directly, then set major-mode, then call sgml-mode-common.
1061         Run the hooks here at the end.
1062         (html-mode): Likewise.
1063         (sgml-mode-common): Don't call kill-local-variables; don't run hooks.
1065 1998-07-15  Eli Zaretskii  <eliz@mescaline.gnu.org>
1067         * files.el (file-name-invalid-regexp): Fix the part which handles
1068         colons in file names.
1070 1998-07-14  Gary D. Foster  <gfoster@suzieq.ml.org>
1072         * emulation/crisp.el:
1073         Added next-buffer/previous-buffer keybindings (bound to M-n/M-p).
1074         (crisp-unbury-buffer): New function.
1076         Fixed bogus XEmacs/Lucid string-match checking.
1077         Made modeline entry mouse2-able.
1079         (crisp-mode-map): Make this a sparse keymap parented from
1080         current-global-map.
1081         (crisp-mode-original-keymap): Don't copy the keymap.
1082         (crisp-last-last-command): Renamed from last-last-command.  defvar it.
1083         (crisp-mode): Honor ARG.
1085         (crisp-kill-line, crisp-copy-line): When a region isn't highlighted,
1086         use the region from point to eol.  Honor prefix argument.
1088         (crisp-submit-bug-report): New command, taken from cc-mode.
1090         Shortened the version numbering, removed the release-version tracking.
1092         (crisp-version): New function.
1093         New keybindings `C-home', `C-end', `M-home', `M-end', `C-f', `M-l',
1094         `M-m'.
1096         (crisp-copy-line): No need to save point.
1098         Removed S-right and S-left bindings.
1100         Abstract the marking and selection interfaces so that we can be
1101         compatible with both Emacs and XEmacs.  And try and make the
1102         behavior as close as possible under both environments so that there
1103         are no surprises.
1105 1998-07-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
1107         * info.el (Info-read-node-name-1, Info-read-node-name):
1108         Rename completion-table to Info-read-node-completion-table.
1109         (Info-read-node-completion-table): Add defvar.
1110         (Info-complete-menu-buffer): Add defvar.
1112         * subr.el (read-quoted-char): Bind input-method-function to nil.
1114         * simple.el (do-auto-fill): Always break before any whitespace
1115         so that point ends up at the right place.
1117 1998-07-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
1119         * rmailedit.el (rmail-edit-current-message, rmail-cease-edit):
1120         Save and restore save-buffer-coding-system in another local variable.
1122 1998-07-13  Andrew Innes  <andrewi@delysid.gnu.org>
1124         * ps-print.el (ps-do-despool): Bind ps-printer-name to
1125         printer-name if the former is nil.
1127 1998-07-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
1129         * mail/sendmail.el (mail-citation-prefix-regexp): New variable.
1130         (mail-fill-yanked-message): Pass mail-citation-prefix-regexp
1131         to fill-individual-paragraphs.
1133         * textmodes/fill.el (fill-individual-paragraphs-prefix): New
1134         subroutine taken from fill-individual-paragraphs.  Really check that
1135         JUST-ONE-LINE-PREFIX is longer than TWO-LINES-PREFIX in its whitespace.
1136         (fill-individual-paragraphs-citation): New subroutine.
1137         (fill-nonuniform-paragraphs): Arg MAILP renamed.
1138         (fill-individual-paragraphs): Arg MAILP renamed.
1140 1998-07-12  Andrew Innes  <andrewi@delysid.gnu.org>
1142         * dos-w32.el (file-name-buffer-file-type-alist): Force tags files
1143         to be read as raw-text-dos (to handle files in DOS format).
1145 1998-07-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
1147         * international/mule.el (set-selection-coding-system):
1148         Renamed from set-clipboard-coding-system.
1149         Set the variable's new name, selection-coding-system.
1151         * mail/rmailout.el (rmail-output-to-rmail-file):
1152         Clean up handling of relative file names in DEFAULT-FILE.
1154 1998-07-10  Eric M. Ludlam  <zappo@ultranet.com>
1156         * speedbspec.el: Deleted; now integrated into speedbar.el.
1157         * speedbar.el: More commentary.
1158         (speedbar-xemacsp): Moved definition.
1159         (speedbar-initial-expansion-mode-list): Was
1160         `speedbar-initial-expansion-list' and now has multiple modes.
1161         (speedbar-stealthy-function-list): Now has mode labels.
1162         (speedbar-initial-expansion-list-name)
1163         (speedbar-previously-used-expansion-list-name)
1164         (speedbar-special-mode-key-map, speedbar-track-mouse-flag)
1165         (speedbar-tag-hierarchy-method, speedbar-tag-split-minimum-length)
1166         (speedbar-tag-regroup-maximum-length)
1167         (speedbar-hide-button-brackets-flag): New variables.
1168         (speedbar-special-mode-expansion-list): Updated documentation.
1169         (speedbar-navigating-speed, speedbar-update-speed): Phasing out.
1170         (speedbar-vc-indicator): Removed space from this var.
1171         (speedbar-indicator-separator, speedbar-obj-do-check)
1172         (speedbar-obj-to-do-point, speedbar-obj-indicator, speedbar-obj-alist)
1173         (speedbar-indicator-regex): New variables.
1174         (speedbar-directory-unshown-regexp): New variable.
1175         (speedbar-supported-extension-expressions): Added more extensions.
1176         (speedbar-add-supported-extension)
1177         (speedbar-add-ignored-path-regexp): Made interactive.
1178         (speedbar-update-flag): Nil w/ no window system.
1179         (speedbar-file-key-map): Moved some key bindings from
1180         `speedbar-key-map' to this map.
1181         (speedbar-make-specialized-keymap): New function.
1182         (speedbar-file-key-map): New key map.
1183         (speedbar-easymenu-definition-special): Updated to new functions.
1184         (speedbar-easymenu-definition-trailer): Changed conditional part.
1185         (speedbar-frame-mode): Removed commented code, fixed W32 cursor
1186         bug, Updated to better handle terminal frames.
1187         (speedbar-switch-buffer-attached-frame): New function.
1188         (speedbar-mode): Updated documentation, no local keymap,
1189         correct `temp-buffer-show-function' use, enable mouse-tracking.
1190         (speedbar-show-info-under-mouse): New function.
1191         (speedbar-reconfigure-keymaps): Was `speedbar-reconfigure-menubar'.
1192         Enable major display mode specific menus & key maps.
1193         (speedbar-temp-buffer-show-function): Fix use of `temp-buffer-show-hook'.
1194         (speedbar-track-mouse, speedbar-track-mouse-xemacs): New functions.
1195         (speedbar-restricted-move, speedbar-restricted-next)
1196         (speedbar-restricted-prev, speedbar-navigate-list)
1197         (speedbar-forward-list, speedbar-backward-list): New commands.
1198         (speedbar-refresh): Updated message printing & verbosity.
1199         (speedbar-item-load): Updated message.
1200         (speedbar-item-byte-compile): Updated doc & reset scanners.
1201         (speedbar-item-info): Overhauled with more details.
1202         (speedbar-item-copy): Update messages.
1203         (speedbar-generic-item-info): New function.
1204         (speedbar-item-delete): Update messages.
1205         (speedbar-item-object-delete): New function.
1206         (speedbar-select-window): Update doc.  Use `show-buffer'.
1207         (speedbar-make-button): Update doc.
1208         (speedbar-initial-expansion-list, speedbar-initial-menu)
1209         (speedbar-initial-keymap, speedbar-initial-stealthy-functions)
1210         (speedbar-add-expansion-list)
1211         (speedbar-change-initial-expansion-list): New functions.
1212         (speedbar-maybe-add-localized-support)
1213         (speedbar-add-localized-speedbar-support)
1214         (speedbar-remove-localized-speedbar-support): Imported from speedbspec.
1215         (speedbar-file-lists): Filter out some directories.
1216         (speedbar-make-tag-line): Can hide brackets.
1217         (speedbar-change-expand-button-char): Protect invisible text prop.
1218         (speedbar-insert-files-at-point): Ignore case during comares.
1219         (speedbar-apply-one-tag-hierarchy-method)
1220         (speedbar-create-tag-hierarchy): New functions.
1221         (speedbar-insert-generic-list): Now calls hierarchy functions on tags.
1222         (speedbar-update-contents): Handles localized support.
1223         (speedbar-update-directory-contents): Uses fn for expansion list.
1224         Fixed directory cacheing bug.
1225         (speedbar-timer-fn): Calls localized support function.
1226         (speedbar-stealthy-update-recurse): New variable.
1227         (speedbar-stealthy-updates): Handle new stealth function format.
1228         (speedbar-clear-current-file): Handle indicator regex.
1229         (speedbar-update-current-file): Ignores case, update handle
1230         indicator regex, Fix line positioning.
1231         (speedbar-add-indicator): Handles obj indicators now.
1232         (speedbar-check-objects, speedbar-check-obj-this-line): New functions.
1233         (speedbar-double-click): Fix tripple click error.
1234         (speedbar-line-file, speedbar-goto-this-file): Handle indicator regex.
1235         (speedbar-line-path): Only try to get a file when in "files" display.
1236         (speedbar-line-depth): Handle indicator regex.
1237         (speedbar-dir-follow): Turn of smart-adjust to disable cache use.
1238         (speedbar-directory-buttons-follow): Hack for W32 emacs directories.
1239         (speedbar-buffers-key-map): New key map.
1240         (speedbar-buffer-easymenu-definition): New meny items.
1241         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
1242         (speedbar-buffer-buttons-engine, speedbar-buffer-click)
1243         (speedbar-buffer-kill-buffer, speedbar-buffer-revert-buffer):
1244         New functions.
1246         * mail/rmail.el: No longer depends on speedbspec for byte compile.
1247         (rmail-speedbar-match-folder-regexp): New variable.
1248         (rmail-speedbar-menu-items): Updated speedbar menu items.
1249         (rmail-speedbar-key-map): New keymap.
1250         (rmail-install-speedbar-variables): New function.
1251         Install speedbar keymap only when speedbar is loaded.
1252         (rmail-speedbar-buttons): Use `rmail-speedbar-match-folder-regexp'.
1254         * info.el: No longer depends on speedbspec for byte compile.
1255         (Info-speedbar-key-map): New key map.
1256         (Info-install-speedbar-variables): New function.
1257         (Info-speedbar-menu-items): Update to new functions.
1258         Install speedbar keymap only when speedbar is loaded.
1259         (Info-speedbar-browser): New command.
1260         (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
1261         (Info-speedbar-expand-node, Info-speedbar-fetch-file-nodes): New fns.
1262         (Info-speedbar-buttons): Handle new node button commands.
1264         * gud.el (gud-speedbar-key-map): New variable.
1265         (gud-install-speedbar-variables): New function
1266         Install speedbar keymap only when speedbar is loaded.
1267         (gud-gdb-get-stackframe): Added ":" to regex for c++.
1269 1998-07-09  Sam Steingold  <sds@usa.net>
1271         * emacs-lisp/cl-indent.el: Indent `handler-case' correctly.
1272         * font-lock.el (lisp-font-lock-keywords): Fontify
1273         `handler-case', `ccase', `ctypecase', `assert', `error'.
1275 1998-07-09  Andrew Innes  <andrewi@harlequin.co.uk>
1277         * jka-compr.el (jka-compr-insert-file-contents): Replace incorrect
1278         inline code with call to find-operation-coding-system.
1280 1998-07-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
1282         * simple.el (undo-in-progress): New variable.
1283         (undo-more): Bind it to t.
1285 1998-07-08  Kenichi Handa  <handa@etl.go.jp>
1287         * international/fontset.el (x-complement-fontset-spec): Typo fixed.
1288         (create-fontset-from-fontset-spec): Likewise.
1289         (create-fontset-from-ascii-font): Likewise.
1291 1998-07-08  Kenichi Handa  <handa@etl.go.jp>
1293         * language/hebrew.el ("Hebrew"): Add coding-priority.
1295         * language/misc-lang.el ("IPA"): Add coding-priority and coding-system.
1297 1998-07-07  Kevin Rodgers  <kevinr@ihs.com>  (tiny change)
1299         * vc.el (vc-finish-logentry): Only delete windows in the
1300         selected frame displaying the *VC-log* buffer, in case another
1301         frame is dedicated to it (which will then be deleted via
1302         kill-buffer).
1304 1998-07-07  Sam Steingold  <sds@goems.com>
1306         * scheme.el (scheme-font-lock-keywords-1): Fontify SCWM/Guile
1307         keywords starting with `define'.
1309 1998-07-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
1311         * mail/rmail.el (rmail): If existing buffer, use local
1312         enable-multibyte-characters for rmail-enable-multibyte.
1313         (rmail-revert): Bind coding-system-for-read to raw-text,
1314         then convert and make buffer multibyte, as in `rmail'.
1316         * files.el (find-file-noselect-1): Use kill-local-variable on
1317         buffer-file-coding-system, instead of setting it.
1318         (save-buffer): Doc fix.
1319         (basic-save-buffer): Doc fix.
1321         * subr.el (add-hook): Use member if FUNCTION is a compiled function.
1323 1998-07-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
1325         * textmodes/fill.el (fill-individual-paragraphs):
1326         Fix previous change.
1328         * textmodes/tex-mode.el (tex-delete-last-temp-files):
1329         Use file-name-sans-extensions.
1331 1998-07-06  Kenichi Handa  <handa@etl.go.jp>
1333         * bindings.el: Make all multibyte characters self-insert.
1335         * isearch.el (isearch-mode-map): Make all multibyte characters
1336         search for themselves.
1338 1998-07-05  Ken'ichi Handa  <handa@melange.gnu.org>
1340         * international/mule.el: Don't make the function charset-list
1341         obsolete.
1343 1998-07-05  Richard Stallman  <rms@psilocin.ai.mit.edu>
1345         * mail/mail-utils.el (rmail-dont-reply-to): Understand
1346         about doublequotes; don't be fooled by commas inside them.
1348 1998-07-04  Richard Stallman  <rms@psilocin.ai.mit.edu>
1350         * textmodes/fill.el (fill-individual-paragraphs):
1351         If JUST-ONE-LINE-PREFIX matches TWO-LINES-PREFIX except with
1352         longer whitespace, treat that as a match even is spaces
1353         are replaced with a tab.
1355 1998-07-03  Michael Ernst  <mernst@alum.mit.edu>
1357         * dired-x.el (dired-omit-expunge): Message if skipping omitting
1358         because directory is too large; also unset dired-omit-files-p.
1359         (dired-omit-size-limit): Increase default from 20000 to 30000.
1361 1998-07-03  Richard Stallman  <rms@psilocin.ai.mit.edu>
1363         * international/mule-cmds.el (set-language-environment):
1364         Test unibyte-syntax instead of using a fixed list of
1365         latin-N character sets.
1367         * language/european.el: Define unibyte-syntax in each of these
1368         language environments.
1369         (setup-8-bit-environment): Let unibyte-syntax specify whether to
1370         load a file of syntax settings, and which one.
1372         * emacs-lisp/byte-opt.el (byte-boolean-vars):
1373         Add print-escape-multibyte.
1375         * progmodes/make-mode.el (makefile-font-lock-keywords):
1376         Recognize automatic variable references.
1377         (makefile-dependency-regex): Don't be fooled by colons in deps.
1379 1998-07-03  Espen Skoglund  <espensk@stud.cs.uit.no>
1381         * pascal.el (pascal-insert-block): Fixed space-deletion bug in
1382         front of the "begin" string.
1383         (pascal-beg-of-defun): Used to locate the beginning of a function
1384         incorrectly when a function contained several begin-end blocks.
1385         Fixed.
1387 1998-07-03  Dave Love  <d.love@dl.ac.uk>
1389         * calendar/diary-lib.el (diary-mail-addr): Fix custom type.
1391 1998-07-03  Andrew Innes  <andrewi@harlequin.co.uk>
1393         * dos-fns.el (dos-print-region-function): Definition moved to
1394         dos-w32.el.
1395         (print-region-function): Initialization moved to dos-w32.el.
1396         (lpr-headers-switches, ps-lpr-command, ps-lpr-switches): Likewise.
1398         * dos-vars.el (dos-printer): Obsolete variable deleted.
1399         (dos-ps-printer): Likewise.
1401         * dos-w32.el (direct-print-region-function): Renamed from
1402         dos-print-region-function.  Added &rest keyword.
1403         (print-region-function): Set to direct-print-region-function.
1404         (lpr-headers-switches): Initialize.
1405         (ps-lpr-command): Initialize.
1406         (ps-lpr-switches): Initialize.
1408         * lpr.el (printer-name): New variable.
1409         (lpr-switches): Mention it in docstring.
1410         (print-region-1): Use it.
1412         * ps-print.el (ps-printer-name): New variable.
1413         (ps-do-despool): Use it.
1415 1998-07-03  Robert J. Chassell  <bob@rattlesnake.com>
1417         * textmodes/texinfo.el (texinfo-environment-regexp):
1418         Add smalldisplay and smallformat.
1420         * info.el (Info-find-node): Handle cross references to an @anchor.
1422         * informat.el (Info-tagify): Finish previous change.
1423         Fix up some messages.
1425         * textmodes/texinfmt.el (texinfmt-version): Update version.
1426         number which is used in header of texinfmt-produced Info files.
1427         (texinfo-format-buffer): Now always tagify, on accout of @anchor.
1428         (texi-format-region): Always tagify.
1429         (texi2info):          Always tagify.
1430         (texinfo-anchor):     Add @anchor command as place to which
1431          a cross reference may go.
1432         (texinfo-no-refill-regexp): Add smalldisplay, smallformat.
1433         (texinfo-format-uref):            New command: @uref.
1434         (texinfo-format-var):             New command: @acronym.
1435         (texinfo-format-code):            New commands: @command, @env, @url.
1436         (texinfo-format-option):          New command: @option.
1437         (texinfo-format-example):         New command: @smalldisplay.
1438         (texinfo-format-flushleft):       New command: @smallformat.
1439         (texinfo-discard-line-with-args): New commands: @novalidate, @pagesize,
1440         @setcontentsaftertitlepage, @setshortcontentsaftertitlepage.
1442 1998-07-03  Eric Ludlam  <zappo@mescaline.gnu.org>
1444         * emacs-lisp/checkdoc.el (checkdoc): Updated commentary.
1445         (checkdoc-autofix-flag): Updated doc.
1446         (checkdoc-force-docstrings-flag): Updated doc.
1447         (checkdoc-force-history-flag): New flag.
1448         (checkdoc-triple-semi-comment-check-flag): Fixed name.
1449         (checkdoc-spellcheck-documentation-flag): Fixed doc.
1450         (checkdoc-ispell-lisp-words): Update default value.
1451         (checkdoc-generate-compile-warnings-flag, checkdoc-proper-noun-list)
1452         (checkdoc-proper-noun-regexp, checkdoc-symbol-words): New variables.
1453         (princ-list): Function created if it isn't bound.
1454         (checkdoc-interactive): Parts removed to `checkdoc-interactive-loop'.
1455         (checkdoc, checkdoc-message-interactive): New function.
1456         (checkdoc-interactive-loop): Was in `checkdoc-interactive', then
1457         added better keybindings, and better autofixing behavior,
1458         Cursor now sits next to the error, forcing scrolling if needed,
1459         and using a better centering algorithm, and much better error
1460         navigation after choosing "f"ix.
1461         (checkdoc-next-error): Added parameter ENABLE-FIX.
1462         (checkdoc-next-message-error, checkdoc-recursive-edit): New functions.
1463         (checkdoc-start): Was `checkdoc', uses new note taking system.
1464         (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments):
1465         Updated to use new note taking system.
1466         (checkdoc-rogue-spaces, checkdoc-rogue-space-check-engine):
1467         Added INTERACT parameter, uses new warnings functions.
1468         (checkdoc-message-text, checkdoc-defun):
1469         Updated to use new note taking system.
1470         (checkdoc-ispell-current-buffer, checkdoc-ispell-interactive): Fix doc.
1471         (checkdoc-ispell-message-text, checkdoc-ispell-start): New function.
1472         (checkdoc-create-error, checkdoc-error-text, checkdoc-error-start)
1473         (checkdoc-error-end, checkdoc-error-unfixable): New functions.
1474         (checkdoc-minor-keymap): Updated keybinds to new interactive functions,
1475         completely re-arranged the minor-mode menu.
1476         (checkdoc-this-string-valid): Moved no doc-string warning here,
1477         and added autofix if a comment already exists there.
1478         (checkdoc-this-string-valid-engine): Fix doc, robusted doc finder.
1479         All previously returned errors now call `checkdoc-create-error'.
1480         Moved no doc string warning out.  Update allowed punctuation at
1481         end of first line.  Fixed up sentence joining.  Verb checking flag
1482         now only checks the first line of a function.  Added more safe
1483         conditions to ambiguous symbols.  Moved symbol quoting to end.
1484         Added autofix for variables that should end in `-flag'.
1485         Replaced use of `y-or-n-p' with `checkdoc-y-or-n-p'.
1486         Reading checkdoc-param comment no longer depends on list syntax.
1487         Fixed various error string spelling & format.
1488         (checkdoc-in-sample-code-p): List starting with all caps word is
1489         now condsidered sample code.
1490         (checkdoc-in-example-string-p, checkdoc-proper-noun-region-engine)
1491         (checkdoc-sentencespace-region-engine): New functions.
1492         (checkdoc-ispell-docstring-engine): Disable spell checking during
1493         if user never wants interaction.  We don't have a non-interactive
1494         spell checking method yet.
1495         (checkdoc-file-comments-engine): Now set up to check all possible
1496         conditions even after encountering an error.  Added auto-fixes
1497         for history and commentary.  All previously returned errors now call
1498         `checkdoc-create-error'.  Message spelling and format.
1499         (checkdoc-message-text-search):
1500         Moved parts to `checkdoc-message-text-next-string'.
1501         (checkdoc-message-text-next-string): New function.
1502         (checkdoc-message-text-engine): All previously returned errors
1503         now call `checkdoc-create-error'.  Can find/skip 'format' call
1504         after the call we are checking.  Added sentence/propernoun scans.
1505         `y-or-n-p' checks and fixes are now more robust.
1506         (checkdoc-y-or-n-p): New function.
1507         (checkdoc-autofix-ask-replace): Update doc.  Protect match-data.
1508         Correctly handle `checkdoc-autofix-flag' of 'never.  New behavior
1509         with `checkdoc-autofix-flag' of 'automatic-then-never.  Better
1510         overlay handling.
1511         (checkdoc-output-font-lock-keywords): Updated to new output format.
1512         (checkdoc-pending-errors): New variable.
1513         (checkdoc-find-error): Updated to new output format.
1514         (checkdoc-start-section, checkdoc-error): Improved the output.
1515         (checkdoc-show-diagnostics): Smarter show algorithm.
1517 1998-07-03  Kenichi Handa  <handa@etl.go.jp>
1519         * faces.el (x-create-frame-with-faces): If an ASCII font is
1520         specified in PARAMETERS, create a fontset from the font and use it
1521         for the new frame.
1523         * international/fontset.el (create-fontset-from-fontset-spec):
1524         Returns a created fontset.
1525         (create-fontset-from-ascii-font): New function.
1527         * term/x-win.el: Fill weight and slant fields of a fontset
1528         generted from the specified ASCII font by values got from the
1529         resolved ASCII font name.
1531 1998-07-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
1533         * emacs-lisp/bytecomp.el (byte-compile-file):
1534         Bind set-auto-coding-for-load to t.
1536         * international/mule.el (set-auto-coding-for-load): New variable.
1537         (set-auto-coding): If set-auto-coding-for-load is non-nil,
1538         look for `unibyte file variable first, then for `coding'.
1539         (load-with-code-conversion): Bind set-auto-coding-for-load to t.
1541         * cus-edit.el (customize-changed-options):
1542         Clean up previous change.
1544         * progmodes/cc-menus.el: Don't require imenu.
1546         * menu-bar.el (menu-bar-mode): Doc fix.
1548 1998-07-02  Dave Love  <fx@gnu.org>
1550         * progmodes/fortran.el (fortran-mode-map) <menu>: Tweak the imenu
1551         menu entry.
1552         (end-of-fortran-subprogram): Check if we're on the END statement.
1554 1998-07-02  Richard Stallman  <rms@psilocin.ai.mit.edu>
1556         * textmodes/texinfmt.el (texinfo-anchor): New function.
1558         * informat.el (Info-tagify): Handle tags for @anchor.
1560         * menu-bar.el (menu-bar-kill-ring-save): Fix message typo.
1562 1998-07-01  Richard Stallman  <rms@psilocin.ai.mit.edu>
1564         * derived.el (derived-mode-hooks-name): Use -hook, not -hooks,
1565         in mode hook name.
1566         (derived-mode-hook-name): Renamed from ...-hooks; caller changed.
1568 1998-07-01  Ken'ichi Handa  <handa@melange.gnu.org>
1570         * international/mule.el (mule-version): Changed to 4.0.
1571         (mule-version-date): Updated.
1573 1998-06-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
1575         * menu-bar.el (menu-bar-edit-menu): Rename Paste most Recent
1576         to simply Paste, and put it above Select and Paste.
1578         * comint.el (comint-exec-1): Setup coding systems appropriately.
1580 1998-06-29  Dirk Herrmann  <D.Herrmann@tu-bs.de>
1582         * bibtex.el (bibtex-hide-entry-bodies): When entry
1583         bodies are hidden, the last entry is no longer omitted.
1585 1998-06-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
1587         * mail/supercite.el (sc-help-address): Use an alias at gnu.org.
1589 1998-06-29  Stephen Eglen  <stephen@gnu.org>
1591         * calendar/diary-lib.el (diary-mail-entries): Call exit-calendar
1592         when finished.
1594 1998-06-28  Peter Stephenson  <pws@ibmth.difi.unipi.it>
1596         * vcursor.el: Use defcustom to define faces.
1597         (vcursor-bind-keys): New function.
1598         (vcursor-key-bindings): Use vcursor-bind-keys for :set.
1599         (vcursor-cs-binding): Function to handle bindings,
1600         handles differences between Emacs and XEmacs.
1601         (vcursor-post-command): Handle vcursor-auto-disable non-nil
1602         and not t to toggle off copying.
1604 1998-06-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
1606         * gnus/message.el (message-cite-original): If mail-citation-hook
1607         is non-nil, just run that and do nothing else.
1608         (message-cite-function): Don't initialize from mail-citation-hook.
1610         * mail/mh-utils.el (mh-find-progs): Avoid WTA error
1611         when mh-progs is nil.  Give a clear specific error message instead.
1613         * shell.el (shell-copy-environment-variable): Fix doc typo.
1615         * ffap.el (ffap-read-file-or-url):
1616         Bind minibuffer-completing-file-name to t.
1618         * informat.el (Info-split): Convert positions to bytes to put in file.
1619         (Info-tagify): Likewise.
1621         * info.el (Info-find-node): Use byte-to-position.
1623 1998-06-28  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1625         * message.el (message-cite-function): Initialized from
1626         `mail-citation-hook', if that variable is bound and non-nil.
1628 1998-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1630         * ange-ftp.el (ange-ftp-send-cmd): When listing a directory that
1631         contains space(s), cd to the directory first to avoid problems
1632         with (some) ftp servers.
1634 1998-06-27  Dan Nicolaescu  <done@ece.arizona.edu>
1636         * cus-dep.el: Fix typo.
1638 1998-06-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
1640         * startup.el (command-line) <handling LANG>: Change 9 to 5, not 5 to 9.
1641         (command-line-1): Fix mouse startup message.
1643         * textmodes/text-mode.el (text-mode): Locally set indent-line-function.
1645         * find-dired.el (find-dired): Bind dired-buffers so it can't change.
1646         Use abbreviate-file-name.
1648         * imenu.el (imenu-space-replacement): Use `.'.
1650         * textmodes/sgml-mode.el (html-imenu-regexp): New defvar.
1651         (html-imenu-index): New function.
1652         (html-mode): Set up local vars to use html-imenu-index.
1653         Don't sort the menu.
1655         * international/mule.el (set-keyboard-coding-system): Doc typo.
1657 1998-06-26  Michael Ernst  <mernst@alum.mit.edu>
1659         * sendmail.el (mail): Avoid changing auto-save file name.
1661 1998-06-26  Dan Nicolaescu  <done@ece.arizona.edu>
1663         * textmodes/flyspell.el (flyspell): Add :version.
1665 1998-06-26  Ken'ichi Handa  <handa@melange.gnu.org>
1667         * language/greek.el: Add coding-priority.
1669 1998-06-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
1671         * mail/mailalias.el (mail-complete): Fix the test of (mail-heder-end).
1673 1998-06-26  Kenichi Handa  <handa@etl.go.jp>
1675         * international/fontset.el (create-fontset-from-fontset-spec):
1676         Generate ASCII font names of style variants fontsets from a
1677         resolved ASCII font name of a base fontset.
1679         * language/korea-util.el (isearch-toggle-korean-input-method)
1680         (isearch-hangul-switch-symbol-ksc, isearch-hangul-switch-hanja):
1681         New functions.
1682         (korean-key-bindings): Renamed from exit-korean-environment-data.
1683         Initialized apropriately.
1684         (setup-korean-environment): Setup key bindings according to
1685         korean-key-bindings.
1686         (exit-korean-environment): Revert key bindings only if the current
1687         key bindings is the same as what set by setup-korean-environment.
1689 1998-06-25  Andrew Innes  <andrewi@harlequin.co.uk>
1691         * faces.el (set-face-font): For now, don't call
1692         resolve-fontset-name on Windows.
1693         (set-face-font-auto): Likewise.
1695 1998-06-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
1697         * textmodes/flyspell.el: Delete defcustom definition.
1698         (flyspell-auto-correct-binding): Fix custom type.
1699         (mail-mode-flyspell-verify): Check for `Subject:'.
1700         (flyspell-mouse-map): Use cond, not if.
1701         (flyspell-region): Update message only every 100 actions.
1703 1998-06-25  Jens-Ulrik Petersen  <petersen@kurims.kyoto-u.ac.jp>
1705         * find-func.el: Require `loadhist'.
1706         (find-function-function): Variable removed.
1707         (find-function-regexp): New variable, taken from former constant
1708         in `find-function-noselect'.  Can now find function definitions
1709         with parameters on a new line.
1710         (find-variable-regexp): New variable.
1711         (find-function-recenter-line): New variable.
1712         (find-function-after-hook): New variable.
1713         (find-function-search-for-symbol): Subroutine, from
1714         of `find-function-noselect'.
1715         (find-function-search-for-symbol): `regexp-quote' the symbol name:
1716         needed to find-function `mapcar*' for example.
1717         (find-function-noselect): Improved docstring.  Don't include
1718         `library' in let.
1719         Use `symbol-file' instead of `describe-symbol-find-file'.
1720         (find-function-read): Renamed from `find-function-read-function'.
1721         With optional arg now read a variable.
1722         (find-function-read): Separate `completing-read' calls for
1723         variables and functions.
1724         (find-function-do-it): If buffer found was already current push
1725         mark.  Added parameter to indicate if a variable is being searched for.
1726         (find-function-do-it): Mention new `find-function-recenter-line'
1727         and `find-function-after-hook' in docstring.  Use them.
1728         (find-function): Remove optional arg.  Use `find-function-do-it'
1729         and `find-function-read'.
1730         (find-function-other-window): Ditto.
1731         (find-function-other-frame): Ditto.
1732         (find-function): Mention `find-function-recenter-line' and
1733         `find-function-after-hook' in docstring.
1734         (find-function-other-window): Remove most of docstring and add
1735         reference to `find-function' instead.
1736         (find-function-other-frame): Ditto.
1737         (find-variable-noselect): New function for finding the point of
1738         definition of variables, modeled on `find-function-noselect'.
1739         (find-variable-noselect): Use `symbol-file' instead of
1740         `describe-symbol-find-file'.
1741         (find-variable): New function.
1742         (find-variable-other-window): Ditto.
1743         (find-variable-other-frame): Ditto.
1744         (find-variable): Mention `find-function-recenter-line' and
1745         `find-function-after-hook' in docstring.
1746         (find-variable-other-window): Remove most of docstring and add
1747         reference to `find-variable' instead.
1748         (find-variable-other-frame): Ditto.
1749         (find-function-on-key): Simplified.  Removed stuff now taken care
1750         of by interactive "k".
1751         (find-function-at-point): New function.
1752         (find-variable-at-point): Ditto.
1754 1998-06-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
1756         * mail/rmail.el (mail-unsent-separator): Add new alternative.
1758 1998-06-25  Karl Heuer  <kwzh@gnu.org>
1760         * mail/feedmail.el: Style and doc fixes.
1762 1998-06-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
1764         * textmodes/flyspell.el: New file.
1766         * dabbrev.el (dabbrev-ignored-buffer-names):
1767         Fix typo.  Add *Buffer List*.
1769 1998-06-24  Andrew Innes  <andrewi@mescaline.gnu.org>
1771         * dos-w32.el (null-device): Renamed from grep-null-device.
1773 1998-06-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
1775         * custom.el (custom-set-default): New function.
1776         (custom-set-variables): Use custom-set-default.
1777         (custom-local-buffer): New variable.
1778         (defcustom): Doc fix.
1780 1998-06-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1782         * international/fontset.el (fontset-default-styles): Fix custom type.
1784 1998-06-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
1786         * international/mule-cmds.el (set-language-environment):
1787         Allow all language environments, even in unibyte mode.
1788         But set the terminal coding system only in the known few.
1790         * language/japanese.el (iso-2022-jp): Delete spurious quote.
1792 1998-06-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1794         * ange-ftp.el (ange-ftp-default-user)
1795         (ange-ftp-generate-anonymous-password): Use `other' widget type.
1796         * autoinsert.el (auto-insert, auto-insert-query): Use `other'
1797         widget type.
1798         * bookmark.el (bookmark-save-flag, bookmark-version-control): Use
1799         `other' widget type.
1800         * comint.el (comint-input-autoexpand): Use `other' widget type.
1801         * complete.el (PC-first-char): Use `other' widget type.
1802         * cus-edit.el (custom-magic-show): Use `other' widget type.
1803         * cus-start.el (selective-display, suggest-key-bindings)
1804         (message-log-max): Use `other' widget type.
1805         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace)
1806         (dabbrev-check-other-buffers): Use `other' widget type.
1807         * dired-aux.el (dired-backup-overwrite): Use `other' widget type.
1808         * dired-x.el (dired-vm-read-only-folders): Use `other' widget
1809         type.
1810         * dos-vars.el (dos-ps-printer): Use `other' widget type.
1811         * ediff-init.el (ediff-autostore-merges): Use `other' widget
1812         type.
1813         * emacs-lisp/advice.el (ad-redefinition-action)
1814         (ad-default-compilation-action): Use `other' widget type.
1815         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree):
1816         Use `other' widget type.
1817         * emacs-lisp/checkdoc.el (checkdoc-autofix-flag): Use `other'
1818         widget type.
1819         * emacs-lisp/copyright.el (copyright-query): Use `other' widget
1820         type.
1821         * fast-lock.el (fast-lock-verbose): Use `other' widget type.
1822         * files.el (version-control, delete-old-versions)
1823         (require-final-newline, enable-local-variables, enable-local-eval):
1824         Use `other' widget type.
1825         * font-lock.el (font-lock-verbose): Use `other' widget type.
1826         * gnus/gnus-art.el (gnus-prompt-before-saving): Use `other' widget
1827         type.
1828         * gnus/gnus-async.el (gnus-use-article-prefetch): Use `other'
1829         widget type.
1830         * imenu.el (imenu-always-use-completion-buffer-p): Use `other'
1831         widget type.
1832         * isearch.el (search-upper-case): Use `other' widget type.
1833         * ispell.el (ispell-highlight-p, ispell-check-comments)
1834         (ispell-help-in-bufferp, ispell-skip-sgml): Use `other' widget
1835         type.
1836         * lazy-lock.el (lazy-lock-defer-on-scrolling)
1837         (lazy-lock-defer-contextually): Use `other' widget type.
1838         * mail/mh-comp.el (mh-yank-from-start-of-msg): Use `other' widget
1839         type.
1840         * mail/rmail.el (rmail-enable-mime): Use `other' widget type.
1841         * mail/supercite.el (sc-cite-region-limit): Use `other' widget
1842         type.
1843         * mouse-sel.el (mouse-sel-default-bindings): Use `other' widget
1844         type.
1845         * progmodes/etags.el (tags-add-tables): Use `other' widget type.
1846         * progmodes/executable.el (executable-query): Use `other' widget
1847         type.
1848         * ps-print.el (ps-print-control-characters): Use `other' widget
1849         type.
1850         * rlogin.el (rlogin-process-connection-type)
1851         (rlogin-directory-tracking-mode): Use `other' widget type.
1852         * shadowfile.el (shadow-noquery): Use `other' widget type.
1853         * textmodes/bibtex.el (bibtex-include-OPTkey): Use `other' widget
1854         type.
1856 1998-06-23  Ken'ichi Handa  <handa@melange.gnu.org>
1858         * international/fontset.el (x-style-funcs-alist): Remove
1859         duplicated code.
1861 1998-06-23  Richard Stallman  <rms@psilocin.ai.mit.edu>
1863         * cus-edit.el (custom-buffer-create-internal): New optional arg LOCAL;
1864         set custom-local-buffer locally to that.
1865         (custom-buffer-create): New optional arg LOCAL.
1866         (customize-local-variables): New function.
1867         (custom-default-value): New function.
1868         (custom-variable-value-create): Use custom-default-value.
1869         (customize-set-variable): Use custom-set-default.
1870         (customize-save-variable): Likewise.
1871         (custom-variable-set, custom-variable-reset-standard): Likewise.
1872         (custom-variable-save, custom-variable-reset-saved): Likewise.
1874 1998-06-23  Eli Zaretskii  <eliz@is.elta.co.il>
1876         * progmodes/executable.el (executable-binary-suffixes): New variable.
1877         (executable-find): Use it to look for executable program files.
1879 1998-06-23  Michael Ernst  <mernst@alum.mit.edu>
1881         * bibtex.el: Numerous documentation fixups.
1882         Delete periods from error messages.
1884         * bibtex.el (bibtex-move-outside-of-entry): If outside an entry,
1885         try not to move point, or only move it minimally.
1887         * bibtex.el (bibtex-autokey-get-titlestring): Omit delimiters.
1889 1998-06-23  Dave Love  <fx@gnu.org>
1891         * files.el (auto-mode-alist): Map .xml to sgml-mode.
1893 1998-06-23  Kenichi Handa  <handa@etl.go.jp>
1895         * language/japan-util.el: Introduce new character code property
1896         `composition'.  Add property `jisx0208' to Japanese hankaku characters.
1897         (japanese-kana-table): Add more data.
1898         (japanese-symbol-table): Change the order of elements.
1899         (japanese-katakana-region): Adjusted for the above changes.  Check
1900         character code properties directly here.
1901         (japanese-hiragana-region): Likewise.
1902         (japanese-hankaku-region): Likewise.
1903         (japanese-zenkaku-region): Likewise.
1905 1998-06-22  WJCarpenter  <bill@carpenter.ORG>
1907         * mail/feedmail.el: New file.
1909 1998-06-22  Andrew Innes  <andrewi@harlequin.co.uk>
1911         * term/w32-win.el (internal-face-interactive): Handle case where
1912         BOOL is `color'.
1914 1998-06-22  Richard Stallman  <rms@sucrose.ai.mit.edu>
1916         * progmodes/compile.el (grep-command): Initialize to nil.
1917         (grep-find-command): Initialize to nil.
1918         (grep-find-use-xargs): Initialize to nil.
1919         (grep-compute-defaults): New function, sets those three vars properly.
1920         (grep, grep-find): Call grep-compute-defaults if ...command variable
1921         is still nil.
1922         (grep-program): Doc fix.
1924 1998-06-21  Richard Stallman  <rms@sucrose.ai.mit.edu>
1926         * files.el (find-file-noselect-1): Init buffer-file-coding-system
1927         from default-buffer-file-coding-system.
1929         * files.el (find-file-noselect-1): Return the buffer that is current
1930         after after-find-file.
1931         (find-file-noselect): Return whatever find-file-noselect-1 returns.
1933         * emacs-lisp/cl-macs.el (buffer-modified-p): Make defsetf handle
1934         buffer argument.
1936         * mail/rmailout.el (rmail-output): Handle directories properly
1937         in suggestions fro the alist.
1939 1998-06-21  Dan Nicolaescu  <done@ece.arizona.edu>
1941         * midnight.el (midnight): Put :version to the defgroup and delete
1942         it from all the variables.
1944         * net-utils.el (net-utils): Add :version.
1946 1998-06-21  Dan Nicolaescu  <done@ece.arizona.edu>
1948         Add support for loading the files that contain :version when doing
1949         `custoize-changed-options' so it can know which variables have
1950         changed even in files that were not loaded at the time it was called.
1951         * cus-edit.el (customize-changed-options): Remeber all the
1952         versions and load the corresponding files before we show the
1953         customization buffer.  Change the sorting to show the groups first
1954         in the customization buffer.
1956         (custom-buffer-create-internal): Move the ... before %.
1958         * cus-dep.el (custom-make-dependencies): Also remember if the
1959         variable is autoloaded or not.
1960         Create the information needed by customize-changed-options.
1962 1998-06-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
1964         * vc.el (vc-binary-suffixes): New variable.
1965         (vc-find-binary): Append every suffix from vc-binary-suffixes when
1966         looking for executable files.
1968 1998-06-20  Richard Stallman  <rms@gnu.org>
1970         * apropos.el (apropos-print): Delete arg DOC-FN.
1971         Callers changed to do that work before calling apropos-print.
1972         Make *Apropos* buffer read only.
1974         * replace.el (occur): Set buffer-read-only.
1976 1998-06-20  Per Starbäck  <starback@strindberg.ling.uu.se>
1978         * international/characters.el, ispell.el, startup.el: Doc fixes.
1980         * ispell.el (ispell-skip-region): Don't complain when
1981         ispell-check-comments is 'exclusive and there are no more
1982         comments.  Just skip to the end instead.
1984 1998-06-20  Kenichi Handa  <handa@etl.go.jp>
1986         * international/fontset.el (x-style-funcs-alist): If
1987         x-make-font-demibold or x-make-font-bold return nil, don't try
1988         further style modification.
1990         * international/encoded-kb.el (encoded-kbd-self-insert-sjis):
1991         Handle katakana-jisx0201 correctly.
1993         * isearch.el (isearch-range-invisible): Handle the case that
1994         buffer-invisibility-spec is t (i.e. not a list).
1996         * language/devan-util.el (devanagari-digit-viram-visarga): Set the
1997         correct value.
1998         (devanagari-composite-glyph-unit): Likewise.
1999         (devanagari-char-to-glyph-rules): Likewise.
2001         * language/ethio-util.el: Delete codes for ethio-mode, which
2002         includes deletion of varialble ethio-mode, variable
2003         ethio-mode-map, and function ethio-mode.
2004         (exit-ethiopic-environment-data): New variable.
2005         (setup-ethiopic-environment): Recode information of changed key
2006         bindings in exit-ethiopic-environment-data.  Add
2007         ethio-select-a-translation to quail-mode-hook.
2008         (exit-ethiopic-environment): New function.
2009         (ethio-find-file): Don't check ethio-mode.
2010         (ethio-write-file): Likewise.
2012         * language/ethiopic.el: Set `exit-function' of Ethiopic
2013         lang. env. to exit-ethiopic-environment.
2015         * term/x-win.el: When creating a fontset from a specified ASCII
2016         font, don't use the resolved fon tname for the new fontset name.
2018 1998-06-19  Karl Heuer  <kwzh@gnu.org>
2020         * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Doc fix.
2021         (checkdoc-continue, checkdoc-tripple-semi-comment-check-flag): Ditto.
2022         (checkdoc-common-verbs-wrong-voice): Use dotted pairs.
2024 1998-06-19  Richard Stallman  <rms@gnu.org>
2026         * startup.el (normal-top-level):
2027         For root, set backup-by-copying-when-mismatch to t.
2029         * international/fontset.el (x-style-funcs-alist):
2030         Fix the elements that call two x-... functions
2031         so they don't call the second if the first gives nil.
2032         (fontset-default-styles): New variable.
2033         (create-fontset-from-fontset-spec): Use fontset-default-styles.
2035 1998-06-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2037         * progmodes/dcl-mode.el (dcl): Define as customize group, not
2038         as option.
2040 1998-06-19  Stephen Gildea  <gildea@stop.mail-abuse.org>
2042         * time-stamp.el (time-stamp): Handle newlines in time-stamp-pattern.
2043         (time-stamp-string-preprocess): Handle more than one numeric arg.
2045 1998-06-19  Dave Love  <fx@gnu.org>
2047         * browse-url.el (browse-url-netscape): Encode `)' too.
2049 1998-06-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
2051         * vc.el (vc-find-binary): Accept only non-directories.
2053 1998-06-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
2055         * mail/rmail.el (rmail): Make the buffer multibyte
2056         even if it was already nonempty, if it should be multibyte.
2058         * custom.el (custom-declare-variable): Update current-load-list.
2060 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2062         * wid-edit.el (widget-default-get): Doc fix.
2063         (widget-editable-list-entry-create): Apply :value-to-external to
2064         the value returned from wiget-default-get.
2066 1998-06-14  Ken'ichi Handa  <handa@melange.gnu.org>
2068         * international/mule.el (set-auto-coding): Redo the previous change.
2070         * tar-mode.el (tar-extract): Adjusted for the change of the spec
2071         of set-auto-coding-function.
2073 1998-06-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
2075         * play/gamegrid.el, play/snake.el, play/tetris.el: New file.
2077         * uncompress.el (uncompress-while-visiting):
2078         Bind coding-system-for-write and coding-system-for-read.
2080         * tmm.el (tmm-get-keymap): Handle :filter.
2082 1998-06-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
2084         * files.el (file-name-invalid-regexp): Add control characters for
2085         the case of DOS/Windows: they are disallowed by these filesystems.
2087 1998-06-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
2089         * net-utils.el: New file.
2091 1998-06-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
2093         * emacs-lisp/sregex.el: New file.
2095         * startup.el (command-line-1): Check that user-init-file non-nil.
2097         * files.el (user-init-file): Default value now nil.
2099         * help.el (help-map): C-h 4 i runs info-other-window.
2101         * info.el (info-other-window): New function.
2103         * mail/rmail.el (rmail-variables): Locally bind
2104         local-enable-local-variables, not enable-local-variables.
2105         (rmail): Don't switch buffers inside the binding of
2106         enable-local-variables.
2108         * arc-mode.el (archive-mode): Locally bind
2109         local-enable-local-variables, not enable-local-variables.
2111         * tar-mode.el (tar-mode): Locally bind local-enable-local-variables,
2112         not enable-local-variables.
2114         * files.el (local-enable-local-variables): New variable.
2115         (set-auto-mode): Test it.
2117         * wid-edit.el (other): Doc fix.
2119         * repeat.el (repeat):
2120         Don't set obsolete var repeat-num-input-keys-at-prefix.
2122         * files.el (find-file-noselect): Delete unused local var `error'.
2123         (find-file-noselect-1): Add local var `error'.
2125         * ispell.el (ispell-region): Return non-nil if not aborted.
2126         (ispell-highlight-spelling-error-generic): Fix doc typo.
2128 1998-06-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
2130         * midnight.el (midnight-mode): New variable.
2131         (midnight-timer-function): New function.
2132         (midnight-delay-set): Make the timer run midnight-timer-function.
2134 1998-06-12  Andre Spiegel  <spiegel@inf.fu-berlin.de>
2136         * vc.el (vc-dired-hook): Don't use dired-kill-line to remove
2137         directory lines in terse mode.
2138         (vc-dired-purge): If the top level dir is empty, make it look
2139         a little nicer.
2141 1998-06-12  Dave Love  <fx@gnu.org>
2143         * loadhist.el (read-feature): Doc fix.
2144         (loadhist-hook-functions): New variable.
2145         (unload-feature): Act on FEATURE-unload-hook or look for unloaded
2146         functions on hooks and remove them.
2148 1998-06-12  Ken'ichi Handa  <handa@melange.gnu.org>
2150         * international/mule.el (set-auto-coding): Cancel the previous change.
2152 1998-06-12  Kenichi Handa  <handa@etl.go.jp>
2154         * faces.el (set-face-font): Pay attention to fontset.
2155         (set-face-font-auto): Call resolve-fontset-name.
2157         * international/fontset.el (instantiate-fontset): Delete
2158         duplicated call of x-complement-fontset-spec.  Call new-fontset
2159         with a correct argument.
2160         (x-compose-font-name): Argument name adjusted for the doc-string.
2161         (x-complement-fontset-spec): Don't alter the contents of the
2162         arguments XLFD-FIELDS and FONTLIST.
2163         (x-style-funcs-alist): The format changed.
2164         (x-modify-font-name): New function.
2165         (create-fontset-from-fontset-spec): The arg STYLE-VARIANT-P is
2166         changed to STYLE-VARIANT, the format also changed.  Use
2167         x-modify-font-name instead of calling functions in
2168         x-style-funcs-alist directly.
2169         (instantiate-fontset): Use x-modify-font-name instead of calling
2170         functions in x-style-funcs-alist directly.
2171         (resolve-fontset-name): New function.
2173         * term/x-win.el: While creating fontsets of style variants, pay
2174         attention to X resources XXX.attributeFont.
2176 1998-06-12  Thien-Thi Nguyen  <ttn@delysid.gnu.org>
2178         * progmodes/hideshow.el: Require `easymenu'.  Rework to
2179         use easymenu.  Remove eol ws.
2180         (hs-hide-level-recursive, hs-hide-level): Add.
2181         (hs-unbalance-handler-method): Delete.
2182         (hs-show-block-at-point): Always use `top-level'
2183         unbalanced-handler case.
2184         (hs-minor-mode): Use `make-local-variable' not
2185         `make-variable-buffer-local'.
2187 1998-06-12  Kenichi Handa  <handa@etl.go.jp>
2189         * international/mule.el (set-auto-coding): Argument is changed to SIZE.
2190         Now finds the text to be scanned in the current buffer.
2192 1998-06-11  Rob Riepel  <riepel@Zathras.Stanford.EDU>
2194         * tpu-edt.el (tpu-include) Use insert-file-contents, remove
2195         save-excursion.
2197 1998-06-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
2199         * help.el (describe-key, describe-key-briefly):
2200         Don't discard up event after down event.
2202         * emacs-lisp/find-func.el (find-function-on-key):
2203         Don't discard up event after down event.
2205 1998-06-11  Felix Lee  <flee@cygnus.com>
2207         * gud.el (gud-filter): Extend scope of binding of
2208         gud-filter-defer-flag.
2210 1998-06-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
2212         * jka-compr.el (jka-compr-insert-file-contents): Don't run
2213         after-insert-file-functions, since caller does that.
2215         * midnight.el: New file.
2217 1998-06-11  Andre Spiegel  <spiegel@inf.fu-berlin.de>
2219         * dired.el (dired-readin): Insert headerline only if necessary.
2220         (Not in recursive listings.)
2222         * vc.el (vc-dired-recurse, vc-dired-terse-display): New user options.
2223         (vc-next-action-dired): Cleanup.  Let vc-dired-terse-mode be nil here,
2224         so that checked-in files don't vanish.
2225         (vc-dired-toggle-terse-mode): New function.
2226         (vc-dired-hook): Don't show "." and "..".  Handle terse mode.
2227         (vc-dired-purge): New function.
2228         (vc-directory): Handle vc-dired-recurse.
2230 1998-06-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
2232         * mail/rmail.el (rmail-toggle-header): Fix previous change.
2234 1998-06-10  Dave Love  <fx@gnu.org>
2236         * mail/metamail.el (metamail-region): Don't use concat with
2237         numeric arg.
2239         * browse-url.el: Don't require dired when compiling.
2240         (browse-url-lynx-input-delay, browse-url-lynx-input-attempts):
2241         Remove customization.
2242         (browse-url-grail): Respect new-window arg (Barry Warsaw).
2244 1998-06-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
2246         * progmodes/cc-langs.el (c-mode-menu): Use (mark t), not (mark),
2247         in enable-expressions.
2249         * wid-edit.el (other): New widget type.
2251         * emacs-lisp/eval-reg.el (elisp-eval-region):
2252         Accept new arg read-function; also handle load-read-function.
2254 1998-06-10  Andrew Innes  <andrewi@harlequin.co.uk>
2256         * startup.el (command-line): Set `temporary-file-directory' based
2257         on environment settings, before processing init files.
2259 1998-06-10  Alan Shutko  <ats@acm.org>
2261         * bindings.el (ctl-x-map): Change vi-dot binding to repeat.
2263 1998-06-09  Per Abrahamsen  <abraham@dina.kvl.dk>
2265         * wid-edit.el (widget-specify-secret): New function.
2266         (widget-after-change): Use it.
2267         (widget-specify-field): Use it.
2269 1998-06-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
2271         * emacs-lisp/lisp-mode.el (eval-defun): Pass read function to
2272         eval-region as arg, instead of binding load-read-function.
2274         * files.el (find-file-noselect): Use find-file-noselect-1
2275         after "Save file and revisit literally? ".
2277         * help.el (help-make-xrefs): When scanning keymap binding listings,
2278         scan from the very beginning.
2279         (help-follow-mouse): Avoid save-excursion, so can set point properly.
2281         * mail/uce.el: Several fixes in doc string style.
2282         (uce-mail-reader): Use defcustom.
2284 1998-06-09  Ed Reingold  <reingold@cs.uiuc.edu>
2286         * calendar/cal-tex.el (cal-tex-list-diary-entries): Set
2287         diary-display-hook correctly.
2289         * calendar/cal-menu.el (calendar-mouse-holidays)
2290         (calendar-mouse-view-diary-entries)
2291         (calendar-mouse-view-other-diary-entries): Rewritten to put results
2292         in popup menu to be consistent with other functions.
2294         * calendar/diary-lib.el (view-other-diary-entries): Don't overide
2295         default value of diary-file.
2297 1998-06-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
2299         * mail/sendmail.el (mail-header-end): Widen.
2300         (mail-text-start): Widen.
2302         * progmodes/cperl-mode.el (pod2man-program): Var reinstalled.
2303         (cperl-pod-to-manpage, cperl-pod2man-build-command): Fns reinstalled.
2305 1998-06-09  stanislav shalunov  <shalunov@mccme.ru>
2307         * mail/uce.el (uce-message-text):
2308         Change the text of message that is sent.
2310         * mail/uce.el (uce-reply-to-uce): Do not assume all Received lines
2311         are on top of message without headers like `From' or `To'.
2313         * mail/uce.el (uce-reply-to-uce): Parse Received lines better.
2315         * mail/uce.el (uce-mail-reader): New user option.
2316         (uce-reply-to uce): Add support for Gnus.  User is supposed to set
2317         uce-mail-reader to `gnus' if using Gnus to read mail.  The default
2318         is to assume Rmail.  There's no magic to determine what mail
2319         reader is currently active, so it is not possible to mix using
2320         uce.el with Rmail and Gnus.
2322 1998-06-08  Dan Nicolaescu  <done@ece.arizona.edu>
2324         * generic.el (generic-mode-with-type): Set major-mode to be the
2325         actual mode, not generic-mode.
2327 1998-06-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
2329         * apropos.el (apropos-print): The cross ref for a variable
2330         should always do just describe-variable.
2332         * ange-ftp.el (ange-ftp-expand-dir): Use null-device.
2334         * progmodes/compile.el (grep-null-device): Variable deleted.
2335         (grep-command, grep-find-use-xargs): Use null-device.
2336         (grep, grep-find): Use null-device.
2338         * files.el (null-device): New variable.
2340         * progmodes/cperl-mode.el (Man-filter-list): Unused variable deleted.
2341         (cperl-perldoc, cperl-perldoc-at-point): Functions reinstalled.
2343 1998-06-08  Andrew Innes  <andrewi@harlequin.co.uk>
2345         * ange-ftp.el (ange-ftp-file-name-completion): Use
2346         ange-ftp-this-dir instead of literal "/" when calling real
2347         completion function.
2349 1998-06-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
2351         * textmodes/texnfo-upd.el (texinfo-insert-master-menu-list):
2352         Insert \n after @detailmenu.
2354 1998-06-07  Richard Stallman  <rms@psilocin.ai.mit.edu>
2356         * progmodes/cperl-mode.el (cperl-problems): Doc fix.
2358         * progmodes/cperl-mode.el (cperl-pod-to-manpage): Function deleted.
2359         (cperl-pod2man-build-command, cperl-perldoc-at-point): Likewise.
2360         (cperl-perldoc): Likewise.
2361         (pod2man-program): Variable deleted.
2363         * repeat.el: Renamed from vi-dot.el.
2364         All functions and variables renamed.
2365         (repeat-last-kill-command): Variable deleted;
2366         use real-last-command instead.
2367         (kill-region): Advice definition deleted.
2368         (universal-argument-more, universal-argument-other-key)
2369         (typematic-universal-argument-more-or-less): Advice deleted.
2370         (repeat-prefix-arg): Variable deleted.
2371         (repeat-num-input-keys-at-prefix): Variable deleted.
2372         (repeat): Use last-prefix-arg.
2374 1998-06-07  Stephen Eglen  <stephen@gnu.org>
2376         * iswitchb.el (iswitchb-require-match, iswitchb-temp-buflist)
2377         (iswitchb-bufs-in-frame): Variables declared with defvar to quieten
2378         the byte compiler.
2380 1998-06-06  Andrew Innes  <andrewi@harlequin.co.uk>
2382         * ange-ftp.el (ange-ftp-file-name-completion): Do hostname
2383         completion in root directory of all drives on Windows.
2384         (ange-ftp-file-name-all-completions): Fix regexp for detecting
2385         root directory on drives.
2387         (file-name-handler-alist): Remove the autoload tag from the
2388         top-level form which changes file-name-handler-alist to support
2389         Windows hostname completion.
2391 1998-06-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
2393         * gnus/message.el (message-mode): Set paragraph-start and
2394         paragraph-separate as in mail-mode.
2396         * mail/sendmail.el (mail-mode): Include `-- ' and `---+' in
2397         paragraph-start and paragraph-separate.
2399         * progmodes/fortran.el (fortran-electric-line-number):
2400         Add delete-selection property.
2402         * simple.el (comment-region): Check for enough chars to delete
2403         in the numarg != t case as in the numarg = t case.
2405 1998-06-06  Dan Nicolaescu  <done@ece.arizona.edu>
2407         * emacs-lisp/autoload.el (make-autoload): Add support for
2408         `define-generic-mode' and `easy-mmode-define-minor-mode' and
2409         update the doc string accordingly.
2411 1998-06-06  Richard Stallman  <rms@psilocin.ai.mit.edu>
2413         * mail/rmail.el (rmail): Prevent find-file from calling
2414         rmail-mode for a new buffer.  Do it later, instead.
2416         * rect.el (string-rectangle-line): Delete the rectangle first.
2417         (string-rectangle): Doc fix.
2419         * files.el (find-file-noselect-1): New function.
2420         (find-file-noselect): If want to visit literally and buffer is
2421         visited the ordinary way, or vice versa, ask user whether
2422         to re-visit, or save and revisit.  Use find-file-noselect-1.
2424 1998-06-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2426         * ps-print.el: Fix spooled file bugs.
2427         (ps-print-version): New version number (3.06.3) and doc fix.
2428         (ps-page-postscript): New var.
2429         (ps-begin-file): Initialize PostScript page number,
2430         eliminate total page and line number.
2431         (ps-begin-job): Eliminate PostScript Trailer section on spooled buffer,
2432         initialize total page and line number.
2433         (ps-end-file): Use PostScript page number.
2434         (ps-header-page): Adjust header page.
2435         (ps-generate): Adjust page and line count setting.
2436         (ps-do-despool): Eliminate PostScript Trailer section setting.
2438 1998-06-05  Richard Stallman  <rms@psilocin.ai.mit.edu>
2440         * man.el (Man-kill, Man-quit): Use quit-window.
2442         * ps-print.el (ps-generate): Call set-buffer-multibyte.
2444         * textmodes/fill.el (fill-paragraph):
2445         Bind fill-paragraph-function to nil, if it doesn't do the job.
2447 1998-06-05  Ed Reingold  <reingold@melange.gnu.org>
2449         * calendar/cal-menu.el (cal-menu-update): Fix menu separators.
2451 1998-06-05  Andrew Innes  <andrewi@harlequin.co.uk>
2453         * jka-compr.el (jka-compr-write-region): Ensure
2454         `last-coding-system-used' is updated, so that basic-save-buffer
2455         sees the right value.
2457 1998-06-05  Richard Stallman  <rms@gnu.org>
2459         * loadup.el: Clean up mechanism for removing -l loadup from end.
2461 1998-06-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
2463         * dired.el (dired-internal-noselect): Call either dired-mode
2464         or MODE, but not both.
2466         * vc.el (vc-directory): Bind vc-dired-switches in order to
2467         pass switches to vc-dired-mode.
2468         (vc-dired-mode): Check for vc-dired-switches.
2470 1998-06-04  Dan Nicolaescu  <done@ece.arizona.edu>
2472         * rsz-mini.el (resize-minibuffer-mode):
2473         * iswitchb.el (iswitchb-read-buffer): Add autoload cookie.
2475 1998-06-03  Kevin Rodgers  <kevinr@ihs.com>  (tiny change)
2477         * replace.el (esc-map): Bind C-M-% to query-replace-regexp.
2479 1998-06-03  Richard Stallman  <rms@gnu.org>
2481         * cus-edit.el (customize-group-other-window): Fix previous change.
2483         * international/mule-diag.el (list-character-sets-1): New subroutine.
2484         (list-character-sets): Use it.
2485         (list-coding-systems-1): New subroutine.
2486         (list-coding-systems): Use it.
2487         (list-input-methods-1): New subroutine.
2488         (list-input-methods): Use it.
2489         (mule-diag): Avoid method of displaying text in *Help* then copying it.
2490         Instead, insert it directly into *Mule-Diagnosis*.
2491         Use list-character-sets-1, list-coding-systems-1, list-input-methods-1.
2492         Copy the code from list-fontsets and list-coding-categories.
2493         Improve the display buffer's header.
2495         * files.el (toggle-read-only): When exiting View mode, locally
2496         set view-read-only to t so another toggle will re-enable View mode.
2498         * view.el (View-exit-and-edit): Bind view-no-disable-on-exit to nil.
2500 1998-06-03  Michael Ernst  <mernst@alum.mit.edu>
2502         * mail/rmailsum.el (rmail-summary-rmail-update): Set message
2503         unseen only if `rmail-summary-put-back-unseen' is non-nil.
2505         * mail/rmail.el (rmail-toggle-header): Redo previous change;
2506         don't move point if possible.
2507         (rmail-count-screen-lines): Add.
2509 1998-06-03  Per Starbäck  <starback@update.uu.se>
2511         * emacs-lisp/bytecomp.el (byte-compile-lambda): Fix previous
2512         change.
2514 1998-06-03  Dan Nicolaescu  <done@ece.arizona.edu>
2516         * locate.el (locate, locate-with-filter):
2517         * generic.el (define-generic-mode): Correct typo in autoload
2518         cookie that prevented appropriate autoloads to be generated.
2520 1998-06-03  Andre Spiegel  <spiegel@inf.fu-berlin.de>
2522         * vc.el (vc-dired-hook): Kill excluded directories recursively.
2524 1998-06-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2526         * emacs-lisp/find-func.el (find-function-noselect): Don't call
2527         format twice with the error message.  Quote the function name
2528         before splicing into regexp.
2530 1998-06-02  Dave Love  <fx@gnu.org>
2532         * docref.el: Deleted in view of current approach to doc strings.
2534         * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
2535         CVS directories too.
2537 1998-06-02  Richard Stallman  <rms@gnu.org>
2539         * cus-edit.el (customize-group, customize-group-other-window)
2540         (custom-buffer-create, custom-buffer-create-other-window)
2541         (customize-browse): Use pop-to-buffer.
2542         (same-window-regexps): Add autoload to add regexp to match custom bfrs.
2544         * info.el (Info-exit): Use quit-window.
2546         * mail/rmail.el (rmail-toggle-header): Preserve point
2547         and window-start (more or less) when reverting to original header.
2549 1998-06-01  Richard Stallman  <rms@gnu.org>
2551         * window.el (shrink-window-if-larger-than-buffer):
2552         Switch to the specified window and its buffer at the outset.
2553         (count-windows): Doc fix.
2555         * help.el (help-setup-xref): Change all callers to
2556         use (function args...) instead of (function . arg).  Doc fix.
2557         (help-follow): Put (point) at front of elts of help-xref-stack.
2558         (help-xref-stack): Elt format now (POSITION FUNCTION ARGS).
2559         (help-xref-stack-item): Doc fix.
2560         (help-xref-go-back): Assume new format for help-xref-stack.
2561         (help-follow): Look for prop on previous char if next char has none.
2562         Avoid error at beginning or end of buffer.
2563         (describe-bindings): New optional arg BUFFER.
2564         Use help-setup-xref.
2566         * simple.el (event-apply-alt-modifier, etc): Doc fixes.
2568 1998-06-01  Andrew Innes  <andrewi@harlequin.co.uk>
2570         * arc-mode.el (archive-extract): Fix handling of 'view option.
2572 1998-06-01  Per Starbäck  <starback@update.uu.se>
2574         * apropos.el (apropos-variable): Fixed argument to apropos-command.
2575         (apropos-command): Let `var-predicate' have higher priority than
2576         `do-all'.
2578 1998-06-01  Dave Love  <fx@gnu.org>
2580         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Add -. as
2581         NMCHARs.  Elide upper case (see font-lock-defaults).  Generalize
2582         comment declaration not to exclude markup.
2584 1998-05-31  Richard Stallman  <rms@gnu.org>
2586         * which-func.el (which-func-ff-hook): If imenu gets error,
2587         clear which-func-mode.
2589         * progmodes/compile.el (grep): Fix previous change.
2591         * international/mule-diag.el: Many doc fixes.
2593         * tar-mode.el (tar-extract): Pass HIGHEST=t to detect-coding-region.
2595         * simple.el (keyboard-quit): Doc fix.
2597         * textmodes/two-column.el: Bind f2 and C-x 6 prefixes
2598         only via an autoload, not when this file is loaded.
2600         * international/mule.el (coding-system-mnemonic):
2601         Don't crash if arg is nil.
2603 1998-05-31  Alan Shutko  <shutkoa@ugsolutions.com>
2605         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): Add
2606         missing format arg.
2608 1998-05-30  Dave Love  <fx@gnu.org>
2610         * finder.el (finder-known-keywords): Fix `convenience' entry.
2612 1998-05-30  Richard Stallman  <rms@gnu.org>
2614         * textmodes/tex-mode.el: Undo May 15 change.
2616         * international/mule-diag.el (mule-diag): Don't call help-mode.
2617         Instead, call print-help-return-message.
2619         * ffap.el (ffap-bindings): Fix the dired-at-point binding.
2621 1998-05-30  Sam Steingold  <sds@usa.net>
2623         * compile.el (compilation-scroll-output): Correct the :version
2624         keyword to be a string.
2626 1998-05-30  Michael Kifer  <kifer@cs.sunysb.edu>
2628         * ediff-mult.el (ediff-mark-for-hiding-at-pos)
2629         (ediff-mark-for-operation-at-pos): Renamed from
2630         ediff-mark-for-hiding, ediff-mark-for-operation.
2631         (ediff-mark-session-for-hiding, ediff-mark-session-for-operation)
2632         (ediff-unmark-all-for-operation, ediff-unmark-all-for-hiding): New
2633         functions.
2634         (ediff-setup-meta-map): Changed bindings.
2636         * viper-cmd.el (viper-backward-Word, viper-skip-separators): Bugfix.
2637         (viper-switch-to-buffer, viper-switch-to-buffer-other-window): Bugfix.
2638         * viper-util.el (viper-skip-syntax): Bug fix for eob/bob cases.
2639         * viper-mous.el (viper-surrounding-word): Added '_' to alpha modifiers.
2641 1998-05-30  Ralph Schleicher  <rs@purple.UL.BaWue.DE>
2643         * info-look.el: Added support for Scheme.
2644         Removed Info-lookup minor mode.
2645         (info-lookup-file-name-alist): New variable.
2646         (info-lookup-select-mode): New function.  Select help mode
2647         according to info-lookup-file-name-alist or fall back to the
2648         buffer's major mode.
2649         (info-lookup): Use info-lookup-select-mode.
2650         (info-lookup-interactive-arguments): Likewise.
2651         (info-complete-symbol): Likewise.
2652         (info-complete-file): Likewise.
2653         (info-complete): Likewise.
2655 1998-05-28  Andrew Innes  <andrewi@harlequin.co.uk>
2657         * ange-ftp.el (ange-ftp-expand-file-name): Set default to
2658         default-directory if nil.  Check whether default starts with a
2659         drive specifier on windows-nt, as well as name, and call real
2660         function if so.  Remove code to strip prefix before // or /~ since
2661         `expand-file-name' itself no longer does that.
2662         (ange-ftp-expand-dir): Use `grep-null-device' instead of
2663         "/dev/null", which is incorrect on windows-nt.
2664         (ange-ftp-file-name-all-completions): Fix root directory regexp
2665         for windows-nt.
2666         (ange-ftp-start-process): On windows-nt, always send a "help foo"
2667         command to ensure the ftp process produces some output, and force
2668         the process to use raw-text-dos decoding.
2669         (ange-ftp-canonize-filename): On windows-nt, strip drive specifier
2670         from expanded remote name.
2671         (ange-ftp-write-region): Allow binary transfer on windows-nt if
2672         remote host type is unix.  Ensure `last-coding-system-used' is
2673         given an appropriate value, so that basic-save-buffer isn't
2674         confused by the coding used with the ftp process.
2675         (ange-ftp-insert-file-contents): Ditto.
2676         (ange-ftp-copy-file-internal): Ditto.
2677         (ange-ftp-real-expand-file-name): Use standard definition on
2678         windows-nt.
2679         (ange-ftp-real-expand-file-name-actual): Remove obsolete function.
2680         (ange-ftp-disable-netrc-security-check): Make default value be t
2681         on windows-nt.
2683         Remove windows-nt entry on file-name-handler-alist for
2684         ange-ftp-hook-function, since ange-ftp remote names do not start
2685         with a drive specifier.  Keep ange-ftp-completion-hook-function
2686         entry to allow hostname completion when completing in the root
2687         directory of a drive.
2689 1998-05-28  Richard Stallman  <rms@psilocin.ai.mit.edu>
2691         * ange-ftp.el (ange-ftp-start-process): Undo previous change.
2693         * mail/sendmail.el (mail-from-style):
2694         New alternative, `system-default'.
2696 1998-05-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
2698         * mail/sendmail.el (sendmail-send-it):
2699         If mail-from-style isn't angles, parens or nil, don't use -f option.
2701 1998-05-27  Ed Reingold  <reingold@cs.uiuc.edu>
2703         * calendar/calendar.el (calendar-buffer-list): Add
2704         other-calendars-buffer.
2705         (calendar-mode): Use activate-menubar-hook only in a window system.
2707 1998-05-27  Dave Love  <fx@gnu.org>
2709         * info-look.el: Add an entry for Scheme mode.
2711 1998-05-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
2713         * comint.el (comint-mode-map): Move bindings of
2714         comint-next-matching-input-from-input to C-c M-r, and
2715         comint-previous-matching-input-from-input to C-c M-s.
2716         Move comint-get-next-from-history to C-c C-x.
2718         * mail/rmailout.el (rmail-output-to-rmail-file):
2719         Specify the coding system for writing.
2721 1998-05-27  Ed Reingold  <reingold@cs.uiuc.edu>
2723         * calendar/calendar.el (calendar-print-other-dates): New function.
2724         * calendar/calendar.el (calendar-mode-map): Put it on a key.
2725         * calendar/calendar.el (other-calendars-buffer): New constant.
2726         * calendar/cal-x.el (special-display-buffer-names): Add to special
2727         list.
2729 1998-05-27  Dave Love  <fx@gnu.org>
2731         * imenu.el (imenu-syntax-alist): Doc fix.
2733 1998-05-26  Dan Nicolaescu  <done@ece.arizona.edu>
2735         * ffap.el: Add convenience keyword and add the toplevel defgroup
2736         to the convenience group.
2737         * emulation/pc-select.el:
2738         * follow.el:
2739         * imenu.el:
2740         * hippie-exp.el:
2741         * speedbar.el:
2742         * filecache.el:
2743         * iswitchb.el:
2744         * dabbrev.el:
2745         * completion.el:
2746         * complete.el:
2747         * autorevert.el:
2748         * autoinsert.el:
2749         * abbrev.el: Likewise.
2751 1998-05-26  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
2752             Karl Fogel  <kfogel@red-bean.com>
2754         * bookmark.el: Changes so bookmark list mode works with Info:
2755         (bookmark-jump-noselect): Use an inner save-window-excursion.
2756         (bookmark-bmenu-switch-other-window): Temporarily set
2757         pop-up-windows, same-window-buffer-names, and same-window-regexps,
2758         to override Info's special display behaviors.
2760 1998-05-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
2762         * emacs-lisp/autoload.el (make-autoload): Doc fix.
2764 1998-05-25  Dave Love  <fx@gnu.org>
2766         * f90.el (f90-comment-indent): Don't attempt to indent trailing
2767         comment as code.
2768         (f90-looking-at-if-then): Don't lose with scan-lists on bad
2769         syntax.
2771 1998-05-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
2773         * emacs-lisp/lisp-mode.el (eval-defun): Pass proper beg to eval-region.
2775         * faces.el (frame-update-face-colors): Call frame-set-background-mode.
2777         * frame.el (make-frame-on-display): Check for nonsense display name.
2779         * mail/rmailedit.el (rmail-old-pruned): New permanent local.
2780         (rmail-edit-current-message): Set rmail-old-pruned,
2781         then display full headers.
2782         (rmail-cease-edit): rmail-old-pruned controls whether to prune headers.
2784 1998-05-25  Dan Nicolaescu  <done@ece.arizona.edu>
2786         * emacs-lisp/autoload.el (make-autoload): Add support for
2787         define-derived-mode.  Update the doc-string accordingly.
2789         * zone-mode.el (zone-mode): Don't require zone-mode.
2790         Use make-local-hook on a hook, not make-variable-buffer-local.
2792 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2794         * emacs-lisp/byte-opt.el (byte-boolean-vars):
2795         Add print-escape-nonascii.
2797         * emacs-lisp/autoload.el (generate-file-autoloads): Set
2798         print-escape-nonascii when printing autoload form.
2800 1998-05-25  Kenichi HANDA  <handa@etl.go.jp>
2802         * international/mule.el (set-coding-priority): Call
2803         set-coding-priority-internal at the tail.
2805 1998-05-24  Stephen Eglen  <stephen@cns.ed.ac.uk>
2807         * help.el (describe-variable): Add a button to call
2808         customize-variable if the variable can be customized.
2810 1998-05-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
2812         * mail/rmail.el (rmail-msg-is-pruned): Delete junk in definition.
2814         * apropos.el (apropos-command): Change 3rd arg to VAR-PREDICATE
2815         and use it as a predicate for which variables to match.
2816         (apropos-variable): Use that feature to match all documented vars,
2817         if have prefix arg.
2818         (apropos-command): If DO-ALL is set, search functions, not variables.
2820         * loadup.el (loaddefs.el): Load it earlier, and GC before and after
2821         and a few more times later on.
2823         * comint.el (comint-get-next-from-history): New command.
2824         (comint-accumulate, comint-goto-process-mark): Likewise.
2825         (comint-set-process-mark, comint-bol-or-process-mark): Likewise.
2826         (comint-save-input-ring-index): New permanent local var.
2827         (comint-accum-marker): Likewise.
2828         (comint-send-input): Clear comint-input-ring-index
2829         and comint-accum-marker.
2830         (comint-previous-matching-input-from-input):
2831         Use comint-accum-marker if set.
2832         (comint-previous-matching-input): Likewise.
2833         (comint-mode): Make those vars buffer-local and initialize.
2834         (comint-mode-map): Make C-c C-a run comint-bol-or-process-mark.
2835         Bind C-c SPC to comint-accumulate.  Bind C-c C-q to
2836         comint-get-next-from-history.
2838         * window.el (split-window-vertically): Doc fix.
2840         * ffap.el (dired-at-point): Eliminate var dired-function; use `dired'.
2841         (ffap-bindings): Include a binding for C-x d.
2843         * gud.el (gud-jdb-class-source-alist): defvar moved up.
2844         (gud-jdb-analysis-buffer): Likewise.
2846         * rect.el (string-rectangle-string): New variable.
2847         (string-rectangle): Bind it.
2848         (string-rectangle-line): Use it.
2849         (operate-on-rectangle-lines): New variable.
2850         (extract-rectangle-line): Update it.
2851         (delete-extract-rectangle, extract-rectangle): Bind and use it.
2853         * emacs-lisp/cl-indent.el (common-lisp-indent-function):
2854         Bind lisp-indent-error-function.
2855         (lisp-indent-report-bad-format): Use lisp-indent-error-function.
2856         (lisp-indent-error-function): New variable.
2858         * play/solitaire.el (solitaire-possible-move):
2859         Use funcall to invoke movesymbol.
2861         * uncompress.el (find-compressed-version): Don't set `error' here.
2863 1998-05-24  Eli Zaretskii  <eliz@is.elta.co.il>
2865         * man.el (Man-getpage-in-background): Bind coding-system-for-write
2866         to raw-text-unix instead of binding inhibit-eol-conversion to t.
2868 1998-05-23  Richard Stallman  <rms@psilocin.ai.mit.edu>
2870         * dos-w32.el (minibuffer-history-case-insensitive-variables):
2871         Add file-name-history to it.
2873         * simple.el (minibuffer-history-case-insensitive-variables): New var.
2874         (previous-matching-history-element): Implement it.
2876         * progmodes/compile.el (grep-tag-default): New function.
2877         (grep): New default arg when prefix arg is specified.
2879         * menu-bar.el (toggle-case-fold-search): New command.
2880         (menu-bar-options-menu): Put that in the menu.
2882         * dired.el (dired-mark-files-containing-regexp): New command.
2883         (dired-mode-map): Bind it to %g and in menu bar.
2885         * rect.el (close-rectangle): New command.
2887 1998-05-23  Richard Stallman  <rms@psilocin.ai.mit.edu>
2889         * international/mule-cmds.el (register-input-method):
2890         Rename arg ENV to LANG-ENV.
2892 1998-05-22  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
2894         * ps-print.el (ps-print-version): Doc fix.
2895         (ps-print-prologue-1): Adjust doLineNumber PostScript function.
2897 1998-05-22  Richard Stallman  <rms@psilocin.ai.mit.edu>
2899         * jka-compr.el (jka-compr-compression-info-list): Add elts for bzip.
2901         * uncompress.el (uncompress-while-visiting): Leave point at beginning.
2903         * find-file.el (ff-emacs-19, ff-xemacs): Functions deleted.
2904         (ff-goto-click, ff-mouse-find-other-file)
2905         (ff-mouse-find-other-file-other-window): Just one definition.
2906         (locate-file): Definition deleted.
2908         * international/mule.el (make-translation-table): Doc fix.
2909         (define-translation-table): Doc fix.
2911 1998-05-22  Inge Frick  <inge@nada.kth.se>
2913         * easymenu.el (easy-menu-do-add-item): Small simplifications.
2914         (easy-menu-precalculate-equivalent-keybindings): New customization
2915         variable.
2916         (easy-menu-add): Precalculate key bindings if
2917         `easy-menu-precalculate-equivalent-keybindings' is on.
2919 1998-05-22  Kenichi Handa  <handa@etl.go.jp>
2921         * ccl.el: Change term "character translation table" to
2922         "translation table".
2923         * mule.el: Likewise.
2924         Use translation-table, not character-translation-table,
2925         as char-table subtype.
2926         (define-translation-table):
2927         Renamed from define-character-translation-table.
2928         * mule-util.el: Likewise.
2929         * mule-conf.el: Likewise.
2930         (standard-translation-table-for-decode)
2931         (standard-translation-table-for-encode):
2932         Renamed from standard-character-translation-table-...
2934 1998-05-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
2936         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1):
2937         Accept upper case like lower case.
2939         * files.el (insert-directory): When WILDCARD is nil,
2940         expand ~ if necessary.
2942         * mail/rnewspost.el (news-inews): Fix typo in prev change.
2944 1998-05-21  Eli Zaretskii  <eliz@is.elta.co.il>
2946         * tar-mode.el (tar-mode): Position point on the name of the first file.
2947         (tar-extract): Detect coding-system of the archive member and
2948         decode it like insert-file-contents does.
2949         (tar-alter-one-field): Reposition point on the file name of the
2950         current tar entry.
2951         (tar-subfile-save-buffer): Encode the file when updating it in the
2952         archive, and use the size of encoded text to update the header
2953         block.  Set last-coding-system-used to coding-system of the file.
2954         Restore point of tar-superior-buffer after updating the descriptor
2955         line.
2957 1998-05-21  Sam Steingold  <sds@usa.net>
2959         * cl-indent.el: Indent `with-standard-io-syntax' correctly.
2961 1998-05-21  Michael Ernst  <ernst@cs.washington.edu>
2963         * dired-x.el (dired-guess-shell-alist-default): Handle .tgz files.
2964         Handle .pdf files.
2966 1998-05-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
2968         * arc-mode.el (archive-file-name-invalid-regexp): Remove.  All
2969         users changed to use file-name-invalid-regexp instead.
2970         * files.el (file-name-invalid-regexp): New variable, moved here
2971         from arc-mode.el.
2973 1998-05-21  Richard Stallman  <rms@psilocin.ai.mit.edu>
2975         * progmodes/vhdl-mode.el (vhdl-customize-colors):
2976         Renamed from vhdl-use-default-colors, and sense reversed.
2977         (vhdl-customize-faces):
2978         Renamed from vhdl-use-default-faces, and sense reversed.
2979         (vhdl-font-lock-init, vhdl-ps-init): Implement those changes.
2980         (vhdl-submit-bug-report): Use new variable names.
2982 1998-05-20  Kenichi Handa  <handa@etl.go.jp>
2984         * term/x-win.el: Generate style variants fontset for
2985         standard-fontset-spec.  Generate a fontset based on resolved font
2986         name of a font specified by X resource or -fn command line arg.
2988         * international/fontset.el (x-font-name-charset-alist): New var.
2989         (register-alternate-fontnames): Doc-string modified.
2990         (x-complement-fontset-spec): Likewise.
2991         (x-complement-fontset-spec): Delete unused local variable.  Delete
2992         ad hoc code for Latin-1, instead refer to x-font-name-charset-alist.
2993         (uninstantiated-fontset-alist): Format changed (BASE-FONTSET ->
2994         FONTLIST).
2995         (x-style-funcs-alist): New variable.
2996         (create-fontset-from-fontset-spec): 2nd optional arg is changed
2997         from STYLE to STYLE-VARIANT-P.  The meaning also changed.  Delete
2998         unused code.  Adjusted for the change of
2999         uninstantiated-fontset-alist.
3000         (instantiate-fontset): Adjusted for the change of
3001         uninstantiated-fontset-alist.
3003         * international/mule.el (make-coding-system): If ISO2022 based
3004         8-bit coding system allows alternative designation, set the coding
3005         category to `coding-category-iso-8-else'.
3007 1998-05-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
3009         * mail/rmail.el (rmail-default-body-file): New variable.
3011         * mail/rmailsum.el (rmail-summary-output-body): New function.
3012         (rmail-summary-mode-map): Bind w to that.  Put it in menu bar.
3013         Bind q to rmail-summary-wipe.
3015         * mail/rmailout.el (rmail-output-body-to-file):
3016         Avoid error if message has no subject.
3017         Use and set rmail-default-body-file.
3019         * gud.el (gud): Doc fix.
3021         * textmodes/fill.el (fill-region-as-paragraph):
3022         Don't add a newline at the end, when there is none.
3024 1998-05-20  Michael Ernst  <ernst@cs.washington.edu>
3026         * play/solitaire.el (solitaire): Doc fix.
3028         * gud.el: Support pdb.
3029         (pdb): New function.
3030         (gud-pdb-command-name): New variable.
3031         (pdb-minibuffer-local-map): Likewise.
3032         (gud-pdb-find-file): New function.
3033         (gud-pdb-marker-filter): New function.
3034         (gud-pdb-marker-regexp*): New variables.
3035         (gud-pdb-massage-args): New function.
3036         (gud-pdb-history): New variable.
3038         * simple.el (set-variable): Offer variable at point as default.
3040 1998-05-20  Kenichi Handa  <handa@etl.go.jp>
3042         * international/fontset.el (x-font-name-charset-alist): New
3043         variable.
3044         (register-alternate-fontnames): Doc-string modified.
3045         (x-complement-fontset-spec): Likewise.
3046         (x-complement-fontset-spec): Delete unused local variable.  Delete
3047         ad hoc code for Latin-1, instead refer to
3048         x-font-name-charset-alist.
3049         (uninstantiated-fontset-alist): Format changed (BASE-FONTSET ->
3050         FONTLIST).
3051         (x-style-funcs-alist): New variable.
3052         (create-fontset-from-fontset-spec): 2nd optional arg is changed
3053         from STYLE to STYLE-VARIANT-P.  The meaning also changed.  Delete
3054         unused code.  Adjusted for the change of
3055         uninstantiated-fontset-alist.
3056         (instantiate-fontset): Adjusted for the change of
3057         uninstantiated-fontset-alist.
3059         * international/mule.el (make-coding-system): If ISO2022 based
3060         8-bit coding system allows alternative designation, set the coding
3061         category to `coding-category-iso-8-else'.
3063         * term/x-win.el: Generate style variants fontset for
3064         standard-fontset-spec.  Generate a fontset based on resolved font
3065         name of a font specified by X resource or -fn command line arg.
3067 1998-05-20  Richard Stallman  <rms@psilocin.ai.mit.edu>
3069         * international/mule-cmds.el (set-language-info):
3070         Delete args describe-map and setup-map.  Don't set up menus at all.
3071         (set-language-info-alist): Set up menus here.
3072         (register-input-method): Fix previous change.
3073         (setup-specified-language-environment): Doc fix.
3075         * gud.el (gud-perldb-marker-acc): Variable deleted.
3076         (gud defgroup): Doc fix.
3078         * mail/rmail.el (mail-unsent-separator):
3079         Handle "returned message follows".
3081 1998-05-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
3083         * international/mule-cmds.el: Several doc fixes.
3084         (get-language-info, set-language-info): Rename argument.
3085         (set-language-info-alist): Likewise.
3086         (find-coding-systems-region-subset-p): Renamed from subset-p.
3087         (find-coding-systems-region): Use new name.
3088         (register-input-method): Rename argument.
3089         (activate-input-method): If INPUT-METHOD is nil, deactivate.
3091 1998-05-19  Ed Reingold  <reingold@uiuc.edu>
3093         * calendar/cal-tex.el (cal-tex-list-holidays): Rewritten.
3095 1998-05-19  Richard Stallman  <rms@psilocin.ai.mit.edu>
3097         * gnus/message.el (message-mode): Locally bind adaptive-fill-regexp
3098         and adaptive-fill-first-line-regexp.
3100         * simple.el (kill-region): Set this-command unconditionally
3101         in a read-only buffer.
3103         * custom.el (defcustom): Doc fix.
3105         * uniquify.el (uniquify-ignore-buffers-re): New variable.
3106         (uniquify-rationalize-file-buffer-names): Implement it.
3108 1998-05-18  Richard Stallman  <rms@psilocin.ai.mit.edu>
3110         * emacs-lisp/checkdoc.el: Many doc fixes.
3111         Put two spaces between sentences.
3112         (checkdoc-this-string-valid-engine): Fix message.
3113         (checkdoc-ispell-lisp-words): Add "emacs".
3115         * emacs-lisp/bytecomp.el (byte-compile-insert-header):
3116         Do not look for multibyte characters here.
3117         Generate the right file header for use if there are none.
3118         Insert a line of semicolons for subsequent deletion if needed.
3119         (byte-compile-fix-header): New function.
3120         This updates the file header if the file uses multibyte characters.
3121         (byte-compile-from-buffer): Call byte-compile-insert-header
3122         before compiling, and byte-compile-fix-header at the end.
3124         * which-func.el (which-func-modes): Fix custom type.
3125         (which-func-non-auto-modes): Likewise.
3127         * mail/rmail.el (rmail-mime-feature): Doc fix.
3129         * vi-dot.el: Customized.
3130         (vi-self-insert): New function.
3131         (vi-dot): Use that.
3132         (vi-dot-insertion-function): Variable deleted.
3134         * finder.el (finder-known-keywords): Add `convenience'.
3136 1998-05-18  Michael Ernst  <mernst@alum.mit.edu>
3138         * mail/rmail.el (rmail-toggle-header): Ensure blank line between
3139         headers and body.
3141 1998-05-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
3143         * international/fontset.el (create-fontset-from-fontset-spec):
3144         Add autoload cookie.
3146 1998-05-18  Kenichi HANDA  <handa@etl.go.jp>
3148         * international/ccl.el: Change term translate-XXX-map to map-XXX
3149         throughout the file.  Change terms unify/unification to
3150         translate/translation respectively throughtout the file.
3152         * international/quail.el (quail-completion): Consecutive call of
3153         this command scrolls the Quail completion buffer.
3155         * international/mule.el: Change term unification to translation
3156         throughtout the file.
3157         (set-clipboard-coding-system): New function.
3159         * international/mule-conf.el: Change term unification to
3160         translation throughtout the file.
3162         * international/mule-util.el: Change term unification to
3163         translation throughtout the file.
3165 1998-05-17  Richard Stallman  <rms@psilocin.ai.mit.edu>
3167         * emacs-lisp/debug.el (debugger-frame-clear): Doc fix.
3169 1998-05-17  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3171         * vc-hooks.el (vc-parse-cvs-status): Grok new form of conflict
3172         message.
3174 1998-05-17  Eric Ludlam  <zappo@mescaline.gnu.org>
3176         * emacs-lisp/checkdoc.el: Added message text checks, and
3177         ambiguous symbol checking.
3178         (checkdoc-message-text): New command.
3179         (checkdoc-message-text-search, checkdoc-message-text-engine):
3180         New functions.
3181         (checkdoc-this-string-valid-engine):
3182         Added ambiguous function/symbol checking.  Added new auto-fix
3183         for missing parameters.
3185 1998-05-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
3187         * international/mule-cmds.el (find-coding-systems-region-subset-p):
3188         Renamed from subset-p.
3189         (find-coding-systems-for-charsets): Call changed.
3191 1998-05-16  Dan Nicolaescu  <done@ece.arizona.edu>
3193         * generic-x.el (generic-x): Add :version.
3195         * progmodes/hideshow.el (hs-life-goes-on): Use the new backquote
3196         syntax.
3198 1998-05-16  Richard Stallman  <rms@psilocin.ai.mit.edu>
3200         * mail/rmail.el (rmail-retry-failure):
3201         Use mail-sendmail-delimit-header, not mail-send-delimit-header.
3203         * faces.el (frame-background-mode): Define a :set function
3204         to update the background mode of existing frames.
3206         * ange-ftp.el (ange-ftp-tmp-name-template):
3207         Use temporary-file-directory.
3208         * arc-mode.el (archive-tmpdir): Use temporary-file-directory.
3209         * browse-url.el (browse-url-temp-dir): Use temporary-file-directory.
3210         * ediff-init.el (ediff-temp-file-prefix): Use temporary-file-directory.
3211         * emerge.el (emerge-temp-file-prefix): Use temporary-file-directory.
3212         * jka-compr.el (jka-compr-temp-name-template):
3213         Use temporary-file-directory.
3214         * progmodes/cmacexp.el (c-macro-expansion):
3215         Use temporary-file-directory.  Choose temp file name properly.
3216         * vc.el (vc-update-change-log): Use temporary-file-directory.
3217         Use expand-file-name on it.
3219         * files.el (temporary-file-directory):
3220         Renamed from system-tmp-directory.
3221         Value is now a directory name, not a file name.
3223         * dired-aux.el (dired-mark-subdir-files): Doc fix.
3225 1998-05-15  Richard Stallman  <rms@psilocin.ai.mit.edu>
3227         * ps-print.el (ps-file-end): Put Trailer and Pages before EndDoc.
3228         (ps-print-control-characters): Doc fix.
3230         * textmodes/tex-mode.el (tex-command-end): New variable.
3231         (tex-start-tex): Use it.
3232         (plain-tex-mode): Locally set tex-command-end.
3233         (tex-common-initialization): Make local binding for it.
3235         * ange-ftp.el (ange-ftp-start-process): Handle Windows ftp client.
3237         * language/european.el (setup-8-bit-environment):
3238         After loading latin-N, reset the standard case table
3239         and each buffer's case table.
3241         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1):
3242         Cope with an out-of-range constvec index.
3244         * dos-fns.el (dos-ps-printer, dos-printer, msdos-shells):
3245         Defcustoms replaced with defvars.
3246         (dos-fns): defgroup deleted.
3247         * dos-vars.el: New file, holds custom stuff from dos-fns.el.
3248         * loadup.el: Load dos-vars along with dos-fns.
3250         * type-break.el (type-break-mode): Don't alter global-mode-string.
3251         Instead, add an element to minor-mode-alist.
3253         * cus-edit.el (convenience): New group.
3255         * info.el (Info-find-node): Use info-file-exists-p.
3256         (info-insert-file-contents): Use info-file-exists-p.
3257         (info-file-exists-p): New function.
3259 1998-05-15  Geoff Voelker  <voelker@cs.washington.edu>
3261         * files.el (system-tmp-directory): New variable.
3263         * ange-ftp.el (ange-ftp-tmp-name-template): Use system-tmp-directory.
3264         * arc-mode.el (archive-tmpdir): Use system-tmp-directory.
3265         * browse-url.el (browse-url-temp-dir): Use system-tmp-directory.
3266         * ediff-init.el (ediff-temp-file-prefix): Use system-tmp-directory.
3267         * emerge.el (emerge-temp-file-prefix): Use system-tmp-directory.
3268         * jka-compr.el (jka-compr-temp-name-template): Use system-tmp-directory
3269         * progmodes/cmacexp.el (c-macro-expansion): Use system-tmp-directory.
3270         * vc.el (vc-update-change-log): Use system-tmp-directory.
3272 1998-05-15  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
3274         * mail/mailalias.el (define-mail-alias): Compensate for not
3275         resetting the match data when string-match fails.
3277 1998-05-14  Erik Naggum  <erik@naggum.no>
3279         * bindings.el: Add binding for C-x z to vi-dot here.
3280         * vi-dot.el: Remove faulty autoloaded binding for C-x z.
3282 1998-05-14  Ed Reingold  <reingold@melange.gnu.org>
3284         * calendar/cal-hebrew.el (holiday-passover-etc): Fix mispelling.
3286 1998-05-14  Eli Zaretskii  <eliz@mescaline.gnu.org>
3288         * arc-mode.el (archive-tmpdir): Make the prefix of the temporary
3289         directory absolute.
3290         (archive-file-name-invalid-regexp): New variable.
3291         (archive-zip-case-fiddle): Doc fix.
3292         (archive-remote): Make it permanent-local.
3293         (archive-member-coding-system): New variable.
3294         (archive-mode): Don't use write-contents-hooks for remote
3295         archives.  Archives whose names are invalid for the current
3296         filesystem are marked read-only.
3297         (archive-summarize): Optional argument SHUT-UP makes it silent.
3298         All callers changed.
3299         (archive-unique-fname): New function.
3300         (archive-maybe-copy): Use it.
3301         (archive-maybe-copy, archive-write-file): Bind
3302         coding-system-for-write to no-conversion.
3303         (archive-maybe-update, archive-mode-revert): Bind
3304         coding-system-for-read to no-conversion.
3305         (archive-maybe-update): Remain at the same line in the archive
3306         listing, after updating the archive.  Print the buffer name of the
3307         archive to be saved.
3308         (archive-extract): Mark archive members whose names are invalid as
3309         read-only.  Don't set buffer-file-type.  Remove the write-contents
3310         hook for remote archives.  Warn about read-only archives inside
3311         other archives.
3312         (archive-write-file-member): Handle remote archives.  Restore
3313         value of last-coding-system-used.
3314         (archive-*-write-file-member): Handle archives inside other
3315         archives.  Save the value of last-coding-system-used.
3316         (archive-write-file): New optional variable FILE: where to write
3317         the archive; defaults to buffer-file-name, for remote archives.
3318         (archive-zip-summarize, archive-zip-chmod-entry): Support VFAT
3319         type of host filesystem.
3320         (archive-zip-summarize): Don't fiddle letter case of mixed-case
3321         file names.
3323 1998-05-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
3325         * emacs-lisp/advice.el (ad-handle-definition, defadvice):
3326         Fix error messages.
3328         * help.el (describe-key-briefly): When INSERT, put cmd name in `...'.
3330         * files.el (recover-session-finish): Unmark the current line
3331         so that the file being used for recovery will not get deleted.
3333 1998-05-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
3335         * startup.el (locale-translation-file-name): New variable.
3336         (command-line): Use it to decode locale aliases.
3338         * emacs-lisp/disass.el (disassemble-1): Reference bytecode string
3339         as unibyte.
3341         * format.el (format-alist): Use -f when running recode.
3343         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix prev chg.
3345         * international/mule.el (set-auto-coding): Exclude \n when
3346         matching the coding system name.
3348 1998-05-12  Richard Stallman  <rms@psilocin.ai.mit.edu>
3350         * type-break.el (type-break-mode-line-message-mode): Doc fix.
3351         Fix some messages.
3352         (type-break-mode): Doc fix.
3354         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
3355         Insert the output file header after compiling all the input.
3356         (byte-compile-output-file-form): Major cleanup.
3357         If output file contains multibyte chars,
3358         insist on Emacs 20 when loading.
3360         * mail/smtpmail.el (smtpmail-via-smtp): Specify process coding system.
3362 1998-05-12  Ed Reingold  <reingold@melange.gnu.org>
3364         * calendar/cal-menu.el (cal-menu-update): Add separators.
3366 1998-05-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
3368         * calendar/cal-menu.el (calendar-mode-map): Rename `holidays'
3369         menu to `Holidays'.
3370         (cal-menu-update): Similar renamings; change the arg to
3371         easy-menu-change also.  Change some item names.
3373         * emacs-lisp/easymenu.el (easy-menu-change): Add autoload cookie.
3375 1998-05-11  Dave Love  <fx@gnu.org>
3377         * tar-mode.el (tar-subfile-mode): Call auto-save-mode with -1.
3379 1998-05-11  Ed Reingold  <reingold@melange.gnu.org>
3381         * calendar/calendar.el (calendar-mode): Add hook to update holiday
3382         button on menu bar.
3383         (exit-calendar): Don't signal error when user changes mind.
3385         * calendar/cal-menu.el (calendar-mode-map): Remove static menu
3386         definition for holidays from menu bar.
3387         (easymenu): Require it.
3388         (cal-menu-update): New function.
3389         (cal-menu-today-holidays): New function.
3391 1998-05-10  Richard Stallman  <rms@psilocin.ai.mit.edu>
3393         * startup.el (normal-top-level-add-subdirs-to-load-path):
3394         Ignore subdirectories whose names start with nonalphanumeric
3395         or that have a file called .nosearch.
3397         * international/mule-cmds.el (last-coding-system-specified): New var.
3398         (select-safe-coding-system): Set var if user specifies a coding system.
3400         * international/mule.el (after-insert-file-set-buffer-file-coding-system):
3401         Don't make buffer unibyte unless we seem to be visiting a file.
3403         * mail/rmail.el (rmail-decode-babyl-format):
3404         Set save-buffer-coding-system instead of buffer-file-coding-system.
3405         Decode the whole Babyl text at once, not message by message.
3406         Don't alter global value of rmail-file-coding-system.
3407         (rmail-show-message): Set buffer-file-coding-system from
3408         X-Coding-System header field.
3409         (rmail-ignored-headers): Ignore X-Coding-System header.
3410         Ignore Return-Path, Errors-To, X-Attribution, X-Disclaimer.
3411         (rmail-convert-to-babyl-format): Record X-Coding-System header
3412         for each message that was converted.
3413         (rmail-variables): Make local binding for save-buffer-coding-system,
3414         and set it from buffer-file-coding-system if not already non-nil.
3416         * files.el (save-buffer-coding-system): New variable.
3417         (basic-save-buffer-1): Obey it.
3418         (basic-save-buffer): Set save-buffer-coding-system instead of
3419         buffer-file-coding-system, if save-buffer-coding-system is already
3420         non-nil.
3422         * add-log.el (add-log-current-defun): Fix previous change--skip
3423         tab and newline also.
3425 1998-05-09  Richard Stallman  <rms@psilocin.ai.mit.edu>
3427         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
3428         Use position-bytes.
3430 1998-05-09  Richard Stallman  <rms@psilocin.gnu.org>
3432         * disp-table.el (standard-display-european): Doc fix.
3434         * mail/sendmail.el (mail-signature): Allow expression as value.
3435         Improve prompts in custom type.  Add risky-local-variable property.
3436         (mail-setup): Implement that feature.
3438         * wid-edit.el (widgets: sexp, variable, list, vector): Doc fixes.
3440         * mail/mail-utils.el (mail-strip-quoted-names):
3441         Delete comments, then delete leading/trailing whitespace.
3443 1998-05-08  Richard Stallman  <rms@psilocin.gnu.org>
3445         * ps-print.el (ps-alist-position): Renamed from ps-position.
3446         Look for ITEM as the car of an element.
3447         (ps-font-number): Use ps-alist-position.
3448         (ps-font-alist): Renamed from ps-font-list.
3450         * mail/reporter.el (reporter-bug-hook): Use rfc822-goto-eoh.
3452 1998-05-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3454         * emacs-lisp/autoload.el (generate-file-autoloads): Handle progn
3455         forms generated by make-autoload: print just the first subform
3456         with print-escape-newlines.
3458         * ispell.el (ispell-dictionary-alist-1): Doc fix.
3459         (ispell-dictionary-alist-2): Doc fix.
3461         * cus-edit.el (customize-group-other-window): Handle groups not
3462         yet loaded.  If buffer exists, use it unchanged.  Rename parameter
3463         and update doc string.
3465 1998-05-07  Richard Stallman  <rms@psilocin.gnu.org>
3467         * emacs-lisp/edebug.el (edebug-all-forms): Add autoload cookie.
3468         (edebug-all-defs): Likewise.
3470         * ispell.el (ispell-word): Make M-$ binding using esc-map.
3472         * vc-hooks.el (vc-consult-rcs-headers): Fix previous change.
3474 1998-05-07  Andrew Innes  <andrewi@harlequin.co.uk>
3476         * disp-table.el (standard-display-european): Don't call
3477         set-terminal-coding-system when window-system is w32.
3479 1998-05-07  Erik Naggum  <erik@naggum.no>
3481         * emacs-lisp/find-func.el (find-function-noselect): Autoload it.
3483 1998-05-07  Richard Stallman  <rms@psilocin.gnu.org>
3485         * progmodes/sh-script.el (sh-shell-file): Add cmdproxy to MS shells.
3487         * international/mule-diag.el (list-input-methods): Doc fix.
3489 1998-05-07  Kenichi Handa  <handa@etl.go.jp>
3491         * international/ccl.el: Cancel the previous change for
3492         customization, customized variables are changed to constant.
3494 1998-05-07  Richard Stallman  <rms@psilocin.gnu.org>
3496         * mail/emacsbug.el (report-emacs-bug): After reinserting
3497         the signature, leave point before it.
3498         Don't display *Bug Help* if report-emacs-bug-no-explanations.
3500         * help.el (describe-function-1): Use find-function-noselect
3501         instead of find-function.
3502         (view-lossage): Set help-xref-stack* in the help buffer.
3503         (describe-bindings): Likewise.
3504         (help-xref-go-back): New arg BUFFER.
3505         (help-make-xrefs): Specify the help buffer as arg for
3506         help-xref-go-back.
3508         * textmodes/sgml-mode.el (sgml-mode-common):
3509         Make local binding from adaptive-fill-regexp.
3511 1998-05-06  Richard Stallman  <rms@psilocin.gnu.org>
3513         * international/mule-diag.el (print-coding-system):
3514         Handle (SYMBOL . SYMBOL) as the flags of a type 4 coding system.
3516         * which-func.el (which-func-non-auto-modes): New variable.
3517         (which-func-amodes): Variable deleted.
3518         (which-func-ff-hook): Use which-func-non-auto-modes instead of
3519         which-func-amodes.
3521 1998-05-06  Sam Steingold  <sds@usa.net>
3523         * window.el (quit-window): Fixed FRAME to be the frame and
3524         never window.
3526 1998-05-06  Michael Kifer  <kifer@cs.sunysb.edu>
3528         * ediff-init.el (ediff-highlight-all-diffs, ediff-use-faces):
3529         Changed the defaults.
3531 1998-05-06  Richard Stallman  <rms@psilocin.gnu.org>
3533         * which-func.el (which-function-mode): New alias.
3535 1998-05-06  Dave Love  <fx@gnu.org>
3537         * imenu.el (imenu-create-index-function): Remove autoload cookie
3538         to avoid nil default value.
3540 1998-05-06  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3542         * vc-hooks.el (vc-consult-rcs-headers): Avoid bug with ci -k in
3543         RCS 5.7.
3545 1998-05-06  Richard Stallman  <rms@psilocin.gnu.org>
3547         * calendar/diary-lib.el (diary-mail-entries): Add autoload cookie.
3549         * dired.el (dired-mode-map): Bind *t to dired-do-toggle.
3551         * ps-print.el (ps-header-title-font-size): Doc fix.
3552         (ps-print-control-characters, ps-setup, ps-header-pad): Doc fixes.
3553         (ps-printing-region, ps-nb-pages): Doc fixes.
3555 1998-05-05  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
3557         * ps-print.el: Some doc fixes, eliminate (require cl).
3558         (ps-print-version): New version number (3.06.1) and doc fix.
3559         (ps-print-control-characters, ps-extend-face): Doc fix.
3560         (ps-font-lock-face-attributes): Eliminate `pop'.
3561         (ps-font): Eliminate `loop' and `return'.
3562         (ps-fonts): Eliminate `loop'.
3563         (ps-font-number): Replace `position' by `ps-position'.
3564         (ps-select-font): Eliminate `flet'.
3565         (ps-lookup, ps-size-scale): New macros.
3566         (ps-output-string-prim): Handle multibyte characters.
3567         (ps-position): New function.
3568         (ps-begin-file): Eliminate `loop'.
3569         (ps-header-page): Eliminate `incf'.
3571 1998-05-05  Richard Stallman  <rms@psilocin.gnu.org>
3573         * mouse.el (mouse-major-mode-menu): Run activate-menubar-hook here.
3575         * tmm.el (tmm-get-keymap): Fix previous change;
3576         access the equiv string from the cache properly.
3578 1998-05-05  Simon Marshall  <simon@gnu.org>
3580         * font-lock.el (lisp-font-lock-keywords-1): Fixed 1998-04-24 change;
3581         moved defpackage to here from lisp-font-lock-keywords-2.
3583 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3585         * comint.el (comint-replace-by-expanded-history-before-point):
3586         When none of the ! or ^ constructs match, move forward one char.
3588 1998-05-05  Richard Stallman  <rms@psilocin.gnu.org>
3590         * add-log.el (add-log-current-defun) <lisp>:
3591         If element 1 of the defun is a list, use first symbol
3592         within it (the car of the car.... of it).
3594 1998-05-04  Richard Stallman  <rms@psilocin.gnu.org>
3596         * cus-face.el (custom-face-attributes): Doc fix.
3598 1998-05-04  Kenichi Handa  <handa@etl.go.jp>
3600         * international/mule-cmds.el (toggle-input-method): Use a more
3601         appropriate default value while reading an input method.
3603 1998-05-04  Michael Kifer  <kifer@cs.sunysb.edu>
3605         * ediff-util.el (ediff-get-lines-to-region-start):
3606         Protect from window-end returning the nil.
3607         (ediff-file-checked-in/out): Use vc-backend.
3608         Add dependence on vc-hooks.
3609         (ediff-make-bottom-toolbar): Now checks for toolbar support before
3610         referring toolbars.
3612         * ediff-wind.el (ediff-setup-control-frame):
3613         Now checks for toolbar support before referring toolbars.
3615         * ediff-init.el (ediff-has-toolbar-support-p, ediff-use-toolbar-p):
3616         Moved here from ???.
3618         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
3619         Set default-directory.
3621 1998-05-04  Michael Kifer  <kifer@cs.sunysb.edu>
3623         * emulation/viper.el (viper-vi-state-mode-list): New variable.
3624         (viper-emacs-state-mode-list, viper-insert-state-mode-list): New vars.
3625         (viper-set-hooks): No longer uses major mode hooks to impose
3626         viper-mode on major modes.  Use change-major-mode-hook instead.
3627         (viper-major-mode-modifier-list): New variable.
3628         (viper-mode-string): Add defvar to avoid warning.
3630         * emulation/viper-util.el, emulation/viper-cmd.el (viper-add-hook)
3631         (viper-remove-hook): Functions deleted.  Use add/delete-hook instead.
3632         (viper-file-checked-in, viper-file-checked-out): New functions.
3634         * emulation/viper-init.el: Use make-local-hook for viper's local hooks.
3635         (viper-minibuffer-exit-hook): Make initially nil.
3637         * emulation/viper-cmd.el (viper-find-char): Now works in multiline mode.
3639         * emulation/viper-ex.el (viper-get-ex-pat): Fix delimiter handling.
3640         (ex-edit): Handle file names that have spaces in them.
3641         (viper-ex): Check for writing into a checked in file.
3642         (ex-substitute): Allow newlines in substitutions.
3643         (viper-ex): Bug fix.
3645 1998-05-04  Richard Stallman  <rms@psilocin.gnu.org>
3647         * server.el (server-buffer-done): Bind server-kill-buffer-running
3648         around places that might kill the buffer.
3649         Do something reasonable if server-done-hook kills the buffer.
3650         (server-kill-buffer-running): Doc fix.
3651         (server-kill-buffer): Do nothing unless server-buffer-clients.
3652         (server-done): Doc fix.
3654         * server.el (server-buffer-done): Test of for-killing was backwards.
3656 1998-05-04  Eli Zaretskii  <eliz@mescaline.gnu.org>
3658         * follow.el (follow-intercept-processes): When asynchronous
3659         subprocesses aren't supported, default to nil.
3661 1998-05-04  Andreas Schwab  <schwab@delysid.gnu.org>
3663         * progmodes/compile.el (compilation-directory-stack): Doc fix.
3664         (compilation-mode): Accept optional parameter and initialize
3665         mode-name from it.
3666         (compile-internal): Pass name-of-mode to compilation-mode.  Don't
3667         set mode-name here.
3668         (compilation-minor-mode): Don't let mode-line-process change.
3669         (compilation-next-error-locus): Use forward-char instead of
3670         move-to-column.
3671         (compilation-parse-errors): Set default-directory from head of
3672         compilation-directory-stack.
3674 1998-05-03  Dave Love  <d.love@dl.ac.uk>
3676         * add-log.el (add-log-current-defun): Fix previous fortran change.
3678 1998-05-03  Richard Stallman  <rms@psilocin.gnu.org>
3680         * generic.el (generic-make-keywords-list): Delete spurious paren.
3682         * add-log.el (add-log-debugging): New variable.
3683         (add-change-log-entry): Set it.
3685 1998-05-03  Erik Naggum  <erik@naggum.no>
3687         * emacs-lisp/shadow.el (list-load-path-shadows): Don't say
3688         anything, if we are not interactive and nothing is wrong.
3690 1998-05-03  Eli Zaretskii  <eliz@mescaline.gnu.org>
3692         * progmodes/sh-script.el (sh-shell-file): If $SHELL evaluates to
3693         one of MS-DOS or MS-Windows shells, use "bin/sh" instead.
3695 1998-05-03  Richard Stallman  <rms@psilocin.gnu.org>
3697         * Makefile (TAGS-LISP): New target.
3698         (lisptagsfiles1, lisptagsfiles2): New variables.
3699         (TAGS, TAGS-LISP): Use lisptagsfiles1, lisptagsfiles2.
3701         * mail/mh-e.el (mh-quit): Undo 3/3 change (and the subsequent fix).
3703 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
3705         * startup.el (command-line): When choosing a language from LANG,
3706         call set-language-environment in unibyte and multibyte mode.
3707         Don't call standard-display-european; instead, call
3708         standard-display-european-internal and set-terminal-coding-system.
3709         But do them only for latin-1 ... latin-5.
3711 1998-05-02  Dan Nicolaescu  <done@ece.arizona.edu>
3713         * menu-bar.el (menu-bar-custom-menu): Add an entry for Changed
3714         Options.
3716 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
3718         * info.el (Info-up): New arg SAME-FILE: don't move to different file.
3719         (Info-next-preorder): Pass new arg to Info-up.
3720         (Info-last-preorder): Likewise.
3721         (Info-last-preorder): Don't follow the Prev if it's same as the Up.
3722         Instead, follow it as the Up.
3724 1998-05-02  Andre Spiegel  <spiegel@inf.fu-berlin.de>
3726         * vc-hooks.el (vc-parse-cvs-status): Optimized.  Ignore
3727         "Locally Removed" files.
3729         * vc.el (vc-fetch-cvs-status): Don't specify DIR on the command line.
3730         (vc-dired-hook): Optimized for CVS.
3732 1998-05-02  Richard Stallman  <rms@psilocin.gnu.org>
3734         * apropos.el (apropos-mode-map): Bind q to quit-window.
3736 1998-05-01  Sam Steingold  <sds@usa.net>
3738         * mail-utils.el (rmail-default-dont-reply-to-names):
3739         Don't set the variable in this file.
3741 1998-05-01  Erik Naggum  <erik@naggum.no>
3743         * simple.el (rfc822-goto-eoh): Stop at a blank line, too.
3745 1998-05-01  Stephen Eglen  <stephen@gnu.org>
3747         * calendar/diary-lib.el (diary-mail-entries): Write year in subject
3748         line using four digits, not two.
3750 1998-05-01  Carsten Dominik  <cd@delysid.gnu.org>
3752         * textmodes/reftex.el: Added :version tags to defcustom.
3754 1998-05-01  Andrew Hall  <ahall@fmrco.com>
3756         * paren.el (show-paren-ring-bell-on-mismatch): New option.
3757         (show-paren-function): Beep on mismatch, if requested.
3759 1998-04-30  Milan Zamazal  <pdm@fi.muni.cz>
3761         * language/czech.el (setup-czech-environment):
3762         Call latin-2's setup function.
3763         * language/slovak.el (setup-slovak-environment):
3764         Call latin-2's setup function.
3766 1998-04-30  Geoff Voelker  <voelker@cs.washington.edu>
3768         * w32-win.el (w32-drag-n-drop-debug, w32-drag-n-drop)
3769         (w32-drag-n-drop-other-frame): New functions.
3770         Bind them to the drag-n-drop events.
3772 1998-04-30  Peter Breton  <pbreton@ne.mediaone.net>
3774         * filecache.el (file-cache-add-file): Checks to see if file exists
3775         before adding it.  Non-existing files are simply skipped.
3776         (file-cache-add-directory): Checks to see if directory exists
3777         before adding it.  Non-existing directories are simply skipped.
3779         * generic.el (generic): Added defgroup declaration.
3780         (generic-make-keywords-list): Uses regexp-opt.
3781         (generic-mode-set-font-lock): Uses regexp-opt.
3783         * generic-x.el (generic-x): Added defgroup declaration.
3785         * generic-x.el (generic-bat-mode-setup-function): Fixed comment-start
3786         variable.
3788         * generic-x.el (generic-define-mswindows-modes): Enable
3789         hosts-generic-mode and apache-generic-mode.
3790         (generic-define-unix-modes): Enable alias-generic-mode.
3791         (java-properties-generic-mode): Changed regexp to allow property
3792         and value to be separated by whitespace or an equal sign.
3793         (alias-generic-mode): Check generic-extras-enable-list before
3794         defining this mode.
3796         * generic-x.el (installshield-statement-keyword-list): New variable.
3797         (installshield-system-functions-list): Likewise.
3798         (installshield-system-variables-list): Likewise.
3799         (installshield-types-list): Likewise.
3800         (installshield-funarg-constants-list): Likewise.
3801         (rul-generic-mode): Uses the variables listed above instead of
3802         hard-coding the lists of keywords.
3804 1998-04-30  Richard Stallman  <rms@psilocin.gnu.org>
3806         * emacs-lisp/lmenu.el (popup-menu-popup): Fix typo: set menu-keymap.
3808 1998-05-01  Kenichi Handa  <handa@etl.go.jp>
3810         * international/mule-cmds.el (find-coding-systems-for-charsets):
3811         Consider priority of each coding system too.
3812         (select-safe-coding-system): Show mime-charset name (if it is also
3813         a coding system) instead of base coding system name.
3814         (select-safe-coding-system): Always delete *Warning* buffer.
3815         (universal-coding-system-argument): Use buffer-file-coding-system
3816         as default.
3818         * international/quail.el (quail-show-translations): Show
3819         followable keys in alphabetic order.
3821 1998-04-29  Richard Stallman  <rms@psilocin.gnu.org>
3823         * progmodes/cperl-mode.el (perl-mode):
3824         Do not alias this to cperl-mode.
3826         * progmodes/perl-mode.el (perl-mode): Add autoload cookie.
3828 1998-04-29  Eric S. Raymond  <esr@snark.thyrsus.com>
3830         Many small changes that mostly eliminate the explicit mail separator
3831         variable and use the new rfc822-goto-eoh primitive instead:
3833         * ispell4.el (ispell-message): Use rfc822-goto-eoh.
3835         * language/ethio-util.el (ethio-sera-to-fidel-mail):
3836         Use rfc822-goto-eoh.
3837         (ethio-fidel-to-sera-mail): Likewise.
3839         * mail/rnewspost.el (news-reply-mode): Don't load sendmail here.
3840         Don't set paragraph-start or paragraph-separate.
3841         (news-setup): Set them here.
3842         (news-inews): Use mail-header-end, etc.
3843         Use mail-sendmail-delmit-header at the end.
3845         * mail/emacsbug.el (report-emacs-bug): Use rfc822-goto-eoh.
3847         * mail/mail-hist.el: Require sendmail.
3848         (mail-hist-current-header-name): Use mail-text-start.
3849         (mail-hist-forward-header): Use mail-header-end.
3850         (mail-hist-current-header-contents): Use mail-header-start.
3851         (mail-hist-put-headers-into-history): Use mail-text-start.
3853         * mail/mailalias.el (expand-mail-aliases): Doc fix.
3854         (expand-mail-aliases, mail-complete): Use mail-header-end.
3856         * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p):
3857         Use mail-header-end.
3859         * mail/mailpost.el (post-mail-send-it):
3860         Use mail-sendmail-undelimit-header.
3862         * mail/reporter.el (reporter-calculate-separator): Function deleted.
3863         (reporter-submit-bug-report): Major rewrite.
3865         * mail/rmail.el (rmail-forward): Use mail-text-start.
3866         (rmail-resend): Don't bind mail-header-separator.
3867         (rmail-retry-failure): Use mail-send-delimit-header, etc.
3869         * mail/rnews.el: Require sendmail.
3870         (news-caesar-buffer-body): Use mail-text-start.
3872         * mail/smtpmail.el (smtpmail-send-it):
3873         Use mail-sendmail-undelimit-header.
3875         * mail/supercite.el: Require sendmail.el.
3876         (sc-no-blank-line-or-header): Use mail-header-end.
3878         * mail/uce.el (uce-reply-to-uce): Use mail-sendmail-delimit-header.
3880         * simple.el (rfc822-goto-eoh): New function.
3881         (sendmail-user-agent-compose): Use rfc822-goto-eoh.
3883         * mail/sendmail.el (send-mail-function): Doc fix.
3884         (mail-header-end, mail-text-start): New functions.
3885         (mail-sendmail-delimit-header): New function.
3886         (mail-sendmail-undelimit-header): New function.
3887         (mail-mode-auto-fill): Use mail-header-end.
3888         (mail-mode-fill-paragraph, mail-send, sendmail-send-it): Likewise.
3889         (mail-sent-via, mail-position-on-field): Likewise.
3890         (mail-fill-yanked-message, mail-text): Use mail-text-start.
3892 1998-04-29  Dave Love  <d.love@dl.ac.uk>
3894         * imenu.el (imenu--generic-function): Doc fix.  Rewritten to be faster.
3895         (defgroup imenu): Add :link.
3896         (imenu-use-markers, imenu-auto-rescan-maxout)
3897         (imenu-generic-expression, imenu--make-index-alist)
3898         (imenu-default-goto-function): Doc fix.
3899         (imenu-max-item-length, imenu-sort-function)
3900         (imenu-scanning-message): Custom tweak.
3901         (imenu-progress-message): Use real backquote syntax.
3902         (imenu--in-alist): Unused function deleted.
3903         (imenu--flatten-index-alist): Likewise.
3904         (imenu-case-fold-search): Add autoload cookie.
3905         (imenu--completion-buffer): Offer function at point as default.
3906         (imenu--subalist-p): Don't use caadr.
3907         (imenu): Don't use caddr.
3908         (imenu-add-menubar-index): New function.
3910 1998-04-29  Dave Love  <fx@gnu.org>
3912         * tar-mode.el (tar-mode-write-file): Protect from null
3913         tar-header-offset.
3915 1998-04-29  Andrew Innes  <andrewi@harlequin.co.uk>
3917         * tar-mode.el (tar-extract): Use `!' instead of `:' to construct
3918         buffer-file-name (`:' is invalid in file names on Windows).
3920 1998-04-29  Richard Stallman  <rms@psilocin.gnu.org>
3922         * ange-ftp.el (ange-ftp-real-expand-file-name-actual):
3923         Locally bind old-name, new-name, final, drive-letter.
3925         * ielm.el (*, **, ***): Add defvars.
3927         * dired.el (dired-sort-toggle): Handle spaces in dired-actual-switches.
3929 1998-04-29  Ken Stevens  <stevens@kdstevens.com>
3931         * ispell.el: Generalized region skipping added.
3932         Checks comments only in code.
3933         Added backward compatible support for customize.
3934         (ispell-query-replace-choices, ispell-message-dictionary-alist)
3935         (ispell-grep-command, ispell-grep-options, ispell-look-command)
3936         (ispell-look-options, ispell-use-ptys-p, ispell-local-dictionary)
3937         (ispell-dictionary-alist): Now customizable.
3938         Fixed type of custom variables: ispell-help-in-bufferp.
3939         (ispell-use-framepop-p): New variable.
3940         (ispell-dictionary-alist): Added dictionaries: castellano, castellano8
3941         czech, esperanto, esperanto-tex, norsk, russian.
3942         Capitalize XEmacs correctly, and change lucid to xemacs in code.
3943         (ispell-menu-lucid): Renamed to ispell-menu-xemacs.
3944         Changed string compares for version number to be correct for XEmacs.
3945         Fixed to work with string properties.
3946         (ispell-recursive-edit-marker): New marker saving return point.
3947         (ispell-skip-region-alist): New variable defining regions.
3948         (ispell-tex-skip-alists): New variable for LaTeX regions.
3949         (ispell-skip-sgml): Now buffer-mode aware.
3950         (ispell-highlight-p): Support block cursors.
3951         (ispell-message-text-end): Don't check signatures.
3952         (ispell-comments-and-strings): New command, added to menu.
3953         (ispell-int-char): New function for character incrementing.
3954         (ispell-word): Produces message on error when called from
3955         ispell-minor-mode.  Potential infinite loop removed.
3956         (ispell-command-loop): prevent XEmacs modeline hiding.
3957         Allow temporary split of dedicated windows.  Improve recursive
3958         edit support.  Support block cursors.
3959         (ispell-show-choices): New function cleaning up command loop.
3960         (ispell-highlight-spelling-error-generic): Block cursor support added.
3961         (ispell-highlight-spelling-error-xemacs): Block cursor, name change.
3962         (ispell-overlay-window): dedicated window splitting, XEmacs changes.
3963         (ispell-parse-output): Displays ispell process error messages.
3964         (check-ispell-version): Interactive mode that shows ispell versions.
3965         (ispell-begin-skip-region-regexp): New region skipping function.
3966         (ispell-begin-tex-skip-regexp): New tex mode region skipping function.
3967         (ispell-begin-skip-region): New region skipping function.
3968         (ispell-tex-arg-end): New tex mode region skipping function.
3969         (ispell-skip-region): New region skipping function.
3970         (ispell-get-line): New function to clean up command loop.
3971         (ispell-process-line): New function cleaning up command loop.
3972         (ispell-continue): Improve recursive editor support.
3973         (ispell-complete-word): Interior fragment support improved.
3974         (ispell-message): Region skipping vastly improved.
3976 1998-04-28  Eli Zaretskii  <eliz@mescaline.gnu.org>
3978         * ps-print.el (ps-output-string-prim): Don't quote multibyte
3979         characters.
3981 1998-04-28  Richard Stallman  <rms@psilocin.gnu.org>
3983         * ps-print.el (ps-remove-duplicates): New function.
3984         (ps-begin-file): Use it.
3986         * progmodes/compile.el (compilation-initial-position): New option.
3987         (compile-internal): Obey it.
3989 1998-04-28  Dave Love  <fx@gnu.org>
3991         * info.el (Info-mode): Doc fix.
3993         * finder.el (finder-insert-at-column): Simplify.
3994         (finder-mouse-face-on-line): New function.
3995         (finder-list-keywords, finder-list-matches): Use it.
3996         (finder-commentary, finder-select): Doc.
3997         (finder-mouse-select): Doc.  Remove spurious let.
3999 1998-04-28  Richard Stallman  <rms@psilocin.gnu.org>
4001         * mail/rmailedit.el (rmail-cease-edit):
4002         Call rmail-show-message even if message text is unchanged.
4004 1998-04-28  Inge Frick  <inge@nada.kth.se>
4006         * emacs-lisp/easymenu.el (easy-menu-define-key): Fixed bug with BEFORE
4007         argument.  Now it works also if you repeat an identical call to
4008         easy-menu-define-key.
4010 1998-04-27  Richard Stallman  <rms@psilocin.gnu.org>
4012         * window.el (quit-window): Don't try to switch buffers
4013         in a dedicated window or a minibuffer window.
4014         Treat minibuffer window as dedicated in other ways too.
4016         * ielm.el (ielm-eval-input): More of previous change.
4018         * ps-print.el (ps-remove-duplicates): New function.
4019         (ps-begin-file): Use that instead of remove-duplicates.
4021         * isearch.el (isearch-yank-x-selection): Doc fix.
4023         * widget.el (define-widget-keywords): Don't use backquote.
4025         * view.el (view-really-at-end): Undo previous change.
4027 1998-04-26  Richard Stallman  <rms@psilocin.gnu.org>
4029         * simple.el (assoc-ignore-representation): New function.
4030         (assoc-ignore-case): Use compare-strings.
4032         * textmodes/outline.el (outline-discard-overlays):
4033         Interpret PROP as a value for `invisible', not as property name.
4035         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1):
4036         Copy initialization from sgml-font-lock-keywords.
4037         (sgml-font-lock-keywords): Initialize from sgml-font-lock-keywords-1.
4038         (sgml-font-lock-keywords-2): New variable.
4039         (sgml-mode-common): Make buffer-local binding for
4040         sgml-font-lock-keywords-2 and initialize it.
4041         Use it in font-lock-defaults.
4043         * ielm.el (ielm-eval-input): Use variables *, **, *** not :, ::, :::.
4044         (inferior-emacs-lisp-mode): Corresponding changes.
4046         * language/european.el (setup-8-bit-environment):
4047         Don't do anything special here for unibyte mode.
4048         That is done in set-language-environment.
4050         * international/mule-cmds.el (set-language-environment):
4051         Fix previous change.  Call standard-display-european-internal.
4052         Call set-terminal-coding-system.
4053         (standard-display-european-internal): New subroutine.
4055         * disp-table.el (standard-display-european):
4056         Use set-language-environment
4057         instead of loading a syntax definitions file.
4058         Use standard-display-european-internal.
4059         Let current-language-environment specify terminal coding system.
4061         * files.el (set-auto-mode): When just-from-file-name is set, don't
4062         actually switch modes if the new mode is the same as the current one.
4064         * view.el (view-mode-exit): Don't alter view-return-to-alist.
4066 1998-04-25  Richard Stallman  <rms@psilocin.gnu.org>
4068         * international/mule-cmds.el (set-language-environment):
4069         Check for language environments that can't work in unibyte.
4071         * language/european.el (setup-8-bit-environment):
4072         Test of default-enable-multibyte-characters was backwards.
4074         * view.el (view-mode-enter, view-mode-exit): Doc fixes.
4076 1998-04-24  Richard Stallman  <rms@psilocin.gnu.org>
4078         * Makefile (custom-deps, updates): Allow cus-dep to be used compiled.
4079         (custom-deps, autoloads, finder-data, updates): Print list of dirs.
4081         * finder.el (finder-compile-keywords):
4082         Avoid error for nonexistent directory.
4083         Ignore files that are actually Emacs lock files.
4085         * emacs-lisp/copyright.el (copyright-regexp):
4086         Move \251 before the multibyte copyright symbol.
4088         * cus-dep.el (custom-make-dependencies): Don't give up
4089         on a whole file, the first time eval gets an error.
4091         * Makefile (custom-deps): Ignore =... subdirs.
4093         * mail/mailalias.el (mail-complete-alist):
4094         Don't refer to mail-address-field-regexp.
4096         * add-log.el (change-log-mode): Undo previous change.
4098 1998-04-24  Sam Steingold  <sds@usa.net>
4100         * cl-indent.el: Indent defpackage correctly.
4102         * font-lock.el (lisp-font-lock-keywords-2): Added `defpackage'.
4104 1998-04-23  Geoff Voelker  <voelker@cs.washington.edu>
4106         * dired.el (dired-chmod-program) [windows-nt]: Use chmod.
4108 1998-04-23  Andrew Innes  <andrewi@harlequin.co.uk>
4110         * scroll-bar.el (scroll-bar-mode, toggle-scroll-bar): By default,
4111         put scroll bars on the right on MS-Windows (since that is the
4112         convention on Windows).
4114 1998-04-23  Richard Stallman  <rms@psilocin.gnu.org>
4116         * ffap.el (dired-at-point): Add autoload cookie.
4118 1998-04-23  Jens Petersen  <petersen@kurims.kyoto-u.ac.jp>
4120         * ffap.el (dired-at-point-require-prefix): New option.
4121         (dired-at-point): New command.
4122         (dired-at-point-prompter): New function.
4124 1998-04-23  Inge Frick  <inge@nada.kth.se>
4126         * easymenu.el: Use new menu item format.  Don't simulate button prefix.
4127         (easy-menu-create-menu): Understand also keywords :active,
4128         :label and :visible.  Don't worry about button prefix.
4129         (easy-menu-button-prefix): Modified value.
4130         (easy-menu-do-add-item): Extensive changes to use new menu item format.
4131         (easy-menu-define-key, easy-menu-always-true): New functions.
4132         (easy-menu-make-symbol): Don't use indirection for symbols.  Property
4133         `menu-alias' not set.
4134         (easy-menu-filter, easy-menu-update-button): Deleted.
4135         (easy-menu-add-item): Don't worry about button prefix.
4136         (easy-menu-remove-item): Don't worry about button prefix.  Use
4137         `easy-menu-define-key'.
4138         (easy-menu-is-button, easy-menu-have-button): Deleted.
4139         (easy-menu-real-binding, easy-menu-change-prefix): Deleted.
4141 1998-04-23  Richard Stallman  <rms@psilocin.gnu.org>
4143         * international/mule.el (load-with-code-conversion):
4144         Don't pass extra arg to eval-buffer.
4145         (set-auto-coding): Doc fix.
4147 1998-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
4149         * frame.el (frame-name-alist): Remove this variable.
4150         (select-frame-by-name): Recompute the list of frames instead of
4151         saving it in a global variable.
4153 1998-04-23  Dave Love  <fx@gnu.org>
4155         * delsel.el: Don't require cl.  Minor doc fixes.
4156         (insert-parentheses): Add `delete-selection' property.
4157         (delete-selection-pre-hook): Simplify slightly.
4159         * add-log.el (change-log-mode): Add `* ' to paragraph-start.
4161 1998-04-22  Richard Stallman  <rms@sucrose.gnu.org>
4163         * comint.el (comint-replace-by-expanded-history): New arg START.
4164         Don't display a message about doing history expansion.
4165         (comint-replace-by-expanded-history-before-point): New arg START.
4166         (comint-send-input): Pass START to comint-replace-by-expanded-history.
4168 1998-04-22  Richard Stallman  <rms@psilocin.gnu.org>
4170         * language/european.el (setup-8-bit-environment):
4171         If default-enable-multibyte-characters is nil,
4172         call standard-display-european, and don't set nonascii-insert-offset
4173         or default-input-method.
4175         * language/english.el (setup-english-environment):
4176         Don't set default-enable-multibyte-characters.
4178 1998-04-22  Eli Zaretskii  <eliz@delysid.gnu.org>
4180         * term/pc-win.el (x-select-text, x-get-selection-value): Replace
4181         win16 with w16.
4183 1998-04-22  Dave Love  <fx@gnu.org>
4185         * help.el (help-mode-map): Add S-tab, like backtab.
4187 1998-04-22  Stephen Eglen  <stephen@gnu.org>
4189         * iswitchb.el: Only require cl if cadr and last are not defined.
4191 1998-04-22  Richard Stallman  <rms@psilocin.gnu.org>
4193         * mail/rmail.el (rmail): Don't bind enable-local-variables.
4195 1998-04-21  Richard Stallman  <rms@psilocin.gnu.org>
4197         * info.el (Info-fontify-node): For menu items, use info-xref font.
4198         Use info-node font for the node's own name,
4199         and do not make it mouse-sensitive.
4201         * international/encoded-kb.el (encoded-kbd-mode): Doc fix.
4203         * help.el (help-highlight-face): Use `face' as custom type.
4205 1998-04-21  Dave Love  <fx@gnu.org>
4207         * which-func.el: Fix header comments.
4208         (which-func-mode): Add autoload cookie.
4209         (which-func-mode-global): Customize.
4211         * subr.el (remove-hook): Fix spurious quote.
4213         * help.el (describe-function-1): Make hyperlink to library file
4214         name, if available.
4216 1998-04-21  Richard Stallman  <rms@psilocin.gnu.org>
4218         * info.el (Info-find-node): Update Info-history after switching buffer.
4219         (info): If no arg, and *info* buffer exists, just go to it
4220         and don't alter it.
4222         * emacs-lisp/easymenu.el (easy-menu-do-add-item):
4223         Do the right thing when nil is specified as criterion for activeness.
4224         Fix string used to report an invalid item.
4226         * tmm.el (tmm-get-keymap): Handle new format menu item w/o cache.
4227         (tmm-prompt): If reach an empty menu, get an error.
4229 1998-04-20  Per Starbäck  <starback@update.uu.se>
4231         * dired.el (dired-move-to-filename-regexp): There might be a space
4232         after the year instead of before it.
4234 1998-04-20  Richard Stallman  <rms@psilocin.gnu.org>
4236         * emacs-lisp/bytecomp.el (byte-compile-file):
4237         Always read the file in multibyte mode
4238         unless the file itself specifies unibyte mode.
4240         * international/mule-conf.el (file-coding-system-alist):
4241         Use emacs-mule for .elc files.
4243         * emacs-lisp/cl-macs.el (cl-do-arglist): Undo previous change.
4245 1998-04-20  Piet van Oostrum  <piet@cs.ruu.nl>
4247         * smtpmail.el (smtpmail-send-it): Deleted all code related
4248         to Resent-To: processing.
4249         (smtpmail-deduce-address-list): Changed the search for
4250         Resent-\(To\|Cc\|Bcc\) headers.
4251         (smtpmail-do-bcc): Delete Resent-Bcc: headers.
4253 1998-04-20  Sam Steingold  <sds@usa.net>
4255         * mouse.el (mouse-buffer-menu-mode-mult): New variable.
4256         (mouse-buffer-menu): Obey mouse-buffer-menu-mode-mult.
4257         Also avoid some consing.
4259 1998-04-20  Andreas Schwab  <schwab@delysid.gnu.org>
4261         * view.el (view-really-at-end): Return true when at end and not
4262         reverting.
4264 1998-04-20  Richard Stallman  <rms@psilocin.gnu.org>
4266         * international/mule.el (load-with-code-conversion):
4267         Undo previous change.  Instead, pass the UNIBYTE arg to eval-buffer.
4269 1998-04-20  Werner Lemberg  <wl@gnu.org>
4271         * textmodes/fill.el (justify-current-line):
4272         Use new algorithm to apportion the spaces to be added.
4274 1998-04-19  Dan Nicolaescu  <done@ece.arizona.edu>
4276         * language/romanian.el: Add coding: tag.
4278         * bindings.el (debug-ignored-errors): Add an error from cus-edit.el.
4280         * time.el (display-time-mode): Add :version.
4281         * hscroll.el (hscroll-global-mode):
4282         * type-break.el (type-break-mode):
4283         * avoid.el (mouse-avoidance-mode):
4284         * rsz-mini.el (resize-minibuffer-mode):
4285         * mail/mailabbrev.el (mail-abbrevs-mode):
4286         * gnus/gnus-art.el (gnus-show-traditional-method)
4287         (gnus-article-hide-pgp-hook):
4288         * international/ccl.el (ccl-extended-code-table):
4289         * progmodes/octave-mod.el (octave-auto-indent):
4290         * calendar/diary-lib.el (diary-mail-addr, diary-mail-days)
4291         (diary-unknown-time):
4292         * emacs-lisp/debug.el (debugger-mode-hook)
4293         (debugger-record-buffer):
4294         * progmodes/sh-script.el (sh-imenu-generic-expression):
4295         * cus-edit.el (custom-variable-default-form)
4296         (custom-face-default-form):
4297         * desktop.el (desktop-enable):
4298         * dabbrev.el (dabbrev-ignored-buffer-names):
4299         * hexl.el (hexl-follow-ascii):
4300         * progmodes/etags.el (find-tag-marker-ring-length):
4301         * replace.el (query-replace-to-history-variable)
4302         (query-replace-from-history-variable):
4303         * vc-hooks.el (vc-ignore-vc-files):
4304         * vc.el (vc-default-init-version):
4305         * vcursor.el (vcursor-interpret-input, vcursor-string):
4306         * frame.el (focus-follows-mouse):
4307         * mail/rmail.el (rmail-movemail-flags): Likewise.
4309 1998-04-20  Kenichi Handa  <handa@etl.go.jp>
4311         * international/ccl.el (ccl-compile-unify-character): Inhibit
4312         unification tables specified by integer value.
4313         (ccl-compile-translate-single-map): Likewise.
4314         (ccl-compile-multiple-map-function): Likewise.
4315         (ccl-compile-translate-multiple-map): Modified for nested tables.
4316         (ccl-dump-iterate-multiple-map): Handle the case that ID is not
4317         integer.
4318         (ccl-dump-translate-multiple-map): Likewise.
4319         (ccl-dump-translate-single-map): Likewise.
4320         (declare-ccl-program): New optional arg VECTOR.
4321         (check-ccl-program): New macro.
4323         * international/mule.el (make-coding-system): If TYPE is 4, FLAGS
4324         can be a cons of CCL-PROGRAM symbols.
4326         * international/quail.el (quail-start-translation): Bind
4327         prefix-arg to current-prefix-arg.
4328         (quail-mode): Doc-string modified.
4330         * language/cyrillic.el: FLAGS arguments for make-coding-system
4331         changed.
4333         * language/romanian.el: Set t to `documentation' info for Romanian.
4335         * language/vietnamese.el: FLAGS arguments for make-coding-system
4336         changed.
4338 1998-04-19  Dan Nicolaescu  <done@ece.arizona.edu>
4340         * speedbar.el (speedbar): Add :version.
4342 1998-04-18  Geoff Voelker  <voelker@cs.washington.edu>
4344         * makefile.nt (interdontcompile): New macro.
4345         (install): Copy uncompiled files from international subdir.
4347 1998-04-18  Dave Love  <fx@gnu.org>
4349         * array.el (array-mode): Add autoload cookie.
4351         * ph.el (ph-install-menu): Use easy-menu-create-menu, not
4352         easy-menu-create-keymaps.
4354         * add-log.el (change-log-mode): Revert 1997-12-03 doc change.
4355         (add-change-log-entry): Replace 1997-12-03 changes with simple
4356         implementation of add-log-keep-changes-together.  Doc fix.
4357         (change-log-add-make-room): Function deleted.
4358         (add-change-log-entry-other-window, change-log-mode)
4359         (add-log-keep-changes-together): Doc fix.
4360         (add-log-lisp-like-modes): Add dsssl-mode.
4361         (add-log-current-defun): Generalize Fortran case.
4363         * progmodes/scheme.el (scheme-imenu-generic-expression)
4364         (dsssl-imenu-generic-expression): Remove leading space in submenus.
4366 1998-04-18  Dan Nicolaescu  <done@delysid.gnu.org>
4368         * which-func.el (which-func): Add defgroup.
4370         * emacs-lisp/checkdoc.el (checkdoc): Added :version.
4372         * play/gametree.el (gametree): Likewise.
4374         * progmodes/vhdl-mode.el (vhdl): Likewise.
4375         Don't require hideshow, not needed.
4377 1998-04-18  Dan Nicolaescu  <done@ece.arizona.edu>
4379         * cus-edit.el (customize-changed-options): Add support for showing
4380         groups with a :version option.
4381         It's recomended that all new packages added to the distribution
4382         contain a :version option in the toplevel defgroup.
4384 1998-04-18  Stephen Eglen  <stephen@gnu.org>
4386         * international/ccl.el, international/iso-ascii.el: Customized.
4387         * international/iso-acc.el, international/ogonek.el: Customized.
4389 1998-04-18  Richard Stallman  <rms@psilocin.gnu.org>
4391         * ange-ftp.el (file-name-handler-alist): Fix previous change.
4393         * emacs-lisp/edebug.el (edebug-compute-previous-result):
4394         Don't pass floating value to single-key-description.
4396 1998-04-17  Richard Stallman  <rms@psilocin.gnu.org>
4398         * ps-print.el (ps-output-string-prim): Use skip-chars-forward.
4400         * info.el (Info-menu): Allow extra spaces at start of menu item.
4401         (Info-extract-menu-item): Likewise.
4402         (Info-insert-dir, Info-complete-menu-item, Info-index): Likewise.
4403         (Info-try-follow-nearest-node, Info-find-emacs-command-nodes): Likewise.
4404         (Info-fontify-node, Info-speedbar-buttons): Likewise.
4406         * mail/rmail.el (rmail-message-regexp-p):
4407         Handle unreformatted messages for real.
4408         (rmail-message-recipients-p): Undo previous change.
4410         * international/mule.el (load-with-code-conversion):
4411         Don't bind default-enable-multibyte-characters to t.
4413         * bindings.el (debug-ignored-errors): Add and remove strings.
4415 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>
4417         * jka-compr.el (jka-compr-use-shell) [ms-dos, windows-nt]: Do not
4418         use a shell.
4419         (jka-compr-temp-name-template) [ms-dos, windows-nt]: Check common
4420         locations for tmp directory.
4422 1998-04-17  Stephen Eglen  <stephen@gnu.org>
4424         * emulation/tpu-edt.el, emulation/tpu-extras.el: Customize.
4425         emulation/vip.el: Customize.
4427 1998-04-17  Dan Nicolaescu  <done@delysid.gnu.org>
4429         * language/romanian.el (setup-romanian-environment): Change the
4430         input method to latin-2-postfix.
4431         Save the file using iso-2022-7bit encoding.
4433 1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>
4435         * ange-ftp.el (ange-ftp-tmp-name-template) [windows-nt]: Look for
4436         common temp directories.
4437         (ange-ftp-parse-netrc-group): Skip carriage returns.
4438         (ange-ftp-expand-file-name): Handle files with drive letters.
4439         (ange-ftp-write-region): Don't treat as unix.
4440         (ange-ftp-insert-file-contents): Determine file type by transfer mode.
4441         (ange-ftp-copy-file-internal): Don't treat as unix.
4442         (ange-ftp-file-name-all-completions): Handle Windows filenames.
4443         (file-name-handler-alist) [windows-nt]: Add patterns for name with
4444         drive letters.
4445         (ange-ftp-dired-call-process, ange-ftp-call-chmod): Use
4446         dired-chmod-program.
4447         (ange-ftp-disable-netrc-security-check) [windows-nt]: Disable by
4448         default.
4449         (ange-ftp-real-expand-file-name-actual): New function.
4451         * comint.el (comint-filename-chars): Combine DOS and Windows strings.
4453         * fast-lock.el (fast-lock-cache-name): Replace '\' with '#'.
4455         * files.el (path-separator): Delete variable.
4457         * ls-lisp.el (ls-lisp-dired-ignore-case): New variable.
4458         (ls-lisp-handle-switches): Obey ls-lisp-dired-ignore-case.
4460         * shell.el (shell-file-name-chars): Add ',' and ':'.
4462         * makefile.nt (install): Copy elisp files that are not compiled.
4463         (clean): Delete patch scratch files in all subdirectories.
4465         * w32-fns.el (w32-system-shells): Add 4dos and 4nt.
4466         (w32-allow-system-shell, w32-valid-locales): New variable.
4467         (w32-check-shell-configuration): Make interactive.
4468         Obey w32-allow-system-shell.
4469         (w32-get-valid-locale-ids, w32-list-locales): New functions.
4470         (w32-init-info): Fix relative path to info directory.
4472 1998-04-16  Ilya Zakharevich  <ilya@math.ohio-state.edu>
4474         * cperl-mode.el (cperl-style-alist): New variable, since `c-mode'
4475         is no longer loaded.
4476         - (Somebody who uses the styles should check that they work OK!)
4477         - (a lot of work is needed, especially with new
4478           `cperl-fix-line-spacing').
4479         Old value of style is memorized when choosing a new style, may be
4480         restored from the same menu.
4481         (cperl-perldoc, cperl-pod-to-manpage): New commands; thanks to
4482         Anthony Foiani <afoiani@uswest.com> and Nick Roberts
4483         <Nick.Roberts@src.bae.co.uk>.
4484         (`Perl doc', `Regexp'): New submenus (latter to allow short displays).
4485         (cperl-clobber-lisp-bindings): New cfg variable.
4486         (cperl-find-pods-heres): $a->y() is not y///.
4487         (cperl-after-block-p): Add save-excursion.
4488         (cperl-init-faces): Was failing.
4489         Init faces when loading `ps-print'.
4490         (cperl-toggle-autohelp): New command.
4491         (cperl-electric-paren): `while SPACE LESS' was buggy.
4492         (cperl-init-faces): `-text' in `[-text => 1]' was not highlighted.
4493         (cperl-after-block-p): Was FALSE after `sub f {}'.
4494         (cperl-electric-keyword): `foreachmy', `formy' expanded too,
4495         Expands `=pod-directive'.
4496         (cperl-linefeed): Behaves reasonable in POD-directive lines.
4497         (cperl-message-electric-keyword): New cfg variable.
4498         (cperl-electric-keyword): Print a message, governed by
4499         `cperl-message-electric-keyword'.
4500         (cperl-electric-paren): Typing `}' was not checking for being
4501         block or not.
4502         (cperl-beautify-regexp-piece): Did not know about lookbehind;
4503         finding *which* level to work with was not intuitive.
4504         (cperl-beautify-levels): New command.
4505         (cperl-electric-keyword): Allow here-docs contain `=head1'
4506         and friends for keyword expansion.
4507         Fix for broken `font-lock-unfontify-region-function'.  Should
4508         preserve `syntax-table' properties even with `lazy-lock'.
4509         (cperl-indent-region-fix-else): New command.
4510         (cperl-fix-line-spacing): New command.
4511         (cperl-invert-if-unless): New command (C-c C-t and in Menu).
4512         (cperl-hints): Mention 20.2's goods/bads.
4513         (cperl-extra-newline-before-brace-multiline): Started to use it.
4514         (cperl-break-one-line-blocks-when-indent): New cfg variable.
4515         (cperl-fix-hanging-brace-when-indent): New cfg variable.
4516         (cperl-merge-trailing-else): New cfg variable.
4517         Workaround for another `font-lock's `syntax-table' text-property bug.
4518         `zerop' could be applied to nil.
4519         At last, may work with `font-lock' without setting `cperl-font-lock'.
4520         (cperl-indent-region-fix-constructs): Renamed from
4521         `cperl-indent-region-fix-constructs'.
4522         (cperl-fix-line-spacing): Could be triggered inside strings, would not
4523         know what to do with BLOCKs of map/printf/etc.
4524         (cperl-merge-trailing-else): Handle `continue' too.
4525         (cperl-fix-line-spacing): Likewise.
4526         (cperl-calculate-indent): Knows about map/printf/etc before {BLOCK};
4527         treat after-comma lines as continuation lines.
4528         (cperl-mode): `continue' made electric.
4529         (cperl-electric-keyword): Electric `do' inserts `do/while'.
4530         (cperl-fontify-syntaxically): New function.
4531         (cperl-syntaxify-by-font-lock): New cfg variable.
4532         Make syntaxification to be autoredone via `font-lock',
4533         switched on by `cperl-syntaxify-by-font-lock', off by default so far.
4534         Remove some commented out chunks.
4535         (cperl-set-style-back): Old value of style is memorized when
4536         choosing a new style, may be restored from the same menu.
4537         Mode-documentation added to micro-docs.
4538         (cperl-praise): Updated.
4539         (cperl-toggle-construct-fix): New command.  Added on C-c C-w and menu.
4540         (auto-fill-mode): Added on C-c C-f and menu.
4541         (cperl-style-alist): `PerlStyle' style added.
4542         (cperl-find-pods-heres): Message for termination of scan corrected.
4543         (cperl-speed): New variable with hints.
4544         (cperl-electric-else): Make backspace electric after
4545         expansion of `else/continue' too.
4546         Fixed customization to honor cperl-hairy.
4547         Created customization groups.
4548         All the compile-time warnings fixed.
4549         (cperl-syntaxify-by-font-lock): Interaction with `font-lock-hot-pass'
4550         fixed.
4551         (cperl-after-block-and-statement-beg): It is BLOCK if we reach lim
4552         when backup sexp.
4553         (cperl-after-block-p, cperl-after-expr-p): Likewise.
4554         (cperl-indent-region): Make a marker for END - text added/removed.
4555         (cperl-style-alist): Include `cperl-merge-trailing-else'
4556         where the value is clear.
4557         (cperl-styles-entries): Likewise.
4558         (cperl-tips, cperl-problems): Improvements to docs.
4560 1998-04-16  Richard Stallman  <rms@psilocin.gnu.org>
4562         * ispell.el (ispell-word): In ispell-check-only mode,
4563         display a message for misspelled word.
4564         (ispell-get-word): No error if can't find a word to check.
4565         (ispell-word): Don't fuss about a word if not adjacent to it.
4566         (ispell-minor-check): Use save-excursion.
4568         * emacs-lisp/byte-opt.el (byte-after-unbind-ops): Delete byte-equal.
4570         * help.el (help-with-tutorial): Locally bind file and filename.
4572         * emacs-lisp/find-func.el (find-function-on-key):
4573         If definition is a list, don't call find-function-other-window.
4574         Handle mouse events (code copied from describe-key-briefly).
4575         (find-function-do-it): Doc fix.
4576         (find-function-noselect): Doc fix.
4578         * locate.el (locate): Doc fix.
4580         * man.el (Man-notify-when-ready) <newframe>:
4581         Mark frame's window as dedicated.
4583         * subr.el (local-set-key, global-set-key):
4584         Return what define-key returns.
4586         * custom.el (defcustom, defgroup, defface): Don't use backquote.
4588 1998-04-15  Eli Zaretskii  <eliz@delysid.gnu.org>
4590         * ps-print.el (ps-do-despool): Bind coding-system-for-write to
4591         raw-text-unix instead of using binary-process-input.
4593         * arc-mode.el (archive-extract-by-stdout): Don't use
4594         binary-process-output.  Bind coding-system-for-read `undecided',
4595         so coding system is determined on the fly.  Bind
4596         inherit-process-coding-system to t.
4597         (archive-dos-members): Remove.
4598         (archive-extract): Don't call archive-check-dos.  Handle pkunzip
4599         errors.
4600         (archive-*-extract): Handle pkzip errors.
4601         (archive-check-dos): Remove.
4602         (archive-subfile-dos): Remove.
4603         (archive-extract): Don't bind archive-subfile-dos.
4604         (archive-write-file-member): Don't DOSify DOS-style archive
4605         members.
4606         (archive-zip-extract): Make pkzip use -o- flag, to make it more
4607         silent.
4609         * lpr.el (print-region-1): Stop using binary-process-{in,out}put,
4610         bind coding-system-for-{read,write} instead.
4612         * dos-fns.el (dos-print-region-function): Except for binary files,
4613         force conversion to DOS EOLs, but leave text conversions alone.
4615         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't bind
4616         binary-process-{in,out}put; setup coding-systems instead.
4618 1998-04-15  Dave Love  <d.love@dl.ac.uk>
4620         * international/mule-cmds.el (global-map [menu-bar mule]):
4621         Conditionalize on default-enable-multibyte-characters.
4623 1998-04-15  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4625         * vc.el (vc-dired-mode): Redefine dired-move-to-filename-regexp
4626         locally.
4627         (vc-dired-reformat-line): Streamlined.  Should handle all sorts of
4628         date formats now.
4630 1998-04-15  Andreas Schwab  <schwab@delysid.gnu.org>
4632         * vc.el (vc-backend-revert): Fix missing argument for
4633         vc-file-setprop.
4635 1998-04-15  Kenichi Handa  <handa@etl.go.jp>
4637         * international/mule-util.el (coding-system-change-eol-conversion):
4638         New function.
4639         (coding-system-change-text-conversion): New function.
4641 1998-04-15  Richard Stallman  <rms@gnu.org>
4643         * mail/mh-e.el (mh-quit): mh-show-buffer can be nil.
4645         * mail/sendmail.el (mail-mode): Doc fix.
4647 1998-04-15  Simon Marshall  <simon@gnu.org>
4649         * textmodes/outline.el (outline-font-lock-level): New function.
4651 1998-04-15  François Pinard  <pinard@iro.umontreal.ca>
4653         * emacs-lisp/bytecomp.el
4654         (byte-compile-warn-about-unresolved-functions): Fix whitespace.
4656 1998-04-14  Dan Nicolaescu  <done@ece.arizona.edu>
4658         * language/romanian.el: New file.
4660         * loadup.el: Load language/romanian.
4662 1998-04-14  Dave Love  <fx@gnu.org>
4664         * progmodes/fortran.el: Don't eval-*and*-compile font-lock stuff.
4666 1998-04-14  Stephen Eglen  <stephen@gnu.org>
4668         * mail/mspools.el (mspools-folder-directory): Takes default value of
4669         ~/MAIL/ if vm-folder-directory not bound.
4670         (mspools-vm-system-mail): Customize the variable so that if the
4671         environment variable $MAIL is not set, the user can easily set
4672         it.
4673         (mspools-vm-system-mail-crash): Variable deleted; we now use
4674         vm-crash-box.
4675         (mspools-set-vm-spool-files): Error if mspools-folder-directory
4676         hasn't been set.  Use mspools-folder-directory rather
4677         than vm-folder-directory.
4678         (mspools-get-spool-files): Error if mspools-folder-directory is nil.
4679         (mspools-get-spool-files): Add $ to regexp to ensure mspools-suffix
4680         matches the end of the filename.
4681         (mspools-mode-map): Bind n and p to next-line and previous-line.
4683 1998-04-14  Richard Stallman  <rms@gnu.org>
4685         * files.el (find-file-noselect): Set buffer-file-coding-system
4686         if RAWFILE.
4688 1998-04-14  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4690         * vc.el (vc-next-action-on-file): Don't check out after
4691         registering.  This is two steps instead of one, and the second
4692         does not make sense under CVS.
4693         (vc-next-action): Changed doc string to reflect the above.
4695 1998-04-14  Andreas Schwab  <schwab@mescaline.gnu.org>
4697         * mail/rmail.el (rmail-movemail-flags): Fix customize type.
4699         * language/korean.el ("Korean"): Doc fix.
4701         * emacs-lisp/bytecomp.el (byte-compile-warnings): Fix customize
4702         type.
4704         * ediff-init.el (ediff-autostore-merges): Doc fix.
4706 1998-04-14  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4708         * startup.el (command-line-1): Better wording in mouse startup
4709         message.
4711 1998-04-14  Kenichi Handa  <handa@etl.go.jp>
4713         * international/titdic-cnv.el (titdic-convert): Message improved.
4714         (tit-process-header): Change `Do byte-compile' to `Byte-compile'.
4715         (batch-titdic-convert): Likewise.
4717 1998-04-13  Richard Stallman  <rms@gnu.org>
4719         * mail/emacsbug.el (report-emacs-bug-hook): Don't absolutely
4720         reject non-ASCII characters.
4722         * tmm.el (tmm-get-keymap): Handle `menu-item' menu items.
4724 1998-04-13  Eli Zaretskii  <eliz@delysid.gnu.org>
4726         * international/mule-util.el (coding-system-eol-type-mnemonic):
4727         Return correct eol-type mnemonics for the non-unix cases.
4729 1998-04-12  Ken'ichi Handa  <handa@melange.gnu.org>
4731         * language/korean.el: Fix previous change.
4733 1998-04-12  Richard Stallman  <rms@gnu.org>
4735         * help.el (describe-function-1): New function.
4736         (describe-function): Use describe-function-1.
4737         (describe-key): Likewise.
4739         * emacs-lisp/lisp-mode.el (eval-defun): Arrange to use eval-region
4740         even if we have to alter the form.
4742         * gnus/gnus-art.el (gnus-emphasis-alist): Use nth, not caddr.
4744         * emacs-lisp/autoload.el (generate-autoload-section-header): Doc fix.
4745         (update-file-autoloads): Use autoload-read-section-header.
4746         (update-autoloads-from-directories): Likewise.
4747         (generate-autoload-section-continuation): New variable.
4748         (autoload-read-section-header): New function.
4749         (update-file-autoloads): Don't call save-buffer if no changes.
4750         (generate-file-autoloads): Split the section header line
4751         into multiple comments.
4753         * mail/mail-extr.el (mail-extract-address-components):
4754         Rename local :-pos to colon-pos.
4756 1998-04-12  Erik Naggum  <erik@naggum.no>
4758         * emacs-lisp/cl-macs.el (cl-do-arglist): Intern initializes the
4759         value of keyword symbols, so don't do it again.
4761 1998-04-11  Kenichi Handa  <handa@etl.go.jp>
4763         * international/mule.el (generic-char-p): A character of code 0 is
4764         not a generic char.
4766         * international/mule-cmds.el (describe-language-environment):
4767         Print the languge environment at the head.
4769         * language/czech.el: Put Czech lang. env. under European.
4771         * language/slovak.el: Put Slovak lang. env. under European.
4773 1998-04-10  Eli Zaretskii  <eliz@is.elta.co.il>
4775         * international/mule-diag.el (list-input-methods): Fix doc string.
4776         (describe-font, describe-fontset, list-fontsets, mule-diag): Don't
4777         use fontset-related features if global-fontset-alist is not bound.
4779 1998-04-10  Ken'ichi Handa  <handa@melange.gnu.org>
4781         * language/slovak.el: Delete tutorial file entry.
4783 1998-04-10  Ken'ichi Handa  <handa@melange.gnu.org>
4785         * language/czech.el: Fix previous change, TUTORIAL.ch > TUTORIAL.cs.
4787 1998-04-10  Kenichi Handa  <handa@etl.go.jp>
4789         * language/czech.el: Tutorial file name changed to TUTORIAL.ch.
4790         * language/japanese.el: Tutorial file name changed to TUTORIAL.ja.
4791         * language/korean.el: Tutorial file name changed to TUTORIAL.ka.
4792         * language/slovak.el: Tutorial file name changed to TUTORIAL.sk.
4794 1998-04-09  Karl Heuer  <kwzh@gnu.org>
4796         * progmodes/vhdl-mode.el (vhdl-loop, vhdl-while-loop): Add backslash.
4798         * emacs-lisp/cl.el: Don't defconst the colon symbols, since they
4799         evaluate to themselves now anyway.
4801         * simple.el (newline): Mark as hard the newline that was just
4802         typed, not the previous one.  Suppress optimization if there's a
4803         marker either before or after the newline.
4805 1998-04-09  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4807         * vc.el (vc-next-action): Fixed bug that prevented registering
4808         files using C-x v v.
4810 1998-04-09  Stephen Eglen  <stephen@gnu.org>
4812         * progmodes/c-mode.el, progmodes/cplus-md.el: Customize.
4813         progmodes/m4-mode.el: Customize.
4815 1998-04-09  Dan Nicolaescu  <done@ece.arizona.edu>
4817         * progmodes/vhdl-mode.el (vhdl-mode): Add autoload cookie.
4819 1998-04-09  Kenichi Handa  <handa@etl.go.jp>
4821         * language/slovak.el: Add tutorial file name for Slovak.
4823         * help.el (help-with-tutorial-alist): This variable deleted.
4824         (help-with-tutorial): Get a tutorial file name by
4825         get-language-info instead of help-with-tutorial-alist.
4827         * language/devan-util.el: Typos in comment fixed.
4828         (devanagari-vertical-modifier-p): Target string to be matched with
4829         GLYPH is modified.
4830         (devanagari-non-vertical-modifier-p): Likewise.
4831         (devanagari-wide-to-narrow-char): New function.
4832         (devanagari-wide-to-narrow-iter): The second arg is changed to
4833         2-COL-GLYPH.
4835 1998-04-08  Dan Nicolaescu  <done@ece.arizona.edu>
4837         * textmodes/outline.el: Add support for showing hidden outlines
4838         when doing isearch.  (Thanks to Peter S Galbraith for the idea)
4839         (outline-isearch-open-invisible): New function.
4840         (outline-flag-region): Use it.
4842 1998-04-08  Derek L. Davies  <ddavies@world.std.com>
4844         * gud.el (jdb): Do proper analysis of classes defined in a Java
4845         source.  This removes the restriction of one class per file.
4846         (gud-jdb-package-of-file): Removed.  Replaced with parsing routines.
4847         (gud-jdb-skip-whitespace): New function.
4848         (gud-jdb-skip-single-line-comment): New function.
4849         (gud-jdb-skip-traditional-or-documentation-comment): New function.
4850         (gud-jdb-skip-whitespace-and-comments): New function.
4851         (gud-jdb-skip-id-ish-thing): New function.
4852         (gud-jdb-skip-string-literal): New function.
4853         (gud-jdb-skip-character-literal): New function.
4854         (gud-jdb-skip-block): New function.
4855         (gud-jdb-analyze-source): New function.
4856         (gud-jdb-build-class-source-alist-for-file): New function.
4857         (gud-jdb-analysis-buffer): New variable.
4858         (gud-jdb-build-class-source-alist): Cleaner at the expense of new
4859         variable.
4861 1998-04-08  Richard Stallman  <rms@gnu.org>
4863         * mail/rmail.el (rmail-message-regexp-p): Handle messages
4864         whose headers have not been reformatted.
4865         (rmail-message-recipients-p): Likewise.
4867         * mail/rmailedit.el (rmail-cease-edit): Call kill-all-local-variables.
4868         Call rmail-variables.
4869         (rmail-edit-mode): Call text-mode.  Don't run text-mode-hook here.
4870         (rmail-edit-map): Use set-keymap-parent.
4871         (rmail-old-text): Add defvar.
4873         * mail/rmail.el (rmail-movemail-program): Customized.
4874         (rmail-message-filter): Customized.
4875         (rmail-display-summary): Customized.
4876         (rmail-inbox-list, rmail-keywords, rmail-current-message)
4877         (rmail-total-messages, rmail-message-vector, rmail-deleted-vector)
4878         (rmail-msgref-vector, rmail-overlay-list, rmail-view-buffer)
4879         (rmail-last-label, rmail-last-regexp): Now permanent locals.
4880         (rmail-perm-variables): Set up all permanent locals here.
4881         (rmail-variables): Not here.
4882         (rmail-variables): Set enable-local-variables here.
4883         (rmail-mode-2): Not here.
4885 1998-04-08  Dave Love  <fx@gnu.org>
4887         * progmodes/fortran.el (fortran-fill-paragraph): Return t here.
4888         (fortran-fill-statement): Not here.
4890 1998-04-08  Stephen Eglen  <stephen@gnu.org>
4892         * mail/mail-utils.el (mail-use-rfc822): Customize.
4894 1998-04-07  Milan Zamazal  <pdm@fi.muni.cz>
4896         * language/czech.el: Add coding-priority.  Improve sample text.
4897         Correct starting commentary.
4898         * language/slovak.el: Add coding-priority.  Use iso-8859-2 instead
4899         of iso-latin-2.  Correct starting commentary.
4901 1998-04-07  Dave Love  <d.love@dl.ac.uk>
4903         * progmodes/fortran.el: Use regexp-opt and eval-and-compile to
4904         build font-lock patterns.
4905         (fortran-mode): Define indent-region-function, indent-line-function.
4906         (fortran-tab-mode-string): Make buffer-local.
4907         (fortran-comment-indent-style): Custom tweak.
4908         (fortran-comment-region, fortran-electric-line-number)
4909         (fortran-analyze-depth, fortran-break-before-delimiters)
4910         (fortran-mode): Doc fix.
4911         (fortran-font-lock-keywords-1): Add "select", "case"; allow
4912         double-quoted strings.
4913         (fortran-mode-map): Add fill-paragraph menu item.  Don't define \t.
4914         (fortran-mode): Make `fill-column' buffer-local; set
4915         `fill-paragraph-function', `indent-region-function',
4916         `indent-line-function'.
4917         (calculate-fortran-indent): Renamed to `fortran-calculate-indent'.
4918         (fortran-split-line): Simplify.
4919         (fortran-remove-continuation): New function.
4920         (fortran-join-line): Use it.
4921         (fortran-end-prog-re1, fortran-end-prog-re): New variables.
4922         (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use them.
4923         (fortran-blink-matching-if, fortran-blink-matching-do)
4924         (fortran-indent-new-line): Bind case-fold-search.
4925         (fortran-end-do, fortran-beginning-do, fortran-end-if)
4926         (fortran-beginning-if): Bind case-fold-search.  Allow labelled blocks.
4927         Use fortran-end-prog-re.
4928         (fortran-if-start-re): New variable.
4929         (fortran-calculate-indent): Allow labelled blocks.  Simplify the conds.
4930         Make select case indentation work.
4931         (fortran-is-in-string-p): Ignore Emacs 18 bug kluge.
4932         (fortran-fill): Allow double quotes in check for string.
4933         (fortran-fill-paragraph): New function.
4934         (fortran-fill-statement): New function.
4936 1998-04-07  Richard Stallman  <rms@gnu.org>
4938         * subr.el (add-to-list): Always return updated value of LIST-VAR.
4940         * shadowfile.el (find-file-visit-truename): Don't setq this.
4942 1998-04-07  Stephen Eglen  <stephen@gnu.org>
4944         * cus-start.el: next-screen-context-lines is an integer, not boolean.
4946         * mail/rmail.el (rmail-mode): Doc fix.
4948 1998-04-06  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
4950         * mail/rmail.el (rmail-movemail-flags): New customizable variable
4951         to specify additional flags to pass to movemail.
4952         (rmail-insert-inbox-text): Use rmail-movemail-flags.
4954 1998-04-06  Richard Stallman  <rms@gnu.org>
4956         * startup.el (command-line-1): Fix punctuation in startup screen.
4958 1998-04-06  Dave Love  <fx@gnu.org>
4960         * help.el (help-make-xrefs): Grok commands in keymap table
4961         expansions.
4962         (help-xref-button): Simplify.
4963         (help-make-xrefs): Set overriding keymap properly.
4965 1998-04-06  Kenichi Handa  <handa@etl.go.jp>
4967         * language/japanese.el: Set exit-function to
4968         exit-japanese-environment for Japanese environment.
4970         * language/japan-util.el (setup-japanese-environment): Setup
4971         sentence-end suitable for Japanese text.
4972         (exit-japanese-environment): New function.
4974         * international/mule-cmds.el (subset-p): Renamed from
4975         find-safe-coding-system-list-subset-p.
4976         (find-coding-systems-region, find-coding-systems-string): New
4977         functions.
4978         (find-coding-systems-for-charsets): Renamed from
4979         find-safe-coding-system.  This is now a helper function of the
4980         above two.
4981         (select-safe-coding-system): Adjusted for the above changes.
4983 1998-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
4985         * widget.el (:default-get): New keyword.
4987         * wid-edit.el (default, widget-default-default-get): Define it.
4988         (group, widget-group-default-get): Define it.
4989         (menu-choice, widget-choice-default-get): Define it.
4990         (widget-default-get): New function.
4991         (widget-choice-action): Call it.
4992         (widget-editable-list-entry-create): Call it.
4994 1998-04-05  Andre Spiegel  <spiegel@inf.fu-berlin.de>
4996         * vc.el (vc-dired-mode): Make dired-after-readin-hook a local
4997         hook, not a local variable.
4999         * vc.el (vc-merge, vc-backend-merge): New functions.
5000         (vc-resolve-conflicts): Added optional parameters for buffer names.
5001         (vc-branch-p): New function.
5003         * vc-hooks.el (vc-prefix-map): Added "m" for vc-merge.
5005         * vc.el (vc-ensure-vc-buffer): New function.
5006         (vc-registration-error): Replaced by the above.  Updated all callers.
5007         (file-executable-p-18, file-regular-p-18): Removed.
5009 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
5011         * emacs-lisp/autoload.el (update-file-autoloads):
5012         Redo 1997-08-23 change.
5014 1998-04-05  Stephen Eglen  <stephen@gnu.org>
5016         * play/bruce.el, play/decipher.el, play/gametree.el: Customize.
5017         * play/gomoku.el, play/handwrite.el, play/landmark.el: Customize.
5018         * play/mpuz.el, play/solitaire.el, play/spook.el: Customize.
5019         * play/yow.el, play/dunnet.el: Customize.
5020         * emacs-lisp/advice.el, emacs-lisp/backquote.el: Customize.
5021         * emacs-lisp/cust-print.el, emacs-lisp/debug.el: Customize.
5022         * emacs-lisp/gulp.el, emacs-lisp/lisp-mnt.el, pp.el: Customize.
5023         * emacs-lisp/profile.el, emacs-lisp/shadow.el: Customize.
5024         * emacs-lisp/trace.el: Customize.
5026 1998-04-05  Dave Love  <fx@gnu.org>
5028         * startup.el (command-line): Fix paren error.
5030 1998-04-05  Richard Stallman  <rms@psilocin.gnu.org>
5032         * mouse.el (mouse-save-then-kill): Get point-before-scroll
5033         from the right buffer.
5035         * scroll-bar.el (scroll-bar-drag): Set point-before-scroll
5036         in the right buffer, from point in the right window.
5037         (scroll-bar-scroll-down, scroll-bar-scroll-up): Likewise.
5039 1998-04-04  SL Baur  <steve@altair.xemacs.org>
5041         * webjump.el (webjump): Use assoc-ignore-case for locating the
5042         proper URL.
5044 1998-04-04  Richard Stallman  <rms@psilocin.gnu.org>
5046         * mail/emacsbug.el (report-emacs-bug-hook): Use skip-chars-forward
5047         to check for non-ASCII characters, and to find them.
5048         Don't use find-charset-region.
5049         (report-emacs-bug-pretest-address): Update address.
5050         (report-emacs-bug-address): Likewise.
5052 1998-04-04  Dave Love  <d.love@dl.ac.uk>
5054         * help.el (help-highlight-face): Use underline.
5055         (help-mode-maybe): Ensure read-only.
5056         (help-xref-button): Obey help-highlight-p.
5057         (help-follow): Remove check for args being a list.
5058         (help-mode): Doc fix.
5059         (help-highlight-face): Customize.
5060         (help-highlight-p): Put in help group.
5062         * help.el (help-make-xrefs): Insert button label in scope of
5063         inhibit-read-only binding.
5064         (help-mode-map, help-make-xrefs): Define TAB, RET correctly.
5066 1998-04-03  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5068         * vc-hooks.el (vc-parse-cvs-status): New function.
5069         (vc-fetch-master-properties): Moved cvs status retrieval to
5070         the above.
5071         (vc-backend): If a file is not registered, remember that by setting
5072         the property to `none'.
5073         (vc-name): Use the mechanism of vc-backend to compute the value.
5074         (vc-after-save): Don't access vc-backend property directly.
5076         * vc.el (vc-next-action-dired): Use dired-do-redisplay.  Handle
5077         window configuration correctly.
5078         (vc-next-action): Save window configuration for vc-next-action-dired.
5079         (vc-finish-logentry): Only kill log buffer if it does exist.
5080         (vc-dired-mode): Rewritten so that it works entirely through
5081         dired-after-readin-hook.  Subdirectories are handled just as in
5082         ordinary dired.
5083         (vc-dired-hook): New function.
5084         (vc-state-info, vc-dired-reformat-line): Adapted.
5085         (vc-dired-update, vc-dired-update-line): Removed.
5086         (vc-directory): Rewritten.
5087         (vc-directory-18): Removed.
5088         (vc-dired-mark-locked): New function, bound to "*l" in vc-dired-mode.
5089         (vc-do-command): Only compute vc-name if it is really needed.
5090         (vc-fetch-cvs-status): New function.
5091         (vc-dired-hook): Use it.
5093 1998-04-03  Richard Stallman  <rms@psilocin.gnu.org>
5095         * mail/emacsbug.el (report-emacs-bug-hook):
5096         Don't bind enable-multibyte-characters.
5098 1998-04-03  Dave Love  <d.love@dl.ac.uk>
5100         * startup.el (command-line): If already unibyte, just load
5101         latin-N instead of calling set-language-environment.
5103 1998-04-03  Richard Stallman  <rms@psilocin.gnu.org>
5105         * mail/emacsbug.el (report-emacs-bug): Use set-buffer-multibyte.
5107         * mail/rmail.el (rmail-mode-2): Locally set enable-local-variables
5108         to nil, so a local var list in a message won't confuse things.
5110         * mail/emacsbug.el (report-emacs-bug-hook): Fix the regexp for
5111         matching non-ASCII characters.
5113 1998-04-02  Richard Stallman  <rms@psilocin.gnu.org>
5115         * generic-x.el (rul-generic-mode): Use font-lock-builtin-face,
5116         not font-lock-emphasized-face.
5118         * help.el (help-highlight-face): Use `highlight'.
5120 1998-04-02  Dave Love  <d.love@dl.ac.uk>
5122         * help.el: Make hyperlinks for cross-reference info intuited from
5123         *Help* buffer.
5124         (help-font-lock-keywords): Removed.
5125         (help-mode-map): Define keys for navigating hyperlinks.
5126         (help-xref-stack, help-xref-stack-item): New permanent-local
5127         variables.
5128         (help-mode): Set font-lock-defaults to nil.
5129         (help-mode-maybe): Invoke help-make-xrefs in Help mode.
5130         (help-setup-xref): New function.
5131         (describe-key, describe-mode, describe-function)
5132         (describe-variable): Call it.
5133         (view-lossage, describe-bindings): Nullify help-xref-stack,
5134         help-xref-stack-item.
5135         (help-highlight-p): New option.
5136         (help-highlight-face): New customized face.
5137         (help-back-label, help-xref-symbol-regexp, help-xref-info-regexp):
5138         New variables.
5139         (help-setup-xref, help-make-xrefs, help-xref-button)
5140         (help-xref-interned, help-xref-mode, help-follow-mouse)
5141         (help-xref-go-back, help-go-back, help-follow, help-next-ref): New
5142         functions.
5144 1998-04-02  Richard Stallman  <rms@psilocin.gnu.org>
5146         * wid-edit.el (widget-beginning-of-line): Don't set zmacs-region-stays.
5147         (widget-end-of-line): Likewise.
5148         (widget-glyph-click): Use read-event.
5149         (widget-color-choice-list): Delete compatibility code.
5150         (widget-color-sample-face-get): Likewise.
5151         (widget-choose): Likewise.
5152         (widget-event-point): Fix paren error.
5154 1998-04-01  Richard Stallman  <rms@psilocin.gnu.org>
5156         * wid-edit.el: Delete some compatibility code.
5157         (widget-event-point, widget-read-event): Define unconditionally.
5159         * info-look.el (info-lookup->topic-cache): Use defun, not defsubst.
5160         (info-lookup->mode-cache, info-lookup->initialized): Likewise.
5161         (info-lookup->completions, info-lookup->refer-modes): Likewise.
5162         (info-lookup->all-modes): Likewise.
5164         * info-look.el (info-lookup-quick-all-modes): New function.
5165         (info-complete): Find the symbol to complete first,
5166         then compute list of completions.
5168         * info-look.el (lisp-mode): Add info-lookup-maybe-add-help for it.
5170 1998-04-01  Derek L. Davies  <ddavies@world.std.com>
5172         * gud.el: Add support for jdb (Java debugger).
5173         (jdb): New function.
5174         (gud-jdb-history): New variable.
5175         (gud-jdb-directories): New variable.
5176         (gud-jdb-source-files): New variable.
5177         (gud-jdb-build-source-files-list): New function.
5178         (gud-jdb-package-of-file): New function.
5179         (gud-jdb-class-source-alist): New variable.
5180         (gud-jdb-build-class-source-alist): New function.
5181         (gud-jdb-massage-args): New function.
5182         (gud-jdb-find-source-file): New function.
5183         (gud-jdb-marker-filter): New function.
5184         (gud-jdb-find-file): New function.
5185         (gud-jdb-command-name): New variable.
5186         (gud-perldb-command-name): Variable renamed from perldb-command-name.
5188 1998-03-31  Anders Lindgren  <andersl@csd.uu.se>
5190         * follow.el (follow-scroll-up): Cope if `window-end' returns nil.
5191         (follow-select-if-end-visible): Likewise.
5192         (follow-mode-version): Variable removed.
5194 1998-04-01  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5196         * vc.el (vc-revert-buffer): Rewrote handling of vc-diff buffer,
5197         so that the file's buffer is always current when the actual
5198         revert is done.
5200 1998-04-01  Andreas Schwab  <schwab@gnu.org>
5202         * emacs-lisp/copyright.el: Customized.
5204 1998-03-31  Richard Stallman  <rms@psilocin.gnu.org>
5206         * files.el (hack-one-local-variable):
5207         Variables named ...-predicate are treated as risky.
5208         (write-file): Omit directory part when making default file name.
5210 1998-03-31  Stephen Eglen  <stephen@gnu.org>
5212         * iswitchb.el: Many doc fixes.
5213         (iswitchb-method): No longer a user variable.
5214         (iswitchb-minibuffer-setup-hook): Customized.
5215         (iswitchb-default): New variable.
5216         (iswitchb-complete): Use iswitchb-common-match-string rather than
5217         recomputing the value.
5218         (iswitchb-toggle-ignore): Recompute list of buffers.
5219         (iswitchb-init-XEmacs-trick): Renamed from iswitchb-init-Xemacs-trick.
5221 1998-03-31  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5223         * vc.el (vc-resolve-conflicts): New function.
5224         (vc-next-action-on-file): Use it.
5225         (vc-backend-revert): For CVS, revert to the version the buffer was
5226         based on, not the latest on the current branch (same behavior as
5227         for RCS).  For SCCS, forget vc-workfile-version so that it gets
5228         recomputed.
5229         (vc-revert-buffer): Rewrote doc string to explain the above.
5230         (vc-finish-logentry): Don't add extra newline.
5232 1998-03-29  Ralph Schleicher  <rs@purple.UL.BaWue.DE>
5234         * battery.el (battery-linux-proc-apm): Re-use the temporary
5235         buffer.
5237         * battery.el (battery-insert-file-contents): Disable code
5238         conversion.
5240 1998-03-29  Richard Stallman  <rms@psilocin.ai.mit.edu>
5242         * textmodes/tex-mode.el (tex-send-command): Return the process.
5243         (tex-start-tex): New function.
5244         (tex-region, tex-file): Use tex-start-tex.
5245         (tex-start-tex-marker): New variable.
5246         (tex-compilation-parse-errors): Parse only the most recent
5247         TeX compilation's output.  If the error is in the zap file,
5248         use the buffer it was zapped from.
5249         (tex-start-shell): Call compilation-minor-mode.
5251 1998-03-29  Ian T Zimmerman  <itz@kronstadt.rahul.net>
5253         * textmodes/tex-mode.el (tex-compilation-parse-errors):
5254         Completely rewritten.
5255         (tex-print): Reset or restart the subshell before using it.
5257         * desktop.el (desktop-buffer-info, desktop-buffer-rmail)
5258         (desktop-buffer-mh, desktop-buffer-dired, desktop-buffer-file):
5259         Return the buffer produced.
5260         (desktop-create-buffer): Use the buffer that was returned.
5262         * ange-ftp.el (ange-ftp-kill-ftp-process): Convert buffer name
5263         to the buffer.
5265 1998-03-28  Richard Stallman  <rms@psilocin.gnu.org>
5267         * desktop.el (desktop-load-default): Add autoload cookie.
5268         (desktop-read): Likewise.
5270 1998-03-27  Dave Love  <d.love@dl.ac.uk>
5272         * menu-bar.el (menu-bar-options-menu): Remove "Toggle" from item
5273         names, using buttons instead.
5274         (menu-bar-make-toggle): Define a menu-item toggle button.
5275         (menu-bar-options-menu [save-place]): (require 'saveplace).
5276         (menu-bar-options-menu [toggle-auto-compression], [auto-fill-mode])
5277         (menu-bar-options-menu [toggle-global-lazy-font-lock-mode]):
5278         Define a menu-item button.
5280 1998-03-27  Richard Stallman  <rms@psilocin.gnu.org>
5282         * bindings.el (completion-ignored-extensions): Add a few.
5284 1998-03-25  Richard Stallman  <rms@psilocin.gnu.org>
5286         * bindings.el (debug-ignored-errors): Add file-supersession.
5288         * startup.el (normal-top-level-add-subdirs-to-load-path):
5289         Reverse order of subdirs to add.  Don't duplicate the parent dir.
5291         * mail/rmail.el (rmail-clear-headers):
5292         Handle failure to find "\n[^ \t]".
5294 1998-03-25  Dave Love  <fx@gnu.org>
5296         * autorevert.el: Various doc fixes, mainly grammar.
5298         * autoinsert.el (auto-insert, auto-insert-query): :tag choices.
5299         (define-auto-insert): Rename arg key to match doc.
5301 1998-03-25  Simon Marshall  <simon@gnu.org>
5303         * font-lock.el (c-font-lock-keywords-2): Added "sizeof".
5304         (c++-font-lock-keywords-2): Added "export" and "typename".
5306         * lazy-lock.el (lazy-lock-fontify-after-scroll)
5307         (lazy-lock-fontify-after-trigger): Use new window-end UPDATE arg
5308         rather than calculating a value using vertical-motion.
5310         * mail/sendmail.el (mail-font-lock-keywords): Don't use the value
5311         of mail-header-separator if its length is zero.
5313 1998-03-24  Dave Love  <fx@gnu.org>
5315         * ange-ftp.el (shell-command): Define handler.
5316         (ange-ftp-shell-command): Add optional arg.
5317         (comint-last-output-start, comint-last-input-start)
5318         (comint-last-input-end): Defvar to silence compiler.
5320         * dired-aux.el (dired-run-shell-command): Maybe run handler.
5322         * simple.el (shell-command-on-region): Ammend message to report
5323         success or failure when no process output.
5325 1998-03-23  Andreas Schwab  <schwab@gnu.org>
5327         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event): Replace
5328         obsolete `concat with integer' by format.
5330         * rsz-mini.el (resize-minibuffer-mode): Make it a proper minor
5331         mode: toggle resize-minibuffer mode when called without argument.
5333 1998-03-22  Richard Stallman  <rms@gnu.org>
5335         * startup.el (normal-top-level-add-subdirs-to-load-path): New function.
5337         * files.el (find-file-noselect): Use set-buffer-multibyte
5338         instead of setting enable-multibyte-characters.
5340         * disp-table.el (standard-display-underline): Shift face id by 19 bits.
5342 1998-03-22  Johan Vromans  <jvromans@squirrel.nl>
5344         * complete.el (PC-expand-many-files): Apply
5345         completion-ignored-extensions.
5347 1998-03-21  Richard Stallman  <rms@psilocin.gnu.org>
5349         * comint.el (comint-preoutput-filter-functions): Doc fix.
5351         * replace.el (perform-replace): Before recursive edit,
5352         get the match data as markers, and set real-match-data.
5354 1998-03-20  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5356         * vc-hooks.el (vc-sccs-project-dir, vc-search-sccs-project-dir):
5357         New functions.
5358         (vc-master-templates): Add call to vc-search-sccs-project-dir.
5360         * vc.el (vc-next-action-on-file): Properly handle the case
5361         when user tries to check-in, but file on disk has changed.
5362         (vc-do-command): Rewrote doc string.  Consider LAST argument
5363         only if FILE is non-nil.
5364         (vc-add-triple, vc-record-rename, vc-lookup-file): Find
5365         vc-name-assoc-file based on vc-name of FILE.
5366         (vc-backend-admin, vc-rename-file): Handle the SCCS PROJECTDIR
5367         feature.
5369 1998-03-20  Richard Stallman  <rms@psilocin.gnu.org>
5371         * international/mule-cmds.el (set-language-environment): Doc fix.
5372         (current-language-environment): Use defcustom.
5373         (default-input-method): Specify :type.
5375 1998-03-19  Barry A. Warsaw  <bwarsaw@cnri.reston.va.us>
5377         * reporter.el (reporter-mail): New function.
5378         (reporter-compose-outgoing): Use fboundp, not functionp.
5379         (reporter-bug-hook): Fix error message.
5381         * reporter.el (reporter-beautify-list): Break infloop when
5382         reaching the end of the buffer without crossing an unbalanced
5383         paren.  Use scan-sexps instead of forward-sexp for the loop break
5384         test.
5386         * reporter.el (reporter-submit-bug-report): Only call
5387         display-buffer if pop-up-windows is non-nil.
5389 1998-03-19  Richard Stallman  <rms@psilocin.gnu.org>
5391         * progmodes/compile.el: Moved from parent directory.
5393         * compile.el (compilation-error-regexp-alist):
5394         Handle f90 in  DEC AXP OSF/1 cc  pattern.
5396 1998-03-19  Dave Love  <fx@gnu.org>
5398         * simple.el (shell-command-on-region): Amend message to report
5399         success or failure when no process output.
5401 1998-03-18  Richard Stallman  <rms@psilocin.gnu.org>
5403         * frame.el (focus-follows-mouse): New variable.
5404         (other-frame): Obey that variable.
5405         (focus-follows-mouse): Make it defcustom.
5407 1998-03-18  Dave Love  <fx@gnu.org>
5409         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Adjust
5410         paragraph-start in default filling case so that filling doc
5411         strings works.
5413 1998-03-18  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5415         * vc.el (vc-restore-buffer-context): Only try to restore mark
5416         if it is active.
5418 1998-03-18  Richard Stallman  <rms@psilocin.gnu.org>
5420         * calendar/calendar.el (calendar-mode-map): Add bindings for
5421         appt-add and appt-delete.
5423 1998-03-17  Richard Stallman  <rms@psilocin.gnu.org>
5425         * help.el (view-emacs-news): Handle prefix arg.
5427         * loadup.el: Load language/czech and language/slovak.
5429         * language/czech.el (setup-czech-environment): 3rd arg to
5430         setup-8-bit-environment is the default input method, not coding system.
5431         * language/slovak.el (setup-slovak-environment): 3rd arg to
5432         setup-8-bit-environment is the default input method, not coding system.
5434         * env.el (setenv): Simplify reading of args by passing old value
5435         as the default.
5437         * language/czech.el, language/slovak.el: New files.
5439         * info.el (Info-menu-update): Set Info-menu-last-node
5440         to (FILE NODENAME), and test it that way too.
5442 1998-03-17  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
5444         * help.el (view-emacs-news): Use prefix argument to display old news.
5446 1998-03-16  Peter Breton  <pbreton@ne.mediaone.net>
5448         * generic-x.el: Customize.
5449         (fvwm-generic-mode): Added new keywords, and .fvwm2rc config file.
5450         (ini-generic-mode): Changed regexps so that value can contain equal signs.
5451         (java-manifest-generic-mode): Added new keywords.
5453 1998-03-16  Alfred Correira  <ACorreir@pervasive-sw.com>
5455         * generic-x.el (mailrc-generic-mode, java-properties-generic-mode):
5456         New generic modes.
5457         (alias-generic-mode, rc-generic-mode, rul-generic-mode): Likewise.
5459 1998-03-16  Erik Naggum  <erik@naggum.no>
5461         * mail/rmail.el (rmail-clear-headers): Make sure an empty line
5462         still separates the headers from the body.
5464 1998-03-16  Kenichi Handa  <handa@etl.go.jp>
5466         * mail/rmail.el (rmail-quit): Call quit-window before calling
5467         replace-buffer-in-windows to assure that we can switch the rmail
5468         buffer of the selected window.
5470 1998-03-16  Richard Stallman  <rms@psilocin.gnu.org>
5472         * mouse.el (mouse-drag-region): Bind deactivate-mark
5473         around call to copy-region-as-kill.
5474         (mouse-set-region): Likewise.
5475         (mouse-secondary-save-then-kill): Likewise.
5477         * simple.el (copy-region-as-kill): Set deactivate-mark
5478         instead of clearing mark-active directly.
5480 1998-03-15  Richard Stallman  <rms@psilocin.gnu.org>
5482         * help.el (help-mode-maybe): Set view-return-to-alist.
5483         (help-return-method): New variable.
5484         (print-help-return-message): Set help-return-method.
5486         * view.el (view-return-to-alist): Doc fix.
5487         (view-mode-enter): Doc fix.
5488         (view-mode-exit): Handle new alternative `quit-window'
5489         for OLD-BUF-INFO in RETURN-TO-ALIST.
5491         * dired-aux.el (dired-shell-stuff-it): Use shell-quote-argument.
5492         (dired-shell-quote): Function deleted.
5494 1998-03-14  Richard Stallman  <rms@psilocin.gnu.org>
5496         * locate.el (locate-current-line-number): No longer interactive.
5498         * dirtrack.el: Customized.
5499         (dirtrack-forward-slash): Renamed from `forward-slash'.
5500         (dirtrack-backward-slash): Renamed from `backward-slash'.
5501         (dirtrack-replace-slash): Renamed from `replace-slash'.
5503         * emacs-lisp/elp.el (elp-version): Now 3.2.
5505 1998-03-14  Karl Heuer  <kwzh@gnu.org>
5507         * textmodes/texnfo-upd.el (texinfo-incorporate-menu-entry-names)
5508         (texinfo-start-menu-description): Call regexp-quote.
5510 1998-03-13  Richard Stallman  <rms@psilocin.gnu.org>
5512         * subr.el (store-match-data): This is now the alias,
5513         set-match-data is now the primitive.
5515         * textmodes/reftex.el (reftex-nearest-match):
5516         store-match-data => set-match-data.
5518         * textmodes/bibtex.el (bibtex-search-reference):
5519         store-match-data => set-match-data.
5521         * progmodes/simula.el (simula-match-string-or-comment):
5522         store-match-data => set-match-data.
5524         * progmodes/fortran.el (fortran-match-!-comment):
5525         store-match-data => set-match-data.
5527         * play/life.el (life-grim-reaper): store-match-data => set-match-data.
5529         * mail/rfc822.el (rfc822-looking-at):
5530         store-match-data => set-match-data.
5532         * mail/mh-utils.el (mh-make-folder-list-filter):
5533         store-match-data => set-match-data.
5535         * emulation/viper-ex.el (ex-expand-filsyms):
5536         store-match-data => set-match-data.
5538         * emacs-lisp/edebug.el (edebug-recursive-edit)
5539         (edebug-outside-excursion): store-match-data => set-match-data.
5541         * emacs-lisp/debug.el (debug, debugger-env-macro):
5542         store-match-data => set-match-data.
5544         * emacs-lisp/cl-macs.el (defsetf match-data):
5545         store-match-data => set-match-data.
5547         * type-break.el (type-break-emacs-variant):
5548         store-match-data => set-match-data.
5550         * subr.el (save-match-data): store-match-data => set-match-data.
5552         * rlogin.el (rlogin-parse-words): store-match-data => set-match-data.
5554         * replace.el (perform-replace): store-match-data => set-match-data.
5556         * iswitchb.el (iswitchb-ignore-buffername-p):
5557         store-match-data => set-match-data.
5559         * ffap.el (ffap-file-at-point): store-match-data => set-match-data.
5561         * ediff-diff.el (ediff-exec-process):
5562         store-match-data => set-match-data.
5564         * comint.el (comint-word): store-match-data => set-match-data.
5566         * allout.el (outline-end-of-prefix):
5567         store-match-data => set-match-data.
5569         * textmodes/fill.el (fill-region-as-paragraph, fill-region):
5570         Allow t as legit value of JUSTIFY.
5572         * wid-edit.el (widget-echo-help-mouse): Don't use window-end.
5574         * subr.el (momentary-string-display): Pass t as UPDATE to window-end.
5576         * mouse.el (mouse-scroll-subr): Handle if window-end returns nil.
5578 1998-03-12  Richard Stallman  <rms@psilocin.gnu.org>
5580         * mail/rnewspost.el (news-inews): Signal error if inews fails.
5582         * simple.el: Implement selective undo (by Paul Flinders).
5583         (undo-copy-list, undo-copy-list-1): New functions.
5584         (undo-make-selective-list, undo-delta): New functions.
5585         (undo-elt-in-region, undo-elt-crosses-region): New functions.
5586         (undo-adjusted-markers): New defvar.
5587         (undo-start): New args BEG and END.
5588         (undo): If arg or active region, pass args to undo-start.
5590         * mouse.el (mouse-buffer-menu-maxlen): Renamed from
5591         mouse-menu-buffer-maxlen.
5593 1998-03-10  Eric M. Ludlam  <zappo@ultranet.com>
5595         * checkdoc.el (checkdoc-continue): Removed check for doc string.
5596         (checkdoc-this-string-valid-engine): Smarter keycode check regexp.
5598 1998-03-10  Carsten Dominik  <cd@delysid.gnu.org>
5600         * textmodes/reftex.el (reftex-mode-map): Added keybinding for
5601         `reftex-mouse-view-crossref' to `S-mouse-2'.
5603 1998-03-09  Carsten Dominik  <cd@delysid.gnu.org>
5605         * textmodes/reftex.el (reftex-nicify-text): Make a new " " string
5606         each time.
5607         (reftex-what-macro): Make sure `reftex-section-regexp' is defined.
5609 1998-03-09  Richard Stallman  <rms@psilocin.gnu.org>
5611         * textmodes/tex-mode.el (latex-mode): Set fill-nobreak-predicate.
5612         (slitex-mode): Set fill-nobreak-predicate, tex-face-alist,
5613         and imenu-create-index-function.
5614         (latex-fill-nobreak-predicate): New function.
5616         * simple.el (do-auto-fill): Obey fill-nobreak-predicate.
5618         * textmodes/fill.el (fill-nobreak-predicate): New variable.
5619         (fill-region-as-paragraph): Obey fill-nobreak-predicate.
5621         * help-macro.el (make-help-screen): Mention DEL in the prompt.
5623 1998-03-08  Richard Stallman  <rms@psilocin.gnu.org>
5625         * emacs-lisp/autoload.el (update-file-autoloads):
5626         Undo 1997-08-23 change.
5628         * window.el (shrink-window-if-larger-than-buffer):
5629         Bind text-height in the let*.
5630         (view-return-to-alist): Add defvar.
5632         * files.el: Delete junk accidentally left in buffer on 4 March.
5634 1998-03-08  Carsten Dominik  <cd@gnu.org>
5636         * textmodes/reftex.el (reftex-offer-label-menu)
5637         (reftex-select-item): Removed match-everywhere interpretation.
5639 1998-03-08  Carsten Dominik  <cd@gnu.org>
5641         * textmodes/reftex.el (reftex-cursor-selected-face)
5642         (reftex-mouse-selected-face, reftex-file-boundary-face)
5643         (reftex-label-face, reftex-section-heading-face)
5644         (reftex-toc-header-face, reftex-bib-author-face)
5645         (reftex-bib-year-face, reftex-bib-title-face)
5646         (reftex-bib-extra-face): New options.
5647         (reftex-toc, reftex-make-and-insert-label-list)
5648         (reftex-format-bib-entry, reftex-section-info): Use fonts defined
5649         in the new options.
5650         (reftex-do-citation): Kill buffer *RefTeX Select* to avoid
5651         problems with lazy-lock.
5653 1998-03-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
5655         * vc.el (vc-context-matches-p): New function.
5656         (vc-restore-buffer-context): Restore point and mark only if they
5657         don't match the context.
5658         (vc-revert-buffer1, vc-clear-headers): Use save-excursion to relocate
5659         point and mark, and vc-restore-buffer-context as a backup.
5660         (vc-resynch-buffer): When operating on the current buffer, don't use
5661         save-excursion, because that would undo the effects of the above
5662         functions.
5663         (vc-clear-headers): Fixed regexp.
5664         (vc-resynch-window): Deleted code that removed vc-find-file-hook
5665         temporarily.  This was unnecessary, because find-file-hooks are not
5666         called when the buffer is reverted.
5668 1998-03-08  Richard Stallman  <rms@psilocin.gnu.org>
5670         * progmodes/cc-vars.el (c-emacs-features): Doc fix.
5672 1998-03-07  Richard Stallman  <rms@psilocin.gnu.org>
5674         * subr.el (read-passwd): Renamed from read-password.
5675         New second arg CONFIRM.
5677         * wid-edit.el (widget-choice-value-create): If there is an
5678         :explicit-choice, respect it.
5679         (widget-choice-action): Record an explicit choice in :explicit-choice.
5681 1998-03-07  Stephen Eglen  <stephen@gnu.org>
5683         * allout.el, battery.el, cmuscheme.el, compare-w.el, docref.el:
5684         * dos-fns.el, find-file.el, follow.el, ispell4.el, shadowfile.el:
5685         * tempo.el, tmm.el, vcursor.el, xscheme.el: Customize.
5687 1998-03-06  Barry A. Warsaw  <cc-mode-help@python.org>
5689         * Release 5.21
5691         * progmodes/cc-defs.el (c-emacs-features): Var moved to cc-vars.el.
5693         * progmodes/cc-vars.el (c-emacs-features): Var moved from cc-defs.el.
5695         * progmodes/cc-align.el: Don't require cc-defs.
5697         * progmodes/cc-engine.el (c-inside-bracelist-p): Fix for enum test.
5699         * progmodes/cc-mode.el (c-initialize-cc-mode):
5700         Moved require's to top level.
5702         * progmodes/cc-cmds.el (c-fill-paragraph):
5703         Bind fill-paragraph-function to nil when calling fill-paragraph,
5704         to avoid bogus recursion which will signal an error.
5706 1998-03-06  Martin Stjernholm  <cc-mode-help@python.org>
5708         * progmodes/cc-mode.el (c-initialize-on-load): Variable removed.
5710         * progmodes/cc-cmds.el (c-fill-paragraph): Always keep point in
5711         the same relative position.  Fill comment before point if there's
5712         nothing else on the same line.  Fill block comments after code a
5713         little better.  Try harder to find a good fill-prefix when point
5714         is on a block comment ender line.  Use
5715         c-Java-javadoc-paragraph-start in block comments in Java mode.
5716         Leave block comment ender alone when c-hanging-comment-ender-p is
5717         nil and point is on that line.  Detect paragraph-separate in
5718         multiparagraph comments.  Fix for bug that may strip the `*' off
5719         `*/' if fill-prefix ends with `*' and c-hanging-comment-ender-p is
5720         t.  Added filling of multiline string literals.  Always return t
5721         to disable filling in any unhandled area, i.e. actual code where
5722         fill-paragraph only mess things up.
5724         * progmodes/cc-engine.el (c-collect-line-comments): Require same
5725         comment start column.
5727         * progmodes/cc-langs.el (c-Java-javadoc-paragraph-start): New variable.
5729         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixes for nesting
5730         of and repeated defun-open's inside extern and namespace clauses.
5731         This is done by passing a relpos to `inextern-lang' and
5732         `innamespace'.  Also, the relpos in `defun-open' is no longer
5733         always bol.  It's always bol when on the top level, however.
5734         Changed cases: 5A.5, 5I, 14A.
5736         * progmodes/cc-engine.el (c-forward-token-1, c-backward-token-1): New
5737         functions to move by tokens.
5738         (c-guess-basic-syntax): Fixes for Java 1.1 array initialization
5739         brace lists.
5741 1998-03-06  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
5743         * ps-print.el: Some comment, doc and bug fixes.
5744         (ps-print-version): New version number (3.06) and doc fix.
5745         (ps-print-only-one-header, ps-font-type): New var.
5746         (ps-font-info-database): Better font database management.
5747         (ps-error-scale-font, ps-select-header-font): Funs eliminated.
5748         (ps-font, ps-font-bold, ps-font-italic, ps-font-bold-italic)
5749         (ps-avg-char-width, ps-space-width, ps-line-height)
5750         (ps-header-font, ps-header-title-font, ps-header-line-height)
5751         (ps-header-title-line-height): Vars eliminated.
5752         (ps-font-list, ps-font, ps-fonts, ps-font-number, ps-line-height)
5753         (ps-title-line-height, ps-space-width, ps-avg-char-width): New funs.
5754         (ps-print-prologue-1): Adjust PostScript programming.
5755         (ps-color-format): Doc indentation.
5756         (ps-print-hook, ps-print-begin-page-hook, ps-print-begin-column-hook):
5757         New hook vars.
5758         (ps-spool-without-faces, ps-spool-with-faces): Run hook var.
5759         (ps-line-lengths-internal, ps-nb-pages, ps-select-font)
5760         (ps-get-page-dimensions, ps-begin-file, ps-end-file, ps-header-page)
5761         (ps-begin-page, ps-dummy-page, ps-next-line, ps-continue-line)
5762         (ps-basic-plot-string, ps-basic-plot-whitespace, ps-plot-region)
5763         (ps-control-character, ps-color-values, ps-generate): Adjust programming.
5764         (ps-page-number): New macro.
5765         (ps-plot-with-face, ps-generate-postscript-with-faces): Fix invisible
5766         text printing.
5768 1998-03-06  Dave Love  <fx@gnu.org>
5770         * progmodes/fortran.el (fortran-column-ruler-fixed)
5771         (fortran-column-ruler-tab): Doc fix.
5772         (fortran-mode-map): Bind fortran-narrow-to-subprogram.
5773         (bug-fortran-mode): Variable deleted.
5775 1998-03-06  Dave Love  <d.love@dl.ac.uk>
5777         * browse-url.el: Various doc fixes, mainly to remove innappropriate
5778         leading "*"s.
5779         (browse-url-new-window-p, browse-url-netscape-display)
5780         (browse-url-save-file, browse-url-generic-program):
5781         Add autoload cookies.
5782         (browse-url-mosaic-program, browse-url-lynx-input-field)
5783         (browse-url-lynx-input-attempts, browse-url-lynx-input-delay):
5784         Add :version.
5785         (browse-url-of-file-hook): Add :options.
5786         (browse-url-lynx-emacs-args): New option.
5787         (browse-url-lynx-emacs): Use it.
5788         (browse-url-lynx-xterm): Use backquote.
5789         (browse-url-emacs-display): Use Emacs version, not XEmacs.
5790         ((require 'term)): When compiling.
5792 1998-03-06  Kenichi Handa  <handa@etl.go.jp>
5794         * international/titdic-cnv.el (titdic-convert): Use
5795         set-buffer-multibyte.
5797         * international/quail.el (quail-defrule-internal): New arg REPLACE.
5798         (quail-defrule): Call quail-defrule-internal with REPLACE t.
5800 1998-03-05  Peter Breton  <pbreton@ne.mediaone.net>
5802         * generic.el (generic-mode-ini-file-find-file-hook): Use
5803         and-s instead of if-s.
5804         (generic-use-find-file-hook): Changed from defvar to defcustom.
5805         (generic-lines-to-scan): Changed from defvar to defcustom.
5806         (generic-find-file-regexp): Changed from defvar to defcustom.
5808 1998-03-05  Ivar Rummelhoff  <ivarr@ifi.uio.no>
5810         * winner.el (winner-mode, winner-save-unconditionally)
5811         (winner-hook-installed-p): Save window configuration after
5812         every command if window-configuration-change-hook is not present.
5814         * winner.el (winner-save-new-configurations, winner-insert-if-new):
5815         Compare a new window configuration
5816         with the previous configuration before saving it.
5818         * winner.el (winner-insert-if-new, winner-ring)
5819         (winner-configuration, winner-set): Save buffer list together
5820         with the window configurations, so that windows that can no
5821         longer be correctly restored can instead be deleted.
5823         * winner.el (winner-undo): Compare restored configuration
5824         with other configurations that have been reviewed and skip
5825         this one if it looks similar.
5827         * winner.el (winner-insert-if-new, winner-save-new-configurations)
5828         (winner-save-unconditionally): Just save the final
5829         configuration if the same command (changing the window
5830         configuration) is applied several times in a row.
5832         * winner.el (winner-switch): Removed the command
5833         `winner-switch' (and the variables connected to it), since
5834         because of the change above, any "switching package" may now
5835         be used without disturbing winner-mode too much.
5837         * winner.el: Use list syntax for key definitions.
5839         * winner.el (winner-change-fun): Removed the pushnew
5840         command, so that `cl' will not have to be loaded.
5842         * winner.el (winner-set-conf): Introduced "wrapper" around
5843         `set-window-configuration', so that `winner-undo' may be
5844         called from the minibuffer.
5846 1998-03-06  Carsten Dominik  <cd@delysid.gnu.org>
5848         * textmodes/reftex.el (reftex-select-item): A set-buffer in the
5849         unwind-protect form makes sure we deinstall in the correct hooks.
5851 1998-03-05  Richard Stallman  <rms@psilocin.gnu.org>
5853         * mail/rmail.el (rmail-next-same-subject): Ignore leading and
5854         trailing whitespace in this message's subject.
5856 1998-03-05  Ralph Schleicher  <rs@purple.UL.BaWue.DE>
5858         * battery.el: Fixed spelling of `autoload' magic cookies.
5860 1998-03-05  Sam Steingold  <sds@usa.net>
5862         * lisp/simple.el (backward-delete-char-untabify-method):
5863         New user option.
5864         (backward-delete-char-untabify): Obey it.
5865         This implements "hungry" delete.
5867 1998-03-04  Stephen Gildea  <gildea@stop.mail-abuse.org>
5869         * time-stamp.el (time-stamp-pattern): New variable.
5870         (time-stamp): Use that new variable.
5871         (time-stamp-string): Take optional format arg.
5873 1998-03-04  Richard Stallman  <rms@psilocin.gnu.org>
5875         * files.el (auto-mode-alist): Recognize zone-mode.
5876         (basic-save-buffer): Use save-current-buffer not save-excursion.
5878 1998-02-27  Dave Love  <d.love@dl.ac.uk>
5880         * wid-edit.el (widget-url-link-action): Call browse-url to sort
5881         out browser function.  Don't require browse-url.
5883 1998-03-04  Kenichi Handa  <handa@etl.go.jp>
5885         * subr.el (sref): Increase CHAR in the while loop.
5887 1998-03-03  Sam Steingold  <sds@usa.net>
5889         * dired.el (dired-quit): Function deleted.
5890         (dired-mode-map): Use quit-window for q.
5892         * buff-menu.el (Buffer-menu-quit): Function deleted.
5893         (Buffer-menu-mode-map): Use quit-window for q.
5895         * bookmark.el (bookmark-bmenu-mode-map): Use quit-window for q.
5896         (bookmark-bmenu-quit): Function deleted.
5898         * progmodes/make-mode.el (makefile-browser-quit): Use quit-window.
5900         * progmodes/etags.el (select-tags-table-quit): Use quit-window.
5902         * play/solitaire.el (solitaire-quit): Function deleted.
5903         (solitaire-mode-map): Use quit-window for q.
5905         * mail/rnews.el (news-exit): Use quit-window.
5907         * mail/rmail.el (rmail-bury, rmail-quit): Use quit-window.
5909         * mail/mh-e.el (mh-quit): Use quit-window.
5911 1998-03-03  Richard Stallman  <rms@psilocin.gnu.org>
5913         * textmodes/fill.el (fill-region): If JUSTIFY is non-nil
5914         and not a known value, treat it as `full'.
5915         (fill-region-as-paragraph): Likewise.
5917 1998-03-03  Peter Stephenson  <pws@ifh.de>
5919         * vcursor.el: Some support for character terminals provided.
5920         Various functions are smarter about using the correct windows
5921         and the appropriate keymaps.
5922         (vcursor-string): New variable, shows vcursor on dumb terminals.
5923         (vcursor-map): New variable, holds keymap for vcursor commands.
5924         (vcursor-use-vcursor-map): New variable, non-nil if vcursor
5925         keys are overlaid onto main keymap.
5926         (vcursor-toggle-vcursor-map): New function to implement this.
5927         (vcursor-interpret-input): New variable, copy input as if typed.
5928         (vcursor-window-funcall): With list instead of symbol, now calls
5929         interactively.
5930         (vcursor-isearch-backward): New function to match forward isearch.
5932 1998-03-03  Stephen Eglen  <stephen@gnu.org>
5934         * iswitchb.el (iswitchb-default-method): Redundant :tag entries
5935         removed.
5936         Doc fixes.
5938 1998-03-03  Kenichi Handa  <handa@etl.go.jp>
5940         * dired.el (dired-get-filename): Don't call encode-coding-string
5941         if default-file-name-coding-system is non-nil.
5943         * files.el (insert-directory): Bind coding-system-for-write.
5944         Don't encode filename here because call-process encodes the
5945         arguments by codign-system-for-write.
5947 1998-03-03  Richard Stallman  <rms@psilocin.gnu.org>
5949         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
5950         (emacs-lisp-mode-map, lisp-mode-map): Use set-keymap-parent.
5952 1998-03-02  Sam Steingold  <sds@usa.net>
5954         * window.el (quit-window): New command.
5956 1998-03-02  Richard Stallman  <rms@psilocin.gnu.org>
5958         * emacs-lisp/gulp.el (gulp-send-requests): Call sort properly.
5959         When showing the message, put point at beginning of buffer.
5961 1998-03-02  Kenichi Handa  <handa@etl.go.jp>
5963         * files.el (insert-directory): Bind coding-system-for-read to
5964         file-name-coding-system or default-file-name-coding-system if
5965         enable-multibyte-characters is non-nil.
5967         * simple.el (quoted-insert): Allow direct insertion of codes in
5968         the range 0200..0237.  Use unibyte-char-to-multibyte for codes in
5969         the range 0240..0377.
5971         * subr.el (sref): Typo in doc-string fixed.
5973         * international/mule-cmds.el (set-default-coding-systems): Set
5974         default-file-name-coding-system.  Doc-string modified.
5975         (prefer-coding-system): Doc-string modified.
5977         * language/japan-util.el (setup-japanese-environment): Set
5978         default-file-name-coding-system to japanese-iso-8bit.
5980 1998-03-02  Richard Stallman  <rms@psilocin.gnu.org>
5982         * emacs-lisp/easymenu.el (easy-menu-change):
5983         Handle case of no keywords.
5985         * ange-ftp.el (ange-ftp-call-chmod): Don't try to chmod file `--'.
5987 1998-03-02  Dave Love  <fx@gnu.org>
5989         * winner.el ((require 'cl)): Revert to compile-time require.
5990         Eliminating pushnew previously had actually fixed the lossage.
5992 1998-03-02  Richard Stallman  <rms@psilocin.gnu.org>
5994         * isearch.el (isearch-*-char): Do nothing special if quoted with \.
5996 1998-03-01  Richard Stallman  <rms@psilocin.gnu.org>
5998         * generic.el: Provide generic, not generic-mode.
5999         Several doc fixes.
6001         * generic-x.el: New file.
6003         * add-log.el (change-log-font-lock-keywords): Recognize + in date.
6005 1998-03-01  Peter Breton  <pbreton@ne.mediaone.net>
6007         * locate.el (locate-update): New function.
6008         (locate-current-line-number): Renamed from `current-line'.
6009         (locate-default-make-command-line): Use list, not cons.
6010         (locate): Added a `save-window-excursion' form.
6011         (locate): Used an `apply' form for the start-process call.
6012         (locate-mode): Now has a `revert-buffer-function'.
6013         (locate-do-setup): Now longer deletes window.
6014         (locate-header-face): Use underline, not region.
6015         (locate-update-command): New option.
6016         (locate-command): Changed from defvar to defcustom.
6017         (locate-make-command-line): Changed from defvar to defcustom.
6018         (locate-fcodes-file): Changed from defvar to defcustom.
6019         (locate-mouse-face): Changed from defvar to defcustom.
6021 1998-02-28  Richard Stallman  <rms@psilocin.gnu.org>
6023         * subr.el (read-quoted-char): Doc fix.
6025 1998-02-27  Richard Stallman  <rms@psilocin.gnu.org>
6027         * info.el (info): Always switch to buffer *info* even if
6028         current buffer is in Info mode.
6030         * comint.el (comint-arguments): Treat \" and such as part of one arg.
6032         * files.el (set-visited-file-name): Don't call backup-enable-predicate
6033         when buffer-file-name is nil.
6035         * progmodes/make-mode.el (make-mode): Provide make-mode, not makefile.
6037         * international/mule.el (load-with-code-conversion):
6038         Don't bind enable-multibyte-characters; instead,
6039         bind default-enable-multibyte-characters before creating buffer.
6040         (after-insert-file-set-buffer-file-coding-system):
6041         Use set-buffer-multibyte.
6042         Use add-hook to add this to after-insert-file-functions.
6044         * avoid.el (mouse-avoidance-kbd-command): Function deleted.
6045         (mouse-avoidance-fancy-hook, mouse-avoidance-exile-hook)
6046         (mouse-avoidance-banish-hook): Test whether last command
6047         was a mouse command of any kind.
6049 1998-02-27  Karl Heuer  <kwzh@gnu.org>
6051         * dired-x.el (dired-do-toggle): Function moved to dired.el.
6052         * dired.el (dired-do-toggle): Moved here from dired-x.el.
6053         (dired-mode-map): Changed dired-do-toggle from "T" to "t".
6055 1998-02-27  Carsten Dominik  <dominik@strw.LeidenUniv.nl>
6057         * textmodes/reftex.el: Remove debugging statements.
6059 1998-02-27  Andre Spiegel  <spiegel@inf.fu-berlin.de>
6061         * vc-hooks.el, vc.el: Added version ids.
6063         * vc.el (vc-default-init-version): New variable.
6064         (vc-register): Use it.  Also use COMMENT argument.
6066 1998-02-27  Dave Love  <fx@gnu.org>
6068         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
6069         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Fix doc,
6070         interactive spec.
6072 1998-02-27  Simon Marshall  <simon@gnu.org>
6074         * comint.el (comint-dynamic-complete-filename): Don't wrap up the value
6075         of directory-sep-char when calling comint-dynamic-complete-as-filename.
6076         (comint-dynamic-complete-as-filename, comint-exec-1):
6077         Use directory-sep-char rather than "/".
6079 1998-02-25  Dave Love  <fx@gnu.org>
6081         * thingatpt.el (thing-at-point-url-at-point):
6082         Intuit ftp:// on `short' URLs.
6084 1998-02-25  Richard Stallman  <rms@gnu.org>
6086         * mail/rmail.el (rmail-retry-failure): Don't insist on finding
6087         MIME delimiter again at end of bounce text.
6088         (mail-unsent-separator): Accept "Your message follows".
6090         * cus-edit.el (custom-file): New function.
6091         (custom-save-delete): Use it.
6092         (custom-save-all): Use it.
6094         * shell.el (shell-dirtrack-mode): Renamed from shell-dirtrack-toggle.
6095         (dirtrack-mode, shell-dirtrack-toggle): Defined as aliases.
6097 1998-02-25  Carsten Dominik  <dominik@strw.LeidenUniv.nl>
6099         * textmodes/reftex.el (reftex-toc-mode, reftex-select-label-mode)
6100         (reftex-select-bib-mode): New major modes for RefTeX's special buffers.
6101         (reftex-offer-label-menu): Put selection buffer into
6102         `reftex-select-label-mode'.  Make selection buffer read-only.  Use
6103         `reftex-erase-buffer'.
6104         (reftex-do-citation): Put selection buffer into
6105         `reftex-select-bib-mode'.  Make selection buffer read-only.  Use
6106         `reftex-erase-buffer'.  Set `reftex-select-return-marker'.
6107         (reftex-toc): Put *toc* buffer into reftex-toc-mode.  Add
6108         mouse-face property.
6109         (reftex-select-item): Use recursive edit instead of selfmade
6110         command loop.  Removed unnecessary local bindings.  Changed the
6111         tag for catch, to avoid problems with `exit' tag in
6112         recursive-edit.  Moved the code around old command loop to pre-
6113         and post-command-hook.
6114         (reftex-select-pre-command-hook, reftex-select-post-command-hook)
6115         (reftex-select-show-insertion-point): New functions.
6116         (reftex-reference): Set `reftex-select-return-marker'.
6117         (reftex-check-recursive-edit): Error message changed.
6118         (reftex-select-search-minibuffer-map): Obsolete constant removed.
6119         (reftex-select-next, reftex-select-previous, reftex-select-scroll-up)
6120         (reftex-select-scroll-down, reftex-select-next-heading)
6121         (reftex-select-previous-heading): Handle prefix arguments.
6122         (reftex-toc, reftex-make-and-insert-label-list)
6123         (reftex-insert-bib-matches): Add mouse-face property.
6124         (reftex-highlight-selection): New option.
6125         (reftex-select-mouse-accept): New command.
6126         (reftex-select-recursive-edit, reftex-select-search-forward)
6127         (reftex-select-search-backward, reftex-select-search)
6128         (reftex-select-scroll-up, reftex-select-scroll-down)
6129         (reftex-scroll-other-window, reftex-scroll-other-window-down)
6130         (reftex-empty-toc-buffer): Removed obsolete functions.
6131         (reftex-highlight-overlays): Removed obsolete 3rd overlay.
6132         (reftex-select-label-map, reftex-select-bib-map): Removed obsolete
6133         bindings, added mouse bindings, `digit-argument',
6134         `negative-argument', `reftex-select-show-insertion-point'.
6135         (reftex-erase-buffer): BUFFER now defaults to current buffer.
6136         (reftex-label-alist-builtin): Added sidecap packages support.
6137         (reftex-last-follow-point, reftex-select-return-marker): New variables.
6138         (reftex-toc, reftex-select-item): Set `reftex-last-follow-point'.
6139         (reftex-toc-post-command-hook): Use `reftex-last-follow-point'.
6140         (reftex-get-file-buffer-force): Turn off `enable-local-variables'
6141         when reading a file literally.
6143 1998-02-25  Per Starbäck  <starback@strindberg.ling.uu.se>
6145         * play/doctor.el (mathlst): Fix typo.
6146         (shortlst): Avoid saying "Can you be", which confuses the doctor.
6148         * vc.el (vc-register): Update vc-buffer-backend.
6150 1998-02-25  Ralph Schleicher  <rs@purple.UL.BaWue.DE>
6152         * info-look.el: Added support for the Emacs Lisp manual.
6153         (info-complete-file): Use default value if MODE is nil.
6154         (info-lookup-file-alist): Variable removed.
6156         * battery.el (battery-linux-proc-apm-regexp): Load percentage
6157         and remaining time have to match negative values.
6158         (battery-linux-proc-apm): Initialize void %-sequences.
6160 1998-02-25  Aki Vehtari  <Aki.Vehtari@hut.fi>
6162         * tar-mode.el: Add "q" for quit, and use "C" for copy and "R" for
6163         rename as in dired.
6165 1998-02-25  Dan Nicolaescu  <done@ece.arizona.edu>
6167         * winner.el (winner-mode-hook): Fix typo.
6168         (winner-mode-leave-hook): Use defcustom.  Fix typo.
6170 1998-02-24  Dave Love  <fx@gnu.org>
6172         * winner.el: (require 'cl) unconditionally.
6173         (winner): defgroup.
6174         (winner-dont-bind-my-keys, winner-skip-buffers)
6175         (winner-skip-regexps, winner-mode, winner-mode-hook)
6176         (winner-mode-leave-hook): Customized.
6177         (winner-mode): Add autoload cookie.
6178         (winner-undo): Doc fix.
6180         * vc.el (vc-checkin-hook): Add :options.
6181         (vc-checkin, vc-comment-to-change-log): Doc fix.
6183         * compile.el (compilation-error-regexp-alist): Allow initial
6184         program name in first pattern.
6186 1998-02-23  Stephen Eglen  <stephen@gnu.org>
6188         * textmodes/spell.el: Doc fix.
6190 1998-02-22  Stephen Eglen  <stephen@gnu.org>
6192         * emacs-lisp/find-func.el: Customize.
6193         * emulation/crisp.el: Customize.
6194         * mail/mail-extr.el, mail/uce.el, mail/sendmail.el: Customize.
6195         * mail/uce.el: Customize.
6196         * progmodes/cperl-mode.el, progmodes/modula2.el: Customize.
6197         * progmodes/perl-mode.el, progmodes/simula.el: Customize.
6198         * progmodes/tcl-mode.el: Customize.
6199         * textmodes/bib-mode.el, textmodes/picture.el: Customize.
6200         * textmodes/refbib.el, textmodes/refer.el: Customize.
6201         * textmodes/scribe.el, textmodes/spell.el: Customize.
6203 1998-02-21  Sam Steingold  <sds@usa.net>
6205         * emacs-lisp/cl-indent.el: Fix indentation rules for
6206         multiple-value-setf and multiple-value-list.
6208 1998-02-21  Simon Marshall  <simon@gnu.org>
6210         * font-lock.el (font-lock-constant-face): Variable and face renamed
6211         from font-lock-reference-face.
6212         (font-lock-reference-face): Changed value to font-lock-constant-face.
6214         * add-log.el:
6215         * dired.el:
6216         * emacs-lisp/checkdoc.el:
6217         * help.el:
6218         * ielm.el:
6219         * mail/rmail.el:
6220         * mail/sendmail.el:
6221         * outline.el:
6222         * pascal.el:
6223         * play/decipher.el:
6224         * progmodes/ada-mode.el:
6225         * progmodes/awk-mode.el:
6226         * progmodes/cperl-mode.el:
6227         * progmodes/f90.el:
6228         * progmodes/fortran.el:
6229         * progmodes/icon.el:
6230         * progmodes/make-mode.el:
6231         * progmodes/meta-mode.el:
6232         * progmodes/modula2.el:
6233         * progmodes/octave-mod.el:
6234         * progmodes/perl-mode.el:
6235         * progmodes/scheme.el:
6236         * progmodes/simula.el:
6237         * ps-print.el:
6238         * textmodes/bibtex.el:
6239         * textmodes/reftex.el:
6240         * textmodes/texinfo.el: Updated accordingly.
6242 1998-02-20  Kenichi Handa  <handa@etl.go.jp>
6244         * mail/rmail.el (rmail-decode-babyl-format): Message modified.
6245         (rmail): Comment for the binding of rmail-enable-multibyte added.
6247 1998-02-19  Kenichi Handa  <handa@etl.go.jp>
6249         * international/mule.el
6250         (after-insert-file-set-buffer-file-coding-system): Call
6251         set-buffer-multibyte instead of directly setting
6252         enable-multibyte-characters to nil.
6254         * language/china-util.el (setup-chinese-cns-environment): Correct
6255         the settting of default-input-method.
6257         * international/mule-cmds.el (select-safe-coding-system): Kill the
6258         warning buffer before returning.
6260         * mail/rmail.el (rmail-enable-multibyte): New variable.
6261         (rmail): Bind coding-system-for-read to raw-text.  Set the buffer
6262         multibyte if necessary.
6263         (rmail-convert-file): Call rmail-decode-babyl-format only when we
6264         don't have to call rmail-convert-to-babyl-format.
6265         (rmail-decode-babyl-format): If rmail-file-coding-system is nil,
6266         detect it.
6267         (rmail-get-new-mail): Bind rmail-enable-multibyte locally.
6268         (rmail-convert-to-babyl-format): Check the value of
6269         rmail-enable-multibyte instead of enable-multibyte-characters.
6271         * subr.el (sref): Doc-string added.
6273 1998-02-18  Simon Marshall  <simon@gnu.org>
6275         * font-lock.el (font-lock-keywords)
6276         (font-lock-syntactic-keywords): Doc fixes.
6278 1998-02-17  Dave Love  <fx@gnu.org>
6280         * textmodes/sgml-mode.el (sgml-mode-common): Downcase key for
6281         assoc so upper-case markup works.
6282         (sgml-attributes, sgml-tag-help): Likewise.
6284 1998-02-17  Richard Stallman  <rms@psilocin.gnu.org>
6286         * progmodes/cc-styles.el (c-copy-tree): New function.
6287         (c-initialize-builtin-style): Use c-copy-tree.
6289 1998-02-16  Richard Stallman  <rms@psilocin.gnu.org>
6291         * info.el (Info-summary): Clear buffer-read-only.
6293 1998-02-16  Ralph Schleicher  <rs@purple.UL.BaWue.DE>
6295         * info-look.el (info-complete): Rewrite minibuffer completion code.
6297         * info-look.el (info-lookup-minor-mode, turn-on-info-lookup):
6298         Added minor mode interface.
6299         (info-lookup-minor-mode-string): New variable.
6300         (info-lookup-minor-mode-map): New variable.
6302         * info-look.el: Provide a work-around if the custom library is
6303         not available.
6305         * info-look.el (info-lookup-other-window-flag)
6306         (info-lookup-highlight-face): Variables customized.
6308         * info-look.el (info-lookup-alist): No longer customizable.
6309         (info-lookup-add-help, info-lookup-maybe-add-help): Interface
6310         functions for adding new modes.
6311         (info-lookup-add-help*): New function.
6312         (info-lookup-symbol-alist, info-lookup-file-alist): Variables deleted.
6313         This info is specified now by calling info-lookup-maybe-add-help
6314         and info-lookup-add-help.
6316 1998-02-16  Martin Stjernholm  <cc-mode-help@python.org>
6318         * progmodes/cc-align.el (c-lineup-close-paren)
6319         (c-indent-one-line-block): New indentation functions.
6321         * progmodes/cc-cmds.el (c-beginning-of-statement)
6322         (c-end-of-statement): Do not move by sentence in strings.
6324         * progmodes/cc-cmds.el (c-beginning-of-statement):
6325         Major rewrite.
6327         * progmodes/cc-engine.el (c-forward-syntactic-ws, c-backward-syntactic-ws):
6328         Don't narrow, just make a simple check against the given limit.
6330         (c-collect-line-comments): New function.
6332         (c-literal-limits): New function that finds the start and end pos
6333         of a comment or string surrounding point.
6335         (c-literal-limits-fast): A faster variant of `c-literal-limits'
6336         for newer Emacsen where the state returned from
6337         `parse-partial-sexp' contains the starting pos of the last
6338         literal.
6340 1998-02-16  Barry Warsaw  <cc-mode-help@python.org>
6342         * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Set
6343         imenu-case-fold-search to nil.
6345         * progmodes/cc-langs.el (c-postprocess-file-styles): If a file
6346         style or file offsets are set, make the variables local to the
6347         buffer (via make-local-variable).
6349         * progmodes/cc-styles.el (c-make-styles-buffer-local): Take an optional
6350         argument which switches between make-variable-buffer-local and
6351         make-local-variable.  Generalize.
6353         * progmodes/cc-defs.el (c-point): In XEmacs, use scan-lists +
6354         buffer-syntactic-context-depth.
6356         * progmodes/cc-vars.el (c-enable-xemacs-performance-kludge-p): New
6357         variable.
6359         * progmodes/cc-cmds.el, progmodes/cc-engine.el (c-beginning-of-defun)
6360         (c-indent-defun, c-parse-state): Use (c-point 'bod) instead of
6361         beginning-of-defun directly.
6363         * progmodes/cc-align.el (c-semi&comma-no-newlines-before-nonblanks)
6364         (c-semi&comma-no-newlines-for-oneline-inliners): New functions.
6366         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a few byte
6367         compiler warnings.
6369         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
6370         New commands.
6372         * progmodes/cc-engine.el (c-backward-to-start-of-do): Break infloop for
6373         invalid code, e.g. when someone types while (TRUE) { at the top of
6374         a buffer, we shouldn't hang when the { is typed!
6376         * progmodes/cc-cmds.el (c-beginning-of-statement): When moving
6377         forward by sentences, because we're either inside or at the start
6378         of a comment, be sure to limit movement to only within the extent
6379         of the comment.
6381         * progmodes/cc-langs.el (c-java-method-key): Variable deleted.
6383         * progmodes/cc-mode.el (java-mode): Set c-method-key to nil.  I
6384         don't think this is necessary for Java, and besides, the old value
6385         was inherited from Objective-C which was clearly not right.
6387         * progmodes/cc-cmds.el (c-electric-colon): Don't insert newlines
6388         before or after scope operators, regardless of the value of
6389         c-hanging-colons.
6391         * progmodes/cc-engine.el (c-backward-to-start-of-if): Ensure never
6392         move forward, not even if point < lim.
6394         * progmodes/cc-align.el (c-lineup-dont-change): New lineup
6395         function that leaves the current line's indentation unchanged.
6396         Used for the new cpp-macro-cont syntactic symbol.
6398         * progmodes/cc-cmds.el (c-electric-brace): namespace-open and
6399         namespace-close braces can hang.
6401         * progmodes/cc-defs.el (c-emacs-features): Added autoload cookie.
6403         * progmodes/cc-engine.el (c-search-uplist-for-classkey): When
6404         searching up for a class key, instead of hardcoding the extended
6405         search for "extern", use the new variable c-extra-toplevel-key,
6406         which is language dependent.  For C++, this variable includes the
6407         keyword "namespace" which will match C++ namespace introducing
6408         blocks.
6410         (c-guess-basic-syntax): Support for recognizing C++ namespace
6411         blocks, by elaborating on the mechanism used to find external
6412         language blocks.  Searches which hardcoded "extern" now use
6413         c-extra-toplevel-key, a language dependent variable.  Case clauses
6414         that were modified: CASE 5A.1, CASE 5A.4, CASE 5F, CASE 5I, CASE
6415         14A.
6417         CASE 3: we can now determine whether we're at the beginning of a
6418         cpp macro definition, or inside the middle of one.  Set syntax to
6419         'cpp-macro in the former case, 'cpp-macro-cont in the latter.  In
6420         both cases, the relpos is the beginning of the macro.
6422         (c-forward-syntactic-ws): Added code that skips forward over
6423         multi-line cpp macros.
6425         (c-beginning-of-macro): Moved, and made into a defsubst.  This
6426         function can now actually find the beginning of a multi-line C
6427         preprocessor macro.
6429         (c-backward-syntactic-ws): Use c-beginning-of-macro to skip
6430         backwards over multi-line macro definitions.
6432         (c-in-literal, c-fast-in-literal): Use c-beginning-of-macro to
6433         find out whether we're in a multi-line macro definition.
6435         * progmodes/cc-langs.el (c-C-extra-toplevel-key)
6436         (c-C++-extra-toplevel-key, c-extra-toplevel-key): New variables
6437         which parameterize the search for additional top-level enclosing
6438         constructs.
6440         * progmodes/cc-menus.el: Imenu support changed.
6442         * progmodes/cc-mode.el (c++-mode): Set c-extra-toplevel-key to
6443         c-C++-extra-toplevel-key.
6444         (c-initialize-on-load): New variable, *not* customized.
6446         * progmodes/cc-styles.el (c-offsets-alist): Three new syntactic
6447         symbols: innamespace, namespace-open, namespace-close.  These
6448         support C++ namespace blocks.
6449         Also, new syntactic symbol cpp-macro-cont, by default bound to
6450         c-lineup-dont-change.  This symbol is assigned to subsequent lines
6451         of a multi-line C preprocess macro definition.
6453         * progmodes/cc-vars.el (c-default-style): Start doc string with *.
6455         * progmodes/cc-engine.el (c-fast-in-literal): Function which
6456         should be faster than c-in-literal.  In XEmacs, this uses
6457         buffer-syntactic-context.
6459         * progmodes/cc-cmds.el (c-comment-line-break-function): When breaking a
6460         line-oriented comment, copy the comment leader from the previous
6461         line instead of hardcoding it to "// ".  This ensures that
6462         whitespace between the slashes and the text is preserved.
6464         * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
6465         (c-electric-slash, c-electric-star, c-electric-semi&comma)
6466         (c-electric-colon, c-electric-lt-gt, c-scope-operator)
6467         (c-electric-backspace, c-electric-delete)
6468         (c-indent-command, c-indent-exp, c-indent-defun)
6469         (c-backslash-region, c-fill-paragraph): Add "*" to interactive spec.
6471         * progmodes/cc-cmds.el (c-fill-paragraph): regexp-quote the
6472         fill-prefix when search forward for the end of line oriented comments.
6473         (c-backslash-region): Do not preserve the zmacs region (XEmacs).
6475         * progmodes/cc-langs.el (c-mode-base-map):
6476         c-mark-function moved back to M-C-h.
6478         * progmodes/cc-styles.el (c-style-alist): "jdk" style given by Martin
6479         Buchholz <mrb@Eng.Sun.COM> for conformance with Sun's JDK style.
6481         * progmodes/cc-styles.el (c-set-style-2, c-initialize-builtin-style):
6482         Don't special case "cc-mode", it's a derived style.
6483         Fix setup of derived style "cc-mode".
6484         Introduce the new default style "user" which contains all user
6485         customizations.
6487         * progmodes/cc-vars.el (c-default-style): Renamed from
6488         c-site-default-style.
6490 1998-02-15  Aki Vehtari  <Aki.Vehtari@hut.fi>
6492         * bibtex.el (bibtex-autokey-names): Change number tag to integer.
6494         * bibtex.el (bibtex-include-OPTkey): Add non-nil default :value
6495         for function, so that it can be selected.
6496         (bibtex-entry-format): Replace repeat with set.
6497         (bibtex-mode-hook): Change :type to 'hook.
6498         (bibtex-clean-entry-hook): Ditto.
6499         (bibtex-add-entry-hook): Ditto.
6500         (bibtex-autokey-before-presentation-hook): Change name to ->
6501         `bibtex-autokey-before-presentation-function' as it is not hook.
6502         (bibtex-autokey-get-namefield): Remove newlines unconditionally.
6504         * bibtex.el (bibtex-autokey): Fixed prefix.
6505         (bibtex-user-optional-fields): Better `:type'.
6506         (bibtex-autokey-names): Better `:type' and doc-fix.
6507         (bibtex-mark-active): New function, taking care of Emacs variants.
6508         (bibtex-run-with-idle-timer): Ditto.
6509         (bibtex-mode-map): Change `[(control tab)]' to `[(meta tab)]'.
6510         (bibtex-autokey-get-yearfield): Changed to accept year when year
6511         field has field-delimiters.  This is quick fix, there might
6512         be better solution.
6513         (bibtex-mode): Don't call idle timer with 0 seconds.
6514         (bibtex-mode): Call easy-menu-add.
6516 1998-02-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
6518         * bibtex.el (bibtex-autokey-get-yearfield): Fixed problem with
6519         parsing the year field.
6521         * bibtex.el (bibtex-comment-start): Font locking for comments added.
6523         * bibtex.el (autokey-name-case-convert)
6524         (autokey-titleword-case-convert): Replace autokey-preserve-case, adding
6525         flexibility to case conversion of author names and titlewords.
6527         * bibtex.el (bibtex-autokey-get-titles): Non capitalized title words
6528         are used for key generation as well.
6529         (bibtex-member-of-regexp): Case is honoured for matches now.
6530         (bibtex-autokey-titleword-ignore): Added entries provide compatibility
6531         to former behaviour.
6533         * bibtex.el (bibtex-autokey-titleword-ignore): Title words found in
6534         this list are always ignored (previously only at the beginning of the
6535         title).  Replaces bibtex-autokey-titleword-first-ignore.
6537 1998-02-15  Stephen Eglen  <stephen@gnu.org>
6539         * msb.el (msb--choose-file-menu): Prevent looping when examining
6540         ange-ftp directory paths.
6541         (msb-modes-key): New variable.
6542         (msb--mode-menu-cond, msb--aggregate-alist): New functions.
6543         (msb--split-menus): Check if msb-max-file-menu-items is nil.
6544         (msb--format-title): Remove extra / after ~.
6545         File customized.
6546         Redundant (function ...) forms around lambda functions removed.
6547         Update copyright year.
6549         * hexl.el (hexl-mode-exit): Remove hexl-follow-ascii-find
6550         from post-command-hook when leaving hexl-mode.
6552 1998-02-14  Simon Marshall  <simon@gnu.org>
6554         * progmodes/sh-script.el (sh-font-lock-keywords):
6555         Fontify sh-style function names in declarations.
6557 1998-02-13  Peter S Galbraith  <galbraith@mixing.qc.dfo.ca>
6559         * info-look.el (info-complete):
6560         Display completions on second invocation at same point
6561         or if initial guess is already ambiguous.
6562         (info-look-completion): New variable.
6564         * info-look.el (info-lookup-symbol-alist):
6565         Added support for latex-mode, perl-mode, awk-mode, emacs-lisp-mode.
6567 1998-02-13  Richard Stallman  <rms@psilocin.gnu.org>
6569         * jka-compr.el (jka-compr-compression-info-list): Fix previous change:
6570         clear "append" flag for bzip.
6572 1998-02-13  Richard Stallman  <rms@psilocin.ai.mit.edu>
6574         * disp-table.el (standard-display-european): If AUTO is nil,
6575         clear multibyte in *scratch*, and load latin-1.
6577 1998-02-12  Dave Love  <fx@gnu.org>
6579         * progmodes/scheme.el (scheme-imenu-generic-expression): Simplify
6580         regexps.
6581         (dsssl-imenu-generic-expression): Likewise.
6582         (scheme-mode-variables): Set imenu-syntax-alist.
6583         (dsssl-mode): Remove `!' from font-lock-defaults.  Set
6584         imenu-syntax-alist.
6586 1998-02-11  Richard Stallman  <rms@psilocin.gnu.org>
6588         * play/cookie1.el (cookie-snarf): Use match-beginning on the delimiter.
6589         (cookie-delimiter): Handle single-% delimiter.
6591         * progmodes/sh-script.el (sh-set-shell): Use standard-syntax-table
6592         if none other is specified.
6594         * emacs-lisp/debug.el (debugger-mode):
6595         Don't set enable-multibyte-characters here.
6596         (debug): Use set-buffer-multibyte to clear enable-multibyte-characters.
6598 1998-02-10  Richard Stallman  <rms@psilocin.gnu.org>
6600         * msb.el (msb--choose-file-menu): Save some debugging info.
6602         * comint.el (comint-interrupt-subjob): Call comint-kill-input.
6603         (comint-kill-subjob, comint-quit-subjob, comint-stop-subjob): Likewise.
6605         * help.el (describe-bindings): Fix interactive spec.
6607 1998-02-09  Dave Love  <d.love@dl.ac.uk>
6609         * compile.el (compilation-scroll-output): New variable.
6610         (compile-internal): Use it.  Set lazy-lock-defer-on-scrolling.
6612 1998-02-09  Emilio Lopes  <Emilio.Lopes@Physik.TU-Muenchen.DE>
6614         * apropos.el (apropos-variable): New function.
6615         (apropos-command): Show functions instead of variables if given an
6616         argument.  The old functionality is now provided by
6617         `apropos-variable'.
6619 1998-02-08  Richard Stallman  <rms@psilocin.gnu.org>
6621         * msb.el (msb--toggle-menu-type): Pass arg to menu-bar-update-buffers.
6622         (msb--init-file-alist): Delete spurious =.
6624         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6625         Only call compiler-macroexpand if the function has
6626         a cl-compiler-macro property.
6628         * jka-compr.el (jka-compr-compression-info-list): Handle bzip.
6630 1998-02-06  Per Starbäck  <starback@update.uu.se>
6632         * international/iso-transl.el (iso-transl-define-keys): Don't add
6633         nonascii-insert-offset to ASCII characters.
6635 1998-02-06  Richard Stallman  <rms@psilocin.gnu.org>
6637         * textmodes/bibtex.el (bibtex-autokey-year-length): Doc fix.
6639         * mail/rmail.el (rmail-clear-headers): Handle the last header
6640         in a message correctly.
6642         * font-lock.el (font-lock-keywords): Doc fix.
6644 1998-02-05  Richard Stallman  <rms@psilocin.gnu.org>
6646         * replace.el (occur): Apply default by hand after read-from-minibuffer.
6647         No need to clear text props from the result.
6648         (query-replace-read-args, map-query-replace-regexp):
6649         Offer the FROM arg as the default for the TO arg.
6651 1998-02-04  Richard Stallman  <rms@psilocin.gnu.org>
6653         * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
6654         Use the size in bytes for the #@ size integer.
6656 1998-02-04  Stephen Eglen  <stephen@mescaline.gnu.org>
6658         * locate.el: Customized.
6660 1998-02-04  Dave Love  <fx@gnu.org>
6662         * vc-hooks.el (vc-ignore-vc-files): New variable.
6663         (vc-file-hook, vc-file-not-found-hook): Use it.
6665 1998-02-04  Kenichi HANDA  <handa@etl.go.jp>
6667         * international/characters.el: Use aref instead of sref.
6669         * international/kinsoku.el: Use aref instead of sref.
6671         * international/mule-cmds.el (find-safe-coding-system): Return
6672         undecided if FROM == TO.
6673         (select-safe-coding-system): Doc-string modified.
6675         * international/mule-util.el (compose-chars-component): Return
6676         result as unibyte string.
6677         (decompose-composite-char): Doc-string modified.
6679         * international/titdic-cnv.el: Many codes re-written to adjust for
6680         character-base positioning and for speed up by using
6681         with-temp-file, with-temp-buffer, and princ.
6683         * language/china-util.el (encode-hz-region): Do not bind
6684         enable-multibyte-characters to nil locally.
6686         * language/devan-util.el: Do not require `cl'.
6687         (rule-intersection): New function.
6688         (string-conversion-by-rule): Use rule-intersection instead of
6689         intersection.
6690         (indian-to-devanagari-string): Use aref instead of sref.
6691         (devanagari-decompose-string): Likewise.
6693         * language/indian.el: Move codes which set syntax and category of
6694         Indian characters to international/characters.el.
6696         * progmodes/etags.el (etags): Fix defgroup syntax.
6698 1998-02-03  Richard Stallman  <rms@psilocin.gnu.org>
6700         * imenu.el (imenu-generic-expression): Doc fix.
6701         (imenu--index-alist): Doc fix.
6702         (imenu-create-index-function): Doc fix.
6703         (imenu-prev-index-position-function): Doc fix.
6704         (imenu-extract-index-name-function): Doc fix.
6706         * emacs-lisp/edebug.el (edebug-stop-before-symbols): Variable deleted.
6707         (edebug-form): Don't handle edebug-stop-before-symbols.
6708         (edebug-submit-bug-report): Don't include edebug-stop-before-symbols.
6710         * avoid.el (mouse-avoidance-fancy-hook): Do nothing if button is down.
6711         (mouse-avoidance-exile-hook, mouse-avoidance-banish-hook): Likewise.
6713         * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6714         (mail-extr-first-letters, mail-extr-last-letters):
6715         Make range start from \240, not from \200.
6717 1998-02-02  Richard Stallman  <rms@psilocin.gnu.org>
6719         * textmodes/fill.el (fill-region-as-paragraph): Fix the test for any
6720         non-ASCII characters, for deciding whether to do kinsoku.
6722 1998-02-02  Ed Reingold  <reingold@melange.gnu.org>
6724         * calendar/calendar.el (general-holidays): Fix mispelling.
6726 1998-02-02  Dan Nicolaescu  <done@ece.arizona.edu>
6728         * progmodes/hideshow.el (hs-special-modes-alist): Enhanced java
6729         regexp.
6731 1998-02-02  Richard Stallman  <rms@psilocin.gnu.org>
6733         * help.el (describe-bindings): New command (formerly in keymap.c).
6735         * mldrag.el (mldrag-drag-vertical-line): Fix criterion
6736         for the error for trying to move a scroll bar at the frame edge.
6738 1998-02-01  Richard Stallman  <rms@psilocin.gnu.org>
6740         * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode): Fix
6741         the doc strings used for the mode flag variable and the keymap.
6742         Delete duplicate &optional's.
6744         * emacs-lisp/edebug.el: Doc fixes.
6746         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6747         Bind edebug-all-defs and edebug-all-forms to nil.
6749         * subr.el (suspend-hook, suspend-resume-hook): New defvars.
6751         * emacs-lisp/autoload.el (update-file-autoloads): Give clean errors
6752         if autoloads file is empty or can't be written.
6754 1998-02-01  Dan Nicolaescu  <done@ece.arizona.edu>
6756         * hideshow.el (hs-special-modes-alist): Improved the regexp for java.
6758         * isearch.el (isearch-range-invisible): Avoid infinite loop when
6759         search-invisible is nil.
6761 1998-02-01  Stephen Eglen  <stephen@melange.gnu.org>
6763         * autoinsert.el (auto-insert-mode): New function.
6764         (auto-insert-mode): New customize variable to automatically load
6765         the package.  Other variables customized.
6767         * tar-mode.el: Customized.
6769         * mail/mspools.el: Customized.  Doc fixes.
6771 1998-01-31  Richard Stallman  <rms@sucrose.ai.mit.edu>
6773         * mail/mailalias.el (define-mail-alias):
6774         If FROM-MAILRC-FILE, don't call sendmail-sync-aliases.
6775         (build-mail-aliases): Clear mail-aliases to nil at the beginning.
6777 1998-01-30  Richard Stallman  <rms@psilocin.gnu.org>
6779         * replace.el (query-replace-from-history-variable): New variable.
6780         (query-replace-to-history-variable): New variable.
6781         (query-replace-read-args): Use them.
6783 1998-01-30  Dave Love  <d.love@dl.ac.uk>
6785         * fortran.el: Various docstring and commentary fixes, including
6786         note of current maintainer.
6787         (fortran-mode): Use imenu-syntax-alist.
6788         (fortran-imenu-generic-expression): Use
6789         fortran-continuation-string, not always `+'.
6790         (fortran-font-lock-keywords-1): Include symbol syntax as well as
6791         word, following syntax table changes.
6792         (fortran-imenu-generic-expression): Likewise.
6793         (fortran-mode-map): Add a menu.
6794         (fortran-mode-version, fortran-startup-message): Delete misleading
6795         variables.
6796         (fortran-mode): Don't use them.
6797         (fortran-column-ruler-fixed, fortran-column-ruler-tab): Fix
6798         leading \ which made `0' into null.
6799         (fortran-join-line): New function and key binding.
6800         (fortran-narrow-to-subprogram): New function and key binding.
6801         (fortran-mode-syntax-table): Make ?., ?_, ?$ symbol, not word.
6803 1998-01-29  Carsten Dominik  <dominik@strw.LeidenUniv.nl>
6805         * textmodes/reftex.el (reftex-toc): Fixed bug with split-window.  Using
6806         split-window instead of split-window-vertically.
6807         (reftex-reset-mode): Removed obsolete buffer from kill list.
6808         (reftex-make-and-insert-label-list, reftex-do-citation): Delete
6809         other windows before displaying selection.
6810         (reftex-cite-format-builtin): Fixed bug in Chicago format.
6811         (reftex-enlarge-to-fit): New function.
6812         (reftex-nicify-text): Cut context-string at \item,\\.  Changed
6813         match sequence for efficiency reasons.
6814         (reftex-parse-from-file): Include files can be ignored with
6815         `reftex-no-include-regexps'.
6816         (reftex-no-include-regexps): New option.
6817         (reftex-do-parse): Initialize appendix flag.
6818         (reftex-parse-from-file): Interprete appendix.
6819         (reftex-section-info): Use changed version of reftex-section-number.
6820         (reftex-where-am-I): Interprete appendix match.
6821         (reftex-init-section-numbers): New arg: appendix.
6822         (reftex-section-number): Treat appendix enumeration.
6823         (reftex-toc-external): Improved message.
6824         (reftex-compute-ref-cite-tables): Regular expression extended for
6825         appendix.
6826         (reftex-toc-rescan): Renamed from reftex-toc-redo.
6827         (reftex-toc-Rescan): Renamed from reftex-toc-Redo.
6828         (reftex-toc-revert): New function.
6829         (reftex-select-external-document): Completion on label prefixes.
6830         (reftex-find-file-on-path): Added an extra call to
6831         expand-file-name for the directory.
6832         (reftex-locate-bibliography-files): Added expand-file-name call.
6833         (reftex-guess-label-type): New function.
6834         (reftex-word-before-point): Function removed.
6835         (reftex-reference): Uses reftex-guess-label-type.  Changed meaning
6836         of `~' in reference format.  Magic words are regular expressions.
6837         (reftex-compute-ref-cite-tables): Convert magic words to regexps.
6838         (reftex-select-label-maps): Default bindings for TAB, up, down, RET.
6839         (reftex-select-read-string): Now uses completion.
6840         (reftex-make-and-insert-label-list): Prepare for completion.
6841         (reftex-where-am-I): Fixed bug with input files.
6842         (reftex-save-all-document-buffers): New command.
6843         (reftex-select-next-heading): New function.
6844         (reftex-select-previous-heading): New function.
6845         (reftex-select-read-string): New function.
6846         (reftex-offer-label-menu): Handle string value from reftex-select-item.
6847         (reftex-reference): Fixed bug (missing save-excursion).
6848         (reftex-toc-map): Added binding for ?n and ?p.
6849         (reftex-do-citation): Changed to use reftex-default-bibliography.
6850         (reftex-default-bibliography): New option.
6851         (reftex-find-tex-file): Check for file-name-absolute-p first.
6852         (reftex-format-label-function, reftex-format-ref-function)
6853         (reftex-format-cite-function): New hooks.
6854         (reftex-info): New function.
6855         (reftex-compute-ref-cite-tables): Removed interactive form.
6856         (reftex-where-am-I): Removed interactive form.
6857         (reftex-format-names): Removed interactive form.
6858         (reftex-vref-is-default): New customization variable.
6859         (reftex-mode-menu): Capitalize citation options.
6860         (reftex-last-cnt): Variable removed.
6861         (reftex-last-data, reftex-last-line): New variables.
6862         (reftex-select-toggle-varioref): New function.
6863         (reftex-offer-label-menu): Changed mode-line-format for varioref.
6864         (reftex-select-label-help): Help string updated.
6865         (reftex-do-parse): Fixed bug with empty xr list.
6866         (reftex-view-crossref): Prefix argument interpretation changed.
6867         (reftex-get-offset): New function.
6868         (reftex-label): Remove selection buffer to force update.
6869         (reftex-access-scan-info): Remove selection buffers.
6870         (reftex-select-external-document): Fixed bug with highest index.
6871         (reftex-label-index-list, reftex-found-list): Variables removed.
6872         (reftex-offer-label-menu, reftex-make-and-insert-label-list)
6873         (reftex-select-item, reftex-citation, reftex-select-label-callback)
6874         (reftex-bibtex-selection-callback, reftex-select-callback): Changed
6875         to put the scan data directly into the text property :data,
6876         instead of doing this indirectly with an index-list.
6877         (reftex-make-selection-buffer-name): New function.
6878         (reftex-tie-multifile-symbols): Store master-index-as-property.
6879         (reftex-kill-buffer): New function.
6880         (reftex-erase-buffer): New function.
6881         (reftex-erase-all-selection-buffers): New function.
6882         (reftex-mode-menu): Button "Restore from file" no longer sensitive
6883         to existence of the file.  This had caused problems for LateX
6884         style files.  Quoted `:style' and `:selected' for compatibility.
6885         (reftex-access-parse-file): `Restore' action now throws an
6886         exception when the file is not found.
6887         (reftex-create-customize-menu): New function.
6888         (reftex-label): Fixed bug which made naked labels in \footnotes.
6889         (reftex-select-label-map, reftex-select-bib-map): New keymaps for
6890         the RefTeX Select buffer.
6891         (reftex-select-next, reftex-select-previous, reftex-select-scroll-down)
6892         (reftex-select-scroll-up, reftex-select-quit)
6893         (reftex-select-toggle-follow, reftex-select-callback)
6894         (reftex-select-accept, reftex-select-help)
6895         (reftex-select-recursive-edit, reftex-select-search-forward)
6896         (reftex-select-search-backward, reftex-select-search)
6897         (reftex-select-scroll-other-window)
6898         (reftex-select-scroll-other-window-down):
6899         New commands for use in the two new keymaps.
6900         (reftex-select-item): Now uses the appropriate keymaps.
6901         (reftex-toc-map): New keymap (a keymap for the toc buffer.
6902         (reftex-toc): Now uses reftex-toc-map.
6903         (reftex-fontify-select-label-buffer): New function.
6904         (reftex-select-font-lock-fontify-region): New function.
6905         (reftex-make-and-insert-label-list): Refontification now uses
6906         `reftex-select-font-lock-fontify-region'.
6907         (reftex-show-entry): Refontification generalized.
6908         (reftex-select-search-minibuffer-map): New constant.
6909         (reftex-parse-from-file): Look for \begin{thebibliography}.
6910         (reftex-do-citation): Check also for thebibliography.
6911         (reftex-bibtex-selection-callback): Handle bibitem.
6912         (reftex-view-crossref): Handle bibitem.
6913         (reftex-extract-bib-entries-from-thebibliography): New function.
6914         (reftex-format-bibitem): New function.
6915         (reftex-parse-bibitem): New function.
6916         (reftex-make-desparate-section-regexp): Changed name to
6917         reftex-make-desperate-section-regexp.
6918         (reftex-do-parse, reftex-locate-bibliography-files)
6919         (reftex-string-to-label, reftex-select-external-document)
6920         (reftex-find-duplicate-labels, reftex-format-bib-entry)
6921         (reftex-do-citation, reftex-insert-bib-matches)
6922         (reftex-select-search-minibuffer-map, reftex-access-search-path)
6923         (reftex-compute-ref-cite-tables, reftex-recursive-directory-list):
6924         All lambda expressions now quoted with `function'.
6925         (reftex-view-crossref, reftex-mouse-view-crossref): Fixed bug with
6926         multiple calls.
6927         (reftex-get-buffer-visiting): Error message changed.
6928         (reftex-select-external-document, reftex-query-label-type)
6929         (reftex-do-citation, reftex-select-help):
6930         Use `reftex-enlarge-to-fit' now.
6931         (reftex-pop-to-bibtex-entry): No longer beep on failure, to make
6932         it work better with follow mode.
6934 1998-01-29  Inge Frick  <inge@nada.kth.se>
6936         * emacs-lisp/easymenu.el (easy-menu-add-item): Fix the BEFORE argument.
6937         Done by letting `easy-menu-do-add-item' handle it.
6938         (easy-menu-do-add-item): Take argument BEFORE instead of PREV.
6939         Inserts directly in keymap, instead of calling `define-key-after'.
6940         (easy-menu-create-menu): Don't reverse items as
6941         `easy-menu-do-add-item' now puts things at the end of keymaps.
6943 1998-01-29  Stephen Eglen  <stephen@mescaline.gnu.org>
6945         * type-break.el (type-break-mode): New customize variable to
6946         automatically load the package.  Other variables customized.
6948 1998-01-28  Dave Love  <d.love@dl.ac.uk>
6950         * progmodes/etags.el (find-tag-marker-ring-length): New variable.
6951         (find-tag-marker-ring): New variable.
6952         (tags-location-ring): New variable replacing tags-location-ring.
6953         (tags-location-stack): Deleted.
6954         (tags-table-format-hooks): Doc fix.
6955         (initialize-new-tags-table): Init find-tag-marker-ring,
6956         tags-location-ring.
6957         (tags-reset-tags-tables): Doc fix.  Set tags-location-ring,
6958         find-tag-marker-ring.
6959         (find-tag-noselect): Doc fix.  Use tags-location-ring,
6960         find-tag-marker-ring.
6961         (find-tag, find-tag-other-window, find-tag-other-frame)
6962         (find-tag-regexp): Doc fix.
6963         (pop-tag-mark): New function.
6964         (esc-map): Bind pop-tag-mark.
6966 1998-01-28  Richard Stallman  <rms@psilocin.gnu.org>
6968         * mail/emacsbug.el (report-emacs-bug-address):
6969         Variable renamed from bug-gnu-emacs.  Use defcustom.
6970         (report-emacs-bug-pretest-address): Use defcustom.
6972         * international/mule-cmds.el (toggle-enable-multibyte-characters):
6973         Use set-buffer-multibyte.
6974         (find-safe-coding-system-list-subset-p): Renamed from list-subset-p.
6975         The call changed also.
6977 1998-01-28  Kenichi Handa  <handa@etl.go.jp>
6979         * international/titdic-cnv.el (titdic-convert): Set
6980         enable-multibyte-characters to t after inserting TIT file by
6981         no-conversion.
6982         (tit-process-body): Do not bind enable-multibyte-characters to
6983         nil.
6985 1998-01-27  Inge Frick  <inge@nada.kth.se>
6987         * emacs-lisp/easymenu.el (easy-menu-define): Use ` and , read-macros
6988         instead of (` and (,.  Implement :filter.  Doc fix.
6989         (easy-menu-do-define): Call `easy-menu-create-menu' instead of
6990         `easy-menu-create-keymaps'.
6991         (easy-menu-create-keymaps): Replaced by `easy-menu-create-menu'.
6992         (easy-menu-create-menu): New public function.  Replaces
6993         `easy-menu-create-keymaps', but with large changes.
6994         (easy-menu-button-prefix): New constant.
6995         (easy-menu-do-add-item, easy-menu-make-symbol): New functions.
6996         (easy-menu-update-button): Doc fix.
6997         (easy-menu-change): New optional argument BEFORE.
6998         Now just a call to `easy-menu-add-item'.
6999         (easy-menu-add-item, easy-menu-item-present-p)
7000         (easy-menu-remove-item): New public functions.
7001         (easy-menu-get-map, easy-menu-is-button-p, easy-menu-have-button-p)
7002         (easy-menu-real-binding, easy-menu-change-prefix, easy-menu-filter):
7003         New functions.
7005 1998-01-26  Richard Stallman  <rms@psilocin.gnu.org>
7007         * mail/rmail.el (rmail): Reinsert the let-binding
7008         of enable-local-variables.
7010         * play/gametree.el: New file.
7012 1998-01-26  Andreas Schwab  <schwab@gnu.org>
7014         * progmodes/ada-stmt.el: Customized.  Change `(load "skeleton")'
7015         to `(require 'skeleton)'.
7017         * progmodes/octave-mod.el, progmodes/octave-inf.el: Customized.
7018         * progmodes/meta-mode.el, progmodes/hideif.el: Likewise.
7019         * progmodes/dcl-mode.el, progmodes/asm-mode.el: Likewise.
7021 1998-01-26  Richard Stallman  <rms@psilocin.gnu.org>
7023         * emacs-lisp/bytecomp.el: Customized.
7025         * emacs-lisp/bytecomp.el (displaying-byte-compile-warnings):
7026         To avoid error, use (forward-line -1), not previous-line.
7028         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7029         Fix previous change.
7031         * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
7032         Use string-as-unibyte, if it is defined.
7034 1998-01-25  Richard Stallman  <rms@psilocin.gnu.org>
7036         * desktop.el (desktop-clear): Don't kill dead buffers.
7038         * progmodes/sh-script.el (sh-case): Fix paren error.
7040 1998-01-25  Dave Love  <fx@gnu.org>
7042         * imenu.el (imenu-syntax-alist): New buffer-local variable.
7043         (imenu--generic-function): Use it.
7044         (imenu--split-menu): Don't (setcdr nil) with, say, empty functions
7045         list.
7047 1998-01-24  Stephen Eglen  <stephen@delysid.gnu.org>
7049         * hscroll.el (hscroll-global-mode): New customize variable to
7050         automatically load the package.
7052         * icomplete.el: Customized.
7054 1998-01-23  Richard Stallman  <rms@psilocin.gnu.org>
7056         * calendar/cal-french.el (calendar-french-single-byteify):
7057         Function deleted.
7058         (calendar-goto-french-date): Don't call calendar-french-single-byteify.
7059         Delete local var oldval.
7060         (calendar-print-french-date): Don't bind enable-multibyte-characters.
7062         * msb.el (msb--strip-dir): Use Emacs filename primitives, not regexps.
7064 1998-01-22  Richard Stallman  <rms@psilocin.gnu.org>
7066         * mail/emacsbug.el (emacsbug): Customized.
7067         (report-emacs-bug-no-confirmation):
7068         Renamed from report-emacs-bug-run-tersely.
7069         (report-emacs-bug-no-explanations): New option.
7070         (report-emacs-bug): Handle that option.
7072 1998-01-22  Eric Ludlam  <zappo@mescaline.gnu.org>
7074         * mail/rmail.el (rmail-speedbar-buttons): Added speedbar support
7075         for Rmail, including rmail-speedbar-button,
7076         rmail-speedbar-find-file, rmail-move-message-to-folder-on-line,
7077         rmail-speedbar-move-message, and support variables.
7079         * info.el (Info-speedbar-buttons): Added speedbar support for Info
7080         mode, including Info-speedbar-button, Info-speedbar-menu, and
7081         support variables.
7083         * gud.el (gud-speedbar-buttons): Added speedbar support for GUD in
7084         general, and for GDB specifically, including
7085         gud-gdb-goto-stackframe, gud-gdb-get-stackframe,
7086         gud-gdb-run-command-fetch-lines, gud-gdb-speedbar-stack-filter,
7087         and support variables.
7089         * emacs-lisp/checkdoc.el: New File.
7091         * speedbar.el, speedbspec.el: New files.
7093 1998-01-22  Richard Stallman  <rms@psilocin.gnu.org>
7095         * vc.el (vc-annotate-compcar): Iterate instead of recursing.
7096         (vc-annotate-car-last-cons, vc-annotate-time-span):
7097         Rename arg assoc-list to a-list.
7099         * vc.el (vc-annotate-display): All support for XEmacs extents removed.
7100         Functions `set-face-*' are called only when a face is created.
7102         * arc-mode.el (archive-find-type): Accept d or s after digit, for lzh.
7103         (archive-rename-entry): Likewise.  Parse mode, uid and gid right.
7104         Allow newline in header.
7105         (archive-lzh-summarize): Fix paren error.  Use prname to set `files'.
7107 1998-01-22  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7109         * vc.el (vc-resynch-window): Behave properly when view-read-only
7110         is non-nil.
7112 1998-01-21  Richard Stallman  <rms@psilocin.gnu.org>
7114         * emacs-lisp/cl-macs.el (define-compiler-macro): Handle empty arglist.
7116         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7117         If compiler-macroexpand is defined, use it.
7119 1998-01-21  Kenichi Handa  <handa@etl.go.jp>
7121         * international/mule-cmds.el (prefer-coding-system): Call
7122         update-iso-coding-systems.
7124         * international/mule-util.el (string-to-sequence): Adjusted for
7125         the change of multibyte-form handling (byte-base to char-base).
7126         (store-substring): Likewise.
7127         (truncate-string-to-width): Likewise.
7128         (decompose-region): Likewise.
7129         (decompose-string): Likewise.
7130         (decompose-composite-char): Call string instead of concat-chars.
7132         * international/quail.el (quail-show-kbd-layout): Bug fix for the
7133         case that TRANSLATION is a cons.
7135         * international/skkdic-cnv.el (skkdic-jbytes): Variable deleted.
7136         All codes using this variable adjusted.
7137         * international/skkdic-utl.el: Likewise.
7139         * loadup.el: Call update-iso-coding-systems after loading files
7140         under language subdir.
7142 1998-01-21  Kenichi Handa  <handa@etl.go.jp>
7144         * international/characters.el: Put `prefered-coding-system'
7145         property to each character set.
7147         * international/mule.el (coding-system-base): Doc-string modified.
7148         (make-coding-system): The 6th optional arg is changed to
7149         PROPERTIES.
7150         (set-buffer-file-coding-system): Show "(default, nil)" in prompt.
7151         (set-coding-priority): Code tuned.
7153         * international/mule-cmds.el (set-language-info): Doc-string
7154         describes `coding-priority' KEY.
7155         (set-language-environment-coding-systems): New function.
7156         (list-subset-p): New function.
7157         (select-safe-coding-system): New function.
7158         (set-language-info): New optional args DESCRIBE-MAP and SETUP-MAP.
7159         (set-language-info-alist): New optionla arg PARENTS.  Call
7160         set-language-info with apropriate DESCRIBE-MAP and SETUP-MAP args.
7161         (set-language-environment-coding-systems): New function.
7163         * international/mule-conf.el: Adjusted for the change of the
7164         format of make-coding-system's 6th argument.  Initialize
7165         coding-category-iso-7-tight to iso-2022-jp.
7167         * international/mule-diag.el (describe-coding-system): Change the
7168         format of showing safe charsets.
7170         * international/mule-util.el (find-safe-coding-system): Moved to
7171         mule-cmds.el.
7172         (detect-coding-with-priority): New macro.
7173         (detect-coding-with-language-environment): New function.
7175         * language/chinese.el: Remove setting up of
7176         describe-chinese-environment-map and
7177         setup-chinese-environment-map.  Exclude them in args of calls to
7178         set-language-info-alist.  Adjusted for the change of
7179         make-coding-system.  Register coding-priority key in
7180         language-info-alist.
7181         (iso-2022-cn-ext): New coding system.
7183         * language/cyrillic.el: Remove setting up of
7184         describe-cyrillic-environment-map and
7185         setup-cyrillic-environment-map.  Exclude them in args of calls to
7186         set-language-info-alist.  Adjusted for the change of
7187         make-coding-system.  Register coding-priority key in
7188         language-info-alist.
7190         * language/devanagari.el: Exclude describe-indian-environment-map
7191         and setup-indian-environment-map for args of call to
7192         set-language-info-alist.  Adjusted for the change of
7193         make-coding-system.  Register coding-priority key in
7194         language-info-alist.
7196         * language/english.el: Register coding-priority key in
7197         language-info-alist.
7199         * language/ethiopic.el: Register coding-priority key in
7200         language-info-alist.
7202         * language/european.el: Remove setting up of
7203         describe-european-environment-map and
7204         setup-european-environment-map.  Exclude them in args of calls to
7205         set-language-info-alist.  Adjusted for the change of
7206         make-coding-system.  Register coding-priority key in
7207         language-info-alist.  Add "German" language env.
7208         (setup-8-bit-environment): Delete CODING-SYSTEM arg.
7209         (iso-latin-1): Make it compatible with MIME-charset "iso-8859-1".
7210         (compound-text): New coding system.  `ctext' is now alias of it.
7211         (setup-german-environment): New function.
7213         * language/greek.el: Adjusted for the change of
7214         make-coding-system and setup-8-bit-environment.
7215         (setup-greek-environment): For Greek lang. env., change default
7216         input method to "greek-postfix".
7218         * language/hebrew.el: Adjusted for the change of
7219         make-coding-system and setup-8-bit-environment.
7221         * language/indian.el: Remove setting up of
7222         describe-indian-environment-map and setup-indian-environment-map.
7224         * language/japanese.el, language/korean.el, language/lao.el,
7225         * language/thai.el, language/tibetan.el, language/vietnamese.el:
7226         Adjusted for the change of make-coding-system.  Register
7227         coding-priority key in
7229         * language/china-util.el, language/japan-util.el,
7230         * language/korea-util.el, language/tibet-util.el,
7231         * language/viet-util.el: In setup-LANGUAGE-environment functions,
7232         call set-language-environment-coding-systems.
7234         * language/cyril-util.el, language/devan-util.el,
7235         * language/lao-util.el, language/thai-util.el: In
7236         setup-LANGUAGE-environment functions, adjust for the change of
7237         setup-8-bit-environment.
7239         * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
7240         (sendmail-send-it): Select a safe coding system to encode an
7241         outgoing mail.
7243 1998-01-21  Kenichi Handa  <handa@etl.go.jp>
7245         * international/ccl.el: Comment about CCL syntax modified.
7246         (ccl-command-table): Add read-multibyte-character,
7247         write-multibyte-character, and unify-character.
7248         (ccl-code-table): Add ex-cmd.
7249         (ccl-extended-code-table): New variable.
7250         (ccl-embed-extended-command): New function.
7251         (ccl-compile-read-multibyte-character)
7252         (ccl-compile-write-multibyte-character)
7253         (ccl-compile-unify-character, ccl-compile-iterate-multiple-map)
7254         (ccl-compile-translate-multiple-map)
7255         (ccl-compile-translate-single-map)
7256         (ccl-compile-multiple-map-function): New functions.
7257         (ccl-dump-ex-cmd, ccl-dump-read-multibyte-character)
7258         (ccl-dump-write-multibyte-character, ccl-dump-unify-character)
7259         (ccl-dump-unify-character-const-tbl, ccl-dump-iterate-multiple-map)
7260         (ccl-dump-translate-multiple-map, ccl-dump-translate-single-map):
7261         New functions.
7263         * international/mule.el (define-character-unification-table): New
7264         function.
7266         * international/mule-conf.el (oldjis-newjis-jisroman-ascii): New
7267         character unification table.
7268         (standarad-character-unification-table-for-decode): Initialize to
7269         `unification-table' property of `oldjis-newjis-jisroman-ascii'.
7271 1998-01-21  Erik Naggum  <erik@naggum.no>
7273         * complete.el (PC-try-load-many-files): Load files in reverse
7274         order so they come in the right order in the buffer list.
7276 1998-01-20  Richard Stallman  <rms@psilocin.gnu.org>
7278         * mldrag.el (mldrag-drag-vertical-line): Delete debugging `message'.
7280         * emacs-lisp/tq.el (tq-filter): Use with-current-buffer.
7282         * ange-ftp.el (ange-ftp-date-regexp):
7283         Make l pattern match any non-ASCII char.
7285 1998-01-19  Richard Stallman  <rms@psilocin.gnu.org>
7287         * menu-bar.el (menu-bar-file-menu): Add Recover Session menu item.
7288         (menu-bar-help-menu): Add Getting New Versions, Copying Conditions
7289         and (Non)Warranty menu items.
7291         * subr.el (momentary-string-display): Fix backward test
7292         for whether end of message is off the screen.
7294         * mouse.el (mouse-drag-vertical-line): Properly determine which
7295         side the scroll bar or vertical line is on.
7297         * mldrag.el (mldrag-drag-vertical-line): Delete debugging code.
7299 1998-01-17  Richard Stallman  <rms@gnu.org>
7301         * progmodes/vhdl-mode.el: New file.
7303         * progmodes/etags.el (etags): Fix defgroup syntax.
7305         * simple.el (switch-to-completions): If no completions window,
7306         don't try to switch to it.
7308         * files.el (auto-mode-alist): Add vhdl-mode.
7310         * replace.el (occur): If the matching line has no final newline,
7311         insert one anyway.  Compensate for that when inserting line nums.
7313         * buff-menu.el (Buffer-menu-mode-map): Bind e like f.
7315         * startup.el (command-line-1): Add alternate startup message
7316         for use when there is a mouse.
7318 1998-01-17  Karl Heuer  <kwzh@gnu.org>
7320         * register.el (number-to-register, increment-register): Args
7321         renamed to match doc.
7323 1998-01-17  Dave Love  <d.love@dl.ac.uk>
7325         * vc.el (vc-finish-logentry): Move killing the log buffer after
7326         the operation in case that fails.
7328 1998-01-17  Stephen Eglen  <stephen@cns.ed.ac.uk>
7330         * hexl.el (hexl-follow-ascii): New function and variable to
7331         highlight the ASCII character corresponding to point.
7333 1998-01-16  Richard Stallman  <rms@sucrose.gnu.org>
7335         * mail/rmail.el (rmail): Don't bind enable-multibyte-characters;
7336         read the file normally.
7337         (rmail-revert): Likewise.
7339 1998-01-16  Richard Stallman  <rms@psilocin.gnu.org>
7341         * mldrag.el (mldrag-drag-vertical-line): Handle left-side scroll bars.
7343         * info-look.el (info-lookup): Report if Info-goto-node fails.
7344         (info-lookup-make-completions): Likewise.
7346         * autorevert.el (global-auto-revert-ignore-buffer): Fix typo.
7347         (global-auto-revert-mode): Fix typo.
7349         * ange-ftp.el (ange-ftp-inodes-hashtable): New variable.
7350         (ange-ftp-next-inode-number): New variable.
7351         (ange-ftp-file-attributes): Assign each file a unique "inode number".
7353 1998-01-15  Richard Stallman  <rms@sucrose.gnu.org>
7355         * progmodes/etags.el (etags): Fix defgroup syntax.
7357 1998-01-15  Simon Marshall  <simon@gnu.org>
7359         * menu-bar.el: Add a Print submenu to the Tools menu.
7361         * font-lock.el (c++-font-lock-extra-types): Add some container classes.
7362         (c-font-lock-keywords-1): Use builtin face for preprocessor directives.
7364 1998-01-12  Richard Stallman  <rms@sucrose.gnu.org>
7366         * mail/rmail.el (rmail): Don't kill local enable-multibyte-characters.
7367         Don't bind coding-system-for-read.  Fix error message.
7369         * mail/rmail.el (rmail-make-in-reply-to-field):
7370         Make foo and bar patterns match all non-ASCII chars.
7372         * mail/rmail.el (rmail): Unwind-protect call to rmail-get-new-mail.
7374         * mail/rfc822.el (rfc822-snarf-word): Don't reject non-ASCII chars.
7375         (rfc822-snarf-subdomain): Likewise.
7376         (rfc822-addresses-1, rfc822-addresses): Likewise.
7378         * dired.el (dired-move-to-filename-regexp):
7379         Make l pattern match any non-ASCII char.
7381 1998-01-12  Dave Love  <fx@gnu.org>
7383         * font-lock.el (lisp-font-lock-keywords-1): Add defmethod.
7385 1998-01-12  Kenichi Handa  <handa@etl.go.jp>
7387         * bindings.el: Change "?\C-\ " to "?\C- " because "\ " is changed
7388         to standing for nothing in lread.c (read_escape).
7389         * calendar/calendar.el (calendar-mode-map): Likewise.
7390         * international/kkc.el (kkc-mode-map): Likewise.
7391         * international/quail.el (quail-translation-keymap): Likewise.
7393 1998-01-11  Dave Love  <fx@gnu.org>
7395         * emacs-lisp/lisp-mnt.el (lm-get-package-name, lm-header)
7396         (lm-header-multiline, lm-summary, lm-version, lm-commentary):
7397         Return string without properties.
7398         (lm-get-header, lm-get-package-name, lm-crack-address)
7399         (lm-insert-at-column, lm-report-bug): Minor doc fixes.
7401 1998-01-08  Eric Ludlam  <zappo@gnu.org>
7403         * emacs-lisp/checkdoc.el: New file.
7405 1998-01-07  Andre Spiegel  <spiegel@inf.fu-berlin.de>
7407         * vc.el (vc-resynch-window): Behave properly when view-read-only
7408         is non-nil.
7410 1998-01-07  Andreas Schwab  <schwab@gnu.org>
7412         * custom.el (defgroup): Doc fix.
7414         * cus-edit.el (custom-browse-visibility): Doc fix.
7416         * emacs-lisp/pp.el (pp-to-string): Greatly simplify by letting the
7417         Emacs printer do the (quote x) to 'x conversion.  Better handle
7418         the # print syntax in all its forms.
7420         * find-dired.el, filecache.el, expand.el, emerge.el: Customized.
7422 1998-01-07  Eli Zaretskii  <eliz@delysid.gnu.org>
7424         * files.el (delete-auto-save-files): Say in the doc string that
7425         auto-save file will not be deleted if the buffer has unsaved
7426         changes.
7428 1998-01-06  Eric Ludlam  <zappo@gnu.org>
7430         * speedbar.el, speedbspec.el: New files.
7432 1998-01-04  Richard Stallman  <rms@psilocin.gnu.org>
7434         * subr.el (sref): Defined.
7436 1998-01-03  Stephen Eglen  <stephen@cns.ed.ac.uk>
7438         * time.el (display-time-mode): New customize variable to
7439         automatically load the package.
7441 1998-01-02  Richard Stallman  <rms@psilocin.gnu.org>
7443         * filecache.el (file-cache-minibuffer-complete): Accept a prefix arg.
7445         * bindings.el (minor-mode-overriding-map-alist):
7446         Call make-variable-buffer-local.
7448         * which-func.el (which-func-update): Fix paren error.
7450         * cus-edit.el (customize-changed-options): Doc fix.
7452 1998-01-02  Stephen Eglen  <stephen@cns.ed.ac.uk>
7454         * replace.el (occur): Pass default to read-from-minibuffer so that
7455         M-n can insert default value into minibuffer.
7457         * rsz-mini.el (resize-minibuffer-mode): Variable customized to
7458         automatically load the package.
7460 1998-01-01  Richard Stallman  <rms@psilocin.gnu.org>
7462         * dabbrev.el (dabbrev-ignored-buffer-names): New variable.
7463         (dabbrev--find-expansion): Ignore those buffers
7464         unless they get specifically preferred.
7466 1997-12-28  Richard Stallman  <rms@sucrose.gnu.org>
7468         * desktop.el (desktop-enable): New variable.
7469         (after-init-hook): Add a hook to test desktop-enable.
7470         (desktop-save-hook): Doc fix.
7472 1997-12-24  Richard Stallman  <rms@psilocin.gnu.org>
7474         * progmodes/etags.el: Customized.
7475         (tags-revert-without-query): New option.
7476         (tags-verify-table): Test tags-revert-without-query.
7478 1997-12-22  Richard Stallman  <rms@psilocin.gnu.org>
7480         * info.el (Info-mode): Doc fix.
7482 1997-12-22  Lawrence R. Dodd  <dodd@roebling.poly.edu>
7484         * dired-x.el (dired-mark-sexp): Skip leading space in defining `uid'.
7486 1997-12-22  Christoph Wedler  <wedler@fmi.uni-passau.de>
7488         * register.el (view-register): Show register type file-query.
7490 1997-12-22  Stephen Eglen  <stephen@cns.ed.ac.uk>
7492         * avoid.el (mouse-avoidance-mode): Variable customized to
7493         automatically load the package.
7495 1997-12-22  Kevin Rodgers  <kevinr@ihs.com>  (tiny change)
7497         * simple.el (previous-matching-history-element): Bind
7498         case-fold-search to nil if REGEXP contains an uppercase letter.
7499         (previous-matching-history-element, next-matching-history-element):
7500         Doc fixes.
7502 1997-12-22  Dave Love  <d.love@dl.ac.uk>
7504         * browse-url.el (browse-url-path-regexp, browse-url-short-regexp)
7505         (browse-url-regexp): Variables deleted (moved to thingatpt.el).
7506         (browse-url-filename-alist): Default now has leading ange-ftp-type
7507         patterns so that the "^/+" pattern doesn't mung such names in
7508         advance.
7509         (browse-url-file-url): Don't do explicit ange-ftp path munging here.
7510         (browse-url-netscape-program): Doc addition.
7512 1997-12-22  Richard Stallman  <rms@psilocin.gnu.org>
7514         * apropos.el (apropos-print): Pass t instead of DO-KEYS
7515         when calling apropos-print-doc.
7517         * progmodes/cc-menus.el (cc-imenu-objc-function):
7518         Use bufsubst-fun as a variable, not as a function.
7520         * msb.el: Fix mailer-introduced garbling.
7521         (msb--toggle-menu-type): Don't pass arg to menu-bar-update-buffers.
7523 1997-12-21  Richard Stallman  <rms@psilocin.gnu.org>
7525         * msb.el (msb--home-dir): Renamed from msb--home-path.
7526         (msb--strip-dir): Renamed from msb--strip-path.
7528 1997-12-21  Lars Lindberg  <Lars.G.Lindberg@capgemini.se>
7530         * msb.el: Doc fixes.  Changed `append' to `nconc'
7531         in a number of places.  Changed the separator in menus
7532         from "---" to "--" to work in Windows 95.
7533         (msb--home-path): New internal variable to cache the value of $HOME.
7534         (msb--strip-path): Now handles MSDOG style of file names.
7535         (msb--init-file-alist): Now expands `buffer-file-name'.
7536         (msb--format-title): New subroutine for `msb--choose-file-menu'.
7537         (msb--choose-file-menu): Use msb--format-title.  Minor simplifications.
7539 1997-12-20  Vinicius Jose Latorre  <vinicius@cpqd.com.br>
7541         * ps-print.el: Some comment, doc and bug fixes.
7542         (ps-print-version): New version number (3.05.3) and doc fix.
7543         (ps-output-string-prim, ps-begin-job, ps-control-character)
7544         (ps-plot-region): Bug fix.
7545         (ps-print-control-characters): New custom var.
7546         (ps-string-escape-codes, ps-string-control-codes): New var.
7547         (ps-color-device, ps-font-lock-face-attributes, ps-eval-switch)
7548         (ps-flatten-list, ps-flatten-list-1): New fn.
7549         (ps-setup): Update current setup.
7550         (ps-begin-file): Adjust PostScript header file.
7551         (ps-plot, ps-face-attribute-list): Little programming improvement.
7552         (ps-print-prologue-1): Replace NumberOfZebra by ZebraHeight.
7553         (ps-print-without-faces, ps-print-with-faces): Little reprogramming.
7554         (ps-plot-with-face): Get color only on color screen device.
7555         (ps-build-reference-face-lists): Handle obsolete
7556         font-lock-face-attributes.
7557         (ps-print-ensure-fontified): Little programming setting.
7558         (ps-generate-postscript-with-faces): Adjust initializations, get color
7559         only on color screen device.
7560         (ps-generate): Replace (if A B) by (and A B).
7561         (ps-do-despool): Dynamic evaluation for ps-lpr-switches.
7562         Replace (if A B) by (and A B).
7563         (color-instance-rgb-components, ps-color-values): Replace
7564         pixel-components by color-instance-rgb-components.
7565         (ps-xemacs-face-kind-p): Replace face-font by face-font-instance,
7566         replace x-font-properties by font-instance-properties.
7568 1997-12-20  Richard Stallman  <rms@psilocin.gnu.org>
7570         * subr.el (match-string-no-properties): New function.
7572         * subr.el (read-password): New function.
7574         * subr.el (split-string): Handle empty matches reasonably.
7576         * simple.el (copy-region-as-kill, kill-ring-save): Doc fixes.
7578         * simple.el (completion-setup-hook): Add definition.
7580 1997-12-19  Richard Stallman  <rms@sucrose.gnu.org>
7582         * files.el (find-file-noselect): Fix previous change.
7584 1997-12-19  Richard Stallman  <rms@sucrose.gnu.org>
7586         * isearch.el (isearch-mode-map): Don't count above 256
7587         when setting up printing characters.
7589         * term/linux.el: Don't call set-terminal-coding-system
7590         if it was already set.
7592 1997-12-19  Stephen Eglen  <stephen@cns.ed.ac.uk>
7594         * iswitchb.el (iswitchb-completion-help): Multiple TAB presses
7595         scroll the completion window.
7596         (iswitchb-read-buffer): New function to act as drop-in replacement
7597         for read-buffer.
7599         * international/mule-cmds.el (set-language-info): Doc fix.
7600         (input-method-inactivate-hook): Doc fix.
7602 1997-12-19  Thierry Emery  <Thierry.Emery@aar.alcatel-alsthom.fr>
7604         * wid-edit.el (widget-choose): Allow scrolling of large lists.
7606 1997-12-18  Richard Stallman  <rms@sucrose.gnu.org>
7608         * files.el (find-file-noselect): Signal error if file is unreadable.
7610 1997-12-18  Richard Stallman  <rms@sucrose.gnu.org>
7612         * mail/mailalias.el (define-mail-alias): Handle backslash-quoting
7613         within "-strings in DEFINITION if it comes from .mailrc.
7615 1997-12-17  Richard Stallman  <rms@sucrose.gnu.org>
7617         * international/mule-cmds.el (mule-keymap):
7618         Delete the binding for toggle-enable-multibyte-characters.
7619         (mule-menu-keymap): Delete the menu item for it.
7621 1997-12-17  Peter Galbraith  <galbraith@mixing.qc.dfo.ca>
7623         * simple.el (copy-region-as-kill):
7624         Deactivate mark in transient-mark-mode.
7626 1997-12-17  Andreas Schwab  <schwab@gnu.org>
7628         * simple.el (transpose-subr): Rewrite to make faster with big move
7629         counts.
7630         (transpose-lines): In the mover function handle arbitrary move
7631         counts.
7633 1997-12-16  Richard Stallman  <rms@sucrose.gnu.org>
7635         * international/mule-cmds.el (toggle-enable-multibyte-characters):
7636         Doc fix.
7638 1997-12-16  Richard Stallman  <rms@sucrose.gnu.org>
7640         * apropos.el (apropos, apropos-command): Ignore symbols that
7641         have apropos-inhibit property.
7643         * menu-bar.el (menu-bar-select-yank): Add apropos-inhibit property.
7645 1997-12-16  Richard Stallman  <rms@sucrose.gnu.org>
7647         * disp-table.el (standard-display-european): Doc fix.
7649 1997-12-15  Richard Stallman  <rms@sucrose.gnu.org>
7651         * calendar/cal-french.el (calendar-french-single-byteify): New function.
7652         (calendar-goto-french-date): Use calendar-french-single-byteify
7653         instead of changing enable-multibyte-characters.
7654         test french-calendar-accents.
7656 1997-12-14  Richard Stallman  <rms@sucrose.gnu.org>
7658         * jka-compr.el (jka-compr-insert-file-contents):
7659         If enable-multibyte-characters is nil, decode as raw-text.
7661 1997-12-13  Dave Love  <d.love@dl.ac.uk>
7663         * progmodes/scheme.el: Define indentation in normal dialect for
7664         let-syntax, letrec-syntax, syntax-rules, call-with-values,
7665         dynamic-wind.
7666         (scheme-mode-map): Remove lisp-complete-symbol.  Add
7667         uncomment-region menu item.
7668         (scheme-mode-hook, dsssl-mode-hook): Declare customized.
7669         (dsssl-sgml-declaration): Fix customization.
7671 1997-12-12  Dave Love  <d.love@dl.ac.uk>
7673         * browse-url.el (browse-url-lynx-emacs): Add sentinel to kill the
7674         buffer when lynx exits.  Doc fix.
7675         (browse-url-browser-function): Better customization.
7676         (browse-url-filename-alist, browse-url-netscape-display)
7677         (browse-url-filename-alist, browse-url-generic-program): Likewise.
7678         (browse-url-new-window-p, browse-url-w3, browse-url-mail): Doc fix.
7679         (browse-url-save-file): Customize.
7681         * imenu.el (imenu-case-fold-search): New buffer-local variable.
7683         * progmodes/scheme.el, progmodes/tcl-mode.el, progmodes/f90.el,
7684         * progmodes/fortran.el, progmodes/c-mode.el, progmodes/ada-mode.el,
7685         * cc-mode.el, progmodes/cplus-md.el, progmodes/dcl-mode.el,
7686         * progmodes/pascal.el, progmodes/perl-mode.el, textmodes/bibtex.el,
7687         * textmodes/texinfo.el, emacs-lisp/lisp-mode.el, generic.el,
7688         * progmodes/octave-mod.el: Use imenu-case-fold-search.
7690 1997-12-11  Richard Stallman  <rms@gnu.org>
7692         * files.el (auto-mode-alist): Add .am as makefile-mode.
7694         * comint.el (comint-strip-ctrl-m): Don't die if
7695         comint-last-output-start does not point anywhere.
7697         * telnet.el (telnet-filter): Position comint-last-output-start.
7699 1997-12-11  Paul Eggert  <eggert@twinsun.com>
7701         * dired.el (dired-move-to-filename-regexp)
7702         * ange-ftp.el (ange-ftp-date-regexp): Fix the problem with misparsing
7703         `-r--r--r-- 1 may 1997' by requiring a digit before the date.
7704         * dired.el (dired-move-to-filename-regexp):
7705         Allow any month name of 2 letters or more.
7707 1997-12-10  Richard Stallman  <rms@sucrose.gnu.org>
7709         * info-look.el (info-lookup-symbol-alist): Handle Emacs Lisp mode.
7710         (info-lookup-make-completions): Catch errors one file at a time.
7711         Use a special temp buffer, not the usual info buffer,
7712         and never display it in a window.
7714         * mail/undigest.el (undigestify-rmail-message):
7715         If in summary, switch to the Rmail buffer.
7716         (unforward-rmail-message): Simplify using with-current-buffer.
7718 1997-12-10  Andreas Schwab  <schwab@gnu.org>
7720         * auto-show.el: Customized.
7722 1997-12-09  Richard Stallman  <rms@gnu.org>
7724         * custom.el (custom-add-version): New function.
7725         (custom-handle-keyword): Handle :version.
7727         * cus-edit.el (customize-changed-options): New function.
7728         (customize-version-lessp): New function.
7730         * facemenu.el (facemenu-remove-face-props): Renamed from
7731         facemenu-remove-props.  Remove only face and mouse-face.
7732         (facemenu-menu): Update menu item for facemenu-remove-face-props.
7734 1997-12-09  Karl Heuer  <kwzh@gnu.org>
7736         * textmodes/bibtex.el (bibtex-generate-autokey): Doc fix.
7738 1997-12-09  Kenichi HANDA  <handa@nora.etl.go.jp>
7740         * language/korea-util.el (setup-korean-environment):
7741         Bind C-f9 (intead of C-f10) to quail-hangul-switch-symbol-ksc.
7743         * language/korean.el: Documentation for "Korean" language
7744         environment adjusted for the above change.
7746 1997-12-07  Karl Heuer  <kwzh@gnu.org>
7748         * register.el (number-to-register): Move point as a side effect.
7750         * calendar/calendar.el (calendar-day-name): Truncate properly when
7751         multibyte.
7753         * mail/mail-extr.el (mail-extr-all-top-level-domains): More domains.
7755         * gud.el (gud-mips-p): Fix regexp so it will match alphaev56-* too.
7757 1997-12-07  Richard Stallman  <rms@gnu.org>
7759         * textmodes/outline.el (outline-next-preface):
7760         Don't try to move back if already at beginning of buffer.
7762 1997-12-05  Ed Reingold  <reingold@melange.gnu.org>
7764         * calendar/cal-menu.el (calendar-mouse-print-dates): Add fixed
7765         date (RD) to menu of other dates.
7767         * calendar/calendar.el (exit-calendar): Fix bad call to error
7768         function.
7770 1997-12-05  Karl Heuer  <kwzh@gnu.org>
7772         * info.el (Info-insert-dir): Use leading space in buffer name.
7774 1997-12-04  Simon Marshall  <simon@gnu.org>
7776         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Mark `#'s
7777         in variable references as being non-comments.
7779 1997-12-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7781         * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Correctly distinguish
7782         byte-constant from operations on variables.
7784 1997-12-03  Jens-Ulrik Holger Petersen  <petersen@kurims.kyoto-u.ac.jp>
7786         * cus-edit.el (custom-unlispify-remove-prefixes): Reference to
7787         related variables added.
7788         (custom-variable-default-form): New variable controlling default
7789         display form for customization of variables.
7790         (custom-variable): widget `:form' is nil before initialization.
7791         (custom-variable-value-create): Initialize `:form' to
7792         `custom-variable-default-form'.
7793         (custom-face-default-form): New variable controlling default
7794         display form for customization of faces.
7795         (custom-face): widget `:form' is nil before initialization.
7796         (custom-face-value-create): Initialize `:form' to
7797         `custom-face-default-form'.
7799 1997-12-03  Kyle Jones  <kyle_jones@wonderworks.com>
7801         * lisp/mail/sendmail.el (sendmail-send-it): Parse folded
7802         Resent-To header properly; don't ignore folded lines.
7804         * lisp/mail/mail-utils.el (mail-parse-comma-list):
7805         Treat newlines and tabs as whitespace.
7807 1997-12-03  Richard Stallman  <rms@gnu.org>
7809         * bindings.el (ctl-x-map): Add bindings rn and r+
7810         for number-to-register and increment-register.
7812         * register.el (frame-configuration-to-register)
7813         (window-configuration-to-register): Use a marker to save point.
7814         (point-to-register): Include point when saving a frame config.
7815         (number-to-register): New command (was commented out).
7816         (increment-register): New command.
7817         (view-register): Handle frame configs and window configs
7818         included in a list with a pointer.
7819         (view-register, insert-register): Use numberp, not integerp.
7821         * subr.el (global-set-key, local-set-key): Doc fix.
7823         * international/mule.el (load-with-code-conversion): Doc fix.
7825         * emacs-lisp/debug.el (debug-on-entry): If definition is a symbol,
7826         replace it with an equivalent lambda.
7828         * mail/rmail.el (rmail-decode-quoted-printable): New function
7829         mostly copied from gnus-art.el.
7830         (rmail-hex-string-to-integer): New fn, copied from hexl.el.
7831         (rmail-hex-char-to-integer): Likewise.
7832         (rmail-convert-to-babyl-format): Use rmail-decode-quoted-printable.
7834         * cus-edit.el (custom-save-delete, custom-save-all):
7835         Bind default-major-mode around visiting custom-file.
7837         * progmodes/prolog.el (prolog-mode-variables):
7838         Set imenu-generic-expression.
7840         * progmodes/sh-script.el (sh-imenu-generic-expression): New variable.
7841         (sh-mode): Make imenu-generic-expression local.
7842         (sh-set-shell): Set imenu-generic-expression based on which shell.
7844         * textmodes/sgml-mode.el (sgml-mode): Set imenu-generic-expression.
7846 1997-12-03  Jari Aalto  <jari.aalto@ntc.nokia.com>
7848         * emacs-lisp/debug.el (debugger-mode-hook): New user variable.
7849         (debugger-env-macro): New general purpose macro for all debugger
7850         functions; separated from `debugger-eval-expression'.
7851         (debugger-eval-expression): Use `debugger-env-macro'.
7852         (debugger-record-buffer): New variable.
7853         (debugger-record-expression): New user function , key "R".
7854         (debugger-mode): Now runs hook `debugger-mode-hook'.
7856         * add-log.el (change-log-add-make-room): New function.
7857         (change-log-get-method-definition-1): Renamed get-method-definition-1.
7858         (change-log-get-method-definition): Renamed from get-method-definition.
7859         (add-log-keep-changes-together): New user variable.
7860         (add-change-log-entry): Added missing WHOAMI explanation.
7861         Added new functionality according to variable
7862         `add-log-keep-changes-together'.
7864 1997-12-03  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
7866         * progmodes/octave-inf.el (inferior-octave-directory-tracker):
7867         Anchor regexp match to beginning of command string.
7869 1997-12-03  Stephen Eglen  <stephen@cns.ed.ac.uk>
7871         * vc-hooks.el: Customized.
7873         * cus-edit.el (custom-variable-prompt): Ensure valid variable name
7874         is selected.
7876 1997-12-03  Karl Heuer  <kwzh@gnu.org>
7878         * progmodes/cc-menus.el: Require imenu.
7880         * calendar/cal-french.el (french-calendar-special-days-array): New
7881         function.
7882         (calendar-french-date-string, calendar-goto-french-date): Use that
7883         function instead of the variable.
7885 1997-12-01  Gerd Moellmann  <gerd@acm.org>
7887         * ispell.el (ispell-comments-and-strings): New function to
7888         interactively check comments and strings in the current buffer for
7889         spelling errors.  Comments and strings are identified based on
7890         syntax tables in effect.
7892 1997-12-01  Eli Zaretskii  <eliz@is.elta.co.il>
7894         * frame.el (make-frame-names-alist, select-frame-by-name): New
7895         functions, support frame selection with completion and history.
7896         (frame-name-history, frame-names-alist): New variables.
7898 1997-11-30  Dave Love  <d.love@dl.ac.uk>
7900         * progmodes/sh-script.el (sh-mode): Set `comment-start-skip' always.
7902         * simple.el (indent-for-comment): Check for null `comment-start-skip'.
7904 1997-11-27  Richard Stallman  <rms@sucrose.ai.mit.edu>
7906         * dired.el (dired-move-to-filename-regexp): Make regexp fussier
7907         about amount of whitespace after month name.
7909 1997-11-26  Richard Stallman  <rms@psilocin.ai.mit.edu>
7911         * bibtex.el (bibtex-maintainer-address, bibtex-submit-bug-report):
7912         New maintainer (Dirk Herrmann <D.Herrmann@tu-bs.de>).
7914         * calendar: New subdirectory.
7916 1997-11-26  Simon Marshall  <simon@gnu.org>
7918         * fast-lock.el (fast-lock-cache-data): Only use syntactic keywords if
7919         non-nil.
7921 1997-11-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
7923         * diary-lib.el (diary-mail-days): Fix previous change.
7925 1997-11-24  Stephen Eglen  <stephen@cogsci.ed.ac.uk>
7927         * diary-lib.el (diary-mail-addr, diary-mail-days): New variables.
7928         (diary-mail-entries): New function.
7930 1997-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
7932         * viper-ex.el (viper-ex): Accept prefix arguments.
7933         * viper-cmd.el (viper-quote-region): Make quote string mode-sensitive.
7934         (viper-read-string-with-history): Accept initial temp message.
7935         * viper.el (viper-go-away): Delocalize viper-mode-string and
7936         viper-current-state.
7938 1997-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
7940         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Set
7941         default-directory.
7942         (cvs-run-ediff-on-file-descriptor): Use ediff-buffers when
7943         type=MODIFIED.
7944         * ediff-init.el: Commented out ediff-set-face-pixmap.
7945         * ediff-mult.el (ediff-get-session-number-at-pos):
7946         Optional buffer argument.
7947         * ediff-diff.el (ediff-match-diff-line, ediff-diff-ok-lines-regexp):
7948         Add C-m? before $.
7950 1997-11-24  Simon Marshall  <simon@gnu.org>
7952         * menu-bar.el (menu-bar-describe-menu): Fixed duplicate KEYs.
7954 1997-11-24  Richard Stallman  <rms@psilocin.ai.mit.edu>
7956         * mail/mail-extr.el (mail-extr-voodoo): Allow & between names.
7957         Reenable &-substitution when & comes last.
7959 1997-11-23  Richard Stallman  <rms@psilocin.ai.mit.edu>
7961         * apropos.el (apropos-variable): New command.
7962         (apropos-command): New arg JUST-VARS.
7964         * progmodes/scheme.el (scheme-mode-variables):
7965         Bind normal-auto-fill-function.
7967         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): New function.
7968         (lisp-mode-variables): Bind normal-auto-fill-function.
7970         * register.el (window-configuration-to-register)
7971         (frame-configuration-to-register): Include (point) in the saved value.
7972         (jump-to-register): Restore (point) as well as window or frame config.
7974         * menu-bar.el (menu-bar-help-menu): Reorganize into more submenus.
7975         Rename some menu item strings.
7976         (menu-bar-manuals-menu, menu-bar-describe-menu): New submenus.
7977         Add an Apropos Variables item.
7979 1997-11-22  Richard Stallman  <rms@gnu.org>
7981         * ange-ftp.el (ange-ftp-generate-passwd-key): Downcase the host name.
7982         (ange-ftp-passwd-hashtable): Doc fix.
7984         * progmodes/perl-mode.el (perl-mode): Delete autoload cookie.
7986         * files.el (auto-mode-alist): Add more extensions for perl-mode.
7987         (interpreter-mode-alist): Add miniperl.
7989         * play/bruce.el (bruce-phrases-file): Use user's home directory.
7990         (bruce, snarf-bruces): Give clean error when file does not exist.
7992         * which-func.el: New file.  (**Expecting papers from Alex Rezinsky.)
7994         * bindings.el (mode-line-format): Include which-func-mode item.
7996 1997-11-22  Vinicius Jose Latorre  <vinicius@cpqd.br>
7998         * ps-print.el: Some comment and doc fixes.
7999         (ps-print-version): New version number (3.05.2) and doc fix.
8000         (ps-print, ps-header-lines, ps-show-n-of-n, ps-font-info-database)
8001         (ps-font-family, ps-font-size, ps-header-font-family)
8002         (ps-header-font-size, ps-header-title-font-size, ps-bold-faces)
8003         (ps-italic-faces, ps-underlined-faces, ps-left-header, ps-right-header)
8004         (ps-font, ps-font-bold, ps-font-italic, ps-font-bold-italic)
8005         (ps-avg-char-width, ps-space-width, ps-line-height): Doc fix.
8006         (ps-error-scale-font): New fn.
8007         (ps-soft-lf, ps-hard-lf): Fn deleted.
8008         (ps-get-page-dimensions, ps-set-bg, ps-face-bold-p, ps-face-italic-p)
8009         (ps-set-color): Reindentation.
8010         (ps-output-string-prim, ps-xemacs-face-kind-p): Internal blank lines
8011         deleted.
8012         (ps-set-font): Little programming improvement.
8013         (ps-line-lengths-internal, ps-nb-pages, ps-select-font)
8014         (ps-select-header-font): Simplify some expressions.
8015         (ps-plot-region): Replace (- X 1) by (1- X).
8016         (ps-generate-header): Replace (+ X 1) by (1+ X).
8017         (ps-print-preprint, ps-plot-with-face, ps-print-ensure-fontified)
8018         (ps-kill-emacs-check): Replace (if (and A B) C) by (and A B C).
8019         (ps-init-output-queue, ps-gnus-article-prepare-hook, ps-jts-ps-setup):
8020         Replace (setq a b)(setq c d) by (setq a b c d).
8021         (ps-begin-file, ps-end-file): Replace (ps-output A)(ps-output B)
8022         by (ps-output A B).
8023         (ps-begin-page): Replace (ps-output A)(ps-output B) by (ps-output A B),
8024         replace (setq a b)(setq c d) by (setq a b c d).
8025         (ps-next-line, ps-continue-line): Replace (setq a b)(setq c d)
8026         by (setq a b c d), and incorporates ps-soft-lf and ps-hard-lf,
8027         respectively.
8028         (ps-plot): Replace (setq a b)(setq c d) by (setq a b c d),
8029         and programming improvement.
8030         (ps-generate-postscript-with-faces): Initialization fix,
8031         replace (setq a b)(setq c d) by (setq a b c d),
8032         replace (if (and A B) C) by (and A B C).
8033         (ps-generate): Doc fix, reprogramming to set the page count,
8034         replace (setq a b)(setq c d) by (setq a b c d),
8035         replace (if A nil B) by (or A B),
8036         replace (if (and A B) C) by (and A B C).
8037         (ps-info-mode-hook): Replace (list 'A 'B) by '(A B).
8038         (ps-jack-setup): Replace (list) by nil.
8040 1997-11-21  Dave Love  <d.love@dl.ac.uk>
8042         * browse-url.el: Doc fixes and extra customization.
8043         (browse-url): Quote browse-url-choose-browser in application.
8045 1997-11-21  Andreas Schwab  <schwab@delysid.gnu.org>
8047         * gud.el (gud-sentinel): Set mode-line-process in the process
8048         buffer, not the current buffer.
8050 1997-11-20  Richard Stallman  <rms@gnu.org>
8052         * files.el (write-file): Make buffer writable if the new file is.
8054         * help.el (describe-variable): Don't use symbol-name if v isn't symbol.
8056         * help.el (help-with-tutorial-alist): New variable.
8057         (help-with-tutorial): Use help-with-tutorial-alist to read a language
8058         name, and also to find the tutorial file for a language.
8060         * mail/mail-extr.el (mail-extract-address-components):
8061         New arg ALL says return info about all the addresses.
8062         Clarify buffer switching logic using save-excursion.
8064 1997-11-20  Karl Heuer  <kwzh@gnu.org>
8066         * international/mule-cmds.el (set-input-method): Renamed from
8067         select-input-method.
8069 1997-11-20  Eli Zaretskii  <eliz@is.elta.co.il>
8071         * frame.el (set-frame-name): New function.
8073 1997-11-19  Richard Stallman  <rms@gnu.org>
8075         * simple.el (kill-region): Detect read-only text
8076         by getting an error trying to delete it.
8077         Handle the cases where we can, and can't, get the killed text
8078         from the undo list with much the same code.
8080 1997-11-18  Richard Stallman  <rms@gnu.org>
8082         * lpr.el (print-region-1): When running pr, use -h always.
8084 1997-11-18  Dave Love  <d.love@dl.ac.uk>
8086         * progmodes/fortran.el (fortran-imenu-generic-expression): Match
8087         <type>*<mumble> and un-named block data, allow some continuations.
8089 1997-11-18  Karl Heuer  <kwzh@gnu.org>
8091         * isearch.el (isearch-yank-string): New helper function.
8092         (isearch-yank-kill, isearch-yank-word, isearch-yank-line): Use it.
8093         (isearch-yank-x-selection): New function.
8094         (isearch-yank): Function deleted.
8096 1997-11-18  Paul Eggert  <eggert@twinsun.com>
8098         * mail/rmail.el (rmail-convert-to-babyl-format): If the
8099         message uses the quoted-printable content-transfer-encoding,
8100         decode it into 8bit.
8102 1997-11-17  Paul Eggert  <eggert@twinsun.com>
8104         * dired.el (dired-move-to-filename-regexp):
8105         * ange-ftp.el (ange-ftp-date-regexp):
8106         Allow month names of length 2 and up, with varying white space
8107         afterwards; e.g. Solaris 2.6 "es" locale uses "ab  " for April and
8108         "fbro" for February.
8110 1997-11-16  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8112         * cal-hebrew.el (list-hebrew-diary-entries): Add the diary entry
8113         "specifier" to the entry on the list.
8114         * cal-islam.el (list-islamic-diary-entries): Likewise.
8115         * diary-lib.el (list-diary-entries): Likewise.
8116         (list-sexp-diary-entries, add-to-diary-list): Likewise.
8117         (diary-unknown-time): New variable.
8118         (diary-entry-time): Use it.
8120 1997-11-16  Richard Stallman  <rms@gnu.org>
8122         * man.el (Man-init-defvars, Man-build-man-command):
8123         Bind default-directory to "/" to avoid possible error in call-process.
8125 1997-11-15  Matthew Swift  <swift@alum.mit.edu>
8127         * simple.el (comment-padding): New var.
8128         (comment-region): Use it.
8130 1997-11-15  Richard Stallman  <rms@gnu.org>
8132         * textmodes/fill.el (fill-individual-paragraphs): Don't get
8133         confused in paragraph loop if we start on the last line
8134         and it has no final newline.
8136         * mail/rmail.el (rmail-summary-window-size): Allow integer values.
8138         * term/linux.el: Use set-input-mode to make Latin-1 chars work.
8140 1997-11-15  Dave Love  <d.love@dl.ac.uk>
8142         * finder.el (finder-find-library): Re-instate (with a different
8143         implementation) so that `locate-library' can find compressed files.
8144         (finder-commentary): Use it.
8146 1997-11-15  Hrvoje Niksic  <hniksic@srce.hr>
8148         * cus-edit.el (custom-face-save): Save the face.
8150 1997-11-13  Andreas Schwab  <schwab@mescaline.gnu.org>
8152         * tar-mode.el (tar-mode-map): Fix function name in menu entry.
8154 1997-11-10  Richard Stallman  <rms@gnu.org>
8156         * help.el (help-for-help): Update text for `m'.
8158         * imenu.el (imenu-default-create-index-function):
8159         Test imenu-prev-index-position-function and
8160         imenu-extract-index-name-function for non-nil, not fboundp.
8161         (imenu-add-to-menubar): Likewise.
8163         * replace.el (perform-replace): In Transient Mark mode, if
8164         region is active, only search the region.
8165         (query-replace, etc.): Doc fixes.
8167         * international/characters.el: New category ` '.
8168         Enable for non-breaking space in Latin-N.
8170         * emulation/ws-mode.el (wordstar-mode): Run wordstar-mode-hook.
8172         * cal-french.el (french-calendar-day-name-array):
8173         Give the day array, not the month array.
8175         * help.el (describe-function): Handle the arglist of a macro.
8177         * mail/mail-extr.el (mail-extr-voodoo): Comment out &-substitution.
8179 1997-11-10  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
8181         * progmodes/octave-inf.el (inferior-octave-startup-args):
8182         Set to '("-i") to force interactive behavior.
8183         (inferior-octave-prompt): Include the `debug' prompt issued by the
8184         Octave `keyboard' command.
8186 1997-11-10  Per Abrahamsen  <abraham@dina.kvl.dk>
8188         * replace.el (query-replace-highlight): Change default to t.
8190 1997-11-10  Karl Heuer  <kwzh@gnu.org>
8192         * finder.el (finder-exit): Simplify.
8194 1997-10-07  Andreas Schwab  <schwab@melange.gnu.org>
8196         * arc-mode.el (archive-zoo-summarize): Properly handle the case of
8197         a short file name with a non-empty directory part.
8199 1997-11-07  Kenichi Handa  <handa@etl.go.jp>
8201         * gnus/gnus-mule.el (gnus-mule-initialize): Do not set
8202         nntp-coding-system-for-read and nntp-coding-system-for-write.
8204         * gnus/gnus-start.el (gnus-read-descriptions-file): Decode
8205         description if necessary.
8207         * gnus/nntp.el (nntp-coding-system-for-read): Set default value to
8208         binary.
8209         (nntp-coding-system-for-write): Likewise.
8211         * international/mule-cmds.el (set-language-environment): Run
8212         exit-language-environment-hook before calling `exit-function'
8213         which is specified for the language environment.
8215         * language/european.el: Add "Upper Sorbian" and "Lower Sorbian" in
8216         the documentation of the language env "Laint-2".
8218         * language/cyrillic.el (ccl-encode-koi8-font): Fix bug of CCL
8219         program.
8220         (ccl-encode-alternativnyj-font): Likewise.
8222         * textmodes/fill.el (fill-region-as-paragraph): Fix bug of
8223         handling the case that English letters are followed by such
8224         characters as Japanese and Chinese.
8226 1997-11-07  Paul Eggert  <eggert@twinsun.com>
8228         * dired.el (dired-move-to-filename-regexp):
8229         Handle Japanese-format dates.
8230         * ange-ftp.el (ange-ftp-date-regexp): Likewise.  In western dates,
8231         accept month name and day-of-month in either order.
8233 1997-11-07  Karl Heuer  <kwzh@gnu.org>
8235         * mail/mailabbrev.el (build-mail-abbrevs): Use initial space in
8236         internal buffer name.
8238         * files.el (rename-uniquely): Simplify.
8240 1997-11-07  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8242         * cal-china.el (calendar-chinese-date-string): Fix month name.
8244         * cal-tex.el (cal-tex-cursor-week-iso): Delete spurious %.
8246 1997-11-02  Kevin Rodgers  <kevinr@ihs.com>
8248         * emacs-lisp/byte-opt.el (byte-optimize-concat): New function.
8250 1997-11-02  Richard Stallman  <rms@gnu.org>
8252         * apropos.el (apropos-command): Doc fix.
8254 1997-11-02  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
8256         * cal-coptic.el (ethiopic-calendar-epoch): Correct to 8 CE.
8258 1997-11-02  Karl Heuer  <kwzh@gnu.org>
8260         * progmodes/fortran.el (fortran-imenu-generic-expression): Doc fix.
8261         Delete redundant setq.
8263 1997-10-31  Michael Kifer  <kifer@cs.sunysb.edu>
8265         * ediff-mult.el (ediff-redraw-directory-group-buffer)
8266         (ediff-redraw-registry-buffer): Delete phony session overlays.
8267         Added session number to various calls to update the meta buffer.
8268         (ediff-update-markers-in-dir-meta-buffer): New, for fast redisplay
8269         of meta buffer.
8270         (ediff-update-meta-buffer, ediff-redraw-directory-group-buffer)
8271         (ediff-previous-meta-overlay-start, ediff-next-meta-item): Changed to
8272         support the above.
8273         (ediff-insert-session-info-in-meta-buffer)
8274         (diff-replace-session-status-in-meta-buffer)
8275         (ediff-insert-session-status-in-meta-buffer)
8276         (ediff-replace-session-activity-marker-in-meta-buffer)
8277         (ediff-insert-session-activity-marker-in-meta-buffer): New supporting
8278         functions for fast redisplay.
8280         * ediff-util.el (ediff-setup): Has a new argument, the file name
8281         where to save the merge buffer.
8282         (ediff-arrange-autosave-in-merge-jobs): New function, uses the new
8283         arg of ediff-setup to set the visited file name of the merge buffer.
8284         (ediff-setup): Set buffer-offer-save to t in merge buffers.
8286         * ediff-vers.el (ediff-*-merge-*): All these function now have one
8287         addl. optional argument, the file name where to save the merge buffer.
8288         This is useful in scripts.
8290         * ediff.el (ediff-merge-*): All These top-level function now have one
8291         more optional argument, the file name where to save the merge buffer.
8292         This is useful in scripts.
8294         * ediff-merg.el: ediff-merge custom group definition moved to
8295         ediff-init.el.
8297         * ediff-init.el: Additional variables customized; hooks moved into
8298         a separate customization subgroup.
8300         * ediff-diff.el (ediff-same-file-contents): New function.
8301         (ediff-setup-diff-regions): Bark if the user supplied -c option.
8303 1997-10-31  Michael Kifer  <kifer@cs.sunysb.edu>
8305         * viper-ex.el: Fixed r! cmd args.  Previously it would discard the args.
8307         * viper-init.el: Make all viper-defined emacs minor modes nil by
8308         default.
8310         * viper-keym.el: Don't bind C-c\ in global-map.
8312         * viper.el: Don't change state to emacs unless viper-mode is t.
8314         * viper-mous.el (viper-mouse-click-window): Check if click was over
8315         a live window.
8317 1997-10-31  Dave Love  <d.love@dl.ac.uk>
8319         * progmodes/fortran.el (fortran-imenu-generic-expression): New
8320         variable.
8321         (fortran-mode): Use it.
8323 1997-10-31  Richard Stallman  <rms@gnu.org>
8325         * textmodes/tex-mode.el (tex-validate-region): Really check
8326         for mismatched parens.
8328 1997-10-28  Simon Marshall  <simon@gnu.org>
8330         * font-lock.el (font-lock-keywords): Doc fix.
8331         (font-lock-match-c++-style-declaration-item-and-skip-to-next): Allow
8332         any number of ::foo suffixes in declarative items.
8334         * lazy-lock.el (lazy-lock-fontify-after-defer): Check each buffer to
8335         make sure it still (a) exists and (b) has Lazy Lock mode turned on.
8337 1997-10-26  Richard Stallman  <rms@gnu.org>
8339         * compile.el (compilation-error-regexp-alist):
8340         New element for Sun F90.
8342 1997-10-25  Dave Love  <d.love@dl.ac.uk>
8344         * emacs-lisp/find-func.el (find-function): Add autoload cookie.
8345         (find-function-other-window, find-function-other-frame)
8346         (find-function-on-key): Likewise.
8348 1997-10-24  John W. Eaton  <jwe@bevo.che.wisc.edu>
8350         * progmodes/octave-mod.el (octave-auto-indent): New variable.
8351         (octave-electric-semi, octave-electric-space): Use it.
8353         * progmodes/octave-mod.el (octave-before-magic-comment-p): New func.
8354         (calculate-octave-indent, octave-comment-indent): Use it.
8356 1997-10-24  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
8358         * progmodes/octave-mod.el (octave-auto-indent): New variable.
8359         (octave-electric-semi, octave-electric-space): Use it.
8361         * progmodes/octave-mod.el (octave-maybe-insert-continuation-string):
8362         New function.
8363         (octave-auto-fill): No longer calls do-auto-fill.  Should now
8364         avoid breaking lines after comment starts or before code line
8365         continuation expressions.
8366         (octave-fill-paragraph): Move forward a line if octave-auto-fill
8367         gave up.
8369         * progmodes/octave-mod.el (octave-before-magic-comment-p): New func.
8370         (octave-comment-indent): Handle magic comments correctly.
8371         (calculate-octave-indent): Handle magic comments correctly.
8373         * progmodes/octave-mod.el (octave-abbrev-table): Added abbrevs for
8374         switch, case, otherwise, and endswitch.
8375         (octave-begin-keywords): Added switch.
8376         (octave-else-keywords): Added case and otherwise.
8377         (octave-end-keywords): Added endswitch.
8378         (octave-block-match-alist): Added an entry for switch syntax.
8379         (calculate-octave-indent): Added support for switch syntax.
8380         (octave-block-end-offset): New function.
8381         (octave-comment-indent): Fix a typo.
8383         * progmodes/octave-mod.el (octave-block-match-alist): Move
8384         `otherwise' to right after `case' to have octave-close-block()
8385         correctly close a `switch' block by `endswitch'.
8387 1997-10-24  Carsten Dominik  <dominik@strw.LeidenUniv.nl>
8389         * reftex.el: The menu now used toggle and radio for some items.
8390         (reftex-default-context-regexps): `caption' now prefers the
8391         optional short caption.
8392         (reftex-offer-label-menu): Fixed bug which could kill master
8393         buffer of external document.
8394         (reftex-select-item, reftex-get-buffer-visiting): Compatibility
8395         code works now the other way round.
8396         (reftex-select-external-document): Now gives a message when no
8397         external documents are available.
8398         (reftex-find-duplicate-labels): Single key strokes to exit or to
8399         do a query replace.  Made more user friendly in general.
8400         (reftex-section-levels, reftex-default-context-regexps): Move
8401         definition of these variables to configuration section.
8403 1997-10-24  Richard Stallman  <rms@gnu.org>
8405         * help.el (locate-library): Comment out the code that searches
8406         for compressed files.
8408 1997-10-24  Simon Marshall  <simon@gnu.org>
8410         * textmodes/outline.el (outline-font-lock-keywords): Fontify the
8411         whole line, not just the part that matches outline-regexp.
8413 1997-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
8415         * cus-edit.el (hook): Use `widget-group-match' instead of
8416         `widget-editable-list-match'.
8418 1997-10-24  Bill Richter  <richter@gauss.math.nwu.edu>
8420         * international/quail.el (quail-translation-keymap): KP_Enter key
8421         emulates `C-SPC'.  `mouse-2' bound to
8422         `quail-mouse-choose-completion'.
8423         (quail-completion-list-translations): Set text property
8424         `mouse-face' of character `translations' to `highlight'.  Changed
8425         `newline' to `insert "\n"' to prevent text property inheritance.
8426         (quail-mouse-choose-completion): New function bound to `mouse-2'
8427         selects highlighted characters from *Quail Completions* buffer.
8428         (quail-choose-completion-string): New function called by
8429         `quail-mouse-choose-completion'.
8431 1997-10-24  Kenichi Handa  <handa@etl.go.jp>
8433         * international/mule-diag.el (list-input-methods): Improve the
8434         message shown when LEIM is not installed.
8436 1997-10-23  Simon Marshall  <simon@gnu.org>
8438         * international/mule.el (load-with-code-conversion): Indicate in
8439         messages if source code is being loaded.
8441 1997-10-23  Dave Love  <d.love@dl.ac.uk>
8443         * browse-url.el: Doc fixes.
8444         (browse-url): Apply, don't just call, browse-url-choose-browser,
8445         so args works properly.
8446         (browse-url-maybe-new-window): New function.
8447         (browse-url-netscape, browse-url-mosaic, browse-url-cci)
8448         (browse-url-w3, browse-url-lynx-emacs, browse-url-mail): Use it.
8449         (browse-url-lynx-emacs): Don't call term-term-name.
8450         (browse-url-lynx-input-field, browse-url-lynx-input-delay)
8451         (browse-url-lynx-input-attempts): New variables.
8452         (browse-url-lynx-emacs): Use any existing Lynx buffer; take care
8453         to move off input fields.  (After Vladimir Alexiev
8454         <vladimir@cs.ualberta.ca>.)
8455         (browse-url-mosaic-program): New variable.
8456         (browse-url-mosaic): Use browse-url-mosaic-program and
8457         browse-url-new-window-p.
8458         (browse-url-at-mouse): Use browse-url-new-window-p.
8460 1997-10-23  Kenichi Handa  <handa@etl.go.jp>
8462         * international/mule-cmds.el (set-default-coding-systems):
8463         Doc-string modified.
8464         (prefer-coding-system): Likewise.  Call coding-system-base instead
8465         of coding-system-parent.
8466         (describe-language-environment): Print aliases of each coding
8467         system.
8468         (set-language-environment-hook): New variable.
8469         (exit-language-environment-hook): New variable.
8470         (set-language-environment): Call these hooks.  Before setting a
8471         new language environment, exit from the
8472         current-language-environment if necessary.
8473         (input-method-verbose-flag): The value can be nil, t,
8474         complex-only, or default.
8475         (input-method-highlight-flag): Doc-string augmented.
8476         (activate-input-method): Check if we can run the registered
8477         function to activate an input method.
8479         * international/mule-conf.el: Give proper SAFE_CHARSET argument in
8480         each call of make-coding-system.
8482         * international/mule-diag.el (list-input-methods): Handle the case
8483         that title of input method is not a simple string.  Show users
8484         an informative message when leim is not yet installed.
8485         (describe-coding-system): Print safe charasets of the coding
8486         system.
8488         * international/mule-util.el (find-safe-coding-system): New function.
8490         * international/mule.el (load-with-code-conversion): Update
8491         preloaded-file-list, bind load-file-name and
8492         inhibit-frame-unsplittable properly.
8493         (make-char): Make it a function.  Set it byte-compile property to
8494         optimize byte-compiled codes.
8495         (make-coding-system): New optional arg charsets.  Set property
8496         `safe-charsets' of the coding system to it.
8498         * international/quail.el (quail-require-guidance-buf): Adjusted
8499         for the change of input-method-verbose-flag.
8501         * language/chinese.el: Give proper SAFE-CHARSET argument in each
8502         call of make-coding-system.
8503         (euc-cn): Define it as an alias of coding-system chinese-iso-8bit.
8505         * language/cyrillic.el: Give proper SAFE-CHARSET argument in each
8506         call of make-coding-system.
8508         * language/devanagari.el: Give proper SAFE-CHARSET argument in each
8509         call of make-coding-system.
8511         * language/european.el: Give proper SAFE-CHARSET argument in each
8512         call of make-coding-system.
8514         * language/greek.el: Give proper SAFE-CHARSET argument in each
8515         call of make-coding-system.
8517         * language/hebrew.el: Give proper SAFE-CHARSET argument in each
8518         call of make-coding-system.
8520         * language/japanese.el: Give proper SAFE-CHARSET argument in each
8521         call of make-coding-system.
8523         * language/korea-util.el: New file.
8525         * language/korean.el: Give proper SAFE-CHARSET argument in each
8526         call of make-coding-system.  Set exit-function for language
8527         environment "Korean" to exit-korean-environment.
8528         (setup-korean-environment): Moved to korean.el.
8530         * language/lao.el: Give proper SAFE-CHARSET argument in each call
8531         of make-coding-system.
8533         * language/thai.el: Give proper SAFE-CHARSET argument in each call
8534         of make-coding-system.
8536         * language/tibetan.el: Give proper SAFE-CHARSET argument in each
8537         call of make-coding-system.
8539         * language/vietnamese.el: Give proper SAFE-CHARSET argument in
8540         each call of make-coding-system.
8542         * man.el (Man-getpage-in-background): Bind inhibit-eol-conversion
8543         to t before calling start-process or call-process.
8544         (Man-softhyphen-to-minus): New function.  If
8545         enable-multibyte-characters is non-nil, convert the code 0255 only
8546         when it is not a part of a multibyte characters.
8547         (Man-fontify-manpage): Call Man-softhyphen-to-minus.
8548         (Man-cleanup-manpage): Likewise.
8550         * term.el (term-exec-1): Bind inhibit-eol-conversion to t before
8551         calling start-process.
8553 1997-10-23  Richard Stallman  <rms@gnu.org>
8555         * jka-compr.el (jka-compr-inhibit): New variable.
8556         (jka-compr-handler): Obey jka-compr-inhibit.
8558         * scroll-bar.el (set-scroll-bar-mode): Take just one arg.
8559         (set-scroll-bar-mode-1): Take 2 args, as set-scroll-bar-mode used to.
8560         (scroll-bar-mode variable): Use set-scroll-bar-mode-1.
8561         (scroll-bar-mode command): Pass 1 arg to set-scroll-bar-mode.
8563         * faces.el (basic-faces): New group.  Put the standard faces in it.
8565         * mouse.el (mouse-drag-vertical-line): Handle left-side scroll bars.
8567 1997-10-23  Karl Heuer  <kwzh@gnu.org>
8569         * emacs-lisp/lisp-mnt.el: picture.el no longer required.
8570         (lm-insert-at-column): Use FORCE arg of move-to-column.
8571         * emulation/tpu-edt.el (tpu-arrange-rectangle): Likewise.
8573 1997-10-23  Barry A. Warsaw  <cc-mode-help@python.org>
8575         Merge in Release 5.19 of cc-mode.
8577         * progmodes/cc-engine.el (c-guess-basic-syntax):
8578         CASE 5F: extern-lang-close relpos should be
8579         element 0 of inclass-p, not element 1.
8581         * progmodes/cc-cmds.el (c-progress-init, c-progress-fini):
8582         Be slient if c-progress-interval
8583         is nil.
8585         * progmodes/cc-vars.el (c-progress-interval): Document new semantics.
8587         * progmodes/cc-engine.el (c-beginning-of-statement-1):
8588         Watch out for keywords which have a
8589         preceding underscore.
8591         * progmodes/cc-menus.el: Patches to Imenu support given by
8592         "Masatake (jet) YAMATO" <masata-y@is.aist-nara.ac.jp>.
8594         * progmodes/cc-cmds.el (c-comment-line-break-function):
8595         Fix for when comment starts at
8596         comment-column and there is non-whitespace preceding this on the
8597         current line.
8599         * progmodes/cc-mode.el (c-submit-bug-report): Remove
8600         c-recognize-knr-p.  Add c-comment-continuation-stars.
8602         * progmodes/cc-styles.el (c-initialize-builtin-style):
8603         Only use copy-tree if it is funcall-able.  This is the right patch, and
8604         was given by Erik Naggum <erik@naggum.no>
8606 1997-10-23  Barry A. Warsaw  <cc-mode-help@python.org>
8608         * progmodes/cc-menus.el (cc-imenu-c-prototype-macro-regexp): New var.
8610         (cc-imenu-c++-generic-expression): Patches to better match C++ code.
8611         Given by jan.dubois@ibm.net (Jan Dubois).
8613         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8614         Removed test for declaration
8615         statements.  Patch given by Ake Stenhoff <etxaksf@aom.ericsson.se>, as
8616         forwarded to me by RMS.
8618         * progmodes/cc-menus.el:
8619         Imenu support for Objective-C given by Masatake (jet) YAMATO.
8621         * progmodes/cc-mode.el (objc-mode): Bind imenu-create-index-function
8622         to cc-imenu-objc-function to enable Imenu support for Objective-C.
8623         Contributed by Masatake (jet) YAMATO.
8625 1997-10-23  Barry A. Warsaw  <cc-mode-help@python.org>
8627         * progmodes/cc-styles.el (c-initialize-builtin-style):
8628         Use existing copy-tree if it's defined.
8630         copy-sequence doesn't work; the
8631         c-offsets-alist must be copied recursively.  Use copy-tree solution
8632         given by Simon Marshall <simon@gnu.org>.
8634 1997-10-23  Barry A. Warsaw  <cc-mode-help@python.org>
8636         * progmodes/cc-cmds.el (c-beginning-of-statement):
8637         Fixes in sentence movement to properly
8638         handle M-e moving forward into a comment when looking at preceding
8639         whitespace, and M-a moving backward into comment when looking at
8640         following whitespace.
8642         Uncommented the looking-at call in the
8643         sentence-flag clause so that moving by forward-sentence when looking
8644         at the beginning of a comment works again.  A previous log message in
8645         cc-mode.el indicates this was commented out "because
8646         c-beginning-of-statement-1 should do the right thing", but clearly it
8647         doesn't.
8649         I don't know if this breaks something else, because I can't figure out
8650         why it was commented out in the first place.
8652         * progmodes/cc-langs.el:
8653         Define `/' in c-mode-base-map since all modes now support
8654         c-electric-slash.
8656         Define C-c C-e in mode-specific maps instead of c-mode-base-map since
8657         c-expand-macro is meaningless in Java and IDL.
8659         * progmodes/cc-engine.el (c-end-of-statement-1):
8660         Wrap backward-up-list in a c-safe call so no
8661         error results when buffer contains only a comment and point is at
8662         eob.
8664 1997-10-22  Kenichi Handa  <handa@etl.go.jp>
8666         * gnus/gnus-art.el (gnus-show-traditional-method): Call
8667         gnus-mule-decode-article only when enable-multibyte-characters is
8668         non-nil.
8670         * gnus/gnus-ems.el (gnus-ems-redefine): Require `gnus-mule' only
8671         when enable-multibyte-characters is non-nil.
8673         * gnus/gnus-mule.el: Set chinese-big5 for newsgroup "tw".
8675         * gnus/gnus-sum.el (gnus-structured-field-decoder): Pay attention
8676         to enable-multibyte-characters.
8677         (gnus-unstructured-field-decoder): Likewise.
8679 1997-10-21  Kenichi Handa  <handa@etl.go.jp>
8681         * international/mule-diag.el (describe-coding-system): Print
8682         information about coding system properties, post-read-conversion
8683         and pre-write-conversion.
8684         (print-coding-system-briefly): Adjusted for the change in mule.el.
8685         (describe-current-coding-system): Likewise.
8686         (print-coding-system): Likewise.
8688         * international/mule.el: The summary of the following changes:
8689         (1) Make all coding systems (including aliases and subsidiaries)
8690         directly have coding-spec vector in `coding-system' property.
8691         (2) Properties of a coding system (except for `coding-system' and
8692         `eol-type') is embeded in PLIST slot of coding-spec vector.
8693         (coding-spec-plist-idx): Initialize to 3.
8694         (coding-system-spec-ref): Deleted.
8695         (coding-system-spec): Moved from src/coding.c.
8696         (coding-system-type): Adjusted for the above change.
8697         (coding-system-mnemonic): Likewise.
8698         (coding-system-doc-string): Likewise.
8699         (coding-system-flags): Likewise.
8700         (coding-system-eol-type): Likewise.
8701         (coding-system-category): Likewise.
8702         (coding-system-get, coding-system-put, coding-system-category):
8703         New functions.
8704         (coding-system-base): Moved from mule-util.el and adjusted for the
8705         above change.
8706         (coding-system-parent): Make it obsolete alias of
8707         coding-system-base.
8708         (make-subsidiary-coding-system): Adjusted for the above change.
8709         Update coding-system-list and coding-system-alist.
8710         (make-coding-system): Likewise.
8711         (define-coding-system-alias): Likewise.
8712         (set-buffer-file-coding-system): Typo in doc-string fixed.
8713         (after-insert-file-set-buffer-file-coding-system): Change
8714         enable-multibyte-characters only when
8715         find-new-buffer-file-coding-system returns non-nil value.
8716         (find-new-buffer-file-coding-system): Adjusted for the abobe change.
8718         * international/mule-cmds.el (read-multilingual-string): Use
8719         current-input-method prior to default-input-method.  Don't bind
8720         current-input-method by `let', instead, activate the specified
8721         input method in the current buffer temporarily.
8723         * international/mule-conf.el: Change the way of making coding
8724         systems no-conversion and undecided.
8726         * international/mule-util.el (coding-system-base): Moved to
8727         mule.el.
8728         (coding-system-post-read-conversion):
8729         Use the new function coding-system-get.
8730         (coding-system-pre-write-conversion): Likewise.
8731         (coding-system-unification-table-for-decode): Likewise.
8732         (coding-system-unification-table-for-encode): Likewise.
8733         (coding-system-list): Adjusted for the change in mule.el.
8734         (coding-system-plist): Deleted.
8735         (coding-system-equal): Do not use coding-system-plist.
8737         * language/chinese.el: Use coding-system-put to set coding system
8738         properties, post-read-conversion and pre-write-conversion.
8739         (post-read-decode-hz): Return the result of decode-hz-region.
8740         (pre-write-encode-hz): Do not change the value of
8741         last-coding-system.
8743         * language/devan-util.el (devanagari-compose-from-is13194-region):
8744         Return the length of converted region.
8745         (in-is13194-devanagari-post-read-conversion): Return the result of
8746         devanagari-compose-from-is13194-region.
8748         * language/devanagari.el: Use coding-system-put to set coding
8749         system properties, post-read-conversion and pre-write-conversion.
8751         * language/thai.el: Use coding-system-put to set coding system
8752         properties, post-read-conversion and pre-write-conversion.
8754         * language/tibet-util.el (tibetan-post-read-conversion): Return
8755         the length of converted region.
8757         * language/tibetan.el: Use coding-system-put to set coding system
8758         properties, post-read-conversion and pre-write-conversion.
8760         * language/vietnamese.el: Use coding-system-put to set coding system
8761         properties, post-read-conversion and pre-write-conversion.
8763 1997-10-21  Kenichi Handa  <handa@etl.go.jp>
8765         * gnus/nntp.el (nntp-coding-system-for-write): New variable.
8766         (nntp-open-connection): Bind coding-system-for-write to
8767         nntp-coding-system-for-write.
8769         * gnus/gnus-mule.el: Set default coding system for encoding to
8770         iso-latin-1.
8771         (gnus-mule-initialize): Set nntp-coding-system-for-write to
8772         binary.
8774 1997-10-21  Tomohiko Morioka  <morioka@jaist.ac.jp>
8776         * gnus/nnfolder.el (nnfolder-request-list): Bind
8777         file-name-coding-system to binary.
8778         (nnfolder-possibly-change-group): Likewise.
8780         * gnus/nnml.el (nnml-retrieve-headers): Likewise.
8781         (nnml-request-article): Likewise.
8782         (nnml-request-group): Likewise.
8783         (nnml-request-list): Likewise.
8784         (nnml-possibly-change-directory): Likewise.
8786         * gnus/nnmh.el (nnmh-retrieve-headers): Likewise.
8787         (nnmh-request-article): Likewise.
8788         (nnmh-request-group): Likewise.
8789         (nnmh-request-list): Likewise.
8790         (nnmh-possibly-change-directory): Likewise.
8791         (nnmh-active-number): Likewise.
8793         * gnus/nnmail.el (nnmail-find-file): Likewise.
8794         (nnmail-write-region): Likewise.
8796         * gnus/gnus-sum.el (gnus-structured-field-decoder): If the
8797         feature `mule' is provided, set the default value to the function
8798         which decode the argument string by gnus-mule-coding-system.
8799         (gnus-unstructured-field-decoder): Likewise.
8801         * gnus/gnus-ems.el (gnus-ems-redefine): If the feature `mule' is
8802         provided, require gnus-mule and call gnus-mule-initialize.
8804         * gnus/gnus-art.el (gnus-show-traditional-method): New variable.
8805         (gnus-article-prepare): If gnus-show-mime is nil, call
8806         gnus-show-traditional-method.
8808         * gnus/gnus-mule.el: Require nntp instead of gnus and message.
8809         Set euc-kr for newsgroup "han".  Delete code for add-hooking
8810         gnus-mule-initialize and setting coding system for nntp.
8811         (gnus-mule-select-coding-system): Get a coding system of the
8812         current newsgroup from gnus-summary-buffer.
8813         (gnus-mule-decode-summary): Deleted.
8814         (gnus-mule-initialize): Add-hook gnus-mule-select-coding-system to
8815         gnus-parse-headers-hook.  Don't add-hook gnus-mule-decode-summary
8816         and gnus-mule-decode-article.  Don't set process coding system for
8817         nntp stream to 'no-conversion, instead set
8818         nntp-coding-system-for-read to 'binary.  Set
8819         nnheader-file-coding-system and nnmail-file-coding-system to
8820         'binary.
8822 1997-10-21  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8824         * gnus.el: Gnus v5.4.66 is released.
8826 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
8828         * gnus-topic.el (gnus-topic-check-topology): Protect against nil
8829         entries.
8831         * nnfolder.el (nnfolder-request-regenerate): Typo.
8833         * gnus-art.el (gnus-button-alist): mailto urls didn't work.
8835 1997-10-21  Jay Sachs  <sachs@bull.cs.williams.edu>
8837         * gnus-score.el (gnus-score-edit-current-scores): Switch on score
8838         mode in the right buffer.
8840 1997-10-21  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8842         * gnus.el: Gnus v5.4.65 is released.
8844 1997-10-21  Sigbjorn Finne  <sof@dcs.gla.ac.uk>
8846         * gnus-srvr.el (gnus-browse-foreign-server): Message fix.
8848 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
8850         * gnus-start.el (gnus-1): Don't read the dribble file
8851         unconditionally in slaves.
8853         * gnus-sum.el (gnus-summary-edit-article): Restore original date
8854         header.
8856         * gnus-start.el (gnus-1): Set gnus-slave earlier.
8858         * gnus-sum.el (gnus-parent-headers): Would infloop.
8860         * message.el (message-make-message-id): Make better Message-ID
8861         when superseding.
8863 1997-10-21  Jason Rumney  <jasonr@pec.co.nz>
8865         * nnkiboze.el (nnkiboze-request-delete-group): Transliate file
8866         chars.
8868 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
8870         * nnml.el (nnml-directory): Dox fox.
8872         * gnus-topic.el (gnus-topic-make-menu-bar): Added
8873         gnus-topic-edit-parameters.
8875 1997-10-21  Jay Sachs  <sachs@interactive.net>
8877         * gnus-win.el (gnus-buffer-configuration): New entry:
8878         score-trace.
8880 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
8882         * gnus-topic.el (gnus-topic-delete): Mark as changed.
8883         (gnus-topic-change-level): Make last param optional.
8885         * gnus-group.el (gnus-group-iterate): Make sure window is
8886         selected.
8888 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
8890         * gnus-topic.el (gnus-topic-check-topology): Add new groups to the
8891         end of the first topic.
8893         * gnus-cache.el (gnus-jog-cache): Use gnus-group-iterate.
8895 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
8897         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Escape
8898         newlines.
8900 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
8902         * smiley.el (smiley-deformed-regexp-alist): Fix.
8904 1997-10-21  Danny Siu  <dsiu@adobe.com>
8906         * smiley.el (smiley-buffer): Make smiley case sensitive.
8907         (smiley-deformed-regexp-alist): Added more regexp for happy smiley.
8908         (smiley-nosey-regexp-alist): Same as above.
8910 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
8912         * gnus-nocem.el (gnus-nocem-close): Nix out
8913         gnus-real-group-hashtb.
8915 1997-10-21  Carl D. Roth  <roth@klondike.cse.ucsc.edu>
8917         * gnus-nocem.el (gnus-fill-real-hashtb): New function.
8919 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
8921         * gnus-group.el (gnus-group-read-init-file): Message.
8923 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
8925         * nntp.el (nntp-nov-gap): Changed default.
8927         * gnus-nocem.el (gnus-nocem-issuers): Fixed names.
8929 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
8931         * gnus-sum.el (gnus-summary-catchup): Also removed cached
8932         articles.
8934         * nnvirtual.el (nnvirtual-update-xref-header): Don't double
8935         Xrefs.
8937 1997-10-21  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8939         * gnus.el: Gnus v5.4.64 is released.
8941 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
8943         * gnus-art.el (gnus-article-set-globals): New function.
8945 1997-10-21  Steven L Baur  <steve@altair.xemacs.org>
8947         * gnus-ems.el (gnus-mode-line-modified): Refine detection on
8948         whether narrow indicators should be used.
8950 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
8952         * gnus-cache.el (gnus-jog-cache): Bind gnus-auto-select-next.
8954 1997-10-21  Guy Geens  <Guy.Geens@elis.rug.ac.be>
8956         * gnus-score.el (gnus-score-load-file): Fix decay.
8958 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
8960         * gnus-group.el (gnus-group-iterate): Save excursion.
8962         * gnus-score.el (message): Required.
8964         * gnus-sum.el (gnus-summary-limit-children): Unreads, not reads.
8966         * gnus-topic.el (gnus-topic-change-level): Move groups.
8968         * gnus-cache.el (gnus-jog-cache): Protect against nil groups.
8970         * message.el (message-generate-headers): Don't delete Message-ID
8971         if buffer not modified.
8973         * gnus.el (gnus-simplify-mode-line): Use varying formats.
8975         * gnus-xmas.el (gnus-xmas-group-remove-excess-properties): Removed.
8976         (gnus-xmas-topic-remove-excess-properties): Removed.
8978 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
8980         * gnus-start.el (gnus-activate-group): Always return the right
8981         active range.
8983 1997-10-21  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
8985         * gnus.el: Gnus v5.4.63 is released.
8987 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
8989         * gnus-undo.el (gnus-undo-mode): Use it.
8991         * gnus-salt.el (gnus-pick-mode): Use it.
8993         * gnus-gl.el (gnus-grouplens-mode): Use it.
8995         * gnus-ems.el (gnus-add-minor-mode): New function.
8997 1997-10-21  Michael R. Cook  <mcook@cognex.com>
8999         * gnus-topic.el (gnus-topic-toggle-display-empty-topics): List
9000         groups.
9002 1997-10-21  Per Abrahamsen  <abraham@dina.kvl.dk>
9004         * gnus-art.el (gnus-article-treat-html): Use `w3-region'.
9006 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9008         * message.el (message-check-news-header-syntax): Check repeated
9009         groups.
9011         * gnus-move.el (gnus-move-group-to-server): Protect against nil
9012         articles.
9014 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9016         * gnus-start.el (gnus-check-first-time-used): Force reading the
9017         active file the first time Gnus is used.
9019         * gnus-group.el (gnus-group-set-mode-line): Conditionalize
9020         modified.
9022         * gnus-ems.el (gnus-mode-line-modified): New variable.
9024         * gnus-xmas.el (gnus-summary-toolbar): Typo fix.
9026 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9028         * gnus-start.el (gnus-check-new-newsgroups): New default.
9030 1997-10-21  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9032         * gnus.el: Gnus v5.4.62 is released.
9034 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9036         * nngateway.el (nngateway-request-post): Call sendmail function.
9038         * message.el (message-send-news): Supply the method to the post
9039         function.
9041         * gnus.el (gnus-group-auto-expirable-p): Dox fox.
9043         * message.el (message-clone-locals): Only clone Gnus variables.
9045         * gnus-nocem.el (gnus-nocem-enter-article): Use real group name.
9047 1997-10-21  enami tsugutomo  <enami@but-b.or.jp>
9049         * gnus-group.el (gnus-group-set-mode-line): Use new, shorter
9050         format.
9052 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9054         * gnus-score.el (gnus-score-headers): Let the score buffer inherit
9055         variables from the summary buffer.
9057         * message.el (message-clone-locals): Made into own function.
9059         * gnus.el (gnus-select-method): Changed default.
9061         * gnus-start.el (gnus-read-active-file): Changed default to
9062         `some'.
9064 1997-10-21  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9066         * gnus.el: Gnus v5.4.61 is released.
9068 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9070         * gnus-sum.el (gnus-adjust-marked-articles): Typo.
9072 1997-10-21  Gary D. Foster  <Gary.Foster@corp.sun.com>
9074         * gnus-topic.el (gnus-topic-mode-map): [delete].
9076 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9078         * gnus-demon.el (gnus-demon): Make sure Emacs really is idle.
9080 1997-10-21  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9082         * gnus.el: Gnus v5.4.60 is released.
9084 1997-10-21  Hrvoje Niksic  <hniksic@srce.hr>
9086         * gnus-salt.el: Customized.
9088 1997-10-21  Hrvoje Niksic  <hniksic@srce.hr>
9090         * gnus-salt.el (gnus-tree-show-summary): New function.
9091         (gnus-tree-mode-map): Use it.
9093 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9095         * gnus-salt.el (gnus-generate-horizontal-tree): Protect against
9096         nil threads.
9098         * gnus-sum.el (gnus-adjust-marked-articles): Change.
9100 1997-10-21  Scott Byer  <byer@adobe.com>
9102         * gnus-sum.el (gnus-adjust-marked-articles): Improper lists.
9104 1997-10-21  Hrvoje Niksic  <hniksic@srce.hr>
9106         * gnus-sum.el (gnus-summary-search-article): Inhibit updating tree
9107         buffer.
9109 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9111         * gnus-start.el (gnus-activate-group): Ignore zero returns.
9113         * gnus-salt.el (gnus-generate-vertical-tree): Use a safer
9114         line-drawing algorithm.
9116         * nnml.el (nnml-generate-nov-file): Articles with null bodies are
9117         legal.
9119 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9121         * gnus-art.el (article-hide-pgp): Only run hook when hiding pgp.
9123         * nnfolder.el (nnfolder-save-buffer): Make sure the directory
9124         exists.
9126         * gnus-uu.el (gnus-uu-post-news-inews): Didn't work when posting
9127         threaded.
9128         (gnus-uu-post-encoded): Include sequence numbers in threaded
9129         posts.
9131 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9133         * message.el (message-set-auto-save-file-name): Translate / in
9134         buffer names.
9136 1997-10-21  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9138         * gnus.el: Gnus v5.4.59 is released.
9140 1997-10-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9142         * gnus-xmas.el (gnus-xmas-article-display-xface): Correct setting of
9143         braces.
9145 1997-10-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
9147         * smiley.el (smiley-deformed-regexp-alist): Add Japanese smiley
9148         faces.
9150 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9152         * gnus-art.el (article-hide-pgp): Only run hook when there is a
9153         PGP signature.
9155         * gnus-sum.el (gnus-summary-fetch-faq): Have `C-u' work.
9157         * gnus-xmas.el (gnus-xmas-summary-set-display-table): Don't nix
9158         out chars that aren't supposed to be nixed out.
9160         * gnus-art.el (gnus-article-delete-invisible-text): Would bug out
9161         on point-max.
9162         (gnus-article-delete-text-of-type): Ditto.
9164         * gnus-xmas.el (gnus-xmas-redefine): Switch off horiz scrollbar in
9165         tree buffers.
9167 1997-10-21  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9169         * gnus.el: Gnus v5.4.58 is released.
9171 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9173         * gnus.el: Backed out all char-afters which caused bugs all over
9174         the place.
9176 1997-10-21  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9178         * gnus.el: Gnus v5.4.57 is released.
9180 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9182         * gnus-demon.el (gnus-demon-add-nocem): Use a numerical idle.
9184 1997-10-21  Steven L Baur  <steve@altair.xemacs.org>
9186         * nntp.el (nntp-wait-for): Replace following-char with char-after.
9188 1997-10-21  Steven L Baur  <steve@altair.xemacs.org>
9190         * gnus-msg.el (gnus-extended-version): Put XEmacs codename in
9191         default X-Mailer/X-Newsreader if the symbol exists.
9193 1997-10-21  Christoph Wedler  <wedler@fmi.uni-passau.de>
9195         * message.el (message-checksum): Do not only inspect the last
9196         32/64 characters; technical: `ash' is no bit-rotate.
9198 1997-10-21  Guy Geens  <Guy.Geens@elis.rug.ac.be>
9200         * gnus-score.el (gnus-decay-scores): Use the right index.
9202 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9204         * gnus-score.el (gnus-score-load-file): Set the decay when not
9205         set.
9207         * gnus-art.el (gnus-article-treat-html): Do w3 setup.
9209         * gnus.el (gnus-indent-rigidly): Be useful on odd tab widths.
9211         * gnus-xmas.el (gnus-article-x-face-command): Allow just using
9212         xpm.
9214 1997-10-21  Robert Bihlmeyer  <robbe@orcus.priv.at>
9216         * gnus-score.el (gnus-score-find-trace): Would bug out for
9217         file-less rules.
9219 1997-10-21  Hrvoje Niksic  <hniksic@srce.hr>
9221         * gnus-xmas.el (gnus-xmas-group-startup-message): Cleanup.
9223 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9225         * nntp.el (nntp-request-head): Guess at article number.
9227 1997-10-21  David Moore  <dmoore@ucsd.edu>
9229         * gnus-xmas.el (gnus-xmas-set-text-properties): New version.
9231 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9233         * gnus-group.el (gnus-group-search-forward): Ignore topic lines.
9235 1997-10-21  Karl M. Hegbloom  <karlheg@inetarena.com>
9237         * gnus.el: ebola fixes.
9239 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9241         * gnus-sum.el (t): Moved pop article keystroke.
9243 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9245         * nnmail.el (nnmail-search-unix-mail-delim-backward): Allow
9246         several "From "'s.
9247         (nnmail-search-unix-mail-delim): Ditto.
9249 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9251         * gnus-group.el (gnus-group-make-web-group): Use default prompt
9252         instead of string.
9254         * gnus.el (gnus-string-or): New macro.
9255         (gnus-string-or-1): New function.
9257 1997-10-21  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9259         * gnus.el: Gnus v5.4.56 is released.
9261 1997-10-21  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
9263         * message.el (message-make-in-reply-to): Make valid In-Reply-To.
9265 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9267         * gnus-art.el (gnus-header-button-alist): Check for URLs in the
9268         Subject.
9270 1997-10-21  Hrvoje Niksic  <hniksic@srce.hr>
9272         * gnus-xmas.el: Cleanup.
9274 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9276         * gnus-art.el (gnus-output-to-file): Return t.
9278 1997-10-21  Guy Geens  <Guy.Geens@elis.rug.ac.be>
9280         * gnus-score.el (gnus-decay-score): Make decay work on negative
9281         scores.
9283 1997-10-21  Kurt Swanson  <kurt@dna.lth.se>
9285         * nnmail.el (nnmail-article-group): Handle junk properly.
9287 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9289         * gnus-sum.el (gnus-summary-limit-children): Typo.  Wouldn't
9290         marked NoCeM'ed out messages as read.
9292 1997-10-21  Darren Stalder  <torin@daft.com>
9294         * gnus-util.el (gnus-encode-date): Fix time zone.
9296 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9298         * gnus-move.el (gnus-move-group-to-server): Don't sort nil lists.
9300 1997-10-21  Paul Franklin  <paul@cs.washington.edu>
9302         * nnmail.el (nnmail-keep-last-article): Clarify docstring.
9304 1997-10-21  Danny Siu  <dsiu@adobe.com>
9306         * gnus-picon.el (gnus-group-display-picons): Use
9307         gnus-group-real-name so that picons for foreign groups display
9308         correctly.
9310 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9312         * gnus-topic.el (gnus-topic-mode): Nix out topic missing group
9313         function when switching off.
9315         * gnus-salt.el (gnus-pick-start-reading): Don't prompt.
9317 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9319         * gnus-art.el (gnus-hack-decode-rfc1522): New function.
9321         * gnus-sum.el (gnus-parse-headers-hook): New default.
9323 1997-10-21  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9325         * gnus.el: Gnus v5.4.55 is released.
9327 1997-10-21  Michael R. Cook  <mcook@cognex.com>
9329         * gnus-art.el (gnus-button-alist): Typo fix.
9331 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9333         * gnus-salt.el (gnus-pick-start-reading): Mark unpicked as read.
9335         * gnus-sum.el (gnus-summary-move-article): Don't scan.
9337         * gnus-group.el (gnus-group-get-new-news-this-group): Accept an
9338         optional non-scan parameter.
9340 1997-10-21  Jan Vroonhof  <vroonhof@math.ethz.ch>
9342         * gnus-cite.el (gnus-cite-attribution-prefix): Typo.
9344 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9346         * gnus-nocem.el (gnus-nocem-verify-issuer): Ignore errors when
9347         verifying.
9349 1997-10-21  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9351         * gnus.el: Gnus v5.4.54 is released.
9353 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9355         * message.el (message-set-auto-save-file-name): Don't use "*" in
9356         autosave name.
9358         * gnus-art.el (gnus-article-delete-text-of-type): New version.
9360 1997-10-21  Dan Christensen  <jdchrist@math.mit.edu>
9362         * gnus-art.el (gnus-article-delete-invisible-text): New version.
9364 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9366         * nnmail.el (nnmail-article-group): Remove all 'junk splits.
9368 1997-10-21  Per Abrahamsen  <abraham@dina.kvl.dk>
9370         * gnus-cite.el (gnus-cite-attribution-prefix): Recognize
9371         Microsoft/Agent style attribution lines.
9372         (gnus-cite-attribution-suffix): Ditto.
9374 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9376         * gnus-cache.el (gnus-cache-read-active): Would generate cache
9377         active file too often.
9378         (gnus-cache-possibly-alter-active): Test statement removed.
9379         (gnus-cache-articles-in-group): Would destroy hashtb.
9381         * gnus-sum.el (gnus-summary-limit-mark-excluded-as-read): Don't
9382         mark everything as read.
9384         * gnus-cite.el (gnus-article-fill-cited-article): Nix out
9385         gnus-cite-article.
9387 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9389         * gnus-sum.el (gnus-summary-move-article): Don't suppress moved
9390         articles.
9392         * gnus-start.el (gnus-dribble-read-file): Check that the dribble
9393         file exists.
9395         * gnus-cache.el (gnus-cache-articles-in-group): Update cache
9396         active file.
9398 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9400         * gnus-sum.el (gnus-summary-search-article): Typo.
9402         * nnml.el (nnml-update-file-alist): Allow forcing.
9404         * nnheaderxm.el (nnheader-xmas-find-file-noselect): Removed.
9405         (nnheader-xmas-cancel-timer): Removed.
9406         (nnheader-xmas-cancel-function-timers): Removed.
9408 1997-10-21  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9410         * gnus.el: Gnus v5.4.53 is released.
9412 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9414         * message.el (message-set-auto-save-file-name): Create unique auto
9415         save file names.
9417         * gnus-topic.el (gnus-topic-tallied-groups): Removed.
9418         (gnus-topic-prepare-topic): Output right number of articles in
9419         each sub-topic.
9421         * gnus-sum.el (gnus-summary-next-group): Don't pass on killed
9422         buffers.
9424         * nnmail.el (nnmail-article-group): When crossposted to `junk', do
9425         `junk'.
9427         * gnus-util.el (gnus-kill-all-overlays): Remove nil overlays from
9428         list.
9430         * gnus-art.el (gnus-article-treat-html): Don't kill buf.
9432         * gnus-group.el (gnus-group-find-new-newsgroups): Newish function.
9434 1997-10-21  Kim-Minh Kaplan  <kimminh.kaplan@utopia.eunet.fr>
9436         * gnus-picon.el (gnus-picons-has-modeline-p): New user variable.
9437         (gnus-picons-set-buffer): New function.
9438         (gnus-picons-prepare-for-annotations): Use it.
9439         (gnus-picons-network-display-internal): Ditto.
9440         (gnus-picons-make-annotation): New function.
9441         (gnus-picons-display-x-face): Use it.
9442         (gnus-article-display-picons): Ditto.
9443         (gnus-picons-display-picon-or-name): Ditto.
9444         (gnus-picons-display-pairs): Ditto.  Remember the correct
9445         order of insertion of annotations.
9446         (gnus-picons-display-glyph): Use gnus-picons-make-annotation.
9447         (gnus-article-display-picons): Move group annotations in article
9448         buffer to the correct place if displaying in article buffer.
9449         (gnus-picons-network-search-internal): Don't display "@" if there
9450         is no domain picon works again.  Check that the picons still
9451         need be displayed.  Add the bar bar.xpm separator if
9452         gnus-picons-display-as-address.
9453         (gnus-picons-network-display-callback): Check that the picon still
9454         need be displayed.
9455         (gnus-picons-lock): Function deleted.
9456         (gnus-picons-remove): Don't use it.  New way of locking.
9457         (gnus-picons-next-job-internal): New way of locking.  Handle
9458         new tag 'bar.
9459         (gnus-picons-next-job): New way of locking.
9460         (gnus-picons-buffer): Variable deleted.
9461         (gnus-picons-remove-all): Modified accordingly.
9462         (gnus-group-annotations-lock): Variable deleted.
9463         (gnus-article-annotations-lock): Variable deleted.
9464         (gnus-x-face-annotations-lock): Variable deleted.
9465         (gnus-picons-news-directories): Renamed, was
9466         gnus-picons-news-directory.
9467         (gnus-picons-url-retrieve): Do not change url-show-status.
9468         (gnus-picons-clear-cache): Also clear gnus-picons-url-alist.
9470 1997-10-21  Michael R. Cook  <mcook@cognex.com>
9472         * gnus-topic.el (gnus-topic-toggle-display-empty-topics): New
9473         function.
9475 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9477         * nnfolder.el (nnfolder-request-create-group): Read folder.
9479 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9481         * gnus-sum.el (gnus-summary-search-article): Require gnus-asynch.
9483         * nnweb.el (nnweb-dejanews-wash-article): Remove "More Headers".
9485 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9487         * gnus-art.el (article-hide-pgp): Run hook.
9488         (gnus-article-hide-pgp-hook): New variable.
9490 1997-10-21  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9492         * gnus.el: Gnus v5.4.52 is released.
9494 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9496         * nnfolder.el (nnfolder-possibly-change-group): Set wrong
9497         variable.
9499         * gnus-art.el (gnus-article-edit-article): Remove invisible text
9500         under XEmacs.
9501         (gnus-article-treat-html): Insert string.
9503 1997-10-21  Steven L Baur  <steve@altair.xemacs.org>
9505         * gnus-msg.el (gnus-summary-mail-crosspost-complaint):
9506         `deactivate-mark' doesn't exist in XEmacs.
9508 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9510         * gnus-topic.el (gnus-topic-create-topic): Added doc.
9512         * gnus-sum.el (gnus-summary-refer-article): Insert sparse
9513         non-displayed articles properly.
9514         (gnus-cut-thread): Exclude non-displayed sparse articles.
9516 1997-10-21  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9518         * gnus.el: Gnus v5.4.51 is released.
9520 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9522         * gnus-sum.el (gnus-execute-command): Place point at start of
9523         prompt.
9525         * gnus-int.el (gnus-request-replace-article): Don't bug out on
9526         unknown groups.
9528         * gnus-sum.el (gnus-summary-update-info): Force undo boundary here.
9529         (gnus-update-read-articles): ... and not here.
9531         * gnus-art.el (article-display-x-face): Would only show one X-Face.
9533 1997-10-21  Kim-Minh Kaplan  <kimminh.kaplan@utopia.eunet.fr>
9535         * gnus-picon.el (gnus-picons-url-alist): New variable.
9536         (gnus-picons-jobs-alist): New variable.
9537         (gnus-picons-remove): Clean this new variable.  FIXME: race condition.
9538         (gnus-picons-job-already-running): New variable.
9539         (gnus-article-display-picons): Use the job queue if using the network.
9540         (gnus-group-display-picons): Ditto.
9541         (gnus-picons-make-path): Function deleted.
9542         (gnus-picons-lookup-internal): Modified accordingly.
9543         (gnus-picons-lookup-user-internal): Take the LETs out of the loops.
9544         (gnus-picons-lookup-pairs): Take constant calculation outside of loop.
9545         (gnus-picons-display-picon-or-name): Use COND instead of nested IFs.
9546         (gnus-picons-display-pairs): Take the LET outside of loop.
9547         (gnus-picons-try-face): Ditto.
9548         (gnus-picons-users-image-alist): Variable deleted.
9549         (gnus-picons-clear-cache): Don't clear it.
9550         (gnus-picons-retrieve-limit): Variable deleted.
9551         (gnus-picons-url-retrieve): Clear url-request-method.
9552         (gnus-picons-retrieve-user-callback): Function deleted.
9553         (gnus-picons-retrieve-user): Function deleted.
9554         (gnus-picons-retrieve-domain-callback): Function deleted.
9555         (gnus-picons-retrieve-domain-internal): Function deleted.
9556         (gnus-picons-parse-value): New function.
9557         (gnus-picons-parse-filenames): New function.
9558         (gnus-picons-network-display-internal): New function.
9559         (gnus-picons-network-display-callback): New function.
9560         (gnus-picons-network-display): New function.
9561         (gnus-picons-network-search-internal): New function.
9562         (gnus-picons-network-search-callback): New function.
9563         (gnus-picons-network-search): New function.
9564         (gnus-picons-next-job-internal): New function.
9565         (gnus-picons-next-job): New function.
9567 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9569         * gnus-start.el (gnus-setup-news): Don't fold case.
9571 1997-10-21  Kim-Minh Kaplan  <kimminh.kaplan@utopia.eunet.fr>
9573         * gnus-picon.el (gnus-picons-clear-cache-on-shutdown): New variable.
9574         (gnus-picons-piconsearch-cache-user): Variable deleted.
9575         (gnus-picons-clear-cache): New function.
9576         (gnus-picons-close): Only clear cache if
9577         gnus-picons-clear-cache-on-shutdown.
9578         (gnus-picons-url-retrieve): Set url-package-name and
9579         url-package-version.
9580         (gnus-picons-users-image-alist): New variable.
9581         (gnus-picons-retrieve-user-callback): Use it.
9582         Added support for network retrieval of picons.
9583         (gnus-picons-map): Removed.
9584         (gnus-picons-remove): Removed case to handle processes.
9585         (gnus-picons-processes-alist): New variable.
9586         (gnus-picons-x-face-sentinel): Simplified.  Use processes alist.
9587         (gnus-picons-display-x-face): Explicitly request an xface image.
9588         Always call gnus-picons-prepare-for-annotations.  Use processes alist.
9589         (nus-picons-lookup-internal): New function.
9590         (gnus-picons-lookup): Use it.
9591         (gnus-picons-lookup-user-internal): Ditto.
9592         (gnus-picons-display-picon-or-name): No more xface-p argument.
9593         (gnus-picons-try-suffixes): Removed.
9594         (gnus-picons-try-face): New function.  Does the caching in
9595         gnus-picons-glyph-alist.
9596         (gnus-picons-try-to-find-face): Take a glyph argument instead of a
9597         path.  No more xface-p argument.  Only use one annotation even if
9598         gnus-picons-display-as-address.
9599         (gnus-picons-toggle-extent): Changed into an annotation action.
9601 1997-10-21  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9603         * gnus.el: Gnus v5.4.50 is released.
9605 1997-10-21  Kim-Minh Kaplan  <kimminh.kaplan@utopia.eunet.fr>
9607         * gnus-picon.el (gnus-picons-prepare-for-annotations): New
9608         function, and many changes.
9610 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9612         * nnfolder.el (nnfolder-possibly-change-group): Wouldn't always
9613         switch buffers.
9615         * gnus-sum.el (gnus-update-read-articles): Force boundary.
9617         * gnus-undo.el (gnus-force-undo-boundary): New function.
9619 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9621         * gnus-art.el (gnus-article-treat-html): w3-parse-buffer
9622         incompatibility.
9624 1997-10-21  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9626         * gnus.el: Gnus v5.4.49 is released.
9628 1997-10-21  Erik Toubro Nielsen  <erik@ifad.dk>
9630         * gnus-sum.el (gnus-summary-exit): Returned to the wrong topic in
9631         certain obscure cases if selected group occured in multiple
9632         topics.
9634         * gnus-topic.el (gnus-topic-update-topic): Did not preserve point
9635         on the same instance of a group if group occured in multiple
9636         topics.  Caused gnus-summary-exit to return to wrong topic if the
9637         selected group was in more than one topic.
9639         Above two bugs happened only if the window configuration for
9640         summary mode caused the group buffer not to be shown in a window.
9642 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9644         * message.el (message-send): Would pretend to have sent.
9646         * nnmh.el (nnmh-request-list-1): Don't use truename.
9648 1997-10-21  Steven L Baur  <steve@altair.xemacs.org>
9650         * gnus-xmas.el: Undo previous change, and restore the version from
9651         5.4.46 (without the require 'gnus-art).
9653 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9655         * gnus-score.el (gnus-summary-increase-score): Better error
9656         messages.
9658 1997-10-21  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9660         * gnus.el: Gnus v5.4.48 is released.
9662 1997-10-21  Steven L Baur  <steve@altair.xemacs.org>
9664         * gnus-xmas.el (gnus-art): (require 'gnus-art) introduces a
9665         circular dependency on gnus-xmas-define and gnus-xmas-redefine.
9666         Brute force it away.
9668 1997-10-21  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9670         * gnus.el: Gnus v5.4.47 is released.
9672 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9674         * gnus-cache.el (gnus-cache-move-cache): Allow entering directory
9675         name.
9677         * nntp.el (nntp-telnet-command, nntp-telnet-switches): New
9678         variables.
9680         * gnus-score.el (gnus-summary-increase-score): Refuse illegal
9681         match types.
9683 1997-10-21  Arne Georg Gleditsch  <argggh@ifi.uio.no>
9685         * gnus-sum.el (gnus-summary-refer-article): Go to article when
9686         expunged.
9688 1997-10-21  Per Abrahamsen  <abraham@dina.kvl.dk>
9690         * gnus-ems.el (gnus-article-x-face-command): Removed bogus
9691         declaration.
9693 1997-10-21  Paul Franklin  <paul@cs.washington.edu>
9695         * nnmail.el (nnmail-move-inbox): Fewer (0?) file calls on inbox if
9696         popmail.
9698 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9700         * message.el (message-font-lock-keywords): Be more conservative in
9701         determining headers.
9703         * nnmh.el (nnmh-request-list-1): Use truenames.
9705         * gnus-undo.el (gnus-undo-mode): Don't infest gnus-summary-exit-hook.
9707         * gnus-sum.el (gnus-update-read-articles): Force an undo boundary.
9709         * nnweb.el (nnweb-fetch-url): Don't rely on return values from
9710         url-insert-file-contents.
9712 1997-10-21  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
9714         * gnus.el: Gnus v5.4.46 is released.
9716 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9718         * gnus-art.el (gnus-read-save-file-name): Expand file name i save
9719         dir.
9721 1997-10-21  Hrvoje Niksic  <hniksic@srce.hr>
9723         * gnus-art.el (gnus-signature-face): New face; use it.
9725 1997-10-21  Kim-Minh Kaplan  <kimminh.kaplan@utopia.eunet.fr>
9727         * gnus-picon.el (gnus-picons-insert-face-if-exists): Add picons to
9728         list.
9730 1997-10-21  Hrvoje Niksic  <hniksic@srce.hr>
9732         * message.el (message-font-lock-keywords): Be a little bit more
9733         case-insensitive.
9735 1997-10-21  Hrvoje Niksic  <hniksic@srce.hr>
9737         * message.el (message-insert-to): New argument FORCE.
9739 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9741         * message.el (message-setup): Nix out undo list.
9743 1997-10-21  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
9745         * gnus-sum.el: Redefine.
9747 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9749         * gnus-art.el (article-display-x-face): Display all XFace
9750         headers.
9752         * gnus-ems.el: appt, not appt.el.
9754 1997-10-21  Hrvoje Niksic  <hniksic@srce.hr>
9756         * gnus-xmas.el (gnus-xmas-summary-set-display-table): Don't nix
9757         out in Latin1.
9759 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9761         * message.el (message-cancel-news): Only say we cancel if we
9762         cancel.
9764         * gnus-msg.el (gnus-summary-mail-crosspost-complaint): Deactivate
9765         mark.
9767 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9769         * message.el (message-mail-alias-type): New variable.
9770         (message-mode): Use it.
9772 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9774         * gnus-demon.el (gnus-demon): Ignore errors.
9776 1997-10-21  Brad Howes  <bhowes@cssun3.corp.mot.com>
9778         * gnus-demon.el (gnus-demon-time-to-step): New version.
9780 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9782         * message.el (message-send-method-alist): New variable.
9783         (message-send): Use it.
9784         (message-send-via-news): New function.
9785         (message-send-via-mail): New function.
9787 1997-10-21  Jens Lautenbacher  <jens@metrix.de>
9789         * gnus.el (gnus-article-display-hook): Fix.
9791 1997-10-21  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
9793         * gnus-sum.el (gnus-get-newsgroup-headers): Protect against bogus
9794         Lines headers.
9796         * gnus-cache.el (gnus-cache-possibly-enter-article): Check number
9797         not nil.
9799 1997-10-20  Richard Stallman  <rms@gnu.org>
9801         * mail/mailabbrev.el: Customize.
9802         (mail-abbrevs-enable, mail-abbrevs-disable): New functions.
9803         (mail-abbrevs-mode): New variable enables use of the package.
9804         Call mail-abbrevs-enable or mail-abbrevs-disable.
9805         (mail-abbrevs-only): New variable.
9806         (sendmail-pre-abbrev-expand-hook): Implement mail-abbrevs-only.
9808 1997-10-20  Carsten Dominik  <dominik@strw.LeidenUniv.nl>
9810         * reftex.el: Using cl macros push, pop, when, unless throughout
9811         the file.  This is not further mentioned in this ChangeLog entry.
9812         Documentation largely updated.  Parser rewritten for better
9813         Multifile Document processing.  Macros with naked label arguments
9814         supported.  Some Mule related changes.
9815         (reftex-default-label-alist-entries): Customization type is now
9816         computed from reftex-label-alist-builtin.  Enumerate has new
9817         typekey `i'.  `n' is now reserved for footnotes etc.
9818         (reftex-label-alist): Introduced default regular expressions.
9819         Customization type is now computed from
9820         reftex-label-alist-builtin.
9821         (reftex-label-menu-flags): New flag for showing file borders.
9822         (reftex-refontify-context): New option.
9823         (reftex-bibfile-ignore-list): Now a user option (was: variable).
9824         (reftex-cite-format): Now a user option (was: variable).
9825         Customization type is now computed from
9826         reftex-cite-format-builtin.
9827         (reftex-comment-citations): Now a user option (was: variable).
9828         (reftex-toc-follow-mode): Now a user option (was: variable).
9829         (reftex-optimizations-for-large-documents): New custom group.
9830         (reftex-keep-temporary-buffers): 1 as additional value.
9831         (reftex-initialize-temporary-buffers): New option.
9832         (reftex-enable-partial-scans): New option.
9833         (reftex-save-parse-info): New option.
9834         (reftex-plug-into-AUCTeX): Now a user option (was: variable).
9835         (reftex-auto-show-entry): New value 'copy allowed.
9836         (reftex-load-hook): Now a declared variable.
9837         (reftex-mode-hook): Now a declared variable.
9838         (reftex-label-numbers-symbol): Variable removed.
9839         (reftex-list-of-labels-symbol): Variable removed.
9840         (reftex-label-numbers-symbol): Variable removed.
9841         (reftex-bibfile-list-symbol): Variable removed.
9842         (reftex-docstruct-symbol): New variable (buffer-local).
9843         (reftex-master-include-list): Variable removed.
9844         (reftex-make-master-buffer): Function removed.
9845         (reftex-make-master-buffer-hook): Hook removed.
9846         (reftex-insert-buffer-or-file): Function removed.
9847         (reftex-parse-document): Function adapted to new parser.
9848         (reftex-access-scan-info): Changed to fit new parser.  Now detects
9849         changes in label-alist related variables automatically.
9850         (reftex-parse-one, reftex-parse-all): New functions.
9851         (reftex-all-document-files): New function.
9852         (reftex-grep-document, reftex-search-document)
9853         (reftex-query-replace-document): Now use
9854         `reftex-all-document-files'.
9855         (reftex-section-or-include-regexp): New variable.
9856         (reftex-everything-regexp): New variable.
9857         (reftex-find-label-regexp-format): New variable.
9858         (reftex-find-label-regexp-format2): New variable.
9859         (reftex-do-parse): New function.
9860         (reftex-is-multi): New function.
9861         (reftex-parse-from-file): New function.
9862         (reftex-locate-bibliography-files): New function.
9863         (reftex-last-assoc-before-elt): New function.
9864         (reftex-replace-label-list-segment): New function.
9865         (reftex-silence-toc-markers): New function.
9866         (reftex-access-parse-file): New function.
9867         (reftex-label): Now uses `reftex-where-am-I'.
9868         (reftex-offer-label-menu): New keys `%' and `i' and `r'.
9869         (reftex-select-item): Recursive edit moved to key `e'.  New key
9870         `x' for external documents.  Works now also with nin-nil
9871         pop-frame.
9872         (reftex-offer-label-menu): Now uses `reftex-where-am-I'.
9873         (reftex-make-and-insert-label-menu): More efficient, allow
9874         optional extra fontification.
9875         (reftex-find-nearby-label): Function removed.
9876         (reftex-scan-buffer-for-labels): Function removed.
9877         (reftex-section-info): New function.
9878         (reftex-nth-parens-substring): Renamed to reftex-nth-arg.  Return
9879         nil when not enough args are present.
9880         (reftex-move-over-touching-args): New function.
9881         (reftex-where-am-I): New function.
9882         (reftex-nth-arg-wrapper): New function.
9883         (reftex-select-label-callback): Deal with special macros as well.
9884         (reftex-find-duplicate-labels): Ignore special entries in
9885         docstruct.
9886         (reftex-kill-temporary-buffers): New arg buffer.
9887         (reftex-show-entry): Copy context when necessary.
9888         (reftex-toc): New key `R', use reftex-where-am-I.
9889         (reftex-nearest-section): Use reftex-where-am-I.
9890         (reftex-toc-visit-line): Completely rewritten.  Uses markers and
9891         several backup methods.
9892         (reftex-citation): Recursive edit moved to `e' key.
9893         (reftex-scan-buffer): Function removed.
9894         (reftex-get-bibfile-list): Changed to work with chapterbib
9895         package.
9896         (reftex-find-tex-file): New function.
9897         (reftex-find-files-on-path): Now first looks for file with
9898         additional .tex extension, then for the naked file name.
9899         (reftex-citation): Split into reftex-citation and
9900         reftex-do-citation.
9901         (reftex-do-citation): Recursive edit now on `e' key.
9902         (reftex-what-macro): Allow white space between macro arguments.
9903         (reftex-allow-for-ctrl-m): Renamed to
9904         `reftex-make-regexp-allow-for-ctrl-m'.
9905         (reftex-nearest-match): New function.
9906         (reftex-auto-mode-alist): New function.
9907         (reftex-make-desparate-section-regexp): New funtion.
9908         (reftex-get-file-buffer-force): Rewritten to use new variable
9909         `reftex-initialize-temporary-buffers'.
9910         (reftex-label-alist-builtin): Use abbreviated regexps.
9911         (reftex-label-mac-list): New variable.
9912         (reftex-parse-args): New function.
9913         (easy-menu-define): Menu extended.  Some parts are now computed.
9914         from the user options.
9915         (reftex-move-to-next-arg, reftex-move-to-previous-arg): New
9916         functions.  Now we can parse macros with distributed arguments.
9917         (reftex-goto-label): Function removed.
9918         (reftex-position-cursor): Function removed.
9919         (reftex-item): Function removed.
9920         (reftex-add-to-label-alist): No longer autoloaded.
9921         (reftex-toc-indent): Constant removed.
9922         (reftex-label-indent): Constant removed.
9923         (reftex-context-indent): Constant removed.
9924         (reftex-match-string): New function.
9925         (reftex-memory): New variable.
9926         (reftex-reset-mode): No longer hacks local variables.  Now resets
9927         path variables as well.
9928         (reftex-truncate): New functions, to make RefTeX work with Mule.
9929         (reftex-fp): New macro, to make RefTeX work with Mule.
9930         (reftex-format-bib-entry): Now uses `reftex-truncate' to truncate
9931         author names.  `extra' and `title' are no longer truncated at all.
9932         (reftex-all-assq): New function.
9933         (reftex-view-crossref): Works now also if mouse click is on macro.
9934         (reftex-context-substring): Now returns substring without text
9935         properties.
9936         (reftex-tex-path, reftex-bib-path): New variables.
9937         (reftex-split): Function replaced with builtin `split-string'.
9938         (reftex-find-bib-file): New function.
9939         (reftex-find-files-on-path): Function removed.
9940         (reftex-find-file-on-path): New function.
9941         (reftex-access-search-path, reftex-parse-colon-path)
9942         (reftex-recursive-directory-list, reftex-expand-path):
9943         New functions, dealing with recursive TEXINPUTS and BIBINPUTS
9944         definitions.
9946 1997-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
9948         * iso-insert.el: Add autoloads for `8859-1-map'.
9950         * cus-edit.el (custom-group-value-create): Use
9951         `custom-group-visibility' instead of `group-visibility'.
9953 1997-10-19  Richard Stallman  <rms@gnu.org>
9955         * mail/sendmail.el (mail-do-fcc): Handle dont-write-the-file
9956         correctly--don't write msg to the file after saving it from a buffer.
9958         * files.el (file-name-non-special): For insert-directory operation,
9959         ensure that default-directory is an ordinary file name
9960         before turning off file-name-handler-alist.
9962         * ispell.el (ispell-change-dictionary): Fix error message.
9963         (ispell-buffer-local-parsing): Fix message.
9964         (ispell-get-word): Use buffer-substring-no-properties.
9965         (ispell-buffer-local-dict): Likewise.
9967 1997-10-19  Karl Heuer  <kwzh@gnu.org>
9969         * files.el (file-name-non-special): If "/:" is the entire file
9970         name, make it "/" after stripping.
9972 1997-10-19  Kenichi Handa  <handa@etl.go.jp>
9974         * files.el (basic-save-buffer): Set buffer-file-coding-system to
9975         the coding system actually used for saving.
9977 1997-10-19  John F. Whitehead  <jfw@cisco.com>
9979         * international/mule-diag.el (describe-font): Fix prompt.
9980         * international/mule-cmds.el (describe-language-environment): Ditto.
9982 1997-10-16  Richard Stallman  <rms@gnu.org>
9984         * dired.el (dired-move-to-filename-regexp):
9985         Accept month name and day-of-month in either order.
9987         * emacs-lisp/edebug.el (edebug-eval-mode): Nicer mode-name value.
9989         * help.el (function-called-at-point): Always use Emacs Lisp syntax tab.
9990         Reject any "function call" with whitespace after the open-paren.
9992         * help.el (describe-variable): Pass default value to completing-read.
9993         (describe-function): Likewise.
9995         * textmodes/page.el (narrow-to-page): Check whether forward-page
9996         actually set the match data.
9998         * progmodes/scheme.el (scheme-let-indent): New arg NORMAL-INDENT.
9999         (scheme-indent-function): Pass normal-indent as 3rd arg
10000         when calling an indentation function.
10002 1997-10-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
10004         * format.el (format-deannotate-region): In case of unmatched tags,
10005         avoid using nil where end position is expected.
10007 1997-10-16  Karl Heuer  <kwzh@gnu.org>
10009         * winner.el (winner-pending-undo-ring): Defvar before first use.
10010         (winner-undo-counter): Likewise.
10012 1997-10-16  Marc Girod  <girod@trshp.trs.ntc.nokia.com>
10014         * mail/rmailsum.el (rmail-summary-rmail-update): When looking for
10015         rmail-view-buffer, check other frames as well.
10017 1997-10-16  Per Abrahamsen  <abraham@dina.kvl.dk>
10019         * double.el: Removed changelog comment section.
10020         (double): New group.
10021         (double-map): Add customize support.
10022         (double-prefix-only): Ditto.
10024         * textmodes/nroff-mode.el (nroff): Moved from `editing' to `wp'.
10026         * wid-edit.el (variable-link): New widget.
10027         (widget-variable-link-action): New function.
10028         (function-link): New widget.
10029         (widget-function-link-action): New function.
10031 1997-10-16  Inge Frick  <inge@nada.kth.se>
10033         * view.el: Some changes in comments and documentation.
10034         View mode hooked into the customize tree.
10035         (view): New custom group.
10036         (view-highlight-face, view-scroll-auto-exit)
10037         (view-try-extend-at-buffer-end)
10038         (view-remove-frame-by-deleting, view-mode-hook):
10039         Defined by defcustom instead of by defvar.
10040         (view-mode-enter): Install exit-action also when view-mode is
10041         already on.  Small rewrite using unless.
10042         (view-mode, view-mode-exit, view-scroll-lines, view-really-at-end)
10043         (view-search): Small rewrite using when or unless.
10045 1997-10-15  Richard Stallman  <rms@gnu.org>
10047         * uniquify.el (uniquify-buffer-name-style): Add :require.
10049         * wid-edit.el (widget-button-click): Move point to where clicked.
10051         * startup.el (auto-save-list-file-prefix): Fix custom type.
10053         * textmodes/outline.el (outline-back-to-heading): New arg INVISIBLE-OK.
10054         (outline-on-heading-p)
10055         (show-entry): If the heading is invisible, show it too.
10056         (hide-other):
10058         * scroll-bar.el (toggle-scroll-bar): Call prefix-numeric-value.
10060         * help.el (help-mode-maybe): New function, on temp-buffer-show-hook.
10061         (describe-key, describe-mode): Don't call help-mode here.
10062         (view-lossage, describe-function, describe-variable): Likewise.
10064         * compile.el (compilation-forget-errors):
10065         Reinit compilation-directory-stack the way compile-internal does.
10066         (compilation-parse-errors): Don't let default-directory change.
10068         * mail/smtpmail.el (smtpmail-send-it): Don't use time-stamp-strftime.
10070         * isearch.el (isearch-printing-char): Change S-SPC to SPC.
10071         (isearch-mode-map): Bind S-SPC like SPC.
10073         * simple.el (end-of-visible-line): After skipping some invisible chars.
10074         don't go forward a character, just to end of line.
10076         * mail/emacsbug.el (report-emacs-bug): Delete the condition-case.
10078         * winner.el (winner-change-fun): Don't use pushnew.
10080 1997-10-15  Paul D. Smith  <psmith@BayNetworks.COM>
10082         * imenu.el (imenu-add-to-menubar): If not using
10083         imenu-default-create-index-function, don't require its variables.
10085 1997-10-15  Dan Nicolaescu  <done@sydney.ece.arizona.edu>
10087         * progmodes/hideshow.el (hs-special-modes-alist): Correct alist
10088         for java-mode.
10090 1997-10-15  Marc Girod  <girod@trshp.trs.ntc.nokia.com>
10092         * mail/rmail.el (rmail): Avoid showing message twice.
10094         * mail/sendmail.el (mail-bury): Check for value, not just
10095         existence, of alist element.
10097 1997-10-13  Eli Zaretskii  <eliz@is.elta.co.il>
10099         * term/pc-win.el (x-long-option-alist): New variable.
10100         (msdos-handle-args): Handle and complete long options with
10101         attached arguments.  Support "-name", "-T" and "-rv" options.
10103 1997-10-10  Richard Stallman  <rms@gnu.org>
10105         * startup.el (command-line): Don't suppress suffix search.
10107 1997-10-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10109         * simple.el (previous-matching-history-element): No need to bind
10110         minibuffer-history-sexp-flag any more.
10111         (next-matching-history-element): Likewise.
10112         * comint.el (comint-regexp-arg): Likewise.
10113         * term.el (term-regexp-arg): Likewise.
10115         * simple.el (repeat-complex-command): Bind
10116         minibuffer-history-sexp-flag to the minibuffer depth.
10117         (next-history-element): Compare minibuffer-history-sexp-flag
10118         against the current minibuffer depth to verify its validity.
10119         (previous-matching-history-element): Likewise.
10120         (minibuffer-history-sexp-flag): Update doc string.
10122         * ange-ftp.el (ange-ftp-name-format): Fix customize type.
10123         (ange-ftp-smart-gateway-port): Likewise.
10124         * browse-url.el (browse-url-netscape-display): Likewise.
10125         (browse-url-generic-program): Likewise.
10126         * cus-start.el (echo-keystrokes): Likewise.
10127         * files.el (revert-without-query): Likewise.
10128         * ps-print.el (ps-print-background-image): Likewise.
10129         (ps-print-background-text): Likewise.
10130         (ps-show-n-of-n): Doc fix.
10132 1997-10-01  Dave Love  <d.love@dl.ac.uk>
10134         * emacs-lisp/elint.el (elint-check-defcustom-form): New function.
10135         (elint-special-forms): Use it.
10137 1997-09-30  Dave Love  <d.love@dl.ac.uk>
10139         * lisp-mode.el (lisp-imenu-generic-expression): Allow `/' in names.
10141         * finder.el (finder-mode-map): Bind [mouse-2].
10142         (finder-compile-keywords): Match compressed file names, but don't
10143         put compression extension in the output.
10144         (finder-find-library): Deleted.
10145         (finder-commentary): Use locate-library, not finder-find-library.
10146         (finder-mouse-select): New function.
10147         (finder-summary): Mention mouse binding.
10148         (finder-exit): Kill "*Finder Category*" buffer too.  Avoid error
10149         from deleting sole window.
10151 1997-09-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
10153         * vc-hooks.el (vc-find-cvs-master): Added missing `throw' for
10154         the case when TIMESTAMP is arbitrary text.
10156 1997-09-30  Hrvoje Niksic  <hniksic@srce.hr>
10158         * wid-edit.el (widget-plist-member): Move from here to src/fns.c;
10159         translated into C for efficiency.
10160         (widget-put, widget-get, widget-apply): Likewise.
10162 1997-09-30  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10164         * widget.el: Delete vestigial autoloads.
10166 1997-09-29  Michael Kifer  <kifer@cs.sunysb.edu>
10168         * viper-ex.el, viper-init.el, viper.el:
10169         Moved some defcustom's from viper group to viper-hooks and viper-misc
10170         defgroups.
10172         * viper-cmd.el (viper-ket-function, viper-brac-function):
10173         Use with-output-to-temp-buffer.
10174         (viper-forward/backward-sentence, viper-forward/backward-paragraph):
10175         Don't push mark if command is repeated.
10177         * viper-mous.el, viper-macs.el, viper-ex.el, viper-cmd.el:
10178         Improved customization init vals.
10180         * viper-init.el: Added documentation to face variables.
10182 1997-09-29  Michael Kifer  <kifer@cs.sunysb.edu>
10184         * ediff-init.el: Added documentation to face-variables.
10186         * ediff-util.el (ediff-next-difference, ediff-previous-difference): Use
10187         ediff-merge-region-is-non-clash and don't compute fine diffs when
10188         skipping non-clash regions.
10190         * ediff-merg.el (ediff-merge-region-is-non-clash): New function.
10192 1997-09-27  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10194         * compile.el (compilation-mode-map): Use more meaningful menu name.
10195         (compilation-mode-font-lock-keywords): Font-lock column numbers.
10197 1997-09-26  Vladimir Alexiev  <vladimir@cs.ualberta.ca>
10199         * arc-mode.el (archive-mode): Use write-contents-hooks.
10201 1997-09-26  Dave Love  <d.love@dl.ac.uk>
10203         * cmuscheme.el (scheme-mode-map): Remove duplicate menu item.
10205 1997-09-25  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
10207         * international/mule.el (make-coding-system): Cancel the previous change.
10209         * international/quail.el (quail-translation-keymap): Bind right,
10210         left, down, and up keys.
10212 1997-09-24  Kenichi HANDA  <handa@nora.etl.go.jp>
10214         * international/mule.el (charset-list): Change it to function.
10215         Make it obsolete.
10216         (make-coding-system): Put `coding-system-parent' property to a
10217         coding system just made.
10218         (coding-spec-plist-idx): New variable.
10220 1997-09-24  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10222         * term.el (term-if-emacs19): Recognize version 20.
10224 1997-09-24  Michael Ernst  <mernst@cs.washington.edu>
10226         * shadow.el (shadows-compare-text-p): Add.
10227         (shadow-same-file-or-nonexistent): Add.
10228         (find-emacs-lisp-shadows): Use directory-file-name.
10230         * emacs-lisp/bytecomp.el (displaying-byte-compile-warnings):
10231         Show entire "Compiling ..." line when recentering.
10233 1997-09-24  Francis Litterio  <franl@world.std.com>
10235         * saveplace.el (save-place-to-alist): Optimize out the degenerate
10236         case when point is 1.
10238 1997-09-24  Edward M. Reingold  <reingold@emr.cs.uiuc.edu>
10240         * cal-tex.el (cal-tex-cursor-filofax-daily): New function.
10241         Delete from "to do" list.
10242         * calendar.el (calendar-mode-map): Bind it to key.
10243         (cal-tex-cursor-filofax-daily): Autoload it.
10244         * cal-menu.el (cal-tex-mouse-filofax-daily): New function.
10245         (cal-tex-mouse-filofax): Add menu item for it.
10247         * cal-mayan.el (calendar-mayan-days-before-absolute-zero):
10248         Change to more widely acknowledged value.
10250 1997-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
10252         * dos-w32.el (file-name-buffer-file-type-alist): Remove the files
10253         with ".dos" extension from the list of binary files.
10255 1997-09-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10257         * help-macro.el (make-help-screen): Make scroll bar work normally.
10259 1997-09-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10261         * mail/rmailout.el (rmail-output-to-rmail-file): Doc fix.
10263 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10265         * Version 20.2 released.
10267         * textmodes/outline.el (outline-up-heading):
10268         Avoid infinite loop at beginning of buffer.
10270         * progmodes/cc-styles.el (c-initialize-builtin-style):
10271         Don't ever try to use copy-tree.
10273 1997-09-19  Kenichi Handa  <handa@etl.go.jp>
10275         * loadup.el: Load case-table before loading
10276         international/characters.el.
10278         * international/characters.el: Set case-table for Cyrillic characters.
10280 1997-09-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10282         * gnus/gnus-topic.el (gnus-topic-check-topology):
10283         Don't crash if (cadr topic) is nil.
10285         * language/english.el (ASCII): Define as alias for English.
10287         * saveplace.el (save-place-version-control): Make nil the default.
10289         * international/quail.el (quail-simple-translation-keymap):
10290         Bind delete and backspace explicitly, like DEL.
10292 1997-09-18  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10294         * cal-menu.el: Require calendar only when compiling.
10296         * international/quail.el (quail-set-keyboard-layout):
10297         Add autoload cookie.
10299 1997-09-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10301         * Version 20.1 released.
10303         * startup.el (normal-top-level-add-to-load-path):
10304         Ignore case when comparing, if ms-dos or windows-nt.
10306         * mail/mh-comp.el: Many doc fixes.
10307         (mh-send-letter): Choose a coding system
10308         the same way sendmail-send-it (sendmail.el) does.
10310         * international/quail.el (quail-simple-translation-keymap):
10311         Set the default (t) binding properly.
10313         * international/quail.el (quail-terminate-translation):
10314         If quail-overlay is not an overlay, don't mess with it.
10316         * international/mule-util.el
10317         (coding-system-unification-table-for-encode): Recurse properly.
10318         (coding-system-unification-table-for-decode): Recurse properly.
10320 1997-09-15  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
10322         * mule.el (find-new-buffer-file-coding-system): Reflect
10323         text coding part of default-buffer-file-coding-system to
10324         buffer-file-coding-system when buffer-file-coding-system is
10325         not locally set and ASCII only text is read.
10327 1997-09-15  Barry A. Warsaw  <cc-mode-help@python.org>
10329         * progmodes/cc-styles.el (c-initialize-builtin-style):
10330         Copy the whole tree instead of just copy-sequence.
10332 1997-09-15  Eli Zaretskii  <eliz@is.elta.co.il>
10334         * info.el (Info-suffix-list): Add suffixes for MS-DOS version
10335         running on Windows 95 with long file name support.
10336         (info-insert-file-contents): When the Info file is to be
10337         uncompressed, insert it literally.
10339 1997-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10341         * international/quail.el (quail-completion-list-translations): Fix
10342         and simplify generation of translation list.
10344         * international/titdic-cnv.el (tit-process-header): Convert
10345         argument of KEYPROMPT if it contains an escape.
10346         (tit-process-body): Handle trailing whitespace and multiple spaces
10347         between phrases.
10349         * startup.el (initial-major-mode): Fix customize type.
10351         * gnus/gnus-sum.el (gnus-summary-respool-default-method):
10352         Likewise.
10354         * gnus/gnus-score.el (gnus-orphan-score): Likewise.
10355         (gnus-score-default-header): Likewise.
10356         (gnus-score-default-type): Likewise.
10358         * emulation/viper-mous.el (viper-mouse-search-key): Likewise.
10359         (viper-mouse-insert-key): Likewise.
10361         * gnus/gnus.el (gnus-valid-select-methods): Likewise.
10363         * gnus/gnus-art.el (gnus-article-x-face-too-ugly): Likewise.
10364         (gnus-saved-headers): Likewise.
10365         (gnus-article-time-format): Doc fix.
10367 1997-09-15  Simon Marshall  <simon@diazepam.gnu.ai.mit.edu>
10369         * font-lock.el (tex-font-lock-keywords-2): Don't treat \item like \it.
10371 1997-09-15  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
10373         * international/kkc.el (kkc-mode-map): Bind all control keys to
10374         kkc-non-kkc-command.
10376 1997-09-14  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10378         * emacs-lisp/edebug.el (edebug-enter): Save, and bind to nil,
10379         overriding-local-map and overriding-terminal-local-map.
10381         * textmodes/fill.el (canonically-space-region): Doc fix.
10382         (fill-context-prefix): If the second line has the first line prefix,
10383         plus whitespace, use the part that the first line shares.
10384         (fill-individual-paragraphs): When prefix changes,
10385         usually get the new prefix from just one line,
10386         with an exception for indented first lines of paragraphs.
10387         Start a new paragraph when a line has extra indentation
10388         after the fill prefix.
10390         * international/mule-util.el (truncate-string-to-width): Doc typo fix.
10392 1997-09-14  Hrvoje Niksic  <hniksic@srce.hr>
10394         * arc-mode.el: Customized.
10396 1997-09-13  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10398         * disp-table.el (standard-display-european):
10399         Do something useful where AUTO is t or a symbol.
10401 1997-09-13  Erik Naggum  <erik@naggum.no>
10403         * ph.el: Require cl at compile-time.
10405         * cl-macs.el (cl-loop-let): Use `last', not `last*'.
10407 1997-09-13  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10409         * language/english.el (setup-english-environment): Don't set
10410         the terminal and keyboard coding systems.
10412         * international/mule-util.el (truncate-string-to-width):
10413         Rename arg WIDTH to END-COLUMN.  Fix the case when START-COLUMN
10414         is after END-COLUMN.  Doc fixes.
10416         * mail/sendmail.el (mail-do-fcc): When writing to an Rmail file,
10417         use rmail-file-coding-system or else emacs-mule.
10419         * gnus/gnus-start.el (gnus-default-subscribed-newsgroups):
10420         Fix custom type.  Doc fix.
10421         (gnus-init-file): Doc fix.
10423 1997-09-12  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10425         * startup.el (normal-top-level-add-to-load-path):
10426         Try looking for the unmodified default-directory in load-path.
10428         * gud.el (perldb): Fix paren error in call to read-from-minibuffer.
10430         * emacs-lisp/debug.el (debug): Allow recursive minibuffers
10431         if we're in a minibuffer already.
10433         * simple.el (next-history-element):
10434         Cope if minibuffer-text-before-history is nil.
10436         * cus-edit.el (customize-group): Handle groups not yet loaded.
10438 1997-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10440         * ph.el (ph-server): Fix customize type.
10442         * emulation/viper-cmd.el (viper-smart-suffix-list): Likewise.
10444         * emulation/viper.el (viper-non-vi-major-modes): Likewise.
10446         * emulation/viper-macs.el (viper-repeat-from-history-key):
10447         Likewise.
10449         * emulation/viper-mous.el (viper-mouse-search-key): Likewise.
10450         (viper-mouse-insert-key): Likewise.
10452         * emulation/viper-ex.el (ex-unix-type-shell): Likewise.
10454         * add-log.el (add-log-current-defun-function): Likewise.
10456         * cal-china.el (chinese-calendar-time-zone): Likewise.
10457         (chinese-calendar-standard-time-zone-name): Likewise.
10459         * gnus/gnus-start.el (gnus-site-init-file): Likewise.
10461         * gnus/gnus-group.el (gnus-permanently-visible-groups): Likewise.
10463         * gnus/gnus-sum.el (gnus-summary-thread-gathering-function):
10464         Likewise.
10466 1997-09-12  Erik Naggum  <erik@naggum.no>
10468         * cal-menu.el, cal-move.el: Require calendar.el.
10470 1997-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10472         * cus-edit.el (hook) [:value-to-internal]: Use a nil value
10473         unchanged.
10475         * completion.el (save-completions-flag): Doc fix.
10477         * indent.el (tab-stop-list): Doc fix.
10479         * strokes.el (strokes-click-command): Doc fix.
10481         * progmodes/make-mode.el
10482         (makefile-pickup-everything-picks-up-filenames-p): Doc fix.
10483         (makefile-mode): Doc fix.
10485         * solar.el (calendar-location-name): Doc fix.
10487 1997-09-12  Michael Kifer  <kifer@cs.sunysb.edu>
10489         * viper-keym.el (viper-want-ctl-h-help): Updated doc string.
10490         (viper-vi-basic-map, viper-insert-basic-map, viper-replace-map):
10491         Added binding for backspace.
10492         * viper-cmd.el (viper-adjust-keys-for): Separated backspace and C-h.
10494 1997-09-12  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10496         * cal-french.el (french-calendar-accents): Change variable to function.
10497         Uses changed.  Test that we can display multibyte chars.
10498         (french-calendar-day-name-array, french-calendar-month-name-array):
10499         New functions.  Use them instead of directly using these variables.
10500         (french-calendar-multibyte-month-name-array): New variable.
10501         (french-calendar-multibyte-special-days-array): New variable.
10502         (calendar-print-french-date): Bind enable-multibyte-characters to t.
10504         * cus-edit.el (custom-face-menu): Use custom-face-save-command.
10505         not custom-face-save.
10506         (custom-face-save-command): New function.
10507         (custom-variable-save): Fix error message.
10509 1997-09-12  Inge Frick  <inge@nada.kth.se>
10511         * compile.el (compilation-parse-errors): Fixed two bugs that
10512         could make compilation-parse-errors loop infinitely.  Each round
10513         of the parsing loop now either moves point ahead at least a line
10514         or sets `found-desired' to true to stop the loop.
10516 1997-09-11  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
10518         * international/quail.el (quail-translation-keymap): Fix previous
10519         change.
10521         * mail/sendmail.el (sendmail-send-it): If both
10522         buffer-file-coding-system and sendmail-coding-system are nil, use
10523         iso-latin-1 for encoding.
10525 1997-09-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10527         * ps-print.el (ps-emacs-face-kind-p): Function deleted.
10528         (ps-face-bold-p, ps-face-italic-p):
10529         Check ps-bold-faces or ps-italic-faces.
10530         (ps-zebra-stripes, ps-zebra-stripe-height): Doc fixes.
10531         (ps-line-lengths, ps-nb-pages-buffer, ps-nb-pages-region, ps-setup):
10532         Doc fixes.
10534         * international/quail.el (quail-update-translation):
10535         Fix previous change.
10537         * term/internal.el: Use raw-text as coding system.
10539 1997-09-11  Eli Zaretskii  <eliz@is.elta.co.il>
10541         * international/mule-diag.el (describe-coding-system): Describe
10542         coding systems of type 5, raw-text.
10544         * hexl.el (hexlify-buffer): Bind coding-system-for-write to
10545         raw-text with eol-type derived from the buffer-file-coding-system.
10547 1997-09-11  Michael Kifer  <kifer@cs.sunysb.edu>
10549         * ediff-util.el (ediff-good-frame-under-mouse): New function.
10550         (ediff-really-quit): Now uses ediff-good-frame-under-mouse instead
10551         of testing a whole bunch of conds in-line.
10553 1997-09-11  Kenichi Handa  <handa@etl.go.jp>
10555         * international/kkc.el (kkc-mode-map): Bind meta-prefix-char to a
10556         map which only has default key binding to
10557         quail-execute-non-quail-command.
10558         (kkc-non-kkc-command): Handle the key sequence as the same way as
10559         universal-argument-other-key.
10561         * international/quail.el (quail-translation-keymap):
10562         Make the default binding with define-key.
10563         (quail-simple-translation-keymap):
10564         Handle meta-prefix-char the way isearch does.
10565         Make the default binding with define-key.
10566         (quail-conversion-keymap): Likewise.
10567         (quail-execute-non-quail-command): Handle the key sequence as the
10568         same way as universal-argument-other-key.
10569         (quail-make-guidance-frame): Don't dedicate the guidance buffer window.
10570         (quail-show-guidance-buf): Likewise.
10571         (quail-hide-guidance-buf): Delete code to turn off window dedication.
10573 1997-09-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10575         * startup.el (initial-scratch-message): New variable.
10576         (command-line-1): Use initial-scratch-message.
10578         * international/quail.el (quail-translation-keymap):
10579         Handle meta-prefix-char the way isearch does.
10581         * international/mule-cmds.el (select-input-method):
10582         No error if enable-multibyte-characters is nil.
10584 1997-09-11  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
10586         * gnus/gnus-mule.el: Set no-conversion for network communication
10587         with nntpd.
10588         (gnus-mule-initialize): For safety, set no-conversion for network
10589         communication with nntpd.
10591 1997-09-10  Michael Ernst  <mernst@cs.washington.edu>
10593         * uniquify.el (uniquify-ignore-buffers-re): Added.
10595 1997-09-10  Michael Kifer  <kifer@cs.sunysb.edu>
10597         * viper-keym.el (viper-help-modifier-map): Deleted; help mode map is
10598         no longer modified.
10599         * viper.el (viper-set-hooks): Make help buffers come up in emacs state.
10601 1997-09-10  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10603         * emacs-lisp/eval-reg.el (elisp-eval-buffer):
10604         New arg FILENAME is ignored.
10606 1997-09-10  Kenichi Handa  <handa@etl.go.jp>
10608         * language/ethio-util.el (setup-ethiopic-environment): Don't bind
10609         keys in global-map, don't add a hook to rmail-mode-hook and
10610         mail-mode-hook.
10611         (ethio-mode): New buffer local variable.
10612         (ethio-mode-map): New variable.
10613         (ethio-mode): New function.
10614         (ethio-sera-to-fidel-mail-or-marker): New function.
10615         (ethio-fidel-to-sera-mail-or-marker): New function.
10616         (ethio-find-file): Do nothing if not in ethio-mode.
10617         (ethio-write-file): Likewise.
10618         (ethio-prefer-ascii-space): Moved from leim/quail/ethiopic.el.
10619         (ethio-toggle-space): Likewise.
10620         (ethio-insert-space): Likewise.
10621         (ethio-insert-ethio-space): Likewise.
10622         (ethio-prefer-ascii-punctuation): Likewise.
10623         (ethio-toggle-punctuation): Likewise.
10624         (ethio-gemination): Likewise.
10626         * mail/sendmail.el (sendmail-send-it): The priority of coding
10627         system for encoding outgoing mails is (1) local value of
10628         buffer-file-coding-system, (2) sendmail-coding-system,
10629         (3) default-buffer-file-coding-system.
10631 1997-09-10  Kenichi Handa  <handa@etl.go.jp>
10633         * language/japan-util.el (setup-japanese-environment): Give
10634         iso-2022-jp to set-default-coding-system if not running on DOS.
10635         (read-hiragana-string): Use input method "japanese-hiragana".
10637         * gnus/gnus-mule.el: Add coding system specification for several
10638         news groups.
10640 1997-09-09  Dave Love  <d.love@dl.ac.uk>
10642         * lisp-mode.el (lisp-imenu-generic-expression):
10643         Recognize `defcustom' and `defgroup".
10645 1997-09-09  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10647         * disp-table.el (standard-display-european): Doc fix.
10649 1997-09-09  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
10651         * international/mule-cmds.el (input-method-verbose-flag):
10652         Doc-string fixed.
10654         * international/quail.el (quail-simple): New function.
10655         (quail-require-guidance-buf): New function.
10656         (quail-show-guidance-buf): Do not show guidance buffer if simple
10657         input method is used in the minibuffer.
10658         (quail-update-guidance): Likewise.
10660 1997-09-09  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10662         * disp-table.el (standard-display-european):
10663         If AUTO is non-nil, intern it.
10664         Don't call set-terminal-coding-system if noninteractive.
10666         * international/quail.el (quail-translation-keymap)
10667         (quail-simple-translation-keymap, quail-conversion-keymap):
10668         Don't define escape.
10670         * ps-print.el (ps-face-bold-p): Use face-bold-p.
10671         (ps-face-italic-p): Use face-italic-p.
10673         * comint.el (comint-file-name-chars): Doc fix.
10674         (comint-word): Treat all non-ASCII chars as "part of word".
10676 1997-09-09  Michael Ernst  <mernst@cs.washington.edu>
10678         * uniquify.el: Use uniquify-file-name-nondirectory throughout;
10679         documentation tweaks.
10681 1997-09-09  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10683         * view.el (view-end-message): Don't mention q if it really do anything.
10685         * dired.el (dired-get-filename): Don't call encode-coding-string
10686         if file-name-coding-system is non-nil.
10688         * emacs-lisp/find-func.el: New file.
10690 1997-09-08  Per Abrahamsen  <abraham@dina.kvl.dk>
10692         * cus-edit.el (custom-variable-save): Fixed doc string.
10694         * cus-edit.el (custom-variable-menu): Make it clear that `Lisp
10695         mode' edit the initial lisp expression.
10697 1997-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
10699         * info.el (info-insert-file-contents): Bind
10700         coding-system-for-write to no-conversion.
10702 1997-09-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10704         * dabbrev.el (dabbrev-case-fold-search): Remove extra quote in
10705         customize constant.
10706         (dabbrev-case-replace): Likewise.
10708         * ispell.el (ispell-personal-dictionary): Fix customize type.
10710         * shell.el (shell-chdrive-regexp): Likewise.
10712         * progmodes/executable.el (executable-chmod): Likewise.
10714         * emacs-lisp/lisp.el (defun-prompt-regexp): Likewise.
10716         * progmodes/f90.el (f90-break-before-delimiters): Likewise.
10718         * progmodes/hideshow.el (hs-minor-mode-hook): Likewise.
10720         * progmodes/icon.el (icon-tab-always-indent): Likewise.
10722         * browse-url.el (browse-url group): Remove autoload cookie.
10724         * diff.el (diff group): Remove autoload cookie.
10726 1997-09-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10728         * files.el (insert-directory): Encode the file name.
10730         * startup.el (command-line): Pass charset to
10731         standard-display-european.
10733         * disp-table.el (standard-display-european): Arg AUTO
10734         specifies coding system for terminal output (if needed).
10736 1997-09-08  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
10738         * international/quail.el (quail-translation-keymap): Bind C-space
10739         to quail-select-current.
10741 1997-09-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10743         * textmodes/fill.el (fill-individual-paragraphs): Don't include
10744         paragraph-separate lines in any paragraph; just skip them.
10746         * telnet.el (telnet-initial-filter): Temporarily go to proper buffer.
10748 1997-09-07  Barry A. Warsaw  <cc-mode-help@python.org>
10750         * progmodes/cc-mode.el (c-version): Updated.
10752         * progmodes/cc-cmds.el (c-beginning-of-statement):
10753         Fixes in sentence movement to properly
10754         handle M-e moving forward into a comment when looking at preceding
10755         whitespace, and M-a moving backward into comment when looking at
10756         following whitespace.
10758         * progmodes/cc-cmds.el (c-comment-line-break-function):
10759         Don't break line in the middle of a string.
10761         * progmodes/cc-langs.el (c-mode-base-map): Don't define C-c C-e here.
10762         (c-mode-map, c++-mode-map): Define C-c C-e here.
10763         (objc-mode-map): Define C-c C-e, not /.
10764         (java-mode-map, idl-mode-map): Don't define /.
10766         * progmodes/cc-engine.el (c-end-of-statement-1):
10767         Wrap backward-up-list in a c-safe call so no error results when
10768         buffer contains only a comment and point is at eob.
10770         * progmodes/cc-engine.el (c-inside-bracelist-p):
10771         Add a test to the enum list test so that enum in a k&r
10772         arg decl doesn't confuse handling of the function body.
10774         * progmodes/cc-styles.el (c-style-alist) <python>:
10775         knr-argdecl-intro == +, fill-column = 78,
10776         arglist-intro <= +, inextern-lang <= 0.
10777         Set c-comment-continuation-stars to "".
10779 1997-09-07  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10781         * mail/sendmail.el (mail-mode): Allow dash in citation prefixes
10782         in adaptive-fill-regexp and adaptive-fill-first-line-regexp.
10784         * cus-edit.el (custom-file): Now nil stands for "use the init file".
10785         (custom-save-delete): If custom-file is nil, use user-init-file.
10786         (custom-save-all): Likewise.
10788         * international/mule.el (load-with-code-conversion):
10789         Use third arg to eval-buffer and don't set buffer-file-name.
10791         * disp-table.el (standard-display-european): Set or clear
10792         the terminal coding system.
10794         * version.el (emacs-version): If HERE, add a newline.
10796         * startup.el (command-line-1): Update copyright year in string.
10798         * international/mule-cmds.el (universal-coding-system-argument):
10799         Improve prompt strings.
10801         * time-stamp.el (time-stamp-time-zone): Allow nil as alternative.
10803 1997-09-06  Michael Ernst  <mernst@cs.washington.edu>
10805         * uniquify.el: Rename uniquify-fix-list-* to uniquify-fix-item-*.
10806         All callers changed.
10807         (uniquify-rationalize-file-buffer-names):
10808         Use directory-file-name for directories (eliminate trailing slash).
10809         Call uniquify-fix-item-unrationalized-buffer.
10810         (uniquify-buffer-file-name): Use directory-file-name.
10811         (uniquify-fix-item-unrationalized-buffer): New function.
10812         (uniquify-unrationalized-buffer): Function deleted.
10814 1997-09-06  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10816         * font-lock.el (font-lock-comment-face, etc.):
10817         defvars moved up to avoid warnings.
10818         (font-lock-face-attributes, global-font-lock-mode): Add defvars.
10820         * ps-print.el (ps-setup): ps-zebra-stripe => ps-zebra-stripes.
10821         ps-number-of-zebra =>  ps-zebra-stripe-height.
10823         * international/quail.el (quail-execute-non-quail-command):
10824         Call quail-terminate-translation.
10826         * emacs-lisp/lisp.el (move-past-close-and-reindent):
10827         Don't move closeparen back onto the end of a comment.
10829         * dired.el (dired-flag-garbage-files): Move interactive flag
10830         across doc string.
10832         * progmodes/m4-mode.el (m4-mode): Add autoload cookie.
10834         * files.el (auto-mode-alist): Handle .m4 and .mc files.
10836 1997-09-06  Simon Marshall  <simon@diazepam.gnu.ai.mit.edu>
10838         * font-lock.el (global-font-lock-mode): When turning off
10839         Global Font Lock mode, turn off Font Lock mode everywhere.
10841         * menu-bar.el (menu-bar-options-menu): Simplify global-font-lock-mode
10842         entry using enhanced global-font-lock-mode function.
10844         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
10846 1997-09-06  Michael Kifer  <kifer@cs.sunysb.edu>
10848         * ediff-ptch.el (ediff-patch-buffer-internal):
10849         now behaves uniformely, whether the buffer
10850         visits a file or not.
10851         * ediff-util.el (ediff-other-buffer): Smarter selection of
10852         suitable other buffer.
10853         Moved binding of backspace after the binding for C-h.
10854         Makes a difference in XEmacs.
10855         * ediff.el (ediff-patch-buffer): Smarter selection of the defaults.
10856         * ediff-mult.el (ediff-meta-session-p): New function.
10857         (ediff-operate-on-marked-sessions): Now recursively descends into
10858         subdirectories.
10860 1997-09-05  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10862         * faces.el (set-face-font-auto):
10863         instanciate-fontset renamed to instantiate-fontset.
10865         * international/fontset.el (uninstantiated-fontset-alist):
10866         Variable name spelling fixed, and doc fix.  All uses fixed.
10867         (instantiate-fontset): Function name spelling fixed.
10869         * isearch.el (search-whitespace-regexp): Doc fix.
10871         * international/mule.el (load-with-code-conversion):
10872         Don't bind enable-multibyte-characters; set it in the temp buffer.
10874         * compile.el (compilation-ask-about-save): Add autoload cookie.
10876         * progmodes/simula.el (simula-emacs-features):
10877         Treat Emacs 20 like Emacs 19.
10879 1997-09-05  Vinicius Jose Latorre  <vinicius@cpqd.br>
10881         * ps-print.el: Some comment and doc fixes.
10882         (ps-print-version): New version number (3.05.1).
10883         (ps-adobe-tag): Replace defvar by defcustom, and doc fix.
10884         (ps-print-with-faces, ps-print-without-faces)
10885         (ps-spool-with-faces, ps-spool-without-faces): Add arg REGION-P.
10886         (ps-print-region-with-faces, ps-print-region)
10887         (ps-spool-region, ps-spool-region-with-faces): Fix calls to
10888         the functions above.
10889         (ps-setup): Print value of ps-zebra-stripe, ps-number-of-zebra,
10890         ps-line-number, ps-print-background-image,
10891         and ps-print-background-text.
10892         (ps-print-prologue-1): Bug fix in PostScript programming:
10893         /BeginDSCPage, /BeginPage.
10894         (ps-showpage-count, ps-ref-bold-faces, ps-ref-italic-faces)
10895         (ps-ref-underlined-faces, font-lock-face-attributes)
10896         (ps-initialize-faces): Vars deleted.
10897         (ps-override-list, ps-extension-to-bit-face)
10898         (ps-extension-to-screen-face, ps-initialize-faces, ps-header-height)
10899         (ps-hard-lf, ps-soft-lf, ps-get-face, ps-map-font-lock): Fn deleted.
10900         (ps-extend-face-list, ps-extend-face): Doc fix.
10901         (ps-print-face-alist): New var to handle face alist.
10902         (ps-printing-region): New var and fn.
10903         (ps-header-page, ps-set-face-bold, ps-set-face-italic)
10904         (ps-set-face-underline, ps-set-face-attribute, ps-map-face): New fn.
10905         (ps-rmail-mode-hook, ps-rmail-print-message-from-summary)
10906         (ps-print-message-from-summary, ps-vm-print-message-from-summary):
10907         Fns moved.
10908         (ps-background): New argument PAGE-NUMBER.
10909         (ps-begin-file): Bug fix and print proper line number in a region.
10910         (ps-begin-page): Call ps-header-page.
10911         (ps-get-buffer-name): Indicates in the header when printing a region.
10912         (ps-end-page): Delete ps-showpage-count.
10913         (ps-dummy-page): Calls ps-header-page.
10914         (ps-set-color): Programming improvement.
10915         (ps-plot-region): Doc fix.
10916         (ps-face-attributes): Same functionality as deleted ps-get-face.
10917         (ps-build-reference-face-lists): Do the job by calling
10918         ps-set-face-bold and ps-bold-faces, and friends.
10920 1997-09-05  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
10922         * language/japan-util.el (setup-japanese-environment): Set
10923         coding-category-iso-8-else to japanese-iso-8bit.
10925 1997-09-05  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10927         * emacs-lisp/easymenu.el (easy-menu-create-keymaps):
10928         If two distinct items have the same string, make different
10929         key events for them.
10931         * international/mule.el (charset-quoted-standard-p): New function.
10932         Use it instead of quoted-symbol-p.
10933         (charset-id): Use charset-quoted-standard-p.
10934         (quoted-symbol-p): Function deleted.
10936         * ispell.el (ispell-command-loop):
10937         Restore dedicated flg of selected window.
10938         (ispell-overlay-window): Move dedicated flag of old window
10939         into the bottom of the two windows made from it.
10941         * international/mule-cmds.el (read-language-name): Doc fix.
10942         (set-language-environment): Improve prompt.
10944         * international/mule.el (set-terminal-coding-system):
10945         Specify default to read-coding-system.
10946         (set-keyboard-coding-system): Likewise.
10948 1997-09-05  Paul Eggert  <eggert@twinsun.com>
10950         * gnus/message.el (message-unix-mail-delimiter): Initialize
10951         to the same value that rmail-unix-mail-delimiter is initialized to.
10953 1997-09-05  Michael Kifer  <kifer@cs.sunysb.edu>
10955         * viper-init.el (viper-replace-region-start-delimiter):
10956         Improved the default.
10957         * viper-mous.el (viper-mouse-click-search-word)
10958         (viper-mouse-click-insert-word):
10959         Fixed to not react when click is not over a text area.
10960         * viper.el (read-file-name): Unadvised.
10961         * viper-cmd.el (viper-insert-state-post-command-sentinel)
10962         (viper-save-last-insertion):
10963         Check if args and viper-insert-point are markers.
10964         (viper-minibuffer-trim-tail): New function.
10966 1997-09-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10968         * international/mule.el (set-buffer-file-coding-system):
10969         Improve prompt.
10971         * international/mule-cmds.el (toggle-input-method):
10972         No error if enable-multibyte-characters is nil.
10973         (read-input-method-name): Specify the input history properly.
10974         (select-input-method): Improve prompt.
10976         * international/mule-util.el (string-to-sequence):
10977         Work usefully when enable-multibyte-characters is nil.
10979         * international/quail.el (quail-update-translation):
10980         Do insert translated char when enable-multibyte-characters is nil.
10982 1997-09-03  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
10984         * international/mule-cmds.el (read-language-name): Use a default,
10985         not an initial input.
10987         * international/mule-conf.el (file-coding-system-alist):
10988         Match `loaddefs.el' more accurately.
10990         * rect.el (operate-on-rectangle): If we overshoot when looking
10991         for endcol, back up.
10993         * menu-bar.el (menu-bar-help-menu):
10994         Rename info item to "Info (Browse Manuals)".
10996         * menu-bar.el (menu-bar-options-menu): String now "Global Options".
10997         Rewrite the font lock toggle to turn off font lock on all buffers.
10998         Choose lazy-lock by setting font-lock-support-mode.
11000         * ispell.el (ispell-overlay-window): Undo previous change;
11001         in other words, don't bind inhibit-frame-unsplittable.
11003         * international/mule-cmds.el (mule-menu-keymap):
11004         Define only as a variable; specify a name for the keymap.
11005         (mule-keymap): Define only as variable.
11007         * mail/sendmail.el (mail-mode): Set adaptive-fill-first-line-regexp
11008         specially, not same as adaptive-fill-regexp.
11010 1997-09-03  Kenichi Handa  <handa@etl.go.jp>
11012         * international/quail.el (quail-update-guidance): If PROMPTKEY is
11013         specified in the original CXTERM dictionary, show also candidates
11014         in Quail guidance buffer.
11015         (quail-show-translations): Likewise.
11017 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>
11019         * term/w32-win.el (w32-handle-scroll-bar-event): On up and
11020         down events, place point at window start position.
11021         Bind f10 to menubar.
11022         Move keypad key definitions to w32-fns.el.
11024         * dos-w32.el (file-name-buffer-file-type-alist): Add more
11025         extensions for binary files.
11027         * w32-fns.el: Don't unset C-mouse-down bindings.
11028         Ignore "Windows" keys by default.
11029         Move keypad key definitions from term/w32-win.el.
11030         (convert-standard-file-name): New function.
11031         (make-auto-save-file-name): Use convert-standard-file-name.
11033 1997-09-02  Michael Welsh Duggan  <md5i@schenley.com>
11035         * term/w32-win.el (mouse-wheel-scroll-amount): New variable.
11036         (mouse-wheel-scroll-line, mouse-wheel-scroll-screen): New functions.
11037         Bind mouse-wheel events to mouse-wheel functions.
11039 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>
11041         * w32-fns.el: Update doc strings.
11042         (w32-startup): Deleted function.
11043         (w32-check-shell-configuration, w32-init-info): New functions.
11044         (w32-system-shell-p): Renamed from w32-using-system-shell-p.
11045         Added shell name argument.
11047 1997-09-02  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11049         * progmodes/etags.el (find-tag-tag): Pass default to completing-read.
11051         * dired.el (dired-get-filename): Don't call encode-coding-string
11052         if FILE is nil.
11054 1997-09-02  Andrew Innes  <andrewi@harlequin.co.uk>
11056         * comint.el (comint-file-name-chars): Use separate sets for ms-dos
11057         and windows-nt.
11059         * disp-table.el (standard-display-european): Map \222 to apostrophe.
11061         * files.el (file-truename) [windows-nt]: Use the canonicalized
11062         long file name as the truename.
11063         (auto-mode-alist): Use archive-mode for Java JAR files.
11064         (recover-file) [windows-nt]: Don't try to list directory.
11066         * frame.el (other-frame) [windows-nt]: Use w32-focus-frame.
11068         * gud.el (gud-gdb-marker-regexp): Allow for drive letter and colon.
11070         * scroll-bar.el (scroll-bar-maybe-set-window-start): Change window
11071         if current start is equal to start of next portion.
11073 1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>
11075         * cus-edit.el (custom-display): Use w32 instead of win32.
11076         * browse-url.el (browse-url-netscape): Check for w32 window-system
11077         symbol.
11079 1997-09-02  Boris Goldowsky  <boris@gnu.ai.mit.edu>
11081         * enriched.el (enriched-decode-foreground)
11082         (enriched-decode-background): Test of facemenu-get-face return
11083         value no longer needed.
11085         * facemenu.el (facemenu-get-face): Just warn when given an
11086         undefined color, no error, still return face.
11088 1997-09-02  Kenichi Handa  <handa@etl.go.jp>
11090         * mail/rmail.el (rmail): Reset enable-multibyte-characters to the
11091         default value to enable message decoding if the default value is
11092         non-nil.
11094         * international/quail.el (quail-keyboard-layout-alist): Add an
11095         entry for "atari-german".
11096         (quail-keyboard-translate): If CH is not in the keyboard location
11097         covered by quail-keyboard-layout-standard, return CH.
11098         (quail-show-kbd-layout): Show keyboard layout based on
11099         quail-keyboard-layout-standard if the current input method
11100         requires keyboard translation.
11102 1997-09-02  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11104         * international/mule-cmds.el (set-coding-system-map):
11105         Add an item for universal-coding-system-argument.
11107 1997-09-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11109         * userlock.el (ask-user-about-lock): Abbreviate file name
11110         and locking user's name.
11112         * international/mule.el (set-auto-coding): Recognize coding: in first
11113         line even if not the first variable.
11115         * language/european.el (setup-8-bit-environment):
11116         Inhibit message about loading latin-N.el.
11118 1997-09-01  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
11120         * international/quail.el (quail-translation-keymap): Fix prev change.
11121         (quail-conversion-keymap): Likewise.
11123         * international/mule-cmds.el (describe-input-method): Fix prev change.
11124         (read-multilingual-string): Likewise.
11125         (describe-language-environment): Prompt modified.
11127         * ispell.el (ispell-region): Take account of the fact that `ispell'
11128         will return OFFSET by counting non-ASCII characters as one.
11129         (ispell-dictionary-alist-1): Add coding systems to each entry.
11130         (ispell-dictionary-alist-2): Likewise.
11131         (ispell-get-coding-system): New function.
11132         (ispell-decode-string): New function.
11133         (ispell-get-casechars): Decode the string if necessary.
11134         (ispell-get-not-casechars, ispell-get-otherchars): Likewise.
11136 1997-09-01  Naoto TAKAHASHI  <ntakahas@etl.go.jp>
11138         * language/ethio-util.el (ethio-sera-to-fidel-region)
11139         (ethio-sera-to-fidel-buffer, ethio-fidel-to-sera-region)
11140         (ethio-fidel-to-sera-buffer): Doc-string fixed.
11142 1997-09-01  Kenichi Handa  <handa@etl.go.jp>
11144         * international/quail.el (quail-translation-keymap): Do not bind
11145         "\C-c" to quail-abort-translation.
11146         (quail-mode-map): Bind key codes 128 through 256 to
11147         quail-start-translation.
11148         (quail-translation-keymap): Bind key codes 128 through 256 to
11149         quail-self-insert-command.
11150         (quail-conversion-keymap): Bind key codes 128 through 256 to
11151         quail-start-translation-in-conversion-mode.
11153         * international/mule-cmds.el (get-language-info): Accept a symbol
11154         as the arg LANGUAGE-NAME.
11155         (set-language-info): Likewise.
11156         (set-language-info-alist): Likewise.
11157         (register-input-method): Accept a symbol as the args INPUT-METHOD
11158         and LANGUAGE-NAME.
11159         (activate-input-method): Accept a symbol as the args INPUT-METHOD.
11160         (describe-input-method): Likewise.
11161         (read-multilingual-string): Likewise.
11162         (set-language-environment): Accept a symbol as the arg LANGUAGE-NAME.
11163         (describe-language-environment): Likewise.
11165         * files.el (hack-local-variables-prop-line): Ignore coding: tag.
11166         (hack-one-local-variable): Likewise.
11168         * international/mule.el (set-auto-coding): Name changed from
11169         auto-file-coding-system.  The argument STRING is now a
11170         concatination of the heading 1K-byte and the tailing 3K-byte of a
11171         file.
11172         (set-auto-coding-function): Set it to `set-auto-coding'.
11174 1997-08-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11176         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle
11177         custom-declare-variable.
11179         * international/mule-diag.el (describe-current-coding-system): Add
11180         missing newline in output.
11182 1997-08-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11184         * gnus/pop3.el (pop3-md5): New function.
11185         (pop3-apop): Use pop3-md5, not md5.
11186         (pop3-md5-program): New variable.
11188         * gnus/md5.el: File deleted.
11190         * gnus/gnus-soup.el: Require cl at compile time.
11191         * gnus/gnus-move.el, gnus/gnus-uu.el: Likewise.
11193         * add-log.el (change-log-font-lock-keywords): Add more to prev change.
11195 1997-08-30  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11197         * dired.el (dired-get-filename): Encode file name
11198         using the buffer's coding system.
11200         * mail/sendmail.el (mail-send): Complain about invalid header line.
11202 1997-08-30  Jerry James  <jerry@cs.ucsb.edu>
11204         * format.el (format-subtract-regions): New function.
11205         (format-property-increment-region): New function.
11207         * format.el (format-deannotate-region): When multiple annotations
11208         go into a single text property, split the outer annotations (with
11209         format-subtract-regions) instead of resetting them; use lists of
11210         regions instead of a single number for the text property start.
11212         * format.el (format-deannotate-region): Don't change extents of
11213         enclosing annotations of the same kind.
11215         * format.el (format-deannotate-region):
11216         Use property-increment-region to add to numeric properties.
11218 1997-08-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11220         * dos-w32.el (find-buffer-file-type): Don't check for untranslated
11221         file systems here.
11222         (find-buffer-file-type-coding-system): For reading a file,
11223         check for binary file, then text file, then existing file,
11224         then whether file name is translated.
11226         * textmodes/text-mode.el (text-mode-hook-identify): New function,
11227         put on text-mode-hook.  Set text-mode-variant here.
11228         (text-mode): Don't set it here.
11230         * disp-table.el (standard-display-european): Doc fix.
11232 1997-08-29  Carsten Dominik  <dominik@strw.LeidenUniv.nl>
11234         * reftex.el (reftex-customize): Added call to customize browse.
11235         (reftex-show-commentary): New function.
11236         (reftex-label-alist): Prefix may contain % escapes.  Nth macro
11237         argument may be context.  May give two different context methods.
11238         (reftex-default-label-alist-entries): Customization type changed.
11239         (reftex-label-menu-flags): Extra flag for searches.
11240         (reftex-cite-format): Changed completely, % escapes are now used.
11241         (reftex-comment-citations): New variable.
11242         (reftex-cite-comment-format): New variable.
11243         (reftex-cite-punctuation): New variable.
11244         (reftex-make-master-buffer): Changed name of master buffer,
11245         removed interactive.  Runs a hook on the buffer.  Interprete
11246         TEXINPUTS environment variable.  Allow naked argument for \input.
11247         Master buffer is now in fundamental mode.
11248         (reftex-access-scan-info): Name of master buffer changed.
11249         (reftex-section-regexp): Is now computed from section levels,
11250         not set independantly.
11251         (reftex-section-levels): Made customizable.
11252         (reftex-label): Interpret % escapes in prefix.  Use label format
11253         if given.
11254         (reftex-replace-prefix-escapes): New function.
11255         (reftex-uniquify-label): New function.
11256         (reftex-next-label-number): Function definition removed.
11257         (reftex-reference): Use reftex-uniquify-label.  Allow more general
11258         label commands.
11259         (reftex-offer-label-menu):
11260         Interpret new flag in reftex-label-menu-flags.
11261         (reftex-make-and-insert-label-list): Use text properties to record
11262         label index.
11263         (reftex-find-nearby-label): Allow more general label commands.
11264         (reftex-scan-buffer-for-labels): Allow more general label commands.
11265         (reftex-init-section-numbers): New function.
11266         (reftex-allow-for-ctrl-m): New function.
11267         (reftex-label-info-update): Allow more general label commands.
11268         (reftex-label-info): New parameter derive.
11269         (reftex-short-context): Interprete integer parse as nth arg of macro.
11270         (reftex-nth-parens-substring): New function.
11271         (reftex-select-item): Interprete the new 'cnt text property.
11272         (reftex-pop-to-label): Allow more general label commands.
11273         (reftex-nicify-text): Allow more general label commands.
11274         (reftex-toc): Remember previous window configuration.  Use text
11275         properties to store info.  Bind mouse-2.
11276         (reftex-make-master-buffer): New Hook.
11277         (reftex-last-window-height): New variable.
11278         (reftex-toc-show-help): New function.
11279         (reftex-toc-help): New constant.
11280         (reftex-nearest-section): Use text properties to store info.
11281         (reftex-empty-toc-buffer): New function.
11282         (reftex-re-enlarge): New function.
11283         (reftex-toc-goto-line): New function.
11284         (reftex-toc-mouse-goto-line-and-hide): New function.
11285         (reftex-cite-format-builtin): New constant.
11286         (reftex-cite-format-default): Constant removed.
11287         (reftex-cite-format-1-author-simple): Constant removed.
11288         (reftex-cite-format-2-authors): Constant removed.
11289         (reftex-get-bib-names): New function.
11290         (reftex-get-bib-authors) Function removed.
11291         (reftex-format-bib-entry): Use now reftex-get-bib-names.
11292         (reftex-citation): Completely rewritten.  Offers selection of
11293         different cite macros first, then the reference menu.  Works with
11294         the various new variables mentioned above.  Accept the `a' key to
11295         use all selected citations.
11296         (reftex-insert-bib-matches): New function.
11297         (reftex-format-citation): Now interpretes % escapes.
11298         (reftex-select-item): Emulate a search in the menu buffer.
11299         Interpret the 'cnt text property.
11300         (reftex-view-crossref): Allow more general label, cite and ref macros.
11301         (reftex-highlight-overlays): Add third overlay for search
11302         in menu buffer.
11303         (reftex-label-alist-builtin): xalignat and xxalignat environments
11304         added.  Slightly reorganized.
11305         (reftex-reset-scanning-information): Just empty *toc* buffer, do
11306         not kill it.
11307         (reftex-compute-ref-cite-tables): Read the new options in
11308         `reftex-label-alist' and store them.  Calculate the section regexp.
11310 1997-08-28  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11312         * compile.el (compilation-error-regexp-alist):
11313         Allow spaces in file names for Microsoft C;
11314         check more carefully for the rest of the error message.
11316         * international/mule-cmds.el (set-terminal-coding-system):
11317         Enable for menus whenever not using X.
11318         (set-keyboard-coding-system): Likewise.
11320         * international/quail.el (quail-define-package): New arg SIMPLE.
11321         (quail-simple-translation-keymap): New keymap.
11323         * textmodes/texnfo-upd.el, textmodes/texinfmt.el
11324         (defgroup, defcustom): Add Emacs 19 compatibility definitions.
11325         * textmodes/texinfo.el
11326         (defgroup, defcustom): Add Emacs 19 compatibility definitions.
11328 1997-08-28  Kenichi Handa  <handa@etl.go.jp>
11330         * international/mule.el (make-coding-system): Make TYPE 5 means
11331         raw-text.
11332         (after-insert-file-set-buffer-file-coding-system): Set
11333         enable-multibyte-characters to nil if we read a file with
11334         no-conversion or raw-text-XXXX.
11336         * international/mule-conf.el (raw-text): New coding system.  Set
11337         coding-category-raw-text to raw-text.
11339         * language/english.el (setup-english-environment): Set
11340         coding-category-raw-text to raw-text.
11342         * language/viet-util.el (setup-vietnamese-environment): Set
11343         coding-category-raw-text to vietnamese-viscii.
11345         * language/cyril-util.el (setup-cyrillic-alternativnyj-environment):
11346         Set coding-category-raw-text to cyrillic-alternativnyj.
11348         * international/mule-cmds.el (update-leim-list-file): Make it
11349         handle multiple directories.
11350         (update-all-leim-list-files): Deleted.
11352         * international/quail.el (quail-update-leim-list-file): Make it
11353         handle multiple directories.
11355 1997-08-28  Kenichi Handa  <handa@etl.go.jp>
11357         * earcon.el: Require cl at compile time before loading gnus, etc.
11359 1997-08-28  Tomohiko Morioka  <tmorioka@mule.etl.go.jp>
11361         * nnfolder.el (nnfolder-request-list): Override
11362         'nnmail-file-coding-system' by 'nnmail-active-file-coding-system'.
11363         (nnfolder-request-list, nnfolder-possibly-change-group): Protect
11364         from conversion by `pathname-coding-system' for XEmacs/mule.
11365         (nnfolder-group-pathname): Encode pathname for Emacs 20.
11367         * nnmh.el (nnmh-request-list, nnmh-active-number): Protect from
11368         conversion by `pathname-coding-system' for XEmacs/mule.
11370         * nnml.el (nnml-possibly-change-directory): Likewise.
11371         (nnml-retrieve-headers, nnml-request-article)
11372         (nnml-request-group, nnml-request-list): Likewise.
11374         * nnmail.el (nnmail-active-file-coding-system): New variable.
11375         (nnmail-insert-xref): Encode pathname for Emacs 20.
11376         (nnmail-write-region, nnmh-retrieve-headers, nnmh-request-article)
11377         (nnmh-request-group, nnmh-possibly-change-directory): Protect from
11378         conversion by `pathname-coding-system' for XEmacs/mule.
11379         (nnmail-pathname-coding-system): New variable.
11380         (nnmail-group-pathname): Encode pathname for Emacs 20.
11381         nnmail-file-coding-system): New variable.
11382         (nnmail-find-file): Bind `coding-system-for-read' with
11383         `nnmail-file-coding-system' for Emacs/mule and XEmacs/mule.
11384         (nnmail-write-region): Bind `coding-system-for-write' with
11385         `nnmail-file-coding-system' for Emacs/mule and XEmacs/mule.
11387         * nnheader.el (nnheader-pathname-coding-system): New variable.
11388         (nnheader-file-coding-system): New variable.
11389         (nnheader-group-pathname): Encode pathname for Emacs 20.
11390         (nnheader-find-file-noselect): Bind `coding-system-for-read' with
11391         `nnheader-file-coding-system' for Emacs/mule and XEmacs/mule.
11392         (nnheader-insert-file-contents): Bind `coding-system-for-read'
11393         with `nnheader-file-coding-system' for Emacs/mule and XEmacs/mule.
11395         * nntp.el (nntp-coding-system-for-read): New variable.
11396         (nntp-open-connection): Bind `coding-system-for-read' with
11397         `nntp-coding-system-for-read' for Emacs/mule and XEmacs/mule.
11399         * nnspool.el (nnspool-file-coding-system): New variable.
11400         (nnspool-retrieve-headers, nnspool-retrieve-headers-with-nov)
11401         (nnspool-find-file): Override `nnheader-file-coding-system' by
11402         `nnspool-file-coding-system' for gnspool on Windows 95/NT.
11404         * gnus-sum.el (gnus-structured-field-decoder): New variable.
11405         (gnus-unstructured-field-decoder): New variable.
11406         (gnus-get-newsgroup-headers, gnus-nov-parse-line): Use
11407         `gnus-structured-field-decoder' and
11408         `gnus-unstructured-field-decoder' for Subject field.
11410 1997-08-28  Miyashita Hisashi  <himi@etl.go.jp>
11412         * pop3.el (pop3-movemail-file-coding-system): Append it for
11413         assigning a coding system to receive mail with pop3.
11414         (pop3-movemail): Modify for writing messages with
11415         pop3-movemail-file-coding-system.
11417 1997-08-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11419         * textmodes/text-mode.el (text-mode-hook): New defvar.
11420         (text-mode-variant): New variable.
11421         (text-mode): Set that variable locally.
11422         (toggle-text-mode-auto-fill): New command.
11424         * timer.el (timer-event-handler): Reactivate timer first,
11425         then run the handler function.
11427         * isearch.el (isearch-printing-char): Handle nonascii-insert-offset.
11429         * emacs-lisp/cl.el (last*): Definition deleted.
11431         * subr.el (last): Accept optional second argument.
11433         * progmodes/sh-script.el (sh-indent-line): Delete debugging code.
11435 1997-08-27  Dave Love  <d.love@dl.ac.uk>
11437         * browse-url.el (browse-url-mail): Use compose-mail[-other-window],
11438         not always `mail'.
11440 1997-08-27  Eli Zaretskii  <eliz@is.elta.co.il>
11442         * ps-print.el (ps-print-region-with-faces): Don't call
11443         ps-generate.
11445         * term/pc-win.el (msdos-color-aliases): Add missing colors.
11446         (msdos-color-translate): Handle "deep" and "pale" color
11447         varieties.
11449 1997-08-27  Dave Love  <d.love@dl.ac.uk>
11451         * browse-url.el: Change the custom group to `hypermedia'.
11452         (browse-url-netscape-version): New variable.
11453         (browse-url-netscape-reload): Use it to account for reported
11454         backwards incompatibility.
11456 1997-08-27  Eli Zaretskii  <eliz@psilocin.gnu.ai.mit.edu>
11458         * term/internal.el: Add coding: emacs-mule tag, to prevent
11459         interpreting this as sjis-encoded file.
11461 1997-08-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11463         * forms.el (forms-read-only): Un-customize, and doc fix.
11465         * mail/rmailsum.el (rmail-summary-get-new-mail):
11466         Handle args like rmail-get-new-mail, and pass them to that function.
11468         * winner.el: Many changes by Ivar Rummelhoff.
11470 1997-08-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11472         * language/european.el (setup-8-bit-environment): Load the latin-N
11473         file again each time.
11475         * files.el (find-file-literally): Doc fix.
11477         * help.el (help-with-tutorial): Doc fix.
11479 1997-08-26  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11481         * mail/mail-utils.el (mail-strip-quoted-names):
11483         * ps-print.el (ps-rmail-mode-hook): New function.
11484         (ps-print-message-from-summary): New function.
11485         (ps-vm-print-message-from-summary): Use that.
11486         (ps-gnus-print-article-from-summary): Likewise.
11487         (ps-rmail-print-message-from-summary): New function.
11489         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
11490         Give formfeed whitespace syntax.
11492         * international/mule-diag.el (mule-diag): Add save-excursion calls.
11494 1997-08-26  Michael Ernst  <mernst@cs.washington.edu>
11496         * mail-utils.el (mail-strip-quoted-names): Retain one whitespace
11497         character between addresses.
11499 1997-08-26  Boris Goldowsky  <boris@gnu.ai.mit.edu>
11501         * facemenu.el (facemenu-unlisted-faces): Expand variable
11502         definition to allow regexps; add regexps for some packages that
11503         define a lot of faces.
11504         (facemenu-add-new-face): Test new face against regexps.
11505         (list-colors-display): Rather than creating a zillion faces, use
11506         new (foreground-color . COLOR) and (background-color . COLOR)
11507         face properties.
11509 1997-08-26  Kenichi Handa  <handa@etl.go.jp>
11511         * files.el (revert-buffer): Read a file without any code
11512         conversion if we are reverting from an auto-saved file.
11514         * language/japanese.el (set-language-info-alist): Change
11515         iso-2022-7bit to iso-2022-jp.
11517         * replace.el (query-replace-read-args): Locally bind
11518         minibuffer-inherit-input-method to t to make a minibuffer inherit
11519         the current input method.
11520         (map-query-replace-regexp, keep-lines, flush-lines): Likewise.
11521         (how-many, occur): Likewise.
11523         * international/mule-cmds.el
11524         (inactivate-current-input-method-function): Doc-string modified.
11525         (input-method-activate-hook): Likewise.
11526         (input-method-inactivate-hook): Likewise.
11527         (activate-input-method): Document it.
11528         (inactivate-input-method): Document it.
11530         * language/tibet-util.el (tibetan-composition): Add autoload
11531         cookies.
11533 1997-08-26  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11535         * gnus/gnus-nocem.el: Require cl at compile time.
11537         * gnus/gnus.el (gnus-select-method): Change the other ignore-errors.
11539         * gnus/gnus-group.el (gnus-group-make-useful-group):
11540         Don't use caddr in interactive.
11542         * gnus/gnus-art.el (gnus-emphasis-alist): Don't use caddr.
11544         * mail/rmail.el (rmail-mode-1):
11545         Update the value for mode-line-modified.
11547 1997-08-25  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11549         * custom.el (custom-declare-variable): Use custom-initialize-reset
11550         by default, rather than custom-initialize-set.
11551         (custom-initialize-reset, custom-initialize-set): Doc fixes.
11553         * gnus/gnus-int.el, gnus/gnus-msg.el, gnus/gnus-undo.el:
11554         Require cl at compile time.
11556         * progmodes/cmacexp.el (c-macro-expand): Add autoload cookie.
11558         * cus-dep.el (custom-make-dependencies): Don't print each file name.
11560 1997-08-24  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11562         * custom.el (custom-declare-variable): Rename 2nd arg to DEFAULT.
11564         * emacs-lisp/easymenu.el (easy-menu-create-keymaps): If nil is
11565         given as the enable condition, always disable the command.
11567         * comint.el (comint-preoutput-filter-functions): New variable.
11568         (comint-output-filter): Call those functions.
11569         (comint-output-filter-functions, comint-mode): Doc fix.
11571         * faces.el (modify-face): Fix previous change.
11573         * add-log.el (change-log-font-lock-keywords):
11574         Match "Patches by".  Match all kinds of acks after `  '.
11576         * mail/rmail.el (rmail-view-buffer): Doc fix.
11577         (rmail-summary-buffer, rmail-summary-vector): Mark as permanent local.
11578         (rmail-buffer): Add defvar and mark as permanent local.
11580 1997-08-24  Erik Naggum  <erik@naggum.no>
11582         * simple.el (eval-expression): Prefix arg means insert value in
11583         current buffer.
11585 1997-08-23  Kenichi Handa  <handa@etl.go.jp>
11587         * international/quail.el (quail-terminate-translation): Doc-string
11588         fixed.  Set quail-prefix-arg to nil after handling it.
11589         (quail-self-insert-command): Set overriding-terminal-local-map to
11590         nil when thrown for `quail-tag' by value nil.
11592 1997-08-23  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11594         * tmm.el (tmm-get-keymap): Ignore any command now disabled for menus.
11596         * textmodes/texinfo.el (texinfo-mode): Turn off adaptive-fill-mode.
11598         * winner.el: Doc fixes.
11600         * gnus/messcompat.el (message-signature-file): Delete autoload cookie.
11602         * gnus/nnvirtual.el (nnvirtual-merge-sorted-lists):
11603         Use sort, not merge.
11604         (nnvirtual-partition-sequence): Use mapcar, not mapc.
11605         (nnvirtual-create-mapping): Don't use delete-if-not.
11607         * gnus/nnfolder.el (nnfolder-generate-active-file): Don't use remove.
11609         * gnus/gnus-start.el: Require cl at compile time.
11610         (gnus-site-init-file): Use condition-case.
11612         * gnus/gnus-art.el: Require cl at compile time.
11613         * gnus/gnus-async.el: Likewise
11614         * gnus/gnus-cite.el, gnus/gnus-kill.el, gnus/gnus-logic.el: Likewise.
11615         * gnus/gnus-group.el, gnus/gnus-salt.el, gnus/gnus-score.el: Likewise.
11616         * gnus/gnus-spec.el, gnus/gnus-srvr.el, gnus/gnus-start.el: Likewise.
11617         * gnus/gnus-sum.el, gnus/gnus-topic.el, gnus/gnus-win.el: Likewise.
11618         * gnus/nnweb.el, gnus/gnus-bcklg.el: Likewise.
11619         * gnus/gnus-cache.el, gnus/gnus-demon.el, gnus/gnus-dup.el: Likewise.
11620         * gnus/gnus-range.el, gnus/nnheader.el: Likewise.
11622         * gnus/parse-time.el: Require cl only at compile time.
11623         * gnus/gnus-setup.el, gnus/nneething.el, gnus/nnmail.el: Likewise.
11624         * gnus/nnmh.el, gnus/nnml.el, gnus/nnoo.el: Likewise.
11626         * gnus/gnus-util.el: Require cl only at compile time.
11627         (gnus-parent-id): Don't use last with 2 args.
11629         * gnus/gnus.el: Require cl at compile time.
11630         (gnus-select-method): Use condition-case, not ignore-errors.
11631         (gnus-check-backend-function): Definition moved up.
11633         * gnus/message.el: Require cl only at compile time.
11634         (message-user-agent): Use condition-case, not ignore-errors.
11635         (message-talkative-question): Doc fix.
11637         * subr.el (caar, cadr, cdar, cddr): Definitions moved here
11638         and changed into defsubsts.
11639         (last): New function.
11641         * emacs-lisp/cl.el (caar, cadr, cdar, cddr): Moved to subr.el.
11642         (last): Function renmed to last*.
11643         * emacs-lisp/cl-macs.el (cl-loop-let): Use last*.
11645         * time.el (display-time-hook): Minor doc fix.
11647         * ps-print.el (ps-zebra-stripes): Renamed from ps-zebra-stripe.
11648         (ps-zebra-stripe-height): Renamed from ps-number-of-zebra.
11650         * vc.el (vc-version-diff): Mention that default file is visited file.
11652         * textmodes/sgml-mode.el (sgml-mode-common):
11653         Set paragraph-start like paragraph-separate.
11654         Do match a line which is just a <...> construct after whitespac.e
11655         Set adaptive-fill-regexp to match whitespace only.
11657         * emacs-lisp/autoload.el (update-file-autoloads):
11658         Be careful about which directory to find loaddefs.el in.
11660         * gnus/message.el (message-user-agent): Add autoload cookie.
11662         * progmodes/sh-script.el (sh-indent-line): Avoid infinite loop
11663         on indented line at start of buffer, when calculating PREVIOUS.
11665 1997-08-22  Stephen Gildea  <gildea@stop.mail-abuse.org>
11667         * time-stamp.el (time-stamp-time-zone): New variable.
11668         (time-stamp-string): Use that time zone.
11669         (time-stamp-active, time-stamp-warn-inactive)
11670         (time-stamp-old-format-warn): Definitions moved.
11672 1997-08-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11674         * faces.el (modify-face): New arg INVERSE-P.
11675         Clear the inverse-video flag before installing new colors.
11676         (face-spec-set): Pass INVERSE-P arg, and use (nil) for colors
11677         when calling modify-face.
11679         * add-log.el (change-log-font-lock-keywords): Recognize "Patch by".
11681         * textmodes/paragraphs.el (use-hard-newlines): Un-customized.
11683         * menu-bar.el (menu-bar-make-toggle): New macro.
11684         (menu-bar-options-menu): New submenu of Help menu.
11685         Define several menu items for it.
11687         * shell.el (shell-snarf-envar, shell-copy-environment-variable):
11688         New functions.
11690         * progmodes/hideif.el (hif-greater, hif-less, hif-greater-equal)
11691         (hif-less-equal): New functions.
11692         (hif-tokenize): Handle new tokens >, <, >=, <=.
11693         (hif-eq-expr): Handle parsing these new tokens.
11694         (hif-token-regexp): Match >, <. >=, <=.
11696         * delsel.el (delete-selection-mode): Put back :initialize keyword.
11697         At the end of the file, test this variable, and turn on the mode
11698         if it is non-nil.
11700 1997-08-22  Olivier Lecarme  <ol@aiguemarine.unice.fr>
11702         * textmodes/paragraphs.el: Customized.
11703         * textmodes/nroff-mode.el: Customized.
11705 1997-08-22  Karl Fogel  <kfogel@floss.red-bean.com>
11707         * bookmark.el (bookmark-load): Use `bookmark-import-new-list' to
11708         load the new list carefully, renaming bookmarks as necessary.
11709         In docstring, mention new renaming behavior.
11710         Optional arg OVERWRITE replaces inaccurately-named REVERT.
11711         If file loaded was bookmark-default-file, then set
11712         bookmarks-already-loaded to t.
11713         (bookmark-import-new-list): New func.
11714         (bookmark-maybe-rename): New func, helper to above.
11715         (bookmark-set-name): Accept bookmark as either string (behaves
11716         same as before) or list (treat it as a bookmark record).
11718         (bookmark-set, bookmark-maybe-load-default-file)
11719         (bookmark-jump-noselect, bookmark-rename)
11720         (bookmark-show-annotation): Discard pointless `progn's.
11722         (bookmark-bmenu-mark, bookmark-bmenu-unmark)
11723         (bookmark-bmenu-backup-unmark, bookmark-bmenu-delete-backwards):
11724         Renormalize position after all else is done.
11726         (bookmark-edit-annotation-mode, bookmark-bmenu-list)
11727         (bookmark-show-annotation, bookmark-show-all-annotations):
11728         Use `x' instead of `(not (eq x nil))'.
11730         (bookmark-yank-word): Inner save-excursion changed to progn.
11731         (bookmark-send-annotation, bookmark-send-edited-annotation)
11732         (bookmark-insert): Use buffer-string instead of buffer-substring.
11733         (bookmark-make-cell): Make sure annotation and info-node strings
11734         contain no text properties.
11735         (bookmark-relocate): Remember to rebuild bmenu buffer after a
11736         bookmark has been relocated.
11737         (bookmark-bmenu-check-position): Return a meaningful value --
11738         callers have apparently been assuming this anyway.
11739         (bookmark-build-xemacs-menu): Unused function deleted.
11740         (bookmark-version): Removed this variable; the Emacs version suffices.
11742 1997-08-22  Simon Marshall  <simon@gnu.ai.mit.edu>
11744         * shell.el (shell-mode): Make shell-last-dir buffer-local.
11746 1997-08-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11748         * indent.el (indent-relative, insert-tab):
11749         Don't call expand-abbrev unless preceding character is a word char.
11751 1997-08-21  Michael Kifer  <kifer@cs.sunysb.edu>
11753         * viper.el (viper-set-hooks): New advices and hooks for mule.
11754         (toggle-viper-mode): New function.
11755         * viper-util.el (viper-set-syntax-preference)
11756         (viper-update-syntax-classes): New functions.
11757         (viper-looking-*, viper-skip-*): Revamped to work better with syntax
11758         tables.
11759         * viper-cmd.el (viper-replace-char-subr, viper-word-*)
11760         (viper-separator-skipback-special): Made to work with mule and syntax
11761         tables.
11762         (viper-change-state): Moved iso-accents-mode handling here from
11763         viper-change-state-to-vi/insert/etc.  Also now toggles MULE.
11765 1997-08-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11767         * textmodes/bibtex.el: Many doc strings.
11769 1997-08-21  Olivier Lecarme  <ol@aiguemarine.unice.fr>
11771         * textmodes/bibtex.el: Customized.
11773 1997-08-21  Kenichi HANDA  <handa@etl.go.jp>
11775         * language/cyril-util.el (setup-cyrillic-environment): Deleted.
11776         (setup-cyrillic-iso-environment): New function.
11777         (setup-cyrillic-koi8-environment): New function.
11778         (setup-cyrillic-alternativnyj-environment): New function.
11780         * language/cyrillic.el: Make describe-cyrillic-environment-map and
11781         setup-cyrillic-environment-map prefix commands and bind [Cyrillic]
11782         to them in describe-environment-map and setup-environment-map
11783         respectively.  Divide language environemnt "Cyrillic" into three:
11784         "Cyrillic-ISO", "Cyrillic-KOI8", and "Cyrillic-ALTERNATIVNYJ".
11786         * international/mule.el (auto-file-coding-system): New function.
11787         (auto-file-coding-system-function): Set this variable to
11788         `auto-file-coding-system'.
11790         * international/quail.el (quail-terminate-translation): Run
11791         input-method-after-insert-chunk-hook only when the current input
11792         method doesn't require conversion.
11793         (quail-no-conversion): Run input-method-after-insert-chunk-hook.
11795         * international/mule-util.el (coding-system-unification-table):
11796         Deleted.
11797         (coding-system-unification-table-for-decode): New function.
11798         (coding-system-unification-table-for-encode): New function.
11800         * international/mule.el (make-coding-system): Doc-string fixed.
11802         * international/fontset.el (register-alternate-fontnames): New
11803         function.
11804         (x-complement-fontset-spec): Register alternate fontnames by
11805         calling register-alternate-fontnames.
11806         (instanciate-fontset): Likewise.
11808 1997-08-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11810         * ps-print.el (ps-print-face-extension-alist): Doc fix.
11811         (ps-new-faces): Function deleted.
11813 1997-08-20  Dave Love  <d.love@dl.ac.uk>
11815         * browse-url.el: Minor doc fixes.
11816         (browse-url-temp-dir): New variable.
11817         (browse-url-of-buffer): Use browse-url-temp-dir.  Don't construct
11818         a temporary file name which includes an arbitrary buffer name to
11819         avoid losing on non-unixy systems.
11821 1997-08-20  Vinicius Jose Latorre  <vinicius@cpqd.br>
11823         * ps-print.el: A lot of comment and doc fixes.
11824         Replace: 'nil by nil, '() by nil, 't by t.
11825         (ps-print-version): New version number (3.05).
11826         (ps-zebra-stripe, ps-number-of-zebra, ps-line-number)
11827         (ps-print-background-image, ps-print-background-text): New variables
11828         to customize zebra stripes, line number, image background and text
11829         background features, respectively.
11830         (ps-adobe-tag): Tagged to PostScript level 3.
11831         (ps-print-buffer, ps-print-buffer-with-faces)
11832         (ps-print-region, ps-print-region-with-faces)
11833         (ps-spool-buffer, ps-spool-buffer-with-faces)
11834         (ps-spool-region, ps-spool-region-with-faces): Call more primitive
11835         functions for PostScript printing (functions below).
11836         (ps-print-with-faces, ps-print-without-faces)
11837         (ps-spool-with-faces, ps-spool-without-faces): More primitive
11838         functions for PostScript printing.
11839         (ps-line-lengths, ps-nb-pages-buffer, ps-nb-pages-region)
11840         (ps-line-lengths-internal, ps-nb-pages): Doc fixes.
11841         (ps-print-prologue-1): A lot of PostScript programming:
11842         /dobackgroundstring, /dounderline, /UL: Postscript functions deleted.
11843         /reencodeFontISO, /F, /BG, /HL, /W, /S, /BeginDSCPage, /BeginPage,
11844         /EndPage: adjusted for new effects (outline, shadow, etc).
11845         /PLN, /EF, /Hline, /doBox, /doRect, /doShadow, /doOutline,
11846         /FillBgColor, /doLineNumber, /printZebra, /doColumnZebra,
11847         /doZebra, /BeginBackImage, /EndBackImage, /ShowBackText: New procedures.
11848         (ps-current-underline-p, ps-set-underline): Var and fn deleted.
11849         (ps-showline-count, ps-background-pages, ps-background-all-pages)
11850         (ps-background-text-count, ps-background-image-count): New variables.
11851         (ps-header-font, ps-header-title-font)
11852         (ps-header-line-height, ps-header-title-line-height)
11853         (ps-landscape-page-height): Set initial value to nil.
11854         (ps-print-face-extension-alist, ps-print-face-map-alist):
11855         New variables for face remapping.
11856         (ps-new-faces, ps-extend-face-list, ps-extend-face):
11857         New functions for face remapping.
11858         (ps-override-list, ps-extension-to-bit-face)
11859         (ps-extension-to-screen-face, ps-extension-bit)
11860         (ps-initialize-faces, ps-map-font-lock, ps-screen-to-bit-face):
11861         New internal functions for face remapping.
11862         (ps-get-page-dimensions): Fix error message.
11863         (ps-insert-file): Doc fix and programming enhancement.
11864         (ps-begin-file, ps-end-file, ps-get-buffer-name, ps-begin-page)
11865         (ps-next-line, ps-plot-region, ps-face-attributes)
11866         (ps-face-attribute-list, ps-plot-with-face)
11867         (ps-generate-postscript-with-faces): Handle new output features.
11868         (ps-generate): save-excursion inserted to return back point at
11869         position before calling ps-print.
11870         (ps-do-spool): Access dos-ps-printer variable through symbol-value.
11871         (ps-prsc, ps-c-prsc, ps-s-prsc): Use backquote.
11872         (ps-basic-plot-whitespace, ps-emacs-face-kind-p): Internal blank
11873         line eliminated.
11874         (ps-float-format, ps-current-effect): New internal variables.
11875         (ps-output-list, ps-count-lines, ps-background-pages)
11876         (ps-get-boundingbox, ps-float-format, ps-background-text)
11877         (ps-background-image, ps-background, ps-header-height)
11878         (ps-get-face): New internal functions.
11879         (ps-control-character): Handle control characters.
11880         (ps-gnus-print-article-from-summary): Updated for Gnus 5.
11881         (ps-jack-setup): Replace 'nil by nil, 't by t.
11883 1997-08-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11885         * mail/sendmail.el (mail-yank-original): Bind mark-even-if-inactive
11886         around the indentation and citation hooks code.
11888         * mail/sendmail.el (mail-send-nonascii): Make the default t.
11890         * calendar.el (calendar-julian-date-string): Mark not interactive.
11892 1997-08-19  Kenichi Handa  <handa@etl.go.jp>
11894         * files.el (append-to-file): Doc-string fixed.
11896         * international/quail.el (quail-exit-from-minibuffer): Call
11897         inactivate-input-method instead of (quail-mode -1).
11898         (quail-kill-guidance-buf): New function.
11899         (quail-mode): Doc-string and comments modified.  Make this
11900         function non-interactive.  Add quail-kill-guidance-buf to
11901         kill-buffer-hook locally.
11902         (quail-start-translation): Check if the current Quail package
11903         requires keyboard tranlation feature.
11904         (quail-start-translation-in-conversion-mode): Likewise.
11905         (quail-terminate-translation): Run hooks in
11906         input-method-after-insert-chunk-hook.
11907         (quail-update-translation): Don't run hooks in
11908         input-method-after-insert-chunk-hook here.
11909         (quail-setup-completion-buf): New function.
11910         (quail-show-guidance-buf): Create completion buffer by calling
11911         quail-setup-completion-buf.
11912         (quail-completion): Create completion buffer if it is not alive.
11914         * international/encoded-kb.el (encoded-kbd-mode): Doc-string
11915         modified.  Make this a non-interactive function.
11916         (encoded-kbd-iso2022-designation): Do not enter recursive edit twice.
11917         (encoded-kbd-iso2022-non-ascii-map): Bind 8-bit keys to
11918         encoded-kbd-handle-8bit.
11920         * international/titdic-cnv.el (tit-process-body): Handle `\' used
11921         for quoting the following digits correctly.
11923         * international/isearch-x.el
11924         (isearch-process-search-multibyte-characters): If
11925         read-multilingual-string returns null string, just call isearch-update.
11927 1997-08-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11929         * language/china-util.el: Don't set primary-language.
11931         * language/ethio-util.el (setup-ethiopic-environment):
11932         Don't set primary-language.
11934         * language/cyril-util.el (setup-cyrillic-environment):
11935         Don't set primary-language.
11937         * international/mule-cmds.el (primary-language): Variable deleted.
11938         * international/mule-diag.el (mule-diag): Don't print primary-language.
11940         * help.el (help-with-tutorial): Use current-language-environment.
11942 1997-08-18  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
11944         * calendar.el: Add an autoload form for calendar-print-julian-date.
11946         * international/encoded-kb.el (encoded-kbd-iso2022-designations)
11947         (encoded-kbd-iso2022-invocations): Don't make these vars buffer-local.
11948         (encoded-kbd-mode): Don't make encoded-kbd-iso2022-designations
11949         or encoded-kbd-iso2022-invocations buffer-local.
11951         * textmodes/fill.el (fill-individual-paragraphs): Fix handling
11952         of adaptive-fill.  Call fill-context-prefix, but bind
11953         adaptive-fill-first-line-regexp to a null string.
11955 1997-08-18  Olivier Lecarme  <ol@aiguemarine.unice.fr>
11957         * forms.el, hscroll.el, indent.el, server.el, sort.el: Customized.
11959 1997-08-18  Mark Mitchell  <mmitchell@usa.net>
11961         * font-lock.el (c++-font-lock-keywords-2):
11962         Ensure that public and private are not fontified as labels.
11964 1997-08-18  Kenichi Handa  <handa@etl.go.jp>
11966         * international/kkc.el (kkc-region): New arg
11967         kkc-mode-exit-function.
11969         * international/quail.el (quail-inactivate): Turn Quail mode off
11970         by itself.
11971         (quail-translation-keymap): Don't bind thee key "C-\".
11972         (quail-conversion-keymap): Likewise.
11973         (quail-define-package): Indentation fixed.
11974         (quail-setup-overlays): New arg conversion-mode.  Pay attention to
11975         input-method-highlight-flag.
11976         (quail-mode-line-format): Deleted.
11977         (quail-generate-mode-line-format): Deleted.
11978         (quail-mode): Don't handle input-method-inactivate-hook and
11979         input-method-activate-hook here.  Delete code setting
11980         quail-mode-line-format.
11981         (quail-saved-current-map): Name changed from
11982         quail-saved-overriding-local-map.
11983         (quail-toggle-mode-temporarily): Completely re-written.
11984         (quail-execute-non-quail-command): Use
11985         quail-toggle-mode-temporarily.
11986         (quail-conv-overlay-modification-hook): Deleted.
11987         (quail-suppress-conversion): Deleted.
11988         (quail-start-translation): Completely re-written.
11989         (quail-start-translation-in-conversion-mode): Likewise.
11990         (quail-delete-region): Check if quail-overlay is active.
11991         (quail-get-current-str): Don't call throw.  Set
11992         overriding-terminal-local-map correctly.
11993         (quail-update-translation): Run hooks in
11994         input-method-after-insert-chunk-hook.
11995         (quail-self-insert-command): Catch 'quail-tag here.
11996         (quail-conversion-delete-char): Don't call throw.  Set
11997         overriding-terminal-local-map to nil.
11998         (quail-conversion-backward-delete-char): Likewise.
11999         (quail-no-conversion): Likewise.
12000         (quail-help-insert-keymap-description): Bind
12001         overriding-terminal-local-map instead of overriding-local-map.
12003         * international/mule-cmds.el (previous-input-method): This
12004         variable deleted.
12005         (input-method-history): New variable.
12006         (read-input-method-name): Bind minibuffer-history to
12007         input-method-history.
12008         (activate-input-method): Delete codes handling
12009         previous-input-method.  Run hooks in input-method-activate-hook.
12010         (inactivate-input-method): Update input-method-history.  Run hooks
12011         in input-method-inactivate-hook.
12012         (select-input-method): Doc-string modified.  Use
12013         input-method-history instead of previous-input-method.  Set
12014         default-input-method to input-method.
12015         (toggle-input-method): Doc-string modified.  Use
12016         input-method-history instead of previous-input-method.
12017         (read-multilingual-string): Bind minibuffer-setup-hook correctly.
12018         (input-method-exit-on-invalid-key): New variable.
12020         * isearch.el (isearch-multibyte-characters-flag): Deleted.
12021         (isearch-mode): Do not bind isearch-multibyte-characters-flag and
12022         isearch-input-method.
12023         (isearch-printing-char): Use current-input-method instead of
12024         isearch-input-method.
12025         (isearch-message-prefix): Likewise.
12027         * international/isearch-x.el (isearch-input-method): Deleted.
12028         (isearch-input-method-title): Deleted.
12029         (isearch-toggle-specified-input-method): Call toggle-input-method.
12030         (isearch-toggle-input-method): Likewise.
12031         (isearch-process-search-multibyte-characters): Use
12032         current-input-method instead of isearch-input-method.
12034 1997-08-17  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12036         * faces.el: Faces now have 2 more elements, bold-p and italic-p.
12037         (internal-facep, make-face, x-create-frame-with-faces):
12038         Create frames with those elements.
12039         (face-bold-p, face-italic-p): Just fetch those elements.
12040         (set-face-italic-p, set-face-bold-p): Doc fixes.
12041         (make-face-bold, make-face-italic, make-face-bold-italic)
12042         (make-face-unbold, make-face-unitalic): Set those new elements.
12044 1997-08-16  Geoff Voelker  <voelker@cs.washington.edu>
12046         * dos-w32.el: Set default coding system to undecided-dos.
12047         (find-buffer-file-type-coding-system):
12048         For writing, use buffer-file-coding-system if set, otherwise
12049         buffer-file-type.
12050         (find-file-not-found-set-buffer-file-coding-system):
12051         Renamed from find-file-not-found-set-buffer-file-type.
12052         Set buffer-file-coding-system as well as buffer-file-type.
12054 1997-08-16  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12056         * international/mule.el (load-with-code-conversion):
12057         Bind enable-multibyte-characters to t.
12059         * international/mule-cmds.el (toggle-input-method)
12060         (select-input-method): Always set default-input-method.
12061         Show default in the prompt only if there is one.
12063         * language/european.el (setup-latin1-environment): Don't set
12064         special-microsoft-code-table here.
12066         * international/mule-cmds.el (activate-input-method):
12067         Handle the new rule that default-input-method is now global only.
12069         * international/isearch-x.el (isearch-process-search-multibyte-characters):
12070         Bind input-method-verbose-flag, not input-method-tersely-flag.
12072         * international/mule-cmds.el (input-method-verbose-flag): Renamed
12073         from input-method-tersely-flag and sense inverted.
12074         (input-method-highlight-flag): New variable.
12075         (toggle-input-method): Pass missing arg to read-input-method-name.
12077         * international/quail.el (quail-guidance-buf): Now a permanent local.
12078         (quail-update-guidance, quail-show-guidance-buf):
12079         Test input-method-verbose-flag.
12080         (quail-setup-overlays): Underline quail-conv-overlay
12081         only if input-method-highlight-flag is non-nil.
12083 1997-08-16  Kenichi Handa  <handa@etl.go.jp>
12085         * language/china-util.el (setup-chinese-gb-environment): Delete
12086         a code setting default value of default-input-method.
12087         (setup-chinese-big5-environment): Likewise.
12088         (setup-chinese-cns-environment): Likewise.
12090         * language/ethio-util.el (setup-ethiopic-environment): Likewise.
12092         * language/european.el (setup-8-bit-environment): Likewise.
12094         * language/japan-util.el (setup-japanese-environment): Likewise.
12096         * language/korean.el (setup-korean-environment): Likewise.
12098         * language/tibet-util.el (setup-tibetan-environment): Likewise.
12100         * international/mule.el (make-coding-system): Add a new FLAGS
12101         element ACCEPT-LATIN-EXTRA-CODE.
12103         * international/mule-conf.el: Set 146th element of
12104         latin-extra-code-table to `t'.
12106 1997-08-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12108         * progmodes/etags.el (tags-verify-table): Obey revert-without-query.
12110         * loadup.el (loaddefs.el): Load that file much later, almost last.
12111         Delete most calls to garbage-collect.
12113 1997-08-15  Barry A. Warsaw  <cc-mode-help@python.org>
12115         * cc-styles.el (c-style-alist):
12116         "python" style requires c-comment-continuation-stars be "".
12118         * cc-engine.el (c-end-of-statement-1):
12119         Eliminate false hits on important characters
12120         inside literals (strings, comments).
12122         * cc-cmds.el (c-comment-line-break-function):
12123         In this function, and the defadvice,
12124         call indent-new-comment-line if not in a comment.
12126         * cc-cmds.el (c-fill-paragraph):
12127         Remove conditional on obsolete variable
12128         c-double-slash-is-comments-p.
12130         * cc-vars.el (c-buffer-is-cc-mode): Definition moved to cc-mode.el.
12132         * cc-mode.el (c-buffer-is-cc-mode):
12133         Definition moved here from cc-vars.el.  Also,
12134         put permanent-local property on variable so it's value won't get
12135         killed by kill-all-local-variables.
12137         * cc-mode.el (c++-mode, java-mode, objc-mode, idl-mode):
12138         Remove obsolete variable c-double-slash-is-comments-p.
12140         * cc-langs.el (c-double-slash-is-comments-p): Remove obsolete variable.
12142 1997-08-15  Boris Goldowsky  <boris@gnu.ai.mit.edu>
12144         * simple.el (shell-command-on-region): New argument ERROR-BUFFER.
12146         * format.el (format-alist): Typo fix.
12147         (format-encode-run-method, format-decode-run-method): Put error
12148         output from shell command in temp buffer, not data buffer.
12150 1997-08-14  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12152         * format.el (format-annotate-atomic-property-change): Fix prev change.
12154 1997-08-13  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12156         * simple.el (do-auto-fill): Better handling of a very long word
12157         after a fill-prefix.  Don't break right after the prefix and
12158         don't break at the end of the line.
12160         * emacs-lisp/lucid.el (extent-properties, extent-at): New functions.
12162 1997-08-12  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12164         * international/mule-cmds.el (default-input-method):
12165         Variable no longer automatically local.
12167         * language/european.el (setup-8-bit-environment):
12168         Use `require' to load the latin-N file.
12170         * international/quail.el (quail-start-translation):
12171         Use an explicit loop, not recursive edit.
12172         (quail-suppress-conversion): Doc fix.
12174         * international/mule-cmds.el (read-input-method-name):
12175         Replace INITIAL-INPUT arg with DEFAULT arg.
12176         Substitute it into to the prompt, if it is non-nil.
12177         (select-input-method): Call read-input-method-name the new way.
12178         (toggle-input-method): Likewise.
12180         * simple.el (forward-visible-line): Handle nil value from
12181         next-single-property-change or previous-single-property-change.
12183         * diary-lib.el (diary-entry-time): Bind case-fold-search to nil.
12185 1997-08-12  Per Abrahamsen  <abraham@dina.kvl.dk>
12187         * wid-edit.el (widget-before-change): Obey `inhibit-read-only'.
12189 1997-08-12  Eli Zaretskii  <eliz@is.elta.co.il>
12191         * add-log.el (change-log-font-lock-keywords): Don't consider
12192         a closeparen as part of a function or variable name.
12194 1997-08-12  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12196         * progmodes/etags.el (verify-tags-table-function): Doc fix.
12198         * emacs-lisp/lucid.el (set-extent-property): Don't allow
12199         multiple extents with a mouse-face property to run together.
12201         * textmodes/fill.el (fill-region-as-paragraph):
12202         When justifying, cope if line ends in spaces and no newline.
12204 1997-08-12  Eli Zaretskii  <eliz@psilocin.gnu.ai.mit.edu>
12206         * cus-edit.el (custom-file): Run ".emacs" through
12207         convert-standard-filename before using it.
12209 1997-08-12  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12211         * emacs-lisp/shadow.el (list-load-path-shadows): Exclude, from the
12212         path we search, all but the first set of directories that include
12213         the standard Emacs Lisp files.
12215         * mail/sendmail.el (mail-send): Ask for confirmation if
12216         message contains non-ASCII characters.
12217         (mail-send-nonascii): New variable.
12219         * compile.el (compilation-error-regexp-alist): New regexp for Caml.
12221 1997-08-11  Paul Eggert  <eggert@twinsun.com>
12223         * rmail.el (rmail-make-in-reply-to-field): Don't cause an
12224         error if the `From:' line has no valid email addresses.
12226 1997-08-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12228         * cal-tex.el (cal-tex-latexify-list):
12229         Put the elements of RESULT in the proper order.
12230         (cal-tex-list-diary-entries): Bind diary-list-include-blanks to nil.
12232         * progmodes/cc-cmds.el (c-electric-brace): Make preserve-p nil at BOB.
12234         * files.el (insert-file-literally): New command.
12236         * progmodes/cc-styles.el (c-style-alist) <gnu>:
12237         Set c-comment-continuation-stars and c-hanging-comment-ender-p.
12239         * language/european.el (setup-latin1-environment):
12240         Set code 222 in special-microsoft-code-table.
12242 1997-08-11  Dan Nicolaescu  <done@ece.arizona.edu>
12244         * abbrev.el: Customized.
12245         (only-global-abbrevs): Doc fix.
12247         * dabbrev.el (dabbrev-abbrev-skip-leading-regexp): Doc fix.
12249 1997-08-10  Per Abrahamsen  <abraham@dina.kvl.dk>
12251         * cus-face.el (custom-face-attributes): Don't initialize fg/bg fields.
12253 1997-08-10  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12255         * gnus/nnheaderxm.el: File deleted--not really needed.
12257         * avoid.el (mouse-avoidance-timer): New variable.
12258         (mouse-avoidance-mode): Create or cancel a time,
12259         instead of using post-command-idle-hook.
12261 1997-08-10  Eli Zaretskii  <eliz@is.elta.co.il>
12263         * term/pc-win.el (msdos-color-aliases): Remove color names which
12264         end with a number.
12265         (msdos-color-translate): Handle color names which end with a
12266         number, like gray85 and purple3.
12267         (msdos-face-setup): Call `face-set-after-frame-default', so
12268         default faces are correctly set.
12269         Do not set background of the region face (it is set by
12270         `face-set-after-frame-default').
12272         * dos-fns.el (dos-print-region-function): Force EOL conversion to
12273         DOS CR-LF pairs.
12275 1997-08-10  Barry A. Warsaw  <cc-mode-help@python.org>
12277         * Release 5.15
12279         * cc-align.el (c-lineup-java-throws):
12280         Change the `when' clause to an `if-progn'.
12282         * cc-cmds.el (indent-new-comment-line): On older Emacs versions,
12283         add advice, to work around lack of comment-line-break-function.
12285         * cc-cmds.el (c-electric-slash):
12286         Make this work as the final slash in a */ block
12287         oriented comment closing token.
12289         * cc-cmds.el (c-comment-line-break-function): New function.
12291         * cc-vars.el (c-buffer-is-cc-mode): New variable.
12293         * cc-vars.el (c-comment-continuation-stars): New variable.
12295         * cc-mode.el (c-initialize-cc-mode): Set c-buffer-is-cc-mode to t.
12297         * cc-mode.el (c-initialize-cc-mode): Require 'cc-mode-19
12298         if functionp is not bound.  Check cc-mode-19 interface requirements.
12300         * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode, idl-mode):
12301         Don't set comment-multi-line here.
12303         * cc-mode.el (c-mode): c-comment-start-regexp uses
12304         c-C++-comment-start-regexp to support line oriented comments.
12306         * cc-langs.el (c-mode-base-map, c++-mode-map):
12307         Move `/' as an electric character
12308         from c++-mode-map to c-mode-base-map for all languages.
12310         * cc-langs.el (c-common-init): Set comment-multi-line and
12311         comment-line-break-function here for all modes.
12312         Make comment-line-break-function buffer local iff it's boundp.
12314         * cc-langs.el (c-C-comment-start-regexp): Obsolete.
12316         (c-comment-start-regexp): Initialize from c-C++-comment-start-regexp.
12318         (c-populate-syntax-table, c-setup-dual-comments): Merge both functions
12319         into c-populate-syntax-table.  With the new 9X draft C standard, both
12320         line and block oriented comments are supported in all modes, so always
12321         set up the syntax tables to support both comment styles.
12323         (c-enable-//-in-c-mode): Obsolete.
12325         * cc-langs.el (c++-mode-syntax-table, java-mode-syntax-table)
12326         (objc-mode-syntax-table, idl-mode-syntax-table): Added autoload
12327         cookies.  c-mode-syntax-table already has one.  Use the new syntax
12328         table initialization idioms.
12330         * cc-engine.el (c-guess-basic-syntax):
12331         CASE 5D.4: template argument continuation
12332         lines are now analyzed as template-args-cont.
12334         * cc-styles.el (c-offsets-alist):
12335         Added template-args-cont syntactic symbol.
12337         * cc-styles.el (c-styles-alist):
12338         In "java" style, set c-hanging-comment-starter-p to
12339         nil to preserve Javadoc starter lines.
12341 1997-08-10  Dan Nicolaescu  <done@ece.arizona.edu>
12343         * emulation/pc-select.el: Customized.
12345 1997-08-10  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
12347         * language/japanese.el: Make coding system iso-2022-jp instead of
12348         declaring it as an alias of iso-2022-7bit.
12350 1997-08-10  Kenichi Handa  <handa@etl.go.jp>
12352         * international/mule.el (make-coding-system): Add a new FLAGS
12353         elements SAFE.  Use it for terminal coding system if some other
12354         coding system is specified explicitly.
12355         (ignore-relative-composition): Initialize
12356         ignore-relative-composition.
12358         * international/mule-util.el(prefer-coding-system): Moved to
12359         mule-util.el.
12361         * international/mule-cmds.el (set-default-coding-systems):
12362         Doc-string modified.
12363         (prefer-coding-system): Moved from mule-util.el.  Call
12364         set-default-coding-systems.
12366         * international/mule-conf.el (iso-safe): New coding system.
12368         * international/mule-diag.el (print-fontset): Don't hang even if a
12369         fontset name doesn't confirm to XLFD.
12370         (describe-current-coding-system): Do not show the same coding
12371         system twice in the list of priority order.
12373         * international/encoded-kb.el (saved-input-mod): New variable.
12374         (encoded-kbd-mode): Doc-string fixed.  Save current-input-mode
12375         when turning on Encoded-kbd mode, and recover it when turning off
12376         Encoded-kbd mode.  Set encoded-kbd-iso2022-designations correctly.
12377         (encoded-kbd-self-insert-iso2022-7bit): Call charset-dimension
12378         instead fo charset-bytes.
12379         (encoded-kbd-self-insert-iso2022-8bit): Likewise.
12381         * language/china-util.el (setup-chinese-gb-environment): Do not
12382         change sendmail-coding-system and rmail-file-coding-system.
12383         (setup-chinese-big5-environment): Likewise.
12384         (setup-chinese-cns-environment): Likewise.
12386         * language/english.el (setup-english-environment): Likewise.
12388         * language/european.el (setup-8-bit-environment): Likewise.
12390         * language/japan-util.el (setup-japanese-environment): Likewise.
12392         * language/tibet-util.el (setup-tibetan-environment): Likewise.
12394         * language/lao.el: Set t for Rao-SEMIVOWEL-SIGN-LO in
12395         ignore-relative-composition.
12397         * language/lao-util.el: Correct setting of char-code-property `name'.
12399 1997-08-09  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12401         * dired.el (dired-font-lock-keywords): Don't specially highlight
12402         files that are writable by others.
12404         * cus-face.el (custom-declare-face):
12405         Call make-face-x-resource-internal.
12407         * progmodes/awk-mode.el (awk-mode): Require cc-mode, not cc-langs.
12409         * wid-edit.el (widget-single-line-display-table):
12410         Variable commented out; don't use it either.
12412         * case-table.el: Delete autoload cookies (file is preloaded).
12414         * format.el (format-alist): Doc fix.
12416         * help.el (describe-key): Don't put a colon after the command name.
12418 1997-08-09  Barry A. Warsaw  <cc-mode-help@python.org>
12420         * progmodes/cc-engine.el (c-beginning-of-statement-1):
12421         When checking for bare semi, don't match
12422         on a semi following a close brace.
12424         * progmodes/cc-vars.el (idl-mode-hook): New variable.
12426         * progmodes/cc-vars.el (c-initialization-hook): New variable.
12428         * progmodes/cc-mode.el (idl-mode): Support for CORBA's IDL language.
12430         * progmodes/cc-mode.el (c-initialize-cc-mode): Move the calling of
12431         c-make-styles-buffer-local into c-initialize-builtin-style.
12433         * progmodes/cc-mode.el (c-initialize-cc-mode): Run the
12434         c-initialization-hook, but only once per Emacs session.
12436         * progmodes/cc-styles.el (c-styles-alist): In "java" style, set
12437         c-hanging-comment-starter-p to nil to preserve Javadoc starter lines.
12439         * progmodes/cc-styles.el (c-set-style-2):
12440         Fixed broken implementation of inherited styles.
12442         * progmodes/cc-styles.el (c-set-style):
12443         Call c-initialize-builtin-style.
12444         (c-initialize-builtin-style): Handle c-style-variables-are-local-p.
12446         * progmodes/cc-engine.el (c-guess-basic-syntax):
12447         CASE 5I: When adding 'inclass syntax, use the
12448         relpos pointing to the class opening brace, unless that hangs on the
12449         right side, in which case, use the start of the class/struct keyword.
12451         * progmodes/cc-langs.el (c-symbol-key):
12452         First character must be a letter or underscore.
12453         (c-styles-are-initialized): Variable deleted.
12454         (c-common-init): Don't initialize styles here.
12456         * progmodes/cc-langs.el (idl-mode-abbrev-table): New variable.
12457         (idl-mode-map, idl-mode-syntax-table): New variables.
12458         (c-idl-menu): New menu.
12460 1997-08-09  Erik Naggum  <erik@naggum.no>
12462         * telnet.el (telnet-host-properties): Initialize it properly.
12464 1997-08-09  Michael Kifer  <kifer@cs.sunysb.edu>
12466         * viper-init.el: More defface work.
12467         * ediff-init.el: Converted to use defface instead of make-face.
12469 1997-08-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12471         * textmodes/fill.el (enable-kinsoku): Doc fix.
12473         * emulation/viper-init.el (viper-replace-overlay-pixmap)
12474         (viper-search-face-pixmap): Variables deleted.
12475         (viper-replace-overlay-face, viper-search-face):
12476         Use "gray3" explicitly.
12478         * help.el (help-mode): Set view-no-disable-on-exit.
12480         * view.el (view-just-bury): New variable.
12481         (view-mode-exit): Obey it.
12483         * emacs-lisp/shadow.el: Renamed from shadow.el.
12485         * simple.el (completion-setup-function): Don't set completion-base-size
12486         when completing in a non-minibuffer.
12488         * shadow.el (find-emacs-lisp-shadows): Don't mention `subdirs.el'.
12489         (list-load-path-shadows): When noninteractive, if there are shadows,
12490         start with a message explaining what this is a problem.
12492         * files.el (find-file-noselect):
12493         Clear enable-multibyte-characters if RAWFILE.
12494         (find-file-literally): Don't do that here.
12495         (find-file-literally): New variable.  Mark it with permanent-local.
12496         (find-file-noselect): If RAWFILE, set find-file-literally locally.
12497         Warn if file was already visited and RAWFILE was different.
12499         * startup.el (command-line-1): Don't let type-ahead inhibit the
12500         initial contents of *scratch*.
12502 1997-08-08  Boris Goldowsky  <boris@gnu.ai.mit.edu>
12504         * format.el (format-annotate-single-property-change)
12505         (format-annotate-atomic-property-change): Move code that interprets
12506         nil as 0 inside test that property is numeric.
12508 1997-08-08  Valery Alexeev  <valery@math.uga.edu>
12510         * language/cyril-util.el (cyrillic-language-alist): Fix punctuation.
12512 1997-08-07  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12514         * textmodes/fill.el (fill-region-as-paragraph): Don't do kinsoku
12515         if the region is all ASCII.
12517 1997-08-08  Dan Nicolaescu  <done@sydney.ece.arizona.edu>
12519         * progmodes/hideshow.el: Correct the autoload cookies.
12521 1997-08-07  Dan Nicolaescu  <done@ece.arizona.edu>
12523         * term.el (term-default-fg-color)
12524         (term-default-bg-color): Default to nil.
12526 1997-08-07  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12528         * progmodes/cc-styles.el (c-set-offset): Add autoload cookie.
12530         * term/pc-win.el (x-list-fonts): Return "default" when appropriate.
12531         (query-fontset): Add (alternative) alias definition.
12533 1997-08-07  Roland McGrath  <roland@beet-chex.ai.mit.edu>
12535         * emacs-lisp/autoload.el (update-file-autoloads): Use anchored regexp
12536         search instead of requiring leading newline before
12537         generate-autoload-cookie, which gave false negative if sole cookie in
12538         file was at bob.
12540 1997-08-07  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12542         * emacs-lisp/elint.el: New file.
12544         * language/cyril-util.el (cyrillic-language-alist): Add one language.
12546 1997-08-07  Michael Kifer  <kifer@cs.sunysb.edu>
12548         * viper-util.el: Moved faces to viper-init.el
12549         * viper-init.el: Converted faces to use defface.
12550         * viper.el (viper-set-hooks): Bug fixed.
12552 1997-08-07  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
12554         * mail/sendmail.el (sendmail-send-it): Bind sendmail-coding-system
12555         to buffer-file-coding-system if it is non-nil.
12557 1997-08-06  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12559         * term/iris-ansi.el: New file.
12561         * calendar.el: Fix previous change.
12563         * files.el (insert-file-contents-literally): Doc fix.
12565         * international/quail.el (quail-update-leim-list-file):
12566         Use insert-file-contents instead of find-file-noselect
12567         and in the process avoid the RAWFILE feature.
12569         * ispell.el (ispell-dictionary-alist): Doc fix.
12571 1997-08-05  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12573         * compile.el (compilation-parse-errors): Fix previous change.
12575         * vc.el (vc-version-diff): Change the Newer version prompt.
12577         * subr.el (read-quoted-char): Fix handling of meta-chars.
12578         (functionp): Use byte-code-function-p, not compiled-function-p.
12580         * faces.el (set-face-doc-string): Define once again, as alias.
12582         * mail/sendmail.el (mail-mode): Allow TAB after prefix
12583         in previous change.
12585         * Makefile (updates): Add missing semicolons.
12587         * finder.el (finder-compile-keywords): Don't process file names
12588         that start with `.'.
12590         * emacs-lisp/autoload.el (update-autoloads-from-directories):
12591         Don't process file names that start with `.'.
12593         * gud.el (gud): Fix defgroup doc.
12595         * compile.el (compilation-error-regexp-alist): Make the
12596         MIPS/DEC pattern more specific at the start; accept warnings
12597         as well as errors.
12599         * term/x-win.el (x-cut-buffer-or-selection-value): Fix previous change.
12601         * mail/sendmail.el (mail-mode): Fix previous change.
12602         Treat a supercite prefix not followed by text
12603         as a paragraph separator.
12605         * term/lk201.el: Undo previous change.
12607         * simple.el (comment-line-break-function): New variable.
12608         (do-auto-fill): Use that variable.
12610         * files.el (cd-absolute): Add missing arg to `error'.
12612         * Makefile (dontcompilefiles): Delete cyril-util.el.
12614         * language/cyril-util.el (standard-display-cyrillic-translit):
12615         Set standard-display-table here, not when loading the file.
12616         Read argument properly with `interactive'.
12618         * format.el (format-annotate-atomic-property-change):
12619         Look thru all elements of PROP-ALIST for a number,
12620         if OLD and NEW are numbers.
12622         * international/mule.el: Doc fixes.
12624 1997-08-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12626         * time-stamp.el (time-stamp): Use insert-and-inherit for new stamp.
12628 1997-08-04  Valery Alexeev  <valery@math.uga.edu>
12630         * language/cyril-util.el (cyrillic-language-alist): New variable.
12631         (standard-display-cyrillic-translit): Add autoload cookie.
12633 1997-08-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12635         * select.el (x-get-selection): Change default for data-type
12636         back to `STRING'.
12638 1997-08-04  Espen Skoglund  <espensk@odslab5.cs.uit.no>
12640         * pascal.el (pascal-mode-syntax-table): _ is now a symbol constituent.
12641         (pascal-indent-case): Removed unnecessary calls to marker-position.
12642         (pascal-indent-declaration): Editing a parameterlist at the end of
12643         a buffer does not hang.  Removed unnecessary call to marker-position.
12644         (pascal-get-lineup-indent): Removed unused variable.
12645         Indent parameterlist correctly.
12646         (pascal-completion-response): Removed unused variable.
12648 1997-08-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12650         * files.el (basic-save-buffer-1): Add missing argument for error.
12652         * isearch.el (isearch-quote-char): Fix handling of control
12653         characters, copied from quoted-insert.
12655         * emacs-lisp/pp.el (pp-to-string): Use
12656         emacs-lisp-mode-sytax-table.
12658         * international/quail.el (quail-update-leim-list-file): Go to the
12659         beginning of the package file, in case it was already visited.
12661 1997-08-04  Kenichi Handa  <handa@etl.go.jp>
12663         * language/english.el (setup-english-environment): Call
12664         set-default-coding-systems.
12666         * language/china-util.el (setup-chinese-gb-environment): Do not
12667         call set-terminal-coding-system and set-keyboard-coding-system,
12668         instead call set-defualt-coding-systems.
12669         (setup-chinese-big5-environment): Likewise.
12670         (setup-chinese-cns-environment): Likewise.
12672         * language/european.el (setup-8-bit-environment): Likewise.
12674         * language/japan-util.el (setup-japanese-environment): Likewise.
12676         * language/korean.el (setup-korean-environment): Likewise.
12678         * international/mule-cmds.el (set-default-coding-systems): New
12679         function.
12681         * international/mule.el (default-terminal-coding-system): New var.
12682         (set-terminal-coding-system):
12683         Use default-terminal-coding-system as default.
12684         (default-keyboard-coding-system): New variable.
12685         (set-keyboard-coding-system):
12686         Use default-keyboard-coding-system as default.
12688 1997-08-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12690         * delsel.el (delete-selection-mode): Delete the :initialize keyword.
12691         Don't explicitly check the value and call delete-selection-mode.
12692         Don't put on a custom-loads property.
12694         * emacs-lisp/autoload.el (make-autoload): For a defcustom,
12695         generate custom-add-to-group and custom-add-load if needed.
12697         * progmodes/cpp.el (cpp-create-bg-face): Don't really make a face.
12698         Just make (background-color . COLOR).
12699         (cpp-highlight-buffer): Don't die if buffer-invisibility-spec is t.
12700         (cpp-face-default-list): Doc fix, fix custom type.
12701         (cpp-edit-reset): Add a close-quote after the file name.
12703         * isearch.el (isearch-other-meta-char): Don't switch windows to exit
12704         if that would switch to an inactive minibuffer.
12706         * progmodes/meta-mode.el: Moved from textmodes/meta-mode.el.
12708         * vc.el (vc-version-diff): Use defaults, not initial input,
12709         for reading the arguments.
12711         * faces.el (internal-face-interactive): Handle default in usual way,
12712         Provide completion for color reading.
12713         (set-face-foreground, set-face-background): Specify `color'
12714         when reading the color name interactively.
12716 1997-08-03  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12718         * help.el (describe-function): Use " is " instead of colon.
12720         * uniquify.el (delay-uniquify-rationalize-file-buffer-names):
12721         Don't delete this function from kill-buffer-hook, if it is disabled.
12723         * textmodes/fill.el (fill-context-prefix): Accept a whitespace
12724         prefix from the second line, regardless of the first line.
12726         * shell.el (shell): Doc fix.
12728         * faces.el: Alternative colors for standard faces if dark background.
12730         * hexl.el (hexlify-buffer, dehexlify-buffer):
12731         Pay attention to buffer-file-type.
12732         (hexl-save-buffer): Don't bind buffer-file-type around save-buffer.
12734         * term/x-win.el (x-cut-buffer-or-selection-value): Try both
12735         COMPOUND_TEXT and STRING as types for the selection.
12737         * simple.el (shell-command-on-region, shell-command): Doc fixes.
12738         (do-auto-fill): Don't break the line right after a comment starter.
12740         * emacs-lisp/copyright.el (copyright-regexp): Recognize the Latin-1
12741         copyright symbol.  Also @copyright{}.
12743         * mail/rmailsum.el (rmail-summary-mouse-goto-message): New function.
12744         (rmail-summary-mode-map): Bind it to Mouse-2.
12746         * files.el (insert-file-contents-literally):
12747         Bind coding-system-for-read and coding-system-for-write,
12748         and bind jka-compr-compression-info-list instead of
12749         file-name-handler-alist.
12750         (find-file-literally): Simplify and use insert-file-contents-literally.
12752 1997-08-03  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12754         * vc-hooks.el (vc-menu-map): Replace entries for "Check In" and
12755         "Check Out" with new entry "Check In/Out" (calling
12756         vc-next-action).
12758 1997-08-03  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12760         * cus-edit.el (custom-face-value-create): Take account
12761         of changes in the frame made outside of customize.
12763 1997-08-02  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12765         * faces.el (face-attr-match-p): New function.
12766         (face-attr-match-1, face-spec-match-p, face-attr-construct): Likewise.
12767         (face-spec-choose): New function.
12768         (face-spec-set): Use face-spec-choose.
12770 1997-08-03  Kenichi Handa  <handa@etl.go.jp>
12772         * term/x-win.el: Fix previous change.
12774         * international/quail.el (quail-next-translation): Call
12775         quail-execute-non-quail-command when no current translations.
12776         (quail-prev-translation): Likewise.
12777         (quail-next-translation-block): Likewise.
12778         (quail-prev-translation-block): Likewise.
12780         * language/china-util.el (setup-chinese-gb-environment): Set
12781         default value of default-input-method.
12782         (setup-chinese-big5-environment): Likewise.
12783         (setup-chinese-cns-environment): Likewise.  Correct input method
12784         name.
12786         * language/ethio-util.el (setup-ethiopic-environment): Bind
12787         correct commands in global-map, rmail-mode-map, and mail-mode-map.
12789         * language/ethiopic.el (ccl-encode-ethio-font): Fix typo in
12790         doc-string.  Set default value of default-input-method.
12792         * language/european.el (setup-8-bit-environment): Likewise.
12794         * language/japan-util.el (setup-japanese-environment): Likewise.
12796         * language/korean.el (setup-korean-environment): Likewise.
12798         * language/tibet-util.el (setup-tibetan-environment): Likewise.
12800 1997-08-02  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12802         * international/mule-cmds.el: Doc fixes; fix error message text.
12804         * timezone.el (timezone-parse-date): Handle additional style (9).
12806         * term.el (term-ignore-error): Fix foolish errors.
12808         * strokes.el (strokes): New file.
12810         * international/mule-diag.el (describe-current-coding-system):
12811         Clean up output format.
12813 1997-08-02  Michael Kifer  <kifer@cs.sunysb.edu>
12815         * viper.el (toggle-viper-mode): New function.
12816         * viper-mouse.el (viper-mouse-search-key, viper-mouse-insert-key):
12817         New variables.
12818         (viper-bind-mouse-search-key, viper-bind-mouse-insert-key)
12819         (viper-unbind-mouse-search-key, viper-unbind-mouse-insert-key):
12820         New functions.
12821         * viper*.el: vip-style names changed to viper-style names.
12823 1997-08-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12825         * mail/sendmail.el (mail-mode): Recognize foo> prefix
12826         even without leading space.
12828         * hexl.el (hexl-find-file): Use find-file-literally.
12829         (hexlify-buffer): Bind coding-system-for-write.
12830         (dehexlify-buffer): Bind coding-system-for-read.
12832         * isearch.el (isearch-hide-immediately): Doc fix.
12834 1997-08-01  Valery Alexeev  <valery@math.uga.edu>
12836         * language/cyril-util.el (standard-display-cyrillic-translit):
12837         New function.
12839 1997-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12841         * startup.el (command-line): Pass t for AUTO arg to
12842         standard-display-european.
12844         * disp-table.el (standard-display-european): New arg AUTO.
12845         Normally, set enable-multibyte-characters to nil.
12847 1997-07-31  Geoff Voelker  <voelker@cs.washington.edu>
12849         * term/w32-win.el: Set mode-line-frame-identification
12850         to remove frame name from mode-line instead of
12851         mode-line-buffer-identification.
12853 1997-07-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12855         * calendar.el (diary-face, calendar-today-face, holiday-face):
12856         Use defface to define them.
12858         * term/lk201.el (function-key-map): Map to ASCII DEL, not to delete.
12860         * emacs-lisp/lisp-mode.el (eval-last-sexp): Ignore `...' around sexp.
12862 1997-07-31  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
12864         * international/mule-util.el (prefer-coding-system): Change also
12865         default value of buffer-file-coding-system.
12867 1997-07-31  Kenichi Handa  <handa@etl.go.jp>
12869         * faces.el (set-face-font-auto): Create a fontset if FONT is a
12870         fontset not instanciated fontset.
12872         * international/fontset.el (fontset-name-p): New function.
12873         (uninstanciated-fontset-alist): New variable.
12874         (create-fontset-from-fontset-spec): Delete arg STYLE.  Register
12875         style-variants of FONTSET in uninstanciated-fontset-alist.
12876         (create-fontset-from-x-resource): Call
12877         create-fontset-from-fontset-spec correctly.
12879         * international/mule-util.el (reference-point-alist): Doc-string
12880         modified.
12882         * term/x-win.el: Do not create style-variants of fontset.  They
12883         are just registered in uninstanciated-fontset-alist.
12885 1997-07-31  Michael Kifer  <kifer@cs.sunysb.edu>
12887         * ediff*.el (ediff-eval-in-buffer): Changed macro and renamed
12888         ediff-with-current-buffer.
12889         Eliminated inefficient calls to `intern'.
12890         * ediff-diff.el (ediff-exec-process): Changed to work with buffers
12891         whose names have spaces.
12892         (ediff-wordify): Use buffer-substring-no-properties.
12894 1997-07-30  Andre Spiegel  <spiegel@inf.fu-berlin.de>
12896         * vc-hooks.el (vc-checkout-model): For CVS, look at
12897         permissions to see if a file is "watched".
12899         * vc.el (vc-backend-checkin): For CVS, forget the checkout model
12900         after commit.
12901         (vc-backend-checkout): Use "cvs edit" for files with manual checkout.
12902         (vc-minor-part, vc-previous-version): New functions.
12903         (vc-diff): Don't ask or guess version numbers.
12904         (vc-version-diff): Suggest default versions based on the file state.
12906 1997-07-30  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12908         * uniquify.el (uniquify-buffer-name-style): Fix typo.
12910         * info.el (info-node, info-xref, info-menu-5):
12911         Define faces with defface.
12912         (Info-mode): Don't define faces here, and don't alter Info-fontify.
12913         Locally set line-move-ignore-invisible.
12914         (Info-fontify-node): Test type of frame here.
12916 1997-07-30  Stephen Eglen  <stephene@cogs.susx.ac.uk>
12918         * mspools.el (mspools-using-vm): Better handling of VM initialization.
12919         (mspools-size-folder): Allow symbolic links to spool files.
12921 1997-07-30  Per Abrahamsen  <abraham@dina.kvl.dk>
12923         * cus-edit.el (hook): Support hooks whose value is just a symbol.
12924         (custom-magic-value-create): Support `mismatch' form.
12925         (custom-variable-value-create): Ditto.
12926         (custom-variable-set): Ditto.
12927         (custom-variable-save): Ditto.
12928         (custom-variable-menu): Ditto.
12929         (custom-load-symbol): Check that `preloaded-file-list' is bound.
12930         (custom-group-value-create): Comment out `indent'.
12932 1997-07-30  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12934         * bindings.el (mode-line-mule-info): Delete the conditional
12935         on enable-multibyte-characters.
12937         * international/mule-cmds.el (mule-menu-keymap): Fix menu item names.
12939 1997-07-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12941         * textmodes/fill.el (adaptive-fill-first-line-regexp): Fix regexp.
12943 1997-07-29  Simon Marshall  <simon@diazepam.gnu.ai.mit.edu>
12945         * font-lock.el: Don't add indicator " Font" to minor-mode-alist entry.
12947 1997-07-29  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
12949         * ph.el: Many doc strings and messages changed.
12951 1997-07-28  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
12953         * mail/rmail.el (rmail-resend): Use user-mail-address.
12955         * bindings.el (debug-ignored-errors): Delete ^Quit$ element.
12957 1997-07-28  Olivier Lecarme  <ol@aiguemarine.unice.fr>
12959         * progmodes/make-mode.el (makefile-space-face): Add defface.
12960         (makefile-define-space-face): Function deleted.
12961         (makefile-mode): Don't call makefile-define-space-font.
12963 1997-07-28  Per Abrahamsen  <abraham@dina.kvl.dk>
12965         * cus-edit.el (customize-save-variable): New command.
12967         * wid-edit.el (widget-move): Use `previous-overlay-change' and
12968         `next-overlay-change'.
12969         (widget-use-overlay-change): New option to control it.
12971         * cus-edit.el (custom-save-all): Inhibit read only.
12973         * wid-edit.el (regexp): Outcomment :value-face.
12974         (file): Ditto.
12976         * wid-edit.el (widget-add-change): Use local hooks.
12977         (widget-before-change): Ditto.
12979         * wid-edit.el (set-text-properties): Don't define.
12980         (widget-specify-none): Delete.
12981         (widget-specify-text): Delete.
12982         (widget-field-use-before-change): Don't enable for XEmacs.
12983         (widget-specify-field): Don't use text properties.
12984         (widget-specify-field): Ditto.
12985         (widget-specify-doc): Ditto.
12986         (widget-specify-insert): Ditto.
12987         (widget-insert): Ditto.
12988         (widget-convert-text): Ditto.
12989         (widget-leave-text): Ditto.
12990         (widget-setup): Ditto.
12991         (widget-before-change): Ditto.
12992         (widget-default-create): Ditto.
12993         (widget-default-delete): Ditto.
12994         (widget-editable-list-insert-before): Ditto.
12995         (widget-editable-list-entry-create): Ditto.
12996         (widget-add-change): New function.
12998         * cus-edit.el (custom-file): Use same logic as startup.el.
13000         * wid-edit.el (widget-field-use-before-change): Doc fix.
13002         * cus-edit.el (custom-group-members): New function.
13003         (custom-group-value-create): Use it rather than get.
13005         * wid-edit.el (emacs-library-link): New widget.
13006         (widget-emacs-library-link-action): New function.
13008         * wid-edit.el (widget-beginning-of-line): Preserve zmacs region.
13009         (widget-end-of-line): Ditto.
13011         * wid-edit.el (widget-color-sample-face-get): Kludge to make it
13012         work before widget is fully created.
13013         (widget-color-action): Try to use same relative position of point
13014         in minibuffer as it had in the field.
13016         * cus-edit.el (custom-mode): Document `M-TAB'.
13018 1997-07-28  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13020         * international/mule-util.el (prefer-coding-system): Fix doc, prompt.
13022 1997-07-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13024         * emacs-lisp/autoload.el (update-autoloads-from-directories):
13025         Always update loaddefs.el in the source-directory.
13027         * progmodes/make-mode.el: Doc fixes.
13029         * compile.el (compile-command): More doc fix.
13031 1997-07-24  Olivier Lecarme  <ol@aiguemarine.unice.fr>
13033         * progmodes/make-mode.el, progmodes/cpp.el: Customized.
13034         * facemenu.el: Customized.
13036 1997-07-26  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13038         * mail/mail-extr.el (mail-extr-voodoo): Handle unmatched quotes
13039         in the comment-deletion loop.
13041         * jka-compr.el (jka-compr-added-to-file-coding-system-alist): New var.
13042         (jka-compr-insert-file-contents): Set coding-system-for-read
13043         according to file name after removing compression suffix.
13044         (jka-compr-install): Add elemets to file-coding-system-alist.
13045         (jka-compr-uninstall): Remove elements from file-coding-system-alist.
13047         * international/mule-conf.el (file-coding-system-alist):
13048         Use no-conversion for tar files.
13050         * subr.el (read-quoted-char): Consistently downcase letter "digits".
13052         * mail/sendmail.el (mail-mode): Make adaptive-fill-regexp
13053         match more values.  Bind adaptive-fill-first-line-regexp too.
13055 1997-07-26  Eric S. Raymond  <esr@snark.thyrsus.com>
13057         * telnet.el (telnet): Handle multiple telnet programs better.
13058         (telnet-host-properties): New variable.
13060 1997-07-25  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13062         * progmodes/awk-mode.el (awk-mode): Call c-initialize-cc-mode.
13064 1997-07-25  Stephen Eglen  <stephene@cogs.susx.ac.uk>
13066         * replace.el (occur): Local variable line-start redundant.
13067         `occur-marker' extends to the end of the line rather than one char
13068         before end.
13070 1997-07-25  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
13072         * international/quail.el (quail-update-leim-list-file): Call
13073         find-file-noselect with t for arguments NOWARN and RAWFILE.
13075         * international/mule-cmds.el (leim-list-entry-regexp): Make this
13076         match only at beginning of line.
13078 1997-07-25  Erik Naggum  <erik@naggum.no>
13080         * compile.el (compile-command): Doc fix.
13082 1997-07-25  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
13084         * rmail.el (rmail-pop-password-error): New variable.
13085         (rmail-insert-inbox-text): If there's an error getting mail from
13086         the POP server, and the error matches rmail-pop-password-error or
13087         we prompted for the POP password, assume that the password is
13088         incorrect and erase it so that the user will be prompted again the
13089         next time he gets mail.
13091 1997-07-25  Simon Marshall  <simon@frobnitz.gnu.ai.mit.edu>
13093         * complete.el: Customise; as subgroup of minibuffer.
13094         (partial-completion-mode): New option to toggle mode.
13095         (partial-completion-mode): New command to toggle mode.
13096         Add and remove hooks here, i.e., not at the top-level.
13097         (PC-bindings): New function to install/restore minibuffer bindings.
13098         This is called by partial-completion-mode, i.e., not at the top-level.
13099         (PC-temp-minibuffer-message): Use unread-command-events, as
13100         unread-command-char is obsolete.
13102         * font-lock.el: Add new C++ type specifiers.
13104         * lazy-lock.el (lazy-lock-fontify-after-idle): Wrap
13105         minibuffer-auto-raise to prevent stealth messages raising the frame.
13107 1997-07-25  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
13109         * international/mule-cmds.el (read-input-method-name): Show more
13110         appropriate error message.
13112 1997-07-25  Kenichi Handa  <handa@etl.go.jp>
13114         * international/mule-cmds.el: Typo in comment fixed.
13116         * language/thai-util.el (setup-thai-environment): Add correct
13117         autoload cookie.
13119         * language/tibet-util.el (setup-tibetan-environment): Correct
13120         coding system names.  Set default-input-method to "tibetan-wylie".
13122         * language/viet-util.el (setup-vietnamese-environment): Add
13123         autoload cookie.
13125 1997-07-25  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13127         * mail/metamail.el (metamail-region): Don't bind kanji-fileio-code
13128         or file-coding-system.  Don't call define-program-kanji-code
13129         or define-program-coding-system.  Instead, bind coding-system-for-read.
13131 1997-07-24  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13133         * mail/metamail.el (
13134         * Makefile (ETAGS): New variable.
13135         (TAGS): Use ${ETAGS}.
13137         * emacs-lisp/bytecomp.el (byte-compile-output-docform):
13138         Bind print-gensym-alist; bind print-gensym to a cons cell.
13140         * winner.el (custom-print-functions): Add defvar.
13142 1997-07-24  Michael Kifer  <kifer@cs.sunysb.edu>
13144         * viper.el (viper-non-vi-major-modes): New variable.
13145         (vip-set-hooks): Changed so it'll update viper-non-vi-major-modes.
13146         (viper-mode): Now checks viper-non-vi-major-modes.
13148 1997-07-24  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13150         * ange-ftp.el: Doc fixes.
13152         * mail/sendmail.el (mail): Improve confirmation questions
13153         for file-visiting mail buffers.
13155         * simple.el (line-move): If intangibility moves us to a different line,
13156         adjust the hpos nicely in that line.
13158         * ediff-util.el (ediff-update-diffs): Change error message.
13160         * play/landmark.el (landmark-repeat, landmark): New aliases.
13161         Add autoload cookies.
13163         * play/handwrite.el: Many doc fixes.
13164         (handwrite): Add autoload cookie.
13165         (menu-bar-handwrite-map): Comment out the code to put this
13166         in the menu bar.
13168         * cus-face.el (custom-declare-face): Use [set-]face-documentation.
13170         * faces.el (face-documentation): Renamed from face-doc-string.
13171         (set-face-documentation): Renamed from set-face-doc-string.
13172         (face-doc-string): Make this an alias.
13174         * term/bg-mouse.el (bg-yank-or-pop): Changed eql to eq.
13176         * international/mule-cmds.el (read-input-method-name): Fix error msg.
13178         * terminal.el (te-newline): Change eql to eq.
13179         (te-insert-lines, te-delete-lines, te-process-output): Likewise.
13180         (te-parse-program-and-args, te-get-char): Likewise.
13182         * textmodes/tex-mode.el (tex-categorize-whitespace): Use eq, not eql.
13184         * bindings.el: Don't create C-x r and C-x n submaps here.
13186 1997-07-23  Simon Marshall  <simon@diazepam.gnu.ai.mit.edu>
13188         * rmail.el (rmail-mime-feature): Doc and custom fix.
13190 1997-07-24  Dan Nicolaescu  <done@ece.arizona.edu>
13192         * bindings.el (debug-ignored-errors): Update the dabbrev.el errors.
13193         Add errors generated by ediff*.el.
13195 1997-07-24  Olivier Lecarme  <ol@aiguemarine.unice.fr>
13197         * apropos.el, ange-ftp.el: Customized.
13199 1997-07-23  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13201         * calendar.el (calendar-day-name): New optional args WIDTH, ABSOLUTE.
13202         (calendar-month-name): New optional arg WIDTH.
13203         (generate-calendar-month, calendar-date-string): Pass new args
13204         instead of using substring here.
13206         * emacs-lisp/bytecomp.el (eql): byte-defop-compiler definition deleted.
13208         * mail/mh-e.el: Change eql calls to = or equal.
13210         * mail/mh-utils.el: Change eql calls to eq.
13212         * compile.el (compilation-error-regexp-alist): Add elt for EPC F90.
13214         * diary-lib.el (diary-entry-time): Downcase the am/pm letter.
13216         * faces.el (set-face-font-explicit): Call internal-set-face-1 properly.
13218 1997-07-23  Stephen Eglen  <stephene@cogs.susx.ac.uk>
13220         * iswitchb.el (iswitchb-get-bufname): Only add buffer of current
13221         window  if it is not already in list.
13223 1997-07-23  Ulrik Vieth  <vieth@thphy.uni-duesseldorf.de>
13225         * textmodes/meta-mode.el (metafont-mode): Add autoload cookie.
13226         (metapost-mode): Add autoload cookie.
13228         * files.el (auto-mode-alist): Add ".mf" and ".mp" for meta-mode.el.
13229         Add ".clo" for latex-mode.
13231 1997-07-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13233         * ph.el: Various error messages fixed.
13234         (ph-cadr, ph-cadr): New functions.
13235         All calls to cdar and cadr changed.
13237         * ph.el: New file.
13239         * international/mule.el (modify-coding-system-alist): Doc fix.
13241 1997-07-22  Geoff Voelker  <voelker@cs.washington.edu>
13243         * dos-w32.el (find-buffer-file-type-coding-system)
13244         (find-buffer-process-coding-system): Remove second argument.
13246 1997-07-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13248         * textmodes/texinfmt.el (dircategory): Delete obsolete mistaken `put'.
13249         (texinfo-end-direntry): Output extra newline.
13250         (texinfo-format-dircategory): Parse the arg and reinsert it by hand.
13252 1997-07-22  Michael Kifer  <kifer@cs.sunysb.edu>
13254         * viper.el: Further twidling with require viper-init.
13256 1997-07-21  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
13258         * jka-compr.el (jka-compr-call-process): Fix previous change.
13259         (jka-compr-write-region): Likewise.
13260         (jka-compr-insert-file-contents): Likewise.
13261         (jka-compr-file-local-copy): Bind coding-system-for-read and
13262         coding-system-for-write.
13264 1997-07-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13266         * textmodes/texinfmt.el (texinfo-end-direntry): Output two newlines.
13268         * simple.el (yank, yank-pop): Bind inhibit-read-only
13269         just for remove-text-properties, not for insertion.
13271         * subr.el (read-quoted-char): Convert function keys like Return
13272         into ASCII equivalents.
13274         * mail/mh-utils.el (mh-make-folder-list-background):
13275         Don't call mh-find-path if we were called from there.
13276         (mh-find-path): Move mh-make-folder-list-background call to the end.
13278         * language/cyril-util.el (setup-cyrillic-environment): Fix paren error.
13280         * viper.el: Require viper-init.
13282 1997-07-21  Boris Goldowsky  <boris@gnu.ai.mit.edu>
13284         * enriched.el (fixed, excerpt): Define with defface.  No longer
13285         queries X server to find a "fixed" font; that was too slow and
13286         didn't work for everyone.
13288 1997-07-21  Simon Marshall  <simon@diazepam.gnu.ai.mit.edu>
13290         * compile.el (compilation-mode-font-lock-keywords): Ensure that each
13291         regexp generated from compilation-error-regexp-alist begins with "^".
13293 1997-07-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13295         * textmodes/fill.el (fill-context-prefix): Be stricter about
13296         whether first-line prefix is compatible with second-line prefix.
13298         * files.el (find-file-literally): Temporarily remove tar-mode and
13299         archive-mode from auto-mode-alist.
13301         * frame.el (frame-initialize): Don't alter vertical-scroll-bars
13302         parameter here.
13304         * scroll-bar.el (scroll-bar-mode-explicit): New variable.
13305         (set-scroll-bar-mode): Don't alter default-frame-alist
13306         when just loading this file.
13308         * mail/mh-utils.el (mh-find-path): Handle mh-auto-folder-collect here,
13309         not when this file is loaded.
13311 1997-07-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13313         * mail/sendmail.el (mail-indent-citation): Undo previous change.
13314         Instead, convert region-end to a marker before the loop.
13315         (mail-yank-original, mail-yank-region): Undo previous change.
13317         * custom.el (custom-declare-variable-list): Process already-declared
13318         custom variables from this list.
13320         * cus-start.el (debug-on-quit): Define like debug-on-error.
13322         * dired-x.el (dired-omit-new-add-entry): Take new arg RELATIVE
13323         and pass it to dired-omit-old-add-entry (which is dired-add-entry).
13325         * jka-compr.el (jka-compr-insert-file-contents):
13326         Bind coding-system-for-read.
13327         (jka-compr-write-region): Bind coding-system-for-write.
13328         Set buffer-file-type if dos or nt.
13329         (jka-compr-call-process): Bind coding-system-for-read
13330         and coding-system-for-write.
13332 1997-07-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13334         * shell.el (shell-mode): Do set list-files-directory locally.
13336         * uniquify.el (uniquify-buffer-file-name): Minor change.
13338 1997-07-19  Geoff Voelker  <voelker@cs.washington.edu>
13340         * dos-w32.el (find-buffer-file-type-coding-system):
13341         Use undecided-dos for dos-text file names.
13342         Use undecided for non-existing untranslated file names.
13344         * international/mule.el (modify-coding-system-alist): Added.
13345         international/mule-util.el (modify-coding-system-alist): Removed.
13347         * loadup.el [windows-nt, ms-dos]: Undo loading
13348         of international/mule-utils.
13350 1997-07-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13352         * mail/sendmail.el (mail-mode): Set adaptive-fill-regexp specially
13353         to cater to supercite.
13354         (mail): Ask a different question, if buffer is visiting a file.
13356         * faces.el (internal-facep): Length is now 10.
13357         (make-face, x-create-frame-with-faces): Make a face 10 elements long.
13358         (internal-set-face-1): Don't call set-face-attribute-internal
13359         if NAME is nil.
13360         (set-face-font): Set the auto-flag to t or nil.
13361         (face-spec-set): Clear out the font at the start,
13362         if it was set automatically before.
13363         (face-font-explicit): New function.
13364         (set-face-font-auto): New function.
13365         (set-face-font-explicit): New function.
13366         (copy-face): Copy the face-font-external flag.
13367         (internal-try-face-font): Use set-face-font-auto.
13369         * files.el (auto-mode-alist): Recognize .emacs in MSDOG syntax.
13371 1997-07-18  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13373         * dos-w32.el (find-buffer-file-type-coding-system):
13374         Use emacs-mule-dos for text file names; use undecided-dos
13375         for the last resort (instead of emacs-mule-dos).
13377         * vc.el (vc-diff): Turn off previous change.
13379         * cus-edit.el (custom-group-value-create) <tree>: Don't distinguish
13380         unloaded groups; use [+] for them.
13381         (customize-browse): Fix top-of-buffer doc text.
13383         * mail/sendmail.el (mail-indent-citation): Take region args.
13384         (mail-yank-original, mail-yank-region): Pass the args.
13386 1997-07-18  Dan Nicolaescu  <done@sydney.ece.arizona.edu>
13388         * progmodes/hideshow.el (hs-special-modes-alist): Use a regexp
13389         generated by regexp-opt.
13390         (hs-life-goes-on): Nullify inhibit-point-motion-hooks as we have
13391         to move inside intangible overlays.  Enable edebug.
13393         * isearch.el (search-invisible): Fix typo.
13394         (isearch-search): Bind inhibit-point-motion-hooks because we might
13395         have to search inside invisible and intangible text.
13396         (isearch-open-overlay-temporary): Delete forgoten debug message.
13397         (isearch-range-invisible): Fix typo in doc-string.
13399 1997-07-18  Stephen Eglen  <stephene@cogs.susx.ac.uk>
13401         * replace.el (occur): Use text property `occur' to store the
13402         marker for the occurrence in the source buffer.  This replaces the
13403         list `occur-pos-list', and fixes the bug for multi-line matches.
13404         Set up `occur-point' text property for occur-next and occur-prev.
13405         (occur): occur-num-matches stores the number of matches found.
13406         (occur-mode-find-occurrence): Use `occur' text property to find
13407         marker for locus of the occurrence.
13408         (occur-next, occur-prev): New commands.
13409         (occur): Fixed bug preventing line number being displayed if line
13410         number is less than the number of lines of context.
13412 1997-07-18  Andre Spiegel  <spiegel@inf.fu-berlin.de>
13414         * vc-hooks.el (vc-find-cvs-master): Corrected parsing of
13415         CVS/Entries, according to CVS docs.
13416         (vc-toggle-read-only): Also work in vc-dired buffers.
13418         * vc.el (vc-diff): If file is unchanged, ask for the version
13419         number to compare with.
13420         (vc-retrieve-snapshot): If no NAME is specified, check out
13421         latest versions of all unlocked files.
13422         (vc-next-action-on-file): For CVS files with implicit checkout: if
13423         unmodified, don't do anything.
13424         (vc-clear-headers): Regexp more restricted, so as not to destroy file
13425         contents by mistake.
13426         (vc-backend-merge-news): Better analysis of status reported by CVS.
13427         Set file properties accordingly.
13429 1997-07-17  Michael Kifer  <kifer@cs.sunysb.edu>
13431         * viper*.el: Adapted to use custom.el
13432         * ediff*.el: Improved customization.
13433         * ediff-ptch.el (ediff-default-backup-extension): New variable.
13434         (ediff-backup-extension, ediff-backup-specs): Change in initialization.
13436 1997-07-17  Geoff Voelker  <voelker@cs.washington.edu>
13438         * loadup.el [windows-nt, ms-dos]: Load international/mule-utils.
13440         * dos-w32.el (find-buffer-file-type-coding-system)
13441         (find-binary-process-coding-system, find-buffer-file-type-match):
13442         New functions.
13443         (find-buffer-file-type): Use find-buffer-file-type-match.
13444         Add find-buffer-file-type-coding-system to file-coding-system-alist
13445         as the default entry.
13446         Add find-binary-process-coding-system to process-coding-system-alist
13447         as the default entry.
13449 1997-07-17  Simon Marshall  <simon@diazepam.gnu.ai.mit.edu>
13451         * subr.el (functionp): Doc fix.
13453 1997-07-17  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13455         * progmodes/cc-styles.el (c-copy-tree): Function deleted.
13457         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Add "direntry".
13458         (texinfo-format-direntry, texinfo-end-direntry): New functions.
13459         (texinfo-format-dircategory): New function.
13461         * delsel.el (delete-selection-mode): Add custom-loads property.
13463         * subr.el (custom-declare-variable-early): New function.
13464         (custom-declare-variable-list): New variable.
13465         (read-quoted-char-radix): Use defvar and custom-declare-variable-early.
13467         * paren.el (show-paren-match-face): Use gray on all non-color screens.
13469 1997-07-17  Barry A. Warsaw  <cc-mode-help@python.org>
13471         * progmodes/cc-mode.el (c-initialize-cc-mode): New function.
13472         (c-mode, c++-mode, objc-mode, java-mode): Call it.
13474         * progmodes/cc-langs.el (c-symbol-key):
13475         First character must be a letter or underscore.
13477         * progmodes/cc-langs.el (c-make-inherited-keymap): Change to a defun.
13479         * progmodes/cc-langs.el: Require 'cc-defs for the definition of
13480         c-emacs-features.
13482         * progmodes/cc-langs.el (c-mode-menu): Added uncomment region and
13483         slight rearrangement of items.
13485         * progmodes/cc-cmds.el: Require cc-defs for the c-add-syntax macro.
13487         * progmodes/cc-cmds.el (c-electric-backspace): Must get 'supercede
13488         property values to work with delsel and pending-del.
13490         * progmodes/cc-cmds.el (c-electric-brace): Fix ebola eradication
13491         consequence in the preserve-p test.
13493         * progmodes/cc-engine.el (c-maybe-labelp): Add defvar.
13495         * progmodes/cc-styles.el (c-initialize-builtin-style): Use
13496         copy-sequence instead of c-copy-tree.
13498         * progmodes/cc-defs.el (c-load-all): Function deleted.
13500 1997-07-17  Boris Goldowsky  <boris@gnu.ai.mit.edu>
13502         * dired-x.el (dired-omit-files): Add ".#foo" lock files to omissions.
13504 1997-07-17  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
13506         * international/titdic-cnv.el (batch-titdic-convert): Add optional
13507         arg FORCE.
13509 1997-07-17  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13511         * subr.el (read-quoted-char): Handle non-character events.
13513         * mail/emacsbug.el: Improve text of messages.
13515         * simple.el (quoted-insert): Doc fix.
13517         * subr.el (read-quoted-char): Use RET, not SPC, as special terminator.
13518         Use read-quoted-char-radix as radix for numbers.
13519         (read-quoted-char-radix): New variable.
13521 1997-07-16  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13523         * dired.el (dired-find-file): Better error message
13524         for symlink to nonexistent target.
13526         * simple.el (quoted-insert): Doc fix.
13528         * subr.el (read-quoted-char): Read any number of octal digits,
13529         and ignore a space if that terminates the octal digits.
13531 1997-07-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13533         * textmodes/texinfmt.el (texinfo-format-buffer-1): Insert, here,
13534         the info about what file this is and what it was made from,
13535         just before returning.
13536         (texinfo-format-setfilename): Generate no output.
13538         * apropos.el (apropos-print): Use customize-group-other-window,
13539         not customize-other-window.
13541         * mail/mail-extr.el (mail-extr-voodoo): Get rid of comments at an
13542         early stage.
13544         * files.el (set-auto-mode): If -*- line specifies a mode,
13545         then even if we don't use it because of just-from-file-name,
13546         still let it prevent taking the mode from a file name.
13548         * simple.el (yank, yank-pop): Clear out read-only prop.
13550         * mail/sendmail.el (mail-mode-auto-fill): Use insert-before-markers.
13552         * cus-edit.el (custom-unlispify-remove-prefixes): New variable.
13553         (custom-unlispify-menu-entry): Obey custom-unlispify-remove-prefixes.
13555         * progmodes/cc-styles.el (c-copy-tree): Fix bugs.
13557         * international/mule-cmds.el (global-map): Turn off the S-SPC binding.
13559 1997-07-15  Kenichi Handa  <handa@etl.go.jp>
13561         * international/titdic-cnv.el (tit-process-body): Ignore vacant
13562         entries.
13564         * international/quail.el (quail-translate-key): Fix previous change.
13566         * international/mule.el (make-coding-system): Distinguish
13567         coding-category-iso-7-else and coding-category-iso-8-else.
13569         * international/mule-conf.el (coding-category-emacs-mule): Replace
13570         coding-category-iso-else with coding-category-iso-7-else and
13571         coding-category-iso-8-else.
13573         * international/mule-diag.el (describe-current-coding-system): Use
13574         coding-category-iso-7-else instead of coding-category-iso-else.
13576         * language/china-util.el (setup-chinese-gb-environment): Adjusted
13577         for the change of coding category names.  Set default-input-method
13578         to chinese-py-punct.
13579         (setup-chinese-big5-environment): Set default-input-method to
13580         chinese-py-punct-b5.
13581         (setup-chinese-cns-environment): Set default-input-method
13582         correctly.
13584         * language/english.el (setup-english-environment): Adjusted for
13585         the change of coding category names.
13587         * language/japan-util.el (setup-japanese-environemnt): Adjusted
13588         for the change of coding category names.  Set default-input-method
13589         correctly.
13591         * language/ethio-util.el (setup-ethiopic-environment): Set
13592         default-input-method correctly.
13594         * language/korean.el (setup-korean-environment): Set
13595         default-input-method correctly.
13597         * language/tibet-util.el (setup-tibetan-environment: Set
13598         default-input-method correctly.
13600         * international/mule-diag.el (list-coding-systems): Fix previous
13601         change.
13603         * mail/sendmail.el (mail-setup): Kill the local binding of
13604         enable-multibyte-characters.  Turn off an input method.
13606         * mail/emacsbug.el (report-emacs-bug-run-tersely): New variable.
13607         (report-emacs-bug): Insert warnings for novice users in *mail* buffer.
13608         Set enable-multibyte-characters to nil.
13609         (report-emacs-bug-hook): Check non-English letters.
13610         Confirm about sending a report to FSF.
13612         * international/mule-cmds.el (mule-keymap): Bind l to
13613         set-language-environment.
13614         (set-language-environment): Remove autoload cookie.  Accept null
13615         input for resetting to default.
13616         (select-input-method): Error if enable-multibyte-characters is nil.
13617         (toggle-input-method): Likewise.
13618         (global-map): Turn of the S-SPC binding.
13620 1997-07-15  Simon Marshall  <simon@albert.gnu.ai.mit.edu>
13622         * mouse-sel.el: Customise; create mouse-sel as subgroup of mouse.
13623         (mouse-sel-mode): New option to toggle mode.
13624         (mouse-sel-mode): New command to toggle mode.
13625         (mouse-sel-set-selection-function): If mouse-sel-default-bindings is
13626         interprogram-cut-paste, default to x-set-selection as before.  Doc fix.
13627         (mouse-sel-bindings): New function to install/restore mouse bindings.
13628         This is called by mouse-sel-mode, i.e., not at the top-level.
13630         * delsel.el: Customise; as part of editing-basics group.
13631         (delete-selection-mode): Convert to autoloaded option.  Default to nil.
13632         (delete-selection-mode): Define before option.
13633         Modify pre-command-hook here, i.e., not at the top-level.
13634         If enabling Delete Selection mode, also enable Transient Mark mode.
13636 1997-07-14  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13638         * textmodes/texnfo-upd.el (texinfo-all-menus-update)
13639         (texinfo-master-menu, texinfo-multiple-files-update):
13640         Search for texinfo-master-menu-header as a string, not a regexp.
13641         (texinfo-master-menu-header): Move defvar earlier.
13643         * isearch.el (isearch-char-to-string): Use char-to-string.
13644         (isearch-quote-char): Add nonascii-insert-offset.
13646         * files.el (basic-save-buffer-1): Clarify error message.
13647         (cd-absolute): Likewise.
13649 1997-07-13  Stephen Eglen  <stephene@cogs.susx.ac.uk>
13651         * iswitchb.el: All user variables now converted to custom.
13652         (iswitchb): New variable for use by the custom package.
13653         (iswitchb-default-buffer): Variable deleted.
13654         (iswitchb-define-mode-map): Addition of keybindings
13655         for iswitchb-kill-buffer and iswitchb-find-file.
13656         (iswitchb): When no text typed in, show all buffers.
13657         (iswitchb-complete): Use equal rather than eq.
13658         (iswitchb-next-match, iswitchb-prev-match): Use
13659         iswitchb-chop to handle reordering the buffer list.
13660         (iswitchb-chop): New function.
13661         (iswitchb-make-buflist): Rewritten for efficiency.
13662         (iswitchb-to-end): Operate on a list of buffers, not just one.
13663         (iswitchb-set-matches): Always return list
13664         of matching buffers, even in absence of user input.
13665         (iswitchb-kill-buffer): New function.
13666         (iswitchb-default-keybindings): Use read-kbd-macro for keys to define.
13667         (iswitchb-exhibit): Always return list of matching buffers.
13668         (iswitchb-show-default-buffer): Function deleted.
13670 1997-07-13  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13672         * progmodes/cc-langs.el: Require cc-defs.
13674         * progmodes/awk-mode.el (awk-mode): Require cc-langs, not cc-mode.
13676         * progmodes/cc-langs.el (c-make-inherited-keymap): Add autoload cookie.
13678         * tmm.el (tmm-prompt): Use save-excursion around completing-read code.
13679         (tmm-add-prompt): Clean up using save-selected-window
13680         and with-current-buffer.
13682 1997-07-12  Eli Zaretskii  <eliz@is.elta.co.il>
13684         * term/pc-win.el (msdos-bg-mode): New function.
13685         (msdos-face-setup, make-msdos-frame): Set background-mode and
13686         display-type properties for created frames.
13688 1997-07-12  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13690         * simple.el (forward-visible-line): Correctly handle arg 0
13691         so that it doesn't mess up handling of nonzero args.
13693 1997-07-10  Rob Riepel  <riepel@Stanford.EDU>
13695         * emulations/tpu-edt.el (tpu-set-mode-line) Added
13696         mode-line-mule-info and mode-line-frame-identification.
13698 1997-07-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13700         * emacs-lisp/edebug.el (condition-case): Fix edebug-form-spec to
13701         allow a handler with a list of condition names.
13703 1997-07-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13705         * cus-start.el: Make it clear that the warning is a warning.
13707 1997-07-10  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13709         * progmodes/cc-styles.el (c-copy-tree): New function.
13710         (c-initialize-builtin-style): Use c-copy-tree.
13712         * cc-align.el, cc-cmds.el, cc-compat.el, cc-defs.el, cc-engine.el:
13713         * cc-langs.el, cc-menus.el, cc-mode.el, cc-styles.el, cc-vars.el:
13714         New version of CC mode installed.
13715         Old files completely replaced.
13717 1997-07-10  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
13719         * international/fontset.el (create-fontset-from-fontset-spec):
13720         Typo in doc-string fixed.
13722 1997-07-10  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13724         * hilit19.el (hilit-submit-feedback): Change mail address.
13726 1997-07-10  Kenichi Handa  <handa@etl.go.jp>
13728         * international/fontset.el (create-fontset-from-fontset-spec): Add
13729         optional arg NOERROR.
13730         (create-fontset-from-x-resource): Give t as arg NOERROR to
13731         create-fontset-from-fontset-spec.
13733         * term/x-win.el: Give t as arg NOERROR to
13734         create-fontset-from-fontset-spec.
13736         * bindings.el (mode-line-mule-info): Remove tailing ">" from input
13737         method indicator.
13739         * international/isearch-x.el (isearch-input-method): New variable.
13740         (isearch-input-method-title): New variable.
13741         (isearch-toggle-specified-input-method): Set the above variables.
13742         (isearch-toggle-input-method): Likewise.
13743         (isearch-process-search-multibyte-characters): Give
13744         iseach-input-method as arg to read-multilingual-string.
13746         * international/mule-cmds.el (read-multilingual-string): Adjusted
13747         for the previous change of variables related to input methods.
13749         * isearch.el (isearch-message-prefix): Likewise.
13751 1997-07-09  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13753         * mail/sendmail.el (mail-mode): Make fill-paragraph-function local.
13755         * menu-bar.el (menu-bar-custom-menu): Add several more menu items.
13756         Rename some.  Delete "Update this menu".
13758         * cus-edit.el (customize-browse): Don't take an argument.
13760 1997-07-09  Noah Friedman  <friedman@splode.com>
13762         * emacs-lisp/eldoc.el: Add `up-list' and `down-list' to
13763         eldoc-message-commands.
13765 1997-07-09  Kenichi Handa  <handa@etl.go.jp>
13767         * international/mule-diag.el (print-fontset): Output format improved.
13768         (describe-fontset): Likewise.  Doc-string modified.
13769         (list-fontsets): Likewise.
13771         * international/encoded-kb.el (encoded-kbd-mode):
13772         Call coding-system-XXX instead of coding-vector-XXX.
13774 1997-07-09  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13776         * Makefile (dontcompilefiles): Add cyril-util.el.
13778         * format.el (format-alist): Don't handle compression here.
13780 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13782         * cus-edit.el (customize-browse): Improve start-of-buffer message.
13784         * mouse.el (mouse-undouble-last-event): Fix gross bugs:
13785         use modifiers, not old-modifiers.
13787         * cus-edit.el (custom-help-menu): Variable deleted.
13788         (custom-menu-reset): Function deleted.
13789         (Custom-menu-update): Likewise.
13791         * finder.el (finder-list-matches): Create *Finder Category* buffer.
13793         * mouse.el (mouse-show-mark): Handle switch-frame events in the loop.
13795 1997-07-08  Dave Love  <d.love@dl.ac.uk>
13797         * thingatpt.el (url): Define end-op property again.  Wrap end-op
13798         and beginning-op lambdas with `function', not quote.
13800 1997-07-07  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13802         * emacs-lisp/bytecomp.el (char-after): Allow 0 args.
13804         * progmodes/cc-*.el: New files, totally reorganized.
13806         * dunnet.el: Undo an earlier change:
13807         (dun-piss): Renamed from dunnet-urinate.
13808         (dun-verblist): Indecent word added back.
13809         (dunnet): Delete "censored" message.
13811         * textmodes/fill.el: Doc fixes.
13813         * international/mule-conf.el (undecided): Use `-' in mode line.
13815         * bookmark.el: Make global bindings only via loaddefs.el.
13817         * help-macro.el (make-help-screen): Clear the prompt
13818         when we get a real command.
13820 1997-07-07  Kenichi Handa  <handa@etl.go.jp>
13822         * international/quail.el (quail-conversion-help): Source code
13823         indentation changed.
13825         * international/skkdic-utl.el (skkdic-okuri-ari): Doc-string
13826         modified.
13827         (skkdic-postfix, skkdic-prefix, skkdic-okuri-nasi): Likewise.
13828         (skkdic-lookup-key): Add 4th argument PREFER-NOUN.  Arrange order
13829         of returning list according to this value.
13831         * international/kkc.el (kkc-region): Call skkdic-lookup-key with
13832         t for arg PREFER-NOUN while looking up key sequences shorter than
13833         what a user requested.
13834         (kkc-next-phrace): Likewise.
13836         * international/mule-diag.el (print-fontset): Output format tuned.
13837         (describe-fontset): Likewise.
13838         (list-fontsets): Likewise.
13840 1997-07-06  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13842         * delsel.el (delete-selection-mode): Doc fix.
13844         * wid-edit.el (widget-field-use-before-change): Reenable for Emacs 20.
13846         * files.el (find-file-literally): New function.
13848 1997-07-05  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13850         * menu-bar.el (menu-bar-files-menu): Use make-frame-command
13851         as in C-x 5 2, rather than make-frame.
13853         * international/mule-cmds.el (help-map):
13854         Bind I to describe-input-method.
13855         (help-map): Bind L to describe-language-environment.
13857         * international/mule-cmds.el
13858         (set-language-environment): Do the real work here.
13859         (current-language-environment): New variable.
13860         (setup-specified-language-environment): Call set-language-environment.
13861         Set current-language-environment.
13862         (describe-language-environment):
13863         By default, use current-language-environment.
13865         * help.el (help-for-help): Update help text.
13867         * faces.el (face-set-after-frame-default): New subroutine,
13868         taken from x-create-frame-with-faces.
13869         (x-create-frame-with-faces): Call it.
13870         (face-italic-p, face-bold-p): Use equal to compare fonts.
13871         (frame-update-faces): Function now a no-op.
13873 1997-07-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13875         * simple.el (sendmail-user-agent-compose): New function;
13876         this has the code that was in sendmail-user-agent.
13877         (sendmail-user-agent): Use sendmail-user-agent-compose.
13879         * mail/reporter.el (reporter-compose-outgoing): Use functionp,
13880         not fboundp, to test validity of COMPOSE.
13882         * bindings.el (complete-symbol): Accept an argument.
13883         (debug-ignored-errors): Add ^ to "No tags table loaded".
13884         Make the etags.el strings correspond to latest etags.el.
13886         * progmodes/etags.el (next-file, tags-loop-scan): Fix error message.
13887         (visit-tags-table-buffer, complete-tag): Likewise.
13889         * language/european.el (latin-1, latin-2. latin-3, latin-4, latin-5):
13890         Define coding system aliases.
13892         * wid-edit.el (widget-choose): Using keyboard, if all choices are
13893         diabled, just report an error.
13895         * cus-edit.el (custom-load-symbol): Don't reload a preloaded file.
13897         * term/linux.el: New file.
13899 1997-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
13901         * simple.el (forward-visible-line): Use forward-line, not
13902         vertical-motion, when moving backwards.
13904 1997-07-04  Anders Lindgren  <andersl@csd.uu.se>
13906         * compile.el (compilation-error-regexp-alist):
13907         Support for IAR Systems C compiler added.
13909 1997-07-04  Dave Love  <d.love@dl.ac.uk>
13911         * browse-url.el: Require thingatpt when compiling.
13912         (browse-url-url-at-point): Use `thing-at-point' (with URL code
13913         moved from here).
13914         (browse-url-looking-at): Moved to thingatpt.el, renamed and changed.
13916         * thingatpt.el (thing-at-point): Use `thing-at-point' property, if any.
13917         (bounds-of-thing-at-point): Use `bounds-of-thing-at-point' property.
13918         (thing-at-point-bounds-of-url-at-point): New function.
13919         (thing-at-point-looking-at): New function, adapted from old
13920         browse-url-looking-at.
13921         (thing-at-point-url-at-point): New function, adapted from
13922         browse-url-url-at-point.
13923         (thing-at-point-url-chars): Variable deleted.
13924         (thing-at-point-url-path-regexp, thing-at-point-short-url-regexp)
13925         (thing-at-point-url-regexp, thing-at-point-markedup-url-regexp):
13926         New variables.
13927         (url): `beginning-op' property function changed to use
13928         `thing-at-point-bounds-of-url-at-point'.  `end-op' property no
13929         longer set -- functionality no longer supported for the more
13930         sophisticated treatment of URLs so `forward-thing' no longer works
13931         in this case.
13933 1997-07-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13935         * cus-edit.el (custom-mode-map): Bind n and p.
13937         * mail/emacsbug.el (report-emacs-bug): Don't include messages
13938         in *Messages* generated by report-emacs-bug itself.
13940         * mail/mailalias.el (mail-complete-alist): Don't use backquote.
13942 1997-07-04  Per Abrahamsen  <abraham@dina.kvl.dk>
13944         * menu-bar.el (menu-bar-custom-menu): Some command names were
13945         updated.
13947         * widget.el (:sample-overlay): New keyword.
13948         * wid-edit.el (widget-leave-text): Use it.
13949         (widget-specify-sample): Use it.
13950         (widget-default-delete): Ditto.
13952         * wid-edit.el (color): Make it an editable field.
13953         (widget-color-value-create): Deleted.
13954         (widget-color-value-get): Deleted.
13955         (widget-color-value-set): Deleted.
13956         (color-item): Deleted.
13957         (widget-color-item-button-face-get): Renamed to
13958         `widget-color-sample-face-get'.
13959         (color-sample): Delete.
13960         (editable-color): Delete.
13961         (widget-editable-color-value-create): Delete.
13962         * cus-face.el (custom-face-attributes): Use `color' instead of
13963         `editable-color'.
13965         * wid-edit.el (widget-specify-field): Add newline in overlay for
13966         nil-:sized fields.
13967         (widget-field-end): Ditto.
13969         * wid-edit.el (emacs-library-link): New widget.
13970         (widget-emacs-library-link-action): New function.
13971         (widgets): Use it.
13972         (file-link): New widget.
13973         (widget-file-link-action): New function.
13975 1997-07-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13977         * loadup.el: Some files are in different directories.
13979         * emacs-lisp/lisp.el, emacs-lisp/lisp-mode.el:
13980         Moved from parent dir.
13982         * textmodes/fill.el, textmodes/page.el: Moved from parent dir.
13983         * textmodes/paragraphs.el, textmodes/text-mode.el: Likewise.
13985         * mail/sendmail.el (mail-do-fcc):
13986         Pass an arg to verify-visited-file-modtime.
13988         * textmodes/tex-mode.el (tex-common-initialization):
13989         Set search-whitespace-regexp locally.
13991         * simple.el (next-line, previous-line): Doc fixes.
13993 1997-07-03  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
13995         * hippie-exp.el (he-dabbrev-skip-space): Fix previous change.
13996         (he-dabbrev-as-symbol): Likewise.
13998         * find-dired.el (find-grep-dired): Use -type f.
14000         * language/japanese.el ("Japanese"): List iso-2022-7bit coding system
14001         instead of japanese-iso-7bit.
14003         * delsel.el (delete-selection-mode): Doc fix.
14005         * gnus/gnus-group.el (gnus-group-set-mode-line):
14006         Update how mode-line-modified is set.
14008         * paren.el (show-paren-idle-timer): New defvar.
14009         (show-paren-mode): Add :initialize attr in the defcustom.
14010         Test the value at end of file, and turn on the mode if true.
14012         * cus-face.el (custom-face-attributes): Use editable-color widget.
14014         * wid-edit.el (color-sample, editable-color): New widget types.
14016         * cus-edit.el (custom-buffer-create-internal): New arg DESCRIPTION
14017         is inserted in the buffer to describe it.
14018         (custom-buffer-create-other-window, custom-buffer-create):
14019         New arg DESCRIBE; pass it along.
14020         (customize-group): Pass DESCRIBE argument.
14021         (custom-face-menu): Improve Set and Save item strings.
14022         (custom-group-menu): Likewise.
14024 1997-07-02  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
14026         * cus-edit.el (custom): Don't set :button-face.
14027         (custom-mode): Use custom-button-face here
14028         as buffer-local value of widget-button-face.
14030         * wid-edit.el (widget-button-face): Default value widget-button-face.
14031         (widget-default-button-face-get): Use variable widget-button-face.
14033         * mail/emacsbug.el (report-emacs-bug): Don't assume the exit command
14034         is mail-send-and-exit for all user agents.
14036         * autorevert.el: New file.
14038         * paren.el (show-paren-mode): Add a defvar before first use.
14040         * desktop.el (desktop-clear-preserve-buffers): New variable.
14041         (desktop-clear): Kill all buffers except internal ones
14042         and those listed in desktop-clear-preserve-buffers.
14044         * time.el (display-time-string-forms): Use %M, not %m.
14046         * compile.el (compilation-parse-errors): Skip 2 lines
14047         only for Compilation major mode.
14049         * international/mule.el (load-with-code-conversion):
14050         Don't run kill-buffer-hook or kill-buffer-query-functions.
14052 1997-07-02  Per Abrahamsen  <abraham@dina.kvl.dk>
14054         * cus-edit.el (customize-browse): Use glyphs in description, if
14055         possible.
14057         * wid-edit.el (widget-menu-minibuffer-flag): Default to t on
14058         XEmacs.
14060         * wid-edit.el (widget-field-value-create): Add comment explaining
14061         why `:field-overlay' contains two markers.
14063         * cus-edit.el (custom-browse-visibility)
14064         (custom-browse-visibility-action, custom-browse-group-tag)
14065         (custom-browse-group-tag-action, custom-browse-variable-tag-action)
14066         (custom-browse-face-tag, custom-browse-face-tag-action)
14067         (custom-browse-face-tag-action, custom-browse-alist): Changed
14068         prefix from `custom-tree' to `custom-browse'.
14069         (custom-variable-value-create, custom-face-value-create)
14070         (custom-group-value-create): Updated caller.
14072         * cus-edit.el (custom-browse-only-groups): New option.
14073         (custom-group-value-create): Use it.  Omit non-groups if non-nil.
14075         * cus-edit.el (custom-help-menu): Renamed "Variable" to "Option".
14076         Remove "..." from non-prompting entries.
14078         * wid-edit.el (widget-single-line-field-face): New face.
14079         (widget-single-line-display-table): New variable.
14080         (regexp, file): Use `widget-single-line-field-face'.
14082         * cus-edit.el (custom-unloaded-symbol-p): New function.
14083         (custom-unloaded-widget-p): New function.
14084         (custom-group-value-create): Use it.
14085         (customize-browse): Mention [?].
14087         * cus-edit.el (custom-toggle-hide): Load dependencies here.
14089         * wid-edit.el (functionp): New function.
14091 1997-07-02  Kenichi Handa  <handa@etl.go.jp>
14093         * language/indian.el: Change category 5 to 1.
14095         * language/european.el (setup-8-bit-environment): New argument
14096         LANGUAGE.
14097         (setup-latin1-environment): Adjusted for the above change.
14098         (setup-latin2-environment): Likewise.
14099         (setup-latin3-environment): Likewise.
14100         (setup-latin4-environment): Likewise.
14101         (setup-latin5-environment): Likewise.
14103         * language/greek.el (setup-greek-environment): Likewise.
14105         * language/hebrew.el (setup-hebrew-environment): Likewise.
14107         * language/cyril-util.el (setup-cyrillic-environment): Adjusted
14108         for the change of an input method name.
14110         * language/devan-util.el (setup-devanagari-environment): Likewise.
14112         * language/ethio-util.el (setup-ethiopic-environment): Likewise.
14114         * language/korean.el (setup-korean-environment): Likewise.
14116         * language/lao-util.el (setup-lao-environment): Likewise.
14118         * language/thai-util.el (setup-thai-environment): Likewise.
14120         * language/viet-util.el (setup-vietnamese-environment): Likewise.
14122         * language/china-util.el: Use true coding system names instead of
14123         aliases.  Adjusted for the change of an input method name.
14124         (decode-hz-region): Fix comments.
14125         (encode-hz-region): Fix a coding system name.
14127         * language/misc-lang.el: Call set-language-info-alist for IPA.
14128         (setup-ipa-environment): New function.
14130         * international/titdic-cnv.el: Add license note.
14131         (tit-encode-list): Fix typo (euc-kk -> euc-kr).
14132         (quail-cxterm-package-title-alist): New variable.
14133         (tit-make-quail-package-file-name): Name changed from
14134         tit-make-quail-package-name.
14135         (tit-process-header): Check quail-cxterm-package-title-alist to
14136         decide a package name.
14137         (titdic-convert): Call tit-make-quail-package-file-name.
14138         (batch-titdic-convert): Likewise.
14140         * international/skkdic-cnv.el: Coding system name changed to
14141         iso-2022-7bit-short.
14142         (skkdic-convert): Fix typo in a comment.
14143         (skkdic-convert): Save buffer in iso-2022-7bit-short.
14144         (skkdic-extract-conversion-data): Fix a bug in regular expression
14145         pattern.
14147         * international/quail.el (quail-guidance-buf): Make it buffer
14148         local.
14149         (quail-guidance-win): New variable.  Make it buffer local.
14150         (quail-current-translations): Doc-string modified.
14151         (quail-current-data): Make it buffer local.
14152         (quail-define-package): Update input-method-alist.
14153         (quail-defrule): Doc-string modified.
14154         (quail-defrule-internal): Document it.
14155         (quail-get-translation): Change the format of DEF part.
14156         (quail-lookup-key): Make the second argument LEN optional.  Reset
14157         quail-current-translations to nil.
14158         (quail-map-definition): New funtion.
14159         (quail-get-current-str): New function.
14160         (quail-guidance-translations-starting-column): New variable.
14161         (quail-update-current-translations): New function.
14162         (quail-translate-key): Adjusted for the change of DEF format.
14163         Call quail-update-current-translations.
14164         (quail-next-translation): Call quail-update-current-translations.
14165         (quail-prev-translation): Likewise.
14166         (quail-next-translation-block): Likewise.
14167         (quail-prev-translation-block): Likewise.
14168         (quail-select-translation): Deleted.
14169         (quail-make-guidance-frame): New function.
14170         (quail-show-guidance-buf): Handle the case that minibuffer is in a
14171         separate frame.
14172         (quail-hide-guidance-buf): Likewise.
14173         (quail-show-translations): Call
14174         quail-update-current-translations.  Check width of a frame to be
14175         used.
14176         (quail-completion): Do not supply LEN argument to
14177         quail-lookup-key.
14178         (quail-help): Use with-output-to-temp-buffer.
14179         (quail-translation-help): Likewise.
14180         (quail-conversion-help): Likewise.
14181         (quail-update-leim-list-file): Save buffer without making a backup file.
14183         * international/mule.el (charset-bytes, charset-dimension)
14184         (charset-chars, charset-width, charset-direction)
14185         (charset-iso-final-char, charset-iso-graphic-plane)
14186         (charset-reverse-charset, charset-short-name, charset-long-name)
14187         (charset-description, charset-plit, set-charset-plist): Document
14188         them.
14189         (make-char, charset-list): Doc-string modified.
14190         (find-new-buffer-file-coding-system): Fix bug of handling the
14191         coding system undecided.
14193         * international/mule-diag.el (print-list): Use macro when.
14194         (sort-charset-list): New function.
14195         (charset-other-info-func): Delete this variable.
14196         (list-character-sets): Handle a prefix argument.  If it is nil,
14197         make the output format less cryptic.
14198         (print-designation): Use macro when.
14199         (describe-current-coding-system): Likewise.
14200         (describe-current-coding-system): Delete unnecessary progn.
14201         (list-coding-systems): Handle prefix a prefix argument instead of
14202         checking (interactive-p).  Do not print coding categories.
14203         (list-coding-categories): New function.
14204         (print-fontset): Name changed from describe-fontset-internal.
14205         (describe-fontset): Make the output less cryptic.
14206         (list-fontsets): New function.
14207         (list-input-methods): Use macro when.
14208         (insert-section): Change a name of first argument.
14209         (mule-diag): Doc-string modified.  Use with-output-to-temp-buffer.
14210         Use insert-buffer-substring instead of insert-buffer.
14211         (dump-charsets): Make it callable interactively.
14212         (dump-codings): Likewise.
14214         * international/mule-conf.el: Fix typo in doc-string of charset
14215         indian-1-column.  Adjust for the name change of
14216         standard-character-unification-table-for-decode and
14217         standard-character-unification-table-for-encode.
14219         * international/characters.el: Modify docstring of char category
14220         1.  Change char category 5 to symbol.  Adjust category definition
14221         of Tibetan characters and Thai characters for this change.
14223 1997-07-02  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
14225         * international/mule-conf.el (binary): Define as coding system alias.
14227 1997-07-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
14229         * desktop.el (desktop-clear): Don't kill buffers here.
14231         * bindings.el (mode-line-mule-info): Use `%Z' instead of `%z:'.
14233         * language/devanagari.el (in-is13194-devanagari):
14234         Define this name rather than devanagari.
14235         (devanagari): Make this an alias.
14237         * international/mule-conf.el: Swap args to define-coding-system-alias.
14238         * language/vietnamese.el, language/thai.el, language/korean.el:
14239         * language/japanese.el, language/hebrew.el, language/greek.el:
14240         * language/european.el, language/chinese.el, language/cyrillic.el:
14241         Likewise.
14243         * international/mule.el (define-coding-system-alias): Swap the args.
14245         * mouse.el (mouse-undouble-last-event): Use reverse, not nreverse.
14247 1997-06-30  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
14249         * bibtex.el (bibtex-kill-field, bibtex-find-text):
14250         Killing a field moves to the next line.
14252         * diary-lib.el (diary-float): Fix errors in previous change.
14254         * progmodes/cc-mode.el (c-Java-conditional-key): Put this in the
14255         right place--it was inside of a defun.
14256         (c-electric-brace): Eliminate junk mistakenly patched here.
14258         * simple.el (kill-line): Doc fix.
14260         * dired-aux.el (dired-do-shell-command): New arg FILE-LIST
14261         so that we don't recompute it after the user provides the input.
14263 1997-06-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
14265         * simple.el (forward-visible-line): Handle 0 arg correctly.
14267 1997-06-28  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
14269         * cus-start.el (enable-multibyte-characters): Customize.
14271 1997-06-28  Michelangelo Grigni  <mic@mathcs.emory.edu>
14273         * ffap.el: XEmacs compatibility hacks cleaned up.
14274         (ffap-url-fetcher): If `browse-url' is bound, use that.
14275         (ffap-locate-file): New optional arg dir-ok.
14276         (ffap-at-mouse): Fix return value.
14278 1997-06-28  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
14280         * window.el (shrink-window-if-larger-than-buffer):
14281         Use compute-motion, instead of inserting newlines.
14283 1997-06-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
14285         * menu-bar.el (nonincremental-repeat-search-forward)
14286         (nonincremental-repeat-search-backward)
14287         (nonincremental-repeat-re-search-forward)
14288         (nonincremental-repeat-re-search-backward):
14289         Special error check for no previous search.
14291         * Makefile (lisptagsfiles): Look at subdirs only if name
14292         starts with a letter.
14293         (dontcompilefiles): Don't compile latin-5.el.
14294         (updates): Reject subdirs whose names start with =.
14295         (custom-deps, finder-data, autoloads, update-subdirs): Likewise.
14297         * scroll-bar.el (toggle-scroll-bar): Moved from frame.el.
14298         Use scroll-bar-mode to determine which side; if it's nil, use left.
14299         (set-scroll-bar-mode): New subroutine, taken from scroll-bar-mode.
14300         (scroll-bar-mode): Use the variable set-scroll-bar-mode.
14301         (scroll-bar-mode): New variable.  Extra defvar to avoid warning.
14302         (toggle-horizontal-scroll-bar): Moved from frame.el.
14304         * frame.el (scroll-bar-side): Variable deleted.
14305         (toggle-scroll-bar, toggle-horizontal-scroll-bar):
14306         Moved to scroll-bar.el.
14308         * files.el (file-chase-links): When handling .., make newname absolute.
14309         Simplify several places.
14310         (file-relative-name): Handle directory names as well as file names.
14311         Don't get fooled by empty directory names, etc.
14313         * word-help.el, term-nasty.el: Files deleted.
14315 1997-06-27  Simon Marshall  <simon@gnu.ai.mit.edu>
14317         * font-lock.el (font-lock-extra-types-widget): Use regexp widget.
14318         (scheme-font-lock-keywords-1)
14319         (scheme-font-lock-keywords-2): New variables based on old variable.
14320         (scheme-font-lock-keywords): Default to the former.
14321         (tex-font-lock-keywords-1)
14322         (tex-font-lock-keywords-2): New variables based on old variable.
14323         (tex-font-lock-keywords): Default to the former.
14324         (font-lock-eval-keywords): Don't eval KEYWORDS if nil.
14325         (font-lock-after-change-function)
14326         (font-lock-fontify-block): Explicitly wrap inhibit-point-motion-hooks.
14328         * lazy-lock.el (lazy-lock-fontify-after-scroll)
14329         (lazy-lock-fontify-after-trigger)
14330         (lazy-lock-fontify-conservatively)
14331         (lazy-lock-fontify-chunk): Explicitly wrap inhibit-point-motion-hooks.
14333         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Simplify range search.
14335 1997-06-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
14337         * cus-edit.el (custom-magic-alist):
14338         Update messages for `modified' and `set' states.
14340         * files.el (set-auto-mode): Undo previous change.
14342         * mouse.el (mouse-drag-region): For a click (not a drag),
14343         let the up-event run normally.
14345         * cus-edit.el (custom-mode-map):
14346         Bind Custom-move-and-invoke to mouse-1.
14347         (Custom-move-and-invoke): New command.
14348         (custom-buffer-create-internal): Update buffer help text.
14350 1997-06-26  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
14352         * cus-edit.el (custom-variable-menu): Clarify menu item names.
14353         (custom-buffer-create-internal): Clarify button names.
14355         * wid-edit.el (widget-choice-action): Use widget-edit-functions.
14356         (widget-toggle-action): Likewise.
14358         * wid-edit.el (widget-choose): Use only digits, except for C-g.
14359         Allocate digits to disabled commands too.
14360         Don't use a keyboard menu; instead, display a buffer
14361         listing all the alternatives.  Put cursor in echo area.
14363         * term-nasty.el: File deleted from the distribution.
14365         * doctor.el: Undo previous censorship changes.
14367         * paths.el (sendmail-program): Look first in /usr/sbin.
14369 1997-06-25  Per Abrahamsen  <abraham@dina.kvl.dk>
14371         * cus-edit.el (customize-browse): Take a group argument.
14372         (custom-help-menu): Browse `emacs' group.
14374         * cus-edit.el (custom-add-parent-links): Simplify mapatoms lambda.
14375         (custom-browse): New group.
14376         (custom-buffer-groups-last)
14377         (custom-menu-groups-first): Options deleted.
14378         (custom-browse-sort-alphabetically)
14379         (custom-browse-order-groups)
14380         (custom-buffer-order-groups)
14381         (custom-menu-order-groups): New options.
14382         (custom-browse-sort-predicate)
14383         (custom-buffer-sort-predicate)
14384         (custom-menu-sort-predicate): Functions deleted.
14385         (custom-sort-items): New replacement function; simplification and
14386         extension of previous predicate functions.
14387         (customize-face)
14388         (customize-customized)
14389         (customize-saved)
14390         (customize-apropos)
14391         (custom-menu-create)
14392         (custom-group-value-create): Use it.
14394         * cus-edit.el (custom-tree-alist): Use "-\ " instead of "-+ ".
14395         (custom-group-value-create): Ditto.
14397         * wid-edit.el (widget-button-click): Steal up event if key is not
14398         bounbd in `widget-global-map'.
14400         * cus-edit.el (custom-tree-insert-prefix): Renamed from
14401         `custom-tree-insert'.
14402         (custom-group-value-create): Use it.
14404         * wid-edit.el (widget-field-use-before-change): New option.
14405         (widget-setup): Obey it.
14407         * cus-edit.el (custom-help-menu): Add entry for
14408         `customize-browse'.
14410         * wid-edit.el (widget-push-button-value-create): Use :tag-glyph.
14411         (widget-glyph-insert-glyph): Accept nil widget.
14412         * cus-edit.el (custom-tree-group-tag): Specify :tag-glyph.
14413         (custom-tree-variable-tag): Ditto.
14414         (custom-tree-face-tag): Ditto.
14416 1997-06-25  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
14418         * help-macro.el (make-help-screen): Clear buffer-read-only.
14420 1997-06-24  Dan Nicolaescu  <done@ece.arizona.edu>
14422         * bindings.el (debug-ignored-errors): Correct the error messages
14423         that are supposed to match imenu.el.
14425 1997-06-24  Inge Frick  <inge@nada.kth.se>
14427         * view.el: Changed some documentation.
14428         (view-exits-all-viewing-windows): Nev variable
14429         replaces view-exit-all-windows-at-exit.
14430         (view-exit-all-windows-at-exit): Variable deleted.
14431         (view-mode-enter): Doesn't set view-exit-action if
14432         argument exit-action is nil.
14433         (view-mode-exit): Only restored windows are removed
14434         from view-return-to-alist.  Follow chains of old-windows.
14435         Do not call replace-buffer-in-windows.
14436         Call exit-action also when a window displays buffer.
14437         (View-exit-and-edit): Now sets read-only by binding
14438         view-old-buffer-read-only.
14440 1997-06-25  Paul Eggert  <eggert@twinsun.com>
14442         * replace.el (perform-replace): When matching lookahead, use
14443         markers rather than integers, since a replacement may invalidate
14444         integers.  This fixes a bug introduced in the previous change to
14445         this file.
14447 1997-06-25  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
14449         * facemenu.el (facemenu-add-new-face): Fix comma in backquote.
14451         * mail/rmail.el (rmail-get-new-mail): If conversion fails,
14452         delete the text that was inserted.
14454 1997-06-24  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
14456         * isearch.el (isearch-search-and-update): When a reverse search
14457         need not actually search, update isearch-case-fold-search anyway.
14458         (isearch-mode-map): Define latin-iso8859-9 as self-searching.
14460         * thingatpt.el (buffer): Don't use beginning-of-buffer, end-of-buffer.
14462         * wid-edit.el (widget-menu-minibuffer-flag): New variable.
14463         (widget-choose): Alternative method to read one character
14464         from the keyboard.
14466         * cus-edit.el (custom-documentation-face): New face.
14467         (custom-mode): Use custom-documentation-face for doc strings.
14468         (custom-group-link): Fix the help string.
14469         (custom-magic-show): Doc fix.
14471         * wid-edit.el (widget-documentation-face): New variable.
14472         (widget-specify-doc): Use the variable.
14474         * cus-edit.el (custom-group-value-create): In links style,
14475         use Go to Group instead of Show.
14476         (Custom-goto-parent): New command.
14477         (custom-mode-map): Bind u to Custom-goto-parent.
14478         Bind SPC and DEL.
14479         (custom-buffer-create-internal): Improve help for buttons.
14480         (custom-button-face): New defface.
14481         (custom widget-type): Use custom-button-face for buttons.
14482         (custom-group-tag-faces): Initial value is nil.
14483         (custom-variable-tag-face): Renamed from custom-variable-sample-face.
14484         Initialize it like custom-group-tag-face.
14485         (custom-group-tag-faces): Initialize to nil.
14486         (custom-state-face): New defface.
14487         (custom-magic-value-create):
14488         Use custom-state-face for State descriptions.
14490         * wid-edit.el (widget-default-button-face-get):
14491         Try to get it from the parent.
14492         (widget-default-create): Use :tag-face for tags.
14494         * cus-edit.el (custom-state-buffer-message): Display the message
14495         only if the item is modified.  Take widget as arg.
14496         (custom-mode): Use widget-edit-functions.
14498         * wid-edit.el (widget-edit-functions): Renamed from widget-edit-hook.
14499         (widget-field-action): Pass the widget as an arg when running hook.
14501         * cus-edit.el (Custom-set): Renamed from custom-set.
14502         (Custom-save): Renamed from custom-save.
14503         (custom-browse-sort-predicate): Defalias deleted.
14504         (custom-group-value-create): Don't sort, in tree mode.
14505         (Custom-mode-menu): Renamed from custom-mode-menu.
14506         (Custom-reset-current): Renamed from custom-reset-current.
14507         (Custom-reset-saved): Renamed from custom-reset-saved.
14508         (Custom-reset-standard): Renamed from custom-reset-standard.
14509         (Custom-menu-update): Renamed from custom-menu-update.
14510         (customize-set-value): Renamed from custom-set-value.
14511         (customize-set-variable): Renamed from custom-set-variable.
14512         (customize-save-customized): Renamed from custom-save-customized.
14514         * cus-start.el (double-click-time): Use restricted-sexp.
14515         (load-path): Make [Current dir?] itself the active button.
14517         * wid-edit.el (character): Doc fix.
14518         (restricted-sexp): New widget type.
14519         (integer, number): Use restricted-sexp.
14521         * cus-start.el (track-mouse): Don't customize it.
14523 1997-06-24  Paul Eggert  <eggert@twinsun.com>
14525         * replace.el (perform-replace): When matching regexps, if the next
14526         match is adjacent to this one, record the next match before
14527         replacing this one.  This fixes a bug where (replace-regexp
14528         "\\ba " "c") replaced "a a a " with "ca c" instead of "ccc".
14530 1997-06-24  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
14532         * thingatpt.el (beginning-of-sexp): New function.
14533         (bounds-of-thing-at-point): Fix typo in computing real-beg.
14535 1997-06-23  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
14537         * cus-edit.el (custom-group-visibility): Widget type
14538         moved from wid-edit.el and renamed from group-visibility.
14539         (custom-group-visibility-create): Function renamed
14540         and moved from wid-edit.el.
14541         (custom-state-buffer-message): New function.
14542         (custom-mode): Add custom-state-buffer-message to widget-edit-hook.
14544         * wid-edit.el (widget-edit-hook): New variable.
14545         (widget-field-action, widget-choice-action): Run that hook
14546         instead of displaying an echo area message.
14547         (widget-toggle-action): Likewise.
14548         (group-visibility, widget-group-visibility-create):
14549         Moved to cus-edit.el and renamed.
14551 1997-06-23  Dan Nicolaescu  <done@ece.arizona.edu>
14553         * textmodes/outline.el (outline-discard-overlays):
14554         Don't use let inside a cycle.
14556         * progmodes/hideshow.el (hs-discard-overlays): Use overlays-in to
14557         get all the overlays in a range.  Don't use let inside a cycle.
14559 1997-06-23  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
14561         * textmodes/nroff-mode.el (nroff-electric-mode): New defvar.
14563         * emulation/vip.el (vip-mode-map): Add defvar; move earlier.
14564         (vip-c-string): Variable renamed and defvar added.
14565         (vip-save-minibuffer-local-map): Likewise.
14566         (vip-end-with-a-newline-p): Use STRING (the arg) instead of `text'.
14568         * emacs-lisp/profile.el (profile-million): Variable moved.
14570         * informat.el (Info-validate-allnodes): Variable renamed, defvar added.
14571         (Info-validate-thisnode, Info-validate-lossages): Likewise.
14572         Change all references.
14574         * dired-aux.el (dired-add-entry): New optional arg RELATIVE.
14575         (dired-update-file-line): Pass t for RELATIVE.
14577 1997-06-22  Noah Friedman  <friedman@splode.com>
14579         * type-break.el: Do not use defsubst anywhere; use defuns.
14580         Don't require timer; use autoloaded functions.
14581         (type-break-warning-message-mode): Variable deleted.
14582         (type-break-query-mode): New variable and function.
14583         (type-break-mode): Mention in docstring.
14584         (type-break-run-at-time): New function.
14585         All callers of run-at-time changed.
14586         (type-break-cancel-function-timers): New function.
14587         All callers of cancel-function-timers changed.
14588         (type-break-check-post-command-hook): New function.
14589         (type-break-mode, type-break-schedule, type-break-alarm)
14590         (type-break-time-warning-alarm): Call it.
14591         (type-break-mode-line-countdown-or-break): New function.
14592         (type-break): Call it.
14593         (type-break-time-warning-schedule): Put type-break-time-warning
14594         on type-break-post-command-hook.
14595         (type-break-check): Call type-break-mode-line-countdown-or-break.
14596         (type-break-noninteractive-query): New function.
14597         (type-break-force-mode-line-update): New function.
14599 1997-06-23  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
14601         * language/japan-util.el (read-hiragana-string):
14602         Call read-multilingual-string correctly.
14604 1997-06-22  Howard Melman  <melman@absolut.osf.org>
14606         * picture.el (picture-draw-rectangle): New command.
14607         (picture-mode-map): Add binding for picture-draw-rectangle.
14608         (picture-mode): Doc fix.
14609         (picture-rectangle-ctl): New variable.
14610         (picture-rectangle-ctr): New variable.
14611         (picture-rectangle-cbr): New variable.
14612         (picture-rectangle-cbl): New variable.
14613         (picture-rectangle-v): New variable.
14614         (picture-rectangle-h): New variable.
14615         (move-to-column-force): Function deleted;
14616         calls changed to use move-to-column.
14617         (picture-insert): New function.
14618         (picture-self-insert): Use picture-insert.
14619         (picture-current-line): New function.
14621 1997-06-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
14623         * decipher.el (decipher-copy-cons):
14624         Renamed from decipher-get-undo-copy.  Calls changed.
14626         * emacs-lisp/lmenu.el (popup-menu): Redefine as macro.
14627         (popup-menu-popup, popup-menu-internal): New function.
14629         * mail/reporter.el (reporter-version): Change value.
14631         * vc-hooks.el (vc-menu-map): Add bindings for
14632         vc-retrieve-snapshot and vc-create-snapshot.
14634         * emacs-lisp/lisp-mnt.el (lm-version, lm-last-modified-date):
14635         Clean up strings that looked like RCS headers.
14637         * ielm.el (ielm-header): Delete version and RCS header.
14639         * forms.el (forms-version): Deactivate RCS headers.
14641         * emacs-lisp/edebug.el (edebug-version): Use the Emacs version.
14643         * compile.el (compilation-error-regexp-alist):
14644         New item, for Oracle pro*c compiler.
14646         * startup.el (command-line-1): Don't display startup message
14647         if the buffer-is nonempty.  Don't make undo entries for it.
14649         * tex-mode.el (latex-imenu-create-index): Make it much smarter.
14650         (latex-imenu-indent-string): New variable.
14652         * bytecomp.el (byte-compile-file): Doc fix.
14653         (batch-byte-compile-file): Return what byte-compile-file returns.
14655         * files.el (set-auto-mode): Handle interpreter-mode-alist as regexps.
14657         * doctor.el (doctor-death): Give serious advice if suicide mentioned.
14659         * Move many files into new subdirs named play, mail,
14660         progmodes, textmodes, emulation, emacs-lisp, and international.
14662         * apropos.el, asm-mode.el, autoinsert.el: Add provide call.
14663         * blackbox.el, cdl.el, copyright.el, cplus-md.el, debug.el, disass.el:
14664         * dissociate.el, doctor.el, dunnet.el, ebuff-menu.el, echistory.el:
14665         * find-gc.el, ielm.el, informat.el, kermit.el, ledit.el, levents.el:
14666         * lselect.el, macros.el, mailpost.el, makesum.el, misc.el, modula2.el:
14667         * mpuz.el, novice.el, nroff-mode.el, options.el, pascal.el:
14668         * pc-mode.el, profile.el, prolog.el, reposition.el, rlogin.el:
14669         * rnewspost.el, scribe.el, soundex.el, spell.el, spook.el, studly.el:
14670         * talk.el, time.el, underline.el, undigest.el, unrmail.el, vi.el:
14671         * vip.el, vms-pmail.el, vt-control.el, ws-mode.el, x-apollo.el:
14672         Add provide calls.
14674         * icon.el: Fix provide call.
14676         * simple.el (current-word): Ignore text properties.
14678         * edebug.el (edebug-sit-for-seconds): New variable.
14679         (edebug-display): Use that variable to control amt of time.
14681 1997-06-22  Morten Welinder  <terra@diku.dk>
14683         * tex-mode.el (latex-imenu-create-index): Make it much smarter.
14684         (latex-imenu-indent-string): New variable.
14686 1997-06-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
14688         * uniquify.el (delay-uniquify-rationalize-file-buffer-names):
14689         Remove this hook here,
14690         if we won't call delayed-uniquify-rationalize-file-buffer-names.
14691         (uniquify-buffer-name-style): Default value is nil.
14693         * cus-edit.el (custom-buffer-create-internal):
14694         Insert an explanation of the [Set] [Save]... line.
14695         Rename Done to Bury Buffer.
14697         * wid-edit.el (widget-default-value-set): Preserve point here.
14698         (widget-choice-action, widget-toggle-action): Not here.
14699         (widget-choice-action, widget-toggle-action):
14700         Display a message about [State].
14701         (widget-field-action): Improve message.
14703         * simple.el (paren-blinking group): Doc fix.
14705         * cus-edit.el (custom-tree-group-tag): Capitalize the tag.
14706         (custom-tree-variable-tag, custom-tree-face-tag): Likewise.
14707         (customize-browse): Corresponding changes.
14709         * wid-edit.el (widget-file-complete): New function.
14710         (file): Use widget-file-complete for :completion.  Delete :action.
14711         (symbol): Use lisp-complete-symbol for :completion.
14712         (widget-file-action): Function deleted.
14713         (widget-field-action): Just move to next field.
14714         (widget-choice-action, widget-toggle-action):
14715         Preserve point usefully if it is within the widget.
14717         * wid-edit.el (group-visibility): Inherit from visibility.
14719         * cus-edit.el (custom-add-parent-links): New arg INITIAL-STRING.
14720         (custom-group-value-create): Pass that arg.
14721         (custom-buffer-create-internal): Clarify initial documentation.
14723         * cus-edit.el (custom-group-value-create): Use group-visibility widget.
14724         (custom-add-parent-links): Don't insert anything if no parents.
14725         Return non-nil iff do have parents.
14727         * wid-edit.el (group-visibility): New widget type.
14728         (widget-group-visibility-create): New function.
14730         * cus-edit.el (custom-magic-value-create):
14731         In `links' style, don't indent the member groups.
14732         (custom-group-value-create): Likewise.
14734         * wid-edit.el (widget-documentation-link-action):
14735         Use describe-function or describe-variable in simple cases.
14737 1997-06-21  Per Abrahamsen  <abraham@dina.kvl.dk>
14739         * cus-edit.el (custom-buffer-indent): New option.
14740         (custom-magic-value-create): Use it.
14741         (custom-group-value-create): Ditto.
14742         (custom-buffer-create-internal): Don't create parent groups here.
14743         (custom-group-list): New variable.
14744         (custom-add-parent-links): New function.
14745         (custom-variable-value-create): Use it.
14746         (custom-face-value-create): Use it.
14747         (custom-group-value-create): Use it.
14748         (custom-buffer-groups-last): Changed default.
14750         * wid-edit.el (group-visibility): Deleted.
14751         (widget-group-visibility-create): Ditto.
14752         (group-link): Deleted.
14753         (widget-group-link-create): Ditto.
14754         (widget-group-link-action): Ditto.
14756         * cus-edit.el (custom-nest-groups): Delete option.
14757         (custom-buffer-style): Add `links' style instead.
14758         (custom-group-link): New widget.
14759         (custom-group-link-action): New function.
14760         (custom-group-value-create): Use `custom-group-link'.
14762         * wid-edit.el (widget-before-change): Fixed comment and debug string.
14764         * cus-edit.el (custom-mode-customize-menu): Deleted.
14765         (custom-mode-menu): Define here.
14766         (custom-mode): Don't add here.
14767         (custom-format-handler): Deleted.
14768         (custom): Don't add here.
14770         * cus-edit.el (custom-browse-sort-predicate): New alias.
14771         (custom-group-value-create): Use it.
14772         (:custom-last): Replace :custom-extra-prefix.
14773         (customize-browse): Use it.
14774         (custom-group): Ditto.
14775         (custom-group-value-create): Ditto.
14777         * cus-edit.el (face): Fixed format.
14778         (custom-face-value-create): Browse face, not option.
14780         * cus-edit.el (custom-group-value-create): Rewrote to replace
14781         entire format string.
14782         (custom-variable-value-create): Ditto.
14783         (custom-face-value-create): Ditto.
14784         (custom-group): Delete :format.
14785         (custom-variable): Ditto.
14786         (custom-face): Delete :format and :format-handler.
14787         (custom): Add :format.
14788         (custom-format-handler): Removed unnecessary code.
14789         (custom-face-format-handler): Deleted.
14790         (custom-add-see-also): New function.
14791         (custom-buffer-style): New option.
14792         (widget-face-value-create): Use it here instead of :format.
14793         (:custom-prefix, :custom-extra-prefix): New keywords.
14794         (custom): Initialize them.
14795         (custom-redraw-magic): Work with no magic button.
14796         (customize-browse): New command.
14797         (custom-tree-visibility): New widget.
14798         (custom-tree-visibility-action): New function.
14799         (custom-tree-group-tag): New widget.
14800         (custom-tree-group-tag-action): New function.
14801         (custom-tree-group-tag): New widget.
14802         (custom-tree-group-tag-action): New function.
14803         (custom-tree-variable-tag): New widget.
14804         (custom-tree-variable-tag-action): New function.
14805         (custom-tree-face-tag): New widget.
14806         (custom-tree-face-tag-action): New function.
14808         * cus-edit.el (custom-buffer-sort-alphabetically): New option.
14809         (custom-buffer-groups-last): New option.
14810         (custom-buffer-sort-predicate): Use them.
14811         (customize-apropos): Use it.
14812         (custom-group-value-create): Ditto.
14813         (custom-menu-sort-alphabetically): New option.
14814         (custom-menu-groups-first): New option.
14815         (custom-menu-sort-predicate): Use them.
14816         (custom-menu-create): Use it.
14817         (custom-buffer-sort-predicate, custom-buffer-order-predicate)
14818         (custom-menu-sort-predicate, custom-menu-order-predicate): Deleted.
14820         * wid-edit.el (widget-leave-text): Don't delete nil overlays.
14822         * wid-edit.el (widget-get-indirect): New function.
14823         (widget-default-create): Use it.
14824         (widget-button-insert-indirect): Deleted.
14826         * wid-edit.el (widget-inactive-face): Use dim gray instead of dark
14827         gray.
14829 1997-06-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
14831         * cus-edit.el (custom-magic-alist) <hidden>: Don't refer to "dots".
14833         * cus-edit.el (customize-menu-create): Return nil if Emacs.
14834         (custom-mode): Handle custom-mode-customize-menu being nil.
14835         (custom-mode-customize-menu): Don't initialize if customize-menu-create
14836         returns nil.
14838         * wid-edit.el (boolean): Capitalize "toggle".
14839         (choice): Capitalize "value menu".
14840         (visibility): Capitalize "hide" and "show".
14841         (group-visibility): Likewise.
14842         (widget-documentation-string-value-create): Capitalize "more".
14844         * cus-edit.el (custom-nest-groups): New variable.
14845         (custom-group): Don't insert a space before the group name here.
14846         (customize-group): If buffer exists, use it unchanged.
14847         (custom-format-handler) <L>: Maybe make a group-link widget
14848         instead of a group-visibility widget.
14849         custom-nest-groups controls this.
14850         <l, i, e>: Indent differently if custom-nest-groups.
14852 1997-06-20  Ryszard Kubiak  <rysiek@ipipan.gda.pl>
14854         * ogonek.el: Doc fixes.
14855         (ogonek-jak, ogonek-how): Examples of customization fixed.
14857 1997-06-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
14859         * wid-edit.el (widget-specify-insert): Bind before-change-functions.
14860         (widget-insert, widget-setup): Likewise.
14861         (widget-editable-list-delete-at, widget-default-delete): Likewise.
14862         (widget-editable-list-insert-before): Likewise.
14863         (widget-setup): Set up before-change-functions.
14864         (widget-after-change): Don't apply :notify here.
14865         (widget-before-change): New function.  Apply :notify here.
14866         (group-link): New widget type.
14867         (widget-group-link-action): New function.
14868         (widget-group-link-create): New function.
14870         * wid-edit.el (group-visibility): New widget type.
14872         * cus-edit.el (custom-format-handler) <L>: Use group-visibility.
14873         <L, i, - cases>: Triple the indentation, use just 2 dashes.
14875 1997-06-21  Kenichi Handa  <handa@etl.go.jp>
14877         * quail.el (quail-help): Use with-output-to-temp-buffer.
14878         (quail-translation-help): Likewise.
14879         (quail-conversion-help): Likewise.
14881         * fontset.el (x-charset-registries): Name changed for consistency:
14882         lao.mule -> MuleLao, Mule.Tibetan-X -> MuleTibetan-X.
14883         (x-complement-fontset-spec): Optimization for latin-iso8859-1.
14885         * mule-cmds.el: Define mouse-set-font in mule-menu-keymap agian.
14887 1997-06-20  Karl Heuer  <kwzh@gnu.ai.mit.edu>
14889         * tabify.el (untabify): Handle consecutive tabs all at once.
14890         (tabify-regexp): New var.
14891         (tabify): Use it.
14893 1997-06-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
14895         * wid-edit.el (boolean): Display "(nil)" or "(non-nil)".
14896         Add extra space before the value.
14897         (widget-documentation-string-value-create): Use [more] to show rest.
14898         (widget-visibility-value-create): Don't include `...'.
14900         * cus-edit.el (customize-group): Ignore case in completion.
14901         (custom-buffer-create-internal): Put parent groups near the top.
14903 1997-06-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
14905         * files.el (require-final-newline): Fix custom :type.
14907 1997-06-19  Per Abrahamsen  <abraham@dina.kvl.dk>
14909         * wid-edit.el (widget-leave-text): Don't delete nil overlays.
14911         * wid-edit.el (widget-inactive-face): Change color.
14913         * cus-edit.el (custom-reset-saved): Call :custom-reset-saved.
14914         (custom-reset-standard): Call :custom-reset-standard.
14916         * cus-edit.el (custom-file): Autoload, and use ~/.xemacs-custom
14917         for XEmacs.
14919         * cus-edit.el (custom-buffer-create-internal): Change parent tag.
14921         * cus-edit.el (custom-buffer-create-internal): Add links to parent
14922         groups when there is only a single item in the buffer.
14924         * cus-edit.el (customize-apropos): Extend ALL arg to restrict
14925         apropos to options, groups and faces.  Doc fix.
14926         (customize-apropos-options)
14927         (customize-apropos-faces)
14928         (customize-apropos-groups): New commands.  Call it.
14929         (custom-help-menu): Add commands to menu.
14931         * wid-edit.el (widget-documentation-link-add): Only highlight text
14932         inside link.
14934         * wid-edit.el (widget-specify-field): Place unreadable
14935         text-property correctly when `widget-field-add-space' is non-nil.
14937 1997-06-19  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
14939         * view.el (view-mode): Add autoload cookie to this variable.
14940         (View-exit-and-edit): Add autoload cookie.
14942 1997-06-19  Simon Marshall  <simon@gnu.ai.mit.edu>
14944         * simple.el: Create paren-blinking custom group (as a subgroup of
14945         paren-matching) and put all blink-matching-paren variables in the
14946         former (as opposed to the latter) group.
14948         * paren.el: Customise; paren-showing as a subgroup of paren-matching.
14949         (show-paren-style): New variable.
14950         (show-paren-match-face)
14951         (show-paren-mismatch-face): New faces.
14952         (show-paren-function): Use them.
14954         * font-lock.el: Rearrange custom options.
14955         (global-font-lock-mode): Change defvar to a defcustom, and move after
14956         global-font-lock-mode defun, so the mode can be enabled via customize.
14957         (tex-font-lock-keywords): Rewrite.
14959         * fast-lock.el: Rearrange custom options.
14961         * modula2.el (modula-2-mode): Set font-lock-defaults so that <* and *>
14962         have comment syntax during fontification.
14963         (m3-font-lock-keywords-1): Don't fontify <* and *> here.
14964         (m3-font-lock-keywords-2): Rearrange items and use regexp-opt.
14966 1997-06-18  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
14968         * etags.el (esc-map): Delete M-TAB binding of complete-tag.
14970         * bindings.el (complete-symbol): New function.
14971         (complete-tag): Definition deleted.
14972         (esc-map): Bind M-TAB to compete-symbol.
14974         * info-look.el: Replaces libc.el.
14975         (info-complete-symbol): If MODE is nil, use the default value.
14977         * fill.el (fill-context-prefix): Fix previous change.
14979         * paren.el: Don't enable the mode just because file is loaded.
14981         * files.el (backup, find-file): Make `files' their parent.
14982         (ctl-x-map): Delete the C-x C-q binding for toggle-read-only.
14984         * cus-edit.el (files): New group `files'.
14985         (auto-save): Make `files' its parent.
14987         * mpuz.el (mpuz-congratulate): Don't say "1 errors".
14989 1997-06-18  Carsten Dominik  <dominik@strw.LeidenUniv.nl>
14991         * reftex.el: Changed all doc strings to comply with conventions.
14992         (reftex-label-alist-builtin) New environment subfigure*.
14993         (reftex-toc) Introduced key g for revert-buffer.
14994         (reftex-extract-bib-entries) Allowed round parens as delimiter.
14995         (reftex-plug-into-AUCTeX) New variable and function.
14996         (reftex-make-master-buffer) Fixed bug with relative path names.
14998 1997-06-18  Ryszard Kubiak  <rysiek@ipipan.gda.pl>
15000         * ogonek.el: Doc Fix.
15001         (prefix-code): Change the name to `ogonek-prefix-code'.
15003 1997-06-18  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
15005         * mule-util.el (coding-system-parent): Moved to mule.el.
15007         * mule.el (coding-system-parent): Moved from mule-util.el.
15009 1997-06-18  Kenichi Handa  <handa@etl.go.jp>
15011         * startup.el (command-line): Load "leim-list.el".
15013         * subdirs.el: Add "language" in the argument of
15014         normal-top-level-add-to-load-path.
15016         * rmail.el (rmail-enable-decoding-message): Deleted.
15017         (rmail-revert): Bind enable-multibyte-characters to nil before
15018         calling rmail-convert-file.
15019         (rmail-convert-to-babyl-format): If enable-multibyte-characters is
15020         nil, don't convert code.
15022         * quail.el (quail-current-data): New variable.
15023         (quail-use-package): Do not reload a package already loaded.
15024         (quail-define-package): Update TITLE field of input-method-alist.
15025         (quail-map-p): TRANSLATION may be a cons.
15026         (quail-define-rules): Add autoload cookie.
15027         (quail-defrule): Add autoload cookie.  Handle the case that TRANS
15028         is a cons.
15029         (quail-get-translation, quail-lookup-key, quail-translate-key)
15030         (quail-show-translations, quail-completion-list-translations)
15031         (quail-show-kbd-layout): Likewise.
15032         (quail-hide-guidance-buf): Check if window WIN exists before
15033         deleting it.
15034         (quail-directory-name): New variable.
15035         (quail-update-leim-list-file): New function.
15037         * mule.el (coding-system-type): Doc-string modified.
15038         (coding-system-category): New function.
15039         (make-subsidiary-coding-system): Argument BASE deleted.
15040         (make-coding-system): Put properties no-initial-designation and
15041         coding-category to a newly created coding system.
15042         (define-coding-system-alias): Put property 'parent-coding-system
15043         to a new alias, property 'alias-coding-systems to a parent.
15045         * mule-util.el (coding-system-parent): New function.
15046         (coding-system-lessp): New function.
15047         (coding-system-list): Sort coding systems by coding-system-lessp.
15048         An element of returned list is always coing system, never be a
15049         cons.
15050         (modify-coding-system-alist): Renamed from
15051         set-coding-system-alist.
15052         (prefer-coding-system): New function.
15053         (compose-chars-component): But fix for handling a composite
15054         character of no compositon rule.
15056         * mule-diag.el (list-character-sets): Set major mode of *Help*
15057         buffer to help-mode.
15058         (describe-coding-system): If user input null for coding system,
15059         call describe-current-coding-system.
15060         (describe-current-coding-system-briefly): Doc-string modified.
15061         (print-coding-system-briefly): Print parent and alises of coding
15062         system.
15063         (describe-current-coding-system): Show more information neatly.
15064         (list-coding-systems): If called interactively, dont' list up
15065         coding categories.
15066         (list-input-methods): New function.
15067         (mule-diag): Call list-input-methods for listing input methods.
15069         * mule-cmds.el: Define describe-coding-system instead of
15070         describe-current-coding-system in help-map and mule-menu-keymap.
15071         In mule-menu-keymap, enable set-buffer-process-coding-system only
15072         when the current buffer has been associated with some subprocess.
15073         (set-language-info): Doc-string modified because `input-method' is
15074         not a valid KEY argument now.
15075         (leim-list-file-name, leim-list-header, leim-list-entry-regexp):
15076         New variables.
15077         (update-leim-list-file, update-all-leim-list-files): New
15078         functions.
15079         (current-input-method): Doc-string modified because the value is
15080         now input method name.
15081         (defualt-input-method, previous-input-method): Likewise.
15082         (current-input-method-title): Doc-string modified because now each
15083         input method doesn't have to set this variable.
15084         (input-method-alist): New variable.
15085         (register-input-method): Register input method in
15086         input-method-alist.
15087         (read-language-and-input-method-name): Deleted.
15088         (read-input-method-name): New function.
15089         (activate-input-method, select-input-method, toggle-input-method):
15090         Modified for the above change.
15091         (read-multilingual-string): Likewise.
15092         (describe-current-input-method): Renamed from
15093         describe-input-method.
15094         (describe-input-method): New function.
15095         (describe-language-environment): Don't put a vacant line at the
15096         top of *Help* buffer.  Show a title string of each input method.
15098         * mule-conf.el: Change mnemonic letters for iso-2022-7bit-ss2 and
15099         iso-2022-7bit-lock.  Set coding-category-iso-8-2 to
15100         'japanese-iso-8bit.
15102         * bindings.el (mode-line-mule-info): Change style for showing
15103         an activated input method.
15105         * characters.el: Set syntaxes of Ethiopic characters.
15107         * gnus/gnus-mule.el: Adjusted for the coding system name change.
15108         Set cyrillic-koi8 for newsgroup "relcom".
15110         * language/china-util.el, language/cyril-util.el,
15111         * language/devan-util.el, language/ethio-util.el,
15112         * language/japan-util.el, language/lao-util.el,
15113         * language/thai-util.el, language/tibet-util.el,
15114         * language/viet-util.el: Provide XXX-util instead of
15115         * language/XXX-util.  Delete local variable declartion.
15117         * language/ethio-util.el (ethio-fidel-to-tex-map): Correct several
15118         elements.
15120         * language/cyril-util.el (setup-cyrillic-iso-environment)
15121         (setup-cyrillic-koi8-environment)
15122         (setup-cyrillic-alternativnyj-environment): Deleted.
15123         (setup-cyrillic-environment): New function.
15125         * language/cyrillic.el: Don't make the keymap
15126         describe-cyrillic-environment-map and
15127         setup-cyrillic-environment-map.  Names of coding systems changed.
15128         Give them more informative doc-string.  Make iso-8859-5 alias of
15129         cyrillic-iso-8bit, alternativnyj alias of
15130         cyrillic-alternativnyj.  For Cyrillic, provide single language
15131         environment "Cyrillic".
15133         * language: Delete the code of calling register-input-method form
15134         all files under this directory.
15136 1997-06-18  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
15138         * startup.el: Customize.
15139         (command-line): Translate iso-8859-9 into latin-5.
15140         (command-line-1): Recognize setting inhibit-startup-echo-area-message
15141         with customization buffer.
15143 1997-06-17  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
15145         * scheme.el (scheme): Add defgroup.
15146         Put defcustom's into this group.
15148         * finder.el (finder-list-keywords): Create *Finder* buffer if nec.
15150         * fill.el (fill-context-prefix): Fix criteria for first line,
15151         and for second line; always fetch prefixes from both lines.
15153         * buff-menu.el (Buffer-menu-mode): Doc fix.
15154         (Buffer-menu-bury): Move the line to the end.
15156 1997-06-17  Dave Love  <d.love@dl.ac.uk>
15158         * scheme.el (scheme-mode-commands): Remove keybinding of \t to old
15159         `scheme-indent-line'.  Bind \e\C-q to `indent-sexp', not
15160         `scheme-indent-sexp'.
15161         (scheme-mit-dialect): Use defcustom.
15162         (dsssl-sgml-declaration): Likewise.  Fix doc string.
15164 1997-06-17  Inge Frick  <inge@nada.kth.se>
15166         * arc-mode.el (archive-extract): Use second argument of
15167         view-buffer instead of setting view-exit-action.
15169         * tar-mode.el (tar-extract): Use second argument of
15170         view-buffer instead of setting view-exit-action.
15172         * files.el (view-read-only): New option variable.  If
15173         non-nil then buffers visiting files read-only, do it in view mode.
15174         (find-file-read-only, find-file-read-only-other-window)
15175         (find-file-read-only-other-frame): Call toggle-read-only
15176         instead of setting buffer-read-only explicitly.
15177         (toggle-read-only, after-find-file): Changed to be aware
15178         of view-read-only.
15179         (save-some-buffers): Use second argument of view-buffer
15180         instead of setting view-exit-action.
15182         * window.el (split-window-save-restore-data): New function that
15183         for view mode buffers saves information in view-return-to-alist.
15184         (split-window-vertically, split-window-horizontally):
15185         Call split-window-save-restore-data.
15187 1997-06-16  Dan Nicolaescu  <done@ece.arizona.edu>
15189         * icon.el (icon-indent-line): A comment ends at the end of the
15190         line, delete call to inexistent function.
15192         * icon.el (icon-font-lock-keywords-1): Improved regexp.
15193         (icon-font-lock-keywords-2): Likewise.
15195 1997-06-16  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
15197         * buff-menu.el (Buffer-menu-bury): New command.
15198         (Buffer-menu-mode-map): Put Buffer-menu-bury on `b'.
15200         * sendmail.el (mail-mode): mail-header-separator affects paragraphs
15201         only when there is nothing after it on the line.
15202         (mail-mode-auto-fill, mail-mode-fill-paragraph):
15203         Look for mail-header-separator only on a line by itself.
15205         * compile.el (grep-program): Comment out the use of zgrep.
15207         * help.el (help-map): Make C-i run info-lookup-symbol.
15209 1997-06-16  Simon Marshall  <simon@gnu.ai.mit.edu>
15211         * icon.el (icon-imenu-generic-expression): Improved regexp.
15212         (icon-font-lock-keywords-1): Improved regexps.
15213         (icon-font-lock-keywords-2): Likewise.
15214         (icon-mode): Don't set font-lock-comment-start-regexp via
15215         font-lock-defaults; it is not needed anymore.
15217 1996-06-16  Dan Nicolaescu  <done@ece.arizona.edu>
15219         * icon.el (icon-imenu-generic-expression): Improved regexp.
15220         (icon-mode): Don't use pushnew.
15222 1997-06-16  Michelangelo Grigni  <mic@mathcs.emory.edu>
15224         * ffap.el (ffap-soft-value): Make this a function again; the macro
15225         version does intern-soft too early.  Deleted XEmacs-specific code.
15227         (ffap-string-at-point-mode-alist): Added "=" and
15228         "&" to the url syntax, as suggested by SJE.
15229         (ffap-read-file-or-url): Fixed the HIST argument to
15230         completing-read (only visible in XEmacs?), as reported by
15231         Christoph Wedler <wedler@fmi.uni-passau.de>.
15232         (ffap-kpathsea-expand-path): New func, replaces ffap-add-subdirs,
15233         a first attempt at kpathsea emulation.  Also convert "" to "." in
15234         path lists, for XEmacs.  Suggestions from SJE.
15235         Added mouse-track support (but no binding), as
15236         suggested by MDB.  Moved Emacs mouse bindings from
15237         "down-mouse" events to ordinary mouse events.
15238         (ffap-alist): Added ffap-fortran-mode, as requested by MDB.
15239         Rewrote and merged XEmacs support, eliminating file
15240         ffap-xe.el.  Modified ffap-other-frame to work in dedicated
15241         frames, fixing a bug reported by JENS.
15242         (ffap-menu-rescan): Avoid modifying the buffer.
15243         Two bugs reported by Christoph Wedler <wedler@fmi.uni-passau.de>:
15244         (ffap-fixup-url): Avoid autoloading through url-normalize-url.
15245         (ffap-read-file-or-url): For XEmacs, give extra HACK-HOMEDIR arg
15246         to `abbreviate-file-name'.
15247         (ffap-file-at-point): Suppress errors from `ffap-alist'.
15248         (ffap-url-at-point): Modified regexp to accept
15249         mail hostnames ending with a digit.  Fixes bug report of SJE.
15250         (ffap-url-at-point): Use higher level function
15251         (w3-view-this-url t) suggested by wmperry, instead of
15252         w3-zone-at/w3-zone-data or widget-at/widget-get.
15253         (ffap-url-at-point): Modified to work with
15254         w3-version "WWW 2.3.64 1996/06/02 06:20:23" alpha, which
15255         uses the 'widget package rather than the old w3-zone-at.
15256         Bug was reported by JENS.
15257         Adopted comments and doc strings to Emacs coding
15258         conventions.  Reorganized.  Retired v18 support.
15259         (ffap-bindings): Offers a default installation.
15260         (ffap-string-at-point): Modified arguments.
15261         (ffap-gnus-hook): Updated for Gnus 5.
15262         (ffap-tex-init): Delayed initialization of `ffap-tex-path'.
15263         (ffap-dired): New entry in `ffap-alist'.
15264         (ffap-menu-rescan): May fontify the choices in buffer.
15265         (ffap-read-file-or-url): `PC-completion-as-file-name-predicate'
15266         used if available, to work with complete.el.
15268 1997-06-16  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
15270         * view.el: Don't globally add to change-major-mode-hook.
15271         (view-mode-enable): Add to change-major-mode-hook locally here.
15272         (view-mode-disable): Remove from it locally here.
15274 1997-06-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
15276         * vc.el (vc-steal-lock): Use yes-or-no-p for confirmation.
15278         * ogonek.el: New file.
15280         * texnfo-upd.el: Many doc fixes.
15281         (texinfo-all-menus-update): Check for @detailmenu.
15282         (texinfo-master-menu): Likewise.
15283         (texinfo-multiple-files-update): Likewise.
15284         (texinfo-insert-master-menu-list): Put in @detailmenu if appropriate.
15286 1997-06-15  Per Abrahamsen  <abraham@dina.kvl.dk>
15288         * cus-face.el (custom-face-attributes): Use booleans.
15290         * cus-edit.el (custom-variable-menu): Rearranged lisp support.
15291         (custom-face-menu): Ditto.
15293         * wid-edit.el (boolean): Add explicit toggle button.
15294         (choice): Add explicit value menu button.
15295         * cus-face.el (custom-face-attributes): Use booleans.
15297         * cus-edit.el (custom-format-handler): Handle %i escape.
15298         (custom-face): Use it.
15299         (custom-magic-value-create): Add spaces for groups.
15300         (custom-format-handler): Add spaces for groups.
15302         * widget.el (:documentation-indent): New keyword.
15303         * wid-edit.el (widget-default-format-handler): Obey it.
15304         (widget-documentation-link-add): Add indentation.
15305         (widget-documentation-string-value-create): Ditto.
15307         * cus-edit.el (widget-glyph-insert-glyph): Make the invisible
15308         extent open ended.
15310         * cus-edit.el (custom-format-handler): Added :echo-help to
15311         visibility widget.
15312         (custom-variable-value-create): Ditto, also for tag.
15313         * wid-edit.el (widget-documentation-string-value-create): Ditto.
15314         (widget-documentation-link-help-echo): New function.
15315         (documentation-link): Use it.  Make untabable.
15317         * wid-edit.el (widget-apply-action): Don't bind
15318         `after-change-functions' here.
15320         * cus-edit.el (custom-toggle-hide): Call `widget-setup'.
15322         * wid-edit.el (widget-setup): Cleanup.
15324         * wid-edit.el (widget-tabable-at): New function.
15325         (widget-move): Use it.
15326         * wid-edit.el (widget-after-change): Reimplemented :secret.
15328         * wid-edit.el (widget-field-add-space): New option.
15329         (widget-specify-field): Use it.
15330         (widget-field-end): Ditto.
15332         * wid-edit.el (widget-leave-text): New function.
15333         (widget-convert-text): Use it.
15334         (documentation-link): New widget.
15335         (widget-documentation-link-action): New function.
15336         (widget-documentation-links): New option.
15337         (widget-documentation-link-regexp): New option.
15338         (widget-documentation-link-p): New option.
15339         (widget-documentation-link-type): New option.
15340         (widget-documentation-link-add): New function.
15341         (widget-documentation-string-value-create): Use it.
15343 1997-06-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
15345         * sendmail.el (mail-mode): Let all-white lines separate paragraphs.
15347         * text-mode.el (text-mode): Let all-white lines separate paragraphs.
15349         * generic.el: New file.
15351 1997-06-14  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
15353         * icomplete.el: Don't call icomplete-mode; let the user do that.
15354         (icomplete-show-key-bindings): Doc fix.
15355         (icomplete-mode): Doc fix.
15356         (icomplete-get-keys): Make it actually work.
15357         (icomplete-mode): Doc fix.
15358         (icomplete-completions): Doc fix.
15360         * view.el: Many doc fixes.
15361         (view-mode-enable): New function, split from view-mode-enter.
15362         (view-mode-enter): Use view-mode-enable.
15363         (view-mode-disable): New function, split from view-mode-exit.
15364         (view-mode-exit): Use view-mode-disable.
15365         (view-mode): Use view-mode-enable and view-mode-disable;
15366         don't do all of what view-mode-enter and view-mode-exit do.
15367         (change-major-mode-hook): Use view-mode-disable, not view-mode-exit.
15369 1997-06-14  Inge Frick  <inge@nada.kth.se>
15371         * view.el: Make view mode more similar to `less'.
15372         Changed documentation for most commands.
15373         (view-scroll-auto-exit): New variable, replaces view-mode-auto-exit.
15374         (view-mode-auto-exit): Variable deleted.
15375         (view-mode): Doesn't only toggle `view-mode', it also calls
15376         view-mode-enter or view-mode-exit.
15377         (view-buffer, view-buffer-other-window): New argument exit-action.
15378         (view-file, view-file-other-window, view-buffer-other-window)
15379         (view-buffer, view-mode-enter): Changed method used to restore
15380         windows when leaving view mode.
15381         (view-mode-exit): New function.
15382         (view-return-to-alist): New variable.
15383         (view-return-here, view-exit-position): Variables deleted.
15384         (view-remove-frame-by-deleting, view-exit-all-windows-at-exit):
15385         New option variables.
15386         (view-page-size, view-half-page-size): New variables.
15387         (view-scroll-size): Var deleted; replaced by the previous two.
15388         (view-mode-map): Make the bindings inside defvar.
15389         Added new commands and new key bindings.
15390         Added view-mode-exit to `change-major-mode-hook' to always leave
15391         view mode when changing major mode.
15392         (view-file-other-frame, view-buffer-other-frame): New commands.
15393         (View-leave, View-kill-and-leave, View-exit, View-exit-and-edit)
15394         (View-quit, View-quit-all): New commands for leaving view mode.
15395         (view-exit): Function deleted.
15396         (View-goto-percent, View-scroll-to-buffer-end): New commands.
15397         (view-try-extend-at-buffer-end): New option variable.
15399         (View-scroll-page-forward, View-scroll-page-backward)
15400         (View-scroll-page-forward-set-page-size)
15401         (View-scroll-page-backward-set-page-size, View-scroll-line-forward)
15402         (View-scroll-line-backward, View-scroll-half-page-forward)
15403         (View-scroll-half-page-backward)
15404         (View-revert-buffer-scroll-page-forward): New commands.
15406         (View-scroll-lines-forward, View-scroll-lines-backward)
15407         (View-scroll-lines-forward-set-scroll-size)
15408         (View-scroll-one-more-line): Commands deleted.
15410         (view-scroll-lines, view-end-message, view-page-size-default)
15411         (view-set-half-page-size-default, view-really-at-end)
15412         (view-recenter): New functions.
15413         (view-scroll-size): Function deleted.
15415         (View-search-regexp-forward, View-search-regexp-backward)
15416         (View-search-last-regexp-forward, View-search-last-regexp-backward)
15417         (view-search): ! and @ are special at beginning of regexp.
15418         (view-search-no-match-lines): New function.
15420 1997-06-14  Per Abrahamsen  <abraham@dina.kvl.dk>
15422         * wid-edit.el: Add widget `coding-system' for mule.
15424         * wid-edit.el (widget-convert-text): New function.
15425         (widget-convert-button): Ditto.
15427         * wid-edit.el (widget-field-buffer): Don't assume an overlay
15428         exists.
15429         (widget-field-start): Ditto.
15430         (widget-field-end): Ditto.
15432         * cus-face.el (custom-face-attributes-get): Protect against
15433         missing w3 font functions.
15435         * cus-edit.el (custom-magic-faces): New group.
15436         Added magic faces.
15438         * cus-edit.el (custom-buffer): New group.
15439         (custom-menu): New group
15440         Updated options.
15441         * wid-edit.el (widget-faces): New group.
15442         Updated all faces.
15444         * wid-edit.el (widget-map-buttons): New function.
15446         * cus-edit.el (custom-buffer-sort-predicate)
15447         (custom-menu-sort-predicate): Default to ignore.  Rewrite :type form.
15448         (custom-buffer-order-predicate)
15449         (custom-menu-order-predicate): New variables.
15450         (custom-buffer-sort-alphabetically)
15451         (custom-menu-sort-alphabetically): Functions deleted.
15452         (custom-sort-items-alphabetically): New function.  Like deleted
15453         functions, except that A and B must be the same custom type.
15454         (custom-sort-groups-first)
15455         (custom-sort-groups-last): New functions.  Like deleted functions,
15456         except that only A and B custom types are compared.
15457         (custom-group-value-create)
15458         (custom-menu-create): Also sort members using custom-*-order-predicate.
15459         But sort the copy of the stored sequence to prevent changing the stored
15460         value, and don't store the sorted copy.
15462         * wid-edit.el (widget-specify-inactive): Don't set `mouse-face'.
15463         (widget-setup): Don't use markers.
15465         * wid-edit.el (widget-default-format-handler): Cleanup.
15466         (widget-documentation-string-value-create): Also use documentation
15467         properties on single line documentation strings.
15469         * wid-browse.el (widget-minor-mode): Fixed mistake in
15470         widget-minor-mode - it had semantics of non-interactive calling
15471         reveresed.
15473 1997-06-14  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
15475         * language/european.el (Latin-2):
15476         List Croatian as alternative name for Serbo-Croatian.
15478 1997-06-13  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
15480         * add-log.el (add-log-time-format): New variable.
15481         (add-log-iso8601-time-string): New function.
15482         (add-change-log-entry): Use add-log-time-format.
15483         (add-log-iso8601-time-zone): Renamed from iso8601-time-zone.
15485 1997-06-13  Dan Nicolaescu  <done@ece.arizona.edu>
15487         * isearch.el (isearch-hide-immediately): New variable.
15488         (isearch-close-unecessary-overlays): New function.
15489         (isearch-range-invisible): Use them.
15491         * isearch.el (search-invisible): Changed the semantics,
15492         the default value and updated the doc string.
15493         (isearch-opened-overlays): New variable.
15494         (isearch-mode): Initialize it.
15495         (isearch-switch-frame-handler): Call isearch-clean-overlays.
15496         (isearch-exit, isearch-cancel, isearch-abort): Likewise.
15497         (isearch-other-meta-char, isearch-search):
15498         Support the new meaning for search-invisible.
15499         (isearch-open-necessary-overlays, isearch-open-overlay-temporary)
15500         (isearch-clean-overlays): New functions.
15501         (isearch-range-invisible): If we are inside overlays that can be
15502         opened, open them, add them to isearch-opened-overlays and say
15503         that the range is visible.
15505         * hideshow.el (hideshow): Added a :prefix.
15506         (hs-isearch-open): New variable.
15507         (hs-flag-region): Use that variable.
15508         Changed the semantics of the FLAG parameter and updated the docs.
15509         (hs-isearch-open-invisible): New function to be set as a
15510         `isearch-open-invisible' property for hidden overlays, so that
15511         isearch can use it.
15512         (hs-hide-block-at-point): Tell if we are hiding a comment or a block.
15514 1997-06-12  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
15516         * latin-5.el: Latin-5 is ISO-8859-9, not ISO-8859-5.
15518         * fill.el (fill-context-prefix): Don't crash if RESULT is nil
15519         when AT-SECOND is t.
15521         * bytecomp.el (byte-save-current-buffer): Change to code 114 (0162).
15523         * sendmail.el (mail-mode): Change paragraph-start and
15524         paragraph-separate not to match leading spaces.
15526         * vc.el (vc-annotate-mode-variables): Init vc-annotate-mode-menu
15527         and put it into vc-annotate-mode-map.
15528         (vc-annotate-add-menu): Don't init vc-annotate-mode-menu,
15529         just add the bindings to it.  Display progress messages.
15530         (vc-annotate-mode-menu): New defvar.
15531         (vc-annotate-ratio): Move defvar, add initial value.
15532         (vc-annotate-display-default): Display progress messages.
15533         (vc-annotate-display): Use vc-annotate-color-map.
15535 1997-06-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
15537         * finder.el (finder-mode): Don't switch buffers or change text here.
15538         (finder-by-keyword): Don't call finder-mode here.
15539         (finder-list-matches): Call finder-mode here.
15540         Switch to a buffer called *Finder Category*.
15541         (finder-list-keywords): Call finder-mode here.
15542         Switch to the buffer *Finder*.
15543         If the buffer already exists, don't reinitialize it or move point.
15545         * bindings.el (esc-map): Delete spurious wrong binding for M-TAB.
15547         * forms.el (forms-mode, forms--process-format-list)
15548         (forms--make-parser-elt, forms-search-forward, forms-search-backward):
15549         Fix error messages.
15551         * text-mode.el (paragraph-indent-text-mode):
15552         Renamed from spaced-text-mode.
15553         (text-mode-map): Bind TAB to indent-relative.
15554         (indented-text-mode-map): Variable deleted.
15555         (indented-text-mode): Now an alias for text-mode.
15557 1997-06-11  Johan Vromans  <jvromans@squirrel.nl>
15559         * forms.el (forms-save-buffer):
15560         Do not run the `write-file-filter' hooks
15561         explicitly since they are run via `local-write-file-hooks'.
15562         (forms-search-forward, forms-search-backward):
15563         Wrap the search.  Use `error' to signal failure.
15565 1997-06-11  Stefan Schoef  <schoef@OFFIS.Uni-Oldenburg.DE>
15567         * bibtex.el (bibtex-delete-whitespace, bibtex-current-line)
15568         (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
15569         (bibtex-map-entries):
15570         Renamed from delete-whitespace, current-line, assoc-of-regexp,
15571         skip-to-valid-bibtex-entry, and map-bibtex-entries, respectively.
15573 1997-06-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
15575         * fill.el (fill-context-prefix): If we get a prefix from the
15576         second line of the paragraph, verify the first line has it too.
15578         * reftex.el (tex-main-file, outline-minor-mode): Add defvars.
15580 1997-06-10  Carsten Dominik  <dominik@strw.LeidenUniv.nl>
15582         * reftex.el: Updated documentation at several points in the file.
15583         (reftex-label-alist-builtin): New default environment subfigure.
15584         (reftex-find-duplicate-labels): Temporary buffer is now
15585         "*Duplicate Labels*" instead of "*Help*".
15586         (reftex-bibtex-selection-callback): Renamed variable found-list.
15587         (reftex-found-list): Added defvar for this variable.
15588         (TeX-master): Added defvar for this variable.
15589         (reftex-reset-mode): Kill temporary buffers associated with RefTeX.
15591 1997-06-10  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
15593         * mule-cmds.el (view-hello-file): Adjusted for the changes of
15594         coding system names.
15596 1997-06-10  Terrence Brannon  <brannon@sand.usc.edu>
15598         * landmark.el (lm-display-statistics): Display stats in mode line.
15599         (lm-number-of-trials, lm-sum-of-moves): New vars.
15600         Various doc fixes.
15602 1997-06-10  Michael Staats  <michael@thp.Uni-Duisburg.DE>
15604         * pc-select.el (pc-select-selection-keys-only): New variable.
15605         (pc-select-meta-moves-sexps): New variable.
15606         (exchange-point-and-mark-nomark): New function.
15607         (forward-sexp-mark, forward-sexp-nomark): New functions.
15608         (backward-sexp-mark, backward-sexp-nomark): New functions.
15609         (pc-selection-mode): Doc fix.
15610         Bind exchange-point-and-mark-nomark, C-escape.
15611         Honor pc-select-meta-moves-sexps, pc-select-selection-keys-only.
15612         Unset highlight-nonselected-windows.
15614 1997-06-10  Johan Vromans  <jvromans@squirrel.nl>
15616         * forms.el: Use `error' where possible to signal errors.
15617         Remove (beep)s for warnings.
15618         Change comment about the iif hook to reflect the actual reason.
15619         Correct error in field numbering.
15621 1997-06-10  Flemming Hoejstrup Hansen  <hovpfl@unidhp.uni-c.dk>
15623         * forms.el (forms-mode): Make `forms--elements' local before calling
15624         `forms--process-format-list'.
15626 1997-06-10  Olivier Laurens  <laurens@tcc.bc.ca>
15628         * forms.el (forms-save-buffer): `forms-write-file-filter' and
15629         `forms-read-file-filter' were not called correctly.
15631 1997-06-10  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
15633         * f90.el (f90-looking-at-where-or-forall): Recognize where/forall
15634         only if it's a block, not a one-line statement.
15636 1997-06-10  Stefan Schoef  <schoef@OFFIS.Uni-Oldenburg.DE>
15638         * bibtex.el (bibtex-mode-map): Changed the binding of the C-TAB
15639         key, such that XEmacs will understand it, too.
15641         * bibtex.el (bibtex-format-entry, bibtex-end-of-entry): Give specific
15642         error message if not on valid BibTeX entry.
15644         * bibtex.el (bibtex-field-string-quoted): Small bug fix.  Allow
15645         backslash followed by newline.
15647         * bibtex.el (bibtex-reposition-window, bibtex-mark-entry): Two new
15648         functions, bound to M-C-l and M-C-h, respectively.
15650         * bibtex.el
15651         (bibtex-reformat-previous-options, bibtex-reformat-previous-labels):
15652         New internal variables used by bibtex-reformat.
15654         * bibtex.el (bibtex-clean-entry-hook): New hook to be called after
15655         entry has been cleaned.
15656         (bibtex-clean-entry): Run the hook bibtex-clean-entry-hook.
15658         * bibtex.el (bibtex-entry-field-alist): Small bug fix.
15659         (bibtex-autokey-title-terminators): Made -- a terminator instead
15660         of ---.
15661         (bibtex-font-lock-keywords): Don't treat ALT prefixed entries as
15662         comments.
15663         (bibtex-entry): Fixed parameter list.  This function is not
15664         intended to be called with required and optional fields as
15665         optional arguments anymore.
15667         * bibtex.el (bibtex-generate-autokey): Now split into various
15668         small functions.
15669         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names):
15670         New variables used by bibtex-generate-autokey.
15671         (bibtex-autokey-get-namefield, bibtex-autokey-get-names)
15672         (bibtex-autokey-demangle-name, bibtex-autokey-get-namelist)
15673         (bibtex-autokey-get-yearfield, bibtex-autokey-get-titlestring)
15674         (bibtex-autokey-get-titles, bibtex-autokey-get-titlelist):
15675         New helper functions for bibtex-generate-autokey.
15677         * bibtex.el (bibtex-submit-bug-report): Report all variables.
15679         * bibtex.el (bibtex-contline-indentation): New user option.
15680         (bibtex-entry-offset): Renamed from bibtex-entry-indentation.
15682         * bibtex.el (bibtex-entry-field-alist): Used different order for
15683         some fields (as documented in btxdoc.tex).  Changed one of the
15684         comment strings.
15686         * bibtex.el (bibtex-mode-hook, bibtex-add-entry-hook): Add var doc.
15687         (bibtex-autokey-before-presentation-hook): New variable to be
15688         called before autokey presentation.
15689         (bibtex-generate-autokey):
15690         Call bibtex-autokey-before-presentation-hook.  Doc fix.
15692         * bibtex.el (bibtex-reference-key): Reincluded parentheses.
15693         Parentheses should be disallowed only in field constants.
15695         * bibtex.el (bibtex-autokey-transcriptions): Fixed bug (two
15696         entries for `\o' while `\oe' entry was missing).
15698         * bibtex.el (bibtex-entry-indentation): New variable to determine
15699         the indentation of all entries.
15700         (bibtex-move-outside-of-entry): Use `skip-chars-forward' instead
15701         of `re-search-forward'.
15702         (bibtex-beginning-of-first-entry, bibtex-beginning-of-last-entry):
15703         Renamed from beginning-of-first-bibtex-entry and
15704         beginning-of-last-bibtex-entry.  Go to beginning of line, return point.
15705         (bibtex-do-auto-fill, bibtex-make-field, bibtex-entry)
15706         (bibtex-String, bibtex-Preamble): Respect `bibtex-entry-indentation'.
15707         (bibtex-beginning-of-entry, bibtex-end-of-entry): Make it work
15708         with indented entries.
15709         (bibtex-count-entries, bibtex-sort-buffer, bibtex-validate)
15710         (bibtex-kill-entry, bibtex-reformat): Use return value from
15711         bibtex-beginning-of-first-entry.
15712         (bibtex-clean-entry): Use `bibtex-reference-maybe-empty-head'
15713         instead of a fixed string.
15715         * bibtex.el (bibtex-beginning-of-entry, bibtex-end-of-entry): Now
15716         return point if called from a program.
15717         (bibtex-enclosing-field, bibtex-format-entry)
15718         (bibtex-generate-autokey, bibtex-parse-keys, bibtex-mode)
15719         (bibtex-ispell-entry, bibtex-narrow-to-entry, bibtex-sort-buffer)
15720         (bibtex-find-entry-location, bibtex-validate, bibtex-clean-entry)
15721         (bibtex-fill-entry): Use new return values of these functions.
15722         (bibtex-ispell-abstract): Bug fix (inherently by the change to
15723         bibtex-end-of-entry).
15725         * bibtex.el (bibtex-field-history): New variable for history
15726         buffer of field name reading.
15727         (bibtex-make-field): Use completion.  Object to completion are all
15728         standard fields defined for the current entry.  Bound to `C-c C-f'.
15729         (bibtex-mode): Set `comment-start' and `comment-start-skip' to
15730         "@Comment ", `comment-column' to 0.
15732         * bibtex.el (bibtex-autokey-transcriptions): New variable.
15733         (bibtex-autokey-name-change-strings)
15734         (bibtex-autokey-titleword-change-strings):
15735         Use bibtex-autokey-transcriptions as default value.
15737         * bibtex.el (bibtex-find-entry-location): Handle empty buffer.
15739         * bibtex.el (bibtex-entry-delimiters): New variable to determine
15740         if entries shall be delimited by braces or parentheses.
15741         (bibtex-entry-left-delimiter, bibtex-entry-right-delimiter): New
15742         helper functions.
15743         (bibtex-entry, bibtex-String, bibtex-Preamble): Respect
15744         `bibtex-entry-delimiters'.
15745         (bibtex-entry-format): Doc fix.
15746         (bibtex-reference-key, bibtex-field-const): Removed parentheses
15747         from allowed characters.
15748         (bibtex-end-of-entry): Better handling of incorrect preambles.
15750         * bibtex.el (bibtex-validate): Small change to avoid reparsing of
15751         errors, if you enter `compile-goto-error' in compilation buffer.
15753         * bibtex.el (bibtex-progress-message): New function to show
15754         progress of some long-lasting functions in BibTeX mode by
15755         indicating percentage of done work.
15756         (bibtex-progress-lastperc, bibtex-progress-lastmes)
15757         (bibtex-progress-interval):
15758         New internal variables for `bibtex-progress-message'.
15759         (bibtex-parse-keys, bibtex-reformat, bibtex-validate): Use new
15760         function `bibtex-progress-message'.
15761         (current-line): New helper function to calculate current
15762         linenumber.  Something like this should really be defined somewhere
15763         else in Emacs.
15764         (bibtex-validate): Changed to show all errors in buffer in a
15765         `compilation mode' buffer.  If there are syntax errors, it aborts
15766         after the syntax check, since higher-level check functions rely on
15767         the syntactical correctness of buffer.  If called from another lisp
15768         function (as `bibtex-convert-alien') the return value shows
15769         whether validating has been successful.  Fixed bug which made
15770         checking for absent required fields work incorrectly.
15771         (bibtex-parse-keys-timeout): Set to a value reasonable higher
15772         (twice as high) than `lazy-lock-stealth-time'.
15773         (bibtex-member-of-regexp, assoc-of-regexp): Small cosmetic changes.
15775         * bibtex.el (bibtex-buffer-last-parsed-tick): Renamed from
15776         bibtex-buffer-last-parsed-for-keys-tick and made it really
15777         buffer-local (bug fix).
15778         (bibtex-parse-keys): Make it use bibtex-buffer-last-parsed-tick.
15779         (bibtex-parse-buffers-stealthily): New function which parses all
15780         BibTeX buffers if Emacs has been idle an efficient amount of time.
15781         (bibtex-parse-idle-timer): New variable which stores whether idle
15782         timer for parsing already is installed.
15783         (bibtex-parse-keys): Make it callable verbosely.  Returns now nil
15784         if it has been aborted.
15785         (bibtex-mode): Run the new function bibtex-parse-buffers-stealthily.
15787         * bibtex.el (bibtex-generate-autokey): Changed the name part
15788         generation (bugfix).  This function handles now correctly all three
15789         forms of BibTeX names, "First von Last", "von Last, First", "von
15790         Last, Jr, First".  In every case the "Last" part is correctly
15791         extracted.  If the "Last" part consists of more than one token only
15792         the first is used.  Name fields spread over more than one line are
15793         no problem anymore.
15795         * bibtex.el (bibtex-entry-format): Changed default value to
15796         exclude 'page-dashes.  Modified documentation.
15797         (bibtex-autokey-name-change-strings)
15798         (bibtex-autokey-titleword-abbrevs)
15799         (bibtex-autokey-titleword-change-strings, bibtex-entry)
15800         (bibtex-validate): Doc fixes.
15801         (bibtex-mode-map): Bound `C-c $' to bibtex-ispell-abstract.
15802         (bibtex-generate-autokey): Changed documentation.  Small
15803         modification in calculating title field.
15804         (bibtex-mode): Included bibtex-ispell-entry into the list of
15805         `interesting' functions.
15806         (bibtex-kill-field): Bug fix (killing of first field in entry
15807         yielded error).
15809         * bibtex.el (bibtex-string-file-path): New variable which defines
15810         the path to search for bibtex-string-files.  It defaults to
15811         contents of environment variable BIBINPUTS.
15812         (bibtex-mode): Use this variable.
15814         * bibtex.el (bibtex-next-field, bibtex-find-text): Will now work
15815         with string entries as well.
15817         * bibtex.el (bibtex-mode-map): bibtex-complete-key wasn't bound
15818         correctly.
15819         (bibtex-complete): Fixed bug (used string entries defined in
15820         buffer as object to completion).
15822         * bibtex.el (Menu): Use easymenu.  More menu items for
15823         `BibTeX-Edit' menu.  Use nested menus.
15825         * bibtex.el (bibtex-field-kill-ring-max)
15826         (bibtex-entry-kill-ring-max): Two new variables substituting
15827         bibtex-kill-ring-max.
15828         (bibtex-field-kill-ring, bibtex-entry-kill-ring): Two new
15829         variables substituting bibtex-kill-ring.
15830         (bibtex-field-kill-ring-yank-pointer)
15831         (bibtex-entry-kill-ring-yank-pointer): Two new variables
15832         substituting bibtex-kill-ring-yank-pointer.
15833         (bibtex-last-kill-command): New variable keeping the type of the
15834         last kill command.
15835         (bibtex-insert-current-kill): Clean distinction between the two
15836         BibTeX kill rings.
15837         (bibtex-kill-field): Use new variable bibtex-field-kill-ring.
15838         (bibtex-kill-entry): Use new variable bibtex-entry-kill-ring.
15840         * bibtex.el (bibtex-kill-ring, bibtex-kill-ring-yank-pointer): New
15841         internal variables like kill-ring and kill-ring-yank-pointer, but
15842         bibtex-kill-ring holds fields or complete reference entries
15843         instead of raw strings.
15844         (bibtex-kill-ring-max): New user option similar to kill-ring-max.
15845         (bibtex-kill-field): Renamed from bibtex-delete-field again.  It
15846         now supports the new variable bibtex-kill-ring.
15847         (bibtex-copy-field-as-kill, bibtex-kill-entry)
15848         (bibtex-copy-entry-as-kill, bibtex-yank, bibtex-yank-pop): New
15849         interactive functions, which work on the bibtex-kill-ring
15850         variable.
15851         (bibtex-insert-current-kill): New helper function to insert
15852         contents of bibtex-kill-ring in an appropriate way.
15853         (bibtex-make-field): New optional argument to tell the function if
15854         it was called by bibtex-yank.  It operates slightly different then.
15855         (bibtex-find-text): New optional argument to tell the function if
15856         it was called by bibtex-make-field.  It moves in this case to the
15857         end of the key if it was called on the reference head line.  If it
15858         is called interactively on the head line, it works in an
15859         appropriate manner, too.
15860         (bibtex-enclosing-field): New optional argument to tell
15861         bibtex-enclosing-field not to print an error message if enclosing
15862         field isn't found, but to return nil in this case (t is returned
15863         otherwise).  This is used by bibtex-find-text such that no error
15864         message is given if bibtex-find-text is called interactively in
15865         the key line of an entry.
15867         * bibtex.el (bibtex-autokey-year-use-crossref-entry): New variable
15868         to determine if crossreferenced entry should be used for autokey
15869         generation, if year field of current entry is absent.
15870         (bibtex-generate-autokey): Use this new variable.
15872         * bibtex.el (bibtex-include-OPTannote): Deleted (is set in
15873         bibtex-user-optional-fields).
15874         (bibtex-entry, bibtex-print-help-message): Removed support for
15875         bibtex-include-OPTannote.
15877         * bibtex.el (bibtex-entry-format): New constant
15878         `inherit-booktitle' allowed.
15880         * bibtex.el (bibtex-mode): Set value for
15881         font-lock-mark-block-function.
15883         * bibtex.el (bibtex-font-lock-keywords): Changed to distinguish
15884         optional from ordinary fields.
15885         (bibtex-format-entry, bibtex-print-help-message)
15886         (bibtex-remove-OPT-or-ALT, bibtex-pop): Used simpler regexps.
15888         * bibtex.el (bibtex-delete-field): Changed from
15889         bibtex-delete-optional-or-alternative-field.  Deletes now mandatory
15890         fields as well.
15891         (bibtex-mode): Changed documentation.
15893         * bibtex.el (bibtex-entry-type-history, bibtex-key-history): New
15894         variables to use own histories in BibTeX buffers.
15895         (bibtex-entry, bibtex-clean-entry, bibtex-String): Use these new
15896         variables.
15898         * bibtex.el (bibtex-entry, bibtex-make-field): A function can now
15899         be used to generate a fields init string.
15900         (bibtex-include-OPTkey, bibtex-include-OPTannote)
15901         (bibtex-entry-field-alist): Changed documentation accordingly.
15903         * bibtex.el (bibtex-mode): bibtex-parse-keys on start of mode is
15904         now abortable, too.
15905         (bibtex-entry, bibtex-complete-key, bibtex-String): If bibtex-keys
15906         isn't set correctly due to abortion of bibtex-parse-keys, this
15907         function is called now non-abortable.
15909         * bibtex.el (bibtex-entry-field-alist): Small change in comments.
15911         * bibtex.el (bibtex-find-entry-location): Bug fix: Insertion into
15912         completely empty buffer didn't work.
15914         * bibtex.el (bibtex-user-optional-fields): Renamed from
15915         bibtex-mode-user-optional-fields.
15916         (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message):
15917         Use bibtex-user-optional-fields.
15919         * bibtex.el (bibtex-remove-delimiters): Bug fix: Only remove
15920         delimiting braces and not those inside fields.
15922         * bibtex.el (skip-to-valid-bibtex-entry, bibtex-parse-keys)
15923         (bibtex-end-of-entry, bibtex-validate, bibtex-reformat): Calculate
15924         complex regexps outside of loops.
15925         (bibtex-mode): Changed documentation on how to convert third party
15926         buffers.
15928         * bibtex.el (bibtex-convert-alien): New function to convert a
15929         buffer not created by BibTeX mode to a format, whichs enables all
15930         features of BibTeX mode.
15931         (bibtex-mode): Small bug fix for call to bibtex-parse-keys.
15933         * bibtex.el (bibtex-mode): Bug fix for using bibtex-parse-keys.
15935         * bibtex.el (bibtex-mode): Used other policy to initiate the first
15936         call of bibtex-parse-keys.  This avoids unnecessary double call if
15937         Font Lock mode is chosen for buffer at startup.
15939         * bibtex.el (bibtex-String, bibtex-Preamble): Renamed from
15940         bibtex-string and bibtex-preamble.
15941         (bibtex-String): If bibtex-maintain-sorted-entries and
15942         bibtex-sort-ignore-string-entries are both non-nil, read string
15943         key from minibuffer (with completion) and insert entry at correct
15944         location (as for normal entries).
15946         * bibtex.el (bibtex-autokey-titleword-first-ignore)
15947         (bibtex-autokey-titleword-abbrevs): Changed documentation: case of
15948         regexps doesn't matter anymore.
15949         (bibtex-field-const, bibtex-reference-key): Simplified to not
15950         contain uppercase letters.
15951         (member-of-regexp, assoc-of-regexp): Ignore case of regexp.
15952         (map-bibtex-entries): Call function not for every syntactical correct
15953         entry, but only for entries with known type.
15954         (map-bibtex-entries, skip-to-valid-bibtex-entry)
15955         (bibtex-flash-head, bibtex-enclosing-field)
15956         (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
15957         (bibtex-autokey-change, bibtex-generate-autokey, bibtex-parse-keys)
15958         (bibtex-ispell-abstract, bibtex-sort-buffer)
15959         (bibtex-find-entry-location, bibtex-validate, bibtex-remove-delimiters)
15960         (bibtex-delete-optional-or-alternative-field, bibtex-pop)
15961         (bibtex-clean-entry, bibtex-print-help-message): Make them work
15962         regardless of user's value of case-fold-search.
15963         (bibtex-generate-autokey): Use bibtex-cfield for generating the
15964         year field regexp.
15965         (bibtex-parse-keys): Only gather keys of known (and not of
15966         syntactical correct) entries.
15967         (bibtex-end-of-entry): Only report an "unknown entry" message if
15968         called interactively.
15970         * bibtex.el (bibtex-sort-ignore-string-entries): Renamed back from
15971         bibtex-sort-ignore-string-and-preamble.  Of course, preambles are
15972         always ignored, since they have no key at all.
15973         (bibtex-string): Slightly less complex regexp.
15974         (skip-to-valid-bibtex-entry): New helper function to skip forward
15975         (or backward) to beginning of next syntactical correct known
15976         BibTeX entry, if not already there.  Respects
15977         bibtex-sort-ignore-string-entries.
15978         (map-bibtex-entries): Bug fix: It wasn't called for string entries
15979         even if bibtex-sort-ignore-string-entries was nil.
15980         (beginning-of-last-bibtex-entry): New helper function to go to
15981         last entry in buffer.
15982         (bibtex-end-of-entry): Bug fix: Now works with string and preamble
15983         entries as well.
15984         (bibtex-sort-buffer): Renamed from bibtex-sort-entries.  Simplified
15985         by using new function skip-to-valid-bibtex-entry.  Now only known
15986         entries are checked.
15987         (bibtex-find-entry-location): Simplified by using new functions
15988         skip-to-valid-bibtex-entry and beginning-of-last-bibtex-entry.
15989         Only known entries are used to determine location.
15990         (bibtex-validate): Now checks string entries, too.
15991         (bibtex-move-outside-of-entry): Don't use forward-paragraph, but
15992         bibtex-end-of-entry.
15994         * bibtex.el (bibtex-end-of-entry): Don't use forward-sexp anymore,
15995         since this fails on entries with non-escaped souble-quotes.  Use
15996         search-bibtex-reference instead (though it is slower, it is more
15997         reliable).
15998         (bibtex-ispell-abstract): Use normal regexps created by
15999         bibtex-cfield instead of special ones.
16001         * bibtex.el (beginning-of-first-bibtex-entry): No warning on
16002         empty buffer.
16004         * bibtex.el (bibtex-validate): Bug fix.  Syntactical check didn't
16005         work, since due to a bug all entries were simply skipped.
16007         * bibtex.el (bibtex-mode): Doc fix.
16008         (bibtex-delete-optional-or-alternative-field): Renamed from
16009         bibtex-kill-optional-or-alternative-field.
16010         (bibtex-delete-optional-or-alternative-field, bibtex-empty-field):
16011         Use delete-region, not kill-region.
16012         (bibtex-clean-entry): New second argument called-by-reformat
16013         indicates if bibtex-clean-entry was called by reformat.  Don't try
16014         to find correct buffer position for newly generated key and don't
16015         call bibtex-parse-keys in this case.
16017         * bibtex.el (map-bibtex-entries): Bugfix (missed first entry in
16018         buffer, died on entries with `@' in other than first column).
16019         (beginning-of-first-bibtex-entry, bibtex-format-entry)
16020         (bibtex-beginning-of-entry, bibtex-validate, bibtex-clean-entry):
16021         Changed to allow BibTeX entries to start in a column different
16022         from 1 (but still for speed reasons only whitespace is allowed
16023         prior to the `@' on the same line.
16025         * bibtex.el (map-bibtex-entries): Call it for known BibTeX entries
16026         only.  This allows entries as @Comment{...} which follow no
16027         specific structure without breaking the validation functions.
16028         (bibtex-validate): Check syntactical structure for known entries
16029         only.
16031         * bibtex.el (bibtex-autokey-abbrev): Sped up and changed to allow
16032         a length of zero.
16034         * bibtex.el (bibtex-entry-format): Remove option `month-strings'.
16035         (bibtex-validate): If given a prefix argument, check for
16036         questionable month fields.
16038         * bibtex.el (bibtex-generate-autokey): Use normal regexps created
16039         by bibtex-cfield instead of special ones.
16040         (bibtex-hide-entry-bodies): Sped up by using subst-char-in-region
16041         instead of using replace-regexp or replace-match.
16042         (bibtex-find-entry-location): A bug had been introduced by using
16043         search-bibtex-reference instead of re-search-forward (fixed).
16045         * bibtex.el (bibtex-field-delimiters): Renamed from
16046         bibtex-field-delimiter.
16047         (bibtex-entry-format): Constant empty-opts renamed to
16048         empty-opts-or-alts.
16049         (bibtex-remove-delimiters): Renamed from
16050         bibtex-remove-double-quotes-or-braces.
16051         (bibtex-reformat): New function.
16053         * bibtex.el (bibtex-fill-entry): New function to refill entry.
16054         (bibtex-mode-map): Defined key for bibtex-fill-entry.
16056         * bibtex.el (bibtex-field-delimiter): Substitutes variables
16057         bibtex-field-left-delimiter and bibtex-field-right-delimiter.
16058         (bibtex-field-left-delimiter, bibtex-field-right-delimiter): New
16059         helper functions.
16060         (bibtex-make-field, bibtex-pop): Use new variable
16061         bibtex-field-delimiter.
16062         (bibtex-empty-field, bibtex-string): Use new functions
16063         bibtex-field-left-delimiter and bibtex-field-right-delimiter.
16064         (bibtex-predefined-month-strings): New variable.
16065         (bibtex-predefined-strings): Use bibtex-predefined-month-strings.
16066         (bibtex-submit-bug-report): Use new variables
16067         bibtex-field-delimiter and bibtex-predefined-month-strings.
16069         * bibtex.el (bibtex-entry-format): Substitutes variable
16070         bibtex-clean-entry-zap-empty-opts-or-alts.  Various types of
16071         formatting options are available (see variable documentation).
16072         (bibtex-format-entry): New function doing the formatting of entries.
16073         Taken from bibtex-clean-entry and enhanced to support new variable
16074         bibtex-entry-format.
16075         (delete-whitespace): New helper function used by bibtex-format-entry.
16076         (bibtex-clean-entry): Call new function bibtex-format-entry.
16077         (bibtex-submit-bug-report): Use bibtex-entry-format instead of
16078         bibtex-clean-entry-zap-empty-opts-or-alts.
16079         (bibtex-do-auto-fill): New function to perform auto-filling in
16080         BibTeX mode.  In fact, this is the old function
16081         bibtex-auto-fill-function.
16082         (bibtex-mode): Don't set fill-prefix anymore, but use new function
16083         bibtex-do-auto-fill.
16085         * bibtex.el (bibtex-find-entry-location): Fixed bug (when
16086         bibtex-maintain-sorted-entries was non-nil, an entry with a key
16087         greater than all other keys wasn't inserted in the correct place).
16089         * bibtex.el (bibtex-mode): Don't use bibtex-auto-fill-function
16090         anymore, but use directly variable fill-prefix.
16092         * bibtex.el (bibtex-find-entry-location): Fixed bug (on duplicate
16093         keys, point must move to beginning of entry, so that bibtex-entry
16094         works correctly).
16096         * bibtex.el (bibtex-complete): Fixed bug (parameter string-list
16097         was mistakenly altered by the function itself).
16099         * bibtex.el (bibtex-mode-map): Bind bibtex-complete-key to C-TAB.
16101         * bibtex.el (bibtex-validate): Renamed from bibtex-validate-buffer
16102         since it can acts on region if active.  Use search-bibtex-reference.
16103         (search-bibtex-reference): New function to be used in places where
16104         prior a re-search-{forward|backward} for bibtex-reference or
16105         something alike was used.  This function is necessary due to the
16106         new limit of failure stack size in 19.32 and above.
16107         (bibtex-enclosing-reference-maybe-empty-head)
16108         (bibtex-sort-entries, bibtex-find-entry-location, bibtex-validate):
16109         Use new function search-bibtex-reference.
16110         (bibtex-pop, bibtex-clean-entry): Small change due to change in
16111         bibtex-enclosing-reference-maybe-empty-head.
16112         (bibtex-reference-infix, bibtex-reference-postfix): New constants
16113         necessary due to splitting bibtex-reference.
16114         (bibtex-reference): Deleted.
16115         (bibtex-type-in-reference, skip-whitespace-and-comments): Deleted.
16117         * bibtex.el (bibtex-mode): Don't turn auto-fill-mode on.  Use new
16118         variable normal-auto-fill-function.
16120         * bibtex.el (bibtex-field-string): Simplified.
16122         * bibtex.el (bibtex-mode-syntax-table): Changed syntax of
16123         double-quote back to quote syntax.
16125         * bibtex.el (bibtex-complete): New generic function for interface
16126         functions bibtex-complete-string and bibtex-complete-key.
16127         (bibtex-complete-key): New function.
16129         * bibtex.el (bibtex-sort-ignore-string-and-preamble): Renamed from
16130         bibtex-sort-ignore-string-entries.
16131         (map-bibtex-entries): Use bibtex-sort-ignore-string-and-preamble
16132         and ignore preamble entries as well.
16133         (bibtex-mode, bibtex-submit-bug-report, bibtex-sort-entries):
16134         Use bibtex-sort-ignore-string-and-preamble.
16135         (bibtex-count-entries): New function to count entries in buffer or
16136         region.
16138         * bibtex.el (bibtex-comma-after-last-field): New variable to
16139         decide if comma should be inserted at end of last field.
16140         (bibtex-entry): Support new variable bibtex-comma-after-last-field.
16142         * bibtex.el (bibtex-field-indentation, bibtex-text-indentation):
16143         Two new user options (replacing the former constants
16144         bibtex-field-alignment and bibtex-text-alignment).
16145         (bibtex-align-at-equal-sign): New user option.
16146         (bibtex-auto-fill-function, bibtex-make-field)
16147         (bibtex-remove-OPT-or-ALT, bibtex-clean-entry): Support new variables.
16149         * bibtex.el (bibtex-validate-buffer): Now only checks region if
16150         mark is active.  With optional argument checks if required fields
16151         are missing, too.
16153         * bibtex.el (bibtex-mode): Added support for imenu.
16155         * bibtex.el (bibtex-entry-field-alist)
16156         (bibtex-mode-user-optional-fields): Modified syntax to allow
16157         preinitialization of fields.
16158         (bibtex-make-field, bibtex-make-optional-field):
16159         Support preinitialization of fields.
16161         * bibtex.el (bibtex-autokey-prefix-string)
16162         (bibtex-autokey-preserve-case): New variables to support
16163         bibtex-generate-autokey.
16164         (bibtex-generate-autokey): Use new variables.
16166         * bibtex.el (bibtex-field-const, bibtex-reference-type)
16167         (bibtex-reference-key): Changed to match the (according to Oren
16168         Patashnik) allowed characters.
16170         * bibtex.el (bibtex-clean-entry-zap-empty-opts-or-alts): Renamed
16171         from bibtex-clean-entry-zap-empty-opts.
16172         (bibtex-entry-field-alist): Slightly modified syntax to support
16173         alternative fields needed for Book and InBook references.
16174         (bibtex-font-lock-keywords, bibtex-print-help-message)
16175         (bibtex-make-field, bibtex-pop, bibtex-clean-entry):
16176         Support ALT prefixed entries.
16177         (bibtex-mode): Documented new ALT prefixed fields.
16178         (bibtex-make-optional-field): Modified to give only field name as
16179         arg to bibtex-make-field.
16180         (bibtex-remove-OPT-or-ALT, bibtex-kill-optional-or-alternative-field):
16181         Renamed from bibtex-remove-OPT and bibtex-kill-optional-field,
16182         respectively.  Modified to support ALT prefixes.
16184         * bibtex.el (bibtex-enclosing-field, bibtex-print-help-message):
16185         Speed up things by not using bibtex-enclosing-regexp anymore.
16186         (bibtex-enclosing-regexp): Function deleted.
16188 1997-06-10  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
16190         * loadup.el: Load latin-5.el.
16192 1997-06-09  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
16194         * characters.el: Delete syntax stuff for Latin-1 and Latin-2.
16196         * mail-utils.el (mail-parse-comma-list):
16197         Use buffer-substring-no-properties.
16199         * debug.el (debug): Set overriding-terminal-local-map to nil,
16200         don't bind it, so it won't be restored on `q'.
16202 1997-06-09  Thomas Wurgler  <twurgler@goodyear.com>
16204         * emacs-lock.el: Added the string "emacs-lock" to all function
16205         and variable names, to make them unique to emacs-lock.
16207         * emacs-lock.el (check-was-buffer-locked): New function,
16208         on shell-mode-hook and telnet-mode-hook.
16209         (save-buffer-lock-setting): New permanent local variable.
16211         * emacs-lock.el (check-buffer-lock): New function, on kill-buffer-hook.
16212         (set-shell-sentinel): New function, on shell-mode-hook
16213         and telnet-mode-hook.
16215 1997-06-09  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
16217         * simple.el (do-auto-fill): Typo in the previous change fixed.
16219 1997-06-09  Kenichi Handa  <handa@etl.go.jp>
16221         * mule.el: Delete declaration for buffer-file-coding-system.  It
16222         is done in buffer.c now.  In the comment, change coding-system to
16223         coding system.  The name coding-vector is changed to coding-spec.
16224         (coding-vector-type, coding-vector-mnemonic)
16225         (coding-vector-docstring, coding-vector-flags): Deleted.
16226         (coding-system-spec-ref): New function.
16227         (coding-system-type, coding-system-mnemonic, coding-system-flags):
16228         Use coding-system-spec-ref.
16229         (coding-system-doc-string): Renamed from coding-system-docstring.
16230         (coding-system-eol-type): Renamed from coding-system-eoltype.
16231         (coding-system-eol-type-mnemonic): Moved to mule-util.el.
16232         (coding-system-post-read-conversion): Likewise.
16233         (coding-system-pre-write-conversion): Likewise.
16234         (default-process-coding-system): Deleted.  Now declared in
16235         buffer.c.
16236         (make-subsidiary-coding-system): New function.
16237         (make-coding-system): Check arguments more strictly.  Do not make
16238         -unix, -dos, -mac variants for TYPE 4.
16239         (define-coding-system-alias): Call make-subsidiary-coding-system.
16240         (set-buffer-file-coding-system): Adjusted for the function name
16241         changes.
16242         (find-new-buffer-file-coding-system): Likewise.
16243         (default-process-coding-system): Deleted.  Now defined in coding.c.
16245         * mule-conf.el: Coding system names changed.
16247         * language: Most of files under this directory are modified
16248         because of changes of coding system names.
16250         * characters.el: Comment changed (iso-2022-7 -> iso-2022-7bit).
16252         * kkc.el (kkc-save-init-file): Coding system name changed from
16253         iso-2022-7 to iso-2022-7bit.
16255         * skkdic-conv.el: Likewise.
16257         * titdic-conv.el: Likewise.
16259         * mule-cmds.el: Define mouse-set-font in mule-menu-keymap.
16260         Disable menu set-buffer-process-coding-system if there's no
16261         process for the current buffer.
16262         (command-execute-with-coding-system): New function.
16263         (universal-coding-system-argument): Make it handle
16264         universal-arguement correctly.
16265         (describe-language-support): Call coding-system-doc-string instead
16266         of coding-system-docstring.
16268         * mule-diag.el (describe-coding-system): Change format of output.
16269         (describe-current-coding-system-briefly): Likewise.
16270         (describe-current-coding-system): Likewise.
16271         (print-coding-system-briefly): Likewise.
16272         (print-coding-system): Likewise.
16273         (list-coding-systems): Likewise.  Make it interactive.
16275         * mule-util.el (set-coding-system-alist): Deleted.
16276         (string-to-sequence): Doc string modified.
16277         (coding-system-list): Add optional arg BASE-ONLY.
16278         (coding-system-base): New function.
16279         (coding-system-plist): New function.
16280         (coding-system-equal): New function.
16281         (coding-system-unification-table): New function.
16283         * quail.el (quail-prefix-arg): New variable.
16284         (quail-start-translation): Make it handle a prefix argument.
16285         (quail-terminate-translation): Like wise.
16287         * simple.el (do-auto-fill): Bug fix for kinsoku processing.
16289 1997-06-09  Erik Naggum  <erik@naggum.no>
16291         * latin-1.el: Normalized character names.
16292         * latin-2.el: Normalized character names.
16293         * latin-3.el: Normalized character names.
16294         * latin-4.el: Normalized character names.
16295         * latin-5.el: New file.
16297 1997-06-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
16299         * webjump.el (webjump-sample-sites): Change the hot list.
16300         (webjump): Doc change.
16302         * mailalias.el (mail-directory-parser): Fix previous change.
16304 1997-06-08  Stephen Gildea  <gildea@stop.mail-abuse.org>
16306         * time-stamp.el (time-stamp-string-preprocess, time-stamp-do-number):
16307         Avoid compiler warnings: pass all arguments to time-stamp-do-number
16308         explicitly, not dynamically.
16310 1997-06-08  Dan Nicolaescu  <done@ece.arizona.edu>
16312         * icon.el (icon-font-lock-keywords-2): Use regexp-opt for the regexps.
16314 1997-06-08  Dave Love  <d.love@dl.ac.uk>
16316         * browse-url.el: Update keywords to show up in finder.
16317         (browse-url-gnudoit-args, browse-url-generic-program)
16318         (browse-url-gnudoit-program, browse-url-generic-args): New variables.
16319         (browse-url-w3-gnudoit): New procedure.
16320         (browse-url-mmm): New location of `remote' file for MMM 0.4.
16321         (browse-url-generic): New procedure.
16323         (browse-url-netscape): Test for w32.
16325         (browse-url-url-at-point): Assume mailto: if URL contains @.
16326         Don't use thingatpt; find the URL here to do it correctly.
16328         (browse-url-at-point, browse-url-of-file, browse-url-at-mouse):
16329         Call browse-url.
16330         (browse-url): Check for list browse-url-browser-function.
16331         (browse-url-choose-browser): New procedure.
16332         (browse-url-browser-function): Allow list value.
16334         (browse-url-process-environment): Call browse-url-emacs-display.
16335         (browse-url-emacs-display): New procedure.
16336         (browse-url-netscape-display): New variable.
16338         (browse-url-of-region): New procedure.
16339         (browse-url-of-buffer): Check for narrowed buffer.
16341         (browse-url-url-at-point): Rewrite to not use cl.el delete-if.
16342         Fix multi-line URL matching.
16344         (browse-url-markedup-regexp): New variable.
16345         (browse-url-xterm-program): New variable.
16346         (browse-url-xterm-args): New variable.
16347         (browse-url-lynx-xterm): Use the above two vars.
16348         (browse-url-url-at-point): Use buffer-substring-no-properties.
16349         (browse-url-grail): Add missing optional arg.
16350         (browse-url-mmm): New procedure.
16352         (browse-url-netscape-startup-arguments): New variable.
16354 1997-06-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
16356         * debug.el (debug, debugger-eval-expression):
16357         Treat overriding-terminal-local-map like overriding-local-map.
16358         (debugger-outer-overriding-terminal-local-map): New variable.
16360 1997-06-07  Thomas Wurgler  <twurgler@goodyear.com>
16362         * emacs-lock.el: Check for a lock when deleting a buffer.
16363         Turn off the lock on a shell or telnet buffer if its process
16364         is killed.  Reset the lock if the process is restarted.
16366 1997-06-07  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
16368         * files.el (file-name-non-special): Handle
16369         file-name-completion and file-name-all-completions.
16371         * mailalias.el: Customize.  Doc fixes.
16372         Mark some risky local variables.
16374         * dired.el (dired-unmark-all-marks):
16375         Renamed from dired-unmark-all-files-no-query.
16377         * language/european.el (setup-8-bit-environment):
16378         Load the file with load, not require, so that we reload it if nec.
16380         * language/english.el ("English"): Improve doc string.
16382         * language/indian.el (describe-indian-environment-map):
16383         Renamed from describe-indian-support-map.
16384         * language/devanagari.el: Corresponding changes.
16386         * language/european.el (describe-european-environment-map):
16387         Renamed from describe-european-support-map.
16389         * language/cyrillic.el (describe-cyrillic-environment-map):
16390         Renamed from describe-cyrillic-support-map.
16392         * language/chinese.el (describe-chinese-environment-map):
16393         Renamed from describe-chinese-support-map.
16395         * mule-cmds.el (describe-language-environment):
16396         Renamed from describe-language-support.
16397         Do the real work here; don't call describe-specified-language-support.
16398         Print the mnemonics when mentioning coding systems.
16399         Improve style of output.
16400         (describe-specified-language-environment):
16401         Renamed from describe-specified-language-support.
16402         Don't do the work here; call describe-language-environment.
16403         (describe-language-environment-map):
16404         Renamed from describe-language-support-map.
16406         * language/european.el (setup-8-bit-environment):
16407         Do not set set-case-syntax-offset.
16408         Subtract 128 when setting nonascii-insert-offset.
16409         Require latin-N if appropriate.
16411 1997-06-06  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
16413         * startup.el (command-line): Don't call face-initialize.
16415         * diff.el (diff-command): Fix previous change.
16417         * startup.el (command-line): If environment specifies ISO 8859,
16418         always set up for both singe-byte and multibyte operation.
16419         But set-language-environment does most of the job now.
16421 1997-06-06  Simon Marshall  <simon@diazepam.gnu.ai.mit.edu>
16423         * regexp-opt.el (regexp-opt): Doc fix.
16424         (regexp-opt-group): When extracting character sets, emit them after
16425         the remaining strings so the regexp will find the longest match.
16427 1997-06-05  Karl Heuer  <kwzh@gnu.ai.mit.edu>
16429         * follow.el (set-process-filter): Advice doc fix.
16431 1997-06-04  Stephen Gildea  <gildea@stop.mail-abuse.org>
16433         * time-stamp.el (time-stamp-format): Doc fix.  Use %:y.
16434         (time-stamp-string-preprocess): Don't just call format-time-string;
16435         handle compatibility for some old constructs.  Handle padding
16436         the historical way, while giving a warning if people actually
16437         depend on it.
16438         (time-stamp-conv-warn, time-stamp-conversion-warn)
16439         (time-stamp-do-number): New functions.
16441 1997-06-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
16443         * diff.el: Customize.
16444         (diff-switches, diff-command): Add autoload cookies.
16446         * vc.el (diff-switches): defvar deleted.
16448         * format.el (format-insert-file): Fix arg order to format-decode.
16450 1997-06-04  Per Abrahamsen  <abraham@dina.kvl.dk>
16452         * wid-edit.el (widget-kill-line): Fixed for overlays.
16454         * cus-edit.el (custom-buffer-create-internal): Show full
16455         documentation string in buffers with only a single item.
16457         * cus-edit.el (custom-mode-map): Suppress keymap.
16459         * wid-edit.el (widget-beginning-of-line): Work with overlays.
16460         (widget-end-of-line): Ditto.
16461         (widget-specify-inactive): Use inactive for mouse-face as well.
16462         (widget-read-event): New alias.
16463         (widget-button-click): Use it.
16464         Don't execute up events twice.
16465         (widget-field-end): Workaround for local-map at
16466         end of overlay.
16467         (widget-specify-field): Ditto.
16468         (widget-move): Fixed but with single button buffers.
16470         * cus-edit.el (custom-buffer-create-internal): Improved help
16471         strings for reset buttons.
16473         * wid-edit.el (widget-move): Restored support for
16474         `widget-echo-help' and `widget-move-hook'.
16475         (widget-documentation-string-value-create): Restore support for
16476         `widget-documentation--face'.
16478         * cus-edit.el (customize-variable-other-window): Added defalias.
16480         * widget.el (:complete): New keyword.
16481         (:complete-function): New keyword.
16482         * wid-edit.el (widget-complete): New command.
16483         (widget-keymap): Bind it.
16484         (widget-complete-field): New option.
16485         (widget-default-complete): New function.
16486         (default): Bind :complete.
16487         (string): Bind :complete-function.
16488         (sexp): Ditto.
16490         * wid-edit.el (widget-glyph-find): Would infloop when file not found.
16492         * wid-edit.el (widget-glyph-find): Try to avoid pure text glyphs.
16493         (widget-glyph-insert): Update doc string.
16495         * wid-edit.el (widget-button-click): Didn't restore `mouse-face'.
16497         * widget.el: Removed :hide-front-space and :hide-rear-space.
16499 1997-06-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
16501         * informat.el (Info-tagify): Don't set Info-tag-table-marker
16502         if not in Info mode.
16504 1997-06-03  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
16506         * sendmail.el (mail-setup): Don't set buffer-file-coding-system to nil.
16507         Instead, kill the local binding of it.
16509 1997-06-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
16511         * mouse-drag.el (mouse-drag-safe-scroll): Doc fix.
16512         (mouse-drag-repeatedly-safe-scroll): Doc fix.
16513         (mouse-drag-events-are-point-events-p): Doc fix.
16514         (mouse-drag-should-do-col-scrolling): Doc fix.
16515         (mouse-throw-with-scroll-bar): Doc fix.
16517         * follow.el (follow-windows-aligned-p): Doc fix.
16518         (follow-post-command-hook, follow-recenter): Doc fix.
16519         (follow-end-of-buffer, follow-windows-aligned-p): Doc fix.
16520         (follow-post-command-hook, follow-maximize-region): Doc fix.
16521         (set-process-filter, process-filter, move-overlay): Advice doc fix.
16523 1997-06-02  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
16525         * text-mode.el (spaced-text-mode): Renamed from text-mode.
16526         But change the mode name and hooks.
16527         (text-mode): Put the guts of indented-text-mode here.
16528         But don't define text-mode-abbrev-table, just use it.
16529         Don't set indent-line-function, and use text-mode-map.
16530         (indented-text-mode): Call text-mode.
16532         * cus-edit.el (custom-variable-prompt): Change prompt.
16534         * sendmail.el (mail-setup): Clear out buffer-file-coding-system.
16536 1997-06-02  Martin Lorentzson  <emwson@emw.ericsson.se>
16538         * vc-hooks.el (vc-annotate): Entry "Annotate" added to menu and
16539         function `vc-annotate' to key-sequence `C-x v g'.
16541         * vc.el (vc-annotate-*): New functions and variables.
16543 1997-06-02  Michael Kifer  <kifer@cs.sunysb.edu>
16545         * ediff-util.el (ediff-toggle-multiframe): Improved.
16546         (ediff-setup, ediff-inferior-compare-regions): Modified.
16547         (ediff-setup): Bug fixed.
16548         * ediff-init.el (ediff-file-attributes): Use ediff-file-remote-p.
16549         * ediff-wind.el (ediff-setup-windows-multiframe-merge)
16550         (ediff-setup-windows-multiframe-compare): Improved window placement.
16551         * ediff-diff.el (ediff-make-fine-diffs):
16552         Fixed messages about whitespace regions.
16553         * ediff-wind.el, ediff-ptch.el, ediff-mult.el, ediff-merg.el:
16554         custom.el'ed.
16556 1997-06-02  Michael Kifer  <kifer@cs.sunysb.edu>
16558         * viper-init.el (vip-parse-sexp-ignore-comments): New variable.
16559         * viper-cmd.el (vip-paren-match): Parsing comments is now controlled
16560         with vip-parse-sexp-ignore-comments.
16561         * viper-cmd.el (vip-goto-col): Fixed.
16562         * viper-cmd.el (vip-autoindent): Now expands abbrevs.
16563         (vip-adjust-keys-for): Unbinds vip-autoindent, if vip-auto-indent
16564         is nil.
16565         * viper-cmd.el (vip-prefix-arg-value): Fixed computation of integer
16566         prefix args.
16567         * viper-cmd.el, viper-init.el: New files.
16569 1997-06-02  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
16571         * easy-mmode.el: New file.
16573         * reftex.el: Many doc fixes.
16574         (reftex-mode-menu): Change menu items.
16576         * language/cyrillic.el (koi8-r): Use R for mode line.
16578         * language/european.el (iso-8859-1): Use `1' for mode line.
16579         (Latin-1...Latin-4 coding systems): Add lists of languages
16580         which use these coding systems.
16582 1997-06-01  Rolf Ebert  <ebert@waporo.muc.de>
16584         * ada-mode.el (ada-mode): Set up support for find-file.el.
16585         (ada-other-file-alist): New variable moved from find-file.el.
16586         (ada-search-directories): Likewise.
16588         * find-file.el
16589         (ada-other-file-alist): Variable definition moved to ada-mode.el.
16590         (ada-search-directories, ada-procedure-start-regexp): Likewise.
16591         (ada-package-start-regexp): Likewise.
16593         * ada-mode.el: Customize.
16595 1997-06-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
16597         * smtpmail.el: Include time-stamp.
16598         (smtpmail-queue-dir, smtpmail-queue-index-file): New variables.
16599         (smtpmail-queue-mail): New variable.
16600         (smtpmail-send-it): Handle those variables.
16601         (smtpmail-send-queued-mail): New command.
16603         * filecache.el: New file.
16604         * meta-mode.el: New file.
16605         * battery.el: New file.
16606         * easy-mmode.el: New file.
16608         * rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2):
16609         Variables renamed from mmdf-delim1 and mmdf-delim2.
16611 1997-06-01  Roderick Schertler  <roderick@ibcinc.com>
16613         * gud.el (gud-dgux-p, gud-dguxdbx-marker-filter): New functions.
16614         (dbx): Use them.
16616 1997-06-01  Dan Nicolaescu  <done@ece.arizona.edu>
16618         * hideshow.el (hs-show-hidden-short-form): Updated doc string.
16619         (hs-adjust-block-beginning): Likewise.
16620         (hs-special-modes-alist): C and C++ should also use
16621         hs-c-like-adjust-block-beginning.
16622         (hs-find-block-beginning): If hs-adjust-block-beginning is t and
16623         we apply hs-adjust-block-beginning and we reach the point means
16624         that we found the block beginning.
16625         (hs-c-like-adjust-block-beginning): Renamed from
16626         java-hs-adjust-block-beginning.
16628 1997-06-01  Simon Leinen  <simon@switch.ch>
16630         * smtpmail.el (smtpmail-via-smtp): Recognize XVRB as a synonym for
16631         VERB and XONE as a synonym for ONEX.
16633         (smtpmail-read-response): Add "%s" to `message' calls to avoid
16634         problems with percent signs in strings.
16636         * smtpmail.el (smtpmail-read-response): Return all lines of the
16637         response text as a list of strings.  Formerly only the first line
16638         was returned.  This is insufficient when one wants to parse
16639         e.g. an EHLO response.
16641         Ignore responses starting with "0".  This is necessary to support
16642         the VERB SMTP extension.
16644         (smtpmail-via-smtp): Try EHLO and find out which SMTP service
16645         extensions the receiving mailer supports.
16647         Issue the ONEX and XUSR commands if the corresponding extensions
16648         are supported.
16650         Issue VERB if supported and `smtpmail-debug-info' is non-nil.
16652         Add SIZE attribute to MAIL FROM: command if SIZE extension is
16653         supported.
16655         Add code that could set the BODY= attribute to MAIL FROM: if the
16656         receiving mailer supports 8BITMIME.  This is currently disabled,
16657         since doing it right might involve adding MIME headers to, and in
16658         some cases reencoding, the message.
16660 1997-06-01  Per Abrahamsen  <abraham@dina.kvl.dk>
16662         * wid-edit.el: Changed to overlays.
16663         * cus-edit.el (custom-buffer-create-internal): Remove kludge for
16664         getting read-only bob and eob in XEmacs.
16665         * wid-browse.el (widget-browse-at): Use `get-char-property'
16666         instead of `get-text-property'.
16667         * widget.el (:value-from :value-to): Deleted.
16668         * widget.el (:button-overlay, :field-overlay): New keywords.
16669         * wid-edit.el (widget-default-delete): Delete overlays.
16670         (widget-field-value-delete): Delete overlay.
16672         * wid-edit.el (widget-specify-field-update): Specify both
16673         `ballon-help' and `help-echo'.
16675         * wid-edit.el (visibility): Change "more" to "show".
16677         * cus-edit.el (:custom-category): New keyword.
16678         (custom-variable): Add it.
16679         (custom-face): Ditto.
16680         (custom-group): Ditto.
16681         (custom-magic-value-create): Replace %c with category in state
16682         text.
16683         (custom-magic-alist): Use it.
16684         (custom-magic-show-hidden): Allow control on each custom
16685         category.
16686         (custom-magic-value-create): Ditto.
16687         (custom-reset-current): Ignore extra arguments.
16688         (custom-reset-saved): Ditto.
16689         (custom-reset-standard): Ditto.
16690         (custom-reset-button-menu): New option.
16691         (custom-buffer-create-internal): Use it.
16693         * cus-edit.el (customize-variable): Uncomment alias.
16695 1997-06-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
16697         * sun-curs.el (sc::cursors): Add an eval-and-compile.
16699 1997-06-01  Per Abrahamsen  <abraham@dina.kvl.dk>
16701         * cus-edit.el (custom-format-handler): Changed look of group
16702         indicators.
16704         * wid-edit.el (widget-kill-line): Use forward-line instead of
16705         search-forward.
16707         * cus-edit.el (custom-magic-value-create): Cleanup.
16709         * wid-edit.el (set-text-properties): Redefine for broken XEmacsen.
16710         (widget-field-value-get): Remove workaround.
16711         (widget-specify-button): Specify both `ballon-help' and `help-echo'.
16713 1997-06-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
16715         * cus-edit.el (custom-variable-prompt):
16716         Handle variable-at-point returning 0.
16717         (customize-option): Renamed from custom-variable.
16718         (customize-variable): Add it as an alias.
16719         (customize-option-other-window):
16720         Renamed from customize-variable-other-window.
16721         (custom-load-symbol): Search for both short and absolute
16722         names of the library, when avoiding duplicate loading.
16724 1997-05-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
16726         * mail-utils.el (mail-strip-quoted-names): Don't delete angle brackets
16727         when there's a colon inside them.
16729         * iso-cvt.el: Require `format'.
16730         (iso-translate-conventions): Take bounds as args.
16731         (iso-spanish, iso-german): Take bounds as args.
16732         (iso-iso2tex, iso-tex2iso, iso-gtex2iso, iso-iso2gtex): Likewise.
16733         (iso-iso2duden-trans-tab): New variable.
16734         (iso-iso2duden): New command.
16735         (iso-cvt-read-only, iso-cvt-write-only): New commands.
16736         (is-german-tex-p): Function deleted.
16737         (iso-fix-iso2tex, iso-fix-tex2iso): Functions deleted.
16738         (iso-cvt-ffh, iso-cvt-wfh, iso-cvt-ash): Functions deleted.
16739         (iso-cvt-define-menu): New function.
16741         * format.el (format-encode-run-method): New function.
16742         (format-decode-run-method): New function.
16743         (format-alist): Add many new formats.
16744         (format-annotate-function): Use format-encode-run-method.
16745         (format-encode-region): Likewise.
16746         (format-decode): Use format-decode-run-method.
16748         * startup.el (command-line): Detect Latin-N character sets
16749         from envvars, both for multibyte mode and single-byte mode.
16751 1997-05-31  Per Abrahamsen  <abraham@dina.kvl.dk>
16753         * cus-edit.el (custom-format-handler): Don't show links for hidden
16754         items.
16756         * wid-edit.el (widget-button-prefix): Move to `widget-button' group.
16757         (widget-button-suffix): Ditto.
16759         * cus-edit.el (custom-format-handler): New %e and %- escapes.
16760         (custom-group): Use them.
16762         * widget.el (:widget-doc): Removed keyword.
16763         * wid-edit.el (widget-help): Removed widget.
16764         (widget-help-action): Removed function.
16766         * widget.el (:documentation-shown): New keyword.
16767         * wid-edit.el (documentation-string): New widget.
16768         (widget-documentation-string-value-create): New function.
16769         (widget-documentation-string-action): New function.
16770         (widget-default-format-handler): Use them.
16771         * cus-edit.el (custom-toggle-hide): Hide documentation.
16773         * cus-edit.el (custom-buffer-sort-predicate): Fix :type.
16774         (custom-menu-sort-predicate): Ditto.
16776         * wid-edit.el (visibility): New widget.
16777         (widget-visibility-value-create): New function.
16778         (widget-glyph-find): New function.
16779         (widget-glyph-insert): Use it.
16780         * cus-edit.el (custom-variable-menu, custom-face-menu)
16781         (custom-group-menu): Remove `Hide' entry.
16782         (custom-magic-show-hidden): New option.
16783         (custom-magic-value-create): Use it.
16784         (custom-face): Show visibility.
16786         * wid-edit.el (widget-glyph-insert-glyph): Clean up.
16788 1997-05-31  Dan Nicolaescu  <done@ece.arizona.edu>
16790         * cpp.el (cpp-highlight-buffer): Make sure
16791         buffer-invisibility-spec contains `cpp'.
16792         (cpp-make-overlay-hidden): Use `cpp' as an invisible property.
16794         * hideshow.el (hs-hide-comments-when-hiding-all)
16795         (hs-show-hidden-short-form, hs-minor-mode-hook): Move definitions up.
16796         Use defcustom.
16797         (hs-find-block-beginning): Bind buffer-size, don't call it in a cycle.
16798         (hs-hide-all): Likewise.
16800 1997-05-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
16802         * language/european.el: Rename language environments from
16803         LatinN to Latin-N.
16805         * mule-cmds.el (set-language-environment): Add autoload cookie.
16806         Renamed from setup-language-environment.
16808         * startup.el (iso-8859-n-locale-regexp): Renamed from
16809         iso-8859-1-locale-regexp.
16811         * loadup.el: Always load faces.el.
16813         * faces.el (make-face): Call make-face-internal only if defined.
16814         (internal-set-face-1): Call set-face-attribute-internal
16815         only if it is defined.
16817 1997-05-30  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
16819         * cus-edit.el (custom-load-symbol): Don't reload a file
16820         that is already loaded.
16821         (custom-load-symbol): Simplify previous change.
16823         * wid-edit.el (widget-sexp-value-to-internal):
16824         Don't bother with pp for a symbol.
16826         * wid-edit.el: Don't require cl.
16827         (widget-default-format-handler): Don't use push.
16828         (widget-push-button-value-create)
16829         (widget-group-value-create)
16830         (widget-sublist): New function.
16831         (widget-item-match-inline): Use widget-subllist.
16832         (widget-remove-if): New function.
16833         (widget-choose): Use widget-remove-if.
16835         * cus-edit.el (cus-start): Require cus-start.
16836         (mule): Make i18n the parent group.
16838         * cus-start.el: Arrange to load it once during dumping,
16839         and again if needed by cus-edit.el.
16840         (custom-start-quote): Don't define as separate function.
16841         (load-path): Improve the :type.
16842         (delete-exited-processes): Fix group to processes-basics.
16844         * subr.el (substitute-key-definition): Check vectorp, not arrayp.
16846         * files.el (file-name-non-special): Special handling for
16847         substitute-in-file-name operation.
16849         * hippie-exp.el (he-dabbrev-skip-space, he-dabbrev-as-symbol):
16850         Move definitions up.  Use defcustom.
16852 1997-05-30  Ken Manheimer  <klm@python.org>
16854         * icomplete.el: Integrated Emacs 19.34 and XEmacs 19.15 corrections
16855         (typos, style, command revisions, etc).
16857         * icomplete.el: Integrated immediate keybindings display.  See
16858         `icomplete-show-key-bindings', `icomplete-get-keys', and
16859         `icomplete-completions'.
16861         * icomplete.el (icomplete-get-keys): Return keys bound in prior
16862         buffer to func name.
16864         * icomplete.el: Added icomplete delay behavior, so completions
16865         don't intrude as quickly for short input, with customization
16866         variables:
16867         (icomplete-max-delay-chars): Maximum number of initial chars to
16868         apply icomplete compute delay.
16869         (icomplete-compute-delay): Completions-computation stall, used
16870         only with large-number completions.
16871         (icomplete-delay-completions-threshold): Pending-completions
16872         number over which to apply icomplete-compute-delay.
16874 1997-05-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
16876         * simple.el (line-move): If moving into intangible text,
16877         try to move to the end of the intangible segment if it's on that line.
16879         * simple.el (completion-setup-function): Do set completion-base-size.
16881 1997-05-29  Per Abrahamsen  <abraham@dina.kvl.dk>
16883         * cus-start.el: Use `standard-value' instead of `factory-value'.
16885         * cus-edit.el (custom-variable-action): Clarified prompt.
16886         (custom-face-action): Ditto.
16887         (custom-group-action): Ditto.
16889         * cus-edit.el (custom-face-set): Call `face-spec-set' instead of
16890         `custom-face-display-set'.
16891         (custom-face-save): Ditto.
16892         (custom-face-reset-saved): Ditto.
16893         (custom-face-reset-standard): Ditto.
16895         * cus-edit.el (custom-buffer-sort-predicate): New option.
16896         (custom-buffer-sort-alphabetically): New function.
16897         (custom-group-value-create): Use them.
16898         (custom-menu-sort-predicate): New option.
16899         (custom-menu-sort-alphabetically): New function.
16900         (custom-menu-create): Use them.
16902         * cus-edit.el (custom-magic-alist): Shortened message.
16904         * cus-edit.el (custom-help-menu): Updated names.
16906         * cus-edit.el: Say `invoke' instead of `activate'.
16907         * wid-edit.el: Ditto.
16909         * wid-edit.el (widget-help): Fix format string.
16911         * cus-edit.el (custom-magic-value-create): Use push button
16912         brackets around state button.
16913         (custom-magic-value-create): Indent with three spaces.
16915         * cus-face.el (face-spec-set-match-display): Change error for
16916         unknown requirement to warning.
16918         * wid-edit.el (widget-link-prefix): Change to "[".
16919         (widget-link-suffix): Change to "]".
16921         * wid-edit.el (widget-color-item-button-face-get): Don't require
16922         facemenu for XEmacs.
16923         (widget-glyph-insert): Would bug out.
16925         * wid-edit.el (widget-glyph-directory): Fix doc. string.
16926         (widget-image-conversion): New option.
16927         (widget-glyph-insert): Use it.
16928         (widget-glyph-insert-glyph): No tag here.
16929         (widget-push-button-value-create): But here.
16931         * wid-edit.el (widget-field-face): Changed to dim gray.
16933         * wid-edit.el (widget-push-button-prefix): New option.
16934         (widget-push-button-suffix): New option.
16935         (widget-button): New group.
16937         * widget.el (:text-format): Removed.
16938         (:button-suffix): New keyword.
16939         (:button-prefix): New keyword.
16941         * wid-edit.el (widget-button-prefix): New variable.
16942         (widget-button-suffix): New variable.
16943         (widget-insert-indirect): New function.
16944         (widget-default-create): Use it.
16945         (default): Bind them.
16946         (widget-link-prefix): New option.
16947         (widget-link-suffix): New option.
16948         (link): Use them.
16949         (push-button): Don't use `:text-format'.
16950         (widget-push-button-value-create): Ditto.
16951         (widget-help): Update format.
16952         (checkbox): Ditto.
16953         (radio-button): Ditto.
16955         * cus-edit.el (custom-magic-alist): Use `invoke' instead of
16956         `push'.
16958         * cus-edit.el (custom-magic-alist): Changed rogue state message.
16960         * custom.el (defface): Doc fix.
16962         * cus-edit.el (mule): New group for MULE merged emacsen.
16963         (auto-save): Spelling fix.
16965         * cus-edit.el, custom.el: Renamed `factory' to `standard'
16966         everywhere.
16968         * cus-edit.el (custom-magic-show-button): Changed default to
16969         `nil'.
16970         (custom): Removed `:format'.
16971         (custom-variable): Removed level button.
16972         (custom-face): Ditto.
16973         (custom-level): Deleted.
16974         (custom-level-action): Deleted.
16975         (custom-format-handler): Update caller.
16976         (custom-group-magic-alist): Merged into `custom-magic-alist'.
16977         (custom-magic-value-create): Use merged `custom-magic-alist'.
16978         (custom-group-state-update): Ditto.
16980 1997-05-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
16982         * cus-edit.el (custom-face-display-set): Define if not defined.
16983         (custom-buffer-create-internal): Refer to the Emacs manual.
16985 1997-05-29  Anders Holst  <aho@nada.kth.se>
16987         * hippie-exp.el (he-file-name-beg): Don't trigger on parts of
16988         words with non-file chars.
16989         (he-lisp-symbol-beg): Use symbol syntax classes.
16990         (he-dabbrev-as-symbol): New variable.
16991         (he-dabbrev-beg, he-dabbrev-search, he-dabbrev-kill-search): Use it.
16993 1997-05-29  Ken Manheimer  <klm@python.org>
16995         * icomplete.el: Integrated Emacs 19.34 and XEmacs 19.15
16996         corrections (typos, style, command revisions, etc).
16997         Integrated hacked up XEmacs immediate keybindings display.  See
16998         `icomplete-show-key-bindings', `icomplete-get-keys', and
16999         `icomplete-completions'.  Doesn't work with mainline GNU
17000         Emacs 19.34 (because the cmdloop doesn't set owindow, and the
17001         current-local-map doesn't take optional buffer arg), so feature
17002         is, by default, inhibited unless we're running in XEmacs.
17003         (icomplete-get-keys): Return keys bound to func name in buffer
17004         "owindow" - since "owindow" is calling-buffer history present
17005         only in XEmacs, this function is only useful in XEmacs.
17006         (icomplete-max-delay-chars, icomplete-compute-delay): New vars.
17007         (icomplete-delay-completions-threshold): New var.
17008         These customize the delay behavior, so that completions don't
17009         intrude as quickly for short input.
17011 1997-05-29  Anders Lindgren  <andersl@csd.uu.se>
17013         * follow.el (follow-submit-feedback, follow-mode): Doc fix.
17014         (follow-generic-filter): Don't restore the original buffer if it's
17015         dead, or if the filter explicitly selected a new buffer.
17017 1997-05-29  John Heidemann  <johnh@isi.edu>
17019         * mouse-drag.el (mouse-drag-electric-col-scrolling): New variable;
17020         auto-enables horizontal scrolling when clicks on wrapped
17021         lines occur.
17023 1997-05-29  Simon Marshall  <simon@diazepam.gnu.ai.mit.edu>
17025         * font-lock.el (font-lock-syntactic-keywords): New variable.
17026         (font-lock-fontify-syntactic-keywords-region): New function.  Use it.
17027         (font-lock-default-fontify-region): Call it first if variable non-nil.
17028         Wrap parse-sexp-lookup-properties to non-nil if called.
17029         (font-lock-default-unfontify-region): Remove syntax-table properties.
17030         (font-lock-apply-syntactic-highlight)
17031         (font-lock-fontify-syntactic-anchored-keywords): New functions.
17032         These syntactic keyword fontification functions place syntax-table text
17033         properties in the buffer, in much the same way that keyword
17034         fontification functions place face text properties.  The syntax-table
17035         text properties are respected by syntactic and keyword fontification.
17036         (font-lock-eval-keywords): New function.
17037         (font-lock-set-defaults): Use it.
17038         (font-lock-keyword-depth): Function deleted.  Use regexp-opt-depth.
17040         * fast-lock.el (fast-lock-get-syntactic-properties): New function.
17041         (fast-lock-save-cache-1): Call it and save value.
17042         Save font-lock-syntactic-keywords.  Save 3 as version number.
17043         (fast-lock-cache-data): Take new args SYNTACTIC-KEYWORDS and
17044         SYNTACTIC-PROPERTIES.  Eval font-lock-syntactic-keywords with
17045         font-lock-eval-keywords.  Compile and compare all keywords.
17046         (fast-lock-get-syntactic-properties): New function.
17047         (fast-lock-add-properties): Renamed from fast-lock-set-face-properties.
17048         Take new arg SYNTACTIC-PROPERTIES and add syntax-table text properties.
17049         Now fast-lock.el saves a buffer's value of font-lock-syntactic-keywords
17050         and syntax-table text properties as added by font-lock.el.
17052         * sh-script.el (sh-font-lock-keywords*): Doc fixes.
17053         (sh-mode-syntax-table): Leave $ syntax alone.
17054         (sh-font-lock-syntactic-keywords): New variable.
17055         (sh-mode): Use it to set font-lock-defaults.
17057 1997-05-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
17059         * edt.el (edt-emulation-on): Handle absence of TERM envvar.
17061         * iso-acc.el (iso-languages): For French and Portuguese,
17062         add comma as prefix.  For Latin-3, add period.
17063         Remove unnecessary backslashes before chars that don't need them.
17065         * edebug.el (edebug-signal): Avoid infinite recursion.
17067 1997-05-28  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
17069         * regexp-opt.el: New file.
17071         * server.el (server-kill-buffer): Prevent infinite recursion.
17072         (server-kill-buffer-running): New variable.
17074 1997-05-28  Hrvoje Niksic  <hniksic@srce.hr>
17076         * dired-aux.el: Customize.
17078 1997-05-27  Dan Nicolaescu  <done@ece.arizona.edu>
17080         * hideshow.el (hs-special-modes-alist): Include also the
17081         comment regexp in the alist.  This is needed for modes like C++
17082         where the comment beginning regexp is not easy to determine
17083         from the syntax table.
17084         Include ADJUST-BLOCK-BEGINNING in the alist.
17085         (hs-hide-comments-when-hiding-all): Add autoload cookie.
17086         (hs-show-hidden-short-form)
17087         (hs-adjust-block-beginning): New variables.
17089         Comment out `hs-menu-bar' as XEmacs support was removed.
17090         (hs-c-end-regexp): Remove variable, obsoleted by the rewrite of
17091         `hs-inside-comment-p'.
17093         (hs-discard-overlays): No need to test if we are inside the
17094         overlay, we surely are since we got the overlay using `overlays-at'.
17095         (hs-hide-block-at-point): Rewritten to use the new variables.
17096         Use only one parameter to specify the comment.
17097         (hs-show-block-at-point): No need for the COMMENT-REG parameter.
17098         (hs-safety-is-job-n): Correct typo.
17099         (hs-hide-initial-comment-block): Add ^L to the chars to skip.
17100         Take into account `hs-show-hidden-short-form' when testing.
17101         (hs-inside-single-line-comment-p): Function deleted, obsoleted by
17102         the rewrite of `hs-inside-comment-p'.
17103         (hs-inside-comment-p): Rewritten from scratch.  Semantics changed
17104         when returning non-nil.  We can be inside a comment, but that
17105         comment might not be hidable (the car of the return value should
17106         be non-nil to be hidable).
17107         (hs-grok-mode-type): Rewrite to be more understandable.
17108         `hs-c-end-regexp' does not exist any more.
17109         Initialize `hs-c-start-regexp' from the alist if specified there.
17110         Initialize `hs-adjust-block-beginning'.
17111         (hs-find-block-beginning): Rewritten to be able to deal with the
17112         situation when a block beginning spans multiple lines and the
17113         point is on one of those lines.
17114         (hs-already-hidden-p): Look first if we are inside a comment or a
17115         block, go to their end and look there for the overlays.
17116         (java-hs-adjust-block-beginning): New function.
17117         (hs-hide-all): Hide a comment block only if `hs-inside-comment-p'
17118         says is hidable.
17119         (hs-hide-block): Simplify.  Handle properly the result of
17120         `hs-inside-comment-p'.
17121         (hs-show-block): Likewise.
17122         (hs-minor-mode): Doc string fixes.
17123         Make `hs-adjust-block-beginning' buffer local.
17124         Delete making `hs-c-end-regexp' buffer local as it was deleted.
17126 1997-05-27  Kenichi HANDA  <handa@nora.(none)>
17128         * mule.el (set-terminal-coding-system): New function.
17129         (set-keyboard-coding-system): New function.
17130         (set-buffer-process-coding-system): Name changed from
17131         set-current-process-coding-system.
17133         * encoded-kb.el (encoded-kbd-mode): Fix typo in doc-string.
17134         (encoded-kbd-set-coding-system): Deleted.
17136         * case-table.el (describe-buffer-case-table): Use aref instead of
17137         set-char-table-range.
17139         * loadup.el: Add comment for the code loading
17140         "language/devanagari".
17142         * mule-cmds.el: Delete defining "i" in mule-keymap.
17143         (mule-menu-keymap): New variable.  All menu items related to mule
17144         are defined in this keymap.
17145         (set-language-info): Change format of INFO for KEY documentation
17146         and setup-function.
17147         (setup-specified-language-environment): New function.
17148         (setup-language-environment): Call the above function.
17149         (describe-specified-language-support): New function.
17150         (describe-language-support): Call the above function.
17151         (universal-coding-system-argument): New function.
17152         (read-language-and-input-method-name): Doc-string fixed.  If
17153         default-input-method is nil, use previous-input-method as the
17154         default value.
17155         (set-default-input-method): Deleted.
17157         * language/*.el: Most of setup-LANGUAGE-environment functions are
17158         moved form LANGUAGE.el to LANG-util.el.  These functions now at
17159         first call setup-english-environment to reset various values to
17160         the defaults.
17162         * language/english.el (setup-english-environment): Set several
17163         default values more appropriately.
17165         * mule-conf.el: Set default value of coding-category-iso-else to
17166         iso-2022-lock.  Set priority of coding-category-emacs-mule higher.
17168         * files.el (find-file): Delete the facility of handling a prefix
17169         argument.
17170         (find-file-other-window, find-file-read-only): Likewise.
17171         (find-file-read-only-other-window): Likewise.
17172         (find-file-read-only-other-frame): Likewise.
17173         (find-alternate-file-other-window, find-alternate-file): Likewise.
17174         (write-file, insert-file, append-to-file): Likewise.
17176         * dired.el (dired-find-file): Likewise.
17178         * fontset.el (x-complement-fontset-spec): Add font names which are
17179         ignoring sizes in alternative-fontname-alist.
17181 1997-05-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
17183         * mouse.el (mouse-undouble-last-event): Return nil if the event
17184         is not double or triple to start with.
17185         (mouse-show-mark): Handle scroll-bar events here.
17187 1997-05-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
17189         * batmode.el: File deleted from distribution.
17191         * vi.el (vi-join-lines): Locally bind count.
17192         (vi-search-forward, vi-search-backward): Use isearch-update-ring.
17193         (vi-repeat-last-search, vi-reverse-last-search):
17194         Get string from the ring.
17195         (vi-mode-old-major-mode, vi-mode-old-mode-name): New defvars.
17196         (vi-mode-old-local-map, vi-mode-old-case-fold): Likewise.
17197         (vi-tilde-map): Move the defvar and bindings to the front.
17199         * ielm.el (ielm-input): New defvar.
17201         * browse-url.el (browse-url-netscape, browse-url-netscape-sentinel)
17202         (browse-url-netscape-send): Use browse-url-netscape-program,
17203         renamed from browse-url-netscape-command.
17205         * icon.el (indent-icon-exp): Bind last-depth.
17206         Consistently use inner-loop-done, not innerloop-done.
17208         * webjump.el (webjump-adult-p): Function deleted.
17210         * gulp.el (gulp-send-requests): Sort maintainers alphabetically.
17211         (gulp-create-m-p-alist): Don't print message here.  Bind fl-tm.
17212         (gulp-request-header, gulp-request-end): Update the default text.
17214         * info.el (Info-exit): Use bury-buffer simply.
17216 1997-05-27  Dan Nicolaescu  <done@ece.arizona.edu>
17218         * icon.el (icon-mode): Adapt to new hideshow and improve regexps.
17219         (icon-forward-sexp-function): Use beginning-of-icon-defun and
17220         end-of-icon-defun.
17222 1997-05-26  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
17224         * isearch.el (search-highlight): Make it t by default.
17225         (search-invisible): Doc fix.
17227         * simple.el (do-auto-fill): Don't give fill-context-prefix third arg.
17229         * fill.el (adaptive-fill-regexp): Allow - and |;
17230         allow spaces within the prefix.  Allow numeric headings.
17231         (adaptive-fill-first-line-regexp): New variable.
17232         (fill-context-prefix): Use adaptive-fill-first-line-regexp.
17233         If prefix from first line seems unreasonable, use whitespace instead.
17234         Reject it entirely only if it is a paragraph-starter.
17236 1997-05-26  Simon Marshall  <simon@diazepam.gnu.ai.mit.edu>
17238         * comint.el (comint-send-input): When calculating the history entry,
17239         use insert to restore the old input, and insert before deleting.
17241         * ispell.el (ispell-overlay-window): Use inhibit-frame-unsplittable,
17242         instead of its old name.
17244 1997-05-25  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
17246         * faces.el: Unconditionally create the standard faces at load time.
17247         Move face setup here from cus-start.el, and add attribute info.
17248         (x-create-frame-with-faces): Don't call frame-set-background-mode
17249         until after handling the reverse-video parameter.
17251         * cus-start.el: Move face setup to faces.el.
17253         * faces.el (modify-face): Don't call make-face-unbold
17254         if face has no font; likewise for make-face-unitalic.
17255         (x-create-frame-with-faces): Use nil for SET-ANYWAY
17256         when calling make-face-x-resource-internal.
17257         (face-initialize): Don't initialize any face attributes here.
17258         (face-fill-in): Don't call set-face-underline-p if underlining off.
17260         * subr.el (substitute-key-definition): Fix previous change.
17262         * Makefile (dontcompilefiles): Add latin-1.el ... latin-4.el;
17263         remove iso-syntax.el and i3-syntax.el.
17265 1997-05-24  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
17267         * info.el (Info-suffix-list): Accept -info as suffix;
17268         also accept a subdir with a file called `index'.
17270         * texinfmt.el (texinfo-extra-inter-column-width):
17271         Renamed from extra-inter-column-width.  Doc fix.
17272         (texinfo-multitable-buffer-name):
17273         Variable renamed from multitable-temp-buffer-name.
17274         (texinfo-multitable-rectangle-name):
17275         Variable renamed from multitable-temp-rectangle-name.
17276         (texinfo-format-key): Don't insert angle-brackets.
17278 1997-05-24  Bob Chassell  <bob@gnu.ai.mit.edu>
17280         * texinfo.el (texinfo-version): New function and variable.
17281         (texinfo-update-node): New autoload call.
17282         (texinfo-every-node-update): Likewise.
17283         (texinfo-sequential-node-update): Likewise.
17284         (texinfo-mode-map): New binding for C-c ].
17285         (texinfo-environment-regexp): Use concat, for clarity.
17286         (texinfo-insert-@end): Fix paren error.
17288         * texinfmt.el (texinfmt-version): New function and variable.
17289         (texi2info): New function.
17290         (texinfo-accent-commands): New variable.
17291         (texinfo-no-refill-regexp): Use concat to make it clearer.
17292         Add some more elements.
17293         (texinfo-part-of-para-regexp): Likewise.
17294         (texinfo-append-refill): Extend criterion 3 for when not to refill.
17295         (texinfo-raisesections-alist): Add @centerchap.
17296         (texinfo-lowersections-alist): Add @centerchap.
17297         (texinfo-format-scan): Handle many more @-char commands.
17298         (detailmenu): Add texinfo-format and texinfo-end properties.
17299         (centerchap): Add texinfo-format property.
17300         (texinfo-format-buffer): Doc fix.
17301         (texinfo-parse-line-arg): Add doc string.
17302         (texinfo-parse-arg-discard): Likewise.
17303         (texinfo-multitable): New Texinfo cmd.
17304         (texinfo-end-multitable): New function.
17305         (texinfo-multitable-widths): New function.
17306         (texinfo-multitable-extract-row): New function.
17307         (texinfo-multitable-item): New function.
17308         (texinfo-format-timestamp): New Texinfo cmd.
17309         (texinfo-format-kbd-regexp): New variable.
17310         (texinfo-format-kbd-end-regexp): New variable.
17311         (texinfo-format-kbd): New function for @kbd.
17312         (texinfo-format-ifeq): New Texinfo cmd.
17313         (texinfo-format-pounds): Likewise.
17314         (texinfo-format-refill): Handle *'s specially at line start.
17315         * Add properties for new commands.
17316         * Move all the no-op commands to the end, and add some.
17317         * Add many commands for ligatures and for letters with diacritics
17318         and other non-English special characters.
17320         * latin-1.el, latin-2.el, latin-3.el, latin-4.el:
17321         If set-case-syntax-set-multibyte is non-nil, define syntax
17322         for multibyte characters, and don't do `provide'.
17323         * case-table.el (set-case-syntax-set-multibyte): New variable.
17325 1997-05-23  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
17327         * case-table.el (set-case-syntax-1): New function.
17328         (set-case-syntax-delims): Use set-case-syntax-1.
17329         (set-case-syntax-pair, set-case-syntax): Likewise.
17331 1997-05-22  Ralph Schleicher  <rs@purple.UL.BaWue.DE>
17333         * libc.el (libc-highlight-overlay): New variable.
17334         (libc-search-index): Use an overlay for highlighting.
17336         * libc.el: New file.
17338 1997-05-22  Hrvoje Niksic  <hniksic@srce.hr>
17340         * terminal.el: Use defgroup and defcustom.
17341         * dired.el, dired-x.el: Likewise.
17343 1997-05-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
17345         * faces.el (face-inverse-video-p): New function.
17346         (set-face-inverse-video-p): New function.
17347         (internal-set-face-1): Handle the inverse-video attribute.
17348         (face-spec-set): Handle :inverse-video.
17349         (make-face, x-create-frame-with-faces): Make vectors length 9.
17350         (internal-facep): Expect length 9.
17351         (face-try-color-list): Use set-face-inverse-video-p.
17353         * cus-face.el (custom-face-attributes): Add :inverse-video.
17355 1997-05-22  Erik Naggum  <erik@naggum.no>
17357         * latin-4.el: New file.
17359 1997-05-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
17361         * latin-1.el, latin-2.el, latin-3.el:
17362         Use punctuation syntax for section sign.
17364         * reftex.el: New file.
17366 1997-05-21  Steven L Baur  <steve@altair.xemacs.org>
17368         * add-log.el (change-log-font-lock-keywords): Tweak font-lock-keywords.
17370 1997-05-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
17372         * subr.el (substitute-key-definition): Handle chartables.
17374         * custom.el (defface): Doc fix.
17376 1997-05-22  Per Abrahamsen  <abraham@dina.kvl.dk>
17378         * custom.el (defface): Doc fix.
17380 1997-05-21  Noah Friedman  <friedman@splode.com>
17382         * eldoc.el (eldoc-message-commands): Move docstring into comments,
17383         since this isn't a user variable.
17384         (eldoc-message-commands-table-size, eldoc-use-idle-timer-p)
17385         (eldoc-function-argstring-from-docstring-method-table): Use defvar,
17386         not defconst.
17387         (eldoc-last-data): Use cons explicitly; don't rely on dotted pair
17388         read syntax.  I'm worried the latter might get compiled as
17389         read-only data someday.
17390         (eldoc-docstring-message): If truncating symbol name, show ending
17391         of name rather than beginning.  The former is generally more unique.
17392         (eldoc-function-argstring-from-docstring-method-table): Handle
17393         pathological `save-restriction' case.
17394         [top level]: Add `indent-for-tab-command' to eldoc-message-commands.
17396 1997-05-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
17398         * swedish.el: iso-syntax.el renamed to latin-1.el.
17400         * startup.el (command-line): iso-syntax.el renamed to latin-1.el.
17402         * loadup.el: Always load case-table and latin-1...latin-4.
17404         * latin-1.el: Renamed from iso-syntax.el.
17405         * latin-2.el: Renamed from iso02-syn.el.
17406         * latin-3.el: Renamed from i3-syntax.el.
17408         * cc-mode.el (c-C++-friend-key): Missing definition added back.
17410         * pc-select.el (pc-selection-mode): Swap meanings of f16 and f18;
17411         they were backwards.
17413         * awk-mode.el (awk-mode): Set parse-sexp-ignore-comments.
17415 1997-05-21  Rolf Ebert  <re@waporo.muc.de>
17417         * ada-mode.el (ada-krunch-args): Use gnatkr instead of gnatk8.
17418         (ada-make-filename-from-adaname): Ditto.
17419         (ada-adjust-case-region): Use format functionality of message.
17420         (ada-indent-region): Ditto.
17421         (ada-check-matching-start): Ditto.
17422         (ada-check-defun-name): Ditto.
17424         * ada-mode.el (ada-font-lock-keywords): Default to subdued.  Doc fix.
17425         (ada-font-lock-syntactic-keywords): New variable.
17426         (ada-mode): Use it to set font-lock-defaults.
17428         * ada-mode.el (ada-font-lock-keywords-2): Single "raise" will be
17429         highlighted.  "in out" parameters get type face (depends on order
17430         in regexp).
17432         * ada-mode.el (ada-mode): Remove explicit setting of user option
17433         `blink-matching-paren', font-lock treats `.' as word char.
17434         (ada-in-string-or-comment-p): Call `parse-partial-sexp' only once.
17435         (ada-untabify-buffer): Force returning `nil'.
17436         (ada-font-lock-keywords-1): Move "task" before "task (body|type)" to
17437         correct highlighting (regexp depends on order).
17439         * ada-mode.el (ada-in-char-const-p): Renamed from `ada-after-char-p'.
17440         Also test following character.
17441         (ada-adjust-case): Use better function `ada-in-char-const-p'.
17442         (ada-in-string-or-comment-p): Test for being in a char constant.
17443         (ada-clean-buffer-before-saving): Changed default to t.
17444         (ada-mode): Set `font-lock-defaults' for Emacs only, use properties
17445         for XEmacs.
17447         * ada-mode.el (ada-indent-newline-indent): Simplified by just calling
17448         `ada-indent-current'.
17450         * ada-mode.el (ada-end-stmt-re): Added word delimiters in regexp.
17451         Removed `interactive' statements which were needed only for debugging.
17453         * ada-mode.el:
17454         Put format commands back in for Emacs 19.30/19.29 compatibility.
17456         * ada-mode.el (ada-get-indent-label): A named block can begin
17457         without a declare part.
17458         (ada-check-defun-name): First of all, check for correct name in a
17459         named block without `declare' part.
17460         (ada-goto-matching-start): Change regexp as there may be no
17461         semicolon between `end' and keyword.
17462         (ada-get-current-indent): Remove warning as `begin' can introduce
17463         a block without a `declare'.
17464         (ada-goto-matching-decl-start): When searching backward, skip
17465         generic default proc/func ("is <>").
17467         * ada-mode.el (ada-named-block-re): New regexp for the name of a
17468         named block or loop.
17469         (ada-get-current-indent): Handle loop names at the stmt start.
17470         (ada-get-indent-end): Handle loop names at the stmt start.
17471         (ada-get-indent-noindent): Handle loop names at the stmt start.
17472         (ada-get-indent-loop): Handle loop names at the stmt start.
17473         (ada-search-prev-end-stmt): Generic instances are not `stmt-ends'.
17474         (ada-goto-previous-word): Use new function `ada-goto-next-word'.
17475         (ada-goto-next-word): Generalized old `ada-goto-previous-word' for
17476         both directions.
17478         * ada-mode.el (ada-indent-function): Removed unnecessary `package' case.
17479         (ada-get-indent-case): Before testing for `=>', be sure there is
17480         an `is'.
17481         (ada-search-prev-end-stmt): Test for `separate' keyword on the
17482         same line, which is not an `end-stmt'.
17484         * ada-mode.el (ada-font-lock-keywords-2):
17485         Correct regexp for hilit of unfollowed `end'.
17486         (ada-in-open-paren-p): Start parsing definitely outside of strings.
17487         (ada-gnat-style): New function.
17489         * ada-mode.el: Doc fixes.
17490         (ada-mode): Support new font-lock-mode.
17491         (ada-format-paramlist): Changed all `accept' to `access'.
17492         (ada-insert-paramlist): Changed all `accept' to `access'.
17493         (ada-in-comment-p): Use standard Emacs way `parse-partial-sexp'.
17494         (ada-font-lock-keywords-1): Regexps in not byte-compiled code bahave
17495         different than byte-compiled regexps.
17496         Change order of some ored entries.
17498 1997-05-21  Erik Naggum  <erik@naggum.no>
17500         * add-log.el (add-log-lisp-like-modes, add-log-c-like-modes)
17501         (add-log-tex-like-modes): New variables.
17502         (add-log-current-defun): Use them instead of constant lists.
17504 1997-05-21  Andre Spiegel  <spiegel@inf.fu-berlin.de>
17506         * vc.el (vc-backend-admin): If SCCS should be used, and there
17507         is no "SCCS" subdirectory, create it.
17509 1997-05-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
17511         * webjump.el (webjump-to-javaapi): Function deleted.
17512         (webjump-sample-sites): Delete various pointers to non-free things.
17514         * bindings.el (mode-line-mule-info): Add a colon.
17515         (mode-line-modified): Delete the initial dash.
17517 1997-05-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
17519         * word-help.el (set-word-help-file): Renamed from set-help-file.
17521         * crisp.el (crisp-mode): Add autoload cookie.
17523         * Makefile (dontcompilefiles): Add list of files that should not
17524         be byte-compiled.
17526         * dos-w32.el (add-untranslated-filesystem)
17527         (remove-untranslated-filesystem): Add interactive spec.
17529         * crisp.el (crisp-last-last-command): Renamed from last-last-command
17530         and defvar added.
17532         * levents.el (event-closest-point): Fix paren error.
17534 1997-05-20  Per Abrahamsen  <abraham@dina.kvl.dk>
17536         * cus-start.el (load-path): Change tag again.
17538 1997-05-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
17540         * mh-utils.el (mh-file-command-p): New function.
17541         (mh-path-search): Use that.
17542         (mh-find-progs): Don't check current directory
17543         unless explicitly requested.  Don't set mh-progs or mh-lib
17544         if the programs are not found.  Give an error message
17545         unless they are found.
17547 1997-05-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
17549         * replace.el (perform-replace): Restore match data after read-event.
17551 1997-05-19  Edward M Reingold  <emr@silver.wisdom.weizmann.ac.il>
17553         * holidays.el (holiday-float): Rewritten to fix bug when base date
17554         of holiday and holiday date are in different months.
17556         * diary-lib.el (diary-float): Rewritten to fix bug when base date
17557         of entry and entry date are in different months.  Added optional
17558         parameter DAY.
17559         (list-sexp-diary-entries): Revise description of diary-float.
17561 1997-05-19  Drew Csillag  <drew@staff.prodigy.com>
17563         * m4-mode.el (m4-program): Guess which m4 binary to use.
17564         (m4-start-m4): New function.
17565         (m4-end-m4): New function.
17566         (m4-m4-buffer, m4-m4-region): Now use m4-start-m4.
17567         (m4-font-lock-keywords): Collaps 4 regex's into 1.
17569 1997-05-19  Per Abrahamsen  <abraham@dina.kvl.dk>
17571         * cus-start.el (load-path): Change a tag.
17573 1997-05-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
17575         * files.el (path-separator, parse-colon-path): Doc fixes.
17577 1997-05-18  Erik Naggum  <erik@naggum.no>
17579         * compile.el (compilation-parse-errors): Fix paren error.
17581         * dabbrev.el (dabbrev-expand, dabbrev--abbrev-at-point)
17582         (dabbrev--search): Use buffer-substring-no-properties.
17584         * lpr.el (lpr-page-header-switches): Remove extra paren.
17586         * rmailsum.el (rmail-summary-delete-forward): Force the
17587         argument to be a number, since we may be called with nil.
17589         * simple.el (set-fill-column): Make the C-u case work.
17591         * help.el (describe-key-briefly, where-is): Prefix arg means
17592         insert help text into current buffer.
17594 1997-05-17  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
17596         * fill.el (enable-kinsoku): Name changed from do-kinsoku.
17597         (fill-region-as-paragraph): Do `kinsoku' processing only if both
17598         enable-kinsoku and enable-multibyte-characters are non-nil.
17600 1997-05-17  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
17602         * compile.el (compilation-arguments): New local variable.
17603         (compile-internal): Set the variable compilation-arguments.
17604         (compilation-revert-buffer): New function.
17605         (compilation-mode): Set revert-buffer-function.
17607         * files.el (revert-without-query): Renamed from
17608         find-file-revert-without-query.
17609         (find-file-noselect): Use new option.
17610         (revert-buffer): Check the option here too.
17612         * cus-face.el (custom-facep): Defined (once again).
17614         * simple.el (do-auto-fill): Check enable-kinsoku and
17615         enable-multibyte-characters.
17617         * bindings.el (mode-line-modified): Delete one of the leading dashes.
17619 1997-05-16  Dan Nicolaescu  <done@ece.arizona.edu>
17621         * outline.el (outline-mode): Use `add-to-invisibility-spec' and
17622         set the invisible property to `outline'.
17623         (outline-minor-mode): Likewise.
17624         Also, use `remove-from-invisibility-spec'.
17625         (outline-flag-region): Set `outline' as the invisible property.
17627 1997-05-16  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
17629         * autoload.el (update-autoloads-from-directories): Renamed from
17630         update-autoloads-from-directory.  Take multiple directories as args.
17631         Use locate-library to find loaddefs.el and the top level Lisp dir.
17632         (batch-update-autoloads): Call update-autoloads-from-directories.
17634         * iso-acc.el (iso-accents-insert-offset): Use nonascii-insert-offset.
17636         * iso-transl.el (iso-transl-define-keys): Use nonascii-insert-offset.
17638         * simple.el (quoted-insert): Use nonascii-insert-offset.
17639         (quoted-insert-character-offset): Variable deleted.
17641 1997-05-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
17643         * levents.el (event-closest-point): New function.
17644         (event-closest-point-1): New subroutine.
17646 1997-05-16  Kenichi Handa  <handa@etl.go.jp>
17648         * mule.el (make-unification-table): Fix handling of a generic
17649         character.
17651         * term/x-win.el: Create bold, italic, bold-italic variants of
17652         startup fontset.
17654 1997-05-15  Kenichi Handa  <handa@etl.go.jp>
17656         * mule-conf.el: Coding system names changed as follows:
17657         internal -> emacs-mule, automatic-conversion -> undecided.
17658         Coding category name changes as follows:
17659         coding-category-internal -> coding-category-emacs-mule.
17660         * mule.el: Likewise.
17661         * rmail.el: Likewise.
17662         * gnus/gnus-mule.el: Likewise.
17663         * language/chinese.el: Likewise
17664         * language/english.el: Likewise.
17665         * language/japanese.el: Likewise.
17667         * mule.el (charset-list): Bug fixed.
17669         * mule-cmds.el (set-language-info): Change the special treatment
17670         of key 'describe-function to 'documentation.
17671         (describe-specified-language-support): Renamed from
17672         describe-language-support-internal.  Get language name from
17673         last-command-event.
17674         (describe-language-support): Call
17675         describe-specified-language-support.
17677         * language/chinese.el: Delete functions describe-LANGUAGE-support.
17678         Delete 'describe-function entries and change 'documentation
17679         entries in each language specific information.
17680         * language/cyrillic.el: Likewise.
17681         * language/devanagari.el: Likewise.
17682         * language/english.el: Likewise.
17683         * language/ethiopic.el: Likewise.
17684         * language/european.el: Likewise.
17685         * language/greek.el: Likewise.
17686         * language/hebrew.el: Likewise.
17687         * language/indian.el: Likewise.
17688         * language/japanese.el: Likewise.
17689         * language/korean.el: Likewise.
17690         * language/lao.el: Likewise.
17691         * language/thai.el: Likewise.
17692         * language/tibetan.el: Likewise.
17693         * language/vietnamese.el: Likewise.
17695 1997-05-15  Kenichi Handa  <handa@etl.go.jp>
17697         * fontset.el (standard-fontset-spec): Name changed from
17698         default-fontset-spec.
17699         * term/x-win.el: Likewise.
17701 1997-05-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
17703         * browse-url.el (browse-url): Make `applicatations' the parent.
17705         * rmail.el (rmail-retry-failure):
17706         Rename local to rmail-this-buffer.
17708         * term.el: Don't create faces if make-face isn't defined.
17709         Catch errors in setting face attributes.
17710         (ansi-term-inv-fg-faces-vector): Define with defvar.
17711         (ansi-term-inv-bg-faces-vector): Likewise.
17712         (ansi-term-bg-faces-vector, ansi-term-fg-faces-vector): Likewise.
17713         (term-ignore-error): New mcro.
17715         * lpr.el (lpr-page-header-switches): Use -F, not -f.
17717 1997-05-14  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
17719         * bindings.el (mode-line-mule-info): Delete the colon.
17720         (mode-line-buffer-identification): Delete %F:.
17721         (mode-line-frame-identification): New variable.
17722         (mode-line-format): Use mode-line-frame-identification.
17723         Start with a dash.
17724         (mode-line-modified): Delete the final dash.
17726         * info.el (Info-set-mode-line): Add some spaces at the beginning.
17728         * term/x-win.el (mode-line-frame-identification):
17729         Set this, not mode-line-buffer-identification.
17731         * dired.el (dired-mode): Don't include `Dired:' in mode line.
17733         * term/x-win.el (mode-line-buffer-identification):
17734         Use a different value which omits `Emacs: '.
17736         * rmail.el (rmail-primary-inbox-list): Don't use backquote.
17738         * case-table.el (set-case-syntax-offset): New variable.
17739         (set-case-syntax-delims): Obey set-case-syntax-offset.
17740         (set-case-syntax-pair, set-case-syntax): Likewise.
17742         * iso-syntax.el: Handle multibyte characters
17743         using set-case-syntax-offset.
17745         * browse-url.el (browse-url-event-buffer):
17746         Function renamed from event-buffer.  Callers changed.
17747         (browse-url-event-point): Likewise.
17748         * browse-url.el: Don't include term.el.
17750 1997-05-14  Erik Naggum  <erik@naggum.no>
17752         * server.el (server-kill-buffer): Only when there is a server process.
17754 1997-05-14  Per Abrahamsen  <abraham@dina.kvl.dk>
17756         * Synched customize with version 1.97.
17758         * cus-edit.el (windows): Move to environment.
17760         * wid-edit.el (widget-field-value-get): Add workaround for XEmacs
17761         bug with `buffer-substring-no-properties'.
17763         * wid-edit.el (widget-value-convert-widget): Don't convert :value
17764         here.
17766         * cus-edit.el (custom-buffer-create-internal): New kludge for
17767         making bib and eob read-only in XEmacs.
17769         * wid-edit.el: Also allow prompt when field value is invalid.
17771         * cus-edit.el (custom-redraw): Fix repositioning for when column
17772         is zero.
17774         * cus-edit.el (x): New group.
17776         * cus-edit.el (custom-variable-value-create): Remove unreferenced
17777         variable.
17778         * wid-edit.el (widget-field-action): Ditto.
17779         (widget-regexp-match): Ditto.
17781         * cus-edit.el (custom-variable-action): Don't update state if it
17782         is modified.
17784         * widget.el (:mouse-down-action): New keyword.
17785         * wid-edit.el (button-release-event-p): New function.
17786         (widget-keymap): Don't bind mouse up events.
17787         (widget-button-pressed-face): New face.
17788         (widget-button-click): Wait for up event, give feedback.
17789         (default): Use `:mouse-down-action'.
17790         (menu-choice): Ditto.
17791         (widget-choice-mouse-down-action): New function.
17792         (widget-info-link-action): Removed kludge to steal up event.
17793         * cus-edit.el (widget-magic-mouse-down-action): New function.
17794         (custom-magic-value-create): Use it.
17795         (custom-buffer-create-internal): Removed kludge to steal up event.
17797         * widget.el (:glyph-up, :glyph-down, :glyph-inactive): New
17798         keywords.
17799         * wid-edit.el (widget-glyph-insert-glyph): Support optional `down'
17800         and `inactive' glyphs.
17801         (widget-push-button-value-create): Ditto.
17802         (widget-glyph-click): New function.
17803         (widget-button1-click): Use it.
17804         (widget-button-click): Use it.
17806         * cus-edit.el (custom-buffer-create): Accept optional buffer NAME.
17807         (custom-buffer-create-other-window): Ditto.
17808         (customize, customize-other-window, customize-variable)
17809         (customize-variable-other-window, customize-face)
17810         (customize-face-other-window, customize-customized)
17811         (customize-saved, customize-apropos, custom-face-menu-create)
17812         (custom-variable-menu-create, boolean, custom-menu-create): Updated
17813         caller.
17815         * cus-edit.el (custom-variable-action): Reset magic state.
17816         (custom-variable-menu): Allow `Reset to Current' on `changed'
17817         items.
17819         * wid-edit.el (widget-choice-toggle): New option.
17820         (widget-choice-action): Use it.
17822         * cus-edit.el (custom-group-menu): Only test state to see if the
17823         item is enabled.
17825         * cus-face.el (custom-background-mode): Use `const', not
17826         `choice-item'.
17827         (custom-face-attributes): Use tags for toggling booleans, not the
17828         value.
17830         * wid-edit.el (character): Use `characterp' when available.
17832         * widget.el (:prompt-match): New keyword.
17833         (:prompt-history): New keyword.
17834         (:prompt-internal): New keyword.
17835         * wid-edit.el (widget-field-prompt-internal): New function.
17836         (widget-field-prompt-value): New function.
17837         (editable-field): Use them.
17838         (widget-field-action): Ditto.
17839         (widget-symbol-prompt-value-history): New variable.
17840         (widget-symbol-prompt-internal): New function.
17841         (symbol): Use them.
17842         (widget-variable-prompt-value-history): New variable.
17843         (variable): Use them.
17844         (widget-function-prompt-value-history): New variable.
17845         (function): Use them.
17847         * wid-edit.el (boolean): Use tag to toggle.
17848         (character, sexp, symbol, file, string): Inactive tag.
17850         * wid-edit.el (widget-choice-prompt-value): New function.
17851         (choice, radio): Use it.
17852         (widget-prompt-value): Prepend widget type to prompt.
17854         * wid-edit.el (widget-parent-action): Renamed from
17855         `widget-choice-item-action'.
17856         (choice-item): Updated widget.
17857         * cus-edit.el (custom-magic): Ditto.
17859         * wid-edit.el (widget-children-validate): Renamed from
17860         `widget-editable-list-validate'.
17861         (editable-list, group): Updated widgets.
17862         * cus-edit.el (custom, face): Ditto.
17864         * wid-edit.el (widget-value-value-get): Renamed from
17865         `widget-item-value-get'.
17866         (item): Updated widget.
17867         * cus-edit.el (face, custom): Ditto.
17869         * wid-edit.el (widget-value-convert-widget): Renamed from
17870         `widget-item-convert-widget'.
17871         (item, editable-field): Updated widgets.
17872         * cus-edit.el (face): Ditto.
17874 1997-05-14  Simon Marshall  <simon@wombat.gnu.ai.mit.edu>
17876         * mailalias.el (expand-mail-aliases): Make interactive.  Doc fix.
17877         If interactive, beg to end is the region before mail-header-separator.
17878         Wrap body with save-excursion.  Add autoload cookie.
17880         * sendmail.el (mail-mode-map): Add separator to mail menu.
17881         Rearrange headers menu and add entry for expand-mail-aliases.
17883 1997-05-14  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
17885         * levents.el (mouse-event-p, button-event-p): New functions.
17887 1997-05-13  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
17889         * isearch.el (isearch-process-search-char): Use multibyte
17890         characters to represent themselves.
17892         * bindings.el: Make Latin-4 characters self-insert.
17893         Use aset to set up these char sets.
17895         * isearch.el (isearch-mode-map): Make Latin-4 characters
17896         something to search for.  Use aset to set up these char sets.
17898         * iso-transl.el (iso-transl-define-keys):
17899         Obey quoted-insert-character-offset.
17901 1997-05-12  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
17903         * bindings.el: Define Latin-1, Latin-2 and Latin-3
17904         chars as self-inserting.
17906         * loadup.el: Move bindings.el after mule-conf.el.
17908         * isearch.el (isearch-mode-map): Treat Latin-1, Latin-2 and Latin-3
17909         chars as printing characters.
17911         * iso-acc.el (iso-accents-compose): Return composed character
17912         directly for execution.
17914 1997-05-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
17916         * autoload.el (defcustom): Add doc-string-elt property.
17917         (make-autoload): Convert defcustom into defvar.
17919         * Makefile (update-subdirs): New target.
17920         (updates): Do update-subdirs's job too.
17922         * finder.el (finder-compile-keywords-make-dist):
17923         Use the dirs specified on the command line.
17925         * cus-dep.el (custom-make-dependencies): Don't find the subdirs here;
17926         instead, use the dirs specified on the command line.
17928         * Makefile (autoloads, custom-deps, finder-data):
17929         Pass all "real" subdirs of lisp/ as args when rebuilding autoloads.
17930         (updates): New target, does all three of those.
17932 1997-05-10  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
17934         * thingatpt.el (forward-whitespace, forward-symbol):
17935         Don't get error at end of buffer.
17936         (bounds-of-thing-at-point): Don't get confused when a motion
17937         function stops at end of buffer and there really isn't a thing.
17938         Avoid redundant repeated scans.
17940         * ange-ftp.el (ange-ftp-start-process): Create the buffer
17941         and set its mode, before starting the process.
17942         Set point in that buffer, and the process mark.
17943         (ange-ftp-gwp-start): Don't set the mode here.
17944         Move point to end of buffer.
17945         (internal-ange-ftp-mode): Don't move process-mark here.
17947         * loadup.el: Load mule and mule-conf before simple.
17949         * dired-aux.el (dired-collect-file-versions):
17950         Rename bv-length to backup-extract-version-start.
17952         * diff.el (diff-latest-backup-file):
17953         Rename bv-length to backup-extract-version-start.
17955         * files.el (backup-extract-version-start): New variable.
17956         (find-backup-file-namem, backup-extract-version):
17957         Rename bv-length to backup-extract-version-start.
17959         * files.el (auto-mode-alist): Shuffle a few elements.
17961         * files.el (file-relative-name): Bind the variable fname.
17963 1997-05-10  Ken'ichi Handa  <handa@etl.go.jp>
17965         * characters.el: Set syntax and category for Devanagari, Thai, and
17966         Tibetan characters.  Add a category ?| to the category sets of
17967         characters of katakana-jisx0201 and japanese-jisx0212.
17969         * encoded-kb.el (encoded-kbd-mode): Doc-string modified.
17970         (encoded-kbd-select-terminal): The function deleted.
17971         (encoded-kbd-set-coding-system): New function.
17973         * faces.el (x-make-font-bold-italic): New function.
17975         * fontset.el (x-decompose-font-name): While seting each field of
17976         XLFD, set "*" instead of nil to a field which is omitted in the
17977         original font name.
17978         (generate-fontset-menu): Delete code for handling alias (or
17979         nickname).  It is now handled in fontset-plain-name.
17980         (fontset-plain-name): Handle alias of fontset name, show more
17981         user-friendy names.
17982         (create-fontset-from-fontset-spec): Add an optional arg STYLE to
17983         create bold, italic, and bold-italic variants of a fontset.
17985         * gnus-mule.el: Moved to `gnus' subdirectory.
17987         * gnus/gnus-mule.el (gnus-mule-message-send-news-function): New
17988         function to encode text before sending by news.
17989         (gnus-mule-message-send-mail-function): New function to encode
17990         text before sending by mail.
17991         (gnus-mule-initialize): Add gnus-mule-message-send-news-function
17992         to the hook message-send-news-hook.  Add
17993         gnus-mule-message-send-mail-function to the hook
17994         message-send-mail-hook.
17996         * help.el (help-with-tutorial): Fix a bug of handling non-English
17997         tutorial file.
17999         * kinsoku.el: Set category of kinsoku-bol and kinsoku-eol for
18000         latin-jisx0201 and katakana-jisx0201 characters.
18002         * language/chinese.el: Make functions setup-LANGUAGE-environment
18003         interactive and add new functions describe-LANGUAGE-support for
18004         all LANGUAGEs supported.  Remove resisterations of input methods
18005         which use the function encoded-kbd-select-terminal.
18006         * language/cyrillic.el: Likewise.
18007         * language/devanagari.el: Likewise.
18008         * language/english.el: Likewise.
18009         * language/ethiopic.el: Likewise.
18010         * language/european.el: Likewise.
18011         * language/greek.el: Likewise.
18012         * language/hebrew.el: Likewise.
18013         * language/indian.el: Likewise.
18014         * language/japanese.el: Likewise.
18015         * language/korean.el: Likewise.
18016         * language/lao.el: Likewise.
18017         * language/thai.el: Likewise.
18018         * language/tibetan.el: Likewise.
18019         * language/vietnamese.el: Likewise.
18021         * language/chinese.el (pre-write-encode-hz): Make it work for the
18022         case the arg FROM is a string.
18023         (setup-chinese-cns-environemnt): Set default-input-method to
18024         quail-quich-cns.
18026         * language/devan-util.el (in-is13194-devanagari-post-read-conversion):
18027         New function.
18028         (in-is13194-devanagari-pre-write-conversion): New function.
18030         * language/devanagari.el: Change function of post-read-conversion
18031         and pre-write-conversion of coding system in-is13194-devanagari to
18032         in-is13194-devanagari-post-read-conversion and
18033         in-is13194-devanagari-pre-write-conversion respectively.
18034         Setting of syntax and category for Devanagari characters are moved
18035         to characters.el.
18037         * language/english.el (setup-english-environment): Set
18038         sendmail-coding-system and rmail-file-coding-system to nil.
18040         * language/ethio-util.el (fidel-to-tex-map): Name changed to
18041         ethio-fidel-to-tex-map.
18043         * language/european.el: Typo in comment fixed.
18045         * language/japanese.el (setup-japanese-environemnt): Set
18046         sendmail-coding-system and rmail-file-coding-system to
18047         'iso-2022-jp.
18049         * language/korean.el: Bug fixed in making coding system
18050         'iso-2022-kr.
18052         * language/thai-util.el (thai-pre-write-conversion): Make it work
18053         for the case the arg FROM is a string.
18055         * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
18057         * language/viet-util.el (viqr-pre-write-conversion): Likewise.
18059         * language/tibetan.el: Setting of syntax and category is moved to
18060         characters.el.
18062         * mule-cmds.el (build-describe-language-support-function)
18063         (build-set-language-environment-function): The functions deleted.
18064         (set-language-info): Doc-string modified.  Chage handling of
18065         special keys describe-function and setup-function.
18066         (read-language-name): Return nil if a language specified doesn't
18067         have KEY.
18068         (current-input-method-title): Doc-string modified.
18069         (select-input-method): Set current-input-method to nil even if
18070         inactivation of the current input method failed.
18071         (set-language-environment): Doc-string modified.
18072         (describe-language-support): Doc-string modified.  Calls an
18073         appropriate function for each language.
18074         (describe-language-support-internal): New function.
18076         * mule-conf.el: Delete code for alternate-charset-table.
18077         Initialize standard-character-unification-table-for-read and
18078         standard-character-unification-table-for-write.
18079         Set coding-category-iso-8-2 and coding-category-iso-else to the
18080         coding system 'iso-8859-1 by default.
18082         * mule.el (make-char): Doc-string modified.
18083         (make-coding-system): Describe about INIT-BOL and DESIGNATION-BOL
18084         in doc-string.
18085         (find-new-buffer-file-coding-system): Doc-string modified.
18086         (make-unitication-table): New function.
18088         * quail.el (use-quail-package): Error message added.
18089         (quail-mode): Make sure to have quail-mode-map at the head of
18090         minor-mode-map-alist.
18092         * rmail.el (rmail-enable-decoding-message): New variable.
18093         (rmail-convert-file): Comment fixed.
18094         (rmail-revert): Don't decode RMAIL file again because the backup
18095         file is saved in Emacs' internal format.
18096         (rmail-convert-to-babyl-format): Check
18097         rmail-enable-decoding-message.
18099         * term/x-win.el: Create bold, italic, and bold-italic variants of
18100         default fontset.  Name a fontset created from user-specified ASCII
18101         font as "fontset-startup".
18103 1997-05-09  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18105         * iso-acc.el (iso-languages): For Latin-2, add ^I and ^i.  Fix ~a.
18107         * Makefile (custom-deps): Target renamed from cus-load.el.
18108         (finder-data): Target renamed from finder-inf.el.
18109         (unlock, relock): Targets deleted.
18111         * simple.el (quoted-insert-character-offset): Initialize more cleanly.
18112         (quoted-insert): Don't offset codes above 377.
18114         * hexl.el: Add a `provide' call.
18115         Delete periods from many error messages.
18117         * subr.el (read-quoted-char): Don't mask down to 8 bits.
18119         * iso-acc.el (iso-languages): Add charset spec to some elements.
18120         (iso-accents-compose): Add iso-accents-insert-offset to the code.
18121         (iso-accents-insert-offset): New variable.
18122         (iso-accents-customize): Set iso-accents-insert-offset
18123         according to data from iso-languages.
18125 1997-05-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18127         * Makefile (lisptagsfiles): Look in all subdirs.
18129         * bytecomp.el (byte-compile-file-form-custom-declare-variable):
18130         New function.  Handle custom-declare-variables.
18131         * custom.el (defcustom): Get rid of eval-and-compile.
18132         The compiler should now handle custom-declare-variables on its own.
18134         * cus-edit.el (customize): Call customize-group.
18136         * simple.el (assoc-ignore-case): Downcase KEY as well as element cars.
18138         * bibtex.el (assoc-ignore-case): Function deleted.
18139         (bibtex-member-of-regexp): Renamed from member-of-regexp.
18140         Call changed.
18142         * timer.el (timer-event-handler): Take timer as arg directly.
18143         Don't bind a key in special-event-map.
18145 1997-05-07  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18147         * menu-bar.el (menu-bar-help-menu): Move "Customize" to the top.
18149         * lpr.el (printify-region): Doc fix.
18151         * dabbrev.el (dabbrev-case-replace, dabbrev-case-fold-search):
18152         Make these simple three-value choices.
18153         (dabbrev-completion): Handle dabbrev-case-fold-search
18154         and dabbrev-case-replace the new way.
18155         (dabbrev-expand, dabbrev--substitute-expansion): Likewise.
18157         * simple.el (forward-visible-line, end-of-visible-line):
18158         New functions.
18159         (kill-line): Use forward-visible-line and end-of-visible-line.
18161 1997-05-07  Edward M Reingold  <emr@silver.wisdom.weizmann.ac.il>
18163         * cal-hebrew.el (holiday-passover-etc): Postpone date of Yom
18164         HaShoah to Monday if it falls on Sunday (as per ammendment passed
18165         by the Israeli Kenesset, May, 1997).
18167 1997-05-06  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18169         * outline.el (outline-mode): Autoload cookie added.
18170         (outline-minor-mode): Likewise.
18172         * ooutline.el (outline-mode): Autoload cookie deleted.
18173         (outline-minor-mode): Likewise.
18175         * outline.el: Use defgroup and defcustom.
18177         * ooutline.el: Renamed from outline.el.
18178         * outline.el: Renamed from noutline.el.
18180         * server.el (server-buffer-done): New arg FOR-KILLING.
18181         (server-kill-buffer): New fn, to inform clients when buffer is killed.
18183         * cus-dep.el (custom-make-dependencies):
18184         Don't use NOSORT in directory-files.
18185         Don't actually visit the files.
18186         Use re-search to search contents fast.
18187         Search the subdirs of `lisp'.
18188         Bind kept-new-versions when saving.
18190 1997-05-06  Simon Marshall  <simon@wombat.gnu.ai.mit.edu>
18192         * lazy-lock.el: Use sexp custom widget for non-nil non-t values.
18194         * ps-print.el (ps-left-header, ps-right-header): Quote :group name.
18196 1997-05-05  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18198         * byte-opt.el (byte-optimize-approx-equal): Use <=, not <.
18199         (byte-optimize-minus, byte-optimize-plus): Optimize adding
18200         or subtracting 1.
18202         * imenu.el (imenu-auto-rescan): Fix typo.
18204         * ffap.el (ffap-alist): Delete `math-mode'.
18205         Move all defvars and defuns out of this, to top level.
18206         Use a constant list as the initial value.
18207         (ffap-soft-value): Rewrite as a macro.
18208         And now it is used only at run time, not at load time.
18209         (ffap-ftp-default-user): Use just "anonymous" as default value.
18210         (ffap-what-domain): Don't set mail-extr-all-top-level-domains here.
18211         (ffap-newsgroup-regexp, ffap-newsgroup-heads): Move up past first use.
18212         (ffap-string-at-point-region): Likewise.
18214         * dunnet.el (dungeon-nil): Explicitly return nil.
18216         * mouse-sel.el (mouse-sel-get-selection-function):
18217         Look in x-last-selected-text if necessary.
18219         * vc.el: Doc fixes.
18221 1997-05-05  Hrvoje Niksic  <hniksic@srce.hr>
18223         * time.el, gud.el, metamail.el, simple.el: Customize.
18224         * window.el, frame.el, menu-bar.el, lisp.el, fill.el: Customize.
18225         * files.el, replace.el, vc.el: Customize.
18227 1997-05-05  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18229         * term.el (term-mode): Add a mode-class property.
18231         * gud.el (gud-mode): Add a mode-class property.
18233         * ws-mode.el (wordstar-mode): Add a mode-class property.
18235         * hexl.el (hexl-mode): Add a mode-class property.
18237 1997-05-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18239         * files.el (set-auto-mode): New arg JUST-FROM-FILE-NAME.
18240         (hack-local-variables): New arg MODE-ONLY.
18241         (set-visited-file-name): Alter the major mode based on new file name.
18242         (change-major-mode-with-file-name): New variable.
18244         * replace.el (occur-mode): Add a mode-class property.
18246         * inf-lisp.el (inferior-lisp-mode): Add a mode-class property.
18248         * compile.el (compilation-mode): Add a mode-class property.
18250         * comint.el (comint-mode): Add a mode-class property.
18252         * ange-ftp.el (internal-ange-ftp-mode): Add a mode-class property.
18254         * edebug.el (edebug-eval-mode): Add a mode-class property.
18256         * ielm.el (inferior-emacs-lisp-mode): Add a mode-class property.
18258         * telnet.el (telnet-mode): Add a mode-class property.
18260         * rlogin.el (rlogin-mode): Add a mode-class property.
18262         * shell.el (shell-mode): Add a mode-class property.
18264         * simple.el (minibuffer-text-before-history): New variable.
18265         (minibuffer-history-initialize): New fn, on minibuffer-setup-hook.
18266         (next-history-element, previous-matching-history-element):
18267         Initialize minibuffer-text-before-history.
18268         (next-history-element): Use minibuffer-text-before-history
18269         as "position 0" of the history list.
18270         Use minibuffer-default as position -1, if it is non-nil.
18271         Simplify error logic for beginning and end of history.
18273         * simple.el (set-variable): Delete old definition (duplicate).
18275         * rmail.el (rmail-ignored-headers): Add References, Mime-Version,
18276         Lines, Content-Transfer-Encoding.
18278         * time.el (display-time-string-forms): Test display-time-day-and-date
18279         and display-time-24hr-format here.
18280         (display-time-format): Default value is now nil.
18282 1997-05-04  Edward M Reingold  <emr@silver.wisdom.weizmann.ac.il>
18284         * list-holidays.el (list-holidays): Fix buffer title when list is
18285         nil.  Do save-excursion to keep from messing up calendar variables.
18286         Handle CHOICE = "" like CHOICE = "Ask".
18288         * cal-menu.el (cal-menu-list-holidays-following-year)
18289         (cal-menu-list-holidays-previous-year)
18290         (cal-menu-list-holidays-year): New commands.
18291         (calendar-mode-map): Put them in the holidays menu.
18293 1997-05-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18295         * vc-hooks.el (vc-find-cvs-master): Accept ...+ in a normal entry.
18297         * replace.el (occur): Doc fix.
18299 1997-05-03  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18301         * rmail.el (rmail-count-new-messages): Fix previous change.
18303         * replace.el (occur): If regexp has uppercase in it,
18304         match it case-sensitively.
18306         * ffap.el: Many doc fixes.
18307         (ffap-next): Fix message.
18309         * timezone.el (timezone-parse-date): Match forms 1 and 2 first.
18311 1997-05-02  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18313         * gnus/gnus-mule.el: Renamed from ./gnus-mule.el.
18315         * ispell.el (ispell-dictionary-alist-2): Specify syntax of ' in Danish.
18317 1997-05-02  Hrvoje Niksic  <hniksic@srce.hr>
18319         * calendar.el: Customize.
18320         * appt.el, cal-china.el, cal-tex.el, diary-lib.el, solar.el: Likewise.
18321         * rmail.el, rmailout.el, rmailsum.el: Likewise.
18322         * compile.el, ffap.el, mouse.el, isearch.el: Likewise.
18323         * goto-addr.el, hippie-exp.el, icon.el, ielm.el, imenu.el: Likewise.
18325 1997-05-02  Inge Frick  <inge@nada.kth.se>
18327         * compile.el:
18328         Support compilers that give a message each time the file being
18329         compiled changes but don't include a file name each error message.
18330         Speed up by searching for regexps one by one instead of combining.
18331         (compile-internal): Takes more optional arguments.  All five regexp
18332         alists can be given as argument.
18333         Change name of variable regexp-alist to error-regexp-alist.  Change
18334         some local variables directly by setq instead of rebinding by let.
18335         (compilation-shell-minor-mode): New minor mode.
18336         Similar to compilation-minor-mode, but key bindings don't
18337         collide with shell mode.
18338         (compilation-shell-minor-mode-map, compilation-shell-minor-mode):
18339         New variables.
18340         (compile-auto-highlight): Doc fix.
18341         (compilation-error-regexp-alist): Removed unnecessary line break
18342         in first regexp.  Replaced \\(\\|.* on \\) by \\(.* on \\)? in
18343         regexp for Absoft FORTRAN 77 Compiler 3.1.3.  Added regexp for
18344         SPARCcompiler Pascal.  Divided long line in regexp for Cray C
18345         compiler error messages.  Made comment fit in line at regexp for
18346         Sun Ada (VADS, Solaris).  FILE-IDX may be nil, meaning an
18347         error message with no file name, so the file name must be taken
18348         from an earlier message.  LINE-IDX may be a function which is
18349         called with two arguments the file name and column strings and
18350         returns an error position descriptor.
18351         (compilation-enter-directory-regexp-alist)
18352         (compilation-leave-directory-regexp-alist): New variables.
18353         (compilation-file-regexp-alist)
18354         (compilation-nomessage-regexp-alist): New variables.
18355         (grep-regexp-alist): Removed unnecessary ^ at beginning of regexp.
18356         (compilation-enter-directory-regexp)
18357         (compilation-leave-directory-regexp): Variables deleted.
18358         Replaced by compilation-enter-directory-regexp-alist and
18359         compilation-leave-directory-regexp-alist.
18360         (compilation-buffer-p): Return true also for buffer in
18361         compilation-shell-minor-mode.
18362         (compilation-next-error-locus): Split a long line.
18363         (count-regexp-groupings): Comment about this function not being
18364         needed any more.
18365         (compilation-current-file, compilation-regexps): New variables.
18366         (compilation-parse-errors): Large parts rewritten.  Don't put the
18367         regexps together in one large regexp, instead match them one by one.
18368         Support the generalized subexpression indices.
18369         (compile-collect-regexps, compile-buffer-substring): New functions
18370         supporting compilation-parse-errors.
18372 1997-05-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18374         * iswitchb.el (iswitchb-entryfn-p): Use memq, not member.
18376 1997-05-01  Stephen Eglen  <stephene@cogs.susx.ac.uk>
18378         * iswitchb.el (iswitchb-visit-buffer): Handle `display' alternative.
18379         (iswitchb-default-keybindings): Define C-x 4 C-o.
18380         (iswitchb-display-buffer): New function.
18381         (iswitchb-entryfn-p): Include iswitchb-display-buffer.
18382         (iswitchb-method, iswitchb-default-method): Doc fixes.
18384 1997-05-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18386         * menu-bar.el (menu-bar-custom-menu):
18387         New item `Browse All Customization'.
18388         Rename and shuffle other items.
18389         `Specify Group...' is now customize-group.
18391         * cus-edit.el: Say "standard settings" instead of "factory settings".
18393         * cus-edit.el (custom-group-magic-alist): New variable.
18394         (custom-group-state-update): Use custom-group-magic-alist.
18395         (customize-group): Renamed from `customize',
18396         and rename argument to GROUP.
18397         (customize): New function.
18399         * simple.el (set-variable): Simplify previous change.
18401         * subr.el (make-syntax-table): Doc fix.
18403 1997-04-30  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18405         * cc-mode.el (c-fill-paragraph): If fill-prefix is already non-nil,
18406         use it.
18408         * subr.el (shell-quote-argument): Quote null string usefully.
18410         * simple.el (set-variable): Check VALUE against type info if available.
18411         Don't evaluate VALUE.
18412         Use a separate history list for the values.
18414 1997-04-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18416         * time-stamp.el (time-stamp-old-format-warn): Fix a tag string.
18417         (time-stamp-format): Use %Y not %y in default value.
18419         * crisp.el (crisp-load-scroll-all): Renamed from ...-lock.
18420         (crisp-mode): Use scroll-all... not scroll-lock...
18422         * scroll-all.el: Renamed from scroll-lock.el.
18423         All functions renamed.
18424         (scroll-all-mode): Variable renamed from is-scroll-lock.
18426 1997-04-29  Geoff Voelker  <voelker@cs.washington.edu>
18428         * edt.el (edt-emulation-on): Load edt-pc.el under Windows.
18430 1997-04-29  Stephen Gildea  <gildea@stop.mail-abuse.org>
18432         * time-stamp.el (time-stamp): Verify time-stamp-line-limit is a number.
18433         (time-stamp-string-preprocess): Handle %F correctly.
18435 1997-04-28  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18437         * rmail.el (rmail-msgref-vector): New variable.
18438         Holds, for each message, a cons cell which contains the message number
18439         and which relocates if the message number changes.
18440         (rmail-forget-messages): Clear rmail-msgref-vector.
18441         (rmail-variables): Make rmail-msgref-vector buffer-local.
18442         (rmail-count-new-messages): Extend rmail-msgref-vector.
18443         (rmail-set-message-counters): Initialize rmail-msgref-vector.
18444         (rmail-only-expunge): Update rmail-msgref-vector.
18445         Don't look for mail-mode buffers specially.
18446         (rmail-reply): Use rmail-msgref-vector element as arg.
18447         (rmail-forward, rmail-retry-failure): Likewise.
18448         (rmail-mark-message): Accept an element of rmail-mark-message as arg.
18450         * mh-comp.el (mh-smail-batch): Accpt &rest arg `ignored'.
18452         * bindings.el: Bind C-x m, C-x 4 m, C-x 5 m to compose-mail...
18454         * simple.el (compose-mail): Make prefix arg mean "continue".
18455         (compose-mail-other-window, compose-mail-other-frame): New commands.
18457         * sendmail.el: Don't bind C-x m, C-x 4 m, C-x 5 m.
18459         * autoload.el (generated-autoload-file): Change defconst to defvar.
18461 1997-04-28  Simon Marshall  <simon@wombat.gnu.ai.mit.edu>
18463         * font-lock.el: Respect font-lock-face-attributes if set.
18464         Define fast-lock and lazy-lock groups here to ensure group order.
18466         * fast-lock.el: Moved defgroup to font-lock.el.
18468         * lazy-lock.el: Moved defgroup to font-lock.el.
18470         * ps-print.el: Use buffer-substring-no-properties not buffer-substring.
18472 1997-04-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18474         * ange-ftp.el (ange-ftp-file-entry-p): If ange-ftp-get-files returns
18475         nil, don't try ange-ftp-hash-entry-exists-p, just give up.
18477         * comint.el (comint-input-face): Deleted.
18479         * compile.el (compilation-error-regexp-alist): Add regexp for Perl -w.
18481         * vc-hooks.el (vc-master-templates): Doc fix.
18483 1997-04-27  Dave Love  <d.love@dl.ac.uk>
18485         * scheme.el (dsssl-sgml-declaration): Doc fix.
18486         (dsssl-mode): Use stringp to check dsssl-sgml-declaration.
18487         (style, root): Put scheme-indent-function 1.
18488         (dsssl-font-lock-keywords): Use make-regexp version.
18490 1997-04-27  Ron Schnell  <ronnie@twitch.mit.edu>
18492         * dunnet.el (dun-special-object):
18493         Floppy disk will melt in inventory or room, regardless
18494         of whether or not Stallman statuette is around.
18496         * dunnet.el (dun-examine):
18497         You can examine objects in the jar without taking them out.
18499         * dunnet.el (dun-take):
18500         You can take objects from the jar while you are on the bus.
18502         * dunnet.el (dun-dig):
18503         Message from digging on the bus is the same as when you dig and don't
18504         find anything.
18506         * dunnet.el (dun-climb):
18507         No longer errors out of the game when argument to "climb" is invalid.
18509         * dunnet.el (dun-put):
18510         You can now put things in the jar, even if you are on the bus.
18512         * dunnet.el (dun-special-move):
18513         "In" or "Out" command tells you if you are already on or off the bus.
18515         * dunnet.el (dun-sauna-heat):
18516         Changed "begin to sweat" to "are perspiring"
18517         so that it makes sense whether you are heating up or cooling down.
18519         * dunnet.el (dun-help):
18520         Changed author e-mail address, added web page.
18521         Added hint for batch mode.
18523         * dunnet.el (*global*):
18524         Fixed spelling of Presely in global object list.
18526         * dunnet.el (*global*):
18527         Added coconuts, tank, and lake as objects that are recognized.
18529         * dunnet.el (*global*):
18530         Added `slip' as another way of describing the paper,
18531         and `chip' as another way of describing the CPU.
18533         * dunnet.el (*global*):
18534         Upcase  abbreviations of directions in room descriptions.
18536         * dunnet.el (dun-login):
18537         Fixed erroneous login message to better-describe ftp limitations.
18539         * dunnet.el (dun-rlogin):
18540         Added error message if user tries to rlogin back to pokey.
18542         * dunnet.el (dun-load-d):
18543         Fixed so that if restore file isn't found which in non-batch mode,
18544         window will switch back to game.
18546 1997-04-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18548         * custom.el (custom-declare-variable): Don't use `push'.
18550 1997-04-26  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18552         * paragraphs.el (forward-paragraph): Fix editing error
18553         in the updating of paragraph-separate.
18555 1997-04-26  Per Abrahamsen  <abraham@dina.kvl.dk>
18557         * cus-face.el (custom-face-attributes): Made the tag a button
18558         on booleans.
18559         Changed version number.
18561 1997-04-26  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18563         * simple.el (quoted-insert-character-offset): New variable.
18564         (quoted-insert): Convert characters 0200 - 0377 to 04200 - 04377,
18565         so that users get the same results they are used to.
18567 1997-04-26  Edward M Reingold  <emr@silver.wisdom.weizmann.ac.il>
18569         * cal-french.el (calendar-print-french-date): Label
18570         French date in echo area.
18572         * cal-coptic.el (calendar-print-coptic-date): Label
18573         Coptic/Ethiopic date in echo area.
18575 1997-04-25  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18577         * rmail.el (rmail-reply): Pass Rmail buffer and msgnum
18578         as arguments within the mail-send action.
18579         (rmail-forward, rmail-retry-failure): Likewise.
18580         (rmail-mark-message): New function.
18581         (rmail-only-expunge): Update the new kind of action.
18582         (rmail-send-actions-rmail-msg-number)
18583         (rmail-send-actions-rmail-buffer): Variables no longer used.
18585 1997-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
18587         * apropos.el (apropos): Add support for customization groups.
18588         (apropos-print): Ditto.
18590         * faces.el (describe-face): Add documentation.
18592 1997-04-25  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18594         * facemenu.el (facemenu-add-new-face): Rewrite to give each
18595         lambda expression a doc string.
18597 1997-04-24  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18599         * buff-menu.el (buffer-menu): Use pop-to-buffer.
18600         (same-window-buffer-names): Add "*Buffer List*".
18602         * cal-menu.el: Delete all menu-enable properties.
18603         They ran slowly and sometimes got errors.
18605 1997-04-24  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
18607         * skeleton.el (skeleton-read): Doc fix.
18609 1997-04-24  Per Abrahamsen  <abraham@dina.kvl.dk>
18611         * widget.el (define-widget): Return name.
18613         * cus-edit.el (custom-set-value): New command.
18614         (custom-set-variable): New command.
18615         (customize-saved): Renamed from `customize-customized'.
18616         (customize-customized): New command.
18617         (custom-save-customized): New command.
18619         * widget.el (:prompt-value): New keyword.
18621         * wid-edit.el (widget-prompt-value): New function.
18622         (default): Use it.
18623         (widget-default-prompt-value): New function.
18624         (const): Use it.
18625         (widget-const-prompt-value): New function.
18626         (string): Use it.
18627         (widget-string-prompt-value-history): New variable.
18628         (widget-string-prompt-value): New function.
18629         (file): Use it.
18630         (widget-file-prompt-value): New function.
18631         (sexp): Use it.
18632         (widget-sexp-prompt-value-history): New variable.
18633         (widget-sexp-prompt-value): New function.
18634         (boolean): Use it.
18635         (widget-boolean-prompt-value): New function.
18637         * cus-edit.el (custom-variable-prompt): Limit completion to user
18638         options.  Allow non-match input.
18640         * wid-edit.el (character): Give error if the length of the field
18641         isn't exactly 1.
18643         * wid-edit.el (widget-regexp-validate): New function.
18644         (regexp): Use it.
18645         (widget-regexp-match): New function.
18646         (regexp): Use it.
18648         * cus-edit.el (custom-variable-action): Use `custom-toggle-hide'.
18649         (custom-face-action): Ditto.
18650         (custom-group-action): Ditto.
18652         * cus-edit.el (custom-toggle-hide): New function.
18653         (custom-level-action): Use it.
18654         (custom-group-menu): Ditto.
18655         (custom-face-menu): Ditto.
18656         (custom-variable-menu): Ditto.
18658         * cus-edit.el (custom-redraw): Goto old line and column instead of
18659         old character position.  This is more tolerant for changes.
18661         * wid-edit.el (widget-choice-action): Only notify parent if
18662         something was chosen.
18664         * custom.el (custom-declare-group): Make sure initial members
18665         aren't duplicated even if the `defgroup' is evaluated twice.
18667         * wid-browse.el (widget-minor-mode): New variable and command.
18668         (widget-minor-mode-map): New variable.
18669         Add to `'minor-mode-alist' and `minor-mode-map-alist'.
18671         * wid-edit.el (widget-specify-inactive): Set priority.
18673         * wid-edit.el (widget-move): Skip inactive widgets.
18675         * cus-edit.el (custom-display-unselected-match): Matched too many
18676         displays.
18678         * wid-edit.el (widget-field-face): Changed default background
18679         color.
18681         * custom.el (custom-declare-variable): Set `custom-get' the right
18682         place.
18684         * cus-edit.el (custom-magic): Don't notify the parent.
18686         * custom.el (custom-initialize-set): New function.
18687         (custom-initialize-reset): New function.
18688         (custom-initialize-changed): New function.
18689         (custom-declare-variable): Use `custom-initialize-set' as
18690         default for `:initialize'.
18692         * cus-edit.el (custom-save-variables): Save :require symbols.
18694         * custom.el (:initialize, :set, :get, :request): New keywords.
18695         (custom-declare-variable): Support them.
18696         (custom-set-variables): Ditto.
18697         (defcustom): Document them.
18698         (custom-initialize-default): New function.
18699         * cus-edit.el (custom-variable-value-create): Support them.
18700         (custom-variable-set): Ditto.
18701         (custom-variable-save): Ditto.
18702         (custom-variable-reset-saved): Ditto.
18703         (custom-variable-reset-factory): Ditto.
18704         (custom-variable-state-set): Ditto.
18706         * cus-edit.el (custom-menu-filter): New function.
18707         (custom-variable-menu): New format.
18708         (custom-variable-action): Use it.
18709         (custom-face-menu): New format.
18710         (custom-face-action): Use it.
18711         (custom-group-menu): New format.
18712         (custom-group-action): Use it.
18714         * wid-edit.el (widget-choose): Accept unselectable items.
18716         * wid-edit.el (widget-default-create): Clear undo buffer.
18717         (widget-default-delete): Ditto.
18719         * cus-edit.el (customize-other-window): New function.
18721         * wid-edit.el (widget-info-link-action): Steal mouse up event.
18723         * wid-edit.el (widget-specify-insert): Use old style backquote.
18725 1997-04-23  Geoff Voelker  <voelker@cs.washington.edu>
18727         * w32-fns.el (w32-using-nt, w32-shell-name, w32-using-system-shell-p)
18728         (w32-startup): New functions.
18729         (w32-system-shells): New variable.
18731 1997-04-23  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18733         * find-file.el: Fix messages.
18735         * sgml-mode.el: Many doc fixes.
18737 1997-04-23  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
18739         * sgml-mode.el (sgml-value): Use 'identity as default value.
18740         (sgml-mode): Doc fix.
18741         (sgml-name-8bit-mode): Tell the user if set or reset.
18742         (sgml-tag): Doc fix.
18743         (sgml-tag): Protect "&lt;" from skeleton-transformation.
18744         (sgml-attributes): Doc fix.
18745         (sgml-attributes): Square brackets removed from prompt.
18746         (sgml-attributes): Arg ALIST renamed to TAG.
18747         (sgml-attributes): Apply skeleton-transformation when necessary.
18748         (sgml-value): Doc added.
18749         (sgml-value): Square brackets removed from prompt.
18750         (html-tag-alist): New variable 1-7, variable `list' changed.
18751         (html-tag-alist)<dir>, <menu>: Use new value of `list'.
18752         (html-tag-alist)<font>: Fixed (doc of sgml-tag-alist needs fixing).
18753         (html-tag-alist)<ol>, <ul>: Fixed.
18754         (html-tag-alist)<fn>: Commented out.
18756         * skeleton.el (define-skeleton): Doc fix.
18758 1997-04-23  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18760         * compare-w.el (compare-windows): Allow windows on different frames.
18762 1997-04-23  Ken'ichi Handa  <handa@etl.go.jp>
18764         * mule-conf.el: Re-arrange priorities of coding categories.
18766 1997-04-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18768         * ispell.el (ispell-overlay-window): Bind frame-override-unsplittable.
18770         * rcompile.el (remote-compile): Make comint-file-name-prefix local
18771         in the compilation buffer.
18773         * bindings.el (debug-ignored-errors): Update the regexps for
18774         the dabbrev error messages.
18776         * fast-lock.el: Delete setting of byte-compile-dynamic,
18777         byte-compile-dynamic-docstrings and byte-optimize.
18778         (fast-lock-save-facep, save-buffer-state): Move defmacros to top level.
18780         * lazy-lock.el: Delete setting of byte-compile-dynamic,
18781         byte-compile-dynamic-docstrings and byte-optimize.
18782         (with-current-buffer): Duplicate definition deleted.
18783         (save-buffer-state, do-while): Move defmacros to top level.
18785         * wid-edit.el: Use copy-sequence, not copy-list.
18786         Use cl only at compile time.
18788         * cus-edit.el (custom-variable-type): Use copy-sequence, not copy-list.
18790         * octave-mod.el (inferior-octave-output-list): Declare here
18791         to avoid compiler warnings.
18792         (inferior-octave-output-string): Likewise.
18793         (inferior-octave-receive-in-progress): Likewise.
18795         * modula2.el (m2-end-comment-column): New defvar.
18796         (modula-2-mode, m2-end-comment): Use m2-end-comment-column
18797         instead of end-comment-column.
18798         (m2-compile, m2-link): Don't set `modulename'.
18800         * sh-script.el (sh-case): Make this a simple define-skeleton
18801         as it was originally.  Don't add a menu-enable property.
18802         (sh-assignment-regexp): Renamed from sh-assignment-prefix
18803         undoing a renaming made by mistake.
18805         * sgml-mode.el (sgml-transformation): Fix previous change.
18807 1997-04-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18809         * custom.el (custom-declare-variable):
18810         Use copy-sequence, not copy-list.
18812         * vc-hooks.el (vc-find-cvs-master): Handle a "New file!" entry.
18813         (vc-fetch-master-properties): Match "New file!".
18815         * elp.el (elp-report-limit): Change prompt string.
18816         (elp-version): Incremented.
18818         * mule-cmds.el (mule-keymap): Add C-x RET C-\ for select-input-method.
18820         * files.el (recover-file): Fix error message.
18822 1997-04-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18824         * cus-edit.el (custom-face-set): Don't copy an empty face,
18825         just call custom-face-display-set.
18826         (custom-face-reset-saved, custom-face-save, custom-face-reset-factory):
18827         Likewise.
18828         (custom-face-display-set): Define this here.
18829         (custom-display-match-frame): Define here.
18831         * cus-face.el: Major simplification; most of file contents deleted.
18832         factory-face property renamed to face-defface-spec.
18834         * faces.el (frame-set-background-mode): New function.
18835         (frame-background-mode): New variable.
18836         (x-create-frame-with-faces): Rearrangement of order of font
18837         processing.  Handle custom-faces here.
18838         (face-doc-string, set-face-doc-string): New functions.
18839         (set-face-bold-p, set-face-italic-p): New functions.
18840         (face-bold-p, face-italic-p): New function.
18841         (face-spec-set, face-spec-set-1, face-spec-set-match-display):
18842         New functions.
18844         * frame.el (make-frame): Don't call custom-initialize-frame.
18846         * texnfo-upd.el (texinfo-master-menu-header): Delete newline at start.
18847         (texinfo-insert-master-menu-list): Add @detailmenu and
18848         @end detailmenu commands.
18850 1997-04-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18852         * skeleton.el (skeleton-read): Fix previous change.
18854         * simple.el (transient-mark-mode): Print message if used interactively.
18856         * sendmail.el (mail-attach-file): New function.
18857         (mail-mode-map): Add mail-attach-file on C-c C-i.
18859 1997-04-17  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18861         * facemenu.el (facemenu-update): Don't make global bindings here.
18862         Make them at top level.
18863         (facemenu-key): Variable deleted.
18864         (facemenu-keybindings, facemenu-new-faces-at-end)
18865         (facemenu-unlisted-faces, facemenu-remove-face-function): Doc fixes.
18867         * sh-script.el: Remove all menu-enable properties
18868         except for sh-case.
18870 1997-04-17  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
18872         * sgml-mode.el (sgml-name-char): Ask user with a prompt.
18874 1997-04-16  Simon Marshall  <simon@wombat.gnu.ai.mit.edu>
18876         * font-lock.el: Customise.
18877         (font-lock-defaults-alist): Leave ~ syntax alone in C++.
18878         (font-lock-match-c++-style-declaration-item-and-skip-to-next): Match ~
18879         characters here.
18880         (font-lock-fontify-syntactically-region): Clean code.
18881         (font-lock-defaults-alist): Don't set font-lock-comment-start-regexp,
18882         as font-lock-fontify-syntactically-region doesn't use it anymore.
18883         (font-lock-comment-start-regexp): Delete variable.
18884         (font-lock-set-defaults): Define variable if not bound.
18885         (font-lock-compile-keywords): Don't set font-lock-keywords.
18886         (font-lock-fontify-keywords-region): Set it here.
18888         * fast-lock.el: Customise.
18889         (fast-lock-cache-data): Simplify calls of font-lock-compile-keywords.
18891         * lazy-lock.el: Customise.
18892         (lazy-lock-fontify-conservatively): Fontify around WINDOW's point.
18894         * shell.el (shell-font-lock-keywords): Use EVAL form for prompt.
18896         * modula2.el (modula-2-mode): Set font-lock-defaults.
18897         (m2-font-lock-keywords)
18898         (m2-font-lock-keywords-1, m2-font-lock-keywords-2)
18899         (m3-font-lock-keywords)
18900         (m3-font-lock-keywords-1, m3-font-lock-keywords-2): New variables.
18902 1997-04-16  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18904         * skeleton.el (skeleton-insert): Rename the function's argument
18905         to `regions', and bind `skeleton-regions' with let.
18906         (skeleton-read): Rename arg STR to PROMPT.
18908         * sendmail.el (sendmail-send-it): Use quoted-printable encoding
18909         for the From field.
18911         * sgml-mode.el (sgml-value): Don't perform the skeleton-transformation
18912         on the value.
18914 1997-04-15  Andrew Innes  <andrewi@harlequin.co.uk>
18916         * hilit19.el (hilit-rehighlight-message): Respect mail-mode
18917         header/body separation line.
18919 1997-04-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18921         * rmailsum.el (rmail-summary-delete-forward): Argument is now
18922         a repeat count.
18923         (rmail-summary-delete-backward): Corresponding changes.
18925         * sh-script.el (sh-while-getopts): Don't add menu-enable property.
18927 1997-04-15  Hrvoje Niksic  <hniksic@srce.hr>
18929         * saveplace.el: Add defgroup; use defcustom for user vars.
18930         * pascal.el, supercite.el: Likewise.
18932 1997-04-15  Per Abrahamsen  <abraham@dina.kvl.dk>
18934         * cus-dep.el (custom-make-dependencies): Add `provide' to generated
18935         file.
18937 1997-04-15  Eli Zaretskii  <eliz@wombat.gnu.ai.mit.edu>
18939         * term/pc-win.el (x-select-enable-clipboard): New variable.
18940         (x-select-text, x-get-selection-value): New functions, support for
18941         MS-Windows clipboard.
18943 1997-04-15  Per Abrahamsen  <abraham@dina.kvl.dk>
18945         * cus-start.el: Add support for face documentation.
18947         * cus-dep.el (custom-make-dependencies): Fixed generation of
18948         parens.
18949         Fixed message.
18951 1997-04-15  Noah Friedman  <friedman@splode.com>
18953         * rlogin.el (rlogin-process-connection-type): Default to t
18954         for solaris 2.x.
18956 1997-04-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18958         * simple.el (overwrite-mode-binary, overwrite-mode-textual):
18959         Use defvar.
18961         * pascal.el (pascal-mode): Set comment-start.
18963         * winner.el: New file.
18965 1997-04-14  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
18967         * sgml-mode.el (sgml-char-names): Change ensp to nbsp.
18969 1997-04-14  Ilya Zakharevich  <ilya@math.ohio-state.edu>
18971         * font-lock.el (font-lock-fontify-syntactically-region): Use new
18972         features of parse-partial-sexp instead of doing regexp search.
18974 1997-04-14  Steven L Baur  <steve@altair.xemacs.org>
18976         * edebug.el (edebug-read-and-maybe-wrap-form): Protect
18977         against pathological recursive calls.
18979 1997-04-14  Karl Heuer  <kwzh@gnu.ai.mit.edu>
18981         * timer.el (timer-until): Fix syntax error.
18982         * browse-url.el (browse-url-browser-function): Fix syntax error.
18984 1997-04-14  Simon Marshall  <simon@wombat.gnu.ai.mit.edu>
18986         * frame.el (frame-parameter): Doc fix.
18988 1997-04-14  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
18990         * timer.el (timer-until): New function.
18991         (timer-max-repeats): New variable.
18992         (timer-event-handler): Avoid rerunning a timer many times
18993         if real time has "jumped" forward.
18995         * uce.el, vcursor.el: New files.
18997         * sgml-mode.el (sgml-tag): Use intangible here.
18998         (sgml-tags-invisible): Don't add intangible property
18999         separately here.  Just the category property is enough.
19000         Eliminate local variable `point'.
19001         Bind inhibit-point-motion-hooks.
19003 1997-04-13  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
19005         * custom.el: Doc fixes.
19007         * jka-compr.el (jka-compr-temp-name-template): Fix editing error.
19009         * ps-print.el (ps-print-color-p): Fix minor error.
19011         * dired.el (dired-internal-noselect): When setting default-directory,
19012         don't check file-name-directory.
19014         * subr.el (kbd): New macro.
19016         * sgml-mode.el (sgml-mode-facemenu-add-face-function): New function.
19017         (sgml-mode-common): Use that function for the hook value.
19019         * dired.el (dired-noselect): Avoid calling file-directory-p
19020         when the initial argument was syntactically a directory name.
19022 1997-04-13  Hrvoje Niksic  <hniksic@srce.hr>
19024         * time-stamp.el: Add defgroup; use defcustom for user vars.
19025         * eldoc.el: Likewise.
19027 1997-04-12  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
19029         * loadup.el: Load cus-start.
19030         Don't insist that bindings.el not be compiled.
19032         * mail-utils.el (mail-quote-printable, mail-unquote-printable)
19033         (mail-unquote-printable-hexdigit): New functions.
19035         * elp.el (elp-functionp): Definitions deleted; use functionp.
19037         * subr.el (functionp): New function.
19039 1997-04-12  Dave Love  <d.love@dl.ac.uk>
19041         * files.el (auto-mode-alist): Add .dsl and .dsssl for dsssl-mode.
19043 1997-04-12  Barry A. Warsaw  <bwarsaw@cnri.reston.va.us>
19045         * Public release 2.39
19047         * elp.el (elp-functionp): New function.
19049         * elp.el (elp-instrument-package): Don't attempt to instrument autoload
19050         functions.
19052         (elp-elapsed-time): New function to calculate the different between
19053         two `current-time' lists.  This no longer throws away the top 16 bits
19054         of information.
19056         (elp-wrapper): Use elp-elapsed-time instead of elp-get-time.  Also,
19057         call `current-time' as close to the function entrance and exit as
19058         possible so more of the overhead is eliminated from the times.
19060         (elp-get-time): Obsolete, deleted.
19062         * elp.el (elp-restore-function):
19063         When restoring, do not check assq elp-wrapper
19064         if the symbol-function is a compiled lisp function (i.e. byte coded).
19065         If it is byte-coded, it could not have been instrumented.
19066         Don't do the symbol-function restoration if
19067         the symbol has no function definition.
19069         * elp.el (elp-instrument-function): Always `restore' the funsym before
19070         instrumenting.
19071         Fail if function is an autoload symbol.
19073         * elp.el (elp-instrument-list): Remove unnecessary condition-case.
19075         * elp.el (elp-results):
19076         Noninteractive as a function is non-portable, use the
19077         variable instead.  buffer-substring with 3 arguments is non-portable.
19079         * elp.el (elp-instrument-function, elp-instrument-list):
19080         Handle function symbols that have already been instrumented.  Do
19081         not instrument them twice.
19083         * elp.el (elp-recycle-buffers-p): New variable.
19085         * elp.el (elp-report-limit, elp-sort-by-function): New default values.
19087         * elp.el (elp-use-standard-output): New variable.
19089         (elp-results): Optionally dump results to standard-output.
19091 1997-04-12  Per Abrahamsen  <abraham@dina.kvl.dk>
19093         * apropos.el (apropos): Add support for faces, widgets, and user
19094         options.
19095         (apropos-print): Ditto.
19097         * cus-edit.el (abbrev-mode, alloc, undo, modeline, fill)
19098         (editing-basics, display, execute, installation, dired, limits)
19099         (debug, minibuffer, keyboard, mouse, menu, auto-save)
19100         (processes-basics, windows): New customization groups.
19102         * cus-start.el: New file.
19104         * cus-face.el (custom-face-font-size): Don't assume integral
19105         number.
19107         * cus-edit.el (custom-menu-create): Don't allow optional `NAME'.
19108         (customize-menu-create): Do allow optional name.
19110         * custom.el (custom-set-variables): Add warning for old format.
19112         * cus-edit.el (custom-variable-set): Use `set-default' instead of
19113         `set'.
19114         (custom-variable-save): Ditto.
19115         (custom-variable-reset-saved): Ditto.
19116         (custom-variable-reset-factory): Ditto.
19118         * cus-edit.el (customize-face-other-window): New function.
19120         * wid-browse.el (widget-browse-mode-customize-menu): New menu.
19121         (widget-browse-mode): Add it.
19122         (widget-browse-mode-map): Bind `q'.
19124         * wid-browse.el (widget-browse-other-window): New function.
19126         * cus-edit.el (customize-menu-create): New function.
19127         (custom-mode-customize-menu): Use it.
19129         * cus-edit.el (custom-make-dependencies): Deleted function.
19131         * cus-edit.el (customize-face): Sort faces.
19133         * cus-edit.el (custom-faces): New group.
19134         (custom-magic-alist): Added.
19135         (custom-variable-sample-face): Added.
19136         (custom-variable-button-face): Added.
19137         (custom-face-tag-face): Added.
19138         (custom-group-tag-faces): Added.
19139         (custom-group-tag-face): Added.
19140         (customize): Removed from faces group.
19142         * cus-edit.el (custom-load-recursion): New variable.
19143         (custom-load-symbol): Use it.
19144         (custom-mode-customize-menu): New menu.
19145         (custom-mode): Use it.
19146         Code moved to te end of the file.
19148         * cus-edit.el (custom-buffer-create-internal): Split out from
19149         `custom-buffer-create'.
19150         (custom-buffer-create-other-window): New function.
19152         * cus-edit.el (custom-guess-name-alist): Renamed from
19153         `custom-guess-type-alist'.
19154         (custom-guess-doc-alist): New option.
19155         (custom-guess-type): Use them.
19157         * cus-face.el (set-face-stipple): Removed Kyle Jones code.
19159         * cus-face.el (face-doc-string): Changed property name to
19160         `face-documentation'.
19161         (set-face-doc-string): Ditto.
19163         * cus-edit.el (custom-unlispify-menu-entry): Strip terminating
19164         `-p' off booleans.
19166         * cus-edit.el (custom-save-faces): Make sure `default' is saved first.
19168         * wid-edit.el (widget-vector-match): Pass arguments to
19169         `widget-apply' in the correct order.
19171         * custom.el (custom-define-hook): Change to defvar.
19172         * cus-edit.el (custom-define-hook): Add customization support.
19174         * cus-edit.el (custom-menu-update): Don't autoload.
19175         (custom-menu-reset): Move here from `custom.el'.
19176         Remove XEmacs support.
19177         (custom-help-menu): Move here from `custom.el'.
19178         Remove XEmacs support.
19179         (custom-menu-create): Work even if `custom-menu-nesting' is
19180         unbound.
19181         (custom-menu-nesting): Don't define for XEmacs.
19183         * cus-face.el (after-make-frame-hook): Removed
19184         `custom-initialize-frame', as this is now in `frame.el'.
19186         * cus-edit.el (custom-guess-type-alist): New option.
19187         (custom-guess-type): New function.
19188         (custom-variable-type): New function.
19189         (custom-variable-value-create): Use it.
19191         * cus-face.el (custom-face-attributes): Moved :family to the
19192         beginning of the list.
19193         (custom-face-attributes): Added :strikethru attribute.
19195         * custom.el (custom-set-variables): If variable is already set,
19196         overwrite it here.
19197         (custom-declare-variable): Do not set saved variables, if they
19198         already are bound.
19199         (custom-declare-variable): Clear the `force-value' flag if set.
19201         * widget.el (:text-format): New keyword.
19202         * wid-edit.el (push-button): Define it.
19203         (widget-push-button-value-create): Use it.
19204         * widget.texi (push-button): Documented it.
19206 1997-04-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
19208         * bookmark.el (bookmark, bookmark-use-annotations)
19209         (bookmark-save-flag, bookmark-save-flag): Doc fixes.
19211         * scheme.el (make): Add scheme-indent-function property.
19213         * Makefile (finder-inf.el, autoloads): New targets.
19214         (cus-load.el): Minor simplification.
19216 1997-04-11  Hrvoje Niksic  <hniksic@srce.hr>
19218         * add-log.el, avoid.el, bookmark.el, cl-indent.el, cmacexp.el:
19219         * comint.el, completion.el, dabbrev.el, desktop.el, edebug.el:
19220         * enriched.el, executable.el, f90.el, fast-lock.el, fortran.el:
19221         * hexl.el, jka-compr.el, lpr.el, makeinfo.el, man.el:
19222         * mh-comp.el, mh-e.el, mh-utils.el, outline.el, page-ext.el:
19223         * prolog.el, ps-print.el, rcompile.el, rlogin.el, rsz-mini.el:
19224         * sgml-mode.el, sh-script.el, shell.el, smtpmail.el:
19225         * term.el, tex-mode.el, texinfo.el, two-column.el, uniquify.el:
19226         Add defgroup's; use defcustom for user vars.
19228 1997-04-11  Dave Love  <d.love@dl.ac.uk>
19230         * vc.el (vc-update-change-log): Run `rcs2log' in the correct
19231         directory when ChangeLog is found elsewhere.  Display any error
19232         output from rcs2log.
19234 1997-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
19236         * Makefile (cus-load.el): New target.
19238         * cus-dep.el: New file.
19240 1997-04-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
19242         * server.el (server-done): If buffer visits no file, don't offer save.
19244         * holidays.el (list-holidays): Add autoload cookie.
19246         * cus-face.el: Don't add custom-initialize-frame to
19247         after-make-frame-hook.
19249         * frame.el (make-frame): Call custom-initialize-frame
19250         only if cus-face is loaded.
19252         * sendmail.el (mail-do-fcc): After appending to a buffer,
19253         offer to save it.  Or if the buffer matched the file,
19254         append to the file too.
19256 1997-04-10  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
19258         * files.el (file-relative-name): Expand both args before
19259         checking for device mismatch.
19261         * scroll-lock.el: New file.
19263         * crisp.el: New file.
19265         * cus-face.el (custom-initialize-frame): Add autoload cookie.
19267         * faces.el (make-face): New arg no-resources.
19268         (make-empty-face): New function.
19270         * frame.el (frame-parameter): New function.
19272         * simple.el (keyboard-escape-quit): Exit recursive edits,
19273         and switch away from buffers whose names start with space.
19275 1997-04-10  Ed Reingold  <emr@silver.wisdom.weizmann.ac.il>
19277         * holidays.el (list-holidays): New function.
19279         * cal-julian.el (diary-astro-day-number): Change format string.
19281         * cal-french.el (diary-french-date): Use `date'.
19282         Add  some additional text at the end.
19284         * cal-persia.el (diary-persian-date): Use `date'.
19285         Add  some additional text at the end.
19287         * cal-coptic.el (diary-coptic-date): Use `date'.
19288         If calendar-coptic-date-string gives nonempty string,
19289         add additional text to it.
19291         * cal-islam.el (diary-islamic-date): Use `date'.
19293 1997-04-10  Hrvoje Niksic  <hniksic@srce.hr>
19295         * ispell.el: Use defcustom for user variables.
19297 1997-04-10  Dave Love  <d.love@dl.ac.uk>
19299         * scheme.el: Add DSSSL mode and share code with newly required
19300         lisp-mode as much as possible.
19301         (scheme-mode-variables): Copy filling stuff from lisp-mode.
19302         Add an outline-regexp.
19303         (scheme-mode-map): Inherit shared-lisp-mode-map and provide a menu.
19304         (dsssl-sgml-declaration): New variable.
19305         (dsssl-mode): New command.
19306         (dsssl-font-lock-keywords): New variable.
19307         (scheme-indent-function): Near copy of lisp-indent-function.
19308         (scheme-comment-indent, scheme-indent-offset)
19309         (scheme-indent-function, scheme-indent-line)
19310         (calculate-scheme-indent, scheme-indent-specform)
19311         (scheme-indent-defform, scheme-indent-sexp): Removed; use lisp-mode
19312         equivalents.
19313         (scheme-imenu-generic-expression): New variable.
19314         (dsssl-imenu-generic-expression): New variable.
19315         (scheme-let-indent): Use lisp-indent-specform.
19317 1997-04-09  Simon Marshall  <simon@wombat.gnu.ai.mit.edu>
19319         * sh-script.el (sh-mode): Set font-lock-comment-start-regexp via
19320         font-lock-defaults.
19321         (sh-set-shell): Don't set font-lock-keywords or font-lock-syntax-table,
19322         and don't toggle Font Lock mode if it is already on.
19324 1997-04-09  Dave Love  <d.love@dl.ac.uk>
19326         * cmuscheme.el (scheme-mode-map): Add some menu items.
19328 1997-04-09  Per Abrahamsen  <abraham@dina.kvl.dk>
19330         * lisp-mode.el (eval-defun): For defcustom, always set the value.
19332 1997-04-09  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
19334         * complete.el (PC-try-load-many-files): Set truename.
19336 1997-04-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
19338         * custom.el: Delete the explicit autoload calls.
19339         (custom-help-menu): Don't use easymenu; make the keymap explicitly.
19340         (custom-menu-reset): Function deleted.  Don't call it, either.
19341         (custom-help-menu): Variable deleted.
19343         * menu-bar.el (menu-bar-custom-menu): New variable;
19344         add it as a submenu of the Help menu.
19346         * loadup.el: Load widget and custom packages.
19348         * files.el (file-relative-name): Handle differing drive letters
19349         on Microsoft systems.
19351 1997-04-08  Per Abrahamsen  <abraham@dina.kvl.dk>
19353         * frame.el (make-frame): Call `custom-initialize-frame'.
19355 1997-04-07  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
19357         * fontset.el: When calling put-charset-property, ignore errors.
19358         (x-charset-registries): Turn Tibetan on again.
19360         * perl-mode.el (calculate-perl-indent): When indenting under a
19361         containing openparen, skip spaces after the openparen.
19363         * fontset.el (x-charset-registries): Turn off Tibetan.
19365 1997-04-07  Per Abrahamsen  <abraham@dina.kvl.dk>
19367         * custom.el: Total rewrite.
19368         * cus-edit.el: New file.
19369         * cus-face.el: New file.
19370         * widget.el: New file.
19371         * wid-edit.el: New file.
19372         * wid-browse.el: New file.
19374 1997-04-04  Kenichi HANDA  <handa@etl.jp.jp>
19376         * ccl.el: Comment fixed.
19378         * characters.el: Change a category of one Japanese character.
19380         * fontset.el (x-charset-registries): Add Tibetan entries.
19382         * lanugage/devanagari.el, language/devan-util.el,
19383         * language/indian.el: Handle more Devanagari characters correctly.
19385         * language/english.el: New file.
19387         * language/ethiopic.el, language/ethio-util.el: Completely updated.
19389         * language/european.el: English related codes are moved to
19390         language/english.el.
19391         (setup-european-environment): Call setup-english-environment to
19392         reset to default setting at first.
19394         * language/tibetan.el, language/tibet-util.el: New files.
19396         * loadup.el: Load language/english and language/tibetan.
19398         * mule-cmds.el: Prefix for Mule related commands is changed.
19399         (view-hello-file): Allways does correct decoding of HELLO file.
19401         * mule-conf.el: Change descriptions for Arabic, Indian, and
19402         Vietnamese character sets.  Define Tibetan character sets.
19404         * sun-fns.el: Require 'term/sun-mouse instead of 'sun-mouse.
19406         * term/sun-mouse.el: Provide 'term/sun-mouse instead of
19407         'sun-mouse.
19409 1997-04-03  Karl Heuer  <kwzh@gnu.ai.mit.edu>
19411         * case-table.el (set-case-syntax): Doc fix.
19413 1997-04-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
19415         * compile.el (grep-null-device): Move before first use.
19417         * vc.el (vc-checkin-hook): Doc fix.
19419 1997-04-01  Andre Spiegel  <spiegel@inf.fu-berlin.de>
19421         * vc.el (vc-before-checkin-hook): New hook.
19422         (vc-start-entry): Use it.
19424 1997-04-01  Erik Naggum  <erik@naggum.no>
19426         * simple.el (set-variable): Suggest only valid user variable.
19428 1997-03-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
19430         * dired-aux.el (dired-copy-file): Handle file-date-error.
19432         * rmailout.el (rmail-output-body-to-file): Query if file exists.
19433         Renamed from rmail-output-body.
19434         * rmail.el (rmail-mode-map): Add menu item for
19435         rmail-output-body-to-file and put it on w.
19437         * imenu.el (imenu-default-goto-function): Simplify.
19439 1997-03-31  Yann Dirson  <dirson@univ-mlv.fr>
19441         * imenu.el: Truncate imenu items.
19442         Make use of markers or integers an option.
19443         (imenu-use-markers, imenu-max-item-length): New variables.
19444         (imenu-max-items): Doc fix.
19445         (imenu-example--name-and-position): Handle imenu-use-markers.
19446         (imenu-default-create-index-function): Likewise.
19447         (imenu--generic-function): Likewise.
19448         (imenu--truncate-items): New function.
19449         (imenu--make-index-alist): Call imenu--truncate-items.
19451 1997-03-31  Karl Heuer  <kwzh@gnu.ai.mit.edu>
19453         * hideshow.el (hs-hide-block-at-point): Doc fix.
19455         * comint.el (comint-delchar-or-maybe-eof): Check for null proc.
19457 1997-03-30  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
19459         * rmailout.el (rmail-output-to-rmail-file):
19460         Use find-buffer-visiting instead of get-file-buffer.
19462         * dabbrev.el (dabbrev--substitute-expansion):
19463         Change criterion for copying expansion's case pattern.
19464         Do this now if expansion case varies after the first char.
19466         * rmailout.el (rmail-output-body): New command.
19468         * debug.el (debug): Use save-excursion inside the binding of
19469         buffer-read-only.
19471 1997-03-30  Dan Nicolaescu  <done@ece.arizona.edu>
19473         * icon.el (icon-mode-map): Added menus.
19474         (icon-imenu-generic-expression): New variable to be used for imenu.
19475         (icon-mode): Added font-lock, imenu and hideshow support.
19476         (icon-font-lock-keywords-1, icon-font-lock-keywords-2):
19477         New constants for different level of font-lock fontification.
19478         (icon-font-lock-keywords): New variable.  Default expression to be
19479         assigned to font-lock-keywords in `icon-mode'.
19480         (icon-forward-sexp-function): New function used as `forward-sexp'
19481         by hideshow.
19483 1997-03-30  Masatake YAMATO  <jet@airlab.cs.ritsumei.ac.jp>
19485         * bookmark.el: Added mouse-selection feature for bookmark list buffer.
19486         (bookmark-bmenu-other-window-with-mouse): New function.
19487         (bookmark-bmenu-mode-map): Bind mouse-2.
19488         (bookmark-bmenu-list, bookmark-insert-location)
19489         (bookmark-bmenu-hide-filenames): Put text property on bookmarks.
19490         (bookmark-bmenu-show-filenames): Remove text property from
19491         white spaces generated by `move-to-column'.
19492         (bookmark-bmenu-bookmark): Use `buffer-substring-no-properties'
19493         instead of `buffer-substring'.
19495 1997-03-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
19497         * bruce.el: New file.
19499         * mspools.el: New file.
19501         * sh-script.el (sh-mode): If file has no #! line,
19502         set the syntax table based on the default shell.
19504 1997-03-29  Barry A. Warsaw  <cc-mode-help@python.org>
19506         * Public Release 4.389.
19508         * cc-mode.el (c-guess-basic-syntax):
19509         CASE 5C: watch out for Java abstract method
19510         definitions.  These are distinguished from normal throws clauses since
19511         they cross statement boundaries.
19512         (c-guess-basic-syntax): CASE 5A.3: use boi instead of bol.
19514         * cc-mode.el (c-Java-comment-start-regexp):
19515         Recognize the three Java styles of comments: 1) traditional
19516         C block; 2) javadoc style /** ...; 3) C++ style.
19517         (java-mode): Set buffer local variable c-comment-start-regexp to
19518         c-Java-comment-start-regexp.
19520         * cc-mode.el (c-fill-paragraph):
19521         Do not set fill-prefix to "*" when looking-at
19522         "*/", otherwise the following example does not fill properly (the last
19523         star gets deleted).
19525         /* this is a comment
19526         */
19528         (c-fill-paragraph): Use c-comment-start-regexp derived regular
19529         expression when checking for c-hanging-comment-starter-p, so javadoc
19530         styles are handled correctly in Java mode.
19532         * cc-mode.el (c-lineup-C-comments):
19533         Handle more cases, especially when comment
19534         lines aren't prefixed with stars.
19535         Change the re-search-forward to a looking-at in
19536         the innermost test.  This catches GNU-style comments.
19538         * cc-mode.el (c-add-syntax):
19539         Move macro definition to before it's first use.
19541         * cc-mode.el (c-submit-bug-report):
19542         Capture buffer local variable values which are
19543         printed in the post-hook, while the current buffer is the CC Mode
19544         buffer we're interested in.  reporter-submit-bug-report leaves the
19545         current buffer as the mail buffer, so buffer local variables will not
19546         get the proper value.
19548         * cc-mode.el (c-inher-key):
19549         Require the regexp group that contains the `:'.
19550         Previously it was optional, but that broke other code.
19552 1997-03-29  Marco Melgazzi  <marco@techie.com>
19554         * term.el: Added a lot of new faces, they all start with
19555         term- and follow a simple lexicographical convention.  Note that
19556         each change is commented: just search for -mm in the source.
19557         (term-char-mode): Added all the "grey-keys" to term-raw-map.
19558         (term-send-up): Similar, decided to go for the more xterm-like
19559         \eOA bindings in place of the previous \e[A.
19560         (term-buffer-maximum-size): New variable.
19561         (term-mode): Added some make-local: now term-buffer-maximum-size,
19562         ange-ftp-default-user/password/an-pwd.
19563         (term-emulate-terminal): Quite some modifications to allow
19564         multiple outstanding ANSI style commands: notably all the
19565         -previous-parameter stuff.  Call term-handle-ansi-terminal-messages.
19566         (term-emulate-terminal): Added simple trimming function: at the
19567         end we simply check if the buffer is > term-buffer-maximum-size
19568         and cut it accordingly.
19569         (term-handle-colors-array): New function.
19570         (term-handle-ansi-terminal-messages): New function.
19571         (term-handle-ansi-escape): Modified to allow ANSI coloring.
19572         (ansi-term): New function that creates multiple terminals.  Put
19573         in the standard C-x map too: I'm quite used to C-x C-f and C-c C-f
19574         was too awkward.
19576 1997-03-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
19578         * hideshow.el (hs-show-all, hs-safety-is-job-n): Fix messages.
19580 1997-03-28  Dan Nicolaescu  <done@ece.arizona.edu>
19582         * hideshow.el: Use overlays for hiding instead of selective display.
19583         Commented out the support for XEmacs because it doesn't support
19584         overlays.
19585         (hs-special-modes-alist): Added support for java-mode.
19586         (hs-minor-mode-hook): New variable.
19587         (hs-c-start-regexp, hs-c-end-regexp, hs-forward-sexp-func)
19588         (hs-block-start-regexp, hs-block-end-regexp)
19589         (hs-find-block-beginning): Doc string fixes.
19590         (hs-hide-comments-when-hiding-all): New variable.
19591         (hs-safety-is-job-n, hs-minor-mode, hs-flag-region):
19592         Use overlays for hiding.
19593         (hs-inside-single-line-comment-p, hs-discard-overlays)
19594         (hs-already-hidden-p): New internal functions.
19595         (hs-hide-block-at-point, hs-hide-initial-comment-block)
19596         (java-hs-forward-sexp, hs-mouse-toggle-hiding): New functions.
19597         (hs-inside-comment-p, hs-hide-block)
19598         (hs-show-block): Added support for single line comments.
19599         (hs-hide-all): Added support for hiding comments.
19601 1997-03-28  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
19603         * mail-utils.el (rmail-dont-reply-to): Let the regexp
19604         match after a <.
19606         * files.el (make-auto-save-file-name): Replace both / and \
19607         with sequences starting with %.
19609 1997-03-28  Jeff Dwork  <jeff.dwork@amd.com>
19611         * ehelp.el (with-electric-help): Remove hook on exit.
19612         (electric-help-exit): Add doc string.  Remove hook before exit.
19614 1997-03-28  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
19616         * sgml-mode.el (sgml-validate): Offer to save the buffer first.
19618 1997-03-28  Erik Naggum  <erik@naggum.no>
19620         * simple.el (set-variable): Use user-variable-p.  Clean up.
19622 1997-03-26  Michael Ernst  <mernst@cs.washington.edu>
19624         * simple.el (set-variable): Take default from `variable-at-point'.
19626 1997-03-26  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
19628         * iswitchb.el: New file.
19630         * uncompress.el (uncompress-while-visiting): Handle .tgz files.
19632         * noutline.el (outline-discard-overlays): Fix the case
19633         where an overlay extends on both sides of the region.
19634         (outline-mark-subtree): New function.
19635         (outline-mode-prefix-map): Put outline-mark-subtree on C-c @.
19637 1997-03-24  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
19639         * vms-patch.el (auto-mode-alist): Add .com element.
19641         * term/x-win.el (function-key-map): Define iso-lefttab.
19643 1997-03-24  Vince Del Vecchio  <vdelvecc@spd.analog.com>
19645         * mh-utils.el (mh-find-progs): When looking for mh-lib, construct
19646         likely paths based on mh-progs rather than using a static list.
19648 1997-03-24  Kevin Rodgers  <kevinr@ihs.com>
19650         * compile.el (grep-program): New variable.
19651         (grep-command): Use it, and test whether it supports the -e
19652         option; fix doc string (last command is stored in history variable).
19653         (grep-null-device): Declare before grep-program and grep-command.
19654         (grep-find-use-xargs, grep-find-command, grep-find-history):
19655         New variables.
19656         (grep-find): New command.
19657         (grep): Only concatenate grep-null-device to COMMAND when it's
19658         not nil (to support grep-find).
19660 1997-03-24  Tom Tromey  <tromey@cygnus.com>
19662         * make-mode.el (makefile-backslash-align): New variable.
19663         (makefile-backslash-region): Re-imported from cc-mode; modified to
19664         handle makefile-backslash-align.
19665         (makefile-append-backslash, makefile-delete-backslash):
19666         Re-imported from cc-mode.
19667         (makefile-backslashify-current-line): Function deleted.
19668         (makefile-fill-paragraph): New function.
19669         (makefile-mode-map): Bind C-c C-c to comment-region.
19670         (makefile-mode): Set fill-paragraph to makefile-fill-paragraph.
19672 1997-03-24  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
19674         * frame.el (set-screen-height): Doc fix.
19676 1997-03-23  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
19678         * dcl-mode.el: New file.
19680         * lisp-mode.el (indent-sexp): If calculate-lisp-indent returns nil,
19681         don't change the line's indentation.
19682         (lisp-indent-line): Likewise.
19683         (lisp-comment-indent): Likewise.
19684         (calculate-lisp-indent): Return nil if line starts inside a string.
19686 1997-03-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
19688         * startup.el (command-line-1): Initialize *scratch* with
19689         text saying not to use it for creating a file.
19691         * mailalias.el (mail-complete-style): New variable.
19692         (mail-complete): Use that.
19693         (mail-get-names): Store full names in cdrs of mail-names elts.
19694         (mail-names): Doc fix.
19695         (mail-directory): Minor cleanup.
19697 1997-03-21  Andre Spiegel  <spiegel@inf.fu-berlin.de>
19699         * vc.el (vc-next-action-on-file): With implicit checkout, make
19700         sure not to lose unsaved changes.
19702 1997-03-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
19704         * help.el (help-map): Use apropos-command, not command-apropos.
19706 1997-03-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
19708         * rmail.el (rmail-forward): Don't do dash-quoting on the signature.
19710 1997-03-20  Dan Nicolaescu  <done@ece.arizona.edu>
19712         * imenu.el (imenu-scanning-message): Support for bigger numbers.
19713         (imenu--generic-function): Fixed probably a typo: named appeared
19714         twice in an item.  Put function after name and beg in a special
19715         item because a normal item has name and beg (for orthogonality).
19716         (imenu-add-to-menubar): First test to see if the mode supports
19717         imenu.
19718         (imenu--menubar-select): Use the defined variable
19719         imenu-rescan-item.
19721         * imenu.el (imenu-default-goto-function): New subroutine,
19722         broken out of `imenu'.
19723         (imenu-default-goto-function): New variable.
19724         (imenu): Made it use the above function, via that variable.
19726 1997-03-19  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
19728         * rmail.el (rmail-retry-failure): Special handling for mime.
19729         (mail-mime-unsent-header): New variable.
19731 1997-03-20  Simon Marshall  <simon@wombat.gnu.ai.mit.edu>
19733         * dired.el (dired-no-confirm): Doc fix.
19734         (dired-mark-pop-up): If dired-no-confirm is t, don't confirm.
19736         * dired-aux.el (dired-mark-confirm): Likewise.
19738 1997-03-19  Edward M Reingold  <emr@silver.wisdom.weizmann.ac.il>
19740         * cal-tex.el (cal-tex-preamble): Set \lineskip to 0pt.
19742 1997-03-18  Kenichi Handa  <handa@etl.go.jp>
19744         * fontset.el (x-complement-fontset-spec): Setup
19745         alternative-fontname-alist while complementing fontnames.
19747 1997-03-18  Naoto TAKAHASHI  <ntakahas@etl.go.jp>
19749         * mule-conf.el: Change short and long names for Ethipic character
19750         set.
19752         * fontset.el (x-charset-registries): Change entry for Ethiopic.
19754         * quail.el (quail-translation-keymap): Add entry for escape key.
19755         (quail-conversion-keymap): Likewise.
19756         (quail-keyboard-layout-standard): Add two lines for
19757         keyboard layout.
19758         (quail-keyboard-layout): Docstring changed to reflect the above
19759         change.
19760         (quail-keyboard-layout-len): Increased for the above change.
19761         (quail-keyboard-layout-alist): Modified for the above change.
19763 1997-03-18  Kenichi Handa  <handa@etl.go.jp>
19765         * mule.el (make-char): Documented.
19766         (charset-plist): Return quoted list even if CHARSET is
19767         supplied by symbol.
19769         * fontset.el: Typo in comments fixed.
19770         (fontset-plain-name): Set correct size information.
19771         (x-reduce-font-name): New function.
19772         (x-compose-font-name): New optional argument REDUCE.
19773         (x-complement-fontset-spec): Call x-compose-font-name with t for
19774         the above argument.
19776         * faces.el (set-face-font): Allow specifing fontset for the arg FONT.
19778         * mule-conf.el (alternate-charset-table): Change each entry from
19779         list to dot pair.
19781         * language/viet-util.el (viet-decode-viqr-region): Supply correct
19782         argumnents to rassoc.
19783         (viqr-post-read-conversion, viqr-pre-write-conversion): New
19784         functions.
19786         * language/vietnamese.el: Set the above functions to the coding
19787         system viqr.
19789         * language/thai-util.el (thai-post-read-conversion): Return the
19790         correct length.
19792 1997-03-18  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
19794         * term/x-win.el: Conditionalize the fontset code on
19795         whether new-fontset is bound.
19797 1997-03-17  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
19799         * mailalias.el (mail-passwd-command): New variable.
19800         (mail-get-names): Implement that variable.
19802 1997-03-17  Erik Naggum  <erik@naggum.no>
19804         * apropos.el (apropos): Print all property symbols.
19806 1997-03-16  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
19808         * simple.el (newline): Be more conservative about when to use
19809         the optimization.
19811 1997-03-15  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
19813         * ring.el: Many doc fixes.
19814         (ring-ref): Fix error message.
19816 1997-03-15  Simon Marshall  <simon@wombat.gnu.ai.mit.edu>
19818         * comint.el (comint-delchar-or-maybe-eof): Send EOF iff point is at eob
19819         and there is no process input.
19820         (send-invisible): Do nothing if comint-read-noecho returns nil.
19821         (comint-exec-1): Set TERMCAP to the empty string if TERM is dumb.
19823         * faces.el (face-differs-from-default-p): When testing FACE's non-nil
19824         face-font with the default face font, use the frame's font parameter
19825         if the default face's face-font is nil.
19827         * frame.el (make-frame): Run after-make-frame-functions with frame.
19828         (before-make-frame-hook, after-make-frame-functions): defvar them.
19830         * font-lock.el (font-lock-keyword-depth): New function.
19831         Use it wherever extra types are used to calculate parenthesis depth.
19832         (c-font-lock-extra-types, c++-font-lock-extra-types)
19833         (objc-font-lock-extra-types, java-font-lock-extra-types)
19834         (font-lock-keywords): Doc fix.
19835         (font-lock-defaults, font-lock-defaults-alist): Doc switch.
19836         (font-lock-maximum-decoration): Default to t.
19838         * sendmail.el (mail-font-lock-keywords): Tweak citation regexp.
19840         * rmail.el (rmail-font-lock-keywords): Tweak citation regexp.
19842 1997-03-14  Karl Heuer  <kwzh@gnu.ai.mit.edu>
19844         * cl.el (when, unless): Symbol props moved to subr.el.
19846         * subr.el (when, unless): Symbol props moved from cl.el.
19847         (add-to-invisibility-spec): Add to beginning, not end.
19849 1997-03-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
19851         * indent.el (indent-line-to): Fix off-by-one bug when deciding
19852         whether to delete the existing spaces.
19854 1997-03-13  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
19856         * mailalias.el (mail-passwd-files): New variable.
19857         (mail-get-names): Use mail-passwd-files instead of always /etc/passwd.
19859 1997-03-12  Barry A. Warsaw  <cc-mode-help@python.org>
19861         * cc-mode.el (c-lineup-C-comments): Handle more cases, especially
19862         when comment lines aren't prefixed with stars.
19863         (c-Java-class-key): Optional space after protection key should be
19864         inside first paren group.
19865         (c-functionp, c-copy-tree): Better compatibility checks between
19866         XEmacs and Emacs.
19867         (c-guess-basic-syntax): CASE 5B.1: watch out for throw clauses
19868         which could follow a member init list in a constructor.
19869         (c-submit-bug-report): Display c-indentation-style, but not in the
19870         setq.
19871         (c-Java-special-key): New variable recognizes Java "implements",
19872         "extends", and "throws" keywords.
19873         (c-guess-basic-syntax): CASE 5C: recognize Java constructs
19874         "implements", "extends", and "throws"; CASE 5C.3: differentiate
19875         between "throws" == func-decl-cont, and "implements" or "extends" ==
19876         inher-intro or inher-cont; CASE 5D.3: removed; CASE 5D.4 => 5D.3;
19877         CASE 5D.5 => CASE 5D.4; CASE 5D.6 => CASE 5D.5; CASE 5K: don't need to
19878         look for Java keywords.
19879         (c-lineup-java-inher): Better indentation calculation for Java
19880         inheritance constructs.
19881         (c-Java-special-key, c-guess-basic-syntax, c-lineup-java-inher):
19882         Recognize Java "extends", "implements", and "throws" clauses and
19883         map them into inher-intro, inher-cont, and func-decl-cont
19884         syntactic symbols.  Do the indentation as of Java inheritance
19885         lines better.
19886         (c-offsets-alist): Changed the syntactic symbol ansi-funcdecl-cont
19887         to func-decl-cont.  This symbol is useful in Java throws
19888         declarations.
19889         (c-lineup-java-inher): New function for lining up "implements"
19890         continuations (i.e. inheritance in Java).
19891         (c-style-alist): In "java" style, set inher-cont to
19892         c-lineup-java-inher.
19893         (c-Java-class-key): Optional c-protection-key can appear before the
19894         "class" keyword.
19895         (c-beginning-of-statement-1): First, check for bare semi-colon,
19896         which is a legal statement but not caught by the more intense loop
19897         later on.
19898         (c-style-alist): Fixes to "ellemtel" style given by Colin Rafferty
19899         <craffert@spspme.ml.com>.
19900         (c-beginning-of-statement): Don't use forward-sentence when
19901         looking at a C block comment start.  c-beginning-of-statement-1
19902         will do the right thing.
19903         (c-guess-basic-syntax): CASE 5C: watch for scope operators.
19904         (c-lineup-C-comments): Watch out for no leading stars.
19905         (c-set-style): Add initial contents (the value of
19906         c-indentation-style), and history on the style name.
19907         (c-mode-map): Bind c-set-style on `C-c .'.
19908         (c-read-offset, c-read-offset-history): Use completing-read, with
19909         REQUIRE-MATCH nil, so that offsets can be completed when they are
19910         function names.  Also implement read history.
19911         (c-guess-basic-syntax): CASE 15D: fix infinite loop problem in
19912         while... clause looking for statement starting at boi, when using
19913         run-in statement styles.
19914         (cc-imenu-java-generic-expression): New variable for integration
19915         of java-mode with imenu.
19916         (java-mode): Use cc-imenu-java-generic-expression.
19917         (c-hanging-comment-starter-p): New variable, analogous to
19918         c-hanging-comment-ender-p.
19919         (c-fill-paragraph): Use c-hanging-comment-starter-p.
19920         (java-mode): Do not set defun-prompt-regexp to
19921         c-Java-defun-prompt-regexp.
19922         (c-guess-basic-syntax): CASE 2: relpos for c and c++ is now boi.
19924 1997-03-11  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
19926         * octave-mod.el (octave-abbrev-table): Add abbrevs for switch,
19927         case, otherwise, and endswitch.
19928         (octave-begin-keywords): Add switch.
19929         (octave-else-keywords): Add case and otherwise.
19930         (octave-end-keywords): Add endswitch.
19931         (octave-block-match-alist): Add an entry for switch syntax.
19932         (calculate-octave-indent): Add support for switch syntax.
19933         (octave-block-end-offset): New function.
19934         (octave-comment-indent): Fix typo.
19936         * octave-hlp.el: Provide octave-hlp.
19938         * octave-inf.el: Provide octave-inf.
19940         * ielm.el (inferior-emacs-lisp-mode): Set comint-completion-addsuffix.
19942         * term.el (term-completion-addsuffix): Doc fix.
19943         (term-dynamic-complete-as-filename): Support the case where
19944         term-completion-addsuffix is a (DIRSUFFIX . FILESUFFIX) cons
19945         pair.
19947 1997-03-11  Karl Heuer  <kwzh@gnu.ai.mit.edu>
19949         * subr.el (combine-after-change-calls): Doc fix.
19951         * uniquify.el (uniquify-buffer-file-name): Don't call
19952         expand-file-name on nil.  Check whether list-buffers-directory is
19953         bound.  Ignore non-file non-dired buffers.
19955         * lisp-mode.el (lisp-imenu-generic-expression): Accept `*', `|',
19956         and `:' in symbol names.
19958         * make-mode.el (makefile-dependency-regex): Disallow "=" in name,
19959         so that "flags=-o:1" is treated as an assignment, not a dependency.
19960         (makefile-dependency-regex, makefile-macroassign-regex): Disallow
19961         spaces in symbol name.
19963 1997-03-11  Dan Nicolaescu  <done@ece.arizona.edu>
19965         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
19966         New functions.
19968 1997-03-12  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
19970         * dired-aux.el (dired-fun-in-all-buffers): New arg FILE.  Don't
19971         operate on buffers whose wildcard pattern does not accept FILE.
19972         All callers changed.
19974         * dired.el (dired-glob-regexp): New function.
19975         (dired-buffers-for-dir): New arg FILE; if non-nil,
19976         check that it matches the wildcard pattern.
19978 1997-03-11  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
19980         * ispell.el (ispell-command-loop): Disable message logging.
19981         (ispell-region): Ditto.
19983 1997-03-10  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
19985         * files.el (recover-session): Add `t' to switches.
19987 1997-03-09  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
19989         * simple.el (universal-argument-more): If previous arg is `-',
19990         change that to -4.
19992 1997-03-08  Joel Ray Holveck  <joelh@gnu.ai.mit.edu>
19994         * info.el (Info-read-node-name): Caused completing-read to force
19995         the input read to match a valid entry.
19997 1997-03-08  Karl Heuer  <kwzh@gnu.ai.mit.edu>
19999         * isearch.el (isearch-yank): Handle case when CHUNK is `x-sel'.
20001 1997-03-08  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
20003         * enriched.el (enriched-decode-foreground, enriched-decode-background):
20004         Make COLOR arg optional.  Fix error messages.
20006         * subr.el (substitute-key-definition):
20007         Compare with equal if definition is a key sequence.
20009         * desktop.el (desktop-missing-file-warning): Make the default nil.
20011 1997-03-04  Andre Spiegel  <spiegel@inf.fu-berlin.de>
20013         * vc.el (vc-backend-diff): Handle RCS and SCCS separately.
20015 1997-03-01  Karl Heuer  <kwzh@gnu.ai.mit.edu>
20017         * simple.el (eval-expression): No longer disabled, since M-: isn't
20018         as likely to be typed by mistake as the old ESC ESC binding was.
20019         Arg `expression' renamed to `eval-expression-arg' to avoid
20020         potential collision if its value mentions `expression'.
20022 1997-03-01  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
20024         * man.el (man-mode-syntax-table): New variable.
20025         (Man-mode): Use it.
20026         (man-follow): New command and keystroke.
20027         (Man-default-man-entry): Ignore trailing dots and underscores.
20029 1997-02-28  Kenichi HANDA  <handa@etl.go.jp>
20031         * characters.el, mule-conf.el, gnus-mule.el, kkc.el, rmail.el,
20032         * sendmail.el, skkdic-conv.el, titdic-conv.el, language/thai.el,
20033         * language/vietnamese.el, language/lao.el, language/korean.el,
20034         * language/japanese.el, language/hebrew.el, language/greek.el,
20035         * language/european.el, language/devanagari.el, language/chinese.el,
20036         * language/cyrillic.el, language/china-util.el:
20037         Remove prefix "coding-system-" from coding system symbol names.
20039 1997-02-28  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
20041         * copyright.el (copyright-regexp): Allow "Copyright" and the
20042         copyright symbol together.
20044 1997-02-27  Kenichi HANDA  <handa@etl.go.jp>
20046         * mule.el: Initialize a global variable use-default-ascent.
20047         (make-coding-system): Set charset (symbol) instead of charset-id.
20048         (integer) in FLAGS of ISO-2022 type coding systems.  For ISO-2022
20049         type conding systems, new flags INIT-BOL DESIGNATION-BOL are
20050         added.
20051         (define-coding-system-alias): Coding style changed.
20052         (charset-list): Incorrect macro definition changed to correct
20053         defsubst.
20055         * sendmail.el (sendmail-coding-system): Add autoload cookie.
20056         Default value is nil.
20058         * rmail.el (rmail-view-buffer, rmail-enable-mime)
20059         (rmail-show-mime-function, rmail-mime-feature): New variables to
20060         control MIME feature.
20061         (rmail-file-coding-system): Default value is nil.
20062         (rmail, rmail-convert-file, rmail-insert-inbox-text): Check
20063         rmail-enable-mime.  Read a file without any code conversion.
20064         (rmail-variables): Setup local variables rmail-buffer and
20065         rmail-view-buffer.
20066         (rmail-decode-babyl-format, rmail-convert-babyl-format): Perform
20067         code conversion of RMAIL file if rmail-enable-mime is nil.
20068         (rmail-show-message): Make sure to be in rmail-buffer.  If
20069         rmail-enable-mime is t, call appropriate function to decode MIME
20070         format.
20071         (rmail-mail, rmail-reply): Call rmail-start-mail with argument
20072         rmail-view-buffer.
20074         * rmailsum.el (rmail-new-summary): Setup rmail-view-buffer.
20075         (rmail-summary-line-decoder): New variable.
20076         (rmail-make-summary-line-1): Use a function set in
20077         rmail-summary-line-decoder.
20078         (rmail-summary-next-msg): Display rmail-view-buffer.
20079         (rmail-summary-mode): Make rmail-view-buffer buffer local.
20080         (rmail-summary-rmail-update, rmail-summary-scroll-msg-up): Use
20081         rmail-view-buffer instead of rmail-buffer.
20083         * mule-cmds.el (mule-keymap): Re-arranged.
20084         (set-language-info): Typo fixed in docstring.
20085         (read-language-name): Use assoc-ignore-case to allow lose
20086         matching.
20087         (read-language-and-input-method-name): Likewise.
20089         * mule-util.el (truncate-string-to-width): Argument PADDING can be
20090         a padding character.
20092         * mule-conf.el: Change coding system names iso-2022-int to
20093         iso-2022-int-1, iso-2022-int-2 to iso-2022-cjk.  Add INIT-BOL to
20094         coding system iso-2022-cjk.  Define a character set for Lao.
20096         * quail.el: Add quail-mode to default value of
20097         minor-mode-map-alist if it is set to local variable.
20098         (quail-show-kbd-layout): Bug fixed for keys not translated.
20100         * encoded-kbd.el: Many changes to cope with the above change.
20101         (encoded-kbd-select-terminal): New function.
20103         * characters.el: Add a section for Lao.
20105         * loadup.el: Load "language/lao".
20107         * language/lao.el, language/lao-util.el: New files for Lao.
20109         * language/chinese.el: Add INIT-BOL to coding system iso-2022-cn.
20111         * language/cyrillic.el: Change coding system name koi8 to koi8-r.
20113         * language/japanese.el: Change coding system name shift-jis to
20114         shift_jis.
20116         * language/devanagari.el: Fix handling of several characters.
20118         * language/devan-util.el: Likewise.
20120         * bookmark.el (bookmark-jump-noselect): Use goto-char instead of
20121         forward-char/backward-char to pay attention to multibyte
20122         characters.
20124 1997-02-26  Chung Jae-youn  <crisp@hugsvr.kaist.ac.kr>
20126         * gnus-mule.el (gnus-mule-decode-summary): The function
20127         implemented correctly.
20128         (gnus-mule-initialize): Setup gnus-summary-generate-hook.
20130 1997-02-26  enami tsugutomo  <enami@ba2.so-net.or.jp>
20132         * bytecomp.el (byte-compile-file): Bind coding-system-for-write
20133         instead of coding-system-for-read to 'no-conversion to disable
20134         code conversion by write-region.
20136 1997-02-26  Yutaka NIIBE  <gniibe@mri.co.jp>
20138         * dired.el (dired-find-file): Allow specifying coding system
20139         interactively.
20141 1997-02-26  Karl Heuer  <kwzh@gnu.ai.mit.edu>
20143         * vc.el (vc-log-mode): New optional arg FILE.  Set vc-log-file here.
20144         (vc-start-entry): Not here.
20145         (vc-finish-logentry): Run vc-finish-logentry-hook.
20147 1997-02-26  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
20149         * menu-bar.el (menu-bar-tools-menu): Fix typo in Send Mail item.
20151 1997-02-25  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
20153         * sh-script.el (sh-case): Define with defun and defvar
20154         instead of define-skeleton.
20156 1997-02-24  Boris Goldowsky  <boris@gnu.ai.mit.edu>
20158         * facemenu.el (facemenu-set-invisible, facemenu-set-intangible)
20159         (facemenu-set-read-only): Change put-text-property with constant
20160         args to add-text-properties for efficiency.  Suggested by Stavros
20161         Macrakis <s.macrakis@opengroup.org>.
20163 1997-02-23  Karl Heuer  <kwzh@gnu.ai.mit.edu>
20165         * sh-script.el (sh-mode-hook, sh-set-shell-hook): Add defvars.
20167         * avoid.el: Don't put "Avoid" in the mode line.
20169         * lisp-mode.el (eval-last-sexp): Allow let-bindings to terminate
20170         before doing the eval.
20171         Handle (interactive ...) form specially.
20173 1997-02-23  Michael Ernst  <mernst@cs.washington.edu>
20175         * rmail.el (rmail-next-same-subject, rmail-reply): Ignore case, to
20176         match "RE:" as well as "Re:".
20178 1997-02-22  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
20180         * tq.el (tq-process-buffer): Catch errors running tq-queue-head-fn.
20182 1997-02-21  Simon Marshall  <simon@wombat.gnu.ai.mit.edu>
20184         * font-lock.el (font-lock-default-unfontify-buffer): If we have called
20185         font-lock-set-defaults first, call font-lock-unset-defaults last.
20186         (font-lock-fontify-anchored-keywords): Use the value of PRE-MATCH-FORM
20187         as the value of LIMIT if appropriate, otherwise use EOL.  Doc fix.
20188         (font-lock-keywords): Doc fix.
20189         (turn-on-font-lock): Test font-lock-mode.
20190         Added commented out menu code.
20192         * compile.el (compilation-mode-font-lock-keywords): Variable
20193         definition deleted.  New function.
20194         (compilation-mode-map): Add `...' to Compile menu entry.
20196 1997-02-20  Yutaka NIIBE  <gniibe@mri.co.jp>
20198         * fill.el (do-kinsoku): New variable.
20199         (fill-region-as-paragraph): Handle `kinsoku' processing.
20201         * simple.el (do-auto-fill): Handle `kinsoku' processing.
20203 1997-02-20  Tsugutomo ENAMI  <enami@sys.ptg.sony.co.jp>
20205         * nnheader.el (nnheader-insert-head): Handle the case that the
20206         length of header is changed because of code conversion.
20208 1997-02-20  Kenichi HANDA  <handa@etl.go.jp>
20210         * ccl.el, characters.el, encoded-kb.el, fontset.el: New files.
20211         * gnus-mule.el, isearch-x.el, kinsoku.el, kkc.el: New files.
20212         * mule-cmds.el, mule-diag.el, mule-util.el, mule.el: New files.
20213         * quail.el, skkdic-cnv.el, skkdic-utl.el, titdic-cnv.el: New files.
20215         * autoload.el (update-file-autoloads): Read loaddefs.el without
20216         any code conversion.
20218         * bindings.el (mode-line-mule-info): New variable.
20219         (mode-line-format): Include it.
20221         * bytecomp.el (byte-compile-file): Write a compiled file without
20222         any code conversion.
20224         * debug.el (debugger-mode): Disable multibyte character handling
20225         in Debugger mode.
20227         * files.el (find-file): With a prefix argument, enable users to
20228         specify a coding system interactively.
20229         (find-file-other-window, find-file-read-only): Likewise.
20230         (find-file-read-only-other-window): Likewise.
20231         (find-file-read-only-other-frame): Likewise.
20232         (find-alternate-file-other-window, find-alternate-file): Likewise.
20233         (find-file-noselect): Describe optional arguments NOWARN and
20234         RAWFILE in the doc-string.
20235         (write-file, insert-file, append-to-file): Accept a prefix
20236         argument to enable users to specify a coding system interactively.
20237         (revert-buffer): Read an auto-saved file without any code
20238         conversion.
20240         * help.el (help-with-tutorial): Prefix argument to specify a
20241         language interactively.
20243         * isearch.el (isearch-mode-map): Define
20244         isearch-toggle-input-method and
20245         isearch-toggle-specified-input-method in the map.
20246         (isearch-multibyte-characters-flag): New variable.
20247         (isearch-mode): Initialize it to nil.
20248         (isearch-printing-char): Handle multibyte characters.
20249         (isearch-message-prefix): Include title of input method if
20250         necessary in the prefix of message.
20252         * language/: New directory containing Emacs Lisp files to setup
20253         environment and provide utilities for each language.
20255         * loadup.el: Load mule specific files.
20257         * mouse.el (mouse-set-font): Handle fontset.
20259         * paren.el (show-paren-function): Handle multibyte characters.
20261         * replace.el (occur): Pay attention to multibyte characters.
20263         * rmail.el (rmail-file-coding-system): New variable.
20264         (rmail-insert-inbox-text): Perform character code conversion
20265         according to rmail-file-coding-system.
20266         (rmail-only-expunge): Pay attention to multibyte characters.
20268         * select.el (x-get-selection): Set default data-type of selection
20269         to COMPOUND_TEXT.
20270         (selection-converter-alist): Add an entry for COMPOUND_TEXT.
20272         * sendmail.el (sendmail-coding-system): New variable.
20273         (sendmail-send-it): Perform code conversion on sending mail
20274         according to sendmail-coding-system.
20276         * simple.el (kill-forward-chars, kill-backward-chars): Pay
20277         attention to multibyte characters.
20278         (what-cursor-position): With a prefix argument, print detailed
20279         info of a character on cursor position.
20280         (transpose-subr-1): Pay attention to multibyte characters.
20282         * term/x-win.el: Require fontset.  Create fontsets from
20283         default-fontset-spec, X resources, and "-fn" command line
20284         argument.
20286 1997-02-19  Noah Friedman  <friedman@splode.com>
20288         * eldoc.el (eldoc-message-commands): Doc fixes.
20289         (eldoc-message): Make function, not macro.
20291         * eldoc.el (eldoc-last-message): New internal variable.
20292         (eldoc-mode): Initialize it to nil.
20293         (eldoc-message): Use it.
20294         (eldoc-print-current-symbol-info): Use it.
20296         * eldoc.el (eldoc-pre-command-refresh-echo-area): New function.
20297         (eldoc-mode): Put it on pre-command-hook if in XEmacs or using
20298         idle timers in Emacs.
20300         * eldoc.el (eldoc-message-commands-table-size): New constant.
20301         (eldoc-add-command): Use it to initialize eldoc-message-commands.
20303         * eldoc.el (eldoc-display-message-no-interference-p): New function.
20304         (eldoc-display-message-p): Use it.
20306         * eldoc.el (eldoc-print-fnsym-args, eldoc-print-var-docstring):
20307         Arg sym no longer optional.
20308         Do not initialize arg if nil.
20310         * eldoc.el (eldoc-forward-sexp-safe): Function deleted.
20311         (eldoc-beginning-of-sexp): New function.
20312         (eldoc-fnsym-in-current-sexp): Use eldoc-beginning-of-sexp.
20313         Use eldoc-current-symbol to get symbol at point.
20315         * eldoc.el (eldoc-function-argstring-from-docstring-method-table):
20316         Forge docstrings for `and', `or', `list', `+', and `-'.
20318         * eldoc.el (eldoc-add-command-completions): New function.
20319         (eldoc-add-command): Take list of args.
20320         No longer interactive.
20321         (eldoc-remove-command-completions): New function.
20322         (eldoc-remove-command): Take list of args.
20323         No longer interactive.
20325         * eldoc.el: Initialize eldoc-message-commands using
20326         eldoc-add-command-completions.
20328         * eldoc.el (eldoc-display-message-p): New function.
20329         Return nil if cursor-in-echo-area, or using idle timers and a
20330         command is still active.
20331         (eldoc-print-current-symbol-info): Use eldoc-display-message-p.
20333 1997-02-17  Roland McGrath  <roland@galapas.ai.mit.edu>
20335         * autoload.el (update-autoloads-from-directory): Get absolute file
20336         names from directory-files, and expand generated-autoload-file.
20337         Subdirs happy now.
20339 1997-02-17  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
20341         * mail-utils.el (rmail-dont-reply-to): Delete debugging code.
20342         Don't insist on whitespace after commas.
20344 1997-02-16  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
20346         * replace.el (replace-string): Doc fix.
20348 1997-02-10  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
20350         * vc.el (vc-do-command): If OKSTATUS is nil, ignore errors.
20351         (vc-backend-release): For RCS, pass nil for OKSTATUS.
20353 1997-02-09  Karl Heuer  <kwzh@gnu.ai.mit.edu>
20355         * compare-w.el (compare-windows): Make more efficient use of
20356         result from compare-buffer-substrings.
20358 1997-02-09  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
20360         * isearch.el (isearch-search): Refuse to match invisible text.
20361         (isearch-range-invisible): New function.
20362         (search-invisible): New user option.
20364 1997-02-09  Eli Zaretskii  <eliz@wombat.gnu.ai.mit.edu>
20366         * compile.el (compilation-process-setup-function): New variable.
20367         (compile-internal): Call compilation-process-setup-function if
20368         it is non-nil.
20370         * diff.el (diff-process-setup): New function, sets up the
20371         compilation-exit-message-function so that it works with both
20372         asynchronous and synchronous sub-processes.
20373         (diff): Bind compilation-exit-message-function.  Run
20374         compilation-finish-function when compile-internal returns if async
20375         processes aren't supported.
20377 1997-02-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
20379         * mouse.el (mouse-buffer-menu): Group buffers by major modes if that
20380         seems to be useful.
20381         (mouse-buffer-menu-mode-groups): New variable.
20382         (mouse-buffer-menu-alist, mouse-buffer-menu-split): New subroutines
20383         broken out of mouse-buffer-menu.
20385         * derived.el (define-derived-mode): Add derived-mode-parent
20386         property to the defived mode command name.
20388 1997-02-07  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
20390         * rmailsort.el (rmail-sort-messages): Preserve point
20391         with respect to the current message.
20393 1997-02-06  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
20395         * auto-show.el (auto-show-mode): Doc fix.
20397 1997-02-04  Erik Naggum  <erik@naggum.no>
20399         * files.el (file-relative-name): Protect the match-data.
20401         * edmacro.el (edmacro-parse-keys): Remove redundant test for ?.
20403 1997-02-04  Noah Friedman  <friedman@splode.com>
20405         * eldoc.el (eldoc-display-message-p): New function.
20406         Return nil if cursor-in-echo-area, or using idle timers and a
20407         command is still active.
20408         (eldoc-print-current-symbol-info): Use eldoc-display-message-p.
20410 1997-02-04  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
20412         * man.el (Man-init-defvars): Fix case in a char set range.
20414 1997-02-03  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
20416         * cc-mode.el (c-Java-defun-prompt-regexp): Default is now nil.
20418         * dired-aux.el (dired-rename-file):
20419         Pass new arg to set-visited-file-name.
20420         * files.el (set-visited-file-name): New arg ALONG-WITH-FILE.
20422         * cc-mode.el (c-ObjC-method-key, c-Java-defun-prompt-regexp):
20423         Fix patch screwup in last change.
20425         * rmail.el (rmail-ignored-headers): Add Delivered-to: header.
20427 1997-02-02  Noah Friedman  <friedman@splode.com>
20429         * eldoc.el: New file.
20431 1997-02-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
20433         * iso-acc.el (iso-accents-compose):
20434         Handle case where unread-command-events is already nonempty.
20436         * frame.el (set-frame-font): Renamed from set-default-font.
20438 1997-02-01  Tom Tromey  <tromey@cygnus.com>
20440         * info.el: Handle multiple Info buffers.
20441         (Info-tag-table-marker): Initialize to nil.
20442         (Info-tag-table-buffer): New variable.
20443         (Info-find-node): Don't switch buffers if already in Info mode.
20444         Use Info-tag-table-buffer to support multiple Info buffers.
20445         (Info-read-subfile): Don't switch to *info* buffer.
20446         (Info-build-node-completions): Handle buffer local bindings for
20447         Info-tag-table-marker.
20448         (Info-search): Add a save-excursion.
20449         (Info-mode): Make Info-tag-table-buffer buffer-local.
20450         Make a different marker in Info-tag-table-marker for each buffer.
20451         (Info-kill-buffer): New function, on kill-buffer-hook.
20453 1997-02-01  Peter Breton  <peter@CLONE.mindspring.com>
20455         * dirtrack.el (dirtrack-debug-message): Put output at end of buffer.
20456         (dirtrack): Check that directory exists before trying to cd to it.
20457         Go to point-max (not comint-last-output-start) before looking for
20458         the prompt.
20460 1997-02-01  Michael Ernst  <mernst@cs.washington.edu>
20462         * dired-x.el (dired-guess-shell-alist-default): Make .eps
20463         extension act like .ps extension.
20465 1997-02-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
20467         * rmail.el (rmail-reply): Concatenate all the References headers.
20469 1997-01-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
20471         * simple.el (set-fill-column): Print the old value too.
20473         * cc-mode.el (java-mode): Fix typo installing previous change.
20475         * rmail.el (rmail-reply): Copy all the References: headers
20476         from the original message.
20478         * simple.el (sendmail-user-agent): Insert all the OTHER-HEADERS.
20480         * mail-utils.el (mail-fetch-field): New arg LIST.
20482         * edmacro.el (edmacro-parse-keys): Don't treat C-. or C-?
20483         as ASCII control char.
20485         * compile.el (compilation-enter-directory-regexp)
20486         (compilation-leave-directory-regexp): Add .* at beginning.
20488 1997-01-30  Barry A. Warsaw  <cc-mode-help@python.org>
20490         * cc-mode.el: Public Release 4.353.
20492         * cc-mode.el (c-guess-basic-syntax):
20493         CASE 15D: do not assume that boi of previous
20494         statement is the beginning of a statement.
20496         * cc-mode.el: Removed the require of imenu.
20498         * cc-mode.el (c-cleanup-list, c-electric-brace):
20499         New clean-up option: brace-elseif-brace.
20501         * cc-mode.el (c-style-variables-are-local-p): New variable which
20502         controls whether indentation style variable are buffer local are
20503         not.  By default, for backwards compatibility, this variable is t.
20505         * cc-mode.el (c-Java-access-key): Set to nil since Java doesn't
20506         have C++-like access labels.
20508         * cc-mode.el (c-style-alist): Added "python" style.
20510         * cc-mode.el (c-mode-menu): New function.
20511         (c-popup-menu, c-common-init): Use c-mode-menu.
20513         * cc-mode.el (c-lineup-C-comments):
20514         A much better implementation that handles all
20515         common star-prefixed block comment styles (see below).
20517         (c-block-comments-indent-p): Obsolete function removed.
20519         * cc-mode.el (c-indentation-style):
20520         Take default value from c-site-default-style.
20522         * cc-mode.el (adaptive-fill-regexp):
20523         For all but XEmacs 19.13, the default should
20524         be nil.
20526         * cc-mode.el (c-emacs-features): Detect Infodock.
20527         (c-common-init, c-mode-map): Don't install menus for Infodock.
20529         * cc-mode.el (c-indent-exp): Fixed infinite loop when multi-line C
20530         comment is last thing in buffer.
20531         (c-guess-basic-offset): Fixed error when K&R C-like macro is first
20532         non-syntactic whitespace in file.
20534         * cc-mode.el (c-C++-comment-start-regexp):
20535         Use a more efficient representation.
20537         * cc-mode.el (c-buffer-style): New variable.
20539 1997-01-30  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
20541         * ps-print.el (ps-print-header): Doc fix.
20543 1997-01-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
20545         * texnfo-upd.el (texinfo-make-menu): Accept args BEGINNING and END.
20546         (texinfo-update-node): Accept args BEGINNING and END.
20547         (texinfo-all-menus-update): Pass region explicitly.
20548         (texinfo-master-menu, texinfo-every-node-update): Likewise.
20550 1997-01-28  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
20552         * saveplace.el (load-save-place-alist-from-file):
20553         Delete spurious t's.
20555 1997-01-27  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
20557         * comint.el (comint-exec-1): Use file-accessible-directory-p.
20559         * timezone.el (timezone-parse-date): Treat unknown month name
20560         like any other unrecognized format.
20562 1997-01-26  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
20564         * jka-compr.el (jka-compr-error): Use with-current-buffer.
20565         (jka-compr-call-process, jka-compr-file-local-copy)
20566         (jka-compr-write-region): Use with-current-buffer.
20568         * byte-opt.el (byte-compile-inline-expand): Recalculate fn
20569         after loading a file to define the function.
20571         * ange-ftp.el (ange-ftp-get-process): Call delete-process.
20573 1997-01-25  Karl Heuer  <kwzh@gnu.ai.mit.edu>
20575         * rmail.el (rmail-get-new-mail): Fix return value to match doc.
20577 1997-01-23  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
20579         * simple.el (completion-no-auto-exit): New variable.
20580         (choose-completion-string): Obey compilation-error-regexp-alist.
20582         * compile.el (compilation-error-regexp-alist): Undo 1/21 change.
20583         In the GNU message with program name alternative,
20584         allow digits in the program name after the first character.
20586         * rnewspost.el (news-post-news): New arg NOQUERY.
20588         * compile.el (compilation-parse-errors):
20589         Use looking-at on each line.
20590         (compilation-error-regexp-alist): Change these regexps
20591         so that they assume matching only at start of line.
20592         Delete \n at beginning; otherwise add `.*'.
20594         * tmm.el (tmm-get-keymap): Recognize explicit lambda expressions
20595         as valid.
20597 1997-01-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
20599         * compile.el (compilation-error-regexp-alist):
20600         In MIPS lint and Sun Ada regexps, reject newline in some
20601         [^...] constructs.  Require newline at start in MIPS lint.
20603 1997-01-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
20605         * simple.el (choose-completion-string):
20607         * ange-ftp.el (ange-ftp-load): If fail, return nil.
20609         * compile.el (compilation-error-regexp-alist):
20610         Recognize nsgmls error messages.
20612 1997-01-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
20614         * smtpmail.el (smtpmail-read-response):
20615         Don't get confused by %'s in response-string.
20617         * octave-mod.el: Delete explicit autoload calls.
20618         Provide octave-mod.
20619         Move the variables formerly in octave.el
20620         to the top of the file.
20622         * octave-hlp.el: Require octave-mod, not octave.
20623         * octave-inf.el: Require octave-mod, not octave.
20625         * octave.el: File deleted (contents merged into octave-mod.el).
20627         * octave-mod.el: Merge in octave.el; don't require octave.el.
20628         Don't require octave-inf.el.
20629         (octave-mode): Delete the startup message.
20630         (octave-maintainer-address): Add bug-gnu-emacs.
20631         (octave-version): Variable deleted.
20632         (octave-submit-bug-report): Use emacs-version.
20634         * octave-mod.el, octave.el: New files.
20635         * octave-inf.el, octave-hlp.el: New files.
20637 1997-01-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
20639         * timezone.el (timezone-parse-date): Handle 1-digit year.
20641 1997-01-19  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
20643         * rmail.el (rmail-preserve-inbox): New variable.
20644         (rmail-get-new-mail): If rmail-preserve-inbox is non-nil, then
20645         don't truncate the inboxes after retrieving mail from them.
20647 1997-01-19  Geoff Voelker  <voelker@cs.washington.edu>
20649         * dos-w32.el, term/w32-win.el: Change uses of win32 to w32.
20651 1997-01-18  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
20653         * mantemp.el (mantemp-insert-cxx-syntax): Recognize non-class templates.
20654         (mantemp-make-mantemps-buffer): Simplify message.
20655         (mantemp-make-mantemps-region): Simplify message.
20657         * ange-ftp.el (ange-ftp-waiting-flag): New variable.
20658         (ange-ftp-load): Bind that to t, and catch ftp-error.
20659         (ange-ftp-cf2, ange-ftp-cf1): If ange-ftp-waiting-flag is t,
20660         throw instead of signaling an error.
20662         * shell.el (shell-mode): Don't set list-buffers-directory.
20664 1997-01-15  Simon Marshall  <simon@wombat.gnu.ai.mit.edu>
20666         With Jacques Duthen.
20667         * ps-print.el (ps-print-version): Fix value.
20668         (cl lisp-float-type): Require them.
20669         (ps-number-of-columns ps-*-font-size): Try to select defaults
20670         better suited when `ps-landscape-mode' is non-nil.
20671         (ps-*-faces): Change default for Font Lock mode faces when
20672         `ps-print-color-p' is nil.
20673         (ps-right-header): Replace `time-stamp-yy/mm/dd'
20674         by `time-stamp-mon-dd-yyyy'.
20675         (ps-end-file ps-begin-page): Fix bug in page count for Ghostview.
20676         (ps-generate-postscript-with-faces): Replace `ps-sorter' by
20677         `car-less-than-car'.
20678         (ps-plot ps-generate): Replace `%d' by `%3d'.
20680 1997-01-14  Karl Heuer  <kwzh@gnu.ai.mit.edu>
20682         * compile.el (first-error): Doc fix.
20684 1997-01-13  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
20686         * replace.el (occur-mode-map): Bind g to revert-buffer.
20687         (occur-mode): Locally bind revert-buffer-function.
20688         (occur-command-arguments): New variable.
20689         (occur-revert-function): New function.
20690         (occur): Set occur-command-arguments.
20692 1997-01-12  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
20694         * mh-mime.el: Rename args PATHNAME to FILENAME in various functions.
20695         (mh-mhn-compose-insertion): New arg ATTRIBUTES
20696         and change the interactive spec to read it.
20698 1997-01-12  Geoff Voelker  <voelker@cs.washington.edu>
20700         * w32-fns.el (make-auto-save-file-name): Replace occurrences of
20701         all invalid filename characters.
20703 1997-01-12  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
20705         * texnfo-upd.el (texinfo-incorporate-descriptions): Call regexp-quote.
20707 1997-01-09  Simon Marshall  <simon@wombat.gnu.ai.mit.edu>
20709         * font-lock.el (font-lock-unique): Deleted.
20710         (font-lock-prepend-text-property, font-lock-append-text-property):
20711         Don't call it; behave as to-be-written builtins.  Declare as defuns.
20712         (font-lock-fillin-text-property): Declare as a defun.
20713         (font-lock-after-change-function): Undo 1996-10-23 change.
20715 1997-01-08  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
20717         * telnet.el (telnet-initial-filter): Fix error message.
20718         Bind case-fold-search to t.
20720         * cl.el (when, unless): Definitions moved to subr.el.
20722         * subr.el (when, unless): Definitions moved from cl.el.
20724 1997-01-07  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
20726         * faces.el (invert-face): Handle inverting the default face better.
20728         * expand.el: No longer a minor mode.
20729         (expand-submit-bug-report): Function deleted.
20730         (expand-mode-version, expand-mode-help-address): Variables deleted.
20731         (expand-mode): Variable and function deleted.
20732         (expand-mode-hook, expand-mode-name): Variables deleted.
20733         (expand-load-hook): Variable renamed from expand-mode-load-hook.
20734         (expand-map): Variable deleted.
20735         (expand-jump-to-next-slot): Renamed from expand-jump-to-next-mark.
20736         Add autoload.
20737         (expand-jump-to-previous-slot): Add autoload.
20738         Renamed from expand-jump-to-previous-mark.
20740 1997-01-06  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
20742         * simple.el (delete-completion-window): Handle special display frames.
20744         * term/x-win.el (x-handle-args): Stop arg processing
20745         if we encounter "--", and preserve all remaining args.
20747         * startup.el (command-line-1): Don't run buffer-menu
20748         if in batch mode.
20750 1997-01-05  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
20752         * gud.el (gud-gdb-marker-regexp): Use colon always, not path-separator.
20754         * sgml-mode.el (html-mode): Locally set sentence-end.
20756         * translate.el: New file.
20758 1997-01-04  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
20760         * msb.el (frame-or-buffer-changed-p): Definition deleted.
20761         (the end): Use mapc, to force loading of cl-extra.
20763         * files.el (switch-to-buffer-other-frame)
20764         (switch-to-buffer-other-window): New arg NORECORD.
20766 1997-01-04  Geoff Voelker  <voelker@cs.washington.edu>
20768         * sh-script.el (sh-shell-file): Downcase and remove extension
20769         on shells in NT.
20771 1997-01-03  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
20773         * dired.el (dired-string-replace-match):
20774         Delete redundant autoload.
20775         (dired-garbage-files-regexp): New variable.
20776         (dired-flag-garbage-files): New command.
20777         (dired-mode-map): Put dired-flag-garbage-files on & and in menu.
20779         * find-dired.el (find-dired): Doc fix.
20781 1997-01-03  Andre Spiegel  <spiegel@inf.fu-berlin.de>
20783         * vc.el, vc-hooks.el: Changed my e-mail address in the header.
20785 1997-01-02  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
20787         * replace.el (list-matching-lines-face): New variable.
20788         (occur): Highlight the actual matching characters.
20790         * dirtrack.el: New file.
20792 1997-01-02  Inge Frick  <inge@nada.kth.se>
20794         * easymenu.el (easy-menu-create-keymaps): Menu item STYLE toggle
20795         (checkbox) and radio (radio button) are prefixed by "[X] " or
20796         "(*) " respectively, when selected and "[ ] " or "( ) ", when not
20797         selected.  In a menu that contain these prefixes, "    " is used
20798         as prefix for items that have no other prefix.
20799         (easy-menu-update-button): New function used as `menu-enable'
20800         property for checkboxes and radio buttons to update the prefixes.
20801         (easy-menu-define): Change documentation string to describe the
20802         new prefixes.
20804 1997-01-02  Jens Toivo Berger Thielemann  <jensthi@ifi.uio.no>
20806         * word-help.el (word-help-mode-alist, reset-word-help)
20807         (word-help-switch-help-file): Added support for completion.
20808         (word-help-complete, word-help-complete-list)
20809         (word-help-complete-index, word-help-extract-matches)
20810         (word-help-make-complete): New functions/variables for completion.
20811         (word-help-mode-alist): Enhanced search regexps.
20812         (word-help-index-mapper): Defaults now to extracting the first word.
20813         (word-help-mode-alist, word-help-index-mapper)
20814         (word-help-main-index, word-help-main-obarray)
20815         (reset-word-help, set-help-file, word-help-process-indexes)
20816         (word-help-goto-index-node): Doc fixes.
20817         (word-help-goto-index-node): Requires passing the keyword.
20818         Uses this in the a new and enhanced magic indexing routine.
20819         (set-help-file, word-help): Handle `completion-ignore-case' better.
20820         (word-help-extract-index): `case-fold-search' better handled.
20821         (word-help): Magic guessing of relevant help file put in new
20822         function word-help-find-help-file.
20823         (word-help-guess-all): New subroutine.
20824         (word-help-guess): Use word-help-guess-all.
20825         May optionally copy only upto the cursor,
20826         instead of the entire keyword.
20828 1997-01-01  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
20830         * sh-script.el (sh-mode): Always pass nil as 3rd arg to sh-set-shell.
20832         * dired-aux.el (dired-do-chxxx): Use -- only on GNU systems.
20834         * tex-mode.el (tex-region): Correctly handle possible
20835         overlap between first line, header, and region.
20836         New local var ALREADY-OUTPUT makes this general.
20837         Write tex-trailer directly as a string; get rid of temp-buffer.
20838         Make tex-out-file include the .tex suffix.
20840         * texinfo.el (texinfo-mode): Locally set tex-first-line-header-regexp.
20841         Locally set tex-trailer.
20843         * server.el (server-process-filter): Let-bind `pos'.
20845 1997-01-01  Eli Zaretskii  <eliz@is.elta.co.il>
20847         * sh-script.el (sh-shell-file): On MSDOS, collapse $SHELL to lower
20848         case and remove the executable extension, if any.
20849         (sh-other-keywords): Define an entry for `sh' and make `bourne'
20850         inherit from that.
20852 1996-12-31  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
20854         * simple.el (repeat-complex-command): Bind
20855         minibuffer-history-position and minibuffer-history-sexp-flag
20856         only for the read-from-minibuffer call.
20858 1996-12-30  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
20860         * files.el (insert-directory): Use -- as arg
20861         so that a file name or pattern is never taken as an option.
20863         * dired-aux.el (dired-do-chxxx): Use -- as arg
20864         so that the file name is never taken as an option.
20866         * dired.el (dired-make-relative): Ignore the third argument;
20867         never signal an error just because FILE is not in DIR's tree.
20869         * info.el (Info-find-node): Don't clear Info-index-alternatives.
20870         (Info-index-next): Fix error message.
20872         * server.el (server-start): Don't delete ~/.emacs-server.
20873         Instead, delete the names emacsserver really uses
20874         if compiled with SERVER_HOME_DIR.
20876         * bytecomp.el (byte-compile-file): Set default-directory in
20877         compiler input buffer.
20879 1996-12-29  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
20881         * dired.el (dired-permission-flags-regexp): New variable.
20882         (dired-move-to-end-of-filename): Use it instead of a constant.
20884         * locate.el (locate-mode): Locally set dired-move-to-filename-regexp,
20885         dired-permission-flags-regexp, and dired-actual-switches.
20886         (locate-set-indentation): Function deleted.
20887         (locate-insert-header): Don't indent the header line.
20888         (locate-indentation-string): Variable deleted.
20889         (locate-do-setup): Rewrite the loop that adds indentation.
20891         * locate.el: New file.
20893         * tex-mode.el (tex-first-line-header-regexp): New variable.
20894         (tex-region): Sometimes include the file's first line.
20896         * texinfo.el (texinfo-mode): Use regexps for
20897         tex-start-of-header and tex-end-of-header.
20898         (texinfo-tex-region, texinfo-tex-buffer):
20899         Use tex-region and tex-buffer.
20900         (texinfo-tex-print): Use tex-print.
20901         (texinfo-tex-view): New command, on C-x C-t C-v.
20903         * bindings.el (completion-ignored-extensions):
20904         Separate out the system-independent elements.
20905         Add Texinfo index files.
20907         * emacsbug.el (report-emacs-bug): Use compose-mail.
20909         * hideshow.el (hs-emacs-type): Doc fix.
20911         * dired.el (dired-insert-directory): Don't override the user's locale.
20912         (dired-standard-move-to-filename-regexp): Var deleted.
20914 1996-12-28  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
20916         * iso-acc.el (iso-languages): For Catalan, delete 'C and 'c;
20917         delete `i, `I, `u, `U.  Add "i, "I.  Delete ~t.
20918         For Spanish, delete ~t, 'c and 'C.
20920         * help.el (help-map): Define C-h C-i to run word-help.
20922         * word-help.el: New file.
20924         * expand.el (expand-map): Don't define SPC.
20925         (expand-template-abbreviation): Function deleted.
20926         (expand-try-to-expand): Function deleted.
20927         (expand-abbrev-hook): Add a no-self-insert property.
20928         (expand-skeleton-end-hook): Use skeleton-position.
20929         (expand-add-abbrevs): Doc fix.
20931         * expand.el: New file.
20933         * skeleton.el (skeleton-positions): Renamed from skeleton-marks.
20935         * skeleton.el (skeleton-marks): New variable.
20936         (skeleton-insert, skeleton-internal-1): Set skeleton-marks.
20938 1996-12-28  Jonathan I. Kamens  <jik@cam.ov.com>
20940         * rmail.el (rmail-msg-is-pruned): New function.
20941         (rmail-toggle-header): Add an optional argument to specify explicitly
20942         whether the header should be pruned or displayed in full.
20944 1996-12-27  Michael Kifer  <kifer@cs.sunysb.edu>
20946         * viper.el (vip-adjust-window-after-search): New variable.
20947         (vip-adjust-window): New function.
20948         (vip-insert-state-cursor-color, vip-saved-cursor-color): New variables.
20949         (vip-set-vi-search-style-macros, vip-set-emacs-search-style-macros):
20950         New functions.
20951         (vip-autoindent): No longer moves insert point.
20952         (vip-paren-match): Now pays no attention to comments, leaves
20953         region active.
20954         * viper-util.el (vip-restore-cursor-color-after-replace)
20955         (vip-restore-cursor-color-after-insert): New functions.
20956         (vip-window-display-p): Treat PC as a non-window display.
20957         (vip-convert-standard-file-name): New function.
20959         * ediff-util.el (ediff-file-under-version-control): New function.
20960         (ediff-inferior-compare-regions): Improved interface.
20961         (ediff-maybe-checkout): New function.
20962         (ediff-maybe-save-and-delete-merge): New function.
20963         (ediff-setup): Now uses convert-standard-filename.
20964         (ediff-make-temp-file): Now returns expanded file name.
20965         * ediff-init.el (ediff-in-control-buffer-p): New function.
20966         (ediff-quit-merge-hook, ediff-autostore-merges): New variables.
20967         (ediff-convert-standard-file-name): New function.
20968         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook): New variable.
20969         (ediff-quit-session-group-hook): New hook.
20970         (ediff-filegroup-action): Now passes ediff-merge-store-file to
20971         subordinate Ediff sessions.
20972         * ediff-ptch.el (ediff-patch-file-internal):
20973         Now calls ediff-maybe-checkout.
20974         (ediff-context-diff-label-regexp): Fixed regexp.
20975         (ediff-map-patch-buffer): Fixed beg/end patch boundaries.
20976         * ediff.el: Now supports autostore for merge jobs.
20978 1996-12-27  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
20980         * sort.el: Many doc fixes.
20981         (sort-regexp-fields): Don't test for buffer-substring-lessp;
20982         always return a pair of bounds.
20984 1996-12-26  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
20986         * ispell.el (ispell-message-text-end): Handle `- ' before
20987         the "cut here" or "start of..." line.  Handle `Forward message'
20988         without `Start of'.
20990         * sendmail.el (mail-indentation-spaces): Doc fix.
20991         (mail-yank-clear-headers): Handle case of end < start.
20992         (mail-indent-citation): Handle case of end < start.
20993         (mail-yank-region): New command (on C-c C-r).
20995         * menu-bar.el (menu-bar-tools-menu): Add a "send mail" entry.
20997         * replace.el (perform-replace): Request integers from match-data,
20998         instead of asking for markers and converting them.
21000         * paragraphs.el (forward-paragraph, backward-paragraph): Doc fixes.
21002 1996-12-25  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
21004         * mouse.el (mouse-start-end): Put values in proper order,
21005         in the doublequote case.
21007 1996-12-22  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
21009         * startup.el (command-line-1): Handle --visit and --find.
21010         Handle -- as an option; treat what follows as a file name.
21012 1996-12-21  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
21014         * edebug.el (edebug-read-symbol, edebug-read-string):
21015         Don't back up after reading.
21016         (edebug-read-sexp): Likewise.
21018 1996-12-26  Andre Spiegel  <spiegel@berlin.informatik.uni-stuttgart.de>
21020         * vc-hooks.el (vc-user-login-name): New function.
21021         (vc-fetch-master-properties, vc-lock-from-permissions, vc-file-owner)
21022         (vc-fetch-properties, vc-after-save, vc-mode-line, vc-status): Use
21023         `vc-user-login-name' instead of `user-login-name'.
21025         * vc.el (vc-next-action-on-file, vc-update-change-log)
21026         (vc-backend-checkout, vc-backend-steal): Use `vc-user-login-name'
21027         instead of `user-login-name'.
21028         (vc-update-change-log): If `user-full-name' is nil, try
21029         `user-login-name'.  Failing that, use uid as a string.
21030         (vc-make-buffer-writable-hook): Removed (was unused).
21032 1996-12-20  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
21034         * isearch.el (isearch-edit-string): When we try the search
21035         at the end, do that outside of the let which binds all the
21036         search state.
21038 1996-12-18  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
21040         * mail-extr.el (mail-extract-address-components): Clear text props
21041         after inserting ADDRESS.
21043 1996-12-18  Paul Eggert  <eggert@twinsun.com>
21045         * cal-dst.el (calendar-time-zone-daylight-rules):
21046         Add support for daylight saving rules in Iran.
21047         (require 'cal-persia) now needed.
21049 1996-12-18  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
21051         * simple.el (sendmail-user-agent): Avoid error for CONTINUE non-nil.
21053         * replace.el (perform-replace): Undo previous change.
21054         Instead, use the new match-data features to avoid consing.
21056         * iso-acc.el (iso-languages): Add "german" entry.
21058 1996-12-17  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
21060         * time.el (display-time-event-handler): Use let*.
21062         * time-stamp.el (time-stamp-mail-host-name): Get rid of
21063         time-stamp-mail-host.
21065         * replace.el (perform-replace): Delete the code that checked
21066         whether the regexp could match again right after this match.
21067         It made the loop too slow.
21069         * isearch.el (isearch-ring-adjust): Don't pop the state at the start.
21070         Push the state at the end, not in the middle.
21072         * ange-ftp.el (ange-ftp-date-regexp): Recognize various languages.
21074         * dired.el (dired-move-to-filename-regexp):
21075         Recognize various languages.
21077 1996-12-17  Jonathan I. Kamens  <jik@cam.ov.com>
21079         * rnewspost.el (news-mail-reply, news-reply): Include the message
21080         ID in the In-reply-to line.
21082 1996-12-16  Erik Naggum  <erik@naggum.no>
21084         * sendmail.el (sendmail-send-it): Explicitly pass interactive
21085         delivery options to sendmail.
21087 1996-12-16  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
21089         * time-stamp.el (time-stamp-month-dd-yyyy): Use format-time-string.
21090         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy)
21091         (time-stamp-yy/mm/dd, time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
21092         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm): Likewise.
21093         (time-stamp-month-numbers, time-stamp-month-full-names): Vars deleted.
21095         * landmark.el: New file.
21097         * time.el (display-time-event-handler): Fix previous change.
21099         * simple.el (compose-mail): Doc fix.
21101         * sendmail.el (sendmail-send-it): If no recipients, don't run
21102         the mailer program.  If there was also no fcc file, signal error.
21104 1996-12-15  Ake Stenhoff  <etxaksf@aom.ericsson.se>
21106         * imenu.el (imenu-generic-expression): Doc fix.
21107         (imenu--make-index-alist): Do `widen' and save-restriction here.
21108         (imenu): Not here.
21110 1996-12-15  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
21112         * mail-extr.el (mail-extract-address-components): Don't downcase
21113         the domain part of the address.
21115 1996-12-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
21117         * dos-fns.el (register-name-alist): Use defvar.
21119         * abbrev.el (only-global-abbrevs): Use defvar.
21121         * replace.el: Change some defconsts to defvars.
21123         * fill.el: Change defconsts to defvars.
21125         * lisp-mode.el: Change defconsts to defvars.
21127         * paragraphs.el: Change defconsts to defvars.
21129         * startup.el: Change some defconsts to defvars.
21131         * faces.el: Change some defconsts to defvars.
21133         * isearch.el: Change defconsts to defvars.
21135         * format.el (format-alist): Change defconst to defvar.
21137         * files.el: Change defconsts to defvars.
21139         * simple.el: Change most defconsts to defvars.
21141         * bindings.el: Change defconsts to defvars.
21143         * files.el (find-file-revert-without-query): New variable.
21144         (find-file-noselect): Revert certain files without query
21145         if the file has changed and the buffer has not.
21147         * cpp.el (cpp-edit-load): Don't load anything if
21148         init-file-user is nil.
21149         (cpp-edit-save): Doc fix.
21151         * startup.el (init-file-user): Doc fix.
21153 1996-12-13  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
21155         * noutline.el (outline-discard-overlays):
21156         Use overlays-in, to ensure we get rid of empty overlays.
21158 1996-12-13  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
21160         * rmailsum.el (rmail-summary-beginning-of-message):
21161         Obey rmail-summary-size, and make sure summary is on top
21162         if we split a single large window.
21164         * rmailsum.el (rmail-summary-scroll-msg-down): If message is
21165         not visible at all, use rmail-summary-beginning-of-message.
21166         (rmail-summary-scroll-msg-up): Likewise.
21168         * time-stamp.el (time-stamp-no-file): Reintroduced.
21169         (time-stamp-string-preprocess): New function.
21170         (time-stamp-string): Use time-stamp-string-preprocess.
21171         (time-stamp-format): Doc fix.
21173 1996-12-13  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
21175         * help.el (describe-mode): Include minor modes that aren't
21176         buffer local.
21178 1996-12-12  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
21180         * time-stamp.el (time-stamp-am-pm): Variable deleted.
21181         (time-stamp-weekday-full-names): Likewise.
21182         (time-stamp-weekday-numbers): Likewise.
21183         (time-stamp-old-format-warn): Doc fix.
21185 1996-12-12  Karl Eichwalder  <ke@ke.Central.DE>
21187         * info.el (Info-mode): Default for `tab-width'.
21189 1996-12-11  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
21191         * menu-bar.el (menu-bar-tools-menu): Add items
21192         Debugger, Compile and Search Files.
21194         * time-stamp.el (time-stamp-strftime): Function deleted.
21195         (time-stamp-string): Use format-time-string.
21196         (time-stamp-format): Change default value
21197         to work with format-time-string.
21199         * browse-url.el (browse-url-url-at-point): Use thing-at-point.
21200         (browse-url-looking-at): Function deleted.
21202         * thingatpt.el (bounds-of-thing-at-point): Allow the end
21203         to be at the same place as ORIG.
21204         Try harder to find a thing that ends at ORIG.
21206         * novice.el (disabled-command-hook): Correctly keep the first
21207         paragraph of the command's documentation.
21209 1996-12-10  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
21211         * cc-mode.el (c-mode-fsf-menu): Add one dashed separator.
21213         * thingatpt.el (url): Move forward over colons.
21214         Move back over colons at the end.
21215         (thing-at-point-file-name-chars): Include @.
21217         * sort.el (sort-columns): Don't use `sort' utility
21218         if the text has text properties.
21220         * time.el (display-time-event-handler): Don't run the timer
21221         for successive times that are already in the past.
21223         * thingatpt.el (thing-at-point-url-chars): Allow comma, = and &.
21224         (url): Move back over commas at the end.
21226         * timer.el (timer-next-integral-multiple-of-time): Doc fix.
21228 1996-12-10  Karl Heuer  <kwzh@gnu.ai.mit.edu>
21230         * bytecomp.el (byte-compile-insert-header): Fix previous change.
21232 1996-12-09  Erik Naggum  <erik@naggum.no>
21234         * novice.el (disabled-command-hook): Use `defvar' and add
21235         documentation string.
21236         (disabled-command-hook): New option ! turns off disabled commands.
21238 1996-12-08  Dave Love  <d.love@dl.ac.uk>
21240         * gnus-vis.el (gnus-button-alist): Allow whitespace in `<URL:...'
21241         markup (rfc1738), done last, after possible partial matches.
21242         (gnus-button-url): Zap any whitespace from a <URL:...> match.
21244 1996-12-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
21246         * custom.el: Don't load .custom if -q was used.
21248         * gnus.el (gnus-read-init-file): Don't load anything
21249         if init-file-user is nil.
21251 1996-12-06  Dave Love  <d.love@dl.ac.uk>
21253         * texinfo.el (texinfo-font-lock-keywords): Add `url', `email'.
21255 1996-12-06  Eli Zaretskii  <eliz@is.elta.co.il>
21257         * term/pc-win.el (iconify-or-deiconify-frame): Define to be a
21258         no-op, so commands that call it (like viper.el) work.
21260 1996-12-06  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
21262         * hscroll.el (hscroll-global-mode): Save and set
21263         truncate-lines globally, not locally.
21265 1996-12-06  Karl Heuer  <kwzh@gnu.ai.mit.edu>
21267         * files.el (backup-buffer): Doc fix.
21269 1996-12-06  Ake Stenhoff  <etxaksf@aom.ericsson.se>
21271         * imenu.el (imenu): Support integers used as positions.
21273 1996-12-05  Michael Ernst  <mernst@cs.washington.edu>
21275         * complete.el (PC-do-completion): Remove text properties from
21276         completions; also use string-equal instead of equal.
21278         * info.el (Info-follow-reference): Add each cross-reference to
21279         completions list just once, case-insensitively.
21281 1996-12-03  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
21283         * thingatpt.el (thing-at-point-url-chars): Allow period.
21284         (url): Move back over periods at the end.
21286 1996-12-02  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
21288         * jka-compr.el (jka-compr-temp-name-template): Initialize using TMPDIR.
21290 1996-11-30  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
21292         * replace.el (perform-replace): Obey minibuffer-auto-raise.
21294 1996-11-28  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
21296         * thingatpt.el: Downcase arguments as Lisp symbols.
21297         Fix many doc strings.
21298         (thing-at-point-file-name-chars): Renamed from file-name-chars.
21299         Allow a colon.
21300         (thing-at-point-url-chars): New variable.
21301         (url): Define new kind of "thing".
21303         * simple.el (compose-mail): Handle several more args:
21304         other-headers continue switch-function yank-action send-action.
21305         (sendmail-user-agent): Rewrite to handle new args.
21306         (assoc-ignore-case): New function.
21307         (define-mail-user-agent): Doc fix.
21309         * rmail.el (rmail-start-mail): Rewrite to use compose-mail.
21310         Two new arguments.
21311         (rmail-forward): Always call rmail-start-mail, never `mail'.
21313         * sendmail.el (mail-reply-action): Renamed from mail-reply-buffer.
21314         (mail-yank-original): Handle either an action or a buffer
21315         in mail-reply-action.
21316         (mail): Doc fix.
21318 1996-11-27  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
21320         * mouse.el (mouse-drag-mode-line): Don't get error
21321         about sole window, if we don't actually try to change the size.
21323 1996-11-26  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
21325         * isearch.el (isearch-no-upper-case-p): Use downcase
21326         so that we handle arbitrary kinds of casification.
21328         * sendmail.el (mail-mode-fill-paragraph): New function.
21329         (mail-mode): Set fill-paragraph-function.
21331         * info.el (Info-get-token): Find tokens where START matches
21332         around POS.
21334 1996-11-25  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
21336         * ange-ftp.el (ange-ftp-normal-login): If using a smart gateway,
21337         but ange-ftp-gateway-host is nil, generate the login name
21338         in the usual simple way.
21340 1996-11-23  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
21342         * menu-bar.el: In enable predicates for Files menu,
21343         use menu-updating-frame.
21345         * mouse.el (mouse-major-mode-menu): Propagate prefix arg
21346         to the command that is run.
21348         * pascal.el (pascal-mode): Make comment-indent-function buffer local.
21350         * bytecomp.el (byte-compile-insert-header): If emacs-version
21351         ends with a letter, don't check the version number.
21353         * simple.el (sendmail-user-agent): Support 2 optional args.
21354         (define-mail-user-agent): Doc fix.
21356         * isearch.el (isearch-mode):
21357         Maybe make minibuffer frame visible and/or raise it.
21359         * etags.el (etags-file-of-tag): Expand the file name
21360         using the truename of default-directory.
21362 1996-11-22  Drew Csillag  <drew@staff.prodigy.com>
21364         * m4-mode.el: Fixed syntax table for quotes since they messed up
21365         highlighting in comments and other constructions.
21367 1996-11-22  Peter S Galbraith  <rhogee@mixing.qc.dfo.ca>
21369         * goto-addr.el (goto-address-fontify): Use overlay, not text props.
21371 1996-11-22  Michael Ernst  <mernst@cs.washington.edu>
21373         * dired-x.el (dired-omit-size-limit): New variable.
21374         (dired-omit-toggle, dired-omit-expunge): Respect it.
21376 1996-11-21  Geoff Voelker  <voelker@cs.washington.edu>
21378         * startup.el (normal-top-level, command-line, command-line-1):
21379         User w32 instead of ms-windows for window-system symbol.
21381 1996-11-19  Geoff Voelker  <voelker@cs.washington.edu>
21383         * term/w32-win.el (x-defined-colors): Use color names from
21384         w32-color-map.
21386         * facemenu.el, faces.el, hippie-exp.el, info.el, mouse.el, vc.el:
21387         Use w32 instead of ms-windows for window-system symbol.
21389         * loadup.el: Use new names for w32 files.
21391         * dos-w32.el: Renamed from dos-nt.el.
21392         * w32-fns.el: Renamed from winnt.el.
21393         * term/w32-win.el: Renamed from term/win32-win.el.
21395 1996-11-18  Geoff Voelker  <voelker@cs.washington.edu>
21397         * term/win32-win.el: Change identifiers of the form win32* to w32*.
21399 1996-11-17  Karl Heuer  <kwzh@gnu.ai.mit.edu>
21401         * files.el (write-contents-hooks): Doc fix.
21403         * comint.el (comint-password-prompt-regexp): Recognize AIX format.
21405 1996-11-16  Simon Marshall  <simon@wombat.gnu.ai.mit.edu>
21407         * font-lock.el (font-lock-keywords-alist): New variable.
21408         (font-lock-add-keywords): New function.  Set it.
21409         (font-lock-set-defaults): Use it.
21410         (font-lock-mode): Doc fix.
21411         (font-lock-compile-keyword): Cope with (MATCHER . 'FACE) forms.
21412         (font-lock-make-faces): Add attributes to font-lock-face-attributes if
21413         there are none for that face.
21414         (font-lock-face-attributes): Doc fix.
21415         (font-lock-match-c-style-declaration-item-and-skip-to-next): New
21416         function.  Match just identifiers.  Use it for C, Objective-C and Java.
21417         (font-lock-match-c++-style-declaration-item-and-skip-to-next): Match
21418         templates too.
21419         (c-font-lock-extra-types, c++-font-lock-extra-types)
21420         (objc-font-lock-extra-types, java-font-lock-extra-types): Use these
21421         variables in EVAL forms, i.e., do not eval when font-lock.el is loaded.
21423         * fortran.el (fortran-font-lock-keywords-3): Use simpler
21424         font-lock-match-c-style-declaration-item-and-skip-to-next.
21426         * simula.el (simula-font-lock-keywords-3): Use simpler
21427         font-lock-match-c-style-declaration-item-and-skip-to-next.
21429         * fast-lock.el (fast-lock-submit-bug-report): Function deleted.
21430         (fast-lock-verbose): New variable.
21431         (fast-lock-save-cache-1, fast-lock-cache-data): Use it.
21432         (fast-lock-save-facep): New macro when compiling.
21433         (fast-lock-get-face-properties): Rewrite for face lists.  Use it.
21435         * lazy-lock.el (lazy-lock-submit-bug-report): Function deleted.
21436         (lazy-lock-defer-on-scrolling): Renamed from lazy-lock-defer-driven.
21437         (lazy-lock-defer-on-the-fly): New variable from lazy-lock-defer-time.
21438         (lazy-lock-install): Use it.
21439         (lazy-lock-defer-time): Doc fix.  Add top-level code to detect use of
21440         old forms of lazy-lock-defer-time and lazy-lock-defer-driven, and popup
21441         temp buffer describing new forms.
21442         (lazy-lock-stealth-load): New variable.
21443         (lazy-lock-fontify-after-idle): Use it.
21444         (lazy-lock-mode): Doc fix.
21445         (lazy-lock-defer-line-after-change): Renamed from
21446         lazy-lock-defer-after-change.
21447         (lazy-lock-defer-rest-after-change)
21448         (lazy-lock-fontify-line-after-change)
21449         (lazy-lock-fontify-rest-after-change): New functions.
21450         (lazy-lock-install-hooks): Add one depending on deferral variables.
21451         (lazy-lock-unstall): Remove them.  Fontify if Font Lock mode still on.
21452         (lazy-lock-fontify-window, lazy-lock-fontify-conservatively): Use
21453         with-current-buffer rather than save-excursion.
21454         (lazy-lock-percent-fontified): Cast size to float before multiplying.
21456 1996-11-14  Karl Heuer  <kwzh@gnu.ai.mit.edu>
21458         * rsz-mini.el (resize-minibuffer-frame-restore): Don't assume
21459         minibuffer frame is selected.
21460         (resize-minibuffer-frame): Likewise.
21462 1996-11-13  Erik Naggum  <erik@naggum.no>
21464         * message.el (message-mode): Doc fix.
21466         * emacsbug.el (report-emacs-bug): New argument recent-keys read
21467         before bug subject to capture more relevant recent input.
21469 1996-11-11  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
21471         * isearch.el (isearch-complete1): If no completion,
21472         don't clobber isearch-string, and return nil.
21474 1996-11-11  Erik Naggum  <erik@naggum.no>
21476         * lisp-mode.el (combine-after-change-calls): The first form is not
21477         special.
21479 1996-11-10  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
21481         * dired-x.el (dired-jump): Never turn omitting *on*.
21482         Refresh the line *before* turning omitting off.
21484         * help.el (describe-variable): Pretty-print the values.
21485         Put doc string first, if the value is long.
21487         * subr.el (define-key-after): If AFTER is t, always put new binding
21488         at the end.
21490 1996-11-09  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
21492         * find-dired.el (find-grep-options): Treat solaris, irix like BSD.
21494         * edebug.el (combine-after-change-calls): New def-edebug-spec.
21495         * lisp-mode.el (combine-after-change-calls):
21496         Add lisp-indent-function property.
21498         * diary-lib.el (list-diary-entries): Reread the diary file
21499         if it has changed.
21501         * files.el (revert-buffer): Doc fix.
21503         * map-ynp.el (map-y-or-n-p): Handle minibuffer-auto-raise here.
21505         * sh-script.el (sh-mode): Parse the interpreter from the file text.
21507 1996-11-08  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
21509         * files.el (wildcard-to-regexp): Don't treat [] as special.
21511 1996-11-07  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
21513         * subr.el (combine-after-change-calls): New macro.
21515         * sh-script.el (sh-set-shell): Pass args no-query-flag
21516         and insert-flag to executable-set-magic.
21517         Don't call executable-set-magic if insert-flag is nil.
21518         (sh-mode): Always call sh-set-shell, but use insert-flag arg
21519         to control whether to call executable-set-magic.
21520         No need to set comment-start-skip directly here.
21522         * sh-script.el (sh-mode-syntax-table): Turn on comment syntax for #,
21523         comment-end for newline, string for `, and excape for $.
21524         rc can use the same as sh.  Move csh after sh.
21525         (sh-comment-prefix, sh-font-lock-keywords-only): Variables deleted.
21526         (sh-mode): Adjust setting of font-lock-defaults.
21527         (sh-font-lock-keywords): No need for anything special for comments.
21528         (sh-set-shell, sh-mode): Set comment-start-skip to a simple constant.
21530 1996-11-06  Dave Love  <d.love@dl.ac.uk>
21532         * sh-script.el (sh-mode): Set `comment-start-skip'; otherwise
21533         only set if `sh-set-shell' gets called.
21535 1996-11-06  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
21537         * time.el (display-time-format): New variable.
21538         (display-time-string-forms): Use display-time-format.
21540 1996-11-06  Jim Blandy  <jimb@totoro.cyclic.com>
21542         * vc.el (vc-backend-print-log): Use "cvs log" to get log entries,
21543         not "cvs rlog".
21545 1996-11-06  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
21547         * page.el (narrow-to-page): With negative arg, move back one extra
21548         page unless we start right after a page delimiter.
21550         * bindings.el (minor-mode-alist): Don't use purecopy.
21552 1996-11-05  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
21554         * comint.el (comint-output-filter): Run comint-output-filter-functions
21555         directly, not via comint-output-filter.
21557         * compile.el (compile-auto-highlight): Renamed from
21558         compile-highlight-display-limit.
21560         * time-stamp.el (time-stamp-dd/mm/yyyy): New function.
21562 1996-11-04  Kevin Rodgers  <kevinr@ihs.com>
21564         * compile.el (compile-highlight-display-limit): New variable.
21565         (compilation-handle-exit): Parse error messages here
21566         as specified by compile-highlight-display-limit.
21567         (compile-reinitialize-errors): Add highlighting to error messages
21568         once they are parsed.
21569         (compilation-forget-errors): Remove highlighting properties here.
21571 1996-11-04  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
21573         * frame.el (initial-frame-alist): Make default value nil--
21574         don't specify `minibuffer' parameter.
21576         * dired.el (dired-mode-map): Put dired-mark-subdir-files on *s.
21578 1996-11-03  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
21580         * man.el (Man-bgproc-sentinel): Move the buffer creation
21581         outside of the binding of case-fold-search.
21583 1996-11-03  Paul D. Smith  <psmith@BayNetworks.com>
21585         * make-mode.el (makefile-font-lock-keywords): Handle dependencies
21586         first and variable references after.
21587         (makefile-dependency-regex, makefile-macroassign-regex):
21588         Accept spaces at the beginning of the line.
21590 1996-11-02  Henry Guillaume  <henry@qbd.com.au>
21592         * find-file.el (general): Enabled commentary for Finder.
21593         (ff-search-directories): Changed /usr/include/* to /usr/include.
21594         (ff-get-file-name): Improve behaviour when file is found in a buffer.
21596 1996-11-02  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
21598         * handwrite.el: New file.
21599         (handwrite-version): Variable deleted.
21600         (handwrite): Use emacs-version instead of handwrite-version.
21602         * dired-x.el (dired-mode-map): Put dired-mark-extension on *.
21603         Add *( as new binding for dired-mark-sexp, *t for dired-do-toggle.
21605         * dired.el (dired-mode-map): Make * a prefix for mark commands.
21606         Delete the old *, / and @ keybindings.
21608         * info.el (Info-scroll-up): Doc fix.
21610         * batmode.el: New file.
21612 1996-11-02  Erik Naggum  <erik@naggum.no>
21614         * add-log.el (change-log-fill-paragraph): Return non-nil so
21615         fill-paragraph doesn't continue filling.  Don't skip backwards
21616         over a paragraph if we at a paragraph start.
21618 1996-11-01  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
21620         * isearch.el (isearch-forward): Doc fix.
21622 1996-11-01  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
21624         * lisp.el (lisp-complete-symbol): Sort the list.
21626 1996-10-31  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
21628         * simple.el (comment-region): With just C-u as arg,
21629         delete any number of comment-end delimiters from end of line.
21631         * tex-mode.el (tex-file): Fix paren error in last change.
21632         (tex-recenter-output-buffer): Switch windows in a more controlled
21633         fashion, using save-selected-window.
21635         * dired.el (dired-find-file): Error if line's file does not exist.
21637 1996-10-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
21639         * m4-mode.el: New file.
21641 1996-10-28  Simon Marshall  <simon@duality.gnu.ai.mit.edu>
21643         * sh-script.el (sh-font-lock-keywords-1): Use font-lock-builtin-face.
21645         * files.el (auto-mode-alist): Objective-C is `.m' and SIMULA is `.sim'.
21647 1996-10-27  Paul Eggert  <eggert@twinsun.com>
21649         * timezone.el (timezone-time-from-absolute): Fix off-by-one
21650         error in current-time-origin.
21652 1996-10-25  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
21654         * window.el (kill-buffer-and-window): New command.
21655         Bind it to C-x 4 0.
21657 1996-10-24  Richard Stallman  <rms@whiz-bang.gnu.ai.mit.edu>
21659         * sh-script.el (sh-mode): Don't make font-lock-keywords buffer-local.
21661         * rmail.el (rmail-reply): Merge resent-to and resent-cc into to and cc.
21662         Ignore the resent- fields aside from that.
21664         * pascal.el (pascal-indent-declaration): Avoid infinite loop
21665         if edpos is at end of buffer.
21667 1996-10-24  Karl Heuer  <kwzh@gnu.ai.mit.edu>
21669         * info.el (Info-insert-dir): Ensure directory ends with slash.
21671         * make-mode.el (makefile-font-lock-keywords): Accept - and . in
21672         variable names.
21674         * imenu.el (imenu-scanning-message): Use ellipsis.
21676         * iso-acc.el (iso-languages): Alphabetize list.
21677         Add Catalan, Spanish, and Esperanto.
21679         * dired.el (dired-insert-directory): Check for non-US LANG.
21681 1996-10-24  Dave Gillespie  <daveg@synaptics.com>
21683         * cl-macs.el (lexical-let): Fixed a bug involving nested
21684         lexical contexts and macros.
21686 1996-10-23  Simon Marshall  <simon@wombat.gnu.ai.mit.edu>
21688         * font-lock.el (save-buffer-state): New macro when compiling.
21689         (font-lock-default-fontify-region, font-lock-default-unfontify-region):
21690         Use it rather than doing everything by hand.
21691         (font-lock-default-fontify-region): Always unfontify first.
21692         (font-lock-fontify-syntactically-region): Never unfontify here.
21693         Loop back to find comment start, if forward-comment fails to advance.
21694         Use scan-sexps to skip a string when found, not re-search-forward loop.
21695         Use marker-position of font-lock-cache-position, not buffer position.
21696         (font-lock-set-defaults): Make font-lock-cache-state and
21697         font-lock-cache-position buffer-local here, not at top-level.
21698         Make font-lock-cache-position be a marker pointing nowhere.
21699         Test and set font-lock-set-defaults, not font-lock-keywords.
21700         (font-lock-unset-defaults): Unset font-lock-set-defaults here.
21701         (font-lock-set-defaults): New variable.
21702         (font-lock-after-change-function): Rescan to end plus old-len.
21703         (font-lock-match-c++-style-declaration-item-and-skip-to-next): Doc it.
21704         (font-lock-mode): Undo Jul 27 change.
21705         (font-lock-builtin-face, font-lock-warning-face): New variables.
21706         (font-lock-make-faces): Specify defaults for these faces.
21707         (java-font-lock-keywords, java-font-lock-keywords-1)
21708         (java-font-lock-keywords-2, java-font-lock-keywords-3)
21709         (objc-font-lock-keywords, objc-font-lock-keywords-1)
21710         (objc-font-lock-keywords-2, objc-font-lock-keywords-3): New variables.
21711         (font-lock-defaults-alist): New entry for Java and Objective-C modes.
21712         (c++-font-lock-extra-types, objc-font-lock-extra-types)
21713         (c-font-lock-extra-types, java-font-lock-extra-types): New variables.
21714         Use them when building the respective relevant regexps.
21716         * add-log.el (change-log-font-lock-keywords): Rewrite.
21718         * awk-mode.el (awk-font-lock-keywords): New variable.
21719         (awk-mode): Set font-lock-defaults to support Font Lock mode.
21720         Provide when loaded.
21722         * dired.el (dired-font-lock-keywords): Rewrite.  Use dired.el regexps.
21724         * sendmail.el (mail-font-lock-keywords): Tweak.
21726         * rmail.el (rmail-font-lock-keywords): Tweak.
21728         * simula-font-lock-keywords.el (simula-mode-syntax-table): Give `_'
21729         symbol syntax; see Table of Syntax Classes in the Emacs Lisp manual.
21730         (simula-font-lock-keywords, simula-font-lock-keywords-1)
21731         (simula-font-lock-keywords-2, simula-font-lock-keywords-3):
21732         New variables for Font Lock support.
21733         (simula-match-string-or-comment): New function for likewise.
21734         (simula-find-next-comment-region): Function deleted.
21735         (simula-mode): Set font-lock-defaults.  Add autoload cookie.
21737 1996-10-20  Ake Stenhoff  <etxaksf@aom.ericsson.se>
21739         * cc-mode.el (cc-imenu-java-generic-expression): New variable.
21740         (java-mode): Set imenu-generic-expression.
21742 1996-10-20  Kevin Rodgers  <kevinr@ihs.com>
21744         * compile.el (compilation-skip-to-next-location): Defined.
21745         (compilation-next-error-locus, compilation-parse-errors): Respect it.
21747 1996-10-17  Andre Spiegel  <spiegel@berlin.informatik.uni-stuttgart.de>
21749         * vc-hooks.el (vc-file-owner): Always return user name, using the
21750         optional argument of user-login-name.
21751         (vc-locking-user, vc-status): Discard checks for numerical value of
21752         vc-locking-user.
21754         * vc.el (vc-dired-reformat-line): Discard check for numerical value
21755         of vc-locking-user.
21757 1996-10-14  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
21759         * mouse-sel.el (mouse-sel-set-selection-function): Doc fix.
21760         Use x-select-text, for the primary selection.
21761         (mouse-sel-get-selection-function):
21762         Use x-cut-buffer-or-selection-value, for the primary selection.
21764         * simple.el (universal-argument): Doc fix.
21766         * files.el (set-visited-file-name): Doc fix.
21767         (write-file): Use CONFIRM when calling set-visited-file-name.
21769 1996-10-14  Torbjorn Einarsson  <T.Einarsson@clab.ericsson.se>
21771         * f90.el (f90-no-block-limit): Fixed bug for indentation of
21772         elsewhere and elseif.
21773         (f90-looking-at-where-or-forall): Now allows for labelled forall
21774         and where statements.
21775         (f90-font-lock-keywords-2): New highlighting for labelled where
21776         and forall.  Fixed small bug with else highlighting.
21777         (f90-fill-region): Moved indentation to f90-break-line.
21778         (f90-break-line): Will now always indent the second line.
21779         (f90-indent-line): Simpler test for auto-fill.
21780         (f90-auto-fill-mode): Removed.
21781         (f90-electric-insert): Added for possibility of auto-filling of
21782         lines without spaces, as well as early updating of line.
21783         (f90-mode-map): Added bindings of operators to f90-electric-insert.
21784         (f90-do-auto-fill): Now also updates line (changes case).
21786 1996-10-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
21788         * files.el (enable-local-variables): Doc fix.
21790 1996-10-12  Simon Marshall  <simon@duality.gnu.ai.mit.edu>
21792         * subr.el (define-function): Define as alias for defalias.
21794         * simple.el: Use defalias not define-function.
21796         * bytecomp.el (define-function): Mark it as obsolete.
21798 1996-10-12  Gernot Heiser  <gernot@jungfrau.disy.cse.unsw.EDU.AU>
21800         * refer.el (refer-bib-directory): New variable, list of
21801         directories where to look for bib files.  Special values `texinputs'
21802         and `bibinputs' mean take directory list from corresponding
21803         environment variable.
21805         (refer-bib-files): New special value `auto', for looking up all
21806         files in directories pointed to by refer-bib-directory.
21807         I have the feeling that this isn't really my code but came from
21808         the net (copylefted).  However, I cannot trace this down any
21809         more.  If it isn't mine, it's probably Ashwin's.
21810         (refer-get-bib-files): Support `auto' value of refer-bib-files.
21811         Support `texinputs', `bibinputs' value of refer-bib-directory.
21813         (refer-saved-state, refer-previous-keywords, refer-saved-pos)
21814         (refer-same-file): Properly declared (defvar) these variables.
21816         (refer-yank-key): New function.
21818         (refer-find-entry-internal): Find bibliography entries in other
21819         window, with minimal reconfiguration of windows.
21821         (refer-expand-files): New function.
21823 1996-10-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
21825         * files.el (file-name-extension): New function.
21827 1996-10-11  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
21829         * msb.el (msb--toggle-menu-type): Call menu-bar-update-buffers with t.
21831         * edt.el (edt-load-xkeys): Doc fix.
21833         * follow.el (set-process-filter): Doc fix.
21835         * vip.el: Doc fixes on most variables.
21837         * tpu-edt.el (tpu-load-xkeys): Doc fix.
21839         * nnfolder.el (nnfolder-ignore-active-file): Doc fix.
21841         * two-column.el (2C-two-columns): Doc fix.
21843         * refbib.el (r2b-proceedings-list, r2b-help-message): Doc fixes.
21845         * solitaire.el (solitaire): Doc fix.
21847 1996-10-10  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
21849         * simple.el (newline): Use buffer-has-markers-at.
21851         * browse-url.el (browse-url-at-point): Add autoload cookie.
21852         (browse-url-at-mouse, browse-url-of-buffer, browse-url-of-file)
21853         (browse-url-of-dired-file): Likewise.
21855         * files.el (hack-local-variables-prop-line):
21856         Ignore case when checking for `mode'.
21858         * help.el (describe-function): If no fn specified, say so.
21859         (variable-at-point): Return 0 if no variable there.
21860         (describe-variable): If no variable specified, say so.
21861         Don't use nil as the variable.
21863         * files.el (auto-mode-alist): .hpp files get C++ mode.
21865 1996-10-10  Denis Howe  <dbh@doc.ic.ac.uk>
21867         * browse-url.el (browse-url): New function.
21868         (browse-url-CCI-host): New variable.
21869         (browse-url-at-mouse): Added event-buffer and event-point
21870         functions for XEmacs compatibility.
21871         (browse-url-file-url): Check for EFS after alist, URL-encode
21872         special chars.
21873         (browse-url-grail): New function.
21874         (browse-url-interactive-arg): Add new-window logic.
21875         (browse-url-looking-at): Fixed.
21876         (browse-url-lynx-xterm): New function.
21877         (browse-url-lynx-emacs): Use term.el instead of terminal.el.
21878         (browse-url-netscape): Contact/start Netscape in the
21879         background.  Multi-display support.  Renamed
21880         browse-url-netscape-send.  URL-encode comma.
21881         (browse-url-netscape-command): New variable.
21882         (browse-url-netscape-startup-arguments): New variable.
21883         (browse-url-url-at-point): Improved matching to supply missing
21884         "http://".
21885         Other fixes for byte-compilation.
21887 1996-10-09  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
21889         * rmail.el (rmail): Run rmail-mail-hook last.
21891 1996-10-08  Erik Naggum  <erik@naggum.no>
21893         * lisp.el (narrow-to-defun): Narrow to the same defun that
21894         `mark-defun' would make the region.
21895         (insert-parentheses): Let a negative argument enclose preceding
21896         sexps.
21898 1996-10-08  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
21900         * comint.el (comint-read-noecho): Clear out the intermediate strings.
21902         * timer.el (cancel-function-timers): Add autoload.
21904         * rmail.el (rmail-mode-2): Don't run rmail-mode-hook here.
21905         (rmail-mode, rmail): Run it here.
21907 1996-10-08  Barry A. Warsaw  <cc-mode-help@python.org>
21909         * cc-mode.el (c-mode-map):
21910         Install FSF mode menu into menubar using the name
21911         "CC-Mode" for all supported modes.
21912         (c++-mode-map, objc-mode-map, java-mode-map): Don't install an
21913         additional FSF menu.
21915         * cc-mode.el:
21916         Removed the following variables from the built-in "cc-mode" style:
21917         c-echo-syntactic-information-p
21918         c-string-syntax-p
21919         c-tab-always-indent
21920         c-inhibit-startup-warnings-p
21921         These control how the mode acts, not how code looks.
21923         * cc-mode.el (c-indent-command): Doc fix.
21925         * cc-mode.el (c-style-alist): Added "linux" style.
21927         * cc-mode.el (c-lineup-comment): Preserve comment-column.
21929         * cc-mode.el (c-gnu-impose-minimum):
21930         Don't impose minimum on comment-only lines.
21931         (c-show-syntactic-information): Optional universal argument inserts
21932         analysis as a comment on the line.
21934         * cc-mode.el (c-insert-tab-function):
21935         New variable allowing tab-to-tab-stop to be
21936         used instead of insert-tab.
21937         (c-indent-command): Use c-insert-tab-function variable.
21939         * cc-mode.el (java-mode): Use (c-set-style "java"); i.e. lowercase.
21941         * cc-mode.el (c-functionp): New function.
21942         (c-electric-brace, c-read-offset, c-set-offset, c-get-offset):
21943         Use it.
21945         * cc-mode.el (c-offsets-alist): New syntactic symbols:
21946         extern-lang-open, extern-lang-close, inextern-lang.
21948         (c-hanging-braces-alist): Hang extern-lang-open by default.
21950         (c-electric-brace): Add extern-lang-open and extern-lang-close to
21951         list of symbols that can hang.
21953         (c-guess-basic-syntax): CASE 5A.4 => 5A.5; New CASE 5A.4 added to
21954         recognize extern-lang-open; CASE 14C => 14D; New CASE 14C added to
21955         recognize extern-lang-close.
21957         (c-search-uplist-for-classkey): When searching for c-class-key,
21958         concat "\\|extern[^_]".  The logic for determining whether we are
21959         inclass-p and inextern-p is essentially the same so this seems to
21960         work very well in all test cases.
21962         (c-guess-basic-syntax): If inclass-p, do an additional check to
21963         see whether this is really inside an external language definition
21964         block or a class definition and set inextern-p accordingly (a
21965         boolean only).
21967         (c-guess-basic-syntax): CASE 5A.4 => 5A.1; 5A.1-5A.3 => 5A.2-5A.4;
21968         New CASE 5F to check for extern-lang-close; CASE 5F-5J => 5G-5K;
21969         CASE 5I: modifier could either be 'inclass or inextern-lang; CASE
21970         14A: closing brace isn't an inline-close if we're inside an extern
21971         language block; CASE 14B: watch out for same.
21973         (c-guess-basic-syntax): CASE 5A.3: an inline-open
21974         brace should also be given inclass syntax.  The problem is that
21975         this breaks indentation for brace that start inline-inclass
21976         functions inside a nested class since they will twice add the
21977         indentation of the inner class to the running total.
21979         The solution is to not give one of the two symbols a relpos.  The
21980         decision was made to omit the relpos of the 'inline-open symbol.
21982         (c-mode-help-address): Added cc-mode-help@python.org.
21984         (c-recognize-knr-p): No longer a user variable.
21985         (c++-mode, java-mode): Set c-recognize-knr-p to nil.
21987         (c-guess-basic-syntax): CASE 5G: Although we still test on
21988         c-recognize-knr-p, this is no longer user configurable, and no
21989         longer imposes potentially disasterous impact on performance.
21990         Adopt c-mode.el assumption that argdecls are indented at least one
21991         space and that function headers are not indented.  This prevents
21992         us from potentially searching back to the top of the file when
21993         looking at a large number of top-level delarations.
21995         (c-gnu-impose-minimum): New function.
21997         (c-label-minimum-indentation): New buffer-local variable.
21999         (c-style-alist): In "gnu" style, add c-gnu-impose-minimum to
22000         c-special-indent-hook so case-label and label syntaxes will have a
22001         minimum indentation.
22003         (c-submit-bug-report): Report on c-label-minimum-indentation.
22005         (c-set-style-1): Special case c-special-indent-hook.
22007         (c-special-indent-hook): Make it buffer local.
22009         * cc-mode.el (c-skip-conditional): `try' clauses in C++ skip only
22010         1 sexp.  Also take care of finally and synchronized statements.
22012         * cc-mode.el (c-lineup-arglist-close-under-parent): New function.
22014         * cc-mode.el (c-C-conditionals): New constant.
22015         (c-C-conditional-key, c-C++-conditional-key, c-Java-conditional-key):
22016         Use c-C-conditionals.
22018         * cc-mode.el (c-Java-conditional-key): New variable.
22019         (java-mode): Use c-Java-conditional-key.
22021         * cc-mode.el (c-C++-access-key): Allow for whitespace between the
22022         protection key and the colon.
22024         * cc-mode.el (c-set-style): As a last resort, match exact case for
22025         stylename.
22027 1996-10-08  Erik Naggum  <erik@naggum.no>
22029         * simple.el (line-move): Ignore invisibility in `move-to-column'.
22031         * lisp-mode.el (with-current-buffer): Correct indentation
22032         property.
22034 1996-10-08  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22036         * gud.el: Move two function definitions.
22038 1996-10-07  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22040         * perl-mode.el (electric-perl-terminator, perl-indent-command)
22041         (perl-backward-to-noncomment, indent-perl-exp): Avoid error if
22042         comment-start-skip is nil.
22044         * timer.el (cancel-timer): Add autoload cookie.
22046 1996-10-06  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22048         * simple.el (universal-argument): Doc fix.
22050 1996-10-06  Erik Naggum  <erik@naggum.no>
22052         * help.el (print-help-return-message): Use new functions
22053         `special-display-p' and `same-window-p' to determine which help
22054         message to print.
22056 1996-10-04  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22058         * sgml-mode.el (sgml-specials): Delete `-' from the list.
22059         (sgml-font-lock-keywords): Add an element for comments.
22061         * rmailsum.el (rmail-summary-line-count-flag):
22062         Renamed from rmail-summary-line-count-p.
22064         * rmailsum.el (rmail-summary-line-count-p): New variable.
22065         (rmail-make-basic-summary-line): Optionally exclude the line count.
22067         * buff-menu.el (Buffer-menu-revert): New function.
22068         (Buffer-menu-mode-map): Use Buffer-menu-revert for g.
22069         (Buffer-menu-mode): Doc fix.
22071 1996-10-03  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22073         * imenu.el (imenu-default-create-index-function): Fix error message.
22075         * info.el (Info-read-subfile): Allow a file name as arg.
22076         (Info-search): Restore previous subfile correctly.
22078         * lisp-mode.el (eval-after-load): Add lisp-indent-function for it.
22080 1996-10-03  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
22082         * files.el (file-name-non-special): New function.
22083         Add it to file-name-handler-alist.
22085 1996-10-03  Erik Naggum  <erik@naggum.no>
22087         * lisp-mode.el (with-temp-buffer): Add indentation property.
22089         * subr.el (with-current-buffer): Minor cleanup.
22090         (with-temp-file): Support for arguments nil and t removed.
22091         (with-temp-buffer): Use this new macro instead.
22092         (with-output-to-string): Rewrite.
22094 1996-10-02  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
22096         * files.el (recover-session): Error if session files turned off.
22098 1996-09-30  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22100         * imenu.el (imenu--make-index-alist): Add doc string.
22102 1996-09-29  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22104         * edebug.el (save-selected-window, save-current-buffer)
22105         (save-match-data, with-output-to-string, with-current-buffer)
22106         (with-temp-file, with-temp-buffer): Add def-edebug-spec calls.
22108 1996-09-28  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22110         * profile.el: Delete several \n\'s.
22111         (profile-fix-fun): Delete an if whose test is never true.
22112         Handle doc strings that are also the function value.
22114 1996-09-27  Jacques Duthen  <duthen@cegelec-red.fr>
22116         * ps-print.el
22117         (ps-print-prologue-1): Fix bug in postscript comment lines.
22118         (ps-nb-pages): Call ps-setup _before_ switching to the other
22119         buffer, because of buffer variables.
22121         * ps-print.el: Major rewrite.
22122         (ps-page-dimensions-database, ps-paper-type): Replace the
22123         following global variables:
22124         (ps-a4-page-height, ps-a4-page-width, ps-legal-page-height)
22125         (ps-legal-page-width, ps-letter-page-height, ps-letter-page-width)
22126         (ps-pages-alist, ps-page-dimensions): Variables deleted.
22127         (ps-page-height-i, ps-page-width-i): Variables deleted.
22128         (ps-print-prologue): Variable deleted.
22129         (ps-print-prologue-1, ps-print-prologue-2): New variables.
22130         Major rewrite of the postscript code to handle landscape mode,
22131         multiple columns and new font management.
22132         (ps-landscape-mode, ps-number-of-columns, ps-inter-column): New
22133         variables.
22134         Add landscape mode and multiple columns with interspacing.
22135         (ps-font-info-database, ps-font-family, ps-font-size)
22136         (ps-header-font-family, ps-header-font-size, ps-header-title-font)
22137         (ps-header-title-font-size): New variables.
22138         New font management interface.
22139         (ps-header-line-pad, ps-header-offset): New variables.
22140         (ps-header-font, ps-landscape-page-height): New internal variables.
22141         (ps-top-margin): Change its semantics.  It is now really the top
22142         margin, not anymore twice the top margin.
22143         (/ReportAllFontInfo): New postscript function to get all the font
22144         families of the printer.
22145         (ps-setup): New function.
22146         (ps-line-lengths, ps-nb-pages-buffer, ps-nb-pages-region): New
22147         utility functions.
22148         (ps-page-dimensions-get-width, ps-page-dimensions-get-height): New
22149         macros.
22150         (/HeaderOffset): Fix bug with /PrintStartY.
22151         (/SetHeaderLines): Fix bug.
22153 1996-09-28  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22155         * lisp-mode.el (with-temp-file): Add lisp-indent-function property.
22157         * subr.el (with-temp-file): New macro.
22159 1996-09-27  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22161         * perl-mode.el: Add `provide' call.
22163         * ange-ftp.el (ange-ftp-skip-msgs): Recognize `passive'.
22165 1996-09-26  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22167         * etags.el (etags-file-of-tag): Fix looking-at regexp.
22169         * rmail.el: Delete all the autoload calls.
22171         * undigest.el, rmailsort.el: Add many autoload cookies.
22173         * rmailedit.el (rmail-edit-current-message): Add autoload.
22175         * rmailmsc.el (set-rmail-inbox-list): Add autoload cookie.
22177         * rmailkwd.el (rmail-read-label, rmail-add-label, rmail-kill-label)
22178         (rmail-previous-labeled-message, rmail-next-labeled-message):
22179         Add autoloads.
22181         * rmailsum.el (rmail-summary-by-senders, rmail-summary): Add autoload.
22182         (rmail-summary-by-topic, rmail-summary-by-regexp): Likewise.
22183         (rmail-summary-by-recipients, rmail-summary-by-labels): Likewise.
22185         * rmailout.el (rmail-fields-not-to-output): Add autoload cookie.
22186         (rmail-output-to-rmail-file, rmail-output): Likewise.
22188         * lucid.el (exec-to-string): New alias.
22190         * gud.el (perldb): Supply visited file name, or -e 0, as default args.
22192 1996-09-25  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22194         * subr.el (split-string): Fix minor bug.
22196         * gud.el (gud-perldb-massage-args): Handle -e in ARGS.
22197         (gud-perldb-marker-filter): Handle drive letters in file name.
22198         (perldb): Update comint-prompt-regexp for latest Perl.
22200         * gud.el (gud-mode): Locally set comint-input-ignoredups to t.
22202         * paragraphs.el (forward-paragraph): Don't ever move forward
22203         again across a line if we stopped there because it doesn't start
22204         with the fill prefix.
22206 1996-09-25  Eli Zaretskii  <eliz@is.elta.co.il>
22208         * files.el (auto-mode-alist): Add lower-case varieties of
22209         ChangeLog filenames, for case-insensitive MSDOS and MS-Windows.
22211         * viper-util.el (vip-window-display-p): Don't treat MS-DOS as a
22212         windowed display.
22214 1996-09-24  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22216         * mouse-copy.el: New file.
22218         * mouse-drag.el: New file.
22219         (mouse-drag-throw): Bind adjusted-mouse-delta.
22221         * mouse.el (mouse-drag-secondary): Make sure to return nil
22222         if we don't make a selection.
22224         * simple.el (shell-command-to-string): Make the buffer current
22225         since output goes in current buffer.  Use shell-command-switch.
22227         * lisp-mode.el (save-current-buffer, with-current-buffer)
22228         (with-output-to-string): Specify how to indent.
22230         * imenu.el (imenu--cleanup): Handle shared structure in alist.
22232         * subr.el (split-string): New function.
22234         * simple.el (shell-command-to-string): New function.
22236         * subr.el (with-output-to-string): New macro.
22238         * tex-mode.el (tex-main-file): Add missing initial value.
22239         (tex-file): Set tex-print-file to source-file always.
22240         (tex-last-file-texed): Renamed from tex-last-buffer-texed
22241         and now holds a file name.
22242         (tex-region): Test and set tex-last-file-texed.
22244         * edebug.el (edebug-original-signal): Don't define it.
22245         (edebug-signal): Call signal, not edebug-original-signal.
22246         (edebug-enter): Bind signal-hook-function instead of fsetting signal.
22247         (edebug-recursive-edit): Clear or clear signal-hook-function.
22249 1996-09-23  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22251         * files.el (insert-file-contents-literally): Doc fix.
22253         * iso-acc.el (iso-languages): Add element for latin-3.
22255 1996-09-22  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22257         * subr.el (run-hooks): defconst deleted.
22258         The initialization is now in eval.c.
22260         * arc-mode.el: Doc fixes.
22261         (archive-mode, archive-extract, archive-check-dos)
22262         (archive-write-file-member): Set buffer-file-type only if
22263         default-buffer-file-type is bound.
22264         (buffer-file-type): Don't make this buffer-local or permanent.
22265         Just don't mess with it.
22267         * rmailkwd.el (rmail-keywords): Don't initialize.
22269 1996-09-22  Stephen Gildea  <gildea@stop.mail-abuse.org>
22271         * time-stamp.el (time-stamp-old-format-warn): New variable.
22272         (time-stamp-format): Use ISO 8601 format for date.
22274 1996-09-22  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22276         * isearch.el (unread-command-event, unread-command-events)
22277         (last-command-event): defvars deleted.
22279         * edebug.el (pre-command-hook, post-command-hook): Defvars deleted.
22280         (post-command-idle-hook): Defvar deleted.
22281         (edebug-outside-post-command-idle-hook): Defvar deleted.
22282         (edebug-enter): Don't look at or set post-command-idle-hook.
22283         (edebug-outside-excursion): Likewise.
22284         (edebug-emacs-19-specific): Don't define read-expression-history
22285         and read-expression-map.
22287         * ffap.el (path-separator): Duplicate definition deleted.
22288         (ffap-what-domain): Don't define mail-extr-all-top-level-domains here.
22290         * refbib.el (r2b-capitalize-title-stop-words): Renamed from capit...
22291         (r2b-capitalize-title-stop-regexp): Renamed from capit...
22292         (r2b-capitalize-title-region): Renamed from capitalize...
22293         (r2b-capitalize-title): Renamed from capitalize...
22295         * bib-mode.el (bib-capitalize-title-stop-words): Renamed from capit...
22296         (bib-capitalize-title-stop-regexp): Renamed from capit...
22297         (bib-capitalize-title-region): Renamed from capitalize...
22298         (bib-capitalize-title): Renamed from capitalize...
22300         * edmacro.el (insert-kbd-macro): Duplicate definition deleted.
22302         * subr.el (eql): Incorrect definition deleted.
22303         Now it is only in cl.el.
22305         * lucid.el (add-timeout): Duplicate definition deleted.
22306         (screenw-width, screen-height): Likewise.
22307         (disable-timeout, keymap-parent, set-keymap-parent): Likewise.
22309         * frame.el (ctl-x-5-map, ctl-x-5-prefix): Duplicate defs deleted.
22311         * register.el: New kind of register value is a file name and position.
22312         (jump-to-register): Handle file-query.
22313         (register-swap-out): New function.  Add it to kill-buffer-hook.
22314         (register-alist): Doc fix.
22316         * subr.el (with-current-buffer): New macro.
22318         * byte-opt.el (byte-optimize-form-code-walker):
22319         Treat save-current-buffer like save-excursion.
22321 1996-09-21  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22323         * bytecomp.el (save-current-buffer): Compile it like save-excursion.
22324         (byte-compile-save-current-buffer): New function.
22326         * help.el (locate-library): Print no messages if called from Lisp.
22328         * imenu.el (imenu--split-menu): Keep the rescan item at top level.
22329         Keep subalists at top level too.
22330         Name the split-off submenus from the first item in them.
22331         (imenu--generic-function): Avoid adding nil as elt of the result.
22333         * imenu.el (imenu--generic-function): Create a special entry
22334         if the element of imenu-generic-function asks for it.
22335         (imenu): Handle special entries.
22336         (imenu--subalist-p): New function.  Use in various places.
22338 1996-09-20  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22340         * frame.el (scroll-bar-side): New variable.
22341         (toggle-scroll-bar): Use scroll-bar-side.
22343 1996-09-19  Michael Kifer  <kifer@cs.sunysb.edu>
22345         * ediff-mult.el (ediff-quit-session-group-hook): New hook.
22346         (ediff-filegroup-action): Now passes ediff-merge-store-file to
22347         subordinate Ediff sessions.
22348         * ediff.el: Now supports autostore for merge jobs.
22349         * ediff-util.el (ediff-maybe-save-and-delete-merge): New function.
22350         (ediff-setup): Now uses convert-standard-filename.
22351         (ediff-make-temp-file): Now returns expanded file name.
22352         (ediff-really-quit): Now warps pointer into a working frame
22353         * ediff-init.el (ediff-quit-merge-hook, ediff-autostore-merges):
22354         New variables.
22355         (ediff-convert-standard-file-name): New function.
22356         Added on-line help, moved some functions to and from ediff-util.el.
22357         (ediff-file-remote-p): Modified.
22358         (ediff-set-face-pixmap): New function.
22359         (ediff-odd-diff-pixmap, ediff-even-diff-pixmap, ediff-fine-diff-pixmap):
22360         New variables.
22361         * ediff-ptch.el (ediff-context-diff-label-regexp): Fixed regexp.
22362         (ediff-map-patch-buffer): Fixed beg/end patch boundaries.
22363         Now checks for the return code from the patch program.
22364         Fixed ediff-patch-options, ediff-backup-extension, ediff-backup-specs.
22365         * ediff-merg.el, ediff-diff.el, ediff-init.el:
22366         * ediff-hook.el: Changed ediff-meta to ediff-mult.
22367         * ediff-ptch.el (ediff-backup-specs): New variable.
22368         * ediff.el (ediff-documentation): Modified.
22369         * ediff-help.el: New file.
22370         * ediff-mult.el (ediff-intersect-directories)
22371         (ediff-meta-insert-file-info): Functions modified.
22372         * ediff-vers.el, ediff.el:
22373         Changed vc/rcs/etc-ediff-internal to ediff-vc/rcs/etc-internal
22374         * ediff-diff.el (ediff-setup-fine-diff-regions):
22375         Allow diff options to be passed to the diff program.
22377 1996-09-19  Michael Kifer  <kifer@cs.sunysb.edu>
22379         * viper.el (vip-autoindent): No longert moves insert point.
22380         (vip-paren-match): Now pays no attention to comments and
22381         leaves region active.
22382         * viper-util.el (vip-convert-standard-file-name): New function.
22384 1996-09-19  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22386         * mouse.el (mouse-drag-region): Ignore event end-point if it
22387         is not a number.
22389         * imenu.el (imenu--generic-function): Use markers for positions.
22391 1996-09-18  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22393         * imenu.el (imenu--mouse-menu): Add special handling for
22394         rescan item.
22396         * tq.el (tq-filter): No need for save-match-data.
22398         * gud.el (gud-display-line): Don't call display-buffer
22399         if buffer already has a window.
22401 1996-09-17  Karl Heuer  <kwzh@gnu.ai.mit.edu>
22403         * rmailsum.el (rmail-summary-next-same-subject): Don't set
22404         search-regexp until after adjusting subject string.
22406 1996-09-16  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22408         * ispell.el (ispell-dictionary-alist-1): Add `american' to list.
22410 1996-09-16  Andre Spiegel  <spiegel@berlin.informatik.uni-stuttgart.de>
22412         * vc.el (vc-print-log): Set the display window so that it shows
22413         the current log entry completely.
22415         * vc-hooks.el (vc-find-cvs-master): Fixed handling of "locally
22416         added" files.
22418 1996-09-16  Erik Naggum  <erik@naggum.no>
22420         * files.el (file-locked-p): Alias to `ignore' if no file locking.
22422 1996-09-15  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22424         * rmail.el (rmail-insert-inbox-text): Detect locked
22425         RMAIL files at the outset, before copying any files.
22427 1996-09-15  Lennart Staflin  <lenst@lysator.liu.se>
22429         * tq.el (tq-filter): Add unwind-protect and save-match-data.
22431 1996-09-14  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22433         * info.el (Info-mode): Do fontify, if ms-windows.
22435         * startup.el (normal-top-level, command-line-1, command-line):
22436         Test for ms-windows instead of win32, and use memq.
22438         * mouse.el (mouse-set-region):
22439         Test for ms-windows instead of win32, and use memq.
22441         * faces.el (make-face, make-face-x-resource-internal):
22442         Test for ms-windows instead of win32.  Use memq.
22443         (initialization at end of file): Likewise.
22445         * facemenu.el (facemenu-color-equal): Change win32 to ms-windows.
22447         * bytecomp.el (byte-compile-lambda): If the doc string is also the
22448         return value, use it for both.
22450         * rmailout.el (rmail-output-file-alist): Add autoload cookie.
22451         (rmail-delete-after-output): Duplicate defvar deleted.
22453         * files.el (find-file-existing-other-name): Default value now t.
22455         * ps-print.el (ps-print-prologue): Get rid of backslash-digits
22456         control characters in comments.
22458 1996-09-13  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22460         * files.el (inhibit-first-line-modes-regexps): Add .tgz.
22462 1996-09-13  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
22464         * mail-extr.el (mail-extr-safe-move-sexp): Make sure this doesn't
22465         signal errors even for pathological From headers.
22467 1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22469         * iso-transl.el (iso-transl-char-map): Add ACCENT SPACE sequences.
22471         * hideif.el (hif-token-regexp): Move ! after !=.
22473         * loadup.el: Load frame.elc unconditionally.
22475 1996-09-12  Kevin Rodgers  <kevinr@ihs.com>
22477         * loadhist.el (read-feature): New function.
22478         (unload-feature): Read FEATURE interactively with read-feature.
22480 1996-09-11  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22482         * ediff-init.el (ediff-eval-in-buffer): Add properties
22483         such lisp-indent-function, lisp-indent-hook, edebug-form-spec.
22485         * ediff-ptch.el (ediff-context-diff-label-regexp):
22486         Recognize -u format better.
22487         (ediff-map-patch-buffer): Recognize -u format better.
22489         * bindings.el: New file, split out from loaddefs.el.
22490         * loadup.el: Load bindings.el.
22492         * gud.el (gud-find-c-expr): Renamed from find-c-expr.
22493         Don't get fooled by if and while statements.
22494         (gud-expr-compound): Renamed from expr-compound.
22495         (gud-expr-compound-sep): Renamed from expr-compound-sep.
22496         (gud-next-expr): Renamed from expr-next.
22497         (gud-prev-expr): Renamed from expr-prev.
22498         (gud-forward-sexp): Renamed from expr-forward-sexp.
22499         (gud-backward-sexp): Renamed from expr-backward-sexp.
22500         (gud-innermost-expr): Renamed from expr-cur.
22502 1996-09-10  Per Abrahamsen  <abraham@dina.kvl.dk>
22504         * easymenu.el (easy-menu-do-define): Use `x-popup-menu' instead of
22505         non-existing `easy-popup-menu'.
22507 1996-09-10  Erik Naggum  <erik@psilocin.gnu.ai.mit.edu>
22509         * bytecomp.el (byte-compile-output-file-form): Bind print-quoted
22510         and print-gensym to t when writing compiled byte-code objects.
22511         (byte-compile-output-docform): Likewise.
22513 1996-09-10  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22515         * autoload.el (update-file-autoloads): Don't barf if autoloads
22516         file file is completely empty.
22518         * bytecomp.el (byte-compile-out-toplevel): Undo previous change.
22519         (byte-compile-byte-code-maker): Undo previous change.
22521         * rmail.el (rmail-find-all-files): Rely on directory-files
22522         to do the filtering.
22524         * imenu.el (imenu): Tests for when to widen were backwards.
22525         (imenu--split-menu): Handle imenu-sort-function here.
22526         (imenu--mouse-menu, imenu-update-menubar): Not here.
22527         (imenu--mouse-menu): Rewrite second half--handle
22528         nested menus reliably.
22529         (imenu--create-keymap-2): Include ITEM in the leaf menu-item.
22531 1996-09-09  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22533         * outline.el (outline-font-lock-keywords):
22534         Treat carriage return like newline.
22536         * pp.el (pp-eval-expression): Set font-lock-default locally to nil.
22538 1996-09-08  Andre Spiegel  <spiegel@berlin.informatik.uni-stuttgart.de>
22540         * vc-hooks.el (vc-file-owner): If the file is owned by somebody
22541         else, return the UID as a string, so that the rest of VC can use
22542         it like a username.
22544         * vc.el (vc-print-log): Move point to the log entry of the current
22545         version.
22547 1996-09-05  Michael Kifer  <kifer@cs.sunysb.edu>
22549         * viper-keym.el, viper.el (vip-scroll):
22550         Changed to vip-scroll-screen, other modifications.
22551         (vip-alternate-ESC): Changed to vip-alternate-Meta-key.
22552         * viper.el (vip-escape-to-vi, vip-prefix-arg-value)
22553         (vip-prefix-arg-value): Now work with prefix arguments and also
22554         will work with 2dw and d2d style commands.
22555         (vip-prefix-arg-value, vip-prefix-arg-com): Now work in any Vi state.
22556         (vip-message-folder-hook, vip-dired-hook): New hooks.
22557         (vip-paren-match): Go to closing paren first.
22558         (vip-find-char-forward, vip-find-char-backward, vip-goto-char-forward)
22559         (vip-goto-char-backward): Functions modified.
22560         (vip-set-hooks): Added viper to fortran-mode.
22561         (viper-mode): Don't delete the startup message.
22562         * viper-keym.el: C-\ is now the meta key.
22563         C-z in insert mode now escapes to Vi.
22564         (vip-slash-and-colon-map, vip-comint-mode-modifier-map)
22565         (vip-dired-modifier-map): New modifying keymaps.
22566         * viper-util.el, viper.el: Added pixmaps to replace-region and
22567         search faces.
22568         (vip-get-filenames-from-buffer): The argument is now optional.
22569         (vip-ex-nontrivial-find-file-unix): Added the -d option to ls command.
22570         (vip-read-key): Inhibit quit added.
22571         (vip-get-cursor-color): Fixed to work with XEmacs.
22572         * viper-ex.el (ex-edit): Don't change to vi in dired mode.
22574 1996-09-04  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22576         * apropos.el (apropos-print): Don't say `Type ' before M-x cmd.
22578         * replace.el (perform-replace): Increment replace-count
22579         in the places where we do the replacement.
22581         * executable.el (executable-insert): Doc fix.
22582         (executable-query): Doc fix.
22584 1996-09-03  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22586         * startup.el (command-line, command-line-1):
22587         Stop processing options if we encounter "--".
22589         * dired.el (dired-mode-map): Add revert-buffer to Immediate menu.
22591         * frame.el (other-frame): Don't call unfocus-frame.
22593         * mouse.el (mouse-select-window): Don't call unfocus-frame.
22595         * rmail.el (rmail-convert-to-babyl-format):
22596         Increase sit-for timeout to 3 seconds.
22598 1996-09-03  Paul Eggert  <eggert@twinsun.com>
22600         * calendar.el (calendar-current-date):
22601         Simplify by using decode-time instead
22602         of parsing current-time-string.
22604         * ls-lisp.el (insert-directory): Use same value of `now' for all files.
22605         (ls-lisp-format): New argument NOW.  Arguments are no longer optional.
22606         (ls-lisp-format-time): New argument NOW.  Use same method as `ls'
22607         to decide whether to show time-of-day or year.
22609         * timer.el (timer-next-integral-multiple-of-time): New function.
22610         (run-at-time): If TIME is t, do the action at the next
22611         integral multiple of REPEAT.
22612         * time.el (display-time): Use new run-at-time functionality to
22613         fix display glitches when display-time-interval != 60.
22615 1996-09-03  Eli Zaretskii  <eliz@is.elta.co.il>
22617         * paren.el (show-paren-function): Handle unbalanced parens as
22618         mismatched.  When the unbalanced paren is an opening paren,
22619         highlight it as mismatched.
22621 1996-09-03  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22623         * iso-transl.el (iso-transl-dead-key-alist): Add dead-...
22624         and S-dead-... key names to this list.
22625         (key-translation-map): Don't define dead-... and S-dead... here.
22626         (iso-transl-define-keys): Handle multiple matches
22627         in iso-transl-dead-key-alist for one accent character.
22629 1996-09-02  Paul Eggert  <eggert@twinsun.com>
22631         * timer.el (run-at-time): Doc fix.
22633 1996-09-02  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22635         * rmail.el (rmail-find-all-files): Eliminate recursive scan.
22637         * server.el (server-process-filter): Quote with &, not \.
22639         * simula.el (save-match-data): Definition deleted.
22641 1996-09-01  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22643         * ffap.el (ffap-locate-file): Function deleted.
22644         (ffap-locate-jka-suffixes): Variable deleted.
22645         (ffap-alist): Use locate-library.
22647         * help.el (locate-library): Doc fix.
22648         (locate-library): New arg PATH.  Handle autocompression mode.
22650         * mail-utils.el (rmail-dont-reply-to): Recognize the names to delete
22651         when they appear within <...>.
22653         * server.el (server-process-filter): Undo the quoting with
22654         backslashes that emacsclient now does for special characters.
22655         Delete some debugging code accidentally left in.
22657         * cl-seq.el, cl-extra.el, cl.el, cl-macs.el:
22658         Turn on byte-compile-dynamic.
22660         * files.el (insert-directory): If ls fails, get an error.
22662 1996-09-01  Per Abrahamsen  <abraham@dina.kvl.dk>
22664         * info.el: Add menu items and xrefs to the menu bar menu.
22665         (Info-check-pointer): New function.
22666         (Info-mode-menu): New menu.
22667         (Info-menu-last-node): New variable.
22668         (Info-menu-update): New function.
22669         (Info-mode): Add `Info-menu-update' to `activate-menubar-hook'.
22671 1996-09-01  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22673         * compile.el (compilation-finish-functions): New variable.
22674         (compilation-handle-exit): Run compilation-finish-functions.
22676         * viper.el (vip-custom-file-name): Use convert-standard-filename.
22678         * desktop.el (desktop-basefilename): Use convert-standard-filename.
22680         * bookmark.el (bookmark-default-file): Use convert-standard-filename.
22682         * add-log.el (change-log-name): Don't treat MSDOS, NT specially.
22684         * vc.el (vc-register-switches): New variable.
22685         (vc-backend-admin): Use vc-register-switches.
22687 1996-09-01  Vladimir Alexiev  <vladimir@cs.ualberta.ca>
22689         * tmm.el (tmm-add-one-shortcut): New subroutine.
22690         (tmm-add-shortcuts): Code moved to tmm-add-one-shortcut.
22691         Handle tmm-shortcut-style and tmm-shortcut-words.
22692         (tmm-define-keys): Use suppress-keymap.
22693         Moved use-local-map from the caller here.
22694         tmm-short-cuts is now a list of chars, not of one-char strings.
22695         (tmm-completion-delete-prompt): New function, used in
22696         completion-setup-hook.
22697         (tmm-shortcut-style): New variable.
22698         (tmm-shortcut-words): New variable.
22699         (tmm-shortcut): Handle tmm-shortcut-style.
22700         The shortcut searched in tmm-short-cuts is now a char, not a string.
22702 1996-08-31  Geoff Voelker  <voelker@cs.washington.edu>
22704         * dos-nt.el: New file.
22706         * dos-fns.el, winnt.el (path-separator, grep-null-device)
22707         (grep-regexp-alist, file-name-buffer-file-type-alist)
22708         (find-buffer-file-type, find-file-not-found-set-buffer-file-type)
22709         (find-file-binary, find-file-text, mode-line-format):
22710         Moved to dos-nt.el.
22712         * winnt.el (save-to-unix-hook, revert-from-unix-hook)
22713         (using-unix-filesystems): Functions removed.
22715         * loadup.el [windows-nt, ms-dos]: Load dos-nt.
22717 1996-08-31  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22719         * cc-mode.el (c-backslash-region): If a line ends at the end of
22720         the region, always delete backslash from it.
22722 1996-08-31  Paul Eggert  <eggert@twinsun.com>
22724         * gnus.el, paths.el (gnus-local-domain): Remove.
22726 1996-08-31  Boris Goldowsky  <boris@gnu.ai.mit.edu>
22728         * simple.el (set-hard-newline-properties): New fn.
22729         (newline): Use it.
22731         * paragraphs.el (use-hard-newlines): New minor mode function.
22732         Existing variable gets doc fix.
22734         * format.el (format-alist): Doc fix.
22735         (format-annotate-function): New argument ORIG-BUF, passed on to TO-FN.
22736         (format-encode-region): Let TO-FN know that our current buffer is
22737         its ORIG-BUF.
22739         * enriched.el: Don't fill based on window width.
22740         Don't require facemenu; it's preloaded if applicable.
22741         (enriched-default-right-margin, enriched-fill-after-visiting)
22742         (enriched-text-width): Variables deleted.
22743         (enriched-text-width): Function deleted.
22744         (enriched-initial-annotation): Use `fill-column' rather than
22745         enriched-text-width.
22746         (enriched-mode): Use `add-to-list'.  Turn use-hard-newlines on by
22747         calling function, not setting variable.
22748         (enriched-encode): New argument ORIG-BUF; evaluate
22749         enriched-initial-annotation in that buffer.
22750         (enriched-decode): Turn on use-hard-newlines with function.
22751         Use new `set-hard-newline-properties' function.  Set fill-column from
22752         File-Width header; re-fill paragraphs only if there is no
22753         File-Width header.
22755 1996-08-31  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22757         * mouse.el (mouse-show-mark): Detect loss of selection
22758         while we are showing it highlighted.
22760         * isearch.el (isearch-*-char): Use the isearch-other-end as new
22761         starting point in both directions.
22763         * files.el (make-auto-save-file-name): Try a few directories
22764         to get one we can write in.
22766         * doctor.el (make-doctor-variables): Eliminate unused variables `elist'
22767         and `monosyllables'.  `observation-list' also.
22769         * frame.el: Doc fixes.
22771         * faces.el (internal-set-face-1): When calling x-list-fonts,
22772         ask for just one match.
22774         * startup.el (command-line-1): Rearrange initial screen.
22776         * rmail.el (rmail-get-new-mail): Handle files in multiple batches,
22777         in case two inboxes have the same last name component.
22779 1996-08-30  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22781         * webjump.el (webjump-sample-sites): Define with defvar.
22782         (webjump-state-to-postal-alist): Likewise.
22784         * vc.el (vc-update-change-log): Doc fix.
22786         * simple.el (do-auto-fill): Do break after one word as last resort
22787         even if there is a fill prefix.
22789         * webjump.el: New file.
22790         (webjump-submit-bug-report): Function deleted.
22791         (webjump-maintainer-address, webjump-author): Variable deleted.
22792         (webjump-vc-id, webjump-version): Variables deleted.
22794 1996-08-29  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22796         * texinfmt.el (texinfo-format-printindex):
22797         Treat windows-nt and ms-dos like vax-vms.
22799         * foldout.el (foldout-hide-flag, foldout-show-flag):
22800         New variables.
22801         (foldout-exit-fold): Use those variables.
22803         * subr.el (save-match-data): Fix typo in previous change.
22805 1996-08-29  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
22807         * nndoc.el (nndoc-mbox-article-begin): New function.
22808         (nndoc-type-alist): Enter it into definition.
22809         (nndoc-dissect-buffer): Use new definition.
22811 1996-08-29  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22813         * reporter.el (reporter-compose-outgoing): Fix error syntax.
22814         (reporter-bug-hook): Fix error message.
22816         * simple.el (mail-user-agent, define-mail-user-agent):
22817         Definitions moved here from reporter.el.
22818         (sendmail-user-agent, mh-e-user-agent): Definitions moved here.
22820         * reporter.el (mail-user-agent): Variable moved to simple.el.
22821         (define-mail-user-agent): Function moved to simple.el.
22822         (sendmail-user-agent, mh-e-user-agent): Defs moved to simple.el.
22823         (reporter-mail): Function deleted.
22825 1996-08-29  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
22827         * message.el (message-do-fcc): Supply the FROM-GNUS parameter to
22828         `rmail-output'.
22830 1996-08-29  Dave Love  <d.love@dl.ac.uk>
22832         * vc.el (vc-update-change-log): Remove code which found RCS files
22833         only in RCS directory; leave this to rcs2log, which will find
22834         entries for CVS or RCS/*,v and *,v.  Lose sub-process' stderr
22835         output.  Doc fix.
22837 1996-08-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
22839         * bytecomp.el (byte-compile-associative):
22840         Treat one arg case like (+ x 0).
22842         * lisp.el (narrow-to-defun): New function.
22843         * loaddefs.el (ctl-x-map): Put narrow-to-defun on C-x n d.
22845 1996-08-28  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
22847         * subr.el (save-match-data): Fix previous change.
22849         * time.el (display-time): Call display-time-mode.
22850         (display-time-mode): Take arg or toggle, as a minor mode.
22852         * files.el (kill-some-buffers): New arg LIST says buffs to maybe kill.
22854         * sendmail.el (mail-mode-auto-fill): New function.
22855         (mail-mode): Put it into normal-auto-fill-function.
22857         * menu-bar.el (menu-bar-update-buffers): Make the Frames menu
22858         a submenu of the Buffers menu.
22860 1996-08-28  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
22862         * gnus.el (gnus-group-read-group): Use range functions instead of
22863         list functions for the tick and marks ranges.
22865 1996-08-28  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
22867         * ange-ftp.el (ange-ftp-ls): Run ange-ftp-before-parse-ls-hook.
22868         (ange-ftp-before-parse-ls-hook): Add defvar.
22870         * server.el (server-visit-files): New argument NOWAIT.
22871         Don't record on server-buffer-clienjts if NOWAIT.
22872         (server-process-filter): Pass NOWAIT arg based on data from server.
22873         Don't record in server-clients if NOWAIT.
22875         * subr.el (save-match-data): Use save-match-data-internal
22876         as the local variable, instead of an uninterned symbol.
22878         * bytecomp.el (byte-compile-funarg-2): New function.
22879         (sort): Use byte-compile-funarg-2.
22880         (byte-compile-out-toplevel): Always compile to byte code
22881         if an uninterned symbol appears.
22882         (byte-compile-byte-code-maker): Handle uninterned symbols
22883         in the constant vector.
22885         * sendmail.el (mail-self-blind, mail-interactive)
22886         (mail-yank-ignored-headers): Make them user options.
22888         * sh-script.el (sh-alias-alist): Use gnu/linux, not lignux.
22890 1996-08-27  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
22892         * gnus.el (gnus-decode-rfc1522): Didn't put point at point-min
22893         before starting to decode.
22895 1996-08-27  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22897         * dired.el (dired-chown-program): Replace lignux with gnu/linux.
22899         * ediff-ptch.el: Require ediff-init.
22901 1996-08-26  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22903         * mouse.el (mouse-region-delete-keys): New variable.
22904         (mouse-show-mark): If one of those keys is next, delete the region.
22906         * apropos.el (apropos-mode-map): Don't use view-mode;
22907         instead, bind SPC and DEL directly.
22909         * shell.el (shell-mode): Don't assume /dev/null is its own truename.
22911 1996-08-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
22913         * diff.el (diff): Don't pop to *diff* buffer.  Change bogus
22914         unwind-protect to save-excursion.
22916 1996-08-26  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22918         * pc-select.el (ensure-mark): Minor rewrite.
22919         (scroll-down-mark): Handle pc-select-override-scroll-error.
22920         (scroll-down-nomark): Likewise.
22921         (scroll-up-mark, scroll-up-nomark): Likewise.
22922         (pc-selection-mode): Get rid of the advice on scroll-up, scroll-down.
22924         * bytecomp.el (byte-compile-insert-header): Fix previous change.
22926 1996-08-25  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22928         * imenu.el (imenu--in-alist): Accept only bottom-level matches.
22930         * bytecomp.el (byte-compile-insert-header): Clean up syntax
22931         of messages.  Mention setting of byte-compile-dynamic.
22932         Edit byte-compile-version to extract just the version number.
22933         (byte-compile-version): Use the RCS version number.
22935         * tar-mode.el (tar-mode-write-file): Clear buffer's own modified flag
22936         after clearing the ones listed within it.
22938 1996-08-25  Erik Naggum  <erik@naggum.no>
22940         * rmail.el (rmail-show-message): Bind `end' after clearing the
22941         "unseen" attribute.
22943 1996-08-24  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22945         * rmailsum.el (rmail-summary-rmail-update): Bind rmail-not-really-seen
22946         non-nil if in isearch mode.
22948         * rmail.el (rmail-show-message): Clear `unseen' even if header
22949         is already reformatted--but don't do it if rmail-not-really-seen.
22950         (rmail-not-really-seen): New variable.
22952         * iso-acc.el (minibuffer-setup-hook): Fix misspelling of hook name.
22954         * tex-mode.el (tex-main-file): New variable.
22955         (tex-file): Use that.  Rename local var to source-file
22956         so it is obviously local.
22958 1996-08-24  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
22960         * gnus.el (gnus-group-enter-directory): Would temporarily bind
22961         `nneething-read-only', shadowing the proper `defvar'.
22963 1996-08-24  Paul Eggert  <eggert@twinsun.com>
22965         * add-log.el (change-log-time-zone-rule): New variable.
22966         (iso8601-time-zone): New function.
22967         (add-change-log-entry): If change-log-time-zone-rule is non-nil,
22968         calculate date according to that rule, and indicate resulting
22969         time zone.
22971 1996-08-24  Erik Naggum  <erik@naggum.no>
22973         * add-log.el: Change to ISO 8601 date formats, without time of day.
22974         (change-log-font-lock-keywords): Adjust accordingly.
22975         (add-change-log-entry): Compare and insert with new date format.
22976         (change-log-mode): Make `paragraph-start' and `paragraph-separate'
22977         use \< like `page-delimiter' for consistency.
22979 1996-08-23  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
22981         * cc-mode.el (c-mode-base-map): New variable.
22982         (c-mode-map, c++-mode-map, objc-mode-map, java-mode-map):
22983         Inherit from c-mode-base-map, not c-mode-map.
22985 1996-08-22  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
22987         * apropos.el (apropos-mode): Turn on View mode.
22989         * isearch.el (isearch-edit-string): When starting nonincremental
22990         search, after peeking ahead one char, call cancel-kbd-macro-events.
22992 1996-08-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
22994         * subr.el (keyboard-translate): Use a char-table.
22995         (keyboard-translate-table): Add char-table-extra-slots property.
22997         * pc-select.el: Replace \n in doc strings.
22998         (pc-selection-mode): Big doc fix.  Don't bind f1.
23000 1996-08-21  Michael Staats  <michael@thp.Uni-Duisburg.DE>
23002         * pc-select.el (forward-line-mark): New function.
23003         (forward-line-nomark): New function.
23004         (backward-line-mark): New function.
23005         (backward-line-nomark): New function.
23006         (pc-selection-mode): Add keybindings for those functions.
23007         (pc-select-override-scroll-error): New variable.
23008         (pc-selection-mode): Get rid of the advice on scroll-up, scroll-down.
23010 1996-08-21  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
23012         * simple.el (kill-region): inhibit-read-only overrides text props too.
23014 1996-08-20  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
23016         * files.el (revert-buffer): Doc fix.
23018 1996-08-20  Mike Long  <mike.long@analog.com>
23020         * make-mode.el (makefile-font-lock-keywords): Catch variable
23021         references that use substitutions.
23023 1996-08-20  Karl Heuer  <kwzh@gnu.ai.mit.edu>
23025         * ielm.el (ielm-map): Don't bind M-q.
23026         (inferior-emacs-lisp-mode): Set fill-paragraph-function instead.
23027         * add-log.el (change-log-mode-map): Don't bind M-q.
23028         (change-log-mode): Set fill-paragraph-function instead.
23030 1996-08-17  Paul Eggert  <eggert@twinsun.com>
23032         * rfc822.el (rfc822-bad-address): Don't put a newline into the
23033         error message; this confuses rmail.
23035 1996-08-17  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
23037         * rmail.el (rmail-ignored-headers): Hide X-char* and X-face,
23038         but not Sender.
23040 1996-08-16  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
23042         * decipher.el (decipher-get-undo-copy): New function.
23043         (decipher-get-undo): Use it.
23045         * simple.el (shell-command): Really use output-buffer in synchronous
23046         case, when it is a buffer.
23048         * faces.el (modify-face): Handle nil as stipple value.
23049         (internal-face-interactive-stipple): New function.
23050         (set-face-stipple): Use internal-face-interactive-stipple.
23052         * rmail.el (rmail-ignored-headers): Ignore Path:, Sender:, X-mailer:.
23054         * faces.el (modify-face): Handle stipple values
23055         of the form (WIDTH HEIGHT DATA).
23057 1996-08-15  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
23059         * mouse.el (mouse-drag-region): Don't call mouse-set-region-1
23060         if mark is gone or no longer active or if we changed buffers.
23062 1996-08-14  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
23064         * paths.el (news-inews-program): Look for /usr/contrib/lib/news/inews.
23066         * sgml-mode.el (html-tag-alist): Fix the entry for "font".
23068         * ange-ftp.el (ange-ftp-process-filter): Discard nulls.
23070 1996-08-13  Erik Naggum  <erik@naggum.no>
23072         * message.el (message-mode): Delete abbrev mode initialization.
23073         (message-mode-hook): Move it here, instead, so the user can
23074         override it.
23075         (message-y-or-n-p, message-talkative-question)
23076         (message-flatten-list, message-flatten-list-1): Move utility
23077         functions up so macro is defined before first invocation.
23079         * f90.el (f90-auto-fill-mode): Function deleted, all references
23080         replaced with `auto-fill-mode'.
23081         (f90-mode): Make `normal-auto-fill-function' local to this buffer
23082         and bind to `f90-do-auto-fill'.
23084 1996-08-13  Torbjorn Einarsson  <etxeina@etxdn.ericsson.se>
23086         * f90.el (f90-do-auto-fill): Fix bug which made program hang for
23087         space in fill-column.
23088         (f90-font-lock-keywords-1): Now we have common font-lock
23089         exps for Emacs and XEmacs.
23090         (f90-font-lock-keywords-2): Change reg-exp for line number.
23091         A number must be followed by a letter to be highlighted.
23092         Fix highlighting of declarations with trailing comments.
23093         (f90-match-end): Fix bug due to new message syntax.
23094         (f90-mode): Fix setup of variable font-lock-defaults.
23095         (f90-looking-at-program-block-start): Small error in detecting of
23096         function start.  Made the detection of subroutine start more flexible.
23097         (f90-mode-map): Much nicer menu with sections and added submenus
23098         for highlighting and keyword case change.
23099         Also added 'menu-enable' properties for region-based commands.
23100         (f90-imenu-generic-expression): Fix expression to find
23101         procedures, modules and types.
23102         (f90-add-imenu-menu): New function for adding imenu menu to the menubar.
23104 1996-08-13  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
23106         * ange-ftp.el (ange-ftp-kill-ftp-process): Handle buffer name as arg.
23108 See ChangeLog.6 for earlier changes.
23110 ;; Local Variables:
23111 ;; coding: utf-8
23112 ;; End:
23114         Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006,
23115       2007, 2008  Free Software Foundation, Inc.
23117   This file is part of GNU Emacs.
23119   GNU Emacs is free software: you can redistribute it and/or modify
23120   it under the terms of the GNU General Public License as published by
23121   the Free Software Foundation, either version 3 of the License, or
23122   (at your option) any later version.
23124   GNU Emacs is distributed in the hope that it will be useful,
23125   but WITHOUT ANY WARRANTY; without even the implied warranty of
23126   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23127   GNU General Public License for more details.
23129   You should have received a copy of the GNU General Public License
23130   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
23132 ;;; arch-tag: 0995d517-13da-45ab-9c2d-7911aa25512b