[arch-commits] CVS update of extra/x11/ion-scripts (PKGBUILD ion-scripts.context)

Jeff Mickey jeff at archlinux.org
Mon Dec 17 22:09:37 UTC 2007


    Date: Monday, December 17, 2007 @ 17:09:37
  Author: jeff
    Path: /home/cvs-extra/extra/x11/ion-scripts

 Removed: PKGBUILD (1.8) ion-scripts.context (1.1)

Freedom!


---------------------+
 PKGBUILD            |   30 --
 ion-scripts.context |  603 --------------------------------------------------
 2 files changed, 633 deletions(-)


Index: extra/x11/ion-scripts/PKGBUILD
diff -u extra/x11/ion-scripts/PKGBUILD:1.8 extra/x11/ion-scripts/PKGBUILD:removed
--- extra/x11/ion-scripts/PKGBUILD:1.8	Sun Oct 21 21:49:54 2007
+++ extra/x11/ion-scripts/PKGBUILD	Mon Dec 17 17:09:37 2007
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD,v 1.8 2007/10/22 01:49:54 jeff Exp $
-# Maintainer: Jeff Mickey <jeff at archlinux.org>
-# Contributor: Jens Persson <xerxes2 at gmail.com>
-pkgname=ion-scripts
-pkgver=20071021
-pkgrel=1
-pkgdesc="Scripts for Ion3-devel taken from Ion's Darcs repository."
-arch=(i686 x86_64)
-url="http://iki.fi/tuomov/ion/"
-depends=('ion')
-makedepends=('darcs')
-conflicts=('ion3-devel-scripts')
-replaces=('ion3-devel-scripts')
-source=("$pkgname.context")
-
-build() {
-  cd $startdir/src/
-  darcs get --context $startdir/src/$pkgname.context http://iki.fi/tuomov/repos/ion-scripts-3/
-  
-  mkdir -p $startdir/pkg/etc/ion3
-
-  cd ion-scripts-3/
-  for h in $(find ./ -type d | grep -v '^\./_darcs' | grep -v '^./$'); do
-      for i in `find $h/ -type f`; do
-        install -m 755 $i $startdir/pkg/etc/ion3
-      done
-  done
-}
-md5sums=('19178cde681025914670c09f730981d4')
-sha1sums=('872afdec88ebd6a231fbbfb8191d8e2c25f29986')
Index: extra/x11/ion-scripts/ion-scripts.context
diff -u extra/x11/ion-scripts/ion-scripts.context:1.1 extra/x11/ion-scripts/ion-scripts.context:removed
--- extra/x11/ion-scripts/ion-scripts.context:1.1	Fri Jul 21 15:35:29 2006
+++ extra/x11/ion-scripts/ion-scripts.context	Mon Dec 17 17:09:37 2007
@@ -1,603 +0,0 @@
-
-Context:
-
-[misc improvements
-mtelgars at andrew.cmu.edu**20060711090221] 
-
-[statusd_ticker imported
-mtelgars at andrew.cmu.edu**20060708104832] 
-
-[add stock.lua an applet to monitor stock quotes from finance.yahoo.com
-Andrea Rossato <arossato at istitutocolli.org>**20060710175349] 
-
-[Another workspace name statusbar meter. This one has a little more functionality than the other one in some places and a little less in others.
-deryni at eden.rutgers.edu**20060706071542
- This script supports both showing the name of the current workspace and
- showing a list of all the workspaces with the current one marked. The mark
- character for the full list is controllable.
- This script also allows for showing per-head current workspace names, and
- per-head workspace listings.
-] 
-
-[add weather.lua a script to monitor weather information
-Andrea Rossato <arossato at istitutocolli.org>**20060707131219] 
-
-[You shouldn't need to copy system files in for this to work.
-deryni at eden.rutgers.edu**20060703193724
- The existing version of this script required that you modify the ctxmenu
- definition, that was less than pretty. So the new version defines a function
- which adds the menu items to the context menu. Usage instructions are in the
- script.
- The function also only adds menu items for workspace types that you have
- loaded.
- 
- The legacy use should still work, I didn't touch that stuff (I don't think) if
- it doesn't we can either fix it or get rid of it.
-] 
-
-[Use the # length operator instead of getn, and fix some whitespace.
-deryni at eden.rutgers.edu**20060702052133] 
-
-[Add a usage comment and fix some indentation.
-deryni at eden.rutgers.edu**20060702051753] 
-
-[statusd_laptopstatus.lua: temperature_templates from xxC to xxxC
-René van Bevern <rvb at debian.org>**20060626065029] 
-
-[fix scripts that still use _LOADED. This is no longer available
-René van Bevern <rvb at debian.org>**20060624085555] 
-
-[statusd_laptopstatus.lua: merge statusd configuration
-René van Bevern <rvb at debian.org>**20060612153919] 
-
-[statusd_laptopstatus.lua: try multiple ac adapter state files
-René van Bevern <rvb at debian.org>**20060612153845] 
-
-[Added two statusd scripts: a volume monitor based on amixer and a CPU/RAM/swap usage monitor based on top and free.
-Randall Wald <randy at rwald.com>**20060606110920] 
-
-[Running verify_index is automatic - removed from instructions.
-Tuomo Valkonen <tuomov at iki.fi>**20060606094210] 
-
-[more lua 5.1 and general fixes for statusd_sysmon.lua
-René van Bevern <rvb at debian.org>**20060604174257] 
-
-[statusd text highlighting in xkbion.lua
-Vladimir Chizhov <jagoterr at gmail.com>**20060522132050] 
-
-[Update and improve the cwin_sp script.
-deryni at eden.rutgers.edu**20060522031816
- Update the script to work again now that the WScratchpad class was removed.
- Also improve the script to work better and keep track of things a little more
- cleverly.
-] 
-
-[Documentation updates, fold additions, and default binding tweaks.
-deryni at eden.rutgers.edu**20051213172857] 
-
-[statusd_mpd to lua 5.1.
-René van Bevern <rvb at debian.org>**20060519142416] 
-
-[statusd_laptopstatus.lua to lua5.1
-René van Bevern <rvb at debian.org>**20060519123404] 
-
-[statusbar_act to lua5.1
-René van Bevern <rvb at debian.org>**20060519123148] 
-
-[rotate_statusbar to lua5.1
-René van Bevern <rvb at debian.org>**20060519123032] 
-
-[lock_frame.lua to lua5.1
-René van Bevern <rvb at debian.org>**20060519123005] 
-
-[switch_bindings to lua5.1.
-René van Bevern <rvb at debian.org>**20060519122801] 
-
-[document_menus.lua to lua5.1.
-René van Bevern <rvb at debian.org>**20060519122615] 
-
-[rss_feed_hh to lua5.1
-René van Bevern <rvb at debian.org>**20060519122528] 
-
-[ctrl_statusbar.lua to lua5.1
-René van Bevern <rvb at debian.org>**20060519122431] 
-
-[enumerate.lua to lua 5.1
-René van Bevern <rvb at debian.org>**20060519122100] 
-
-[rss_feed.lua to lua 5.1
-René van Bevern <rvb at debian.org>**20060519121914] 
-
-[wcirculate.lua to lua 5.1
-René van Bevern <rvb at debian.org>**20060519121316] 
-
-[cfg_dock2.lua to lua5.1
-René van Bevern <rvb at debian.org>**20060519121305] 
-
-[vim_bindings.lua to lua5.1
-René van Bevern <rvb at debian.org>**20060519121245] 
-
-[take collapse.lua to Lua 5.1.
-René van Bevern <rvb at debian.org>**20060519072118] 
-
-[take bindsearch.lua to lua 5.1
-René van Bevern <rvb at debian.org>**20060519070147] 
-
-[take app.lua to lua 5.1
-René van Bevern <rvb at debian.org>**20060519064035] 
-
-[take adapt_menus.lua to lua 5.1
-René van Bevern <rvb at debian.org>**20060519063634] 
-
-[taken detach.lua to Lua 5.1.
-René van Bevern <rvb at debian.org>**20060519062752
- 
- Looking at the scripts in statusd/, they all seem to be working with
- Lua 5.1, except one and that that I already updated.
- 
-] 
-
-[statusd_maildir.lua taken to lua 5.1
-René van Bevern <rvb at debian.org>**20060519060809] 
-
-[statusd_mocp_new_meters_without_tables.patch
-tyranix <tyranix at gmail.com>**20060517231631
- 
- Overhaul of statusd_mocp.lua.
- 
- Added new keys for user formats.  This is so a user can specify a
- format for play, pause, stop, or off and they will be cycled
- according to moc's status.  Idea based on docs for statusd_mocmon.
- 
- Created a table from mocp -i output instead of hardcoding them.
- There are a few hard coded such as the state because it is used
- to determine which user template to use.  User templates are done
- in addition to the normal %mocp_* reporting.
-] 
-
-[Add mod_xkb.c
-Sergey Redin <sergey at redin.info>**20060517131159] 
-
-[add look_cleanwhite.lua
-René van Bevern <rvb at debian.org>**20060513132540] 
-
-[Add xkbion.lua script
-Sergey Redin <sergey at redin.info>**20060512063017
- This script allows you to use independent keyboard layouts for different windows in Ion3.
- It uses a window property to store the XKB groups, so you can restart Ion without losing
- settings for each window.
-] 
-
-[statusd_mpd.lua: Don't send an extra newline.
-Mark Nelson <delirium at hackish.org>**20060423033545
- 
- No longer accidentally sends an extra newline at the end of the set of
- commands.  This apparently caused problems on versions of mpd 0.11.5 and older,
- although not on current (0.12.0) dev versions.  Thanks to Fazlul Shahriar for
- spotting the problem.
-] 
-
-[lock_frame.lua minor modification!
-James Gray <james at solitaryfield.org>**20060421134746] 
-
-[lock_frame.lua modifications
-James Gray <james at solitaryfield.org>**20060421134555] 
-
-[statusd_mpd.lua: close the mpd pipe before returning to prevent Zombie processes.
-René van Bevern <rvb at debian.org>**20060418180130
- 
- The script is still quite useless since its rewrite on 9. March
- 2006. More than every second try to refresh its data simply fails and
- leaves the status bar without information, even if the system is not
- under high load.
- 
-] 
-
-[laptopstatus: change template for battery percentage from xx% to xxx%
-René van Bevern <rvb at progn.org>**20060407112940
- 
- Otherwise, a fully charged battery will only show "..." instead of
- "100%" in the status bar.
- 
-] 
-
-[environment_placement_hook additions and explanation
-Canaan Hadley-Voth <ugggg at hotmail.com>**20060401231004
- * Added a simple query to "Run (in current frame):"
- * Made an exception for transients.
- * Added some instructions.
-] 
-
-[Added rss_feed_hh.
-henning at hasemail.de**20060329084009] 
-
-[added another monitor for moc based on statusd_xmmsip.lua
-Hendrik Iben <hiben at tzi.de>**20060323134125
- Just another monitor for moc. A simple modification of statusd_xmmsip.lua
- using non blocking I/O as shown in statusd_mocp.lua.
-] 
-
-[statusd_xmmsip: fixed crash-bug by using popen_bgread
-Hendrik Iben <hiben at tzi.de>**20060323115434] 
-
-[statusd_fortune now uses popen_bgread to handle errors
-Hendrik Iben <hiben at tzi.de>**20060323115332] 
-
-[Fix for statusbar_external
-Sadrul Habib Chowdhury <imadil at gmail.com>**20060322234948
- All the meters in the script currently gets executed even if the interval has not passed. This
- happens because of the improper use of the timer callback. This patch fixes that.
-] 
-
-[added statusd-monitor that displays information from xmms-infopipe
-Hendrik Iben <hiben at tzi.de>**20060322104155
- Reads from the pipe created by the xmms-InfoPipe-plugin and provides
- monitors according. Can also be customized to display a string with 
- placeholders that allows a better handling of not finding a pipe...
-] 
-
-[added statusd-monitor that displays fortunes
-Hendrik Iben <hiben at tzi.de>**20060322103458
- Obtains text from fortune (or anything you like) and displays it in
- the statusbar. Newlines and control-characters are treated to make
- this sane. Supports waiting like 'fortune -w'.
-] 
-
-[Added look_asm.lua
-henning at hasemail.de**20060322071326] 
-
-[Adds new environment_placement_hook.lua script.
-Walter Mundt <Walter.Mundt at coleengineering.com>**20060314025858] 
-
-[Make statusd_mpd.lua more robust to load-spike-induced errors.
-Mark Nelson <delirium at hackish.org>**20060309064009] 
-
-[Rewrote statusd_mpd.lua to provide more info and be configurable.
-Mark Nelson <delirium at hackish.org>**20060307083148] 
-
-[update the name of the scratchpad in detach.lua
-René van Bevern <rvb at progn.org>**20060306171942] 
-
-[Changed statusd_mpd.lua to close the command, so defunct pids wont stay behind.
-Daniel Bainton <dpb at driftaway.org>**20060228101355] 
-
-[improvements to look_awesome_yaarg.lua
-James Gray <james at solitaryfield.org>**20060226133010] 
-
-[new toggle_named_scratchpad
-Vladimir Chizhov <jagoterr at gmail.com>**20060226085434
- toggle_named_scratchpad patched to comply to the latest Ion changes,
- which had been broken this script (WScratchpad was removed and all
- scratchpads are the WFrame-s now).
-] 
-
-[Fixed typoes.
-Tuomo Valkonen <tuomov at iki.fi>**20060216163227] 
-
-[new statusd monitor reporting sound volume: statusd_volume.lua
-Benjamin Sigonneau <benjamin.sigonneau at gmail.com>**20060216075128] 
-
-[statusbar_workspace.lua: better to have separate meters than separate hook functions
-Canaan Hadley-Voth <ugggg at hotmail.com>**20060215034524] 
-
-[statusbar_workspace.lua: renamed and improved workspace.lua
-Canaan Hadley-Voth <ugggg at hotmail.com>**20060215012801
- Internal statusbar monitors are being named this way and don't require a dopath.
- Also, I added update_numbers to make this thing look like a pager.
-] 
-
-[Added statusbar_act.lua.
-Tuomo Valkonen <tuomov at iki.fi>**20060212161209
- - Also reorganised internal statusbar monitors in a new section in
-   the index.html
-] 
-
-[send_to_ws: quickly send to another workspace
-Canaan Hadley-Voth <ugggg at hotmail.com>**20060210200839] 
-
-[Set verify_index.pl as pre-record test script.
-Tuomo Valkonen <tuomov at iki.fi>**20060206015936] 
-
-[index.html: Changes due to file renames.
-tyranix at gmail.com**20060206011523] 
-
-[verify_index.pl: Use return codes for darcs unit test, more sanity checks
-tyranix at gmail.com**20060206011226
- 
- verify_index.pl:
-  * Added more sanity checks for undef variables after regex. 
-  * Added return code (normal shell command values: 1 on error, 0 on success).
-  * Added better descriptions of where errors happen using line counter.
-  * Will not output anything on a clean run (check return code).
-  * Changed sorting to use normal ASCII sorting.  This required file renames.
- 
-] 
-
-[Rename scripts to use underscores instead of dashes (suggested by tuomov).
-tyranix at gmail.com**20060206010954
- 
-  * ./keybindings/dans-bindings.lua -> ./keybindings/dans_bindings.lua
-  * ./keybindings/emacs-bindings.lua -> ./keybindings/emacs_bindings.lua
-  * ./keybindings/vim-bindings.lua -> ./keybindings/vim_bindings.lua
-  * ./scripts/nest-ws.lua -> ./scripts/nest_ws.lua
-  * ./scripts/query-url.lua -> ./scripts/query_url.lua
-  * ./styles/look-alex.lua -> ./styles/look_alex.lua
-  * ./styles/look-awesome-sm.lua -> ./styles/look_awesome_sm.lua
-  * ./styles/look-awesome.lua -> ./styles/look_awesome.lua
-  * ./styles/look-cleanpastel.lua -> ./styles/look_cleanpastel.lua
-  * ./styles/look-cool.lua -> ./styles/look_cool.lua
-  * ./styles/look-gtk2.lua -> ./styles/look_gtk2.lua
-  * ./styles/look-moy.lua -> ./styles/look_moy.lua
-  * ./styles/look-ootput.lua -> ./styles/look_ootput.lua
-  * ./styles/look-qt.lua -> ./styles/look_qt.lua
- 
-] 
-
-[Update index.html based on output from verify_index.pl
-tyranix at gmail.com**20060205215928
- 
- With this update, there are no warnings from verify_index.pl.
-] 
-
-[New file: verify_index.pl to make sure the scripts index is in good shape
-tyranix at gmail.com**20060205215759
- 
- Script to verify that the index.html is in good shape.
- This will verify that the entries:
-   1) Are in order per section
-   2) Exist on disk if in the index.html
-   3) Are in the index.html if they exist on disk
- 
- Run it from the ion-scripts-3/ directory (same directory as index.html).
- 
-] 
-
-[New file: Simple example for using statusd.popen_bgread()
-tyranix at gmail.com**20060205185636
- 
- statusd/statusd_uname.lua:
-   * New file
-   * Simple example to show how to use statusd.popen_bgread() with
-     coroutines for non-blocking I/O
- 
-] 
-
-[New file: Added simpler moc statusd for rotating statusbars
-tyranix at gmail.com**20060205185530
- 
- statusd/statusd_mocp.lua:
-   * New file for rotating statusbar
-   * Based on statusd_moc.lua but does less processing
-   * Also uses statusd.popen_bgread() with coroutines instead of io.popen()
- 
-] 
-
-[New file: Rotate statusbar templates as replacement for cfg_statusbar.lua
-tyranix at gmail.com**20060205185416
- 
- scripts/rotate_statusbar.lua:
-   * New file
-   * Rotates the statusbar between templates
-   * Normal usage is to rename this to ~/.ion3/cfg_statusbar.lua
- 
-] 
-
-[Change statusbar_external to use popen_bgread with coroutines
-tyranix at gmail.com**20060205185154
- 
- scripts/statusbar_external.lua:
-   * Fix bug where it wouldn't repeat execution
-   * Uses statusd.popen_bgread() with coroutines instead of
-     blocking on io.popen().
-   * Added an extra template
- 
-] 
-
-[Remove META+space from emacs-bindings, conflicts with mod_sp
-tyranix at gmail.com**20060205184659
- 
- keybindings/emacs-bindings:
-   * Removed META-space because it conflicts with mod_sp
-   * Commented the reason for the removal
- 
-] 
-
-[fixed ugliness
-Dan Weiner <dbw at uchicago.edu>**20060204025340] 
-
-[changes to look_tiny, and a min_tabs version
-Dan Weiner <dbw at uchicago.edu>**20060204025057] 
-
-[look_awesome_yaarg.lua
-James Gray <j.gray at ed.ac.uk>**20060203002340] 
-
-[wcirculate extension
-Vladimir Chizhov <jagoterr at gmail.com>**20060202164859] 
-
-[detach.lua: detach.rotate_layer added
-Canaan Hadley-Voth <ugggg at hotmail.com>**20060202121403] 
-
-[emacs-bindings.lua: Added documentation, fixed issues, and changed to META
-tyranix at gmail.com**20060201204408
- * Added comments about how emacs-bindings.lua relates to the defaults
- * Added bdoc() comments to each binding
- * Rearranged code so the bdoc comments are easier to read
- * Added a main listing of every binding in this file along with what you
-    should think in Emacs terms
- * Remove META-! because it conflicts with moving between multihead displays
- * Changed MOD1 to META as this is the new name for it in newer ion3
- * Added Shift+ to the META-: and META-exclam to fix the C-: being C-; issue
-] 
-
-[document_menus.lua: added noautoexpand for safe use in query_menus
-Canaan Hadley-Voth <ugggg at hotmail.com>**20060201023337] 
-
-[statusd_moc got confused if totalsec or currentsec could not be parsed.
-Tuomo Valkonen <tuomov at iki.fi>**20060129154141] 
-
-[bindsearch.lua: search the current bindings table by key or by command.
-Canaan Hadley-Voth <ugggg at hotmail.com>**20060129145643] 
-
-[toggle_named_scratchpad.lua was missing from index file
-Canaan Hadley-Voth <ugggg at hotmail.com>**20060129143748] 
-
-[document_menus.lua: some bugfixes
-Canaan Hadley-Voth <ugggg at hotmail.com>**20051225110429
- Added a second possible action.
- Script no longer puts a temp file in the session dir.
- Better handling of filenames with single and double quotes.
-] 
-
-[vim-bindings.lua: Vim-like bindings for Ion queries.
-Canaan Hadley-Voth <ugggg at hotmail.com>**20060127045824] 
-
-[Use $HOME/.moc (instead of just .moc) in statusd_moc.
-Tuomo Valkonen <tuomov at iki.fi>**20060125163320] 
-
-[frame_client_menu.lua
-deryni at eden.rutgers.edu**20060124035027
- Adds a clientlist_menu function which can be used to replace the normal
- clientmenu and adds a submenu with a list of all the clientwins in the frame.
-] 
-
-[fixed linuxbatt hinting
-Dan Weiner <dbw at uchicago.edu>**20060121190615] 
-
-[Oops... too much search & replace.
-Norbert Tretkowski <norbert at tretkowski.de>**20060121130041] 
-
-[Added statusd_orpheus.lua, a script which displays the current song played by music player orpheus.
-Norbert Tretkowski <norbert at tretkowski.de>**20060121125712] 
-
-[statusd_inetaddr.lua: close the pipe to ifconfig
-René van Bevern <rvb at cadr.progn.org>**20060119155905
- 
- See Debian bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=348876
- for details. Martin F. Krafft noticed that statusd_inetaddr leaves
- ifconfig zombies.
- 
- I fixed it by simply adding the missing f:close() on the pipe. Thanks
- for noticing, Martin.
-] 
-
-[renaming: statusd_iw_info_min to statusd_iwinfo, statusd_inet_addr to statusd_inetaddr
-René van Bevern <rvb at cadr.progn.org>**20060119142003
- 
- change submitted by Martin F. Krafft, see Debian bug
- http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=348759 for details.
- 
- Using %inet_addr in the status bar templates makes ion3 start statusd
- with the monitor "inet" instead of the monitor "inet_addr", thinking
- that "addr" is somthing that is returned by the "inet" monitor. The
- same thing holds for iw_info_min, where it invokes ion3-statusd with
- the "iw" monitor instead of the full "iw_info_min".
- 
- Thanks for noticing, Martin.
-] 
-
-[Modified look-ootput.lua with colorhints for statusbar.
-Landon Walsh <landonwalsh at gmail.com>**20051230124354
- Based on dbw's look_tiny's colorhints.
-] 
-
-[added color hints to look_tiny; used them in statusd_moc; added crit/imp hints to statusd_linuxbatt
-Dan Weiner <dbw at uchicago.edu>**20051229065741] 
-
-[statusd_moc : added several monitors, including an AWESOME progress bar :)
-Dan Weiner <dbw at uchicago.edu>**20051228005656] 
-
-[make ctrl_statusbar work again
-Sadrul Habib Chowdhury <imadil at gmail.com>**20051227072847] 
-
-[dans-bindings fixes
-Dan Weiner <dbw at uchicago.edu>**20051224061352] 
-
-[statusd_moc
-Dan Weiner <dbw at uchicago.edu>**20051222190230] 
-
-[statusd_moc
-Dan Weiner <dbw at uchicago.edu>**20051222185501] 
-
-[install-scripts.sh: symlink the scripts to a target directory.
-Dan Weiner <dbw at uchicago.edu>**20051220051841] 
-
-[Update app.lua to cycle through matching windows.
-Jeremy Hankins <nowan at nowan.org>**20051219145224] 
-
-[Fixed statusd_linuxbatt ; added statusd_cpufreq and statusd_amarok
-Dan Weiner <dbw at uchicago.edu>**20051218151652] 
-
-[lock_frame.lua
-James Gray <J.Gray at ed.ac.uk>**20051217150655] 
-
-[toggle_named_scratchpad.lua: fix typo: screen_of instead scree_of
-René van Bevern <rvb at progn.org>**20051217094520] 
-
-[detach.lua: correctly find the current screen.
-René van Bevern <rvb at pro-linux.de>**20051216195232
- 
- It previously tried to get the screen of the to-be-placed window, which is not known and *always* used the fallback of screen 0, so that new windows always were opened at screen 0 for multiheaded setups.
- 
- http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=342793 for details.
- 
- This patch needs ion3 >= 20051210
- 
-] 
-
-[Update to look_tiny and dans-bindings; added statusd_linuxbatt.
-dbw at uchicago.edu**20051216192555] 
-
-[Add query-url.lua
-rrt at sc3d.org**20051214170447] 
-
-[renaming cfg_dock.lua so that it won't be read by accident
-Canaan Hadley-Voth <ugggg at hotmail.com>**20051213180451
- Distros such as debian put scripts in /usr/share/ion3.  Because of its name, cfg_dock.lua in that location seems to be used automatically (unless ~/.ion3/cfg_dock.lua exists), which may not have been the user's intent when installing a scripts package.
-] 
-
-[cwin_sp.lua fixes
-landonwalsh at gmail.com**20051213033841] 
-
-[Writing decimal fractions in scripts is unportable over locales
-René van Bevern <rvb at progn.org>**20051212102008] 
-
-[Toggle (and create) named scratchpads.
-deryni at eden.rutgers.edu**20051212012738] 
-
-[switch_bindings.lua: kpress_wait and button at area handled
-Canaan Hadley-Voth <ugggg at hotmail.com>**20051115175745] 
-
-[Fixes to wcirculate.
-Tuomo Valkonen <tuomov at iki.fi>**20051115154240] 
-
-[new script switch_bindings.lua
-Sadrul Habib Chowdhury <imadil at gmail.com>**20051115054315] 
-
-[cfg_dock overhaul
-Canaan Hadley-Voth <ugggg at hotmail.com>**20051110202520] 
-
-[detach.lua bugfix
-Avi Rozen <avi.rozen at mobileye.com>**20051103141246
- was indexing a nil value upon x init
-] 
-
-[detach.lua bug fixes
-Avi Rozen <avi.rozen at mobileye.com>**20051102094829
- - fixed positioning of floats (was always top-left corner)
- - prevent non-float windows to open on 2nd layer when it's in focus
-] 
-
-[look-ootput.lua modification
-Landon Walsh <landonwalsh at gmail.com>**20051102083557] 
-
-[Clarified alphabetical ordering comment and fixed ordering of some scripts.
-Tuomo Valkonen <tuomov at iki.fi>**20051102082225] 
-
-[new style submission
-Landon Walsh <landonwalsh at gmail.com>**20051102050816] 
-
-[Update to Dan's Bindings: moving clients
-Dan Weiner <dbw at uchicago.edu>**20051029185215] 
-
-[TAG ion-scripts-3ds-20051029
-Tuomo Valkonen <tuomov at iki.fi>**20051029151541] 




More information about the arch-commits mailing list