1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-10 00:42:17 -07:00
Commit graph

66649 commits

Author SHA1 Message Date
Nicolas Petton
3a34412caa Set Emacs version to 25.2 and update AUTHORS file
* README: Set Emacs version to 25.2.
* etc/HISTORY: Add release log.
* lisp/ldefs-boot.el:
* etc/AUTHORS:
* ChangeLog.2: Update.
2017-04-20 17:29:11 +02:00
Eli Zaretskii
bc55a57423 * lisp/menu-bar.el (kill-this-buffer): Doc fix. (Bug#26466) 2017-04-12 22:44:00 +03:00
Noam Postavsky
c7ed57eaef Mention that processes start in default-directory (Bug#18515)
* doc/lispref/processes.texi (Synchronous Processes):
(Asynchronous Processes):
* lisp/subr.el (start-process):
* src/callproc.c (call-process): Mention that the subprocess starts in
`default-directory' when local, suggest `start-file-process' and
`process-file' otherwise.
2017-04-06 18:50:54 -04:00
Noam Postavsky
9a73707964 Fix docstring of dabbrev-abbrev-char-regexp
* lisp/dabbrev.el (dabbrev-abbrev-char-regexp): Using a value of nil
is equivalent to "\\sw\\|\\s_", and has no special behavior.  If the
previous character doesn't match, we search backwards for one that
does, not throw an error.  Replace Lisp example with C based one to
make it clear that "symbol" means a sequence of word and symbol
constituent characters, not a Lisp symbol (Bug#358).
2017-03-26 09:14:15 -04:00
Noam Postavsky
d38fd9229c Narrow scope of modification hook renabling in org-src fontification
Modification hooks should be enabled while modifying text in the
org-src temp buffer, but in 2017-01-29 "Call modification hooks in
org-src fontify buffers" the hooks were enabled also for modifications
to the original org buffer.  This causes fontification errors when
combined with certain packages, as reported in
http://lists.gnu.org/archive/html/emacs-orgmode/2017-03/msg00420.html.

* lisp/org/org-src.el (org-src-font-lock-fontify-block): Reduce scope
of inhibit-modification-hooks let-binding.
2017-03-21 09:19:57 -04:00
Hong Xu
6de8429c29 * lisp/paren.el (show-paren--default, show-paren-function): Add docstring. 2017-03-14 00:07:14 -04:00
Eli Zaretskii
6eb899563a * lisp/net/eww.el (eww-reload): Doc fix. (Bug#25981) 2017-03-11 17:43:35 +02:00
Noam Postavsky
aceac954ed Fix warning message about native completion (Bug#25984)
* lisp/progmodes/python.el (python-shell-completion-native-turn-on-maybe):
The relevant variable is `python-shell-completion-native-enable'.
2017-03-05 23:15:32 -05:00
Eli Zaretskii
640661838d Fix doc strings in info.el
* lisp/info.el (Info-selection-hook, Info-mode-hook)
(Info-edit-mode-hook): Doc fixes.  (Bug#25794)
2017-02-25 10:52:11 +02:00
Nicolas Petton
fe91ff27c5
; Update ldef-boot.el for Emacs 25.1 release 2017-02-21 17:58:46 +01:00
Noam Postavsky
ec4226d810 * lisp/woman.el (woman): Fix docstring prefix arg description. 2017-02-18 13:34:37 -05: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
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
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
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
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
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
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
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
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
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
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
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
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
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
272554a666 * lisp/desktop.el (desktop-buffers-not-to-save): Doc fix. 2016-12-23 11:36:04 +02:00
Stefan Monnier
08de101d75 Fix M-x hints on Mac port
* lisp/simple.el (execute-extended-command--shorter): Call
input-pending-p to trigger input processing on some systems, such
as Mac port.  (Bug#23002)
2016-12-23 10:53:31 +02:00
Noam Postavsky
cf1f9852d0 ; lisp/skeleton.el (skeleton-insert): Fix typo in last change 2016-12-20 22:16:42 -05:00
Alan Mackenzie
9e1209d7a6 Amend the version number of CC Mode 5.33 -> 5.32.99. Don't merge to trunk.
lisp/progmodes/cc-defs.el: Amend the version number.
etc/NEWS: Add an item explaining the change.
2016-12-20 21:49:31 +00:00
Noam Postavsky
88cdf14b37 Improve skeleton docstrings
* 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.
2016-12-19 20:02:57 -05:00
Glenn Morris
ce5538248e ; Auto-commit of loaddefs file. 2016-12-19 13:26:17 -05:00