summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* Replace lexical-let by lexical-binding (except Gnus, CEDET, ERT).Stefan Monnier2012-04-2614-109/+113
* * image.el (image-type-from-buffer): Only return supported image type.Chong Yidong2012-04-262-1/+6
* Fixes for diff-hunk-kill.Chong Yidong2012-04-262-47/+82
* Allow undoing in read-only diff-mode buffers.Chong Yidong2012-04-262-17/+14
* * lisp/vc/vc-mtn.el:Stefan Monnier2012-04-2514-327/+317
* Adapt ediff window handling to multi-tty.Chong Yidong2012-04-263-24/+41
* Revive plstore editing mode previously reverted due to feature freeze.Daiki Ueno2012-04-262-6/+139
* Add support for completion of quoted/escaped data.Stefan Monnier2012-04-258-440/+587
|\
| * Remove unnecessary use of minibuffer-completing-file-name.Stefan Monnier2012-04-255-135/+127
| * Use completion-table-with-quoting for comint and pcomplete.Stefan Monnier2012-04-254-197/+133
| * * lisp/minibuffer.el: Use completion-table-with-quoting for read-file-name.Stefan Monnier2012-04-252-49/+39
| * * lisp/minibuffer.el: Add support for completion of quoted/escaped data.Stefan Monnier2012-04-252-57/+286
* | * lisp/progmodes/python.el (python-pdbtrack-get-source-buffer): UseLeo Liu2012-04-262-6/+16
|/
* * progmodes/python.el (python-send-region): Add suffix .pyLeo Liu2012-04-252-1/+4
* Fix whitespace highlighting of context diffs.Chong Yidong2012-04-254-14/+41
* * lisp/files.el (auto-mode-alist): Use javascript-mode instead.Leo Liu2012-04-252-2/+6
* Sync with soap-client repository. Support SOAP simpleType. (Bug#10331)Alex Harsanyi2012-04-253-16/+149
* * cus-edit.el (custom-buffer-create-internal): Update header text.Chong Yidong2012-04-252-6/+9
* Force interactive-mode in GDB on MS-Windows.Eli Zaretskii2012-04-252-2/+13
* * notifications.el (top): Remove unneeded declarations.Michael Albinus2012-04-242-8/+2
* * notifications.el (notifications-get-capabilities): Fix docstring.Michael Albinus2012-04-241-15/+15
* * notifications.el (notifications-specification-version): Change to "1.2".Michael Albinus2012-04-242-25/+57
* * ruby-mode.el: Handle general delimited literals.Stefan Monnier2012-04-242-14/+97
|\
| * * lisp/progmodes/ruby-mode.el: Simplify last change, and cleanup code.Stefan Monnier2012-04-242-28/+42
| * * lisp/progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).Dmitry Gutov2012-04-242-3/+22
| * * lisp/progmodes/ruby-mode.el: Handle general delimited literals.Dmitry Gutov2012-04-242-6/+56
* | * notifications.el (notifications-interface)Michael Albinus2012-04-242-3/+41
|/
* * lisp/progmodes/python.el: Move hideshow setup to the end.Leo Liu2012-04-242-9/+15
* Don't clear echo area prematurely when handling select window events (Bug#113...Martin Rudalics2012-04-242-0/+7
* * lisp/ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-modeStefan Monnier2012-04-233-56/+59
* * lisp/ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.Ivan Andrus2012-04-233-6/+27
* * subr.el (accept-change-group): Fix arg usage.Chong Yidong2012-04-232-1/+5
* Use proper faces in apropos.el.Chong Yidong2012-04-232-46/+57
* * apropos.el (apropos-read-pattern): Fix word list splitting.Chong Yidong2012-04-232-1/+2
* Remove non-option variable handling from customize-aproposChong Yidong2012-04-233-38/+38
* * net/xesam.el (xesam-mode-map): Use let-bound map inMichael Albinus2012-04-232-1/+6
* ispell.el,flyspell.el: Preserve session localwords when switching back buffers.Agustín Martín2012-04-233-5/+43
* Remove obsolete usage of (ispell-insert-word)Agustín Martín2012-04-232-13/+10
* Spelling fixes.Paul Eggert2012-04-222-2/+2
* * faces.el (face-spec-set): Stop supporting deprecated form of third arg.Chong Yidong2012-04-232-29/+26
* Make the "reset-saved" Custom operation reset to default if there is no saved...Chong Yidong2012-04-232-45/+53
* Move functions from C to Lisp. Make non-blocking method callsMichael Albinus2012-04-222-223/+875
* Tweaks to Customize interface. Set custom-reset-button-menu to t.Chong Yidong2012-04-2223-110/+160
* CC Mode. Adding a ) can hide the resulting (..) from searches. Fix it.Alan Mackenzie2012-04-222-9/+41
* Don't add modes to which-func-modes if already set to t.Juanma Barranquero2012-04-214-4/+14
* * lisp/net/rcirc.el (rcirc): Avoid error when process-contact returnsLeo Liu2012-04-212-5/+12
* Improve tbl support in woman.el.Michael Vehrs2012-04-212-24/+90
* * lisp/minibuffer.el (completion-file-name-table): Complete user names.Stefan Monnier2012-04-202-0/+10
* * lisp/font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-letLeo Liu2012-04-202-4/+9
* Fix emacsclient/server behavior under --without-x.Chong Yidong2012-04-202-3/+7