summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Turn on more lexical-bindingMark Oteiza2016-09-2812-22/+22
| | | | | | | | | | | | | | | | | | | | | * lisp/dom.el: * lisp/faces.el: * lisp/htmlfontify.el: Turn on lexical-binding. (htmlfontify-string): Use pushnew instead of add-to-list. * lisp/info-xref.el: * lisp/isearch.el: * lisp/man.el: * lisp/ps-def.el: * lisp/ps-print.el: * lisp/replace.el: Turn on lexical-binding. Require cl-lib at compile time. (multi-occur): Use cl-pushnew instead of add-to-list. (replace-match-string-symbols): Remove unused lexical variable. (replace-search, replace-highlight): Fix argument shadowing. * lisp/sort.el: * lisp/xml.el: Turn on lexical-binding. (xml--parse-buffer): Use push instead of add-to-list. * lisp/xt-mouse.el: Turn on lexical-binding.
* ; Fix previous changeMark Oteiza2016-09-271-4/+5
| | | | | * lisp/woman.el (woman-parse-man.conf, woman-manpath-add-locales) (woman-cached-data): Use :test #'equal for instances of cl-pushnew.
* * admin/notes/bug-triage: Do not mention closed bugsMichael Albinus2016-09-271-4/+2
| | | | | * admin/notes/bug-triage: Do not mention closed bugs, they are suppressed by default in debbugs-{gnu,org}.
* * etc/PROBLEMS: Remove problem Bug#22814, again.Michael Albinus2016-09-271-11/+0
|
* Stick with debbugs-supported tags in triagePaul Eggert2016-09-261-8/+8
| | | | | | * admin/notes/bug-triage: Stick to the tag "unreproducible", which debbugs supports, rather than suggesting "doneunreproducible" or "unreproducable".
* ; Merge from origin/emacs-25Paul Eggert2016-09-260-0/+0
|\ | | | | | | | | | | The following commit was skipped: 5b73408 Backport mm-convert-shr-links fix from master (bug#23964)
| * Backport mm-convert-shr-links fix from master (bug#23964)Katsumi Yamaoka2016-09-261-2/+0
| | | | | | | | | | * lisp/gnus/mm-decode.el (mm-convert-shr-links): Preserve key bindings that shr adds (bug#23964).
* | Merge from origin/emacs-25Paul Eggert2016-09-267-24/+53
|\ \ | |/ | | | | | | | | | | | | | | 9fc9988 Improve documentation of 'expand-abbrev' and wrapper hooks c14a1d4 Minor copyedits of MS-Windows installation instructions f281924 Fix display of cursor when 'blink-cursor-delay' has small value # Conflicts: # lisp/minibuffer.el
| * Improve documentation of 'expand-abbrev' and wrapper hooksEli Zaretskii2016-09-264-9/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/simple.el (filter-buffer-substring-functions) (buffer-substring--filter): Add a link to 'with-wrapper-hook' as the place to look for documentation of wrapper hooks. * lisp/minibuffer.el (completion-in-region-functions) (completion--in-region): Add a link to 'with-wrapper-hook' as the place to look for documentation of wrapper hooks. * lisp/abbrev.el (expand-abbrev, abbrev--default-expand): Clarify the doc strings. (Bug#24540) * doc/lispref/text.texi (Buffer Contents): Mention 'with-wrapper-hook's doc string as the place to learn about that obsolete facility.
| * Minor copyedits of MS-Windows installation instructionsEli Zaretskii2016-09-252-13/+27
| | | | | | | | | | * nt/INSTALL: * nt/README.W32: Add URL of Emacs dependencies on alpha.gnu.org.
| * Fix display of cursor when 'blink-cursor-delay' has small valueEli Zaretskii2016-09-231-2/+10
| | | | | | | | | | | | | | | | * lisp/frame.el (blink-cursor-check, blink-cursor-mode): Protect ourselves against too small values of blink-cursor-delay. This avoids erratic display of the cursor, or even failure to display it, when user types text at high speed or leans on a key to invoke the keyboard auto-repeat feature. (Bug#24372)
* | ; Merge from origin/emacs-25Paul Eggert2016-09-260-0/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | The following commits were skipped: 7cb120e Improve the doc string of 'format' 3a9866e Improve doc strings in whitespace.el 2e2469b Improve detectability of 'next-logical-line' and 'previous-lo... 16e6207 Fix (next-frame nil t) crash (Bug#24281) 3f539c0 Fix debugging of string-match-p errors f746a92 Fix region display while dragging mouse df4f812 Fix 'vertical-motion' and 'posn-at-point' under 'visual-line-... 9135bd7 Improve display of tex-verbatim and Info quoted e0dd65c Document how to check for ImageMagick support dc1e0ac Run find-function-after-hook after finding a symbol
| * Improve the doc string of 'format'Eli Zaretskii2016-09-231-1/+2
| | | | | | | | | | | | | | | | * src/editfns.c (Fformat): Fix ambiguity in the doc string's usage of a literal period. (Bug#24407) This was backported from master (cherry picked from commit 7123896626b06c26c4e37839ab41e41980c8f433)
| * Improve doc strings in whitespace.elEli Zaretskii2016-09-231-8/+16
| | | | | | | | | | | | | | | | | | * lisp/whitespace.el (whitespace-mode, whitespace-newline-mode) (global-whitespace-mode, global-whitespace-newline-mode): Improve the doc strings. (Bug#24413) This was backported from master (cherry picked from commit 3462fe73351f3da5bc3ebf8296ee44dd2e6b1dbc)
| * Improve detectability of 'next-logical-line' and 'previous-logical-line'Eli Zaretskii2016-09-231-0/+2
| | | | | | | | | | | | | | | | | | * lisp/simple.el (next-line, previous-line): Mention 'next-logical-line' and 'previous-logical-line' in the doc strings. (Bug#24443) This was backported from master (cherry picked from commit e95d0d15bb1534803b0adb3c3a927c8beb7d4e79)
| * Fix (next-frame nil t) crash (Bug#24281)Martin Rudalics2016-09-231-1/+1
| | | | | | | | | | | | | | | | * src/frame.c (candidate_frame): Check minibuf argument before comparing it to zero (Bug#24281). This was backported from master (cherry picked from commit dc491c3df305a73908fe8de20b7c428a5b38c846)
| * Fix debugging of string-match-p errorsNoam Postavsky2016-09-232-0/+6
| | | | | | | | | | | | | | | | | | * src/eval.c (call_debugger): Bind inhibit-changing-match-data to nil so that debugger code that needs to do regexp match won't break (Bug #23949, Bug #24166, Bug#16294). This was backported from master (cherry picked from commit 7fb75680b38fe0805c2ff7e9cca3bec8121ba984)
| * Fix region display while dragging mouseEli Zaretskii2016-09-231-3/+5
| | | | | | | | | | | | | | | | | | * lisp/mouse.el (mouse-drag-track): Reset deactivate-mark in the buffer of the drag event, to allow mark to be set and the region be shown as we drag the mouse. (Bug#24030) This was backported from master (cherry picked from commit 7d58b02f363ab02961faa950d1ba727df96f2f19)
| * Fix 'vertical-motion' and 'posn-at-point' under 'visual-line-mode'Eli Zaretskii2016-09-231-12/+52
| | | | | | | | | | | | | | | | | | | | | | | | * src/xdisp.c (move_it_in_display_line_to): Don't assume we can wrap on a whitespace character if it's followed by another whitespace character. When returning under WORD_WRAP for a screen line that is continued, restore to wrap point when atpos/atx position would be displayed on the next screen line due to line-wrap. (Bug#23570) This is backported from master (cherry picked from commit 99848b37d2c3e14c0af45fc6da437a806aa58a80)
| * Improve display of tex-verbatim and Info quotedPaul Eggert2016-09-237-3/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem reported by Glenn Morris (Bug#19889). * doc/emacs/display.texi (Standard Faces): * doc/lispref/display.texi (Basic Faces): * etc/NEWS: Mention fixed-pitch-serif. * lisp/faces.el (face-font-family-alternatives): New family alias Monospace Serif. (fixed-pitch-serif): New face, which uses the new family. * lisp/info.el (Info-quoted): * lisp/textmodes/tex-mode.el (tex-verbatim): Use the new face. * test/lisp/legacy/font-parse-tests.el (font-parse-tests--data): Add test case for Monospace Serif. This is backport from master (cherry picked from commit 36906806ccfc0e53f1d8c365ab0d7151288b7833)
| * Document how to check for ImageMagick supportLars Ingebrigtsen2016-09-231-0/+6
| | | | | | | | | | | | | | | | | | * doc/lispref/display.texi (ImageMagick Images): Say how to check for ImageMagick support, which isn't quite obvious (bug#20702). This is backport from master (cherry picked from commit faf07d646575c78d6d956ce91820ebbf38308553)
| * Run find-function-after-hook after finding a symbolTino Calancha2016-09-233-2/+11
| | | | | | | | | | | | | | | | | | | | | | * lisp/emacs-lisp/find-func.el (find-library): * lisp/help-mode.el (help-function-def, help-variable-def): Run `find-function-after-hook' inside the help-function of the buttons (bug#22583). * etc/NEWS: Mention the change. This is a backport from master. (cherry picked from commit f069d854508946bcc03e4c77ceb430748e3ab6d7)
* | Merge from origin/emacs-25Paul Eggert2016-09-265-16/+30
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | 0ae9a81 Document 'timerp' 2c72c46 Improve documentation of overlay priorities f6fa160 Fix 'dired-compress-files' 2b8c5f0 Update commentary of STRING_CHAR and FETCH_MULTIBYTE_CHAR # Conflicts: # lisp/dired.el # src/buffer.h # src/character.h
| * Document 'timerp'Eli Zaretskii2016-09-231-2/+9
| | | | | | | | | | * doc/lispref/os.texi (Timers): Document 'timerp'. (Bug#24511) Improve indexing.
| * Improve documentation of overlay prioritiesEli Zaretskii2016-09-232-12/+19
| | | | | | | | | | | | * doc/lispref/display.texi (Overlay Properties): Minor copyedits. By popular demand, mention the '(PRIMNARY . SECONDARY)' form of overlay properties used for the region. (Bug#20253)
| * Fix 'dired-compress-files'Eli Zaretskii2016-09-232-5/+5
| | | | | | | | | | | | | | | | * lisp/dired-aux.el (dired-do-compress-to): Make sure the archive file name is fully expanded by running it through 'expand-file-name'. Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#24486) Doc fix. * lisp/dired.el: Regenerated changes in autoloads.
| * Update commentary of STRING_CHAR and FETCH_MULTIBYTE_CHAREli Zaretskii2016-09-232-15/+2
| | | | | | | | | | | | | | * src/character.h (STRING_CHAR): * src/buffer.h (FETCH_MULTIBYTE_CHAR): Update commentary: these two macros no longer do any character unification, so the caveats in those comments are no longer pertinent.
* | ; Merge from origin/emacs-25Paul Eggert2016-09-260-0/+0
|\ \ | |/ | | | | | | | | The following commit was skipped: 0d016ca Increment Emacs version to 25.1.50
| * Increment Emacs version to 25.1.50Eli Zaretskii2016-09-234-3/+7
| | | | | | | | | | | | | | * README: * configure.ac: * etc/NEWS: * msdos/sed2v2.inp: Bump the version to 25.1.50.
* | Merge from origin/emacs-25Paul Eggert2016-09-2617-40/+581
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | cf9e174 Document the optional zlib library in MS-Windows builds 84eb144 ; * admin/notes/unicode: Mention BidiCharacterTest.txt. 73c67dd Fix tagging of DEFUN by etags ea1960b Avoid resetting track-mouse by mouse clicks 505fef3 Improve nt/README.W32 instructions 1229cc4 Document that desktop file overrides frame parameters f0eb70d ; Update ChangeLog.2 and ldef-boot.el for Emacs 25.1 release # Conflicts: # ChangeLog.2 # admin/notes/unicode # lisp/ldefs-boot.el
| * Document the optional zlib library in MS-Windows buildsEli Zaretskii2016-09-213-4/+29
| | | | | | | | | | | | | | * nt/README.W32: * nt/INSTALL.W64: * nt/INSTALL: Mention the optional text decompression support and the zlib library.
| * ; * admin/notes/unicode: Mention BidiCharacterTest.txt.Eli Zaretskii2016-09-211-4/+9
| |
| * Fix tagging of DEFUN by etagsEli Zaretskii2016-09-218-20/+349
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lib-src/etags.c (C_entries): Tag DEFUN twice: once with its C name, and then again with its Lisp name. This restores the ability to find Lisp primitives by their C name, which was lost when the etags back-end was switched to a more strict search criteria. * test/etags/ETAGS.good_1: * test/etags/ETAGS.good_2: * test/etags/ETAGS.good_3: * test/etags/ETAGS.good_4: * test/etags/ETAGS.good_5: * test/etags/ETAGS.good_6: * test/etags/CTAGS.good: Adapt to the changes in etags.c wrt tagging DEFUN.
| * Avoid resetting track-mouse by mouse clicksEli Zaretskii2016-09-211-4/+6
| | | | | | | | | | | | * lisp/mouse.el (mouse-drag-line, mouse-drag-track): Don't assume the previous value of track-mouse is nil; instead, save and restore the previous value. (Bug#24480)
| * Improve nt/README.W32 instructionsEli Zaretskii2016-09-201-7/+58
| | | | | | | | | | * nt/README.W32: Add instructions for installing 64-bit builds of optional libraries. (Bug#24470)
| * Document that desktop file overrides frame parametersEli Zaretskii2016-09-172-0/+19
| | | | | | | | | | | | | | | | | | * doc/emacs/misc.texi (Saving Emacs Sessions): * doc/emacs/frames.texi (Frame Parameters): Document that frame parameters restored by desktop.el take precedence over the customizations in the init file, and explain how to countermand that. For the details of the issue, see http://lists.gnu.org/archive/html/emacs-devel/2016-09/msg00318.html.
| * ; Update ChangeLog.2 and ldef-boot.el for Emacs 25.1 releaseemacs-25.1Nicolas Petton2016-09-153-56/+200
| |
* | ; Merge from origin/emacs-25Paul Eggert2016-09-260-0/+0
|\ \ | |/ | | | | | | | | The following commit was skipped: 8d0ff83 * etc/AUTHORS: Regenerate the AUTHORS file
| * * etc/AUTHORS: Regenerate the AUTHORS fileNicolas Petton2016-09-151-19/+21
| |
* | Merge from origin/emacs-25Paul Eggert2016-09-2617-445/+619
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0ffc9ce Update admin/authors.el 0ad7410 Update Antinews in ELisp manual ea0f750 Fix comments on window height macros 0bbdeed Fix 'url-http-create-request' when cookies are used 0045998 Fix cross reference in frames.texi 1392894 ; * etc/DEBUG: Minor copyedits. 304a5c8 ; * etc/DEBUG: Improve documentation of getting control to GDB. 56bf7d7 Fix regexp-opt documentation (bug #17862) 803ad6f ; Fix documentation of seq-subseq ed4530d * lisp/emacs-lisp/gv.el (gv-ref): Fix example of PLACE in doc... 88ea396 ; Spelling fixes 17197d0 Fix tags-query-replace docstring 80a7f8b Clarify documentation of precision in format specs 88a5052 Improve and clarify documentation of subprocesses 89eb09f * etc/PROBLEMS: Mention gnutls-cli 3.5.3 (Bug#24247). # Conflicts: # etc/PROBLEMS # src/process.c
| * Update admin/authors.elEli Zaretskii2016-09-151-0/+2
| | | | | | | | | | * admin/authors.el (authors-fixed-entries): Add an entry for Bob Weiner.
| * Update Antinews in ELisp manualEli Zaretskii2016-09-142-93/+71
| | | | | | | | | | | | * doc/lispref/anti.texi (Antinews): Update for Emacs 25.1. * doc/lispref/elisp.texi (Top): Update the main menu entry for Antinews.
| * Fix comments on window height macrosNoam Postavsky2016-09-111-2/+2
| | | | | | | | | | | | * src/window.h (WINDOW_MODE_LINE_HEIGHT, WINDOW_HEADER_LINE_HEIGHT): Fix confusing claim that "height is in pixels and in lines"; in fact it's in pixels.
| * Fix 'url-http-create-request' when cookies are usedToke Høiland-Jørgensen2016-09-101-3/+4
| | | | | | | | | | | | | | | | * lisp/url/url-http.el (url-http-create-request): Make sure the cookie headers are a unibyte string. For the details, see http://lists.gnu.org/archive/html/emacs-devel/2016-09/msg00202.html. Copyright-paperwork-exempt: yes
| * Fix cross reference in frames.texiMartin Rudalics2016-09-081-2/+1
| | | | | | | | | | * doc/lispref/frames.texi (Minibuffers and Frames): Fix cross reference.
| * ; * etc/DEBUG: Minor copyedits.Eli Zaretskii2016-09-071-4/+8
| |
| * ; * etc/DEBUG: Improve documentation of getting control to GDB.Eli Zaretskii2016-09-051-22/+49
| | | | | | | | Suggested by Alain Schneble <a.s@realize.ch>.
| * Fix regexp-opt documentation (bug #17862)immerrr2016-09-032-28/+70
| | | | | | | | | | * lisp/emacs-lisp/regexp-opt.el (regexp-opt): * doc/lispref/searching.texi (Regexp Functions): Update PAREN doc.
| * ; Fix documentation of seq-subseqClément Pit--Claudel2016-09-021-1/+1
| |
| * * lisp/emacs-lisp/gv.el (gv-ref): Fix example of PLACE in docstring.Nicolas Richard2016-08-311-1/+1
| |