aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-06-30 22:20:09 -0700
committerPaul Eggert2011-06-30 22:20:09 -0700
commitd0672f86c94e9dbf52e783e2bc4162b9cf3b5f44 (patch)
treee0e9fc7f479bce996d52c4356052480b3a088c56 /src/ChangeLog
parentb9444d97feca73cb2a90559241bc79584692da54 (diff)
parentbbc6b304672eb229e6750692a1b4e83277ded115 (diff)
downloademacs-d0672f86c94e9dbf52e783e2bc4162b9cf3b5f44.tar.gz
emacs-d0672f86c94e9dbf52e783e2bc4162b9cf3b5f44.zip
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index dc51a2633ac..85cf1d2a255 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12011-07-01 Paul Eggert <eggert@cs.ucla.edu>
2
3 * eval.c (struct backtrace): Simplify and port the data structure.
4 Do not assume that "int nargs : BITS_PER_INT - 2;" produces a
5 signed bit field, as this assumption is not portable and it makes
6 Emacs crash when compiled with Sun C 5.8 on sparc. Do not use
7 "char debug_on_exit : 1" as this is not portable either; instead,
8 use the portable "unsigned int debug_on_exit : 1". Remove unused
9 member evalargs. Remove obsolete comments about cc bombing out.
10
12011-06-30 Jan Djärv <jan.h.d@swipnet.se> 112011-06-30 Jan Djärv <jan.h.d@swipnet.se>
2 12
3 * xsettings.c: Include glib-object.h, gio/gio.h if HAVE_GSETTINGS. 13 * xsettings.c: Include glib-object.h, gio/gio.h if HAVE_GSETTINGS.