summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Silence some --without-x compilation warningsGlenn Morris2013-09-171-0/+10
* * eshell/esh-util.el (eshell-sublist): Remove unused local variable.Glenn Morris2013-09-171-0/+1
* Address some "unused lexical variable" warningsGlenn Morris2013-09-171-0/+9
* * lisp/textmodes/two-column.el: Make 2C-split work for --without-x.Glenn Morris2013-09-171-0/+6
* * subr.el (add-hook): Robustify to handle closure as well.Leo Liu2013-09-181-0/+4
* * lisp/simple.el (messages-buffer-mode-map): Unbind "g".Glenn Morris2013-09-171-0/+4
* * lisp/help-mode.el (help-mode-finish): Use derived-mode-p.Stefan Monnier2013-09-171-0/+3
* * lisp/play/life.el (life-mode): Use define-derived-mode. Derive fromStefan Monnier2013-09-171-0/+5
* * lisp/emacs-lisp/package.el (package-generate-autoloads): Remove `require'Stefan Monnier2013-09-171-0/+4
* * lisp/eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.Stefan Monnier2013-09-171-0/+18
* Fix ChangeLog typosGlenn Morris2013-09-171-3/+3
* Add a major-mode for the *Messages* bufferGlenn Morris2013-09-171-0/+11
* ChangeLog whitespace fixesGlenn Morris2013-09-171-2/+2
* Merge from emacs-24; up to 2013-01-03T02:31:36Z!rgm@gnu.orgGlenn Morris2013-09-171-0/+6
|\
| * * lisp/subr.el (eval-after-load): Preserve evaluation order.Stefan Monnier2013-09-161-0/+4
| * * lisp/abbrev.el (abbrev--check-chars): Fix thinko.Stefan Monnier2013-09-121-0/+4
* | * lisp/icomplete.el (icomplete-in-buffer): New var.Stefan Monnier2013-09-161-0/+14
* | * lisp/eshell/esh-opt.el: Fix last change to set lexical-vars properly.Stefan Monnier2013-09-161-0/+16
* | * lisp/progmodes/ruby-mode.el (ruby-operator-re): Consider lineDmitry Gutov2013-09-161-0/+6
* | In window--state-put-2 don't process buffer state when buffer doesn't exist (...Martin Rudalics2013-09-151-0/+5
* | * eshell/em-unix.el (eshell/rm): Make -f ignore missing files. Glenn Morris2013-09-141-0/+3
* | * lisp/eshell/esh-cmd.el (eshell--local-vars): New variable. Glenn Morris2013-09-141-0/+6
* | * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.Glenn Morris2013-09-141-0/+4
* | * lisp/dired-x.el (dired-guess-default): Make `file' available in the env. Glenn Morris2013-09-131-0/+5
* | Unify Fx_focus_frame between all ports.Dmitry Antipov2013-09-131-0/+4
* | * lisp/ls-lisp.el: Use advice-add.Stefan Monnier2013-09-131-0/+8
* | Fix bug #15337 with non-ASCII characters in file names used by ansiEli Zaretskii2013-09-131-0/+5
* | * eshell/esh-util.el (ange-cache): Move declaration earlier.Glenn Morris2013-09-131-0/+2
* | * lisp/eshell/esh-ext.el (eshell-search-path): Declare.Glenn Morris2013-09-131-0/+2
* | * lisp/eshell/em-prompt.el (eshell/pwd): Autoload it.Glenn Morris2013-09-131-0/+3
* | * lisp/progmodes/gdb-mi.el (gud-cont, gud-step): Declare.Glenn Morris2013-09-121-0/+4
* | * net/tramp.el (tramp-check-proper-method-and-host): Rename it fromMichael Albinus2013-09-131-0/+13
* | * lisp/term/ns-win.el (parameters): Don't declare as dynamic.Stefan Monnier2013-09-121-0/+3
* | * lisp/eshell/*.el: Use lexical-binding.Stefan Monnier2013-09-121-2/+5
* | merge trunkKenichi Handa2013-09-121-2/+283
|\ \
| * | * vc/vc-dispatcher.el (vc-dir-refresh): Declare.Glenn Morris2013-09-111-0/+2
| * | * vc/vc-svn.el (vc-svn-retrieve-tag): Mark unused argument.Glenn Morris2013-09-111-1/+1
| * | * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)Glenn Morris2013-09-111-0/+3
| * | Revert part of previous vc-bzr changeGlenn Morris2013-09-111-2/+1
| * | * subr.el (do-after-load-evaluation): Also give compiler warningsGlenn Morris2013-09-111-0/+3
| * | * vc/vc-svn.el (vc-svn-parse-status): If there are multiple filesGlenn Morris2013-09-111-0/+3
| * | * lisp/vc/vc.el (vc-deduce-fileset): Doc fix.Glenn Morris2013-09-111-0/+2
| * | Update some function declarationsGlenn Morris2013-09-111-0/+4
| * | Silence some vc- compilation warningsGlenn Morris2013-09-111-0/+6
| * | * lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.Glenn Morris2013-09-111-0/+2
| * | * lisp/progmodes/octave.el (help-button-action): Declare.Glenn Morris2013-09-111-0/+2
| * | Fix some minor shell.el oddness related to usage of error and messageGlenn Morris2013-09-111-0/+4
| * | Use with-demoted-errors now that it can format any error messagesGlenn Morris2013-09-111-0/+18
| * | Cleanup Eshell to rely less on dynamic scoping.Stefan Monnier2013-09-121-0/+28
| * | * lisp/autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since weStefan Monnier2013-09-121-2/+7