Mercurial Mercurial > dot-emacs / graph
summary | shortlog | changelog | graph | tags | bookmarks | branches | files | zip | gz | bz2 | help
less more | (0) tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or revset expression.
 
  • Introduced Org state FAILED. default tip
    18 months ago, by Oleksandr Gavenko
  • In Emacs 28 it loads files referenced by diff-mode, polluting buffer list & recentf, and significantly slowing Emacs in Cygwin.
    2023-05-14, by Oleksandr Gavenko
  • Disable diff-font-lock-syntax as it visits files from Git and this is extremely slow in Cygwin+antivirus.
    2023-02-02, by Oleksandr Gavenko
  • Fixed typo (imbalanced parentheses).
    2022-12-24, by Oleksandr Gavenko
  • It is important to read ~/.bashrc despite MSYS2 Bash warn about ioctl failure in M-x shell in NT Emacs.
    2022-12-23, by Oleksandr Gavenko
  • In addition to interpreting Windows paths in Cygwin a handler is added for interpreting MSYS paths in NT Emacs.
    2022-12-14, by Oleksandr Gavenko
  • my-python/describe-at-point: With C-u argument ask for symbol and method.
    2022-12-14, by Oleksandr Gavenko
  • Fixed M-x shell in Mingw Emacs, Bash "-i" is not supported in dumb Emacs terminal.
    2022-12-10, by Oleksandr Gavenko
  • Set dictionary name to american for aspell, this fixes MINGW64 env.
    2022-11-28, by Oleksandr Gavenko
  • Added support for MINGW64 for aspell detection.
    2022-11-27, by Oleksandr Gavenko
  • Added a shortcut for opening BLOG.rst.
    2022-11-27, by Oleksandr Gavenko
  • Suppress popping a warnings buffer when Emacs installs packages.
    2022-11-27, by Oleksandr Gavenko
  • merged
    2022-11-27, by Oleksandr Gavenko
  • Ported Makefile to MSYS2: Emacs is native here and cannot deal with MSYS2-style paths.
    2022-09-20, by Oleksandr Gavenko
  • Fixed: on selection the text is copied, so it is impossible to replace the text with what is in clipboard as the content of clipboard is already replaced by old text.
    2022-10-27, by Oleksandr Gavenko
  • Sends a selection or a paragraph to `term-mode'.
    2022-10-12, by Oleksandr Gavenko
  • x-select-enable-clipboard => select-enable-clipboard
    2022-07-25, by Oleksandr Gavenko
  • kill-do-not-save-duplicates
    2022-07-25, by Oleksandr Gavenko
  • Fixed: Key sequence C-x C-j C-s starts with non-prefix key.
    2022-05-03, by Oleksandr Gavenko
  • org-tempo in missing in Emacs v26.1 in RHEL 8.6.
    2022-02-15, by Oleksandr Gavenko
  • so-long mode makes buffer read only. To erase the content we need to make buffer editable.
    2022-02-01, by Oleksandr Gavenko
  • Activate so-long-mode instead of fundamental-mode for log files: it is faster!
    2021-12-09, by Oleksandr Gavenko
  • Disabled log4-hi-func-keywords function & prettify-symbols-mode to improve performance when navigating long lines in log files.
    2021-12-09, by Oleksandr Gavenko
  • Fixed typo.
    2021-12-09, by Oleksandr Gavenko
  • Use "find -exec" with "+" to avoid excessive grep forking.
    2021-11-04, by Oleksandr Gavenko
  • Added more Sabre attributes for highlighting.
    2021-09-05, by Oleksandr Gavenko
  • More parrterns for SSR.
    2021-08-31, by Oleksandr Gavenko
  • Fixed highlighting of some Sabre XML tags when they are without XML namespace.
    2021-08-31, by Oleksandr Gavenko
  • Fix for dired in TRAMP.
    2021-08-04, by Oleksandr Gavenko
  • Fix for dired in TRAMP: in Cygwin I rely on external ls by setting
    2021-08-04, by Oleksandr Gavenko
  • Fix for dired in TRAMP: in Cygwin I rely on external ls by setting
    2021-08-04, by Oleksandr Gavenko
  • Highlighting for Sabre SSRs.
    2021-07-21, by Oleksandr Gavenko
  • Added highlighting of SSR's FullText.
    2021-07-20, by Oleksandr Gavenko
  • emmet might be absent when we activate it in web-mode-hook.
    2021-07-14, by Oleksandr Gavenko
  • Increased GC threshold. Fixed unbalanced parentheses.
    2021-07-07, by Oleksandr Gavenko
  • Updated Sabre XML entries to highlight.
    2021-06-23, by Oleksandr Gavenko
  • Updated Sabre XML entries to highlight.
    2021-06-23, by Oleksandr Gavenko
  • Helper functions for Sabre GDS.
    2021-06-16, by Oleksandr Gavenko
  • Add some standard places to PATH if they are not set by login script.
    2021-06-16, by Oleksandr Gavenko
  • csv-mode requires for setting to be set via defcstom only...
    2021-06-15, by Oleksandr Gavenko
  • Add some standard places to PATH as Emacs is not started from login shell on Windows...
    2021-06-02, by Oleksandr Gavenko
  • Added mode for recognition of Windows paths in Cygwin Emacs.
    2021-06-02, by Oleksandr Gavenko
  • Separated Cygwin & ansi colors settings.
    2021-06-02, by Oleksandr Gavenko
  • Repeating my-calc-line interactive place result after "=" sign clearing any old text.
    2021-04-07, by Oleksandr Gavenko
  • Show only the matching closing parenthesis, flashing entire expression is irritating.
    2021-02-22, by Oleksandr Gavenko
  • Marked some Python related variables / values as safe for being local.
    2021-02-20, by Oleksandr Gavenko
  • Defined key bindings to some project search/replace functions.
    2021-02-09, by Oleksandr Gavenko
  • Added binding for project-find-file.
    2021-02-08, by Oleksandr Gavenko
  • 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.
    2021-02-03, by Oleksandr Gavenko
  • hs-toggle-hiding has bug in v27.1. I eliminated "(event-end e)" from "hs-toggle-hiding" as workaround.
    2021-01-31, by Oleksandr Gavenko
  • tags-completion-at-point-function over python-completion-at-point as latter doesn't work for me in Cygwin.
    2021-01-31, by Oleksandr Gavenko
  • Fixed: Symbol's value as variable is void: my-profiler-enabled.
    2021-01-31, by Oleksandr Gavenko
  • Defined page-delimiter for my elisp file to simplify narrowing. As I migrated to Markdown define fill-column for base mode.
    2021-01-31, by Oleksandr Gavenko
  • Docs: about buffer-menu vs ibuffer.
    2021-01-31, by Oleksandr Gavenko
  • Removed mentioning of author and copyright from all files' headers.
    2021-01-31, by Oleksandr Gavenko
  • Moved definition of root for Org mode files to defs file.
    2021-01-31, by Oleksandr Gavenko
  • Docs: Legacy setup instructions for native Windows Emacs.
    2021-01-30, by Oleksandr Gavenko
  • Converted README to Markdown format.
    2021-01-30, by Oleksandr Gavenko
  • Docs: my-profiler-enabled.
    2021-01-30, by Oleksandr Gavenko
  • Moved Gnus's all.SCORE to separate project as it reveals some private data.
    2021-01-30, by Oleksandr Gavenko
  • Grouped startup profiler related code with debug related.
    2021-01-30, by Oleksandr Gavenko
  • Activate debugger of errors during Emacs initialization. This allows to get backtrace without passing --debug-init.
    2021-01-30, by Oleksandr Gavenko
  • Moved settings for file local variable to a separate section.
    2021-01-30, by Oleksandr Gavenko
  • Docs: improved comment.
    2021-01-30, by Oleksandr Gavenko
  • It is more informative to get help on symbol type than just type.
    2021-01-29, by Oleksandr Gavenko
  • Unwrap Python's dir() list into multi line text.
    2021-01-26, by Oleksandr Gavenko
  • Added other types of introspection to my-python/describe-at-point.
    2021-01-25, by Oleksandr Gavenko
  • Activate outline-minor-mode for markdown-mode. And avoid whitespace-mode.
    2021-01-18, by Oleksandr Gavenko
  • Shortened name for pydoc buffer.
    2021-01-18, by Oleksandr Gavenko
  • Fixed my-python/send-paragraph: part of region was remained highlighted after (mark-paragraph).
    2021-01-18, by Oleksandr Gavenko
  • Simplified code for displaying Python help. Shadow default C-c C-d key binding
    2021-01-18, by Oleksandr Gavenko
  • Set better rename detection (30% similarity) for Git diff.
    2021-01-17, by Oleksandr Gavenko
  • Mentioned python-shell-interpreter-args.
    2021-01-11, by Oleksandr Gavenko
  • Do not sent my outdated my-python/eldoc-setup-code to Python interpreter.
    2021-01-04, by Oleksandr Gavenko
  • Added example how to activate babel executors.
    2021-01-04, by Oleksandr Gavenko
  • Enabled org-tempo for shortcut to insert template #+BEGIN_SRC quickly.
    2021-01-04, by Oleksandr Gavenko
  • About term-paste.
    2021-01-04, by Oleksandr Gavenko
  • Added note about winner-mode.
    2021-01-04, by Oleksandr Gavenko
  • Moved setting for backups, auto saving, locking earlier.
    2021-01-03, by Oleksandr Gavenko
  • Disable auto saving, files "#name#" might trigger false rebuild if there is
    2021-01-03, by Oleksandr Gavenko
  • Simplified expression.
    2021-01-03, by Oleksandr Gavenko
  • Set extra support file policies earlier in init file.
    2021-01-03, by Oleksandr Gavenko
  • Do not automatically enable company-mode.
    2021-01-02, by Oleksandr Gavenko
  • Work with packages over HTTPS.
    2021-01-02, by Oleksandr Gavenko
  • Moved startup profiler settings to init.el and simplified activation.
    2021-01-02, by Oleksandr Gavenko
  • Added Make target to preinstall packages from ELPA.
    2021-01-02, by Oleksandr Gavenko
  • Fixed byte compilation warning: assignment to free variable "for".
    2021-01-02, by Oleksandr Gavenko
  • Fixed error 'eval-when is not defined' after switching to cl-lib.
    2021-01-02, by Oleksandr Gavenko
  • melpa.milkbox.net is dead, use melpa.org instead.
    2021-01-02, by Oleksandr Gavenko
  • cl-lib is pretty widespread now, no need for with-no-warnings.
    2021-01-02, by Oleksandr Gavenko
  • Disable population of `file-name-history', it causes calls to
    2021-01-02, by Oleksandr Gavenko
  • Simplified cleanup of "mylispdir".
    2021-01-02, by Oleksandr Gavenko
  • Disabled activation of CEDET and Semantic. It consumes 48% of startup time.
    2021-01-02, by Oleksandr Gavenko
  • Added option to disable activation of desktop-save-mode.
    2021-01-02, by Oleksandr Gavenko
  • Do not keep separate files for Cygwin for desktop-mode. I don't share HOME for native & Cygwin Emacs.
    2021-01-02, by Oleksandr Gavenko
  • Added note about recentf-auto-cleanup.
    2021-01-02, by Oleksandr Gavenko
  • Added a code example helping profiling of startup.
    2021-01-02, by Oleksandr Gavenko
  • Load more files for byte compilation check. Switched to my-lisp-* prefix.
    2021-01-02, by Oleksandr Gavenko
  • Added suffix "/" to my-lisp-dir for next easy/safe concat operations.
    2021-01-02, by Oleksandr Gavenko
  • Delay evaluation of gnus-add-configuration to gnus start time. It takes 25% of my Emacs start time.
    2021-01-02, by Oleksandr Gavenko
  • Simplified Makefile byte compillation recipe by moving some logic from CLI to elisp.
    2021-01-02, by Oleksandr Gavenko
  • Suppressed warning: assignment to free variable "c-basic-offset".
    2021-01-02, by Oleksandr Gavenko
  • Fixed name of my mode directory.
    2021-01-02, by Oleksandr Gavenko
  • No need to define user-emacs-directory as it is in a pretty old v22.1.
    2021-01-02, by Oleksandr Gavenko
  • Do not byte compile .emacs-my during installation. Compilation code moved to separate target useful warnings are reported during compilation.
    2021-01-02, by Oleksandr Gavenko
  • Use command "install -m ..." instead "cp" in many occasions.
    2021-01-02, by Oleksandr Gavenko
  • Moved my elisp modes to dedicated directory to not mixt with init.el.
    2021-01-02, by Oleksandr Gavenko
  • Made "upgrade" target idempotent and added it as dependency to "install".
    2021-01-02, by Oleksandr Gavenko
  • Do not apply migration is there is no ~/.emacs.d/.emacs-ver file.
    2021-01-01, by Oleksandr Gavenko
  • Set installation dir explicitly in upgrade script.
    2021-01-01, by Oleksandr Gavenko
  • Moved some obsolete modes to attic.
    2021-01-01, by Oleksandr Gavenko
  • Launch .emacs-autogen.sh with predefined SHELL.
    2021-01-01, by Oleksandr Gavenko
  • Ensure the help doesn't trigger autoloading.
    2021-01-01, by Oleksandr Gavenko
  • Fixed grammar.
    2021-01-01, by Oleksandr Gavenko
  • Removed unused function.
    2021-01-01, by Oleksandr Gavenko
  • No need for copyright year.
    2020-12-31, by Oleksandr Gavenko
  • Fixed: show-paren-mode was disabled by large files because is it global mode.
    2020-12-31, by Oleksandr Gavenko
  • Set more distinctive color for paren expression highlighting.
    2020-12-31, by Oleksandr Gavenko
  • Highlight an entire expression instead of matching parenthesis.
    2020-12-31, by Oleksandr Gavenko
  • (setq ibuffer-expert t)
    2020-12-25, by Oleksandr Gavenko
  • Turned off ls-list for Cygwin to make Dired work for dirs with special files from WSL P9 FS.
    2020-12-13, by Oleksandr Gavenko
  • Just require ls-lisp.
    2020-12-13, by Oleksandr Gavenko
  • Lazy loading of buffer significantly reduces startup time!
    2020-12-03, by Oleksandr Gavenko
  • Enable yaml-mode in Jinja templates.
    2020-11-30, by Oleksandr Gavenko
  • Use server-use-tcp for server activation for Cygwin as /tmp directory periodically is cleaned up.
    2020-11-29, by Oleksandr Gavenko
  • Prefer to open URLs in Firefox.
    2020-11-28, by Oleksandr Gavenko
  • Disable stupid file locking. It breaks editing WSL files from Cygwin Emacs.
    2020-11-26, by Oleksandr Gavenko
  • Switched to build-in GNUS HTML renderer as Emacs cannot find w3m in Cygwin even if the package is installed.
    2020-11-26, by Oleksandr Gavenko
  • Marked function for autoload.
    2020-11-22, by Oleksandr Gavenko
  • Enabled highlighting of TODO keywords by text-mode-hook.
    2020-11-21, by Oleksandr Gavenko
  • Enable whitespace-mode in gadict-mode with appropriate customization.
    2020-11-20, by Oleksandr Gavenko
  • Fixed indention.
    2020-11-20, by Oleksandr Gavenko
  • Implemented mypasshide-mode for hiding passwords from my .org files.
    2020-11-20, by Oleksandr Gavenko
  • Added comment how to reload recentf.
    2020-11-20, by Oleksandr Gavenko
  • I don't use env var HOME on Windows anymore, so need for separate file for .recentf.
    2020-11-20, by Oleksandr Gavenko
  • Update codetags list.
    2020-11-18, by Oleksandr Gavenko
  • Enable TODO highlighting in config-like modes.
    2020-11-16, by Oleksandr Gavenko
  • Grouped related code so paragraph selected text can be evaluated by eval-reegion!
    2020-11-16, by Oleksandr Gavenko
  • Disabled global-whitespace-mode as it makes string quoted in double quote highlighted in fundamental-mode.
    2020-11-16, by Oleksandr Gavenko
  • Eliminated lags when navigating diff file cause by visiting files behind the
    2020-11-16, by Oleksandr Gavenko
  • Replaced eval-after-load => with-eval-after-load for its easier syntax.
    2020-11-01, by Oleksandr Gavenko
  • Add association if `key' is not in `alist' and replace all accociation with
    2020-11-01, by Oleksandr Gavenko
  • Disabled hunk refinement during font-lock, introduced in v27.1.
    2020-10-13, by Oleksandr Gavenko
  • Disabled magit-diff-refine-hunk. No only it is slow in Cygwin it is also fails on some hunks...
    2020-10-13, by Oleksandr Gavenko
  • Fixe: fboundp cannot detect outoloaded functions, replay on package-installed-p instead.
    2020-10-03, by Oleksandr Gavenko
  • Fixed typo in a condition.
    2020-10-03, by Oleksandr Gavenko
  • Use ivy-switch-buffer if available.
    2020-09-30, by Oleksandr Gavenko
  • Accept comma in time along with dot.
    2020-09-30, by Oleksandr Gavenko
  • Made fonts smaller for date and hidden parts to avoid frequent line wrapping and reduce noise. highlight ISO date without year.
    2020-09-22, by Oleksandr Gavenko
  • Set prettify-symbols-alist & prettify-symbols-mode.
    2020-09-22, by 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.
    2020-09-22, by Oleksandr Gavenko
  • Activate typescript mode with eval-after-load as feature isn't registerd during startup process so we cannot detect it earlier.
    2020-09-22, by Oleksandr Gavenko
  • Moved save-place to a separate section.
    2020-09-01, by Oleksandr Gavenko
  • save-place-mode is since v25.1.
    2020-09-01, by Oleksandr Gavenko
  • Added interesting time zones for M-x display-time-world.
    2020-08-30, by Oleksandr Gavenko
  • Fixed Emacs 27.1 load issue: GNUS faces are now without -face suffix.
    2020-08-16, by Oleksandr Gavenko
  • Fixed install target failure because of lexical binding of generated-autoload-file.
    2020-08-16, by Oleksandr Gavenko
  • Enable typescript-mode for .tsx files.
    2020-05-27, by Oleksandr Gavenko
  • my-pp based on context so I don't need to remember my-nxml-pp, json-pretty-print-buffer, etc.
    2020-03-26, by Oleksandr Gavenko
  • Set display-raw-bytes-as-hex for Emacs 26.
    2020-03-12, by Oleksandr Gavenko
  • Expression was simplified.
    2020-03-12, by Oleksandr Gavenko
  • Simplified expression.
    2020-03-12, by Oleksandr Gavenko
  • Added docs, limited regex lookup for Java stack traces.
    2020-02-24, by Oleksandr Gavenko
  • Java 9 introduced "/" into line, like "java.base/sun.security.ssl".
    2020-02-24, by Oleksandr Gavenko
  • Moved experimental code to non-hg tracked file.
    2020-02-23, by Oleksandr Gavenko
  • Improved handling of long lines. Added docs.
    2020-02-17, by Oleksandr Gavenko
  • Enabled new gadialog mode.
    2020-02-10, by Oleksandr Gavenko
  • Grouped magit and vc modes.
    2020-01-08, by Oleksandr Gavenko
  • Fallback to selective-display if not in hs-minor-mode. Make corresponding key binding global.
    2019-12-11, by Oleksandr Gavenko
  • I need to visit work file with UTF-8 support.
    2019-12-11, by Oleksandr Gavenko
  • inhibit-startup-buffer-menu
    2019-12-10, by Oleksandr Gavenko
  • initial-major-mode is fundamental-mode.
    2019-12-10, by Oleksandr Gavenko
  • Introduced key binding to open helper buffer baked by file (so will not be lost as with *scratch*).
    2019-12-10, by Oleksandr Gavenko
  • Added command to open package info from Maven Central in Browser.
    2019-12-10, by Oleksandr Gavenko
  • It is better to select hole word (including dashes/underscores, depending on mode).
    2019-12-10, by Oleksandr Gavenko
  • Removed some generic modes that interfere with specialised: javascript-generic-mode ansible-inventory-generic-mode
    2019-12-10, by Oleksandr Gavenko
  • Fix: removed quotation from sub-element inside quoted expression.
    2019-08-19, by Oleksandr Gavenko
  • No need for default value. It can hide bug.
    2019-07-28, by 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.
    2019-07-17, by Oleksandr Gavenko
  • Show diff for REV.
    2019-06-04, by Oleksandr Gavenko
  • Added magit-revision-mode to my-text-mode-list.
    2019-06-02, by Oleksandr Gavenko
  • Marked file for lexical-binding.
    2019-05-18, by Oleksandr Gavenko
  • Added bookmark creation for RST mode.
    2019-05-18, by Oleksandr Gavenko
  • Enable TODO highlighting in all prod modes without listing all modes.
    2019-05-16, by Oleksandr Gavenko
  • Fixed: ‘goto-line’ is for interactive use only; use ‘forward-line’ instead.
    2019-05-07, by Oleksandr Gavenko
  • Fix: string-to-int was removed in v26.1.
    2019-05-07, by Oleksandr Gavenko
  • Fixed: ‘ucs-insert’ is an obsolete function (as of 24.3), use ‘insert-char’ instead.
    2019-05-07, by Oleksandr Gavenko
  • Replaced default-FOO variables with (setq-default FOO ...) as they were deleted in v26.1.
    2019-05-07, by Oleksandr Gavenko
  • Added EDITED to TODO keywords.
    2019-04-29, by Oleksandr Gavenko
  • Added docs about global-auto-revert-mode.
    2019-04-26, by Oleksandr Gavenko
  • Enable whitespace-mode for markdown-mode.
    2019-04-22, by Oleksandr Gavenko
  • Activate gaphrase mode.
    2019-04-20, by Oleksandr Gavenko
  • Enable adoc-mode by function presents, feature is not available from autoload file.
    2019-04-18, by Oleksandr Gavenko
  • Do to turn on auto-fill mode. It is hard to disable it in derived modes.
    2019-04-16, by Oleksandr Gavenko
  • Simpler key binding to collapse XML documents.
    2019-03-11, by Oleksandr Gavenko
  • Highlight difference in magit with magit-diff-refine-hunk.
    2019-03-03, by Oleksandr Gavenko
  • vc-git-print-log-follow is for v26.1
    2019-02-02, by Oleksandr Gavenko
  • Search in hidden files too (starting with dot).
    2018-12-30, by Oleksandr Gavenko
  • gnus-buttonized-mime-types
    2018-12-13, by Oleksandr Gavenko
  • Reindent code.
    2018-12-13, by Oleksandr Gavenko
  • Show date instead of distance to commit in Magit log.
    2018-10-09, by Oleksandr Gavenko
  • Set gud-pdb-command-name.
    2018-09-24, by Oleksandr Gavenko
  • Enable adoc-mode for .adoc files.
    2018-09-17, by Oleksandr Gavenko
  • Fixed typo.
    2018-07-25, by Oleksandr Gavenko
  • Fixed regex quoting syntax.
    2018-07-25, by Oleksandr Gavenko
  • Fixed: ‘nxml-complete’ is an obsolete command (as of 26.1); use ‘completion-at-point’ instead.
    2018-07-25, by Oleksandr Gavenko
  • Fixed (ucs-names) API change in Emacs v26.
    2018-07-19, by Oleksandr Gavenko
  • Ported to Emacs 26.
    2018-07-11, by Oleksandr Gavenko
  • For convenience TAB always hide/show current leaf.
    2018-06-17, by Oleksandr Gavenko
  • Fix: treat context lines in my-ag-goto.
    2018-05-13, by Oleksandr Gavenko
  • Prompt for extra ag options on C-u C-u.
    2018-05-13, by Oleksandr Gavenko
  • Proper highlight context (from -A/-B/-C options).
    2018-05-13, by Oleksandr Gavenko
  • Fixed my-nxml-pp.
    2018-05-08, by Oleksandr Gavenko
  • Added pretty-print XML function.
    2018-05-03, by Oleksandr Gavenko
  • Avoid warning "assignment to free variable" for /ido-mode during compilation.
    2018-04-14, by Oleksandr Gavenko
  • Added emmet customization.
    2018-04-14, by Oleksandr Gavenko
  • Added emmet-mode.
    2018-04-14, by Oleksandr Gavenko
  • Add recent files and bookmarks to ‘ivy-switch-buffer’.
    2018-04-01, by Oleksandr Gavenko
  • Disable auto indenting on copy/paste in web-mode.
    2018-04-01, by Oleksandr Gavenko
  • Added switch to rfc1345 input method.
    2018-03-30, by Oleksandr Gavenko
  • Increase context in patches.
    2018-01-28, by Oleksandr Gavenko
  • Allow extra symbols in version for Gradle.
    2017-12-14, by Oleksandr Gavenko
  • Added function that copies xpath-like path in XML document.
    2017-12-03, by Oleksandr Gavenko
  • Set new frame font same as in main. Maximize new frames.
    2017-12-03, by Oleksandr Gavenko
  • Added hideshow mode for nxml.
    2017-11-25, by Oleksandr Gavenko
  • Disable er in org/rst-mode. Expand to line with \n by default.
    2017-11-07, by Oleksandr Gavenko
  • Expand region to word by default.
    2017-10-31, by Oleksandr Gavenko
  • It doesn't help much but allows to run python process, otherwise
    2017-10-25, by Oleksandr Gavenko
  • Make function silent if file is modified.
    2017-10-23, by Oleksandr Gavenko
  • Prefer Python 3 for interactive shell.
    2017-10-22, by Oleksandr Gavenko
  • Use UTF-8 on Windows fpr processes.
    2017-10-21, by Oleksandr Gavenko
  • Set font size depending on DPI.
    2017-10-11, by Oleksandr Gavenko
  • Mistaken s-TAB key binding broke my workflow.
    2017-10-10, by Oleksandr Gavenko
  • Prevent error that character not found.
    2017-09-24, by Oleksandr Gavenko
  • Problems with hunging on re-display when symbols is used on Windows can be solved by:
    2017-09-21, by Oleksandr Gavenko
  • Some symbols from default composition rules cause Emacs redisplay hang on Windows.
    2017-09-21, by Oleksandr Gavenko
  • Added key binding to erase buffer conveniently.
    2017-09-06, by Oleksandr Gavenko
  • Added Gradle support.
    2017-08-27, by Oleksandr Gavenko
  • Default sed filter failed with syntax error in native Emacs and Cygwin.
    2017-07-31, by Oleksandr Gavenko
  • .log.N files also should be treated as log files. Disable NRoff mode for such files.
    2017-07-04, by Oleksandr Gavenko
  • Modern Windows can work with Unicode. No need for codepage.
    2017-07-04, by Oleksandr Gavenko
  • Replace triangle symbol with alternatives that is worked with default Windows fonts.
    2017-06-12, by Oleksandr Gavenko
  • Set large-file-warning-threshold greater then 10 MiB in order to open logs
    2017-05-31, by Oleksandr Gavenko
  • Fixed parents and key binding syntax for ide-*.
    2017-04-23, by Oleksandr Gavenko
  • Added key bindings to open file in external IDE. Unified code for error
    2017-04-23, by Oleksandr Gavenko
  • Revert mistaken change after mass-replacing.
    2017-04-02, by Oleksandr Gavenko
  • Fix: Warning: defface for my-ag/lineno-face fails to specify containing group
    2017-03-30, by Oleksandr Gavenko
  • Fix: Warning: assignment to free variable js-indent-level.
    2017-03-30, by Oleksandr Gavenko
  • Fix: Warning: the following functions are not known to be defined:
    2017-03-30, by Oleksandr Gavenko
  • Remove dead code.
    2017-03-30, by Oleksandr Gavenko
  • Fix: Warning: 'goto-line' is for interactive use only; use 'forward-line'
    2017-03-30, by Oleksandr Gavenko
  • Fix: Warning: "string-to-int" is an obsolete function (as of 22.1); use
    2017-03-30, by Oleksandr Gavenko
  • Fix: Warning: defface fails to specify containing group.
    2017-03-30, by Oleksandr Gavenko
  • Added target to run byte compilation to gather warnings.
    2017-03-30, by Oleksandr Gavenko
  • Fix: Warning: "font-lock-fontify-buffer" is for interactive use only; use
    2017-03-30, by Oleksandr Gavenko
  • Interactive methods use '-', private methods uses `/` as separator after
    2017-03-29, by Oleksandr Gavenko
  • Private functions use '/' delimiter, public as usual '-' delimiter.
    2017-03-29, by Oleksandr Gavenko
  • Rename public function so that they wouldn't have '/' symbol in name.
    2017-03-29, by Oleksandr Gavenko
  • Use 'my-' prefix instead 'my/' with nonstandard character.
    2017-03-29, by Oleksandr Gavenko
  • Parser for ivy dependencies.
    2017-03-25, by Oleksandr Gavenko
  • Prefer look ahead. Fix typo.
    2017-03-25, by Oleksandr Gavenko
  • Remove unnecessary code.
    2017-03-25, by Oleksandr Gavenko
  • Remove magic numbers.
    2017-03-25, by Oleksandr Gavenko
  • Remove duplicate code.
    2017-03-25, by Oleksandr Gavenko
  • Move maven handling logic from maven-central.el to separate file.
    2017-03-25, by Oleksandr Gavenko
  • No need to custom implementation of zgrep, zrgrep is bundled with v23.2.
    2017-03-25, by Oleksandr Gavenko
  • Strip "my/" prefix. Require 'json' library.
    2017-03-09, by Oleksandr Gavenko
  • Use trick with changing working directory to avoid Cygwin path issues.
    2017-03-09, by Oleksandr Gavenko
  • Add documentation.
    2017-03-09, by Oleksandr Gavenko
  • Open file in Intellij Idea. Common interface for IDE.
    2017-03-09, by Oleksandr Gavenko
  • It much easy to call ag for current directory via modifier then prefix argument.
    2017-03-06, by Oleksandr Gavenko
  • Prevent error if there is no repository. Fix highlighting of line numbers.
    2017-03-02, by Oleksandr Gavenko
  • Disable function highlighting. It is too disturbing.
    2017-03-01, by Oleksandr Gavenko
  • Highlight optional year and milliseconds parts.
    2017-03-01, by Oleksandr Gavenko
  • Number of lines can be greater then I assumed initially.
    2017-02-27, by Oleksandr Gavenko
  • Define function to easy navigate to Java source file from Java exception.
    2017-02-23, by Oleksandr Gavenko
  • (vc-root-dir) selectively work depending on buffer mode. I need root based on
    2017-02-23, by Oleksandr Gavenko
  • Fix typo. Add promising but not worked option.
    2017-02-23, by Oleksandr Gavenko
  • Use own implementation of ag frontend.
    2017-02-23, by Oleksandr Gavenko
  • Function for killing process. Simplify code. Limit search for current
    2017-02-23, by Oleksandr Gavenko
  • Add own ag mode.
    2017-02-22, by Oleksandr Gavenko
  • Fix: delete extra parent.
    2017-02-22, by Oleksandr Gavenko
  • Follow common prefixing schema for my functions.
    2017-02-22, by Oleksandr Gavenko
  • Windows doesn't have fonts for 'or'/'and' Python keywords.
    2017-02-21, by Oleksandr Gavenko
  • Use regex search instead of literal for ag.
    2017-02-20, by Oleksandr Gavenko
  • Detect if json-mode available.
    2017-02-20, by Oleksandr Gavenko
  • I do not need duplicates in minibuffer history.
    2017-02-20, by Oleksandr Gavenko
  • Remove POST command. Add useful report.
    2017-02-20, by Oleksandr Gavenko
  • Allow autoload. Move cursor to the beginning of buffer.
    2017-02-19, by Oleksandr Gavenko
  • Library to access Spring Actuator endpoints.
    2017-02-19, by Oleksandr Gavenko
  • Set indentation for json-mode. Require ag.
    2017-02-19, by Oleksandr Gavenko
  • Show message about debug level to be sure without reading documentation.
    2017-02-15, by Oleksandr Gavenko
  • Fix typos.
    2017-02-13, by Oleksandr Gavenko
  • Customize ag usage.
    2017-02-12, by Oleksandr Gavenko
  • Enable ag if available for searching.
    2017-02-09, by Oleksandr Gavenko
  • Disable anti-aliasing for Cyrillic, Greek and IPA scripts.
    2017-01-31, by Oleksandr Gavenko
  • Combined company adapter for JS and CSS in web-mode.
    2017-01-31, by Oleksandr Gavenko
  • Avoid duplication in company prompt because of case.
    2017-01-30, by Oleksandr Gavenko
  • Use cycle-spacing as it convenient then M-\ key binding.
    2017-01-29, by Oleksandr Gavenko
  • Avoid duplication in "company-transformers".
    2017-01-29, by Oleksandr Gavenko
  • Enable flyspell for rst-mode.
    2017-01-29, by Oleksandr Gavenko
  • Enable company-mode for org-mode.
    2017-01-28, by Oleksandr Gavenko
  • I end with using Apps key as super.
    2017-01-27, by Oleksandr Gavenko
  • Use ScrollLock as super modifier in Windows. It is useful after remapping
    2017-01-27, by Oleksandr Gavenko
  • Return list instead printing to *Message* buffer in my/lookup-key.
    2017-01-27, by Oleksandr Gavenko
  • Adjust company mode to Java.
    2017-01-26, by Oleksandr Gavenko
  • Rearrange code. Enable company mode for RST files.
    2017-01-26, by Oleksandr Gavenko
  • Align annotations to right.
    2017-01-26, by Oleksandr Gavenko
  • Enable company-mode during Emacs startup. Echo full path to executable in echo-area.
    2017-01-26, by Oleksandr Gavenko
  • Add company completion for executable in PATH. Enable company for Makefile and progmodes.
    2017-01-26, by Oleksandr Gavenko
  • Limit company-dabbrev-code search to shell-mode.
    2017-01-26, by Oleksandr Gavenko
  • Improve company-mode integration for shell mode.
    2017-01-26, by Oleksandr Gavenko
  • Enable company mode for shell scripts.
    2017-01-26, by Oleksandr Gavenko
  • Add stable.melpa.org and priorities for package sources.
    2017-01-26, by Oleksandr Gavenko
  • http://tromey.com/elpa/ is deprecated.
    2017-01-26, by Oleksandr Gavenko
  • Filter out completion started with numbers from company-mode.
    2017-01-26, by Oleksandr Gavenko
  • company-dabbrev-other-buffers
    2017-01-26, by Oleksandr Gavenko
  • company-dabbrev-downcase.
    2017-01-26, by Oleksandr Gavenko
  • Use bash in term-mode under Cygwin.
    2017-01-23, by Oleksandr Gavenko
  • Enable server for Cygwin Emacs.
    2017-01-23, by Oleksandr Gavenko
  • save-place-mode is not defined in earlier Emacs (21-24).
    2017-01-09, by Oleksandr Gavenko
  • Activate save-place-mode with a function in order to work with Emacs 25.
    2017-01-09, by Oleksandr Gavenko
  • Add pyflakes3.
    2017-01-09, by Oleksandr Gavenko
  • Add handling of hex charrefs.
    2017-01-07, by Oleksandr Gavenko
  • Redefine some web-mode faces.
    2016-11-19, by Oleksandr Gavenko
  • Replace html-mode with web-mode in ``magic-fallback-mode-alist``.
    2016-11-19, by Oleksandr Gavenko
  • Use American English variant for spell checking. Prefer aspell to ispell.
    2016-10-29, by Oleksandr Gavenko
  • icomplete mostly as powerful as smex. That's why I removed external dependency.
    2016-10-13, by Oleksandr Gavenko
  • Give a try to smex.
    2016-10-13, by Oleksandr Gavenko
  • Use TRIANGLE in pseudo-graphic it is better looking then POINTER.
    2016-10-12, by Oleksandr Gavenko
  • Fix spelling and typos.
    2016-10-10, by Oleksandr Gavenko
  • Reindent code.
    2016-10-10, by Oleksandr Gavenko
  • Port to Emacs 23.
    2016-10-07, by Oleksandr Gavenko
  • Port to Emacs 22.
    2016-10-07, by Oleksandr Gavenko
  • Document ido-everywhere synonym.
    2016-10-06, by Oleksandr Gavenko
  • My .rst files in UTF-8.
    2016-10-06, by Oleksandr Gavenko
  • Decide to use "DejaVu Sans Mono-11" as default font. It has same width as
    2016-09-26, by Oleksandr Gavenko
  • Use Terminus font under X and fallback to misc-fixed.
    2016-09-25, by Oleksandr Gavenko
  • Highlight whitespaces and adjust scroll-margin for gadict-mode.
    2016-09-20, by Oleksandr Gavenko
  • Fix docs.
    2016-09-17, by Oleksandr Gavenko
  • Fix: Warning: reference to free variable `python-indent'.
    2016-09-11, by Oleksandr Gavenko
  • Fix: Warning: reference to free variable `gnus-tmp-group'.
    2016-09-11, by Oleksandr Gavenko
  • Make possible to move through English word pronunciation with single forward-word.
    2016-09-11, by Oleksandr Gavenko
  • Fix: Warning: assignment to free variables `pc-select-selection-keys-only' and
    2016-09-11, by Oleksandr Gavenko
  • Fix: Warning: assignment to free variable `helm-locate-command'.
    2016-09-11, by Oleksandr Gavenko
  • Fix :Warning: assignment to free variable `srecode-mode-table-list'.
    2016-09-11, by Oleksandr Gavenko
  • Show Message-Id in Gnus Article buffer. Search for Message-Id in Web.
    2016-09-11, by Oleksandr Gavenko
  • Use shell glob instead regex for helm-locate.
    2016-09-10, by Oleksandr Gavenko
  • Fix: Warning: defface for ... fails to specify containing group.
    2016-08-26, by Oleksandr Gavenko
  • compile-auto-highlight is no longer in Emacs sources.
    2016-08-26, by Oleksandr Gavenko
  • Remove some "Warning: assignment to free variable".
    2016-08-26, by Oleksandr Gavenko
  • gnus-treat-date-user-defined no longer exist. Also it is unclear how
    2016-08-25, by Oleksandr Gavenko
  • Fix many of "Warning: assignment to free variable".
    2016-08-25, by Oleksandr Gavenko
  • Fix: Warning: reference to free variable `cygwin-mount-table--internal'.
    2016-08-25, by Oleksandr Gavenko
  • Fix: Warning: assignment to free variable `find-ls-option'.
    2016-08-25, by Oleksandr Gavenko
  • Fix: Warning: `beginning-of-buffer' is for interactive use only; use `(goto-char (point-min))' instead.
    2016-08-25, by Oleksandr Gavenko
  • Functions to re-evaluate buffer/library with re-assigning `defvar` values.
    2016-08-25, by Oleksandr Gavenko
  • Rename my public names to use "my/" prefix and my private function to use "my--" prefix.
    2016-08-13, by Oleksandr Gavenko
  • Rename own org variable and function to use "my/" prefix.
    2016-08-13, by Oleksandr Gavenko
  • Fix: nil python shell because we already switched from .py file.
    2016-08-02, by Oleksandr Gavenko
  • Move defuns out of top level macro in order to simplify debugging. Follow
    2016-08-02, by Oleksandr Gavenko
  • Fix: The value "device-width;" for key "width" is invalid, and has been ignored.
    2016-06-20, by Oleksandr Gavenko
  • Present character encoding at first.
    2016-06-19, by Oleksandr Gavenko
  • suggest-key-bindings
    2016-06-18, by Oleksandr Gavenko
  • Fix: Recursive make invocation require '$(MAKE)' usage.
    2016-06-02, by Oleksandr Gavenko
  • Fix: Symbol's function definition is void: tooltip-mode on Solaris emacs-nox v24.3.
    2016-06-02, by Oleksandr Gavenko
  • Fix: Solaris 'find' does not support '-delete' option.
    2016-06-02, by Oleksandr Gavenko
  • Fix: File error: Opening output file, no such file or directory, c:/Users/user/AppData/Roaming/.emacs.d/server/server
    2016-05-25, by Oleksandr Gavenko
  • Enable whitespace-mode for gadict-mode.
    2016-05-21, by Oleksandr Gavenko
  • I already activate "cygwin-mount".
    2016-05-18, by Oleksandr Gavenko
  • (eq window-system 'w32) ==> (eq system-type 'windows-nt) to correctly handle
    2016-05-18, by Oleksandr Gavenko
  • Notes on setting MANPATH to work with Cygwin.
    2016-05-18, by Oleksandr Gavenko
  • I don't like rcirc, "remember" mode is deprecated.
    2016-05-18, by Oleksandr Gavenko
  • Remove mail settings examples. Corresponding code already is used.
    2016-05-18, by Oleksandr Gavenko
  • Remove deprecated example.
    2016-05-18, by Oleksandr Gavenko
  • Including ~/usr/share/info in INFOPATH. Tweak for INFOPATH and cygwin-mount.el.
    2016-05-18, by Oleksandr Gavenko
  • Activate Cygwin for native Windows Emacs if available.
    2016-05-18, by Oleksandr Gavenko
  • Fix: Error: Cannot open load file: no such file or directory, htmlize.
    2016-05-15, by Oleksandr Gavenko
  • Disable ClearType on Windows.
    2016-05-15, by Oleksandr Gavenko
  • Enable margins for conf-mode.
    2016-05-12, by Oleksandr Gavenko
  • sgml-set-face is not defined anywhere. Fix some Warning: assignment to free variable.
    2016-04-01, by Oleksandr Gavenko
  • I am no loger using psvn, DVC.
    2016-04-01, by Oleksandr Gavenko
  • I don't use rcirc.
    2016-04-01, by Oleksandr Gavenko
  • I don't use bbdb.
    2016-04-01, by Oleksandr Gavenko
  • Fix: Warning: `... is for interactive use only; use `...' instead.
    2016-04-01, by Oleksandr Gavenko
  • Set valued via defvar instead of setq to avoid Warning: assignment to free variable.
    2016-04-01, by Oleksandr Gavenko
  • Fix: Warning: `european-calendar-style' is an obsolete variable (as of 23.1); use `calendar-date-style' instead.
    2016-04-01, by Oleksandr Gavenko
  • Even on Windows I prefer UTF-8 fro SVN/CVS.
    2016-04-01, by Oleksandr Gavenko
  • Suppress another: Warning: assignment to free variable
    2016-04-01, by Oleksandr Gavenko
  • I don't like yasnippet because it require file name matches abbreviation.
    2016-04-01, by Oleksandr Gavenko
  • Use hl-line even in terminals.
    2016-04-01, by Oleksandr Gavenko
  • Fix Warning: assignment to free variable.
    2016-04-01, by Oleksandr Gavenko
  • I have no needs to use my jdone mode anymore.
    2016-04-01, by Oleksandr Gavenko
  • Emacs 23.1 no longer need codepage-setup. Unlikely I would use old Emacs 22 on Windows...
    2016-04-01, by Oleksandr Gavenko
  • Remove support for Emacs 21.x.
    2016-04-01, by Oleksandr Gavenko
  • Delete explicit-sh-args var, it is not defined in Emacs sources.
    2016-04-01, by Oleksandr Gavenko
  • Exclusively use "org-capture". Although it is not available on Emacs 23 but I
    2016-04-01, by Oleksandr Gavenko
  • Unconditionally enable Org mode.
    2016-04-01, by Oleksandr Gavenko
  • Add (eval-when 'compile ...) to reduce number of Warning: reference to free variable.
    2016-04-01, by Oleksandr Gavenko
  • Fix: Warning: `make-variable-buffer-local' not called at toplevel.
    2016-04-01, by Oleksandr Gavenko
  • (setq enable-recursive-minibuffers t)
    2016-04-01, by Oleksandr Gavenko
  • (put 'set-goal-column 'disabled nil)
    2016-03-30, by Oleksandr Gavenko
  • Semantic make useless completion for Java inner classes. It suggest wrong
    2016-03-25, by Oleksandr Gavenko
  • Deploy targets.
    2016-03-25, by Oleksandr Gavenko
  • (global-semantic-idle-completions-mode -1)
    2016-03-25, by Oleksandr Gavenko
  • Use named compilation-error-regexp.
    2016-03-23, by Oleksandr Gavenko
  • Fix: Warning: `read-input' is an obsolete function (as of 22.1); use `read-string' instead.
    2016-03-23, by Oleksandr Gavenko
  • Fix: Warning: `flet' is an obsolete macro (as of 24.3); use either `cl-flet' or `cl-letf'.
    2016-03-23, by Oleksandr Gavenko
  • Accept safe variables without prompting.
    2016-03-23, by Oleksandr Gavenko
  • Add description for time zones.
    2016-03-17, by Oleksandr Gavenko
  • Clean up backup files in $(mylispdir) dir too.
    2016-03-13, by Oleksandr Gavenko
  • Load gadict mode if available.
    2016-03-13, by Oleksandr Gavenko
  • Fix typo.
    2016-03-13, by Oleksandr Gavenko
  • dict-mode.el is obsolete. Code moved to gadict project. Upgrade is not required.
    2016-03-13, by Oleksandr Gavenko
  • Move upgrade script to separate file. Add framework to support future upgrades.
    2016-03-13, by Oleksandr Gavenko
  • Fix: Copy missing file.
    2016-03-13, by Oleksandr Gavenko
  • Remove those nasty "Summary: " from commit messages.
    2016-03-13, by Oleksandr Gavenko
  • EST
    2016-03-09, by Oleksandr Gavenko
  • display-time-world settings.
    2016-03-07, by Oleksandr Gavenko
  • rename .emacs to init.el
    2016-03-03, by Oleksandr Gavenko
  • Document global-linum-mode
    2016-02-29, by Oleksandr Gavenko
  • Disable diary integration into org mode because I don't use diary and
    2016-02-28, by Oleksandr Gavenko
  • home key move after prompt in inferior-ess-mode
    2016-02-28, by Oleksandr Gavenko
  • Swap ipa and greek index.
    2016-02-22, by Oleksandr Gavenko
  • Add Greek input method.
    2016-02-22, by Oleksandr Gavenko
  • Do not place TODO keyword before task. Without it agenda show file
    2016-02-18, by Oleksandr Gavenko
  • I don't need mark of "TODO". If schedule date present - I should make this task.
    2016-02-18, by Oleksandr Gavenko
  • Fix usage of built-in Python help() helper.
    2016-02-18, by Oleksandr Gavenko
  • My Python checkers mode.
    2016-02-16, by Oleksandr Gavenko
  • Regex to parse asciidoc errors.
    2016-02-16, by Oleksandr Gavenko
  • Added function and key binding to show docs through built-in "help" Python function.
    2016-02-15, by Oleksandr Gavenko
  • Remove escapes from "'" from Python docs output.
    2016-02-14, by Oleksandr Gavenko
  • Show full docs for symbol at point for Python mode.
    2016-02-14, by Oleksandr Gavenko
  • Seems that python-describe-symbol in python-mode.el and not in
    2016-02-13, by Oleksandr Gavenko
  • Add key binding for sending paragraph to python process.
    2016-02-13, by Oleksandr Gavenko
  • Redefine and add some key binding for python-mode.el.
    2016-02-12, by Oleksandr Gavenko
  • Modify archive file only if archive entries found.
    2016-02-12, by Oleksandr Gavenko
  • Use entire directory for org-mode file list.
    2016-02-12, by Oleksandr Gavenko
  • Update paths because I move my base development directory up one level.
    2016-02-12, by 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).
    2016-02-10, by Oleksandr Gavenko
  • Save more desktop-globals-to-save options.
    2016-02-10, by Oleksandr Gavenko
  • Initialise stam module after loading.
    2016-02-10, by Oleksandr Gavenko
  • Add examples of ffap settings.
    2016-02-10, by Oleksandr Gavenko
  • Place related recentf settings together.
    2016-02-10, by Oleksandr Gavenko
  • Mark my article more visually.
    2016-02-10, by Oleksandr Gavenko
  • Show List-URL: mail header. Enable spam reporting for Gnus.
    2016-02-10, by Oleksandr Gavenko
  • Fix: Symbol's value as variable is void: sql-mode-map
    2016-02-06, by Oleksandr Gavenko
  • Fix: Symbol's value as variable is void: sql-mode-map
    2016-02-06, by Oleksandr Gavenko
  • Add my-* prefix to html-charref-* functions. Add support for < /
    2016-01-28, by Oleksandr Gavenko
  • Send the current paragraph to the SQL process with \"explain \" keyword.
    2016-01-23, by Oleksandr Gavenko
  • Disable Marmelade because of error: gnutls.c: [0] (Emacs) fatal error: The TLS connection was non-properly terminated.
    2016-01-09, by Oleksandr Gavenko
  • Point to new home page.
    2016-01-08, by Oleksandr Gavenko
  • In order to byte-compile under Windows install Cygwin Emacs to PATH!
    2015-12-16, by Oleksandr Gavenko
  • Fix: major-mode should have highest priority, default handlers - least.
    2015-12-12, by Oleksandr Gavenko
  • Fix: Symbol's value as variable is void: bookmark-minibuffer-read-name-map.
    2015-12-12, by Oleksandr Gavenko
  • Add quick access to TeX input method.
    2015-12-11, by Oleksandr Gavenko
  • Disable Warning: FAIL: (file-error "Cannot open load file" "w3m-util")
    2015-12-10, by Oleksandr Gavenko
  • cl-eval-when doesn't exist on Emacs v24.2.1.
    2015-12-10, by Oleksandr Gavenko
  • term-scroll-show-maximum-output
    2015-12-10, by Oleksandr Gavenko
  • Recipe to make mouse clicks work in xterm/iTerm.
    2015-12-10, by Oleksandr Gavenko
  • Fix spelling.
    2015-12-10, by Oleksandr Gavenko
  • Interpret ANSI color esacape sequence by colorifying cotent.
    2015-12-10, by Oleksandr Gavenko
  • Don't jump to unknown directory if file not found in current!
    2015-12-02, by Oleksandr Gavenko
  • Use "-" as hour/minute/second separator instead of ":" to avoid
    2015-11-30, by Oleksandr Gavenko
  • Mark .log.[0-9]+ files also as temporary.
    2015-11-26, by Oleksandr Gavenko
  • Enable file name completion in line-mode of term-mode.
    2015-11-26, by Oleksandr Gavenko
  • Use consistent style for internal names.
    2015-11-10, by Oleksandr Gavenko
  • Additional file extension for nxml-mode.
    2015-11-10, by Oleksandr Gavenko
  • Do not highlight 64 equal characters.
    2015-11-01, by Oleksandr Gavenko
  • Fix sectioning comment style.
    2015-11-01, by Oleksandr Gavenko
  • Mark useful functions as autoload.
    2015-10-30, by Oleksandr Gavenko
  • Fix: broken checks prevent installation on fresh host.
    2015-10-27, by Oleksandr Gavenko
  • merged
    2015-10-27, by Oleksandr Gavenko
  • Spammers, haters.
    2015-10-22, by Oleksandr Gavenko
  • Show size in bytes by find-dired command.
    2015-10-21, by Oleksandr Gavenko
  • Use built-in options for elisp actions.
    2015-10-14, by Oleksandr Gavenko
  • Load file for workaround only when necessary.
    2015-10-14, by Oleksandr Gavenko
  • Fix: my-w3m-view-url: Invalid function: w3m-anchor
    2015-10-13, by Oleksandr Gavenko
  • Fix: my-w3m-view-url: Invalid function: w3m-anchor
    2015-10-07, by Oleksandr Gavenko
  • Don't highlight 64 subsequent chars as this break major mode highlighting.
    2015-09-26, by Oleksandr Gavenko
  • Fix test for finding key by lookup-key.
    2015-09-19, by Oleksandr Gavenko
  • my--smart-end-of-line like my--smart-beginning-of-line.
    2015-09-14, by Oleksandr Gavenko
  • set-mark-command-repeat-pop
    2015-08-10, by Oleksandr Gavenko
  • my-calc-line
    2015-07-09, by Oleksandr Gavenko
  • Use new autobm mode!
    2015-04-23, by Oleksandr Gavenko
  • Simplify code.
    2015-04-22, by Oleksandr Gavenko
  • Auto named bookmarks.
    2015-04-20, by Oleksandr Gavenko
  • Use newer recommended place for bookmarks.
    2015-04-15, by Oleksandr Gavenko
  • Simplify expression.
    2015-04-15, by Oleksandr Gavenko
  • Add version compatibility checks.
    2015-04-14, by Oleksandr Gavenko
  • Disable byte-compilation warnings:
    2015-04-14, by Oleksandr Gavenko
  • Disable noisy prompts when Emacs loads with desktop-save-mode opening
    2015-04-07, by Oleksandr Gavenko
  • Disable line wrapping for SQLi buffers.
    2015-04-14, by Oleksandr Gavenko
  • With double prefix enable debugging on event and signal.
    2015-04-10, by Oleksandr Gavenko
  • Remove qouting from 'my--eval-after-load' macro usage because that code doesn't evaluated.
    2015-04-02, by Oleksandr Gavenko
  • Avoid overriding text background - highlight only after line end.
    2015-04-01, by Oleksandr Gavenko
  • LANG=C damage localised output.
    2015-03-31, by Oleksandr Gavenko
  • dict-c5-new-entry
    2015-03-26, by Oleksandr Gavenko
  • Revert upgrade logic, lost during merge.
    2015-03-13, by Oleksandr Gavenko
  • Keep jabber conversation history in 'user-emacs-directory'.
    2015-03-13, by Oleksandr Gavenko
  • Update 'uninstall' target.
    2015-03-13, by Oleksandr Gavenko
  • Cleanup *.elc files also.
    2015-03-13, by Oleksandr Gavenko
  • Fix merge.
    2015-03-13, by Oleksandr Gavenko
  • merged
    2015-03-13, by Oleksandr Gavenko
  • Use er/expand-region if available.
    2015-03-13, by Oleksandr Gavenko
  • Install updated files that take in account hierarchy changes after upgrade.
    2015-02-25, by Oleksandr Gavenko
  • Safely move data.
    2015-02-25, by Oleksandr Gavenko
  • Update copying year.
    2015-02-25, by Oleksandr Gavenko
  • Fix dir name.
    2015-02-25, by Oleksandr Gavenko
  • Remove debug flag.
    2015-02-25, by Oleksandr Gavenko
  • Remove logic duplication. Make file moving safer.
    2015-02-25, by Oleksandr Gavenko
  • Fix checkdoc warnings.
    2015-03-11, by Oleksandr Gavenko
  • Fix checkdoc warnings.
    2015-03-11, by Oleksandr Gavenko
  • Remove debug function.
    2015-03-11, by Oleksandr Gavenko
  • Remove unused function.
    2015-03-11, by Oleksandr Gavenko
  • Fix warning from checkdoc.
    2015-03-11, by Oleksandr Gavenko
  • Fix: "load: Symbol's value as variable is void: c-mode" for 'setq-mode-local'.
    2015-03-08, by Oleksandr Gavenko
  • Move elisp tuning upper to get better support for debugging when init
    2015-03-08, by Oleksandr Gavenko
  • Define special macro to avoid warning about "assignment to free variable".
    2015-03-07, by Oleksandr Gavenko
  • Move '.recentf' and '~/.irc' to '~/.emacs.d'.
    2015-03-01, by Oleksandr Gavenko
  • File existence handled by 'load' itself.
    2015-03-01, by Oleksandr Gavenko
  • Fix: Warning: reference to free variable `url-http-response-status'.
    2015-03-01, by Oleksandr Gavenko
  • Fix: Warning: reference/assignment to free variable `which-func-modes'
    2015-03-01, by Oleksandr Gavenko
  • Fix: Warning: assignment to free variable `my-log-mode-map'.
    2015-03-01, by Oleksandr Gavenko
  • Fix: Warning: `goto-line' is for interactive use only; use `forward-line' instead.
    2015-03-01, by Oleksandr Gavenko
  • Fix: Warning: `string-to-int' is an obsolete function (as of 22.1); use `string-to-number' instead.
    2015-03-01, by Oleksandr Gavenko
  • Fix: Warning: filter-buffer-substring called with 4 arguments, but accepts only 2-3.
    2015-03-01, by Oleksandr Gavenko
  • Fix: Warning: `beginning-of-buffer' is for interactive use only; use `(goto-char (point-min))' instead.
    2015-03-01, by Oleksandr Gavenko
  • Fix: Warning: function `maven.effective-pom' defined multiple times in this file.
    2015-03-01, by Oleksandr Gavenko
  • Fix: Warning: assignment to free variable `dict-c5-mode-map'
    2015-03-01, by Oleksandr Gavenko
  • Fix: Warning: `end-of-buffer' is for interactive use only; use `(goto-char (point-max))' instead.
    2015-03-01, by Oleksandr Gavenko
  • Byte compile '.emacs-my' and 'my/*.el'.
    2015-03-01, by Oleksandr Gavenko
  • Fix: hs-minor-mode doesn't support fundamental-mode.
    2015-03-01, by Oleksandr Gavenko
  • Ignore patterns.
    2015-02-28, by Oleksandr Gavenko
  • Detect Emacs sources for 'find-function-C-source-directory'.
    2015-02-28, by Oleksandr Gavenko
  • Update docs for new file hierarchy.
    2015-02-28, by Oleksandr Gavenko
  • Fix path.
    2015-02-28, by Oleksandr Gavenko
  • Set indent level.
    2015-02-28, by Oleksandr Gavenko
  • hs-minor-mode
    2015-02-28, by Oleksandr Gavenko
  • Delay loading.
    2015-02-28, by Oleksandr Gavenko
  • css-eldoc-enable
    2015-02-28, by Oleksandr Gavenko
  • js-indent-level, css-indent-offset
    2015-02-28, by Oleksandr Gavenko
  • When to enable turn-on-eldoc-mode.
    2015-02-28, by Oleksandr Gavenko
  • Use hippie-expand.
    2015-02-28, by Oleksandr Gavenko
  • Fix: hold autoloads with sources in same directory.
    2015-02-25, by Oleksandr Gavenko
  • Enable wesnoth-mode if possible.
    2015-02-25, by Oleksandr Gavenko
  • Simplify code.
    2015-02-25, by Oleksandr Gavenko
  • Fix paths.
    2015-02-25, by Oleksandr Gavenko
  • Fix: server-start: Opening output file: no such file or directory, c:/home/.emacs.d/server/server.
    2015-02-24, by Oleksandr Gavenko
  • Fix paths.
    2015-02-24, by Oleksandr Gavenko
  • comint-strip-ctrl-m
    2015-02-22, by Oleksandr Gavenko
  • Remove duplicated line.
    2015-02-22, by Oleksandr Gavenko
  • abbrev-file-name, pascal-mode
    2015-02-22, by Oleksandr Gavenko
  • ansi-color-for-comint-mode-on
    2015-02-22, by Oleksandr Gavenko
  • Increase ido limits.
    2015-02-24, by Oleksandr Gavenko
  • Move .ido.last to user-emacs-directory.
    2015-02-24, by Oleksandr Gavenko
  • Improve previous upgrade script to handle more situations.
    2015-02-24, by Oleksandr Gavenko
  • Move .emacs files to user-emacs-directory.
    2015-02-24, by Oleksandr Gavenko
  • If region active - use it content as default value.
    2015-02-19, by Oleksandr Gavenko
  • Fix typo.
    2015-02-19, by Oleksandr Gavenko
  • Forget add provide.
    2015-02-19, by Oleksandr Gavenko
  • Handle work with Python pypi site.
    2015-02-19, by Oleksandr Gavenko
  • requirements.txt is Python dependency description file probably.
    2015-02-19, by Oleksandr Gavenko
  • Handle all .el files same.
    2015-02-19, by Oleksandr Gavenko
  • my-recentf.clean-project
    2015-02-17, by Oleksandr Gavenko
  • Fixes performance issues in Emacs for large files.
    2015-02-11, by Oleksandr Gavenko
  • my-srecode-reload-templates
    2015-02-11, by Oleksandr Gavenko
  • Fix error - using standard function instead custom and not defined.
    2015-02-11, by Oleksandr Gavenko
  • merged
    2015-02-06, by Oleksandr Gavenko
  • Fix condition for applying server-ensure-safe-dir fix.
    2015-01-28, by Oleksandr Gavenko
  • Add shortcut for recentf.
    2015-02-04, by Oleksandr Gavenko
  • Add key bindings for finding file that work in M-x term.
    2015-02-04, by Oleksandr Gavenko
  • Check if ido available.
    2015-02-04, by Oleksandr Gavenko
  • Move all configs to "~/.emacs.d/my".
    2015-01-28, by Oleksandr Gavenko
  • Avoid inlining of ~/.emacs.d.
    2015-01-27, by Oleksandr Gavenko
  • Cleanup recentf on idle to decrease boot time.
    2015-01-27, by Oleksandr Gavenko
  • Fix: if: Wrong type argument: stringp, nil.
    2015-01-17, by Oleksandr Gavenko
  • Fix: Symbol's function definition is void: global-cedet-m3-minor-mode
    2015-01-17, by Oleksandr Gavenko
  • my-complete-tag with my-ido-complete-tag.
    2015-01-13, by Oleksandr Gavenko
  • erc-log
    2015-01-10, by Oleksandr Gavenko
  • M-return is complete-tag.
    2015-01-10, by Oleksandr Gavenko
  • ido-case-fold
    2015-01-09, by Oleksandr Gavenko
  • ido-ignore-extensions
    2015-01-09, by Oleksandr Gavenko
  • show whitespaces in wesnoth-mode.
    2015-01-07, by Oleksandr Gavenko
  • Fix: my-org-kill-by-tag miss some subtree as org-scan-tags assume that buffer unchanged during processing.
    2015-01-07, by Oleksandr Gavenko
  • Use Win key to make buffer deleting and switching faster and avoid key binding intersection with term-mode.
    2015-01-04, by Oleksandr Gavenko
  • Use Win key to make buffer switching faster and avoid key binding intersection with term-mode.
    2015-01-04, by Oleksandr Gavenko
  • SMTP authorisation.
    2014-12-30, by Oleksandr Gavenko
  • desktop-restore-frames == t set sticky on page/desktop attribute
    2014-12-19, by Oleksandr Gavenko
  • Use modern way to maximize frame.
    2014-12-19, by Oleksandr Gavenko
  • Replace kill-this-buffer with core functions.
    2014-12-19, by Oleksandr Gavenko
  • Disable electric-indent-mode new in v24.4.1.
    2014-12-19, by Oleksandr Gavenko
  • global-prettify-symbols-mode
    2014-12-19, by Oleksandr Gavenko
  • Fix if subword-mode isn't defined.
    2014-12-19, by Oleksandr Gavenko
  • subword-mode for java-mode
    2014-12-19, by Oleksandr Gavenko
  • org-support-shift-select
    2014-12-19, by Oleksandr Gavenko
  • org-remember.el has been removed so I get error
    2014-12-09, by Oleksandr Gavenko
  • merged
    2014-11-20, by Oleksandr Gavenko
  • Certain syntactic errors are reported (like wrong indent).
    2014-11-14, by Oleksandr Gavenko
  • Echo syntactic information on TAB in message buffer.
    2014-11-14, by Oleksandr Gavenko
  • Minor mode that highlights suspicious C and C++ constructions.
    2014-11-14, by Oleksandr Gavenko
  • Increase timeout for CEDET parsing to prevent freezing when open files.
    2014-10-30, by Oleksandr Gavenko
  • global-cedet-m3-minor-mode
    2014-10-30, by Oleksandr Gavenko
  • Group related configs together.
    2014-10-30, by Oleksandr Gavenko
  • Fix argument to satisfy usual convention for enabling mode.
    2014-10-30, by Oleksandr Gavenko
  • semantic-idle-scheduler-max-buffer-size
    2014-10-30, by Oleksandr Gavenko
  • expand-file-name
    2014-10-29, by Oleksandr Gavenko
  • merged
    2014-10-17, by Oleksandr Gavenko
  • Enable log4-hi-mode and auto-revert-tail-mode for ~/.xsession-errors.
    2014-10-14, by Oleksandr Gavenko
  • Handle HG MQ from non-root directory.
    2014-10-17, by Oleksandr Gavenko
  • For Hg with C-u show latest MQ patch and with C-u C-u show MQ patch and local
    2014-10-17, by Oleksandr Gavenko
  • merged
    2014-10-07, by Oleksandr Gavenko
  • Fix: maven.help not available.
    2014-10-01, by Oleksandr Gavenko
  • "meta charset" and "meta viewport" templates.
    2014-10-05, by Oleksandr Gavenko
  • If the string begins with ^' andshift-select-mode' is non-nil, Emacs first
    2014-09-06, by Oleksandr Gavenko
  • my-smart-beginning-of-line
    2014-09-06, by Oleksandr Gavenko
  • Use NXML for .xul files.
    2014-08-02, by Oleksandr Gavenko
  • Fix: eval-expression: Symbol's value as variable is void: srecode-map-load-path
    2014-08-02, by Oleksandr Gavenko
  • merged
    2014-07-29, by Oleksandr Gavenko
  • Don't sort ``recentf-list`` so ``recentf-open-files`` show files in historical order!
    2014-07-26, by Oleksandr Gavenko
  • Improve matching pattern for class name.
    2014-07-28, by Oleksandr Gavenko
  • Add missing autoloads.
    2014-07-28, by Oleksandr Gavenko
  • Add srecode templates.
    2014-07-24, by Oleksandr Gavenko
  • merged
    2014-07-22, by Oleksandr Gavenko
  • Add ``recentf-exclude`` to prevent opening unwanted files from temporary copy.
    2014-07-20, by Oleksandr Gavenko
  • Simplify title.
    2014-07-19, by Oleksandr Gavenko
  • Add system-name to title (so simplify application switching if several remote
    2014-07-19, by Oleksandr Gavenko
  • Run maven test
    2014-07-09, by Oleksandr Gavenko
  • Run exec:java for current file.
    2014-07-09, by Oleksandr Gavenko
  • Show more info.
    2014-06-25, by Oleksandr Gavenko
  • Switch to ido from iswitchb. Use ido key binding instead of ffap-bindings.
    2014-05-21, by Oleksandr Gavenko
  • Set recentf-menu-filter as recentf-arrange-by-dir to avoid shown duplicate
    2014-05-21, by Oleksandr Gavenko
  • Increase number of recentf-max-saved-items.
    2014-05-21, by Oleksandr Gavenko
  • Fix path to my projects (use shorter name).
    2014-05-12, by Oleksandr Gavenko
  • Open wider range of files in log4-hi-mode auto-revert-tail-mode.
    2014-05-07, by Oleksandr Gavenko
  • Refactoring: fix according to naming convention.
    2014-04-16, by Oleksandr Gavenko
  • Add highlighting for time.
    2014-04-16, by Oleksandr Gavenko
  • Kill current buffer. Switch to next buffer if previous command was switching
    2014-04-11, by Oleksandr Gavenko
  • Add keyword for highlighting.
    2014-04-10, by Oleksandr Gavenko
  • semantic-mode-map override major mode binding, so disable conflicting key bindings.
    2014-04-09, by Oleksandr Gavenko
  • merged
    2014-04-08, by Oleksandr Gavenko
  • merged
    2014-04-04, by Oleksandr Gavenko
  • Use web-mode for PHP.
    2014-04-01, by Oleksandr Gavenko
  • Disable eldoc for Python in flavor of Semantic and perfomance reason.
    2014-04-08, by Oleksandr Gavenko
  • Use original values of web-mode-engine-file-regexps. Enable PHP mode.
    2014-04-03, by Oleksandr Gavenko
  • Remove useless comment.
    2014-04-03, by Oleksandr Gavenko
  • Remove duplicate file.
    2014-04-03, by Oleksandr Gavenko
  • Fix: Symbol's function definition is void: global-semantic-idle-scheduler-mode
    2014-03-11, by Oleksandr Gavenko
  • Enable Semantic local file parsing.
    2014-03-11, by Oleksandr Gavenko
  • Add GNU Global check.
    2014-03-10, by Oleksandr Gavenko
  • Set selection background color.
    2014-03-10, by Oleksandr Gavenko
  • Enable semantic mode not only for build-in CEDET but for external Bzr/Git.
    2014-03-10, by Oleksandr Gavenko
  • Enable cedet-java.
    2014-03-10, by Oleksandr Gavenko
  • Enable ectag and global if available.
    2014-03-10, by Oleksandr Gavenko
  • Mark unmarked articles in current thread as read and move to
    2014-03-10, by Oleksandr Gavenko
  • Remove duplicate line.
    2014-03-08, by Oleksandr Gavenko
  • jabber-history-muc-enabled
    2014-03-08, by Oleksandr Gavenko
  • mouse-yank-at-point
    2014-03-08, by Oleksandr Gavenko
  • Make *scratch* buffer empty.
    2014-03-08, by Oleksandr Gavenko
  • merged
    2014-03-06, by Oleksandr Gavenko
  • Move marked by `org-done-keywords' entries to archive file defined by `my-org-archive-location'.
    2014-03-03, by Oleksandr Gavenko
  • Use org-capture if available instead of org-remember.
    2014-03-02, by Oleksandr Gavenko
  • Disable placeholders substitution in Oracle SQLi by Emacs itself.
    2014-03-04, by Oleksandr Gavenko
  • help:effective-pom help:effective-settings dependency:tree
    2014-02-28, by Oleksandr Gavenko
  • maven.help - Run help:describe for plugin at point.
    2014-02-28, by Oleksandr Gavenko
  • Fix: save-current-buffer: Opening output file: file name too long.
    2014-02-04, by Oleksandr Gavenko
  • Remove deprecated variable.
    2014-01-29, by Oleksandr Gavenko
  • Enable SRecode key binding for prog modes.
    2014-01-20, by Oleksandr Gavenko
  • Show memory usage in proced.
    2014-01-10, by Oleksandr Gavenko
  • Add learning file to list of files with deadline.
    2014-01-09, by Oleksandr Gavenko
  • Set fvwm-fvwmcommand-path after loading fvwm-mode.
    2014-01-03, by Oleksandr Gavenko
  • Set fvwm-fvwmcommand-path.
    2014-01-03, by Oleksandr Gavenko
  • Show sources along with debugger.
    2013-12-30, by Oleksandr Gavenko
  • Rebind C-x UP to mentally obvious behavior when used 3 or more windows.
    2013-12-28, by Oleksandr Gavenko
  • Colorize ANSI colour sequences in compilation buffer.
    2013-12-26, by Oleksandr Gavenko
  • Fix DEL character name so it work in terminal.
    2013-12-22, by Oleksandr Gavenko
  • Bind buffer deletion to C-x DEL to avoid accidental buffer deletion.
    2013-12-22, by Oleksandr Gavenko
  • Add useful key binding for killing window and switching to another window.
    2013-12-19, by Oleksandr Gavenko
  • Add shortcut to speedup buffer killing.
    2013-12-17, by Oleksandr Gavenko
  • Enable 'semantic/ia'.
    2013-11-12, by Oleksandr Gavenko
  • merged
    2013-10-25, by Oleksandr Gavenko
  • Fix dependencies.
    2013-10-25, by Oleksandr Gavenko
  • Automated merge with file:///home/srv/hg/dot-emacs
    2013-10-22, by Oleksandr Gavenko
  • Set font for IPA and other fontset under Linux.
    2013-10-21, by Oleksandr Gavenko
  • merged
    2013-10-22, by Oleksandr Gavenko
  • merged
    2013-10-21, by Oleksandr Gavenko
  • merged
    2013-10-22, by Oleksandr Gavenko
  • Check if 'package-initialize' present.
    2013-10-19, by Oleksandr Gavenko
  • Add margin to log buffers.
    2013-10-21, by Oleksandr Gavenko
  • Add highlighting for Java stack traces.
    2013-10-19, by Oleksandr Gavenko
  • maven-central helper.
    2013-10-15, by Oleksandr Gavenko
  • Enhance selection of input methods by using numeric prefix for modeless
    2013-10-12, by Oleksandr Gavenko
  • Refactoring input method selection.
    2013-10-12, by Oleksandr Gavenko
  • Remove wrongly duplicated file.
    2013-10-09, by Oleksandr Gavenko
  • Define own faces to remove dependency on compile.el.
    2013-10-09, by Oleksandr Gavenko
  • Remove debug code.
    2013-10-09, by Oleksandr Gavenko
  • Highlight standard elements in log4* like log-files.
    2013-10-09, by Oleksandr Gavenko
  • log4-hi-mode
    2013-10-09, by Oleksandr Gavenko
  • Update web-mode setting to new version.
    2013-09-27, by Oleksandr Gavenko
  • Enable Srecode mode.
    2013-09-24, by Oleksandr Gavenko
  • merged
    2013-09-20, by Oleksandr Gavenko
  • Browse URLs in external browser in w3m.
    2013-09-13, by Oleksandr Gavenko
  • Move package initialisation to top of file.
    2013-09-18, by Oleksandr Gavenko
  • Enable package module very early.
    2013-09-18, by Oleksandr Gavenko
  • Implement lzgrep and rzgrep commands.
    2013-09-09, by Oleksandr Gavenko
  • Set web-mode offsets.
    2013-09-09, by Oleksandr Gavenko
  • merged
    2013-09-07, by Oleksandr Gavenko
  • Add Victor Sergienko as important person.
    2013-08-27, by Oleksandr Gavenko
  • merged
    2013-09-06, by Oleksandr Gavenko
  • Use global-whitespace-mode.
    2013-09-05, by Oleksandr Gavenko
  • Enable 'goto-address-mode' in 'term-mode'.
    2013-07-30, by Oleksandr Gavenko
  • package-enable-at-startup and lowercase epla archive name.
    2013-07-21, by Oleksandr Gavenko
  • Add autoloads to debian-doc.el.
    2013-07-19, by Oleksandr Gavenko
  • merged
    2013-07-19, by Oleksandr Gavenko
  • Check for timeout in gnus article fetching.
    2013-07-18, by Oleksandr Gavenko
  • Add docs to fix "M-x checkdoc" errors.
    2013-07-18, by Oleksandr Gavenko
  • Base implementation of Debian doc-base and Emacs integration.
    2013-07-18, by Oleksandr Gavenko
  • merged
    2013-06-26, by Oleksandr Gavenko
  • Set GNUS file reading settings.
    2013-06-07, by Oleksandr Gavenko
  • Add sql mode to devel mode list for imenu support.
    2013-06-21, by Oleksandr Gavenko
  • In Emacs 23.1: smerge-refine highlights word-level details of changes in
    2013-05-29, by Oleksandr Gavenko
  • Add plsql file extension to auto-mode-alist.
    2013-05-23, by Oleksandr Gavenko
  • merged
    2013-05-14, by Oleksandr Gavenko
  • merged
    2013-04-21, by Oleksandr Gavenko
  • Some GNUS default settings...
    2013-04-11, by Oleksandr Gavenko
  • Fix feature name. Limit minimal subject length for exclude...
    2013-04-11, by Oleksandr Gavenko
  • Add negative scores for all articles with same subject.
    2013-04-08, by Oleksandr Gavenko
  • Fix syntax (broken grouping).
    2013-04-05, by Oleksandr Gavenko
  • Fix docs. Simplify code.
    2013-04-04, by Oleksandr Gavenko
  • Fix regex escape syntax.
    2013-04-01, by Oleksandr Gavenko
  • Decrease barrier for expunging articles.
    2013-03-31, by Oleksandr Gavenko
  • These variables are local to each summary buffer and usually set by the score
    2013-03-31, by Oleksandr Gavenko
  • Set same vlaue as in all.SCORE.
    2013-03-31, by Oleksandr Gavenko
  • I don't need lowering scores.
    2013-03-31, by Oleksandr Gavenko
  • Don't show group buffer to speed up buffer switching.
    2013-03-31, by Oleksandr Gavenko
  • Properly set come keys for completion.
    2013-05-08, by Oleksandr Gavenko
  • Reorder code.
    2013-05-08, by Oleksandr Gavenko
  • Enable many CEDET features.
    2013-05-08, by Oleksandr Gavenko
  • Fix typo in var name (so CEDET should be activated now).
    2013-05-08, by Oleksandr Gavenko
  • Associate .xsd/.rng files with nxml-mode.
    2013-04-26, by Oleksandr Gavenko
  • Implement 'my-org-kill-by-tag'.
    2013-04-25, by Oleksandr Gavenko
  • Fix mode feature name.
    2013-03-26, by Oleksandr Gavenko
  • Boost iswitchb by regex matching and showing old files.
    2013-03-18, by Oleksandr Gavenko
  • Set engine for JSP tag files.
    2013-03-15, by Oleksandr Gavenko
  • Add JSP tag file to web-modes.
    2013-03-15, by Oleksandr Gavenko
  • Fix pattern for '.jspf' files.
    2013-03-15, by Oleksandr Gavenko
  • Use 'web-mode' if available.
    2013-03-14, by Oleksandr Gavenko
  • Use icomplete for all completion-tables.
    2013-02-16, by Oleksandr Gavenko
  • Fix my-python-add-to-path to allow ~ in path.
    2013-01-27, by Oleksandr Gavenko
  • Fix 'eval-after-load' usage. Fix mode name.
    2013-01-27, by Oleksandr Gavenko
  • Disable rope.
    2013-01-27, by Oleksandr Gavenko
  • Enable SRecord.
    2013-01-27, by Oleksandr Gavenko
  • Mark Python binary files as temporary.
    2013-01-27, by Oleksandr Gavenko
  • Switch to other window by Super-TAB.
    2013-01-13, by Oleksandr Gavenko
  • Fix (info "(elisp) Surprising Local Vars").
    2013-01-13, by Oleksandr Gavenko
  • Omit condition from loop.
    2013-01-13, by Oleksandr Gavenko
  • Search for KEY in all known keymaps.
    2013-01-13, by Oleksandr Gavenko
  • Set TAB width to 8 in .el files to proper shown Emacs sources.
    2013-01-13, by Oleksandr Gavenko
  • Add function: "Encode string to percent encoding."
    2013-01-07, by Oleksandr Gavenko
  • merged
    2012-12-20, by Oleksandr Gavenko
  • Add HOME tag to org-mode.
    2012-12-19, by Oleksandr Gavenko
  • merged
    2012-12-05, by Oleksandr Gavenko
  • merged
    2012-12-04, by Oleksandr Gavenko
  • Treat '$' as word syntax for JS mode to simplify C-Left/Right movement for jQuery.
    2012-12-03, by Oleksandr Gavenko
  • Prevent loading site files to speed up install target.
    2012-12-16, by Oleksandr Gavenko
  • Add function that dump all function calls in current buffer. Useful to explore
    2012-12-16, by Oleksandr Gavenko
  • Set org-mode archiving info types.
    2012-12-16, by Oleksandr Gavenko
  • With `org-tag-persistent-alist' variable tags duplicated in *Org Tags* menu. I
    2012-12-13, by Oleksandr Gavenko
  • Add "GET" tag for org-mode.
    2012-12-04, by Oleksandr Gavenko
  • Add doc strings.
    2012-12-01, by Oleksandr Gavenko
  • Delete target file if command fails.
    2012-11-26, by Oleksandr Gavenko
  • Send M-left and M-right control sequences as in xterm for my Readline
    2012-11-22, by Oleksandr Gavenko
  • I disable this due to bugs in Emacs (it doesn't highlight at all until you
    2012-11-20, by Oleksandr Gavenko
  • merged
    2012-11-19, by Oleksandr Gavenko
  • merged
    2012-11-15, by Oleksandr Gavenko
  • Use .pom files as XML files.
    2012-11-14, by Oleksandr Gavenko
  • Increase scrolling speed by defer consuming operation.
    2012-11-17, by Oleksandr Gavenko
  • Fix condition to check support for imenu.
    2012-11-13, by Oleksandr Gavenko
  • Fix: File mode specification error: (error "The mode `nXML' does not support Imenu").
    2012-11-13, by Oleksandr Gavenko
  • Add nxml to list of devel modes. Call 'nxml-complete' as completion function.
    2012-11-12, by Oleksandr Gavenko
  • Disable: sometimes it take a long time to process large hunks.
    2012-11-09, by Oleksandr Gavenko
  • Set 'selection-coding-system' to 'nil' to automatically select proper coding
    2012-11-09, by Oleksandr Gavenko
  • *-nomark like function removed in Emacs 24.x.
    2012-11-08, by Oleksandr Gavenko
  • Fix: case-fold-search become buffer local so set default value...
    2012-11-07, by Oleksandr Gavenko
  • Fix key name.
    2012-11-07, by Oleksandr Gavenko
  • Define nice key binding for completion in nxml.
    2012-11-07, by Oleksandr Gavenko
  • Add checks for: Buffer have no association with a file.
    2012-11-05, by Oleksandr Gavenko
  • Define own jsp-mode based on html-mode with JSP comment style.
    2012-11-02, by Oleksandr Gavenko
  • Use .jspf files as html.
    2012-11-02, by Oleksandr Gavenko
  • merged
    2012-10-31, by Oleksandr Gavenko
  • merged
    2012-10-31, by Oleksandr Gavenko
  • merged
    2012-10-31, by Oleksandr Gavenko
  • merged
    2012-10-30, by Oleksandr Gavenko
  • merged
    2012-10-30, by Oleksandr Gavenko
  • merged
    2012-10-30, by Oleksandr Gavenko
  • Set background for diff refine.
    2012-10-28, by Oleksandr Gavenko
  • Enable diff-auto-refine-mode.
    2012-10-28, by Oleksandr Gavenko
  • Fix indenting.
    2012-10-28, by Oleksandr Gavenko
  • Reorder sections.
    2012-10-28, by Oleksandr Gavenko
  • Enable 'info-lookup' for 'makefile-gmake-mode'.
    2012-10-26, by Oleksandr Gavenko
  • Disable yas. Add info-lookup fix for automake manual.
    2012-10-26, by Oleksandr Gavenko
  • merged
    2012-10-24, by Oleksandr Gavenko
  • Add basic Yasnippet settings.
    2012-10-23, by Oleksandr Gavenko
  • merged
    2012-10-23, by Oleksandr Gavenko
  • merged
    2012-10-22, by Oleksandr Gavenko
  • Add error parsing from Maven.
    2012-10-22, by Oleksandr Gavenko
  • Switch to C-v prefix for my key bindings.
    2012-10-18, by Oleksandr Gavenko
  • Disable workaround for:
    2012-10-17, by Oleksandr Gavenko
  • merged
    2012-10-16, by Oleksandr Gavenko
  • Fix: balance parents. Fix typo in func name.
    2012-10-16, by Oleksandr Gavenko
  • Search for NetBeans executable in PATH, later in '/opt/netbeans*/bin/'.
    2012-10-16, by Oleksandr Gavenko
  • Fix typo: command name. Add error checking code.
    2012-10-16, by Oleksandr Gavenko
  • Add integration with NetBeans (netbeans-open-this-buffer).
    2012-10-16, by Oleksandr Gavenko
  • Enable html-mode for JSP pages.
    2012-10-16, by Oleksandr Gavenko
  • Add customisation for 'htmlize'.
    2012-10-13, by Oleksandr Gavenko
  • Enable "M-/", "C-c g", "C-c d", "C-c f" shortcuts.
    2012-10-12, by Oleksandr Gavenko
  • Remove key bindings.
    2012-10-11, by Oleksandr Gavenko
  • Remove unused key binding.
    2012-10-11, by Oleksandr Gavenko
  • Remove unused key bindings.
    2012-10-11, by Oleksandr Gavenko
  • Move related code to common place.
    2012-10-11, by Oleksandr Gavenko
  • line-spacing and ediff-split-window-function.
    2012-10-11, by Oleksandr Gavenko
  • Add scons settings.
    2012-10-11, by Oleksandr Gavenko
  • Add MAIL org tag.
    2012-10-02, by Oleksandr Gavenko
  • Remove unused commented code.
    2012-10-01, by Oleksandr Gavenko
  • Add key binding for readline command: backward-kill-word and kill-word.
    2012-09-30, by Oleksandr Gavenko
  • Add org tag.
    2012-09-27, by Oleksandr Gavenko
  • Don't spawn separate ediff frame as this conflict with my setting in Fvwm:
    2012-09-27, by Oleksandr Gavenko
  • I use 100 for replay to me and 200 for essential mails, and -50 for bad mails.
    2012-09-24, by Oleksandr Gavenko
  • Document gnus-extra-headers.
    2012-09-24, by Oleksandr Gavenko
  • I register at rsdn.ru as gavenkoa...
    2012-09-23, by Oleksandr Gavenko
  • Disable erc-autojoin-channels.
    2012-09-23, by Oleksandr Gavenko
  • Increase gnus-large-ephemeral-newsgroup.
    2012-09-22, by Oleksandr Gavenko
  • Add key bindings for natural movement by arrow keys and opening url in
    2012-09-22, by Oleksandr Gavenko
  • I need use w3m because nntp://sql.ru provide only articles in HTML with highly
    2012-09-22, by Oleksandr Gavenko
  • Add Organization header for 'C-x m'.
    2012-09-20, by Oleksandr Gavenko
  • Move code to proper place. Merge duplicate code.
    2012-09-20, by Oleksandr Gavenko
  • Use ORGANIZATION env var in gnus-posting-styles.
    2012-09-20, by Oleksandr Gavenko
  • Don't use w3m for HTML text because of it navigation style (move across
    2012-09-20, by Oleksandr Gavenko
  • document linum-mode.
    2012-09-20, by Oleksandr Gavenko
  • header-line-format
    2012-09-20, by Oleksandr Gavenko
  • gnus-summary-display-arrow
    2012-09-20, by Oleksandr Gavenko
  • Highlight root articles in Gnus summary buffer.
    2012-09-20, by Oleksandr Gavenko
  • Add link to my home page in Organization mail header.
    2012-09-20, by Oleksandr Gavenko
  • Show prefix and 'To' field instead 'From' for my mails.
    2012-09-20, by Oleksandr Gavenko
  • Change layout of summary buffer: add group window.
    2012-09-20, by Oleksandr Gavenko
  • Enable user defined dates in article buffer.
    2012-09-13, by Oleksandr Gavenko
  • Set term-buffer-maximum-size.
    2012-09-03, by Oleksandr Gavenko
  • Fix typo.
    2012-09-01, by Oleksandr Gavenko
  • Fix: symbol term-raw-map is void.
    2012-09-01, by Oleksandr Gavenko
  • Define C-left/-right navigation in term raw mode.
    2012-08-31, by Oleksandr Gavenko
  • Shown read groups anyway.
    2012-08-30, by Oleksandr Gavenko
  • package, elpa
    2012-08-29, by Oleksandr Gavenko
  • Remove redundant keyword.
    2012-08-28, by Oleksandr Gavenko
  • Own gnus-thread-score-function: If any followup have positive score assign
    2012-08-28, by Oleksandr Gavenko
  • Decrease score only if I delete articles, not when read.
    2012-08-24, by Oleksandr Gavenko
  • "in-reply-to" element doesn't allowed.
    2012-08-24, by Oleksandr Gavenko
  • Show read groups in any case.
    2012-08-24, by Oleksandr Gavenko
  • Score for "Юрий Гавенко" and "In-Reply-To".
    2012-08-24, by Oleksandr Gavenko
  • Fix: Symbol's value as variable is void: desktop-globals-to-save
    2012-08-14, by Oleksandr Gavenko
  • Add command to show all subscribed groups (ever read).
    2012-08-14, by Oleksandr Gavenko
  • Set gnus-summary-next-group-on-exit to nil as I like stay an group from which
    2012-08-14, by Oleksandr Gavenko
  • Make C-Up, C-Down more like across paragraph moving.
    2012-08-14, by Oleksandr Gavenko
  • Save more user input by desktop-mode.
    2012-08-12, by Oleksandr Gavenko
  • Do not use gnus-score-followup-article if we use gnus-score-followup-thread.
    2012-08-12, by Oleksandr Gavenko
  • New scoring rules.
    2012-08-12, by Oleksandr Gavenko
  • Prevent wrap '_____' keyword.
    2012-08-12, by Oleksandr Gavenko
  • Especially highlight my message and replays to me.
    2012-08-12, by Oleksandr Gavenko
  • Mark all send message with same domain "Message-Id" to provide for replays to
    2012-08-12, by Oleksandr Gavenko
  • Disable adaptive scoring.
    2012-08-12, by Oleksandr Gavenko
  • Set gnus-score-decay-constant.
    2012-08-11, by Oleksandr Gavenko
  • Increase gnus-large-newsgroup.
    2012-08-11, by Oleksandr Gavenko
  • Don't score read articles.
    2012-08-11, by Oleksandr Gavenko
  • Set gnus-signature-face to grey.
    2012-08-09, by Oleksandr Gavenko
  • Do not show very old timestamps.
    2012-08-09, by Oleksandr Gavenko
  • Scan for news.
    2012-08-09, by Oleksandr Gavenko
  • Remember when I visit group last time.
    2012-08-09, by Oleksandr Gavenko
  • Delete duplicate string.
    2012-08-09, by Oleksandr Gavenko
  • Fix code grouping.
    2012-08-09, by Oleksandr Gavenko
  • Make 'mymake' as default compile command.
    2012-07-26, by Oleksandr Gavenko
  • Escape file name with safe chars.
    2012-07-10, by Oleksandr Gavenko
  • Fix typo.
    2012-07-10, by Oleksandr Gavenko
  • Add case of newsgroup.
    2012-07-08, by Oleksandr Gavenko
  • Store message in `gnus-article-save-directory' after successful sending. It is
    2012-07-08, by Oleksandr Gavenko
  • Fix indent level for closed parenthesis.
    2012-07-06, by Oleksandr Gavenko
  • Set indentation rules for cperl.
    2012-07-06, by Oleksandr Gavenko
  • Add perl-mode cperl-mode to my-devel-mode-list for Imenu.
    2012-07-06, by Oleksandr Gavenko
  • Expands for keywords such as foreach, while, etc...
    2012-07-06, by Oleksandr Gavenko
  • Don't show all man page. I set man switches to "-a"...
    2012-07-06, by Oleksandr Gavenko
  • Use cperl instead perl mode.
    2012-07-06, by Oleksandr Gavenko
  • Set read-buffer-completion-ignore-case.
    2012-07-04, by Oleksandr Gavenko
  • default-truncate-lines is depricated since 23.2. Set
    2012-07-04, by Oleksandr Gavenko
  • Set ps-paper-type.
    2012-07-04, by Oleksandr Gavenko
  • Set track-eol.
    2012-07-04, by Oleksandr Gavenko
  • Don't set view-read-only to 't' because of bug with gettext.el.
    2012-07-02, by Oleksandr Gavenko
  • Show "Archived-At" header for Gmane.
    2012-07-01, by Oleksandr Gavenko
  • Set encoding for '#debian-russian'.
    2012-06-27, by Oleksandr Gavenko
  • merged
    2012-06-06, by Oleksandr Gavenko
  • Disable shown consts in *goal* buffer.
    2012-06-06, by Oleksandr Gavenko
  • Add info to remember.
    2012-06-06, by Oleksandr Gavenko
  • Define key binding to send paragraph to SML process.
    2012-06-02, by Oleksandr Gavenko
  • Define key binding 'proof-goto-point' for .thy file.
    2012-06-01, by Oleksandr Gavenko
  • Set isar-display:show-types and isar-display:show-brackets.
    2012-05-12, by Oleksandr Gavenko
  • Add Proof General settings.
    2012-05-09, by Oleksandr Gavenko
  • Do not mark directories as temp files.
    2012-04-06, by Oleksandr Gavenko
  • Comment customising of 'enable-recursive-minibuffers' (use for example purpose).
    2012-02-28, by Oleksandr Gavenko
  • Set enable-recursive-minibuffers to t.
    2012-02-28, by Oleksandr Gavenko
  • Add 'texinfo-mode' to 'my-devel-mode-list' for TODO highlighting.
    2012-02-27, by Oleksandr Gavenko
  • Prevent from closing 'NOTE.org' buffer.
    2012-02-27, by Oleksandr Gavenko
  • Load 'pymacs' and 'ropemacs' automatically.
    2012-02-26, by Oleksandr Gavenko
  • Add sign for euro and hryvnia.
    2012-02-20, by Oleksandr Gavenko
  • Fix "isearch-no-upper-case-p: Wrong type argument: stringp, nil" from gnus.
    2012-02-20, by Oleksandr Gavenko
  • Enable 'global-hi-lock-mode'.
    2012-02-04, by Oleksandr Gavenko
  • Disable coding for ICQ.
    2012-01-28, by Oleksandr Gavenko
  • Remove newline from allowed transcription chars.
    2012-01-09, by Oleksandr Gavenko
  • Add '.py' and '.sh' as allowed executable extension.
    2012-01-04, by Oleksandr Gavenko
  • Fix "Symbol's value as variable is void: py-version".
    2012-01-04, by Oleksandr Gavenko
  • Fix bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=654398
    2012-01-03, by Oleksandr Gavenko
  • Remove debug code.
    2011-12-21, by Oleksandr Gavenko
  • Simplify regex.
    2011-12-21, by Oleksandr Gavenko
  • Fix highlighting near beginning and end of buffer.
    2011-12-21, by Oleksandr Gavenko
  • Fix infinite invocation of 'dict-c5-font-lock-extend-region' by guarding condition.
    2011-12-21, by Oleksandr Gavenko
  • Return non-nil if region was adjusted.
    2011-12-20, by Oleksandr Gavenko
  • Add docs.
    2011-12-20, by Oleksandr Gavenko
  • Finally fix multiline highlighting.
    2011-12-20, by Oleksandr Gavenko
  • Rewrite code to use 'define-derived-mode'.
    2011-12-20, by Oleksandr Gavenko
  • Customise more variables for comment highlighting.
    2011-12-20, by Oleksandr Gavenko
  • Enable multiline highlighting.
    2011-12-20, by Oleksandr Gavenko
  • Remove superfluous argument.
    2011-12-20, by Oleksandr Gavenko
  • Simplify regexp.
    2011-12-19, by Oleksandr Gavenko
  • Use 'sendmail-send-it' for 'send-mail-function' under Debian as
    2011-12-15, by Oleksandr Gavenko
  • Don't change ``manual-program`` for Linux.
    2011-12-12, by Oleksandr Gavenko
  • Kill Gnus when exiting Emacs.
    2011-11-27, by Oleksandr Gavenko
  • merged
    2011-11-26, by Oleksandr Gavenko
  • Don't set 'selection-coding-system' for Windows. This is no longer needed.
    2011-11-26, by Oleksandr Gavenko
  • Do not set coding system for terminal. This fix displaying CP1251 coding in
    2011-11-22, by Oleksandr Gavenko
  • merged
    2011-11-20, by Oleksandr Gavenko
  • merged
    2011-11-20, by Oleksandr Gavenko
  • merged
    2011-11-18, by Oleksandr Gavenko
  • (setq org-agenda-include-diary t)
    2011-11-17, by Oleksandr Gavenko
  • Simplify code.
    2011-11-17, by Oleksandr Gavenko
  • Implement 'uninstall' target.
    2011-11-17, by Oleksandr Gavenko
  • Remove depricated code. Use "jdone" project instead.
    2011-11-17, by Oleksandr Gavenko
  • Enable jdone if available.
    2011-11-17, by Oleksandr Gavenko
  • Some settings for Gnus caching (same as default values).
    2011-11-16, by Oleksandr Gavenko
  • merged
    2011-11-14, by Oleksandr Gavenko
  • Depricated. Use 'jdone' mode.
    2011-11-14, by Oleksandr Gavenko
  • Add basic figlet function.
    2011-11-14, by Oleksandr Gavenko
  • Set 'user-nick' if it was not defined in ~/.emacs-auth or somewhere.
    2011-11-14, by Oleksandr Gavenko
  • merged
    2011-11-14, by Oleksandr Gavenko
  • Enable 'electric' and disable 'auto-newline' in C-like modes. Previously I
    2011-11-11, by Oleksandr Gavenko
  • Add coloring by day by 'sed'.
    2011-11-11, by Oleksandr Gavenko
  • Increase the score for followups to a sent article.
    2011-11-12, by Oleksandr Gavenko
  • Set gnus-use-scoring to t.
    2011-11-12, by Oleksandr Gavenko
  • Mark that I am not 'gnus-novice-user' to avoid conformation when delete mails.
    2011-11-12, by Oleksandr Gavenko
  • merged
    2011-11-10, by Oleksandr Gavenko
  • Add example of stmcrblog.sh script using.
    2011-11-10, by Oleksandr Gavenko
  • Add example of 'stmcrblog-file' processing.
    2011-11-10, by Oleksandr Gavenko
  • update doc.
    2011-11-10, by Oleksandr Gavenko
  • Add post current line function.
    2011-11-10, by Oleksandr Gavenko
  • Add 'autoload's for stmcrblog mode.
    2011-11-10, by Oleksandr Gavenko
  • Set coding system for blog storage to utf-8.
    2011-11-10, by Oleksandr Gavenko
  • Allow post to file. Provide hook to render and publish file.
    2011-11-10, by Oleksandr Gavenko
  • Add base 'stmcrblog' mode code.
    2011-11-10, by Oleksandr Gavenko
  • Disable electric-state.
    2011-11-09, by Oleksandr Gavenko
  • Fix 'gnus-summary-cancelled' face (default have black background which
    2011-11-10, by Oleksandr Gavenko
  • Remove duplication, move code above.
    2011-11-10, by Oleksandr Gavenko
  • Remove gnus-ignored-newsgroups to show all GMail folders.
    2011-11-09, by Oleksandr Gavenko
  • Set nnfolder-active-file.
    2011-11-09, by Oleksandr Gavenko
  • Set "~/.gnus" prefix to all mail directories.
    2011-11-09, by Oleksandr Gavenko
  • Use another symbol graphic symbol as old does not present in Windows 7.
    2011-11-09, by Oleksandr Gavenko
  • Fix scrolling speed as I am use settings that documentation recommend avoid.
    2011-11-09, by Oleksandr Gavenko
  • Basic 'bbdb' settings.
    2011-11-09, by Oleksandr Gavenko
  • Disable hooks for score gathering as they require Gnus already loaded.
    2011-11-09, by Oleksandr Gavenko
  • Enable man and info page from Cygwin and from '~/usr/share'.
    2011-11-09, by Oleksandr Gavenko
  • Spam settings (commented).
    2011-11-08, by Oleksandr Gavenko
  • gnus-topic-mode
    2011-11-08, by Oleksandr Gavenko
  • gnus-sorted-header-list
    2011-11-08, by Oleksandr Gavenko
  • gnus-visible-headers
    2011-11-08, by Oleksandr Gavenko
  • Store gnus specific files to '~/.gnus'.
    2011-11-08, by Oleksandr Gavenko
  • Increase the score for followups to a sent article.
    2011-11-08, by Oleksandr Gavenko
  • When composing a mail, start the auto-fill-mode.
    2011-11-08, by Oleksandr Gavenko
  • Show standard status in Gnus summary.
    2011-11-08, by Oleksandr Gavenko
  • Customize gnus-sum-thread-tree.
    2011-11-08, by Oleksandr Gavenko
  • Modify 'gnus-summary-line-format'.
    2011-11-08, by Oleksandr Gavenko
  • Split scoring setting from other.
    2011-11-08, by Oleksandr Gavenko
  • Do not use the html part of a message, use the text part if possible!
    2011-11-08, by Oleksandr Gavenko
  • If you're spooling in overlapping mbox folders, you probably want
    2011-11-08, by Oleksandr Gavenko
  • gnus-thread-sort-by-date
    2011-11-08, by Oleksandr Gavenko
  • Enable flyspell for message composing buffer.
    2011-11-08, by Oleksandr Gavenko
  • Enable ecomplete in addition to abbrev for mail completion.
    2011-11-08, by Oleksandr Gavenko
  • Make date header setting in portable way as recommended in manual.
    2011-11-08, by Oleksandr Gavenko
  • Define own citation format. Also this fix of inclusion mail address of cited
    2011-11-08, by Oleksandr Gavenko
  • Use message-user-agent as mail-user-agent.
    2011-11-08, by Oleksandr Gavenko
  • Move message-mode settings to own section.
    2011-11-08, by Oleksandr Gavenko
  • Delete 'unknown' section.
    2011-11-08, by Oleksandr Gavenko
  • Remove key binding in Org mode to:
    2011-11-08, by Oleksandr Gavenko
  • 'transient-mark-mode' and 'pc-selection-mode' are deprecated. Emacs 24 default
    2011-11-08, by Oleksandr Gavenko
  • Enable flyspell for Log-Edit buffer to decrease spell errors.
    2011-11-07, by Oleksandr Gavenko
  • Set following in ~/.emacs-auth.
    2011-11-07, by Oleksandr Gavenko
  • Load auth info if possible. Load smtpmail if user provide server to use.
    2011-11-07, by Oleksandr Gavenko
  • Kill message buffer after mail send. You always can use C-c C-s to preserve it.
    2011-11-07, by Oleksandr Gavenko
  • Enable mailalias.
    2011-11-07, by Oleksandr Gavenko
  • Backout 9f9d6f836095
    2011-11-07, by Oleksandr Gavenko
  • Fix coding for Cygwin Emacs when LANG=ru_RU.cp1251.
    2011-11-06, by Oleksandr Gavenko
  • Bind 'F7' to 'rgrep' as 'M-F7' does not possible in terminal.
    2011-11-06, by Oleksandr Gavenko
  • Set fill-column for "Log-Edit" buffer.
    2011-11-06, by Oleksandr Gavenko
  • Use different 'recentf' and 'desktop' files and do not enable
    2011-11-06, by Oleksandr Gavenko
  • Recursively add dirs from 'my-usr-el-dir' to 'load-path'.
    2011-11-05, by Oleksandr Gavenko
  • merged
    2011-11-05, by Oleksandr Gavenko
  • Don't load pc-selection-mode for Emacs 24. This mode is obsolete.
    2011-11-05, by Oleksandr Gavenko
  • Down priority for Makefile pattern to allow match .diff/.rej first.
    2011-11-04, by Oleksandr Gavenko
  • Set 'fill-column' to 78 for mail compose 'message' buffer.
    2011-11-03, by Oleksandr Gavenko
  • Add _build, _dist, _lib to 'grep-find-ignored-directories'.
    2011-11-02, by Oleksandr Gavenko
  • Enable 'auto-revert-tail-mode' on '.log' files.
    2011-10-26, by Oleksandr Gavenko
  • Switch any file with '/var/log/' part in path to 'auto-revert-tail-mode'.
    2011-10-25, by Oleksandr Gavenko
  • gnus-site-init-file
    2011-10-25, by Oleksandr Gavenko
  • Don't call the debugger regardless of condition handlers.
    2011-10-25, by Oleksandr Gavenko
  • Adaptive score for GNUS.
    2011-10-25, by Oleksandr Gavenko
  • Remove settings from 'gnus-audio.el' as I never use it.
    2011-10-25, by Oleksandr Gavenko
  • Add completion for 'script' and 'style' tags in html from sgml mode.
    2011-10-25, by Oleksandr Gavenko
  • Add terget to convert RST to HTML.
    2011-10-24, by Oleksandr Gavenko
  • Fix markup.
    2011-10-24, by Oleksandr Gavenko
  • Add some headlines.
    2011-10-24, by Oleksandr Gavenko
  • Convert documentation files to RST syntax.
    2011-10-24, by Oleksandr Gavenko
  • Do not convert output of 'gnutls-cli'.
    2011-10-24, by Oleksandr Gavenko
  • Use smtpmail mode for sending mail.
    2011-10-24, by Oleksandr Gavenko
  • Fix 'starttls.el' on native Windows Emacs with gnutls-cli from Cygwin.
    2011-10-24, by Oleksandr Gavenko
  • Fix error: 'gnus-posting-styles' does not defined.
    2011-10-23, by Oleksandr Gavenko
  • Setup own time format (ISO 8601 + day of week) for GNUS article.
    2011-10-23, by Oleksandr Gavenko
  • With prefix enable debug backtrace when problems occur else disable.
    2011-10-23, by Oleksandr Gavenko
  • Add signature to mails.
    2011-10-23, by Oleksandr Gavenko
  • 'gnuserv' now dead.
    2011-10-23, by Oleksandr Gavenko
  • ispell-extra-args
    2011-10-23, by Oleksandr Gavenko
  • Add some GNUS settings.
    2011-10-23, by Oleksandr Gavenko
  • Add 'my-print-unicode' which print UNICODE table.
    2011-10-23, by Oleksandr Gavenko
  • Add 'LilyPond-mode' to 'my-devel-mode-list' for enabling scroll-margin.
    2011-10-22, by Oleksandr Gavenko
  • I prefer EN man pages.
    2011-10-20, by Oleksandr Gavenko
  • Enable auto-revert-tail-mode for log files from /var/log.
    2011-10-19, by Oleksandr Gavenko
  • Fix headline.
    2011-10-19, by Oleksandr Gavenko
  • Use 'find-file-hook' as 'find-file-hooks' marked as deprecated.
    2011-10-19, by Oleksandr Gavenko
  • my-python-django-fix + my-python-add-to-path.
    2011-10-16, by Oleksandr Gavenko
  • my-dos2cygwin-path
    2011-10-16, by Oleksandr Gavenko
  • 'eldoc-mode' for Python work starting from version 22.
    2011-10-15, by Oleksandr Gavenko
  • Enable 'eldoc-mode' for 'python-mode'.
    2011-10-15, by Oleksandr Gavenko
  • Remove 'python-continuation-offset'.
    2011-10-15, by Oleksandr Gavenko
  • Set 'python-indent' and 'python-continuation-offset'.
    2011-10-15, by Oleksandr Gavenko
  • merged
    2011-10-14, by Oleksandr Gavenko
  • merged
    2011-10-12, by Oleksandr Gavenko
  • merged
    2011-10-13, by Oleksandr Gavenko
  • Move 'diff-mode' to 'my-text-mode-list' for trailing spaces highlighting.
    2011-10-10, by Oleksandr Gavenko
  • Use "*scratch*" as temp buffer.
    2011-10-11, by Oleksandr Gavenko
  • merged
    2011-10-06, by Oleksandr Gavenko
  • Fix: ignore-errors does not defined under Emacs 22.2.1 (on Debian).
    2011-10-06, by Oleksandr Gavenko
  • Add func 'my-prevent-kill-buffer' and prevent kill '*scratch*' buffer.
    2011-10-06, by Oleksandr Gavenko
  • Define own outline-regex to easy view file structure.
    2011-10-06, by Oleksandr Gavenko
  • Convert percent encoded string to native.
    2011-10-06, by Oleksandr Gavenko
  • my-percent-decode
    2011-10-05, by Oleksandr Gavenko
  • Remove own implementation 'reglen' func as there exist standard M-= key binding for this task.
    2011-10-05, by Oleksandr Gavenko
  • Use different colors for added and removed lines in diff mode.
    2011-10-01, by Oleksandr Gavenko
  • merged
    2011-09-30, by Oleksandr Gavenko
  • Set indent level for privdate/public keywords.
    2011-09-29, by Oleksandr Gavenko
  • Enable electric new-line. Document auto indent after typing colon.
    2011-09-29, by Oleksandr Gavenko
  • Move some anonymous hooks to func definition.
    2011-09-29, by Oleksandr Gavenko
  • Follow new-style (and also UCS-16) Cygwin symlinks.
    2011-09-30, by Oleksandr Gavenko
  • Section name can contain spaces. Handle this situation.
    2011-09-27, by Oleksandr Gavenko
  • Section can be quoted by '"'. Handle this situation.
    2011-09-27, by Oleksandr Gavenko
  • Mark '$' as punctuation mark in nsis-mode.
    2011-09-27, by Oleksandr Gavenko
  • Add macros to imenu for nsis-mode.
    2011-09-27, by Oleksandr Gavenko
  • Automaticaly append final newline.
    2011-09-22, by Oleksandr Gavenko
  • Don't send ^M to Python process under Windows as you get error
    2011-09-22, by Oleksandr Gavenko
  • Fix shebang for FreeBSD.
    2011-09-21, by Oleksandr Gavenko
  • Automated merge with file:///cygdrive/d/srv/hg-home/dot-emacs
    2011-09-21, by Oleksandr Gavenko
  • Try generate by autogen after '.emacs-my' installed.
    2011-09-21, by Oleksandr Gavenko
  • merged
    2011-09-19, by Oleksandr Gavenko
  • FIX: 'html-tag-alist' is not defined in 'psgml' mode.
    2011-09-19, by Oleksandr Gavenko
  • Make behaviour same as in GUI for dired.
    2011-09-14, by Oleksandr Gavenko
  • Use bash as script lang. This fix:
    2011-09-14, by Oleksandr Gavenko
  • Add 'tcl-mode' to 'my-devel-mode-list'.
    2011-09-07, by Oleksandr Gavenko
  • Add 'print_header'.
    2011-09-07, by Oleksandr Gavenko
  • Add '-a' option to Man-switches.
    2011-09-07, by Oleksandr Gavenko
  • Add 'bat-generic-mode' to 'my-devel-mode-list'.
    2011-09-05, by Oleksandr Gavenko
  • Enable dict-mode.
    2011-09-04, by Oleksandr Gavenko
  • major mode for dict dictionary source files
    2011-09-04, by Oleksandr Gavenko
  • Fix rst-level-*-face for terminal.
    2011-09-01, by Oleksandr Gavenko
  • merge
    2011-09-01, by Oleksandr Gavenko
  • Add item to org-tag-persistent-alist.
    2011-08-31, by Oleksandr Gavenko
  • Bind 'yes-or-no-p' to 'y-or-n-p'.
    2011-08-31, by Oleksandr Gavenko
  • Add uniquify settings.
    2011-08-31, by Oleksandr Gavenko
  • compilation-ask-about-save
    2011-08-27, by Oleksandr Gavenko
  • display-time-day-and-date
    2011-08-27, by Oleksandr Gavenko
  • Remove text modes from devel mode list as it can not supprt imenu.
    2011-08-23, by Oleksandr Gavenko
  • Add rst-mode to my-devel-mode-list to hilight TABs.
    2011-08-21, by Oleksandr Gavenko
  • Update jabber motd.
    2011-08-20, by Oleksandr Gavenko
  • change mode to 644
    2011-08-17, by Oleksandr Gavenko
  • Add work-around for PATH. Under Windows find.exe going in collision with
    2011-08-07, by Oleksandr Gavenko
  • my-cygwin-search
    2011-08-05, by Oleksandr Gavenko
  • Move code for shell setup to proper place. Remove unused code as I do not use
    2011-08-05, by Oleksandr Gavenko
  • Try enable modes to avoid do this explicitly in '.emacs-pre'.
    2011-08-05, by Oleksandr Gavenko
  • Fix: "Symbol's value as variable is void: compilation-mode-map".
    2011-08-03, by Oleksandr Gavenko
  • Automated merge with file:///cygdrive/d/srv/hg-home/dot-emacs
    2011-08-02, by Oleksandr Gavenko
  • my-comint-send-string
    2011-08-02, by Oleksandr Gavenko
  • My tags for remember buffer.
    2011-07-31, by Oleksandr Gavenko
  • Redefine action to put 'html' tag in sgml-mode (more pretty look).
    2011-07-19, by Oleksandr Gavenko
  • Remove rst-mode from my-devel-mode-list as it does not support imenu (I get
    2011-07-16, by Oleksandr Gavenko
  • Add rst to devel mode for showing trailing spaces.
    2011-07-16, by Oleksandr Gavenko
  • Add .base .local .other to list of tmp files.
    2011-07-09, by Oleksandr Gavenko
  • fix misspelling
    2011-07-07, by Oleksandr Gavenko
  • Maintaining the table of contents up-to-date.
    2011-07-06, by Oleksandr Gavenko
  • Dicsonet from jabber on Emacs exit to prevent from 'openssl.exe.stackdump'.
    2011-07-01, by Oleksandr Gavenko
  • Use ~/devel/my-devel/gtd for 'org-directory' to allow fetch changes with
    2011-06-27, by Oleksandr Gavenko
  • Fix condition as it stop server from loading.
    2011-06-25, by Oleksandr Gavenko
  • Fix char syntax.
    2011-06-25, by Oleksandr Gavenko
  • Set basic mail settings.
    2011-06-25, by Oleksandr Gavenko
  • Eliminate hook and add nsis-mode-set-comment-style.
    2011-06-24, by Oleksandr Gavenko
  • Make revert buffer available more early.
    2011-06-24, by Oleksandr Gavenko
  • Use c++-mode for JS files because of single char comment highlight but when
    2011-06-24, by Oleksandr Gavenko
  • merged
    2011-06-23, by Oleksandr Gavenko
  • simplify
    2011-06-23, by Oleksandr Gavenko
  • html-charref package for converting string from/to HTML charref.
    2011-06-21, by Oleksandr Gavenko
  • Make auto-save-interval lager.
    2011-06-21, by Oleksandr Gavenko
  • Always enable 'imenu'.
    2011-06-19, by Oleksandr Gavenko
  • Move code from add-hook lambda to separate functions.
    2011-06-19, by Oleksandr Gavenko
  • Add support for 'imenu' and 'which-func' to 'nsis-mode'.
    2011-06-19, by Oleksandr Gavenko
  • debug-on-signal
    2011-06-19, by Oleksandr Gavenko
  • `-b' switch to ignore changes in whitespaces.
    2011-06-18, by Oleksandr Gavenko
  • Add docs.
    2011-06-18, by Oleksandr Gavenko
  • Add comment.
    2011-06-18, by Oleksandr Gavenko
  • Minor mode that highlights suspicious C and C++ constructions.
    2011-06-18, by Oleksandr Gavenko
  • Port to Emacs 22.x.
    2011-06-18, by Oleksandr Gavenko
  • Show current function name in the mode line.
    2011-06-18, by Oleksandr Gavenko
  • Exit from Emacs with less typing.
    2011-06-18, by Oleksandr Gavenko
  • Change 'frame-title-format'.
    2011-06-18, by Oleksandr Gavenko
  • Start the emacs server only if another instance of the server is not running.
    2011-06-18, by Oleksandr Gavenko
  • erc-notify-list
    2011-06-08, by Oleksandr Gavenko
  • Use gmake on FreeBSD.
    2011-06-07, by Oleksandr Gavenko
  • Enable reconnect facility for ERC.
    2011-06-01, by Oleksandr Gavenko
  • Add commented settings for remember.
    2011-05-30, by Oleksandr Gavenko
  • merged
    2011-05-30, by Oleksandr Gavenko
  • erc-encoding-coding-alist, erc-autojoin-channels-alist
    2011-05-30, by Oleksandr Gavenko
  • Add '.rej' files to matcher of tmp files. Optimize regex by switching to shy
    2011-05-17, by Oleksandr Gavenko
  • merged
    2011-04-29, by Oleksandr Gavenko
  • Add 'html-mode' to devel mode list.
    2011-04-22, by Oleksandr Gavenko
  • Temporary disable cedet-global and cedet-idutils as GNU Global and IdUtils may
    2011-04-16, by Oleksandr Gavenko
  • Fix error: my-elisp-find-tag: Symbol's value as variable is void: find-tag-marker-ring
    2011-04-10, by Oleksandr Gavenko
  • text2html
    2011-04-08, by Oleksandr Gavenko
  • Remove unused code.
    2011-04-07, by Oleksandr Gavenko
  • Enable 'semantc'.
    2011-04-07, by Oleksandr Gavenko
  • Indent initial frame to 2 pixel.
    2011-04-05, by Oleksandr Gavenko
  • Enable showing of trailing whitespace only in developer modes.
    2011-03-31, by Oleksandr Gavenko
  • merged
    2011-03-30, by Oleksandr Gavenko
  • Port to Mac OS X console Emacs 22.1.1.
    2011-03-29, by Oleksandr Gavenko
  • Fix 'eval-after-load' usage.
    2011-03-26, by Oleksandr Gavenko
  • Add '(setq debug-on-error t)' in comment to easy in debug.
    2011-03-26, by Oleksandr Gavenko
  • Exclude .svg image from supported image list, as Emacs doesn't come with SVG
    2011-03-26, by Oleksandr Gavenko
  • Fix feature name.
    2011-03-26, by Oleksandr Gavenko
  • Add path to local rnc schemas.
    2011-03-26, by Oleksandr Gavenko
  • I expect that these bindings work in all mode, Org mode use own, so redefine.
    2011-03-26, by Oleksandr Gavenko
  • Replace '(if COND (progn BODY...))' by '(when COND BODY...)'. Remove
    2011-03-26, by Oleksandr Gavenko
  • Save place from which we jump.
    2011-03-25, by Oleksandr Gavenko
  • Fix loading error for Emacs 21.3.
    2011-03-23, by Oleksandr Gavenko
  • split-height-threshold/split-width-threshold can not be nil in Emacs 21.x/22.x.
    2011-03-23, by Oleksandr Gavenko
  • Firstly enable 'recentf' to easy access to recently edited file when Emacs
    2011-03-23, by Oleksandr Gavenko
  • Try find variable at point, if fail find function in 'emacs-lisp-mode'.
    2011-03-23, by Oleksandr Gavenko
  • (setq read-file-name-completion-ignore-case t)
    2011-03-22, by Oleksandr Gavenko
  • http://www.emacswiki.org/emacs/PrettyLambda
    2011-03-22, by Oleksandr Gavenko
  • Stop 'ffap' in Dired as its suggestion is inconvenient.
    2011-03-21, by Oleksandr Gavenko
  • Generalize code.
    2011-03-21, by Oleksandr Gavenko
  • Generalize logic to rename symbols.
    2011-03-21, by Oleksandr Gavenko
  • Fix mode name for elisp files.
    2011-03-20, by Oleksandr Gavenko
  • Goto elisp definition.
    2011-03-20, by Oleksandr Gavenko
  • Enable 'turn-on-eldoc-mode'.
    2011-03-20, by Oleksandr Gavenko
  • (global-set-key (kbd C-x C-k) 'kill-this-buffer)
    2011-03-20, by Oleksandr Gavenko
  • Add some TODO keywords.
    2011-03-20, by Oleksandr Gavenko
  • Enable 'imenu' mode only in window system not terminal.
    2011-03-19, by Oleksandr Gavenko
  • Enable 'ffap' mode.
    2011-03-19, by Oleksandr Gavenko
  • With one item org-mode do not prompt choose template.
    2011-03-15, by Oleksandr Gavenko
  • Fix error in M-x shell on Emacs 23.3 (23.2/23.1/22.3 work perfectly):
    2011-03-11, by Oleksandr Gavenko
  • Fix "Prefer horizontal windows splitting" for terminals.
    2011-03-09, by Oleksandr Gavenko
  • Uppercase org file names.
    2011-03-03, by Oleksandr Gavenko
  • Define shortcut for NOTE file.
    2011-03-03, by Oleksandr Gavenko
  • Fix pattern.
    2011-03-03, by Oleksandr Gavenko
  • Set different agenda files.
    2011-03-03, by Oleksandr Gavenko
  • Reindent code.
    2011-03-03, by Oleksandr Gavenko
  • Move common part.
    2011-03-03, by Oleksandr Gavenko
  • Initialize remember mode before org-mode.
    2011-03-03, by Oleksandr Gavenko
  • Remember mode come with Emacs 23.x. Enable it.
    2011-03-03, by Oleksandr Gavenko
  • Reindent code.
    2011-03-03, by Oleksandr Gavenko
  • mouse-avoidance-mode
    2011-03-02, by Oleksandr Gavenko
  • Add code as note.
    2011-03-02, by Oleksandr Gavenko
  • Add note.
    2011-02-25, by Oleksandr Gavenko
  • On Debian Emacs 22.2.1 'split-height-threshold' MUST be number.
    2011-02-22, by Oleksandr Gavenko
  • Fix 'install' after removing '.emacs-autogen'.
    2011-02-22, by Oleksandr Gavenko
  • Prefer horizontal windows splitting.
    2011-02-22, by Oleksandr Gavenko
  • Improve checker architecture.
    2011-02-21, by Oleksandr Gavenko
  • merged
    2011-02-21, by Oleksandr Gavenko
  • Show error in EN locale to easy search how fix problem in docs and Internet.
    2011-02-20, by Oleksandr Gavenko
  • merged
    2011-02-20, by Oleksandr Gavenko
  • Fix default dictionary names.
    2011-01-04, by Oleksandr Gavenko
  • Prefer ispell instead aspell. Use 'command -v' instead 'which' utility for portability.
    2011-01-04, by Oleksandr Gavenko
  • Prefer horizontal windows splitting.
    2011-01-02, by Oleksandr Gavenko
  • Fix trailing spaces.
    2011-02-09, by Oleksandr Gavenko
  • Fix error reporting.
    2011-02-09, by Oleksandr Gavenko
  • Report error if file not found.
    2011-02-09, by Oleksandr Gavenko
  • Remove text properties.
    2011-02-09, by Oleksandr Gavenko
  • Remove unsed code.
    2011-02-09, by Oleksandr Gavenko
  • Fix colors.
    2011-02-09, by Oleksandr Gavenko
  • Fix error when fline is nil. Optimize regex for highlighting. Set quotes as
    2011-02-09, by Oleksandr Gavenko
  • Major mode for error logs.
    2011-02-09, by Oleksandr Gavenko
  • Redefine standard binding for sending message form RET to C-RET.
    2011-01-31, by Oleksandr Gavenko
  • Move code to proper place. Add 'f7' key binding for 'occur'.
    2011-01-27, by Oleksandr Gavenko
  • Don't indent first LEFT CURLY BRACKET on new line of macros.
    2011-01-27, by Oleksandr Gavenko
  • Simplify expr.
    2011-01-23, by Oleksandr Gavenko
  • merged
    2011-01-23, by Oleksandr Gavenko
  • Fix: 'grep-find-ignored-files' introduced in '23.2' version of Emacs.
    2011-01-15, by Oleksandr Gavenko
  • Uncomment essential line because of error:
    2011-01-15, by Oleksandr Gavenko
  • Remove duplicated lines.
    2011-01-21, by Oleksandr Gavenko
  • Fix 'eval-after-load' usage.
    2011-01-21, by Oleksandr Gavenko
  • Add TAGS file to 'iswitchb-buffer-ignore'.
    2011-01-21, by Oleksandr Gavenko
  • Set 'compilation-mode-font-lock-keywords' for MSVC.
    2011-01-20, by Oleksandr Gavenko
  • Fix 'eval-after-load' syntax.
    2011-01-20, by Oleksandr Gavenko
  • Set compilation-error-regexp-alist after loading 'compile.el'.
    2011-01-19, by Oleksandr Gavenko
  • Initialize prng.
    2011-01-19, by Oleksandr Gavenko
  • (setq display-buffer-reuse-frames t)
    2011-01-19, by Oleksandr Gavenko
  • Document 'debug-on-quit'.
    2011-01-19, by Oleksandr Gavenko
  • Set *Messages* buffer 'default-directory' to $HOME.
    2011-01-18, by Oleksandr Gavenko
  • merged
    2011-01-18, by Oleksandr Gavenko
  • 'default-directory' for '*scratch*' buffer. This allow 'eval-buffer' on '.emacs-my'.
    2011-01-17, by Oleksandr Gavenko
  • Use 'message' instead of comment to easy debug where error occurred.
    2011-01-17, by Oleksandr Gavenko
  • Fix "grep-find-ignored-directories unknow variable".
    2011-01-17, by Oleksandr Gavenko
  • Add missing brace.
    2011-01-17, by Oleksandr Gavenko
  • Speedup find-dired.
    2011-01-18, by Oleksandr Gavenko
  • Bound 'complete-tag' to M-RET.
    2011-01-17, by Oleksandr Gavenko
  • Example how set 'etags-table-alist'.
    2011-01-17, by Oleksandr Gavenko
  • Document 'inhibit-default-init'.
    2011-01-17, by Oleksandr Gavenko
  • merged
    2011-01-17, by Oleksandr Gavenko
  • Fix 'etags-table-search-up-depth' as it an integer value of depth but not a
    2011-01-17, by Oleksandr Gavenko
  • Added standard Makefile settings.
    2011-01-16, by Oleksandr Gavenko
  • Add jabber authentication example.
    2011-01-17, by Oleksandr Gavenko
  • Random set jabber status msg.
    2011-01-17, by Oleksandr Gavenko
  • Document some settings from .emacs-pre/-post.
    2011-01-17, by Oleksandr Gavenko
  • Set conection/login info for rcirc.
    2011-01-17, by Oleksandr Gavenko
  • Move user info to top.
    2011-01-17, by Oleksandr Gavenko
  • Remove prompt "Keep current list of tags tables also? (y or n)" which appear
    2011-01-17, by Oleksandr Gavenko
  • Add 'etags-select' and 'etags-table' customization.
    2011-01-17, by Oleksandr Gavenko
  • Increase 'jabber-backlog-number'.
    2011-01-17, by Oleksandr Gavenko
  • Added exclude pattern to 'grep-find-ignored-files'.
    2011-01-14, by Oleksandr Gavenko
  • Added exclude pattern to 'grep-find-ignored-directories'.
    2011-01-14, by Oleksandr Gavenko
  • Show non printable characters in hex, not in octal.
    2011-01-12, by Oleksandr Gavenko
  • merged
    2010-12-23, by Oleksandr Gavenko
  • Automated merge with file:///cygdrive/e/srv/hg/dot-emacs
    2010-12-20, by Oleksandr Gavenko
  • Set indent for NXML.
    2010-12-20, by Oleksandr Gavenko
  • Remove '*Help*' buffer from iswitchb exclude list.
    2010-12-20, by Oleksandr Gavenko
  • Make the complete element be treated as a single markup item.
    2010-12-20, by Oleksandr Gavenko
  • Ignore owners and groups under Cygwin (mostly because
    2010-12-22, by Oleksandr Gavenko
  • Prefer native Windows Emacs, so use it if available.
    2010-12-22, by Oleksandr Gavenko
  • Add 'my-calc-eval-region' func.
    2010-12-14, by Oleksandr Gavenko
  • Allow send message to multiply users.
    2010-12-09, by Oleksandr Gavenko
  • Temporary disable CEDET.
    2010-12-09, by Oleksandr Gavenko
  • Exclude nsis-mode-hook from Imenu enabled modes as error occur:
    2010-11-17, by Oleksandr Gavenko
  • Select .stackdump files as dust.
    2010-11-11, by Oleksandr Gavenko
  • Automated merge with file:///cygdrive/e/srv/hg/dot-emacs
    2010-11-09, by Oleksandr Gavenko
  • Select .diff files as temporary.
    2010-11-09, by Oleksandr Gavenko
  • merged
    2010-11-04, by Oleksandr Gavenko
  • merged
    2010-10-29, by Oleksandr Gavenko
  • As old Emacs have on 'js-mode', use 'javascript-generic-mode'.
    2010-11-01, by Oleksandr Gavenko
  • merged
    2010-11-01, by Oleksandr Gavenko
  • Automated merge with file:///cygdrive/e/srv/hg/dot-emacs
    2010-10-28, by Oleksandr Gavenko
  • Simplify expression.
    2010-10-28, by Oleksandr Gavenko
  • Delete wrong code.
    2010-10-29, by Oleksandr Gavenko
  • Set ispell dictionary to default as 'english' not found on Debian 5.0.
    2010-10-29, by Oleksandr Gavenko
  • tool-bar-mode not available under Cygwin console Emacs.
    2010-10-29, by Oleksandr Gavenko
  • Automated merge with file:///cygdrive/d/srv/hg-home/dot-emacs
    2010-10-21, by Oleksandr Gavenko
  • Remove old commented jde settings.
    2010-10-21, by Oleksandr Gavenko
  • C and C++ both use .h extension for headers.
    2010-10-21, by Oleksandr Gavenko
  • merged
    2010-10-15, by Oleksandr Gavenko
  • Set 'ediff-custom-diff-options'.
    2010-10-12, by Oleksandr Gavenko
  • Implicitly set 'SHELL' env var for Cygwin as in another case shell-command
    2010-10-11, by Oleksandr Gavenko
  • Removed debug code.
    2010-10-03, by Oleksandr Gavenko
  • Added 'nsis-mode' to 'my-devel-mode-list'.
    2010-10-01, by Oleksandr Gavenko
  • 'my-modelist-to-hooklist' convert list of MODES to list of hooks for these
    2010-10-01, by Oleksandr Gavenko
  • Colorize comint output (translate SGR control sequences into text-properties).
    2010-09-29, by Oleksandr Gavenko
  • Menu key under X have name 'menu' (in contrast to Windows - 'app').
    2010-09-29, by Oleksandr Gavenko
  • 'mouse-menu-bar-map' appear only in Emacs 23.x. To get work on any Emacs used
    2010-09-29, by Oleksandr Gavenko
  • Make old Emacs key binding like in Emacs 23.x (added key binding for 'occur').
    2010-09-28, by Oleksandr Gavenko
  • Added js-mode to my list of development modes.
    2010-09-27, by Oleksandr Gavenko
  • Explicitly set 'js-mode' for .js as 'generic-x' come with dumb 'javascript-generic-mode'.
    2010-09-27, by Oleksandr Gavenko
  • Set idl-mode indent style.
    2010-09-27, by Oleksandr Gavenko
  • Set 'arglist-close' to same indent level as 'arglist-intro' and 'arglist-cont-nonempty'.
    2010-09-27, by Oleksandr Gavenko
  • Fix: semantic-ia.el file not found if used builin Emacs 23.2 CEDET.
    2010-09-27, by Oleksandr Gavenko
  • Fix: semanticdb.el file not found if used builin Emacs 23.2 CEDET.
    2010-09-27, by Oleksandr Gavenko
  • merged
    2010-09-20, by Oleksandr Gavenko
  • merged
    2010-09-20, by Oleksandr Gavenko
  • Fix comment.
    2010-09-20, by Oleksandr Gavenko
  • merged
    2010-09-19, by Oleksandr Gavenko
  • merged
    2010-09-17, by Oleksandr Gavenko
  • Simplify regex.
    2010-09-12, by Oleksandr Gavenko
  • Use Firefox to open URLs under Debian Linux.
    2010-09-18, by Oleksandr Gavenko
  • Emacs must load ls-lisp to enable it under Linux.
    2010-09-18, by Oleksandr Gavenko
  • Show seconds for file modification time in dired.
    2010-09-18, by Oleksandr Gavenko
  • Automated merge with file:///cygdrive/d/srv/hg-home/dot-emacs
    2010-09-15, by Oleksandr Gavenko
  • Enable GNU Global for Semantic.
    2010-09-15, by Oleksandr Gavenko
  • Fix bug: under Linux you can not go upper for '/dir' like dir (that lie
    2010-09-14, by Oleksandr Gavenko
  • Enable GNU Global and GNU ID utils for EDE.
    2010-09-14, by Oleksandr Gavenko
  • Mark temporary files in dired by '`'.
    2010-09-14, by Oleksandr Gavenko
  • merged
    2010-09-13, by Oleksandr Gavenko
  • Simplify regex.
    2010-09-13, by Oleksandr Gavenko
  • Make larger time for heavy idle-scheduler-work.
    2010-09-13, by Oleksandr Gavenko
  • Moved highlight pattern from hook to mode highlighting list.
    2010-09-13, by Oleksandr Gavenko
  • Always use 'ls-lisp' to emulate 'ls'.
    2010-09-11, by Oleksandr Gavenko
  • Make Total Commmander like key binding for Enter and Backspace.
    2010-09-10, by Oleksandr Gavenko
  • Added commentary header.
    2010-09-10, by Oleksandr Gavenko
  • Set outline-minor for file. Fix section to feet header outline pattern.
    2010-09-10, by Oleksandr Gavenko
  • Use saveplace mode.
    2010-09-09, by Oleksandr Gavenko
  • Bind key sequence for semantic-ia-complete-symbol-menu.
    2010-09-09, by Oleksandr Gavenko
  • Always anable ede-mode if semantic present.
    2010-09-09, by Oleksandr Gavenko
  • Move setting to proper place.
    2010-09-08, by Oleksandr Gavenko
  • Explicitly disable 'global-semantic-stickyfunc-mode' for manually installed CEDET.
    2010-09-06, by Oleksandr Gavenko
  • Added key binding for reuse existent dired buffer.
    2010-09-03, by Oleksandr Gavenko
  • Enable CEDET which custom installed.
    2010-09-01, by Oleksandr Gavenko
  • Remove old unknown switches.
    2010-08-31, by Oleksandr Gavenko
  • svn (version 1.6.12) from Cygwin 1.6.1 does not understand 'utf-8' name of
    2010-08-31, by Oleksandr Gavenko
  • merged
    2010-08-30, by Oleksandr Gavenko
  • Magic for semantic-add-system-include. Previous not worked.
    2010-08-27, by Oleksandr Gavenko
  • Removed unused and all time commented coding preferences.
    2010-08-29, by Oleksandr Gavenko
  • Set each coding system separately instead by 'prefer-coding-system' for
    2010-08-29, by Oleksandr Gavenko
  • Use '~/.emacs.d/include' as place for headers.
    2010-08-29, by Oleksandr Gavenko
  • Fix file name coding for dired and find-file under Windows.
    2010-08-29, by Oleksandr Gavenko
  • Disable indent on extern C.
    2010-08-29, by Oleksandr Gavenko
  • Various workaround for Cygwin shell and find-*/grep-* Emacs functions.
    2010-08-29, by Oleksandr Gavenko
  • Set my path for headers.
    2010-08-27, by Oleksandr Gavenko
  • Set funny key binding for analyzer.
    2010-08-27, by Oleksandr Gavenko
  • merged
    2010-08-07, by Oleksandr Gavenko
  • change file access mode
    2010-08-07, by Oleksandr Gavenko
  • mouse-wheel-mode don't defined for Cygwin console Emacs 23.2.
    2010-08-04, by Oleksandr Gavenko
  • Associate shell-script-mode for .cygport files.
    2010-08-03, by Oleksandr Gavenko
  • Fix comment.
    2010-08-03, by Oleksandr Gavenko
  • Open *Global menu* by <apps> key.
    2010-08-02, by Oleksandr Gavenko
  • Disable suspend by C-x C-z. It ugly.
    2010-08-01, by Oleksandr Gavenko
  • Set comint-eol-on-send.
    2010-08-01, by Oleksandr Gavenko
  • Set comint-completion-addsuffix.
    2010-08-01, by Oleksandr Gavenko
  • use-dialog-box set to t.
    2010-08-01, by Oleksandr Gavenko
  • Remove load-path assignment.
    2010-08-01, by Oleksandr Gavenko
  • merged
    2010-07-26, by Oleksandr Gavenko
  • Open menu by f10 like by C-Mouse-3 without mouse!
    2010-07-26, by Oleksandr Gavenko
  • Allow imenu function if manu-bar-mode disabled (becase in that case
    2010-07-26, by Oleksandr Gavenko
  • Added outline-mode-hook to my-devel-mode-hook-list.
    2010-07-26, by Oleksandr Gavenko
  • Set low idle time to less wait for type info in minibuffer.
    2010-07-25, by Oleksandr Gavenko
  • Added more semantic customisation.
    2010-07-25, by Oleksandr Gavenko
  • If set 'c-default-style' before 'c-add-style'
    2010-07-25, by Oleksandr Gavenko
  • Use for awk it's style.
    2010-07-25, by Oleksandr Gavenko
  • Enable 'semantic' for Emacs 23.2.
    2010-07-25, by Oleksandr Gavenko
  • Enable automatic depth up search for TAGS file when 'etags-table' available.
    2010-07-25, by Oleksandr Gavenko
  • Group related settings in one place.
    2010-07-25, by Oleksandr Gavenko
  • merged
    2010-07-24, by Oleksandr Gavenko
  • I remove partial-completion-mode because it depricated in Emacs 24.0.
    2010-07-22, by Oleksandr Gavenko
  • Added 'c++-mode-hook' to 'my-devel-mode-hook-list'.
    2010-07-22, by Oleksandr Gavenko
  • merged
    2010-07-15, by Oleksandr Gavenko
  • Fix: 'scroll-bar-mode' and 'tooltip-mode' do not defined in Cygwin nox Emacs.
    2010-07-13, by Oleksandr Gavenko
  • For occur defined standard key binding - 'M-s o'.
    2010-07-13, by Oleksandr Gavenko
  • Set size-indication-mode.
    2010-06-30, by Oleksandr Gavenko
  • Automated merge with file:///cygdrive/d/srv/hg-home/dot-emacs
    2010-06-23, by Oleksandr Gavenko
  • Added compilation-mode-hook to my-scroll-margin-mode-hook-list.
    2010-06-23, by Oleksandr Gavenko
  • Automated merge with file:///cygdrive/e/srv/hg/dot-emacs
    2010-06-20, by Oleksandr Gavenko
  • Save more items in 'recentf'.
    2010-06-20, by Oleksandr Gavenko
  • Fix: default 'command-history' length too short (in Emacs 23.2 is 30).
    2010-06-20, by Oleksandr Gavenko
  • Show vc buffers in 'iswitchb'.
    2010-06-16, by Oleksandr Gavenko
  • merged
    2010-06-16, by Oleksandr Gavenko
  • As *VC log* pass commit message in UTF-8 encoding I override possible locale
    2010-06-16, by Oleksandr Gavenko
  • Set input method to russian-computer by default as in cyrillic-jcuken instead
    2010-05-28, by Oleksandr Gavenko
  • merged
    2010-05-27, by Oleksandr Gavenko
  • As cyrillic-jcuken input metod fixed
    2010-05-19, by Oleksandr Gavenko
  • Highlight TODO FIXME in outline-mode.
    2010-05-19, by Oleksandr Gavenko
  • merged
    2010-05-17, by Oleksandr Gavenko
  • Use margin in dired.
    2010-05-17, by Oleksandr Gavenko
  • Fix compare func name.
    2010-05-13, by Oleksandr Gavenko
  • merged
    2010-05-12, by Oleksandr Gavenko
  • Automated merge with file:///cygdrive/e/srv/hg/dot-emacs
    2010-05-11, by Oleksandr Gavenko
  • Port to Emacs 32.2 (in 'global-font-lock-mode' error - Wrong number of arguments).
    2010-05-11, by Oleksandr Gavenko
  • Do not load server.el for Emacs 21.x.
    2010-05-12, by Oleksandr Gavenko
  • Invoke global-font-lock-mode with 1 arg so it now worked in Emacs 22.3.
    2010-05-11, by Oleksandr Gavenko
  • merged
    2010-05-06, by Oleksandr Gavenko
  • Added list of mode hooks for enabling scroll margin.
    2010-05-04, by Oleksandr Gavenko
  • Set shell to bash.
    2010-04-27, by Oleksandr Gavenko
  • Fix misspelling.
    2010-04-26, by Oleksandr Gavenko
  • Set shell under Windows to Cygwin/MSYS sh.
    2010-04-26, by Oleksandr Gavenko
  • Fix spelling settings.
    2010-04-26, by Oleksandr Gavenko
  • Explore environment for abilities and tup config in ~/.emacs-autogen.
    2010-04-25, by Oleksandr Gavenko
  • View in org agenda TODOs for one month in future.
    2010-04-25, by Oleksandr Gavenko
  • small fix shell-file-name.
    2010-04-13, by Oleksandr Gavenko
  • Setup INFOPATH for Cygwin.
    2010-04-11, by Oleksandr Gavenko
  • Don't override find-ls-option in case of Windows and when cmdproxy used.
    2010-04-06, by Oleksandr Gavenko
  • Remove example for setting frame size at startup as frame size now detected automatically.
    2010-04-03, by user
  • Proper test if remember mode available.
    2010-04-03, by user
  • Special case for Windows if emacs-nox from Cygwin installed along with native Emacs.
    2010-04-03, by user
  • Automated merge with file:///cygdrive/e/srv/hg/dot-emacs
    2010-03-30, by Oleksandr Gavenko
  • Take off noise message from erc in notify.
    2010-03-25, by Oleksandr Gavenko
  • Added emacs-lisp to my devel mode list.
    2010-03-25, by Oleksandr Gavenko
  • Option for find-dired.
    2010-03-25, by Oleksandr Gavenko
  • Update comment.
    2010-04-01, by Oleksandr Gavenko
  • On Debian with font 7x13 right part of windows go out of display border.
    2010-03-28, by Oleksandr Gavenko
  • Code ported to work with Emac 21.4. Mainly problems in undefi8ned functions.
    2010-03-24, by Oleksandr Gavenko
  • Dont use fringe-mode as all value set manually by
    2010-03-24, by Oleksandr Gavenko
  • Maximize frame on full screen.
    2010-03-24, by Oleksandr Gavenko
  • Automated merge with file:///cygdrive/e/srv/hg/dot-emacs
    2010-03-24, by Oleksandr Gavenko
  • More verbose buffer-boundaries.
    2010-03-24, by Oleksandr Gavenko
  • Set cacl digit grouping.
    2010-03-24, by Oleksandr Gavenko
  • Don't truncate long lines.
    2010-03-22, by Oleksandr Gavenko
  • No spasing between text lines.
    2010-03-22, by Oleksandr Gavenko
  • Set default fringe and margin width.
    2010-03-22, by Oleksandr Gavenko
  • Set default-header-line-format.
    2010-03-22, by Oleksandr Gavenko
  • By default start from user home directory (HOME point to it).
    2010-03-22, by Oleksandr Gavenko
  • Added indicate-buffer-boundaries.
    2010-03-22, by Oleksandr Gavenko
  • Set grep-find-template.
    2010-03-18, by Oleksandr Gavenko
  • By default use sh as shell interpretator on Windows, thus Cygwin or MSYS
    2010-03-18, by Oleksandr Gavenko
  • Assume that we have GNU grep, so -H available.
    2010-03-18, by Oleksandr Gavenko
  • Correct grep command.
    2010-03-18, by Oleksandr Gavenko
  • Added key binding for rgrep.
    2010-03-18, by Oleksandr Gavenko
  • merged
    2010-03-18, by Oleksandr Gavenko
  • Restore shell name if user set SHELL env var for Cygwin/MSYS.
    2010-03-17, by Oleksandr Gavenko
  • As 'directory ~/.emacs.d/server is unsafe on windows' error fixed in upcoming
    2010-03-17, by Oleksandr Gavenko
  • Small spell correction. ~/.emacs-post role was explained more clear.
    2010-03-17, by Oleksandr Gavenko
  • Small spell correction.
    2010-03-17, by Oleksandr Gavenko
  • Document that '~/.emacs-custom.el' now loaded before '~/.emacs-my'.
    2010-03-17, by Oleksandr Gavenko
  • Set fill-column for file.
    2010-03-17, by Oleksandr Gavenko
  • Set fill-column for file.
    2010-03-17, by Oleksandr Gavenko
  • Dont prompt for master file.
    2010-03-17, by Oleksandr Gavenko
  • Minor changes.
    2010-03-17, by Oleksandr Gavenko
  • Move code to proper place.
    2010-03-17, by Oleksandr Gavenko
  • generic-define-* before (require 'generic-x) allow load all useful extra modes.
    2010-03-14, by Oleksandr Gavenko
  • Load 'custom-file' before "~/.emacs-my" as some settings can effect on require
    2010-03-14, by Oleksandr Gavenko
  • Automated merge with file:///E:\srv\hg\dot-emacs
    2010-03-14, by Oleksandr Gavenko
  • Remove bat-file-mode as it present in generic-x.el.
    2010-03-14, by Oleksandr Gavenko
  • merged
    2010-03-14, by Oleksandr Gavenko
  • With scroll-step 3 when go down it scroll one line but if up - 3 so set
    2010-03-14, by Oleksandr Gavenko
  • Move some appearance related switch together.
    2010-03-14, by Oleksandr Gavenko
  • Use variable my-devel-mode-hook-list so easy adds new devel modes in one
    2010-03-14, by Oleksandr Gavenko
  • Move general getting into one place.
    2010-03-14, by Oleksandr Gavenko
  • Use common value for fill-column.
    2010-03-14, by Oleksandr Gavenko
  • When scroll-step is 1 and if first displayed line overlapped and you go up one line or fisrt
    2010-03-14, by Oleksandr Gavenko
  • Set margin only for desired modes! Do not frustrate calendar any more.
    2010-03-14, by Oleksandr Gavenko
  • Automated merge with file:///E:\srv\hg\dot-emacs
    2010-03-12, by Oleksandr Gavenko
  • Added set-mouse-color example.
    2010-03-12, by Oleksandr Gavenko
  • Mutch options with double hyphen.
    2010-02-26, by Oleksandr Gavenko
  • Set org-agenda-format-date.
    2010-02-25, by Oleksandr Gavenko
  • Set make-backup-files.
    2010-03-13, by Oleksandr Gavenko
  • merged
    2010-03-08, by Oleksandr Gavenko
  • Enable 'a' command in dired.
    2010-03-08, by Oleksandr Gavenko
  • Set value to vc-annotate-* by 'setq', with 'custom-set-variables' in always
    2010-03-07, by Oleksandr Gavenko
  • Spell fix.
    2010-03-07, by Oleksandr Gavenko
  • Because of Debian policy documentation covered by FDL license with invariant sections not allowed in packet
    2010-03-07, by Oleksandr Gavenko
  • 'my-todo-face' deleted. Standard 'font-lock-warning-face' used instead.
    2010-03-06, by Oleksandr Gavenko
  • Allow lowercase rem keyword.
    2010-02-24, by Oleksandr Gavenko
  • Allow dot and underscore to be word class.
    2010-02-23, by Oleksandr Gavenko
  • Added shift keyword.
    2010-02-23, by Oleksandr Gavenko
  • Store all files in current dir for easy access to they.
    2010-02-22, by Oleksandr Gavenko
  • Highlight var if it contain underscore.
    2010-02-22, by Oleksandr Gavenko
  • Added new keywords.
    2010-02-22, by Oleksandr Gavenko
  • Automated merge with file:///d:\srv\hg-home\dot-emacs
    2010-02-22, by Oleksandr Gavenko
  • Added new keywords.
    2010-02-22, by Oleksandr Gavenko
  • merged
    2010-02-11, by Oleksandr Gavenko
  • Fix extension for bat file.
    2010-02-11, by Oleksandr Gavenko
  • Highlight label after 'call'.
    2010-02-10, by Oleksandr Gavenko
  • Improved func name highlighting.
    2010-02-07, by Oleksandr Gavenko
  • Modify modify-syntax-entry by hook. Removed unused code.
    2010-02-05, by Oleksandr Gavenko
  • Highlight -op and /op switches.
    2010-02-05, by Oleksandr Gavenko
  • Added highliting for some keyword.
    2010-02-05, by Oleksandr Gavenko
  • Mark % as punctuation.
    2010-02-05, by Oleksandr Gavenko
  • Added highlighting for variavles and some keywords.
    2010-02-05, by Oleksandr Gavenko
  • Safely load 'custom-file'.
    2010-02-04, by Oleksandr Gavenko
  • merged
    2010-02-04, by Oleksandr Gavenko
  • Point to README from config file.
    2010-02-03, by Oleksandr Gavenko
  • Move config files structure to README.
    2010-02-03, by Oleksandr Gavenko
  • Fix spelling.
    2010-02-03, by Oleksandr Gavenko
  • Don't load wonam all time.
    2010-02-03, by Oleksandr Gavenko
  • Remove duplicated comments.
    2010-02-03, by Oleksandr Gavenko
  • Info path user must set through INFOPATH env var, see README.
    2010-02-03, by Oleksandr Gavenko
  • Make header name like tags, separated by comma and ended on period.
    2010-02-03, by Oleksandr Gavenko
  • Use utf-8 encoding.
    2010-02-03, by Oleksandr Gavenko
  • Remove outdated info.
    2010-02-03, by Oleksandr Gavenko
  • Describe new load order.
    2010-02-03, by Oleksandr Gavenko
  • hl-line face already set in '.emacs-my'.
    2010-02-03, by Oleksandr Gavenko
  • Instead '.emacs' use '.emacs-custom.el' as file for saving customisations.
    2010-02-03, by Oleksandr Gavenko
  • read-quoted-char-radix already set in .emacs-my
    2010-02-03, by Oleksandr Gavenko
  • Move pc-select-meta-moves-sexps to proper place so it have effect.
    2010-02-03, by Oleksandr Gavenko
  • Windows inf files for installing drivers.
    2010-02-02, by Oleksandr Gavenko
  • Fix label pattern, :: is not label (it plugin invoke).
    2010-01-30, by Oleksandr Gavenko
  • Added new words and fix comment highliting as command can be on same line as label.
    2010-01-30, by Oleksandr Gavenko
  • As screen size automatically not detected, determine dimention from user assigned vars.
    2010-01-30, by Oleksandr Gavenko
  • Another way to register TODO highlighting.
    2010-01-29, by Oleksandr Gavenko
  • Added instruction from doc.
    2010-01-29, by Oleksandr Gavenko
  • Added comment pattern.
    2010-01-29, by Oleksandr Gavenko
  • Added keyword and comment char.
    2010-01-29, by Oleksandr Gavenko
  • merged
    2010-01-28, by Oleksandr Gavenko
  • Update copyright statement and year.
    2010-01-28, by Oleksandr Gavenko
  • Remove copyright as in public domain.
    2010-01-28, by Oleksandr Gavenko
  • .emacs-* like file contain -*- -*- in there header so dont update auto-mode-alist.
    2010-01-28, by Oleksandr Gavenko
  • Load autoloads instead all mode files for speed.
    2010-01-28, by Oleksandr Gavenko
  • Added autoload generation.
    2010-01-28, by Oleksandr Gavenko
  • Added autoload magic comment for main mode function.
    2010-01-28, by Oleksandr Gavenko
  • Added base incomplete bat-file mode.
    2010-01-28, by Oleksandr Gavenko
  • Enable file association for myself defined modes.
    2010-01-28, by Oleksandr Gavenko
  • Always define nsis mode.
    2010-01-28, by Oleksandr Gavenko
  • Template directory renamed to 'lisp' directory.
    2010-01-28, by Oleksandr Gavenko
  • Udded uninstall target.
    2010-01-28, by Oleksandr Gavenko
  • Install mode file under '.emacs.d' dir.
    2010-01-28, by Oleksandr Gavenko
  • As template-post removed dont install them.
    2010-01-28, by Oleksandr Gavenko
  • Move 'resize-frame.el' to '.emacs-my'.
    2010-01-28, by Oleksandr Gavenko
  • Remove tags as not used.
    2010-01-28, by Oleksandr Gavenko
  • Remove tags as not used.
    2010-01-28, by Oleksandr Gavenko
  • Remove tags as not used.
    2010-01-28, by Oleksandr Gavenko
  • Remove tags as not used.
    2010-01-28, by Oleksandr Gavenko
  • Install pre/post config into auto files.
    2010-01-28, by Oleksandr Gavenko
  • Write .PHONY exactly before target.
    2010-01-27, by Oleksandr Gavenko
  • ctext-with-extensions is alias for ctext-with-extensions.
    2010-01-26, by Oleksandr Gavenko
  • Fix docs headers according to 'Conventional Headers for Emacs Libraries'.
    2010-01-25, by Oleksandr Gavenko
  • Make docs headers according to 'Conventional Headers for Emacs Libraries'.
    2010-01-25, by Oleksandr Gavenko
  • Allow scroll left.
    2010-01-24, by Oleksandr Gavenko
  • Regroup code.
    2010-01-24, by Oleksandr Gavenko
  • Highlight on search and repalce.
    2010-01-18, by Oleksandr Gavenko
  • Translate comment to English.
    2010-01-18, by Oleksandr Gavenko
  • Increase log message count.
    2010-01-18, by Oleksandr Gavenko
  • Disallow creation of new lines when you press the "arrow-down key" at end of the buffer.
    2010-01-18, by Oleksandr Gavenko
  • Show different messages on statup.
    2010-01-18, by Oleksandr Gavenko
  • Change startup message.
    2010-01-18, by Oleksandr Gavenko
  • Set cursor-type.
    2010-01-18, by Oleksandr Gavenko
  • Remove dumb comment.
    2010-01-18, by Oleksandr Gavenko
  • Added comment.
    2010-01-17, by Oleksandr Gavenko
  • TABs removed.
    2010-01-17, by Oleksandr Gavenko
  • buffer-menu better then buffer-list, but ibuffer much better.
    2010-01-17, by Oleksandr Gavenko
  • Always blink cursor.
    2010-01-17, by Oleksandr Gavenko
  • Set indicate-empty-lines.
    2010-01-17, by Oleksandr Gavenko
  • Added dired settings.
    2010-01-17, by Oleksandr Gavenko
  • Enable image if supported.
    2010-01-17, by Oleksandr Gavenko
  • Set default erc encoding to utf-8 because on Windows I have default coding - cp1251.
    2010-01-11, by Oleksandr Gavenko
  • merged
    2009-12-29, by Oleksandr Gavenko
  • Added workaround to allow find-dired worked in Windows when interacrive shell
    2009-12-23, by Oleksandr Gavenko
  • Correct highlight patterns.
    2009-12-11, by Oleksandr Gavenko
  • Adds to auto-mode-alist .emacs-* files.
    2009-12-28, by Oleksandr Gavenko
  • Removo CUA setting (as not used).
    2009-12-28, by Oleksandr Gavenko
  • Remove old unknow desire function.
    2009-12-28, by Oleksandr Gavenko
  • Simplify expression.
    2009-12-28, by Oleksandr Gavenko
  • Fix: instead featurep used provide.
    2009-12-28, by Oleksandr Gavenko
  • Added func to calculate region length.
    2009-12-28, by Oleksandr Gavenko
  • Use bash as primary shell.
    2009-12-28, by Oleksandr Gavenko
  • Do not redefine completion-ignored-extensions, instead append new values.
    2009-12-28, by Oleksandr Gavenko
  • To disable mode use -1 instead nil.
    2009-12-28, by Oleksandr Gavenko
  • partial-completion-mode cause bug in read-file-name with Emacs v22.3.1 (but not with v23.1).
    2009-12-28, by Oleksandr Gavenko
  • Remove unused blink-matching-paren-on-screen var.
    2009-12-27, by Oleksandr Gavenko
  • Remove grep-tree-command var as no longer used.
    2009-12-27, by Oleksandr Gavenko
  • Added .git for exclude from grep find.
    2009-12-27, by Oleksandr Gavenko
  • Set ptoper search pattern for find-dired (in find-dired code there is exist
    2009-12-27, by Oleksandr Gavenko
  • Care about cygwin-mount.el for Windows.
    2009-12-17, by Oleksandr Gavenko
  • Automated merge with file:///E:\srv\hg\dot-emacs
    2009-12-17, by Oleksandr Gavenko
  • How setup INFOPATH in Windows.
    2009-12-17, by Oleksandr Gavenko
  • See what I am typing immediately (for keystroke in minibuffer).
    2009-12-10, by Oleksandr Gavenko
  • Case insensitive search. Group search customization together.
    2009-12-10, by Oleksandr Gavenko
  • Removed unnecessary commented lines.
    2009-12-10, by Oleksandr Gavenko
  • Reindent code.
    2009-12-09, by Oleksandr Gavenko
  • Fix prompt format (prompt and text stay on two line, not one).
    2009-12-09, by Oleksandr Gavenko
  • Automated merge with file:///d:\srv\hg-home\dot-emacs
    2009-12-08, by Oleksandr Gavenko
  • Correct highlighting in iar-linker-config-mode.
    2009-12-04, by Oleksandr Gavenko
  • Don't cd to home dir by C-x shell (removed "--login" switch from args).
    2009-12-05, by Oleksandr Gavenko
  • Added iar4-linker-config-mode.
    2009-12-04, by Oleksandr Gavenko
  • Correct highlighting in iar-linker-config-mode.
    2009-12-04, by Oleksandr Gavenko
  • Do not end file with newline.
    2009-12-03, by Oleksandr Gavenko
  • Added connent.
    2009-12-02, by Oleksandr Gavenko
  • Automated merge with file:///E:\srv\hg\dot-emacs
    2009-12-02, by Oleksandr Gavenko
  • Remove unused code.
    2009-12-02, by Oleksandr Gavenko
  • Move bat file mode code.
    2009-12-02, by Oleksandr Gavenko
  • Use bash for shell on Windows.
    2009-12-02, by Oleksandr Gavenko
  • Remove duplicated string.
    2009-12-02, by Oleksandr Gavenko
  • Allow long line coment in c/lisp code.
    2009-11-30, by Oleksandr Gavenko
  • Automated merge with file:///d:\srv\hg-home\dot-emacs
    2009-11-23, by Oleksandr Gavenko
  • Correct auto-mode-alist for win batch file mode.
    2009-11-23, by Oleksandr Gavenko
  • merged
    2009-11-17, by Oleksandr Gavenko
  • Added settings for psvn.
    2009-11-16, by Oleksandr Gavenko
  • Added matches for makefile-gmake-mode.
    2009-11-15, by Oleksandr Gavenko
  • Remove unused comment.
    2009-11-08, by Oleksandr Gavenko
  • adds new match for highlighting in iar-linker-config-mode.
    2009-11-08, by Oleksandr Gavenko
  • iar-linker-config-mode
    2009-11-08, by Oleksandr Gavenko
  • Correct copy/paste coding in windows.
    2009-10-29, by Oleksandr Gavenko
  • merged
    2009-10-28, by Oleksandr Gavenko
  • merged
    2009-10-27, by Oleksandr Gavenko
  • merged
    2009-10-18, by Oleksandr Gavenko
  • Start tab-stop-list with zero.
    2009-10-18, by Oleksandr Gavenko
  • I usually mistype "C-x C-f" to "C-x d" or "C-x C-d", correct this.
    2009-10-16, by Oleksandr Gavenko
  • Added association for IAR asm file.
    2009-10-16, by Oleksandr Gavenko
  • Parsing KEIL compiler error.
    2009-10-15, by Oleksandr Gavenko
  • merged
    2009-10-18, by Oleksandr Gavenko
  • Suppress error (error "The directory ~/.emacs.d/server is unsafe") on windows.
    2009-10-14, by Oleksandr Gavenko
  • Correctly set fsm var.
    2009-10-14, by Oleksandr Gavenko
  • Disable fsm debug function.
    2009-10-14, by Oleksandr Gavenko
  • set comment-fill-column to 100.
    2009-10-12, by Oleksandr Gavenko
  • c++-mode and objc-mode use "my" style.
    2009-10-12, by Oleksandr Gavenko
  • Remove unassigned comment.
    2009-10-12, by Oleksandr Gavenko
  • Set fringe-mode explicitly.
    2009-10-05, by Oleksandr Gavenko
  • Added example for unset-key.
    2009-10-05, by Oleksandr Gavenko
  • Make comment shorter.
    2009-10-05, by Oleksandr Gavenko
  • Added require-final-newline mention.
    2009-10-01, by Oleksandr Gavenko
  • cc-mode customisations.