diff options
| author | Juanma Barranquero | 2010-08-06 02:16:24 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-08-06 02:16:24 +0200 |
| commit | a11889abf9abb4ef7e454cf970247c9a1b88b78b (patch) | |
| tree | d7a6da080c68a18ca15616c6a35df1dfbe7faa50 /src/ChangeLog | |
| parent | ae877222c5af8c0d670adec1b68f4ad18f8466a2 (diff) | |
| download | emacs-a11889abf9abb4ef7e454cf970247c9a1b88b78b.tar.gz emacs-a11889abf9abb4ef7e454cf970247c9a1b88b78b.zip | |
Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!dann@ics.uci.edu 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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 21e2f3813fd..53b533863ea 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2010-08-06 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!dann@ics.uci.edu 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. |