Some doc updates for eieio-describe-class/generic
[bpt/emacs.git] / lisp / ChangeLog.8
index 6127667..c9af60c 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.
        (font-lock-removed-keywords-alist): New variable.
        (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
        Empty `font-lock-keywords-alist' when `append' is `set' to avoid
-       growing datastructures.
+       growing data structures.
        (font-lock-set-defaults): Removes keywords stored in
        `font-lock-removed-keywords-alist' after local keywords added.
 
        `t' command key can change `reftex-toc-max-level';
        (eval-when-compile (require 'cl)) added.
 
-       * textmode/reftex-sel.el (reftex-insert-docstruct): Respect
+       * textmodes/reftex-sel.el (reftex-insert-docstruct): Respect
        `reftex-toc-max-level'.  (eval-when-compile (require 'cl)) added.
 
        * textmodes/reftex-auc.el: (eval-when-compile (require 'cl)) added.
        (reftex-section-info): Deal with environment matches;
        (eval-when-compile (require 'cl)) added.
 
-       * reftex-global.el: (eval-when-compile (require 'cl)) added.
+       * textmodes/reftex-global.el: (eval-when-compile (require 'cl)) added.
 
 1999-12-15  Kenichi Handa  <handa@etl.go.jp>
 
        for Emacs 20.4 and the earlier versions.
        (ps-mule-init-external-library): Just require a feature for
        external libraries.
-       (ps-mule-prologue): Postscript code modified for new composition.
+       (ps-mule-prologue): PostScript code modified for new composition.
        (ps-mule-find-wrappoint): New arg COMPOSITION.
        (ps-mule-plot-string): Delete code for composite characters.
        (ps-mule-plot-composition): New function.
        (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
        ps-mule-prepare-cmpchar-font): Deleted.
        (ps-mule-string-encoding): New arg NO-SETFONT.
-       (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
+       (ps-mule-bitmap-prologue): In PostScript code of BuildGlyphCommon,
        check Composing, not Cmpchar.
        (ps-mule-initialize): Set ps-mule-composition-prologue-generated
        to nil.
        composition-function-table.
        (tibetan-composable-pattern): New variable.
        (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
-       (tibetan-precomposition-rule-alist): Move punctuations to
+       (tibetan-precomposition-rule-alist): Move punctuation to
        tibetan-punctuation-transcription-alist and
        tibetan-obsolete-glyphs.
        (tibetan-punctuation-transcription-alist): New variable.
 
 1999-10-22  Paul Eggert  <eggert@twinsun.com>
 
-       * international/mule-cmds.c (locale-language-names):
+       * international/mule-cmds.el (locale-language-names):
        Use Latin-1 (not Latin-3) for Afrikaans, Galician.
        Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
        Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
 
 1999-10-12  Emmanuel Briot  <briot@gnat.com>
 
-       * ada-stmt.el: Doc-string fixes.
+       * progmodes/ada-stmt.el: Doc-string fixes.
 
 1999-10-12  Gerd Moellmann  <gerd@gnu.org>
 
        (sh-mode-map): Added new bindings.
        (sh-mode): Updated mode doc-string for new commands, added
        make-local-variable calls, initialize mode-specific variables.
-       (sh-indent-line): Renamed to sh-basic-indent-line;  sh-indent-line
+       (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
        is now a different function.
        (sh-header-marker): Changed docstring.
        (sh-set-shell): Initialize mode-specific variables.
 
 1999-10-07  Emmanuel Briot  <briot@gnat.com>
 
-       * ada-xref.el: New file
+       * progmodes/ada-xref.el, progmodes/ada-prj.el: New files.
 
-       * ada-prj.el: New file
+       * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): New function.
 
-       * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
+       * progmodes/ada-stmt.el (ada-subprogram-body): Correctly find
+       the name of the subprogram being created.
 
-       * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
-       subprogram being created.
+       * progmodes/ada-mode.el (ada-get-indent-*, ada-indent-current)
+       (ada-goto-*, ada-indent-newline-indent):
+       Rewritten to support the new indentation scheme.
 
-       * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
-       ada-indent-newline-indent): Rewritten to support the new indentation
-       scheme
+       * progmodes/ada-mode.el (ada-case-read-exceptions)
+       (ada-create-case-exceptions): New functions.
 
-       * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
-       New functions
+       * progmodes/ada-mode.el (ada-fill-comment-paragraph):
+       Add support for the justification parameter
 
-       * ada-mode.el (ada-fill-comment-paragraph): Add support for the
-       justification parameter
-
-       * ada-mode.el (ada-make-body, ada-gen-treat-proc,
-       ada-make-subprogram-body): Rewritten to benefit from the gnatstub
-       external program
+       * progmodes/ada-mode.el (ada-make-body, ada-gen-treat-proc)
+       (ada-make-subprogram-body): Rewritten to benefit from the gnatstub
+       external program.
 
 1999-10-07  Dave Love  <fx@gnu.org>
 
        (reftex-process-string): Preserve default directory.
        (reftex-label-alist-builtin): Changed prefixes of endnote and footnote.
        Also the magic words.
-       (reftex-reference): Interprete new option `reftex-fref-is-default'.
-       (reftex-replace-prefix-escapes): Interprete new `%S' format.
+       (reftex-reference): Interpret new option `reftex-fref-is-default'.
+       (reftex-replace-prefix-escapes): Interpret new `%S' format.
        (reftex-toc-mouse-view-line): Command removed (had no binding).
        (reftex-everything-regexp): New function.
        (reftex-nearest-match): Made better.
 
 1999-08-15  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
 
-       * lisp/texinfmt.el: Handle @ifnottex.
+       * texinfmt.el: Handle @ifnottex.
 
 1999-08-15  Eli Zaretskii  <eliz@gnu.org>
 
 
 1999-07-21  Gerd Moellmann  <gerd@gnu.org>
 
-       * faces.el (toolbar): Grey default background.
+       * faces.el (toolbar): Gray default background.
        (modeline): Ditto.
 
        * image.el (image-type-regexps): New.
 1999-04-08  Andre Spiegel  <spiegel@inf.fu-berlin.de>
 
        * vc.el (vc-backend-revert): For CVS files that were made
-       writeable with "cvs edit", call "cvs unedit" to undo that.
+       writable with "cvs edit", call "cvs unedit" to undo that.
 
 1999-04-08  Dave Love  <fx@gnu.org>
 
        * sql.el: Added keywords from `finder-by-keyword'.
        (sql-mode): Made sql-buffer a local variable, changed the
        documentation: removed instructions to add *.sql files to
-       auto-mode-alist, added documentation for having mutliple SQL
+       auto-mode-alist, added documentation for having multiple SQL
        buffers sending their stuff to different SQLi buffers, each
        running a different process.
        (sql-postgres): Quoted *SQL* in doc string.
        (sql-sybase): Quoted *SQL* in doc string, added comma.
        (sql-oracle): Likewise.
        (sql-interactive-mode): Added extensive documentation for having
-       mutliple SQL buffers sending their stuff to different SQLi
+       multiple SQL buffers sending their stuff to different SQLi
        buffers, each running a different process.
        (sql-buffer): Changed doc from *SQL* to SQLi.
        (sql-get-login): Doc fix.
 1999-01-17  Ian T Zimmerman  <itz@transbay.net>
 
        Patch failed to install:
-       * gametree.el: Document scoring functionality.
+       * play/gametree.el: Document scoring functionality.
        (gametree-score-regexp): Add optional plus sign.
        (gametree-score-opener): Replace `:' with `=' as the former
        conflicts with gametree-half-ply-regexp.
        standard `print' and `nprint' programs, as well as `lpr' and
        similar programs.  Only write directly to the printer port if no
        print program is specified.  Work around a bug in Windows 9x
-       affecting Win32 version of Emacs by invoking command.com to write
+       affecting the w32 version of Emacs by invoking command.com to write
        to the printer port instead of writing directly.
        (direct-print-region-function): Use direct-print-region-helper to
        do most of the work.
 
 1998-12-25  Ilya Zakharevich  <ilya@math.ohio-state.edu>
 
-       * cperl-mode.el:
+       * progmodes/cperl-mode.el:
        Can use linear algorithm for indentation if Emacs supports it.
        (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
        (cperl-after-block-p): Likewise.
 1998-11-11  Sam Steingold  <sds@goems.com>
 
        * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
-       `run-lisp' instead of signalling an error.
+       `run-lisp' instead of signaling an error.
 
 1998-11-11  Karl Heuer  <kwzh@gnu.org>
 
 
 1998-10-21  Markus Rost  <rost@delysid.gnu.org>
 
-       * lisp/info.el (Info-next-menu-item): Stay on top of node.
+       * info.el (Info-next-menu-item): Stay on top of node.
 
        * mail/rmailout.el (rmail-output): Insert newline only if necessary.
 
        * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
        (gnus-saved-headers): Fix type.
 
-       * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
+       * textmodes/fill.el (fill-individual-paragraphs-prefix):
        Avoid nil value of `two-lines-citation-part'.
 
 1998-09-30  Roman Belenov  <roman@nstl.nnov.ru>
 
 1998-09-27  Kurt Hornik  <Kurt.Hornik@ci.tuwien.ac.at>
 
-       * octave-inf.el (inferior-octave-prompt): Also match prompts of the
-       form `octave.bin:1>' which come from using precompiled binary versions.
+       * progmodes/octave-inf.el (inferior-octave-prompt):
+       Also match prompts of the form `octave.bin:1>',
+       which come from using precompiled binary versions.
 
 1998-09-27  Richard Stallman  <rms@psilocin.ai.mit.edu>
 
        * international/mule.el (charset-description): Doc fix.
 
        * language/chinese.el, language/cyrillic.el, language/czech.el,
-       language/devanagari.el, language/ethiopic.el,
-       language/european.el, language/hebrew.el, language/indian.el,
-       language/japanese.el, language/korean.el, language/lao.el,
-       language/slovak.el, language/thai.el, language/tibetan.el,
-       language/vietnamese.el:
+       language/devanagari.el, language/ethiopic.el,
+       language/european.el, language/hebrew.el, language/indian.el,
+       language/japanese.el, language/korean.el, language/lao.el,
+       language/slovak.el, language/thai.el, language/tibetan.el,
+       language/vietnamese.el:
        Add coding: local variable, to avoid bootstrapping problem
        if you need to recompile all the Lisp files using interpreted code.
 
@@ -9993,8 +9992,7 @@ See ChangeLog.7 for earlier changes.
 ;; add-log-time-zone-rule: t
 ;; End:
 
-    Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006,
-      2007, 2008, 2009, 2010  Free Software Foundation, Inc.
+    Copyright (C) 1999, 2001-2014 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
@@ -10010,5 +10008,3 @@ See ChangeLog.7 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: efdc1531-ed46-4e14-be59-bee4b23088f3