home *** CD-ROM | disk | FTP | other *** search
- Tue Jul 6 11:05:14 1993 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
-
- * Version 19.16 released.
-
- Sat Jun 19 17:14:27 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
-
- * version 19.15 released.
-
- Fri Jun 18 12:31:02 1993 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
-
- * Makefile.in (ALL_CFLAGS): Always #define EMACS_BITMAP_FILES.
- This should make it work under any circumstances.
-
- * Makefile.in (mostlyclean): Use rm -f.
-
- Thu Jun 17 19:29:56 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
-
- * Version 19.14 released.
-
- Thu Jun 17 15:03:22 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
-
- * Makefile.in (ALL_CFLAGS): Include C_SWITCH_MACHINE, and CPPFLAGS.
- Put CFLAGS last.
-
- Wed Jun 16 11:53:18 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
-
- Bring mumbleclean targets into conformance with GNU coding standards.
- * Makefile.in (mostlyclean, realclean): New targets.
-
- Tue Jun 8 08:29:27 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
-
- * Version 19.13 released.
-
- Sun May 30 00:15:27 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
-
- * Version 19.10 released.
-
- Sat May 29 02:18:00 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
-
- * Create.c: Handle EMACS_BITMAP_FILES.
- Use new names of renamed bitmap files.
-
- Fri May 28 01:56:50 1993 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
-
- * AddPane.c, AddSel.c, DelPane.c, DelSel.c, InsPane.c, InsSel.c,
- XDelAssoc.c, XMakeAssoc.c, XMenu.h, insque.c: Changed all uses of
- insque and remque to emacs_insque and emacs_remque, so we can
- safely include insque.c in the library on all systems.
-
- Thu May 27 23:34:44 1993 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
-
- * Makefile.in (.c.o): Use $< instead of ${srcdir}/$*.c; the latter
- only works with GNU Make.
-
- Thu May 27 09:22:39 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
-
- * Create.c (XMenuCreate): Use classes PaneFont and SelectionFont.
-
- Thu May 27 02:35:32 1993 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
-
- * Version 19.9 released.
-
- Thu May 27 01:17:08 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
-
- * Create.c (XMenuCreate): Use x_get_resource_string, not XGetDefault.
-
- Mon May 24 12:14:41 1993 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
-
- * Version 19.8 released.
-
- Sun May 23 17:47:43 1993 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
-
- * Makefile.in (C_SWITCH_X_SITE): New variable, so that the
- configuration process can correctly implement the --x-includes
- option.
-
- Sat May 22 23:48:24 1993 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
-
- * Create.c (XMenuCreate): Initialize the menu's pixmaps to None,
- not NULL.
-
- Sat May 22 19:37:01 1993 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
-
- * Version 19.7 released.
-
- Sat May 15 17:26:01 1993 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
-
- * Makefile.in: Renamed from Makefile, so that the top-level
- makefile can edit it.
-
- Tue Apr 13 02:38:44 1993 Jim Blandy (jimb@totoro.cs.oberlin.edu)
-
- * XLookAssoc.c, XMakeAssoc: VMS needs <X11/Xresource.h>, not
- <X11/Xos.h>.
-
- * XCrAssoc.c: #include <errno.h>, not "errno.h".
- (XCreateAssocTable): Doc fix.
-
- Wed Mar 24 20:49:08 1993 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
-
- * Makefile (.c.o): Include C_SWITCH_SITE and C_SWITCH_SYSTEM in
- the options to the C compiler.
-
- * compile.com, descrip.mms: New files for VMS from Richard
- Levitte.
- * XCrAssoc.c, XLookAssoc.c, XDestAssoc.c, XDelAssoc.c: Use <angle
- brackets> around the names of the X Windows #include files; VMS
- needs this.
- * XLookAssoc.c, XMakeAssoc.c: #include <X11/Xos.h>. VMS needs
- this.
- * Create.c: On VMS, we have to look for the bitmap files in
- `./src/bitmaps', not <X11/bitmaps>.
-
- Sun Mar 14 13:47:06 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
-
- * Makefile (.c.o): Don't rm the .o files.
-
- Sat Mar 13 16:11:48 1993 Richard Stallman (rms@mole.gnu.ai.mit.edu)
-
- * Activate.c (XMenuActivate): If `active' field is negative,
- don't allow selecting a string.
-
- Tue Mar 9 12:52:13 1993 Jim Blandy (jimb@totoro.cs.oberlin.edu)
-
- * Create.c (XMenuCreate): New variable `root', holding the
- display's default root window, so we don't have to write out
- "RootWindow (display, DefaultScreen (display))" a jillion times.
-
- * Create.c (XMenuCreate): Don't assume that all the
- <X11/bitmaps/foo> patterns are 16x16. Instead of building a
- bitmap and then converting it to a pixmap of the appropriate
- depth if necessary, build a pixmap of the appropriate depth
- directly, using XCreatePixmapFromBitmapData.
-
- * Imakefile: Include XCrAssoc.c, XDelAssoc.c, XDestAssoc.c,
- XLookAssoc.c, and XMakeAssoc.c in SRCS. Similarly for OBJS.
-
- * XMenuInt.h: #include <stdio.h> before <X11/Xlib.h>, to avoid
- warnings about redefining NULL.
-
- * XMakeAssoc.c, XLookAssoc.c, XDestAssoc.c, XDelAssoc.c,
- XCrAssoc.c: #include X11/Xlib.h instead of X11/Xlibint.h.
-
- * XMakeAssoc.c, XLookAssoc.c, XCrAssoc.c: If NULL isn't defined by
- any of the `.h' files, define it.
-
- * XMakeAssoc.c, XCrAssoc.c: #include <errno.h>.
- Add an extern declaration for errno.
-
- * XMakeAssoc.c: Add an extern declaration for _XIOErrorFunction.
- (XMakeAssoc): Use malloc instead of Xmalloc to allocate new
- parts of the assoc table.
- * XCrAssoc.c (XCreateAssocTable): Same.
-
- * XDestAssoc.c (XDestroyAssocTable): Use free instead of Xfree.
- * XDelAssoc.c (XDeleteAssoc): Same.
-
- Sun Oct 18 17:46:43 1992 Richard Stallman (rms@mole.gnu.ai.mit.edu)
-
- * XMakeAssoc.c (XMakeAssoc): Use malloc, not Xmalloc.
- * XCrAssoc.c (XCreateAssocTable): Use malloc and calloc directly.
- * XDelAssoc.c (XDeleteAssoc): Use free, not Xfree.
- * XDestAssoc.c (XDestroyAssocTable): Likewise.
-
- Sat Oct 17 17:35:03 1992 Richard Stallman (rms@mole.gnu.ai.mit.edu)
-
- * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
- Use Xlib.h, not Xlibint.h.
- * XLookAssoc.c, XMakeAssoc.c, XCrAssoc.c (NULL): Defined.
- * XMakeAssoc.c, XCrAssoc.c: Include errno.h. Declare errno.
- * XMakeAssoc.c (_XIOErrorFunction): Declared.
-
- Sat Sep 19 03:44:41 1992 Richard Stallman (rms@mole.gnu.ai.mit.edu)
-
- * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
- Specify dir X11/ when including Xlibint.h.
-
- Thu Sep 17 18:46:54 1992 Richard Stallman (rms@mole.gnu.ai.mit.edu)
-
- * XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c:
- New files.
-
- * Makefile (SRCS, OBJS): Compile those files.
-
- Fri Jan 31 23:45:10 1992 Richard Stallman (rms@mole.gnu.ai.mit.edu)
-
- * Makefile (clean): Delete object files and library.
- (distclean): New target.
-
- Wed Jan 29 14:38:32 1992 Richard Stallman (rms@mole.gnu.ai.mit.edu)
-
- * Makefile (libXMenu11.a): Put `-' on ranlib line.
-
- Mon Jan 27 15:25:35 1992 Richard Stallman (rms@mole.gnu.ai.mit.edu)
-
- * Makefile (EXTRA): New variable.
- (libXMenu11.a): Use that.
-
- * insque.c: New file.
-
- Sun Jan 26 00:43:25 1992 Richard Stallman (rms@mole.gnu.ai.mit.edu)
-
- * Makefile (CC): Assignment commented out.
-
- Sat Nov 16 06:27:39 1991 Noah Friedman (friedman at nutrimat)
-
- * copyright.h: New file (copied from X11R4 distribution)
- * All files: Replaced occurrences of #include <X11/copyright.h>
- with #include "copyright.h"
-
- Fri Oct 25 00:03:06 1991 Richard Stallman (rms at mole.gnu.ai.mit.edu)
-
- * XMenu.h (enum _xmmode): Remove spurious comma.
-
- * X10.h: New file.
- * XMenu.h, XMenuInt.h: Include X10.h from this dir.
-
- Tue Nov 13 17:17:59 1990 Richard Stallman (rms at mole.ai.mit.edu)
-
- * XMenu.h (struct _xmenu): Use unsigned long for colors.
-
- Mon Nov 12 18:55:06 1990 Richard Stallman (rms at mole.ai.mit.edu)
-
- * Internal.c: Declare argument `display' in some functions.
-
-
-