diff options
| author | Juanma Barranquero | 2015-11-08 23:15:07 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2015-11-08 23:15:25 +0100 |
| commit | e133eeaa9797dfb01880529d5ac68f9086ae7054 (patch) | |
| tree | 8d3f2ea6aa0905c3559963813b2d248582bc308c | |
| parent | 29d740aac9773334d8189a1cc989634a48a70061 (diff) | |
| download | emacs-e133eeaa9797dfb01880529d5ac68f9086ae7054.tar.gz emacs-e133eeaa9797dfb01880529d5ac68f9086ae7054.zip | |
; ChangeLog.2 fixes
| -rw-r--r-- | ChangeLog.2 | 115 |
1 files changed, 47 insertions, 68 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2 index 3668959ee6f..a915adbd80c 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 | |||
| @@ -22,10 +22,6 @@ | |||
| 22 | * lib/intprops.h, lib/timespec-add.c, lib/timespec-sub.c: | 22 | * lib/intprops.h, lib/timespec-add.c, lib/timespec-sub.c: |
| 23 | Copy from gnulib. | 23 | Copy from gnulib. |
| 24 | 24 | ||
| 25 | 2015-11-07 Eli Zaretskii <eliz@gnu.org> | ||
| 26 | |||
| 27 | ;* test/automated/abbrev-tests.el: Fix a typo in a comment | ||
| 28 | |||
| 29 | 2015-11-07 David Reitter <david.reitter@gmail.com> | 25 | 2015-11-07 David Reitter <david.reitter@gmail.com> |
| 30 | 26 | ||
| 31 | Provide NS notification objects where required to eliminate warnings | 27 | Provide NS notification objects where required to eliminate warnings |
| @@ -43,20 +39,16 @@ | |||
| 43 | 39 | ||
| 44 | 2015-11-07 Kelvin White <kwhite@gnu.org> | 40 | 2015-11-07 Kelvin White <kwhite@gnu.org> |
| 45 | 41 | ||
| 46 | erc-pcomplete.el (pcomplete-erc-nicks): Fix bug#18771 | 42 | * lisp/erc/erc-pcomplete.el (pcomplete-erc-nicks): Fix bug#18771. |
| 47 | |||
| 48 | 2015-11-07 l3thal <kwhite@gnu.org> | ||
| 49 | |||
| 50 | erc-pcomplete.el (pcomplete-erc-nicks): Fix bug#18771 | ||
| 51 | 43 | ||
| 52 | 2015-11-07 David Reitter <david.reitter@gmail.com> | 44 | 2015-11-07 David Reitter <david.reitter@gmail.com> |
| 53 | 45 | ||
| 54 | Ignore fullscreen exit notifications on NS when frame is dead | 46 | Ignore fullscreen exit notifications on NS when frame is dead |
| 55 | 47 | ||
| 56 | * nsterm.m (windowDidResize:,windowWillExitFullScreen:) | 48 | * nsterm.m (windowDidResize:, windowWillExitFullScreen:) |
| 57 | (windowDidExitFullScreen:): Return if frame is dead. | 49 | (windowDidExitFullScreen:): Return if frame is dead. |
| 58 | These functions may be called when a fullscreen frame | 50 | These functions may be called when a fullscreen frame |
| 59 | is closed; they are called before, not after. | 51 | is closed; they are called before, not after. |
| 60 | 52 | ||
| 61 | May address Bug#21428. | 53 | May address Bug#21428. |
| 62 | 54 | ||
| @@ -75,12 +67,13 @@ | |||
| 75 | 67 | ||
| 76 | 2015-11-07 Artur Malabarba <bruce.connor.am@gmail.com> | 68 | 2015-11-07 Artur Malabarba <bruce.connor.am@gmail.com> |
| 77 | 69 | ||
| 78 | * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix a bug | 70 | * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix a bug. |
| 79 | 71 | ||
| 80 | The defsubst was being created as: | 72 | The defsubst was being created as: |
| 81 | (cl-defsubst name (args) ("DOC") ...) | 73 | (cl-defsubst name (args) ("DOC") ...) |
| 82 | 74 | ||
| 83 | * test/automated/cl-lib-tests.el (cl-lib-struct-constructors): Add test | 75 | * test/automated/cl-lib-tests.el (cl-lib-struct-constructors): |
| 76 | Add test. | ||
| 84 | 77 | ||
| 85 | 2015-11-07 Mihai Olteanu <mihai_olteanu@fastmail.fm> (tiny change) | 78 | 2015-11-07 Mihai Olteanu <mihai_olteanu@fastmail.fm> (tiny change) |
| 86 | 79 | ||
| @@ -121,15 +114,15 @@ | |||
| 121 | 114 | ||
| 122 | Fixed NextStep fullscreen problem (bug#21770). | 115 | Fixed NextStep fullscreen problem (bug#21770). |
| 123 | 116 | ||
| 124 | * nsterm.m (ns_constrain_all_frames): Don't constrain fullscreen | 117 | * src/nsterm.m (ns_constrain_all_frames): Don't constrain |
| 125 | frames. | 118 | fullscreen frames. |
| 126 | 119 | ||
| 127 | 2015-11-06 Eli Zaretskii <eliz@gnu.org> | 120 | 2015-11-06 Eli Zaretskii <eliz@gnu.org> |
| 128 | 121 | ||
| 129 | Ensure redisplay after evaluation | 122 | Ensure redisplay after evaluation |
| 130 | 123 | ||
| 131 | * lisp/progmodes/elisp-mode.el (elisp--eval-last-sexp): Revert | 124 | * lisp/progmodes/elisp-mode.el (elisp--eval-last-sexp): |
| 132 | last change. | 125 | Revert last change. |
| 133 | * lisp/frame.el (redisplay--variables): Populate the | 126 | * lisp/frame.el (redisplay--variables): Populate the |
| 134 | redisplay--variables list. | 127 | redisplay--variables list. |
| 135 | * src/xdisp.c (maybe_set_redisplay): New function. | 128 | * src/xdisp.c (maybe_set_redisplay): New function. |
| @@ -139,7 +132,7 @@ | |||
| 139 | 132 | ||
| 140 | 2015-11-06 Artur Malabarba <bruce.connor.am@gmail.com> | 133 | 2015-11-06 Artur Malabarba <bruce.connor.am@gmail.com> |
| 141 | 134 | ||
| 142 | * test/automated/subr-tests.el (subr-test-when): Fix again | 135 | * test/automated/subr-tests.el (subr-test-when): Fix again. |
| 143 | 136 | ||
| 144 | 2015-11-06 Eli Zaretskii <eliz@gnu.org> | 137 | 2015-11-06 Eli Zaretskii <eliz@gnu.org> |
| 145 | 138 | ||
| @@ -152,15 +145,15 @@ | |||
| 152 | 145 | ||
| 153 | 2015-11-06 Juanma Barranquero <lekktu@gmail.com> | 146 | 2015-11-06 Juanma Barranquero <lekktu@gmail.com> |
| 154 | 147 | ||
| 155 | * admin/notes/repo: Fix a few obsolete references to Bazaar | 148 | * admin/notes/repo: Fix a few obsolete references to Bazaar. |
| 156 | 149 | ||
| 157 | 2015-11-06 Artur Malabarba <bruce.connor.am@gmail.com> | 150 | 2015-11-06 Artur Malabarba <bruce.connor.am@gmail.com> |
| 158 | 151 | ||
| 159 | * test/automated/subr-tests.el (subr-test-when): Fix test | 152 | * test/automated/subr-tests.el (subr-test-when): Fix test. |
| 160 | 153 | ||
| 161 | 2015-11-06 Martin Rudalics <rudalics@gmx.at> | 154 | 2015-11-06 Martin Rudalics <rudalics@gmx.at> |
| 162 | 155 | ||
| 163 | Avoid division by zero crash observed by Yuan MEI. | 156 | Avoid division by zero crash observed by Yuan MEI |
| 164 | 157 | ||
| 165 | See http://lists.gnu.org/archive/html/emacs-devel/2015-11/msg00194.html. | 158 | See http://lists.gnu.org/archive/html/emacs-devel/2015-11/msg00194.html. |
| 166 | 159 | ||
| @@ -188,14 +181,13 @@ | |||
| 188 | 181 | ||
| 189 | 2015-11-05 Stephen Leake <stephen_leake@stephe-leake.org> | 182 | 2015-11-05 Stephen Leake <stephen_leake@stephe-leake.org> |
| 190 | 183 | ||
| 191 | * lisp/progmodes/xref.el: require semantic/symref during compilation. | 184 | * lisp/progmodes/xref.el: Require semantic/symref during compilation. |
| 192 | 185 | ||
| 193 | 2015-11-05 Daiki Ueno <ueno@gnu.org> | 186 | 2015-11-05 Daiki Ueno <ueno@gnu.org> |
| 194 | 187 | ||
| 195 | Suppress redundant Pinentry startup messages | 188 | Suppress redundant Pinentry startup messages |
| 196 | 189 | ||
| 197 | * lisp/net/pinentry.el (pinentry-start): Add optional QUIET | 190 | * lisp/net/pinentry.el (pinentry-start): Add optional QUIET argument. |
| 198 | argument. | ||
| 199 | * lisp/epg.el: Declare `pinentry-start'. | 191 | * lisp/epg.el: Declare `pinentry-start'. |
| 200 | (epg--start): Call `pinentry-start' with QUIET argument set. | 192 | (epg--start): Call `pinentry-start' with QUIET argument set. |
| 201 | 193 | ||
| @@ -205,21 +197,17 @@ | |||
| 205 | 197 | ||
| 206 | 2015-11-05 Juanma Barranquero <lekktu@gmail.com> | 198 | 2015-11-05 Juanma Barranquero <lekktu@gmail.com> |
| 207 | 199 | ||
| 208 | * test/automated/elisp-mode-test.el: Silence some run-time warnings | 200 | * test/automated/elisp-mode-test.el: Silence some run-time warnings. |
| 209 | |||
| 210 | (xref-elisp-deftest): Bind `find-file-suppress-same-file-warnings' to t. | 201 | (xref-elisp-deftest): Bind `find-file-suppress-same-file-warnings' to t. |
| 211 | 202 | ||
| 212 | 2015-11-05 Tassilo Horn <tsdh@gnu.org> | 203 | 2015-11-05 Tassilo Horn <tsdh@gnu.org> |
| 213 | 204 | ||
| 214 | Add prettify symbol for \times | 205 | * lisp/textmodes/tex-mode.el (tex--prettify-symbols-alist): |
| 215 | 206 | Add prettification support for \times. | |
| 216 | * lisp/textmodes/tex-mode.el (tex--prettify-symbols-alist): Add | ||
| 217 | prettification support for \times. | ||
| 218 | 207 | ||
| 219 | 2015-11-05 Juanma Barranquero <lekktu@gmail.com> | 208 | 2015-11-05 Juanma Barranquero <lekktu@gmail.com> |
| 220 | 209 | ||
| 221 | * test/automated/process-tests.el: Skip tests when bash is not available | 210 | * test/automated/process-tests.el: Skip tests when bash is unavailable. |
| 222 | |||
| 223 | (process-test-sentinel-accept-process-output) | 211 | (process-test-sentinel-accept-process-output) |
| 224 | (process-test-sentinel-sit-for): skip-unless bash executable found. | 212 | (process-test-sentinel-sit-for): skip-unless bash executable found. |
| 225 | 213 | ||
| @@ -233,11 +221,11 @@ | |||
| 233 | 221 | ||
| 234 | 2015-11-04 Stefan Monnier <monnier@iro.umontreal.ca> | 222 | 2015-11-04 Stefan Monnier <monnier@iro.umontreal.ca> |
| 235 | 223 | ||
| 236 | * lisp/emacs-lisp/eieio-compat.el: Typo caught by tests | 224 | * lisp/emacs-lisp/eieio-compat.el: Typo caught by tests. |
| 237 | 225 | ||
| 238 | (eieio--generic-static-object-generalizer): Fix typo. | 226 | (eieio--generic-static-object-generalizer): Fix typo. |
| 239 | * test/automated/eieio-tests.el: Byte-compile it again. | 227 | * test/automated/eieio-tests.el: Byte-compile it again. It looks |
| 240 | It looks like the underlying cause of bug#17852 was fixed in the mean time. | 228 | like the underlying cause of bug#17852 was fixed in the mean time. |
| 241 | 229 | ||
| 242 | 2015-11-04 Artur Malabarba <bruce.connor.am@gmail.com> | 230 | 2015-11-04 Artur Malabarba <bruce.connor.am@gmail.com> |
| 243 | 231 | ||
| @@ -248,40 +236,39 @@ | |||
| 248 | 236 | ||
| 249 | 2015-11-04 Artur Malabarba <bruce.connor.am@gmail.com> | 237 | 2015-11-04 Artur Malabarba <bruce.connor.am@gmail.com> |
| 250 | 238 | ||
| 251 | * lisp/files.el (report-errors): Obsolete | 239 | * lisp/files.el (report-errors): Obsolete. |
| 252 | 240 | ||
| 253 | (normal-mode, hack-local-variables, dir-locals-find-file): Use | 241 | (normal-mode, hack-local-variables, dir-locals-find-file): |
| 254 | `with-demoted-errors' instead. | 242 | Use `with-demoted-errors' instead. |
| 255 | 243 | ||
| 256 | 2015-11-04 Artur Malabarba <bruce.connor.am@gmail.com> | 244 | 2015-11-04 Artur Malabarba <bruce.connor.am@gmail.com> |
| 257 | 245 | ||
| 258 | * lisp/subr.el (when): Use `macroexp-progn' | 246 | * lisp/subr.el (when): Use `macroexp-progn'. |
| 259 | 247 | ||
| 260 | * test/automated/subr-tests.el (subr-test-when): New test | 248 | * test/automated/subr-tests.el (subr-test-when): New test. |
| 261 | 249 | ||
| 262 | 2015-11-04 Juanma Barranquero <lekktu@gmail.com> | 250 | 2015-11-04 Juanma Barranquero <lekktu@gmail.com> |
| 263 | 251 | ||
| 264 | * lisp/progmodes/xref.el: Doc fixes | 252 | * lisp/progmodes/xref.el: Doc fixes. |
| 265 | |||
| 266 | (xref-make-file-location, xref-make-buffer-location, xref-make) | 253 | (xref-make-file-location, xref-make-buffer-location, xref-make) |
| 267 | (xref-make-bogus-location, xref-make-match): Add cross-references. | 254 | (xref-make-bogus-location, xref-make-match): Add cross-references. |
| 268 | (xref--insert-xrefs): Fix typo in docstring. | 255 | (xref--insert-xrefs): Fix typo in docstring. |
| 269 | 256 | ||
| 270 | 2015-11-04 Anders Lindgren <andlind@gmail.com> | 257 | 2015-11-04 Anders Lindgren <andlind@gmail.com> |
| 271 | 258 | ||
| 272 | Render fringe bitmaps correctly on NextStep (bug#21301). | 259 | Render fringe bitmaps correctly on NextStep (bug#21301) |
| 273 | 260 | ||
| 274 | The fringe bitmaps were inverted, the background was not transparent, | 261 | The fringe bitmaps were inverted, the background was not transparent, |
| 275 | the image data was horizontally mirrored, and periodic fringe bitmaps | 262 | the image data was horizontally mirrored, and periodic fringe bitmaps |
| 276 | were not supported. | 263 | were not supported. |
| 277 | 264 | ||
| 278 | * nsimage.m ([EmacsImage initFromXBM:width:height:fg:bg:]): When | 265 | * src/nsimage.m ([EmacsImage initFromXBM:width:height:fg:bg:]): |
| 279 | both background and foreground colors are 0, set the background | 266 | When both background and foreground colors are 0, set the background |
| 280 | alpha channel to 0 (making the background transparent). When | 267 | alpha channel to 0 (making the background transparent). When |
| 281 | copying the image data, do this from the most significant bit | 268 | copying the image data, do this from the most significant bit |
| 282 | (leftmost) to the least (rightmost), to avoid mirroring. | 269 | (leftmost) to the least (rightmost), to avoid mirroring. |
| 283 | * nsterm.m (ns_draw_fringe_bitmap): Don't invert the image bits. Add | 270 | * src/nsterm.m (ns_draw_fringe_bitmap): Don't invert the image bits. |
| 284 | support for periodic images (e.g. the empty line indicator). | 271 | Add support for periodic images (e.g. the empty line indicator). |
| 285 | 272 | ||
| 286 | 2015-11-03 Michael Heerdegen <michael_heerdegen@web.de> | 273 | 2015-11-03 Michael Heerdegen <michael_heerdegen@web.de> |
| 287 | 274 | ||
| @@ -295,13 +282,11 @@ | |||
| 295 | 282 | ||
| 296 | 2015-11-03 Jay Belanger <jay.p.belanger@gmail.com> | 283 | 2015-11-03 Jay Belanger <jay.p.belanger@gmail.com> |
| 297 | 284 | ||
| 298 | Change maintainer address. | 285 | * lisp/calc/calc (calc-bug-address): Change maintainer address. |
| 299 | |||
| 300 | * lisp/calc/calc (calc-bug-address): Change address. | ||
| 301 | 286 | ||
| 302 | 2015-11-03 Michael Albinus <michael.albinus@gmx.de> | 287 | 2015-11-03 Michael Albinus <michael.albinus@gmx.de> |
| 303 | 288 | ||
| 304 | Fix a stupid error in gfilenotify.c. | 289 | Fix a stupid error in gfilenotify.c |
| 305 | 290 | ||
| 306 | * src/gfilenotify.c (dir_monitor_callback): Cancel monitor only, | 291 | * src/gfilenotify.c (dir_monitor_callback): Cancel monitor only, |
| 307 | if we've got a `deleted' signal AND the file name is the watched one. | 292 | if we've got a `deleted' signal AND the file name is the watched one. |
| @@ -310,18 +295,14 @@ | |||
| 310 | 295 | ||
| 311 | Fix Bug#21816; case insensitive file system in elisp-mode-tests.el | 296 | Fix Bug#21816; case insensitive file system in elisp-mode-tests.el |
| 312 | 297 | ||
| 313 | * test/automated/elisp-mode-tests.el (xref-elisp-test-run): Use | 298 | * test/automated/elisp-mode-tests.el (xref-elisp-test-run): |
| 314 | case-insensitive string compare for file names. | 299 | Use case-insensitive string compare for file names. |
| 315 | (emacs-test-dir): Add 'downcase' to cause case differences (at least on | 300 | (emacs-test-dir): Add 'downcase' to cause case differences (at |
| 316 | my system). | 301 | least on my system). |
| 317 | |||
| 318 | 2015-11-03 Jackson Ray Hamilton <jackson@jacksonrayhamilton.com> | ||
| 319 | |||
| 320 | Fix ChangeLog.2 entry for js-jsx-mode | ||
| 321 | 302 | ||
| 322 | 2015-11-02 Juanma Barranquero <lekktu@gmail.com> | 303 | 2015-11-02 Juanma Barranquero <lekktu@gmail.com> |
| 323 | 304 | ||
| 324 | flymake-tests.el (warning-predicate-rx-gcc): Fix check. | 305 | flymake-tests.el (warning-predicate-rx-gcc): Fix check |
| 325 | 306 | ||
| 326 | * test/automated/flymake-tests.el (warning-predicate-rx-gcc): | 307 | * test/automated/flymake-tests.el (warning-predicate-rx-gcc): |
| 327 | Also check that "make" is available, not just "gcc". | 308 | Also check that "make" is available, not just "gcc". |
| @@ -341,9 +322,8 @@ | |||
| 341 | 322 | ||
| 342 | 2015-11-01 Glenn Morris <rgm@gnu.org> | 323 | 2015-11-01 Glenn Morris <rgm@gnu.org> |
| 343 | 324 | ||
| 344 | * lisp/progmodes/f90.el (f90-no-block-limit): | 325 | * lisp/progmodes/f90.el (f90-no-block-limit): Add associate. |
| 345 | 326 | (Bug#21794) | |
| 346 | Add associate. (Bug#21794) | ||
| 347 | * test/automated/f90.el (f90-test-bug21794): New test. | 327 | * test/automated/f90.el (f90-test-bug21794): New test. |
| 348 | 328 | ||
| 349 | 2015-11-01 Juanma Barranquero <lekktu@gmail.com> | 329 | 2015-11-01 Juanma Barranquero <lekktu@gmail.com> |
| @@ -358,8 +338,8 @@ | |||
| 358 | Improve completion in tramp-gvfs.el | 338 | Improve completion in tramp-gvfs.el |
| 359 | 339 | ||
| 360 | * lisp/net/tramp-gvfs.el (tramp-zeroconf-parse-device-names): | 340 | * lisp/net/tramp-gvfs.el (tramp-zeroconf-parse-device-names): |
| 361 | Renamed from `tramp-zeroconf-parse-service-device-names'. | 341 | Rename from `tramp-zeroconf-parse-service-device-names'. |
| 362 | (tramp-zeroconf-parse-webdav-device-names): Removed. Code merged | 342 | (tramp-zeroconf-parse-webdav-device-names): Remove. Code merged |
| 363 | with `tramp-zeroconf-parse-device-names'. | 343 | with `tramp-zeroconf-parse-device-names'. |
| 364 | (tramp-gvfs-parse-device-names): New defun. | 344 | (tramp-gvfs-parse-device-names): New defun. |
| 365 | (top): Use it when `tramp-zeroconf-parse-device-names' is not | 345 | (top): Use it when `tramp-zeroconf-parse-device-names' is not |
| @@ -370,7 +350,6 @@ | |||
| 370 | 350 | ||
| 371 | 2015-10-31 Thomas Fitzsimmons <fitzsim@fitzsim.org> | 351 | 2015-10-31 Thomas Fitzsimmons <fitzsim@fitzsim.org> |
| 372 | 352 | ||
| 373 | Change version of ntlm.el to 2.0.0 | ||
| 374 | * lisp/net/ntlm.el: Change version to 2.0.0. | 353 | * lisp/net/ntlm.el: Change version to 2.0.0. |
| 375 | 354 | ||
| 376 | 2015-10-31 Juanma Barranquero <lekktu@gmail.com> | 355 | 2015-10-31 Juanma Barranquero <lekktu@gmail.com> |