Mercurial > emacs
comparison src/ChangeLog @ 109687:d6c4fa12ba52
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.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 08 Aug 2010 13:16:48 -0700 |
parents | dbc0119ac80e |
children | 3eb5d5708703 |
comparison
equal
deleted
inserted
replaced
109686:111f90199914 | 109687:d6c4fa12ba52 |
---|---|
1 2010-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 | |
1 2010-08-08 Eli Zaretskii <eliz@gnu.org> | 8 2010-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): |
4 * editfns.c (Fline_beginning_position, Fline_end_position): State | 11 * editfns.c (Fline_beginning_position, Fline_end_position): State |
5 in the doc strings that start and end of line are in the logical | 12 in the doc strings that start and end of line are in the logical |