diff options
| author | Glenn Morris | 2015-01-30 00:01:24 -0800 |
|---|---|---|
| committer | Glenn Morris | 2015-01-30 00:01:24 -0800 |
| commit | 2b9b98bdb70faf47405620fce9e5b5981a271d7c (patch) | |
| tree | 255e2c482e6587acb647b57e1ffce6703a748d09 /src | |
| parent | 44ae1364908f91d877a6afa9bdd394e31fbd8311 (diff) | |
| download | emacs-2b9b98bdb70faf47405620fce9e5b5981a271d7c.tar.gz emacs-2b9b98bdb70faf47405620fce9e5b5981a271d7c.zip | |
# ChangeLog fixes
Merged ChangeLog entries go to the top, with the date of the merge.
It's a simple rule.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 47 |
1 files changed, 17 insertions, 30 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fc4258c9bfb..2130312ccf2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -25,18 +25,6 @@ | |||
| 25 | 25 | ||
| 26 | 2015-01-29 Eli Zaretskii <eliz@gnu.org> | 26 | 2015-01-29 Eli Zaretskii <eliz@gnu.org> |
| 27 | 27 | ||
| 28 | * dired.c (directory_files_internal, file_name_completion) | ||
| 29 | [WINDOWSNT]: Signal an error when errno is set non-zero by | ||
| 30 | 'readdir', regardless of its value. | ||
| 31 | |||
| 32 | * w32.c (sys_readdir): Set errno to ENOENT when the directory | ||
| 33 | doesn't exist and to EACCES when it's not accessible to the | ||
| 34 | current user. Set errno to zero when FindNextFile exhausts the | ||
| 35 | directory, so that callers don't interpret that as an error and | ||
| 36 | don't signal a file-error. | ||
| 37 | (open_unc_volume): Set errno to ENOENT if WNetOpenEnum fails. | ||
| 38 | 2015-01-29 Eli Zaretskii <eliz@gnu.org> | ||
| 39 | |||
| 40 | Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c. | 28 | Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c. |
| 41 | * w32uniscribe.c (uniscribe_list, uniscribe_match): Use bool where | 29 | * w32uniscribe.c (uniscribe_list, uniscribe_match): Use bool where |
| 42 | appropriate. | 30 | appropriate. |
| @@ -54,9 +42,20 @@ | |||
| 54 | * xfaces.c (face_change): Rename from face_change_count, and | 42 | * xfaces.c (face_change): Rename from face_change_count, and |
| 55 | change from int to bool. The var is now true (instead of nonzero) | 43 | change from int to bool. The var is now true (instead of nonzero) |
| 56 | if attributes have changed; this is simpler. All uses changed. | 44 | if attributes have changed; this is simpler. All uses changed. |
| 57 | Fixes: bug#19698 | 45 | (Bug#19698) |
| 46 | |||
| 47 | 2015-01-28 Eli Zaretskii <eliz@gnu.org> | ||
| 58 | 48 | ||
| 59 | 2015-01-27 Eli Zaretskii <eliz@gnu.org> | 49 | * dired.c (directory_files_internal, file_name_completion) |
| 50 | [WINDOWSNT]: Signal an error when errno is set non-zero by | ||
| 51 | 'readdir', regardless of its value. | ||
| 52 | |||
| 53 | * w32.c (sys_readdir): Set errno to ENOENT when the directory | ||
| 54 | doesn't exist and to EACCES when it's not accessible to the | ||
| 55 | current user. Set errno to zero when FindNextFile exhausts the | ||
| 56 | directory, so that callers don't interpret that as an error and | ||
| 57 | don't signal a file-error. | ||
| 58 | (open_unc_volume): Set errno to ENOENT if WNetOpenEnum fails. | ||
| 60 | 59 | ||
| 61 | * dired.c (directory_files_internal) [WINDOWSNT]: If readdir | 60 | * dired.c (directory_files_internal) [WINDOWSNT]: If readdir |
| 62 | returns NULL and errno is ENOTDIR, behave as if opendir failed to | 61 | returns NULL and errno is ENOTDIR, behave as if opendir failed to |
| @@ -65,55 +64,43 @@ | |||
| 65 | * w32.c (sys_readdir): If FindFirstFile fails because the | 64 | * w32.c (sys_readdir): If FindFirstFile fails because the |
| 66 | directory doesn't exist, set errno to ENOTDIR. | 65 | directory doesn't exist, set errno to ENOTDIR. |
| 67 | 66 | ||
| 68 | 2015-01-24 Jan Djärv <jan.h.d@swipnet.se> | 67 | 2015-01-28 Jan Djärv <jan.h.d@swipnet.se> |
| 69 | 68 | ||
| 70 | * nsterm.m (drawRect:): Add block/unblock_input (Bug#19660). | 69 | * nsterm.m (drawRect:): Add block/unblock_input (Bug#19660). |
| 71 | 70 | ||
| 72 | 2015-01-21 Paul Eggert <eggert@cs.ucla.edu> | 71 | 2015-01-28 Paul Eggert <eggert@cs.ucla.edu> |
| 73 | 72 | ||
| 74 | Fix coding.c subscript error | 73 | Fix coding.c subscript error |
| 75 | * coding.c (CODING_ISO_INVOKED_CHARSET): | 74 | * coding.c (CODING_ISO_INVOKED_CHARSET): |
| 76 | Avoid undefined behavior if CODING_ISO_INVOCATION returns negative. | 75 | Avoid undefined behavior if CODING_ISO_INVOCATION returns negative. |
| 77 | 76 | ||
| 78 | 2015-01-17 Eli Zaretskii <eliz@gnu.org> | 77 | 2015-01-28 Eli Zaretskii <eliz@gnu.org> |
| 79 | 78 | ||
| 80 | * xdisp.c (produce_image_glyph): Fix display of images in R2L | 79 | * xdisp.c (produce_image_glyph): Fix display of images in R2L |
| 81 | screen lines: prepend the new glyph to the ones already there | 80 | screen lines: prepend the new glyph to the ones already there |
| 82 | instead of appending it. | 81 | instead of appending it. |
| 83 | 82 | ||
| 84 | 2015-01-14 Eli Zaretskii <eliz@gnu.org> | ||
| 85 | |||
| 86 | * w32fns.c (w32_set_title_bar_text): New function, including | 83 | * w32fns.c (w32_set_title_bar_text): New function, including |
| 87 | support for titles with non-ASCII characters outside of the | 84 | support for titles with non-ASCII characters outside of the |
| 88 | current system codepage. | 85 | current system codepage. |
| 89 | (x_set_name, x_set_title): Use it. (Bug#19590) | 86 | (x_set_name, x_set_title): Use it. (Bug#19590) |
| 90 | 87 | ||
| 91 | 2015-01-10 Eli Zaretskii <eliz@gnu.org> | ||
| 92 | |||
| 93 | * indent.c (Fvertical_motion): Return zero if we started from ZV | 88 | * indent.c (Fvertical_motion): Return zero if we started from ZV |
| 94 | and there's an overlay after-string there. (Bug#19553) | 89 | and there's an overlay after-string there. (Bug#19553) |
| 95 | 90 | ||
| 96 | 2015-01-09 Eli Zaretskii <eliz@gnu.org> | ||
| 97 | |||
| 98 | * emacs.c (usage_message): Fix the description of the -nl switch. | 91 | * emacs.c (usage_message): Fix the description of the -nl switch. |
| 99 | (Bug#19542) | 92 | (Bug#19542) |
| 100 | 93 | ||
| 101 | 2015-01-05 Eli Zaretskii <eliz@gnu.org> | ||
| 102 | |||
| 103 | * xdisp.c (move_it_to, try_cursor_movement): Don't use the window | 94 | * xdisp.c (move_it_to, try_cursor_movement): Don't use the window |
| 104 | end information if the window_end_valid flag is unset. | 95 | end information if the window_end_valid flag is unset. |
| 105 | (try_window_id): If the call to display_line invalidated the | 96 | (try_window_id): If the call to display_line invalidated the |
| 106 | window end information, give up the try_window_id optimization. | 97 | window end information, give up the try_window_id optimization. |
| 107 | (Bug#19511) | 98 | (Bug#19511) |
| 108 | 99 | ||
| 109 | 2015-01-04 Eli Zaretskii <eliz@gnu.org> | ||
| 110 | |||
| 111 | * w32fns.c (Fx_server_version, Fx_server_vendor): Doc fix. | 100 | * w32fns.c (Fx_server_version, Fx_server_vendor): Doc fix. |
| 112 | |||
| 113 | * xfns.c (Fx_server_version, Fx_server_vendor): Doc fix. | 101 | * xfns.c (Fx_server_version, Fx_server_vendor): Doc fix. |
| 114 | 102 | ||
| 115 | * emacs.c (syms_of_emacs) <system-configuration>: Doc fix. | 103 | * emacs.c (syms_of_emacs) <system-configuration>: Doc fix. (Bug#19502) |
| 116 | (Bug#19502) | ||
| 117 | 104 | ||
| 118 | 2015-01-28 Stefan Monnier <monnier@iro.umontreal.ca> | 105 | 2015-01-28 Stefan Monnier <monnier@iro.umontreal.ca> |
| 119 | 106 | ||