Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 318:afd57c14dfc8 r21-0b57
Import from CVS: tag r21-0b57
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:45:36 +0200 |
parents | 512e409c26a2 |
children | 19dcec799385 |
comparison
equal
deleted
inserted
replaced
317:a2fc9afbef65 | 318:afd57c14dfc8 |
---|---|
1 1998-09-29 SL Baur <steve@altair.xemacs.org> | |
2 | |
3 * XEmacs 21.0-pre14 is released. | |
4 | |
5 1998-09-27 P. E. Jareth Hein <jareth@camelot.co.jp> | |
6 | |
7 * regex.c (re_match_2_internal): Add in code to reset lowest_active_reg | |
8 to prevent memory corruption in the case of jumping out of a series of | |
9 nested match patterns. This is a rather brute force approach, though. | |
10 | |
11 1998-09-02 Andy Piper <andyp@parallax.co.uk> | |
12 | |
13 * config.h.in: ditto. | |
14 | |
15 * s/cygwin32.h: rearrange declarations to cope with cygwin | |
16 b20. Include cygwin32/version.h if it exists. | |
17 | |
18 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
19 | |
20 * device-msw.c (mswindows_init_device): Call new | |
21 mswindows_enumerate_fonts() function in objects-msw.c instead | |
22 of font_enum_callback_1() to enumerate fonts. | |
23 | |
24 font_enum_callback_1() and _2() moved to objects-msw.c. | |
25 | |
26 * faces.c (complex_vars_of_faces): Make the mswindows default | |
27 face font fully specified and provide some fallbacks. | |
28 | |
29 * objects-msw.c: font_enum_callback_1() and _2() moved here | |
30 from objects-msw.c. Obtain the enumerated font's character | |
31 sets by table lookup instead of using the locale-specific | |
32 string provided by Windows. | |
33 | |
34 New public non-method mswindows_enumerate_fonts() that fills | |
35 in the supplied mswindows device's font list. | |
36 | |
37 mswindows_initialize_font_instance: Use the supplied name | |
38 variable instead of f->name when signalling errors. Match font | |
39 weights and character sets using lookup tables which handle | |
40 spaces instead of by frobbing. | |
41 | |
42 1998-09-20 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
43 | |
44 * process-nt.c: Define an arbitrary limit, FRAGMENT_CODE_SIZE, | |
45 on the size of code fragments passed to run_in_other_process. | |
46 | |
47 run_in_other_process(): Use FRAGMENT_CODE_SIZE to determine | |
48 the amount of memory to allocate in the other process. | |
49 | |
50 Removed sigkill_code_end(), sigint_code_end() and | |
51 sig_enable_code_end() since they are now redundant. | |
52 | |
53 send_signal() and enable_child_signals(): Don't try to work | |
54 out the end of the code fragments passed to | |
55 run_in_other_process() | |
56 | |
57 1998-09-10 Kazuyuki IENAGA <ienaga@jsys.co.jp> | |
58 | |
59 * src/s/freebsd.h: Added __ELF__ and compiler/liker flags for | |
60 FreeBSD-current. | |
61 | |
62 * src/unexelf.c: Partially synched with FSF's 20.3. | |
63 | |
64 1998-09-11 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de> | |
65 | |
66 * redisplay.c (redisplay_window): make sure a new starting point | |
67 is chosen if it somehow got moved from the beginning of the line | |
68 -- this can happen because Fwiden was called recently. | |
69 | |
70 * window.c (Fset_window_start): set start_at_line_beg correctly | |
71 (Fset_window_buffer): Ditto | |
72 | |
1 1998-09-06 Jan Vroonhof <vroonhof@math.ethz.ch> | 73 1998-09-06 Jan Vroonhof <vroonhof@math.ethz.ch> |
2 | 74 |
3 * process-unix.c (unix_create_process): Reset SIGHUP handler to | 75 * process-unix.c (unix_create_process): Reset SIGHUP handler to |
4 SIG_DFL. We now try to conserve any inherted SIG_IGN settings | 76 SIG_DFL. We now try to conserve any inherted SIG_IGN settings |
5 in init_signals_very_early. However these should not be passed | 77 in init_signals_very_early. However these should not be passed |