aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog58
1 files changed, 57 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d618b30ceba..9e8aedfd36b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,9 +1,65 @@
12011-07-28 Paul Eggert <eggert@cs.ucla.edu> 12011-07-29 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * Makefile.in (gl-stamp): move-if-change now in build-aux (Bug#9169). 3 * Makefile.in (gl-stamp): move-if-change now in build-aux (Bug#9169).
4 4
52011-07-28 Paul Eggert <eggert@cs.ucla.edu> 52011-07-28 Paul Eggert <eggert@cs.ucla.edu>
6 6
7 * image.c (check_image_size): Use 1024x1024 if unknown frame (Bug#9189).
8 This is needed if max-image-size is a floating-point number.
9
102011-07-28 Andreas Schwab <schwab@linux-m68k.org>
11
12 * print.c (print_object): Print empty symbol as ##.
13
14 * lread.c (read1): Read ## as empty symbol.
15
162011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
17
18 * nsfns.m (x_set_foreground_color): Set f->foreground_pixel when
19 setting frame foreground color (Bug#9175).
20 (x_set_background_color): Likewise.
21
22 * nsmenu.m (-setText): Size tooltip dimensions precisely to
23 contents (Bug#9176).
24 (EmacsTooltip -init): Remove bezels and add shadows to
25 tooltip windows.
26
27 * nsterm.m (ns_dumpglyphs_stretch): Avoid overwriting left fringe
28 or scroll bar (Bug#8470).
29
30 * nsfont.m (nsfont_open): Remove assignment to voffset and
31 unnecessary vars hshink, expand, hd, full_height, min_height.
32 (nsfont_draw): Use s->ybase as baseline for glyph drawing (Bug#8913).
33
34 * nsterm.h (nsfont_info): Remove voffset field.
35
362011-07-28 Alp Aker <alp.tekin.aker@gmail.com>
37
38 Implement strike-through and overline on NextStep (Bug#8863).
39
40 * nsfont.m (nsfont_open): Use underline position provided by font,
41 instead of hard-coded value of 2.
42 (nsfont_draw): Call ns_draw_text_decoration instead.
43
44 * nsterm.h: Add declaration for ns_draw_text_decoration.
45
46 * nsterm.m (ns_draw_text_decoration): New function for drawing
47 underline, overline, and strike-through.
48 (ns_dumpglyphs_image, ns_dumpglyphs_stretch): Add call to
49 ns_draw_text_decoration. Change treatment of cursor drawing to
50 accomodate underlining, etc.
51
522011-07-28 Eli Zaretskii <eliz@gnu.org>
53
54 * buffer.c (init_buffer_once): Set bidi-display-reordering to t by
55 default.
56
572011-07-28 Paul Eggert <eggert@cs.ucla.edu>
58
59 * alloc.c (memory_full) [!SYNC_INPUT]: Fix signal-related race.
60 Without this fix, if a signal arrives just after memory fills up,
61 'malloc' might be invoked reentrantly.
62
7 * image.c (x_check_image_size) [!HAVE_X_WINDOWS]: Return 1. 63 * image.c (x_check_image_size) [!HAVE_X_WINDOWS]: Return 1.
8 In other words, assume that every image size is allowed, on non-X 64 In other words, assume that every image size is allowed, on non-X
9 hosts. This assumption is probably wrong, but it lets Emacs compile. 65 hosts. This assumption is probably wrong, but it lets Emacs compile.