- 11 Jun, 2016 4 commits
-
-
Stefan Monnier authored
Don't rewrite (funcall 'f ...) to (f ...).
-
Phillip Lord authored
* lisp/emulation/viper-cmd.el (viper-adjust-undo): Add back last undo boundary if it has been removed. Addresses Bug#22295.
-
Phillip Lord authored
This reverts commit c0139e32.
-
Ken Brown authored
* src/dbusbind.c (Fdbus__init_bus): Use make_save_pointer to store connection address. (Bug#23741) (xd_lisp_dbus_to_dbus): Use XSAVE_POINTER to retrieve connection address.
-
- 10 Jun, 2016 4 commits
-
-
NicolasPetton authored
* README: * configure.ac: * lisp/ldefs-boot.el: * msdos/sed2v2.inp: Bump Emacs version to 25.0.95.
-
NicolasPetton authored
-
NicolasPetton authored
* admin/authors.el (authors-renamed-files-alist): Add char-fold files.
-
Jules Tamagnan authored
* lisp/progmodes/python.el (python-eldoc-get-doc): New defvar. (python-eldoc-function-timeout) (python-eldoc-function-timeout-permanent): New defcustoms. (python-eldoc-function): If python-eldoc--get-doc-at-point times out, effectively turn off ElDoc in current buffer. (Bug#23609)
-
- 09 Jun, 2016 1 commit
-
-
Martin Rudalics authored
* lisp/mouse.el (mouse-set-region): If the mouse ends up in another window or on the menu bar, use `window-point' of selected window instead of `posn-point' of the event end (Bug#23707).
-
- 08 Jun, 2016 2 commits
-
-
Marco Wahl authored
[This patch taken from upstream Org repo with 8b63dc9 dated 2014-10-20 (Bug#23725).] * lisp/org/org.el (org-read-date-minibuffer-local-map): Switch to the current calendar API for scrolling the calendar.
-
Phillip Lord authored
* src/keyboard.c (recursive_edit_1): specbind undo-auto--undoably-changed-buffers. * lisp/simple.el (undo-auto--undoably-changed-buffers): fix docstring.
-
- 07 Jun, 2016 8 commits
-
-
Glenn Morris authored
* lisp/subr.el (alist-get): Doc fix. * doc/lispref/lists.texi (Association Lists): Improve alist-get. ; * etc/NEWS: Related edit.
-
Glenn Morris authored
Avoid tabs. (Bug#23616)
-
Glenn Morris authored
-
Tino Calancha authored
Fix handling of file name for aliases. (Bug#21950)
-
Tino Calancha authored
-
Tino Calancha authored
-
Paul Eggert authored
Problem reported by Vincent Belaïche (Bug#23704). * src/syntax.c (skip_chars): Recompute pointers into the buffer after every call to update_syntax_table_forward, as it can GC.
-
Dmitry Gutov authored
* lisp/progmodes/ruby-mode.el (ruby-parse-partial): Support squiggly heredocs here, too (port from upstream).
-
- 06 Jun, 2016 1 commit
-
-
Stephen Berman authored
* lisp/files.el (shell-quote-wildcard-pattern): * lisp/progmodes/vhdl-mode.el (vhdl-mode): * lisp/subr.el (replace-regexp-in-string): * lisp/view.el (view-mode): * src/nsfns.m (syms_of_nsfns): * src/syntax.c (Fbackward_prefix_chars): Fix quoting problems in doc strings (Bug#23696).
-
- 05 Jun, 2016 1 commit
-
-
Martin Rudalics authored
* lisp/mouse.el (mouse-drag-line): With scroll bars on the left adjust trailing edge of window on the left when dragging the vertical divider of the mode line. (Bug#23690)
-
- 04 Jun, 2016 1 commit
-
-
Eli Zaretskii authored
(Bug#23641)
-
- 01 Jun, 2016 1 commit
-
-
Glenn Morris authored
-
- 31 May, 2016 6 commits
-
-
Glenn Morris authored
Delete temp-file at end.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
Fix typo. (Bug#23654)
-
Paul Eggert authored
-
Stefan Monnier authored
-
- 30 May, 2016 7 commits
-
-
Bill Wohler authored
* mh-compat.el: Rename mh-cl-flet to mh-flet and convert alias to macro using patch from Katsumi Yamaoka <yamaoka@jpl.org>. * mh-thread.el (mh-thread-set-tables): * mh-show.el (mh-gnus-article-highlight-citation): * mh-mime.el (mh-display-with-external-viewer): (mh-mime-display, mh-press-button, mh-push-button): (mh-display-emphasis): Call mh-flet instead of mh-cl-flet.
-
Bill Wohler authored
* doc/misc/mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.6.
-
Mike Kupfer authored
* doc/misc/mh-e.texi (HTML): Remove the footnote with the minimum Gnus version (we are no longer trying to support multiple Emacs releases). Sort the table of HTML renderers by name (the previous ordering was based on a 10-year-old survey). Add shr and gnus-w3m to the table. Remove the entry for w3 (no longer available). Update existing entries so that they are more consistent about what features are discussed, and to reflect recent testing (Debian 8). Small tweaks to existing text.
-
Dmitry Gutov authored
* doc/emacs/trouble.texi (Sending Patches): Fix the typo (bug#23657).
-
Paul Eggert authored
* lisp/desktop.el (desktop-restore-in-current-display): Default to t, not nil (Bug#23604). * etc/NEWS: Mention the change.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
- 29 May, 2016 1 commit
-
-
Eli Zaretskii authored
* lisp/files.el (file-name-sans-extension, file-name-extension): Clarify in the doc strings what is the extension, and which leading period doesn't count. (Bug#23643)
-
- 28 May, 2016 2 commits
-
-
Eli Zaretskii authored
* msdos/sed1v2.inp (PAXCTL_dumped, PAXCTL_notdumped): Define to empty, and remove the lines which use them in recipes, as that causes weird error message from Make and breaks the MSDOS build.
-
Andreas Schwab authored
substitute-command-keys to undo help--docstring-quote. (Bug#23634)
-
- 27 May, 2016 1 commit
-
-
Eli Zaretskii authored
-