]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog.3
Fix typos.
[gnu-emacs] / lisp / ChangeLog.3
index a69ab8456b358d1803813f4f90faaab7fcbb0bef..57a9a7b026ae7ea562f5733853caa5a854501f38 100644 (file)
        Choose string< or < as predicate.
        Reorder messages by exchanging them, with inhibit-quit bound.
        (rmail-fetch-field): Start by widening.
-       (rmail-sortable-date-strng): Deleted.
+       (rmail-sortable-date-string): Deleted.
        (rmail-make-date-sortable): New function, used instead.
 
        * paths.el (gnus-local-organization): Renamed from ...-your-...
        (picture-beginning-of-line): New function.
        (picture-mode-map): Use substitute-key-definition.
 
-       * gud.el (gud-format-command): Fix %f expansion to send ondly the
+       * gud.el (gud-format-command): Fix %f expansion to send only the
        basename of files to gdb.
 
 1993-04-27  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
        * cmacexp.el: Installed Francesco Potortì's enhanced and
        cleaned-up version, see its commentary for details.
 
-       * tex-mode.el: Doc fixes.  Also a few teaks to pacify the
+       * tex-mode.el: Doc fixes.  Also a few tweaks to pacify the
        byte-compiler.
 
        * terminal.el: Some defvars moved.
        * emerge.el (emerge-with-ancestor): Applied Donald Erway's fix
        patch, which included the following explanatory comment: "D.Erway
        - This used to just do emerge-get-diff3-group on 2, then on
-       3. This was incorrect, since the file 3 info for a diff can
-       preceed the file 2 info for that same diff. So we save and restore
+       3.  This was incorrect, since the file 3 info for a diff can
+       precede the file 2 info for that same diff.  So we save and restore
        point to overcome this."
 
 1993-04-09  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
 
        * Makefile: Created.  This exists mainly so developers elsewhere
        can unlock the lisp files to accept an update tar, then relock
-       them without locking the few that should stay writeable.
+       them without locking the few that should stay writable.
 
        * solar.el, ange-ftp.el: Corrected Keywords header
 
 
        * term/sun.el: Headers added, [again] changed to [redo].  This
        package is a hairball and should probably be scrapped if we
-       can find or built abetter one.
+       can find or built a better one.
 
        * term/tvi970.el: Headers added, [enter] changed to [kp-enter].
 
 1993-02-24  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
 
        * term/x-win.el (scroll-bar-mode, scroll-bar-mode): Move these
-       functions to scrolbar.el.
+       functions to scrollbar.el.
        * scrollbar.el (scroll-bar-mode, scroll-bar-mode): Here they are.
        Make scroll-bar-mode set the {vertical,horizontal}-scrollbars
        parameters in default-frame-alist, and modify all extant screens
 
        * frame.el (frame-initialize): Fix error syntax.
        (toggle-horizontal-scroll-bar): Likewise.
-       (toggle-horizontal-scroll-bar): Renamed from set-horizontal-bar
+       (toggle-horizontal-scroll-bar): Renamed from set-horizontal-bar.
        (toggle-vertical-scroll-bar): Likewise.
        (toggle-auto-lower, toggle-auto-raise): Likewise.
        (set-foreground-color, set-background-color):
        * emerge.el (emerge-file-names): Use `temp-buffer-show-function',
        not `temp-buffer-show-hook'.
        (emerge-combine-versions-edit): Fix misarranged cond expression;
-       the t is an `else' clause, not a function call in the preceeding
+       the t is an `else' clause, not a function call in the preceding
        clause.
 
        * simula.el (simula-calculate-indent): Call backward-word with the
 
        * fortran.el: Version 1.28.8.
        (fortran-indent-to-column): Make turning of lines that begin with
-       `fortran-continuation-string' into properly formated continuation
+       `fortran-continuation-string' into properly formatted continuation
        lines work for fortran TAB mode.
 
        * fortran.el: Version 1.28.7a.
        Exclude everything before line where comment starts.
 
        * add-log.el (add-log-current-defun): Fix test for LOCATION
-       in range, for instace of DEFUN macro.
+       in range, for instance of DEFUN macro.
 
        * simple.el (open-line): Fix fill-prefix case.
 
        "\r", call comint-send-input on no arguments, and then use
        comint-send-string to send the carriage return.
        (kermit-clean-filter): Call re-search-backward, not
-       re-search-backware.
+       re-search-backward.
        (kermit-clean-on): Remove extra quote from doc string.
 
        * informat.el (batch-info-validate): Don't pass any arguments to
        * two-column.el: Doc fixes.
 
        * loaddefs.el (function-keymap): Definition deleted; this has been
-       superceded by function-key-map.
+       superseded by function-key-map.
 
        * gomoku.el (gomoku-mode-map): Use function key symbols, instead
        of the keypad.el facilities.
        move by sentences.
 
        * compile.el (compile-history): New variable.
-       (compile): Specify history list copile-history, with
+       (compile): Specify history list compile-history, with
        compile-command as initial contents.
        (grep): Specify constant "grep -n" as initial input,
        and history list grep-history.
        * loadup.el, ispell.el, isearch.el, holidays.el, fortran.el,
        * files.el, etags.el, emerge.el, electric.el, edebug.el, dired.el,
        * diary.el, csharp.el, compile.el, comint.el, calendar.el,
-       * buff-mune.el, bg-mouse.el, appt.el, abbrevlist.el, term/x-win.el,
+       * buff-menu.el, bg-mouse.el, appt.el, abbrevlist.el, term/x-win.el,
        * term/wyse50.el, term/vt200.el, term/vt100.el: All uses changed.
        * screen.el (screen-height, screen-width, set-screen-height)
        (set-screen-width): Defined as aliases for frame-height,
        and `fill-column'.  Code now actually sets `left-margin' and
        `fill-column', as advertised.
        * text-mode.el (change-log-mode): Function deleted, since it's
-       been superceded by the one in add-log.el.
+       been superseded by the one in add-log.el.
 
 1992-06-14  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
 
 1992-06-12  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
 
-       * isearch-mode.el: New package, which will probably supercede
+       * isearch-mode.el: New package, which will probably supersede
        isearch.el.
        (isearch-mode-map, isearch-mode-meta-map): When initializing
        these, remember that vectors are no longer keymaps.
 
 1992-05-05  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
-       * terminal.el (terminal-emulator): Use process-enironment, not env.
+       * terminal.el (terminal-emulator): Use process-environment, not env.
        Get rid of code that used start-subprocess.
 
 1992-05-03  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
        * compile.el (compilation-mode-hook): New variable.
        (compilation-mode): Run it.
        (compilation-search-path): Made user variable, added autoload cookie.
-       (compilaton-window-height): Added autoload cookie.
+       (compilation-window-height): Added autoload cookie.
 
 1992-02-27  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
 
 
 1991-10-31  Richard Mlynarik  (mly@peduncle)
 
-       * ebuff-menu.el (eletric-buffer-menu-mode-map): Define
+       * ebuff-menu.el (electric-buffer-menu-mode-map): Define
        < and > to scroll-left and scroll-right per user suggestion.
 
 1991-10-31  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
 
        * isearch.el (search-exit-char): As per the opinion poll results,
        change this to RET.
-       (isearch): Change miscellanous internals so that newline is
+       (isearch): Change miscellaneous internals so that newline is
        automatically quoted, and change the docstring and comments to say
        that RET exits the search.
 
        statement down several lines.
 
        * appt.el: Changed list-diary-entries-hook to diary-display-hook
-       to be compatible with new version of the calendar/diary packgage.
+       to be compatible with new version of the calendar/diary package.
 
 1990-11-21  Robert J. Chassell  (bob@gnu.ai.mit.edu)
 
        regexp matches, set default-directory to that directory, and push it
        on compilation-directory-stack.  When the leave-directory regexp
        matches, pop the stack to find the matching directory, and set
-       default-directory to that.  This change requries RE_NREGS to be (at
+       default-directory to that.  This change requires RE_NREGS to be (at
        least 26) (it's been upped from 10 to 30 in v19 ../src/regex.h).
        (compilation-finish-hook): New variable, a hook to run when a
        compilation finishes.  Called with two args: the compilation buffer
        * calc-trail.el, calc-undo.el, calc-units.el, calc-vec.el,
        * calc-yank.el, calc.el: New files for a very complete RPN
        calculator which supports integer, rational, floating-point,
-       comples, matrix and symbolic arithmetic to arbitrary precision.
+       complex, matrix and symbolic arithmetic to arbitrary precision.
 
        * edmacro.el: New file, a keyboard macro editor.  On its own
        probably not very useful, but in the context of calc programmability
        * texinfmt.el (texinfo-format-include): Include files ending with
        ".texi" as well as ".texinfo" and ".tex".
 
-       * texinfmt.el: Define @shortcontents, like @summaryconents, as
+       * texinfmt.el: Define @shortcontents, like @summarycontents, as
        'texinfo-discard-line-with-args.
 
 1990-06-20  Richard Stallman  (rms@mole.ai.mit.edu)
        * bytecomp.el (byte-compile-file-form): Most forms pushed on `pending'.
        Those that are special print their output and first compile
        and print the contents of `pending'.
-       (byte-compile-file):@end of file, compile and print `pending'.
+       (byte-compile-file): @end of file, compile and print `pending'.
        (byte-compile-pending): New function.
 
        * bytecomp.el (byte-compile-find-vars-1):
        display-time-string.
        (rmail-pop-up): Default display-time-hook to automatically retrieve
        new mail if the variable rmail-pop-up is non-nil.
-       (add-clock-handler): Removed; superceded by timer.el.
+       (add-clock-handler): Removed; superseded by timer.el.
 
        * loaddefs.el: Removed add-clock-handler.
 
 
        * loaddefs.el: Autoload for diff.
 
-       * files.el (diff): Superceded by diff.el.
+       * files.el (diff): Superseded by diff.el.
        (diff-switches-function): Still needs to be merged into diff.el.
 
        * diff.el: New file.
        (all functions containing the word `hebrew').
        (list-diary-entries, mark-diary-entries)
        (include-other-diary-files, mark-included-diary-files):
-       Added the possibity of `shared diary files' with a recursive
-       include mechanism like the C preprocessor
+       Added the possibility of `shared diary files' with a recursive
+       include mechanism like the C preprocessor.
        (list-calendar-holidays): Eliminated the 'special class of holidays,
        rewriting the entire mechanism to make it more general.
        (calendar-holiday-function-float): Changed the 'float class of
 
 1989-10-03  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
 
-       * x-mouse.el (x-insert-selecton, x-select): New functions.
+       * x-mouse.el (x-insert-selection, x-select): New functions.
 
        * mouse.el (mouse-motion, track-mouse, mouse-select-buffer-line)
        (mouse-boxing, mouse-erase-box, incr-scroll-down)
        traversal---sequentially through the file, each pointing to the next
        node regardless of its hierarchical level, and to create or update a
        menu or menus (preserving pre-existing descriptions, if any), to create
-       a master menu for a Texinfo file accordng to the Manual recommendation.
+       a master menu for a Texinfo file according to the Manual recommendation.
 
 1989-09-11  Richard Stallman  (rms@mole.ai.mit.edu)
 
 
        * bib-mode.el: New file.
 
-       * sendmail.el (mail-mode-syntax-table): Seperate syntax table
+       * sendmail.el (mail-mode-syntax-table): Separate syntax table
        for mail mode.  Makes % a separator.
 
 1989-05-31  Richard Stallman  (rms@mole.ai.mit.edu)
 
 1989-05-23  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
 
-       * rmailsum.el: Added C-d (rmail-summarey-delete-backward) to
+       * rmailsum.el: Added C-d (rmail-summary-delete-backward) to
        rmail-summary-mode-map.
 
 1989-05-22  Richard Stallman  (rms@mole.ai.mit.edu)
 1989-05-08  Joseph Arceneaux  (jla@rice-chex.ai.mit.edu)
 
        * x-mouse.el (x-cut-text): sit-for 1 when warping mouse to mark.
-       Also removed code dupicated by mouse.el
+       Also removed code duplicated by mouse.el.
        (x-trace-mouse): Debugging function which prints out mouse events
        as they arrive.
        (x-paste-text): Don't set point before inserting cut text; too
        * blackbox.el (bb-init-board): Use (random 8) to get # in [0,7].
        * dissociate.el: Likewise.
        * fill.el (justify-current-line): Likewise.
-       * flame.el (define-element, psychoanalize-flamer): Likewise.
+       * flame.el (define-element, psychoanalyze-flamer): Likewise.
        * yow.el (yow): Likewise.
        * doctor.el: Use (random N), not (random-range N).
        (random-range): Function deleted.
        * info.el (Info-tag-table-marker): `read' now stops@end of line,
        so advance to next line.
 
-       * info.el (Info-follow-nearest-node):@last line of text,
+       * info.el (Info-follow-nearest-node): @last line of text,
        move to next node.
 
        * rmail.el (rmail-message-labels-p): Widen.
 
 1989-02-04  Richard Stallman  (rms@mole.ai.mit.edu)
 
-       * files.el: Make certain variables permenant if they are local.
+       * files.el: Make certain variables permanent if they are local.
        * ftp.el: Likewise.
 
        * dired.el (dired-rename-file): If file is visited, offer
        * ftp.el (ftp-write-file): Do save-excursion.
        (ftp-write-file-hook): Clear modified-flag here.
        (ftp-setup-write-file-hooks): Clear read-only flag here.
-       (ftp-sentinal): If input, clear modified flag.
+       (ftp-sentinel): If input, clear modified flag.
        Don't bind buffer-read-only across (kill-buffer (current-buffer)).
 
        * texinfmt.el (texinfo-format-sp): New fn; handle @sp.
        (tex-common-initialization): comment-start-skip changed.
        (tex-validate-region): Fn renamed, and now leaves point@the error.
        (tex-terminate-paragraph): Must save-excursion.
-       (tex-start-shell):@end, sleep a little if I/O buffer is empty.
+       (tex-start-shell): @end, sleep a little if I/O buffer is empty.
        (tex-file): New fn; save buffers and run TeX on visit file.
        (tex-print): Print buffer's most recent output, whether from tex-file
        or tex-region.  Use shell-command to do the printing.
 
 1988-12-12  Richard Stallman  (rms@mole.ai.mit.edu)
 
-       * telnet.el (telnet-send-input): Save input in telnet-previous-input
+       * telnet.el (telnet-send-input): Save input in telnet-previous-input.
        (telnet-mode): Make that var buffer-local.
        (telnet-copy-last-input): New fn to yank that var; now on C-c C-y.
 
@@ -12438,8 +12438,7 @@ See ChangeLog.2 for earlier changes.
 ;; coding: utf-8
 ;; End:
 
-    Copyright (C) 1989, 1993, 2001, 2002, 2003, 2004, 2005, 2006,
-    2007, 2008  Free Software Foundation, Inc.
+    Copyright (C) 1989, 1993, 2001-2011  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
@@ -12456,4 +12455,3 @@ See ChangeLog.2 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: f07a3446-5672-464a-8fdc-2ca92e8e7b2a