aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog44
1 files changed, 42 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3e6c8f24398..b52d6c1dffe 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,44 @@
12010-06-22 Jan Djärv <jan.h.d@swipnet.se>
2
3 * xterm.c (x_scroll_bar_create): Remove call to xg_show_scroll_bar.
4
5 * gtkutil.h (xg_show_scroll_bar): : Remove.
6
7 * gtkutil.c (xg_update_scrollbar_pos): Show/hide scroll bar as needed
8 if height is less than scroll bar min size.
9 (xg_show_scroll_bar): Remove, show moved to xg_update_scrollbar_pos.
10
11 * xfns.c (x_default_font_parameter): Try to open font from system
12 before using it (bug#6478). Rename got_from_gconf to got_from_system.
13
142010-06-22 Keith Packard <keithp@keithp.com> (tiny change)
15
16 * font.c (font_parse_fcname): Allow . for sizes like 7.5 (bug#6437).
17
182010-06-20 Eli Zaretskii <eliz@gnu.org>
19
20 * xdisp.c (try_scrolling): When scroll-conservatively is set to
21 most-positive-fixnum, be extra accurate when scrolling window
22 start, to avoid missing the cursor line.
23
242010-06-19 Eli Zaretskii <eliz@gnu.org>
25
26 * xdisp.c (try_scrolling): Compute the limit for searching point
27 in forward scroll from scroll_max, instead of an arbitrary limit
28 of 10 screen lines. See
29 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00766.html
30 and
31 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00773.html
32 for details.
33
342010-06-16 Glenn Morris <rgm@gnu.org>
35
36 * editfns.c (Fbyte_to_string): Pacify compiler.
37
382010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
39
40 * lread.c (read1): Phase out old-style backquotes a bit more.
41
12010-06-12 Eli Zaretskii <eliz@gnu.org> 422010-06-12 Eli Zaretskii <eliz@gnu.org>
2 43
3 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and 44 * makefile.w32-in ($(BLD)/bidi.$(O)): Depend on biditype.h and
@@ -7,8 +48,7 @@
7 48
8 * bidi.c (bidi_initialize): Remove explicit initialization of 49 * bidi.c (bidi_initialize): Remove explicit initialization of
9 bidi_type_table; include biditype.h instead. Don't support 50 bidi_type_table; include biditype.h instead. Don't support
10 entries whose second codepoint is zero. Initialize 51 entries whose second codepoint is zero. Initialize bidi_mirror_table.
11 bidi_mirror_table.
12 (bidi_mirror_char): Use bidi_mirror_table. 52 (bidi_mirror_char): Use bidi_mirror_table.
13 53
14 * biditype.h: New file. 54 * biditype.h: New file.