Mercurial > emacs
comparison src/ChangeLog @ 50198:e3786189489e
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 19 Mar 2003 11:58:43 +0000 |
parents | c8111b6d2b32 |
children | 483cf95c8272 |
comparison
equal
deleted
inserted
replaced
50197:ecb46e1986f0 | 50198:e3786189489e |
---|---|
1 2003-03-19 Kenichi Handa <handa@etlken2> | |
2 | |
3 * fileio.c (Ffile_name_directory): Reconstruct file name by | |
4 make_specified_string. | |
5 (Ffile_name_nondirectory, Ffile_name_as_directory) | |
6 (Fdirectory_file_name, Fexpand_file_name) | |
7 (Fsubstitute_in_file_name): Likewise. | |
8 (Fread_file_name): Compare decoded homedir with DIR and | |
9 DEFAULT_FILENAME. | |
10 | |
11 * alloc.c (make_specified_string): If NCHARS is negative, count | |
12 the number of characters. | |
13 | |
1 2003-03-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 14 2003-03-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
2 | 15 |
3 * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for | 16 * gtkutil.c (xg_frame_cleared): Call gtk_widget_queue_draw for |
4 all widgets. | 17 all widgets. |
5 | 18 |