Wed, 02 Jun 2021 13:39:08 +0300 Oleksandr Gavenko Docs: added link.
Wed, 02 Jun 2021 03:54:39 +0300 Oleksandr Gavenko Set Node prefix & cache to local directory on Linux.
Tue, 01 Jun 2021 17:58:43 +0300 Oleksandr Gavenko Replaced regex match with pattern match.
Tue, 01 Jun 2021 17:48:41 +0300 Oleksandr Gavenko Combined dependent check into "elif".
Tue, 01 Jun 2021 17:47:00 +0300 Oleksandr Gavenko Removed Solaris customization. This OS is dead.
Tue, 01 Jun 2021 17:45:24 +0300 Oleksandr Gavenko Allow ~/.env file to be without "export" prefix.
Tue, 01 Jun 2021 17:34:17 +0300 Oleksandr Gavenko Renamed .env => .bash.env to free .env name for user customization (famous dotenv file).
Tue, 01 Jun 2021 11:55:32 +0300 Oleksandr Gavenko Pass TERM as xterm to "vagrant ssh" because Debian doesn't know TERM "mintty".
Tue, 06 Apr 2021 12:58:34 +0300 Oleksandr Gavenko I'm using Ctrl+LCLick or Menu key binding for switching.
Tue, 06 Apr 2021 01:36:03 +0300 Oleksandr Gavenko Enabled Mercirial extension: histedit.
Sun, 21 Mar 2021 01:27:55 +0200 Oleksandr Gavenko Enabled rerere. Keeps database of manually resolved conflicts.
Mon, 22 Feb 2021 20:15:51 +0200 Oleksandr Gavenko Fixed handling of spaces in path for completion for Bash command "cd".
Thu, 14 Jan 2021 12:56:41 +0200 Oleksandr Gavenko Utility function to enhance curl with time report.
Fri, 08 Jan 2021 16:11:52 +0200 Oleksandr Gavenko Fixed: Ignoring unknown option 'BellSound'.
Fri, 08 Jan 2021 14:03:04 +0200 Oleksandr Gavenko Replaced "~" with $(HOME).
Fri, 08 Jan 2021 13:59:23 +0200 Oleksandr Gavenko Create symlink in a one step.
Fri, 08 Jan 2021 13:57:12 +0200 Oleksandr Gavenko Replaced Bash "for" iteration with "find" utility.
Fri, 08 Jan 2021 13:32:43 +0200 Oleksandr Gavenko No need special steps for .local/share/applications/mimeapps.list
Fri, 08 Jan 2021 13:30:35 +0200 Oleksandr Gavenko Do not alter working directory.
Fri, 08 Jan 2021 13:28:42 +0200 Oleksandr Gavenko Do not install fvwm configs if it is not available.
Fri, 08 Jan 2021 13:26:37 +0200 Oleksandr Gavenko Fixed install target: do not stop in the middle if fvwm is not here.
Fri, 08 Jan 2021 13:24:06 +0200 Oleksandr Gavenko No need for "mkdir", option "-D" of "install" takes care about missing directories.
Fri, 08 Jan 2021 13:12:40 +0200 Oleksandr Gavenko Collect and copy all files belonging to root of $HOME in one step. This speedups install in Cygwin: 7s => 5s.
Fri, 08 Jan 2021 12:46:52 +0200 Oleksandr Gavenko Increased "install" speed on Cygwin with ".ONESHELL" (by avoiding SHELL forks) 9s => 7s.
Fri, 08 Jan 2021 00:07:21 +0200 Oleksandr Gavenko No need for file size check when opening file in Emacs.
Fri, 08 Jan 2021 00:04:16 +0200 Oleksandr Gavenko No need to detect old MC version, always install into ~/.config/mc.
Fri, 08 Jan 2021 00:00:03 +0200 Oleksandr Gavenko Execute Make recipes by Bash.
Mon, 30 Nov 2020 10:49:15 +0200 Oleksandr Gavenko Replaced --parallel-threads with --max-workers.
Wed, 25 Nov 2020 20:51:28 +0200 Oleksandr Gavenko Added completion for --console + --warning-mode.
Wed, 25 Nov 2020 19:39:58 +0200 Oleksandr Gavenko Added publish task.
Sat, 21 Nov 2020 23:01:44 +0200 Oleksandr Gavenko Added support for "wrapper --distribution-type ...".
Sat, 21 Nov 2020 21:25:42 +0200 Oleksandr Gavenko Added Shift+Tab for session switching in GNU Screen & tmux.
Sat, 21 Nov 2020 20:40:18 +0200 Oleksandr Gavenko Replace TERM=mintty with "xterm" as remote Debian doesn't have "mintty" definition.
Sat, 21 Nov 2020 19:42:50 +0200 Oleksandr Gavenko Switched BoldWhite into some visible on white background.
Sat, 21 Nov 2020 19:40:47 +0200 Oleksandr Gavenko Adtivated TERM=mintty for mintty as Gradle now supports it natively (as of v5.2).
Sat, 21 Nov 2020 19:39:44 +0200 Oleksandr Gavenko Use bold font instead of alternative color in mintty. Bold colors are shown when bright colors are requested.
Sat, 21 Nov 2020 13:38:56 +0200 Oleksandr Gavenko Enabled syntax highlighting by Emacs + added link to official docs.
Tue, 06 Oct 2020 19:44:05 +0300 Oleksandr Gavenko Added utility to activate Windows based docker-machine in WSL.
Wed, 09 Sep 2020 00:30:54 +0300 Oleksandr Gavenko A way to find releases/heads with given commit.
Tue, 25 Aug 2020 10:15:42 +0300 Oleksandr Gavenko New git on "git pull" asked to config one of:
Thu, 26 Mar 2020 17:24:35 +0200 Oleksandr Gavenko Enabled mygradle for gradle completion.
Tue, 03 Mar 2020 21:24:43 +0200 Oleksandr Gavenko Added Artifactory related tasks.
Mon, 02 Mar 2020 13:43:47 +0200 Oleksandr Gavenko Added completion for Gradle 6.x java.withJavadocJar()/withSourcesJar().
Sat, 18 Jan 2020 22:37:22 +0200 Oleksandr Gavenko Added --fail-fast to list of available options for Gradle completion.
Sat, 18 Jan 2020 21:35:43 +0200 Oleksandr Gavenko Added "test" related Bash completions for Gradle.
Sat, 18 Jan 2020 14:26:49 +0200 Oleksandr Gavenko Added default completion for Gradle "test" cmd.
Sat, 18 Jan 2020 00:19:38 +0200 Oleksandr Gavenko Increased the number of supported formats by mygit-date and added strict validation.
Mon, 13 Jan 2020 14:00:42 +0200 Oleksandr Gavenko Added completion for --console Gradle option.
Mon, 13 Jan 2020 13:25:00 +0200 Oleksandr Gavenko Included --tunnel-through-iap into gssh alias.
Sun, 12 Jan 2020 20:49:35 +0200 Oleksandr Gavenko Disabled rich terminal support for Gradle under mintty.
Sat, 07 Dec 2019 21:19:05 +0200 Oleksandr Gavenko Added link to Gradle configuration config docs.
Sat, 07 Dec 2019 21:16:42 +0200 Oleksandr Gavenko Updated available configurations.
Mon, 02 Dec 2019 20:05:19 +0200 Oleksandr Gavenko Added alias and completion for 'gcloud compute ssh'.
Tue, 19 Nov 2019 12:20:50 +0200 Oleksandr Gavenko Ping SSH server every 2 min.
Mon, 21 Oct 2019 21:04:31 +0300 Oleksandr Gavenko Added null displaying, HISTCONTROL, upper case completion to psql.
Mon, 21 Oct 2019 20:50:36 +0300 Oleksandr Gavenko Enable switching to wide line format of SQL output when necessary by psql.
Sun, 22 Sep 2019 23:57:03 +0300 Oleksandr Gavenko Changed EDITOR to vim. Cygwin's vi is very primitive.
Mon, 16 Sep 2019 23:04:26 +0300 Oleksandr Gavenko Set default editor to vi.
Tue, 14 May 2019 00:49:35 +0300 Oleksandr Gavenko https://superuser.com/questions/543279/no-mouse-support-mouse-a-error-in-vim
Mon, 29 Apr 2019 03:21:23 +0300 Oleksandr Gavenko Made idempotent application of Gradle settings.
Sat, 23 Mar 2019 15:50:48 +0200 Oleksandr Gavenko Added --fail-fast option.
Wed, 16 Jan 2019 14:20:34 +0200 Oleksandr Gavenko Removed Bash key binding that overrides filename completion.
Thu, 03 Jan 2019 13:56:48 +0200 Oleksandr Gavenko Use native apt-cyg bash completion.
Thu, 03 Jan 2019 00:16:24 +0200 Oleksandr Gavenko Set EDITOR priority.
Wed, 02 Jan 2019 23:49:07 +0200 Oleksandr Gavenko /bin/stty is in Debian&Alpine, /usr/bin/stty is in Cygwin.
Tue, 01 Jan 2019 23:38:59 +0200 Oleksandr Gavenko Added suffix mini to mini-tarball.
Sun, 30 Dec 2018 12:56:51 +0200 Oleksandr Gavenko checkwinsize is already enabled.
Sun, 30 Dec 2018 12:30:21 +0200 Oleksandr Gavenko Added fallback to "stty" if "tput" is missing.
Sun, 30 Dec 2018 12:26:48 +0200 Oleksandr Gavenko Change rules size only on SIGWINCH.
Sun, 30 Dec 2018 12:21:48 +0200 Oleksandr Gavenko Allow to override font size by local settings.
Thu, 20 Dec 2018 00:47:02 +0200 Oleksandr Gavenko Avoid blue on green for STICKY_OTHER_WRITABLE.
Tue, 18 Dec 2018 13:04:48 +0200 Oleksandr Gavenko Added RLWRAP_HOME.
Thu, 13 Dec 2018 12:58:52 +0200 Oleksandr Gavenko Set default binding for complete-filename, which was somehow missing.
Wed, 12 Dec 2018 12:45:40 +0200 Oleksandr Gavenko Create missing directories.
Thu, 29 Nov 2018 00:00:11 +0200 Oleksandr Gavenko Updated mygit-date to accept hour+minute, assume current day + random seconds.
Tue, 16 Oct 2018 08:43:53 +0300 Oleksandr Gavenko Describe color codes.
Tue, 04 Sep 2018 19:54:29 +0300 Oleksandr Gavenko bootRepackage was renamed to bootJar in modern Spring Boot Gradle plugin.
Wed, 22 Aug 2018 15:44:28 +0300 Oleksandr Gavenko Increased Git diff context to 5.
Wed, 11 Jul 2018 18:27:19 +0300 Oleksandr Gavenko Make copy of ~/.bash_profile instead symlink as Cygwin installation conflicts
Wed, 11 Jul 2018 18:25:46 +0300 Oleksandr Gavenko Target to create tarball with essential files (to be moved to Vagrant box).
Mon, 09 Jul 2018 01:33:08 +0300 Oleksandr Gavenko I can keep default preferred size. Maximize doesn't affect it.
Mon, 09 Jul 2018 01:19:27 +0300 Oleksandr Gavenko Start mintty maximized.
Sun, 08 Jul 2018 22:54:12 +0300 Oleksandr Gavenko Added user/host to terminal title.
Sun, 24 Jun 2018 02:30:33 +0300 Oleksandr Gavenko Fixed typo.
Thu, 21 Jun 2018 17:28:29 +0300 Oleksandr Gavenko Disable CYGWIN=noglob for docker-machine.
Tue, 12 Jun 2018 11:22:39 +0300 Oleksandr Gavenko Exclude stash from glog.
Tue, 12 Jun 2018 10:52:52 +0300 Oleksandr Gavenko Exclude StGit commits from graph.
Tue, 15 May 2018 13:53:56 +0300 Oleksandr Gavenko Removed garbage symbol.
Sat, 12 May 2018 22:29:52 +0300 Oleksandr Gavenko Increase terminal width and font size.
Sat, 12 May 2018 22:28:34 +0300 Oleksandr Gavenko Calculate ruler length each time.
Mon, 07 May 2018 12:17:32 +0300 Oleksandr Gavenko Added support for --include-build.
Sun, 06 May 2018 15:11:56 +0300 Oleksandr Gavenko Set length of ruler line to terminal width. Made it more visible.
Tue, 17 Apr 2018 22:47:13 +0300 Oleksandr Gavenko Enable color in console for Gradle in Cygwin+bash+mintty.
Tue, 27 Mar 2018 00:11:01 +0300 Oleksandr Gavenko Follow history after renames in git log.
Tue, 27 Mar 2018 00:01:17 +0300 Oleksandr Gavenko Replaced option to more modern.
Tue, 09 Jan 2018 14:40:13 +0200 Oleksandr Gavenko Command to spoof git commit date.
Mon, 04 Dec 2017 18:24:13 +0200 Oleksandr Gavenko Do not override ~/.gradle/init.d/mavenLocal.gradle
Mon, 25 Sep 2017 23:20:46 +0300 Oleksandr Gavenko Added colors definition for cdiff because default schema uses blue for added
Tue, 05 Sep 2017 17:35:44 +0300 Oleksandr Gavenko https://superuser.com/questions/1247541/make-bash-completion-to-ignore-exe-extention-in-cygwin
Wed, 30 Aug 2017 10:37:48 +0300 Oleksandr Gavenko It's impossible to disable -n so it's better to remove it.
Mon, 28 Aug 2017 20:47:24 +0300 Oleksandr Gavenko Make red less shouting.
Sun, 27 Aug 2017 18:04:56 +0300 Oleksandr Gavenko DarkGreen is too dark to notice it among black text.
Tue, 08 Aug 2017 12:01:58 +0300 Oleksandr Gavenko Make green darker for better diff readability. Same for cyan.
Tue, 08 Aug 2017 11:03:29 +0300 Oleksandr Gavenko Built own terminal color schema.
Tue, 08 Aug 2017 11:03:06 +0300 Oleksandr Gavenko Prefer LF EOL. Normalize EOL to LF.
Tue, 08 Aug 2017 10:10:25 +0300 Oleksandr Gavenko Remove obsolete information.
Tue, 08 Aug 2017 00:21:53 +0300 Oleksandr Gavenko Make cyan darker.
Tue, 08 Aug 2017 00:07:13 +0300 Oleksandr Gavenko Make green lighter.
Mon, 07 Aug 2017 23:45:13 +0300 Oleksandr Gavenko Improve visibility of yellow and green colors.
Mon, 07 Aug 2017 17:23:48 +0300 Oleksandr Gavenko Polished setting.
Mon, 07 Aug 2017 17:22:41 +0300 Oleksandr Gavenko Shorter options for --no-timestamps --no-index.
Mon, 07 Aug 2017 17:21:54 +0300 Oleksandr Gavenko Removed 'quilt diff' breaking option.
Mon, 07 Aug 2017 17:19:30 +0300 Oleksandr Gavenko More colors from quilt.
Sun, 06 Aug 2017 00:25:41 +0300 Oleksandr Gavenko Include function name in patch.
Sun, 06 Aug 2017 00:04:50 +0300 Oleksandr Gavenko Sane defaults for quilt.
Tue, 01 Aug 2017 01:20:56 +0300 Oleksandr Gavenko Fix: Unsupported option compressionlevel.
Tue, 25 Jul 2017 17:49:04 +0300 Oleksandr Gavenko Enable completion for ../gradlew
Sun, 16 Jul 2017 00:46:28 +0300 Oleksandr Gavenko Added additional ``init`` plugin supported types.
Wed, 05 Jul 2017 11:46:02 +0300 Oleksandr Gavenko Added --build-cache option.
Mon, 03 Jul 2017 22:51:43 +0300 Oleksandr Gavenko Added status option.
Mon, 03 Jul 2017 11:52:34 +0300 Oleksandr Gavenko Added --profile option for Gradle.
Tue, 20 Jun 2017 13:40:26 +0300 Oleksandr Gavenko `-a` option to commit causes many troubles to me.
Mon, 12 Jun 2017 11:22:47 +0300 Oleksandr Gavenko Fix Ignoring option '; '.
Mon, 22 May 2017 17:31:12 +0300 Oleksandr Gavenko Added support for ConEmu.
Sun, 30 Apr 2017 00:27:31 +0300 Oleksandr Gavenko Added quick launch menu entry for Idea.
Fri, 21 Apr 2017 13:23:59 +0300 Oleksandr Gavenko merged
Fri, 21 Apr 2017 13:19:45 +0300 Oleksandr Gavenko merged
Mon, 17 Apr 2017 22:38:44 +0300 Oleksandr Gavenko atril stopped same document position. Use zathura instead.
Sat, 15 Apr 2017 01:20:05 +0300 Oleksandr Gavenko merged
Sat, 15 Apr 2017 01:19:26 +0300 Oleksandr Gavenko Enabled wrapping during horizontal navigation.
Sat, 15 Apr 2017 01:14:21 +0300 Oleksandr Gavenko Navigate across pages/desktops with Win key pressed to freed Ctrl/Alt + F9-F12 key bindings.
Thu, 13 Apr 2017 19:45:23 +0300 Oleksandr Gavenko I like audacious for looping key shortcuts.
Fri, 07 Apr 2017 18:48:40 +0300 Oleksandr Gavenko Fix moving window down.
Fri, 07 Apr 2017 18:37:28 +0300 Oleksandr Gavenko Wrap around left/right boundaries when moving window.
Fri, 14 Apr 2017 10:16:12 +0300 Oleksandr Gavenko Do not try to set title inside Emacs term emulator.
Tue, 04 Apr 2017 17:21:08 +0300 Oleksandr Gavenko Include current working directory into terminal emulator title (xterm/mintty
Thu, 06 Apr 2017 00:45:36 +0300 Oleksandr Gavenko Lenience for Java applications.
Sun, 02 Apr 2017 16:15:38 +0300 Oleksandr Gavenko WIP for URXVT.
Mon, 20 Mar 2017 00:46:44 +0200 Oleksandr Gavenko Deleted debug output.
Mon, 06 Mar 2017 11:46:56 +0200 Oleksandr Gavenko Properly handle IFS to avoid polluting external value. Remove command lists,
Mon, 06 Mar 2017 10:22:49 +0200 Oleksandr Gavenko Simplify syntax.
Mon, 06 Mar 2017 10:22:06 +0200 Oleksandr Gavenko Add command help if it is first argument.
Wed, 01 Mar 2017 15:43:10 +0200 Oleksandr Gavenko Completion for dependencyInsight. Fix for _extra expansion.
Sun, 26 Feb 2017 10:00:54 +0200 Oleksandr Gavenko Add bootRun for convenience.
Sat, 25 Feb 2017 21:44:22 +0200 Oleksandr Gavenko Add command sensitive completion.
Wed, 22 Feb 2017 16:09:02 +0200 Oleksandr Gavenko Fix: Cannot invoke method startsWith() on null object.
Wed, 22 Feb 2017 10:23:40 +0200 Oleksandr Gavenko Enable colors for logging in terminal for Windows in mintty for Spring Boot.
Wed, 22 Feb 2017 10:20:36 +0200 Oleksandr Gavenko Disable noisy output.
Tue, 21 Feb 2017 13:31:02 +0200 Oleksandr Gavenko Completion for "dependencies --configuration".
Tue, 21 Feb 2017 10:06:40 +0200 Oleksandr Gavenko Switch arguments order.
Mon, 20 Feb 2017 14:20:06 +0200 Oleksandr Gavenko Add wrapper task.
Mon, 20 Feb 2017 10:28:00 +0200 Oleksandr Gavenko Add ./gradlew for completion.
Sat, 18 Feb 2017 11:19:48 +0200 Oleksandr Gavenko Delay access to remote repositories for 10 days.
Sat, 18 Feb 2017 11:18:43 +0200 Oleksandr Gavenko Include mavenLocal() to gradle builds.
Sat, 18 Feb 2017 11:14:13 +0200 Oleksandr Gavenko Improve completion for help task.
Mon, 13 Feb 2017 22:09:01 +0200 Oleksandr Gavenko Use $'' syntax to get rid of \033 in flavor of \e.
Mon, 13 Feb 2017 17:11:40 +0200 Oleksandr Gavenko Add some gradle tasks.
Mon, 13 Feb 2017 14:21:51 +0200 Oleksandr Gavenko Improve zsh prompt.
Sun, 12 Feb 2017 14:21:32 +0200 Oleksandr Gavenko Add completion for figlet.
Thu, 09 Feb 2017 23:48:07 +0200 Oleksandr Gavenko "listall" can benefit from pkg name completion.
Thu, 09 Feb 2017 15:23:41 +0200 Oleksandr Gavenko Ignore UNIX file permission under Windows. Relax CR/LF.
Sat, 28 Jan 2017 01:52:54 +0200 Oleksandr Gavenko Use extra key on Logitec as Mode_switch.
Sat, 28 Jan 2017 01:45:34 +0200 Oleksandr Gavenko Swap modifiers to previous assignment because I don't want to fix them in
Fri, 27 Jan 2017 22:47:14 +0200 Oleksandr Gavenko Cleanup code. Make possible to import settings several times without errors.
Thu, 26 Jan 2017 14:55:51 +0200 Oleksandr Gavenko Do not duplicate completion if we in the middle of the word.
Thu, 26 Jan 2017 14:53:14 +0200 Oleksandr Gavenko colored-stats is Bash feature. It breaks Emacs 25. https://debbugs.gnu.org/cgi/bugreport.cgi?bug=24401
Tue, 24 Jan 2017 22:19:48 +0200 Oleksandr Gavenko Fix: Under Windows there is mc command that is Message Compiler.
Tue, 24 Jan 2017 22:18:12 +0200 Oleksandr Gavenko Fix: Under Windows there is mc command that is Macro Compiler.
Tue, 24 Jan 2017 22:14:45 +0200 Oleksandr Gavenko Basic completion for apt-cyg.
Fri, 20 Jan 2017 14:29:51 +0200 Oleksandr Gavenko Remove obsolete information.
Sun, 08 Jan 2017 17:20:26 +0200 Oleksandr Gavenko Switch to atril instead of evince to avoid gvfs package for remembering
Sun, 04 Dec 2016 17:15:08 +0200 Oleksandr Gavenko Add lit format.
Sat, 15 Oct 2016 01:41:37 +0300 Oleksandr Gavenko Add function for linguistic analysis.
Thu, 29 Sep 2016 10:24:43 +0300 Oleksandr Gavenko Enable hinting and subpixel rendering in Emacs.
Tue, 27 Sep 2016 00:16:38 +0300 Oleksandr Gavenko I set Emacs font in .emacs by now.
Tue, 30 Aug 2016 19:42:38 +0300 Oleksandr Gavenko Fix spelling.
Tue, 30 Aug 2016 18:22:43 +0300 Oleksandr Gavenko Focus to first window on page when move across pages.
Tue, 30 Aug 2016 18:13:53 +0300 Oleksandr Gavenko Code to move window across pages/desks.
Mon, 15 Aug 2016 23:57:14 +0300 Oleksandr Gavenko Increase software volume for quiet video.
Sat, 06 Aug 2016 21:33:10 +0300 Oleksandr Gavenko Shortcut to close window from MINIX A2 remote control.
Fri, 29 Jul 2016 20:00:22 +0300 Oleksandr Gavenko Mobipocket association.
Thu, 02 Jun 2016 22:02:14 +0300 Oleksandr Gavenko Fix: Solaris 'file' utility does not support '--compile' option and user
Thu, 02 Jun 2016 21:55:33 +0300 Oleksandr Gavenko Fix: GNU 'install' utility is not compatible with Solaris version.
Thu, 02 Jun 2016 19:28:46 +0300 Oleksandr Gavenko Enable OpenCSW packages on Solaris.
Thu, 02 Jun 2016 16:53:01 +0300 Oleksandr Gavenko Fix: ls --color=auto does not work in NetBSD.
Thu, 02 Jun 2016 16:15:01 +0300 Oleksandr Gavenko Do not set MANPATH on NetBSD, because there is non-GNU man and it does not
Fri, 27 May 2016 22:55:56 +0300 Oleksandr Gavenko ~/usr/bin can't be placed before /bin in PATH because cygrun is recursively
Fri, 27 May 2016 22:44:47 +0300 Oleksandr Gavenko LANG=ru_RU.CP1251 is no longer useful for Cygwin.
Wed, 18 May 2016 16:49:25 +0300 Oleksandr Gavenko Enable bash_completion for Cygwin because new bash version support delayed
Mon, 18 Apr 2016 12:19:35 +0300 Oleksandr Gavenko "graft" extension built-in, "transplant" is depricated.
Mon, 11 Apr 2016 22:23:15 +0300 Oleksandr Gavenko Give a try to ebook-viewer.
Mon, 11 Apr 2016 19:03:17 +0300 Oleksandr Gavenko .m4v format.
Tue, 23 Feb 2016 20:28:48 +0200 Oleksandr Gavenko Some PDF file reported as pure data by file utility, so guess PDF
Fri, 19 Feb 2016 13:28:40 +0200 Oleksandr Gavenko New mplayer2 uses old ~/.mplayer config directory for now.
Fri, 12 Feb 2016 15:39:53 +0200 Oleksandr Gavenko New path to my projects base directory. Now it shorter!
Sun, 07 Feb 2016 14:18:25 +0200 Oleksandr Gavenko Make PS1 delimiter line longer.
Mon, 01 Feb 2016 18:09:04 +0200 Oleksandr Gavenko Make more stricter pattern checking to avoid double PATH extending
Mon, 01 Feb 2016 18:06:02 +0200 Oleksandr Gavenko "~" expanded only on word start. Use "$HOME" instead of ~ for this
Mon, 01 Feb 2016 17:39:47 +0200 Oleksandr Gavenko Remove fixed path.~
Mon, 18 Jan 2016 16:47:51 +0200 Oleksandr Gavenko Include error code into PS1. Use \r trick even without colors.
Mon, 18 Jan 2016 01:18:55 +0200 Oleksandr Gavenko Because I remove utils/pathsearch project I save some usage example from man page.
Fri, 08 Jan 2016 22:47:00 +0200 Oleksandr Gavenko Change mail signature.
Wed, 23 Dec 2015 13:06:50 +0200 Oleksandr Gavenko sql = svn:eol-style=native
Thu, 17 Dec 2015 19:29:50 +0200 Oleksandr Gavenko Add delay to flush any input so xorg doesn't disable DPMS power saving.
Sat, 12 Dec 2015 19:03:13 +0200 Oleksandr Gavenko churn extension - review commit statistic.
Sat, 12 Dec 2015 00:21:48 +0200 Oleksandr Gavenko DBeaver
Thu, 10 Dec 2015 22:08:28 +0200 Oleksandr Gavenko Enable color prompt on another reach terminal.
Thu, 10 Dec 2015 12:32:01 +0200 Oleksandr Gavenko Use terminal emacsclient as EDITOR.
Tue, 08 Dec 2015 20:56:33 +0200 Oleksandr Gavenko merged
Tue, 01 Dec 2015 22:43:46 +0200 Oleksandr Gavenko Disable shared memory usage for Skype. This can prevent http://askubuntu.com/questions/692825/how-to-fix-graphical-issues-with-skype-gdk-warning
Fri, 27 Nov 2015 23:12:46 +0200 Oleksandr Gavenko Fix: Options --output, --pager and --match are forbidden in project .ackrc files.
Sun, 22 Nov 2015 15:13:28 +0200 Oleksandr Gavenko "Power off" and "Suspend" menu entries.
Sun, 22 Nov 2015 15:08:48 +0200 Oleksandr Gavenko Enable or disable DPMS, screen-saver menu.
Sun, 22 Nov 2015 14:08:03 +0200 Oleksandr Gavenko Add option to _hgsyncew.
Tue, 08 Dec 2015 20:41:49 +0200 Oleksandr Gavenko merged
Tue, 08 Dec 2015 20:36:55 +0200 Oleksandr Gavenko Android Studio.
Sat, 21 Nov 2015 20:29:45 +0200 Oleksandr Gavenko DPMS suspend.
Fri, 30 Oct 2015 23:25:26 +0200 Oleksandr Gavenko ~/.local/bin used by "pip install --user".
Thu, 29 Oct 2015 14:33:18 +0200 Oleksandr Gavenko gpicview is nice viewer.
Wed, 28 Oct 2015 17:16:07 +0200 Oleksandr Gavenko Use meta-option and remove individual properties.
Wed, 28 Oct 2015 17:13:27 +0200 Oleksandr Gavenko Swap order to group related options together.
Wed, 28 Oct 2015 17:01:09 +0200 Oleksandr Gavenko Fix other colors.
Wed, 28 Oct 2015 16:42:12 +0200 Oleksandr Gavenko Bolt yellow are very hard to read on white background.
Tue, 27 Oct 2015 19:48:25 +0200 Oleksandr Gavenko Missing dir cause error during installation.
Wed, 21 Oct 2015 15:34:50 +0300 Oleksandr Gavenko Add pager preference to ack.
Wed, 21 Oct 2015 14:21:09 +0300 Oleksandr Gavenko Fix NB crash as "echo xmessage" also printed because of wrong
Tue, 20 Oct 2015 21:22:47 +0300 Oleksandr Gavenko Better color for background to differ xinit lock terminal from other.
Tue, 20 Oct 2015 13:57:11 +0300 Oleksandr Gavenko Add background to distinct main shell.
Tue, 20 Oct 2015 10:29:39 +0300 Oleksandr Gavenko Add error message when search for Netbeans fail.
Tue, 20 Oct 2015 00:28:50 +0300 Oleksandr Gavenko Add preference for Iceweasel.
Mon, 19 Oct 2015 21:10:02 +0300 Oleksandr Gavenko Make quick note on current desktop page.
Fri, 18 Sep 2015 13:37:32 +0300 Oleksandr Gavenko chm/hlp viewer.
Thu, 17 Sep 2015 19:13:21 +0300 Oleksandr Gavenko Ignore file extension case for dev files.
Wed, 09 Sep 2015 22:58:18 +0300 Oleksandr Gavenko Use ~/usr/bin/ for local installations and to override /bin, but not /sbin.
Fri, 04 Sep 2015 21:38:49 +0300 Oleksandr Gavenko history-beginning-search-backward
Mon, 17 Aug 2015 19:22:25 +0300 Oleksandr Gavenko Execute X settings sequentially.
Mon, 17 Aug 2015 15:59:28 +0300 Oleksandr Gavenko Fix sh syntax typo, which cause failing boot xorg.
Thu, 13 Aug 2015 21:58:45 +0300 Oleksandr Gavenko Run more stuff in parallel. Run dependent utilities in sequence.
Tue, 11 Aug 2015 16:27:42 +0300 Oleksandr Gavenko Disable beeping.
Mon, 03 Aug 2015 13:40:34 +0300 Oleksandr Gavenko Enable color prompt for tmux/screen.
Mon, 03 Aug 2015 13:35:56 +0300 Oleksandr Gavenko Make last prompt line fixed width.
Mon, 03 Aug 2015 13:23:22 +0300 Oleksandr Gavenko Show current user as this useful then ssh'ing.
Wed, 17 Jun 2015 20:40:11 -0500 Oleksandr Gavenko Key binding for maximising window.
Mon, 15 Jun 2015 23:58:51 -0500 Oleksandr Gavenko Use evince for DJVU.
Fri, 27 Mar 2015 15:17:58 +0200 Oleksandr Gavenko Show possibly executable scripts as red.
Fri, 27 Mar 2015 15:16:59 +0200 Oleksandr Gavenko Show executable as underscored red.
Fri, 27 Mar 2015 15:05:50 +0200 Oleksandr Gavenko Add a lot of formats.
Thu, 12 Mar 2015 17:08:09 +0200 Oleksandr Gavenko Fallback to Readline built-in dir completion implementation to handle
Wed, 25 Feb 2015 01:17:28 +0200 Oleksandr Gavenko Run Emacs, Firefox and Goldendict in ".xinit".
Tue, 24 Feb 2015 00:37:27 +0200 Oleksandr Gavenko Reindent sources.
Tue, 24 Feb 2015 00:36:12 +0200 Oleksandr Gavenko Reduced .xinit to test Fvwm in Xnest.
Tue, 24 Feb 2015 00:24:58 +0200 Oleksandr Gavenko rebasedraft alias for rebasing unpublished changes in current branch
Sun, 22 Feb 2015 23:32:48 +0200 Oleksandr Gavenko merge.conflictstyle diff3
Sun, 22 Feb 2015 23:22:23 +0200 Oleksandr Gavenko Space: magic-space
Fri, 20 Feb 2015 01:26:29 +0200 Oleksandr Gavenko Switch to built-in Readline file/directory completion capability as
Fri, 20 Feb 2015 00:23:29 +0200 Oleksandr Gavenko pip
Thu, 19 Feb 2015 23:11:49 +0200 Oleksandr Gavenko Reindent code.
Thu, 19 Feb 2015 22:59:47 +0200 Oleksandr Gavenko virtualenv
Thu, 19 Feb 2015 22:59:26 +0200 Oleksandr Gavenko Remove unused vars.
Thu, 05 Feb 2015 12:48:00 +0200 Oleksandr Gavenko With -v javap print class version.
Tue, 13 Jan 2015 11:25:27 +0200 Oleksandr Gavenko Get out outdated syntax for plug-in enabling.
Fri, 09 Jan 2015 23:31:59 +0200 Oleksandr Gavenko colored-stats
Wed, 07 Jan 2015 23:48:34 +0200 Oleksandr Gavenko No longer needs in 'e.' alias. 'e' command open files without args.
Tue, 30 Dec 2014 12:57:25 +0200 Oleksandr Gavenko merged
Thu, 04 Dec 2014 11:56:06 +0200 Oleksandr Gavenko Emacs command useful don't omit it.
Sat, 27 Dec 2014 23:32:25 +0200 Oleksandr Gavenko git analog of 'hg glog'.
Sat, 20 Dec 2014 13:02:36 +0200 Oleksandr Gavenko Use mplayer instead of vlc for video.
Fri, 19 Dec 2014 00:42:05 +0200 Oleksandr Gavenko Use softvol-max to increase upper volume in two times.
Thu, 18 Dec 2014 23:36:40 +0200 Oleksandr Gavenko Fix pitch when speed up playback.
Fri, 28 Nov 2014 13:22:16 +0200 Oleksandr Gavenko Use oages for in/out command.
Fri, 07 Nov 2014 02:12:59 +0200 Oleksandr Gavenko Push only current brunch.
Tue, 14 Oct 2014 23:27:27 +0300 Oleksandr Gavenko Fix color definition.
Wed, 01 Oct 2014 22:29:44 +0300 Oleksandr Gavenko Open SNES with mednafen.
Wed, 01 Oct 2014 01:36:49 +0300 Oleksandr Gavenko Prevent screen pollution with error output.
Wed, 01 Oct 2014 00:41:07 +0300 Oleksandr Gavenko Play SEGA with mednafen.
Fri, 26 Sep 2014 01:18:54 +0300 Oleksandr Gavenko Detect empty LD_LIBRARY_PATH.
Fri, 19 Sep 2014 20:03:02 +0300 Oleksandr Gavenko Disable fetch in flavor of "pull -u".
Fri, 19 Sep 2014 20:02:28 +0300 Oleksandr Gavenko Disable transplant in flavor of graft.
Wed, 10 Sep 2014 03:17:31 +0300 Oleksandr Gavenko Completion for mypath Bash helper.
Wed, 10 Sep 2014 03:04:57 +0300 Oleksandr Gavenko myfind and mypath interactive bash session helper function.
Wed, 27 Aug 2014 23:32:53 +0300 Oleksandr Gavenko Highlight path. Use it as output separator.
Thu, 14 Aug 2014 19:08:34 +0300 Oleksandr Gavenko Enable pager extension.
Tue, 22 Jul 2014 00:37:18 +0300 Oleksandr Gavenko merged
Sun, 29 Jun 2014 15:37:14 +0300 Oleksandr Gavenko http://stackoverflow.com/questions/24454076/how-to-force-gradle-to-use-share-m2-repository-with-maven-system-wide/
Mon, 21 Jul 2014 19:34:08 +0300 Oleksandr Gavenko Prevent creation of .orig files after revert.
Mon, 12 May 2014 00:28:33 +0300 Oleksandr Gavenko Simplify path to my projects.
Wed, 02 Apr 2014 12:46:43 +0300 Oleksandr Gavenko Fix XLS and DOC file handling by MC.
Fri, 28 Mar 2014 00:12:05 +0200 Oleksandr Gavenko To removing untracked files.
Fri, 28 Mar 2014 00:10:32 +0200 Oleksandr Gavenko To removing untracked files.
Tue, 11 Mar 2014 08:21:16 +0200 Oleksandr Gavenko Enable rebase extantion.
Thu, 06 Mar 2014 23:31:38 +0200 Oleksandr Gavenko merged
Sat, 01 Mar 2014 21:57:49 +0200 Oleksandr Gavenko Fix errors when some utilities not present.
Mon, 17 Feb 2014 13:50:44 +0200 Oleksandr Gavenko Open .shtml files.
Thu, 16 Jan 2014 11:21:54 +0200 Oleksandr Gavenko Do not allow pull/push MQ temporary changesets.
Wed, 15 Jan 2014 19:29:22 +0200 Oleksandr Gavenko I don't use external merge tools.
Wed, 15 Jan 2014 19:28:16 +0200 Oleksandr Gavenko Color diff.
Wed, 15 Jan 2014 12:36:33 +0200 Oleksandr Gavenko Get beck ClickToFocus as without it I cant move/resize/close Firefox Web
Tue, 14 Jan 2014 15:13:46 +0200 Oleksandr Gavenko Don't bind in noninteractive mode to prevent from printing warnings:
Tue, 14 Jan 2014 15:12:29 +0200 Oleksandr Gavenko Add datediff useful function.
Tue, 14 Jan 2014 11:24:18 +0200 Oleksandr Gavenko Ignore whitespaces when doing source annotation.
Thu, 09 Jan 2014 19:05:36 +0200 Oleksandr Gavenko Fix Fvwm maximize window problem with stalonetray.
Thu, 09 Jan 2014 18:15:28 +0200 Oleksandr Gavenko Colormap is the one for the window that currently has the keyboard focus.
Thu, 09 Jan 2014 16:08:10 +0200 Oleksandr Gavenko Move program styles below common definitions to override common defaults.
Thu, 09 Jan 2014 15:53:32 +0200 Oleksandr Gavenko Ignore PPosition hint. Many programs set PPosition to something obnoxious like 0,0 (upper left corner).
Thu, 09 Jan 2014 15:50:51 +0200 Oleksandr Gavenko MwmButtons
Thu, 09 Jan 2014 15:39:01 +0200 Oleksandr Gavenko Remove ambiguous menu hot key.
Thu, 09 Jan 2014 15:36:53 +0200 Oleksandr Gavenko Remove quotes from asterisk style name.
Wed, 08 Jan 2014 21:03:18 +0200 Oleksandr Gavenko Use FPClick* instead of MouseFocusClickRaises
Wed, 08 Jan 2014 17:29:54 +0200 Oleksandr Gavenko Add tray to desktop.
Fri, 03 Jan 2014 22:33:44 +0200 Oleksandr Gavenko Add stabs to easy disable debugging.
Fri, 03 Jan 2014 21:49:40 +0200 Oleksandr Gavenko Use short title for FvwmPager.
Fri, 03 Jan 2014 21:44:12 +0200 Oleksandr Gavenko Group window styles configuration to common place.
Fri, 03 Jan 2014 20:02:49 +0200 Oleksandr Gavenko Decorate transient window.
Fri, 03 Jan 2014 19:41:09 +0200 Oleksandr Gavenko Show class and resource name in window title.
Fri, 03 Jan 2014 19:19:13 +0200 Oleksandr Gavenko SnapAttraction SameType
Fri, 03 Jan 2014 19:17:31 +0200 Oleksandr Gavenko Multi-monitor setup.
Fri, 03 Jan 2014 19:10:21 +0200 Oleksandr Gavenko Add docs.
Fri, 03 Jan 2014 19:04:21 +0200 Oleksandr Gavenko Set default font. Make title more narrow.
Fri, 03 Jan 2014 00:48:06 +0200 Oleksandr Gavenko merged
Thu, 02 Jan 2014 15:59:48 +0200 Oleksandr Gavenko Reorder text to show that BugOpts wasn't related to FvwmDebug module.
Wed, 01 Jan 2014 15:10:44 +0200 Oleksandr Gavenko Enable FvwmCommandS module for FvwmCommand utility in order to user REPL in
Mon, 30 Dec 2013 19:03:15 +0200 Oleksandr Gavenko Remove unused directory from possible image dir.
Mon, 30 Dec 2013 18:58:04 +0200 Oleksandr Gavenko Fix spelling.
Fri, 27 Dec 2013 20:39:20 +0200 Oleksandr Gavenko merged
Fri, 27 Dec 2013 16:10:23 +0200 Oleksandr Gavenko Disable -gray pattern in order to prevent blinking because of LCD-insertion effect.
Thu, 26 Dec 2013 22:07:24 +0200 Oleksandr Gavenko merged
Thu, 26 Dec 2013 00:06:09 +0200 Oleksandr Gavenko Use new syntax for setting SVG icon size to prevent huge icons in menu.
Wed, 25 Dec 2013 22:36:21 +0200 Oleksandr Gavenko Remove '-3' option from calendar as it conflict with year argument.
Thu, 26 Dec 2013 17:48:19 +0200 Oleksandr Gavenko Set NPM prefix to local user directory.
Thu, 26 Dec 2013 17:45:41 +0200 Oleksandr Gavenko Mark file as sh script for Emacs.
Mon, 23 Dec 2013 23:51:52 +0200 Oleksandr Gavenko Use .env file as common env var settings for Bash and Zsh.
Tue, 17 Dec 2013 10:21:15 +0200 Oleksandr Gavenko Set useful "hg diff" defaults.
Tue, 29 Oct 2013 20:19:23 +0200 Oleksandr Gavenko Add new and update old entries.
Sun, 27 Oct 2013 16:20:49 +0200 Oleksandr Gavenko Strip year part. Make window smaller.
Sat, 26 Oct 2013 23:44:32 +0300 Oleksandr Gavenko Remove fontconfig. Use "dpkg-reconfigure fontconfig-config" instead.
Sat, 26 Oct 2013 13:32:06 +0300 Oleksandr Gavenko Put empty line before bash prompt.
Wed, 23 Oct 2013 18:52:30 +0300 Oleksandr Gavenko Rename Firefox devel profile.
Tue, 22 Oct 2013 18:49:53 +0300 Oleksandr Gavenko Bash completion for Firefox.
Thu, 17 Oct 2013 14:36:27 +0300 Oleksandr Gavenko Update options according to "gradle --help" with v1.4.
Wed, 16 Oct 2013 19:48:29 +0300 Oleksandr Gavenko Add cli option handling for gradle bash-completion.
Wed, 16 Oct 2013 18:42:07 +0300 Oleksandr Gavenko Add gradle completion.
Wed, 09 Oct 2013 00:40:42 +0300 Oleksandr Gavenko merged
Tue, 08 Oct 2013 21:21:41 +0300 Oleksandr Gavenko Fix: NameError: name 'codecs' is not defined.
Tue, 24 Sep 2013 22:57:44 +0300 Oleksandr Gavenko Fix typo.
Mon, 07 Oct 2013 18:28:19 +0300 Oleksandr Gavenko Enable daemon mode for gradle.
Thu, 03 Oct 2013 16:13:00 +0300 Oleksandr Gavenko Use compound assignment to array instead of manual index updating.
Thu, 03 Oct 2013 16:05:37 +0300 Oleksandr Gavenko Add trailing slash to directory in "cd" completion.
Tue, 17 Sep 2013 12:57:48 +0300 Oleksandr Gavenko Use evince instead of xpdf to be able search Russian text.
Fri, 30 Aug 2013 00:31:19 +0300 Oleksandr Gavenko Add prompt2 style.
Fri, 30 Aug 2013 00:28:47 +0300 Oleksandr Gavenko Add check for tclreadline package and terminal color support.
Fri, 30 Aug 2013 00:26:29 +0300 Oleksandr Gavenko Print current dir at prompt. Remove broken code.
Thu, 29 Aug 2013 23:05:56 +0300 Oleksandr Gavenko Add readline and completion support to tclsh.
Thu, 08 Aug 2013 15:42:20 +0300 Oleksandr Gavenko Add test Firefox.
Fri, 02 Aug 2013 20:24:48 +0300 Oleksandr Gavenko Set date format and output style.
Thu, 25 Jul 2013 19:06:23 +0300 Oleksandr Gavenko Set isql like prompt and go on semicolon.
Tue, 16 Jul 2013 13:10:06 +0300 Oleksandr Gavenko Close window by LeftWin+F4 (delete window protocol).
Tue, 16 Jul 2013 12:33:51 +0300 Oleksandr Gavenko Ignore num-lock as modifier.
Fri, 21 Jun 2013 16:31:55 +0300 Oleksandr Gavenko Remove follow (-v) option as it forbid VC-mode from listening history on
Wed, 22 May 2013 16:58:58 +0300 Oleksandr Gavenko Add Squirrel to menu.
Wed, 08 May 2013 19:27:27 +0300 Oleksandr Gavenko Make screen larger.
Tue, 07 May 2013 22:07:38 +0300 Oleksandr Gavenko Basic glhacks options.
Wed, 13 Mar 2013 21:38:18 +0200 Oleksandr Gavenko Bind "M-Right" to 'menu-complete'. Useful in Python with readline completion
Mon, 04 Mar 2013 11:00:08 +0200 Oleksandr Gavenko merged
Tue, 26 Feb 2013 13:54:40 +0200 Oleksandr Gavenko Use ISO 8601 date format for "git log".
Wed, 27 Feb 2013 19:30:23 +0200 Oleksandr Gavenko Enable '**' patttern matching. If the pattern is followed by a /, only dirs
Wed, 27 Feb 2013 19:11:17 +0200 Oleksandr Gavenko I realise that sudo mv/cp/... commands are valuable to store in history...
Fri, 15 Feb 2013 17:07:53 +0200 Oleksandr Gavenko merged
Fri, 15 Feb 2013 16:28:07 +0200 Oleksandr Gavenko Colorizer for java logs...
Wed, 13 Feb 2013 00:10:59 +0200 Oleksandr Gavenko merged
Wed, 13 Feb 2013 00:10:50 +0200 Oleksandr Gavenko Register lisp files.
Tue, 12 Feb 2013 10:37:48 +0200 Oleksandr Gavenko merged
Mon, 11 Feb 2013 13:48:22 +0200 Oleksandr Gavenko html and css are svn:eol-style=native.
Thu, 31 Jan 2013 19:51:54 +0200 Oleksandr Gavenko Setting umask before mkdir broke directories permission.
Sun, 13 Jan 2013 16:26:41 +0200 Oleksandr Gavenko Release 'Super' key to Emacs.
Fri, 11 Jan 2013 22:21:25 +0200 Oleksandr Gavenko Show long lines... Substitude all matches in line.
Fri, 11 Jan 2013 22:14:13 +0200 Oleksandr Gavenko Always show statusline. Remove duplicate code.
Fri, 11 Jan 2013 22:05:22 +0200 Oleksandr Gavenko Highlight line with cursor.
Fri, 11 Jan 2013 22:02:42 +0200 Oleksandr Gavenko Beep instead of blink.
Wed, 12 Dec 2012 15:08:17 +0200 Oleksandr Gavenko Add nsis type.
Tue, 11 Dec 2012 22:45:59 +0200 Oleksandr Gavenko Remove unused parts,
Sat, 01 Dec 2012 14:32:37 +0200 Oleksandr Gavenko merged
Wed, 28 Nov 2012 17:57:15 +0200 Oleksandr Gavenko merged
Mon, 26 Nov 2012 13:18:06 +0200 Oleksandr Gavenko Set colour schema for ack.
Sat, 01 Dec 2012 14:10:27 +0200 Oleksandr Gavenko Maximise by fitting free space.
Mon, 26 Nov 2012 23:40:05 +0200 Oleksandr Gavenko Delete target file if command fails.
Thu, 22 Nov 2012 21:29:26 +0200 Oleksandr Gavenko Enable completion for dquilt alias.
Thu, 22 Nov 2012 21:17:16 +0200 Oleksandr Gavenko Cycling possible completion forward and backward in place.
Tue, 20 Nov 2012 23:41:41 +0200 Oleksandr Gavenko Add 'dquilt' alias for Debian package development.
Mon, 19 Nov 2012 21:45:28 +0200 Oleksandr Gavenko Set variables for Debian maintenance tools.
Mon, 19 Nov 2012 00:18:56 +0200 Oleksandr Gavenko Fix: forget export variable to environment.
Sun, 18 Nov 2012 17:57:34 +0200 Oleksandr Gavenko Short OpenPGP keyids have been shown to be easily spoofed by another key with
Sun, 18 Nov 2012 16:57:14 +0200 Oleksandr Gavenko Fix: gpg: failed to create temporary file `/home/user/.gnupg/.#lk0x23b70e0.desktop.22780': Permission denied
Sun, 18 Nov 2012 15:49:27 +0200 Oleksandr Gavenko Increase security requirements.
Thu, 15 Nov 2012 08:18:11 +0200 Oleksandr Gavenko Decrease timing to off monitor. Doesn't off it acually.
Tue, 13 Nov 2012 19:01:48 +0200 Oleksandr Gavenko Fix syntax error.
Tue, 13 Nov 2012 18:58:40 +0200 Oleksandr Gavenko merged
Tue, 13 Nov 2012 13:57:45 +0200 Oleksandr Gavenko Add command aliases.
Tue, 13 Nov 2012 00:04:59 +0200 Oleksandr Gavenko Use ISO date format.
Mon, 12 Nov 2012 11:25:01 +0200 Oleksandr Gavenko Autostart notification daemon.
Wed, 31 Oct 2012 17:24:50 +0200 Oleksandr Gavenko merged
Wed, 31 Oct 2012 11:13:37 +0200 Oleksandr Gavenko Lock screen strictly when screensaver enabled.
Wed, 31 Oct 2012 11:01:30 +0200 Oleksandr Gavenko Lock the computer by xscreensaver.
Wed, 31 Oct 2012 10:37:37 +0200 Oleksandr Gavenko Move close, delete, destroy command in menu to top as frequency used.
Wed, 31 Oct 2012 10:20:28 +0200 Oleksandr Gavenko * Load Emacs and Firefox automatically.
Wed, 31 Oct 2012 09:57:51 +0200 Oleksandr Gavenko Regroup MC invocation as simultaneously MC loading resukts coredump of one of
Mon, 22 Oct 2012 21:39:52 +0300 Oleksandr Gavenko Add user and host info to xterm title.
Mon, 22 Oct 2012 21:25:08 +0300 Oleksandr Gavenko Fix condition syntax and add special case of '~/' path.
Mon, 22 Oct 2012 21:00:36 +0300 Oleksandr Gavenko Add current dir to xterm title.
Mon, 22 Oct 2012 15:18:32 +0300 Oleksandr Gavenko Add additional path for icons.
Mon, 22 Oct 2012 13:24:06 +0300 Oleksandr Gavenko Enable storing passwords unsafe.
Thu, 18 Oct 2012 11:40:15 +0300 Oleksandr Gavenko Move FvwmIdent comment to to as most used.
Thu, 18 Oct 2012 11:38:12 +0300 Oleksandr Gavenko Add ability to select window for FvwmIdent when non-root window selected.
Tue, 16 Oct 2012 14:07:53 +0300 Oleksandr Gavenko Remove SloppyFocus as transient Java dialogs lose focus as it acquire main
Tue, 16 Oct 2012 13:53:43 +0300 Oleksandr Gavenko Fix for broken Java based GUI.
Thu, 04 Oct 2012 09:46:34 +0300 Oleksandr Gavenko Maximise only main xpdf window. This prevent maximising of search window.
Mon, 01 Oct 2012 09:58:41 +0300 Oleksandr Gavenko merged
Thu, 27 Sep 2012 16:06:04 +0300 Oleksandr Gavenko Create MyDev menu.
Wed, 26 Sep 2012 11:26:59 +0300 Oleksandr Gavenko Delete CapsLock (map to Ctrl).
Wed, 26 Sep 2012 09:51:12 +0300 Oleksandr Gavenko Add alias for opening current directory in Emacs.
Mon, 01 Oct 2012 01:39:21 +0300 Oleksandr Gavenko Fix spacing.
Mon, 01 Oct 2012 01:37:02 +0300 Oleksandr Gavenko Add debugging code.
Mon, 01 Oct 2012 00:52:41 +0300 Oleksandr Gavenko Incorporate some focus settings. Disable FvwmEvent-NewWindow as it have
Sat, 29 Sep 2012 21:14:57 +0300 Oleksandr Gavenko Programs can focus themselves.
Sat, 29 Sep 2012 21:13:42 +0300 Oleksandr Gavenko Fix section nmae.
Sat, 29 Sep 2012 21:13:00 +0300 Oleksandr Gavenko Start on screen with pointer (disabled).
Sat, 29 Sep 2012 21:10:04 +0300 Oleksandr Gavenko Move edge setting to proper place.
Sat, 29 Sep 2012 21:09:13 +0300 Oleksandr Gavenko Set MinOverlapPlacement
Sat, 29 Sep 2012 20:33:10 +0300 Oleksandr Gavenko If during an interactive move the window or icon comes within proximity pixels
Mon, 24 Sep 2012 23:04:11 +0300 Oleksandr Gavenko Run Netbeans (firstly try from /opt, then from path).
Mon, 24 Sep 2012 22:57:49 +0300 Oleksandr Gavenko Use Bash for PIPESTATUS.
Sat, 22 Sep 2012 19:10:08 +0300 Oleksandr Gavenko Add lighty-*-mod completion.
Sat, 22 Sep 2012 09:45:29 +0300 Oleksandr Gavenko Fix variable scope.
Fri, 21 Sep 2012 17:45:37 +0300 Oleksandr Gavenko Remove unnecessary variable.
Fri, 21 Sep 2012 17:41:07 +0300 Oleksandr Gavenko Switch between all windows, not only CurrentDesk.
Thu, 20 Sep 2012 00:29:46 +0300 Oleksandr Gavenko Fix regex pattern: missing tail '$'.
Mon, 17 Sep 2012 00:36:56 +0300 Oleksandr Gavenko Open .mobi files by fbreader.
Sat, 15 Sep 2012 00:09:20 +0300 Oleksandr Gavenko filetype plugin on
Sat, 15 Sep 2012 00:08:41 +0300 Oleksandr Gavenko Update syntax to new style.
Fri, 14 Sep 2012 23:13:11 +0300 Oleksandr Gavenko Add Python settings.
Sat, 08 Sep 2012 22:58:34 +0300 Oleksandr Gavenko Add marker to distinct .xinitrc xterm from regular.
Wed, 05 Sep 2012 11:51:46 +0300 Oleksandr Gavenko Edit file with Emacs.
Tue, 04 Sep 2012 17:26:50 +0300 Oleksandr Gavenko This paths contain icons that they make menus look ugly...
Tue, 04 Sep 2012 13:42:33 +0300 Oleksandr Gavenko Add /usr/sbin and /sbin to user PATH.
Sat, 01 Sep 2012 10:32:47 +0300 Oleksandr Gavenko Add hot-key for the some menu item.
Sat, 01 Sep 2012 10:29:38 +0300 Oleksandr Gavenko Add proper title for xterm with htop.
Fri, 31 Aug 2012 15:13:32 +0300 Oleksandr Gavenko Backout 3c744a766120. Placing pointer under window pass focus to it.
Thu, 30 Aug 2012 23:28:45 +0300 Oleksandr Gavenko Add comment.
Thu, 30 Aug 2012 23:21:38 +0300 Oleksandr Gavenko This disable ResizeOpaque, which cause frequent redrawing of applications.
Thu, 30 Aug 2012 21:40:11 +0300 Oleksandr Gavenko Sort by focus.
Thu, 30 Aug 2012 20:50:59 +0300 Oleksandr Gavenko Disable extra information on WindowList.
Thu, 30 Aug 2012 19:14:17 +0300 Oleksandr Gavenko Remove option that have no effect.
Thu, 30 Aug 2012 17:46:27 +0300 Oleksandr Gavenko Don't allow iconification. Remove appropriated key bindings. Use shading to
Thu, 30 Aug 2012 15:40:51 +0300 Oleksandr Gavenko Use XPM files instead of PNG to prevent loading large icons.
Thu, 30 Aug 2012 15:39:49 +0300 Oleksandr Gavenko Add icons for my menu.
Thu, 30 Aug 2012 15:30:02 +0300 Oleksandr Gavenko Remove useless image paths: /usr/share/icons - have no images,
Wed, 29 Aug 2012 12:23:44 +0300 Oleksandr Gavenko Reorder sections.
Wed, 29 Aug 2012 12:22:21 +0300 Oleksandr Gavenko Reorder sections.
Wed, 29 Aug 2012 12:19:14 +0300 Oleksandr Gavenko Join 2 logically related sections.
Wed, 29 Aug 2012 12:14:21 +0300 Oleksandr Gavenko Reorder code.
Wed, 29 Aug 2012 12:09:54 +0300 Oleksandr Gavenko Add support for Emacs outline minor mode.
Wed, 29 Aug 2012 11:48:15 +0300 Oleksandr Gavenko Fix deprecation warning.
Wed, 29 Aug 2012 11:45:43 +0300 Oleksandr Gavenko Fix condition for icon without extension.
Wed, 29 Aug 2012 11:35:22 +0300 Oleksandr Gavenko Fix condition for finding icons without extension.
Wed, 29 Aug 2012 11:28:35 +0300 Oleksandr Gavenko Add icons for main menu. Add submenu icon.
Tue, 28 Aug 2012 18:37:04 +0300 Oleksandr Gavenko Assume that icon from desktop file have PNG type. So again comment out paths
Tue, 28 Aug 2012 18:24:57 +0300 Oleksandr Gavenko Pass full path to menu file. Also pass Fvwm menu entry name.
Tue, 28 Aug 2012 17:23:55 +0300 Oleksandr Gavenko Use full path to images. Uncomment icon paths.
Mon, 27 Aug 2012 23:30:30 +0300 Oleksandr Gavenko Maximise some windows for convenience. Currently this is only 'Xpdf'.
Mon, 27 Aug 2012 23:17:33 +0300 Oleksandr Gavenko Add missing path to 'folder.png' which used in 'xdg2fvwm.py'.
Mon, 27 Aug 2012 23:11:14 +0300 Oleksandr Gavenko No needs to pass window id.
Mon, 27 Aug 2012 23:05:50 +0300 Oleksandr Gavenko Destroy module configuration before defining it. Join module config with
Mon, 27 Aug 2012 22:51:40 +0300 Oleksandr Gavenko Add delay between 'MyFuncFocusWindow' calls to allow kill "bad" applications.
Mon, 27 Aug 2012 18:28:46 +0300 Oleksandr Gavenko Open PDF with xpdf.
Mon, 27 Aug 2012 18:17:37 +0300 Oleksandr Gavenko Make as in xpdf(1).
Sat, 25 Aug 2012 11:25:02 +0300 Oleksandr Gavenko Use "UnSetEnv" instead of special form of "SetEnv" (with empty value).
Tue, 14 Aug 2012 10:55:20 +0300 Oleksandr Gavenko Fix spelling.
Tue, 14 Aug 2012 02:53:13 +0300 Oleksandr Gavenko Rename menu entries.
Tue, 14 Aug 2012 02:52:27 +0300 Oleksandr Gavenko Add xdg to Fvwm menus converter.
Mon, 13 Aug 2012 15:03:57 +0300 Oleksandr Gavenko Add separator to menu.
Mon, 13 Aug 2012 15:01:34 +0300 Oleksandr Gavenko Move key bindings to proper place.
(0) -480 tip