*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog.7
index dfbff8e..bfdf284 100644 (file)
 
        * which-func.el (which-func-modes): Add fortran-mode.
 
-       * ediff-util.el (ediff-next-difference, ediff-previous-difference): 
+       * ediff-util.el (ediff-next-difference, ediff-previous-difference):
        Handle nil as arg.
 
 1998-08-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
        * progmodes/compile.el (next-error): Doc fix.
        (grep): Doc fix.
 
-       * loadup.el: Load byte-run and format a little earlier.   
+       * loadup.el: Load byte-run and format a little earlier.
 
 1998-08-08  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
        * hilit-chg.el: New file.
        Delete the undo-in-progress compatibility code.
 
-       * mail/rmailmsc.el (set-rmail-inbox-list): 
+       * mail/rmailmsc.el (set-rmail-inbox-list):
        Error if not in Rmail mode.
 
-       * textmodes/paragraphs.el (forward-paragraph): 
+       * textmodes/paragraphs.el (forward-paragraph):
        Fix the logic for handling beginning of buffer
        in the "no fill-prefix" case.
 
 
 1998-08-05  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
-       * gnus/message.el: Require sendmail. 
+       * gnus/message.el: Require sendmail.
        (message-fill-yanked-message): Use mail-citation-prefix-regexp
        as an arg to fill-individual-paragraphs.
 
        * font-lock.el (lisp-font-lock-keywords-1): Fontify `defconstant'
        and `defparameter'.
        (lisp-font-lock-keywords-2): Fontify `lambda', `in-package'
-       and `locally'. 
+       and `locally'.
 
        * emacs-lisp/cl-indent.el (lisp-indent-defun-method): New variable.
        (common-lisp-indent-function): Use it.
        (lisp-indent-259): Uncomment the `&lambda' code.
        (top-level let): Remove duplicate `catch' and `block'.  Use
        `&lambda' when appropriate.  Now the lambda lists are indented
-       appropriately. 
+       appropriately.
 
 1998-07-30  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
        * dired.el (dired-garbage-files-regexp): Finish fixing regexp syntax.
 
-       * mail/sendmail.el (mail-yank-region): 
+       * mail/sendmail.el (mail-yank-region):
        Bind mark-even-if-inactive to t.
        (mail-yank-original was similarly changed, a few versions ago.)
 
 
 1998-07-25  Dan Nicolaescu  <done@ece.arizona.edu>
 
-       * files.el (auto-mode-alist): Move nroff-modes down the list. 
+       * files.el (auto-mode-alist): Move nroff-modes down the list.
 
 1998-07-25  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
 
 1998-07-14  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
-       * info.el (Info-read-node-name-1, Info-read-node-name): 
+       * info.el (Info-read-node-name-1, Info-read-node-name):
        Rename completion-table to Info-read-node-completion-table.
        (Info-read-node-completion-table): Add defvar.
        (Info-complete-menu-buffer): Add defvar.
 
 1998-07-04  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
-       * textmodes/fill.el (fill-individual-paragraphs): 
+       * textmodes/fill.el (fill-individual-paragraphs):
        If JUST-ONE-LINE-PREFIX matches TWO-LINES-PREFIX except with
        longer whitespace, treat that as a match even is spaces
        are replaced with a tab.
        * emacs-lisp/byte-opt.el (byte-boolean-vars):
        Add print-escape-multibyte.
 
-       * progmodes/make-mode.el (makefile-font-lock-keywords): 
+       * progmodes/make-mode.el (makefile-font-lock-keywords):
        Recognize automatic variable references.
        (makefile-dependency-regex): Don't be fooled by colons in deps.
 
        (texinfo-format-buffer): Now always tagify, on accout of @anchor.
        (texi-format-region): Always tagify.
        (texi2info):          Always tagify
-       (texinfo-anchor):     Add @anchor command as place to which 
+       (texinfo-anchor):     Add @anchor command as place to which
         a cross reference may go.
        (texinfo-no-refill-regexp): Add smalldisplay, smallformat
        (texinfo-format-uref):            New command: @uref
        (checkdoc-next-error): Added parameter ENABLE-FIX.
        (checkdoc-next-message-error,checkdoc-recursive-edit): New functions.
        (checkdoc-start): was `checkdoc', uses new note taking system.
-       (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments): 
+       (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments):
        Updated to use new note taking system.
        (checkdoc-rogue-spaces, checkdoc-rogue-space-check-engine):
        Added INTERACT parameter, uses new warnings functions.
 1998-06-28  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
        * message.el (message-cite-function): Initialized from
-       `mail-citation-hook', if that variable is bound and non-nil. 
+       `mail-citation-hook', if that variable is bound and non-nil.
 
 1998-06-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        (custom-buffer-create-internal): Move the ... before %.
 
        * cus-dep.el (custom-make-dependencies): Also remeber if the
-       variable is autoloaded or not. 
+       variable is autoloaded or not.
        Create the information needed by customize-changed-options.
 
 1998-06-21  Eli Zaretskii  <eliz@mescaline.gnu.org>
        * progmodes/dcl-mode.el (dcl): Define as customize group, not
        as option.
 
-1998-06-19  Stephen Gildea  <gildea@alum.mit.edu>
+1998-06-19  Stephen Gildea  <gildea@stop.mail-abuse.org>
 
        * time-stamp.el (time-stamp): Handle newlines in time-stamp-pattern.
        (time-stamp-string-preprocess): Handle more than one numeric arg.
 
        * vc.el (vc-dired-hook): Don't use dired-kill-line to remove
        directory lines in terse mode.
-       (vc-dired-purge): If the top level dir is empty, make it look 
+       (vc-dired-purge): If the top level dir is empty, make it look
        a little nicer.
 
 1998-06-12  Dave Love  <fx@gnu.org>
 
 1998-06-11  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
-       * help.el (describe-key, describe-key-briefly): 
+       * help.el (describe-key, describe-key-briefly):
        Don't discard up event after down event.
 
-       * emacs-lisp/find-func.el (find-function-on-key): 
+       * emacs-lisp/find-func.el (find-function-on-key):
        Don't discard up event after down event.
 
 1998-06-11  Felix Lee  <flee@cygnus.com>
 
 1998-06-11  Andre Spiegel  <spiegel@inf.fu-berlin.de>
 
-       * dired.el (dired-readin): Insert headerline only if necessary.  
+       * dired.el (dired-readin): Insert headerline only if necessary.
        (Not in recursive listings.)
 
        * vc.el (vc-dired-recurse, vc-dired-terse-display): New user options.
 
 1998-06-09  stanislav shalunov  <shalunov@mccme.ru>
 
-       * mail/uce.el (uce-message-text): 
+       * mail/uce.el (uce-message-text):
        Change the text of message that is sent.
 
        * mail/uce.el (uce-reply-to-uce): Do not assume all Received lines
 
 1998-06-04  Dan Nicolaescu  <done@ece.arizona.edu>
 
-       * rsz-mini.el (resize-minibuffer-mode): 
+       * rsz-mini.el (resize-minibuffer-mode):
        * iswitchb.el (iswitchb-read-buffer): Add autoload cookie.
 
 1998-06-03  Kevin Rodgers <kevinr@ihs.com>
 
 1998-06-03  Dan Nicolaescu  <done@ece.arizona.edu>
 
-       * locate.el (locate): 
-       (locate-with-filter): 
+       * locate.el (locate):
+       (locate-with-filter):
        * generic.el (define-generic-mode): Correct typo in autoload
        cookie that prevented appropriate autoloads to be generated.
 
        (backward-delete-char-untabify): Obey it.
        This implements "hungry" delete.
 
-1998-03-04  Stephen Gildea  <gildea@alum.mit.edu>
+1998-03-04  Stephen Gildea  <gildea@stop.mail-abuse.org>
 
        * time-stamp.el (time-stamp-pattern): New variable.
        (time-stamp): Use that new variable.
 
 1997-09-25  Ken'ichi Handa  <handa@psilocin.gnu.ai.mit.edu>
 
-       * international/mule.el (make-coding-system): Cancel the previous
-       change.
+       * international/mule.el (make-coding-system): Cancel the previous change.
 
        * international/quail.el (quail-translation-keymap): Bind right,
        left, down, and up keys.
        (shadow-same-file-or-nonexistent): Add.
        (find-emacs-lisp-shadows): Use directory-file-name.
 
-       * emacs-lisp/bytecomp.el (displaying-byte-compile-warnings): Show
-       entire "Compiling ..." line when recentering.
+       * emacs-lisp/bytecomp.el (displaying-byte-compile-warnings):
+       Show entire "Compiling ..." line when recentering.
 
 1997-09-24  Francis Litterio  <franl@world.std.com>
 
        * cal-menu.el (cal-tex-mouse-filofax-daily): New function.
        (cal-tex-mouse-filofax): Add menu item for it.
 
-       * cal-mayan.el (calendar-mayan-days-before-absolute-zero): Change
-       to more widely acknowledged value.
+       * cal-mayan.el (calendar-mayan-days-before-absolute-zero):
+       Change to more widely acknowledged value.
 
 1997-09-23  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * progmodes/sh-script.el (sh-indent-line): Avoid infinite loop
        on indented line at start of buffer, when calculating PREVIOUS.
 
-1997-08-22  Stephen Gildea  <gildea@intouchsys.com>
+1997-08-22  Stephen Gildea  <gildea@stop.mail-abuse.org>
 
        * time-stamp.el (time-stamp-time-zone): New variable.
        (time-stamp-string): Use that time zone.
        * language/european.el (setup-latin1-environment):
        Set code 222 in special-microsoft-code-table.
 
-1997-08-11 Dan Nicolaescu <done@ece.arizona.edu>
+1997-08-11  Dan Nicolaescu  <done@ece.arizona.edu>
 
        * abbrev.el: Customized.
        (only-global-abbrevs): Doc fix.
        In "java" style, set c-hanging-comment-starter-p to
        nil to preserve Javadoc starter lines.
 
-1997-08-10 Dan Nicolaescu <done@ece.arizona.edu>
+1997-08-10  Dan Nicolaescu  <done@ece.arizona.edu>
 
        * emulation/pc-select.el: Customized.
 
        * textmodes/fill.el (fill-region-as-paragraph): Don't do kinsoku
        if the region is all ASCII.
 
-1997-08-08 Dan Nicolaescu <done@sydney.ece.arizona.edu>
+1997-08-08  Dan Nicolaescu  <done@sydney.ece.arizona.edu>
 
        * progmodes/hideshow.el: Correct the autoload cookies.
 
-1997-08-07 Dan Nicolaescu <done@ece.arizona.edu>
+1997-08-07  Dan Nicolaescu  <done@ece.arizona.edu>
 
        * term.el (term-default-fg-color):
        (term-default-bg-color): Default to nil.
 
        * font-lock.el: Don't add indicator " Font" to minor-mode-alist entry.
 
-1997-07-29 Oscar Figueiredo <<Oscar.Figueiredo@di.epfl.ch>
+1997-07-29  Oscar Figueiredo  <Oscar.Figueiredo@di.epfl.ch>
 
        * ph.el: Many doc strings and messages changed.
 
 
        * cus-edit.el (customize-browse): Don't take an argument.
 
-1997-07-09  Noah Friedman  <friedman@prep.ai.mit.edu>
+1997-07-09  Noah Friedman  <friedman@splode.com>
 
        * emacs-lisp/eldoc.el: Add `up-list' and `down-list' to
        eldoc-message-commands.
        * dired-aux.el (dired-add-entry): New optional arg RELATIVE.
        (dired-update-file-line): Pass t for RELATIVE.
 
-1997-06-22  Noah Friedman  <friedman@prep.ai.mit.edu>
+1997-06-22  Noah Friedman  <friedman@splode.com>
 
        * type-break.el: Do not use defsubst anywhere; use defuns.
        Don't require timer; use autoloaded functions.
        (hs-flag-region): Use that variable.
        Changed the semantics of the FLAG parameter and updated the docs.
        (hs-isearch-open-invisible): New function to be set as a
-       `isearch-pent-invisible' property for hidden overlays, so that
+       `isearch-open-invisible' property for hidden overlays, so that
        isearch can use it.
        (hs-hide-block-at-point): Tell if we are hiding a comment or a block.
 
        * debug.el (debug): Set overriding-terminal-local-map to nil,
        don't bind it, so it won't be restored on `q'.
 
-1997-06-09 Thomas Wurgler <twurgler@goodyear.com>
+1997-06-09  Thomas Wurgler  <twurgler@goodyear.com>
 
        * emacs-lock.el: Added the string "emacs-lock" to all function
        and variable names, to make them unique to emacs-lock.
 
        * mailalias.el (mail-directory-parser): Fix previous change.
 
-1997-06-08  Stephen Gildea  <gildea@intouchsys.com>
+1997-06-08  Stephen Gildea  <gildea@stop.mail-abuse.org>
 
        * time-stamp.el (time-stamp-string-preprocess, time-stamp-do-number):
        Avoid compiler warnings: pass all arguments to time-stamp-do-number
        Treat overriding-terminal-local-map like overriding-local-map.
        (debugger-outer-overriding-terminal-local-map): New variable.
 
-1997-06-07 Thomas Wurgler <twurgler@goodyear.com>
+1997-06-07  Thomas Wurgler  <twurgler@goodyear.com>
 
        * emacs-lock.el: Check for a lock when deleting a buffer.
        Turn off the lock on a shell or telnet buffer if its process
 
        * follow.el (set-process-filter): Advice doc fix.
 
-1997-06-04  Stephen Gildea  <gildea@intouchsys.com>
+1997-06-04  Stephen Gildea  <gildea@stop.mail-abuse.org>
 
        * time-stamp.el (time-stamp-format): Doc fix.  Use %:y.
        (time-stamp-string-preprocess): Don't just call format-time-string;
 
 1997-05-30  Ken Manheimer  <klm@python.org>
 
-       * Integrated Emacs 19.34 and XEmacs 19.15 corrections (typos,
-       style, command revisions, etc).
+       * icomplete.el: Integrated Emacs 19.34 and XEmacs 19.15 corrections
+       (typos, style, command revisions, etc).
 
-       * Integrated immediate keybindings display.  See
+       * icomplete.el: Integrated immediate keybindings display.  See
        `icomplete-show-key-bindings', `icomplete-get-keys', and
        `icomplete-completions'.
 
-       * `icomplete-get-keys': Return keys bound in prior buffer to func name.
+       * icomplete.el (icomplete-get-keys): Return keys bound in prior 
+       buffer to func name.
 
-       * Added icomplete delay behavior, so completions don't intrude as
-       quickly for short input, with customization variables:
-
-       `icomplete-max-delay-chars' - Maximum number of initial chars to
+       * icomplete.el: Added icomplete delay behavior, so completions 
+       don't intrude as quickly for short input, with customization 
+       variables:
+       (icomplete-max-delay-chars): Maximum number of initial chars to
        apply icomplete compute delay.
-
-       `icomplete-compute-delay' - Completions-computation stall, used
+       (icomplete-compute-delay): Completions-computation stall, used
        only with large-number completions
-
-       `icomplete-delay-completions-threshold' Pending-completions
+       (icomplete-delay-completions-threshold): Pending-completions
        number over which to apply icomplete-compute-delay
 
 1997-05-29  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
        * custom.el (defface): Doc fix.
 
-1997-05-21  Noah Friedman  <friedman@prep.ai.mit.edu>
+1997-05-21  Noah Friedman  <friedman@splode.com>
 
        * eldoc.el (eldoc-message-commands): Move docstring into comments,
        since this isn't a user variable.
 
        * edt.el (edt-emulation-on): Load edt-pc.el under Windows.
 
-1997-04-29  Stephen Gildea  <gildea@intouchsys.com>
+1997-04-29  Stephen Gildea  <gildea@stop.mail-abuse.org>
 
        * time-stamp.el (time-stamp): Verify time-stamp-line-limit is a number.
        (time-stamp-string-preprocess): Handle %F correctly.
        parens.
        Fixed message.
 
-1997-04-15  Noah Friedman  <friedman@prep.ai.mit.edu>
+1997-04-15  Noah Friedman  <friedman@splode.com>
 
        * rlogin.el (rlogin-process-connection-type): Default to t
        for solaris 2.x.
 
        * mspools.el: New file.
 
-       * sh-script.el (sh-set-shell): If file has no #! line,
+       * sh-script.el (sh-mode): If file has no #! line,
        set the syntax table based on the default shell.
 
 1997-03-29  Barry A. Warsaw  <cc-mode-help@python.org>
        default-fontset-spec, X resources, and "-fn" command line
        argument.
 
-1997-02-19  Noah Friedman  <friedman@prep.ai.mit.edu>
+1997-02-19  Noah Friedman  <friedman@splode.com>
 
        * eldoc.el (eldoc-message-commands): Doc fixes.
        (eldoc-message): Make function, not macro.
 
        * edmacro.el (edmacro-parse-keys): Remove redundant test for ?.
 
-1997-02-04  Noah Friedman  <friedman@prep.ai.mit.edu>
+1997-02-04  Noah Friedman  <friedman@splode.com>
 
        * eldoc.el (eldoc-display-message-p): New function.
        Return nil if cursor-in-echo-area, or using idle timers and a
 
        * rmail.el (rmail-ignored-headers): Add Delivered-to: header.
 
-1997-02-02  Noah Friedman  <friedman@prep.ai.mit.edu>
+1997-02-02  Noah Friedman  <friedman@splode.com>
 
        * eldoc.el: New file.
 
 
        * rmailkwd.el (rmail-keywords): Don't initialize.
 
-1996-09-22  Stephen Gildea  <gildea@intouchsys.com>
+1996-09-22  Stephen Gildea  <gildea@stop.mail-abuse.org>
 
        * time-stamp.el (time-stamp-old-format-warn): New variable.
        (time-stamp-format): Use ISO 8601 format for date.
        * ange-ftp.el (ange-ftp-kill-ftp-process): Handle buffer name as arg.
 
 See ChangeLog.6 for earlier changes.
+
+    Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+  Copying and distribution of this file, with or without modification,
+  are permitted provided the copyright notice and this notice are preserved.