- 04 Oct, 2016 1 commit
-
-
Eli Zaretskii authored
* CONTRIBUTE (http): Mention that doc fixes should always go to the release branch.
-
- 03 Oct, 2016 4 commits
-
-
Karl Fogel authored
* lisp/simple.el (yank): Document the handling of the `yank-handled-properties' and `yank-excluded-properties' variables, and the `yank-handler' text property. (yank-pop): Refer to `yank' now (bug#286) * lisp/subr.el (insert-for-yank): Refer to `yank' now. (insert-for-yank-1): Refer to `insert-for-yank' now. See this thread for discussion: https://lists.gnu.org/archive/html/emacs-devel/2016-09/threads.html#00329 From: Karl Fogel To: Emacs Devel Subject: Question about intended behavior of 'insert-for-yank-1'. Date: Mon, 12 Sep 2016 00:17:14 -0500 Message-ID: <874m5lr92d.fsf@red-bean.com>
-
Philipp Stephani authored
* editfns.c (Fcompare_buffer_substrings): Document behavior when the arguments are nil.
-
Katsumi Yamaoka authored
-
Katsumi Yamaoka authored
Document mml-secure-safe-bcc-list.
-
- 01 Oct, 2016 1 commit
-
-
Eli Zaretskii authored
-
- 29 Sep, 2016 1 commit
-
-
Katsumi Yamaoka authored
-
- 27 Sep, 2016 1 commit
-
-
Paul Eggert authored
* doc/lispref/searching.texi (Regexp Functions): Fix misspelling of “matching”. Use @table for table. Reformat code example to fit into info file width (Bug#17862).
-
- 26 Sep, 2016 2 commits
-
-
Katsumi Yamaoka authored
* lisp/gnus/mm-decode.el (mm-convert-shr-links): Preserve key bindings that shr adds (bug#23964).
-
Eli Zaretskii authored
* 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.
-
- 25 Sep, 2016 1 commit
-
-
Eli Zaretskii authored
* nt/INSTALL: * nt/README.W32: Add URL of Emacs dependencies on alpha.gnu.org.
-
- 23 Sep, 2016 16 commits
-
-
Eli Zaretskii authored
* 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)
-
Eli Zaretskii authored
* 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 71238966)
-
Eli Zaretskii authored
* 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 3462fe73)
-
Eli Zaretskii authored
* 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 e95d0d15)
-
Martin Rudalics authored
* src/frame.c (candidate_frame): Check minibuf argument before comparing it to zero (Bug#24281). This was backported from master (cherry picked from commit dc491c3d)
-
Noam Postavsky authored
* 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 7fb75680)
-
Eli Zaretskii authored
* 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 7d58b02f)
-
Eli Zaretskii authored
* 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 99848b37)
-
Paul Eggert authored
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 36906806)
-
Lars Ingebrigtsen authored
* 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 faf07d64)
-
Tino Calancha authored
* 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 f069d854)
-
Eli Zaretskii authored
* doc/lispref/os.texi (Timers): Document 'timerp'. (Bug#24511) Improve indexing.
-
Eli Zaretskii authored
* 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)
-
Eli Zaretskii authored
* 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.
-
Eli Zaretskii authored
* 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.
-
Eli Zaretskii authored
* README: * configure.ac: * etc/NEWS: * msdos/sed2v2.inp: Bump the version to 25.1.50.
-
- 21 Sep, 2016 4 commits
-
-
Eli Zaretskii authored
* nt/README.W32: * nt/INSTALL.W64: * nt/INSTALL: Mention the optional text decompression support and the zlib library.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
* 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.
-
Eli Zaretskii authored
* 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)
-
- 20 Sep, 2016 1 commit
-
-
Eli Zaretskii authored
* nt/README.W32: Add instructions for installing 64-bit builds of optional libraries. (Bug#24470)
-
- 17 Sep, 2016 1 commit
-
-
Eli Zaretskii authored
* 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.
-
- 15 Sep, 2016 3 commits
-
-
NicolasPetton authored
-
NicolasPetton authored
-
Eli Zaretskii authored
* admin/authors.el (authors-fixed-entries): Add an entry for Bob Weiner.
-
- 14 Sep, 2016 1 commit
-
-
Eli Zaretskii authored
* doc/lispref/anti.texi (Antinews): Update for Emacs 25.1. * doc/lispref/elisp.texi (Top): Update the main menu entry for Antinews.
-
- 11 Sep, 2016 1 commit
-
-
Noam Postavsky authored
* 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.
-
- 10 Sep, 2016 1 commit
-
-
Toke Høiland-Jørgensen authored
* 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
-
- 08 Sep, 2016 1 commit
-
-
Martin Rudalics authored
* doc/lispref/frames.texi (Minibuffers and Frames): Fix cross reference.
-