]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog.6
Fix bug #9221 with memory leak in bidi display.
[gnu-emacs] / lisp / ChangeLog.6
index c4c00ffb082880757cc34412508feb1eaa22a025..7ba9261ccf04c6571f8cea9c56988156ed9eac89 100644 (file)
 1996-07-13  François Pinard  <pinard@iro.umontreal.ca>
 
        * allout.el (outline-resolve-xref): Do not mistake a blank line
-       following an xref (@) bullet as part of the rerefenced file name.
+       following an xref (@) bullet as part of the referenced file name.
 
 1996-07-13  Christopher J. Madsen  <ac608@yfn.ysu.edu>
 
 
        * skeleton.el (skeleton-autowrap): New variable.
        (skeleton-abbrev-cleanup): Added variable documentation.
-       (skeleton-proxy): Added optional autowrappping feature.
+       (skeleton-proxy): Added optional autowrapping feature.
        (skeleton-proxy, skeleton-abbrev-cleanup): Use `post-command-hook'
        instead of someday to be obsolete defer.
 
        * smtpmail.el (smtpmail-read-response): Goto smtpmail-read-point
        on every iteration to deal with multiple line banners.
 
-       * smptmail.el (smtpmail-via-smtp): Bracket names in FROM
+       * smtpmail.el (smtpmail-via-smtp): Bracket names in FROM
        and RCPT TO commands.
 
 1996-06-18  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
 1996-06-14  Ed Reingold  <reingold@albert.gnu.ai.mit.edu>
 
-       * cal-tex.el (cal-tex-mini-calendar): Add optional paramter COLSEP.
+       * cal-tex.el (cal-tex-mini-calendar): Add optional parameter COLSEP.
        (cal-tex-cursor-filofax-year): Use it.  Also, adjust other sizes.
 
 1996-06-13  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
 
        * cmacexp.el (c-macro-expansion): Delete ??! trigraph in uniquestring.
        Use same syntax table in outbuf as in inbuf.
-       Insert newline instead of space at end, for proprocessors which
+       Insert newline instead of space at end, for preprocessors which
        don't like truncated lines.
 
 1996-05-21  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
        Added default constants.
        (simula-emacs-features): New constant to hold information
        on which flavor if emacs is running (from cc-mode.el).
-       (simula-mode-menu): Menu definition for Lucid Emacs
+       (simula-mode-menu): Menu definition for Lucid Emacs.
        (simula-mode-map): Bound new command simula-indent-exp to C-M-q
        and added lots of commands to [menu-bar].
        (simula-popup-menu): New function for Lucid menus.
        (gomoku-winning-qtuple-beg, gomoku-winning-qtuple-end)
        (gomoku-winning-qtuple-dx, gomoku-winning-qtuple-dy): Pseudo variables
        only used for non-functional argument passing deleted.
-       (gomoku-cross-winning-qtuple): Accordingly deleted function and
+       (gomoku-cross-winning-qtuple): Accordingly deleted function.
        (gomoku-check-filled-qtuple): Accordingly adapted.
        (gomoku-cross-qtuple): Don't be confused by tabs.
        (gomoku-move-down, gomoku-move-up): Simplified because point is always
 
 1996-03-28  Michael Kifer  <kifer@cs.sunysb.edu>
 
-       * viper.el and related files: Copyright message updated.
+       * viper*.el: Copyright message updated.
        Also, added eval-when-compile's to reduce the number of warnings.
        * viper.el (vip-add-newline-at-eob-if-necessary):
        Don't add newline for read-only files.
 
        * timer.el (timer-event-handler): Inhibit quitting.
 
-1996-03-24  Jonathan Kamens  <jik@cam.ov.com>
+1996-03-24  Jonathan I. Kamens  <jik@cam.ov.com>
 
        * terminal.el (te-terminal-name-prefix): Change from
        "emacs-virtual" to "emacs-em", so that things will work on systems
        (gomoku-emacs-won, gomoku-font-lock-O-face, gomoku-font-lock-X-face)
        (gomoku-font-lock-keywords): New variables.
        (gomoku-mode): Use it and make buffer read-only for user.
-       (gomoku-terminate-game): Remove (ding) -- maybe should be optonal.
+       (gomoku-terminate-game): Remove (ding) -- maybe should be optional.
        (gomoku-init-display): Rewritten, makes fields intangible so you
        can't go in between.  Make free fields have mouse-face.
        (gomoku-cross-qtuple): Take account of intangible text, and that
        functionality of bibtex-pop-previous and bibtex-pop-next.  Now,
        bibtex-pop moves to the end of field after the pop.  Concatenated
        strings are now handled correctly.  Delimiters are not added to
-       non-delimited entries.  Changed occurences of
+       non-delimited entries.  Changed occurrences of
        bibtex-text-in-cfield to bibtex-text-in-field.
        (bibtex-pop-previous, bibtex-pop-next): Call bibtex-pop.
        (bibtex-complete-string): Fixed bug that removed delimiters
 
        * ediff-init.el (ediff-hide-face): New function.
        (ediff-collect-diffs-metajob): Fixed.
-       (ediff-check-for-cl-seq): Function deleted
+       (ediff-check-for-cl-seq): Function deleted.
        (ediff-abbreviate-file-name): Now a defun.
        (ediff-has-face-support-p): New function.  Ediff now supports
        faces whenever possible.
        (run-ediff-from-cvs-buffer): New function.  Moved all
        version-control-related stuff to a new file, ediff-vers.el.
 
-       * ediff-util.el (ediff-save-buffer-in-file): New function
+       * ediff-util.el (ediff-save-buffer-in-file): New function.
        (ediff-visible-region): No longer narrows the merge buffer.
        (ediff-status-info): Now tells if we are focusing on regions where
        both buffers differ from the ancestor.
 
        * viper.el: Added face support for devices that have faces.
        (vip-forward-paragraph, vip-backward-paragraph): Now work
-       corretly when they are used as motion specs in other commands.
+       correctly when they are used as motion specs in other commands.
        (vip-set-hooks): Added viper to tcl-mode-hook.
 
        * viper-util.el (vip-has-face-support-p, vip-abbreviate-file-name):
        * timer.el (run-at-time): Handle numbers as relative times in
        seconds, as the original code did.
 
-1996-02-06  Barry Warsaw  <bwarsaw@anthem>
+1996-02-06  Barry A. Warsaw  <bwarsaw@anthem>
 
        * cc-mode.el (c-common-init): Fix typo.
 
        (f90-mode): Call hilit-set-mode-patterns if defined.
        (f90-auto-hilit19): New variable.
        (f90-fill-region): Bind f90-auto-hilit19 to nil.
-       (f90-update-line): Rehilight if appropriate.
+       (f90-update-line): Rehighlight if appropriate.
 
 1996-01-24  Daniel Pfeiffer  <Daniel.Pfeiffer@Informatik.START.dbp.de>
 
        When changing the environment, avoid need for setenv.
 
 1996-01-05  Karl Eichwalder  <ke@ke.Central.DE>
-       and  Karl Fogel  <kfogel@floss.red-bean.com>
+            Karl Fogel  <kfogel@floss.red-bean.com>
 
        * bookmark.el: "cyclic.com" addresses changed to "red-bean.com".
        (bookmark-bmenu-mode-map): Don't bind C-k.
        * jka-compr.el (auto-compression-mode): This is now a stub function
        that calls toggle-auto-compression, and is put bodily into loaddefs.el.
        (toggle-auto-compression): Renamed from auto-compression-mode.
-       Not autloaded.
+       Not autoloaded.
 
 1995-12-28  Karl Eichwalder  <ke@ke.Central.DE>
 
        * yow.el (apropos-zippy): New command.
        (yow-load-message, yow-after-load-message): New constants.
        (yow, read-zippyism): Use them.
-       Now KEN and BARBIE are PERMANENTLY ADDICTED to MIND-ALTERING DRUGS..
+       Now KEN and BARBIE are PERMANENTLY ADDICTED to MIND-ALTERING DRUGS.
 
 1995-12-19  Daniel Pfeiffer  <Daniel.Pfeiffer@Informatik.START.dbp.de>
 
        (bibtex-mode-map): Changed `move/edit' to `bibtex-edit'.
 
        * bibtex.el (bibtex-sort-entries): Now works correctly with
-       `@String' entries inside BibTeX files (i.e. after the occurence of
+       `@String' entries inside BibTeX files (i.e. after the occurrence of
        other references).
        (bibtex-validate-buffer): Inserted code which looks if entries are
        balanced (a single non-escaped quote inside braces was not
        (completion-c-mode-hook): Encapsulate C-mode changes in new function.
        Either call it now or put it on c-mode-hook.
 
-1995-11-22  Barry Warsaw  <bwarsaw@anthem>
+1995-11-22  Barry A. Warsaw  <bwarsaw@anthem>
 
        * cc-mode.el (c-beginning-of-statement-1): CASE 3, can't just
        return t at end of let clause since this will break
 
 1995-11-17  Ed Reingold  <reingold@spiff.gnu.ai.mit.edu>
 
-       * cal-coptic.el: Fix epoch of Ethiopiac calendar.
+       * cal-coptic.el: Fix epoch of Ethiopic calendar.
 
        * cal-chinese.el: Minor fixes.
 
 
        * facemenu.el (facemenu-unlisted-faces): Remove font-lock faces from
        the default list.  The list of face names was out of sync; to
-       prevent this from happenning again I made font-lock.el, and other
+       prevent this from happening again I made font-lock.el, and other
        packages that create "private" faces, put them on the list
        themselves.  This should give them a better chance of being
        updated when the packages are changed.
 
        * skeleton.el (skeleton-end-hook): Now defvared and responsible for
        pushing out anything following skeleton to next line.  Thus this
-       behaviour can now be controlled by modes.
+       behavior can now be controlled by modes.
        (skeleton-insert): Parameter `no-newline' removed.
        (skeleton-read): Take this into account.
        (skeleton-internal-1): Less spurious empty lines when wrapping.
 1995-10-12  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
 
        * help.el (variable-at-point, function-called-at-point):
-       Fix revious changes.
+       Fix previous changes.
 
        * iso-transl.el: Handle aliases dead-acute,...
 
 1995-10-09  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
 
        * etags.el (tags-table-check-computed-list): Map
-        tags-expand-table-name over lists of included tables.
+       tags-expand-table-name over lists of included tables.
 
 1995-10-09  Erik Naggum  <erik@naggum.no>
 
 
        * ediff-meta.el: New file.
        * ediff-hook.el: New file.
-       * ediff.el: Moved menubar definitions to a new file, ediff-hook.el
+       * ediff.el: Moved menubar definitions to a new file, ediff-hook.el.
        (ediff-files, ediff-merge-files): Better file-name defaults.
        (ediff-split-string): New function.
        (ediff-exec-process): Now handles diff args separated by space.
        * gud.el (gud-filter): Save up text that arrives while processing
        previous text.
 
-1995-09-06  Fred Pierresteguy  <F.Pierresteguy@frcl.bull.fr>
+1995-09-06  Frederic Pierresteguy  <F.Pierresteguy@frcl.bull.fr>
 
        * rmailsum.el (rmail-summary-construct-io-menu): Use all of FILES.
        Also disable the menu instead of not displaying it, if FILES is empty.
 
        * sendmail.el (sendmail-send-it): Use user-mail-address.
 
-1995-08-31  Barry Warsaw  <bwarsaw@anthem>
+1995-08-31  Barry A. Warsaw  <bwarsaw@anthem>
 
        * cc-mode.el (c-backslashify-current-line): Obsolete.
        (c-append-backslash, c-delete-backslash): Taken from c-mode.el.
 
        * skeleton.el (skeleton-newline-indent-rigidly): New variable.
        (skeleton-internal-1): Use it for indenting after \n because previous
-       behaviour was only useful for `sh-script.el' and old `ada.el'.  Other
+       behavior was only useful for `sh-script.el' and old `ada.el'.  Other
        modes now get their own indentation.
        (skeleton, skeleton-modified, skeleton-point, skeleton-regions): `New'
        variables for passing between the mutually recursive functions of
        since `newline-and-indent' doesn't either.  Don't turn a trailing
        quoted tab into a space.
        (sh-mode): Use new `skeleton-newline-indent-rigidly'.
-       (sh-set-shell): Make maximum font-locking also hightlight keywords
+       (sh-set-shell): Make maximum font-locking also highlight keywords
        after ``' and `!'.  (The latter is for ksh '93 but should't hurt other
        shells.)
 
        property.
        (vc-trunk-p, vc-branch-part): Functions moved before first use.
 
-1995-08-16  Fred Pierresteguy  <F.Pierresteguy@frcl.bull.fr>
+1995-08-16  Frederic Pierresteguy  <F.Pierresteguy@frcl.bull.fr>
 
        * rmailsum.el (rmail-new-summary): Enable the Input/output menu.
 
 
 1995-08-15  Daniel Pfeiffer  <Daniel.Pfeiffer@Informatik.START.dbp.de>
 
-       * skeleton.el (skeleton-pair-insert-maybe): Plain insert in Ovwrt mode
+       * skeleton.el (skeleton-pair-insert-maybe): Plain insert in Ovwrt mode.
        (skeleton-insert): If skeleton doesn't fit in window, put beginning
        at top before going to _ point.
        (skeleton-internal-list): Rewritten so that resume: sections pertain
-       only to inferior skeletons and make str available there
+       only to inferior skeletons and make str available there.
        (skeleton-read): Don't quit and remove partial skeleton when empty
        string entered for outer iterator.  Added implicit argument `input'.
        (define-skeleton, skeleton-insert, skeleton-internal-list): Use `x
        (find-file-noselect): Use it if new optional argument `rawfile' is
        non-nil.
 
-       * startup.el (command-line-1): Add option --eval to evalute an
+       * startup.el (command-line-1): Add option --eval to evaluate an
        expression on the command line and print the result.
 
 1995-08-14  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
 
        * bibtex.el: Add keywords and comments as per conventions.
 
-       * bibtex.el: Changed almost all occurences of buffer-substring to
+       * bibtex.el: Changed almost all occurrences of buffer-substring to
        buffer-substring-no-properties..
 
        * bibtex.el (bibtex-find-entry-location, bibtex-clean-entry):
 1995-07-22  Daniel Pfeiffer  <Daniel.Pfeiffer@Informatik.START.dbp.de>
 
        * apropos.el: Add latest changes of old library and some more.
-       (apropos): Only show unbound symbols when do-all
+       (apropos): Only show unbound symbols when do-all.
        (apropos-documentation-check-elc-file): New copied function.
        (apropos-command): Also use `apropos-do-all' when called as function.
        (apropos-print-doc): Renamed from `apropos-print-documentation', i
        (ada-format-paramlist): Simplified a regexp.
        (ada-indent-current): On first line of the buffer, indent to column 0.
        Don't reindent if new position is the same as the old one.  Thus, a
-       correcly indended line is not modified.
+       correctly indended line is not modified.
        (ada-get-indent-subprog): Simplified a regexp.
        (ada-goto-matching-decl-start): Distinguish between normal type
        declaration and protected types, which are more like procedures.
        (apropos-use-faces, apropos-local-map): New variables.
        (apropos-command): New name for `command-apropos' no longer in help.el.
        (apropos-value): New command.
-       (apropos-documentation): New name for `super-apropos'
+       (apropos-documentation): New name for `super-apropos'.
        (apropos-follow, apropos-mouse-follow): New commands for hypertext.
        (apropos-describe-plist): New function.
 
 
        * skeleton.el: Partly rewritten and extended.
        (skeleton-filter, skeleton-untabify, skeleton-further-elements)
-       (skeleton-abbrev-cleanup): New variables
-       (skeleton-proxy, skeleton-abbrev-cleanup): New functions
+       (skeleton-abbrev-cleanup): New variables.
+       (skeleton-proxy, skeleton-abbrev-cleanup): New functions.
        (skeleton-insert): Sublanguage element < must now be handled via
        `skeleton-further-elements' (used only in sh-script and ada).  Lisp
        expressions can be quoted to ignore the return value.
        (mouse-drag-region): Set it.
        (mouse-save-then-kill): Test it.
 
-1995-06-29  David M Smith  <D.M.Smith@lancaster.ac.uk>
+1995-06-29  David M. Smith  <D.M.Smith@lancaster.ac.uk>
 
-       * ielm.el (ielm-font-lock-keywords): New variable
+       * ielm.el (ielm-font-lock-keywords): New variable.
        (inferior-emacs-lisp-mode): Use it for font-lock support
 
 1995-06-29  Bryan O'Sullivan  <bos@Eng.Sun.COM>
@@ -8022,8 +8022,7 @@ See ChangeLog.5 for earlier changes.
 ;; coding: utf-8
 ;; End:
 
-    Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, 2006,
-      2007, 2008  Free Software Foundation, Inc.
+    Copyright (C) 1995-1996, 2001-2011  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
@@ -8040,4 +8039,3 @@ See ChangeLog.5 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: f90e8ffe-6bd0-4423-97d9-637ac4382520