Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 225:12579d965149 r20-4b11
Import from CVS: tag r20-4b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:11:40 +0200 |
parents | 2c611d1463a6 |
children | 0e522484dd2a |
comparison
equal
deleted
inserted
replaced
224:4663b37daab6 | 225:12579d965149 |
---|---|
1 1997-12-16 <jsparkes@internetivity.com (Jeff Sparkes)> | |
2 | |
3 * scrollbar.c: Add HAVE_MS_WINDOWS to scrollbar-page functions. | |
4 | |
5 * msw-proc.c: Handle scrolling events. | |
6 | |
7 * frame-msw.c: Initialize scrollbar width and height. This should | |
8 not be necessary, since the window shouldn't be created until | |
9 init_frame_2 | |
10 | |
11 * emacs.c: Call mswindows scrolbar setup when appropriate. | |
12 | |
13 * scrollbar-msw.c: Created for mswindows-scrollbar support. | |
14 | |
15 * scrollbar-msw.h: Ditto. | |
16 | |
17 1997-12-16 Kirill M. Katsnelson <kkm@kis.ru> | |
18 | |
19 * msw-proc.c: Minor bug in the middle button emulation code | |
20 exterminated. | |
21 | |
22 * msw-proc.c: Character translation procedure reworked, so C-M-char | |
23 keys now work properly. Keyboard layouts that use AltGr for | |
24 third register characters are detected and handled. The code | |
25 has been tested on French and UK keyboard layouts. | |
26 | |
27 * msw-proc.c: #if 0'ed remains of threaded code are removed. | |
28 | |
29 * event-msw.c: Mouse motion was incorrectly counted for a user event. | |
30 | |
31 * event-msw.c: lisp variables beginnig with w32- are renamed to | |
32 begin with mswindows-. | |
33 | |
34 1997-12-15 Hrvoje Niksic <hniksic@srce.hr> | |
35 | |
36 * fileio.c (Finsert_file_contents_internal): Use it. | |
37 (Fcopy_file): Ditto. | |
38 | |
39 * sysdep.c (interruptible_open): New function. | |
40 | |
41 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com> | |
42 | |
43 * frame-x.c (x_init_frame_2): Don't call | |
44 update_frame_title. Some modeline specs depend on | |
45 f->device->selected_frame being non-nil and that will | |
46 not be true during initialization of the first frame on | |
47 a device. | |
48 | |
49 1997-12-16 SL Baur <steve@altair.xemacs.org> | |
50 | |
51 * fileio.c: clean up paren levels between ifdefs. | |
52 From Hrvoje Niksic <hniksic@srce.hr> | |
53 | |
54 1997-12-15 P. E. Jareth Hein <jareth@camelot-soft.com> | |
55 | |
56 * glyphs-x.c (imagick_instantiate): Remove an assumption that | |
57 all machines have LSB XImage support. | |
58 | |
59 1997-12-14 Kyle Jones <kyle_jones@wonderworks.com> | |
60 | |
61 * Makefile.in.in: Moved $(OFFIX_O) from x_objs to | |
62 X11_objs to avoid having its initialized global | |
63 variables be dumped read-only. | |
64 | |
65 1997-12-14 SL Baur <steve@altair.xemacs.org> | |
66 | |
67 * offix.c (DndSetData): Use standard INT_MAX instead of MAXINT. | |
68 Replace <values.h> with <limits.h> | |
69 | |
1 1997-12-13 Kirill M. Katsnelson <kkm@kis.ru> | 70 1997-12-13 Kirill M. Katsnelson <kkm@kis.ru> |
2 | 71 |
3 * msw-proc.c: added emulation for middle mouse button by chording | 72 * msw-proc.c: added emulation for middle mouse button by chording |
4 left and right buttons | 73 left and right buttons |
5 * event-msw.c: added lisp variables for resize behavior and middle | 74 * event-msw.c: added lisp variables for resize behavior and middle |