aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.2
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.2')
-rw-r--r--ChangeLog.2231
1 files changed, 230 insertions, 1 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2
index a23f1d2ad75..c4bb6594362 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -1,3 +1,232 @@
12015-07-26 HOSOYA Kei <hosoyakei.free@gmail.com> (tiny change)
2
3 * etc/tutorials/TUTORIAL.ja: Improve translation.
4
52015-07-25 Eli Zaretskii <eliz@gnu.org>
6
7 Avoid crashes when w32 GUI functions are called in -batch
8 * src/w32fns.c (Fx_frame_geometry, Fw32_frame_rect)
9 (Fw32_frame_menu_bar_size, Fw32_send_sys_command): Don't call
10 FRAME_W32_WINDOW for initial frame. (Bug#21132)
11
12 Fix flyspell-check-previous-highlighted-word
13 * lisp/textmodes/flyspell.el
14 (flyspell-check-previous-highlighted-word): Really accept a
15 numeric argument, as the doc string describes. Fix an off-by-one
16 error in looking up overlays, so invocation with point immediately
17 after a word would check that word. Clarify the doc string as
18 Suggested by N. Jackson <nljlistbox2@gmail.com>. (Bug#21129)
19
202015-07-24 Michael Albinus <michael.albinus@gmx.de>
21
22 Minor cleanup in tramp-tests.el
23 * test/automated/tramp-tests.el (tramp-test31-*, tramp-test32-*):
24 Implement using the documented interface
25 `tramp-connection-properties', rather than with internal functions.
26
272015-07-24 Harald Hanche-Olsen <hanche@math.ntnu.no> (tiny change)
28
29 Pass lambdas to `skeleton-read'
30 * lisp/skeleton.el (skeleton-read): Allow PROMPT to be a function.
31 * lisp/textmodes/sgml-mode.el (sgml-attributes, sgml-value): Pass
32 lambdas to `skeleton-read' (bug#20386).
33
342015-07-24 Eli Zaretskii <eliz@gnu.org>
35
36 * INSTALL (DETAILED BUILDING AND INSTALLATION): Mention --without-imagemagick.
37
38 Don't require GUI frames and mouse for Flyspell menus
39 * lisp/textmodes/flyspell.el (flyspell-correct-word-before-point)
40 (flyspell-emacs-popup): Require neither a GUI frame nor mouse
41 support, since pop-up menus work with text terminals and can be
42 controlled via the keyboard.
43
44 Improve documentation of Flyspell commands
45 * doc/emacs/fixit.texi (Spelling): Mention Flyspell commands that
46 can be invoked via the keyboard. Mention those commands by name
47 and add them to the fn index. (Bug#21125)
48
492015-07-23 Michael Albinus <michael.albinus@gmx.de>
50
51 Fix some Tramp problems with HP-UX
52 * lisp/net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
53 Add "tab0" to stty call.
54 * test/automated/tramp-tests.el (tramp-persistency-file-name):
55 Set to nil.
56 (tramp--test-hpux-p): New defun.
57 (tramp--test-utf8): Use it.
58
592015-07-22 Glenn Morris <rgm@gnu.org>
60
61 * build-aux/update-subdirs: Put "no-update-autoloads: t" in output.
62
632015-07-22 Eli Zaretskii <eliz@gnu.org>
64
65 Fix point positioning in ffap-next-guess
66 * lisp/ffap.el (ffap-url-at-point): Set ffap-string-at-point-region,
67 as our callers expect. This was clobbered as part of fixing
68 bug#5673. (Bug#21107)
69 (ffap-gopher-at-point): Set ffap-string-at-point-region.
70
712015-07-22 Martin Rudalics <rudalics@gmx.at>
72
73 Fix customization type of `even-window-sizes'.
74 * lisp/window.el (even-window-sizes): Fix customization type.
75
76 2015-07-22 Martin Rudalics <rudalics@gmx.at>
77 Optionally even widths of `display-buffer' windows. (Bug#21100)
78 * lisp/window.el (quit-restore-window): Restore width if
79 requested.
80 (display-buffer-record-window): Record width when window is
81 reused and horizontally combined.
82 (even-window-sizes): New option to allow evening window widths.
83 (even-window-heights): Defalias to `even-window-sizes'.
84 (window--even-window-heights): Rename to
85 `window--even-window-sizes'. Handle side-by-side windows.
86 (display-buffer-use-some-window): Call `window--even-window-sizes'
87 instead of `window--even-window-heights'.
88 * lisp/help.el (resize-temp-buffer-window): Fix indentation.
89 * doc/lispref/windows.texi (Choosing Window Options): Describe
90 `even-window-sizes'.
91 (Coordinates and Windows): Fix typo.
92
932015-07-22 Stephen Leake <stephen_leake@stephe-leake.org>
94
95 add file name to autoload error messages.
96 * lisp/emacs-lisp/autoload.el (autoload-save-buffers): add condition-case
97 to add file name to error message.
98
992015-07-22 Michael Albinus <michael.albinus@gmx.de>
100
101 Use 0.0.0.1 as test host in Tramp
102 * lisp/net/tramp-sh.el (tramp-ssh-controlmaster-options):
103 Use 0.0.0.1 as test host.
104
1052015-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
106
107 (advice--called-interactively-skip): Fix inf-loop (bug#21083)
108 * lisp/emacs-lisp/nadvice.el (advice--called-interactively-skip):
109 Fix inf-loop (bug#21083).
110
1112015-07-21 Glenn Morris <rgm@gnu.org>
112
113 * test/automated/package-test.el (package-test-signed):
114 Update for recent changes.
115
116 * test/automated/elisp-mode-tests.el
117 (elisp-xref-finds-both-function-and-variable)
118 (elisp-xref-finds-only-function-for-minor-mode):
119 Update for recent xref name changes.
120
1212015-07-21 Dmitry Gutov <dgutov@yandex.ru>
122
123 Make eldoc timer non-repeatable
124 * lisp/emacs-lisp/eldoc.el (eldoc-schedule-timer): Make the timer
125 non-repeatable. Since it's on post-command hook, that just wasted
126 CPU cycles.
127
1282015-07-21 Michael Albinus <michael.albinus@gmx.de>
129
130 Mention `tramp-connection-properties' in NEWS
131
132 Sync with Tramp repository
133 * doc/misc/tramp.texi (Configuration): Note, that Tramp must be
134 required prior changing its configuration.
135 (Connection caching, Predefined connection information)
136 (Remote shell setup): Fix typos.
137 (Predefined connection information): Describe, how to overwrite
138 parameters of `tramp-methods'.
139 (Remote programs, Remote processes, Traces and Profiles):
140 Simplify example.
141 (Remote programs): Remove superfluous comment.
142 * doc/misc/trampver.texi: Update release number.
143 * lisp/net/tramp-cache.el (tramp-connection-properties): Adapt docstring.
144 * lisp/net/tramp-gvfs.el (tramp-gvfs-do-copy-or-rename-file): New defun.
145 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file): Use it.
146 (tramp-gvfs-handle-make-directory): Reimplement PARENTS handling,
147 "gvfs-mkdir -p ..." does not work robust.
148 (tramp-gvfs-maybe-open-connection): Adapt `tramp-get-method-parameter' call.
149 * lisp/net/tramp-sh.el (tramp-methods):
150 Add `tramp-remote-shell-login' parameter where it fits.
151 (tramp-get-remote-path): Use it.
152 (tramp-make-copy-program-file-name): Fix quoting for "psftp" method.
153 (all): Adapt `tramp-get-method-parameter' calls.
154 * lisp/net/tramp.el (tramp-methods): Adapt docstring.
155 (tramp-get-method-parameter): Replace argument METHOD by VEC.
156 Check also for hits in `tramp-connection-properties'. Adapt docstring.
157 (tramp-get-remote-tmpdir): Cache only the local name of tmpdir.
158 (all): Adapt `tramp-get-method-parameter' calls.
159 * lisp/net/trampver.el Update release number.
160 * test/automated/tramp-tests.el (tramp--instrument-test-case):
161 Add "^make-symbolic-link not supported$" to `debug-ignored-errors'.
162 (tramp-test13-make-directory, tramp--test-adb-p)
163 (tramp--test-smb-or-windows-nt-p): Simplify.
164 (tramp--test-ftp-p, tramp--test-gvfs-p): New defuns.
165 (tramp--test-special-characters): Fix docstring. Add gvfs and ftp tests.
166 (tramp--test-utf8): Fix docstring.
167
1682015-07-20 Dmitry Gutov <dgutov@yandex.ru>
169
170 Add new xref-query-replace command
171 * lisp/progmodes/xref.el (xref--match-buffer-bounds): New
172 function, extracted from xref-pulse-momentarily.
173 (xref-query-replace): New command.
174 (xref--query-replace-1): New helper function.
175 (xref--xref-buffer-mode-map): Add `r' binding.
176
1772015-07-20 Paul Eggert <eggert@cs.ucla.edu>
178
179 Simplify icalendar decoding of Z dates
180 * lisp/calendar/icalendar.el (icalendar--decode-isodatetime):
181 Simplify calculation of time strings with trailing "Z".
182
1832015-07-19 Dmitry Gutov <dgutov@yandex.ru>
184
185 Do not corrupt grep-find-ignored-files
186 * lisp/progmodes/project.el (project-ignores): Change the order of
187 the arguments to nconc, in order not to corrupt grep-find-ignored-files.
188
189 Add xref-match-item, and use it
190 * lisp/progmodes/xref.el (xref-match-bounds): New generic function.
191 (xref-file-location): Add reader for the column slot.
192 (xref-match-item): New class.
193 (xref-match-bounds): A method implementation for it.
194 (xref-make-match): New constructor function.
195 (xref--current-item): New private variable.
196 (xref-pulse-momentarily): Use it.
197 (xref--pop-to-location): Change the first argument to an xref
198 item, instead of location, bind xref--current-item.
199 Update all callers.
200 (xref-next-line, xref-prev-line, xref--next-error-function)
201 (xref--mouse-2): Look for the property `xref-item',
202 instead of `xref-location'.
203 (xref--item-at-point): Likewise. This function replaces
204 `xref-location-at-point'. Update all callers.
205 (xref--insert-xrefs): Add the `xref-item' text property, instead
206 of `xref-location'.
207 (xref--collect-match): Use xref-make-match.
208
209 Rename xref--xref to xref-item
210 * lisp/progmodes/xref.el (xref-item): Rename from `xref--xref'.
211 Update all references.
212
213 Rename xref description slot to summary
214 * lisp/progmodes/xref.el (xref--xref): Rename the `description'
215 slot to `summary'.
216
217 vc-hg: Perform the print-log call asynchronously
218 * lisp/vc/vc-hg.el (vc-hg-print-log): Perform the call
219 asynchronously (bug#21067).
220
221 Add xref-after-jump-hook and xref-after-return-hook
222 * lisp/progmodes/xref.el (xref-after-jump-hook)
223 (xref-after-return-hook): New hooks.
224 (xref-pulse-on-jump): Remove, in favor of the above.
225 (xref-pulse-momentarily): Rename from xref--maybe-pulse.
226 (xref--pop-to-location, xref--display-position)
227 (xref-pop-marker-stack): Use the new hooks, as requested in
228 http://lists.gnu.org/archive/html/emacs-devel/2015-07/msg00213.html
229
12015-07-19 Bozhidar Batsov <bozhidar@batsov.com> 2302015-07-19 Bozhidar Batsov <bozhidar@batsov.com>
2 231
3 Correct js-mode's lighter 232 Correct js-mode's lighter
@@ -7941,7 +8170,7 @@
7941 8170
7942This file records repository revisions from 8171This file records repository revisions from
7943commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to 8172commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to
7944commit 83fbe89537889219aebe1a36df73ca70e30948af (inclusive). 8173commit 2cf501ce1b77e6e409871eef7b9d31a08e73cfc0 (inclusive).
7945See ChangeLog.1 for earlier changes. 8174See ChangeLog.1 for earlier changes.
7946 8175
7947;; Local Variables: 8176;; Local Variables: