Next | Query returned 52 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2008-04-10 20:04:51 by Antoine Reilles | Files touched by this commit (2)
Log message:
Update wm/ratpoison to 1.4.3

* Changes since 1.4.2
** key event handling
top level key bindings are grabbed "asynchronously" instead of
"synchronously." This should eliminate the freezes some people have
experienced in previous versions.
   2007-12-01 22:22:15 by Antoine Reilles | Files touched by this commit (2) | Package updated
Log message:
Update wm/ratpoison to 1.4.2

Changes:
	* src/main.c (xvsprintf): limit memory allocation
	to 200K when vsnprintf return -1. (i.e. on pre-1999
	systems not distinguising fatal errors and too small
	buffer).
	* src/manage.c (get_res_name, get_res_class): remove
	(update_window_name): call get_class_hints directly to avoid it
	being called two times.
	* src/manage.c (get_wmname): always try XmbTextPropertyToTextList
	first to also support UTF-8 window titles when encoded as XA_STRING
	* src/main.c (clean_up): call free_user_commands, free_groups only
	after free_window_stuff
	* src/window.c (free_window_stuff): remove windows from group lists
	* src/action.h (free_user_commands): new prototype
	* src/action.c (set_var_free,user_command_free,free_user_commands):
	new functions
	* src/manage.c (get_wmname): free buffer to close memory hole
	* src/actions.c (cmd_windows): free buffer to close memory hole
	* src/main.c (init_defaults): only load the backup font when the
	default font fails.
	* src/main.c (init_defaults): if the default font fails, use the
	backup font.
	* src/conf.h (BACKUP_FONT): new define
	* src/input.c (update_modifier_map): don't map both super and
	hyper to the same modifier slot.
	* src/split.c (set_active_frame): call switch_frame hook
	(show_frame_indicator): only show frame indicator
	(set_active_frame): new arg force_indicator. all callers updated.
	(show_frame_indicator): new arg force. all callers updated.
	* src/main.c (init_defaults): init bar_in_padding
	* src/globals.c (rp_switch_screen_hook): new hook
	* src/data.h (struct rp_defaults): new slot, bar_in_padding
	* src/bar.c (bar_x): honour bar_in_padding setting
	(bar_y): likewise
	* src/actions.c (init_set_vars): add barinpadding
	(set_barinpadding): new function
	* src/globals.h: new global rp_switch_screen_hook
	* src/frame.c (frame_read): fix bug to never set dedicated
   2007-02-01 18:26:39 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Modular Xorg support.
   2007-01-06 19:44:46 by Roland Illig | Files touched by this commit (2)
Log message:
Updated ratpoison to 1.4.1.

* Changes since 1.4.0
** set padding affects bar location
On OSX the bar and top of each window is hidden by the menu bar. set
padding corrects the window problem but not the bar problem. So this
change fixes that.

** new set variable framefmt
See docs for info.

** new commands swap, exchangeleft, exchangeright, exchangeup, exchangedown
See docs for info

** new commands execa and execf
See docs for info.

** default font change
It is now "-*-fixed-bold-r-normal-*-15-*-*-*-c-*-*-*" which hopefully
fixes some i18n issues.

** new command set topkmap
See info manual.

** build date in ratpoison -v

** new command sfrestore
restores frame configurations for multiple screens.

** support for i18n fonts
   2006-04-09 00:03:08 by Antoine Reilles | Files touched by this commit (4)
Log message:
Update wm/ratpoison to 1.4.0

patch-aa is no longer necessary: rpws is now a perl script

* Changes since 1.4.0-beta4
- new parameters in frame dumps
:screenh and :screenw specify the size of the screen the frame was on.
- New window format characters
- info takes optional argument and new infofmt setting
- aspect ratio hint honoured
- new hook deletewindow
- _net_wm_pid property supported
- set warp change: the mouse position relative to the window is now used
- new command redo
- new editor bindings C-m and C-h
   2006-04-08 07:03:00 by Johnny C. Lam | Files touched by this commit (14)
Log message:
List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
   2006-03-11 11:07:50 by Geert Hendrickx | Files touched by this commit (19)
Log message:
Convert all packages using REPLACE_INTERPRETER to the new variable names
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*).

Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted
here, if at all.

Ok with rillig.
   2006-03-09 15:50:32 by Geert Hendrickx | Files touched by this commit (30)
Log message:
Use REPLACE_INTERPRETER instead of a patch.
   2006-02-16 12:12:13 by Antoine Reilles | Files touched by this commit (3)
Log message:
Update wm/ratpoison to 1.4.0beta4
Take maintainership

* Changes since 1.4.0-beta2
** meta takes a key argument
This can be used to stuff keys.

* Changes since 1.4.0-beta1
** RATPOISON environment variable
RATPOISON is set to the location of the ratpoison binary. This is
useful for scripts.

* Changes since 1.3.0
** command arguments can be wrapped in double quotes.
To include a space in a command argument, wrap the argument with ".

** New command undefinekey
not passing a 3rd argument to definekey and bind no longer unbind the
key. You must use undefinekey and unbind now.

** ratpoison -c prints errors to stderr
You can now capture errors and output seperately depending on whether
its printed to stderr or stdout.

** the mouse warp feature is now turned off by default
to turn it back on, run 'warp on'.

** version now displays the date and time

** new command, sselect
sselect lets you jump to an X11 screen by number.

** configure script warns about missing history lib
Rather than error out, now, ratpoison will just be built without history.

** new commands ratwarp, ratrelwarp, and ratclick

** more new commands
inext, iprev, iother, cnext, cprev, cother, prompt, dedicate,
describekey, focusprev, sdump, sfdump.

** yet two more new commands: putsel, getsel
putsel puts the specified text into the X11 selection so other clients
can yank it. getsel returns the current selection.
   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.

Next | Query returned 52 messages, browsing 31 to 40 | Previous