diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-09-26 Juanma Barranquero <lekktu@gmail.com> | 7 | 2012-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 | ||