Changeset 3603

Show
Ignore:
Timestamp:
02/09/05 22:08:48 (4 years ago)
Author:
miyoshi
Message:

* version.el: Sync up with Emacs-21.4.

* movemail.c: Sync up with Emacs-21.4.

* README: Sync up with Emacs-21.4.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.1/ChangeLog

    r3212 r3603  
     12005-02-06  Richard M. Stallman  <rms@gnu.org> 
     2 
     3        * Version 21.4 released. 
     4 
    152003-03-18  Francesco Potort,Al(B  <pot@gnu.org> 
    26 
  • branches/2.1/ChangeLog.Meadow

    r3332 r3603  
     12005-02-09  MIYOSHI Masanori  <miyoshi@meadowy.org> 
     2 
     3        * README: Sync up with Emacs-21.4. 
     4 
    152004-07-07  KOSEKI Yoshinori  <kose@meadowy.org> 
    26 
  • 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. 
     1This directory tree holds version 21.4 of GNU Emacs, the extensible, 
     2customizable, self-documenting real-time display editor.  This release 
     3was made to fix a security bug, so most directories have no changes 
     4from 21.3.  The documentation still identifies the version as 21.3, 
     5since it has not been altered. 
    36 
    47You may encounter bugs in this release.  If you do, please report 
  • branches/2.1/etc/ChangeLog

    r3212 r3603  
     12005-02-06  Richard M. Stallman  <rms@gnu.org> 
     2 
     3        * Version 21.4 released. 
     4 
    152003-03-18  Francesco Potort,Al(B  <pot@gnu.org> 
    26 
  • branches/2.1/lib-src/ChangeLog

    r3212 r3603  
     12005-02-06  Richard M. Stallman  <rms@gnu.org> 
     2 
     3        * Version 21.4 released. 
     4 
     5        * movemail.c (popmail): Fix call to `error'. 
     6 
    172003-03-18  Francesco Potort,Al(B  <pot@gnu.org> 
    28 
  • branches/2.1/lib-src/ChangeLog.Meadow

    r3557 r3603  
     12005-02-09  MIYOSHI Masanori  <miyoshi@meadowy.org> 
     2 
     3        * movemail.c: Sync up with Emacs-21.4. 
     4 
    152004-11-28  Shuichi KITAGUCHI  <kit@meadowy.org> 
    26 
  • branches/2.1/lib-src/movemail.c

    r3207 r3603  
    10681068      if (pop_retr (server, i, mbf) != OK) 
    10691069        { 
    1070           error (Errmsg); 
     1070          error ("%s", Errmsg, 0); 
    10711071          close (mbfi); 
    10721072#ifdef PROGRESS_DIALOG 
  • branches/2.1/lisp/ChangeLog

    r3212 r3603  
     12005-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 
    172003-03-18  Francesco Potort,Al(B  <pot@gnu.org> 
    28 
  • branches/2.1/lisp/ChangeLog.Meadow

    r3593 r3603  
     12005-02-09  MIYOSHI Masanori  <miyoshi@meadowy.org> 
     2 
     3        * version.el: Sync up with Emacs-21.4. 
     4 
    152005-01-19  MIYOSHI Masanori  <miyoshi@meadowy.org> 
    26 
  • branches/2.1/lisp/version.el

    r3212 r3603  
    2828;;; Code: 
    2929 
    30 (defconst emacs-version "21.3" "\ 
     30(defconst emacs-version "21.4" "\ 
    3131Version numbers of this version of Emacs.") 
    3232 
  • branches/2.1/man/ChangeLog

    r3212 r3603  
     12005-02-06  Richard M. Stallman  <rms@gnu.org> 
     2 
     3        * Version 21.4 released. 
     4 
    152003-03-18  Francesco Potort,Al(B  <pot@gnu.org> 
    26 
  • branches/2.1/src/ChangeLog

    r3212 r3603  
     12005-02-06  Richard M. Stallman  <rms@gnu.org> 
     2 
     3        * Version 21.4 released. 
     4 
    152003-03-18  Francesco Potort,Al(B  <pot@gnu.org> 
    26