*** empty log message ***
This commit is contained in:
parent
87bf725ea9
commit
dd132e4437
2 changed files with 24 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2003-02-15 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* 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 <lektu@terra.es>
|
||||
|
||||
* makefile.w32-in (lisp): Add malayalam.el and tamil.el.
|
||||
|
|
|
@ -1,3 +1,18 @@
|
|||
2003-02-15 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* 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 <dak@gnu.org>
|
||||
|
||||
* net/ange-ftp.el (ange-ftp-get-file-entry): Allow for graceful
|
||||
|
|
Loading…
Add table
Reference in a new issue