aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.2
diff options
context:
space:
mode:
authorNicolas Petton2017-04-20 17:24:06 +0200
committerNicolas Petton2017-04-20 17:29:11 +0200
commit3a34412caae002accd0fc7a7fc0b718c2f34159b (patch)
tree5464bfe7a984eabaa1d4688ceb130c694c0bdd72 /ChangeLog.2
parent56a4461a48d5803fbc979924475da4b3621ea0f5 (diff)
downloademacs-3a34412caae002accd0fc7a7fc0b718c2f34159b.tar.gz
emacs-3a34412caae002accd0fc7a7fc0b718c2f34159b.zip
Set Emacs version to 25.2 and update AUTHORS fileemacs-25.2
* README: Set Emacs version to 25.2. * etc/HISTORY: Add release log. * lisp/ldefs-boot.el: * etc/AUTHORS: * ChangeLog.2: Update.
Diffstat (limited to 'ChangeLog.2')
-rw-r--r--ChangeLog.2201
1 files changed, 200 insertions, 1 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2
index c1e10b19e1e..4ce7dabfe3b 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -1,3 +1,202 @@
12017-04-18 Eli Zaretskii <eliz@gnu.org>
2
3 Fix a typo in indexing the user manual
4
5 * doc/emacs/cmdargs.texi (General Variables): Fix a horrible typo.
6
72017-04-12 Eli Zaretskii <eliz@gnu.org>
8
9 * lisp/menu-bar.el (kill-this-buffer): Doc fix. (Bug#26466)
10
112017-04-11 Eli Zaretskii <eliz@gnu.org>
12
13 Document 'line-pixel-height'
14
15 * doc/lispref/display.texi (Size of Displayed Text): Document
16 line-pixel-height. Suggested by Tak Kunihiro
17 <tkk@misasa.okayama-u.ac.jp>. (Bug#26379)
18
192017-04-07 Hong Xu <hong@topbug.net>
20
21 * src/search.c (Fre_search_forward, Fre_search_backward): Improve doc (Bug#25193).
22
232017-04-07 Noam Postavsky <npostavs@gmail.com>
24
25 Mention that processes start in default-directory (Bug#18515)
26
27 * doc/lispref/processes.texi (Synchronous Processes):
28 (Asynchronous Processes):
29 * lisp/subr.el (start-process):
30 * src/callproc.c (call-process): Mention that the subprocess starts in
31 `default-directory' when local, suggest `start-file-process' and
32 `process-file' otherwise.
33
342017-04-07 Noam Postavsky <npostavs@gmail.com>
35
36 * src/xdisp.c (vmessage, message): Clarify commentary.
37
382017-04-02 Glenn Morris <rgm@gnu.org>
39
40 Belated fixes for admin.el's M-x make-manuals-dist
41
42 * admin/admin.el (make-manuals-dist-output-variables): Additions.
43 (make-manuals-dist--1): Also copy docstyle.texi.
44
452017-03-31 Tino Calancha <tino.calancha@gmail.com>
46
47 default-directory: Remark that it must be a directory name
48
49 * src/buffer.c (default-directory): Update docstring (Bug#26272).
50
512017-03-31 Tino Calancha <tino.calancha@gmail.com>
52
53 Delete confuse statement in manual
54
55 * doc/misc/cl.texi (For Clauses): Delete confuse statement
56 and its example (Bug#23550).
57
582017-03-31 Noam Postavsky <npostavs@gmail.com>
59
60 Improve packaging documentation
61
62 * doc/lispref/package.texi (Packaging Basics):
63 * doc/lispref/tips.texi (Library Headers): Clarify some header
64 formats, relation between file headers and package
65 attributes (Bug#13281).
66
672017-03-27 Eric Abrahamsen <eric@ericabrahamsen.net>
68
69 Expand manual section on quitting windows
70
71 * doc/lispref/windows.texi (Quitting Windows): Provide more
72 information about the elements of the quit-restore window parameter,
73 and how they affect the behavior of quit-restore-window.
74
752017-03-26 Noam Postavsky <npostavs@gmail.com>
76
77 Fix docstring of dabbrev-abbrev-char-regexp
78
79 * lisp/dabbrev.el (dabbrev-abbrev-char-regexp): Using a value of nil
80 is equivalent to "\\sw\\|\\s_", and has no special behavior. If the
81 previous character doesn't match, we search backwards for one that
82 does, not throw an error. Replace Lisp example with C based one to
83 make it clear that "symbol" means a sequence of word and symbol
84 constituent characters, not a Lisp symbol (Bug#358).
85
862017-03-26 Johan Claesson <johanclaesson@bredband.net> (tiny change)
87
88 * doc/misc/cl.texi (Iteration Clauses): Clarify example (Bug#19515).
89
902017-03-25 Eli Zaretskii <eliz@gnu.org>
91
92 ;* doc/misc/info.texi (Choose menu subtopic): Improve indexing. (Bug#26236)
93
942017-03-21 Noam Postavsky <npostavs@gmail.com>
95
96 Narrow scope of modification hook renabling in org-src fontification
97
98 Modification hooks should be enabled while modifying text in the
99 org-src temp buffer, but in 2017-01-29 "Call modification hooks in
100 org-src fontify buffers" the hooks were enabled also for modifications
101 to the original org buffer. This causes fontification errors when
102 combined with certain packages, as reported in
103 http://lists.gnu.org/archive/html/emacs-orgmode/2017-03/msg00420.html.
104
105 * lisp/org/org-src.el (org-src-font-lock-fontify-block): Reduce scope
106 of inhibit-modification-hooks let-binding.
107
1082017-03-17 Eli Zaretskii <eliz@gnu.org>
109
110 Improve documentation of interactive "r".
111
112 * doc/lispref/commands.texi (Interactive Codes): Mention that mark
113 must be set for "r" to work.
114
1152017-03-17 Thien-Thi Nguyen <ttn@gnu.org>
116
117 Fix bug: Range-check integer ‘alpha’ frame parm value
118
119 Typo introduced 2013-04-01, "Prefer < to >
120 in range checks such as 0 <= i && i < N".
121
122 * src/frame.c (x_set_alpha): Use ‘ialpha’, not ‘alpha’.
123
1242017-03-17 Paul Eggert <eggert@cs.ucla.edu>
125
126 * etc/PROBLEMS: Say that HP-UX cc doesn't work.
127
1282017-03-14 Eli Zaretskii <eliz@gnu.org>
129
130 Fix duplicate wording in Emacs manual
131
132 * doc/emacs/programs.texi (Which Function): Delete duplicate
133 wording. (Bug#26098)
134
1352017-03-14 Hong Xu <hong@topbug.net>
136
137 * lisp/paren.el (show-paren--default, show-paren-function): Add docstring.
138
1392017-03-13 Eli Zaretskii <eliz@gnu.org>
140
141 Fix wording in Emacs manual
142
143 * doc/emacs/text.texi (Paragraphs): Fix a garbled sentence.
144 (Bug#26086)
145
1462017-03-11 Eli Zaretskii <eliz@gnu.org>
147
148 Document how to customize input methods
149
150 * doc/emacs/mule.texi (Input Methods): Document how to customize
151 input methods.
152
1532017-03-11 Eli Zaretskii <eliz@gnu.org>
154
155 * lisp/net/eww.el (eww-reload): Doc fix. (Bug#25981)
156
1572017-03-06 Noam Postavsky <npostavs@gmail.com>
158
159 Fix warning message about native completion (Bug#25984)
160
161 * lisp/progmodes/python.el (python-shell-completion-native-turn-on-maybe):
162 The relevant variable is `python-shell-completion-native-enable'.
163
1642017-03-04 Eli Zaretskii <eliz@gnu.org>
165
166 Clarify documentation of 'raise' and 'height' display specs
167
168 * doc/lispref/display.texi (Other Display Specs): Clarify the
169 effect of 'height' display spec on the following 'raise'.
170 (Bug#25824)
171
1722017-03-04 Eli Zaretskii <eliz@gnu.org>
173
174 Mention problems with GPaste in PROBLEMS
175
176 * etc/PROBLEMS (GPaste): Mention the problem in yanking caused by
177 GPaste, and its solution. (Bug#25902)
178
1792017-02-25 Eli Zaretskii <eliz@gnu.org>
180
181 Fix doc strings in info.el
182
183 * lisp/info.el (Info-selection-hook, Info-mode-hook)
184 (Info-edit-mode-hook): Doc fixes. (Bug#25794)
185
1862017-02-25 Eli Zaretskii <eliz@gnu.org>
187
188 Fix doc string of 'posn-at-point'
189
190 * src/keyboard.c (Fposn_at_point): Clarify the doc string.
191 (Bug#25796)
192
1932017-02-24 Tino Calancha <tino.calancha@gmail.com>
194
195 Documentation fix in elisp reference manual
196
197 * doc/lispref/macros.texi (Defining Macros): Drop redundant mention
198 on 'declare' forms (Bug#25846).
199
12017-02-18 Noam Postavsky <npostavs@gmail.com> 2002017-02-18 Noam Postavsky <npostavs@gmail.com>
2 201
3 * lisp/woman.el (woman): Fix docstring prefix arg description. 202 * lisp/woman.el (woman): Fix docstring prefix arg description.
@@ -35641,7 +35840,7 @@
35641 35840
35642This file records repository revisions from 35841This file records repository revisions from
35643commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to 35842commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
35644commit ec4226d81074751c105264a3a3383c48d0a05e41 (inclusive). 35843commit 56a4461a48d5803fbc979924475da4b3621ea0f5 (inclusive).
35645See ChangeLog.1 for earlier changes. 35844See ChangeLog.1 for earlier changes.
35646 35845
35647;; Local Variables: 35846;; Local Variables: