aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-08-08 13:16:48 -0700
committerDan Nicolaescu2010-08-08 13:16:48 -0700
commit1b6d8cf08b0e2efa475df6abb4bdedb0b367d853 (patch)
tree991cfd88efa19ac0909f81c11362c9918e80cd51 /src/ChangeLog
parent81ee941084fdb35b93a500f6e763e5b0d1c3ab1b (diff)
downloademacs-1b6d8cf08b0e2efa475df6abb4bdedb0b367d853.tar.gz
emacs-1b6d8cf08b0e2efa475df6abb4bdedb0b367d853.zip
Cleanup xrdb.c.
* src/xrdb.c: Remove include guard. Remove DECLARE_GETPWUID_WITH_UID_T conditional it had no effect. Remove #if 0 code. Replace malloc->xmalloc, free->xfree, realloc->xrealloc instead of using #defines.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 551ab9d215a..bf094a12d96 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12010-08-08 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * xrdb.c: Remove include guard. Remove
4 DECLARE_GETPWUID_WITH_UID_T conditional it had no effect.
5 Remove #if 0 code. Replace malloc->xmalloc, free->xfree,
6 realloc->xrealloc instead of using #defines.
7
12010-08-08 Eli Zaretskii <eliz@gnu.org> 82010-08-08 Eli Zaretskii <eliz@gnu.org>
2 9
3 * cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line): 10 * cmds.c (Fforward_line, Fbeginning_of_line, Fend_of_line):