2014-10-03 |
David Raynes | * lisp/term/ns-win.el: Add functions to ns frame, not...
|
commit | commitdiff | tree |
2014-10-02 |
Stefan Monnier | * lisp/obsolete/lucid.el (read-number): Remove, redundant.
|
commit | commitdiff | tree |
2014-10-02 |
Stefan Monnier | Merge from emacs-24
|
commit | commitdiff | tree |
2014-10-02 |
Stefan Monnier | * lisp/frame.el: Use lexical-binding.
|
commit | commitdiff | tree |
2014-10-02 |
Stefan Monnier | * simple.el (deactivate-mark): Fix typo.
|
commit | commitdiff | tree |
2014-10-02 |
Stefan Monnier | * src/lisp.h: Fix up compilation for USE_STACK_LISP_OBJECTS...
|
commit | commitdiff | tree |
2014-10-02 |
Stefan Monnier | Consolidate management/ownership of selections.
|
commit | commitdiff | tree |
2014-10-01 |
Stefan Monnier | Commit forgotten ChangeLog files
|
commit | commitdiff | tree |
2014-10-01 |
Stefan Monnier | Consolidate x-select-text.
|
commit | commitdiff | tree |
2014-10-01 |
Stefan Monnier | * lisp/subr.el (alist-get): New accessor.
|
commit | commitdiff | tree |
2014-10-01 |
Stefan Monnier | * lisp/progmodes/python.el (python-shell-completion...
|
commit | commitdiff | tree |
2014-09-30 |
Stefan Monnier | Merge from emacs-24
|
commit | commitdiff | tree |
2014-09-30 |
Leonardo Nobrega | * lisp/progmodes/python.el (python-fill-paren): Don...
|
commit | commitdiff | tree |
2014-09-30 |
Stefan Monnier | * lisp/ses.el (ses--row, ses--col): New dyn-scoped...
|
commit | commitdiff | tree |
2014-09-30 |
Stefan Monnier | * lisp/ses.el (ses-setup): Don't assume modifying the...
|
commit | commitdiff | tree |
2014-09-30 |
Stefan Monnier | * lisp/minibuffer.el (completion-at-point): Emit warning...
|
commit | commitdiff | tree |
2014-09-29 |
Stefan Monnier | * lisp/ses.el (ses--letref): Quote value before it...
|
commit | commitdiff | tree |
2014-09-29 |
Stefan Monnier | Rename 24.5 to 25.1
|
commit | commitdiff | tree |
2014-09-27 |
Stefan Monnier | * lisp/epg-config.el (epg-gpg-program): Use the plain...
|
commit | commitdiff | tree |
2014-09-27 |
Stefan Monnier | * lisp/emacs-lisp/package.el (package-check-signature...
|
commit | commitdiff | tree |
2014-09-27 |
Stefan Monnier | * lisp/subr.el (track-mouse): New macro.
|
commit | commitdiff | tree |
2014-09-27 |
Stefan Monnier | * pcase-tests.el: Add #18554 test case.
|
commit | commitdiff | tree |
2014-09-27 |
Stefan Monnier | * lisp/emacs-lisp/pcase.el (pcase--split-match, pcase...
|
commit | commitdiff | tree |
2014-09-27 |
Stefan Monnier | Introduce global-eldoc-mode. Move Elisp-specific code...
|
commit | commitdiff | tree |
2014-09-26 |
Stefan Monnier | * etc/TODO: Add a few entries, remove others, expand...
|
commit | commitdiff | tree |
2014-09-25 |
Stefan Monnier | * lisp/net/tramp-sh.el (tramp-sh-handle-vc-registered...
|
commit | commitdiff | tree |
2014-09-24 |
Stefan Monnier | * lisp/find-cmd.el (find-cmd): Use grep's `find-program'.
|
commit | commitdiff | tree |
2014-09-24 |
Stefan Monnier | * lisp/erc/erc-track.el (erc-modified-channels-display...
|
commit | commitdiff | tree |
2014-09-24 |
Stefan Monnier | * etc/package-keyring.gpg: New file.
|
commit | commitdiff | tree |
2014-09-22 |
Stefan Monnier | Merge from emacs-24
|
commit | commitdiff | tree |
2014-09-22 |
Stefan Monnier | Add pcase-defmacro, as well as `quote' and `app' patterns.
|
commit | commitdiff | tree |
2014-09-22 |
Stefan Monnier | * lisp/loadup.el: Increase max-lisp-eval-depth while...
|
commit | commitdiff | tree |
2014-09-22 |
Stefan Monnier | * lisp/emacs-lisp/pcase.el: Allow (F . ARGS) in `app...
|
commit | commitdiff | tree |
2014-09-22 |
Stefan Monnier | * lisp/emacs-lisp/pcase.el: Use pcase-defmacro to handle...
|
commit | commitdiff | tree |
2014-09-22 |
Stefan Monnier | * lisp/emacs-lisp/pcase.el (pcase--match): New smart...
|
commit | commitdiff | tree |
2014-09-22 |
Stefan Monnier | * lisp/emacs-lisp/pcase.el (pcase-defmacro): New macro.
|
commit | commitdiff | tree |
2014-09-22 |
Stefan Monnier | Add support for `quote' and `app'.
|
commit | commitdiff | tree |
2014-09-22 |
Stefan Monnier | Use lexical-bindin in Ibuffer.
|
commit | commitdiff | tree |
2014-09-22 |
Stefan Monnier | * lisp/font-lock.el (font-lock-compile-keyword): Don...
|
commit | commitdiff | tree |
2014-09-22 |
Stefan Monnier | * lisp/emacs-lisp/bytecomp.el (byte-compile-lambda...
|
commit | commitdiff | tree |
2014-09-22 |
Stefan Monnier | * lisp/mpc.el (mpc-data-directory): Use locate-user...
|
commit | commitdiff | tree |
2014-09-21 |
Tom Willemse | * lisp/simple.el (clone-indirect-buffer): Mention the...
|
commit | commitdiff | tree |
2014-09-21 |
Tom Willemse | * lisp/progmodes/prog-mode.el (prog-mode-hook): Replace...
|
commit | commitdiff | tree |
2014-09-21 |
Stefan Monnier | * lisp/progmodes/perl-mode.el (perl-syntax-propertize...
|
commit | commitdiff | tree |
2014-09-16 |
Stefan Monnier | * lisp/msb.el (msb--make-keymap-menu, msb-menu-bar...
|
commit | commitdiff | tree |
2014-09-10 |
Stefan Monnier | CC-mode: Set open-paren-in-column-0-is-defun-start...
|
commit | commitdiff | tree |
2014-09-10 |
Ivan Shmakov | * lisp/desktop.el (desktop-create-buffer): Check that...
|
commit | commitdiff | tree |
2014-09-09 |
Stefan Monnier | * lisp/progmodes/cc-awk.el: Remove unneeded cc-bytecomp...
|
commit | commitdiff | tree |
2014-09-05 |
Stefan Monnier | * lisp/vc/vc-dir.el (vc-dir-update): Don't burp in...
|
commit | commitdiff | tree |
2014-09-05 |
Stefan Monnier | * lisp/subr.el (call-process-shell-command, process...
|
commit | commitdiff | tree |
2014-09-04 |
Rasmus Pank Roulund | * lisp/vc/vc-git.el (vc-git-conflicted-files): Fix...
|
commit | commitdiff | tree |
2014-09-04 |
Lars Ljung | * lisp/isearch.el (isearch-yank-word-or-char): Obey...
|
commit | commitdiff | tree |
2014-09-04 |
Stefan Monnier | * doc/lispref/functions.texi (Core Advising Primitives...
|
commit | commitdiff | tree |
2014-09-04 |
Stefan Monnier | * lisp/emacs-lisp/eldoc.el (eldoc-function-argstring...
|
commit | commitdiff | tree |
2014-09-04 |
Thierry Volpiatto | * lisp/emacs-lisp/eldoc.el (eldoc-highlight-function...
|
commit | commitdiff | tree |
2014-09-03 |
Stefan Monnier | * lisp/progmodes/which-func.el (which-func-ff-hook...
|
commit | commitdiff | tree |
2014-09-03 |
Stefan Monnier | * lisp/progmodes/sh-script.el (sh-font-lock-quoted...
|
commit | commitdiff | tree |
2014-09-02 |
Stefan Monnier | test/indent/scheme.scm: New file.
|
commit | commitdiff | tree |
2014-09-02 |
Stefan Monnier | * lisp/emacs-lisp/package.el (package-generate-description...
|
commit | commitdiff | tree |
2014-09-02 |
Stefan Monnier | * lisp/progmodes/gud.el (gud-gdb-completion-at-point...
|
commit | commitdiff | tree |
2014-08-28 |
Stefan Monnier | Misc accumulated ChangeLog convention fixes
|
commit | commitdiff | tree |
2014-08-28 |
Stefan Monnier | * lisp/progmodes/cc-defs.el: Expose c-lanf-defconst...
|
commit | commitdiff | tree |
2014-08-18 |
Thierry Volpiatto | * lisp/emacs-lisp/eldoc.el (eldoc-highlight-function...
|
commit | commitdiff | tree |
2014-08-18 |
Stefan Monnier | * lisp/progmodes/python.el (python-shell-prompt-detect...
|
commit | commitdiff | tree |
2014-08-18 |
Stefan Monnier | * lisp/simple.el (self-insert-uses-region-functions...
|
commit | commitdiff | tree |
2014-08-13 |
Stefan Monnier | Forgotten ChangeLog changes
|
commit | commitdiff | tree |
2014-08-13 |
Stefan Monnier | * lisp/obsolete/mouse-sel.el (mouse-sel-mode): Use...
|
commit | commitdiff | tree |
2014-08-12 |
Stefan Monnier | * lisp/mpc.el (mpc-reorder): Don't bother splitting...
|
commit | commitdiff | tree |
2014-08-12 |
Stefan Monnier | * lisp/erc/erc-stamp.el (erc-timestamp-intangible)...
|
commit | commitdiff | tree |
2014-08-12 |
Stefan Monnier | * lisp/gnus/gnus-art.el (gnus-hidden-properties): Drop...
|
commit | commitdiff | tree |
2014-08-12 |
Stefan Monnier | * lisp/files.el (out-of-memory-warning-percentage)...
|
commit | commitdiff | tree |
2014-08-08 |
Stefan Monnier | * lisp/mouse.el (mouse--down-1-maybe-follows-link)...
|
commit | commitdiff | tree |
2014-08-07 |
Stefan Monnier | * lisp/info.el (Info-mode-map): Override a global down...
|
commit | commitdiff | tree |
2014-07-21 |
Stefan Monnier | * emacs-lisp/smie.el (smie-config--guess-1): Split...
|
commit | commitdiff | tree |
2014-07-21 |
Stefan Monnier | * lisp/emacs-lisp/edebug.el: Use nadvice.
|
commit | commitdiff | tree |
2014-07-21 |
Stefan Monnier | Indentation, punctuation, and other nitpicks.
|
commit | commitdiff | tree |
2014-07-21 |
Stefan Monnier | * lisp/mouse.el (tear-off-window): Rename from mouse...
|
commit | commitdiff | tree |
2014-07-21 |
Stefan Monnier | * test/automated/advice-tests.el (advice-test-call...
|
commit | commitdiff | tree |
2014-07-21 |
Stefan Monnier | * lisp/vc/vc-bzr.el (vc-bzr-shelve): Make it operate...
|
commit | commitdiff | tree |
2014-07-19 |
Stefan Monnier | * lisp/xt-mouse.el (xterm-mouse-event): Don't assume...
|
commit | commitdiff | tree |
2014-07-19 |
Stefan Monnier | * lisp/rect.el (rectangle--string-preview): Don't assume...
|
commit | commitdiff | tree |
2014-07-09 |
Stefan Monnier | * lisp/vc/log-edit.el (log-edit-changelog-entries)...
|
commit | commitdiff | tree |
2014-07-09 |
Stefan Monnier | * lisp/faces.el (face-name): Undo last change.
|
commit | commitdiff | tree |
2014-07-09 |
Stefan Monnier | * lisp/rect.el (apply-on-rectangle): Check forward...
|
commit | commitdiff | tree |
2014-07-08 |
Stefan Monnier | * lisp/erc/erc.el (erc-channel-receive-names): Reduce...
|
commit | commitdiff | tree |
2014-07-08 |
Stefan Monnier | * lisp/linum.el (linum--face-height): New function.
|
commit | commitdiff | tree |
2014-07-08 |
Stefan Monnier | * lisp/leim/quail/sisheng.el (sisheng-list): Don't...
|
commit | commitdiff | tree |
2014-07-08 |
Stefan Monnier | * lisp/xt-mouse.el (xterm-mouse-translate-1): Intern...
|
commit | commitdiff | tree |
2014-07-08 |
Stefan Monnier | * lisp/progmodes/sh-script.el (sh-smie-sh-rules): Don...
|
commit | commitdiff | tree |
2014-07-08 |
Stefan Monnier | * doc/lispref/debugging.texi (Function Debugging, Debugger...
|
commit | commitdiff | tree |
2014-07-08 |
Stefan Monnier | * lisp/progmodes/perl-mode.el: Use syntax-ppss; fix...
|
commit | commitdiff | tree |
2014-07-05 |
Stefan Monnier | * lisp/emacs-lisp/edebug.el (edebug-eval-defun): Print...
|
commit | commitdiff | tree |
2014-07-05 |
Stefan Monnier | * lisp/progmodes/ruby-mode.el (ruby-mode-variables...
|
commit | commitdiff | tree |
2014-07-05 |
Stefan Monnier | * src/syntax.c (find_defun_start): Try the cache even
|
commit | commitdiff | tree |
2014-07-04 |
Phil Sainty | * lisp/emacs-lisp/lisp.el (narrow-to-defun-include...
|
commit | commitdiff | tree |
2014-07-04 |
Stefan Monnier | * lisp/progmodes/octave.el (inferior-octave-mode):
|
commit | commitdiff | tree |
2014-07-03 |
Stefan Monnier | * lisp/rect.el (rectangle--highlight-for-redisplay...
|
commit | commitdiff | tree |
2014-07-03 |
Stefan Monnier | * etc/NEWS: Fix description of incompatible change...
|
commit | commitdiff | tree |
2014-07-02 |
Stefan Monnier | * mouse.el (mouse-yank-primary, mouse-yank-secondary...
|
commit | commitdiff | tree |
2014-07-02 |
Stefan Monnier | * doc/lispref/keymaps.texi (Key Lookup): Remove mention...
|
commit | commitdiff | tree |