diff options
| author | Chong Yidong | 2009-07-07 22:52:58 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-07-07 22:52:58 +0000 |
| commit | 0f3f018c34072e19975fdb647f7f7eb7838dabbe (patch) | |
| tree | c08bcdf54b958e877fa5859c03688be600edc365 /src/ChangeLog | |
| parent | 69a197a214dbb33415af772dc87b5e8ae3f553f2 (diff) | |
| download | emacs-0f3f018c34072e19975fdb647f7f7eb7838dabbe.tar.gz emacs-0f3f018c34072e19975fdb647f7f7eb7838dabbe.zip | |
* fileio.c (Fsubstitute_in_file_name, Ffile_name_directory)
(Fexpand_file_name): Copy string data properly (Bug#3772).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a072f49cb8d..d9ff8b1dfd2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-07-07 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * fileio.c (Fsubstitute_in_file_name, Ffile_name_directory) | ||
| 4 | (Fexpand_file_name): Copy string data properly (Bug#3772). | ||
| 5 | |||
| 1 | 2009-07-07 Jan Djärv <jan.h.d@swipnet.se> | 6 | 2009-07-07 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the | 8 | * xterm.c (handle_one_xevent): Only call x_check_fullscreen on the |