summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
...
* * calendar.el (calendar-basic-setup): Avoid clobbering calendar with diary.Glenn Morris2014-09-072-3/+12
* * lisp/vc/vc-dir.el (vc-dir-update): Don't burp in corner case.Stefan Monnier2014-09-052-1/+6
* * lisp/isearch.el (isearch-yank-word-or-char): Obey superword-modeLars Ljung2014-09-042-2/+9
* Fix misleading doc string revealed in bug #18385.Eli Zaretskii2014-09-042-4/+13
* * lisp/emacs-lisp/package.el (package-generate-description-file):Stefan Monnier2014-09-022-9/+23
* * lisp/progmodes/gud.el (gud-gdb-completion-at-point): Add hack.Stefan Monnier2014-09-022-13/+13
* Fix bug #18384 with incorrect reporting of row number by posn-col-row.Eli Zaretskii2014-09-022-4/+10
* * lisp/tutorial.el: Restore comment lost 2006-12-21.Glenn Morris2014-09-011-2/+2
* * lisp/progmodes/python.el (python-indent-post-self-insert-function):Fabián Ezequiel Gallina2014-09-012-1/+12
* * lisp/tutorial.el (tutorial--display-changes): Fix 2014-07-29 change.Glenn Morris2014-09-012-1/+6
* Minor ChangeLog fix.Eli Zaretskii2014-08-301-2/+2
* * lisp/startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to the C...Ken Brown2014-08-292-1/+6
* * lisp/tar-mode.el (tar--extract, tar-extract): Avoid disabling undoGlenn Morris2014-08-282-4/+10
* * emacs-lisp/authors.el (authors-aliases): Addition.Michael Albinus2014-08-272-0/+3
* * net/tramp-adb.el: Spell author name correctly.Michael Albinus2014-08-272-1/+5
* shr.el: Comment.Glenn Morris2014-08-261-0/+2
* * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;João Távora2014-08-262-1/+8
* * emulation/cua-rect.el (cua--highlight-rectangle): Avoid error at point-min.Glenn Morris2014-08-252-1/+6
* * lisp/progmodes/python.el (python-shell-prompt-detect): Remove redundantStefan Monnier2014-08-182-5/+10
* * lisp/simple.el (self-insert-uses-region-functions): Defvar.Stefan Monnier2014-08-182-0/+11
* Regenerate ldefs-boot.elemacs-24.3.93Glenn Morris2014-08-141-720/+836
* * speedbar.el (speedbar-generic-list-tag-p): Allow specialLeo Liu2014-08-132-3/+11
* * lisp/subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.Glenn Morris2014-08-102-0/+7
* Revert 2013-01-31 change that decides coding system before backing upGlenn Morris2014-08-102-11/+9
* Make doc-string of window-total-size more self-contained.Martin Rudalics2014-08-102-2/+16
* In display-buffer-below-selected reuse window below selected if it shows buff...Martin Rudalics2014-08-092-1/+10
* * lisp/mouse.el (mouse--down-1-maybe-follows-link): Don't convert the downStefan Monnier2014-08-082-10/+10
* lisp/info.el (info): Doc fix.Eli Zaretskii2014-08-082-2/+5
* * lisp/info.el (Info-mode-map): Override a global down-mouse-2 binding.Stefan Monnier2014-08-073-13/+18
* Fix bug #18195 with inaccurate results from window-screen-lines.Eli Zaretskii2014-08-052-4/+12
* Spelling+grammar fix.Paul Eggert2014-08-011-1/+1
* Auto-commit of loaddefs files.Glenn Morris2014-08-011-37/+41
* Fix bug #18146 with bogus key rebindings in TUTORIAL.he.Eli Zaretskii2014-07-292-1/+10
* Merge commit 2014-07-28T09:07:56Z!tsdh@gnu.org from trunk.Tassilo Horn2014-07-282-3/+9
* Fix bugs #16674 and #18112 with resizing TTY frames after switching terminals.Eli Zaretskii2014-07-272-1/+6
* Fixes: debbugs:18117Andreas Schwab2014-07-272-1/+6
* * lisp/progmodes/python.el (inferior-python-mode): Doc fix.Fabián Ezequiel Gallina2014-07-262-1/+4
* * calendar/todo-mode.el (todo-edit-item--next-key): If next key isStephen Berman2014-07-252-2/+7
* Fix code and doc involving marked items.Stephen Berman2014-07-252-136/+172
* vc-hooks.el: Fix doc typo in previousGlenn Morris2014-07-251-1/+1
* More toggle-read-only doc tweaksGlenn Morris2014-07-253-2/+13
* prolog.el: Fix for missing `switch-to-prolog'Glenn Morris2014-07-252-1/+9
* * calendar/todo-mode.el (todo-set-top-priorities): Fix overwritingStephen Berman2014-07-222-7/+13
* Spelling fixes.Paul Eggert2014-07-212-5/+5
* Small fixes re toggle-read-only, mainly docGlenn Morris2014-07-218-12/+29
* * lisp/progmodes/python.el: Add comment about pipe buffering andFabián Ezequiel Gallina2014-07-202-0/+14
* * lisp/progmodes/python.el (python-mode): Don't setFabián Ezequiel Gallina2014-07-202-2/+5
* Make python.el work with IPython automatically. Fabián Ezequiel Gallina2014-07-202-102/+116
* Fix Python shell prompts detection for remote hosts.Fabián Ezequiel Gallina2014-07-192-16/+27
* Autodetect Python shell prompts. Fabián Ezequiel Gallina2014-07-192-45/+300