aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d5e4d20111e..936b14089b4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,23 @@
12006-04-11 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * lisp.h (wrong_type_argument): Mark as NO_RETURN.
4
5 * data.c (wrong_type_argument): Try to avoid compiler warnings due
6 to the fact the function is now marked as NO_RETURN.
7
82006-04-10 Eli Zaretskii <eliz@gnu.org>
9
10 * s/ms-w32.h (pid_t) [_MSC_VER]: New typedef.
11
122006-04-10 Romain Francoise <romain@orebokech.com>
13
14 * xrdb.c (gethomedir): Use xstrdup.
15
162006-04-10 Andreas Schwab <schwab@suse.de>
17
18 * xrdb.c (gethomedir): Make sure to always return a pointer that
19 can be passed to free.
20
12006-04-09 Richard Stallman <rms@gnu.org> 212006-04-09 Richard Stallman <rms@gnu.org>
2 22
3 * lisp.h (Fkill_emacs): Undo previous change. 23 * lisp.h (Fkill_emacs): Undo previous change.