]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog.4
Wrap around error in coreutil's ls
[gnu-emacs] / lisp / ChangeLog.4
index f619d6b98424bc14c9b73a87e501e8ad0692bc55..fa0c281efb0b6796801bbab8b7f2fe38ce3f034f 100644 (file)
 
        * server.el (server-kill-emacs-query-function): Ignore killed buffers.
 
-1994-05-24  Kenneth Manheimer  (ken.manheimer@nist.gov)
+1994-05-24  Ken Manheimer  (ken.manheimer@nist.gov)
 
        * allout.el (outline-chart-subtree): Include outline-next-
        heading in loop conditions to detect end-of-buffer (and avoid
        (ispell): New function.
        (ispell-region): Assure choices and checked buffer selections correct.
        reindented.
-       (ispell-highlight-spelling-errors): Prefix ispell- to highlght fns.
+       (ispell-highlight-spelling-errors): Prefix ispell- to highlight fns.
        (ispell-complete-word): Heuristic to respect case of completed words.
        (ispell-command-loop): Non-character events ignored.  Reindented.
        (ispell-message): Various improvements.
        * startup.el (precompute-menubar-bindings): Don't precompute menus
        if not using x.
 
-1994-05-12  Kenneth Manheimer  (klm@coil.nist.gov)
+1994-05-12  Ken Manheimer  (klm@coil.nist.gov)
 
        * allout.el (outline-mode): Use outline-this-or-next-heading.
        * allout.el (outline-this-or-next-heading): New function.
 
 1994-05-10  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
 
-       * ediff.el (ediff-no-help-in-control-buffer): Renamed from
+       * ediff.el (ediff-no-help-in-control-buffer): Rename from
        ediff-nix-help-in-control-buffer, to match doc and usage.
 
        * autoload.el (update-file-autoloads): Delete leftover variable.
        * cal-menu.el (calendar-mouse-set-mark): New function.
        (calendar-mouse-date-menu): Bind it to key.
 
-1994-05-08  Kenneth Manheimer  (klm@coil.nist.gov)
+1994-05-08  Ken Manheimer  (klm@coil.nist.gov)
 
        * allout.el (outline-init): New user interface for control of
        outline-mode session setup, sets up `outline-find-file-hook',
 
        * tempo.el: New file.
 
-       * mail-hist.el: New fike.
+       * mail-hist.el: New file.
 
        * mldrag.el: New file.
 
        (desktop-locals-to-save): Add line-number-mode to be saved when
        local.
        (desktop-remove): In case the desktop file cannot be deleted
-       make sure that the desktop system is still inactivated.
+       make sure that the desktop system is still inactive.
        (desktop-kill): In case an error occurs when saving the desktop,
        offer to quit regardless.
        (desktop-save-buffer-p): Disregard case when testing file and
 
        * files.el (revert-buffer): Widen before replacing text.
 
-1994-04-29  Kenneth Manheimer  (ken.manheimer@nist.gov)
+1994-04-29  Ken Manheimer  (ken.manheimer@nist.gov)
 
-       * allout.el: major code speedups, bug fixes, behavior
+       * allout.el: Major code speedups, bug fixes, behavior
           refinements, doc-string clarification and elaboration, etc.
           Prominent new features include:
         - Exposure changes and navigation are greatly accelerated.
         - A new exposure-layout syntax, which accommodates outlines
           with multiple top-level topics.  (See `outline-expose' and
           `outline-new-exposure'.)
-        - Automatic exposure and verfication-prompting on attempts to
+        - Automatic exposure and verification-prompting on attempts to
           change text within concealed regions, before they are
           applied.  (Undo affecting concealed regions is only
           exposed, not verified, to facilitate smooth undo sequences.)
         - 'hot-spot' navigation implemented.  When the cursor is on a
           topic's bullet, regular-character keystrokes will be
-          interepreted as if they were preceded by ^C, when
+          interpreted as if they were preceded by ^C, when
           appropriate, so users can navigate and adjust exposure,
           etc, with single-stroke commands.
         - Lucid emacs accommodated.
        expression is just a variable.
 
        * dired-aux.el (dired-add-entry): Set opoint at beginning of line.
-       No need to explicitly discard direcory from file name.
+       No need to explicitly discard directory from file name.
 
 1994-04-11  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
 
        * saveplace.el (save-place-find-file-hook)
        (save-place-kill-emacs-hook): New functions.
-       (hooks for find-file-hooks,kill-emacs-hook): Use those new functions.
+       (hooks for find-file-hooks, kill-emacs-hook): Use those new functions.
 
        * menu-bar.el (clipboard-yank, clipboard-kill-ring-save)
        (clipboard-kill-region): New functions.  Give them
        (edebug-recursive-edit): Reset global variables to outside values.
        (edebug-outside-excursion): Set outside values of global variables
        in case they were changed by side effect.
-       (edebug-instrument-callee): Use edebug-original-read instaed of read.
+       (edebug-instrument-callee): Use edebug-original-read instead of read.
        (edebug-eval-result-list): While evaluating evaluation list,
        bind edebug-execution-mode and edebug-trace to nil.
 
 
        * edebug.el: New version from author.
 
-       * cust-print.el Change "internal" to "original" throughout.
+       * cust-print.el: Change "internal" to "original" throughout.
        (add-custom-printer, delete-custom-printer): Replace old
        customizers.
        (with-custom-print): New.
 1994-03-03  Simon Marshall  (Simon.Marshall@mail.esrin.esa.it)
 
        * cmuscheme.el (inferior-scheme-mode): Removed unnecessary
-       initialisation of comint-input-sentinel.
+       initialization of comint-input-sentinel.
 
        * shell.el (shell-dynamic-complete-functions): New variable.
        (shell-mode): Use it to set comint-dynamic-complete-functions.
 
 1994-02-18  Paul Eggert  (eggert@twinsun.com)
 
-       * (vc-lookup-triple): Yield nil, not "", if version name is nil.
+       * vc.el (vc-lookup-triple): Yield nil, not "", if version name is nil.
 
 1994-02-17  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
 1994-02-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
        * files.el (interpreter-mode-alist): New variable.
-       (set-auto-mode): Use that for chosing a mode.
+       (set-auto-mode): Use that for choosing a mode.
 
 1994-02-14  Karl Heuer  (kwzh@geech.gnu.ai.mit.edu)
 
 
 1994-02-11  Paul Eggert  (eggert@twinsun.com)
 
-       * editfns.c (init_editfns): Look at LOGNAME before USER.
-       * fileio.c (Fsubstitute_in_file_name): Remove long-dead code
-       that looked at USER before LOGNAME.
-
        * time.el (display-time-filter): Remove unnecessary (getenv "LOGNAME")
        and (getenv "USER"), since (user-login-name) already does this.
        * gnuspost.el (gnus-inews-login-name): Likewise.
        (calendar-cursor-to-date): Add optional parameter to cause error
        signal when cursor is not on a date---this allows lots of
        simplifications throughout the code.
-       (calendar-forward-month,calendar-set-mark)
-       (calendar-exchange-point-and-mark,calendar-count-days-region)
-       (calendar-print-day-of-year,calendar-print-iso-date)
-       (calendar-print-julian-date,calendar-print-islamic-date)
-       (calendar-print-hebrew-date,calendar-print-astro-day-number):
+       (calendar-forward-month, calendar-set-mark)
+       (calendar-exchange-point-and-mark, calendar-count-days-region)
+       (calendar-print-day-of-year, calendar-print-iso-date)
+       (calendar-print-julian-date, calendar-print-islamic-date)
+       (calendar-print-hebrew-date, calendar-print-astro-day-number):
        Use simplification.
 
        * holidays.el (calendar-cursor-holidays): Use new error arg
        to calendar-cursor-to-date.
 
-       * diary.el (view-diary-entries,diary-islamic-date): Use new error arg
+       * diary.el (view-diary-entries, diary-islamic-date): Use new error arg
        to calendar-cursor-to-date.
 
-       * diary-ins.el (insert-diary-entry,insert-weekly-diary-entry)
-       (insert-monthly-diary-entry,insert-yearly-diary-entry)
-       (insert-anniversary-diary-entry,insert-block-diary-entry)
-       (insert-cyclic-diary-entry,insert-hebrew-diary-entry)
-       (insert-monthly-hebrew-diary-entry,insert-yearly-hebrew-diary-entry)
-       (insert-islamic-diary-entry,insert-monthly-islamic-diary-entry)
+       * diary-ins.el (insert-diary-entry, insert-weekly-diary-entry)
+       (insert-monthly-diary-entry, insert-yearly-diary-entry)
+       (insert-anniversary-diary-entry, insert-block-diary-entry)
+       (insert-cyclic-diary-entry, insert-hebrew-diary-entry)
+       (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
+       (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
        (insert-yearly-islamic-diary-entry): Use new error arg
        to calendar-cursor-to-date.
 
        * solar.el (calendar-sunrise-sunset): Use new error arg
        to calendar-cursor-to-date.
 
-       * cal-french.el (calendar-print-french-date,diary-french-date):
+       * cal-french.el (calendar-print-french-date, diary-french-date):
        Use new error arg to calendar-cursor-to-date.
 
        * cal-mayan.el (calendar-print-mayan-date): Use new error arg
        (diary-entry-marker, calendar-today-marker)
        (calendar-holiday-marker): Don't autoload them; change definitions
        to support monochrome and color workstations.
-       (calendar-french-date-string,calendar-mayan-date-string): Autoload them.
+       (calendar-french-date-string, calendar-mayan-date-string):
+       Autoload them.
        (calendar-day-of-year-string, calendar-iso-date-string)
-       (calendar-julian-date-string,calendar-islamic-date-string)
-       (calendar-hebrew-date-string,calendar-astro-date-string): New functions.
+       (calendar-julian-date-string, calendar-islamic-date-string)
+       (calendar-hebrew-date-string, calendar-astro-date-string):
+       New functions.
        (calendar-print-day-of-year, calendar-print-iso-date)
-       (calendar-print-iso-date,calendar-print-julian-date)
-       (calendar-print-islamic-date,calendar-print-hebrew-date)
+       (calendar-print-iso-date, calendar-print-julian-date)
+       (calendar-print-islamic-date, calendar-print-hebrew-date)
        (calendar-print-astro-day-number): Use them.
        (calendar-mode-map): Add mouse support.
-       (calendar-unmark,mark-visible-calendar-date,calendar-mark-today):
+       (calendar-unmark, mark-visible-calendar-date, calendar-mark-today):
        Rewritten.
 
        * diary.el (diary-day-of-year, diary-iso-date, diary-islamic-date)
        * page-ext.el: Revise documentation.  Add `provide'.
        (pages-directory-for-adding-addresses-narrowing-p):
        New user option for adding addresses.  Default to narrowing.
-       (pages-directory-for-addresses): Intall user settable options.
+       (pages-directory-for-addresses): Install user settable options.
        (add-new-page): Insert new page in specified location.
        (original-page-delimiter): Set default value to "^^L".
 
        * texinfmt.el (texinfo-format-region): Change `texinfo-[start
        end]-of-header' to `tex-[start end]-of-header'.
 
-1993-11-10  Brian Fox  (bfox@mole.gnu.ai.mit.edu)
+1993-11-10  Brian J. Fox  (bfox@mole.gnu.ai.mit.edu)
 
        * rmail.el (rmail-start-mail): Don't do other frame unless we have
-       a window system, irregardless of the state of rmail-mail-new-frame.
+       a window system, regardless of the state of rmail-mail-new-frame.
 
        * man.el (Man-filter-list): Include anything starting with
        alphabetics, and containing "Last change:".
        Man-translate-references has already done the right thing.
 
        * info.el (Info-extract-menu-item): Quote `*' in the menu-item
-       leadin re-search to prevent us from finding node names which
+       leading re-search to prevent us from finding node names which
        contain the text of another node name within them.
 
        * files.el (find-backup-file-name): Don't fatal-error on
 1993-11-08  Simon Marshall  (Simon.Marshall@mail.esrin.esa.it)
 
        * comint.el (comint-preinput-scroll-to-bottom): Added
-       comint-magic-space to list of commands recognised as inserting.
+       comint-magic-space to list of commands recognized as inserting.
 
        * comint.el (comint-output-filter): Corrected check for killed
        buffer.
        Scroll so only if point is at or after the process mark.
        When scrolling, put end of text on bottom line, regardless of point.
 
-1993-10-25  Brian Fox  (bfox@albert.gnu.ai.mit.edu)
+1993-10-25  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
 
        * ispell.el (ispell): If the buffer to spell has no associated
        file, or, the associated file has a special handler, use a
 
        * comint.el (comint-last-output-start): New variable to record
        where most recent process output started from.
-       (comint-mode): Initialise it.
+       (comint-mode): Initialize it.
        (comint-output-filter): Set it.
 
        * comint.el (comint-previous-matching-input-string): Moved to
        they move within the buffer rather than do input.
 
        * comint.el (comint-send-input, comint-after-pmark-p)
-       (comint-kill-input, comint-proc-query): Removed serialisation of
+       (comint-kill-input, comint-proc-query): Removed serialization of
        obtaining the process mark's marker-position.
 
        * comint.el, shell.el: Commented out comint/shell-load-hooks.
 
        * cdl.el: New file.
 
-1993-10-20  Brian Fox  (bfox@gnu.ai.mit.edu)
+1993-10-20  Brian J. Fox  (bfox@gnu.ai.mit.edu)
 
        * forms.el (forms--set-minor-mode): Rewrite so that describe-mode
        can parse the value of minor-mode-alist correctly.  The string
        for this to take effect, sorry.)  Save "mark-activity" and
        allow multi-dir direds.
 
-1993-10-04  Brian Fox  (bfox@albert.gnu.ai.mit.edu)
+1993-10-04  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
 
        * telnet.el (rsh): Add `host' to args passed to make-comint.
 
        (comint-magic-space): Use self-insert command.
        (comint-history-file-name): New variable.
 
-1993-09-21  Brian Fox  (bfox@albert.gnu.ai.mit.edu)
+1993-09-21  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
 
        * edebug.el (edebug-enter): Don't call the current function being
        debugged in pre-command-hook or post-command-hook.
        * menu-bar.el (revert-buffer):
        Enable menu item when the buffer is modified.
 
-1993-09-17  Brian Fox  (bfox@inferno)
+1993-09-17  Brian J. Fox  (bfox@inferno)
 
        * simple.el (kill-region): Use `equal' instead of `eq' to compare
        markers `beg' and `end'.  They might be two different markers that
        * dired.el (dired-mode): Don't change the value of
        case-fold-search.
 
-1993-09-15  Brian Fox  (bfox@inferno)
+1993-09-15  Brian J. Fox  (bfox@inferno)
 
        * files.el (local-write-file-hooks): Make this variable
        buffer-local.
        * vc.el (vc-do-command): Remove debugging output.  Use (forward-line
        -1) instead of (previous-line 1).
 
-1993-09-14  Brian Fox  (bfox@inferno)
+1993-09-14  Brian J. Fox  (bfox@inferno)
 
        * rmail.el (rmail-convert-file): If the file is empty, don't
        convert it after inserting the BABYL header.
 
        * loaddefs.el (ctl-x-map): `C-x r c' now runs `clear-rectangle'.
 
-       * texinfmt.el (texinfo-format-region texinfo-format-buffer): Add
-       ###autoload cookies.
+       * texinfmt.el (texinfo-format-region texinfo-format-buffer):
+       Add ###autoload cookies.
        (batch-texinfo-format): Use `buffer-disable-undo' instead of
        obsolete function `buffer-flush-undo'.
 
 
 1993-08-26  Jim Blandy  (blandy@comano.cscs.ch)
 
-       * add-log.el (add-log-full-name, add-log-mailing-address): New
-       variables.
+       * add-log.el (add-log-full-name, add-log-mailing-address):
+       New variables.
        (add-change-log-entry): Don't ask for the login name and site name
        separately; instead, prompt for a mailing address; that's more
        useful.  Set add-log-full-name and add-log-mailing-address, so
        Create a new change log entry if the mailing address doesn't
        match; don't just compare the date, full name, and login name.
 
-1993-09-01  Brian Fox  (bfox@inferno)
+1993-09-01  Brian J. Fox  (bfox@inferno)
 
        * tex-mode.el (slitex-mode): Add ###autoload magic cookie.
 
-1993-08-27  Brian Fox  (bfox@sonderbar)
+1993-08-27  Brian J. Fox  (bfox@sonderbar)
 
        * diff.el (diff): Doc fix.
 
-1993-08-17  Brian Fox  (bfox@inferno)
+1993-08-17  Brian J. Fox  (bfox@inferno)
 
        * version.el: Changed comment to refer to actual filename
        "inc-vers.el" instead of "inc-version.el".
 
 1993-07-29  Paul Eggert  (eggert@twinsun.com)
 
-       * (vc-mode-line): Set vc-mode to nil if FILE no longer is
+       * vc-hooks.el (vc-mode-line): Set vc-mode to nil if FILE no longer is
        version-controlled.
 
 1993-07-29  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
        * loaddefs.el (ctl-x-map): Correct C-x r t to string-rectangle.
 
-       * paren.el (show-paren-command-hook): Specify buffer for move-overay.
+       * paren.el (show-paren-command-hook): Specify buffer for move-overlay.
 
 1993-07-22  Paul Eggert  (eggert@twinsun.com)
 
        (try-expand-line, try-expand-line-all-buffers)
        (try-expand-all-abbrevs, try-expand-dabbrev)
        (try-expand-dabbrev-all-buffers): No unnecessary "resetting" of the
-       epansion, when no expansion is done (caused the buffer to be
+       expansion, when no expansion is done (caused the buffer to be
        marked as changed, although nothing was done, among other things).
        (he-reset-string): Undoing of last expansion at a later occasion, now
        undoes correctly (before, it garbled things up).
 
 1993-06-15  Shane Hartman  (shane@nugget.spr.com)
 
-       * gud.el (xdb): New debugger supported (xdb under HPUX-PARISC).
+       * gud.el (xdb): New debugger supported (xdb under HPUX-PA-RISC).
        (gud-xdb-debugger-startup): New function.
        (gud-xdb-file-name, gud-xdb-accumulation): New functions.
        (gud-xdb-marker-filter, gud-xdb-paths, gud-xdb-find-file): New.
        to make them more readable.
        (calendar-time-zone, calendar-standard-time-zone-name)
        (calendar-daylight-time-zone-name, calendar-daylight-savings-ends)
-       (calendar-daylight-savings-starts): Don't autload them.
+       (calendar-daylight-savings-starts): Don't autoload them.
 
 1993-06-07  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
        calendar-time-display-form): Change Universal Time (UT) to
        Coordinated Universal Time (UTC).
 
-       *solar.el (solar-setup, solar-ephemeris-time, sunrise-sunset): Change
-       Universal Time (UT) to Coordinated Universal Time (UTC).
+       * solar.el (solar-setup, solar-ephemeris-time, sunrise-sunset):
+       Change Universal Time (UT) to Coordinated Universal Time (UTC).
        (solar-time-string): Use calendar-daylight-time-offset instead of
        1 hr, and use calendar-daylight-savings-switchover-time instead of
        midnight.  Add an optional parameter to allow forcing the use of
 1993-06-01  Ken Manheimer  (klm@coil.nist.gov)
 
        * allout.el (move-to-column): Pass zero instead of negative arg.
-       Added some free variables defvars, so byte-comple doesn't complain.
+       Added some free variables defvars, so byte-compile doesn't complain.
        Included some stub code, eventually will be proper use of Emacs 19
        minor-mode-sensitive keymaps.
 
 
        * timer.el (run-at-time): Pass args to start-process in right order.
 
-       * info.el (Info-get-token): Check that thesecond search succeeded.
+       * info.el (Info-get-token): Check that the second search succeeded.
 
        * edebug.el: Provide edebug.
 
@@ -8936,8 +8934,7 @@ See ChangeLog.3 for earlier changes.
 ;; coding: utf-8
 ;; End:
 
-    Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006,
-      2007, 2008  Free Software Foundation, Inc.
+    Copyright (C) 1993-1994, 2001-2016 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
@@ -8953,5 +8950,3 @@ See ChangeLog.3 for earlier changes.
 
   You should have received a copy of the GNU General Public License
   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-
-;;; arch-tag: 91035822-35c7-44a9-8417-2454b88c3db2