Commit graph

21958 commits

Author SHA1 Message Date
mjl
01db713477 Gnu smalltalk 1.95.4 2001-07-10 22:31:06 +00:00
cjones
3856a2713b Update to 1.4beta5, which appears to be the latest stable version in
spite of its name.  Bug fixes and improved support for Java, C.
2001-07-10 21:54:39 +00:00
nra
8e8d5d2e51 Add missing patch file. 2001-07-10 20:25:01 +00:00
nra
7f3766a8dc Update to fvwm-2.4.0. Sync with fvwm2 package. Addresses PR #13373.
Highlights:
-----------

 ** A new "Theme" module called FvwmTheme and "colour sets"
    including 8 kinds of gradients and pixmap support controlling
    the appearance of borders, title bars, frames, 3D shadows,
    menus and modules.

 ** GNOME compliance.
    GNOME hints can be turned on and off for individual windows.

 ** Mouse stroke support.
    You will need the libstroke library, found at

      http://www.etla.net/~willey/projects/libstroke/

 ** Much more flexibility and control in menu definition and menu
    styles including dynamically generated menus and some menu
    generating scripts.

 ** Almost all commands, including Key, Mouse and Style, take
    effect immediately.  The Recapture command is no longer needed
    to activate most changes.

 ** The old StaysOnTop style option has been generalised into the
    concept of layers.  See the fvwm2 man page for details.

 ** Using Alt-Tab now works exactly like the other one.

 ** A derived package fvwm-themes standardises FVWM Themes issues.
    More info is available at

      http://fvwm-themes.sourceforge.net/

 ** Improved multi head support.
2001-07-10 20:15:48 +00:00
nra
a5786c8538 Update to fvwm-2.4.0. Addresses PR #13373.
Highlights:
-----------

 ** A new "Theme" module called FvwmTheme and "colour sets"
    including 8 kinds of gradients and pixmap support controlling
    the appearance of borders, title bars, frames, 3D shadows,
    menus and modules.

 ** GNOME compliance.
    GNOME hints can be turned on and off for individual windows.

 ** Mouse stroke support.
    You will need the libstroke library, found at

      http://www.etla.net/~willey/projects/libstroke/

 ** Much more flexibility and control in menu definition and menu
    styles including dynamically generated menus and some menu
    generating scripts.

 ** Almost all commands, including Key, Mouse and Style, take
    effect immediately.  The Recapture command is no longer needed
    to activate most changes.

 ** The old StaysOnTop style option has been generalised into the
    concept of layers.  See the fvwm2 man page for details.

 ** Using Alt-Tab now works exactly like the other one.

 ** A derived package fvwm-themes standardises FVWM Themes issues.
    More info is available at

      http://fvwm-themes.sourceforge.net/

 ** Improved multi head support.
2001-07-10 20:03:28 +00:00
tron
3d3cdb97a6 Add missing dependence on "php-pcre" package. 2001-07-10 18:40:37 +00:00
nra
d10fbeed0d Update xpmroot to version 2.4.0. Based on PR #13374 by Martti Kuparinen.
Below is the list of changes since version 2.2.5.

2001-07-03  Dominik Vogt  <dominik.vogt@gmx.de>

	* *: fvwm 2.4 has been released :-))

2001-06-30  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/menus.c (MenuInteraction):
	(find_entry):
	(menuShortcuts):
	(pop_menu_up):
	reduce network traffic during menu waits

2001-06-30  Mikhael Goikhman  <migo@homemail.com>

	* fvwm/fvwm2:
	minor corrections

	* sample.fvwmrc/system.fvwm2rc-sample-95:
	Fixed several problems like position hints in WindowList should
	go before other args, invisible menu Greyed color, SelectOnRelease
	in the skipped window listing and text rewordings.
	In addition, some parts of Setup95 were based on earlier fvwm-themes,
	since then these parts are changed, so update some of them here too.
	This includes renaming desktop component to globalfeel, some changes
	in menus and more minor cleanups. It's still messy enough, but ok...

2001-06-29  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/stack.c (is_on_top_of_layer_ignore_rom):
	(is_on_top_of_layer):
	(CMD_RaiseLower):
	fixed RaiseLower with BugOpts RaiseOverUnmanaged

2001-06-28  Dominik Vogt  <dominik.vogt@gmx.de>

	* configure.in:
	changed version to 2.4.0-pre2

	* NEWS:
	* fvwm/fvwm2.1:
	* modules/**/*.1:
	updated for pre release 2.4.0-pre1

2001-06-27  Dominik Vogt  <dominik.vogt@gmx.de>

	* libs/Graphics.c (CreateGradientPixmap):
	fixed crash caused by signed/unsigned confusion

	* todo-2.4:
	updated

	* fvwm/fvwm2.1:
	corrected typo

2001-06-23  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/add_window.c (setup_icon_font):
	adjust icon title y offset when the icon font changes

	* libs/GetFontSet.c (GetFontSetOrFixed):
	reformatted error message

2001-06-23  Dan Espen  <dane@mk.telcordia.com>

	* fvwm/fvwm2.1: Make the multiple Iconboxes rule a little clearer.

	* fvwm/fvwm.c (InitVariables): Add the vendor string for Reflection X
	to automatically set RaiseHackNeeded.

2001-06-23  Mikhael Goikhman  <migo@homemail.com>

	* fvwm/fvwm2:
	improve the WindowList double press example to work with all focus
	policies

2001-06-22  Dominik Vogt  <dominik.vogt@gmx.de>

	* NEWS, configure.in:
	changed version to 2.3.34

2001-06-22  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/events.c (flush_property_notify):
	accidentally flushed PropertyNotify events for all windows, not just the
	given window

	* fvwm/icons.c (Iconify):
	sticky icons on desks other than 0 are mapped during a restart

	* fvwm/misc.c (UngrabEm):
	fixed ungrabbing BUSY cursor when a menu is still open

	* fvwm/events.c (HandleMapRequestKeepRaised):
	don't grab the server when 'mapping' windows that start iconic
	fixes FvwmIconMan not noticing iconic state of windows starting iconic

2001-06-17  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/functions.c (execute_function):
	fixed memory leak

	* fvwm/decorations.c (GetMwmHints):
	fixed memory leak

	* fvwm/session.c (SaveWindowStates):
	make sure the string list is properly freed

	* libs/Makefile.am (libfvwm_a_SOURCES):
	* libs/Event.c (GetSubwindowFromEvent):
	new file and function

	* fvwm/functions.c (execute_function):
	fixed UMR

	* fvwm/session.c (MatchWinToSM):
	fixed a memory leak when using session management

	* fvwm/session.c (LoadWindowStates):
	(duplicate):
	* fvwm/builtins.c (CMD_StrokeFunc):
	use saferealloc instead of realloc
	use safemalloc instead of malloc

2001-06-08  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/add_window.c (destroy_icon_font):
	check if icon_font == default font before deleting the icon_font,
	not if title_font == default font

2001-06-03  Mikhael Goikhman  <migo@homemail.com>

	* fvwm/style.c (CMD_Style):
	accept style option Layer without argument

2001-06-03  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/virtual.c (map_window):
	prevent that dying windows are mapped again during a desk change

2001-06-01  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/focus.c (restore_focus_after_unmap):
	ignore transientfor windows on other desks and honour Skip... styles
	when restoring focus

2001-05-29  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/add_window.c (setup_key_and_button_grabs):
	fixed bug #711 (key bindings not properly removed)

	* fvwm/events.c (GetContext):
	fix to catch button presses with unclutter

2001-05-29  Mikhael Goikhman  <migo@homemail.com>

	* acconfig.h:
	a fix for autoconf-2.50

	* fvwm/module_interface.c (PositiveWrite):
	print module name and alias in "Failed to read descriptor" error

2001-05-29  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/add_window.c (destroy_window):
	unmap the window immediately when it's going to be destroyed soo so that
	it does not hang around during a wait
	(destroy_window):
	inform modules that window will be gone soon too

	* fvwm/builtins.c (CMD_Wait):
	fixed core dump

	* fvwm/misc.c (UngrabEm):
	workaround for wait hang caused "I" function patch

2001-05-28  Dan Espen  <dane@mk.telcordia.com>

	* INSTALL.fvwm: Identify LDFLAGS as a Makefile variable.

2001-05-27  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/focus.c (focus_grab_buttons_on_pointer_window):
	(MoveFocus):
	* fvwm/stack.c (LowerWindow):
	(RaiseWindow):
	grab buttons on focused window after raise/lower to make sure that
	...ClickRaises works if a window was raised above the window under the
	pointer

	* fvwm/stack.c (LowerWindow):
	(RaiseWindow):
	restored sending M_RAISE_WINDOW and M_LOWER_WINDOW that was accidentally
	removed somewhere after 2.2 - fixes missing raise/lower events in
	FvwmEvent
	(restack_windows):
	fixed an error message

2001-05-27  Dan Espen  <dane@mk.telcordia.com>

	* INSTALL.fvwm: Remove information about obsolete
	--disable-modality, --enable-move-bug-workaround.
	Supplement LDFLAGS with flags for other platforms.

2001-05-27  Mikhael Goikhman  <migo@homemail.com>

	* fvwm/functions.c (execute_function):
	print log commands after expansion rather than before

2001-05-24  Mikhael Goikhman  <migo@homemail.com>

	* NEWS:
	* fvwm/fvwm2.1:
	* fvwm/functions.c (expand):
	(execute_function):
	Module configuration commands are now processed like any other
	commands (so "+ I $0" when $0 is "*FvwmPager..." is now recognized
	as a module command, as well as "+ I *$0" when $0 is "FvwmPager...").
	This also means that parameters are expanded now in module lines,
	except for single alphabetical-letter parameters, which are not
	expanded for backward compatibility.

	* Makefile.am:
	make older bzip2 work too

	* fvwm/read.c (run_command_stream):
	strip trailing end of line in commands

2001-05-22  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/stack.c (is_on_top_of_layer):
	never consider a window to be "on top" with windows X servers

	* fvwm/virtual.c (checkPanFrames):
	cleaned up code duplication and logic

	* fvwm/events.c (HandleConfigureRequest):
	fixed random client window size when ConfigureNotify caused a restack
	but no size change; fixes "import -frame" problem

2001-05-20  Mikhael Goikhman  <migo@homemail.com>

	* INSTALL.fvwm: remove a note about the old Cygwin (hopefully fixed)
	* configure.in: say that rplay is needed for FvwmEvent only
	* fvwm/fvwm2.1: several typos and corrections
	* fvwm/gnome.c: use True/False instead of On/Off in WindowShade
	* README: s/2.3.0/2.4.0/

2001-05-19  olicha  <olivier.chapuis@free.fr>

	* fvwm/gnome.c (GNOME_HandlePropRequest):
	Fixed GNOME Shade state

2001-05-16  Mikhael Goikhman  <migo@homemail.com>

	* fvwm/fvwm2.1:
	more explanations about module aliases

2001-05-14  Dan Espen  <dane@mk.telcordia.com>

	* libs/Graphics.c (CreateGradientPixmap): Avoid divide by zero errors
	in S,C,Y Gradients with the help of a very smart horse.

2001-05-14  olicha  <olivier.chapuis@free.fr>

	* acinclude.m4:
	Fixed (true) IMLIB test (never used) and say that we test GDK Imlib
	in GDK Imlib test

2001-05-09  Hippo

	* fvwm/focus.c (warp_to_fvwm_window):
	WarpToWindow handles negative numbers

2001-05-11  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/focus.c (DoSetFocus):
	another attempt to fix "Globally Active" input model

2001-05-10  Mikhael Goikhman  <migo@homemail.com>

	* session.c (get_version_string):
	increment state file version since struct window_flags was changed

2001-05-10  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/events.c (HandlePropertyNotify):
	* fvwm/icons.c (Iconify):
	* fvwm/window_flags.h (HAS_ICON_CHANGED):
	* fvwm/fvwm.h (struct):
	Fixed active icon change when window was not iconified.

	* fvwm/focus.c (DoSetFocus):
	Fixed "Globally Active" input model

2001-05-09  André Dahlqvist  <anedah-9@sm.luth.se>

	* README: Minor wording change.

2001-05-09  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/fvwm2.1:
	added default menu binding to description

2001-05-09  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/functions.c (DeferExecution):
	fixed keyboard lockup

	* fvwm/events.c (HandleLeaveNotify):
	took out the rest of the icon title expansion patch

2001-05-08  Mikhael Goikhman  <migo@homemail.com>

	* sample.fvwmrc/system.fvwm2rc-sample-95:
	several fixes; use a new module config

	* fvwm/icons.c (DrawIconWindow):
	restored behaviour "enter icon - expand title, leave icon - collapse"
	changed yesterday

2001-05-07  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/icons.c (DrawIconWindow):
	fixed icon title expansion while icon has focus
	* fvwm/events.c (HandleLeaveNotify):
	fixed enter and leave notify events for icons in scripts

2001-05-06  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/fvwm2.1:
	FVWM --> fvwm in some places

2001-05-06  Mikhael Goikhman  <migo@homemail.com>

	* acconfig.h:
	* acinclude.m4:
	* configure.in:
	* fvwm/fvwm.c:
	renamed "Imlib" support to "GDK Imlib"

2001-05-04  Mikhael Goikhman  <migo@homemail.com>

	* NEWS, configure.in:
	changed version to 2.3.33

2001-05-04  Mikhael Goikhman  <migo@homemail.com>

	* configure.in:
	report gdk-imlib support in FvwmGtk; don't report gnome-libs and
	gdk-imlib support in FvwmGtk if FvwmGtk is not installed;
	rename $*_gnome to $*_gnomewm to reduce confusion

	* INSTALL.fvwm:
	added a note for Cygwin users, other minor documentation improvements

	* NEWS:
	document latest changes

2001-05-03  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/events.c (HandleEnterNotify):
	Another attempt to MouseFocus transition

2001-05-03  Mikhael Goikhman  <migo@homemail.com>

	* acinclude.m4:
	enabled and fixed imlib test;
	don't write all verbose tips for imlib to stdout, but to config.log

2001-05-02  Dan Espen  <dane@mk.telcordia.com>

	* fvwm/events.c (HandleEnterNotify): Backout fixed MouseFocus
	transition w/ neverfocus and clicktofocus change and some debug stmts.

2001-05-01  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/events.c (HandleConfigureRequest):
	(HandleConfigureRequest):
	Applied Tk drawing after restack patch by Slaven Rezic
	(HandleEnterNotify):
	fixed MouseFocus transition w/ neverfocus and clicktofocus

2001-05-01  Mikhael Goikhman  <migo@homemail.com>

	* fvwm/misc.c:
	added missing #include <time.h> needed for FVWM_DEBUG_TIME

	* configure.in:
	* acconfig.h:
	* fvwm/functions.c (execute_function):
	* INSTALL.fvwm:
	added --enable-command-log configure option using FVWM_COMMAND_LOG
	for logging all executed commands, this also enables reporting times

	* INSTALL:
	restored previous underlying style using '='

2001-04-28  Dan Espen  <dane@mk.telcordia.com>

	* libs/Graphics.c (AllocNonlinearGradient): Removed aborts from
	gradient calculation consistency checks.

2001-04-27  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/events.c (HandleEnterNotify):
	(HandleLeaveNotify):
	tried to fix focus/grab interaction

2001-04-26  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/fvwm2.1 (Note):
	slightly better explanation of context window in functions

	* fvwm/stack.c (mark_transient_subtree):
	fixed collection of transients on same layer

2001-04-23  Dan Espen  <dane@mk.telcordia.com>

	* fvwm/placement.c (PlaceWindow): Ungrab the pointer when window
	disappears during placement.

2001-04-23  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/add_window.c (AddWindow):
	Explicitly destroy a window at the end of the function if the client
	window does not exist anymore.

2001-04-22  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/events.c (HandleEnterNotify):
	a little event handling clean up

	* fvwm/events.h:
	EnterNotify and LeaveNotify are generated only for the decor_w and the
	client window

	* fvwm/placement.c (PlaceWindow):
	do not free window structure in placement code; fixes core dump

2001-04-21  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/fvwm.c (FvwmErrorHandler):
	suppress error messages for X_ConfigureWindow requests

	* fvwm/events.c (HandleEnterNotify):
	make sure window under pointer gets the focus after a restart

2001-04-20  Dominik Vogt  <dominik.vogt@gmx.de>

	* libs/Target.c (fvwmlib_get_target_window):
	* libs/Grab.c (MyXGrabKeyboard):
	(MyXUngrabKeyboard):
	* fvwm/placement.c (PlaceWindow):
	(PlaceWindow):
	* fvwm/move_resize.c (AnimatedMoveAnyWindow):
	(InteractiveMove):
	(CMD_Resize):
	(InteractiveMove):
	(AnimatedMoveAnyWindow):
	(CMD_Resize):
	* fvwm/functions.c (DeferExecution):
	* fvwm/builtins.c (CMD_StrokeFunc):
	* fvwm/menus.c (do_menu):
	new functions MyXGrabKeyboard and MyXUngrabKeyboard to handle multiple
	keyborad grabs
	fixes focus lost during menu animation

2001-04-19  Mikhael Goikhman  <migo@homemail.com>

	* fvwm/fvwm2.1:
	corrected a spacing and contradicting info in FakeClick entry
	(it once suggested to use depth 1 and once depth 0 for the root)

2001-04-15  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/menus.c (get_one_menu_position_argument):
	warning fixes

	* libs/Parse.c (GetSuffixedIntegerArguments):
	(SuffixToPercentValue):
	(GetTokenIndex):
	(GetNextTokenIndex):
	use pointers instead of arrays as function parameters to suppress some
	warnings

	* fvwm/functions.c (DeferExecution):
	grab keyboard when selecting a window to fix similar problem

	* fvwm/placement.c (PlaceWindow):
	wire frame placement fix w/ keyboard

2001-04-14  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/move_resize.c (InteractiveMove):
	(CMD_Resize):
	grab keyboard during wire frame moves too so that keyboard input is not
	passed to a window below; fixed moving window frames with the keyboard
	same for resizing
	fixed X freeze when window disappeared before the server was grabbed
	check if a shaded window still exists too

2001-04-11  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/fvwm2.1 (Example):
	* fvwm/move_resize.c (CMD_SnapAttraction):
	* libs/defaults.h (DEFAULT_SNAP_ATTRACTION_ON_MODE):
	Some corrections in man page and SnapAttraction parsing

2001-04-09  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/icons.c (DeIconify):
	(Iconify):
	set focus to the correct window when iconifying transient window trees
	fix deiconifying windows on other pages

	* fvwm/icons.c (DeIconify):
	* fvwm/events.c (HandleUnmapNotify):
	* fvwm/add_window.c (destroy_window):
	* fvwm/focus.c (restore_focus_after_unmap):
	Delete and set focus when a window is moved to a desk or iconified or
	deiconified

	* fvwm/virtual.c (do_move_window_to_desk):
	delete focus when moving focused window to another desk

2001-04-08  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/borders.c (draw_clipped_decorations):
	(get_common_decorations):
	force redrawing

2001-04-07  Dan Espen  <dane@mk.telcordia.com>

	* NEWS, configure.in:
	changed version to 2.3.32

2001-04-07  Dominik Vogt  <dominik.vogt@gmx.de>

	* sample.fvwmrc/DecorWin95:
	* sample.fvwmrc/DecorMwm:
	add "Destroydecor recreate DecorBase"

	* fvwm/builtins.c (DestroyFvwmDecor):
	(CMD_DestroyDecor):
	added the recreate option to the DestroyDecor command

	* fvwm/focus.c:
	* fvwm/misc.c (UngrabEm):
	(GrabEm):
	* fvwm/icons.c (Iconify):
	* fvwm/add_window.c (destroy_window):
	* fvwm/events.c (HandleUnmapNotify):
	removed all of the code dealing with the old Scr.PreviousFocus window
	which was essentially a no-op with a host of unwanted side effects.
	The idea was to suppress the EnterNotify and LeaveNotify events caused
	by grabbing and ungrabbing the pointer by transferring the focus to
	Scr.NoFocusWin before grabbing and restoring it afterwards.  But of
	course the focus has no effent on Enter/LeaveNotify events, only on
	FocusIn/FocusOut events which are not generated by grabbing or
	ungrabbing the pointer.

	* fvwm/misc.c (GrabEm):
	(UngrabEm):
	transfer focus to Scr.NoFocusWin for GRAB_BUSY also

	* fvwm/events.c (HandleEnterNotify):
	(HandleLeaveNotify):
	fixed Prev command with MosueFocus or SloppyFocus

	* fvwm/focus.c (clear_focus_window):
	new function

	* fvwm/events.c (HandlePropertyNotify):
	small focus handling fix

	* fvwm/focus.c (FocusOn):
	a little clean up

	* fvwm/misc.c (GrabEm):
	safety patch

	* fvwm/focus.c (set_focus_window):
	(restore_prevfocus_window):
	(DoSetFocus):
	(restore_focus_after_unmap):
	fixed window list order

	* fvwm/conditional.c (Circulate):
	cleaned up

	* **/.cvsignore:
	added gmon.out

2001-04-06  Dan Espen  <dane@mk.telcordia.com>

	* sample.fvwmrc/DecorMwm:
	* sample.fvwmrc/DecorWin95: Use one decor, remove DestroyDecor.

2001-04-07  Mikhael Goikhman  <migo@homemail.com>

	* fvwm/menus (scanForHotkeys):
	don't set hotkey if a string after a mark is empty, this fixes the
	core dump later in draw_underline()

	* fvwm/fvwm2.1:
	use bold instead of quotes in "initialization functions" section

2001-04-06  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/move_resize.c (CMD_Maximize):
	fixed maximize - move - maximize on pages other than 0 0

	* fvwm/module_interface.c (make_named_packet):
	(make_vpacket):
	truncate packets longer than allowed max size

	* fvwm/fvwm.c (CatchRedirectError):
	(CatchFatal):
	warning fix

2001-04-05  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/menus.c (DestroyMenu):
	fixed menus being overwritten by copies of other menus

2001-04-04  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/virtual.c (MoveViewport):
	do not overwrite 'previous' page when switching pages without actually
	moving the viewport

2001-04-05  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/screen.h (ScreenInfo):
	* fvwm/events.c (HandleUnmapNotify):
	(HandleFocusIn):
	(HandleKeyPress):
	(HandlePropertyNotify):
	(HandleLeaveNotify):
	(HandleEnterNotify):
	(HandleButtonPress):
	(HandleUnmapNotify):
	(HandleMapNotify):
	(HandleMapRequestKeepRaised):
	(HandleEnterNotify):
	(HandleLeaveNotify):
	* fvwm/virtual.c (MapDesk):
	(UnmapDesk):
	* fvwm/icons.c (DeIconify):
	(Iconify):
	* fvwm/fvwm.c (InitVariables):
	(InitVariables):
	* fvwm/move_resize.c (CMD_Maximize):
	(handle_stick):
	* fvwm/update.c (apply_decor_change):
	(flush_window_updates):
	* fvwm/windowlist.c (CMD_WindowList):
	* fvwm/conditional.c (Circulate):
	(MatchesConditionMask):
	* fvwm/builtins.c (CMD_WindowShade):
	* fvwm/add_window.c (CaptureAllWindows):
	(destroy_window):
	* fvwm/misc.c (GrabEm):
	removed Focus, LastScreenFocus and PreviousFocus members from screen
	struct; handle these locally in focus.c and provide access functions
	fixed Prev condition in complex functions

	* fvwm/conditional.c (MatchesConditionMask):
	fixed core dump

	* fvwm/focus.c (get_focus_window):
	(get_current_focus_window):
	(set_focus_window):
	(store_prevfocus_window):
	new functions

2001-04-04  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/functions.c (AddToFunction):
	allow "Click", "Hold", etc. in addition to single letter function
	specifiers
	(execute_complex_function):
	a little clean up
	(AddToFunction):
	added a warning when a command or function name is used as the function
	specifier

2001-03-30  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/focus.c (DoSetFocus):
	fixed keyboard input in active icons

	* fvwm/menus.c (MenuInteraction):
	fixed PopdownDelay when entering a menu item with a non existent sub
	menu
	(MenuInteraction):
	fixed core dump and screwed up warping w/ animated menus

	* fvwm/virtual.c (MapDesk):
	return focus to window on other desk when switching desks

	* fvwm/borders.c (DrawButton):
	fixed core dump

2001-03-28  Dan Espen  <dane@mk.telcordia.com>

	* sample.fvwmrc/Makefile.am (EXTRA_DIST):
	* sample.fvwmrc/DecorMwm:
	* sample.fvwmrc/DecorWin95:
	* sample.fvwmrc/decor_examples: Decors come in separate files,
	Changing to a new decor is remembered.

2001-03-29  Dominik Vogt  <dominik.vogt@gmx.de>

	* NEWS, configure.in:
	changed version to 2.3.31

2001-03-29  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/move_resize.c (DoSnapAttract):
	fixed windows snapping off screen

	* fvwm/borders.c (RedrawBorder):
	rewrote and fixed handle drawing

2001-03-28  Dominik Vogt  <dominik.vogt@gmx.de>

	* sample.fvwmrc/system.fvwm2rc:
	fixed *FvwmIconMan*sort and ...*dontshow resources

	* sample.fvwmrc/decor_examples:
	* sample.fvwmrc/system.fvwm2rc-sample-1:
	* sample.fvwmrc/system.fvwm2rc:
	fixed MenuStyle commands

	* libs/Graphics.c (AllocLinearGradient):
	fixed rounding errors
	(AllocLinearGradient):
	removed debug code

	* fvwm/move_resize.c (CMD_Resize):
	fixed resizing shaded windows

2001-03-27  Mikhael Goikhman  <migo@homemail.com>

	* fvwm/session.c (get_version_string):
	window_flags changed, so state file version should be increased

2001-03-27  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/add_window.c (setup_style_and_decor):
	* fvwm/builtins.c (CMD_ChangeDecor):
	* fvwm/window_flags.h:
	* fvwm/fvwm.h (struct):
	fixed (?) ChangeDecor/UseDecor/Style problem

2001-03-26  Dan Espen  <dane@mk.telcordia.com>

	* fvwm/add_window.c (setup_style_and_decor): Make useDecor work again.

2001-03-26  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/focus.c (ReturnFocusWindow):
	new function

	* fvwm/misc.c (UngrabEm):
	fixed pointer grabbing/focus after a menu closes

	* fvwm/move_resize.c (CMD_Resize):
	fixed resizing shaded windows w/ titleatbottom

2001-03-25  Dominik Vogt  <dominik.vogt@gmx.de>

	* INSTALL.fvwm (Note):
	* vms/config.h:
	* fvwm/cursor.h:
	* acconfig.h:
	* configure.in:
	* fvwm/builtins.c (CMD_BugOpts):
	* fvwm/fvwm.c (InitVariables):
	removed --enable-move-bug-workaround configure option
	removed --disable-modality configure option
	removed remnants of BUSYCURSOR configure option

2001-03-24  Mikhael Goikhman  <migo@homemail.com>

	* NEWS:
	* sample.fvwmrc/system.fvwm2rc-sample-2:
	small rewording/spelling

2001-03-24  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/modconf.c (CMD_Send_ConfigInfo):
	* fvwm/module_interface.c (CMD_SendToModule):
	* fvwm/builtins.c (CMD_Beep):
	(CMD_EscapeFunc):
	* fvwm/gnome.c (CMD_GnomeShowDesks):
	(CMD_GnomeButton):
	* fvwm/modconf.c (CMD_DestroyModuleConfig):
	* fvwm/windowlist.c (CMD_WindowList):
	* fvwm/virtual.c (CMD_EdgeThickness):
	(CMD_EdgeScroll):
	(CMD_EdgeResistance):
	(CMD_DesktopSize):
	(CMD_GotoDesk):
	(CMD_GotoDeskAndPage):
	(CMD_GotoPage):
	(CMD_MoveToDesk):
	(CMD_Scroll):
	* fvwm/update.c (CMD_UpdateStyles):
	* fvwm/style.c (CMD_DestroyStyle):
	(CMD_StyleStyle):
	* fvwm/stack.c (CMD_Raise):
	(CMD_Lower):
	(CMD_RaiseLower):
	(CMD_Layer):
	(CMD_DefaultLayers):
	* fvwm/session.c (CMD_QuitSession):
	(CMD_SaveSession):
	(CMD_SaveQuitSession):
	* fvwm/repeat.c (CMD_Repeat):
	* fvwm/read.c (CMD_Read):
	(CMD_PipeRead):
	* fvwm/placement.c (CMD_PlaceAgain):
	* fvwm/move_resize.c (CMD_ResizeMove):
	(CMD_Move):
	(CMD_AnimatedMove):
	(CMD_MoveToPage):
	(CMD_MoveThreshold):
	(CMD_OpaqueMoveSize):
	(CMD_HideGeometryWindow):
	(CMD_SnapAttraction):
	(CMD_SnapGrid):
	(CMD_XorValue):
	(CMD_XorPixmap):
	(CMD_Resize):
	(CMD_Maximize):
	(CMD_Stick):
	* fvwm/module_interface.c (CMD_Module):
	(CMD_ExecuteModuleSynchronous):
	(CMD_KillModule):
	(CMD_set_mask):
	(CMD_set_sync_mask):
	(CMD_set_nograb_mask):
	* fvwm/menus.c (CMD_DestroyMenu):
	(CMD_Popup):
	(CMD_DestroyMenuStyle):
	(CMD_CopyMenuStyle):
	(CMD_MenuStyle):
	(CMD_ChangeMenuStyle):
	(CMD_AddToMenu):
	* fvwm/icons.c (CMD_Iconify):
	* fvwm/focus.c (CMD_FlipFocus):
	(CMD_Focus):
	(CMD_WarpToWindow):
	* fvwm/cursor.c (CMD_CursorStyle):
	(CMD_BusyCursor):
	* fvwm/conditional.c (CMD_Prev):
	(CMD_Next):
	(CMD_None):
	(CMD_Current):
	(CMD_All):
	(CMD_Direction):
	(CMD_Pick):
	(CMD_WindowId):
	* fvwm/builtins.c (CMD_WindowShade):
	(CMD_Bell):
	(CMD_Plus):
	(CMD_DestroyFunc):
	(CMD_AddToFunc):
	(CMD_Nop):
	(CMD_CursorMove):
	(CMD_Destroy):
	(CMD_Delete):
	(CMD_AddToDecor):
	(CMD_Close):
	(CMD_Restart):
	(CMD_ExecUseShell):
	(CMD_Exec):
	(CMD_RefreshWindow):
	(CMD_Refresh):
	(CMD_RefreshWindow):
	(CMD_Wait):
	(CMD_Quit):
	(CMD_QuitScreen):
	(CMD_Echo):
	(CMD_ColormapFocus):
	(CMD_SetClick):
	(CMD_ImagePath):
	(CMD_IconPath):
	(CMD_PixmapPath):
	(CMD_ModulePath):
	(CMD_ModuleTimeout):
	(CMD_HilightColor):
	(CMD_HilightColorset):
	(CMD_TitleStyle):
	(CMD_AddTitleStyle):
	(CMD_Colorset):
	(CMD_DefaultIcon):
	(CMD_DefaultColorset):
	(CMD_DefaultColors):
	(CMD_DefaultFont):
	(CMD_IconFont):
	(CMD_WindowFont):
	(CMD_ChangeDecor):
	(CMD_DestroyDecor):
	(CMD_AddToDecor):
	(CMD_UpdateDecor):
	(CMD_ButtonStyle):
	(CMD_AddButtonStyle):
	(CMD_SetEnv):
	(CMD_UnsetEnv):
	(CMD_GlobalOpts):
	(CMD_BugOpts):
	(CMD_Emulate):
	(CMD_ColorLimit):
	(CMD_SetAnimation):
	(CMD_WindowShadeAnimate):
	(CMD_FakeClick):
	(CMD_StrokeFunc):
	(CMD_ClickTime):
	* fvwm/borders.c (CMD_ButtonState):
	(CMD_BorderStyle):
	* fvwm/bindings.c (CMD_Stroke):
	(CMD_Mouse):
	(CMD_PointerKey):
	(CMD_Key):
	(CMD_IgnoreModifiers):
	* fvwm/add_window.c (CMD_RecaptureWindow):
	(CMD_Recapture):
	* fvwm/functions.c (CMD_Silent):
	* fvwm/functions.c (func_config):
	* fvwm/commands.h:
	renamed all functions for external commands to "CMD_commandname"

	* fvwm/functions.c (func_config):
	introduced a command table macro and added a column that hold the old
	spelling of the command names

	* NEWS:
	* fvwm/fvwm2.1 (sub-menu):
	typo corrections

	* vms/fvwmrc.dat:
	* sample.fvwmrc/system.fvwm2rc-sample-95:
	* sample.fvwmrc/system.fvwm2rc-sample-2:
	* sample.fvwmrc/system.fvwm2rc-sample-1:
	* sample.fvwmrc/system.fvwm2rc:
	* sample.fvwmrc/decor_examples:
	* sample.fvwmrc/new-features:
	* fvwm/ConfigFvwmSetup:
	converted to new placement style names

2001-03-23  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/borders.c (RedrawButtons):
	(RedrawTitle):
	fixed core dumps

2001-03-22  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/functions.c (execute_complex_function):
	fixed button presses being passed to other applications with functions
	that only have immediate actions

	* libs/Parse.c (ParseToggleArgument):
	backed out to allow '1' and '0' as true and false because it breaks
	parsing in several places

2001-03-21  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/builtins.c (do_title_style):
	fixed typo

2001-03-22  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/events.c (HandleMapRequestKeepRaised):
	* fvwm/virtual.c (unmap_window):
	(map_window):
	disabled ICCCM2 patch that unmaps the client window whenever the frame
	is unmapped since it causes way too mouch trouble. #define
	ICCCM2_UNMAP_WINDOW_PATCH to enable it

	* libs/Graphics.c (ParseGradient):
	added an error message if number of gradient segments does not match
	the given number of colours and percentages
	(ParseGradient):
	(CreateGradientPixmapFromString):
	improved error messages
	(ParseGradient):
	small parsing fixes

2001-03-21  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/fvwm.c (MappedNotOverride):
	* fvwm/builtins.c (RecaptureWindow):
	(Recapture):
	(do_recapture):
	* fvwm/fvwm.c (Reborder):
	(CaptureOneWindow):
	(hide_screen):
	(CaptureAllWindows):
	functions moved to add_window.c

	* fvwm/session.c (RestartInSession):
	fixed windows travelling upon restart with outdated session state file

2001-03-19  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/builtins.c (button_states):
	fixed core dump

	* fvwm/events.c (HandleUnmapNotify):
	call XSync() after releasing a client window

2001-03-18  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/borders.c (RedrawTitle):
	(RedrawButtons):
	(DrawButton):
	(draw_clipped_decorations):
	vastly improved speed of window motion with pixmap backgrounds in
	titles and buttons
	(get_button_state):
	removed debug statement

	* fvwm/builtins.c (ReadTitleButton):
	* fvwm/fvwm.c (DestroyAllButtons):
	(ResetAllButtons):
	* fvwm/borders.c (get_button_state):
	renamed button states

	* sample.fvwmrc/system.fvwm2rc-sample-2:
	* sample.fvwmrc/system.fvwm2rc-sample-1:
	* sample.fvwmrc/system.fvwm2rc:
	* sample.fvwmrc/decor_examples:
	* sample.fvwmrc/new-features:
	converted to new config file format

	* fvwm/builtins.c (SetGlobalOptions):
	cleaned up parsing, save some bytes

	* libs/Parse.c (ParseToggleArgument):
	allow '1' and '0' as toggling arguments

	* fvwm/builtins.c (ReadTitleButton):
	cleaned up parsing
	prevent unnecessary multiple parsing

	* fvwm/menus.c (MenuInteraction):
	fixed menus no longer popping up or down under certain circumstances
	(MenuInteraction):
	small performance enhancement for non animated menus
	removed old debug statements

2001-03-17  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/events.c:
	initialise PressedW with "None"
	(HandleButtonPress):
	do not redraw decoration when an unbound mouse button is used

2001-03-14  Mikhael Goikhman  <migo@homemail.com>

	* fvwm/session.c (MatchWinToSM):
	fixed a case when win->name becomes NULL (if there is window role);
	(new get_version_string):
	make a state file version static (2.4-1 for now);
	(new unspace_string):
	fixed matching windows with command line arguments having spaces

2001-03-14  Dominik Vogt  <dominik.vogt@gmx.de>

	* libs/WinMagic.c (SlideWindow):
	better math to protect against integer overflows
	(SlideWindow):
	fixed percent list sliding spec

	* fvwm/events.c (HandleConfigureRequest):
	fixed XMoveResize requests that leave the x/y position unchanged for
	windows with South/East gravity

	* fvwm/move_resize.c (DoSnapAttract):
	fixed core dump

2001-03-12  Dominik Vogt  <dominik.vogt@gmx.de>

	* libs/Picture.c (GetColor):
	allocate colours from a colour set
	removed unused variable

	* fvwm/move_resize.c (moveLoop):
	removed debug code
	(MoveOutline):
	(get_outline_rects):
	reactivated wire frame interleaving to reduce flickering

	* libs/defaults.h:
	* fvwm/menus.c (paint_menu):
	moved a macro to defaults.h

2001-03-11  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/move_resize.c (SetSnapAttraction):
	removed debug code

	* fvwm/icccm2.c (SetupICCCM2):
	(CloseICCCM2):
	* fvwm/fvwm.h:
	* fvwm/menus.c (do_menu):
	(make_menu_window):
	* fvwm/fvwm.c (main):
	(main):
	(MappedNotOverride):
	* fvwm/icccm2.c (SetupICCCM2):
	* fvwm/virtual.c (initPanFrames):
	* fvwm/menus.c (MenuInteraction):
	* fvwm/icons.c (CreateIconWindow):
	(CreateIconWindow):
	* fvwm/add_window.c (setup_parent_window):
	(setup_button_windows):
	(setup_decor_window):
	(setup_resize_handle_windows):
	(AddWindow):
	(setup_frame_window):
	* fvwm/events.c (HandleReparentNotify):
	(HandleMapNotify):
	* fvwm/add_window.h:
	all window event masks are defined as macros in events.h
	frame window selects VisibilityNotifyMask so that the raised/visible
	conditions work again

	* vms/make_fvwm.mms (BaseDirFix):
	* todo-2.4:
	* sample.fvwmrc/system.fvwm2rc-sample-95:
	* sample.fvwmrc/decor_examples:
	* libs/vpacket.h:
	* INSTALL.fvwm:
	* INSTALL:
	* fvwm/virtual.c:
	* fvwm/module_interface.c:
	changed some comments so that they don't look like cvs conflict markers

	* fvwm/move_resize.c (SetSnapAttraction):
	(DoSnapAttract):
	* libs/defaults.h (DEFAULT_SNAP_GRID_X):
	fixed a bug in SnapAttraction parsing
	cut down CPU requirements when verious parts of SnapAttraction are
	 disabled; this makes window movement more smooth
	fixed a bug that mad it impossible to snap to windows so that the x or y
	 coordinate became -1

	* fvwm/move_resize.c (MoveOutline):
	moving windows looks a bit more smooth

2001-03-10  Dominik Vogt  <dominik.vogt@gmx.de>

	* tests/FvwmButtons/FvwmButtons.sh:
	Make sure some styles are set properly for FvwmButtons
	new options -S and -k
	simplified a bit

	* tests/purify/purify.fvwm2rc:
	merged ImagePath and SetEnv tests and enhanced SetEnv tests

	* fvwm/move_resize.c (MoveOutline):
	revised outline drawing code for small windows and simplified code

2001-03-10  Dan Espen  <dane@mk.telcordia.com>

	* tests/FvwmButtons/FvwmButtons.sh: More tests.
	* tests/purify/purify.fvwm2rc: Add xbm bitmap as a side pic,
 	default icon.

2001-03-10  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/events.c (HandleReparentNotify):
	* fvwm/add_window.c (setup_frame_window):
	* fvwm/add_window.h:
	discard events after window was reparented

	* fvwm/stack.c (mark_transient_subtree):
	fixed core dump

	* libs/ColorUtils.c (GetShadowOrHiliteColor):
	attempt to 'fix' UMR

	* fvwm/colors.c (FreeColors):
	* fvwm/builtins.c (SetDefaultColors):
	* fvwm/module_interface.c (send_list_func):
	* fvwm/events.c (HandleFocusIn):
	* fvwm/cursor.c (CursorStyle):
	* fvwm/menus.c (NewMenuStyle):
	(UpdateMenuStyle):
	* fvwm/fvwm.c (InitVariables):
	(CreateGCs):
	(InitVariables):
	* libs/defaults.h (DEFAULT_BACK_COLOR):
	Define some default colours in defaults.h and use them everywhere.

	* libs/Colorset.c (AllocColorset):
	hardware portability patch; don't assume layout of the colorset_struct
	type

	* libs/envvar.c (getEnv):
	initialise a temporary variable

	* fvwm/builtins.c (add_to_env_list):
	fixed SetEnv memory leak

	* fvwm/session.c (saveQuitSession):
	removed c++ comment

	* libs/envvar.c (strIns):
	commented debug code
	(envDupExpand):
	removed debug code

	* fvwm/add_window.c (free_window_names):
	fixed memory leak

	* libs/Picture.c (LoadPicture):
	fixed core dump with xmb files

	* fvwm/menus.c (MenuInteraction):
	fixed core dump

2001-03-10  Mikhael Goikhman  <migo@homemail.com>

	* fvwm/fvwm2.1:
	documented xsm DiscardCommand workaround using $SESSION_MANAGER_NAME

	* fvwm/windowlist.c:
	safety fix, this fixes core dump in WindowList under xsm

2001-03-07  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/menus.c (DestroyMenu):
	(copy_menu_root):
	fixed handling of continuation menus with dynamic menu actions

	* fvwm/menus.c (pop_menu_down):
	(DestroyMenu):
	(destroy_menu):
	(merge_continuation_menus):
	* fvwm/windowlist.c (do_windowList):
	fixed deleting menus from dynamic menu actions

	* fvwm/menus.c (DestroyMenu):
	Fixed menu list corruption
	(make_menu):
	do not resize menu if it has other mapped copies
	(update_menu):
	do not update menu style for menus with copies
	(DestroyMenu):
	returns if menu was actually destroyed or not

2001-03-05  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/menus.c (size_menu_vertically):
	fixed continuation menus with embedded spacing and quoting characters in
	their name

	* libs/Parse.c (EscapeStripng):
	new function

2001-03-04  Dan Espen  <dane@mk.telcordia.com>

	* tests/FvwmButtons/FvwmButtons.sh: Framework for tests.

2001-03-02  Dan Espen  <dane@mk.telcordia.com>

	* fvwm/fvwm2.1 (FakeClick): Add example.  Style changes focusing on
	the word "will".

2001-03-03  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/geometry.c (get_unshaded_geometry):
	* fvwm/update.c (apply_window_updates):
	fixed recapturing shaded windows on pages other than 0 0

	* fvwm/builtins.c (fake_click):
	fixed a bug in button number parsing
	(fake_click):
	properly deliver faked events

	* libs/ColorUtils.c (GetShadowColor):
	(GetHiliteColor):
	finished reverting back to 2.3.22 colour calculations

	* fvwm/menus.c (MenuInteraction):
	fixed busy wait with PopupDelay menu style

2001-03-02  Dan Espen  <dane@mk.telcordia.com>

	* AUTHORS: Added some nice background information for Chuck Hines.

2001-03-02  Dominik Vogt  <dominik.vogt@gmx.de>

	* NEWS, configure.in:
	changed version to 2.3.30

2001-03-02  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/fvwm2.1:
	* fvwm/builtins.c (do_recapture):
	* fvwm/stack.h:
	* fvwm/externs.h:
	* fvwm/stack.c (verify_stack_ring_consistency):
	(dump_stack_ring):
	(verify_stack_ring_consistency):
	* fvwm/fvwm.c (main):
	disabled stack ring debugging by default
	to enable use the -debug_stack_ring option
	verify stack ring consistency after a recapture

	* fvwm/borders.c (draw_clipped_decorations):
	(get_common_decorations):
	further performance enhancement

	* fvwm/borders.c (draw_clipped_decorations):
	removed duplicate get_common_decorations call

	* fvwm/borders.c (draw_clipped_decorations):
	* fvwm/window_flags.h (SET_WINDOW_BORDER_DRAWN):
	* fvwm/fvwm.h:
	force resetting the window border background on initial border drawing

	* libs/ColorUtils.c (GetHiliteColor):
	(GetShadowColor):
	fixed parameters to GetShadowOrHiliteColor calls screwing up colour
	calculations

	* fvwm/events.c (HandleMapRequestKeepRaised):
	icon position hint was sometimes used although it was not set
	(fake_map_unmap_notify):
	(HandleMapRequestKeepRaised):
	simply fake a MapNotify if a MapRequest for an already mapped window
	arrives
	fake an UnmapNotify when a window starts iconic

2001-03-01  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/style.c (ProcessNewStyle):
	fixed reversers window group options

2001-02-28  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/fvwm2.1:
	* fvwm/style.c (ProcessNewStyle):
	* fvwm/style.h:
	* fvwm/window_flags.h (DO_ICONIFY_WINDOW_GROUPS):
	* fvwm/fvwm.h (struct):
	* fvwm/stack.h (mark_transient_subtree):
	* fvwm/stack.c (mark_transient_subtree):
	(collect_transients_recursive):
	* fvwm/icons.c (DeIconify):
	(Iconify):
	new styles IconifyWindowGroups/IconifyWindowGroupsOff.

	* fvwm/placement.c (PlaceWindow):
	fixed a small bug in window group handling

	* fvwm/placement.c (PlaceWindow):
	* fvwm/style.c (ProcessNewStyle):
	* fvwm/style.h:
	* fvwm/window_flags.h (DO_IGNORE_WINDOW_GROUP_HINT):
	* fvwm/fvwm.h (struct):
	new styles KeepWindowGroupsOnDesk/ScatterWindowGroups for use with
	mozilla which misuses the window group hint

2001-02-27  Dominik Vogt  <dominik.vogt@gmx.de>

	* fvwm/menus.c (do_menu):
	gixed event selection when returning from submenus

	* fvwm/placement.c (PlaceWindow):
	small performance enhancement

	* fvwm/gnome.c:
	commented unused code

2001-02-26  Dan Espen  <dane@mk.telcordia.com>

	* NEWS:  Update  news with 2.2.5,  identify   2.2.5 as  the latest
 	stable release.
2001-07-10 17:51:14 +00:00
tron
2dfd9432ca Use "${PKGLOCALEDIR}" in entries for locale files so that the package
list works under Solaris, too.
2001-07-10 17:37:03 +00:00
tron
a285e36358 - Remove ugly "configure" hack, use patches and "MAKEFILE" instead.
- Make this package work under Solaris.
2001-07-10 17:27:18 +00:00
tron
19cbb67830 Check if "${X11BASE}/lib/X11/config/X11.tmpl" exists before searching
with "grep" through it in Mesa library handling.
2001-07-10 16:37:13 +00:00
tron
858eacaa91 Update "inn" package to version 2.3.2. Changes since version 2.3.1:
- innxmit can again handle regular filenames as input as well as storage
  API tokens (allowing it to be used to import an old traditional
  spool).
- Several problems with tagged-hash history files have been fixed thanks
  to the debugging efforts of Andrew Gierth and Sang-yong Suh.
- A very long-standing (since INN 1.0!) NNTP protocol bug in nnrpd was
  fixed.  The response to an ARTICLE command retrieving a message by
  message ID should have the message ID as the third word of the
  response, not the fourth.  Fixing this is reported to *possibly* cause
  problems with some Netscape browsers, but other news servers correctly
  follow the protocol.
- Some serious performance problems with expiration of tradspool should
  now be at least somewhat alleviated.  tradspool and timehash now know
  how to output file names for removal rather than tokens, and fastrm's
  ability to remove regular files has been restored.  This should bring
  expiration times for tradspool back to within a factor of two of
  pre-storage-API expiration times.
- An item that was actually changed in 2.3.0 but wasn't noted in NEWS
  when it should have been:  Users can no longer post articles
  containing Approved: headers to moderated groups by default; they must
  be specifically given that permission with the access: parameter in
  readers.conf.  See the man page for more details.
- Added a sample subscriptions file and documentation for it and
  innmail.
The changes required for this update were contributed by Bernd Ernesti
in PR pkg/13299.
2001-07-10 16:02:12 +00:00
tron
1da28824f8 Don't enforce the use of "ncurses" under Solaris. 2001-07-10 15:27:25 +00:00
tron
cb49807a85 Add support for "SPARC_TARGET_ARCH". 2001-07-10 15:08:32 +00:00
tron
75d0cbc0b3 Add new variable "SPARC_TARGET_ARCH" used to select the target architecture
under Solaris/SPARC. Default is "sparcv7".
2001-07-10 15:07:35 +00:00
atatat
3affde40dd Eliminate the hideous blue-on-black problem with zoom factors set too
high.  The problem is with casting doubles to ints, which is nasty and
overflows easily.
2001-07-10 14:32:32 +00:00
tron
8d94fbe1f1 Install missing language files. 2001-07-10 13:56:43 +00:00
tron
4f0e3bf374 Install necessary JavaScript files. Bump version number to 2.1.99.1nb1. 2001-07-10 13:43:01 +00:00
wiz
e56a17e015 Update to 0.96.
Changes:
Updated translations, SSL fixes, charset fixes, rebindable keys,
proper encoding of form entries, and some misc. bug fixes.
2001-07-10 12:06:40 +00:00
tron
75a2304553 Fixes for "tarup" target:
- Add missing "${_PKG_SILENT}${_PKG_DEBUG}" in front.
- Create category directories as required.
2001-07-10 12:04:43 +00:00
tron
805f15ed41 Add new "tarup" target which allows to create a binary package from an
installed package with the "pkg_tarup" utility.
2001-07-10 11:51:57 +00:00
tron
69a42c47df Make this package work under Solaris, bump version number to 1.0.2. 2001-07-10 11:42:06 +00:00
tron
c9ff41d72b Add and enable "dtx11session" package. 2001-07-10 11:16:57 +00:00
tron
5609160e8c Import new Solaris only "dtx11session" package:
Launch a X11 session from CDE login service
2001-07-10 11:15:55 +00:00
tron
9f2922b0a3 Use ":=" in assignment of "ZOULARISBASE" because "LOCALBASE" might get
redefined later.
2001-07-10 11:13:31 +00:00
zuntum
7cd0371c43 Update gone to 1.3.4
Changes:
        * Added (or rather tested) Mac OS X support
        * Changed my email address in the manpage
2001-07-10 09:58:46 +00:00
zuntum
0f73689fe2 add & enable water 2001-07-10 09:53:24 +00:00
zuntum
6d4f2ddda8 add & enable SDL_net 2001-07-10 09:53:10 +00:00
zuntum
3ac9d76780 Initial import of water-1.0
This is a very cool water effect, written by Scott Scriven.

This code uses palette tricks to do the height mapping, and assumes an
image size of 320x200.  This means that if you want to use your own images,
you'll need to create them as 320x200x8 images with a palette that ranges
from darker colors at entry 0 to lighter colors at palette entry 255.

I really like this demo, so be sure and read water.txt to see what keys
enable what effects and how it's all done.
2001-07-10 09:48:47 +00:00
zuntum
f6072c8b5e Initial import of SDL_net-1.2.0
This is a small sample cross-platform networking library
2001-07-10 09:05:28 +00:00
zuntum
7883071892 Don't try to @dirrm include/SDL, as this belongs to another package -- SDL 2001-07-10 08:37:38 +00:00
wiz
d502b55ec8 Add and enable tfmxplay 2001-07-10 01:17:33 +00:00
wiz
6d4e54993e Initial import of tfmxplay, a player for TFMX Amiga game music format audio
files.
2001-07-10 01:14:02 +00:00
hubertf
c9f38b70e4 bump version to 1.6 - work with host.def not existing on Solaris 8/x86 2001-07-10 00:58:32 +00:00
hubertf
4ec3eacb82 I don't know why I don't have a $X11_HOSTDEF, still I have none.
(Solaris 88/x86, of course with X running :)

Make xpkgwedge not wedge in this config.
2001-07-10 00:57:10 +00:00
abs
6920c5444c Update pkgchk to 1.06
Handle obsoleted (and to a limited extent moved) packages is a more graceful
fashion (pkgtools/perl-mk anyone :)
2001-07-09 23:15:56 +00:00
wiz
4b38c1536d Update MASTER_SITES, inspired by pkg/13421 by John F. Woods. 2001-07-09 22:25:24 +00:00
zuntum
53d4373842 Converted to use buildlink.mk files 2001-07-09 22:17:12 +00:00
hubertf
c4b3694b31 Bump version to 20010709 2001-07-09 21:44:58 +00:00
hubertf
a5fad2cd26 Pull in consistent set of headers (<sys/cdefs.h> - BSD-specific too,
but at least it's consistent :)
2001-07-09 21:43:20 +00:00
hubertf
59758216a2 Get rid of BSD err() and warn() functions - for great just^Wportability! 2001-07-09 21:42:30 +00:00
hubertf
9fbec0016f Always use this pkg's md5 routines. The Solaris ones e.g. aren't
compatible, and not everyone uses a full BSD environment on !BSD.
2001-07-09 21:42:03 +00:00
zuntum
1552b67c41 Add buildlink.mk file for use by other packages 2001-07-09 18:59:48 +00:00
zuntum
480c07a4a6 Converted to use buildlink.mk files 2001-07-09 18:51:38 +00:00
zuntum
f9512af34d Update queue_repair to 0.8.4
Version 0.8.4
8 July 2001

  -when force-creating a queue, ensure the user supplies a value for conf-split
  and either --bigtodo or --no-bigtodo
  -change --create to imply --repair as well

Version 0.8.3
7 July 2001

  -enforce checking of prime conf-split.  Use --i-want-a-broken-conf-split to
    force a non-prime split value in repair mode
  -add explicit -h, --help options
  -enforce checking of existence of basic queue directories to prevent
    accidental creation of queue in wrong place due to typos, etc.  Use
    -c, --create to force creation of a new queue
  -when creating a directory, force create missing parent(s)
  -fix --no-bigtodo to allow conversion of big-todo queue to non-big-todo;
    would previously auto-detect big-todo regardless
  -improve forced conversion of non-big-todo queue to big-todo or vice versa,
    and force change of conf-split for existing queues
2001-07-09 18:34:54 +00:00
zuntum
d43678c24b Converted to use buildlink.mk files 2001-07-09 18:25:30 +00:00
zuntum
98b7813db0 ImageMagick's dependencies should be listed in its buildlink.mk file too,
so packages that include ImageMagick's buildlink.mk get proper dependencies
2001-07-09 18:24:09 +00:00
tv
fed6343588 Update to 3.11. 2001-07-09 17:43:57 +00:00
tv
724a64da7e Set NO_BIN_ON_FTP for the reason described in the Makefile comment:
# Since this package will be named, for instance, p5-perl-headers-1.5.1,
# binary packages on a FTP server (where only "1.5" is used as the directory
# name) will be ambiguous.  A user of 1.5 may mistakenly install the
# perl-headers-1.5.1 pkg by use of the automatic "best version" logic.
2001-07-09 17:37:43 +00:00
zuntum
6bb8118b54 Converted to use buildlink.mk files 2001-07-09 17:31:20 +00:00
tv
4f6288056f Perl5 needs a "nb1" version bump to make sure everything which depends on
it is updated not to have the perl-mk dependency.

This braindead nature of pkgsrc to register all dependencies recursively
into binary pkgs *will* be fixed.
2001-07-09 17:21:22 +00:00