1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

Corrections for AUTHORS.

This commit is contained in:
Kim F. Storm 2006-06-04 22:00:54 +00:00
parent a88e034349
commit 34c614a862
5 changed files with 11 additions and 7 deletions

View File

@ -263,7 +263,7 @@
* quail/pypunct-b5.el ("chinese-py-punct-b5"): Change the title * quail/pypunct-b5.el ("chinese-py-punct-b5"): Change the title
Chinese characters from GB to Big5. Chinese characters from GB to Big5.
2003-05-01 Bzyl Wlodzimierz <matwb@julia.univ.gda.pl> (tiny change) 2003-05-01 Wlodzimierz Bzyl <matwb@julia.univ.gda.pl> (tiny change)
* quail/latin-pre.el ("polish-slash"): Add the rule "//"->?/. * quail/latin-pre.el ("polish-slash"): Add the rule "//"->?/.

View File

@ -1,5 +1,9 @@
2006-06-04 Kim F. Storm <storm@cua.dk> 2006-06-04 Kim F. Storm <storm@cua.dk>
* emacs-lisp/authors.el (authors-aliases): Add mode aliases.
(authors-fixed-entries): Fix spelling.
(authors-canonical-file-name): Don't report error for wildcards.
* help.el (view-emacs-news): Rewrite to support new NEWS, * help.el (view-emacs-news): Rewrite to support new NEWS,
NEWS.major, and NEWS.1-17 file naming. Add more intelligense, NEWS.major, and NEWS.1-17 file naming. Add more intelligense,
e.g. version 10 matches 1.10, and don't be confused by version 1.1 e.g. version 10 matches 1.10, and don't be confused by version 1.1
@ -12587,7 +12591,7 @@
* calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
with-current-buffer form in save-excursion. with-current-buffer form in save-excursion.
2005-09-18 D Goel <deego@gnufans.org> 2005-09-18 Deepak Goel <deego@gnufans.org>
* apropos.el (apropos-command): Fix `message' call: first arg * apropos.el (apropos-command): Fix `message' call: first arg
should be a format spec. In this and all other cases that appear should be a format spec. In this and all other cases that appear
@ -22029,7 +22033,7 @@
* simple.el (goto-line): Doc fix. * simple.el (goto-line): Doc fix.
2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change) 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
* files.el (save-buffer): Doc fix. * files.el (save-buffer): Doc fix.

View File

@ -2779,7 +2779,7 @@
continuations, don't go to line beg; continuations, don't go to line beg;
perl-backward-to-start-of-continued-exp gives the right place. perl-backward-to-start-of-continued-exp gives the right place.
1995-03-07 Enami Tsugutomo <enami@sys.ptg.sony.co.jp> 1995-03-07 Tsugutomo ENAMI <enami@sys.ptg.sony.co.jp>
* simple.el (indent-new-comment-line): Clean up handling * simple.el (indent-new-comment-line): Clean up handling
of \(...\) in comment-start-skip. of \(...\) in comment-start-skip.

View File

@ -2875,7 +2875,7 @@
article buffer with a draft file. This is a temporary measure article buffer with a draft file. This is a temporary measure
against the 2004-08-22 change to gnus-article-edit-mode. against the 2004-08-22 change to gnus-article-edit-mode.
2004-11-02 From Ilya N. Golubev <gin@mo.msk.ru>. 2004-11-02 Ilya N. Golubev <gin@mo.msk.ru>.
* mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
entry. entry.
@ -3735,7 +3735,7 @@
* flow-fill.el (fill-flowed-display-column) * flow-fill.el (fill-flowed-display-column)
(fill-flowed-encode-column): Ditto. (fill-flowed-encode-column): Ditto.
2004-09-06 Stefan <monnier@iro.umontreal.ca> 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
* message.el (message-tokenize-header, message-send-mail-with-qmail): * message.el (message-tokenize-header, message-send-mail-with-qmail):
Use point-min rather than 1. Use point-min rather than 1.

View File

@ -1905,7 +1905,7 @@
* mini.texi (Minibuffer File): Clarify previous change. Add @findex. * mini.texi (Minibuffer File): Clarify previous change. Add @findex.
2005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu> (tiny change) 2005-11-08 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
* files.texi (Renaming and VC): Some back-ends don't * files.texi (Renaming and VC): Some back-ends don't
handle renaming. handle renaming.