aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorBarry O'Reilly2012-08-25 23:30:56 -0400
committerStefan Monnier2012-08-25 23:30:56 -0400
commite1f29348711cb668969139126b59a2a3b8881987 (patch)
tree3b79da0b70923a1dacea10d6a4db6cb12a9419a6 /src/ChangeLog
parent4c47bd1ecb8032ed1be126f7d0f08014a0beafd4 (diff)
downloademacs-e1f29348711cb668969139126b59a2a3b8881987.tar.gz
emacs-e1f29348711cb668969139126b59a2a3b8881987.zip
* src/lisp.h (functionp): New function (extracted from Ffunctionp).
(FUNCTIONP): Use it. * src/eval.c (Ffunctionp): Use it.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5654a191ec0..54fff9356f3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-08-26 Barry OReilly <gundaetiapo@gmail.com> (tiny change)
2
3 * lisp.h (functionp): New function (extracted from Ffunctionp).
4 (FUNCTIONP): Use it.
5 * eval.c (Ffunctionp): Use it.
6
12012-08-25 Paul Eggert <eggert@cs.ucla.edu> 72012-08-25 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 * xgselect.c (xg_select): Use auto storage for the GPollFD buffer 9 * xgselect.c (xg_select): Use auto storage for the GPollFD buffer
@@ -160,8 +166,8 @@
160 * w32uniscribe.c (uniscribe_shape): Fix producing gstring 166 * w32uniscribe.c (uniscribe_shape): Fix producing gstring
161 components for RTL text (Bug#11860). Adjust X-OFFSET of each 167 components for RTL text (Bug#11860). Adjust X-OFFSET of each
162 non-base glyph for the width of the base character, according to 168 non-base glyph for the width of the base character, according to
163 what x_draw_composite_glyph_string_foreground expects. Generate 169 what x_draw_composite_glyph_string_foreground expects.
164 WADJUST value according to composition_gstring_width's 170 Generate WADJUST value according to composition_gstring_width's
165 expectations, to produce correct width of the composed character. 171 expectations, to produce correct width of the composed character.
166 Reverse the sign of the DU offset produced by ScriptPlace. 172 Reverse the sign of the DU offset produced by ScriptPlace.
167 173