Mercurial > emacs
comparison src/ChangeLog @ 109639:8ee3605b9d8a
Fix changes in revnos 100982..100984 for Windows build.
* dired.c (compile_pattern):
* syssignal.h (signal_handler_t): Restore declarations.
* w32font.c (Qlatin): Remove declaration.
* menu.h (xmalloc_widget_value, digest_single_submenu): Declare.
* xmenu.c [USE_X_TOOLKIT || USE_GTK]:
Don't declare xmalloc_widget_value and digest_single_submenu.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 06 Aug 2010 02:16:24 +0200 (2010-08-06) |
parents | c4c8e4a16194 |
children | 9f6ce8311f52 |
comparison
equal
deleted
inserted
replaced
109638:e04aa89bb748 | 109639:8ee3605b9d8a |
---|---|
1 2010-08-06 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 Fix changes in revnos 100982..100984 for Windows build. | |
4 | |
5 * xmenu.c [USE_X_TOOLKIT || USE_GTK]: | |
6 Don't declare xmalloc_widget_value and digest_single_submenu. | |
7 | |
8 * w32font.c (Qlatin): Remove declaration. | |
9 | |
10 * menu.h (xmalloc_widget_value, digest_single_submenu): Declare. | |
11 | |
12 * dired.c (compile_pattern): | |
13 * syssignal.h (signal_handler_t): Restore declarations. | |
14 | |
1 2010-08-05 Dan Nicolaescu <dann@ics.uci.edu> | 15 2010-08-05 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 16 |
3 Remove extern declarations in .c files, .h files have them. | 17 Remove extern declarations in .c files, .h files have them. |
4 * data.c: | 18 * data.c: |
5 * dired.c: | 19 * dired.c: |