X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/08861c5cb87e91e83e5b0bf53cb53c1377434c8f..6b8504bae0773ffedb64ed2a48cad6f4d84e754d:/lisp/ChangeLog.4 diff --git a/lisp/ChangeLog.4 b/lisp/ChangeLog.4 index 106d2aa334..d6e626b6b4 100644 --- a/lisp/ChangeLog.4 +++ b/lisp/ChangeLog.4 @@ -124,7 +124,7 @@ * 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 @@ -214,7 +214,7 @@ (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. @@ -342,7 +342,7 @@ * 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. @@ -421,7 +421,7 @@ 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. @@ -517,7 +517,7 @@ * 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', @@ -529,13 +529,13 @@ (outline-layout, outline-use-mode-specific-leader) (outline-mode-leaders): Variables for new mode-activation scheme. (outline-expose-topic): New specification format and - optimizations, including thorough accomodation of multiple top- + optimizations, including thorough accommodation of multiple top- level topics. (outline-forward-current-level, outline-next-sibling) (outline-backward-current-level, outline-goto-prefix) (outline-show-children, outline-up-current-level) (outline-expose-topic): Behavior refinements and repairs, and - speed optimizations. Better accomodation for multiple top-level + speed optimizations. Better accommodation for multiple top-level topics. (outline-recent-end-of-subtree): New state var, basis for many topic-oriented optimizations. @@ -864,7 +864,7 @@ * tempo.el: New file. - * mail-hist.el: New fike. + * mail-hist.el: New file. * mldrag.el: New file. @@ -914,7 +914,7 @@ (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 @@ -958,27 +958,27 @@ * 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. - More elaborate and clear doc-string for outline-mode, giving better guidance on use of the mode. - - A new exposure-layout syntax, which accomodates outlines + - 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 accomodated. + - Lucid emacs accommodated. 1994-04-29 Roland McGrath (roland@churchy.gnu.ai.mit.edu) @@ -1348,7 +1348,7 @@ (c-macro-shrink-window-flag): Renamed from c-macro-shrink-window-p. (c-macro-prompt-flag): Renamed from c-macro-prompt-p. - * cmacexp.el: Potorti's changes: + * cmacexp.el: Potortì's changes: Provide cmacexp. (c-macro-prompt-p): Var renamed from c-macro-always-prompt-p. (c-macro-cppflags): Var renamed from c-macro-default-cppflags. @@ -1546,7 +1546,7 @@ 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) @@ -1689,7 +1689,7 @@ * 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 @@ -1776,7 +1776,7 @@ (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. @@ -2000,7 +2000,7 @@ * 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. @@ -2462,7 +2462,7 @@ 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. @@ -2913,7 +2913,7 @@ 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) @@ -3114,39 +3114,39 @@ (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 to calendar-cursor-to-date. * solar.el (sunrise-sunset): Allow it to be called without an - argument (as advertized). + argument (as advertised). 1994-02-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) @@ -3516,16 +3516,18 @@ (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) @@ -4809,7 +4811,7 @@ * 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". @@ -4906,10 +4908,10 @@ * 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:". @@ -4917,7 +4919,7 @@ 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 @@ -4958,7 +4960,7 @@ 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. @@ -5127,7 +5129,7 @@ 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 @@ -5202,7 +5204,7 @@ * 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 @@ -5220,7 +5222,7 @@ 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. @@ -5311,7 +5313,7 @@ * 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 @@ -5528,7 +5530,7 @@ 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. @@ -5746,7 +5748,7 @@ (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. @@ -5838,7 +5840,7 @@ * 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 @@ -5866,7 +5868,7 @@ * 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. @@ -5879,7 +5881,7 @@ * 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. @@ -5896,8 +5898,8 @@ * 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'. @@ -5916,8 +5918,8 @@ 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 @@ -5925,15 +5927,15 @@ 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". @@ -6948,7 +6950,7 @@ * 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) @@ -7326,7 +7328,7 @@ (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). @@ -8138,7 +8140,7 @@ (calendar-holiday-function-if): Removed. (calendar-holiday-solar-equinoxes-solstices): Renamed solar-equinoxes-solstices. - (calendar-holiday-list): Rewrote to accomodate the name changes + (calendar-holiday-list): Rewrote to accommodate the name changes above and the unquoting of calendar-holidays. (calendar-cursor-holidays): Change screen-width to frame-width. (holiday-sexp): Rewritten. @@ -8511,7 +8513,7 @@ 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) @@ -8760,8 +8762,8 @@ 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 @@ -8809,7 +8811,7 @@ 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. @@ -8892,7 +8894,7 @@ * 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,15 +8938,14 @@ 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-2013 Free Software Foundation, Inc. This file is part of GNU Emacs. - GNU Emacs is free software; you can redistribute it and/or modify + GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -8952,8 +8953,4 @@ See ChangeLog.3 for earlier changes. GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with GNU Emacs; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. - -;;; arch-tag: 91035822-35c7-44a9-8417-2454b88c3db2 + along with GNU Emacs. If not, see .