Mercurial > emacs
view man/ChangeLog @ 30411:41f228350eca
Got rid of all byte-compiler warnings on Emacs Load
ada-xref.el before ada-prj.el, so that the Project menu is created
when ada-prj tries to add to it.
(ada-activate-keys-for-case): Suppress the characters that are not
part of the Ada syntax. Better compatibility with else-mode
(ada-adjust-case-interactive): When auto-casing is not active,
correctly insert newlines (used to insert only ^M). Prevent the
syntax table from being changed in case of an error
(or '_' becomes part of a word and some commands are confused).
Do nothing if ada-auto-case is nil.
(ada-after-keyword-p): Ignore keywords that are also attributes
(ada-batch-reformat): Update usage comment
(ada-call-from-contextual-menu): New function
(ada-case-read-exceptions): Reinitialize the casing exception list
first to nil first, so that the casing exception file can be
shared.
(ada-check-defun-name): Handles "configure" keyword for gnatdist
files.
(ada-compile-goto-error): Fix regexp used to detect a file:line
anywhere in the error message
(ada-contextual-menu-last-point): New variable
(ada-create-keymap): If the variable delete-key-deletes-forward is
t on XEmacs, it means that DEL should delete one character
forward.
(ada-create-menu): Use :included instead of :visible for XEmacs.
New submenu "Options".
(ada-end-stmt-re): Correctly indent "select ... then abort"
statements.
(ada-fill-comment-paragraph): Correctly delete all leading '--'
even if they don't match ada-fill-comment-prefix Fix handling of
paragraphs on the first or last line of a file.
(ada-format-paramlist): Fix handling of default parameter values.
(ada-get-body-name): New function.
(ada-get-current-indent): Optimized by searchling directly for an
existing generic part or a statement outside of it. Handle
ada-indent-align-comments when indenting comments Replaced some
regexps by testing directly the next character. This results in a
huge speedup on some files. New indentation scheme for renames
statements. Stop looking for the 'while' or 'for' associated with
a 'loop' at the first semicolon encountered. A "return" can also
match an anonymous access subprogram declaration.
(ada-get-indent-noindent): Ignore strings and comments when
looking for the keywords "record" and "private".
(ada-goto-matching-decl-start): When matching "if", make sure we
are not in fact seeing "end if". Ignore "when" statements except
when initial keyword was "begin". Fix handling of nested
procedures. Add a recursive call to this function to skip over
other 'end' statmts. Fix indentation for "when .. => begin"
(ada-in-open-paren-p): Fix indentation for complex boolean
expressions, where 'and then', 'or else' and parenthesis
statements are mixed up.
(ada-in-paramlist-p): Skip comments while searching for the
beginning Fix handling of operator declarations.
(ada-indent-align-comments): New variable
(ada-indent-current): Change the syntax table only in the
protected section, so that we are sure it is restored correctly.
(ada-indent-on-previous-lines): Use ada-use-indent and
ada-with-indent Correctly indent "select ... then"
(ada-indent-region): Slight speedup.
(ada-indent-renames): New variable.
(ada-last-which-function-subprog, ada-last-which-function-line):
New variables
(ada-looking-at-semi-private): Correctly indent the 'private'
keyword when it is the first word in a package declaration.
(ada-loose-case-word): Stop searching if at the end of the buffer.
(ada-loose-case-word, ada-capitalize-word): Recase the whole word
even if point is not initially at the end of the word.
(ada-matching-decl-start-re): Add "when".
(ada-mode): Add support for abbrev-mode, outline-mode and
which-func-mode Override the old find-file.el entry in
ff-special-constructs since it is using the obsolete
ada-spec-suffix variable
(ada-no-auto-case): New function
(ada-scan-paramlist): When parsing the argument type, accept
spaces (as in "X 'Class", generated by Rational Rose).
(ada-other-file-name): No longer loads the other file.
(ada-popup-menu): Save and restore the current buffer and cursor
position before and after displaying the menu.
(ada-search-ignore-complex-boolean): New function.
(ada-uncomment-region): Emacs21 already knows how to delete
comments not starting in the first column.
(ada-use-indent): New variable
(ada-which-function): New function.
(ada-with-indent): New variable
(ada-xemacs): evaluate it at compile time too, so that ada-mode.el
can be batch-compiled from the command line.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 24 Jul 2000 11:14:26 +0000 |
parents | 8f6893842759 |
children | 527532050288 |
line wrap: on
line source
2000-07-22 Eli Zaretskii <eliz@is.elta.co.il> * mule.texi (Recognize Coding): Document the variable inhibit-iso-escape-detection. 2000-07-07 Gerd Moellmann <gerd@gnu.org> * dired.texi (Dired Visiting): Describe dired-find-alternate-file. 2000-07-05 Gerd Moellmann <gerd@gnu.org> * cc-mode.texi: Remove duplicate @direntry. 2000-07-03 Gerd Moellmann <gerd@gnu.org> * viper.texi, vip.texi, widget.texi, ada-mode.texi, sc.texi * reftex.texi, pcl-cvs.texi, mh-e.texi, idlwave.texi * forms.texi, faq.texi, eudc.texi, emacs.texi, ediff.texi * dired-x.texi, cl.texi, cc-mode.texi, autotype.texi: Use dircategory `Emacs'. 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il> * programs.texi (Documentation): Describe how man pages with identical names by different sections are handled by M-x man and M-x woman. * msdog.texi (Text and Binary): Separate description of EOL conversions from the issues related to binary files. 2000-06-21 Kenichi Handa <handa@etl.go.jp> * mule.texi (set-buffer-process-coding-system): Documentation fixed. 2000-06-20 Gerd Moellmann <gerd@gnu.org> * reftex.texi: @setfilename to ../info/reftex. 2000-06-18 Gerd Moellmann <gerd@gnu.org> * autotype.texi, cl.texi, eudc.texi, gnus.texi, idlwave.texi * reftex.texi, sc.texi, vip.texi, viper.texi, widget.texi * ediff.texi, dired-x.texi: Add @setchapternewpage odd after index. 2000-06-14 Carsten Dominik <dominik@astro.uva.nl> * reftex.texi (Documentation): Updated to reftex version 4.14 * idlwave.texi (Documentation): Updated to idlwave version 4.2 2000-05-31 Stefan Monnier <monnier@cs.yale.edu> * .cvsignore (*.tmp): New entry. Seems to be used for @macro. * pcl-cvs.texi: New file. * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs. (../info/pcl-cvs, pcl-cvs.dvi): New targets. 2000-05-30 Gerd Moellmann <gerd@gnu.org> * info.texi: Clarify description of Info-directory-list, add description of Info-additional-directory-list. 2000-05-25 Gerd Moellmann <gerd@gnu.org> * eudc.texi: Fix @direntry, add @dircategory. 2000-05-23 Gerd Moellmann <gerd@gnu.org> * cmdargs.texi, custom.texi, dired-x.texi, ediff.texi, entering.texi, files.texi, frames.texi, misc.texi, msdog.texi, mule.texi, programs.texi, rmail.texi, sending.texi, text.texi, trouble.texi: Fix markup; mostly replace @code with @env. * ebrowse.texi: Use @command. Change title page. 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il> * ebrowse.texi: Various markup and index fixes. Changes for MS-DOS. 2000-05-11 Gerd Moellmann <gerd@gnu.org> * Makefile.in (INFO_TARGETS): Add info/ebrowse. (../info/ebrowse, ebrowse.dvi): New targets. * ebrowse.texi: New file. 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il> * programs.texi (Documentation): Document woman.el features. 2000-05-05 Gerd Moellmann <gerd@gnu.org> * ada-mode.texi, cc-mode.texi: Add @direntry. 2000-03-29 Andreas Schwab <schwab@suse.de> * programs.texi (Imenu): Fix cross ref. 2000-02-18 Andreas Schwab <schwab@suse.de> * ack.texi (Acknowledgments): Remove extra `@end itemize'. 2000-01-13 Gerd Moellmann <gerd@gnu.org> * eudc.texi: New file based on EUDC 1.30b. * Makefile.in (INFO_TARGETS): Add eudc. (DVI_TARGETS): Add eudc.dvi (../info/eudc, eudc.dvi): New targets. 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il> * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for compatibility with 8+3 filesystems). (../info/efaq): Renamed from emacs-faq. * faq.texi: Rename emacs-faq to efaq in @setfilename and in @direntry. 2000-01-04 Gerd Moellmann <gerd@gnu.org> * mule.texi (International Intro): Add a link to to Fontsets. 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il> * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave. (../info/idlwave, idlwave.dvi): New targets. 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il> * cc-mode.texi: Set file name to ../info/ccmode, to avoid problems on 8+3 filesystems. 1999-12-12 Gerd Moellmann <gerd@gnu.org> * cc-mode.texi: Set file name to ../info/cc-mode.texi. 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> * cc-mode.texi: Documented the new up/down preprocessor conditional function varieties. 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> * cc-mode.texi: Updated for all the new features and proofread. Major changes: o All text filling and line breaking issues is collected in a new top-level chapter. The section on auto-fill mode interaction have been incorporated into this. o The list of the standard lineup functions is expanded with better explanations and examples. It's moved to a top-level chapter since it's hard to find under Customizing Indentation / Advanced Customizations / Custom Indentation Functions. o The sections on Permanent Customization and Styles are mostly rewritten due to the changes in the style system. The part about the mode hooks has gotten an own section. 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> * cc-mode.texi: Documented the default behavior when a symbol doesn't exist on c-hanging-braces-alist. 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org> * cc-mode.texi: Document the new semantics for c-default-style. 1999-12-12 Barry Warsaw <cc-mode-help@python.org> * cc-mode.texi: Added a paragraph on signal-error-on-buffer-boundary in the Limitations and Known Bugs section. 1999-12-10 Jonathan Kamens <jik@kamens.brookline.ma.us> * rmail.texi: POP server may be specified as part of the mailbox name. * gnus.texi: POP server may be specified in nnmail-spool-file. 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu> * ediff.texi: Describe the new format for ediff-combination-pattern. 1999-11-20 Paul Eggert <eggert@twinsun.com> * mule.texi: Describe the relationship between set-locale-environment and set-language-environment, and why one might want to invoke set-locale-environment. 1999-11-01 Eli Zaretskii <eliz@is.elta.co.il> * cc-mode.texi: Fix complaints from makeinfo 4.0. * mh-e.texi: Likewise. * viper.texi: Likewise. * ada-mode.texi: Likewise. 1999-11-01 Dave Love <fx@gnu.org> * misc.texi, gnus.texi: Fix complaints from makeinfo 4.0. 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu> * ediff.texi: minor fixes. * viper.texi: minor fixes. 1999-10-23 Dave Love <fx@gnu.org> * autotype.texi: New file. * Makefile.in: Use it. 1999-10-23 Paul Eggert <eggert@twinsun.com> * mule.texi, cmdargs.texi: Describe new functions and variables for locales. 1999-10-12 Stefan Monnier <monnier@cs.yale.edu> * Makefile.in (faq): use ../info/emacs-faq.info (as specified in the faq.texi file) rather than ../info/faq. 1999-10-07 Gerd Moellmann <gerd@gnu.org> * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode. (../info/ada-mode, ada-mode.dvi): New targets. * ada-mode.texi: Set file name to ../info/ada-mode. 1999-10-07 Emmanuel Briot <briot@gnat.com> * ada-xref.texi: New file. 1999-09-01 Dave Love <fx@gnu.org> * Makefile.in: Add faq. 1999-07-12 Richard Stallman <rms@gnu.org> * Version 20.4 released. 1999-02-22 Andreas Schwab <schwab@gnu.org> * gnus.texi: Fix punctuation after @xref. 1999-01-18 Eli Zaretskii <eliz@gnu.org> * msdog.texi (MS-DOS and MULE): dos-unsupported-character-glyph is a triangle by default, not a solid box. 1999-01-17 Andrew Innes <andrewi@gnu.org> * msdog.texi (MS-DOS Printing): Rewrite section. * emacs.texi (Top): Include Windows 98 in the MS-DOS section. 1998-12-04 Markus Rost <rost@delysid.gnu.org> * Makefile.in (INFO_TARGETS): Delete customize.info. (DVI_TARGETS): Delete customize.dvi. (../info/customize, customize.dvi): Targets deleted. 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu> * customize.texi: File deleted. 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org> * frames.texi: Change @xref to @pxref and add comma after @xref. * custom.texi (Locals): Likewise. * programs.texi (Fortran Autofill): Likewise. * text.texi (TeX Editing): Likewise. * viper.texi: Likewise. 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org> * reftex.texi: Fix info file name. * forms.texi (Forms Commands): Change @item to @itemx for secondary items. * viper.texi (Groundwork): Likewise. (Commands): Remove extra Top from @node. 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu> * Version 20.3 released. 1998-08-10 Carsten Dominik <cd@delysid.gnu.org> * reftex.texi: Updated to the latest RefTeX version. 1998-05-06 Richard Stallman <rms@psilocin.gnu.org> * Makefile.in (EMACSSOURCES): Add mule.texi. Add msdog.texi, ack.texi. Remove gnu1.texi. 1998-04-06 Andreas Schwab <schwab@gnu.org> * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use it in dvi targets. (../etc/GNU): Change to $(srcdir) first. 1998-03-11 Carsten Dominik <cd@delysid.gnu.org> * reftex.texi Updated for RefTeX version 3.22. 1998-02-08 Richard Stallman <rms@psilocin.gnu.org> * Makefile.in (reftex.dvi, ../info/reftex): New targets. (INFO_TARGETS, DVI_TARGETS): Add the new targets. 1997-09-23 Paul Eggert <eggert@twinsun.com> * Makefile.in: Merge changes mistakenly made to `Makefile'. (INFO_TARGETS): Change ../info/custom to ../info/customize. (../info/customize): Renamed from ../info/custom. (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi. 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * Version 20.2 released. 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * Version 20.1 released. 1997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * Makefile (../info/customize, customize.dvi): New targets. (INFO_TARGETS): Add ../info/customize. (DVI_TARGETS): Add customize.dvi. 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep. 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * Version 19.33 released. 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * Version 19.32 released. 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> * Makefile.in: Add rules for the Message manual. 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> * gnus.texi: New version. * message.texi: New manual. 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * Makefile.in (All info targets): cd $(srcdir) to do the work. 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> * Makefile.in (All info targets): Specify $(srcdir) in input files. Specify -I option. (All dvi targets): Set the TEXINPUTS variable. 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu> * Version 19.31 released. 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> * Makefile.in (../info/ccmode): Renamed from ../info/cc-mode. (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS. 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu> * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets. (INFO_TARGETS): Add ../info/cc-mode. (DVI_TARGETS): Add cc-mode.dvi. 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> * Version 19.30 released. 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> * gnus.texi: New file. 1995-11-04 Erik Naggum <erik@naggum.no> * gnus.texi: File deleted. 1995-11-02 Stephen Gildea <gildea@x.org> * mh-e.texi: "Function Index" -> "Command Index" to work with Emacs 19.30 C-h C-k support of separately-documented commands. 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu> * Makefile.in (../info/ediff, ediff.dvi): New targets. (INFO_TARGETS, DVI_TARGETS): Add those new targets. 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets. (../info/viper, viper.dvi): New targets. 1995-04-20 Kevin Rodgers <kevinr@ihs.com> * dired-x.texi (Installation): Change the example to set buffer-local variables like dired-omit-files-p in dired-mode-hook. 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu> * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets. (../info/mh-e, mh-e.dvi): New targets. 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu> * Makefile.in (maintainer-clean): Renamed from realclean. 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu> * Makefile.in: New file. * Makefile: File deleted. 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> * Makefile (TEXINDEX_OBJS): Variable deleted. (texindex, texindex.o, getopt.o): Rules deleted. All deps on texindex deleted. (distclean): Don't delete texindex. (mostlyclean): Don't delete *.o. * texindex.c, getopt.c: Files deleted. 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu> * Version 19.26 released. 1994-07-02 Richard Stallman (rms@gnu.ai.mit.edu) * Makefile (EMACSSOURCES): Exclude undo.texi. 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Version 19.25 released. 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Version 19.24 released. 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Version 19.23 released. 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile: Delete spurious tab. 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile (.SUFFIXES): New rule. 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile (dired-x.dvi, ../info/dired-x): New targets. (INFO_TARGETS, DVI_TARGETS): Add the new targets. 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile (../info/sc): Renamed frin sc.info. (../info/cl): Likewise. (INFO_TARGETS): Use new names. 1993-12-04 Richard Stallman (rms@srarc2) * getopt.c: New file. * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src. (getopt.o): New rule. (dvi): Don't depend on texindex. (emacs.dvi, cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi): Depend on texindex. 1993-12-03 Richard Stallman (rms@srarc2) * Makefile (../info/sc.info): Renamed from ../info/sc. (TEXI2DVI): New variable. (emacs.dvi, cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi): Add explicit commands. (TEXINDEX_OBJS): Delete duplicate getopt.o. 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Version 19.22 released. 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile (TEXINDEX_OBJS): Delete spurious period. 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Version 19.21 released. 1993-11-15 Paul Eggert (eggert@twinsun.com) * man/Makefile (../info/cl.info): Renamed from ../info/cl. 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile (../etc/GNU): New target. (EMACSSOURCES): Add gnu1.texi. 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile (realclean): Don't delete the Info files. 1993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu) * forms.texi: Fix forms.texi so that it will format correctly. Added missing `@end iftex', fixed bad reference. * info.texi, info-stn.texi: New files implement texinfo version of `info' file. * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x 4' where appropriate. 1993-10-20 Brian Fox (bfox@ai.mit.edu) * Makefile: Fix targets for texindex, new info.texi files. * info-stnd.texi: New file implements info for standalone info reader. * info.texi: Updated to include recent changes to "../info/info". New source file for ../info/info; includes info-stnd.texi. * texindex.c: Include "../src/config.h" if building in emacs. * Makefile: Change all files to FILENAME.texi, force all targets to be FILENAME, not FILENAME.info. This changes sc.texinfo, vip.texinfo, forms.texinfo, cl.texinfo. Add target to build texindex.c, defining `emacs'. * forms.texi: Install new file to match version 2.3 of forms.el. 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Version 19.19 released. 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch) * sc.texinfo: Fix info file name. * Makefile (info): Added gnus and sc. (dvi): Added gnus.dvi and sc.dvi. (../info/sc, sc.dvi): New targets. 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Version 19.18 released. 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile: Fix source file names of the separate manuals. (gnus.dvi, ../info/gnus): New targets. 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Version 19.17 released. 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu) * split-man: Fix typos in last change. 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * Version 19.16 released. 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * version 19.15 released. 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * Makefile (distclean): It's rm, not rf. 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * Version 19.14 released. 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * Makefile: New file. 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * Version 19.13 released. 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * Version 19.9 released. 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * Version 19.8 released. 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * cmdargs.texi: Document the -i, -itype, and -iconic options. * trouble.texi: It's `enable-flow-control-on', not `evade-flow-control-on'. 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * display.texi: Document standard-display-european. 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * Version 19.7 released. * emacs.texi: Add a sentence to the top menu mentioning the specific version of Emacs this manual applies to. 1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) * basic.texi: Documented next-line-add-lines variable used to implement down-arrow. * killing.texi: Documented kill-whole-line. 1993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu) * text.texi: Updated unix TeX ordering information. 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) * news.texi: Mentioned fill-rectangle in keybinding list. * killing.texi: Documented fill-rectangle. 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) * vc.texi: Brought the docs up to date with VC 5.2. 1992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) * emacs.tex: Mentioned blackbox and gomoku under Amusements. Assembler mode is now mentioned and appropriately indexed under Programming Modes. 1991-02-15 Robert J. Chassell (bob at wookumz.ai.mit.edu) * emacs.tex: Updated TeX ordering information. 1990-08-30 David Lawrence (tale at pogo.ai.mit.edu) * gnus.texinfo: New file. Removed installation instructions. 1990-06-26 David Lawrence (tale at geech) * emacs.tex: Noted that completion-ignored-extensions is not used to filter out names when all completions are displayed in *Completions*. 1990-05-25 Richard Stallman (rms at sugar-bombs.ai.mit.edu) * texindex.tex: If USG, include sys/types.h and sys/fcntl.h. 1990-03-21 Jim Kingdon (kingdon at pogo.ai.mit.edu) * emacs.tex: Add @findex grep. 1989-01-17 Robert J. Chassell (bob at rice-chex.ai.mit.edu) * texinfo.tex: Changed spelling of `\sc' font to `\smallcaps' and then defined `\sc' as the command for smallcaps in Texinfo. This measns that the @sc command will produce small caps. bfox has made the corresponding change to makeinfo and texinfm.el. 1988-08-16 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu) * emacs.tex: Corrected two typos. No other changes before Version 19 will be made. * vip.texinfo: Removed menu entry Adding Lisp Code in node Customization since the menu entry did not point to anything. Also added an @finalout command to remove overfull hboxes from the printed output. * cl.texinfo: Added @bye, \input line and @settitle to file. This file is clearly intended to be a chapter of some other work, but the other work does not yet exist. 1988-07-25 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu) * texinfo.texinfo: Three typos corrected. 1988-05-23 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu) * emacs.tex: Update information for obtaining TeX distribution from the University of Washington.