summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Bump version to 25.0.95emacs-25.0.95Nicolas Petton2016-06-11
| | | | | | | * README: * configure.ac: * lisp/ldefs-boot.el: * msdos/sed2v2.inp: Bump Emacs version to 25.0.95.
* * etc/AUTHORS: Update the AUTHORS fileNicolas Petton2016-06-11
|
* add entries to authors.elNicolas Petton2016-06-11
| | | | * admin/authors.el (authors-renamed-files-alist): Add char-fold files.
* Fix eldoc-related freezes in python modeJules Tamagnan2016-06-10
| | | | | | | | * 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)
* Handle mouse leaving initial window in `mouse-set-region' (Bug#23707)Martin Rudalics2016-06-09
| | | | | | | * 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).
* org.el: Fix bindings of < and > for calendar scrollingMarco Wahl2016-06-08
| | | | | | | [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.
* Fix undo boundary in recursive edit (Bug#23632)Phillip Lord2016-06-08
| | | | | | | * src/keyboard.c (recursive_edit_1): specbind undo-auto--undoably-changed-buffers. * lisp/simple.el (undo-auto--undoably-changed-buffers): fix docstring.
* Doc fixes re alist-get. (Bug#23548)Glenn Morris2016-06-07
| | | | | | * lisp/subr.el (alist-get): Doc fix. * doc/lispref/lists.texi (Association Lists): Improve alist-get. ; * etc/NEWS: Related edit.
* * lisp/progmodes/python.el (inferior-python-mode):Glenn Morris2016-06-07
| | | | Avoid tabs. (Bug#23616)
* * src/syntax.c (syms_of_syntax) <comment-end-can-be-escaped>: Doc fix.Glenn Morris2016-06-07
|
* * lisp/help-fns.el (describe-function-1):Tino Calancha2016-06-07
| | | | Fix handling of file name for aliases. (Bug#21950)
* * lisp/emacs-lisp/cl-macs.el (cl-loop): Doc fix re "by".Tino Calancha2016-06-07
|
* * doc/misc/cl.texi (Mapping over Sequences): Fix cl-notevery.Tino Calancha2016-06-07
|
* Fix crash in syntax.c after GCPaul Eggert2016-06-07
| | | | | | | 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.
* Improve squiggly heredoc support in non-SMIE Ruby modeDmitry Gutov2016-06-07
| | | | | * lisp/progmodes/ruby-mode.el (ruby-parse-partial): Support squiggly heredocs here, too (port from upstream).
* Fix doc string quotingStephen Berman2016-06-06
| | | | | | | | | | * 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).
* Fix mouse dragging of vertical dividers with scroll bars on left (Bug#23690)Martin Rudalics2016-06-05
| | | | | | * 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)
* * etc/PROBLEMS: Mention the link-time problems on FreeBSD 11.Eli Zaretskii2016-06-04
| | | | (Bug#23641)
* ; Auto-commit of loaddefs files.Glenn Morris2016-06-01
|
* * test/automated/viper-tests.el (viper-test-undo-kmacro):Glenn Morris2016-05-31
| | | | Delete temp-file at end.
* * lisp/mail/footnote.el (footnote-mode): Fix doc typo.Glenn Morris2016-05-31
|
* * doc/misc/smtpmail.texi (Encryption): Fix 2012-12-22 typo.Glenn Morris2016-05-31
|
* * lisp/emacs-lisp/lisp-mode.el (lisp--mode-syntax-table):Glenn Morris2016-05-31
| | | | Fix typo. (Bug#23654)
* ; Spelling fixPaul Eggert2016-05-30
|
* * lisp/recentf.el (recentf-dialog-mode-map): Remove follow-link (bug#22434)Stefan Monnier2016-05-30
|
* Correct cl-flet usage (Bug#22317)Bill Wohler2016-05-30
| | | | | | | | | | * 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.
* Release MH-E manual version 8.6Bill Wohler2016-05-30
| | | | | * doc/misc/mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for release 8.6.
* Update MH-E's documentation about HTML renderersMike Kupfer2016-05-30
| | | | | | | | | | | * 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.
* Fx the we->the typoDmitry Gutov2016-05-30
| | | | | * doc/emacs/trouble.texi (Sending Patches): Fix the typo (bug#23657).
* Restore frames into the current display by defaultPaul Eggert2016-05-29
| | | | | | * lisp/desktop.el (desktop-restore-in-current-display): Default to t, not nil (Bug#23604). * etc/NEWS: Mention the change.
* * lisp/recentf.el (recentf-open-files-item): Quick fix for (bug#22434).Stefan Monnier2016-05-29
|
* etc/TODO: Remove out-of-place issueStefan Monnier2016-05-29
|
* Clarify doc string of 'file-name-sans-extension'Eli Zaretskii2016-05-29
| | | | | | * 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)
* Fix the MSDOS buildEli Zaretskii2016-05-28
| | | | | | * 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.
* * lisp/progmodes/elisp-mode.el (elisp-function-argstring): CallAndreas Schwab2016-05-28
| | | | substitute-command-keys to undo help--docstring-quote. (Bug#23634)
* * src/dired.c (Ffile_name_all_completions): Doc fix. (Bug#23631)Eli Zaretskii2016-05-27
|
* Fix infloop in 'number-sequence'Eli Zaretskii2016-05-27
| | | | | | | * lisp/subr.el (number-sequence): Avoid overflow leading to an infloop. (Bug#23627) * test/automated/subr-tests.el (number-sequence-test): New test.
* ; Spelling and punctuation fixes in commentsPaul Eggert2016-05-26
|
* * lisp/emacs-lisp/find-func.el (find-function-library):Glenn Morris2016-05-26
| | | | Update for symbol-function no longer erroring. (Bug#23626)
* * lisp/w32-fns.el (set-message-beep, w32-get-locale-info)Glenn Morris2016-05-26
| | | | (w32-get-valid-locale-ids): Improve declarations.
* Correct old cell name unbinding when renaming cell.Vincent Belaïche2016-05-26
| | | | | | | | | | | | | | 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
* Merge branch 'emacs-25' of git.sv.gnu.org:/srv/git/emacs into emacs-25Vincent Belaïche2016-05-25
|\
| * * admin/admin.el (add-release-logs): Basic check of existing ChangeLog.Glenn Morris2016-05-25
| |
| * * build-aux/gitlog-to-emacslog: Handle empty generated ChangeLog.Glenn Morris2016-05-25
| | | | | | | | This is relevant for M-x add-release-logs right after M-x authors.
| * * admin/admin.el (add-release-logs): Generate ChangeLog if needed.Glenn Morris2016-05-25
| |
| * * doc/misc/texinfo.tex: Revert previous change (Bug#23611).Paul Eggert2016-05-25
| |
| * * admin/authors.el (authors): First update the ChangeLog.Glenn Morris2016-05-25
| | | | | | | | * admin/make-tarball.txt: Related updates.
* | Document problem: slow screen refresh on missing font.Vincent Belaïche2016-05-25
|/ | | | See discussion of bug#22519 for more on this.
* ; 'Changes from the pre-25.1 API' copyeditsDmitry Gutov2016-05-25
|
* Rename vc-stay-local back to vc-cvs-stay-localDmitry Gutov2016-05-25
| | | | | | * lisp/vc/vc-cvs.el (vc-cvs-stay-local): Rename back from vc-stay-local (bug#19548). Improve the docstring. (vc-cvs-stay-local-p): Update accordingly.