Sat, 02 Jan 2021 20:37:29 +0200 Disable population of `file-name-history', it causes calls to
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 20:37:29 +0200] rev 1682
Disable population of `file-name-history', it causes calls to abbreviate-file-name => file-name-case-insensitive-p => tramp-autoload-file-name-handler taking 40% of startup time. `ido-switch-buffer' doesn't depends on `file-name-history', nothing to lose. Profiling data for startup: - eval-buffer 4340 99% - recentf-mode 1684 38% - recentf-load-list 1684 38% - mapcar 1684 38% - abbreviate-file-name 1684 38% - file-name-case-insensitive-p 1250 28% + tramp-autoload-file-name-handler 1172 26% + tramp-file-name-handler 78 1%
Sat, 02 Jan 2021 20:09:51 +0200 Simplified cleanup of "mylispdir".
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 20:09:51 +0200] rev 1681
Simplified cleanup of "mylispdir".
Sat, 02 Jan 2021 20:02:16 +0200 Disabled activation of CEDET and Semantic. It consumes 48% of startup time.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 20:02:16 +0200] rev 1680
Disabled activation of CEDET and Semantic. It consumes 48% of startup time. On Cygwin load time shortened 10s => 6s.
Sat, 02 Jan 2021 19:49:06 +0200 Added option to disable activation of desktop-save-mode.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 19:49:06 +0200] rev 1679
Added option to disable activation of desktop-save-mode.
Sat, 02 Jan 2021 19:45:46 +0200 Do not keep separate files for Cygwin for desktop-mode. I don't share HOME for native & Cygwin Emacs.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 19:45:46 +0200] rev 1678
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 Added note about recentf-auto-cleanup.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 19:44:27 +0200] rev 1677
Added note about recentf-auto-cleanup.
Sat, 02 Jan 2021 19:15:13 +0200 Added a code example helping profiling of startup.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 19:15:13 +0200] rev 1676
Added a code example helping profiling of startup.
Sat, 02 Jan 2021 18:57:24 +0200 Load more files for byte compilation check. Switched to my-lisp-* prefix.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 18:57:24 +0200] rev 1675
Load more files for byte compilation check. Switched to my-lisp-* prefix.
Sat, 02 Jan 2021 18:36:39 +0200 Added suffix "/" to my-lisp-dir for next easy/safe concat operations.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 18:36:39 +0200] rev 1674
Added suffix "/" to my-lisp-dir for next easy/safe concat operations.
Sat, 02 Jan 2021 17:38:55 +0200 Delay evaluation of gnus-add-configuration to gnus start time. It takes 25% of my Emacs start time.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 17:38:55 +0200] rev 1673
Delay evaluation of gnus-add-configuration to gnus start time. It takes 25% of my Emacs start time. For Cygwin it is 14s => 10s.
Sat, 02 Jan 2021 01:28:36 +0200 Simplified Makefile byte compillation recipe by moving some logic from CLI to elisp.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 01:28:36 +0200] rev 1672
Simplified Makefile byte compillation recipe by moving some logic from CLI to elisp.
Sat, 02 Jan 2021 01:26:59 +0200 Suppressed warning: assignment to free variable "c-basic-offset".
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 01:26:59 +0200] rev 1671
Suppressed warning: assignment to free variable "c-basic-offset".
Sat, 02 Jan 2021 01:19:57 +0200 Fixed name of my mode directory.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 01:19:57 +0200] rev 1670
Fixed name of my mode directory.
Sat, 02 Jan 2021 01:15:49 +0200 No need to define user-emacs-directory as it is in a pretty old v22.1.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 01:15:49 +0200] rev 1669
No need to define user-emacs-directory as it is in a pretty old v22.1.
Sat, 02 Jan 2021 01:11:43 +0200 Do not byte compile .emacs-my during installation. Compilation code moved to separate target useful warnings are reported during compilation.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 01:11:43 +0200] rev 1668
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 Use command "install -m ..." instead "cp" in many occasions.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 00:45:33 +0200] rev 1667
Use command "install -m ..." instead "cp" in many occasions.
Sat, 02 Jan 2021 00:33:04 +0200 Moved my elisp modes to dedicated directory to not mixt with init.el.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 00:33:04 +0200] rev 1666
Moved my elisp modes to dedicated directory to not mixt with init.el.
Sat, 02 Jan 2021 00:27:54 +0200 Made "upgrade" target idempotent and added it as dependency to "install".
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Jan 2021 00:27:54 +0200] rev 1665
Made "upgrade" target idempotent and added it as dependency to "install".
Fri, 01 Jan 2021 21:34:09 +0200 Do not apply migration is there is no ~/.emacs.d/.emacs-ver file.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 01 Jan 2021 21:34:09 +0200] rev 1664
Do not apply migration is there is no ~/.emacs.d/.emacs-ver file.
Fri, 01 Jan 2021 20:39:48 +0200 Set installation dir explicitly in upgrade script.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 01 Jan 2021 20:39:48 +0200] rev 1663
Set installation dir explicitly in upgrade script.
Fri, 01 Jan 2021 20:32:49 +0200 Moved some obsolete modes to attic.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 01 Jan 2021 20:32:49 +0200] rev 1662
Moved some obsolete modes to attic.
Fri, 01 Jan 2021 20:21:33 +0200 Launch .emacs-autogen.sh with predefined SHELL.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 01 Jan 2021 20:21:33 +0200] rev 1661
Launch .emacs-autogen.sh with predefined SHELL.
Fri, 01 Jan 2021 19:57:59 +0200 Ensure the help doesn't trigger autoloading.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 01 Jan 2021 19:57:59 +0200] rev 1660
Ensure the help doesn't trigger autoloading.
Fri, 01 Jan 2021 19:36:25 +0200 Fixed grammar.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 01 Jan 2021 19:36:25 +0200] rev 1659
Fixed grammar.
Fri, 01 Jan 2021 18:02:55 +0200 Removed unused function.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 01 Jan 2021 18:02:55 +0200] rev 1658
Removed unused function.
Thu, 31 Dec 2020 23:11:59 +0200 No need for copyright year.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 31 Dec 2020 23:11:59 +0200] rev 1657
No need for copyright year.
Thu, 31 Dec 2020 00:20:03 +0200 Fixed: show-paren-mode was disabled by large files because is it global mode.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 31 Dec 2020 00:20:03 +0200] rev 1656
Fixed: show-paren-mode was disabled by large files because is it global mode. Allow to disable show-paren-mode for certain buffers making preference buffer local.
Thu, 31 Dec 2020 00:08:10 +0200 Set more distinctive color for paren expression highlighting.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 31 Dec 2020 00:08:10 +0200] rev 1655
Set more distinctive color for paren expression highlighting.
Thu, 31 Dec 2020 00:03:42 +0200 Highlight an entire expression instead of matching parenthesis.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 31 Dec 2020 00:03:42 +0200] rev 1654
Highlight an entire expression instead of matching parenthesis.
Fri, 25 Dec 2020 20:21:56 +0200 (setq ibuffer-expert t)
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 25 Dec 2020 20:21:56 +0200] rev 1653
(setq ibuffer-expert t)
Sun, 13 Dec 2020 20:00:18 +0200 Turned off ls-list for Cygwin to make Dired work for dirs with special files from WSL P9 FS.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 13 Dec 2020 20:00:18 +0200] rev 1652
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 Just require ls-lisp.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 13 Dec 2020 19:17:21 +0200] rev 1651
Just require ls-lisp.
Thu, 03 Dec 2020 11:14:59 +0200 Lazy loading of buffer significantly reduces startup time!
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 03 Dec 2020 11:14:59 +0200] rev 1650
Lazy loading of buffer significantly reduces startup time!
Mon, 30 Nov 2020 13:39:57 +0200 Enable yaml-mode in Jinja templates.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 30 Nov 2020 13:39:57 +0200] rev 1649
Enable yaml-mode in Jinja templates.
Sun, 29 Nov 2020 14:58:44 +0200 Use server-use-tcp for server activation for Cygwin as /tmp directory periodically is cleaned up.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 29 Nov 2020 14:58:44 +0200] rev 1648
Use server-use-tcp for server activation for Cygwin as /tmp directory periodically is cleaned up.
Sat, 28 Nov 2020 15:09:11 +0200 Prefer to open URLs in Firefox.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 28 Nov 2020 15:09:11 +0200] rev 1647
Prefer to open URLs in Firefox.
Thu, 26 Nov 2020 23:35:06 +0200 Disable stupid file locking. It breaks editing WSL files from Cygwin Emacs.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 26 Nov 2020 23:35:06 +0200] rev 1646
Disable stupid file locking. It breaks editing WSL files from Cygwin Emacs. https://emacs.stackexchange.com/questions/61962/what-is-interlocking-about https://cygwin.com/pipermail/cygwin/2020-November/246887.html
Thu, 26 Nov 2020 23:08:51 +0200 Switched to build-in GNUS HTML renderer as Emacs cannot find w3m in Cygwin even if the package is installed.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 26 Nov 2020 23:08:51 +0200] rev 1645
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 Marked function for autoload.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 22 Nov 2020 18:35:29 +0200] rev 1644
Marked function for autoload.
Sat, 21 Nov 2020 21:34:47 +0200 Enabled highlighting of TODO keywords by text-mode-hook.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 21 Nov 2020 21:34:47 +0200] rev 1643
Enabled highlighting of TODO keywords by text-mode-hook.
Fri, 20 Nov 2020 22:10:13 +0200 Enable whitespace-mode in gadict-mode with appropriate customization.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 20 Nov 2020 22:10:13 +0200] rev 1642
Enable whitespace-mode in gadict-mode with appropriate customization.
Fri, 20 Nov 2020 17:38:07 +0200 Fixed indention.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 20 Nov 2020 17:38:07 +0200] rev 1641
Fixed indention.
Fri, 20 Nov 2020 17:24:58 +0200 Implemented mypasshide-mode for hiding passwords from my .org files.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 20 Nov 2020 17:24:58 +0200] rev 1640
Implemented mypasshide-mode for hiding passwords from my .org files.
Fri, 20 Nov 2020 12:07:48 +0200 Added comment how to reload recentf.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 20 Nov 2020 12:07:48 +0200] rev 1639
Added comment how to reload recentf.
Fri, 20 Nov 2020 12:04:07 +0200 I don't use env var HOME on Windows anymore, so need for separate file for .recentf.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 20 Nov 2020 12:04:07 +0200] rev 1638
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 Update codetags list.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 18 Nov 2020 14:59:53 +0200] rev 1637
Update codetags list.
Mon, 16 Nov 2020 19:57:22 +0200 Enable TODO highlighting in config-like modes.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 16 Nov 2020 19:57:22 +0200] rev 1636
Enable TODO highlighting in config-like modes.
Mon, 16 Nov 2020 14:26:40 +0200 Grouped related code so paragraph selected text can be evaluated by eval-reegion!
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 16 Nov 2020 14:26:40 +0200] rev 1635
Grouped related code so paragraph selected text can be evaluated by eval-reegion!
Mon, 16 Nov 2020 14:23:28 +0200 Disabled global-whitespace-mode as it makes string quoted in double quote highlighted in fundamental-mode.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 16 Nov 2020 14:23:28 +0200] rev 1634
Disabled global-whitespace-mode as it makes string quoted in double quote highlighted in fundamental-mode. https://emacs.stackexchange.com/questions/61770/whitespace-style-face-activats-highlighting-of-quoted-string-in-fundamental-mo Old good show-trailing-whitespace is used until global-whitespace-mode is fixed.
Mon, 16 Nov 2020 00:32:43 +0200 Eliminated lags when navigating diff file cause by visiting files behind the
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 16 Nov 2020 00:32:43 +0200] rev 1633
Eliminated lags when navigating diff file cause by visiting files behind the scene in order to get proper highlighting. This generates calls to `vc-git-find-revision` and spawn 2 git processes. Noticeably slow on Cygwin.
Sun, 01 Nov 2020 15:05:04 +0200 Replaced eval-after-load => with-eval-after-load for its easier syntax.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 01 Nov 2020 15:05:04 +0200] rev 1632
Replaced eval-after-load => with-eval-after-load for its easier syntax.
Sun, 01 Nov 2020 14:26:50 +0200 Add association if `key' is not in `alist' and replace all accociation with
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 01 Nov 2020 14:26:50 +0200] rev 1631
Add association if `key' is not in `alist' and replace all accociation with single, if there is `key'.
Tue, 13 Oct 2020 21:24:58 +0300 Disabled hunk refinement during font-lock, introduced in v27.1.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 13 Oct 2020 21:24:58 +0300] rev 1630
Disabled hunk refinement during font-lock, introduced in v27.1.
Tue, 13 Oct 2020 20:51:39 +0300 Disabled magit-diff-refine-hunk. No only it is slow in Cygwin it is also fails on some hunks...
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 13 Oct 2020 20:51:39 +0300] rev 1629
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 Fixe: fboundp cannot detect outoloaded functions, replay on package-installed-p instead.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 03 Oct 2020 22:46:26 +0300] rev 1628
Fixe: fboundp cannot detect outoloaded functions, replay on package-installed-p instead.
Sat, 03 Oct 2020 22:45:06 +0300 Fixed typo in a condition.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 03 Oct 2020 22:45:06 +0300] rev 1627
Fixed typo in a condition.
Wed, 30 Sep 2020 14:11:24 +0300 Use ivy-switch-buffer if available.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 30 Sep 2020 14:11:24 +0300] rev 1626
Use ivy-switch-buffer if available.
Wed, 30 Sep 2020 12:33:41 +0300 Accept comma in time along with dot.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 30 Sep 2020 12:33:41 +0300] rev 1625
Accept comma in time along with dot.
Tue, 22 Sep 2020 15:47:42 +0300 Made fonts smaller for date and hidden parts to avoid frequent line wrapping and reduce noise. highlight ISO date without year.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 22 Sep 2020 15:47:42 +0300] rev 1624
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 Set prettify-symbols-alist & prettify-symbols-mode.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 22 Sep 2020 15:02:30 +0300] rev 1623
Set prettify-symbols-alist & prettify-symbols-mode.
Tue, 22 Sep 2020 12:55:29 +0300 Added highlighting for special pattern to be less distracting. Two symbols are used as markers from each side to avoid most false positive matches.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 22 Sep 2020 12:55:29 +0300] rev 1622
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 Activate typescript mode with eval-after-load as feature isn't registerd during startup process so we cannot detect it earlier.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 22 Sep 2020 12:53:26 +0300] rev 1621
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 Moved save-place to a separate section.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 01 Sep 2020 13:22:16 +0300] rev 1620
Moved save-place to a separate section.
Tue, 01 Sep 2020 13:20:18 +0300 save-place-mode is since v25.1.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 01 Sep 2020 13:20:18 +0300] rev 1619
save-place-mode is since v25.1.
Sun, 30 Aug 2020 18:53:38 +0300 Added interesting time zones for M-x display-time-world.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 30 Aug 2020 18:53:38 +0300] rev 1618
Added interesting time zones for M-x display-time-world.
Sun, 16 Aug 2020 00:13:35 +0300 Fixed Emacs 27.1 load issue: GNUS faces are now without -face suffix.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 16 Aug 2020 00:13:35 +0300] rev 1617
Fixed Emacs 27.1 load issue: GNUS faces are now without -face suffix.
Sun, 16 Aug 2020 00:12:34 +0300 Fixed install target failure because of lexical binding of generated-autoload-file.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 16 Aug 2020 00:12:34 +0300] rev 1616
Fixed install target failure because of lexical binding of generated-autoload-file.
Wed, 27 May 2020 13:28:47 +0300 Enable typescript-mode for .tsx files.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 27 May 2020 13:28:47 +0300] rev 1615
Enable typescript-mode for .tsx files.
Thu, 26 Mar 2020 14:58:47 +0200 my-pp based on context so I don't need to remember my-nxml-pp, json-pretty-print-buffer, etc.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 26 Mar 2020 14:58:47 +0200] rev 1614
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 Set display-raw-bytes-as-hex for Emacs 26.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 12 Mar 2020 12:37:36 +0200] rev 1613
Set display-raw-bytes-as-hex for Emacs 26.
Thu, 12 Mar 2020 12:32:22 +0200 Expression was simplified.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 12 Mar 2020 12:32:22 +0200] rev 1612
Expression was simplified.
Thu, 12 Mar 2020 12:27:12 +0200 Simplified expression.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 12 Mar 2020 12:27:12 +0200] rev 1611
Simplified expression.
Mon, 24 Feb 2020 18:48:38 +0200 Added docs, limited regex lookup for Java stack traces.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 24 Feb 2020 18:48:38 +0200] rev 1610
Added docs, limited regex lookup for Java stack traces.
Mon, 24 Feb 2020 13:32:00 +0200 Java 9 introduced "/" into line, like "java.base/sun.security.ssl".
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 24 Feb 2020 13:32:00 +0200] rev 1609
Java 9 introduced "/" into line, like "java.base/sun.security.ssl".
Sun, 23 Feb 2020 14:45:23 +0200 Moved experimental code to non-hg tracked file.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 23 Feb 2020 14:45:23 +0200] rev 1608
Moved experimental code to non-hg tracked file.
Mon, 17 Feb 2020 13:44:36 +0200 Improved handling of long lines. Added docs.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 17 Feb 2020 13:44:36 +0200] rev 1607
Improved handling of long lines. Added docs.
Mon, 10 Feb 2020 00:56:19 +0200 Enabled new gadialog mode.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 10 Feb 2020 00:56:19 +0200] rev 1606
Enabled new gadialog mode.
Wed, 08 Jan 2020 22:23:31 +0200 Grouped magit and vc modes.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 08 Jan 2020 22:23:31 +0200] rev 1605
Grouped magit and vc modes.
Wed, 11 Dec 2019 22:39:13 +0200 Fallback to selective-display if not in hs-minor-mode. Make corresponding key binding global.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 11 Dec 2019 22:39:13 +0200] rev 1604
Fallback to selective-display if not in hs-minor-mode. Make corresponding key binding global.
Wed, 11 Dec 2019 00:35:10 +0200 I need to visit work file with UTF-8 support.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 11 Dec 2019 00:35:10 +0200] rev 1603
I need to visit work file with UTF-8 support.
Tue, 10 Dec 2019 19:49:45 +0200 inhibit-startup-buffer-menu
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 10 Dec 2019 19:49:45 +0200] rev 1602
inhibit-startup-buffer-menu
Tue, 10 Dec 2019 19:38:14 +0200 initial-major-mode is fundamental-mode.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 10 Dec 2019 19:38:14 +0200] rev 1601
initial-major-mode is fundamental-mode.
Tue, 10 Dec 2019 18:08:41 +0200 Introduced key binding to open helper buffer baked by file (so will not be lost as with *scratch*).
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 10 Dec 2019 18:08:41 +0200] rev 1600
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 Added command to open package info from Maven Central in Browser.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 10 Dec 2019 18:07:06 +0200] rev 1599
Added command to open package info from Maven Central in Browser.
Tue, 10 Dec 2019 18:05:28 +0200 It is better to select hole word (including dashes/underscores, depending on mode).
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 10 Dec 2019 18:05:28 +0200] rev 1598
It is better to select hole word (including dashes/underscores, depending on mode).
Tue, 10 Dec 2019 18:04:16 +0200 Removed some generic modes that interfere with specialised: javascript-generic-mode ansible-inventory-generic-mode
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 10 Dec 2019 18:04:16 +0200] rev 1597
Removed some generic modes that interfere with specialised: javascript-generic-mode ansible-inventory-generic-mode
Mon, 19 Aug 2019 18:28:12 +0300 Fix: removed quotation from sub-element inside quoted expression.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 19 Aug 2019 18:28:12 +0300] rev 1596
Fix: removed quotation from sub-element inside quoted expression.
Sun, 28 Jul 2019 13:49:08 +0300 No need for default value. It can hide bug.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 28 Jul 2019 13:49:08 +0300] rev 1595
No need for default value. It can hide bug.
Wed, 17 Jul 2019 00:53:27 +0300 Fixed hs-special-modes-alist START regex to allow '/' in attr values (like base64 encoded data) and enabled proper nxml-forward-element balancing function.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 17 Jul 2019 00:53:27 +0300] rev 1594
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 Show diff for REV.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 04 Jun 2019 19:38:35 +0300] rev 1593
Show diff for REV. https://emacs.stackexchange.com/questions/40506/how-can-i-see-diff-for-specific-changeset/
Sun, 02 Jun 2019 14:45:01 +0300 Added magit-revision-mode to my-text-mode-list.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 02 Jun 2019 14:45:01 +0300] rev 1592
Added magit-revision-mode to my-text-mode-list.
Sat, 18 May 2019 23:01:58 +0300 Marked file for lexical-binding.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 18 May 2019 23:01:58 +0300] rev 1591
Marked file for lexical-binding.
Sat, 18 May 2019 23:00:23 +0300 Added bookmark creation for RST mode.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 18 May 2019 23:00:23 +0300] rev 1590
Added bookmark creation for RST mode.
Thu, 16 May 2019 00:26:05 +0300 Enable TODO highlighting in all prod modes without listing all modes.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 16 May 2019 00:26:05 +0300] rev 1589
Enable TODO highlighting in all prod modes without listing all modes.
Tue, 07 May 2019 00:48:54 +0300 Fixed: ‘goto-line’ is for interactive use only; use ‘forward-line’ instead.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 07 May 2019 00:48:54 +0300] rev 1588
Fixed: ‘goto-line’ is for interactive use only; use ‘forward-line’ instead.
Tue, 07 May 2019 00:48:25 +0300 Fix: string-to-int was removed in v26.1.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 07 May 2019 00:48:25 +0300] rev 1587
Fix: string-to-int was removed in v26.1.
Tue, 07 May 2019 00:45:32 +0300 Fixed: ‘ucs-insert’ is an obsolete function (as of 24.3), use ‘insert-char’ instead.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 07 May 2019 00:45:32 +0300] rev 1586
Fixed: ‘ucs-insert’ is an obsolete function (as of 24.3), use ‘insert-char’ instead.
Tue, 07 May 2019 00:44:54 +0300 Replaced default-FOO variables with (setq-default FOO ...) as they were deleted in v26.1.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 07 May 2019 00:44:54 +0300] rev 1585
Replaced default-FOO variables with (setq-default FOO ...) as they were deleted in v26.1.
Mon, 29 Apr 2019 16:49:32 +0300 Added EDITED to TODO keywords.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 29 Apr 2019 16:49:32 +0300] rev 1584
Added EDITED to TODO keywords.
Fri, 26 Apr 2019 12:15:39 +0300 Added docs about global-auto-revert-mode.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 26 Apr 2019 12:15:39 +0300] rev 1583
Added docs about global-auto-revert-mode.
Mon, 22 Apr 2019 23:45:02 +0300 Enable whitespace-mode for markdown-mode.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 22 Apr 2019 23:45:02 +0300] rev 1582
Enable whitespace-mode for markdown-mode.
Sat, 20 Apr 2019 02:38:52 +0300 Activate gaphrase mode.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 20 Apr 2019 02:38:52 +0300] rev 1581
Activate gaphrase mode.
Thu, 18 Apr 2019 23:35:53 +0300 Enable adoc-mode by function presents, feature is not available from autoload file.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 18 Apr 2019 23:35:53 +0300] rev 1580
Enable adoc-mode by function presents, feature is not available from autoload file.
Tue, 16 Apr 2019 11:28:40 +0300 Do to turn on auto-fill mode. It is hard to disable it in derived modes.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 16 Apr 2019 11:28:40 +0300] rev 1579
Do to turn on auto-fill mode. It is hard to disable it in derived modes.
Mon, 11 Mar 2019 12:19:49 +0200 Simpler key binding to collapse XML documents.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 11 Mar 2019 12:19:49 +0200] rev 1578
Simpler key binding to collapse XML documents.
Sun, 03 Mar 2019 14:19:08 +0200 Highlight difference in magit with magit-diff-refine-hunk.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 03 Mar 2019 14:19:08 +0200] rev 1577
Highlight difference in magit with magit-diff-refine-hunk.
Sat, 02 Feb 2019 18:00:53 +0200 vc-git-print-log-follow is for v26.1
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 02 Feb 2019 18:00:53 +0200] rev 1576
vc-git-print-log-follow is for v26.1 https://emacs.stackexchange.com/questions/40664/make-vc-log-history-to-follow-file-renames/
Sun, 30 Dec 2018 12:07:00 +0200 Search in hidden files too (starting with dot).
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 30 Dec 2018 12:07:00 +0200] rev 1575
Search in hidden files too (starting with dot).
Thu, 13 Dec 2018 01:09:53 +0200 gnus-buttonized-mime-types
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 13 Dec 2018 01:09:53 +0200] rev 1574
gnus-buttonized-mime-types
Thu, 13 Dec 2018 00:34:30 +0200 Reindent code.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 13 Dec 2018 00:34:30 +0200] rev 1573
Reindent code.
Tue, 09 Oct 2018 09:49:35 +0300 Show date instead of distance to commit in Magit log.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 09 Oct 2018 09:49:35 +0300] rev 1572
Show date instead of distance to commit in Magit log.
Mon, 24 Sep 2018 02:19:47 +0300 Set gud-pdb-command-name.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 24 Sep 2018 02:19:47 +0300] rev 1571
Set gud-pdb-command-name.
Mon, 17 Sep 2018 19:58:48 +0300 Enable adoc-mode for .adoc files.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 17 Sep 2018 19:58:48 +0300] rev 1570
Enable adoc-mode for .adoc files.
Wed, 25 Jul 2018 22:10:16 +0300 Fixed typo.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 25 Jul 2018 22:10:16 +0300] rev 1569
Fixed typo.
Wed, 25 Jul 2018 21:53:48 +0300 Fixed regex quoting syntax.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 25 Jul 2018 21:53:48 +0300] rev 1568
Fixed regex quoting syntax.
Wed, 25 Jul 2018 21:52:30 +0300 Fixed: ‘nxml-complete’ is an obsolete command (as of 26.1); use ‘completion-at-point’ instead.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 25 Jul 2018 21:52:30 +0300] rev 1567
Fixed: ‘nxml-complete’ is an obsolete command (as of 26.1); use ‘completion-at-point’ instead.
Thu, 19 Jul 2018 15:06:02 +0300 Fixed (ucs-names) API change in Emacs v26.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 19 Jul 2018 15:06:02 +0300] rev 1566
Fixed (ucs-names) API change in Emacs v26. https://emacs.stackexchange.com/questions/43685/ucs-names-in-emacs-26-is-not-working-for-euro-sign
Wed, 11 Jul 2018 14:49:36 +0300 Ported to Emacs 26.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 11 Jul 2018 14:49:36 +0300] rev 1565
Ported to Emacs 26. display-time-world-list has default value t. diff-mode faces have been renamed.
Sun, 17 Jun 2018 22:50:13 +0300 For convenience TAB always hide/show current leaf.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 17 Jun 2018 22:50:13 +0300] rev 1564
For convenience TAB always hide/show current leaf.
Sun, 13 May 2018 00:47:11 +0300 Fix: treat context lines in my-ag-goto.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 13 May 2018 00:47:11 +0300] rev 1563
Fix: treat context lines in my-ag-goto.
(0) -1000 -120 tip