diff options
| author | Paul Eggert | 2018-07-01 08:35:18 -0700 |
|---|---|---|
| committer | Paul Eggert | 2018-07-01 08:36:57 -0700 |
| commit | e17a5e58b798ffbe2024d62a35376786c1b2b35e (patch) | |
| tree | 0d5abd24435cd55c87520b2ac4e55df3f80bcb45 | |
| parent | f205928d1f93f4373d755ca91805a88e022ac414 (diff) | |
| download | emacs-e17a5e58b798ffbe2024d62a35376786c1b2b35e.tar.gz emacs-e17a5e58b798ffbe2024d62a35376786c1b2b35e.zip | |
; make change-history-commit
| -rw-r--r-- | ChangeLog.3 | 1429 |
1 files changed, 1428 insertions, 1 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3 index 6704d0d7169..c05303c5d40 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 | |||
| @@ -1,3 +1,1430 @@ | |||
| 1 | 2018-07-01 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * etc/HISTORY: Cite Brinkoff on early history. | ||
| 4 | |||
| 5 | 2018-07-01 Martin Rudalics <rudalics@gmx.at> | ||
| 6 | |||
| 7 | Document internal use of 'above-suspended' z-group frame parameter | ||
| 8 | |||
| 9 | * src/w32fns.c (w32_dialog_in_progress, x_set_z_group): | ||
| 10 | * src/xterm.c (x_set_z_group): Clarify the internal use of | ||
| 11 | 'above-suspended' when setting a frame's 'z-group' parameter. | ||
| 12 | |||
| 13 | 2018-06-30 Gemini Lasswell <gazally@runbox.com> | ||
| 14 | |||
| 15 | Increase max-lisp-eval-depth adjustment while in debugger (bug#31919) | ||
| 16 | |||
| 17 | * src/eval.c (call_debugger): Increase the amount of extra Lisp | ||
| 18 | evaluation depth given to the debugger to allow it to call cl-print. | ||
| 19 | * lisp/emacs-lisp/debug.el (debugger-setup-buffer): Add a comment | ||
| 20 | to suggest updating call_debugger when changing print-level. | ||
| 21 | |||
| 22 | 2018-06-30 Eli Zaretskii <eliz@gnu.org> | ||
| 23 | |||
| 24 | Improve on last change in replace-buffer-contents | ||
| 25 | |||
| 26 | * src/editfns.c (Freplace_buffer_contents): Call modification | ||
| 27 | hooks only for the actual region where changes are made. | ||
| 28 | (Bug#31888) | ||
| 29 | |||
| 30 | 2018-06-30 Eli Zaretskii <eliz@gnu.org> | ||
| 31 | |||
| 32 | Fix a factual error in Introduction to Emacs Lisp | ||
| 33 | |||
| 34 | * doc/lispintro/emacs-lisp-intro.texi (Buffer Names): Update the | ||
| 35 | key that exits the splash screen. (Bug#32019) | ||
| 36 | |||
| 37 | 2018-06-30 Eli Zaretskii <eliz@gnu.org> | ||
| 38 | |||
| 39 | Minor improvements in documentation of imenu.el | ||
| 40 | |||
| 41 | * lisp/imenu.el (imenu-generic-skip-comments-and-strings) | ||
| 42 | (imenu--generic-function): Doc fixes. (Bug#31962) | ||
| 43 | |||
| 44 | 2018-06-30 Eli Zaretskii <eliz@gnu.org> | ||
| 45 | |||
| 46 | Avoid errors with recentering in 'skeleton-insert' | ||
| 47 | |||
| 48 | * lisp/skeleton.el (skeleton-insert): Don't recenter if we are | ||
| 49 | running in a buffer other than the one displayed in the selected | ||
| 50 | window. (Bug#31950) | ||
| 51 | |||
| 52 | 2018-06-29 Paul Eggert <eggert@cs.ucla.edu> | ||
| 53 | |||
| 54 | * src/lisp.h: Omit obsolete comment re bytecode stack. | ||
| 55 | |||
| 56 | 2018-06-29 Eli Zaretskii <eliz@gnu.org> | ||
| 57 | |||
| 58 | Speed up replace-buffer-contents | ||
| 59 | |||
| 60 | * src/editfns.c (EXTRA_CONTEXT_FIELDS): Add a_unibyte and | ||
| 61 | b_unibyte members. | ||
| 62 | (rbc_quitcounter): New static variable. | ||
| 63 | (Freplace_buffer_contents): Initialize a_unibyte, b_unibyte, and | ||
| 64 | rbc_quitcounter. Inhibit modification hooks if they were not | ||
| 65 | already inhibited. Use rarely_quit to allow user to quit, to | ||
| 66 | avoid calling maybe_quit too frequently (which hurts performance). | ||
| 67 | Remove redundant assertions (which hurt performance too much). | ||
| 68 | Call signal_after_change and update_compositions after all the | ||
| 69 | changes are done. | ||
| 70 | (buffer_chars_equal): Remove redundant assertions (which hurt | ||
| 71 | performance). Avoid using BUF_FETCH_CHAR_AS_MULTIBYTE, which | ||
| 72 | hurts performance by referencing Lisp symbols; instead, use | ||
| 73 | lower-level macros with explicit tests to select which macro to | ||
| 74 | use. (Bug#31888) | ||
| 75 | |||
| 76 | 2018-06-27 Dmitry Gutov <dgutov@yandex.ru> | ||
| 77 | |||
| 78 | Remove extra process call from vc-git-find-file-hook | ||
| 79 | |||
| 80 | * lisp/vc/vc-git.el (vc-git-find-file-hook): Resolve FIXMEs. | ||
| 81 | |||
| 82 | 2018-06-27 Dmitry Gutov <dgutov@yandex.ru> | ||
| 83 | |||
| 84 | Speed up vc-git-dir-status-files | ||
| 85 | |||
| 86 | * lisp/vc/vc-git.el (vc-git-dir-status-goto-stage): Call 'git | ||
| 87 | ls-files -u' for the ls-files-conflict stage | ||
| 88 | (https://lists.gnu.org/archive/html/emacs-devel/2018-06/msg00885.html). | ||
| 89 | |||
| 90 | 2018-06-27 Eli Zaretskii <eliz@gnu.org> | ||
| 91 | |||
| 92 | Avoid compiler warning using coding.h | ||
| 93 | |||
| 94 | * src/coding.h: Add INLINE_HEADER_BEGIN..INLINE_HEADER_END, since | ||
| 95 | this header now has an extern INLINE function. | ||
| 96 | |||
| 97 | 2018-06-27 Michael Albinus <michael.albinus@gmx.de> | ||
| 98 | |||
| 99 | Sync with Tramp 2.3.4. Do not merge with master | ||
| 100 | |||
| 101 | * doc/misc/trampver.texi: | ||
| 102 | * lisp/net/trampver.el: Change version to "2.3.4". | ||
| 103 | |||
| 104 | * lisp/net/tramp-smb.el (tramp-smb-handle-delete-directory): | ||
| 105 | Check, that the directory has been removed indeed. | ||
| 106 | |||
| 107 | * test/lisp/net/tramp-tests.el (tramp-test21-file-links): Adapt test. | ||
| 108 | (tramp--test-emacs25-p): New defun. | ||
| 109 | (tramp-test34-vc-registered): Use it. | ||
| 110 | |||
| 111 | 2018-06-27 Martin Rudalics <rudalics@gmx.at> | ||
| 112 | |||
| 113 | * src/xdisp.c (Vmouse_autoselect_window): Clarify doc-string (Bug#31975) | ||
| 114 | |||
| 115 | 2018-06-26 Noam Postavsky <npostavs@gmail.com> | ||
| 116 | |||
| 117 | Detect a non-list package archive content properly (Bug#22311) | ||
| 118 | |||
| 119 | * lisp/emacs-lisp/package.el (package--download-one-archive): Use | ||
| 120 | `read' instead of `read-from-string'; the latter always returns a | ||
| 121 | cons, so the `listp' check on its return value doesn't make sense. It | ||
| 122 | was changed from `read' to `read-from-string' in 2015-04-01 "* | ||
| 123 | emacs-lisp/package.el: Implement asynchronous refreshing", but that | ||
| 124 | change was not needed because `read' works fine on strings as well as | ||
| 125 | buffers. | ||
| 126 | |||
| 127 | 2018-06-25 Christophe Junke <junke.christophe@gmail.com> (tiny change) | ||
| 128 | |||
| 129 | Add ido-fallback special variable (Bug#31707) | ||
| 130 | |||
| 131 | Before ido.el switch to lexical-binding, it was possible for other | ||
| 132 | packages to modify the 'fallback' variables declared inside | ||
| 133 | 'ido-file-internal' and 'ido-buffer-internal'. | ||
| 134 | * lisp/ido.el (ido-fallback): New variable. | ||
| 135 | (ido-buffer-internal, ido-file-internal): Reset ido-fallback to nil | ||
| 136 | before prompting user. Use ido-fallback when ido-exit is 'fallback'. | ||
| 137 | (ido-fallback-command): Add optional FALLBACK-COMMAND argument. | ||
| 138 | |||
| 139 | 2018-06-25 Karl Fogel <kfogel@red-bean.com> | ||
| 140 | |||
| 141 | Tighten a cross-reference in documentation | ||
| 142 | |||
| 143 | * doc/lispref/internals.texi (Writing Emacs Primitives): Switch to | ||
| 144 | a simple parenthetical cross-reference, following up to my | ||
| 145 | commit 9a53b6d426 of 2018-06-24. | ||
| 146 | |||
| 147 | See discussion: | ||
| 148 | |||
| 149 | https://lists.gnu.org/archive/html/emacs-devel/2018-06/msg00826.html | ||
| 150 | From: Eli Zaretskii | ||
| 151 | Subject: Re: [Emacs-diffs] \ | ||
| 152 | emacs-26 9a53b6d: Say how to override a primitive interactive spec | ||
| 153 | To: Karl Fogel | ||
| 154 | CC: Stefan Monnier, Emacs Devel | ||
| 155 | Date: Mon, 25 Jun 2018 17:41:53 +0300 | ||
| 156 | Message-Id: <83r2kvrkr2.fsf@gnu.org> | ||
| 157 | |||
| 158 | 2018-06-25 Michael Albinus <michael.albinus@gmx.de> | ||
| 159 | |||
| 160 | Fix last change in tramp-sh.el | ||
| 161 | |||
| 162 | * lisp/net/tramp-sh.el (tramp-do-copy-or-rename-file-directly): | ||
| 163 | Use "-R" rather than "-r" for recursive copy of directories. | ||
| 164 | |||
| 165 | 2018-06-24 Paul Eggert <eggert@cs.ucla.edu> | ||
| 166 | |||
| 167 | Revert previous patch; comment was OK after all. | ||
| 168 | |||
| 169 | 2018-06-24 Paul Eggert <eggert@cs.ucla.edu> | ||
| 170 | |||
| 171 | Fix lead comment for count_trailing_zero_bits | ||
| 172 | |||
| 173 | * src/data.c (count_trailing_zero_bits): Fix comment to match code. | ||
| 174 | |||
| 175 | 2018-06-24 Noam Postavsky <npostavs@gmail.com> | ||
| 176 | |||
| 177 | * lisp/emacs-lisp/regexp-opt.el (regexp-opt): Fix docstring quotes. | ||
| 178 | |||
| 179 | 2018-06-24 Simen Heggestøyl <simenheg@gmail.com> | ||
| 180 | |||
| 181 | Make a minor update to the CSS mode docstring | ||
| 182 | |||
| 183 | * lisp/textmodes/css-mode.el (css-mode): Mention 'fill-paragraph'. | ||
| 184 | |||
| 185 | 2018-06-24 Karl Fogel <kfogel@red-bean.com> | ||
| 186 | |||
| 187 | Say how to override a primitive interactive spec | ||
| 188 | |||
| 189 | * doc/lispref/internals.texi (Writing Emacs Primitives): Mention that | ||
| 190 | the `interactive-form' property can be used to override a primitive | ||
| 191 | interactive specification, and refer to the detailed documentation | ||
| 192 | for setting that property. | ||
| 193 | |||
| 194 | From this thread on Emacs Devel: | ||
| 195 | |||
| 196 | https://lists.gnu.org/archive/html/emacs-devel/2018-03/msg00923.html | ||
| 197 | From: Eli Zaretskii | ||
| 198 | To: Karl Fogel | ||
| 199 | CC: Juri Linkov, Emacs Devel | ||
| 200 | Subject: Re: [Emacs-diffs] \ | ||
| 201 | master b88e7c8: Make transpose-regions interactive (Bug#30343) | ||
| 202 | Date: Thu, 29 Mar 2018 14:38:15 +0300 | ||
| 203 | Message-Id: <834lkzdsd4.fsf@gnu.org> | ||
| 204 | |||
| 205 | 2018-06-24 Michael Albinus <michael.albinus@gmx.de> | ||
| 206 | |||
| 207 | Fix Bug#31941 | ||
| 208 | |||
| 209 | * lisp/net/tramp-sh.el (tramp-do-copy-or-rename-file): In case of | ||
| 210 | FILENAME being a directory, check whether `copy-directory' could | ||
| 211 | be avoided. Suggested by Stephen Nutt <stnutt@gmail.com>. (Bug#31941) | ||
| 212 | (tramp-do-copy-or-rename-file-directly): Call "cp" with "-r". | ||
| 213 | |||
| 214 | 2018-06-23 Leo Liu <sdl.web@gmail.com> | ||
| 215 | |||
| 216 | Fix previous change in minibuffer-default-add-dired-shell-commands | ||
| 217 | |||
| 218 | The mailcap minibuffer completion used dynamic binding. Locally set | ||
| 219 | a dynamic variable. | ||
| 220 | * lisp/dired-aux.el (minibuffer-default-add-dired-shell-commands): | ||
| 221 | Store list of files in 'minibuffer-completion-table'. (Bug#31794) | ||
| 222 | |||
| 223 | 2018-06-23 Eli Zaretskii <eliz@gnu.org> | ||
| 224 | |||
| 225 | * src/editfns.c (Fformat): Make %x easier to spot in doc string. (Bug#31945) | ||
| 226 | |||
| 227 | 2018-06-23 Eli Zaretskii <eliz@gnu.org> | ||
| 228 | |||
| 229 | Improve responsiveness while in 'replace-buffer-contents' | ||
| 230 | |||
| 231 | * src/editfns.c (buffer_chars_equal): Avoid calling | ||
| 232 | buf_charpos_to_bytepos when the buffer is plain-ASCII. | ||
| 233 | Suggested by Milan Stanojević <mstanojevic@janestreet.com>. | ||
| 234 | Call maybe_quit to improve responsiveness. | ||
| 235 | (Freplace_buffer_contents): Call maybe_quit. Warn in the doc | ||
| 236 | string that the function could be slow. (Bug#31888) | ||
| 237 | |||
| 238 | 2018-06-23 Eli Zaretskii <eliz@gnu.org> | ||
| 239 | |||
| 240 | Improve documentation of 'server-start' and friends | ||
| 241 | |||
| 242 | * lisp/server.el (server-start, server-running-p): Document how to | ||
| 243 | reliably check that the current Emacs process started the server. | ||
| 244 | (Bug#31859) | ||
| 245 | |||
| 246 | 2018-06-23 Eli Zaretskii <eliz@gnu.org> | ||
| 247 | |||
| 248 | Clarify wording about functions' argument lists | ||
| 249 | |||
| 250 | * doc/lispref/functions.texi (Argument List): Clarify the | ||
| 251 | wording. (Bug#31872) | ||
| 252 | |||
| 253 | 2018-06-23 Eli Zaretskii <eliz@gnu.org> | ||
| 254 | |||
| 255 | * lisp/doc-view.el: Fix typos in the commentary. (Bug#31937) | ||
| 256 | |||
| 257 | 2018-06-22 Eli Zaretskii <eliz@gnu.org> | ||
| 258 | |||
| 259 | Fix a typo in emacs-lisp-intro.texi | ||
| 260 | |||
| 261 | * doc/lispintro/emacs-lisp-intro.texi (kill-ring-yank-pointer): | ||
| 262 | Add a missing quote. Reported by Jean-Christophe Helary | ||
| 263 | <brandelune@gmail.com> in emacs-devel. | ||
| 264 | |||
| 265 | 2018-06-22 Paul Eggert <eggert@cs.ucla.edu> | ||
| 266 | |||
| 267 | Fix doc typo: missing double-quote | ||
| 268 | |||
| 269 | 2018-06-22 Eli Zaretskii <eliz@gnu.org> | ||
| 270 | |||
| 271 | Avoid segfaults in replace-buffer-contents with large buffers | ||
| 272 | |||
| 273 | * src/editfns.c (Freplace_buffer_contents): Don't release | ||
| 274 | malloc'ed memory as long as we are using it. (Bug#31888) | ||
| 275 | |||
| 276 | 2018-06-22 Robert Pluim <rpluim@gmail.com> | ||
| 277 | |||
| 278 | Adjust for scaling for mode-line popup menus (Bug#31880) | ||
| 279 | |||
| 280 | * src/xmenu.c (menu_position_func) [HAVE_GTK3]: Take scaling | ||
| 281 | into account when calculating screen size. | ||
| 282 | |||
| 283 | 2018-06-21 Simen Heggestøyl <simenheg@gmail.com> | ||
| 284 | |||
| 285 | Change name of `seqp' argument (Bug#26411) | ||
| 286 | |||
| 287 | * lisp/emacs-lisp/seq.el (seqp): Change argument name. | ||
| 288 | |||
| 289 | * doc/lispref/sequences.texi: Update the documentation for seqp. | ||
| 290 | |||
| 291 | 2018-06-20 Noam Postavsky <npostavs@gmail.com> | ||
| 292 | |||
| 293 | Change index of ";" to better reflect it's usage (Bug#31623) | ||
| 294 | |||
| 295 | * doc/lispref/objects.texi (Comments): "; for commenting" fits better | ||
| 296 | with the following text about how a semicolon begins a comment. Also | ||
| 297 | mention that only unescaped semicolons start a comment. | ||
| 298 | |||
| 299 | 2018-06-20 Tak Kunihiro <tkk@misasa.okayama-u.ac.jp> | ||
| 300 | |||
| 301 | Fix bug of 'mouse-drag-and-drop-region' to detect edges of region (Bug#31905) | ||
| 302 | |||
| 303 | * lisp/mouse.el (mouse-drag-and-drop-region): Detect both the | ||
| 304 | beginning and the end of character of region during dragging | ||
| 305 | text. | ||
| 306 | |||
| 307 | 2018-06-19 Noam Postavsky <npostavs@gmail.com> | ||
| 308 | |||
| 309 | Fix #'fun handling inside `labels' (Bug#31792) | ||
| 310 | |||
| 311 | * lisp/emacs-lisp/cl.el (labels): Apply the equivalent of the | ||
| 312 | cl-labels change from 2015-01-16 "* lisp/emacs-lisp/cl-macs.el: Fix | ||
| 313 | last change". | ||
| 314 | * test/lisp/emacs-lisp/cl-tests.el (labels-function-quoting): New | ||
| 315 | test. | ||
| 316 | * lisp/emacs-lisp/cl-macs.el (cl-flet, cl-labels): Improve docstring, | ||
| 317 | link to relevant manual page. | ||
| 318 | * doc/misc/cl.texi (Function Bindings): Don't imply that function | ||
| 319 | cells of symbols are modified by cl-flet. Don't claim that cl-flet or | ||
| 320 | cl-labels affect references of the form (quote FUNC). | ||
| 321 | |||
| 322 | 2018-06-18 Eli Zaretskii <eliz@gnu.org> | ||
| 323 | |||
| 324 | Fix vertical-motion with 'visual' line-number display | ||
| 325 | |||
| 326 | * src/indent.c (Fvertical_motion): Don't exempt 'visual' sty;e of | ||
| 327 | line-number display from X coordinate adjustments. (Bug#31875) | ||
| 328 | |||
| 329 | 2018-06-17 Alan Third <alan@idiocy.org> | ||
| 330 | |||
| 331 | Handle NSAttributedString inputs (bug#29837) | ||
| 332 | |||
| 333 | |||
| 334 | * src/nsterm.m (EmacsView::insertText): Handle NSAttributedString. | ||
| 335 | |||
| 336 | 2018-06-17 Philipp Stephani <phst@google.com> | ||
| 337 | |||
| 338 | Allow inserting non-BMP characters | ||
| 339 | |||
| 340 | * src/coding.h (UTF_16_HIGH_SURROGATE_P, UTF_16_LOW_SURROGATE_P): Move | ||
| 341 | from coding.c and document. | ||
| 342 | (surrogates_to_codepoint): New function. | ||
| 343 | |||
| 344 | * src/nsterm.m (insertText:): Properly handle surrogate pairs. | ||
| 345 | |||
| 346 | (cherry picked from commit 703ac3ea1c1ce381f385469a0e88bc29d3fe83c2) | ||
| 347 | |||
| 348 | 2018-06-17 Aaron Jensen <aaronjensen@gmail.com> | ||
| 349 | |||
| 350 | Prevent errant scroll on mouse click (Bug#31546) | ||
| 351 | |||
| 352 | * src/nsterm.m (ns_mouse_position): Use correct frame when determining | ||
| 353 | mouse position. | ||
| 354 | * lisp/mouse.el (mouse-drag-track): Only account for mode-line height | ||
| 355 | if `mode-line-format' is non-nil. | ||
| 356 | |||
| 357 | 2018-06-17 Eli Zaretskii <eliz@gnu.org> | ||
| 358 | |||
| 359 | Minor documentation fix | ||
| 360 | |||
| 361 | * doc/lispref/windows.texi (Window Start and End): Improve | ||
| 362 | documentation and indexing of window-end. | ||
| 363 | |||
| 364 | 2018-06-16 Eli Zaretskii <eliz@gnu.org> | ||
| 365 | |||
| 366 | * lisp/window.el (window-toggle-side-windows): Doc fix. (Bug#31858) | ||
| 367 | |||
| 368 | 2018-06-16 Paul Eggert <eggert@Penguin.CS.UCLA.EDU> | ||
| 369 | |||
| 370 | Fix byte compilation of (eq foo 'default) | ||
| 371 | |||
| 372 | Backport from master. | ||
| 373 | Do not use the symbol ‘default’ as a special marker. | ||
| 374 | Instead, use a value that cannot appear in the program, | ||
| 375 | improving on a patch proposed by Robert Cochran (Bug#31718#14). | ||
| 376 | * lisp/emacs-lisp/bytecomp.el (byte-compile--default-val): | ||
| 377 | New constant. | ||
| 378 | (byte-compile-cond-jump-table-info) | ||
| 379 | (byte-compile-cond-jump-table): Use it instead of 'default. | ||
| 380 | * test/lisp/emacs-lisp/bytecomp-tests.el: | ||
| 381 | (byte-opt-testsuite-arith-data): Add a test for the bug. | ||
| 382 | |||
| 383 | 2018-06-16 Michael Albinus <michael.albinus@gmx.de> | ||
| 384 | |||
| 385 | Fix Bug#31846. Do not merge with master | ||
| 386 | |||
| 387 | * lisp/net/secrets.el (secrets-search-items) | ||
| 388 | (secrets-create-item): Fix format of :dict-entry values. (Bug#31846) | ||
| 389 | |||
| 390 | 2018-06-16 Eli Zaretskii <eliz@gnu.org> | ||
| 391 | |||
| 392 | Fix documentation of ':propertize' in mode-line-format | ||
| 393 | |||
| 394 | * doc/lispref/modes.texi (Mode Line Data): Make the description of | ||
| 395 | ':propertize' more accurate. (Bug#26291) | ||
| 396 | |||
| 397 | 2018-06-15 Eli Zaretskii <eliz@gnu.org> | ||
| 398 | |||
| 399 | Reject invalid 5-byte sequences when detecting UTF-8 encoding | ||
| 400 | |||
| 401 | * src/coding.c (detect_coding_utf_8): Reject multibyte sequences | ||
| 402 | whose leading byte is greater than MAX_MULTIBYTE_LEADING_CODE. | ||
| 403 | (Bug#31829) | ||
| 404 | * src/character.h (MAX_MULTIBYTE_LEADING_CODE): Add commentary | ||
| 405 | about the connection between the value of this macro and MAX_CHAR. | ||
| 406 | |||
| 407 | 2018-06-15 Eli Zaretskii <eliz@gnu.org> | ||
| 408 | |||
| 409 | Fix 'replace-buffer-contents' in multibyte buffers | ||
| 410 | |||
| 411 | * src/editfns.c (buffer_chars_equal): Pass a byte position to | ||
| 412 | BUF_FETCH_CHAR_AS_MULTIBYTE, not a character position. | ||
| 413 | (Bug#31837) | ||
| 414 | |||
| 415 | * test/src/editfns-tests.el (replace-buffer-contents-bug31837): | ||
| 416 | New test. | ||
| 417 | |||
| 418 | 2018-06-15 Robert Pluim <rpluim@gmail.com> | ||
| 419 | |||
| 420 | Update etc/NEWS for mail-source-movemail-program change | ||
| 421 | |||
| 422 | * etc/NEWS: Describe change in how we search for | ||
| 423 | mail-source-movemail-program. | ||
| 424 | |||
| 425 | 2018-06-15 Robert Pluim <rpluim@gmail.com> | ||
| 426 | |||
| 427 | Improve movemail default | ||
| 428 | |||
| 429 | * lisp/gnus/mail-source.el (mail-source-movemail-program): | ||
| 430 | Change default to "movemail". | ||
| 431 | (mail-source-movemail): Pass just mail-source-movemail-program to | ||
| 432 | call-process instead of fully specifying it relative to | ||
| 433 | exec-directory. Ensures that we will find Mailutils movemail if | ||
| 434 | it is installed. (Bug#31737) | ||
| 435 | |||
| 436 | 2018-06-15 Eli Zaretskii <eliz@gnu.org> | ||
| 437 | |||
| 438 | Delete description of deleted Customize functions | ||
| 439 | |||
| 440 | * doc/lispref/customize.texi (Variable Definitions): Remove the | ||
| 441 | description of 'custom-initialize-safe-set' and | ||
| 442 | 'custom-initialize-safe-default', which were deleted in Emacs | ||
| 443 | 23.2, and replace with the description of | ||
| 444 | 'custom-initialize-delay'. | ||
| 445 | |||
| 446 | 2018-06-14 Noam Postavsky <npostavs@gmail.com> | ||
| 447 | |||
| 448 | Keep vc-print-log from putting point at buffer end (Bug#31764) | ||
| 449 | |||
| 450 | * lisp/vc/vc.el (vc-print-log-internal): Use `save-excursion' around | ||
| 451 | `vc-print-log-setup-buttons'. | ||
| 452 | |||
| 453 | 2018-06-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 454 | |||
| 455 | Don’t set EMACS=t if Bash is 4.4 or newer | ||
| 456 | |||
| 457 | (Backport from master.) | ||
| 458 | (Thanks to Stefan Monnier for improvements to this patch.) | ||
| 459 | * lisp/term.el (term--bash-needs-EMACS-status): New var. | ||
| 460 | (term--bash-needs-EMACSp): New function. | ||
| 461 | (term-exec-1): Use it instead of always setting EMACS. | ||
| 462 | |||
| 463 | 2018-06-14 Eli Zaretskii <eliz@gnu.org> | ||
| 464 | |||
| 465 | Improve commentary in info.el | ||
| 466 | |||
| 467 | * lisp/info.el: Explain in commentary why some commands start with | ||
| 468 | "info-" and others with "Info-". See also | ||
| 469 | http://lists.gnu.org/archive/html/emacs-devel/2017-11/msg00482.html. | ||
| 470 | |||
| 471 | 2018-06-13 Michael Albinus <michael.albinus@gmx.de> | ||
| 472 | |||
| 473 | Fix wording in tramp.texi | ||
| 474 | |||
| 475 | * doc/misc/tramp.texi (Frequently Asked Questions): | ||
| 476 | Fix wording for abbreviations. | ||
| 477 | |||
| 478 | 2018-06-13 Michael Albinus <michael.albinus@gmx.de> | ||
| 479 | |||
| 480 | * doc/misc/tramp.texi (Remote shell setup): Fix typo. | ||
| 481 | |||
| 482 | 2018-06-12 Sam Steingold <sds@gnu.org> | ||
| 483 | |||
| 484 | Finish the Bug#11728 work: hg & git | ||
| 485 | |||
| 486 | * lisp/vc/vc-git.el (vc-git--pushpull): Make `extra-args' a list. | ||
| 487 | Do not set `compilation-error-regexp-alist', this is done in | ||
| 488 | `vc-compilation-mode'. | ||
| 489 | (vc-git-error-regexp-alist): Tweak the regexp. | ||
| 490 | * lisp/vc/vc-hg.el (vc-hg-error-regexp-alist): Make non-trivial. | ||
| 491 | (vc-hg--pushpull): Accept `post-processing' argument. | ||
| 492 | Call them after the `command'. | ||
| 493 | (vc-hg-pull): Pass the `post-processing' commands that show which | ||
| 494 | are to be modified by the `update', and then run `update'. | ||
| 495 | |||
| 496 | 2018-06-12 Sam Steingold <sds@gnu.org> | ||
| 497 | |||
| 498 | Fix Bug#11728: show files updated by git | ||
| 499 | |||
| 500 | * lisp/vc/vc-git.el (vc-git--pushpull): Accept extra-args and set | ||
| 501 | `compilation-error-regexp-alist' to `vc-git-error-regexp-alist'. | ||
| 502 | (vc-git-pull): Pass "--stat" as `extra-args' to `vc-git--pushpull'. | ||
| 503 | (vc-git-push): Pass "" as `extra-args' to `vc-git--pushpull'. | ||
| 504 | |||
| 505 | 2018-06-12 Noam Postavsky <npostavs@gmail.com> | ||
| 506 | |||
| 507 | Make 'tags' targets respect --with-silent-rules (Bug#31744) | ||
| 508 | |||
| 509 | * lwlib/Makefile.in (TAGS): | ||
| 510 | * lisp/Makefile.in (TAGS): | ||
| 511 | * src/Makefile.in (TAGS): Use AM_V_GEN and AM_V_at. | ||
| 512 | * src/Makefile.in: Note that TAGS are generated in build dir. | ||
| 513 | |||
| 514 | 2018-06-11 Thomas Fitzsimmons <fitzsim@fitzsim.org> | ||
| 515 | Noam Postavsky <npostavs@gmail.com> | ||
| 516 | |||
| 517 | soap-client: Add byte-code compatibility function (Bug#31742) | ||
| 518 | |||
| 519 | * lisp/net/soap-client.el: Bump version to 3.1.4. | ||
| 520 | (soap-type-of): New function. | ||
| 521 | (soap-resolve-references, soap-decode-type) | ||
| 522 | (soap-encode-attributes, soap-encode-value): Replace aref | ||
| 523 | calls with calls to soap-type-of. | ||
| 524 | |||
| 525 | * lisp/net/soap-inspect.el (soap-sample-value, soap-inspect): | ||
| 526 | Replace aref calls with calls to soap-type-of. | ||
| 527 | |||
| 528 | |||
| 529 | Backport: (cherry picked from commit | ||
| 530 | 1feb2e221349f26ec26bc684e0cce2acecbed3ca) | ||
| 531 | |||
| 532 | 2018-06-11 Eli Zaretskii <eliz@gnu.org> | ||
| 533 | |||
| 534 | * doc/lispref/files.texi (Unique File Names): Fix a typo. (Bug#31784) | ||
| 535 | |||
| 536 | 2018-06-10 Noam Postavsky <npostavs@gmail.com> | ||
| 537 | |||
| 538 | Fix term.el cursor movement at bottom margin (Bug#31690) | ||
| 539 | |||
| 540 | * lisp/term.el (term-handle-ansi-escape) <\E[B cud>: Allow moving the | ||
| 541 | cursor to the bottom margin line, rather than stopping one line | ||
| 542 | before. | ||
| 543 | |||
| 544 | 2018-06-10 Reuben Thomas <rrt@sc3d.org> | ||
| 545 | |||
| 546 | Call enchant-lsmod correctly when Enchant is installed with a suffix | ||
| 547 | |||
| 548 | * lisp/textmodes/ispell.el (ispell--call-enchant-lsmod): Cope with a | ||
| 549 | version suffix on the binary name, so enchant-2 is converted to | ||
| 550 | enchant-lsmod-2, not enchant-2-lsmod. (Bug#31761) | ||
| 551 | |||
| 552 | (cherry picked from commit a402d9aacbecf4bf0b9afde592a3b90c71f96832) | ||
| 553 | |||
| 554 | 2018-06-09 Eli Zaretskii <eliz@gnu.org> | ||
| 555 | |||
| 556 | Enlarge DUMPED_HEAP_SIZE for 64-bit Windows builds | ||
| 557 | |||
| 558 | * src/w32heap.c (DUMPED_HEAP_SIZE): Bump to 23MB. Reported by | ||
| 559 | Andy Moreton <andrewjmoreton@gmail.com>. | ||
| 560 | |||
| 561 | 2018-06-09 Eli Zaretskii <eliz@gnu.org> | ||
| 562 | |||
| 563 | Update Unicode data files to version 11.0.0 of Unicode | ||
| 564 | |||
| 565 | * admin/unidata/UnicodeData.txt: | ||
| 566 | * admin/unidata/SpecialCasing.txt: | ||
| 567 | * admin/unidata/NormalizationTest.txt: | ||
| 568 | * admin/unidata/copyright.html: | ||
| 569 | * admin/unidata/BidiMirroring.txt: | ||
| 570 | * admin/unidata/BidiBrackets.txt: Import from Unicode 11.0. | ||
| 571 | * admin/notes/unicode: Update the URL for OTF script tags. | ||
| 572 | |||
| 573 | * lisp/international/mule-cmds.el (ucs-names): Update unused ranges. | ||
| 574 | * lisp/international/fontset.el (script-representative-chars): Add | ||
| 575 | hanifi-rohingya, old-sogdian, sogdian, dogra, gunjala-gondi, | ||
| 576 | makasar, and medefaidrin. | ||
| 577 | (otf-script-alist): Add old-hungarian. | ||
| 578 | * lisp/international/characters.el (tbl): Add syntax entries for | ||
| 579 | Supplemental Mathematical Operators, Miscellaneous Symbols and | ||
| 580 | Arrows, and Supplemental Punctuation. | ||
| 581 | Update the list of wide characters. | ||
| 582 | |||
| 583 | * test/lisp/international/ucs-normalize-tests.el | ||
| 584 | (ucs-normalize-tests--failing-lines-part2): Update to match | ||
| 585 | admin/unidata/NormalizationTest.txt. | ||
| 586 | |||
| 587 | * doc/lispref/nonascii.texi (Character Properties): Update the | ||
| 588 | reference to the Unicode Standard. | ||
| 589 | * doc/misc/efaq.texi (New in Emacs 26): | ||
| 590 | * etc/NEWS: Mention compatibility with Unicode 11.0. | ||
| 591 | |||
| 592 | 2018-06-09 Eli Zaretskii <eliz@gnu.org> | ||
| 593 | |||
| 594 | * etc/NEWS: Belatedly call out vc-hg changes in v26.1. (Bug#31759) | ||
| 595 | |||
| 596 | 2018-06-09 Eli Zaretskii <eliz@gnu.org> | ||
| 597 | |||
| 598 | Clarify the documentation of 'dired-recursive-deletes' | ||
| 599 | |||
| 600 | * doc/emacs/dired.texi (Dired Deletion): Clarify text regarding | ||
| 601 | recursive deletion of non-empty directories. (Bug#31529) | ||
| 602 | |||
| 603 | 2018-06-08 Eli Zaretskii <eliz@gnu.org> | ||
| 604 | |||
| 605 | Clarify doc string of 'update-glyphless-char-display' | ||
| 606 | |||
| 607 | * lisp/international/characters.el | ||
| 608 | (update-glyphless-char-display): Doc fix. (Bug#31730) | ||
| 609 | |||
| 610 | 2018-06-08 Eli Zaretskii <eliz@gnu.org> | ||
| 611 | |||
| 612 | Clarify subtle issues with 'eq' in byte-compiled code | ||
| 613 | |||
| 614 | * doc/lispref/objects.texi (Equality Predicates): Explain why | ||
| 615 | byte-compiled code might compare literal objects with identical | ||
| 616 | contents as 'eq'. (Bug#31688) | ||
| 617 | |||
| 618 | 2018-06-07 Gemini Lasswell <gazally@runbox.com> | ||
| 619 | |||
| 620 | Make cl-print respect print-quoted (bug#31649) | ||
| 621 | |||
| 622 | * lisp/emacs-lisp/cl-print.el (cl-print-object) <cons>: Observe | ||
| 623 | print-quoted when printing quote and its relatives. Add printing of | ||
| 624 | 'function' as #'. | ||
| 625 | |||
| 626 | 2018-06-07 Martin Rudalics <rudalics@gmx.at> | ||
| 627 | |||
| 628 | Fix unexpected jumps of window-point in 'set-window-configuration' (Bug#31695) | ||
| 629 | |||
| 630 | * src/window.c (Fset_window_configuration): Prevent that the | ||
| 631 | fix for Bug#12208 affects restoration of window points when | ||
| 632 | using separate minibuffer frames (Bug#31695). | ||
| 633 | |||
| 634 | 2018-06-06 Nicolas Petton <nicolas@petton.fr> | ||
| 635 | |||
| 636 | * etc/emacs.appdata.xml: Update Emacs screenshot. | ||
| 637 | |||
| 638 | 2018-06-06 Eli Zaretskii <eliz@gnu.org> | ||
| 639 | |||
| 640 | Fix cursor movement by 'next-logical-line' after 'next-line' | ||
| 641 | |||
| 642 | * src/indent.c (Fvertical_motion): Adjust TO_X when line-numbers | ||
| 643 | are being displayed. Remove unneeded "correction" of TO_X at the | ||
| 644 | goal line. | ||
| 645 | |||
| 646 | * lisp/simple.el (last--line-number-width): Remove unneeded | ||
| 647 | variable. | ||
| 648 | (line-move-visual): Account for line-number display width by | ||
| 649 | adjusting the pixel X coordinate that gets converted into | ||
| 650 | canonical columns passed to vertical-motion, instead of adjusting | ||
| 651 | temporary-goal-column (which then affects next commands, including | ||
| 652 | next-logical-line). (Bug#31723) | ||
| 653 | |||
| 654 | 2018-06-05 Allen Li <darkfeline@felesatra.moe> | ||
| 655 | |||
| 656 | Fix prompt in bookmark.el (Bug#24726) | ||
| 657 | |||
| 658 | * lisp/bookmark.el (bookmark-set-internal): Conform to the standard | ||
| 659 | default prompt format (per `minibuffer-electric-default-mode') which | ||
| 660 | does not use a colon. | ||
| 661 | |||
| 662 | 2018-06-05 Basil L. Contovounesios <contovob@tcd.ie> | ||
| 663 | |||
| 664 | Improve documentation of 'empty' whitespace-style | ||
| 665 | |||
| 666 | * doc/emacs/display.texi (Useless Whitespace): Clarify that the | ||
| 667 | 'empty' whitespace-style option highlights empty lines only at | ||
| 668 | BOB/EOB, as per the docstring of whitespace-style. (bug#31713) | ||
| 669 | |||
| 670 | 2018-06-05 Paul Eggert <eggert@cs.ucla.edu> | ||
| 671 | |||
| 672 | Port FC_COLOR change to older fontconfig | ||
| 673 | |||
| 674 | Problem reported by John ff in: | ||
| 675 | https://lists.gnu.org/r/emacs-devel/2018-04/msg00058.html | ||
| 676 | * src/ftfont.c (ftfont_spec_pattern) [!FC_COLOR]: | ||
| 677 | Don’t use FC_COLOR on older fontconfigs that don’t have it. | ||
| 678 | |||
| 679 | 2018-06-05 Robert Pluim <rpluim@gmail.com> | ||
| 680 | |||
| 681 | Ignore color fonts when using Xft | ||
| 682 | |||
| 683 | * src/font.c (syms_of_font): New configuration variable | ||
| 684 | xft-ignore-color-fonts, default t. | ||
| 685 | * src/ftfont.c (ftfont_spec_pattern): Tell fontconfig to ignore | ||
| 686 | color fonts if xft-ignore-color-fonts is t. (Bug#30874, Bug#30045) | ||
| 687 | * etc/NEWS: Document xft-ignore-color-fonts. | ||
| 688 | |||
| 689 | 2018-06-04 Noam Postavsky <npostavs@gmail.com> | ||
| 690 | |||
| 691 | Fix comint-get-old-input-default for output field case (Bug#25028) | ||
| 692 | |||
| 693 | * lisp/comint.el (comint-get-old-input-default): Don't return whole | ||
| 694 | field when point was on an output field. | ||
| 695 | |||
| 696 | 2018-06-04 Eli Zaretskii <eliz@gnu.org> | ||
| 697 | |||
| 698 | Prevent infloop in 'delete-trailing-whitespace' | ||
| 699 | |||
| 700 | * lisp/simple.el (delete-trailing-whitespace): Avoid inflooping | ||
| 701 | when some region of trailing whitespace is unmodifiable. | ||
| 702 | (Bug#31557) | ||
| 703 | |||
| 704 | 2018-06-04 Gemini Lasswell <gazally@runbox.com> | ||
| 705 | |||
| 706 | Make cl-print respect print-level and print-length (bug#31559) | ||
| 707 | |||
| 708 | * lisp/emacs-lisp/cl-print.el (cl-print--depth): New variable. | ||
| 709 | (cl-print-object) <cons>: Print ellipsis if printing depth greater | ||
| 710 | than 'print-level' or length of list greater than 'print-length'. | ||
| 711 | (cl-print-object) <vector>: Truncate printing with ellipsis if | ||
| 712 | vector is longer than 'print-length'. | ||
| 713 | (cl-print-object) <cl-structure-object>: Truncate printing with | ||
| 714 | ellipsis if structure has more slots than 'print-length'. | ||
| 715 | (cl-print-object) <:around>: Bind 'cl-print--depth'. | ||
| 716 | * test/lisp/emacs-lisp/cl-print-tests.el | ||
| 717 | (cl-print-tests-3, cl-print-tests-4): New tests. | ||
| 718 | |||
| 719 | (cherry picked from commit 0f48d18fd2a30f29cc3592a835d2a2254c9b0afb) | ||
| 720 | |||
| 721 | 2018-06-03 Phil Sainty <psainty@orcon.net.nz> | ||
| 722 | |||
| 723 | Fix remote-host directory tracking for shells in `term' buffers | ||
| 724 | |||
| 725 | * lisp/term.el (term-handle-ansi-terminal-messages): Use an explicit | ||
| 726 | tramp method when constructing the tramp path for a non-local host, | ||
| 727 | as this is now mandatory. "-" is a pseudo-method for the user's | ||
| 728 | `tramp-default-method'. (Bug#31355) | ||
| 729 | |||
| 730 | Specify the remote username explicitly in all cases, as | ||
| 731 | `tramp-default-user' and `tramp-default-user-alist' could cause the | ||
| 732 | previous logic to fail. | ||
| 733 | |||
| 734 | Minor related improvements to the commentary. | ||
| 735 | |||
| 736 | 2018-06-03 Eli Zaretskii <eliz@gnu.org> | ||
| 737 | |||
| 738 | Update doc string of 'rx' | ||
| 739 | |||
| 740 | * lisp/emacs-lisp/rx.el (rx): Update the description of some | ||
| 741 | character classes. | ||
| 742 | |||
| 743 | 2018-06-03 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 744 | |||
| 745 | Fix bug#30846, along with misc cleanups found along the way | ||
| 746 | |||
| 747 | * test/src/data-tests.el (data-tests-kill-all-local-variables): New test. | ||
| 748 | |||
| 749 | * src/buffer.c (swap_out_buffer_local_variables): Remove. | ||
| 750 | Fuse the body of its loop into that of reset_buffer_local_variables. | ||
| 751 | (Fkill_buffer, Fkill_all_local_variables): Don't call it any more. | ||
| 752 | (reset_buffer_local_variables): Make sure the buffer's local binding | ||
| 753 | is swapped out before removing it from the alist (bug#30846). | ||
| 754 | Call watchers before actually killing the var. | ||
| 755 | |||
| 756 | * src/data.c (Fmake_local_variable): Simplify. | ||
| 757 | Use swap_in_global_binding to swap out any local binding, instead of | ||
| 758 | a mix of find_symbol_value followed by messing with where&found. | ||
| 759 | Don't call swap_in_symval_forwarding since the currently swapped | ||
| 760 | binding is never one we've modified. | ||
| 761 | (Fkill_local_variable): Use swap_in_global_binding rather than messing | ||
| 762 | with where&found to try and trick find_symbol_value into doing the same. | ||
| 763 | |||
| 764 | * src/alloc.c (mark_localized_symbol): 'where' can't be a frame any more. | ||
| 765 | |||
| 766 | (cherry picked from commit 3ddff080341580eb6fc18d907181e9cc2301f62d) | ||
| 767 | |||
| 768 | 2018-06-03 Jay Kamat <jaygkamat@gmail.com> | ||
| 769 | |||
| 770 | esh-opt.el: Fix improper parsing of first argument (Bug#28323) | ||
| 771 | |||
| 772 | Examples of broken behavior: | ||
| 773 | |||
| 774 | sudo -u root whoami | ||
| 775 | Outputs: -u | ||
| 776 | ls -I '*.txt' /dev/null | ||
| 777 | Errors with: *.txt: No such file or directory | ||
| 778 | |||
| 779 | * lisp/eshell/esh-opt.el (eshell--process-args): Refactor usage of | ||
| 780 | args to eshell--args, as we rely on modifications from | ||
| 781 | eshell--process-option and vice versa. These modifications were not | ||
| 782 | being propogated in the (if (= ai 0)) case, since popping the first | ||
| 783 | element of a list doesn't destructively modify the underlying list | ||
| 784 | object. | ||
| 785 | |||
| 786 | (cherry picked from commit 92a8230e49a65be48442ee95cf50c90514e48f99) | ||
| 787 | |||
| 788 | 2018-06-03 Noam Postavsky <npostavs@gmail.com> | ||
| 789 | |||
| 790 | * lisp/epa.el (epa-decrypt-file): Apply epa-pinentry-mode (Bug#30363). | ||
| 791 | |||
| 792 | (cherry picked from commit 217202c084232f36d4fa0fead0f3aca21396d074) | ||
| 793 | |||
| 794 | 2018-06-03 Noam Postavsky <npostavs@gmail.com> | ||
| 795 | |||
| 796 | Fix cl-print for circular sublists (Bug#31146) | ||
| 797 | |||
| 798 | * lisp/emacs-lisp/cl-print.el (cl-print-object) <cons>: Push each | ||
| 799 | element of list being printed onto cl-print--currently-printing. | ||
| 800 | * test/lisp/emacs-lisp/cl-print-tests.el (cl-print-circle-2): New | ||
| 801 | test. | ||
| 802 | |||
| 803 | (cherry picked from commit b8aa7ecf54c9b164a59f1b0e9f9fe90531dadd20) | ||
| 804 | |||
| 805 | 2018-06-03 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 806 | |||
| 807 | Revert "Make mail-extract-address-components return the user name more" | ||
| 808 | |||
| 809 | This reverts commit 8b50ae8b2284b5652c2843a9d0d076f4f657be28. | ||
| 810 | |||
| 811 | According to tests in bug#27656 by OGAWA Hirofumi, this patch | ||
| 812 | led to wrong results when binding | ||
| 813 | |||
| 814 | (dolist (addr '("Rasmus <rasmus@gmx.us>" "Rasmus <mbox@gmx.us>")) | ||
| 815 | (dolist (ignore-single '(t nil)) | ||
| 816 | (dolist (ignore-same '(t nil)) | ||
| 817 | (let ((mail-extr-ignore-single-names ignore-single) | ||
| 818 | (mail-extr-ignore-realname-equals-mailbox-name ignore-same)) | ||
| 819 | (message "%s" (mail-extract-address-components addr)))))) | ||
| 820 | |||
| 821 | in combination. | ||
| 822 | |||
| 823 | (cherry picked from commit a3a9d5434d56f8736cc47e379a1d011d4c779b7c) | ||
| 824 | |||
| 825 | 2018-06-03 Paul Eggert <eggert@cs.ucla.edu> | ||
| 826 | |||
| 827 | Centralize Bug#30931 fix | ||
| 828 | |||
| 829 | * src/marker.c (detach_marker): New function. | ||
| 830 | * src/editfns.c (save_restriction_restore): | ||
| 831 | * src/insdel.c (signal_before_change): Use it. | ||
| 832 | |||
| 833 | (cherry picked from commit 6f66a43d7ad6cada2b7dbb6d07efe36be1dc7ecb) | ||
| 834 | |||
| 835 | 2018-06-03 Noam Postavsky <npostavs@gmail.com> | ||
| 836 | |||
| 837 | Fix another case of freed markers in the undo-list (Bug#30931) | ||
| 838 | |||
| 839 | * src/alloc.c (free_marker): Remove. | ||
| 840 | * src/editfns.c (save_restriction_restore): | ||
| 841 | * src/insdel.c (signal_before_change): Detach the markers from the | ||
| 842 | buffer when we're done with them instead of calling free_marker on | ||
| 843 | them. | ||
| 844 | * test/src/editfns-tests.el (delete-region-undo-markers-1) | ||
| 845 | (delete-region-undo-markers-2): New tests. | ||
| 846 | |||
| 847 | (cherry picked from commit 96b8747d5c5d747af13fd84d8fe0308ef2a0ea7a) | ||
| 848 | |||
| 849 | 2018-06-03 Paul Eggert <eggert@cs.ucla.edu> | ||
| 850 | |||
| 851 | Fix CHECK_ALLOCATED_AND_LIVE abort during GC | ||
| 852 | |||
| 853 | * src/editfns.c (save_restriction_restore): | ||
| 854 | Wait for the GC to free the temporary markers (Bug#30931). | ||
| 855 | |||
| 856 | (cherry picked from commit 670f2ffae718046c0fb37313965a51c040ed096f) | ||
| 857 | |||
| 858 | 2018-06-03 Noam Postavsky <npostavs@gmail.com> | ||
| 859 | |||
| 860 | Don't wait for visible frames to become visible | ||
| 861 | |||
| 862 | For discussion, see thread starting at | ||
| 863 | https://lists.gnu.org/archive/html/emacs-devel/2018-03/msg00807.html. | ||
| 864 | * src/xterm.c (x_make_frame_visible): Check FRAME_VISIBLE_P before | ||
| 865 | calling x_wait_for_event. | ||
| 866 | |||
| 867 | (cherry picked from commits 2a192e21cf3b04b7f830b4971c1508c611e13a3c | ||
| 868 | and 00c1f771f2a51ffa675ec5a07ea330f2605cd302) | ||
| 869 | |||
| 870 | 2018-06-03 Tino Calancha <tino.calancha@gmail.com> | ||
| 871 | |||
| 872 | query-replace undo: Handle when user edits the replacement string | ||
| 873 | |||
| 874 | * lisp/replace.el (perform-replace): Update the replacement string | ||
| 875 | after the user edit it (Fix Bug#31538). | ||
| 876 | |||
| 877 | * test/lisp/replace-tests.el (query-replace-undo-bug31538): New test. | ||
| 878 | |||
| 879 | Backport: (cherry picked from commits | ||
| 880 | ea133e04f49afa7928e49a3ac4a85b47f6f13f01 | ||
| 881 | and | ||
| 882 | 7dcfdf5b14325ae7996f272f14c72810d7c84944) | ||
| 883 | |||
| 884 | 2018-06-03 Tino Calancha <tino.calancha@gmail.com> | ||
| 885 | |||
| 886 | Backport: Fix corner case in query-replace-regexp undo | ||
| 887 | |||
| 888 | This commit fixes Bug#31492. | ||
| 889 | * lisp/replace.el (replace-match-maybe-edit): Preserve match data. | ||
| 890 | |||
| 891 | * test/lisp/replace-tests.el (query-replace-undo-bug31492): Add test. | ||
| 892 | |||
| 893 | (cherry picked from commit bab73230d1be1fe394b7269c1365ef6fb1a5d9b3) | ||
| 894 | |||
| 895 | 2018-06-03 Tino Calancha <tino.calancha@gmail.com> | ||
| 896 | |||
| 897 | Backport: Preserve case in query-replace undo | ||
| 898 | |||
| 899 | If the user query and replaces 'foo' with 'BAR', then | ||
| 900 | undo must comeback to 'foo', not to 'FOO' (Bug#31073). | ||
| 901 | * lisp/replace.el (perform-replace): Bind nocasify to non-nil | ||
| 902 | value during undo/undo-all actions. | ||
| 903 | * test/lisp/replace-tests.el (query-replace-undo-bug31073): Add test. | ||
| 904 | |||
| 905 | (cherry picked from commit 32dc0cb1b5ae895d237c7118ccaeb084715934fd) | ||
| 906 | |||
| 907 | 2018-06-02 Alan Third <alan@idiocy.org> | ||
| 908 | |||
| 909 | Set accessibility subroles for child frame (bug#31324) | ||
| 910 | |||
| 911 | |||
| 912 | * src/nsterm.m (x_set_parent_frame): Set subrole depending on whether | ||
| 913 | frame is a child or not. | ||
| 914 | |||
| 915 | 2018-06-02 Alan Third <alan@idiocy.org> | ||
| 916 | |||
| 917 | Fix redefinition of child frames on NS | ||
| 918 | |||
| 919 | * src/nsterm.m (x_set_parent_frame): If the NSWindow has an existing | ||
| 920 | parent frame, remove it. | ||
| 921 | |||
| 922 | 2018-06-02 Eli Zaretskii <eliz@gnu.org> | ||
| 923 | |||
| 924 | Improve ELisp documentation of 'clone-indirect-buffer' | ||
| 925 | |||
| 926 | * doc/lispref/buffers.texi (Indirect Buffers): Be more explicit | ||
| 927 | about the value of DISPLAY-FLAG in interactive usage. (Bug#31648) | ||
| 928 | |||
| 929 | 2018-06-02 Eli Zaretskii <eliz@gnu.org> | ||
| 930 | |||
| 931 | Improve documentation of 'inhibit-message' | ||
| 932 | |||
| 933 | * src/xdisp.c (syms_of_xdisp) <inhibit-message>: Warn against | ||
| 934 | setting it non-nil globally. (Bug#31627) | ||
| 935 | |||
| 936 | 2018-06-02 Eli Zaretskii <eliz@gnu.org> | ||
| 937 | |||
| 938 | Improve documentation of comment styles | ||
| 939 | |||
| 940 | * doc/lispref/syntax.texi (Syntax Flags): Define the "a" style. | ||
| 941 | (Bug#31624) | ||
| 942 | |||
| 943 | 2018-06-02 Eli Zaretskii <eliz@gnu.org> | ||
| 944 | |||
| 945 | Documentation improvements in newcomment.el | ||
| 946 | |||
| 947 | * lisp/newcomment.el (uncomment-region) | ||
| 948 | (uncomment-region-default): Doc fixes. (Bug#31615) | ||
| 949 | |||
| 950 | 2018-06-02 Eli Zaretskii <eliz@gnu.org> | ||
| 951 | |||
| 952 | Imp[rove documentation of 'with-silent-modifications' | ||
| 953 | |||
| 954 | * doc/lispref/buffers.texi (Buffer Modification): Document | ||
| 955 | 'with-silent-modifications'. (Bug#31613) | ||
| 956 | * doc/lispref/text.texi (Changing Properties): Add a | ||
| 957 | cross-reference to "Buffer Modification". Improve wording. | ||
| 958 | |||
| 959 | 2018-06-02 Eli Zaretskii <eliz@gnu.org> | ||
| 960 | |||
| 961 | Fix decoding of directories when "~" includes non-ASCII chars | ||
| 962 | |||
| 963 | * src/fileio.c (Fexpand_file_name): Don't build multibyte strings | ||
| 964 | from unibyte non-ASCII strings when NAME and DEFAULT_DIRECTORY | ||
| 965 | have different multibyteness, as this adds bytes to the byte | ||
| 966 | sequence, and in some situations, e.g., when the home directory | ||
| 967 | includes non-ASCII characters, can fail file APIs. (Bug#30755) | ||
| 968 | |||
| 969 | * lisp/startup.el (normal-top-level): Make sure default-directory | ||
| 970 | is set to a multibyte string when decoded on MS-Windows. | ||
| 971 | |||
| 972 | (cherry picked from commit 3aab8626ba5080bb04d0fdae52d99c850a842a52) | ||
| 973 | |||
| 974 | 2018-06-02 Eli Zaretskii <eliz@gnu.org> | ||
| 975 | |||
| 976 | Don't remove highlight of misspelled word on pdict save | ||
| 977 | |||
| 978 | * lisp/textmodes/ispell.el (ispell-pdict-save): Don't restart | ||
| 979 | flyspell-mode, as bug#11963, which this was supposed to fix, is | ||
| 980 | fixed better by ispell-command-loop, when the user types 'i' or | ||
| 981 | 'a'. Restarting Flyspell mode when the personal dictionary is | ||
| 982 | saved caused bug#31372 as side effect. | ||
| 983 | (ispell-command-loop): Test 'flyspell-mode', not whether | ||
| 984 | flyspell-unhighlight-at is fboundp, to determine whether Flyspell | ||
| 985 | mode is turned on in the current buffer. | ||
| 986 | (flyspell-unhighlight-at): Add declare-function form for it. | ||
| 987 | |||
| 988 | (cherry picked from commit 91e582a31ada28fab5ae55bdbf959a9d30796587) | ||
| 989 | |||
| 990 | 2018-06-02 Ari Roponen <ari.roponen@gmail.com> | ||
| 991 | |||
| 992 | Fix some problems in the Cairo build | ||
| 993 | |||
| 994 | * src/xterm.c (x_begin_cr_clip): Create image surface. | ||
| 995 | (x_update_end) [USE_CAIRO]: Remove GTK3-specific code. | ||
| 996 | (x_scroll_run) [USE_CAIRO]: Implement scrolling. | ||
| 997 | * src/image.c (lookup_rgb_color) [USE_CAIRO]: Support Cairo. | ||
| 998 | (jpeg_load_body) [USE_CAIRO]: Support Cairo. Use USE_CAIRO | ||
| 999 | instead of CAIRO for #ifdef's. | ||
| 1000 | (imagemagick_load_image) [USE_CAIRO]: Support Cairo. | ||
| 1001 | (Bug#31288) | ||
| 1002 | |||
| 1003 | (cherry picked from commit 2d0eff42b8f1122e00f948759ed01a3be1a8c3fc) | ||
| 1004 | |||
| 1005 | 2018-06-02 Eli Zaretskii <eliz@gnu.org> | ||
| 1006 | |||
| 1007 | Avoid infloops in font_open_entity | ||
| 1008 | |||
| 1009 | * src/font.c (font_open_entity): Fail after 15 iterations through | ||
| 1010 | the loop that looks for a font whose average_width and height are | ||
| 1011 | both positive. This avoids infinite loops for fonts that, e.g., | ||
| 1012 | report average_width of zero for any possible size we try. | ||
| 1013 | (Bug#31316) | ||
| 1014 | |||
| 1015 | (cherry picked from commit e2879c1f837059335af89022b2a9ac9bc861e96d) | ||
| 1016 | |||
| 1017 | 2018-06-02 Eli Zaretskii <eliz@gnu.org> | ||
| 1018 | |||
| 1019 | Fix encoding of characters when using GB18030 fonts | ||
| 1020 | |||
| 1021 | * lisp/international/fontset.el (font-encoding-alist): Fix the | ||
| 1022 | GB18030 entry to encode characters correctly when passing them to | ||
| 1023 | the xfont back-end. (Bug#31315) See also | ||
| 1024 | http://lists.gnu.org/archive/html/emacs-devel/2008-01/msg00754.html. | ||
| 1025 | |||
| 1026 | (cherry picked from commit bbe2cadc544e63e9378350621887f8fb9bbcc236) | ||
| 1027 | |||
| 1028 | 2018-06-02 Eli Zaretskii <eliz@gnu.org> | ||
| 1029 | |||
| 1030 | Fix C-p and C-n when wrap-prefix is too wide | ||
| 1031 | |||
| 1032 | * src/xdisp.c (move_it_in_display_line_to): Avoid looping in | ||
| 1033 | previous/next-line when wrap-prefix is set to a too-wide | ||
| 1034 | stretch of whitespace. (Bug#30432) | ||
| 1035 | |||
| 1036 | (cherry picked from commit 842b3d7412eaed6b2c9f90c3361abb4932ec0b1d) | ||
| 1037 | |||
| 1038 | 2018-06-02 Eli Zaretskii <eliz@gnu.org> | ||
| 1039 | |||
| 1040 | Avoid redisplay problems with too wide wrap-prefix | ||
| 1041 | |||
| 1042 | * src/xdisp.c (display_line): Avoid looping in redisplay when | ||
| 1043 | wrap-prefix is set to a too-wide stretch of whitespace. | ||
| 1044 | (Bug#30432) | ||
| 1045 | |||
| 1046 | (cherry picked from commit 2a1fe08307402d6217d073f8ab7737750d253dd4) | ||
| 1047 | |||
| 1048 | 2018-06-02 Eli Zaretskii <eliz@gnu.org> | ||
| 1049 | |||
| 1050 | Fix 'posn-at-point' when line numbers are displayed | ||
| 1051 | |||
| 1052 | * src/xdisp.c (pos_visible_p): For the leftmost glyph, adjust the X | ||
| 1053 | coordinate due to line-number display. (Bug#30834) | ||
| 1054 | |||
| 1055 | (cherry picked from commit 4a20174d7949028f66b18a92a75d6b74194242a8) | ||
| 1056 | |||
| 1057 | 2018-06-02 Eli Zaretskii <eliz@gnu.org> | ||
| 1058 | |||
| 1059 | Another followup to fixing 'window-text-pixel-width' | ||
| 1060 | |||
| 1061 | * src/xdisp.c (Fwindow_text_pixel_size): Adjust the return value | ||
| 1062 | when we stop one buffer position short of TO. (Bug#30746) | ||
| 1063 | |||
| 1064 | (cherry picked from commit 33cba5405c724566673cf023513bfb1faa963bea) | ||
| 1065 | |||
| 1066 | 2018-06-02 Eli Zaretskii <eliz@gnu.org> | ||
| 1067 | |||
| 1068 | Fix mouse-set-point when line numbers are displayed | ||
| 1069 | |||
| 1070 | * src/xdisp.c (move_it_to): Initialize the line_number_produced_p | ||
| 1071 | flag before iterating on a new line. (Bug#30818) | ||
| 1072 | |||
| 1073 | (cherry picked from commit 5c585b8b994aad4e6844f8eed80bdfbb396e91bf) | ||
| 1074 | |||
| 1075 | 2018-06-02 Eli Zaretskii <eliz@gnu.org> | ||
| 1076 | |||
| 1077 | * src/xdisp.c (Fwindow_text_pixel_size): Fix last change. | ||
| 1078 | |||
| 1079 | (cherry picked from commit 06911714ef66ea81380b1eda75a9f7cfbc9e0b65) | ||
| 1080 | |||
| 1081 | 2018-06-02 Eli Zaretskii <eliz@gnu.org> | ||
| 1082 | |||
| 1083 | Fix 'window-text-pixel-size' when display properties are around | ||
| 1084 | |||
| 1085 | * src/xdisp.c (Fwindow_text_pixel_size): Correct the result when | ||
| 1086 | there's a display property at the TO position, and the call to | ||
| 1087 | move_it_to overshoots. (Bug#30746) | ||
| 1088 | |||
| 1089 | (cherry picked from commit 50e2c0fb5180a757d8d533518f68837ffe5909be) | ||
| 1090 | |||
| 1091 | 2018-06-02 Eli Zaretskii <eliz@gnu.org> | ||
| 1092 | |||
| 1093 | Fix display of TABs in hscrolled windows with line numbers | ||
| 1094 | |||
| 1095 | * src/dispextern.h (struct it): New members tab_offset and | ||
| 1096 | line_number_produced_p. | ||
| 1097 | * src/xdisp.c (display_line): Don't set row->x to a negative value | ||
| 1098 | if line numbers are being displayed. (Bug#30582) | ||
| 1099 | Reset the line_number_produced_p flag before laying out the glyph | ||
| 1100 | row. | ||
| 1101 | (x_produce_glyphs): Use the line_number_produced_p flag to decide | ||
| 1102 | whether to offset the X coordinate due to line-number display. | ||
| 1103 | Use the tab_offset member to restore the original TAB width for | ||
| 1104 | alignment purposes. | ||
| 1105 | (move_it_in_display_line_to): Don't produce line numbers when moving | ||
| 1106 | in hscrolled window to the left of first_visible_x. | ||
| 1107 | (maybe_produce_line_number): Set the line_number_produced_p flag. | ||
| 1108 | (Bug#30584) | ||
| 1109 | * src/term.c (produce_glyphs): Correct TAB width only when | ||
| 1110 | line_number_produced_p flag is set. | ||
| 1111 | |||
| 1112 | (cherry picked from commit 1ac190553886ff20817d3dd218464e2fc6f9e42a) | ||
| 1113 | |||
| 1114 | 2018-06-02 Matthias Dahl <matthias.dahl@binary-island.eu> | ||
| 1115 | |||
| 1116 | Fix wait_reading_process_output wait_proc hang | ||
| 1117 | |||
| 1118 | * src/process.c (read_process_output): Track bytes read from | ||
| 1119 | a process. | ||
| 1120 | (wait_reading_process_output): If called recursively through | ||
| 1121 | timers and/or process filters via accept-process-output, it is | ||
| 1122 | possible that the output of wait_proc has already been read by | ||
| 1123 | one of those recursive calls, leaving the original call hanging | ||
| 1124 | forever if no further output arrives through that fd and no | ||
| 1125 | timeout has been set. Fix that by using the process read | ||
| 1126 | accounting to keep track of how many bytes have been read and | ||
| 1127 | use that as a condition to break out of the infinite loop and | ||
| 1128 | return to the caller as well as to calculate the proper return | ||
| 1129 | value (if a wait_proc is given that is). | ||
| 1130 | |||
| 1131 | * src/process.h (struct Lisp_Process): Add nbytes_read to track | ||
| 1132 | bytes read from a process. | ||
| 1133 | |||
| 1134 | (cherry picked from commit 4ba32858d61eee16f17b51aca01c15211a0912f8) | ||
| 1135 | |||
| 1136 | 2018-06-02 Eli Zaretskii <eliz@gnu.org> | ||
| 1137 | |||
| 1138 | Fix posn-at-point in Flycheck buffers | ||
| 1139 | |||
| 1140 | * src/dispnew.c (buffer_posn_from_coords): Improve commentary. | ||
| 1141 | |||
| 1142 | * src/xdisp.c (move_it_in_display_line_to): Don't exit the loop | ||
| 1143 | under truncate-lines if the glyph at TO_CHARPOS was not yet | ||
| 1144 | produced. This avoids bailing out too early when we are at | ||
| 1145 | TO_CHARPOS, but didn't yet produce glyphs for that buffer | ||
| 1146 | position, because the last call to PRODUCE_GLYPHS at this position | ||
| 1147 | was for an object other than the buffer. For further details, see | ||
| 1148 | http://lists.gnu.org/archive/html/emacs-devel/2018-01/msg00537.html. | ||
| 1149 | |||
| 1150 | (cherry picked from commit c0154ac7c3423f68d8f3a2e85a756c9759219039) | ||
| 1151 | |||
| 1152 | 2018-06-02 Martin Rudalics <rudalics@gmx.at> | ||
| 1153 | |||
| 1154 | * etc/PROBLEMS: Document stickyness problem with FVWM (Bug#31650) | ||
| 1155 | |||
| 1156 | 2018-06-01 Eli Zaretskii <eliz@gnu.org> | ||
| 1157 | |||
| 1158 | Update Emacs Lisp Intro to match current behavior | ||
| 1159 | |||
| 1160 | * doc/lispintro/emacs-lisp-intro.texi (Wrong Type of Argument) | ||
| 1161 | (debug, debug-on-entry, Void Function, Void Variable): Update the | ||
| 1162 | *Backtrace* buffer display to current Emacs. (Bug#31654) | ||
| 1163 | |||
| 1164 | 2018-06-01 Robert Pluim <rpluim@gmail.com> | ||
| 1165 | |||
| 1166 | Fix previous commit | ||
| 1167 | |||
| 1168 | * doc/emacs/files.texi (Interlocking): Two spaces at end of sentence | ||
| 1169 | |||
| 1170 | 2018-06-01 Ville Skyttä <ville.skytta@iki.fi> (tiny change) | ||
| 1171 | |||
| 1172 | Fix typos in several manuals (Bug#31610) | ||
| 1173 | |||
| 1174 | 2018-06-01 Robert Pluim <rpluim@gmail.com> | ||
| 1175 | |||
| 1176 | Add detailed documentation about lock files | ||
| 1177 | |||
| 1178 | * doc/emacs/files.texi (Interlocking): Point user at detailed | ||
| 1179 | file locking description in lisp reference manual. Add index | ||
| 1180 | entry for '.#' to improve disoverability of information about locking. | ||
| 1181 | |||
| 1182 | * doc/lispref/files.texi (File Locks): Describe in detail what | ||
| 1183 | the form of the lock file is. Add index entry for '.#' to | ||
| 1184 | improve disoverability of information about locking. | ||
| 1185 | |||
| 1186 | * src/filelock.c (create-lockfiles): Add cross reference to | ||
| 1187 | file locking in user manual and to 'lock-buffer'. Add string | ||
| 1188 | '.#' to help users find the doc string. | ||
| 1189 | |||
| 1190 | 2018-06-01 Eli Zaretskii <eliz@gnu.org> | ||
| 1191 | |||
| 1192 | Add commentary for subtle aspect of frame.el | ||
| 1193 | |||
| 1194 | * lisp/frame.el: Explain why we use symbol-function when adding | ||
| 1195 | watchers for certain variables that need to trigger redisplay. | ||
| 1196 | |||
| 1197 | 2018-06-01 Eli Zaretskii <eliz@gnu.org> | ||
| 1198 | |||
| 1199 | Improve documentation of 'directory-files-and-attributes' | ||
| 1200 | |||
| 1201 | * doc/lispref/files.texi (Contents of Directories): Fix inaccurate | ||
| 1202 | description of the return value of directory-files-and-attributes. | ||
| 1203 | |||
| 1204 | * src/dired.c (Fdirectory_files_and_attributes): Describe the | ||
| 1205 | function's value in more detail. | ||
| 1206 | |||
| 1207 | 2018-05-30 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 1208 | |||
| 1209 | * lisp/gnus/message.el (message-remove-header): Don't remove things | ||
| 1210 | not looking like header (bug#31651). | ||
| 1211 | |||
| 1212 | 2018-05-30 Eli Zaretskii <eliz@gnu.org> | ||
| 1213 | |||
| 1214 | Adapt hexl-mode to native line-number display | ||
| 1215 | |||
| 1216 | * lisp/hexl.el (hexl-mode-ruler): When display-line-numbers is in | ||
| 1217 | effect, adjust offsets and columns to account for the line-number | ||
| 1218 | display. (Bug#31595) | ||
| 1219 | |||
| 1220 | 2018-05-30 Michael Albinus <michael.albinus@gmx.de> | ||
| 1221 | |||
| 1222 | Fix example in Tramp manual | ||
| 1223 | |||
| 1224 | * doc/misc/tramp.texi (Frequently Asked Questions): Fix wording | ||
| 1225 | for the zsh example. | ||
| 1226 | |||
| 1227 | 2018-05-29 Robert Pluim <rpluim@gmail.com> | ||
| 1228 | |||
| 1229 | Handle case where Xft is found but not XRender | ||
| 1230 | |||
| 1231 | * configure.ac (XFT_LIBS): Ensure that HAVE_XFT is no if | ||
| 1232 | XRender is not found. (Bug#31634) | ||
| 1233 | |||
| 1234 | 2018-05-29 Michael Albinus <michael.albinus@gmx.de> | ||
| 1235 | |||
| 1236 | * doc/misc/tramp.texi (Frequently Asked Questions): Adapt zsh example. | ||
| 1237 | |||
| 1238 | 2018-05-29 Damien Cassou <damien@cassou.me> | ||
| 1239 | |||
| 1240 | Improve read-multiple-choice docstring (Bug#31628) | ||
| 1241 | |||
| 1242 | * lisp/emacs-lisp/rmc.el (read-multiple-choice): Improve docstring. | ||
| 1243 | |||
| 1244 | 2018-05-29 Michael Albinus <michael.albinus@gmx.de> | ||
| 1245 | |||
| 1246 | * doc/misc/tramp.texi (All): Use @code instead of @option for user options. | ||
| 1247 | |||
| 1248 | 2018-05-29 Michael Albinus <michael.albinus@gmx.de> | ||
| 1249 | |||
| 1250 | Fix Bug#31605 | ||
| 1251 | |||
| 1252 | * doc/misc/tramp.texi (All): Add @vindex entries for | ||
| 1253 | environment variables. | ||
| 1254 | (Remote shell setup): New items `tramp-terminal-type' and | ||
| 1255 | "Determining a Tramp session". | ||
| 1256 | (Frequently Asked Questions): Adapt zsh example. (Bug#31605) | ||
| 1257 | |||
| 1258 | 2018-05-29 Michael Albinus <michael.albinus@gmx.de> | ||
| 1259 | |||
| 1260 | Sync with Tramp 2.3.4-pre | ||
| 1261 | |||
| 1262 | * doc/misc/trampver.texi: Change version to "2.3.4-pre | ||
| 1263 | |||
| 1264 | * lisp/net/tramp.el (tramp-mode, tramp-verbose) | ||
| 1265 | (tramp-backup-directory-alist, tramp-auto-save-directory) | ||
| 1266 | (tramp-encoding-shell, tramp-encoding-command-switch) | ||
| 1267 | (tramp-encoding-command-interactive, tramp-default-method) | ||
| 1268 | (tramp-default-method-alist, tramp-default-user) | ||
| 1269 | (tramp-default-user-alist, tramp-default-host) | ||
| 1270 | (tramp-default-host-alist, tramp-default-proxies-alist) | ||
| 1271 | (tramp-save-ad-hoc-proxies, tramp-restricted-shell-hosts-alist) | ||
| 1272 | (tramp-local-end-of-line, tramp-rsh-end-of-line) | ||
| 1273 | (tramp-login-prompt-regexp, tramp-shell-prompt-pattern) | ||
| 1274 | (tramp-password-prompt-regexp, tramp-wrong-passwd-regexp) | ||
| 1275 | (tramp-yesno-prompt-regexp, tramp-yn-prompt-regexp) | ||
| 1276 | (tramp-terminal-prompt-regexp) | ||
| 1277 | (tramp-operation-not-permitted-regexp, tramp-copy-failed-regexp) | ||
| 1278 | (tramp-process-alive-regexp, tramp-chunksize) | ||
| 1279 | (tramp-process-connection-type, tramp-connection-timeout) | ||
| 1280 | (tramp-connection-min-time-diff) | ||
| 1281 | (tramp-completion-reread-directory-timeout): | ||
| 1282 | * lisp/net/tramp-adb.el (tramp-adb-program) | ||
| 1283 | (tramp-adb-connect-if-not-connected, tramp-adb-prompt): | ||
| 1284 | * lisp/net/tramp-cache.el (tramp-connection-properties) | ||
| 1285 | (tramp-persistency-file-name): | ||
| 1286 | * lisp/net/tramp-gvfs.el (tramp-gvfs-methods) | ||
| 1287 | (tramp-gvfs-zeroconf-domain, tramp-bluez-discover-devices-timeout): | ||
| 1288 | * lisp/net/tramp-sh.el (tramp-inline-compress-start-size) | ||
| 1289 | (tramp-copy-size-limit, tramp-terminal-type) | ||
| 1290 | (tramp-histfile-override, tramp-use-ssh-controlmaster-options) | ||
| 1291 | (tramp-remote-path, tramp-remote-process-environment) | ||
| 1292 | (tramp-sh-extra-args): | ||
| 1293 | * lisp/net/tramp-smb.el (tramp-smb-program, tramp-smb-acl-program) | ||
| 1294 | (tramp-smb-conf, tramp-smb-winexe-program) | ||
| 1295 | (tramp-smb-winexe-shell-command) | ||
| 1296 | (tramp-smb-winexe-shell-command-switch): | ||
| 1297 | Dont't require 'tramp. (Bug#31558) | ||
| 1298 | |||
| 1299 | * lisp/net/tramp.el (tramp-accept-process-output): | ||
| 1300 | * lisp/net/tramp-adb.el (tramp-adb-handle-start-file-process): | ||
| 1301 | * lisp/net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band) | ||
| 1302 | (tramp-sh-handle-start-file-process): | ||
| 1303 | * lisp/net/tramp-smb.el (tramp-smb-handle-copy-directory) | ||
| 1304 | (tramp-smb-handle-file-acl, tramp-smb-handle-process-file) | ||
| 1305 | (tramp-smb-handle-set-file-acl) | ||
| 1306 | (tramp-smb-handle-start-file-process): Suppress timers. | ||
| 1307 | |||
| 1308 | * lisp/net/tramp-adb.el (tramp-adb-handle-write-region): | ||
| 1309 | * lisp/net/tramp-gvfs.el (tramp-gvfs-handle-write-region): | ||
| 1310 | * lisp/net/tramp-sh.el (tramp-sh-handle-write-region): | ||
| 1311 | * lisp/net/tramp-smb.el (tramp-smb-handle-write-region): | ||
| 1312 | Write proper message. | ||
| 1313 | |||
| 1314 | * lisp/net/tramp-cmds.el (tramp-change-syntax): | ||
| 1315 | Use `customize-set-variable'. | ||
| 1316 | |||
| 1317 | * lisp/net/tramp-sh.el (tramp-open-connection-setup-interactive-shell): | ||
| 1318 | Ensure proper EOL handling for Darwin. | ||
| 1319 | (tramp-find-inline-compress): Improve command quoting for w32. | ||
| 1320 | Reported by Chris Zheng <chriszheng99@gmail.com>. | ||
| 1321 | (tramp-open-connection-setup-interactive-shell): Wrap both echo | ||
| 1322 | calls in parentheses, in order to avoid double prompt. | ||
| 1323 | |||
| 1324 | * lisp/net/tramp-smb.el (tramp-smb-errors): | ||
| 1325 | Add "NT_STATUS_RESOURCE_NAME_NOT_FOUND". | ||
| 1326 | |||
| 1327 | * lisp/net/tramp.el (tramp-default-user-alist) | ||
| 1328 | (tramp-default-host-alist): Fix docstring. | ||
| 1329 | (tramp-dissect-file-name): Adapt docstring. (Bug#30904) | ||
| 1330 | (tramp-make-tramp-file-name): Check, that method is | ||
| 1331 | not empty. (Bug#30038) | ||
| 1332 | (tramp-message-show-message): Change default. | ||
| 1333 | |||
| 1334 | * lisp/net/trampver.el: Change version to "2.3.4-pre". | ||
| 1335 | |||
| 1336 | * test/lisp/net/tramp-tests.el (ert-x): Require it. | ||
| 1337 | (tramp-test10-write-region): Extend test. | ||
| 1338 | (tramp--test-emacs27-p, tramp--test-windows-nt): New defuns. | ||
| 1339 | (tramp-test11-copy-file, tramp-test12-rename-file) | ||
| 1340 | (tramp-test21-file-links, tramp-test24-file-acl) | ||
| 1341 | (tramp-test25-file-selinux, tramp--test-check-files): Use them. | ||
| 1342 | (tramp-test21-file-links): Do not call `make-symbolic-link' on w32. | ||
| 1343 | Fix file name quoting test. | ||
| 1344 | (tramp-test32-environment-variables-and-port-numbers): | ||
| 1345 | Adapt check for systems which do not support "echo -n". (Bug#29712) | ||
| 1346 | (tramp-test36-find-backup-file-name): Call also | ||
| 1347 | `convert-standard-filename' due to w32. | ||
| 1348 | (tramp-test41-asynchronous-requests): | ||
| 1349 | Use $REMOTE_PARALLEL_PROCESSES. Flush cache prior file operations. | ||
| 1350 | (tramp-test42-auto-load, tramp-test42-delay-load) | ||
| 1351 | (tramp-test42-recursive-load, tramp-test42-remote-load-path): | ||
| 1352 | Quote command due to w32. | ||
| 1353 | |||
| 1354 | 2018-05-28 Eli Zaretskii <eliz@gnu.org> | ||
| 1355 | |||
| 1356 | Bump Emacs version to 26.1.50 | ||
| 1357 | |||
| 1358 | * msdos/sed2v2.inp: | ||
| 1359 | * nt/README.W32: | ||
| 1360 | * configure.ac: | ||
| 1361 | * README: Bump Emacs version to 26.1.50. | ||
| 1362 | |||
| 1363 | 2018-05-27 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 1364 | |||
| 1365 | Mention pcase as a fifth conditional form | ||
| 1366 | |||
| 1367 | * doc/lispref/control.texi (Conditionals): ...here, | ||
| 1368 | in first para, w/ xref to "Pattern-Matching Conditional". | ||
| 1369 | |||
| 1370 | 2018-05-27 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 1371 | |||
| 1372 | Overhaul pcase documentation | ||
| 1373 | |||
| 1374 | Suggested by Drew Adams (Bug#31311). | ||
| 1375 | |||
| 1376 | * doc/lispref/control.texi (Control Structures): | ||
| 1377 | Add "Pattern-Matching Conditional" to menu, before "Iteration". | ||
| 1378 | (Conditionals): Delete menu. | ||
| 1379 | (Pattern matching case statement): Delete node/subsection, | ||
| 1380 | by actually moving, renaming, and overhauling it to... | ||
| 1381 | (Pattern-Matching Conditional): ...new node/section. | ||
| 1382 | (pcase Macro): New node/subsection. | ||
| 1383 | (Extending pcase): Likewise. | ||
| 1384 | (Backquote Patterns): Likewise. | ||
| 1385 | * doc/lispref/elisp.texi (Top) In @detailmenu, add | ||
| 1386 | "Pattern-Matching Conditional" under "Control Structures" | ||
| 1387 | section and delete "Conditionals" section. | ||
| 1388 | * lisp/emacs-lisp/pcase.el (pcase): Rewrite docstring. | ||
| 1389 | (pcase-defmacro \` (qpat) ...): Likewise. | ||
| 1390 | |||
| 1391 | 2018-05-27 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 1392 | |||
| 1393 | Use EXPVAL in docstrings of patterns defined using pcase-defmacro | ||
| 1394 | |||
| 1395 | Suggested by Drew Adams (Bug#31311). | ||
| 1396 | |||
| 1397 | * lisp/emacs-lisp/cl-macs.el (cl-struct): ...here. | ||
| 1398 | * lisp/emacs-lisp/eieio.el (eieio): Likewise. | ||
| 1399 | * lisp/emacs-lisp/radix-tree.el (radix-tree-leaf): Likewise. | ||
| 1400 | * lisp/emacs-lisp/rx.el (rx): Likewise. | ||
| 1401 | |||
| 1402 | 2018-05-27 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 1403 | |||
| 1404 | Introduce EXPVAL for pcase, pcase-defmacro docstrings | ||
| 1405 | |||
| 1406 | Suggested by Drew Adams (Bug#31311). | ||
| 1407 | |||
| 1408 | * lisp/emacs-lisp/pcase.el (pcase): Use EXPVAL in | ||
| 1409 | docstring to stand for the result of evaluating EXP. | ||
| 1410 | (pcase-defmacro): Add (fn ...) form in docstring | ||
| 1411 | that includes [DOC], and the EXPVAL convention. | ||
| 1412 | |||
| 1413 | 2018-05-27 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 1414 | |||
| 1415 | Ensure pcase doc shows `QPAT first among extensions | ||
| 1416 | |||
| 1417 | * lisp/emacs-lisp/pcase.el (pcase--make-docstring): | ||
| 1418 | Split extensions display into two phases, collection | ||
| 1419 | and display, separated by a reordering step that | ||
| 1420 | ensures backquote is the first. | ||
| 1421 | |||
| 1422 | 2018-05-25 Nicolas Petton <nicolas@petton.fr> | ||
| 1423 | |||
| 1424 | * etc/HISTORY: Update for Emacs 26.1 release. | ||
| 1425 | |||
| 1426 | * etc/AUTHORS: Update. | ||
| 1427 | |||
| 1 | 2018-05-25 Noam Postavsky <npostavs@gmail.com> | 1428 | 2018-05-25 Noam Postavsky <npostavs@gmail.com> |
| 2 | 1429 | ||
| 3 | Note caveat for backward regexp searching in docstring (Bug#31584) | 1430 | Note caveat for backward regexp searching in docstring (Bug#31584) |
| @@ -59730,7 +61157,7 @@ | |||
| 59730 | 61157 | ||
| 59731 | This file records repository revisions from | 61158 | This file records repository revisions from |
| 59732 | commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to | 61159 | commit 9d56a21e6a696ad19ac65c4b405aeca44785884a (exclusive) to |
| 59733 | commit 35574609dd09e2eab0301309b0e3bf831f627fcc (inclusive). | 61160 | commit f205928d1f93f4373d755ca91805a88e022ac414 (inclusive). |
| 59734 | See ChangeLog.1 for earlier changes. | 61161 | See ChangeLog.1 for earlier changes. |
| 59735 | 61162 | ||
| 59736 | ;; Local Variables: | 61163 | ;; Local Variables: |