Wed, 21 Jul 2021 16:45:21 +0300 Highlighting for Sabre SSRs.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 21 Jul 2021 16:45:21 +0300] rev 1741
Highlighting for Sabre SSRs.
Tue, 20 Jul 2021 17:03:51 +0300 Added highlighting of SSR's FullText.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 20 Jul 2021 17:03:51 +0300] rev 1740
Added highlighting of SSR's FullText.
Wed, 14 Jul 2021 12:24:40 +0300 emmet might be absent when we activate it in web-mode-hook.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 14 Jul 2021 12:24:40 +0300] rev 1739
emmet might be absent when we activate it in web-mode-hook.
Wed, 07 Jul 2021 18:01:09 +0300 Increased GC threshold. Fixed unbalanced parentheses.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 07 Jul 2021 18:01:09 +0300] rev 1738
Increased GC threshold. Fixed unbalanced parentheses.
Wed, 23 Jun 2021 13:24:46 +0300 Updated Sabre XML entries to highlight.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 23 Jun 2021 13:24:46 +0300] rev 1737
Updated Sabre XML entries to highlight.
Wed, 23 Jun 2021 11:19:45 +0300 Updated Sabre XML entries to highlight.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 23 Jun 2021 11:19:45 +0300] rev 1736
Updated Sabre XML entries to highlight.
Wed, 16 Jun 2021 18:38:12 +0300 Helper functions for Sabre GDS.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 16 Jun 2021 18:38:12 +0300] rev 1735
Helper functions for Sabre GDS.
Wed, 16 Jun 2021 12:50:08 +0300 Add some standard places to PATH if they are not set by login script.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 16 Jun 2021 12:50:08 +0300] rev 1734
Add some standard places to PATH if they are not set by login script. Rearrange the order of paths so system's are first, user's are last. For Cygwin this helps with Cygwin's paths to be situated before "C:/Windows" (Emacs is not started from a login shell on Windows!).
Tue, 15 Jun 2021 14:54:36 +0300 csv-mode requires for setting to be set via defcstom only...
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 15 Jun 2021 14:54:36 +0300] rev 1733
csv-mode requires for setting to be set via defcstom only...
Wed, 02 Jun 2021 18:04:53 +0300 Add some standard places to PATH as Emacs is not started from login shell on Windows...
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 02 Jun 2021 18:04:53 +0300] rev 1732
Add some standard places to PATH as Emacs is not started from login shell on Windows...
Wed, 02 Jun 2021 00:34:11 +0300 Added mode for recognition of Windows paths in Cygwin Emacs.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 02 Jun 2021 00:34:11 +0300] rev 1731
Added mode for recognition of Windows paths in Cygwin Emacs.
Wed, 02 Jun 2021 00:17:06 +0300 Separated Cygwin & ansi colors settings.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 02 Jun 2021 00:17:06 +0300] rev 1730
Separated Cygwin & ansi colors settings.
Wed, 07 Apr 2021 22:48:39 +0300 Repeating my-calc-line interactive place result after "=" sign clearing any old text.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 07 Apr 2021 22:48:39 +0300] rev 1729
Repeating my-calc-line interactive place result after "=" sign clearing any old text.
Mon, 22 Feb 2021 11:32:37 +0200 Show only the matching closing parenthesis, flashing entire expression is irritating.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 22 Feb 2021 11:32:37 +0200] rev 1728
Show only the matching closing parenthesis, flashing entire expression is irritating.
Sat, 20 Feb 2021 20:14:16 +0200 Marked some Python related variables / values as safe for being local.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 20 Feb 2021 20:14:16 +0200] rev 1727
Marked some Python related variables / values as safe for being local.
Tue, 09 Feb 2021 00:53:55 +0200 Defined key bindings to some project search/replace functions.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 09 Feb 2021 00:53:55 +0200] rev 1726
Defined key bindings to some project search/replace functions.
Mon, 08 Feb 2021 12:27:15 +0200 Added binding for project-find-file.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 08 Feb 2021 12:27:15 +0200] rev 1725
Added binding for project-find-file.
Wed, 03 Feb 2021 12:32:49 +0200 Reserved s-= for my-calc-line (to avoid excessive typing of M-x my-calc-line). er/expand-region is now s-w to be near C-w/M-w.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 03 Feb 2021 12:32:49 +0200] rev 1724
Reserved s-= for my-calc-line (to avoid excessive typing of M-x my-calc-line). er/expand-region is now s-w to be near C-w/M-w.
Sun, 31 Jan 2021 20:35:05 +0200 hs-toggle-hiding has bug in v27.1. I eliminated "(event-end e)" from "hs-toggle-hiding" as workaround.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 31 Jan 2021 20:35:05 +0200] rev 1723
hs-toggle-hiding has bug in v27.1. I eliminated "(event-end e)" from "hs-toggle-hiding" as workaround.
Sun, 31 Jan 2021 12:23:23 +0200 tags-completion-at-point-function over python-completion-at-point as latter doesn't work for me in Cygwin.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 31 Jan 2021 12:23:23 +0200] rev 1722
tags-completion-at-point-function over python-completion-at-point as latter doesn't work for me in Cygwin.
Sun, 31 Jan 2021 12:20:16 +0200 Fixed: Symbol's value as variable is void: my-profiler-enabled.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 31 Jan 2021 12:20:16 +0200] rev 1721
Fixed: Symbol's value as variable is void: my-profiler-enabled.
Sun, 31 Jan 2021 12:15:44 +0200 Defined page-delimiter for my elisp file to simplify narrowing. As I migrated to Markdown define fill-column for base mode.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 31 Jan 2021 12:15:44 +0200] rev 1720
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 Docs: about buffer-menu vs ibuffer.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 31 Jan 2021 11:41:49 +0200] rev 1719
Docs: about buffer-menu vs ibuffer.
Sun, 31 Jan 2021 00:04:18 +0200 Removed mentioning of author and copyright from all files' headers.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 31 Jan 2021 00:04:18 +0200] rev 1718
Removed mentioning of author and copyright from all files' headers.
Sun, 31 Jan 2021 00:01:57 +0200 Moved definition of root for Org mode files to defs file.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 31 Jan 2021 00:01:57 +0200] rev 1717
Moved definition of root for Org mode files to defs file.
Sat, 30 Jan 2021 23:52:32 +0200 Docs: Legacy setup instructions for native Windows Emacs.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 30 Jan 2021 23:52:32 +0200] rev 1716
Docs: Legacy setup instructions for native Windows Emacs.
Sat, 30 Jan 2021 23:37:26 +0200 Converted README to Markdown format.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 30 Jan 2021 23:37:26 +0200] rev 1715
Converted README to Markdown format.
Sat, 30 Jan 2021 23:17:51 +0200 Docs: my-profiler-enabled.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 30 Jan 2021 23:17:51 +0200] rev 1714
Docs: my-profiler-enabled.
Sat, 30 Jan 2021 23:05:31 +0200 Moved Gnus's all.SCORE to separate project as it reveals some private data.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 30 Jan 2021 23:05:31 +0200] rev 1713
Moved Gnus's all.SCORE to separate project as it reveals some private data.
Sat, 30 Jan 2021 22:44:34 +0200 Grouped startup profiler related code with debug related.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 30 Jan 2021 22:44:34 +0200] rev 1712
Grouped startup profiler related code with debug related.
(0) -1000 -300 -100 -50 -30 +30 tip