aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog55
1 files changed, 55 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5f65301a7cd..ce03ac5ccda 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,58 @@
12004-03-26 Masatake YAMATO <jet@gyve.org>
2
3 * insdel.c (adjust_markers_for_insert): Call
4 fix_start_end_in_overlays.
5
6 * buffer.c (fix_start_end_in_overlays): Rename
7 fix_overlays_in_range.
8
9 * editfns.c (Ftranspose_regions): Likewise.
10
11 * lisp.h (top_level): Likewise.
12
132004-03-20 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
14
15 * xterm.c (handle_one_xevent): Do not pass key press events to
16 GTK.
17
182004-03-19 Richard M. Stallman <rms@gnu.org>
19
20 * s/sol2-6.h: Delete previous change.
21
222004-03-19 Kim F. Storm <storm@cua.dk>
23
24 * xdisp.c (move_it_in_display_line_to): Fix MOVE_TO_POS case when
25 to_charpos corresponds to newline in right fringe. Use local
26 BUFFER_POS_REACHED_P macro.
27
282004-03-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
29
30 * xdisp.c (calc_pixel_width_or_height): Add ifdef HAVE_WINDOW_SYSTEM
31 to compile on non-window system.
32
332004-03-19 Kim F. Storm <storm@cua.dk>
34
35 * dispextern.h (calc_pixel_width_or_height): Add prototype.
36
37 * image.c (Qcenter): Move to xdisp.c.
38
39 * xdisp.c (Qcenter): Declare here.
40 (syms_of_xdisp): intern and staticpro it.
41 (handle_single_display_prop): Allow space display property on all
42 platforms.
43 (display_mode_line): Set mode_line_p before displaying line.
44 (calc_pixel_width_or_height): Declare extern. Add separate :align-to
45 handling. Remove complex cases for fringes and scroll-bars.
46 Add left, right, and center alignment positions. Add text (area)
47 width/height. Return width or height for image specs.
48 (produce_stretch_glyph): Improve handling of :align-to. Is now
49 relative to left of text area by default, but other base offsets
50 can be specified -- also for text lines.
51
52 * term.c (produce_glyphs): Handle IT_STRETCH.
53 (produce_stretch_glyph): New function to handle space width and
54 align-to display properties on non-window systems.
55
12004-03-17 Stefan Monnier <monnier@iro.umontreal.ca> 562004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2 57
3 * fileio.c (Fread_file_name): Set completion-ignore-case for 58 * fileio.c (Fread_file_name): Set completion-ignore-case for