diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 32f17e1a863..252dfd33620 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2015-01-12 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Port to 32-bit MingGW --with-wide-int | ||
| 4 | Problem reported by Eli Zaretskii in: | ||
| 5 | http://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00265.html | ||
| 6 | * lisp.h (struct Lisp_Sub_Char_Table): Check that offset matches | ||
| 7 | what we think it is, rather than checking only its alignment (and | ||
| 8 | doing so incorrectly on MinGW). | ||
| 9 | |||
| 1 | 2015-01-12 Dmitry Antipov <dmantipov@yandex.ru> | 10 | 2015-01-12 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 11 | ||
| 3 | * fileio.c (Ffile_name_as_directory, Fdirectory_file_name): | 12 | * fileio.c (Ffile_name_as_directory, Fdirectory_file_name): |