aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog71
1 files changed, 71 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f8a9e5fb767..cf2201e95dd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,74 @@
12004-05-07 Juanma Barranquero <lektu@terra.es>
2
3 * window.c (Fset_window_buffer): Fix docstring.
4
52004-05-06 Thien-Thi Nguyen <ttn@gnu.org>
6
7 * emacs.c (main) [VMS]: Fix var ref.
8
92004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
10
11 * data.c (Fsetq_default): Fix docstring.
12
132004-05-06 Jason Rumney <jasonr@gnu.org>
14
15 * image.c (Display) [HAVE_NTGUI]: Redefine while loading xpm.h
16 to avoid name clash.
17
182004-05-04 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
19
20 * fileio.c (barf_or_query_if_file_exists): Use lstat.
21 (Frename_file): Handle renaming of symlinks across file systems.
22 (Frename_file): Put symlink handling inside #ifdef S_IFLNK.
23
242004-05-04 Kim F. Storm <storm@cua.dk>
25
26 * xdisp.c (Qtotal): New var.
27 (syms_of_xdisp): Intern and staticpro it.
28 (calc_line_height_property): New arg total. Set it if
29 line-spacing property has format (total . VALUE).
30 (x_produce_glyphs): Ignore line-spacing if line-height is 0.
31 Handle total line-spacing property.
32
332004-05-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
34
35 * gtkutil.c (xg_update_scrollbar_pos): Call XClearWindow to clear
36 "under" scroll bar when size/position changes.
37
382004-05-03 Jason Rumney <jasonr@gnu.org>
39
40 * makefile.nt: Remove.
41
422004-05-02 Eli Zaretskii <eliz@gnu.org>
43
44 * syntax.h (SET_RAW_SYNTAX_ENTRY, SYNTAX_ENTRY_INT): Avoid
45 compiler warnings.
46
47 * Makefile.in (region-cache.o): Depend on config.h.
48
492004-05-02 Romain Francoise <romain@orebokech.com> (tiny change)
50
51 * indent.c (compute_motion): Save vpos in prev_vpos when dealing
52 with continuation lines, too.
53
542004-05-02 Thien-Thi Nguyen <ttn@gnu.org>
55
56 * syssignal.h (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.
57
582004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
59
60 * xdisp.c (calc_line_height_property): YAILOM (yet another
61 int/Lisp_Object mixup).
62
632004-05-01 Eli Zaretskii <eliz@gnu.org>
64
65 * msdos.c (top-level): Add "#pragma pack(0)" after <dir.h>, to
66 undo bad effect of pack(4) in some versions of system headers.
67
682004-05-01 Jason Rumney <jasonr@gnu.org>
69
70 * w32term.c (x_draw_hollow_cursor): Sync with xterm.c
71
12004-04-30 Kim F. Storm <storm@cua.dk> 722004-04-30 Kim F. Storm <storm@cua.dk>
2 73
3 * buffer.c (syms_of_buffer) <line-spacing>: Allow float value. 74 * buffer.c (syms_of_buffer) <line-spacing>: Allow float value.