summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-03-06 23:07:38 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-03-06 23:07:38 -0800
commit1818150e70f6e0178f984bf14d9ada704e42ffc5 (patch)
tree737594016ebe70e43d6f72ef0a22a445e3223ccb /src/ChangeLog
parent19a80214ef67a6aa1e38adce5630522b6bbb4044 (diff)
downloademacs-1818150e70f6e0178f984bf14d9ada704e42ffc5.tar.gz
* window.h (check_all_windows): New decl, to forestall
gcc -Wmissing-prototypes diagnostic.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ec99ff1624f..635dc6b2987 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -23,6 +23,8 @@
(run_window_configuration_change_hook, enlarge_window): Likewise.
* window.c (display_buffer): Now static.
+ * window.h (check_all_windows): New decl, to forestall
+ gcc -Wmissing-prototypes diagnostic.
2011-03-06 Chong Yidong <cyd@stupidchicken.com>