Sun, 31 Jan 2021 12:20:16 +0200 Oleksandr Gavenko Fixed: Symbol's value as variable is void: my-profiler-enabled.
Sun, 31 Jan 2021 12:15:44 +0200 Oleksandr Gavenko Defined page-delimiter for my elisp file to simplify narrowing. As I migrated to Markdown define fill-column for base mode.
Sun, 31 Jan 2021 11:41:49 +0200 Oleksandr Gavenko Docs: about buffer-menu vs ibuffer.
Sun, 31 Jan 2021 00:04:18 +0200 Oleksandr Gavenko Removed mentioning of author and copyright from all files' headers.
Sun, 31 Jan 2021 00:01:57 +0200 Oleksandr Gavenko Moved definition of root for Org mode files to defs file.
Sat, 30 Jan 2021 23:52:32 +0200 Oleksandr Gavenko Docs: Legacy setup instructions for native Windows Emacs.
Sat, 30 Jan 2021 23:37:26 +0200 Oleksandr Gavenko Converted README to Markdown format.
Sat, 30 Jan 2021 23:17:51 +0200 Oleksandr Gavenko Docs: my-profiler-enabled.
Sat, 30 Jan 2021 23:05:31 +0200 Oleksandr Gavenko Moved Gnus's all.SCORE to separate project as it reveals some private data.
Sat, 30 Jan 2021 22:44:34 +0200 Oleksandr Gavenko Grouped startup profiler related code with debug related.
Sat, 30 Jan 2021 22:41:51 +0200 Oleksandr Gavenko Activate debugger of errors during Emacs initialization. This allows to get backtrace without passing --debug-init.
Sat, 30 Jan 2021 20:27:52 +0200 Oleksandr Gavenko Moved settings for file local variable to a separate section.
Sat, 30 Jan 2021 20:26:42 +0200 Oleksandr Gavenko Docs: improved comment.
Fri, 29 Jan 2021 20:41:47 +0200 Oleksandr Gavenko It is more informative to get help on symbol type than just type.
Tue, 26 Jan 2021 00:38:11 +0200 Oleksandr Gavenko Unwrap Python's dir() list into multi line text.
Mon, 25 Jan 2021 10:55:00 +0200 Oleksandr Gavenko Added other types of introspection to my-python/describe-at-point.
Mon, 18 Jan 2021 17:07:56 +0200 Oleksandr Gavenko Activate outline-minor-mode for markdown-mode. And avoid whitespace-mode.
Mon, 18 Jan 2021 01:17:30 +0200 Oleksandr Gavenko Shortened name for pydoc buffer.
Mon, 18 Jan 2021 01:12:09 +0200 Oleksandr Gavenko Fixed my-python/send-paragraph: part of region was remained highlighted after (mark-paragraph).
Mon, 18 Jan 2021 00:59:35 +0200 Oleksandr Gavenko Simplified code for displaying Python help. Shadow default C-c C-d key binding
Sun, 17 Jan 2021 12:47:26 +0200 Oleksandr Gavenko Set better rename detection (30% similarity) for Git diff.
Mon, 11 Jan 2021 13:31:26 +0200 Oleksandr Gavenko Mentioned python-shell-interpreter-args.
Mon, 04 Jan 2021 01:26:23 +0200 Oleksandr Gavenko Do not sent my outdated my-python/eldoc-setup-code to Python interpreter.
Mon, 04 Jan 2021 01:08:30 +0200 Oleksandr Gavenko Added example how to activate babel executors.
Mon, 04 Jan 2021 00:55:57 +0200 Oleksandr Gavenko Enabled org-tempo for shortcut to insert template #+BEGIN_SRC quickly.
Mon, 04 Jan 2021 00:09:48 +0200 Oleksandr Gavenko About term-paste.
Mon, 04 Jan 2021 00:02:08 +0200 Oleksandr Gavenko Added note about winner-mode.
Sun, 03 Jan 2021 15:05:40 +0200 Oleksandr Gavenko Moved setting for backups, auto saving, locking earlier.
Sun, 03 Jan 2021 14:36:10 +0200 Oleksandr Gavenko Disable auto saving, files "#name#" might trigger false rebuild if there is
Sun, 03 Jan 2021 14:31:09 +0200 Oleksandr Gavenko Simplified expression.
Sun, 03 Jan 2021 12:52:20 +0200 Oleksandr Gavenko Set extra support file policies earlier in init file.
Sat, 02 Jan 2021 23:35:40 +0200 Oleksandr Gavenko Do not automatically enable company-mode.
Sat, 02 Jan 2021 23:29:48 +0200 Oleksandr Gavenko Work with packages over HTTPS.
Sat, 02 Jan 2021 23:11:23 +0200 Oleksandr Gavenko Moved startup profiler settings to init.el and simplified activation.
Sat, 02 Jan 2021 22:42:24 +0200 Oleksandr Gavenko Added Make target to preinstall packages from ELPA.
Sat, 02 Jan 2021 22:41:10 +0200 Oleksandr Gavenko Fixed byte compilation warning: assignment to free variable "for".
Sat, 02 Jan 2021 22:38:46 +0200 Oleksandr Gavenko Fixed error 'eval-when is not defined' after switching to cl-lib.
Sat, 02 Jan 2021 21:22:00 +0200 Oleksandr Gavenko melpa.milkbox.net is dead, use melpa.org instead.
Sat, 02 Jan 2021 21:11:57 +0200 Oleksandr Gavenko cl-lib is pretty widespread now, no need for with-no-warnings.
Sat, 02 Jan 2021 20:37:29 +0200 Oleksandr Gavenko Disable population of `file-name-history', it causes calls to
Sat, 02 Jan 2021 20:09:51 +0200 Oleksandr Gavenko Simplified cleanup of "mylispdir".
Sat, 02 Jan 2021 20:02:16 +0200 Oleksandr Gavenko Disabled activation of CEDET and Semantic. It consumes 48% of startup time.
Sat, 02 Jan 2021 19:49:06 +0200 Oleksandr Gavenko Added option to disable activation of desktop-save-mode.
Sat, 02 Jan 2021 19:45:46 +0200 Oleksandr Gavenko Do not keep separate files for Cygwin for desktop-mode. I don't share HOME for native & Cygwin Emacs.
Sat, 02 Jan 2021 19:44:27 +0200 Oleksandr Gavenko Added note about recentf-auto-cleanup.
Sat, 02 Jan 2021 19:15:13 +0200 Oleksandr Gavenko Added a code example helping profiling of startup.
Sat, 02 Jan 2021 18:57:24 +0200 Oleksandr Gavenko Load more files for byte compilation check. Switched to my-lisp-* prefix.
Sat, 02 Jan 2021 18:36:39 +0200 Oleksandr Gavenko Added suffix "/" to my-lisp-dir for next easy/safe concat operations.
Sat, 02 Jan 2021 17:38:55 +0200 Oleksandr Gavenko Delay evaluation of gnus-add-configuration to gnus start time. It takes 25% of my Emacs start time.
Sat, 02 Jan 2021 01:28:36 +0200 Oleksandr Gavenko Simplified Makefile byte compillation recipe by moving some logic from CLI to elisp.
Sat, 02 Jan 2021 01:26:59 +0200 Oleksandr Gavenko Suppressed warning: assignment to free variable "c-basic-offset".
Sat, 02 Jan 2021 01:19:57 +0200 Oleksandr Gavenko Fixed name of my mode directory.
Sat, 02 Jan 2021 01:15:49 +0200 Oleksandr Gavenko No need to define user-emacs-directory as it is in a pretty old v22.1.
Sat, 02 Jan 2021 01:11:43 +0200 Oleksandr Gavenko Do not byte compile .emacs-my during installation. Compilation code moved to separate target useful warnings are reported during compilation.
Sat, 02 Jan 2021 00:45:33 +0200 Oleksandr Gavenko Use command "install -m ..." instead "cp" in many occasions.
Sat, 02 Jan 2021 00:33:04 +0200 Oleksandr Gavenko Moved my elisp modes to dedicated directory to not mixt with init.el.
Sat, 02 Jan 2021 00:27:54 +0200 Oleksandr Gavenko Made "upgrade" target idempotent and added it as dependency to "install".
Fri, 01 Jan 2021 21:34:09 +0200 Oleksandr Gavenko Do not apply migration is there is no ~/.emacs.d/.emacs-ver file.
Fri, 01 Jan 2021 20:39:48 +0200 Oleksandr Gavenko Set installation dir explicitly in upgrade script.
Fri, 01 Jan 2021 20:32:49 +0200 Oleksandr Gavenko Moved some obsolete modes to attic.
Fri, 01 Jan 2021 20:21:33 +0200 Oleksandr Gavenko Launch .emacs-autogen.sh with predefined SHELL.
Fri, 01 Jan 2021 19:57:59 +0200 Oleksandr Gavenko Ensure the help doesn't trigger autoloading.
Fri, 01 Jan 2021 19:36:25 +0200 Oleksandr Gavenko Fixed grammar.
Fri, 01 Jan 2021 18:02:55 +0200 Oleksandr Gavenko Removed unused function.
Thu, 31 Dec 2020 23:11:59 +0200 Oleksandr Gavenko No need for copyright year.
Thu, 31 Dec 2020 00:20:03 +0200 Oleksandr Gavenko Fixed: show-paren-mode was disabled by large files because is it global mode.
Thu, 31 Dec 2020 00:08:10 +0200 Oleksandr Gavenko Set more distinctive color for paren expression highlighting.
Thu, 31 Dec 2020 00:03:42 +0200 Oleksandr Gavenko Highlight an entire expression instead of matching parenthesis.
Fri, 25 Dec 2020 20:21:56 +0200 Oleksandr Gavenko (setq ibuffer-expert t)
Sun, 13 Dec 2020 20:00:18 +0200 Oleksandr Gavenko Turned off ls-list for Cygwin to make Dired work for dirs with special files from WSL P9 FS.
Sun, 13 Dec 2020 19:17:21 +0200 Oleksandr Gavenko Just require ls-lisp.
Thu, 03 Dec 2020 11:14:59 +0200 Oleksandr Gavenko Lazy loading of buffer significantly reduces startup time!
Mon, 30 Nov 2020 13:39:57 +0200 Oleksandr Gavenko Enable yaml-mode in Jinja templates.
Sun, 29 Nov 2020 14:58:44 +0200 Oleksandr Gavenko Use server-use-tcp for server activation for Cygwin as /tmp directory periodically is cleaned up.
Sat, 28 Nov 2020 15:09:11 +0200 Oleksandr Gavenko Prefer to open URLs in Firefox.
Thu, 26 Nov 2020 23:35:06 +0200 Oleksandr Gavenko Disable stupid file locking. It breaks editing WSL files from Cygwin Emacs.
Thu, 26 Nov 2020 23:08:51 +0200 Oleksandr Gavenko Switched to build-in GNUS HTML renderer as Emacs cannot find w3m in Cygwin even if the package is installed.
Sun, 22 Nov 2020 18:35:29 +0200 Oleksandr Gavenko Marked function for autoload.
Sat, 21 Nov 2020 21:34:47 +0200 Oleksandr Gavenko Enabled highlighting of TODO keywords by text-mode-hook.
Fri, 20 Nov 2020 22:10:13 +0200 Oleksandr Gavenko Enable whitespace-mode in gadict-mode with appropriate customization.
Fri, 20 Nov 2020 17:38:07 +0200 Oleksandr Gavenko Fixed indention.
Fri, 20 Nov 2020 17:24:58 +0200 Oleksandr Gavenko Implemented mypasshide-mode for hiding passwords from my .org files.
Fri, 20 Nov 2020 12:07:48 +0200 Oleksandr Gavenko Added comment how to reload recentf.
Fri, 20 Nov 2020 12:04:07 +0200 Oleksandr Gavenko I don't use env var HOME on Windows anymore, so need for separate file for .recentf.
Wed, 18 Nov 2020 14:59:53 +0200 Oleksandr Gavenko Update codetags list.
Mon, 16 Nov 2020 19:57:22 +0200 Oleksandr Gavenko Enable TODO highlighting in config-like modes.
Mon, 16 Nov 2020 14:26:40 +0200 Oleksandr Gavenko Grouped related code so paragraph selected text can be evaluated by eval-reegion!
Mon, 16 Nov 2020 14:23:28 +0200 Oleksandr Gavenko Disabled global-whitespace-mode as it makes string quoted in double quote highlighted in fundamental-mode.
Mon, 16 Nov 2020 00:32:43 +0200 Oleksandr Gavenko Eliminated lags when navigating diff file cause by visiting files behind the
Sun, 01 Nov 2020 15:05:04 +0200 Oleksandr Gavenko Replaced eval-after-load => with-eval-after-load for its easier syntax.
Sun, 01 Nov 2020 14:26:50 +0200 Oleksandr Gavenko Add association if `key' is not in `alist' and replace all accociation with
Tue, 13 Oct 2020 21:24:58 +0300 Oleksandr Gavenko Disabled hunk refinement during font-lock, introduced in v27.1.
Tue, 13 Oct 2020 20:51:39 +0300 Oleksandr Gavenko Disabled magit-diff-refine-hunk. No only it is slow in Cygwin it is also fails on some hunks...
Sat, 03 Oct 2020 22:46:26 +0300 Oleksandr Gavenko Fixe: fboundp cannot detect outoloaded functions, replay on package-installed-p instead.
Sat, 03 Oct 2020 22:45:06 +0300 Oleksandr Gavenko Fixed typo in a condition.
Wed, 30 Sep 2020 14:11:24 +0300 Oleksandr Gavenko Use ivy-switch-buffer if available.
Wed, 30 Sep 2020 12:33:41 +0300 Oleksandr Gavenko Accept comma in time along with dot.
Tue, 22 Sep 2020 15:47:42 +0300 Oleksandr Gavenko Made fonts smaller for date and hidden parts to avoid frequent line wrapping and reduce noise. highlight ISO date without year.
Tue, 22 Sep 2020 15:02:30 +0300 Oleksandr Gavenko Set prettify-symbols-alist & prettify-symbols-mode.
Tue, 22 Sep 2020 12:55:29 +0300 Oleksandr Gavenko Added highlighting for special pattern to be less distracting. Two symbols are used as markers from each side to avoid most false positive matches.
Tue, 22 Sep 2020 12:53:26 +0300 Oleksandr Gavenko Activate typescript mode with eval-after-load as feature isn't registerd during startup process so we cannot detect it earlier.
Tue, 01 Sep 2020 13:22:16 +0300 Oleksandr Gavenko Moved save-place to a separate section.
Tue, 01 Sep 2020 13:20:18 +0300 Oleksandr Gavenko save-place-mode is since v25.1.
Sun, 30 Aug 2020 18:53:38 +0300 Oleksandr Gavenko Added interesting time zones for M-x display-time-world.
Sun, 16 Aug 2020 00:13:35 +0300 Oleksandr Gavenko Fixed Emacs 27.1 load issue: GNUS faces are now without -face suffix.
Sun, 16 Aug 2020 00:12:34 +0300 Oleksandr Gavenko Fixed install target failure because of lexical binding of generated-autoload-file.
Wed, 27 May 2020 13:28:47 +0300 Oleksandr Gavenko Enable typescript-mode for .tsx files.
Thu, 26 Mar 2020 14:58:47 +0200 Oleksandr Gavenko my-pp based on context so I don't need to remember my-nxml-pp, json-pretty-print-buffer, etc.
Thu, 12 Mar 2020 12:37:36 +0200 Oleksandr Gavenko Set display-raw-bytes-as-hex for Emacs 26.
Thu, 12 Mar 2020 12:32:22 +0200 Oleksandr Gavenko Expression was simplified.
Thu, 12 Mar 2020 12:27:12 +0200 Oleksandr Gavenko Simplified expression.
Mon, 24 Feb 2020 18:48:38 +0200 Oleksandr Gavenko Added docs, limited regex lookup for Java stack traces.
Mon, 24 Feb 2020 13:32:00 +0200 Oleksandr Gavenko Java 9 introduced "/" into line, like "java.base/sun.security.ssl".
Sun, 23 Feb 2020 14:45:23 +0200 Oleksandr Gavenko Moved experimental code to non-hg tracked file.
Mon, 17 Feb 2020 13:44:36 +0200 Oleksandr Gavenko Improved handling of long lines. Added docs.
Mon, 10 Feb 2020 00:56:19 +0200 Oleksandr Gavenko Enabled new gadialog mode.
Wed, 08 Jan 2020 22:23:31 +0200 Oleksandr Gavenko Grouped magit and vc modes.
Wed, 11 Dec 2019 22:39:13 +0200 Oleksandr Gavenko Fallback to selective-display if not in hs-minor-mode. Make corresponding key binding global.
Wed, 11 Dec 2019 00:35:10 +0200 Oleksandr Gavenko I need to visit work file with UTF-8 support.
Tue, 10 Dec 2019 19:49:45 +0200 Oleksandr Gavenko inhibit-startup-buffer-menu
Tue, 10 Dec 2019 19:38:14 +0200 Oleksandr Gavenko initial-major-mode is fundamental-mode.
Tue, 10 Dec 2019 18:08:41 +0200 Oleksandr Gavenko Introduced key binding to open helper buffer baked by file (so will not be lost as with *scratch*).
Tue, 10 Dec 2019 18:07:06 +0200 Oleksandr Gavenko Added command to open package info from Maven Central in Browser.
Tue, 10 Dec 2019 18:05:28 +0200 Oleksandr Gavenko It is better to select hole word (including dashes/underscores, depending on mode).
Tue, 10 Dec 2019 18:04:16 +0200 Oleksandr Gavenko Removed some generic modes that interfere with specialised: javascript-generic-mode ansible-inventory-generic-mode
Mon, 19 Aug 2019 18:28:12 +0300 Oleksandr Gavenko Fix: removed quotation from sub-element inside quoted expression.
Sun, 28 Jul 2019 13:49:08 +0300 Oleksandr Gavenko No need for default value. It can hide bug.
Wed, 17 Jul 2019 00:53:27 +0300 Oleksandr Gavenko Fixed hs-special-modes-alist START regex to allow '/' in attr values (like base64 encoded data) and enabled proper nxml-forward-element balancing function.
Tue, 04 Jun 2019 19:38:35 +0300 Oleksandr Gavenko Show diff for REV.
Sun, 02 Jun 2019 14:45:01 +0300 Oleksandr Gavenko Added magit-revision-mode to my-text-mode-list.
Sat, 18 May 2019 23:01:58 +0300 Oleksandr Gavenko Marked file for lexical-binding.
Sat, 18 May 2019 23:00:23 +0300 Oleksandr Gavenko Added bookmark creation for RST mode.
Thu, 16 May 2019 00:26:05 +0300 Oleksandr Gavenko Enable TODO highlighting in all prod modes without listing all modes.
Tue, 07 May 2019 00:48:54 +0300 Oleksandr Gavenko Fixed: ‘goto-line’ is for interactive use only; use ‘forward-line’ instead.
Tue, 07 May 2019 00:48:25 +0300 Oleksandr Gavenko Fix: string-to-int was removed in v26.1.
Tue, 07 May 2019 00:45:32 +0300 Oleksandr Gavenko Fixed: ‘ucs-insert’ is an obsolete function (as of 24.3), use ‘insert-char’ instead.
Tue, 07 May 2019 00:44:54 +0300 Oleksandr Gavenko Replaced default-FOO variables with (setq-default FOO ...) as they were deleted in v26.1.
Mon, 29 Apr 2019 16:49:32 +0300 Oleksandr Gavenko Added EDITED to TODO keywords.
Fri, 26 Apr 2019 12:15:39 +0300 Oleksandr Gavenko Added docs about global-auto-revert-mode.
Mon, 22 Apr 2019 23:45:02 +0300 Oleksandr Gavenko Enable whitespace-mode for markdown-mode.
Sat, 20 Apr 2019 02:38:52 +0300 Oleksandr Gavenko Activate gaphrase mode.
Thu, 18 Apr 2019 23:35:53 +0300 Oleksandr Gavenko Enable adoc-mode by function presents, feature is not available from autoload file.
Tue, 16 Apr 2019 11:28:40 +0300 Oleksandr Gavenko Do to turn on auto-fill mode. It is hard to disable it in derived modes.
Mon, 11 Mar 2019 12:19:49 +0200 Oleksandr Gavenko Simpler key binding to collapse XML documents.
Sun, 03 Mar 2019 14:19:08 +0200 Oleksandr Gavenko Highlight difference in magit with magit-diff-refine-hunk.
Sat, 02 Feb 2019 18:00:53 +0200 Oleksandr Gavenko vc-git-print-log-follow is for v26.1
Sun, 30 Dec 2018 12:07:00 +0200 Oleksandr Gavenko Search in hidden files too (starting with dot).
Thu, 13 Dec 2018 01:09:53 +0200 Oleksandr Gavenko gnus-buttonized-mime-types
Thu, 13 Dec 2018 00:34:30 +0200 Oleksandr Gavenko Reindent code.
Tue, 09 Oct 2018 09:49:35 +0300 Oleksandr Gavenko Show date instead of distance to commit in Magit log.
Mon, 24 Sep 2018 02:19:47 +0300 Oleksandr Gavenko Set gud-pdb-command-name.
Mon, 17 Sep 2018 19:58:48 +0300 Oleksandr Gavenko Enable adoc-mode for .adoc files.
Wed, 25 Jul 2018 22:10:16 +0300 Oleksandr Gavenko Fixed typo.
Wed, 25 Jul 2018 21:53:48 +0300 Oleksandr Gavenko Fixed regex quoting syntax.
Wed, 25 Jul 2018 21:52:30 +0300 Oleksandr Gavenko Fixed: ‘nxml-complete’ is an obsolete command (as of 26.1); use ‘completion-at-point’ instead.
Thu, 19 Jul 2018 15:06:02 +0300 Oleksandr Gavenko Fixed (ucs-names) API change in Emacs v26.
Wed, 11 Jul 2018 14:49:36 +0300 Oleksandr Gavenko Ported to Emacs 26.
Sun, 17 Jun 2018 22:50:13 +0300 Oleksandr Gavenko For convenience TAB always hide/show current leaf.
Sun, 13 May 2018 00:47:11 +0300 Oleksandr Gavenko Fix: treat context lines in my-ag-goto.
Sun, 13 May 2018 00:30:35 +0300 Oleksandr Gavenko Prompt for extra ag options on C-u C-u.
Sun, 13 May 2018 00:29:14 +0300 Oleksandr Gavenko Proper highlight context (from -A/-B/-C options).
Tue, 08 May 2018 02:00:23 +0300 Oleksandr Gavenko Fixed my-nxml-pp.
Thu, 03 May 2018 11:52:34 +0300 Oleksandr Gavenko Added pretty-print XML function.
Sat, 14 Apr 2018 17:15:52 +0300 Oleksandr Gavenko Avoid warning "assignment to free variable" for /ido-mode during compilation.
Sat, 14 Apr 2018 13:27:00 +0300 Oleksandr Gavenko Added emmet customization.
Sat, 14 Apr 2018 13:24:39 +0300 Oleksandr Gavenko Added emmet-mode.
Sun, 01 Apr 2018 15:32:58 +0300 Oleksandr Gavenko Add recent files and bookmarks to ‘ivy-switch-buffer’.
Sun, 01 Apr 2018 01:16:11 +0300 Oleksandr Gavenko Disable auto indenting on copy/paste in web-mode.
Fri, 30 Mar 2018 17:02:47 +0300 Oleksandr Gavenko Added switch to rfc1345 input method.
Sun, 28 Jan 2018 16:34:44 +0200 Oleksandr Gavenko Increase context in patches.
Thu, 14 Dec 2017 01:05:24 +0200 Oleksandr Gavenko Allow extra symbols in version for Gradle.
Sun, 03 Dec 2017 10:57:05 +0200 Oleksandr Gavenko Added function that copies xpath-like path in XML document.
Sun, 03 Dec 2017 10:55:56 +0200 Oleksandr Gavenko Set new frame font same as in main. Maximize new frames.
Sat, 25 Nov 2017 23:16:04 +0200 Oleksandr Gavenko Added hideshow mode for nxml.
Tue, 07 Nov 2017 22:00:04 +0200 Oleksandr Gavenko Disable er in org/rst-mode. Expand to line with \n by default.
Tue, 31 Oct 2017 10:58:29 +0200 Oleksandr Gavenko Expand region to word by default.
Wed, 25 Oct 2017 23:57:43 +0300 Oleksandr Gavenko It doesn't help much but allows to run python process, otherwise
Mon, 23 Oct 2017 14:20:14 +0300 Oleksandr Gavenko Make function silent if file is modified.
Sun, 22 Oct 2017 03:06:32 +0300 Oleksandr Gavenko Prefer Python 3 for interactive shell.
Sat, 21 Oct 2017 18:27:41 +0300 Oleksandr Gavenko Use UTF-8 on Windows fpr processes.
Wed, 11 Oct 2017 00:28:06 +0300 Oleksandr Gavenko Set font size depending on DPI.
Tue, 10 Oct 2017 22:41:43 +0300 Oleksandr Gavenko Mistaken s-TAB key binding broke my workflow.
Sun, 24 Sep 2017 09:23:32 +0300 Oleksandr Gavenko Prevent error that character not found.
Thu, 21 Sep 2017 19:50:19 +0300 Oleksandr Gavenko Problems with hunging on re-display when symbols is used on Windows can be solved by:
Thu, 21 Sep 2017 15:09:27 +0300 Oleksandr Gavenko Some symbols from default composition rules cause Emacs redisplay hang on Windows.
Wed, 06 Sep 2017 14:42:39 +0300 Oleksandr Gavenko Added key binding to erase buffer conveniently.
Sun, 27 Aug 2017 23:12:42 +0300 Oleksandr Gavenko Added Gradle support.
Mon, 31 Jul 2017 17:43:35 +0300 Oleksandr Gavenko Default sed filter failed with syntax error in native Emacs and Cygwin.
Tue, 04 Jul 2017 11:38:48 +0300 Oleksandr Gavenko .log.N files also should be treated as log files. Disable NRoff mode for such files.
Tue, 04 Jul 2017 11:35:29 +0300 Oleksandr Gavenko Modern Windows can work with Unicode. No need for codepage.
Mon, 12 Jun 2017 14:41:05 +0300 Oleksandr Gavenko Replace triangle symbol with alternatives that is worked with default Windows fonts.
Wed, 31 May 2017 16:11:48 +0300 Oleksandr Gavenko Set large-file-warning-threshold greater then 10 MiB in order to open logs
Sun, 23 Apr 2017 21:27:59 +0300 Oleksandr Gavenko Fixed parents and key binding syntax for ide-*.
Sun, 23 Apr 2017 17:47:05 +0300 Oleksandr Gavenko Added key bindings to open file in external IDE. Unified code for error
Sun, 02 Apr 2017 16:22:22 +0300 Oleksandr Gavenko Revert mistaken change after mass-replacing.
Thu, 30 Mar 2017 11:00:49 +0300 Oleksandr Gavenko Fix: Warning: defface for my-ag/lineno-face fails to specify containing group
Thu, 30 Mar 2017 10:56:58 +0300 Oleksandr Gavenko Fix: Warning: assignment to free variable js-indent-level.
Thu, 30 Mar 2017 10:54:38 +0300 Oleksandr Gavenko Fix: Warning: the following functions are not known to be defined:
Thu, 30 Mar 2017 10:51:57 +0300 Oleksandr Gavenko Remove dead code.
Thu, 30 Mar 2017 00:38:47 +0300 Oleksandr Gavenko Fix: Warning: 'goto-line' is for interactive use only; use 'forward-line'
Thu, 30 Mar 2017 00:34:44 +0300 Oleksandr Gavenko Fix: Warning: "string-to-int" is an obsolete function (as of 22.1); use
Thu, 30 Mar 2017 00:24:42 +0300 Oleksandr Gavenko Fix: Warning: defface fails to specify containing group.
Thu, 30 Mar 2017 00:22:53 +0300 Oleksandr Gavenko Added target to run byte compilation to gather warnings.
Thu, 30 Mar 2017 00:13:05 +0300 Oleksandr Gavenko Fix: Warning: "font-lock-fontify-buffer" is for interactive use only; use
Wed, 29 Mar 2017 23:55:10 +0300 Oleksandr Gavenko Interactive methods use '-', private methods uses `/` as separator after
Wed, 29 Mar 2017 22:56:36 +0300 Oleksandr Gavenko Private functions use '/' delimiter, public as usual '-' delimiter.
Wed, 29 Mar 2017 22:52:52 +0300 Oleksandr Gavenko Rename public function so that they wouldn't have '/' symbol in name.
Wed, 29 Mar 2017 22:27:16 +0300 Oleksandr Gavenko Use 'my-' prefix instead 'my/' with nonstandard character.
Sat, 25 Mar 2017 11:59:34 +0300 Oleksandr Gavenko Parser for ivy dependencies.
Sat, 25 Mar 2017 11:18:21 +0300 Oleksandr Gavenko Prefer look ahead. Fix typo.
Sat, 25 Mar 2017 11:09:24 +0300 Oleksandr Gavenko Remove unnecessary code.
Sat, 25 Mar 2017 10:44:53 +0300 Oleksandr Gavenko Remove magic numbers.
Sat, 25 Mar 2017 02:13:30 +0300 Oleksandr Gavenko Remove duplicate code.
Sat, 25 Mar 2017 02:12:56 +0300 Oleksandr Gavenko Move maven handling logic from maven-central.el to separate file.
Sat, 25 Mar 2017 02:06:03 +0300 Oleksandr Gavenko No need to custom implementation of zgrep, zrgrep is bundled with v23.2.
Thu, 09 Mar 2017 15:11:29 +0200 Oleksandr Gavenko Strip "my/" prefix. Require 'json' library.
Thu, 09 Mar 2017 11:07:23 +0200 Oleksandr Gavenko Use trick with changing working directory to avoid Cygwin path issues.
Thu, 09 Mar 2017 10:55:00 +0200 Oleksandr Gavenko Add documentation.
Thu, 09 Mar 2017 10:53:14 +0200 Oleksandr Gavenko Open file in Intellij Idea. Common interface for IDE.
Mon, 06 Mar 2017 15:40:53 +0200 Oleksandr Gavenko It much easy to call ag for current directory via modifier then prefix argument.
Thu, 02 Mar 2017 22:41:44 +0200 Oleksandr Gavenko Prevent error if there is no repository. Fix highlighting of line numbers.
Wed, 01 Mar 2017 16:15:48 +0200 Oleksandr Gavenko Disable function highlighting. It is too disturbing.
Wed, 01 Mar 2017 10:02:30 +0200 Oleksandr Gavenko Highlight optional year and milliseconds parts.
Mon, 27 Feb 2017 21:24:10 +0200 Oleksandr Gavenko Number of lines can be greater then I assumed initially.
Thu, 23 Feb 2017 09:59:25 +0200 Oleksandr Gavenko Define function to easy navigate to Java source file from Java exception.
Thu, 23 Feb 2017 08:19:21 +0200 Oleksandr Gavenko (vc-root-dir) selectively work depending on buffer mode. I need root based on
Thu, 23 Feb 2017 07:35:48 +0200 Oleksandr Gavenko Fix typo. Add promising but not worked option.
Thu, 23 Feb 2017 00:42:06 +0200 Oleksandr Gavenko Use own implementation of ag frontend.
Thu, 23 Feb 2017 00:40:50 +0200 Oleksandr Gavenko Function for killing process. Simplify code. Limit search for current
Wed, 22 Feb 2017 23:58:21 +0200 Oleksandr Gavenko Add own ag mode.
Wed, 22 Feb 2017 11:58:15 +0200 Oleksandr Gavenko Fix: delete extra parent.
Wed, 22 Feb 2017 11:37:42 +0200 Oleksandr Gavenko Follow common prefixing schema for my functions.
Tue, 21 Feb 2017 11:22:31 +0200 Oleksandr Gavenko Windows doesn't have fonts for 'or'/'and' Python keywords.
Mon, 20 Feb 2017 20:26:21 +0200 Oleksandr Gavenko Use regex search instead of literal for ag.
Mon, 20 Feb 2017 16:04:49 +0200 Oleksandr Gavenko Detect if json-mode available.
Mon, 20 Feb 2017 15:56:22 +0200 Oleksandr Gavenko I do not need duplicates in minibuffer history.
Mon, 20 Feb 2017 15:52:38 +0200 Oleksandr Gavenko Remove POST command. Add useful report.
Sun, 19 Feb 2017 14:44:26 +0200 Oleksandr Gavenko Allow autoload. Move cursor to the beginning of buffer.
Sun, 19 Feb 2017 14:38:21 +0200 Oleksandr Gavenko Library to access Spring Actuator endpoints.
Sun, 19 Feb 2017 13:33:21 +0200 Oleksandr Gavenko Set indentation for json-mode. Require ag.
Wed, 15 Feb 2017 00:01:59 +0200 Oleksandr Gavenko Show message about debug level to be sure without reading documentation.
Mon, 13 Feb 2017 10:25:59 +0200 Oleksandr Gavenko Fix typos.
Sun, 12 Feb 2017 13:15:25 +0200 Oleksandr Gavenko Customize ag usage.
Thu, 09 Feb 2017 15:41:59 +0200 Oleksandr Gavenko Enable ag if available for searching.
Tue, 31 Jan 2017 23:38:09 +0200 Oleksandr Gavenko Disable anti-aliasing for Cyrillic, Greek and IPA scripts.
Tue, 31 Jan 2017 10:10:55 +0200 Oleksandr Gavenko Combined company adapter for JS and CSS in web-mode.
Mon, 30 Jan 2017 14:28:51 +0200 Oleksandr Gavenko Avoid duplication in company prompt because of case.
Sun, 29 Jan 2017 23:10:53 +0200 Oleksandr Gavenko Use cycle-spacing as it convenient then M-\ key binding.
Sun, 29 Jan 2017 14:04:06 +0200 Oleksandr Gavenko Avoid duplication in "company-transformers".
Sun, 29 Jan 2017 13:52:18 +0200 Oleksandr Gavenko Enable flyspell for rst-mode.
Sat, 28 Jan 2017 14:41:20 +0200 Oleksandr Gavenko Enable company-mode for org-mode.
Fri, 27 Jan 2017 21:28:54 +0200 Oleksandr Gavenko I end with using Apps key as super.
Fri, 27 Jan 2017 19:51:50 +0200 Oleksandr Gavenko Use ScrollLock as super modifier in Windows. It is useful after remapping
Fri, 27 Jan 2017 17:23:34 +0200 Oleksandr Gavenko Return list instead printing to *Message* buffer in my/lookup-key.
Thu, 26 Jan 2017 21:18:12 +0200 Oleksandr Gavenko Adjust company mode to Java.
Thu, 26 Jan 2017 21:09:42 +0200 Oleksandr Gavenko Rearrange code. Enable company mode for RST files.
Thu, 26 Jan 2017 20:54:44 +0200 Oleksandr Gavenko Align annotations to right.
Thu, 26 Jan 2017 20:53:33 +0200 Oleksandr Gavenko Enable company-mode during Emacs startup. Echo full path to executable in echo-area.
Thu, 26 Jan 2017 20:01:50 +0200 Oleksandr Gavenko Add company completion for executable in PATH. Enable company for Makefile and progmodes.
Thu, 26 Jan 2017 17:33:34 +0200 Oleksandr Gavenko Limit company-dabbrev-code search to shell-mode.
Thu, 26 Jan 2017 17:28:12 +0200 Oleksandr Gavenko Improve company-mode integration for shell mode.
Thu, 26 Jan 2017 17:27:01 +0200 Oleksandr Gavenko Enable company mode for shell scripts.
Thu, 26 Jan 2017 17:09:36 +0200 Oleksandr Gavenko Add stable.melpa.org and priorities for package sources.
Thu, 26 Jan 2017 16:25:43 +0200 Oleksandr Gavenko http://tromey.com/elpa/ is deprecated.
Thu, 26 Jan 2017 16:07:37 +0200 Oleksandr Gavenko Filter out completion started with numbers from company-mode.
Thu, 26 Jan 2017 15:56:33 +0200 Oleksandr Gavenko company-dabbrev-other-buffers
Thu, 26 Jan 2017 15:23:59 +0200 Oleksandr Gavenko company-dabbrev-downcase.
Mon, 23 Jan 2017 02:33:55 +0200 Oleksandr Gavenko Use bash in term-mode under Cygwin.
Mon, 23 Jan 2017 01:02:09 +0200 Oleksandr Gavenko Enable server for Cygwin Emacs.
Mon, 09 Jan 2017 19:53:27 +0200 Oleksandr Gavenko save-place-mode is not defined in earlier Emacs (21-24).
Mon, 09 Jan 2017 02:27:39 +0200 Oleksandr Gavenko Activate save-place-mode with a function in order to work with Emacs 25.
Mon, 09 Jan 2017 01:14:56 +0200 Oleksandr Gavenko Add pyflakes3.
Sat, 07 Jan 2017 01:10:02 +0200 Oleksandr Gavenko Add handling of hex charrefs.
Sat, 19 Nov 2016 18:06:38 +0200 Oleksandr Gavenko Redefine some web-mode faces.
Sat, 19 Nov 2016 17:46:22 +0200 Oleksandr Gavenko Replace html-mode with web-mode in ``magic-fallback-mode-alist``.
Sat, 29 Oct 2016 00:14:38 +0300 Oleksandr Gavenko Use American English variant for spell checking. Prefer aspell to ispell.
Thu, 13 Oct 2016 21:17:44 +0300 Oleksandr Gavenko icomplete mostly as powerful as smex. That's why I removed external dependency.
Thu, 13 Oct 2016 21:11:11 +0300 Oleksandr Gavenko Give a try to smex.
Wed, 12 Oct 2016 22:46:40 +0300 Oleksandr Gavenko Use TRIANGLE in pseudo-graphic it is better looking then POINTER.
Mon, 10 Oct 2016 19:57:56 +0300 Oleksandr Gavenko Fix spelling and typos.
Mon, 10 Oct 2016 17:00:26 +0300 Oleksandr Gavenko Reindent code.
Fri, 07 Oct 2016 02:20:50 +0300 Oleksandr Gavenko Port to Emacs 23.
Fri, 07 Oct 2016 02:16:30 +0300 Oleksandr Gavenko Port to Emacs 22.
Thu, 06 Oct 2016 21:04:15 +0300 Oleksandr Gavenko Document ido-everywhere synonym.
Thu, 06 Oct 2016 18:58:23 +0300 Oleksandr Gavenko My .rst files in UTF-8.
Mon, 26 Sep 2016 00:29:33 +0300 Oleksandr Gavenko Decide to use "DejaVu Sans Mono-11" as default font. It has same width as
Sun, 25 Sep 2016 22:56:05 +0300 Oleksandr Gavenko Use Terminus font under X and fallback to misc-fixed.
Tue, 20 Sep 2016 14:44:39 +0300 Oleksandr Gavenko Highlight whitespaces and adjust scroll-margin for gadict-mode.
Sat, 17 Sep 2016 09:28:07 +0300 Oleksandr Gavenko Fix docs.
Sun, 11 Sep 2016 15:31:04 +0300 Oleksandr Gavenko Fix: Warning: reference to free variable `python-indent'.
Sun, 11 Sep 2016 15:26:25 +0300 Oleksandr Gavenko Fix: Warning: reference to free variable `gnus-tmp-group'.
Sun, 11 Sep 2016 15:06:41 +0300 Oleksandr Gavenko Make possible to move through English word pronunciation with single forward-word.
Sun, 11 Sep 2016 11:37:20 +0300 Oleksandr Gavenko Fix: Warning: assignment to free variables `pc-select-selection-keys-only' and
Sun, 11 Sep 2016 11:30:26 +0300 Oleksandr Gavenko Fix: Warning: assignment to free variable `helm-locate-command'.
Sun, 11 Sep 2016 11:29:01 +0300 Oleksandr Gavenko Fix :Warning: assignment to free variable `srecode-mode-table-list'.
Sun, 11 Sep 2016 11:27:08 +0300 Oleksandr Gavenko Show Message-Id in Gnus Article buffer. Search for Message-Id in Web.
Sat, 10 Sep 2016 15:40:30 +0300 Oleksandr Gavenko Use shell glob instead regex for helm-locate.
Fri, 26 Aug 2016 00:09:57 +0300 Oleksandr Gavenko Fix: Warning: defface for ... fails to specify containing group.
Fri, 26 Aug 2016 00:02:33 +0300 Oleksandr Gavenko compile-auto-highlight is no longer in Emacs sources.
Fri, 26 Aug 2016 00:02:04 +0300 Oleksandr Gavenko Remove some "Warning: assignment to free variable".
Thu, 25 Aug 2016 23:59:23 +0300 Oleksandr Gavenko gnus-treat-date-user-defined no longer exist. Also it is unclear how
Thu, 25 Aug 2016 23:55:58 +0300 Oleksandr Gavenko Fix many of "Warning: assignment to free variable".
Thu, 25 Aug 2016 23:47:02 +0300 Oleksandr Gavenko Fix: Warning: reference to free variable `cygwin-mount-table--internal'.
Thu, 25 Aug 2016 21:27:19 +0300 Oleksandr Gavenko Fix: Warning: assignment to free variable `find-ls-option'.
Thu, 25 Aug 2016 21:16:35 +0300 Oleksandr Gavenko Fix: Warning: `beginning-of-buffer' is for interactive use only; use `(goto-char (point-min))' instead.
Thu, 25 Aug 2016 20:30:31 +0300 Oleksandr Gavenko Functions to re-evaluate buffer/library with re-assigning `defvar` values.
Sat, 13 Aug 2016 18:35:26 +0300 Oleksandr Gavenko Rename my public names to use "my/" prefix and my private function to use "my--" prefix.
Sat, 13 Aug 2016 18:22:31 +0300 Oleksandr Gavenko Rename own org variable and function to use "my/" prefix.
Tue, 02 Aug 2016 23:46:27 +0300 Oleksandr Gavenko Fix: nil python shell because we already switched from .py file.
Tue, 02 Aug 2016 23:42:10 +0300 Oleksandr Gavenko Move defuns out of top level macro in order to simplify debugging. Follow
Mon, 20 Jun 2016 21:32:48 +0300 Oleksandr Gavenko Fix: The value "device-width;" for key "width" is invalid, and has been ignored.
Sun, 19 Jun 2016 22:18:40 +0300 Oleksandr Gavenko Present character encoding at first.
Sat, 18 Jun 2016 21:13:24 +0300 Oleksandr Gavenko suggest-key-bindings
Thu, 02 Jun 2016 22:06:43 +0300 Oleksandr Gavenko Fix: Recursive make invocation require '$(MAKE)' usage.
Thu, 02 Jun 2016 20:21:30 +0300 Oleksandr Gavenko Fix: Symbol's function definition is void: tooltip-mode on Solaris emacs-nox v24.3.
Thu, 02 Jun 2016 20:18:02 +0300 Oleksandr Gavenko Fix: Solaris 'find' does not support '-delete' option.
Wed, 25 May 2016 10:18:36 +0300 Oleksandr Gavenko Fix: File error: Opening output file, no such file or directory, c:/Users/user/AppData/Roaming/.emacs.d/server/server
Sat, 21 May 2016 10:40:25 +0300 Oleksandr Gavenko Enable whitespace-mode for gadict-mode.
Wed, 18 May 2016 18:29:10 +0300 Oleksandr Gavenko I already activate "cygwin-mount".
Wed, 18 May 2016 15:47:16 +0300 Oleksandr Gavenko (eq window-system 'w32) ==> (eq system-type 'windows-nt) to correctly handle
Wed, 18 May 2016 15:11:29 +0300 Oleksandr Gavenko Notes on setting MANPATH to work with Cygwin.
Wed, 18 May 2016 14:49:08 +0300 Oleksandr Gavenko I don't like rcirc, "remember" mode is deprecated.
Wed, 18 May 2016 14:47:56 +0300 Oleksandr Gavenko Remove mail settings examples. Corresponding code already is used.
Wed, 18 May 2016 14:45:26 +0300 Oleksandr Gavenko Remove deprecated example.
Wed, 18 May 2016 14:23:47 +0300 Oleksandr Gavenko Including ~/usr/share/info in INFOPATH. Tweak for INFOPATH and cygwin-mount.el.
Wed, 18 May 2016 14:05:30 +0300 Oleksandr Gavenko Activate Cygwin for native Windows Emacs if available.
Sun, 15 May 2016 23:31:06 +0300 Oleksandr Gavenko Fix: Error: Cannot open load file: no such file or directory, htmlize.
Sun, 15 May 2016 23:28:47 +0300 Oleksandr Gavenko Disable ClearType on Windows.
Thu, 12 May 2016 21:59:38 +0300 Oleksandr Gavenko Enable margins for conf-mode.
Fri, 01 Apr 2016 19:20:55 +0300 Oleksandr Gavenko sgml-set-face is not defined anywhere. Fix some Warning: assignment to free variable.
Fri, 01 Apr 2016 19:05:11 +0300 Oleksandr Gavenko I am no loger using psvn, DVC.
Fri, 01 Apr 2016 19:04:18 +0300 Oleksandr Gavenko I don't use rcirc.
Fri, 01 Apr 2016 19:00:17 +0300 Oleksandr Gavenko I don't use bbdb.
Fri, 01 Apr 2016 18:58:28 +0300 Oleksandr Gavenko Fix: Warning: `... is for interactive use only; use `...' instead.
Fri, 01 Apr 2016 18:55:36 +0300 Oleksandr Gavenko Set valued via defvar instead of setq to avoid Warning: assignment to free variable.
Fri, 01 Apr 2016 18:49:09 +0300 Oleksandr Gavenko Fix: Warning: `european-calendar-style' is an obsolete variable (as of 23.1); use `calendar-date-style' instead.
Fri, 01 Apr 2016 18:46:29 +0300 Oleksandr Gavenko Even on Windows I prefer UTF-8 fro SVN/CVS.
Fri, 01 Apr 2016 18:40:42 +0300 Oleksandr Gavenko Suppress another: Warning: assignment to free variable
Fri, 01 Apr 2016 18:32:20 +0300 Oleksandr Gavenko I don't like yasnippet because it require file name matches abbreviation.
Fri, 01 Apr 2016 18:30:40 +0300 Oleksandr Gavenko Use hl-line even in terminals.
Fri, 01 Apr 2016 18:27:39 +0300 Oleksandr Gavenko Fix Warning: assignment to free variable.
Fri, 01 Apr 2016 18:26:08 +0300 Oleksandr Gavenko I have no needs to use my jdone mode anymore.
Fri, 01 Apr 2016 18:25:13 +0300 Oleksandr Gavenko Emacs 23.1 no longer need codepage-setup. Unlikely I would use old Emacs 22 on Windows...
Fri, 01 Apr 2016 18:21:16 +0300 Oleksandr Gavenko Remove support for Emacs 21.x.
Fri, 01 Apr 2016 18:01:57 +0300 Oleksandr Gavenko Delete explicit-sh-args var, it is not defined in Emacs sources.
Fri, 01 Apr 2016 18:00:50 +0300 Oleksandr Gavenko Exclusively use "org-capture". Although it is not available on Emacs 23 but I
Fri, 01 Apr 2016 17:55:30 +0300 Oleksandr Gavenko Unconditionally enable Org mode.
Fri, 01 Apr 2016 17:40:12 +0300 Oleksandr Gavenko Add (eval-when 'compile ...) to reduce number of Warning: reference to free variable.
Fri, 01 Apr 2016 14:47:14 +0300 Oleksandr Gavenko Fix: Warning: `make-variable-buffer-local' not called at toplevel.
Fri, 01 Apr 2016 14:42:15 +0300 Oleksandr Gavenko (setq enable-recursive-minibuffers t)
Wed, 30 Mar 2016 15:00:56 +0300 Oleksandr Gavenko (put 'set-goal-column 'disabled nil)
Fri, 25 Mar 2016 21:58:09 +0200 Oleksandr Gavenko Semantic make useless completion for Java inner classes. It suggest wrong
Fri, 25 Mar 2016 21:36:49 +0200 Oleksandr Gavenko Deploy targets.
Fri, 25 Mar 2016 21:30:16 +0200 Oleksandr Gavenko (global-semantic-idle-completions-mode -1)
Wed, 23 Mar 2016 15:14:22 +0200 Oleksandr Gavenko Use named compilation-error-regexp.
Wed, 23 Mar 2016 11:13:11 +0200 Oleksandr Gavenko Fix: Warning: `read-input' is an obsolete function (as of 22.1); use `read-string' instead.
Wed, 23 Mar 2016 11:09:44 +0200 Oleksandr Gavenko Fix: Warning: `flet' is an obsolete macro (as of 24.3); use either `cl-flet' or `cl-letf'.
Wed, 23 Mar 2016 11:02:09 +0200 Oleksandr Gavenko Accept safe variables without prompting.
Thu, 17 Mar 2016 15:59:35 +0200 Oleksandr Gavenko Add description for time zones.
Sun, 13 Mar 2016 14:17:11 +0200 Oleksandr Gavenko Clean up backup files in $(mylispdir) dir too.
Sun, 13 Mar 2016 14:16:22 +0200 Oleksandr Gavenko Load gadict mode if available.
Sun, 13 Mar 2016 14:14:41 +0200 Oleksandr Gavenko Fix typo.
Sun, 13 Mar 2016 14:07:01 +0200 Oleksandr Gavenko dict-mode.el is obsolete. Code moved to gadict project. Upgrade is not required.
Sun, 13 Mar 2016 14:06:08 +0200 Oleksandr Gavenko Move upgrade script to separate file. Add framework to support future upgrades.
Sun, 13 Mar 2016 13:56:48 +0200 Oleksandr Gavenko Fix: Copy missing file.
Sun, 13 Mar 2016 01:46:31 +0200 Oleksandr Gavenko Remove those nasty "Summary: " from commit messages.
Wed, 09 Mar 2016 17:09:26 +0200 Oleksandr Gavenko EST
Mon, 07 Mar 2016 12:04:54 +0200 Oleksandr Gavenko display-time-world settings.
Thu, 03 Mar 2016 17:49:51 +0200 Oleksandr Gavenko rename .emacs to init.el
Mon, 29 Feb 2016 00:32:45 +0200 Oleksandr Gavenko Document global-linum-mode
Sun, 28 Feb 2016 23:57:49 +0200 Oleksandr Gavenko Disable diary integration into org mode because I don't use diary and
Sun, 28 Feb 2016 11:42:42 +0200 Oleksandr Gavenko home key move after prompt in inferior-ess-mode
Mon, 22 Feb 2016 00:31:46 +0200 Oleksandr Gavenko Swap ipa and greek index.
Mon, 22 Feb 2016 00:30:21 +0200 Oleksandr Gavenko Add Greek input method.
Thu, 18 Feb 2016 18:14:51 +0200 Oleksandr Gavenko Do not place TODO keyword before task. Without it agenda show file
Thu, 18 Feb 2016 15:50:11 +0200 Oleksandr Gavenko I don't need mark of "TODO". If schedule date present - I should make this task.
Thu, 18 Feb 2016 00:48:04 +0200 Oleksandr Gavenko Fix usage of built-in Python help() helper.
Tue, 16 Feb 2016 21:52:27 +0200 Oleksandr Gavenko My Python checkers mode.
Tue, 16 Feb 2016 14:24:05 +0200 Oleksandr Gavenko Regex to parse asciidoc errors.
Mon, 15 Feb 2016 20:16:43 +0200 Oleksandr Gavenko Added function and key binding to show docs through built-in "help" Python function.
Sun, 14 Feb 2016 21:06:19 +0200 Oleksandr Gavenko Remove escapes from "'" from Python docs output.
Sun, 14 Feb 2016 20:04:20 +0200 Oleksandr Gavenko Show full docs for symbol at point for Python mode.
Sat, 13 Feb 2016 00:04:34 +0200 Oleksandr Gavenko Seems that python-describe-symbol in python-mode.el and not in
Sat, 13 Feb 2016 00:01:46 +0200 Oleksandr Gavenko Add key binding for sending paragraph to python process.
Fri, 12 Feb 2016 23:06:29 +0200 Oleksandr Gavenko Redefine and add some key binding for python-mode.el.
Fri, 12 Feb 2016 18:04:15 +0200 Oleksandr Gavenko Modify archive file only if archive entries found.
Fri, 12 Feb 2016 17:55:01 +0200 Oleksandr Gavenko Use entire directory for org-mode file list.
Fri, 12 Feb 2016 15:55:06 +0200 Oleksandr Gavenko Update paths because I move my base development directory up one level.
Wed, 10 Feb 2016 23:46:57 +0200 Oleksandr Gavenko Disable global-hi-lock-mode due to bug: 24.5; "(global-hi-lock-mode 1)" broke "C-x" key bindings inside "M-x term", especially for "emacs -nw" (Emacs inside Emacs).
Wed, 10 Feb 2016 19:53:47 +0200 Oleksandr Gavenko Save more desktop-globals-to-save options.
Wed, 10 Feb 2016 19:52:40 +0200 Oleksandr Gavenko Initialise stam module after loading.
Wed, 10 Feb 2016 19:52:03 +0200 Oleksandr Gavenko Add examples of ffap settings.
Wed, 10 Feb 2016 19:51:06 +0200 Oleksandr Gavenko Place related recentf settings together.
Wed, 10 Feb 2016 15:29:09 +0200 Oleksandr Gavenko Mark my article more visually.
Wed, 10 Feb 2016 14:19:10 +0200 Oleksandr Gavenko Show List-URL: mail header. Enable spam reporting for Gnus.
Sat, 06 Feb 2016 20:11:33 +0200 Oleksandr Gavenko Fix: Symbol's value as variable is void: sql-mode-map
Sat, 06 Feb 2016 17:52:00 +0200 Oleksandr Gavenko Fix: Symbol's value as variable is void: sql-mode-map
Thu, 28 Jan 2016 22:55:06 +0200 Oleksandr Gavenko Add my-* prefix to html-charref-* functions. Add support for < /
Sat, 23 Jan 2016 21:08:36 +0200 Oleksandr Gavenko Send the current paragraph to the SQL process with \"explain \" keyword.
Sat, 09 Jan 2016 23:19:24 +0200 Oleksandr Gavenko Disable Marmelade because of error: gnutls.c: [0] (Emacs) fatal error: The TLS connection was non-properly terminated.
Fri, 08 Jan 2016 22:50:44 +0200 Oleksandr Gavenko Point to new home page.
Wed, 16 Dec 2015 02:17:03 +0200 Oleksandr Gavenko In order to byte-compile under Windows install Cygwin Emacs to PATH!
Sat, 12 Dec 2015 01:06:07 +0200 Oleksandr Gavenko Fix: major-mode should have highest priority, default handlers - least.
Sat, 12 Dec 2015 00:45:05 +0200 Oleksandr Gavenko Fix: Symbol's value as variable is void: bookmark-minibuffer-read-name-map.
Fri, 11 Dec 2015 18:54:46 +0200 Oleksandr Gavenko Add quick access to TeX input method.
Thu, 10 Dec 2015 21:58:03 +0200 Oleksandr Gavenko Disable Warning: FAIL: (file-error "Cannot open load file" "w3m-util")
Thu, 10 Dec 2015 21:39:41 +0200 Oleksandr Gavenko cl-eval-when doesn't exist on Emacs v24.2.1.
Thu, 10 Dec 2015 16:17:55 +0200 Oleksandr Gavenko term-scroll-show-maximum-output
Thu, 10 Dec 2015 15:49:16 +0200 Oleksandr Gavenko Recipe to make mouse clicks work in xterm/iTerm.
Thu, 10 Dec 2015 15:46:08 +0200 Oleksandr Gavenko Fix spelling.
Thu, 10 Dec 2015 12:08:31 +0200 Oleksandr Gavenko Interpret ANSI color esacape sequence by colorifying cotent.
Wed, 02 Dec 2015 23:41:53 +0200 Oleksandr Gavenko Don't jump to unknown directory if file not found in current!
Mon, 30 Nov 2015 00:49:45 +0200 Oleksandr Gavenko Use "-" as hour/minute/second separator instead of ":" to avoid
Thu, 26 Nov 2015 21:36:29 +0200 Oleksandr Gavenko Mark .log.[0-9]+ files also as temporary.
Thu, 26 Nov 2015 00:49:22 +0200 Oleksandr Gavenko Enable file name completion in line-mode of term-mode.
Tue, 10 Nov 2015 13:06:57 +0200 Oleksandr Gavenko Use consistent style for internal names.
Tue, 10 Nov 2015 13:04:25 +0200 Oleksandr Gavenko Additional file extension for nxml-mode.
Sun, 01 Nov 2015 15:13:52 +0200 Oleksandr Gavenko Do not highlight 64 equal characters.
Sun, 01 Nov 2015 15:11:09 +0200 Oleksandr Gavenko Fix sectioning comment style.
Fri, 30 Oct 2015 16:34:33 +0200 Oleksandr Gavenko Mark useful functions as autoload.
Tue, 27 Oct 2015 19:47:19 +0200 Oleksandr Gavenko Fix: broken checks prevent installation on fresh host.
Tue, 27 Oct 2015 19:50:40 +0200 Oleksandr Gavenko merged
Thu, 22 Oct 2015 16:41:16 +0300 Oleksandr Gavenko Spammers, haters.
Wed, 21 Oct 2015 23:47:13 +0300 Oleksandr Gavenko Show size in bytes by find-dired command.
Wed, 14 Oct 2015 21:19:21 +0300 Oleksandr Gavenko Use built-in options for elisp actions.
Wed, 14 Oct 2015 14:17:16 +0300 Oleksandr Gavenko Load file for workaround only when necessary.
Tue, 13 Oct 2015 14:56:53 +0300 Oleksandr Gavenko Fix: my-w3m-view-url: Invalid function: w3m-anchor
Wed, 07 Oct 2015 13:34:30 +0300 Oleksandr Gavenko Fix: my-w3m-view-url: Invalid function: w3m-anchor
Sat, 26 Sep 2015 19:29:44 +0300 Oleksandr Gavenko Don't highlight 64 subsequent chars as this break major mode highlighting.
Sat, 19 Sep 2015 19:08:31 +0300 Oleksandr Gavenko Fix test for finding key by lookup-key.
Mon, 14 Sep 2015 22:22:52 +0300 Oleksandr Gavenko my--smart-end-of-line like my--smart-beginning-of-line.
Mon, 10 Aug 2015 22:47:53 +0300 Oleksandr Gavenko set-mark-command-repeat-pop
Thu, 09 Jul 2015 22:39:54 -0500 Oleksandr Gavenko my-calc-line
Thu, 23 Apr 2015 02:04:23 +0300 Oleksandr Gavenko Use new autobm mode!
Wed, 22 Apr 2015 00:54:41 +0300 Oleksandr Gavenko Simplify code.
Mon, 20 Apr 2015 02:41:54 +0300 Oleksandr Gavenko Auto named bookmarks.
Wed, 15 Apr 2015 00:18:29 +0300 Oleksandr Gavenko Use newer recommended place for bookmarks.
Wed, 15 Apr 2015 00:16:53 +0300 Oleksandr Gavenko Simplify expression.
Tue, 14 Apr 2015 23:56:55 +0300 Oleksandr Gavenko Add version compatibility checks.
Tue, 14 Apr 2015 23:20:00 +0300 Oleksandr Gavenko Disable byte-compilation warnings:
Tue, 07 Apr 2015 22:10:10 +0300 Oleksandr Gavenko Disable noisy prompts when Emacs loads with desktop-save-mode opening
Tue, 14 Apr 2015 13:01:01 +0300 Oleksandr Gavenko Disable line wrapping for SQLi buffers.
Fri, 10 Apr 2015 22:20:51 +0300 Oleksandr Gavenko With double prefix enable debugging on event and signal.
Thu, 02 Apr 2015 19:51:29 +0300 Oleksandr Gavenko Remove qouting from 'my--eval-after-load' macro usage because that code doesn't evaluated.
Wed, 01 Apr 2015 14:53:04 +0300 Oleksandr Gavenko Avoid overriding text background - highlight only after line end.
Tue, 31 Mar 2015 14:35:29 +0300 Oleksandr Gavenko LANG=C damage localised output.
Thu, 26 Mar 2015 01:37:32 +0200 Oleksandr Gavenko dict-c5-new-entry
Fri, 13 Mar 2015 21:40:17 +0200 Oleksandr Gavenko Revert upgrade logic, lost during merge.
Fri, 13 Mar 2015 21:34:39 +0200 Oleksandr Gavenko Keep jabber conversation history in 'user-emacs-directory'.
Fri, 13 Mar 2015 21:21:33 +0200 Oleksandr Gavenko Update 'uninstall' target.
Fri, 13 Mar 2015 21:10:31 +0200 Oleksandr Gavenko Cleanup *.elc files also.
Fri, 13 Mar 2015 20:57:08 +0200 Oleksandr Gavenko Fix merge.
Fri, 13 Mar 2015 19:26:20 +0200 Oleksandr Gavenko merged
Fri, 13 Mar 2015 14:20:23 +0200 Oleksandr Gavenko Use er/expand-region if available.
Wed, 25 Feb 2015 15:25:39 +0200 Oleksandr Gavenko Install updated files that take in account hierarchy changes after upgrade.
Wed, 25 Feb 2015 15:20:21 +0200 Oleksandr Gavenko Safely move data.
Wed, 25 Feb 2015 13:52:36 +0200 Oleksandr Gavenko Update copying year.
Wed, 25 Feb 2015 13:49:29 +0200 Oleksandr Gavenko Fix dir name.
Wed, 25 Feb 2015 13:47:56 +0200 Oleksandr Gavenko Remove debug flag.
Wed, 25 Feb 2015 13:47:29 +0200 Oleksandr Gavenko Remove logic duplication. Make file moving safer.
Wed, 11 Mar 2015 23:57:02 +0200 Oleksandr Gavenko Fix checkdoc warnings.
Wed, 11 Mar 2015 23:56:20 +0200 Oleksandr Gavenko Fix checkdoc warnings.
Wed, 11 Mar 2015 23:52:31 +0200 Oleksandr Gavenko Remove debug function.
Wed, 11 Mar 2015 23:49:51 +0200 Oleksandr Gavenko Remove unused function.
Wed, 11 Mar 2015 23:45:06 +0200 Oleksandr Gavenko Fix warning from checkdoc.
Sun, 08 Mar 2015 20:36:48 -0500 Oleksandr Gavenko Fix: "load: Symbol's value as variable is void: c-mode" for 'setq-mode-local'.
Sun, 08 Mar 2015 01:10:01 -0600 Oleksandr Gavenko Move elisp tuning upper to get better support for debugging when init
Sat, 07 Mar 2015 00:05:07 +0200 Oleksandr Gavenko Define special macro to avoid warning about "assignment to free variable".
Sun, 01 Mar 2015 20:28:04 +0200 Oleksandr Gavenko Move '.recentf' and '~/.irc' to '~/.emacs.d'.
Sun, 01 Mar 2015 20:22:54 +0200 Oleksandr Gavenko File existence handled by 'load' itself.
Sun, 01 Mar 2015 13:42:06 +0200 Oleksandr Gavenko Fix: Warning: reference to free variable `url-http-response-status'.
Sun, 01 Mar 2015 13:41:13 +0200 Oleksandr Gavenko Fix: Warning: reference/assignment to free variable `which-func-modes'
Sun, 01 Mar 2015 13:39:23 +0200 Oleksandr Gavenko Fix: Warning: assignment to free variable `my-log-mode-map'.
Sun, 01 Mar 2015 13:38:37 +0200 Oleksandr Gavenko Fix: Warning: `goto-line' is for interactive use only; use `forward-line' instead.
Sun, 01 Mar 2015 13:32:03 +0200 Oleksandr Gavenko Fix: Warning: `string-to-int' is an obsolete function (as of 22.1); use `string-to-number' instead.
Sun, 01 Mar 2015 13:30:14 +0200 Oleksandr Gavenko Fix: Warning: filter-buffer-substring called with 4 arguments, but accepts only 2-3.
Sun, 01 Mar 2015 13:27:01 +0200 Oleksandr Gavenko Fix: Warning: `beginning-of-buffer' is for interactive use only; use `(goto-char (point-min))' instead.
Sun, 01 Mar 2015 13:26:27 +0200 Oleksandr Gavenko Fix: Warning: function `maven.effective-pom' defined multiple times in this file.
Sun, 01 Mar 2015 13:25:07 +0200 Oleksandr Gavenko Fix: Warning: assignment to free variable `dict-c5-mode-map'
Sun, 01 Mar 2015 13:21:30 +0200 Oleksandr Gavenko Fix: Warning: `end-of-buffer' is for interactive use only; use `(goto-char (point-max))' instead.
Sun, 01 Mar 2015 13:10:30 +0200 Oleksandr Gavenko Byte compile '.emacs-my' and 'my/*.el'.
Sun, 01 Mar 2015 13:09:44 +0200 Oleksandr Gavenko Fix: hs-minor-mode doesn't support fundamental-mode.
Sat, 28 Feb 2015 22:45:14 +0200 Oleksandr Gavenko Ignore patterns.
Sat, 28 Feb 2015 22:37:48 +0200 Oleksandr Gavenko Detect Emacs sources for 'find-function-C-source-directory'.
Sat, 28 Feb 2015 22:37:19 +0200 Oleksandr Gavenko Update docs for new file hierarchy.
Sat, 28 Feb 2015 22:36:07 +0200 Oleksandr Gavenko Fix path.
Sat, 28 Feb 2015 22:35:53 +0200 Oleksandr Gavenko Set indent level.
Sat, 28 Feb 2015 14:39:29 +0200 Oleksandr Gavenko hs-minor-mode
Sat, 28 Feb 2015 14:11:53 +0200 Oleksandr Gavenko Delay loading.
Sat, 28 Feb 2015 14:10:39 +0200 Oleksandr Gavenko css-eldoc-enable
Sat, 28 Feb 2015 13:54:42 +0200 Oleksandr Gavenko js-indent-level, css-indent-offset
Sat, 28 Feb 2015 13:11:54 +0200 Oleksandr Gavenko When to enable turn-on-eldoc-mode.
Sat, 28 Feb 2015 13:07:37 +0200 Oleksandr Gavenko Use hippie-expand.
Wed, 25 Feb 2015 01:26:53 +0200 Oleksandr Gavenko Fix: hold autoloads with sources in same directory.
Wed, 25 Feb 2015 01:13:28 +0200 Oleksandr Gavenko Enable wesnoth-mode if possible.
Wed, 25 Feb 2015 01:07:50 +0200 Oleksandr Gavenko Simplify code.
Wed, 25 Feb 2015 01:06:19 +0200 Oleksandr Gavenko Fix paths.
Tue, 24 Feb 2015 13:49:44 +0200 Oleksandr Gavenko Fix: server-start: Opening output file: no such file or directory, c:/home/.emacs.d/server/server.
Tue, 24 Feb 2015 13:02:14 +0200 Oleksandr Gavenko Fix paths.
Sun, 22 Feb 2015 18:54:17 +0200 Oleksandr Gavenko comint-strip-ctrl-m
Sun, 22 Feb 2015 18:44:46 +0200 Oleksandr Gavenko Remove duplicated line.
Sun, 22 Feb 2015 18:44:06 +0200 Oleksandr Gavenko abbrev-file-name, pascal-mode
Sun, 22 Feb 2015 18:55:54 +0200 Oleksandr Gavenko ansi-color-for-comint-mode-on
Tue, 24 Feb 2015 02:20:15 +0200 Oleksandr Gavenko Increase ido limits.
Tue, 24 Feb 2015 01:43:57 +0200 Oleksandr Gavenko Move .ido.last to user-emacs-directory.
Tue, 24 Feb 2015 01:34:51 +0200 Oleksandr Gavenko Improve previous upgrade script to handle more situations.
Tue, 24 Feb 2015 01:27:49 +0200 Oleksandr Gavenko Move .emacs files to user-emacs-directory.
Thu, 19 Feb 2015 19:40:37 +0200 Oleksandr Gavenko If region active - use it content as default value.
Thu, 19 Feb 2015 19:30:32 +0200 Oleksandr Gavenko Fix typo.
Thu, 19 Feb 2015 19:29:16 +0200 Oleksandr Gavenko Forget add provide.
Thu, 19 Feb 2015 19:26:07 +0200 Oleksandr Gavenko Handle work with Python pypi site.
Thu, 19 Feb 2015 19:21:39 +0200 Oleksandr Gavenko requirements.txt is Python dependency description file probably.
Thu, 19 Feb 2015 19:21:11 +0200 Oleksandr Gavenko Handle all .el files same.
Tue, 17 Feb 2015 15:07:54 +0200 Oleksandr Gavenko my-recentf.clean-project
Wed, 11 Feb 2015 16:32:42 +0200 Oleksandr Gavenko Fixes performance issues in Emacs for large files.
Wed, 11 Feb 2015 19:09:06 +0200 Oleksandr Gavenko my-srecode-reload-templates
Wed, 11 Feb 2015 19:04:28 +0200 Oleksandr Gavenko Fix error - using standard function instead custom and not defined.
Fri, 06 Feb 2015 08:44:39 +0200 Oleksandr Gavenko merged
Wed, 28 Jan 2015 15:07:34 +0200 Oleksandr Gavenko Fix condition for applying server-ensure-safe-dir fix.
Wed, 04 Feb 2015 23:43:38 +0200 Oleksandr Gavenko Add shortcut for recentf.
Wed, 04 Feb 2015 19:46:18 +0200 Oleksandr Gavenko Add key bindings for finding file that work in M-x term.
Wed, 04 Feb 2015 19:30:15 +0200 Oleksandr Gavenko Check if ido available.
Wed, 28 Jan 2015 00:45:31 +0200 Oleksandr Gavenko Move all configs to "~/.emacs.d/my".
Tue, 27 Jan 2015 22:53:39 +0200 Oleksandr Gavenko Avoid inlining of ~/.emacs.d.
Tue, 27 Jan 2015 22:28:18 +0200 Oleksandr Gavenko Cleanup recentf on idle to decrease boot time.
Sat, 17 Jan 2015 14:35:26 +0200 Oleksandr Gavenko Fix: if: Wrong type argument: stringp, nil.
Sat, 17 Jan 2015 14:24:45 +0200 Oleksandr Gavenko Fix: Symbol's function definition is void: global-cedet-m3-minor-mode
Tue, 13 Jan 2015 00:19:46 +0200 Oleksandr Gavenko my-complete-tag with my-ido-complete-tag.
Sat, 10 Jan 2015 16:56:35 +0200 Oleksandr Gavenko erc-log
Sat, 10 Jan 2015 01:15:32 +0200 Oleksandr Gavenko M-return is complete-tag.
Fri, 09 Jan 2015 22:15:17 +0200 Oleksandr Gavenko ido-case-fold
Fri, 09 Jan 2015 21:47:46 +0200 Oleksandr Gavenko ido-ignore-extensions
Wed, 07 Jan 2015 00:35:09 +0200 Oleksandr Gavenko show whitespaces in wesnoth-mode.
Wed, 07 Jan 2015 00:01:23 +0200 Oleksandr Gavenko Fix: my-org-kill-by-tag miss some subtree as org-scan-tags assume that buffer unchanged during processing.
Sun, 04 Jan 2015 01:58:14 +0200 Oleksandr Gavenko Use Win key to make buffer deleting and switching faster and avoid key binding intersection with term-mode.
Sun, 04 Jan 2015 01:06:57 +0200 Oleksandr Gavenko Use Win key to make buffer switching faster and avoid key binding intersection with term-mode.
Tue, 30 Dec 2014 13:07:39 +0200 Oleksandr Gavenko SMTP authorisation.
Fri, 19 Dec 2014 22:50:14 +0200 Oleksandr Gavenko desktop-restore-frames == t set sticky on page/desktop attribute
Fri, 19 Dec 2014 02:22:22 +0200 Oleksandr Gavenko Use modern way to maximize frame.
Fri, 19 Dec 2014 01:50:42 +0200 Oleksandr Gavenko Replace kill-this-buffer with core functions.
Fri, 19 Dec 2014 01:44:41 +0200 Oleksandr Gavenko Disable electric-indent-mode new in v24.4.1.
Fri, 19 Dec 2014 01:22:29 +0200 Oleksandr Gavenko global-prettify-symbols-mode
Fri, 19 Dec 2014 01:09:15 +0200 Oleksandr Gavenko Fix if subword-mode isn't defined.
Fri, 19 Dec 2014 01:07:36 +0200 Oleksandr Gavenko subword-mode for java-mode
Fri, 19 Dec 2014 00:57:17 +0200 Oleksandr Gavenko org-support-shift-select
Tue, 09 Dec 2014 22:27:33 +0200 Oleksandr Gavenko org-remember.el has been removed so I get error
Thu, 20 Nov 2014 00:52:08 +0200 Oleksandr Gavenko merged
Fri, 14 Nov 2014 01:43:48 +0200 Oleksandr Gavenko Certain syntactic errors are reported (like wrong indent).
Fri, 14 Nov 2014 01:38:02 +0200 Oleksandr Gavenko Echo syntactic information on TAB in message buffer.
Fri, 14 Nov 2014 01:32:49 +0200 Oleksandr Gavenko Minor mode that highlights suspicious C and C++ constructions.
Thu, 30 Oct 2014 17:13:16 +0200 Oleksandr Gavenko Increase timeout for CEDET parsing to prevent freezing when open files.
Thu, 30 Oct 2014 14:50:44 +0200 Oleksandr Gavenko global-cedet-m3-minor-mode
Thu, 30 Oct 2014 14:45:07 +0200 Oleksandr Gavenko Group related configs together.
Thu, 30 Oct 2014 14:35:16 +0200 Oleksandr Gavenko Fix argument to satisfy usual convention for enabling mode.
Thu, 30 Oct 2014 02:38:44 +0200 Oleksandr Gavenko semantic-idle-scheduler-max-buffer-size
Wed, 29 Oct 2014 17:50:28 +0200 Oleksandr Gavenko expand-file-name
Fri, 17 Oct 2014 22:36:00 +0300 Oleksandr Gavenko merged
Tue, 14 Oct 2014 23:47:08 +0300 Oleksandr Gavenko Enable log4-hi-mode and auto-revert-tail-mode for ~/.xsession-errors.
Fri, 17 Oct 2014 21:08:29 +0300 Oleksandr Gavenko Handle HG MQ from non-root directory.
Fri, 17 Oct 2014 20:47:53 +0300 Oleksandr Gavenko For Hg with C-u show latest MQ patch and with C-u C-u show MQ patch and local
Tue, 07 Oct 2014 12:34:29 +0300 Oleksandr Gavenko merged
Wed, 01 Oct 2014 21:04:29 +0300 Oleksandr Gavenko Fix: maven.help not available.
Sun, 05 Oct 2014 13:48:08 +0300 Oleksandr Gavenko "meta charset" and "meta viewport" templates.
Sat, 06 Sep 2014 13:12:29 +0300 Oleksandr Gavenko If the string begins with ^' andshift-select-mode' is non-nil, Emacs first
Sat, 06 Sep 2014 13:09:08 +0300 Oleksandr Gavenko my-smart-beginning-of-line
Sat, 02 Aug 2014 23:24:15 +0300 Oleksandr Gavenko Use NXML for .xul files.
Sat, 02 Aug 2014 21:49:16 +0300 Oleksandr Gavenko Fix: eval-expression: Symbol's value as variable is void: srecode-map-load-path
Tue, 29 Jul 2014 00:25:00 +0300 Oleksandr Gavenko merged
Sat, 26 Jul 2014 02:15:16 +0300 Oleksandr Gavenko Don't sort ``recentf-list`` so ``recentf-open-files`` show files in historical order!
Mon, 28 Jul 2014 15:26:58 +0300 Oleksandr Gavenko Improve matching pattern for class name.
Mon, 28 Jul 2014 15:07:52 +0300 Oleksandr Gavenko Add missing autoloads.
Thu, 24 Jul 2014 14:01:58 +0300 Oleksandr Gavenko Add srecode templates.
Tue, 22 Jul 2014 00:37:47 +0300 Oleksandr Gavenko merged
Sun, 20 Jul 2014 01:29:22 +0300 Oleksandr Gavenko Add ``recentf-exclude`` to prevent opening unwanted files from temporary copy.
Sat, 19 Jul 2014 16:04:13 +0300 Oleksandr Gavenko Simplify title.
Sat, 19 Jul 2014 16:03:21 +0300 Oleksandr Gavenko Add system-name to title (so simplify application switching if several remote
Wed, 09 Jul 2014 23:22:31 +0300 Oleksandr Gavenko Run maven test
Wed, 09 Jul 2014 23:18:24 +0300 Oleksandr Gavenko Run exec:java for current file.
Wed, 25 Jun 2014 17:26:14 +0300 Oleksandr Gavenko Show more info.
Wed, 21 May 2014 20:07:17 +0300 Oleksandr Gavenko Switch to ido from iswitchb. Use ido key binding instead of ffap-bindings.
Wed, 21 May 2014 16:09:02 +0300 Oleksandr Gavenko Set recentf-menu-filter as recentf-arrange-by-dir to avoid shown duplicate
Wed, 21 May 2014 13:43:59 +0300 Oleksandr Gavenko Increase number of recentf-max-saved-items.
Mon, 12 May 2014 01:00:00 +0300 Oleksandr Gavenko Fix path to my projects (use shorter name).
Wed, 07 May 2014 19:18:22 +0300 Oleksandr Gavenko Open wider range of files in log4-hi-mode auto-revert-tail-mode.
Wed, 16 Apr 2014 20:15:01 +0300 Oleksandr Gavenko Refactoring: fix according to naming convention.
Wed, 16 Apr 2014 20:12:22 +0300 Oleksandr Gavenko Add highlighting for time.
Fri, 11 Apr 2014 12:02:49 +0300 Oleksandr Gavenko Kill current buffer. Switch to next buffer if previous command was switching
Thu, 10 Apr 2014 18:14:08 +0300 Oleksandr Gavenko Add keyword for highlighting.
Wed, 09 Apr 2014 18:40:15 +0300 Oleksandr Gavenko semantic-mode-map override major mode binding, so disable conflicting key bindings.
Tue, 08 Apr 2014 22:37:15 +0300 Oleksandr Gavenko merged
Fri, 04 Apr 2014 23:05:53 +0300 Oleksandr Gavenko merged
Tue, 01 Apr 2014 23:02:59 +0300 Oleksandr Gavenko Use web-mode for PHP.
Tue, 08 Apr 2014 16:42:12 +0300 Oleksandr Gavenko Disable eldoc for Python in flavor of Semantic and perfomance reason.
Thu, 03 Apr 2014 14:09:53 +0300 Oleksandr Gavenko Use original values of web-mode-engine-file-regexps. Enable PHP mode.
Thu, 03 Apr 2014 12:59:06 +0300 Oleksandr Gavenko Remove useless comment.
Thu, 03 Apr 2014 12:09:10 +0300 Oleksandr Gavenko Remove duplicate file.
Tue, 11 Mar 2014 00:05:41 +0200 Oleksandr Gavenko Fix: Symbol's function definition is void: global-semantic-idle-scheduler-mode
Tue, 11 Mar 2014 00:03:20 +0200 Oleksandr Gavenko Enable Semantic local file parsing.
Mon, 10 Mar 2014 23:47:55 +0200 Oleksandr Gavenko Add GNU Global check.
Mon, 10 Mar 2014 23:38:48 +0200 Oleksandr Gavenko Set selection background color.
Mon, 10 Mar 2014 23:16:14 +0200 Oleksandr Gavenko Enable semantic mode not only for build-in CEDET but for external Bzr/Git.
Mon, 10 Mar 2014 22:54:14 +0200 Oleksandr Gavenko Enable cedet-java.
Mon, 10 Mar 2014 22:52:06 +0200 Oleksandr Gavenko Enable ectag and global if available.
Mon, 10 Mar 2014 22:14:13 +0200 Oleksandr Gavenko Mark unmarked articles in current thread as read and move to
Sat, 08 Mar 2014 15:34:45 +0200 Oleksandr Gavenko Remove duplicate line.
Sat, 08 Mar 2014 14:57:08 +0200 Oleksandr Gavenko jabber-history-muc-enabled
Sat, 08 Mar 2014 14:51:26 +0200 Oleksandr Gavenko mouse-yank-at-point
Sat, 08 Mar 2014 14:50:00 +0200 Oleksandr Gavenko Make *scratch* buffer empty.
Thu, 06 Mar 2014 23:29:10 +0200 Oleksandr Gavenko merged
Mon, 03 Mar 2014 00:56:28 +0200 Oleksandr Gavenko Move marked by `org-done-keywords' entries to archive file defined by `my-org-archive-location'.
Sun, 02 Mar 2014 22:44:07 +0200 Oleksandr Gavenko Use org-capture if available instead of org-remember.
Tue, 04 Mar 2014 13:39:09 +0200 Oleksandr Gavenko Disable placeholders substitution in Oracle SQLi by Emacs itself.
Fri, 28 Feb 2014 17:12:01 +0200 Oleksandr Gavenko help:effective-pom help:effective-settings dependency:tree
Fri, 28 Feb 2014 16:38:33 +0200 Oleksandr Gavenko maven.help - Run help:describe for plugin at point.
Tue, 04 Feb 2014 21:52:43 +0200 Oleksandr Gavenko Fix: save-current-buffer: Opening output file: file name too long.
Wed, 29 Jan 2014 22:36:56 +0200 Oleksandr Gavenko Remove deprecated variable.
Mon, 20 Jan 2014 11:25:54 +0200 Oleksandr Gavenko Enable SRecode key binding for prog modes.
Fri, 10 Jan 2014 10:24:46 +0200 Oleksandr Gavenko Show memory usage in proced.
Thu, 09 Jan 2014 00:37:46 +0200 Oleksandr Gavenko Add learning file to list of files with deadline.
Fri, 03 Jan 2014 22:01:11 +0200 Oleksandr Gavenko Set fvwm-fvwmcommand-path after loading fvwm-mode.
Fri, 03 Jan 2014 21:09:14 +0200 Oleksandr Gavenko Set fvwm-fvwmcommand-path.
Mon, 30 Dec 2013 21:20:12 +0200 Oleksandr Gavenko Show sources along with debugger.
Sat, 28 Dec 2013 14:18:28 +0200 Oleksandr Gavenko Rebind C-x UP to mentally obvious behavior when used 3 or more windows.
Thu, 26 Dec 2013 19:24:16 +0200 Oleksandr Gavenko Colorize ANSI colour sequences in compilation buffer.
Sun, 22 Dec 2013 23:06:32 +0200 Oleksandr Gavenko Fix DEL character name so it work in terminal.
Sun, 22 Dec 2013 23:01:41 +0200 Oleksandr Gavenko Bind buffer deletion to C-x DEL to avoid accidental buffer deletion.
Thu, 19 Dec 2013 15:18:21 +0200 Oleksandr Gavenko Add useful key binding for killing window and switching to another window.
Tue, 17 Dec 2013 16:46:36 +0200 Oleksandr Gavenko Add shortcut to speedup buffer killing.
Tue, 12 Nov 2013 16:14:02 +0200 Oleksandr Gavenko Enable 'semantic/ia'.
Fri, 25 Oct 2013 18:38:53 +0300 Oleksandr Gavenko merged
Fri, 25 Oct 2013 12:27:19 +0300 Oleksandr Gavenko Fix dependencies.
Tue, 22 Oct 2013 19:40:45 +0300 Oleksandr Gavenko Automated merge with file:///home/srv/hg/dot-emacs
Mon, 21 Oct 2013 19:40:51 +0300 Oleksandr Gavenko Set font for IPA and other fontset under Linux.
Tue, 22 Oct 2013 19:40:33 +0300 Oleksandr Gavenko merged
Mon, 21 Oct 2013 21:39:26 +0300 Oleksandr Gavenko merged
Tue, 22 Oct 2013 08:18:23 +0300 Oleksandr Gavenko merged
Sat, 19 Oct 2013 19:05:32 +0300 Oleksandr Gavenko Check if 'package-initialize' present.
Mon, 21 Oct 2013 13:55:10 +0300 Oleksandr Gavenko Add margin to log buffers.
Sat, 19 Oct 2013 20:00:55 +0300 Oleksandr Gavenko Add highlighting for Java stack traces.
Tue, 15 Oct 2013 16:13:22 +0300 Oleksandr Gavenko maven-central helper.
Sat, 12 Oct 2013 16:38:39 +0300 Oleksandr Gavenko Enhance selection of input methods by using numeric prefix for modeless
Sat, 12 Oct 2013 15:43:06 +0300 Oleksandr Gavenko Refactoring input method selection.
Wed, 09 Oct 2013 20:14:17 +0300 Oleksandr Gavenko Remove wrongly duplicated file.
Wed, 09 Oct 2013 18:36:48 +0300 Oleksandr Gavenko Define own faces to remove dependency on compile.el.
Wed, 09 Oct 2013 18:08:28 +0300 Oleksandr Gavenko Remove debug code.
Wed, 09 Oct 2013 18:05:14 +0300 Oleksandr Gavenko Highlight standard elements in log4* like log-files.
Wed, 09 Oct 2013 16:44:42 +0300 Oleksandr Gavenko log4-hi-mode
Fri, 27 Sep 2013 15:41:17 +0300 Oleksandr Gavenko Update web-mode setting to new version.
Tue, 24 Sep 2013 01:08:59 +0300 Oleksandr Gavenko Enable Srecode mode.
Fri, 20 Sep 2013 23:12:23 +0300 Oleksandr Gavenko merged
Fri, 13 Sep 2013 21:23:48 +0300 Oleksandr Gavenko Browse URLs in external browser in w3m.
Wed, 18 Sep 2013 10:08:45 +0300 Oleksandr Gavenko Move package initialisation to top of file.
Wed, 18 Sep 2013 10:08:04 +0300 Oleksandr Gavenko Enable package module very early.
Mon, 09 Sep 2013 13:31:30 +0300 Oleksandr Gavenko Implement lzgrep and rzgrep commands.
Mon, 09 Sep 2013 09:42:25 +0300 Oleksandr Gavenko Set web-mode offsets.
Sat, 07 Sep 2013 18:27:43 +0300 Oleksandr Gavenko merged
Tue, 27 Aug 2013 21:15:00 +0300 Oleksandr Gavenko Add Victor Sergienko as important person.
Fri, 06 Sep 2013 18:09:52 +0300 Oleksandr Gavenko merged
Thu, 05 Sep 2013 16:41:58 +0300 Oleksandr Gavenko Use global-whitespace-mode.
Tue, 30 Jul 2013 22:48:54 +0300 Oleksandr Gavenko Enable 'goto-address-mode' in 'term-mode'.
Sun, 21 Jul 2013 00:12:20 +0300 Oleksandr Gavenko package-enable-at-startup and lowercase epla archive name.
Fri, 19 Jul 2013 01:07:35 +0300 Oleksandr Gavenko Add autoloads to debian-doc.el.
Fri, 19 Jul 2013 00:55:38 +0300 Oleksandr Gavenko merged
Thu, 18 Jul 2013 00:06:35 +0300 Oleksandr Gavenko Check for timeout in gnus article fetching.
Thu, 18 Jul 2013 12:09:42 +0300 Oleksandr Gavenko Add docs to fix "M-x checkdoc" errors.
Thu, 18 Jul 2013 12:03:56 +0300 Oleksandr Gavenko Base implementation of Debian doc-base and Emacs integration.
Wed, 26 Jun 2013 00:40:11 +0300 Oleksandr Gavenko merged
Fri, 07 Jun 2013 00:59:28 +0300 Oleksandr Gavenko Set GNUS file reading settings.
Fri, 21 Jun 2013 17:04:12 +0300 Oleksandr Gavenko Add sql mode to devel mode list for imenu support.
Wed, 29 May 2013 16:55:17 +0300 Oleksandr Gavenko In Emacs 23.1: smerge-refine highlights word-level details of changes in
Thu, 23 May 2013 19:07:32 +0300 Oleksandr Gavenko Add plsql file extension to auto-mode-alist.
Tue, 14 May 2013 19:44:11 +0300 Oleksandr Gavenko merged
Sun, 21 Apr 2013 16:32:08 +0300 Oleksandr Gavenko merged
Thu, 11 Apr 2013 00:19:10 +0300 Oleksandr Gavenko Some GNUS default settings...
Thu, 11 Apr 2013 00:09:28 +0300 Oleksandr Gavenko Fix feature name. Limit minimal subject length for exclude...
Mon, 08 Apr 2013 01:00:32 +0300 Oleksandr Gavenko Add negative scores for all articles with same subject.
Fri, 05 Apr 2013 00:21:08 +0300 Oleksandr Gavenko Fix syntax (broken grouping).
Thu, 04 Apr 2013 22:26:19 +0300 Oleksandr Gavenko Fix docs. Simplify code.
Mon, 01 Apr 2013 01:27:34 +0300 Oleksandr Gavenko Fix regex escape syntax.
Sun, 31 Mar 2013 19:18:38 +0300 Oleksandr Gavenko Decrease barrier for expunging articles.
Sun, 31 Mar 2013 19:12:55 +0300 Oleksandr Gavenko These variables are local to each summary buffer and usually set by the score
Sun, 31 Mar 2013 19:10:25 +0300 Oleksandr Gavenko Set same vlaue as in all.SCORE.
Sun, 31 Mar 2013 18:54:39 +0300 Oleksandr Gavenko I don't need lowering scores.
Sun, 31 Mar 2013 16:19:09 +0300 Oleksandr Gavenko Don't show group buffer to speed up buffer switching.
Wed, 08 May 2013 12:09:07 +0300 Oleksandr Gavenko Properly set come keys for completion.
Wed, 08 May 2013 11:40:04 +0300 Oleksandr Gavenko Reorder code.
Wed, 08 May 2013 10:44:48 +0300 Oleksandr Gavenko Enable many CEDET features.
Wed, 08 May 2013 10:26:21 +0300 Oleksandr Gavenko Fix typo in var name (so CEDET should be activated now).
Fri, 26 Apr 2013 14:57:07 +0300 Oleksandr Gavenko Associate .xsd/.rng files with nxml-mode.
Thu, 25 Apr 2013 11:59:01 +0300 Oleksandr Gavenko Implement 'my-org-kill-by-tag'.
Tue, 26 Mar 2013 11:25:33 +0200 Oleksandr Gavenko Fix mode feature name.
Mon, 18 Mar 2013 11:42:30 +0200 Oleksandr Gavenko Boost iswitchb by regex matching and showing old files.
Fri, 15 Mar 2013 17:53:49 +0200 Oleksandr Gavenko Set engine for JSP tag files.
Fri, 15 Mar 2013 17:03:16 +0200 Oleksandr Gavenko Add JSP tag file to web-modes.
Fri, 15 Mar 2013 16:36:21 +0200 Oleksandr Gavenko Fix pattern for '.jspf' files.
Thu, 14 Mar 2013 23:05:34 +0200 Oleksandr Gavenko Use 'web-mode' if available.
Sat, 16 Feb 2013 23:38:46 +0200 Oleksandr Gavenko Use icomplete for all completion-tables.
Sun, 27 Jan 2013 23:34:57 +0200 Oleksandr Gavenko Fix my-python-add-to-path to allow ~ in path.
Sun, 27 Jan 2013 23:27:12 +0200 Oleksandr Gavenko Fix 'eval-after-load' usage. Fix mode name.
Sun, 27 Jan 2013 23:21:43 +0200 Oleksandr Gavenko Disable rope.
Sun, 27 Jan 2013 21:53:06 +0200 Oleksandr Gavenko Enable SRecord.
Sun, 27 Jan 2013 21:51:57 +0200 Oleksandr Gavenko Mark Python binary files as temporary.
Sun, 13 Jan 2013 16:31:05 +0200 Oleksandr Gavenko Switch to other window by Super-TAB.
Sun, 13 Jan 2013 16:20:55 +0200 Oleksandr Gavenko Fix (info "(elisp) Surprising Local Vars").
Sun, 13 Jan 2013 15:57:08 +0200 Oleksandr Gavenko Omit condition from loop.
Sun, 13 Jan 2013 15:01:14 +0200 Oleksandr Gavenko Search for KEY in all known keymaps.
Sun, 13 Jan 2013 11:58:08 +0200 Oleksandr Gavenko Set TAB width to 8 in .el files to proper shown Emacs sources.
Mon, 07 Jan 2013 00:37:21 +0200 Oleksandr Gavenko Add function: "Encode string to percent encoding."
Thu, 20 Dec 2012 23:42:25 +0200 Oleksandr Gavenko merged
Wed, 19 Dec 2012 11:15:54 +0200 Oleksandr Gavenko Add HOME tag to org-mode.
Wed, 05 Dec 2012 00:21:19 +0200 Oleksandr Gavenko merged
Tue, 04 Dec 2012 13:19:43 +0200 Oleksandr Gavenko merged
Mon, 03 Dec 2012 09:04:29 +0200 Oleksandr Gavenko Treat '$' as word syntax for JS mode to simplify C-Left/Right movement for jQuery.
Sun, 16 Dec 2012 20:06:36 +0200 Oleksandr Gavenko Prevent loading site files to speed up install target.
Sun, 16 Dec 2012 20:04:53 +0200 Oleksandr Gavenko Add function that dump all function calls in current buffer. Useful to explore
Sun, 16 Dec 2012 18:07:16 +0200 Oleksandr Gavenko Set org-mode archiving info types.
Thu, 13 Dec 2012 14:10:47 +0200 Oleksandr Gavenko With `org-tag-persistent-alist' variable tags duplicated in *Org Tags* menu. I
Tue, 04 Dec 2012 23:12:32 +0200 Oleksandr Gavenko Add "GET" tag for org-mode.
Sat, 01 Dec 2012 13:14:57 +0200 Oleksandr Gavenko Add doc strings.
Mon, 26 Nov 2012 23:32:33 +0200 Oleksandr Gavenko Delete target file if command fails.
Thu, 22 Nov 2012 21:18:54 +0200 Oleksandr Gavenko Send M-left and M-right control sequences as in xterm for my Readline
Tue, 20 Nov 2012 21:48:05 +0200 Oleksandr Gavenko I disable this due to bugs in Emacs (it doesn't highlight at all until you
Mon, 19 Nov 2012 00:51:19 +0200 Oleksandr Gavenko merged
Thu, 15 Nov 2012 08:09:07 +0200 Oleksandr Gavenko merged
Wed, 14 Nov 2012 10:57:10 +0200 Oleksandr Gavenko Use .pom files as XML files.
Sat, 17 Nov 2012 20:29:05 +0200 Oleksandr Gavenko Increase scrolling speed by defer consuming operation.
Tue, 13 Nov 2012 20:07:21 +0200 Oleksandr Gavenko Fix condition to check support for imenu.
Tue, 13 Nov 2012 19:43:23 +0200 Oleksandr Gavenko Fix: File mode specification error: (error "The mode `nXML' does not support Imenu").
Mon, 12 Nov 2012 16:58:37 +0200 Oleksandr Gavenko Add nxml to list of devel modes. Call 'nxml-complete' as completion function.
Fri, 09 Nov 2012 16:20:22 +0200 Oleksandr Gavenko Disable: sometimes it take a long time to process large hunks.
Fri, 09 Nov 2012 16:15:06 +0200 Oleksandr Gavenko Set 'selection-coding-system' to 'nil' to automatically select proper coding
Thu, 08 Nov 2012 19:23:09 +0200 Oleksandr Gavenko *-nomark like function removed in Emacs 24.x.
Wed, 07 Nov 2012 23:06:52 +0200 Oleksandr Gavenko Fix: case-fold-search become buffer local so set default value...
Wed, 07 Nov 2012 23:05:46 +0200 Oleksandr Gavenko Fix key name.
Wed, 07 Nov 2012 23:03:44 +0200 Oleksandr Gavenko Define nice key binding for completion in nxml.
Mon, 05 Nov 2012 10:22:39 +0200 Oleksandr Gavenko Add checks for: Buffer have no association with a file.
Fri, 02 Nov 2012 12:09:02 +0200 Oleksandr Gavenko Define own jsp-mode based on html-mode with JSP comment style.
Fri, 02 Nov 2012 08:50:48 +0200 Oleksandr Gavenko Use .jspf files as html.
Wed, 31 Oct 2012 19:48:30 +0200 Oleksandr Gavenko merged
Wed, 31 Oct 2012 19:47:21 +0200 Oleksandr Gavenko merged
Wed, 31 Oct 2012 17:25:27 +0200 Oleksandr Gavenko merged
Tue, 30 Oct 2012 19:27:08 +0200 Oleksandr Gavenko merged
Tue, 30 Oct 2012 18:42:39 +0200 Oleksandr Gavenko merged
Tue, 30 Oct 2012 17:12:39 +0200 Oleksandr Gavenko merged
Sun, 28 Oct 2012 13:51:00 +0200 Oleksandr Gavenko Set background for diff refine.
Sun, 28 Oct 2012 13:38:38 +0200 Oleksandr Gavenko Enable diff-auto-refine-mode.
Sun, 28 Oct 2012 13:34:03 +0200 Oleksandr Gavenko Fix indenting.
Sun, 28 Oct 2012 13:31:32 +0200 Oleksandr Gavenko Reorder sections.
Fri, 26 Oct 2012 01:09:54 +0300 Oleksandr Gavenko Enable 'info-lookup' for 'makefile-gmake-mode'.
Fri, 26 Oct 2012 01:02:34 +0300 Oleksandr Gavenko Disable yas. Add info-lookup fix for automake manual.
Wed, 24 Oct 2012 22:45:25 +0300 Oleksandr Gavenko merged
Tue, 23 Oct 2012 09:38:56 +0300 Oleksandr Gavenko Add basic Yasnippet settings.
Tue, 23 Oct 2012 08:16:30 +0300 Oleksandr Gavenko merged
Mon, 22 Oct 2012 20:08:21 +0300 Oleksandr Gavenko merged
Mon, 22 Oct 2012 15:56:27 +0300 Oleksandr Gavenko Add error parsing from Maven.
Thu, 18 Oct 2012 20:22:11 +0300 Oleksandr Gavenko Switch to C-v prefix for my key bindings.
Wed, 17 Oct 2012 13:26:01 +0300 Oleksandr Gavenko Disable workaround for:
Tue, 16 Oct 2012 21:15:57 +0300 Oleksandr Gavenko merged
Tue, 16 Oct 2012 15:41:34 +0300 Oleksandr Gavenko Fix: balance parents. Fix typo in func name.
Tue, 16 Oct 2012 13:41:41 +0300 Oleksandr Gavenko Search for NetBeans executable in PATH, later in '/opt/netbeans*/bin/'.
Tue, 16 Oct 2012 13:33:33 +0300 Oleksandr Gavenko Fix typo: command name. Add error checking code.
Tue, 16 Oct 2012 13:27:28 +0300 Oleksandr Gavenko Add integration with NetBeans (netbeans-open-this-buffer).
Tue, 16 Oct 2012 09:48:17 +0300 Oleksandr Gavenko Enable html-mode for JSP pages.
Sat, 13 Oct 2012 12:08:02 +0300 Oleksandr Gavenko Add customisation for 'htmlize'.
Fri, 12 Oct 2012 18:38:17 +0300 Oleksandr Gavenko Enable "M-/", "C-c g", "C-c d", "C-c f" shortcuts.
Thu, 11 Oct 2012 21:25:50 +0300 Oleksandr Gavenko Remove key bindings.
Thu, 11 Oct 2012 21:23:36 +0300 Oleksandr Gavenko Remove unused key binding.
Thu, 11 Oct 2012 21:21:43 +0300 Oleksandr Gavenko Remove unused key bindings.
Thu, 11 Oct 2012 21:20:05 +0300 Oleksandr Gavenko Move related code to common place.
Thu, 11 Oct 2012 14:06:01 +0300 Oleksandr Gavenko line-spacing and ediff-split-window-function.
Thu, 11 Oct 2012 14:03:12 +0300 Oleksandr Gavenko Add scons settings.
Tue, 02 Oct 2012 11:31:11 +0300 Oleksandr Gavenko Add MAIL org tag.
Mon, 01 Oct 2012 01:00:53 +0300 Oleksandr Gavenko Remove unused commented code.
Sun, 30 Sep 2012 22:58:45 +0300 Oleksandr Gavenko Add key binding for readline command: backward-kill-word and kill-word.
Thu, 27 Sep 2012 15:04:10 +0300 Oleksandr Gavenko Add org tag.
Thu, 27 Sep 2012 00:33:52 +0300 Oleksandr Gavenko Don't spawn separate ediff frame as this conflict with my setting in Fvwm:
Mon, 24 Sep 2012 19:58:13 +0300 Oleksandr Gavenko I use 100 for replay to me and 200 for essential mails, and -50 for bad mails.
Mon, 24 Sep 2012 19:45:13 +0300 Oleksandr Gavenko Document gnus-extra-headers.
Sun, 23 Sep 2012 16:41:46 +0300 Oleksandr Gavenko I register at rsdn.ru as gavenkoa...
Sun, 23 Sep 2012 11:06:47 +0300 Oleksandr Gavenko Disable erc-autojoin-channels.
Sat, 22 Sep 2012 20:23:41 +0300 Oleksandr Gavenko Increase gnus-large-ephemeral-newsgroup.
Sat, 22 Sep 2012 17:48:31 +0300 Oleksandr Gavenko Add key bindings for natural movement by arrow keys and opening url in
Sat, 22 Sep 2012 13:47:03 +0300 Oleksandr Gavenko I need use w3m because nntp://sql.ru provide only articles in HTML with highly
Thu, 20 Sep 2012 21:06:14 +0300 Oleksandr Gavenko Add Organization header for 'C-x m'.
Thu, 20 Sep 2012 20:52:53 +0300 Oleksandr Gavenko Move code to proper place. Merge duplicate code.
Thu, 20 Sep 2012 20:39:19 +0300 Oleksandr Gavenko Use ORGANIZATION env var in gnus-posting-styles.
Thu, 20 Sep 2012 19:58:05 +0300 Oleksandr Gavenko Don't use w3m for HTML text because of it navigation style (move across
Thu, 20 Sep 2012 18:43:38 +0300 Oleksandr Gavenko document linum-mode.
Thu, 20 Sep 2012 18:42:58 +0300 Oleksandr Gavenko header-line-format
Thu, 20 Sep 2012 14:57:06 +0300 Oleksandr Gavenko gnus-summary-display-arrow
Thu, 20 Sep 2012 14:56:46 +0300 Oleksandr Gavenko Highlight root articles in Gnus summary buffer.
Thu, 20 Sep 2012 11:29:35 +0300 Oleksandr Gavenko Add link to my home page in Organization mail header.
Thu, 20 Sep 2012 11:11:11 +0300 Oleksandr Gavenko Show prefix and 'To' field instead 'From' for my mails.
Thu, 20 Sep 2012 10:31:25 +0300 Oleksandr Gavenko Change layout of summary buffer: add group window.
Thu, 13 Sep 2012 00:08:50 +0300 Oleksandr Gavenko Enable user defined dates in article buffer.
Mon, 03 Sep 2012 21:48:01 +0300 Oleksandr Gavenko Set term-buffer-maximum-size.
Sat, 01 Sep 2012 11:43:28 +0300 Oleksandr Gavenko Fix typo.
Sat, 01 Sep 2012 09:31:19 +0300 Oleksandr Gavenko Fix: symbol term-raw-map is void.
Fri, 31 Aug 2012 17:44:40 +0300 Oleksandr Gavenko Define C-left/-right navigation in term raw mode.
Thu, 30 Aug 2012 14:03:00 +0300 Oleksandr Gavenko Shown read groups anyway.
Wed, 29 Aug 2012 00:35:31 +0300 Oleksandr Gavenko package, elpa
Tue, 28 Aug 2012 23:55:12 +0300 Oleksandr Gavenko Remove redundant keyword.
Tue, 28 Aug 2012 22:48:16 +0300 Oleksandr Gavenko Own gnus-thread-score-function: If any followup have positive score assign
Fri, 24 Aug 2012 21:08:18 +0300 Oleksandr Gavenko Decrease score only if I delete articles, not when read.
Fri, 24 Aug 2012 20:52:05 +0300 Oleksandr Gavenko "in-reply-to" element doesn't allowed.
Fri, 24 Aug 2012 20:15:06 +0300 Oleksandr Gavenko Show read groups in any case.
Fri, 24 Aug 2012 15:51:54 +0300 Oleksandr Gavenko Score for "Юрий Гавенко" and "In-Reply-To".
Tue, 14 Aug 2012 17:39:13 +0300 Oleksandr Gavenko Fix: Symbol's value as variable is void: desktop-globals-to-save
Tue, 14 Aug 2012 12:27:32 +0300 Oleksandr Gavenko Add command to show all subscribed groups (ever read).
Tue, 14 Aug 2012 11:41:10 +0300 Oleksandr Gavenko Set gnus-summary-next-group-on-exit to nil as I like stay an group from which
Tue, 14 Aug 2012 11:40:30 +0300 Oleksandr Gavenko Make C-Up, C-Down more like across paragraph moving.
Sun, 12 Aug 2012 15:24:33 +0300 Oleksandr Gavenko Save more user input by desktop-mode.
Sun, 12 Aug 2012 11:17:25 +0300 Oleksandr Gavenko Do not use gnus-score-followup-article if we use gnus-score-followup-thread.
Sun, 12 Aug 2012 11:08:25 +0300 Oleksandr Gavenko New scoring rules.
Sun, 12 Aug 2012 11:07:43 +0300 Oleksandr Gavenko Prevent wrap '_____' keyword.
Sun, 12 Aug 2012 02:03:45 +0300 Oleksandr Gavenko Especially highlight my message and replays to me.
Sun, 12 Aug 2012 01:21:39 +0300 Oleksandr Gavenko Mark all send message with same domain "Message-Id" to provide for replays to
Sun, 12 Aug 2012 01:00:13 +0300 Oleksandr Gavenko Disable adaptive scoring.
Sat, 11 Aug 2012 22:45:44 +0300 Oleksandr Gavenko Set gnus-score-decay-constant.
Sat, 11 Aug 2012 22:41:51 +0300 Oleksandr Gavenko Increase gnus-large-newsgroup.
Sat, 11 Aug 2012 22:41:13 +0300 Oleksandr Gavenko Don't score read articles.
Thu, 09 Aug 2012 22:36:52 +0300 Oleksandr Gavenko Set gnus-signature-face to grey.
Thu, 09 Aug 2012 22:01:57 +0300 Oleksandr Gavenko Do not show very old timestamps.
Thu, 09 Aug 2012 19:37:40 +0300 Oleksandr Gavenko Scan for news.
Thu, 09 Aug 2012 19:21:53 +0300 Oleksandr Gavenko Remember when I visit group last time.
Thu, 09 Aug 2012 18:35:22 +0300 Oleksandr Gavenko Delete duplicate string.
Thu, 09 Aug 2012 18:32:43 +0300 Oleksandr Gavenko Fix code grouping.
Thu, 26 Jul 2012 15:18:14 +0300 Oleksandr Gavenko Make 'mymake' as default compile command.
Tue, 10 Jul 2012 18:34:22 +0300 Oleksandr Gavenko Escape file name with safe chars.
Tue, 10 Jul 2012 17:07:12 +0300 Oleksandr Gavenko Fix typo.
Sun, 08 Jul 2012 22:13:39 +0300 Oleksandr Gavenko Add case of newsgroup.
Sun, 08 Jul 2012 21:39:10 +0300 Oleksandr Gavenko Store message in `gnus-article-save-directory' after successful sending. It is
Fri, 06 Jul 2012 22:11:21 +0300 Oleksandr Gavenko Fix indent level for closed parenthesis.
Fri, 06 Jul 2012 22:01:53 +0300 Oleksandr Gavenko Set indentation rules for cperl.
Fri, 06 Jul 2012 21:54:09 +0300 Oleksandr Gavenko Add perl-mode cperl-mode to my-devel-mode-list for Imenu.
Fri, 06 Jul 2012 21:40:37 +0300 Oleksandr Gavenko Expands for keywords such as foreach, while, etc...
Fri, 06 Jul 2012 21:38:16 +0300 Oleksandr Gavenko Don't show all man page. I set man switches to "-a"...
Fri, 06 Jul 2012 21:33:55 +0300 Oleksandr Gavenko Use cperl instead perl mode.
Wed, 04 Jul 2012 20:56:55 +0300 Oleksandr Gavenko Set read-buffer-completion-ignore-case.
Wed, 04 Jul 2012 20:52:21 +0300 Oleksandr Gavenko default-truncate-lines is depricated since 23.2. Set
Wed, 04 Jul 2012 20:46:57 +0300 Oleksandr Gavenko Set ps-paper-type.
Wed, 04 Jul 2012 20:45:21 +0300 Oleksandr Gavenko Set track-eol.
Mon, 02 Jul 2012 14:23:41 +0300 Oleksandr Gavenko Don't set view-read-only to 't' because of bug with gettext.el.
Sun, 01 Jul 2012 02:03:12 +0300 Oleksandr Gavenko Show "Archived-At" header for Gmane.
Wed, 27 Jun 2012 23:09:48 +0300 Oleksandr Gavenko Set encoding for '#debian-russian'.
Wed, 06 Jun 2012 23:28:41 +0300 Oleksandr Gavenko merged
Wed, 06 Jun 2012 23:28:22 +0300 Oleksandr Gavenko Disable shown consts in *goal* buffer.
Wed, 06 Jun 2012 23:26:29 +0300 Oleksandr Gavenko Add info to remember.
Sat, 02 Jun 2012 22:30:07 +0300 Oleksandr Gavenko Define key binding to send paragraph to SML process.
Fri, 01 Jun 2012 17:38:24 +0300 Oleksandr Gavenko Define key binding 'proof-goto-point' for .thy file.
Sat, 12 May 2012 21:33:24 +0300 Oleksandr Gavenko Set isar-display:show-types and isar-display:show-brackets.
Wed, 09 May 2012 23:28:38 +0300 Oleksandr Gavenko Add Proof General settings.
Fri, 06 Apr 2012 20:05:16 +0300 Oleksandr Gavenko Do not mark directories as temp files.
Tue, 28 Feb 2012 21:05:40 +0200 Oleksandr Gavenko Comment customising of 'enable-recursive-minibuffers' (use for example purpose).
Tue, 28 Feb 2012 21:04:13 +0200 Oleksandr Gavenko Set enable-recursive-minibuffers to t.
Mon, 27 Feb 2012 21:54:51 +0200 Oleksandr Gavenko Add 'texinfo-mode' to 'my-devel-mode-list' for TODO highlighting.
Mon, 27 Feb 2012 12:19:25 +0200 Oleksandr Gavenko Prevent from closing 'NOTE.org' buffer.
Sun, 26 Feb 2012 19:45:31 +0200 Oleksandr Gavenko Load 'pymacs' and 'ropemacs' automatically.
Mon, 20 Feb 2012 20:59:12 +0200 Oleksandr Gavenko Add sign for euro and hryvnia.
Mon, 20 Feb 2012 13:08:16 +0200 Oleksandr Gavenko Fix "isearch-no-upper-case-p: Wrong type argument: stringp, nil" from gnus.
Sat, 04 Feb 2012 23:11:04 +0200 Oleksandr Gavenko Enable 'global-hi-lock-mode'.
Sat, 28 Jan 2012 22:20:59 +0200 Oleksandr Gavenko Disable coding for ICQ.
Mon, 09 Jan 2012 21:10:08 +0200 Oleksandr Gavenko Remove newline from allowed transcription chars.
Wed, 04 Jan 2012 17:10:55 +0200 Oleksandr Gavenko Add '.py' and '.sh' as allowed executable extension.
Wed, 04 Jan 2012 00:33:56 +0200 Oleksandr Gavenko Fix "Symbol's value as variable is void: py-version".
Tue, 03 Jan 2012 18:46:17 +0200 Oleksandr Gavenko Fix bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654398
Wed, 21 Dec 2011 22:36:27 +0200 Oleksandr Gavenko Remove debug code.
Wed, 21 Dec 2011 22:35:57 +0200 Oleksandr Gavenko Simplify regex.
Wed, 21 Dec 2011 22:35:21 +0200 Oleksandr Gavenko Fix highlighting near beginning and end of buffer.
Wed, 21 Dec 2011 21:49:03 +0200 Oleksandr Gavenko Fix infinite invocation of 'dict-c5-font-lock-extend-region' by guarding condition.
Tue, 20 Dec 2011 23:28:29 +0200 Oleksandr Gavenko Return non-nil if region was adjusted.
Tue, 20 Dec 2011 23:18:04 +0200 Oleksandr Gavenko Add docs.
Tue, 20 Dec 2011 23:15:57 +0200 Oleksandr Gavenko Finally fix multiline highlighting.
Tue, 20 Dec 2011 22:11:20 +0200 Oleksandr Gavenko Rewrite code to use 'define-derived-mode'.
Tue, 20 Dec 2011 21:45:23 +0200 Oleksandr Gavenko Customise more variables for comment highlighting.
Tue, 20 Dec 2011 21:12:34 +0200 Oleksandr Gavenko Enable multiline highlighting.
Tue, 20 Dec 2011 20:20:14 +0200 Oleksandr Gavenko Remove superfluous argument.
Mon, 19 Dec 2011 22:59:20 +0200 Oleksandr Gavenko Simplify regexp.
Thu, 15 Dec 2011 22:16:25 +0200 Oleksandr Gavenko Use 'sendmail-send-it' for 'send-mail-function' under Debian as
Mon, 12 Dec 2011 23:04:55 +0200 Oleksandr Gavenko Don't change ``manual-program`` for Linux.
Sun, 27 Nov 2011 20:52:42 +0200 Oleksandr Gavenko Kill Gnus when exiting Emacs.
Sat, 26 Nov 2011 20:02:29 +0200 Oleksandr Gavenko merged
Sat, 26 Nov 2011 19:44:43 +0200 Oleksandr Gavenko Don't set 'selection-coding-system' for Windows. This is no longer needed.
Tue, 22 Nov 2011 11:15:46 +0200 Oleksandr Gavenko Do not set coding system for terminal. This fix displaying CP1251 coding in
Sun, 20 Nov 2011 23:16:59 +0200 Oleksandr Gavenko merged
Sun, 20 Nov 2011 20:14:17 +0200 Oleksandr Gavenko merged
Fri, 18 Nov 2011 22:29:01 +0200 Oleksandr Gavenko merged
Thu, 17 Nov 2011 22:38:03 +0200 Oleksandr Gavenko (setq org-agenda-include-diary t)
Thu, 17 Nov 2011 20:14:01 +0200 Oleksandr Gavenko Simplify code.
Thu, 17 Nov 2011 20:11:19 +0200 Oleksandr Gavenko Implement 'uninstall' target.
Thu, 17 Nov 2011 20:08:16 +0200 Oleksandr Gavenko Remove depricated code. Use "jdone" project instead.
Thu, 17 Nov 2011 12:17:14 +0200 Oleksandr Gavenko Enable jdone if available.
Wed, 16 Nov 2011 17:08:05 +0200 Oleksandr Gavenko Some settings for Gnus caching (same as default values).
Mon, 14 Nov 2011 19:20:47 +0200 Oleksandr Gavenko merged
Mon, 14 Nov 2011 19:20:36 +0200 Oleksandr Gavenko Depricated. Use 'jdone' mode.
Mon, 14 Nov 2011 13:22:15 +0200 Oleksandr Gavenko Add basic figlet function.
Mon, 14 Nov 2011 10:21:35 +0200 Oleksandr Gavenko Set 'user-nick' if it was not defined in ~/.emacs-auth or somewhere.
Mon, 14 Nov 2011 09:58:35 +0200 Oleksandr Gavenko merged
Fri, 11 Nov 2011 10:54:18 +0200 Oleksandr Gavenko Enable 'electric' and disable 'auto-newline' in C-like modes. Previously I
Fri, 11 Nov 2011 10:34:17 +0200 Oleksandr Gavenko Add coloring by day by 'sed'.
Sat, 12 Nov 2011 13:18:30 +0200 Oleksandr Gavenko Increase the score for followups to a sent article.
Sat, 12 Nov 2011 13:14:33 +0200 Oleksandr Gavenko Set gnus-use-scoring to t.
Sat, 12 Nov 2011 00:25:26 +0200 Oleksandr Gavenko Mark that I am not 'gnus-novice-user' to avoid conformation when delete mails.
Thu, 10 Nov 2011 13:35:15 +0200 Oleksandr Gavenko merged
Thu, 10 Nov 2011 13:34:13 +0200 Oleksandr Gavenko Add example of stmcrblog.sh script using.
Thu, 10 Nov 2011 13:32:26 +0200 Oleksandr Gavenko Add example of 'stmcrblog-file' processing.
Thu, 10 Nov 2011 12:36:47 +0200 Oleksandr Gavenko update doc.
Thu, 10 Nov 2011 12:36:23 +0200 Oleksandr Gavenko Add post current line function.
Thu, 10 Nov 2011 12:17:30 +0200 Oleksandr Gavenko Add 'autoload's for stmcrblog mode.
Thu, 10 Nov 2011 12:14:01 +0200 Oleksandr Gavenko Set coding system for blog storage to utf-8.
Thu, 10 Nov 2011 11:40:58 +0200 Oleksandr Gavenko Allow post to file. Provide hook to render and publish file.
Thu, 10 Nov 2011 10:29:44 +0200 Oleksandr Gavenko Add base 'stmcrblog' mode code.
Wed, 09 Nov 2011 10:03:47 +0200 Oleksandr Gavenko Disable electric-state.
Thu, 10 Nov 2011 00:16:32 +0200 Oleksandr Gavenko Fix 'gnus-summary-cancelled' face (default have black background which
Thu, 10 Nov 2011 00:14:56 +0200 Oleksandr Gavenko Remove duplication, move code above.
Wed, 09 Nov 2011 23:51:15 +0200 Oleksandr Gavenko Remove gnus-ignored-newsgroups to show all GMail folders.
Wed, 09 Nov 2011 22:50:02 +0200 Oleksandr Gavenko Set nnfolder-active-file.
Wed, 09 Nov 2011 22:32:02 +0200 Oleksandr Gavenko Set "~/.gnus" prefix to all mail directories.
Wed, 09 Nov 2011 21:27:40 +0200 Oleksandr Gavenko Use another symbol graphic symbol as old does not present in Windows 7.
Wed, 09 Nov 2011 21:15:42 +0200 Oleksandr Gavenko Fix scrolling speed as I am use settings that documentation recommend avoid.
Wed, 09 Nov 2011 20:51:40 +0200 Oleksandr Gavenko Basic 'bbdb' settings.
Wed, 09 Nov 2011 00:19:20 +0200 Oleksandr Gavenko Disable hooks for score gathering as they require Gnus already loaded.
Wed, 09 Nov 2011 00:00:04 +0200 Oleksandr Gavenko Enable man and info page from Cygwin and from '~/usr/share'.
Tue, 08 Nov 2011 12:11:54 +0200 Oleksandr Gavenko Spam settings (commented).
Tue, 08 Nov 2011 11:50:59 +0200 Oleksandr Gavenko gnus-topic-mode
Tue, 08 Nov 2011 11:49:46 +0200 Oleksandr Gavenko gnus-sorted-header-list
Tue, 08 Nov 2011 11:47:48 +0200 Oleksandr Gavenko gnus-visible-headers
Tue, 08 Nov 2011 11:45:34 +0200 Oleksandr Gavenko Store gnus specific files to '~/.gnus'.
Tue, 08 Nov 2011 11:38:36 +0200 Oleksandr Gavenko Increase the score for followups to a sent article.
Tue, 08 Nov 2011 11:37:33 +0200 Oleksandr Gavenko When composing a mail, start the auto-fill-mode.
Tue, 08 Nov 2011 11:36:06 +0200 Oleksandr Gavenko Show standard status in Gnus summary.
Tue, 08 Nov 2011 11:32:29 +0200 Oleksandr Gavenko Customize gnus-sum-thread-tree.
Tue, 08 Nov 2011 11:26:56 +0200 Oleksandr Gavenko Modify 'gnus-summary-line-format'.
Tue, 08 Nov 2011 11:26:35 +0200 Oleksandr Gavenko Split scoring setting from other.
Tue, 08 Nov 2011 10:21:49 +0200 Oleksandr Gavenko Do not use the html part of a message, use the text part if possible!
Tue, 08 Nov 2011 10:13:15 +0200 Oleksandr Gavenko If you're spooling in overlapping mbox folders, you probably want
Tue, 08 Nov 2011 10:04:08 +0200 Oleksandr Gavenko gnus-thread-sort-by-date
Tue, 08 Nov 2011 02:02:06 +0200 Oleksandr Gavenko Enable flyspell for message composing buffer.
Tue, 08 Nov 2011 02:00:01 +0200 Oleksandr Gavenko Enable ecomplete in addition to abbrev for mail completion.
Tue, 08 Nov 2011 01:44:58 +0200 Oleksandr Gavenko Make date header setting in portable way as recommended in manual.
Tue, 08 Nov 2011 01:40:54 +0200 Oleksandr Gavenko Define own citation format. Also this fix of inclusion mail address of cited
Tue, 08 Nov 2011 01:00:08 +0200 Oleksandr Gavenko Use message-user-agent as mail-user-agent.
Tue, 08 Nov 2011 00:59:39 +0200 Oleksandr Gavenko Move message-mode settings to own section.
Tue, 08 Nov 2011 00:56:22 +0200 Oleksandr Gavenko Delete 'unknown' section.
Tue, 08 Nov 2011 00:49:37 +0200 Oleksandr Gavenko Remove key binding in Org mode to:
Tue, 08 Nov 2011 00:42:35 +0200 Oleksandr Gavenko 'transient-mark-mode' and 'pc-selection-mode' are deprecated. Emacs 24 default
Mon, 07 Nov 2011 22:42:40 +0200 Oleksandr Gavenko Enable flyspell for Log-Edit buffer to decrease spell errors.
Mon, 07 Nov 2011 14:21:32 +0200 Oleksandr Gavenko Set following in ~/.emacs-auth.
Mon, 07 Nov 2011 02:47:12 +0200 Oleksandr Gavenko Load auth info if possible. Load smtpmail if user provide server to use.
Mon, 07 Nov 2011 02:25:36 +0200 Oleksandr Gavenko Kill message buffer after mail send. You always can use C-c C-s to preserve it.
Mon, 07 Nov 2011 02:21:46 +0200 Oleksandr Gavenko Enable mailalias.
Mon, 07 Nov 2011 01:13:30 +0200 Oleksandr Gavenko Backout 9f9d6f836095
Sun, 06 Nov 2011 01:03:16 +0200 Oleksandr Gavenko Fix coding for Cygwin Emacs when LANG=ru_RU.cp1251.
Sun, 06 Nov 2011 00:40:26 +0200 Oleksandr Gavenko Bind 'F7' to 'rgrep' as 'M-F7' does not possible in terminal.
Sun, 06 Nov 2011 00:16:54 +0200 Oleksandr Gavenko Set fill-column for "Log-Edit" buffer.
Sun, 06 Nov 2011 00:06:18 +0200 Oleksandr Gavenko Use different 'recentf' and 'desktop' files and do not enable
Sat, 05 Nov 2011 22:28:34 +0200 Oleksandr Gavenko Recursively add dirs from 'my-usr-el-dir' to 'load-path'.
Sat, 05 Nov 2011 11:23:57 +0200 Oleksandr Gavenko merged
Sat, 05 Nov 2011 11:23:47 +0200 Oleksandr Gavenko Don't load pc-selection-mode for Emacs 24. This mode is obsolete.
Fri, 04 Nov 2011 16:20:10 +0200 Oleksandr Gavenko Down priority for Makefile pattern to allow match .diff/.rej first.
(0) -1000 -960 tip