ChangeLog fixes
authorGlenn Morris <rgm@gnu.org>
Tue, 14 Jan 2014 08:13:13 +0000 (00:13 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 14 Jan 2014 08:13:13 +0000 (00:13 -0800)
doc/emacs/ChangeLog
doc/misc/ChangeLog
leim/ChangeLog
lisp/ChangeLog
lisp/ChangeLog.10
lisp/ChangeLog.11
lisp/ChangeLog.12
lisp/ChangeLog.8
lisp/ChangeLog.9

index cc5518b..8e4a3fa 100644 (file)
 
        * sending.texi (Mail Sending): pxref to Top needs five args.
 
-       * texinfo.tex: Update to current version (2006-03-21.13).
-
 2006-03-31  Richard Stallman  <rms@gnu.org>
 
        * emacs.texi (Top): Update subnode menu.
index 2718c59..a11e399 100644 (file)
 
        * gnus.texi (Security): Improve.
 
+2006-04-02  Karl Berry  <karl@gnu.org>
+
+       * texinfo.tex: Update to current version (2006-03-21.13).
+
 2006-04-02  Bill Wohler  <wohler@newt.com>
 
        * mh-e.texi (Getting Started, Junk, Bug Reports)
 
        * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
 
+2001-02-12  Michael Kifer  <kifer@cs.sunysb.edu>
+
+       * ediff.texi: Added ediff-coding-system-for-read.
+
+       * viper.texi: Fix typos.
+
 2000-12-20  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * Makefile.in (../info/idlwave): Use --no-split.
 
 1990-05-25  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
 
-       * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
+       * texindex.c: If USG, include sys/types.h and sys/fcntl.h.
 
 1989-01-17  Robert J. Chassell  (bob@rice-chex.ai.mit.edu)
 
index 5a10d1c..6069b8b 100644 (file)
 
 1998-10-13  Francesco Potortì  <F.Potorti@cnuce.cnr.it>
 
-       * latin-alt.el ("latin-1-alt-postfix"): Add a method to enter the
+       * quail/latin-alt.el ("latin-1-alt-postfix"): Add a method to enter the
        small superscript underlined o and a.
        ("italian-alt-postfix"): Change it to something useful and
        different from italian-postfix.
-       * latin-post.el ("latin-1-postfix"): Add a method to enter the
+       * quail/latin-post.el ("latin-1-postfix"): Add a method to enter the
        small superscript underlined o and a.
        ("italian-postfix"): Same as above.
        ("italian-postfix"): Add methods to enter e with acute accent and
index b9cd0f3..e45b0ba 100644 (file)
        Bazaar-specific names.
 
        * version.el (emacs-bzr-version): Name changed to
-       emacs-repository-version. Obsolete-variable alias made.
+       emacs-repository-version.  Obsolete-variable alias made.
        * loadup.el: Follow through on this name change.
        * mail/emacsbug.el (report-emacs-bug): Factor out any
        assumption about the version control system in use.
index b70ca77..8f5183b 100644 (file)
 
 2003-01-31  Christoph Wedler  <Christoph.Wedler@sap.com>
 
-       * antlr-mode.el: Bug fixes, miscellaneous.
+       * progmodes/antlr-mode.el: Bug fixes, miscellaneous.
        (antlr-mode): Make major mode work with cc-mode-5.29 or higher,
        make it more robust against changes in cc-mode's style variables
        by using `boundp' and function `c-init-language-vars' if defined.
        (antlr-run-tool-interactive): New function.
        (antlr-run-tool): Use it for `interactive' specification.
 
-       * antlr-mode.el: Simplify Emacs/XEmacs compatibility.
+       * progmodes/antlr-mode.el: Simplify Emacs/XEmacs compatibility.
        (cond-emacs-xemacs): New compile-time macro.
        (defunx): New compile-time macro.
        (ignore-errors-x): New compile-time macro.
        (antlr-hide-actions): Ditto.
        (antlr-option-kind): Ditto.
 
-       * antlr-mode.el: In Emacs, use face attribute :weight, not :bold.
+       * progmodes/antlr-mode.el: In Emacs, use face attribute
+       :weight, not :bold.
        (antlr-font-lock-keyword-face): Use new macros.
        (antlr-font-lock-syntax-face): Ditto.
        (antlr-font-lock-ruledef-face): Ditto.
 
        Changes from 2002-05-24:
 
-       * antlr-mode.el: Version 2.2a.
+       * progmodes/antlr-mode.el: Version 2.2a.
 
        Changes from 2002-05-03:
 
-       * antlr-mode.el: Make context parsing faster on Emacs, for faster
-       syntax highlighting, indentation and imenu support.
+       * progmodes/antlr-mode.el: Make context parsing faster on Emacs,
+       for faster syntax highlighting, indentation and imenu support.
        Suggested by Aaron Davies <adavies42@users.sourceforge.net>.
        (antlr-slow-context-cache): New variable.
        (antlr-slow-syntactic-context): Use cache.
        antlr-xemacs-bug-workaround.
        (antlr-imenu-create-index-function): Search from beginning.
 
-       * antlr-mode.el: More sophisticated indentation, i.e., use the
-       indentation engine of cc-mode for most actions.
+       * progmodes/antlr-mode.el: More sophisticated indentation, i.e.,
+       use the indentation engine of cc-mode for most actions.
        (antlr-c-common-init): Allow nil for `antlr-indent-style'.
        (antlr-indent-line): Use indentation engine of cc-mode more often.
        (antlr-indent-at-bol-alist): Only used for header actions.
        (antlr-indent-at-bol-alist): With language "Java", indent
        "package" and "import" at column 0 in header part.
 
-       * antlr-mode.el (antlr-simple-default-directory): Define.
+       * progmodes/antlr-mode.el (antlr-simple-default-directory): Define.
        (antlr-simple-read-shell-command): Define.
        (antlr-simple-with-displaying-help-buffer): Define.
        (antlr-simple-scan-sexps, antlr-simple-scan-lists):
 
        Changes from 2002-02-28:
 
-       * antlr-mode.el: Version 2.2 is released.
+       * progmodes/antlr-mode.el: Version 2.2 is released.
 
-       * antlr-mode.el (antlr): Moved to SourceForge.net
+       * progmodes/antlr-mode.el (antlr): Moved to SourceForge.net
 
-       * antlr-mode.el: Minor bug fixes: insert options and indentation.
+       * progmodes/antlr-mode.el: Minor bug fixes: insert options
+       and indentation.
        (antlr-option-location): Don't use point as position where to
        insert options if point is in comment.
        (antlr-mode): Don't set style here.
 
        Changes from 2002-01-31:
 
-       * antlr-mode.el (antlr-font-lock-additional-keywords):
+       * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
        Also highlight `~' with `antlr-font-lock-syntax-face'.
        Suggested by Helmut Neukirchen <neukirchen@itm.mu-luebeck.de>.
 
 
 2002-04-22  Martin Stjernholm  <bug-cc-mode@gnu.org>
 
-       * progmodes/cc-align.el, progmodes/cc-mode.texi,
-       progmodes/cc-vars.el: Added two new lineup functions:
+       * progmodes/cc-align.el, progmodes/cc-mode.el:
+       progmodes/cc-vars.el: Added two new lineup functions:
 
        (c-lineup-knr-region-comment): A new lineup function to get
        (what most people think is) better indentation of comments in
 
 2001-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
 
-       * antlr-mode.el: More sophisticated indentation of cpp directive.
+       * progmodes/antlr-mode.el: More sophisticated indentation
+       of cpp directive.
        (antlr-indent-at-bol-alist): New user option.
        (antlr-indent-line): Use it.
        (antlr-indent-style): New user option.
        (antlr-mode): Use it.
        (antlr-indent-item-regexp): Customize.
 
-       * antlr-mode.el: Syntax highlighting changes.
+       * progmodes/antlr-mode.el: Syntax highlighting changes.
        (antlr-font-lock-literal-regexp): New user option.
        (antlr-font-lock-syntax-face): New face used for :, |, ....
        (antlr-font-lock-default-face): New face.
        (antlr-font-lock-additional-keywords): Use them.
 
-       * antlr-mode.el: New command to insert options -- variables.
+       * progmodes/antlr-mode.el: New command to insert options -- variables.
        (antlr-mode-map): New binding [C-c C-o].
        (antlr-mode-menu): New submenus.
        (antlr-options-use-submenus): New user option.
        (antlr-options-assign-string): New user option.
        (antlr-options-headings): New variable.
 
-       * antlr-mode.el: New command to insert options -- specific.
+       * progmodes/antlr-mode.el: New command to insert options -- specific.
        (antlr-options-alists): New variable.
        (antlr-read-value): New function.
        (antlr-read-boolean): New function.
        (antlr-grammar-tokens): New function.
        (antlr-imenu-create-index-function): New optional argument.
 
-       * antlr-mode.el: New command to insert options -- functions.
+       * progmodes/antlr-mode.el: New command to insert options -- functions.
        (antlr-insert-option): New command.
        (antlr-insert-option-interactive): New function.
        (antlr-options-menu-filter): New function.
        (antlr-insert-option-space): New function.
        (antlr-insert-option-area): New function.
 
-       * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
+       * progmodes/antlr-mode.el: New electric keys ":;|&(){}", TAB works better
        with narrowing.  Menu change.  Miscellaneous.
        (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
        (antlr-mode-map): New bindings for characters in ":;|&(){}".
        * calc/calc-frac.el, calc/calc-macs.el, calc/calc-poly.el:
        * calc/calc-stuff.el, calc/calcalg2.el, calc/calc-comb.el:
        * calc/calc-funcs.el, calc/calc-maint.el, calc/calc-prog.el:
-       * calc/calc-trail.el, calcalg3.el, calc/calc-cplx.el:
+       * calc/calc-trail.el, calc/calcalg3.el, calc/calc-cplx.el:
        * calc/calc-graph.el, calc/calc-map.el, calc/calc-rewr.el:
        * calc/calc-undo.el, calc/calccomp.el, calc/calc-embed.el:
        * calc/calc-help.el, calc/calc-math.el, calc/calc-rules.el:
index e41f3a8..1faa67d 100644 (file)
 
 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
 
-       * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
-       line break position in the middle of a non-kinsoku (e.g. latin)
-       word, making it skip until either a space or a character with
-       category "|".
+       * international/kinsoku.el (kinsoku-longer, kinsoku-shorter):
+       Do not choose a line break position in the middle of a
+       non-kinsoku (e.g. latin) word, making it skip until either
+       a space or a character with category "|".
        (kinsoku-longer): Test for end of buffer.
 
 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
        * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
        (cal-tex-LaTeX-hourbox): Move definition before use.
 
-       * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
-       * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
-       * lunar.el, solar.el (displayed-month, displayed-year):
-       Define for compiler.
+       * calendar/cal-china.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
+       * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
+       * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
+       (displayed-month, displayed-year): Define for compiler.
 
 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
 
index 72a2272..43575cc 100644 (file)
        North American rule.  Replace "daylight savings" with "daylight
        saving" in doc.
 
-       * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
-       * calendar/lunar.el, solar.el: Replace "daylight savings" with
-       "daylight saving" in text.
+       * calendar/cal-china.el, calendar/cal-dst.el, calendar/calendar.el:
+       * calendar/diary-lib.el, calendar/lunar.el, calendar/solar.el:
+       Replace "daylight savings" with "daylight saving" in text.
 
        * woman.el (woman-change-fonts): Tweak previous change by using
        woman-request-regexp rather than "^\\.".
 
        * version.el (emacs-version): Use mac-carbon-version-string.
 
-       * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
+       * term/mac-win.el (res-geometry): Apply 2006-10-18 change for x-win.el.
 
 2006-10-19  Jan Djärv  <jan.h.d@swipnet.se>
 
index 36114ae..afa6251 100644 (file)
 
 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
 
-       * antlr-mode.el: Version 1.2 is released.
+       * progmodes/antlr-mode.el: Version 1.2 is released.
        (antlr): This package has a web page.
 
 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
 
-       * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
+       * progmodes/antlr-mode.el: Menu/keymap additions for commenting/uncommenting
        regions.  Suggested by Dale Davis <Dale_Davis@securify.com>.
        (antlr-mode-map): New binding [C-c C-c].
        (antlr-mode-menu): New entries.
 
 1999-12-21  Christoph Wedler  <Christoph.Wedler@sap.com>
 
-       * antlr-mode.el: Respect Emacs conventions.
+       * progmodes/antlr-mode.el: Respect Emacs conventions.
        ((require 'cl)): Only use during compilation.
        (antlr-language-for-option): New function to avoid using `find'.
        (antlr-mode): Use it.
 
 1999-11-21  Christoph Wedler  <Christoph.Wedler@sap.com>
 
-       * antlr-mode.el: Really use `antlr-tab-offset-alist'.
+       * progmodes/antlr-mode.el: Really use `antlr-tab-offset-alist'.
        (antlr-set-tabs): Don't use hard-coded values.
 
-       * antlr-mode.el: Minor navigation changes.  Not perfect, but this
+       * progmodes/antlr-mode.el: Minor navigation changes.  Not perfect, but this
        won't be possible without a huge time penalty.
        (antlr-skip-exception-part): Be more specific.
        (antlr-skip-file-prelude): Don't skip action prelude of next rule.
        (antlr-beginning-of-body): Better error message.
        (antlr-imenu-create-index-function): Skip rule action prelude.
 
-       * antlr-mode.el: Minor syntax highlighting changes.
+       * progmodes/antlr-mode.el: Minor syntax highlighting changes.
        (antlr-font-lock-default-face): Deletia.
        (antlr-font-lock-tokendef-face): Changed color.
        (antlr-font-lock-tokenref-face): Changed color.
index c0bf982..ceb3def 100644 (file)
        * international/quail.el (quail-start-conversion):
        Reset quail-translating to nil.
 
-       * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
-       bound.  Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
+       * progmodes/antlr-mode.el (antlr-mode):
+       Check that `c-Java-access-key' is bound.
+       Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
 
 2001-06-18  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * ediff-util.el (ediff-compute-custom-diffs-maybe):
        Better handling of the diff mode.
 
-       * ediff.texi: Added ediff-coding-system-for-read.
-
-       * viper.texi: Fix typos.
-
 2001-02-11  Dave Love  <fx@gnu.org>
 
        * shadowfile.el: Doc fixes.
 
 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
 
-       * antlr-mode.el: New commands to run ANTLR from within Emacs and
-       to create Makefile rules.
+       * progmodes/antlr-mode.el: New commands to run ANTLR from within
+       Emacs and to create Makefile rules.
        (antlr-tool-command): New user option.
        (antlr-ask-about-save): New user option.
        (antlr-makefile-specification): New user option.
        (antlr-insert-makefile-rules): New function.
        (antlr-show-makefile-rules): New command.
 
-       * antlr-mode.el: More Emacs/XEmacs stuff.
+       * progmodes/antlr-mode.el: More Emacs/XEmacs stuff.
        (antlr-no-action-keywords): New constant with value nil.
        (antlr-font-lock-keywords-alist): Use it.  Old value would break
        syntax highlighting in Emacs-21.0.
 
 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
 
-       * antlr-mode.el: imenu, parsing and highlighting changes.
+       * progmodes/antlr-mode.el: imenu, parsing and highlighting changes.
        (antlr-imenu-create-index-function): Don't create extra submenus
        for definitions in different grammar classes.  It is not necessary
        for the menu and would make command `imenu' awkward to use.
 
 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
 
-       * antlr-mode.el: Minor changes: language setting.
+       * progmodes/antlr-mode.el: Minor changes: language setting.
        (antlr-language-alist): The value for file option "language" can
        be both an identifier and a string.
        Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
 
 2000-11-29  Christoph Wedler  <Christoph.Wedler@sap.com>
 
-       * antlr-mode.el: Minor changes: tabs, hiding.
+       * progmodes/antlr-mode.el: Minor changes: tabs, hiding.
        (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
        (antlr-action-visibility): Also allow value nil to also hide the
        braces.  Renamed from `antlr-tiny-action-length'.
 
 2000-05-29  Christoph Wedler  <Christoph.Wedler@sap.com>
 
-       * antlr-mode.el: New commands: hide/unhide actions,
+       * progmodes/antlr-mode.el: New commands: hide/unhide actions,
        upcase/downcase literals.
        (antlr-tiny-action-length): New user option.
        (antlr-hide-actions): New command.  Suggested by
        (antlr-downcase-literals): New command.
        (antlr-upcase-literals): Ditto.
 
-       * antlr-mode.el: Minor changes: indentation, mode-name.
+       * progmodes/antlr-mode.el: Minor changes: indentation, mode-name.
        (antlr-indent-line): Indent cpp directive at column 0.
        (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
 
-       * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
+       * progmodes/antlr-mode.el: XEmacs bug workaround, XEmacs hint.
        (antlr-font-lock-additional-keywords): Workaround for intentional
        bug in XEmacs version of font-lock.
        (antlr-mode): Set symbol property `mode-name' to "Antlr".  Could