diff options
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 00068d4330c..81d6772bc23 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -32,6 +32,11 @@ | |||
| 32 | (fast_string_match_internal): Add prototype. | 32 | (fast_string_match_internal): Add prototype. |
| 33 | * dired.c (file_name_completion): Use fast_string_match_internal. | 33 | * dired.c (file_name_completion): Use fast_string_match_internal. |
| 34 | 34 | ||
| 35 | * fileio.c (next_read_file_uses_dialog_p): New workaround ... | ||
| 36 | (Fnext_read_file_uses_dialog_p): ... called from here to avoid | ||
| 37 | ATTRIBUTE_CONST dependency from #ifdefs. For details, see | ||
| 38 | http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00289.html. | ||
| 39 | |||
| 35 | 2015-01-12 Paul Eggert <eggert@cs.ucla.edu> | 40 | 2015-01-12 Paul Eggert <eggert@cs.ucla.edu> |
| 36 | 41 | ||
| 37 | Port to 32-bit MingGW --with-wide-int | 42 | Port to 32-bit MingGW --with-wide-int |