diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5933f145b48..937b5c7c4c4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,21 @@ | |||
| 1 | 2013-12-18 Glenn Morris <rgm@gnu.org> | 1 | 2013-12-18 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * lread.c (Fload): Pass load_prefer_newer to openp. | ||
| 4 | Don't bother checking mtime if openp already did it. | ||
| 5 | (openp): Add `newer' argument, to check all suffixes | ||
| 6 | and find the newest file. | ||
| 7 | (syms_of_lread) <load_prefer_newer>: New option. (Bug#2061) | ||
| 8 | * callproc.c (call_process): | ||
| 9 | * charset.c (load_charset_map_from_file): | ||
| 10 | * emacs.c (init_cmdargs): | ||
| 11 | * image.c (x_create_bitmap_from_file, x_find_image_file): | ||
| 12 | * lisp.h (openp): | ||
| 13 | * lread.c (Flocate_file_internal): | ||
| 14 | * process.c (Fformat_network_address): | ||
| 15 | * sound.c (Fplay_sound_internal): | ||
| 16 | * w32.c (check_windows_init_file): | ||
| 17 | * w32proc.c (sys_spawnve): Update for new arg spec of openp. | ||
| 18 | |||
| 3 | * emacs.c (standard_args) [HAVE_NS]: Remove -disable-font-backend. | 19 | * emacs.c (standard_args) [HAVE_NS]: Remove -disable-font-backend. |
| 4 | 20 | ||
| 5 | 2013-12-17 Eli Zaretskii <eliz@gnu.org> | 21 | 2013-12-17 Eli Zaretskii <eliz@gnu.org> |