summaryrefslogtreecommitdiff
path: root/app/fvwm/extras/ChangeLog
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-26 10:53:58 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-26 10:53:58 +0000
commit1cb4778bcef21ea9015cfccdb99abb7a0e035d74 (patch)
treef164009397f9d3d5634c6f8a94b1542f793d9692 /app/fvwm/extras/ChangeLog
parent841f8331c93ff96bd798e9a74ba10fab155da5c5 (diff)
Importing from XF4, plus BSD make infrastructure
Diffstat (limited to 'app/fvwm/extras/ChangeLog')
-rw-r--r--app/fvwm/extras/ChangeLog209
1 files changed, 209 insertions, 0 deletions
diff --git a/app/fvwm/extras/ChangeLog b/app/fvwm/extras/ChangeLog
new file mode 100644
index 000000000..f30ff2976
--- /dev/null
+++ b/app/fvwm/extras/ChangeLog
@@ -0,0 +1,209 @@
+1999-11-30 Dominik Vogt <dominik.vogt@gmx.de>
+
+ * FvwmTaskBar/Goodies.c:
+ added #ifdef SHAPE
+
+1999-11-29 Dominik Vogt <dominik.vogt@gmx.de>
+
+ * FvwmWharf/FvwmWharf.c (My_XNextEvent):
+ * FvwmTaskBar/FvwmTaskBar.c (EndLessLoop):
+ * FvwmScript/Widgets/Menu.c (EvtMouseMenu):
+ * FvwmScript/Widgets/List.c (EvtMouseList):
+ * FvwmScript/Instructions.c (Quit):
+ * FvwmScript/FvwmScript.c (MainLoop):
+ * FvwmPipe/FvwmPipe.c:
+ * FvwmGoodStuff/FvwmGoodStuff.c (My_XNextEvent):
+ * FvwmConsole/FvwmConsole.c:
+ fixed select arguments
+
+1999-02-15 Bob Woodside <proteus@pcnet.com>
+
+ * FvwmConsole/FvwmConsole.h: Switched the order of the includes for
+ un.h and sockets.h, to correct a compile failure under Linux 2.2.1.
+
+1999-02-14 Dominik Vogt <dominik_vogt@hp.com>
+
+ * FvwmGoodStuff/FvwmGoodStuff.c (RelieveWindow):
+ * FvwmGoodStuff/FvwmGoodStuff.h: removed inline from declaration of
+ RelieveWindow
+
+1999-01-26 Steven Michael ROBBINS <stever@jeff.cs.mcgill.ca>
+
+ * FvwmConfig/WinBase.C: Removed include of strings.h, moved
+ include of config.h to top.
+
+1999-01-13 Steven Michael ROBBINS <stever@jeff.cs.mcgill.ca>
+
+ * FvwmTaskBar/FvwmTaskBar.c (ParseConfigLine): Made argument just
+ "char", since "unsigned char" caused problems on systems with
+ signed chars.
+
+ * FvwmConsole/FvwmConsole.c: Removed non-constant pointer from
+ initializer of xterm_a.
+
+Sun Jan 10 23:13:45 1999 Steve Robbins <steve@nyongwa.montreal.qc.ca>
+
+ * FvwmGoodStuff/FvwmGoodStuff.c (main): Inserted parentheses
+ around && within ||.
+
+Sun Jan 10 23:06:00 1999 Steve Robbins <steve@nyongwa.montreal.qc.ca>
+
+ * FvwmWharf/FvwmWharf.c:
+ * FvwmTaskBar/FvwmTaskBar.c:
+ * FvwmDebug/FvwmDebug.c: Removed unused variables.
+
+Sun Jan 10 21:11:09 1999 Steve Robbins <steve@nyongwa.montreal.qc.ca>
+
+ * FvwmWharf/FvwmWharf.c (main):
+ * FvwmTaskBar/FvwmTaskBar.c (main):
+ * FvwmScript/FvwmScript.c (main):
+ * FvwmPipe/FvwmPipe.c (main):
+ * FvwmGoodStuff/FvwmGoodStuff.c (main):
+ * FvwmDebug/FvwmDebug.c (main): Fixed "control reaches end of
+ non-void function" bug.
+
+Sun Jan 10 15:14:22 1999 Steve Robbins <steve@nyongwa.montreal.qc.ca>
+
+ * FvwmTaskBar/Colors.c:
+ * FvwmGoodStuff/FvwmGoodStuff.c (GetHilite): Removed min & max
+ macros; they are already in config.h.
+
+Sun Jan 10 15:11:15 1999 Steve Robbins <steve@nyongwa.montreal.qc.ca>
+
+ * FvwmCommand/FvwmCommand.c:
+ * FvwmCommand/FvwmCommand.h: Replaced select() code conditional on
+ __hpux with code that uses SELECT_TYPE_ARG234.
+
+Sun Jan 10 15:08:43 1999 Steve Robbins <steve@nyongwa.montreal.qc.ca>
+
+ * FvwmCommand/FvwmCommand.h: Replaced __linux with HAVE_GETOPT_H.
+
+Sun Jan 10 15:05:33 1999 Steve Robbins <steve@nyongwa.montreal.qc.ca>
+
+ * FvwmWharf/icons.c:
+ * FvwmGoodStuff/icons.c: Replaced NeXT with HAVE_FNCTL_H.
+
+Sun Jan 10 15:03:26 1999 Steve Robbins <steve@nyongwa.montreal.qc.ca>
+
+ * FvwmGoodStuff/FvwmGoodStuff.c:
+ * FvwmTaskBar/FvwmTaskBar.c:
+ * FvwmWharf/FvwmWharf.c: Replaced messy set of symbols with
+ HAVE_SYS_SELECT_H.
+
+Sun Jan 10 15:01:37 1999 Steve Robbins <steve@nyongwa.montreal.qc.ca>
+
+ * FvwmWharf/FvwmWharf.c:
+ * FvwmTaskBar/FvwmTaskBar.c:
+ * FvwmGoodStuff/FvwmGoodStuff.c: Replaced symbol ISC with
+ HAVE_SYS_BSDTYPES_H.
+
+1999-01-08 Dominik Vogt <dominik_vogt@hp.com>
+
+ * FvwmTaskBar/**: some general cleanup
+
+ * FvwmTaskBar/FvwmTaskBar.c (ErrorHandler): added missing return value
+
+ * FvwmTaskBar/FvwmTaskBar.c (ReadFvwmPipe):
+ (ProcessMessage):
+ * FvwmTaskBar/ButtonArray.c (ButtonNew):
+ (DrawButtonArray):
+ (LocateButton):
+ removed unused variables
+
+ * FvwmTaskBar/Goodies.c: Applied a RedHat bugfix for "mailbox"
+
+1999-01-06 Paul D. Smith <psmith@gnu.org>
+
+ * FvwmConsole/Makefile.am: Use X_EXTRA_LIBS instead of socket_LIBS.
+
+1998-12-02 Paul D. Smith <psmith@gnu.org>
+
+ * FvwmCommand/Makefile.am: Put FvwmCommand into bindir, not the
+ module directory. FvwmCommandS still goes in the module dir.
+
+1998-12-02 Dan Espen <dane@mk.bellcore.com>
+
+ * FvwmTaskBar/FvwmTaskBar.h: Update prototype for ParseConfig.
+
+ * FvwmTaskBar/FvwmTaskBar.1: Update config file reading note, bugs
+ info, and remove references to fvwm95.
+
+ * FvwmTaskBar/FvwmTaskBar.c: Use GetConfigLine to read the config.
+
+1998-11-24 Paul D. Smith <psmith@gnu.org>
+
+ * FvwmScript/types.h: Remove headers that are duplicated (and
+ better tested for by autoconf) in the config.h file.
+
+ * FvwmConsole/FvwmConsole.h: Move sys/types.h include nearer the
+ top, before sys/select.h.
+
+1998-11-20 Dominik Vogt <dominik_vogt@hp.com>
+
+ * FvwmGoodStuff/FvwmGoodStuff.c (CreateWindow): border size bugfix
+
+Tue Nov 10 10:23:11 1998 Steve Robbins <steve@nyongwa.montreal.qc.ca>
+
+ * FvwmScript: Added the yacc & lex output (scanner.c, script.c and
+ script.h) to the CVS tree, so you can build without having these
+ tools. Removed the old version of the yacc/lex input (the
+ Compilers subdirectory).
+
+Tue Nov 10 10:05:05 1998 Steve Robbins <steve@nyongwa.montreal.qc.ca>
+
+ * FvwmScript/Makefile.am (EXTRA_DIST): Added script.h.
+
+Tue Nov 10 08:44:34 1998 Steve Robbins <steve@nyongwa.montreal.qc.ca>
+
+ * FvwmScript: Copied the yacc & lex source files from the Compiler
+ subdirectory, and changed the makefile to build the .c and .h
+ files from scanner.l and script.y.
+
+Mon Nov 9 18:56:50 1998 Steve Robbins <steve@nyongwa.montreal.qc.ca>
+
+ * Makefile.am (SUBDIRS): Removed fvwmperl, since this version is
+ known to be obsolete. Removed fvwmpython on suspicion of being
+ obsolete.
+
+1998-11-06 Paul D. Smith <psmith@gnu.org>
+
+ * FvwmWharf/Makefile.am (FvwmWharf_DEPENDENCIES):
+ * FvwmTaskBar/Makefile.am (FvwmTaskBar_DEPENDENCIES):
+ * FvwmScript/Makefile.am (FvwmScript_DEPENDENCIES):
+ * FvwmPipe/Makefile.am (FvwmPipe_DEPENDENCIES):
+ * FvwmGoodStuff/Makefile.am (FvwmGoodStuff_DEPENDENCIES):
+ * FvwmCommand/Makefile.am (FvwmCommand_DEPENDENCIES,FvwmCommandS_DEPENDENCIES):
+ * FvwmConfig/Makefile.am (FvwmConfig_DEPENDENCIES):
+ * FvwmConsole/Makefile.am (FvwmConsole_DEPENDENCIES,FvwmConsoleC_DEPENDENCIES):
+ * FvwmDebug/Makefile.am (FvwmDebug_DEPENDENCIES):
+ Added a dependency on libfvwm.a.
+
+ * FvwmConsole/FvwmConsole.h: Remove reference to internal Linux
+ include files.
+
+1998-11-05 Paul D. Smith <psmith@gnu.org>
+
+ * FvwmScript/FvwmScript.c: Change DEBUG surrounding bounds checker
+ code to MEMDEBUG, so you don't need the special library to enable
+ debugging.
+
+ * FvwmCommand/FvwmCommand.h: Remove reference to internal Linux
+ include files.
+ * FvwmCommand/FvwmCommand.c: Include getopt.h.
+
+ * FvwmScript/Instructions.c (RemainderOfDiv): If the host doesn't
+ have div(), just return an error message.
+
+1998-11-05 Steven Michael ROBBINS <stever@jeff.cs.mcgill.ca>
+
+ * FvwmWharf/Wharf.h: Made icon_info.depth a signed char, because
+ it is sometimes compared with -1.
+
+ * FvwmDebug/FvwmDebug.h (setvbuf): Checks for HAVE_SETVBUF and
+ SETVBUF_REVERSED.
+
+ * FvwmTaskBar/Makefile.am (INCLUDES):
+ * FvwmPipe/Makefile.am (INCLUDES):
+ * FvwmDebug/Makefile.am (INCLUDES):
+ * FvwmConsole/Makefile.am (INCLUDES): Added xpm_CFLAGS, since
+ xpm.h is included by fvwmlib.h.