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
Noam Postavsky
56a4461a48
; Move stray item from admin/notes/repo to CONTRIBUTE
...
* admin/notes/repo: Remove stray item.
* CONTRIBUTE: Move it here, fix incorrect references to "branch".
2017-04-19 21:43:05 -04:00
Noam Postavsky
2b0d111819
; CONTRIBUTE: Remove stray header.
2017-04-19 09:47:35 -04:00
Eli Zaretskii
f2ab09ec60
Fix a typo in indexing the user manual
...
* doc/emacs/cmdargs.texi (General Variables): Fix a horrible typo.
2017-04-18 19:33:08 +03:00
Eli Zaretskii
bc55a57423
* lisp/menu-bar.el (kill-this-buffer): Doc fix. (Bug#26466)
2017-04-12 22:44:00 +03:00
Eli Zaretskii
a6d50401b4
Document 'line-pixel-height'
...
* doc/lispref/display.texi (Size of Displayed Text): Document
line-pixel-height. Suggested by Tak Kunihiro
<tkk@misasa.okayama-u.ac.jp>. (Bug#26379)
2017-04-11 12:40:37 +03:00
Hong Xu
0c55cf43e6
* search.c (Fre_search_forward, Fre_search_backward): Improve doc (Bug#25193).
2017-04-06 19:12:33 -04: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
856ec9ffa1
* src/xdisp.c (vmessage, message): Clarify commentary.
2017-04-06 18:50:54 -04:00
Glenn Morris
849a0aaa1c
Belated fixes for admin.el's M-x make-manuals-dist
...
* admin/admin.el (make-manuals-dist-output-variables): Additions.
(make-manuals-dist--1): Also copy docstyle.texi.
2017-04-02 13:14:45 -07:00
Tino Calancha
84938d7969
default-directory: Remark that it must be a directory name
...
* src/buffer.c (default-directory): Update docstring (Bug#26272).
2017-03-31 17:23:02 +09:00
Tino Calancha
3f0d047d2e
Delete confuse statement in manual
...
* doc/misc/cl.texi (For Clauses): Delete confuse statement
and its example (Bug#23550).
2017-03-31 17:17:07 +09:00
Noam Postavsky
ee1bd94dd0
Improve packaging documentation
...
* doc/lispref/package.texi (Packaging Basics):
* doc/lispref/tips.texi (Library Headers): Clarify some header
formats, relation between file headers and package
attributes (Bug#13281).
2017-03-30 20:46:51 -04:00
Eric Abrahamsen
fb18bff91f
Expand manual section on quitting windows
...
* doc/lispref/windows.texi (Quitting Windows): Provide more
information about the elements of the quit-restore window parameter,
and how they affect the behavior of quit-restore-window.
2017-03-26 16:37:01 -07: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
Johan Claesson
afe8849bac
* doc/misc/cl.texi (Iteration Clauses): Clarify example (Bug#19515).
...
Copyright-paperwork-exempt: yes
2017-03-26 09:14:15 -04:00
Eli Zaretskii
ada79442c0
;* doc/misc/info.texi (Choose menu subtopic): Improve indexing. (Bug#26236)
2017-03-25 10:46:59 +03: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
Paul Eggert
e0e9db4c84
; Spelling fix
2017-03-19 13:05:56 -07:00
Eli Zaretskii
d71e071fcc
Improve documentation of interactive "r".
...
* doc/lispref/commands.texi (Interactive Codes): Mention that mark
must be set for "r" to work.
2017-03-17 21:10:17 +02:00
Thien-Thi Nguyen
129d30e980
Fix bug: Range-check integer ‘alpha’ frame parm value
...
Typo introduced 2013-04-01, "Prefer < to >
in range checks such as 0 <= i && i < N".
* src/frame.c (x_set_alpha): Use ‘ialpha’, not ‘alpha’.
2017-03-17 11:04:28 +01:00
Paul Eggert
a09473261c
* etc/PROBLEMS: Say that HP-UX cc doesn't work.
2017-03-17 00:59:30 -07:00
Eli Zaretskii
1925dd9a03
Fix duplicate wording in Emacs manual
...
* doc/emacs/programs.texi (Which Function): Delete duplicate
wording. (Bug#26098)
2017-03-14 20:27:08 +02: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
2d671fda52
Fix wording in Emacs manual
...
* doc/emacs/text.texi (Paragraphs): Fix a garbled sentence.
(Bug#26086)
2017-03-13 22:31:33 +02:00
Eli Zaretskii
a8766a2888
Document how to customize input methods
...
* doc/emacs/mule.texi (Input Methods): Document how to customize
input methods.
2017-03-11 17:56:15 +02: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
a314c1ff05
Clarify documentation of 'raise' and 'height' display specs
...
* doc/lispref/display.texi (Other Display Specs): Clarify the
effect of 'height' display spec on the following 'raise'.
(Bug#25824)
2017-03-04 17:58:03 +02:00
Eli Zaretskii
f366f6e670
Mention problems with GPaste in PROBLEMS
...
* etc/PROBLEMS (GPaste): Mention the problem in yanking caused by
GPaste, and its solution. (Bug#25902)
2017-03-04 11:17:40 +02:00
Noam Postavsky
6e788ef0e2
; etc/PROBLEMS: Explain about the python+libedit problem (Bug#25753).
2017-03-01 17:56:20 -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
Eli Zaretskii
c1ed1525c6
; * src/keyboard.c (Fposn_at_point): Fix last change.
2017-02-25 10:41:21 +02:00
Eli Zaretskii
eed96776b1
Fix doc string of 'posn-at-point'
...
* src/keyboard.c (Fposn_at_point): Clarify the doc string.
(Bug#25796)
2017-02-25 10:40:13 +02:00
Tino Calancha
0d5957ec6f
Documentation fix in elisp reference manual
...
* doc/lispref/macros.texi (Defining Macros): Drop redundant mention
on 'declare' forms (Bug#25846).
2017-02-24 10:21:31 +09:00
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