Changeset 3603
- Timestamp:
- 02/09/05 22:08:48 (4 years ago)
- Files:
-
- branches/2.1/ChangeLog (modified) (1 diff)
- branches/2.1/ChangeLog.Meadow (modified) (1 diff)
- branches/2.1/README (modified) (1 diff)
- branches/2.1/etc/ChangeLog (modified) (1 diff)
- branches/2.1/lib-src/ChangeLog (modified) (1 diff)
- branches/2.1/lib-src/ChangeLog.Meadow (modified) (1 diff)
- branches/2.1/lib-src/movemail.c (modified) (1 diff)
- branches/2.1/lisp/ChangeLog (modified) (1 diff)
- branches/2.1/lisp/ChangeLog.Meadow (modified) (1 diff)
- branches/2.1/lisp/version.el (modified) (1 diff)
- branches/2.1/man/ChangeLog (modified) (1 diff)
- branches/2.1/src/ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.1/ChangeLog
r3212 r3603 1 2005-02-06 Richard M. Stallman <rms@gnu.org> 2 3 * Version 21.4 released. 4 1 5 2003-03-18 Francesco Potort,Al(B <pot@gnu.org> 2 6 branches/2.1/ChangeLog.Meadow
r3332 r3603 1 2005-02-09 MIYOSHI Masanori <miyoshi@meadowy.org> 2 3 * README: Sync up with Emacs-21.4. 4 1 5 2004-07-07 KOSEKI Yoshinori <kose@meadowy.org> 2 6 branches/2.1/README
r3212 r3603 1 This directory tree holds version 21.3 of GNU Emacs, the extensible, 2 customizable, self-documenting real-time display editor. 1 This directory tree holds version 21.4 of GNU Emacs, the extensible, 2 customizable, self-documenting real-time display editor. This release 3 was made to fix a security bug, so most directories have no changes 4 from 21.3. The documentation still identifies the version as 21.3, 5 since it has not been altered. 3 6 4 7 You may encounter bugs in this release. If you do, please report branches/2.1/etc/ChangeLog
r3212 r3603 1 2005-02-06 Richard M. Stallman <rms@gnu.org> 2 3 * Version 21.4 released. 4 1 5 2003-03-18 Francesco Potort,Al(B <pot@gnu.org> 2 6 branches/2.1/lib-src/ChangeLog
r3212 r3603 1 2005-02-06 Richard M. Stallman <rms@gnu.org> 2 3 * Version 21.4 released. 4 5 * movemail.c (popmail): Fix call to `error'. 6 1 7 2003-03-18 Francesco Potort,Al(B <pot@gnu.org> 2 8 branches/2.1/lib-src/ChangeLog.Meadow
r3557 r3603 1 2005-02-09 MIYOSHI Masanori <miyoshi@meadowy.org> 2 3 * movemail.c: Sync up with Emacs-21.4. 4 1 5 2004-11-28 Shuichi KITAGUCHI <kit@meadowy.org> 2 6 branches/2.1/lib-src/movemail.c
r3207 r3603 1068 1068 if (pop_retr (server, i, mbf) != OK) 1069 1069 { 1070 error ( Errmsg);1070 error ("%s", Errmsg, 0); 1071 1071 close (mbfi); 1072 1072 #ifdef PROGRESS_DIALOG branches/2.1/lisp/ChangeLog
r3212 r3603 1 2005-02-06 Richard M. Stallman <rms@gnu.org> 2 3 * Version 21.4 released. 4 5 * version.el (emacs-version): Updated to 21.4 6 1 7 2003-03-18 Francesco Potort,Al(B <pot@gnu.org> 2 8 branches/2.1/lisp/ChangeLog.Meadow
r3593 r3603 1 2005-02-09 MIYOSHI Masanori <miyoshi@meadowy.org> 2 3 * version.el: Sync up with Emacs-21.4. 4 1 5 2005-01-19 MIYOSHI Masanori <miyoshi@meadowy.org> 2 6 branches/2.1/lisp/version.el
r3212 r3603 28 28 ;;; Code: 29 29 30 (defconst emacs-version "21. 3" "\30 (defconst emacs-version "21.4" "\ 31 31 Version numbers of this version of Emacs.") 32 32 branches/2.1/man/ChangeLog
r3212 r3603 1 2005-02-06 Richard M. Stallman <rms@gnu.org> 2 3 * Version 21.4 released. 4 1 5 2003-03-18 Francesco Potort,Al(B <pot@gnu.org> 2 6 branches/2.1/src/ChangeLog
r3212 r3603 1 2005-02-06 Richard M. Stallman <rms@gnu.org> 2 3 * Version 21.4 released. 4 1 5 2003-03-18 Francesco Potort,Al(B <pot@gnu.org> 2 6
