comparison src/ChangeLog @ 255:084402c475ba r20-5b26

Import from CVS: tag r20-5b26
author cvs
date Mon, 13 Aug 2007 10:21:18 +0200
parents 157b30c96d03
children 65c19d2020f7
comparison
equal deleted inserted replaced
254:e92abcaa252b 255:084402c475ba
1 1998-02-18 SL Baur <steve@altair.xemacs.org>
2
3 * Makefile.in.in: Remove all references to prefix-args.
4
5 1998-02-18 Kirill M. Katsnelson <kkm@kis.ru>
6
7 * sysdep.c (mswindows_set_errno): New function
8 (mswindows_set_last_errno): Ditto
9 These convert Win32 error code to ANSI C errno.
10
11 * sysdep.h: Prototypes for the above 2 functions.
12
13 * menubar-msw.c (vars_of_menubar_mswindows): Fprovide
14 ('mswindows-menubar) removed. See the entry of 1998-01-03
15
16 * process.c: FSFmacs proc_buffered_char static array
17 #if0'ed in 2 places. It is never used.
18
19 1998-02-01 Kyle Jones <kyle_jones@wonderworks.com>
20
21 * window.c (save_window_save): Save window-cached
22 speciifer values.
23 (saved_window_equal): Added comparisons of window-cached
24 specifier values.
25 (Fset-window-configuration): Restore window-cached
26 specifier values.
27
28 1998-02-18 Didier Verna <verna@inf.enst.fr>
29
30 * modeline.el (mouse-drag-modeline): added the horizontal
31 scrolling functionality for the modeline. This could still be
32 improved, for instance when the mouse goes out of the modeline.
33
34 1998-02-18 Didier Verna <verna@inf.enst.fr>
35
36 * redisplay.c:
37 (generate_formatted_string_db): new flag to distinguish a modeline
38 string from a title or icon one, plus use a negative first pos to
39 indicate the modeline hscroll ammount.
40 (add_string_to_fstring_db_runes): completely rewrote this function
41 to handle the case of scrolled modelines.
42 (add_glyph_to_fstring_db_runes): handle the case of scrolled
43 modelines.
44
45 * window.c:
46 (Fmodeline_hscroll): new function to return the modeline current
47 horizontal scroll ammount.
48 (Fset_modeline_hscroll): new function to scroll the modeline
49 horizontaly.
50 Plus some updates related to this new functionality (windows
51 configuration, notably).
52
53 * window.h (struct window): added the new field modeline_hscroll.
54
55 1998-02-18 SL Baur <steve@altair.xemacs.org>
56
57 * m/alpha.h:
58 * unexelf.c: Synched with Emacs 20.2.
59 From Aki Vehtari <Aki.Vehtari@hut.fi>
60
61 * emacs.c (main): Don't call __sbrk().
62 * gmalloc.c (__sbrk): Ditto.
63 Suggested by Andreas Jaeger <aj@arthur.rhein-neckar.de>
64
65 1998-02-17 SL Baur <steve@altair.xemacs.org>
66
67 * console-tty.c (Fset_console_tty_coding_system): New function.
68 From Kazuyuki IENAGA <ienaga@jsys.co.jp>
69
70 1998-02-15 SL Baur <steve@altair.xemacs.org>
71
72 * ralloc.c (init_ralloc): DOUG_LEA_MALLOC support.
73 (r_alloc_reinit): Ditto.
74 [All non-HAVE_MMAP code]: Synched with Emacs 20.2.
75
76 * emacs.c: Synch DOUG_LEA_MALLOC support from Emacs 20.2.
77 (main): Ditto.
78 Add LINUX_SBRK_BUG workaround, what is it?
79 (Fdump_emacs): DOUG_LEA_MALLOC support from Emacs 20.2.
80
81 * alloc.c: Synch DOUG_LEA_MALLOC support from Emacs 20.2.
82 (init_alloc_once_early): Ditto.
83
84 * config.h.in: Add DOUG_LEA_MALLOC symbol.
85
86 * unexfreebsd.c (run_time_remap): Change printf format string to
87 match parameters given.
88
1 1998-02-14 SL Baur <steve@altair.xemacs.org> 89 1998-02-14 SL Baur <steve@altair.xemacs.org>
2 90
3 * s/sco5.h: Define LIB_GCC as -lgcc for gcc 2.8 and egcs. 91 * s/sco5.h: Define LIB_GCC as -lgcc for gcc 2.8 and egcs.
4 Suggested by Robert Lipe <robertl@dgii.com> 92 Suggested by Robert Lipe <robertl@dgii.com>
5 93