Nicolas Petton
fe91ff27c5
; Update ldef-boot.el for Emacs 25.1 release
2017-02-21 17:58:46 +01:00
Nicolas Petton
4210210993
; Update ChangeLog.2 and AUTHORS files
2017-02-21 17:37:43 +01:00
Noam Postavsky
ec4226d810
* lisp/woman.el (woman): Fix docstring prefix arg description.
2017-02-18 13:34:37 -05:00
Eli Zaretskii
2b774fa873
Mention "editor" in Emacs man page header
...
* doc/man/emacs.1.in: Mention "editor" in the header line.
(Bug#25771, Bug#25779)
2017-02-18 13:32:45 +02:00
Eli Zaretskii
ae60d0c051
Document problems with nerd-fonts
...
* etc/PROBLEMS (fonts): Describe the potential problems with
nerd-fonts that cause slow display. (Bug#25697)
2017-02-18 12:36:43 +02:00
Eli Zaretskii
2fdb5a90bb
; Details about pinning Emacs to w32 task bar
...
* nt/README.W32: Describe how to set up the pinned task-bar
shortcut for Emacs. (Bug#8268)
2017-02-18 12:25:38 +02:00
Stefan Monnier
5c3105e55b
* doc/lispref/modes.texi (Derived Modes): Make example more idiomatic
2017-02-13 02:29:01 -05:00
Eli Zaretskii
4c51ef4e80
Clarify what is the "cursor"
...
* doc/lispref/windows.texi (Window Point): Clarify the notion of
"cursor".
2017-02-12 17:56:14 +02:00
Glenn Morris
8303c326d7
; * etc/NEWS: Copyedits.
2017-02-11 17:19:59 -08:00
Tino Calancha
3f7493e27c
; Fix a typo in comment
...
* lisp/vc/ediff-wind.el (ediff-setup-windows-multiframe-merge):
Fix a typo in comment.
2017-02-10 20:05:11 +09:00
Eli Zaretskii
c54cf8dcfd
Improve commentary in lisp.h
...
* src/lisp.h: Explain in the comment why enlarging a Lisp_Misc
object is discouraged.
2017-02-10 12:12:49 +02:00
Glenn Morris
8b92f8672b
; * admin/make-tarball.txt: Cross-reference admin/release-process.
2017-02-08 12:48:34 -05:00
Noam Postavsky
0ba9932d14
Disable native completion for ipython (Bug#25067)
...
* lisp/progmodes/python.el:
(python-shell-completion-native-disabled-interpreters): Add "ipython".
2017-02-07 21:18:19 -05:00
Eli Zaretskii
38fc456d27
Fix a typo in ada-mode manual
...
* doc/misc/ada-mode.texi (Project file variables): Add a missing
right bracket. Reported by Jean-Christophe Helary
<jean.christophe.helary@gmail.com>.
2017-02-07 18:29:02 +02:00
Eli Zaretskii
00e75bab62
; * src/coding.c (Fencode_coding_region): Fix a typo in the doc string.
2017-02-05 21:55:21 +02:00
Eli Zaretskii
a541c21e86
Clarify documentation of 'bufferpos-to-filepos' and 'filepos-to-bufferpos'
...
* doc/lispref/nonascii.texi (Text Representations): Clarify that
'exact' value of QUALITY argument to 'bufferpos-to-filepos' and
'filepos-to-bufferpos' can lead to expensive and slow processing.
* lisp/international/mule-util.el (filepos-to-bufferpos)
(bufferpos-to-filepos): Doc fix. (Bug#25626)
2017-02-05 21:50:49 +02:00
Nicolas Petton
5e92111268
Bump Emacs version to 25.2 RC1
...
* README:
* configure.ac:
* msdos/sed2v2.inp:
* nt/README.W32: Bump Emacs version.
* lisp/ldefs-boot.el: Update.
2017-02-03 16:28:13 +01:00
Nicolas Petton
a51f11df0d
; Update ChangeLog.2 and AUTHORS files
2017-02-03 16:00:17 +01:00
Nicolas Petton
02d9ad8440
* admin/make-tarball.txt: Add documentation regarding the release banner.
2017-02-03 15:50:24 +01:00
Nicolas Petton
73e62bbcdc
; Update ChangeLog.2 and AUTHORS files
2017-02-03 15:32:01 +01:00
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