summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* term: rework color cutomizingJulien Danjou2012-06-282-57/+100
* * simple.el (completion-list-mode-finish): Don't use toggle-read-only.Glenn Morris2012-06-282-1/+7
* Make inlining of other-mode interpreted functions work.Stefan Monnier2012-06-273-39/+60
* * lisp/help-mode.el (help-make-xrefs): Don't just withstandStefan Monnier2012-06-273-7/+10
* Get rid of all the manual purecopy calls in menu-bar definitions.Stefan Monnier2012-06-2710-1191/+1211
* * lisp/textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.Stefan Monnier2012-06-272-2/+5
* * lisp/emacs-lisp/cl.el (flet): Mark obsolete.Stefan Monnier2012-06-279-113/+148
* * lisp/gnus/shr.el (shr-render-buffer): New command.Stefan Monnier2012-06-272-5/+16
* * lisp/emacs-lisp/cl.el: Use lexical-binding. Fix flet.Stefan Monnier2012-06-272-4/+21
* * lisp/emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):Stefan Monnier2012-06-272-1/+7
* Remove paths.elGlenn Morris2012-06-274-109/+81
* * lisp/custom.el (custom-initialize-delay): Doc fix.Glenn Morris2012-06-272-1/+5
* Replace eshell-defgroup with plain defgroupGlenn Morris2012-06-2719-37/+61
* Let C-h f do autoloading, and report if a function was previously autoloaded.Chong Yidong2012-06-273-53/+104
* NEWS, ChangeLog fixesGlenn Morris2012-06-261-5/+5
* lisp/gnus/tests/gnustest-{nntp,registry}.el: Set no-byte-compile and no-updat...Katsumi Yamaoka2012-06-273-0/+15
* lisp/gnus/ChangeLog: Cosmetic fixKatsumi Yamaoka2012-06-261-3/+3
* Add lisp/gnus/mm-archive.el, lisp/gnus/tests/gnustest-nntp.el, and lisp/gnus/...Gnus developers2012-06-263-0/+417
* Merge changes made in Gnus master ever since feature freezeGnus developers2012-06-2629-1039/+1815
* Fix parallel bootstrap on MS-Windows in lib/ and lisp/.Eli Zaretskii2012-06-262-2/+9
* * lisp/files.el (file-name-base): New convenience function.Sam Steingold2012-06-2617-51/+43
* In calendar-exit don't try to delete or iconify last frame.Martin Rudalics2012-06-262-4/+11
* * lisp/server.el (server-process-filter): Remember dir in theJim Diamond2012-06-252-1/+7
* * xml.el (xml-parse-tag): Corrrectly handle comment embedded in non-tag text.Chong Yidong2012-06-242-1/+7
* lisp/makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:...Juanma Barranquero2012-06-232-2/+6
* Miscellaneous minor cleanups and simplifications.Stefan Monnier2012-06-238-23/+38
* Use @ interactive spec for Info-mouse-follow-link.Chong Yidong2012-06-232-4/+3
* Fixes for Info link-following mouse commands.Chong Yidong2012-06-232-46/+35
* Fix last commit.Chong Yidong2012-06-231-3/+0
* * mouse.el (mouse-drag-track): Deactivate the mark before popping.Chong Yidong2012-06-232-4/+11
* Mark python-mode abbrevs as system abbrevs.Chong Yidong2012-06-233-6/+15
* * lisp/emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists.Stefan Monnier2012-06-233-24/+35
* * lisp/minibuffer.el (completion--twq-try): Try to fail more gracefully whenStefan Monnier2012-06-222-5/+21
* * lisp/pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.Glenn Morris2012-06-222-3/+8
* Further GV/CL cleanups.Stefan Monnier2012-06-2215-329/+449
* Support higher-resolution time stamps.Paul Eggert2012-06-224-68/+153
* * lisp/icomplete.el (icomplete-minibuffer-setup, icomplete-completions):Stefan Monnier2012-06-222-4/+9
* * lisp/subr.el (read-passwd): Don't use a history at all.Stefan Monnier2012-06-223-5/+14
* Improve pcmpl-rpm-query-options custom typeGlenn Morris2012-06-221-3/+7
* Fix bug #11726 -- send a message after `toggle-read-only'.Bastien Guerry2012-06-222-12/+20
* Provide generalized variables in core Elisp.Stefan Monnier2012-06-2222-1976/+2044
* Further speed up rpm completion, by caching the installed packagesGlenn Morris2012-06-222-4/+30
* Misc doc fixes for Dired.Chong Yidong2012-06-224-62/+88
* Try to speed up pcomplete's calling of rpm -qaGlenn Morris2012-06-222-7/+34
* * calendar.el (calendar-in-read-only-buffer): Avoid some needless mode changes.Glenn Morris2012-06-212-1/+6
* * url.el (url-retrieve-internal): Fix last change.Chong Yidong2012-06-212-3/+7
* * desktop.el (desktop-read): Use user-emacs-directory if desktop-path is nil.Chong Yidong2012-06-212-2/+3
* Fixes to desktop reading logic.Chong Yidong2012-06-212-5/+9
* term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).Chong Yidong2012-06-202-13/+17
* * lisp/ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j.David Röthlisberger2012-06-202-8/+11