aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2012-09-26 00:02:21 -0400
committerStefan Monnier2012-09-26 00:02:21 -0400
commit234148bf943ffce55121aefc8694889eb08b0daa (patch)
tree452f66cfbbc026717c86835bac900f74018093dd /src/ChangeLog
parent611b7507a8eb63d0c3fd8b5c6182920453292688 (diff)
downloademacs-234148bf943ffce55121aefc8694889eb08b0daa.tar.gz
emacs-234148bf943ffce55121aefc8694889eb08b0daa.zip
* lisp/profiler.el (profiler-start): Don't prompt for choice when thereold-branches/profiler
isn't any. (profiler-stop): Use new semantics of profiler-*-stop. (profiler-reset, profiler--report-cpu): Don't signal an error if the cpu profiler is not available. * src/profiler.c (Fprofiler_cpu_stop, Fprofiler_memory_stop): Return whether the profiler was running, instead of signaling an error if it wasn't.
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 f540aef3814..ce6f56fa8fc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * profiler.c (Fprofiler_cpu_stop, Fprofiler_memory_stop):
4 Return whether the profiler was running, instead of signaling an error
5 if it wasn't.
6
12012-09-26 Juanma Barranquero <lekktu@gmail.com> 72012-09-26 Juanma Barranquero <lekktu@gmail.com>
2 8
3 * makefile.w32-in (OBJ2, GLOBAL_SOURCES): Add profiler.c. 9 * makefile.w32-in (OBJ2, GLOBAL_SOURCES): Add profiler.c.
@@ -106,8 +112,8 @@
106 * w32uniscribe.c (uniscribe_shape): Fix producing gstring 112 * w32uniscribe.c (uniscribe_shape): Fix producing gstring
107 components for RTL text (Bug#11860). Adjust X-OFFSET of each 113 components for RTL text (Bug#11860). Adjust X-OFFSET of each
108 non-base glyph for the width of the base character, according to 114 non-base glyph for the width of the base character, according to
109 what x_draw_composite_glyph_string_foreground expects. Generate 115 what x_draw_composite_glyph_string_foreground expects.
110 WADJUST value according to composition_gstring_width's 116 Generate WADJUST value according to composition_gstring_width's
111 expectations, to produce correct width of the composed character. 117 expectations, to produce correct width of the composed character.
112 Reverse the sign of the DU offset produced by ScriptPlace. 118 Reverse the sign of the DU offset produced by ScriptPlace.
113 119