- 17 Jan, 2017 1 commit
-
-
Michael Albinus authored
* lisp/net/tramp.el (tramp-handle-make-auto-save-file-name): Fix a problem when running on MS Windows.
-
- 16 Jan, 2017 2 commits
-
-
Eli Zaretskii authored
* src/buffer.c (delete_all_overlays, Fkill_buffer): Fix typos in comments.
-
Ian Dunn authored
Copyright-paperwork-exempt: yes
-
- 14 Jan, 2017 2 commits
-
-
Stefan Monnier authored
`:sqli-comint-func' does not have to be a symbol.
-
Eli Zaretskii authored
-
- 13 Jan, 2017 1 commit
-
-
Eli Zaretskii authored
* doc/emacs/abbrevs.texi (Dynamic Abbrevs): Add a cross reference to "Dabbrev Customization". (Dabbrev Customization): More details about the default value of dabbrev-abbrev-char-regexp and use cases when it might not be good enough. (Bug#25432)
-
- 12 Jan, 2017 1 commit
-
-
Noam Postavsky authored
* lisp/emacs-lisp/easymenu.el (easy-menu-add): Make it into an alias of `ignore', like `easy-menu-remove'.
-
- 11 Jan, 2017 3 commits
-
-
Glenn Morris authored
-
Eli Zaretskii authored
This reverts commit 1cb9aa5b.
-
Alexander Kuleshov authored
* lisp/textmodes/dns-mode.el (dns-mode-types): Add two TLSA and NSEC" DNS related keywords and remove duplication of "NSAP".
-
- 10 Jan, 2017 1 commit
-
-
Eli Zaretskii authored
* doc/lispref/nonascii.texi (Coding System Basics): Mention 'prefer-utf-8'. Index it and 'undecided'. (Encoding and I/O): Fix a typo. (User-Chosen Coding Systems): Improve the documentation of ACCEPT-DEFAULT-P argument to select-safe-coding-system. Document select-safe-coding-system-function. (Specifying Coding Systems): Document coding-system-require-warning.
-
- 09 Jan, 2017 2 commits
-
-
Eli Zaretskii authored
* lisp/faces.el (variable-pitch): Don't specify too many attributes of the font, otherwise faces that request different weight or slant or size will not get them.
-
Eli Zaretskii authored
* lisp/progmodes/python.el (python-shell-get-process-or-error): Don't repeat the same key binding twice. (Bug#25405)
-
- 07 Jan, 2017 2 commits
-
-
Noam Postavsky authored
* doc/emacs/modes.texi (Major Modes): * doc/lispref/modes.texi (Modes, Major Modes): Explictly say that each buffer has exactly one major mode and can't be "turned off", only switched away from (Bug#25357).
-
Noam Postavsky authored
* lisp/progmodes/compile.el (compile-command): Mention trailing space in docstring (Bug#25337).
-
- 06 Jan, 2017 1 commit
-
-
Eli Zaretskii authored
* lisp/select.el (select-enable-primary): Fix a typo in ':version'. (Bug#25375)
-
- 04 Jan, 2017 3 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
* etc/refcards/ru-refcard.tex (cyear): Set to 2017.
-
Glenn Morris authored
-
- 03 Jan, 2017 1 commit
-
-
Philipp Stephani authored
* lisp/ffap.el (ffap-alist): Document that ffap sets the match data while walking 'ffap-alist'.
-
- 01 Jan, 2017 2 commits
-
-
Paul Eggert authored
These are dates that admin/update-copyright did not update, or updated incorrectly.
-
Paul Eggert authored
Run admin/update-copyright.
-
- 30 Dec, 2016 3 commits
-
-
NicolasPetton authored
* README: * configure.ac: * msdos/sed2v2.inp: * nt/README.W32: Bump Emacs version. * lisp/ldefs-boot.el: Update.
-
NicolasPetton authored
-
Alan Mackenzie authored
The ambiguity was whether INITVALUE is evaluated when it's not going to be used to set SYMBOL's value. * src/eval.c (defvar): Rewrite a paragraph of the doc string. (cherry picked from commit 8295e97f)
-
- 28 Dec, 2016 1 commit
-
-
Stefan Monnier authored
(inline--dont-quote): Quote the function with #' when passing it to `apply'. Cherry picked from commit e6161f64.
-
- 27 Dec, 2016 1 commit
-
-
Eli Zaretskii authored
* doc/lispref/variables.texi (Default Value): Improve wording of last change.
-
- 26 Dec, 2016 1 commit
-
-
Eli Zaretskii authored
* doc/lispref/variables.texi (Default Value): Document 'default-toplevel-value' and 'set-default-toplevel-value'.
-
- 25 Dec, 2016 1 commit
-
-
Leo Liu authored
* lisp/files.el (cd): Use setq-local instead. (Bug#25260)
-
- 24 Dec, 2016 2 commits
-
-
Eli Zaretskii authored
* lisp/ffap.el (ffap-lax-url): Change the default to t, to produce the same behavior as in Emacs 24.x. (Bug#25264) Explain the trade-offs of customizing this in the doc string.
-
Noam Postavsky authored
-
- 23 Dec, 2016 5 commits
-
-
Eli Zaretskii authored
* src/unexaix.c (make_hdr, copy_text_and_data, write_segment): Fix type-casts that assumed 32-bit pointers. (Bug#25141)
-
Philipp Stephani authored
* doc/misc/ediff.texi (Hooks): Clarify usage of 'ediff-cleanup-hook'
-
Philipp Stephani authored
* doc/lispref/variables.texi (Local Variables): * cl.texi (Modify Macros): Document that binding order in 'let' and 'cl-letf' is unspecified.
-
Eli Zaretskii authored
-
Stefan Monnier authored
* lisp/simple.el (execute-extended-command--shorter): Call input-pending-p to trigger input processing on some systems, such as Mac port. (Bug#23002)
-
- 22 Dec, 2016 1 commit
-
-
Martin Rudalics authored
* src/xsettings.c (apply_xft_settings): Don't report a change when dpi settings do not differ substantially.
-
- 21 Dec, 2016 1 commit
-
-
Noam Postavsky authored
-
- 20 Dec, 2016 2 commits
-
-
Alan Mackenzie authored
lisp/progmodes/cc-defs.el: Amend the version number. etc/NEWS: Add an item explaining the change.
-
Noam Postavsky authored
* lisp/skeleton.el (skeleton-end-newline): Remove mention of `skeleton-end-hook', its default code was moved into `skeleton-insert'. (skeleton-insert): Mention `skeleton-end-newline' and move reference to `skeleton-end-hook' above the explanation of skeleton syntax.
-