Sun, 13 Mar 2016 14:06:08 +0200 Move upgrade script to separate file. Add framework to support future upgrades.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 13 Mar 2016 14:06:08 +0200] rev 1358
Move upgrade script to separate file. Add framework to support future upgrades.
Sun, 13 Mar 2016 13:56:48 +0200 Fix: Copy missing file.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 13 Mar 2016 13:56:48 +0200] rev 1357
Fix: Copy missing file.
Sun, 13 Mar 2016 01:46:31 +0200 Remove those nasty "Summary: " from commit messages.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 13 Mar 2016 01:46:31 +0200] rev 1356
Remove those nasty "Summary: " from commit messages. http://emacs.stackexchange.com/questions/2717/why-does-my-vc-log-buffer-start-with-summary-in-emacs-24-4
Wed, 09 Mar 2016 17:09:26 +0200 EST
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 09 Mar 2016 17:09:26 +0200] rev 1355
EST
Mon, 07 Mar 2016 12:04:54 +0200 display-time-world settings.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 07 Mar 2016 12:04:54 +0200] rev 1354
display-time-world settings.
Thu, 03 Mar 2016 17:49:51 +0200 rename .emacs to init.el
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 03 Mar 2016 17:49:51 +0200] rev 1353
rename .emacs to init.el
Mon, 29 Feb 2016 00:32:45 +0200 Document global-linum-mode
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 29 Feb 2016 00:32:45 +0200] rev 1352
Document global-linum-mode
Sun, 28 Feb 2016 23:57:49 +0200 Disable diary integration into org mode because I don't use diary and
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 28 Feb 2016 23:57:49 +0200] rev 1351
Disable diary integration into org mode because I don't use diary and org tend to open diary buffer which is disturb me.
Sun, 28 Feb 2016 11:42:42 +0200 home key move after prompt in inferior-ess-mode
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 28 Feb 2016 11:42:42 +0200] rev 1350
home key move after prompt in inferior-ess-mode
Mon, 22 Feb 2016 00:31:46 +0200 Swap ipa and greek index.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 22 Feb 2016 00:31:46 +0200] rev 1349
Swap ipa and greek index.
Mon, 22 Feb 2016 00:30:21 +0200 Add Greek input method.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 22 Feb 2016 00:30:21 +0200] rev 1348
Add Greek input method.
Thu, 18 Feb 2016 18:14:51 +0200 Do not place TODO keyword before task. Without it agenda show file
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 18 Feb 2016 18:14:51 +0200] rev 1347
Do not place TODO keyword before task. Without it agenda show file name which is more meaningful!
Thu, 18 Feb 2016 15:50:11 +0200 I don't need mark of "TODO". If schedule date present - I should make this task.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 18 Feb 2016 15:50:11 +0200] rev 1346
I don't need mark of "TODO". If schedule date present - I should make this task.
Thu, 18 Feb 2016 00:48:04 +0200 Fix usage of built-in Python help() helper.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 18 Feb 2016 00:48:04 +0200] rev 1345
Fix usage of built-in Python help() helper.
Tue, 16 Feb 2016 21:52:27 +0200 My Python checkers mode.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 16 Feb 2016 21:52:27 +0200] rev 1344
My Python checkers mode.
Tue, 16 Feb 2016 14:24:05 +0200 Regex to parse asciidoc errors.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 16 Feb 2016 14:24:05 +0200] rev 1343
Regex to parse asciidoc errors.
Mon, 15 Feb 2016 20:16:43 +0200 Added function and key binding to show docs through built-in "help" Python function.
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 15 Feb 2016 20:16:43 +0200] rev 1342
Added function and key binding to show docs through built-in "help" Python function.
Sun, 14 Feb 2016 21:06:19 +0200 Remove escapes from "'" from Python docs output.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 14 Feb 2016 21:06:19 +0200] rev 1341
Remove escapes from "'" from Python docs output.
Sun, 14 Feb 2016 20:04:20 +0200 Show full docs for symbol at point for Python mode.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 14 Feb 2016 20:04:20 +0200] rev 1340
Show full docs for symbol at point for Python mode.
Sat, 13 Feb 2016 00:04:34 +0200 Seems that python-describe-symbol in python-mode.el and not in
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 13 Feb 2016 00:04:34 +0200] rev 1339
Seems that python-describe-symbol in python-mode.el and not in built-in Emacs Python mode.
Sat, 13 Feb 2016 00:01:46 +0200 Add key binding for sending paragraph to python process.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 13 Feb 2016 00:01:46 +0200] rev 1338
Add key binding for sending paragraph to python process.
Fri, 12 Feb 2016 23:06:29 +0200 Redefine and add some key binding for python-mode.el.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 12 Feb 2016 23:06:29 +0200] rev 1337
Redefine and add some key binding for python-mode.el.
Fri, 12 Feb 2016 18:04:15 +0200 Modify archive file only if archive entries found.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 12 Feb 2016 18:04:15 +0200] rev 1336
Modify archive file only if archive entries found.
Fri, 12 Feb 2016 17:55:01 +0200 Use entire directory for org-mode file list.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 12 Feb 2016 17:55:01 +0200] rev 1335
Use entire directory for org-mode file list. Rework my archive functions to process all org-files by one command.
Fri, 12 Feb 2016 15:55:06 +0200 Update paths because I move my base development directory up one level.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 12 Feb 2016 15:55:06 +0200] rev 1334
Update paths because I move my base development directory up one level.
Wed, 10 Feb 2016 23:46:57 +0200 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).
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 10 Feb 2016 23:46:57 +0200] rev 1333
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 Save more desktop-globals-to-save options.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 10 Feb 2016 19:53:47 +0200] rev 1332
Save more desktop-globals-to-save options.
Wed, 10 Feb 2016 19:52:40 +0200 Initialise stam module after loading.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 10 Feb 2016 19:52:40 +0200] rev 1331
Initialise stam module after loading.
Wed, 10 Feb 2016 19:52:03 +0200 Add examples of ffap settings.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 10 Feb 2016 19:52:03 +0200] rev 1330
Add examples of ffap settings.
Wed, 10 Feb 2016 19:51:06 +0200 Place related recentf settings together.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 10 Feb 2016 19:51:06 +0200] rev 1329
Place related recentf settings together.
Wed, 10 Feb 2016 15:29:09 +0200 Mark my article more visually.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 10 Feb 2016 15:29:09 +0200] rev 1328
Mark my article more visually.
Wed, 10 Feb 2016 14:19:10 +0200 Show List-URL: mail header. Enable spam reporting for Gnus.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 10 Feb 2016 14:19:10 +0200] rev 1327
Show List-URL: mail header. Enable spam reporting for Gnus.
Sat, 06 Feb 2016 20:11:33 +0200 Fix: Symbol's value as variable is void: sql-mode-map
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 06 Feb 2016 20:11:33 +0200] rev 1326
Fix: Symbol's value as variable is void: sql-mode-map
Sat, 06 Feb 2016 17:52:00 +0200 Fix: Symbol's value as variable is void: sql-mode-map
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 06 Feb 2016 17:52:00 +0200] rev 1325
Fix: Symbol's value as variable is void: sql-mode-map
Thu, 28 Jan 2016 22:55:06 +0200 Add my-* prefix to html-charref-* functions. Add support for &lt; /
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 28 Jan 2016 22:55:06 +0200] rev 1324
Add my-* prefix to html-charref-* functions. Add support for &lt; / &gt; / &amp; to un-escape function.
Sat, 23 Jan 2016 21:08:36 +0200 Send the current paragraph to the SQL process with \"explain \" keyword.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 23 Jan 2016 21:08:36 +0200] rev 1323
Send the current paragraph to the SQL process with \"explain \" keyword. Works at least for MySql/MariaDB.
Sat, 09 Jan 2016 23:19:24 +0200 Disable Marmelade because of error: gnutls.c: [0] (Emacs) fatal error: The TLS connection was non-properly terminated.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 09 Jan 2016 23:19:24 +0200] rev 1322
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 Point to new home page.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 08 Jan 2016 22:50:44 +0200] rev 1321
Point to new home page.
Wed, 16 Dec 2015 02:17:03 +0200 In order to byte-compile under Windows install Cygwin Emacs to PATH!
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 16 Dec 2015 02:17:03 +0200] rev 1320
In order to byte-compile under Windows install Cygwin Emacs to PATH!
Sat, 12 Dec 2015 01:06:07 +0200 Fix: major-mode should have highest priority, default handlers - least.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 12 Dec 2015 01:06:07 +0200] rev 1319
Fix: major-mode should have highest priority, default handlers - least.
Sat, 12 Dec 2015 00:45:05 +0200 Fix: Symbol's value as variable is void: bookmark-minibuffer-read-name-map.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 12 Dec 2015 00:45:05 +0200] rev 1318
Fix: Symbol's value as variable is void: bookmark-minibuffer-read-name-map.
Fri, 11 Dec 2015 18:54:46 +0200 Add quick access to TeX input method.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 11 Dec 2015 18:54:46 +0200] rev 1317
Add quick access to TeX input method.
Thu, 10 Dec 2015 21:58:03 +0200 Disable Warning: FAIL: (file-error "Cannot open load file" "w3m-util")
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 10 Dec 2015 21:58:03 +0200] rev 1316
Disable Warning: FAIL: (file-error "Cannot open load file" "w3m-util") I manage to open link in external browser and fix navigation command so pretty ok with HTML parts.
Thu, 10 Dec 2015 21:39:41 +0200 cl-eval-when doesn't exist on Emacs v24.2.1.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 10 Dec 2015 21:39:41 +0200] rev 1315
cl-eval-when doesn't exist on Emacs v24.2.1.
Thu, 10 Dec 2015 16:17:55 +0200 term-scroll-show-maximum-output
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 10 Dec 2015 16:17:55 +0200] rev 1314
term-scroll-show-maximum-output
Thu, 10 Dec 2015 15:49:16 +0200 Recipe to make mouse clicks work in xterm/iTerm.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 10 Dec 2015 15:49:16 +0200] rev 1313
Recipe to make mouse clicks work in xterm/iTerm.
Thu, 10 Dec 2015 15:46:08 +0200 Fix spelling.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 10 Dec 2015 15:46:08 +0200] rev 1312
Fix spelling.
Thu, 10 Dec 2015 12:08:31 +0200 Interpret ANSI color esacape sequence by colorifying cotent.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 10 Dec 2015 12:08:31 +0200] rev 1311
Interpret ANSI color esacape sequence by colorifying cotent.
Wed, 02 Dec 2015 23:41:53 +0200 Don't jump to unknown directory if file not found in current!
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 02 Dec 2015 23:41:53 +0200] rev 1310
Don't jump to unknown directory if file not found in current!
Mon, 30 Nov 2015 00:49:45 +0200 Use "-" as hour/minute/second separator instead of ":" to avoid
Oleksandr Gavenko <gavenkoa@gmail.com> [Mon, 30 Nov 2015 00:49:45 +0200] rev 1309
Use "-" as hour/minute/second separator instead of ":" to avoid glitches in syntax highlighter for compilation-mode when do M-x grep.
Thu, 26 Nov 2015 21:36:29 +0200 Mark .log.[0-9]+ files also as temporary.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 26 Nov 2015 21:36:29 +0200] rev 1308
Mark .log.[0-9]+ files also as temporary.
Thu, 26 Nov 2015 00:49:22 +0200 Enable file name completion in line-mode of term-mode.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 26 Nov 2015 00:49:22 +0200] rev 1307
Enable file name completion in line-mode of term-mode.
Tue, 10 Nov 2015 13:06:57 +0200 Use consistent style for internal names.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 10 Nov 2015 13:06:57 +0200] rev 1306
Use consistent style for internal names.
Tue, 10 Nov 2015 13:04:25 +0200 Additional file extension for nxml-mode.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 10 Nov 2015 13:04:25 +0200] rev 1305
Additional file extension for nxml-mode.
Sun, 01 Nov 2015 15:13:52 +0200 Do not highlight 64 equal characters.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 01 Nov 2015 15:13:52 +0200] rev 1304
Do not highlight 64 equal characters.
Sun, 01 Nov 2015 15:11:09 +0200 Fix sectioning comment style.
Oleksandr Gavenko <gavenkoa@gmail.com> [Sun, 01 Nov 2015 15:11:09 +0200] rev 1303
Fix sectioning comment style.
Fri, 30 Oct 2015 16:34:33 +0200 Mark useful functions as autoload.
Oleksandr Gavenko <gavenkoa@gmail.com> [Fri, 30 Oct 2015 16:34:33 +0200] rev 1302
Mark useful functions as autoload.
Tue, 27 Oct 2015 19:47:19 +0200 Fix: broken checks prevent installation on fresh host.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 27 Oct 2015 19:47:19 +0200] rev 1301
Fix: broken checks prevent installation on fresh host.
Tue, 27 Oct 2015 19:50:40 +0200 merged
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 27 Oct 2015 19:50:40 +0200] rev 1300
merged
Thu, 22 Oct 2015 16:41:16 +0300 Spammers, haters.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 22 Oct 2015 16:41:16 +0300] rev 1299
Spammers, haters.
(0) -1000 -300 -100 -60 +60 +100 +300 tip