aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c477a43693f..69cfabaad3b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12011-03-16 Paul Eggert <eggert@cs.ucla.edu> 12011-03-16 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * lisp.h (get_system_name, get_operating_system_release):
4 Move decls here, to check interfaces.
5 * process.c (get_operating_system_release): Move decl to lisp.h.
6 * xrdb.c (get_system_name): Likewise.
3 * editfns.c (init_editfns, Fuser_login_name, Fuser_uid): 7 * editfns.c (init_editfns, Fuser_login_name, Fuser_uid):
4 (Fuser_real_uid, Fuser_full_name): Remove unnecessary casts, 8 (Fuser_real_uid, Fuser_full_name): Remove unnecessary casts,
5 some of which prompt warnings from gcc -Wbad-function-cast. 9 some of which prompt warnings from gcc -Wbad-function-cast.