aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Expand)AuthorAgeFilesLines
* lisp/desktop.el: Fix problem creating minibuffer(less,only) frames.Juanma Barranquero2013-07-292-1/+7
* * calendar/todo-mode.el (todo-rename-file): Fix incorrect use ofStephen Berman2013-07-292-8/+29
* lisp/desktop.el: Optionally force offscreen frames back onscreen.Juanma Barranquero2013-07-282-0/+88
* Merge from CEDET upstream (8569).David Engster2013-07-274-18/+45
* Fontify a Java generic method as a function.Alan Mackenzie2013-07-272-1/+8
* * calendar/todo-mode.el: Add command to rename todo files.Stephen Berman2013-07-272-2/+50
* Make Java try-with-resources statement parse properly.Alan Mackenzie2013-07-274-5/+33
* lisp/desktop.el: Restore frames at their positions, even if offscreen.Juanma Barranquero2013-07-272-9/+23
* ChangeLog fix.Xue Fuqiao2013-07-271-1/+3
* Keybinding fix for vc-dir.Xue Fuqiao2013-07-272-0/+5
* Gnus: Add option to sort threads non-recursivelyTassilo Horn2013-07-262-3/+17
* Fix documentation of list-processes and process-list.Eli Zaretskii2013-07-262-2/+9
* * lisp/emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the newStefan Monnier2013-07-262-1/+6
* lisp/desktop.el (desktop--select-frame): Try harder to reuse the initial frame.Juanma Barranquero2013-07-262-4/+19
* Fix typos in ChangeLogs.Juanma Barranquero2013-07-269-34/+34
* * lisp/emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.Stefan Monnier2013-07-262-176/+43
* lisp/desktop.el (desktop-restore-frames): Call `sit-for'.Juanma Barranquero2013-07-262-0/+10
* lisp/vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-print-root-log.Matthias Meulien2013-07-262-0/+5
* Add aliases for encrypting mail.Richard M. Stallman2013-07-263-79/+133
* Add support for lexical variables to the debugger's `e' command.Stefan Monnier2013-07-264-133/+48
* * lisp/align.el (align-regexp): Doc fix. Glenn Morris2013-07-252-11/+31
* * lisp/simple.el (global-visual-line-mode): Do not duplicate the mode lighter.Glenn Morris2013-07-252-2/+6
* gnus-art.el (gnus-button-url-regexp): Make it match url in which punctuation ...Andreas Schwab2013-07-252-2/+9
* Auto-commit of loaddefs files.Glenn Morris2013-07-251-1/+1
* In display-buffer bind split-window-keep-point to t, bug#14829.Martin Rudalics2013-07-252-0/+8
* lisp/desktop.el: Use pcase-let, pcase-let* in a few places.Juanma Barranquero2013-07-252-30/+30
* lisp/desktop.el: Rename internal "desktop-X" frame params to "desktop--X".Juanma Barranquero2013-07-252-47/+55
* Merge from emacs-24; up to 2013-01-01T11:02:14Z!rudalics@gmx.atGlenn Morris2013-07-252-3/+7
|\
| * Auto-commit of loaddefs files.Glenn Morris2013-07-241-1/+1
| * * lisp/dired-x.el (dired-mark-extension): Convert comment to doc string.Glenn Morris2013-07-242-3/+7
* | lisp/desktop.el: Add workaround for bug#14949.Juanma Barranquero2013-07-252-2/+14
* | lisp/desktop.el (desktop-restoring-frames-p): Return a true boolean.Juanma Barranquero2013-07-242-2/+10
* | * lisp/ffap.el (ffap-machine-p): Handle "not known" response.Glenn Morris2013-07-242-1/+6
* | * filenotify.el (file-notify-supported-p):Michael Albinus2013-07-248-35/+27
* | Merge from mainline.Xue Fuqiao2013-07-248-310/+288
|\ \
| * | * printing.el: Replace all uses of deleted ps-flatten-list with lpr- version.Glenn Morris2013-07-242-2/+2
| * | * printing.el: Replace all uses of deleted ps-windows-system, ps-lp-systemGlenn Morris2013-07-242-23/+28
| * | * lisp/emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can beStefan Monnier2013-07-242-5/+12
| * | * lisp/files.el (revert-buffer-function): Use a non-nil default.Stefan Monnier2013-07-242-108/+124
| * | * lisp/lpr.el: Signal print errors more prominently.Stefan Monnier2013-07-245-173/+123
* | | * lisp/ido.el: Doc fix.Xue Fuqiao2013-07-242-21/+38
|/ /
* | * lisp/ansi-color.el: Fix old URL.Xue Fuqiao2013-07-242-5/+9
* | * progmodes/sql.el Version 3.3Michael Mauger2013-07-232-31/+72
* | lisp/desktop.el (desktop-clear): Fix previous change.Juanma Barranquero2013-07-242-1/+5
* | Use a @configure_input@ comment at the start of generated MakefilesGlenn Morris2013-07-231-1/+2
* | * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.Michael Albinus2013-07-235-6/+22
* | lisp/desktop.el (desktop-list*): Fix previous change.Juanma Barranquero2013-07-231-1/+1
* | [Gnus] Fix previous commitKatsumi Yamaoka2013-07-233-17/+18
* | Calculate gnus-version correctly on CygwinKatsumi Yamaoka2013-07-233-10/+27
* | lisp/desktop.el: Simplify.Juanma Barranquero2013-07-232-41/+31