X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/51751aa26f9935609630f04e781a954b54ecc82e..ba3189039adc8ec5eba5ed3e21d42019a4616b7c:/lisp/ChangeLog.3?ds=sidebyside diff --git a/lisp/ChangeLog.3 b/lisp/ChangeLog.3 index 8cafac2c0c..ce9c9e791b 100644 --- a/lisp/ChangeLog.3 +++ b/lisp/ChangeLog.3 @@ -533,7 +533,7 @@ 1993-05-16 Richard Stallman (rms@geech.gnu.ai.mit.edu) - * gnus.el, gnuspost.el, gnusmail.el, gnusmisc.el + * gnus.el, gnuspost.el, gnusmail.el, gnusmisc.el, * nntp.el, nnspool.el, mhspool.el: Version 3.15 from Umeda. * frame.el (toggle-scroll-bar): Renamed from toggle-vertical-scroll... @@ -762,8 +762,8 @@ Fail more gracefully if we can't build bold, italic, etc, versions of the default font. - * faces.el (make-face-bold, make-face-italic, - make-face-bold-italic, make-face-unbold, make-face-unitalic): + * faces.el (make-face-bold, make-face-italic) + (make-face-bold-italic, make-face-unbold, make-face-unitalic): Implement NOERROR argument. (x-initialize-frame-faces): Use the NOERROR argument to the font manipulation functions to avoid errors while starting up. @@ -1772,8 +1772,8 @@ 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu) - * calendar.el (calendar-standard-time-zone-name, - calendar-daylight-time-zone-name): Initialize these at load-time, + * calendar.el (calendar-standard-time-zone-name) + (calendar-daylight-time-zone-name): Initialize these at load-time, as well as calendar-time-zone. * calendar.el (calendar-time-zone): Fix code which initializes @@ -1827,7 +1827,7 @@ * help.el, register.el, replace.el, reposition.el, rfc822.el, * rlogin.el, rot13.el, scribe.el, scroll-bar.el, sendmail.el, * setenv.el, sgml-mode.el, simple.el, simula.el, sort.el, spell.el, - * spook.el, studly.el, tabify.el, text-mode.el: Added or corrected + * spook.el, studly.el, tabify.el, text-mode.el: Add or correct Commentary headers. 1993-03-22 Edward M. Reingold (reingold@emr.cs.uiuc.edu) @@ -1840,7 +1840,7 @@ * man.el, mlconvert.el, mlsupport.el, modula2.el, mouse.el, * mpuz.el, netunam.el, novice.el, nroff-mode.el, options.el, * outline.el, page.el, paragraphs.el, picture.el, prolog.el, - * rect.el: Added or corrected Commentary sections. + * rect.el: Add or correct Commentary sections. 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) @@ -1857,7 +1857,7 @@ * mail-utils.el, mailalias.el, makefile.el, makesum.el, mim-mode.el, * modula2.el, nroff-mode.el, perl-mode.el, prolog.el, scheme.el, * sgml-mode.el, tex-mode.el: - Added or corrected Commentary sections. There's more of this + Add or correct Commentary sections. There's more of this coming; soon, the package finder will be able to browse Commentary sections, and I want almost all packages to have useful ones. @@ -1905,7 +1905,7 @@ * 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 @@ -1972,7 +1972,7 @@ * cust-print.el, find-dired.el, etags.el, electric.el, dired.el, * dired-aux.el, cust-print.el, cmuscheme.el, cmulisp.el, cl.el, * case-table.el, byte-run.el, ange-ftp.el, backquote.el: - Added or corrected library header comments. + Add or correct library header comments. 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) @@ -2186,8 +2186,8 @@ 1993-03-10 Edward M. Reingold (reingold@emr.cs.uiuc.edu) - * diary-insert.el (insert-anniversary-diary-entry, - insert-block-diary-entry): Fix calendar-date-display-form used. + * diary-insert.el (insert-anniversary-diary-entry) + (insert-block-diary-entry): Fix calendar-date-display-form used. 1993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu) @@ -2383,8 +2383,8 @@ nonexistent function last-month-of-hebrew-year to the correct function hebrew-calendar-last-month-of-year. - * cal-mayan.el (calendar-mayan-haab-on-or-before, - calendar-mayan-tzolkin-on-or-before): Change `mod' to `%'. + * cal-mayan.el (calendar-mayan-haab-on-or-before) + (calendar-mayan-tzolkin-on-or-before): Change `mod' to `%'. * cal-mayan.el (calendar-next-tzolkin-date): Delete bogus second defun. @@ -2857,8 +2857,8 @@ * ehelp.el (electric-help-command-loop): Same. * electric.el (Electric-command-loop): Same. * emerge.el (emerge-show-file-name): Same. - * fortran.el (fortran-abbrev-start, - fortran-window-create-momentarily): Same. + * fortran.el (fortran-abbrev-start) + (fortran-window-create-momentarily): Same. * gnus.el (gnus-Subject-next-article): Same. * info.el (Info-summary): Same. * isearch-mode.el (isearch-update, isearch-unread): Same. @@ -6305,7 +6305,7 @@ to "Non-echoed text: ". This conforms with the convention used by existing prompts, and gives more room to type stuff. - * comint.el (comint-last-input-start): New varible. In + * comint.el (comint-last-input-start): New variable. In particular, this helps support subprocesses that insist on echoing their input. Added comments to porting guide indicating that this should probably not be used for implementing history stuff. @@ -8647,7 +8647,7 @@ * comint.el, inf-lisp.el, shell.el: Updated to meet Olin's version 2.0 comint offerings. * ring.el: The underlying history mechanism for comint. - Generalised handling of a ring data type based on vectors. + Generalized handling of a ring data type based on vectors. * history.el: For now, a symlink to ring.el. * loaddefs.el: Updated shell-prompt-pattern doc string. @@ -9536,7 +9536,7 @@ it@top level. * texnfo-upd.el (texinfo-incorporate-descriptions): Don't - accidently find a string in the description that is confused for + accidentally find a string in the description that is confused for a menu item. 1990-06-01 Robert J. Chassell (bob@wheat-chex) @@ -11362,7 +11362,7 @@ * 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. @@ -12438,7 +12438,7 @@ See ChangeLog.2 for earlier changes. ;; coding: utf-8 ;; End: - Copyright (C) 1989, 1993, 2001-2011 Free Software Foundation, Inc. + Copyright (C) 1989, 1993, 2001-2014 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -12454,4 +12454,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 . -