comparison src/ChangeLog @ 608:4d7fdf497470

[xemacs-hg @ 2001-06-04 16:59:51 by wmperry] 2001-06-04 William M. Perry <wmperry@gnu.org> * gpmevent.c (KG_CTRL): Just define these unconditionally. The linux headers are so lame that they do not expose these to userland programs and you cannot gracefully include the kernel headers. 2001-06-03 William M. Perry <wmperry@gnu.org> * scrollbar-gtk.c (gtk_create_scrollbar_instance): Make calling of gtk_size_request unconditional. 2001-06-02 William M. Perry <wmperry@gnu.org> * emacs-marshals.c: Regenerated. 2001-06-01 William M. Perry <wmperry@gnu.org> * glyphs-shared.c (read_bitmap_data): Common definition of read_bitmap_data_from_file added. This does not attempt to use the Xmu based code at all - lets us be consistent across platforms. * glyphs-gtk.c: Removed definition of read_bitmap_data_from_file - this is now in glyphs-shared.c * glyphs-msw.c: Ditto. * glyphs-x.c: Ditto. 2001-06-03 William M. Perry <wmperry@gnu.org> * dialog-gtk.el (popup-builtin-open-dialog): Yikes - don't forget to return the filename! * font.el (font-window-system-mappings): Add gtk entry - just an alias to the X code) 2001-06-02 William M. Perry <wmperry@gnu.org> * gtk-marshal.el: Fix for removing of the string_hash utility functions in hash.c
author wmperry
date Mon, 04 Jun 2001 17:00:02 +0000
parents c9c1c4ce8f0f
children 13e3d7ae7155
comparison
equal deleted inserted replaced
607:9979b8030c99 608:4d7fdf497470
1 2001-06-04 William M. Perry <wmperry@gnu.org>
2
3 * gpmevent.c (KG_CTRL): Just define these unconditionally. The
4 linux headers are so lame that they do not expose these to
5 userland programs and you cannot gracefully include the kernel
6 headers.
7
8 2001-06-03 William M. Perry <wmperry@gnu.org>
9
10 * scrollbar-gtk.c (gtk_create_scrollbar_instance): Make calling of
11 gtk_size_request unconditional.
12
13 2001-06-02 William M. Perry <wmperry@gnu.org>
14
15 * emacs-marshals.c: Regenerated.
16
17 2001-06-01 William M. Perry <wmperry@gnu.org>
18
19 * glyphs-shared.c (read_bitmap_data): Common definition of
20 read_bitmap_data_from_file added. This does not attempt to use
21 the Xmu based code at all - lets us be consistent across
22 platforms.
23
24 * glyphs-gtk.c: Removed definition of read_bitmap_data_from_file -
25 this is now in glyphs-shared.c
26
27 * glyphs-msw.c: Ditto.
28
29 * glyphs-x.c: Ditto.
30
1 2001-06-01 Ben Wing <ben@xemacs.org> 31 2001-06-01 Ben Wing <ben@xemacs.org>
2 32
3 * Makefile.in.in (ldflags): 33 * Makefile.in.in (ldflags):
4 eliminate that pesky "defaulting to 00401000" warning. 34 eliminate that pesky "defaulting to 00401000" warning.
5 * nt.h: 35 * nt.h:
176 * nt.h: Declare mswindows_utime(). 206 * nt.h: Declare mswindows_utime().
177 * sysdep.c (set_file_times): set_file_times() now takes Lisp_Object 207 * sysdep.c (set_file_times): set_file_times() now takes Lisp_Object
178 path, instead of char*. 208 path, instead of char*.
179 * systime.h: Include <sys/utime.h> on WIN32_NATIVE. 209 * systime.h: Include <sys/utime.h> on WIN32_NATIVE.
180 210
211 >>>>>>> 1.354
181 2001-05-30 William M. Perry <wmperry@gnu.org> 212 2001-05-30 William M. Perry <wmperry@gnu.org>
182 213
183 * emacs-marshals.c: Regenerated from lisp. 214 * emacs-marshals.c: Regenerated from lisp.
184 215
185 * emacs-widget-accessors.c: Regenerated from lisp. 216 * emacs-widget-accessors.c: Regenerated from lisp.