aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve fix for resizing minibuffer windows.Martin Rudalics2012-04-201-32/+58
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/startup.el: Fix typo.Chong Yidong2012-04-201-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix resizing of minibuffer windows (Bug#11276).Martin Rudalics2012-04-203-20/+44
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix missing prefix warning in pascal.el.Chong Yidong2012-04-272-23/+29
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * emacs-lisp/assoc.el: Move to obsolete/.Stefan Monnier2012-04-263-0/+10
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lisp/gnus/plstore.el: Fix buildbot failure with XEmacsDaiki Ueno2012-04-262-1/+19
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue.Stefan Monnier2012-04-262-0/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace lexical-let by lexical-binding (except Gnus, CEDET, ERT).Stefan Monnier2012-04-2614-109/+113
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow word wrap together with whitespace-mode (bug #11341)Eli Zaretskii2012-04-262-5/+19
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't disable Unicode menus on Windows NT and later due to random errors.Eli Zaretskii2012-04-262-2/+14
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/elisp-covers.texi: Remove file.Glenn Morris2012-04-252-253/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/front-cover-1.texi: Remove file.Glenn Morris2012-04-252-52/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove doc/lispref/tindex.plGlenn Morris2012-04-254-125/+7
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/Makefile.in (srcs): Remove back.texi (which is unused).Glenn Morris2012-04-253-2/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for completion of quoted/escaped data.Stefan Monnier2012-04-259-440/+595
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-253-57/+294
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `notifications-get-capabilities' of notifications.el.Michael Albinus2012-04-241-0/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * .gdbinit (xpr): Handle USE_2_TAGS_FOR_INTS.Andreas Schwab2012-04-242-3/+15
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * notifications.el (notifications-specification-version): Change to "1.2".Michael Albinus2012-04-244-38/+90
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ruby-mode.el: Handle general delimited literals.Stefan Monnier2012-04-244-14/+120
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/progmodes/ruby-mode.el: Simplify last change, and cleanup code.Stefan Monnier2012-04-244-28/+65
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-244-3/+84
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-244-1/+17
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/gnutls.c: Fix previous change.Juanma Barranquero2012-04-242-2/+11
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Obsoleted argument list of `dbus-register-signal'.Michael Albinus2012-04-241-0/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-modeStefan Monnier2012-04-234-57/+61
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.Ivan Andrus2012-04-234-6/+29
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/gnutls.c (init_gnutls_functions): Fix bug#11311.Juanma Barranquero2012-04-242-2/+7
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not create empty overlays with the evaporate property (Bug#9642).Paul Eggert2012-04-232-18/+27