summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update some lisp function declarationsGlenn Morris2018-02-265-9/+13
|
* Make bare "make" in src actually build emacs againDaniel Colascione2018-02-261-3/+4
| | | | * src/Makefile.in (all): Move target ahead of dep-file inclusion.
* Update from gnulibPaul Eggert2018-02-262-4/+9
| | | | * build-aux/config.guess, build-aux/config.sub: Copy from gnulib.
* Merge from origin/emacs-26Glenn Morris2018-02-242-5/+13
|\ | | | | | | | | 560a23e (origin/emacs-26) Document reserved keys b0be19b ; * doc/emacs/xresources.texi (Table of Resources): Fix last ...
| * Document reserved keysEli Zaretskii2018-02-241-0/+8
| | | | | | | | | | * doc/emacs/custom.texi (Key Bindings): Mention keys reserved for users. (Bug#30530)
| * ; * doc/emacs/xresources.texi (Table of Resources): Fix last change.Eli Zaretskii2018-02-241-5/+5
| |
* | Merge from origin/emacs-26Glenn Morris2018-02-2434-618/+668
|\| | | | | | | | | | | | | | | | | | | | | | | | | 7e7f2ea (origin/emacs-26) * src/keyboard.c (syms_of_keyboard): Doc fi... c0676d4 Improve documentation of X resources d806d69 ; Use @minus for negative numbers in some texi files 4a8ea7d * lisp/international/mule.el (keyboard-coding-system): Doc fix. 8a73b80 Minor doc fixes, mostly for timestamp issues 361a8b9 * doc/emacs/mini.texi (Completion Styles): Improve indexing. 2dc24d5 Fix @findex and @vindex entries in manuals 76f5242 Document, in the Elisp manual, how to get a character's raw s... 5fb2957 Improvements in the Emacs manual de17b8e Tiny doc/misc markup fixes
| * * src/keyboard.c (syms_of_keyboard): Doc fix. (Bug#30588)Eli Zaretskii2018-02-241-2/+3
| |
| * Improve documentation of X resourcesEli Zaretskii2018-02-241-1/+22
| | | | | | | | | | * doc/emacs/xresources.texi (Table of Resources): Add menu-related resources. Add cross-references to "GTK Resources".
| * ; Use @minus for negative numbers in some texi filesGlenn Morris2018-02-236-11/+11
| |
| * * lisp/international/mule.el (keyboard-coding-system): Doc fix.Glenn Morris2018-02-231-1/+1
| | | | | | | | Since multi-tty, this is always set.
| * Minor doc fixes, mostly for timestamp issuesPaul Eggert2018-02-237-9/+10
| |
| * * doc/emacs/mini.texi (Completion Styles): Improve indexing.Eli Zaretskii2018-02-231-1/+6
| |
| * Fix @findex and @vindex entries in manualsMichael Albinus2018-02-2321-562/+563
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/building.texi: * doc/emacs/calendar.texi: * doc/emacs/cmdargs.texi: * doc/emacs/mini.texi: * doc/emacs/misc.texi: * doc/emacs/trouble.texi: * doc/emacs/windows.texi: * doc/lispintro/emacs-lisp-intro.texi: * doc/lispref/edebug.texi: * doc/lispref/frames.texi: * doc/lispref/os.texi: * doc/lispref/windows.texi: * doc/misc/cc-mode.texi: * doc/misc/dired-x.texi: * doc/misc/ediff.texi: * doc/misc/mh-e.texi: * doc/misc/pcl-cvs.texi: * doc/misc/reftex.texi: * doc/misc/sc.texi: * doc/misc/vhdl-mode.texi: * doc/misc/viper.texi: Fix @findex and @vindex entries.
| * Document, in the Elisp manual, how to get a character's raw syntax descriptorAlan Mackenzie2018-02-221-0/+4
| | | | | | | | | | * doc/lispref/syntax.texi (Syntax Table internals): mention the use of `aref' to get a character's raw syntax descriptor.
| * Improvements in the Emacs manualEli Zaretskii2018-02-221-30/+47
| | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/custom.texi (Customization Groups) (Changing a Variable, Browsing Custom, Customizing Faces): Fix markup of keys. (Changing a Variable, Saving Customizations): Update the description of buttons in the Custom buffer. (Face Customization): More accurate description. (Specific Customization, Examining, Locals): Add blank lines in the @table. Reported by Michael Albinus <michael.albinus@gmx.de> in emacs-manual-bugs@gnu.org.
| * Tiny doc/misc markup fixesGlenn Morris2018-02-222-3/+3
| | | | | | | | | | * doc/misc/ediff.texi (Patch and Diff Programs): * doc/misc/viper.texi (File and Buffer Handling): Fix markup typos.
* | Describe 'view-lossage' changes in its docstring and NEWSRobert Pluim2018-02-242-5/+9
| | | | | | | | | | | | | | * lisp/help.el (view-lossage): Mention that this now uses the same format as `edit-last-kbd-macro'. (Bug#30560) * etc/NEWS: Improve the wording of the entry.
* | * .gitignore: revert latest change; not currently neededPaul Eggert2018-02-231-6/+0
| |
* | * lisp/vc/vc-git.el: Silence compiler.Glenn Morris2018-02-231-0/+3
| |
* | * admin/automerge: Quieten initial pull if start with reset.Glenn Morris2018-02-231-1/+1
| |
* | Fix documentation from recent changesEli Zaretskii2018-02-233-6/+9
| | | | | | | | | | | | | | * lisp/isearch.el (isearch-yank-symbol-or-char): Doc fix. * doc/emacs/search.texi (Isearch Yank): Fix wording. * doc/emacs/building.texi (Grep Searching): Fix last change.
* | Add more build outputs to .gitignoreDaniel Colascione2018-02-221-0/+6
| | | | | | | | * .gitignore: Add more generated files
* | Add isearch-yank-symbol-or-charDaniel Colascione2018-02-223-9/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/search.texi (Isearch Yank): Document new function, keybindings. * etc/NEWS: Mention isearch changes. * lisp/isearch.el (isearch--yank-char-or-syntax): New function. (isearch-yank-word-or-char): Call it. (isearch-yank-symbol-or-char): New function. (isearch-mode-map): Change 'C-M-w' binding from 'isearch-del-char' to isearch-yank-symbol-or-char; add 'C-M-d' binding for 'isearch-del-char'.
* | Remove unnecessary explicit subword-mode use from isearchDaniel Colascione2018-02-221-7/+2
| | | | | | | | | | | | * lisp/isearch.el (isearch-yank-word-or-char): Remove explicit use of subword-mode. These days, subword-mode use is an automatic side effect of forward-word.
* | * lisp/vc/vc-git.el: Avoid bootstrap errors since recent grep change.Glenn Morris2018-02-221-2/+1
| | | | | | | | | | | | | | The introduction of grep-find-hide-properties caused an "invalid read syntax" failure when saving ja-dic.el, when vc-git.el loaded grep.el. Fortunately, vc-git doesn't actually need to load grep when being compiled.
* | * test/lisp/emacs-lisp/package-tests.el: Improve signature testsStefan Monnier2018-02-221-4/+6
| | | | | | | | | | (package-test-signed): Don't rely on return value of 'package-install'. Make sure 'package-install' does indeed install the package.
* | * lisp/help.el (view-lossage): Use the same format as in edit-last-kbd-macro.Juri Linkov2018-02-222-7/+15
| | | | | | | | | | Call comment-indent with let-bound comment-start and comment-column. (Bug#30560)
* | * lisp/progmodes/grep.el (grep-find-hide): New defcustom (bug#30503).Juri Linkov2018-02-223-2/+60
| | | | | | | | | | | | | | | | (grep-find-hide-properties): New variable. (grep-mode-font-lock-keywords): Put grep-find-hide-properties on part of grep command line. (grep-find-show): New function. * doc/emacs/building.texi (Grep Searching): Document grep-find-hide.
* | Merge from origin/emacs-26Glenn Morris2018-02-2218-52/+61
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 83187cd (origin/emacs-26) Skip mouse-face overlap check when mouse-fa... a6d8f2b Fix capitalization of "Mail-Followup-To" f9640f9 * lisp/progmodes/grep.el (grep-compute-defaults): 3a26c8a Semantic manual fixes 106a9f6 More improvements in the Emacs manual 244db85 * doc/misc/viper.texi (File and Buffer Handling): Add missing... f0d6a16 Fix documentation of 'x-underline-at-descent-line' 69a8f45 * lisp/textmodes/flyspell.el (flyspell-get-word): Doc fix. 05214c6 Correct variable markup in manuals 355c644 Improve the "Sending Mail" chapter of Emacs manual Conflicts: src/nsterm.m src/w32term.c
| * Skip mouse-face overlap check when mouse-face is hidden (Bug#30519)Martin Rudalics2018-02-221-4/+6
| | | | | | | | | | | | * src/xdisp.c (note_mouse_highlight): Skip check whether mouse-face highlighting overlay overlaps other mouse-face overlays when mouse-face highlighting is hidden (Bug#30519).
| * Fix capitalization of "Mail-Followup-To"Eli Zaretskii2018-02-221-2/+2
| | | | | | | | | | * doc/emacs/sending.texi (Header Editing, Mail Headers): Standardize on "Mail-Followup-To" as the capitalization.
| * * lisp/progmodes/grep.el (grep-compute-defaults):Juri Linkov2018-02-211-0/+2
| | | | | | | | | | Add grep-use-null-filename-separator to grep-host-defaults-alist. (Bug#30559)
| * Semantic manual fixesCharles A. Roelli2018-02-211-3/+2
| | | | | | | | | | | | * doc/misc/semantic.texi (Tools): Fix wording and grammar, and remove a reference to "document-vars.el" which, in the Emacs repository, is part of lisp/cedet/srecode/document.el.
| * More improvements in the Emacs manualEli Zaretskii2018-02-214-8/+8
| | | | | | | | | | | | | | | | | | | | * doc/emacs/help.texi (Misc Help): * doc/emacs/m-x.texi (M-x): * doc/emacs/mini.texi (Minibuffer File, Repetition): Prevent breaking of command sequences between lines. Reported by Wojciech Politarczyk <w.politarczyk@gmail.com> in emacs-manual-bugs@gnu.org. * doc/emacs/sending.texi (Header Editing): Fix capitalization.
| * * doc/misc/viper.texi (File and Buffer Handling): Add missing '@'tino calancha2018-02-211-1/+1
| |
| * Fix documentation of 'x-underline-at-descent-line'Eli Zaretskii2018-02-214-2/+11
| | | | | | | | | | | | | | | | * doc/emacs/display.texi (Display Custom): * src/nsterm.m (syms_of_nsterm): * src/xterm.c (syms_of_xterm): * src/w32term.c (syms_of_w32term): Mention the effect of 'line-spacing' on the underline position. (Bug#30553)
| * * lisp/textmodes/flyspell.el (flyspell-get-word): Doc fix.Glenn Morris2018-02-201-1/+1
| |
| * Correct variable markup in manualsRobert Pluim2018-02-208-14/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/minibuf.texi (Completion in Buffers): Fix markup. * doc/lispref/text.texi (Filling): Likewise. * doc/misc/dired-x.texi (Advanced Mark Commands): Likewise. * doc/misc/epa.texi (Encrypting/decrypting gpg files): Likewise. (Encrypting/decrypting gpg files): Likewise. * doc/misc/tramp.texi (External methods): Likewise. (Default Method): Likewise. * doc/misc/viper.texi (Editing in Insert State): Likewise. (File and Buffer Handling): Likewise. * doc/misc/gnus.texi (Mail Source Customization): Likewise. * doc/misc/url.texi (Customization): Likewise. Note obsolete status of url-temporary-directory.
| * Improve the "Sending Mail" chapter of Emacs manualEli Zaretskii2018-02-201-20/+20
| | | | | | | | | | | | | | | | | | * doc/emacs/sending.texi (Mail Format, Header Editing) (Mail Aliases): Fix capitalization of mail headers. (Mail Aliases): Use ~/.mailrc consistently. (Mail Misc): More accurate description of disposition. Suggested by Michael Albinus <michael.albinus@gmx.de> in emacs-manual-bugs@gnu.org.
* | Fix for: "25.0.50; auto-revert-mode breaks git rebase" (Bug#21559)Alexei Khlebnikov2018-02-222-2/+10
| | | | | | | | | | | | | | | | | | | | * lisp/autorevert.el (auto-revert-handler): Set "revert-buffer-in-progress-p" flag before calling "vc-refresh-state". * lisp/vc/vc-git.el (vc-git-command): If "revert-buffer-in-progress-p" flag is set, prepend "GIT_OPTIONAL_LOCKS=0" to "process-environment". (Bug#21559)
* | Fix Bug#30533Michael Albinus2018-02-221-0/+10
| | | | | | | | | | * lisp/net/ange-ftp.el (ange-ftp-file-regular-p) (ange-ftp-real-file-regular-p): New defuns. (Bug#30533)
* | * admin/automerge (merge): Report no. of commits if too few.Glenn Morris2018-02-211-3/+1
| |
* | Speed up parallel make check by testing slower files firstGlenn Morris2018-02-211-0/+8
| | | | | | | | | | * test/Makefile.in (SLOW_TESTS): New variable. (ELFILES): Move slow tests to the front.
* | * admin/automerge: Speed up check phase.Glenn Morris2018-02-211-1/+2
| |
* | * lisp/simple.el (next-error-find-buffer-function): New defcustom.Juri Linkov2018-02-212-12/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | (next-error-last-buffer): Make variable buffer-local. (next-error-buffer-on-selected-frame): New function. (next-error-find-buffer): Use next-error-find-buffer-function at the first step instead of ad-hoc logic of using one window on the selected frame. (next-error, next-error-internal): Set default value of next-error-last-buffer. Display message with the name of last next-error buffer. (next-error-select-buffer): New command. (Bug#20489)
* | * lisp/vc/vc-dispatcher.el (vc-do-command): Bind message-truncate-lines to tJuri Linkov2018-02-211-14/+16
| | | | | | | | | | | | to keep entire commands in *Messages* but avoid resizing the echo area. Rephrase messages in a such way that the important parts are at the beginning. (Bug#19045)
* | Another fix for cross-referencesEli Zaretskii2018-02-211-6/+4
| | | | | | | | | | * doc/emacs/package.texi (Package Installation): Fix references to "Early Init". (Bug#30552)
* | Port recent MAX_RW_COUNT checks to POSIXPaul Eggert2018-02-201-10/+19
| | | | | | | | | | | | * src/sysdep.c (MAX_RW_COUNT): Verify that it fits in POSIX standard types, to go along with already-existing checks for MS-Windows types. (emacs_intr_read): eassert on all platforms, not just MS-Windows.
* | Update from gnulibPaul Eggert2018-02-205-6/+26
| | | | | | | | | | | | | | | | | | This includes: 2018-02-18 warnings: Add support for Objective C 2018-02-03 stdlib: Fix compilation error on OpenIndiana * lib/gnulib.mk.in: Regenerate. * lib/stdlib.in.h, m4/getloadavg.m4, m4/stdlib_h.m4, m4/warnings.m4: Copy from gnulib.