mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
ChangeLog fixes
This commit is contained in:
parent
fd7fde1590
commit
689c9ca51e
9 changed files with 69 additions and 61 deletions
|
|
@ -6808,8 +6808,6 @@
|
|||
|
||||
* 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.
|
||||
|
|
|
|||
|
|
@ -8702,6 +8702,10 @@
|
|||
|
||||
* 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)
|
||||
|
|
@ -10866,6 +10870,12 @@
|
|||
|
||||
* 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.
|
||||
|
|
@ -11257,7 +11267,7 @@
|
|||
|
||||
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)
|
||||
|
||||
|
|
|
|||
|
|
@ -2055,11 +2055,11 @@
|
|||
|
||||
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
|
||||
|
|
|
|||
|
|
@ -176,7 +176,7 @@
|
|||
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.
|
||||
|
|
|
|||
|
|
@ -6076,7 +6076,7 @@
|
|||
|
||||
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.
|
||||
|
|
@ -6085,7 +6085,7 @@
|
|||
(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.
|
||||
|
|
@ -6116,7 +6116,8 @@
|
|||
(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.
|
||||
|
|
@ -6125,12 +6126,12 @@
|
|||
|
||||
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.
|
||||
|
|
@ -6140,8 +6141,8 @@
|
|||
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.
|
||||
|
|
@ -6150,7 +6151,7 @@
|
|||
(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):
|
||||
|
|
@ -6158,11 +6159,12 @@
|
|||
|
||||
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.
|
||||
|
|
@ -6173,7 +6175,7 @@
|
|||
|
||||
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>.
|
||||
|
||||
|
|
@ -16171,8 +16173,8 @@
|
|||
|
||||
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
|
||||
|
|
@ -20703,20 +20705,21 @@
|
|||
|
||||
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.
|
||||
|
|
@ -20727,7 +20730,7 @@
|
|||
(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.
|
||||
|
|
@ -20737,7 +20740,7 @@
|
|||
(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.
|
||||
|
|
@ -20755,7 +20758,7 @@
|
|||
(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 ":;|&(){}".
|
||||
|
|
@ -22373,7 +22376,7 @@
|
|||
* 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:
|
||||
|
|
|
|||
|
|
@ -13106,10 +13106,10 @@
|
|||
|
||||
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>
|
||||
|
|
@ -13630,10 +13630,10 @@
|
|||
* 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>
|
||||
|
||||
|
|
|
|||
|
|
@ -1092,9 +1092,9 @@
|
|||
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 "^\\.".
|
||||
|
|
@ -5113,7 +5113,7 @@
|
|||
|
||||
* 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>
|
||||
|
||||
|
|
|
|||
|
|
@ -173,19 +173,19 @@
|
|||
|
||||
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.
|
||||
|
|
@ -199,10 +199,10 @@
|
|||
|
||||
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.
|
||||
|
|
@ -212,7 +212,7 @@
|
|||
(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.
|
||||
|
|
|
|||
|
|
@ -2846,8 +2846,9 @@
|
|||
* 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>
|
||||
|
||||
|
|
@ -5565,10 +5566,6 @@
|
|||
* 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.
|
||||
|
|
@ -7922,8 +7919,8 @@
|
|||
|
||||
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.
|
||||
|
|
@ -7942,7 +7939,7 @@
|
|||
(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.
|
||||
|
|
@ -7952,7 +7949,7 @@
|
|||
|
||||
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.
|
||||
|
|
@ -7967,7 +7964,7 @@
|
|||
|
||||
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>.
|
||||
|
|
@ -7975,7 +7972,7 @@
|
|||
|
||||
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'.
|
||||
|
|
@ -17227,7 +17224,7 @@
|
|||
|
||||
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
|
||||
|
|
@ -17237,11 +17234,11 @@
|
|||
(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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue