From: Richard M. Stallman Date: Sat, 15 Feb 2003 19:29:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~11174 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd132e44371971449f99d580bc3b62a7d6fc4e96;p=emacs.git *** empty log message *** --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index d2d95218e04..ea6648e0cc5 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,12 @@ +2003-02-15 Richard M. Stallman + + * cvtmail.c: Cast result of malloc and realloc. + Don't include stdlib.h, becuase config.h does. + (malloc, realloc): Declarations deleted. + + * yow.c (yow): Cast result of malloc and realloc. + (malloc, realloc): Declarations deleted. + 2003-02-11 Juanma Barranquero * makefile.w32-in (lisp): Add malayalam.el and tamil.el. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e1efc9c836a..56f01ba18dd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,18 @@ +2003-02-15 Richard M. Stallman + + * ffap.el: Many doc fixes. + (ffap-replace-file-component): + Renamed from ffap-replace-path-component. Callers changed. + (ffap-host-to-filename): Renamed from ffap-host-to-path. Callers chgd. + + * international/iso-ascii.el (iso-ascii-display-table): New variable. + (iso-ascii-standard-display-table): New variable. + (iso-ascii-display): Define in iso-ascii-display-table. + (iso-ascii-mode): New command. + + * tar-mode.el (tar-header-block-summarize): + Use l for symlink, h for hard link. + 2003-02-15 David Kastrup * net/ange-ftp.el (ange-ftp-get-file-entry): Allow for graceful