Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 375:a300bb07d72d r21-2b3
Import from CVS: tag r21-2b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:04:51 +0200 |
parents | 6240c7796c7a |
children | d883f39b8495 |
comparison
equal
deleted
inserted
replaced
374:4ebeb1a5388b | 375:a300bb07d72d |
---|---|
1 1998-10-15 SL Baur <steve@altair.xemacs.org> | |
2 | |
3 * XEmacs 21.2-beta3 is released. | |
4 | |
5 1998-10-13 Raymond Toy <toy@rtp.ericsson.se> | |
6 | |
7 * runemacs.c (WinMain): If the basename is "rungnuclient.exe", run | |
8 gnuclient. Otherwise, we run xemacs as we always did. This gets | |
9 rid of the annoying DOS window when running gnuclient. | |
10 | |
11 1998-10-13 Andy Piper <andyp@parallax.co.uk> | |
12 | |
13 * dragdrop.c (vars_of_dragdrop): rename HAVE_MSWINDOWS -> | |
14 HAVE_MS_WINDOWS typo. | |
15 | |
16 1998-10-13 SL Baur <steve@altair.xemacs.org> | |
17 | |
18 * process-unix.c (unix_send_process): Set closed flag on writable | |
19 pipe after SIGPIPE is received and before we call deactivate_process. | |
20 | |
21 1998-10-03 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
22 | |
23 * window.c (Fset_window_start): respect narrowing when | |
24 checking wheter start is at the beginning of a line. | |
25 (Fset_window_buffer): Ditto | |
26 Fixes repeatable crash in VM. | |
27 | |
28 1998-10-09 SL Baur <steve@altair.xemacs.org> | |
29 | |
30 * window.c (specifier_vars_of_window): Set default vertical | |
31 divider width to 1 on ttys. | |
32 | |
33 1998-10-08 Martin Buchholz <martin@xemacs.org> | |
34 | |
35 * alloc.c: | |
36 * unexec.c: | |
37 * malloc.c: | |
38 Add <stddef.h> to get ptrdiff_t declaration | |
39 | |
40 1998-10-07 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
41 | |
42 * scrollbar-msw.c: Use the same vertical scrollbar drag hack as | |
43 is used for Motif or Lucid scrollbars under X. | |
44 | |
45 1998-10-08 Pierre Wendling <pw@ebc.vbe.dec.com> | |
46 | |
47 * m/alpha.h (UNEXEC): quoted to avoid bad expansion when running | |
48 `configure' | |
49 | |
50 1998-10-06 Takeshi Hagiwara <hagiwara@ie.niigata-u.ac.jp> | |
51 | |
52 * frame-x.c (x_delete_frame): Fix an argument of XtDestroyWidget. | |
53 | |
54 1998-10-05 Andy Piper <andyp@parallax.co.uk> | |
55 | |
56 * s/cygwin32.h: more cygwin b20 reorganisation. | |
57 | |
58 1998-10-03 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
59 | |
60 * window.c (Fset_window_start): Document me. | |
61 (Fset_window_buffer): Document me. | |
62 Fixes some sort of repeatable crash. | |
63 | |
64 1998-10-01 Raymond Toy <toy@rtp.ericsson.se> | |
65 | |
66 * nas.c: Added necessary support functions to be able to handle | |
67 WAVE files in memory, just like the support for SND files in | |
68 memory. | |
69 | |
70 1998-09-30 SL Baur <steve@altair.xemacs.org> | |
71 | |
72 * callproc.c (child_setup): Fix spelling typo. | |
73 | |
1 1998-09-29 SL Baur <steve@altair.xemacs.org> | 74 1998-09-29 SL Baur <steve@altair.xemacs.org> |
2 | 75 |
3 * XEmacs 21.2-beta2 is released. | 76 * XEmacs 21.2-beta2 is released. |
4 | 77 |
5 1998-09-27 P. E. Jareth Hein <jareth@camelot.co.jp> | 78 1998-09-27 P. E. Jareth Hein <jareth@camelot.co.jp> |