Tino Calancha
e1171de6d1
* CONTRIBUTE (Documenting your changes): Index new vars/commands in manual.
2017-02-03 19:59:22 +09:00
Nicolas Petton
6102d01eca
; Update ChangeLog.2 and AUTHORS files
2017-02-03 11:39:48 +01:00
Tino Calancha
ab0a60a1b3
; * CONTRIBUTE (Generating ChangeLog entries): Drop duplicate word.
2017-02-03 17:49:39 +09:00
Eli Zaretskii
7e02a477bb
Index byte-compile-debug
...
* doc/lispref/compile.texi (Compilation Functions): Index
byte-compile-debug.
2017-01-31 22:36:02 +02:00
Philipp Stephani
7c1e598a05
Document `byte-compile-debug' in the ELisp manual
...
* doc/lispref/compile.texi: Document variable `byte-compile-debug'.
2017-01-31 21:10:03 +01:00
Philipp Stephani
4d81eb450e
Document variable `byte-compile-debug'
...
* lisp/emacs-lisp/bytecomp.el (byte-compile-debug): Document variable.
2017-01-31 19:04:36 +01:00
Noam Postavsky
72ef710f6e
Fix call to debugger on assertion failure
...
* lisp/emacs-lisp/cl-preloaded.el (cl--assertion-failed): The first
argument must be `error', and the second is a list of arguments for
`signal'.
2017-01-30 21:45:02 -05:00
Noam Postavsky
ae8264c5cc
Call modification hooks in org-src fontify buffers
...
* lisp/org/org-src.el (org-src-font-lock-fontify-block): Let-bind
`inhibit-modification-hooks' to nil, since this function can be called
from jit-lock-function which binds that variable to t (Bug#25132).
2017-01-29 11:01:32 -05:00
Eli Zaretskii
b3139da077
; Fix last change in doc/lispref/strings.texi
...
* doc/lispref/strings.texi (Formatting Strings): One more
clarification to the last change. (Bug#25557)
2017-01-28 11:14:28 +02:00
Eli Zaretskii
c331f393c1
Improve documentation of 'format' conversions
...
* src/editfns.c (Fformat): More accurate description of %g and
effects of the various flags on it. More accurate description of
integer conversions.
* doc/lispref/strings.texi (Formatting Strings): More accurate
description of %g and effects of the various flags on it. More
accurate description of integer conversions. (Bug#25557)
2017-01-28 10:30:17 +02:00
Vladimir Panteleev
9f52f67a96
Remove stale functions from ert manual
...
* doc/misc/ert.texi (Useful Techniques when Writing Tests):
Replace ert--mismatch references with its cl-lib replacement,
cl-mismatch.
Copyright-paperwork-exempt: yes
2017-01-27 11:49:42 +02:00
Eli Zaretskii
c416b141dd
Fix a typo in Eshell manual
...
* doc/misc/eshell.texi (History): Fix a typo. Reported by Mak
Kolybabi <mak@kolybabi.com>.
2017-01-27 11:42:59 +02:00
Tino Calancha
06695a02fd
; Fix a typo in ediff-merg.el
...
* lisp/vc/ediff-merg.el (ediff-skip-merge-regions-that-differ-from-default):
Fix a typo in docstring.
2017-01-21 00:31:40 +09:00
Eli Zaretskii
954e9e983b
Improve documentation of hooks related to saving buffers
...
* lisp/files.el (write-file-functions, write-contents-functions)
(before-save-hook, after-save-hook): Note that these are only used
by save-buffer.
* doc/lispref/backups.texi (Auto-Saving):
* doc/lispref/files.texi (Saving Buffers): Mention that
save-related hooks are not run by auto-saving. (Bug#25460)
2017-01-20 10:57:14 +02:00
Eli Zaretskii
9fcab85efd
Improve documentation of auto-save-visited-file-name
...
* doc/emacs/files.texi (Auto Save Files): Mention subtle
differences between saving the buffer and auto-saving with
auto-save-visited-file-name set non-nil. (Bug#25478)
2017-01-20 10:34:15 +02:00
Tom Tromey
2236c53bbe
fix typo in mailcap-mime-extensions
...
* lisp/net/mailcap.el (mailcap-mime-extensions): Use "text/x-patch",
not "test/x-patch". (Bug#25472)
2017-01-18 09:42:00 -07:00
Lele Gaifax
85a3e4e486
Fix typos in flymake.el
...
* lisp/progmodes/flymake.el (flymake-check-patch-master-file-buffer):
Spelling fixes in the doc string.
Copyright-paperwork-exempt: yes
2017-01-18 18:15:28 +02:00
Glenn Morris
a1ef10e6a0
More NEWS checking for admin.el's set-version
...
* admin/admin.el (set-version): Warn if temporary NEWS markup
still present in release candidates.
2017-01-17 16:10:03 -05:00
Michael Albinus
3993dc500d
Fix auto-save-file-name problem in Tramp on MS Windows. Do not merge
...
* lisp/net/tramp.el (tramp-handle-make-auto-save-file-name):
Fix a problem when running on MS Windows.
2017-01-17 17:23:46 +01:00
Eli Zaretskii
5569e64444
; Spelling fixes
...
* src/buffer.c (delete_all_overlays, Fkill_buffer): Fix typos in
comments.
2017-01-16 19:12:40 +02:00
Ian Dunn
24a5f57ac3
* lisp/net/eww.el (eww-tag-meta): Handle single quoted URLs (Bug#25445).
...
Copyright-paperwork-exempt: yes
2017-01-15 23:24:38 -05:00
Stefan Monnier
9b89896b7a
* lisp/progmodes/sql.el (sql-product-alist): Doc tweak
...
`:sqli-comint-func' does not have to be a symbol.
2017-01-14 11:50:11 -05:00
Eli Zaretskii
69b50f56ad
* lisp/progmodes/sql.el (sql-product-alist): Doc fix. (Bug#25440)
2017-01-14 10:40:01 +02:00
Eli Zaretskii
42eae54207
Improve documentation of dabbrevs
...
* 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)
2017-01-13 11:12:27 +02:00
Noam Postavsky
b0ade0df21
Clarify that easy-menu-add is a nop (Bug#25382)
...
* lisp/emacs-lisp/easymenu.el (easy-menu-add): Make it into an alias of
`ignore', like `easy-menu-remove'.
2017-01-12 10:18:56 -05:00
Glenn Morris
3c69f2c5bb
* lisp/textmodes/rst.el (rst-package-emacs-version-alist): Fix entry.
2017-01-11 18:23:17 -05:00
Eli Zaretskii
fdef18c3e3
Revert "Add DNS keywords and remove duplications"
...
This reverts commit 1cb9aa5b14
.
2017-01-11 20:52:26 +02:00
Alexander Kuleshov
1cb9aa5b14
Add DNS keywords and remove duplications
...
* lisp/textmodes/dns-mode.el (dns-mode-types): Add two TLSA and
NSEC" DNS related keywords and remove duplication of "NSAP".
2017-01-11 10:29:23 -08:00
Eli Zaretskii
0e35405a92
Improve documentation of coding-systems
...
* 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.
2017-01-10 20:02:37 +02:00
Eli Zaretskii
c2fd04c8d5
Improve definition of 'variable-pitch' face on MS-Windows
...
* 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.
2017-01-09 18:00:33 +02:00
Eli Zaretskii
16fb50db11
Fix an error message in python.el
...
* lisp/progmodes/python.el (python-shell-get-process-or-error):
Don't repeat the same key binding twice. (Bug#25405)
2017-01-09 17:28:17 +02:00
Noam Postavsky
a2a2073933
Clarify major mode switching
...
* 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).
2017-01-07 09:30:00 -05:00
Noam Postavsky
fc38671988
Add helpful comment to compile-command's docstring
...
* lisp/progmodes/compile.el (compile-command): Mention trailing space in
docstring (Bug#25337).
2017-01-07 09:30:00 -05:00
Eli Zaretskii
ee65d858c7
Fix ':version' of 'select-enable-primary'
...
* lisp/select.el (select-enable-primary): Fix a typo in
':version'. (Bug#25375)
2017-01-06 15:23:17 +02:00
Glenn Morris
5a1908fbdd
; Auto-commit of loaddefs files.
2017-01-04 14:21:38 -05:00
Glenn Morris
42614fafa2
Update remaining copyright years with admin.el M-x set-copyright
...
* etc/refcards/ru-refcard.tex (cyear): Set to 2017.
2017-01-04 14:10:34 -05:00
Glenn Morris
f17a0069f9
* lisp/ffap.el (ffap-lax-url): Bump :version after recent change.
2017-01-04 13:32:18 -05:00
Philipp Stephani
8dd624c8ac
Document that functions in 'ffap-alist' can use the match data
...
* lisp/ffap.el (ffap-alist): Document that ffap sets the match data
while walking 'ffap-alist'.
2017-01-03 17:19:36 +01:00
Paul Eggert
2e2a806803
Fix copyright years by hand
...
These are dates that admin/update-copyright did not update, or
updated incorrectly.
2017-01-01 04:01:41 +00:00
Paul Eggert
5badc81c1c
Update copyright year to 2017
...
Run admin/update-copyright.
2016-12-31 19:42:26 -08:00
Nicolas Petton
e092f08515
Bump Emacs version to 25.1.91
...
* README:
* configure.ac:
* msdos/sed2v2.inp:
* nt/README.W32: Bump Emacs version.
* lisp/ldefs-boot.el: Update.
2016-12-30 15:38:03 +01:00
Nicolas Petton
665be694b6
; Update ChangeLog.2 and AUTHORS files
2016-12-30 15:37:44 +01:00
Alan Mackenzie
e8f0d7dcad
Backport: Remove an ambiguity from defvar's doc string. Fixes bug #25292 .
...
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 8295e97f18
)
2016-12-30 08:56:28 +00:00
Stefan Monnier
af1b1026dd
* lisp/emacs-lisp/inline.el: Fix apply-conversion (bug#25280)
...
(inline--dont-quote): Quote the function with #' when passing it to `apply'.
Cherry picked from commit e6161f6489
.
2016-12-28 11:50:02 -05:00
Eli Zaretskii
697167b543
; Improve wording of previous change in variables.texi
...
* doc/lispref/variables.texi (Default Value): Improve wording of
last change.
2016-12-27 09:10:30 +02:00
Eli Zaretskii
d7973e808d
Document 'default-toplevel-value' and 'set-default-toplevel-value'
...
* doc/lispref/variables.texi (Default Value): Document
'default-toplevel-value' and 'set-default-toplevel-value'.
2016-12-26 19:10:49 +02:00
Leo Liu
8b7182626e
Don't modify minibuffer variables globally
...
* lisp/files.el (cd): Use setq-local instead. (Bug#25260)
2016-12-25 14:37:51 +08:00
Eli Zaretskii
5b5e036651
Revert to pre-25.1 behavior in ffap
...
* 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.
2016-12-24 20:12:06 +02:00
Noam Postavsky
19994a1502
* lisp/ffap.el: Fix obsolete comment referencing ffap-bug.
2016-12-24 10:38:12 -05:00
Eli Zaretskii
3ace730947
Attempt to fix 64-bit AIX build
...
* src/unexaix.c (make_hdr, copy_text_and_data, write_segment): Fix
type-casts that assumed 32-bit pointers. (Bug#25141)
2016-12-23 22:26:25 +02:00