aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2015-02-08 10:52:05 -0800
committerPaul Eggert2015-02-08 10:52:37 -0800
commit61320cc95ca14ec282bb73307e9006fb1d6e7e80 (patch)
treeae387f1722f9072ab01a38e3106deb247db5c82a /src/ChangeLog
parentdd2aa937d68390755d0b042a81560211aa138406 (diff)
downloademacs-61320cc95ca14ec282bb73307e9006fb1d6e7e80.tar.gz
emacs-61320cc95ca14ec282bb73307e9006fb1d6e7e80.zip
Minor tweaks to frame_size_history_add
* frame.c (frame_size_history_add): Don't assume length fits in 'int'. Prefer XCAR and XCDR to Fcar and Fcdr when the arg is a cons. (Fframe_after_make_frame): Simplify. * gtkutil.c: Remove commented-out code. * xfns.c (Fx_create_frame): Fix indenting.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 66e7bfb9d0f..56f88f5bec4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12015-02-08 Paul Eggert <eggert@cs.ucla.edu>
2
3 Minor tweaks to frame_size_history_add
4 * frame.c (frame_size_history_add): Don't assume length fits in 'int'.
5 Prefer XCAR and XCDR to Fcar and Fcdr when the arg is a cons.
6 (Fframe_after_make_frame): Simplify.
7 * gtkutil.c: Remove commented-out code.
8 * xfns.c (Fx_create_frame): Fix indenting.
9
12015-02-08 Eli Zaretskii <eliz@gnu.org> 102015-02-08 Eli Zaretskii <eliz@gnu.org>
2 11
3 * frame.c (Fframe_parameter): Don't replace a non-nil value of 12 * frame.c (Fframe_parameter): Don't replace a non-nil value of