| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Don't rewrite (funcall 'f ...) to (f ...).
|
|
|
|
|
|
|
| |
* lisp/emulation/viper-cmd.el (viper-adjust-undo): Add back last undo
boundary if it has been removed.
Addresses Bug#22295.
|
|
|
|
| |
This reverts commit c0139e32f1f3bb287b04e02a69a7848d6a040003.
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
* README:
* configure.ac:
* lisp/ldefs-boot.el:
* msdos/sed2v2.inp: Bump Emacs version to 25.0.95.
|
| |
|
|
|
|
| |
* admin/authors.el (authors-renamed-files-alist): Add char-fold files.
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
|
|
| |
* 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).
|
|
|
|
|
|
|
| |
[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.
|
|
|
|
|
|
|
| |
* src/keyboard.c (recursive_edit_1): specbind
undo-auto--undoably-changed-buffers.
* lisp/simple.el (undo-auto--undoably-changed-buffers):
fix docstring.
|
|
|
|
|
|
| |
* lisp/subr.el (alist-get): Doc fix.
* doc/lispref/lists.texi (Association Lists): Improve alist-get.
; * etc/NEWS: Related edit.
|
|
|
|
| |
Avoid tabs. (Bug#23616)
|
| |
|
|
|
|
| |
Fix handling of file name for aliases. (Bug#21950)
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
* lisp/progmodes/ruby-mode.el (ruby-parse-partial): Support
squiggly heredocs here, too (port from upstream).
|
|
|
|
|
|
|
|
|
|
| |
* 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).
|
|
|
|
|
|
| |
* 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)
|
|
|
|
| |
(Bug#23641)
|
| |
|
|
|
|
| |
Delete temp-file at end.
|
| |
|
| |
|
|
|
|
| |
Fix typo. (Bug#23654)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
* doc/misc/mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH):
Update for release 8.6.
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
* doc/emacs/trouble.texi (Sending Patches):
Fix the typo (bug#23657).
|
|
|
|
|
|
| |
* lisp/desktop.el (desktop-restore-in-current-display):
Default to t, not nil (Bug#23604).
* etc/NEWS: Mention the change.
|
| |
|
| |
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
|
| |
* 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.
|
|
|
|
| |
substitute-command-keys to undo help--docstring-quote. (Bug#23634)
|
| |
|
|
|
|
|
|
|
| |
* lisp/subr.el (number-sequence): Avoid overflow leading to an
infloop. (Bug#23627)
* test/automated/subr-tests.el (number-sequence-test): New test.
|
| |
|
|
|
|
| |
Update for symbol-function no longer erroring. (Bug#23626)
|
|
|
|
| |
(w32-get-valid-locale-ids): Improve declarations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug is to unbind old cell names when renaming a cell with
'makunbound'. when the old cell name is of A1 type, then
'kill-local-variable' must be used instead, so that only the current
spreadsheet is affected. When the old cell name is a renamed cell,
then 'ses--unbind-cell-name' must be used in order to remove the old
name from the name hashmap.
* ses.el (ses-rename-cell): check consistency of cell symbol from
text-property and from array object. Instead of 'makunbound', use
either 'ses--unbind-cell-name' or 'kill-local-variable' depending on
whether the cell old name is a named cell or an A1 type cell
|
|\ |
|
| | |
|
| |
| |
| |
| | |
This is relevant for M-x add-release-logs right after M-x authors.
|
| | |
|
| | |
|