diff options
| author | Stefan Kangas | 2020-10-02 17:56:41 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-10-03 12:53:51 +0200 |
| commit | ceae38b9338ea07b18b2d2efa07bcf304d40c23d (patch) | |
| tree | 3aca6458654c798933cad21f07a823f33e310cdb /src/ChangeLog.12 | |
| parent | d22fe0ec3a321ea222ad2f25c52c7eddea4375df (diff) | |
| download | emacs-ceae38b9338ea07b18b2d2efa07bcf304d40c23d.tar.gz emacs-ceae38b9338ea07b18b2d2efa07bcf304d40c23d.zip | |
; Fix trivial typos in ChangeLogs
Diffstat (limited to 'src/ChangeLog.12')
| -rw-r--r-- | src/ChangeLog.12 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ChangeLog.12 b/src/ChangeLog.12 index 0397a495212..04983fe03e6 100644 --- a/src/ChangeLog.12 +++ b/src/ChangeLog.12 | |||
| @@ -239,7 +239,7 @@ | |||
| 239 | 239 | ||
| 240 | * lisp.h (find_next_newline_no_quit): Rename to find_next_newline. | 240 | * lisp.h (find_next_newline_no_quit): Rename to find_next_newline. |
| 241 | * xdisp.c (back_to_previous_line_start, forward_to_next_line_start) | 241 | * xdisp.c (back_to_previous_line_start, forward_to_next_line_start) |
| 242 | (get_visually_first_element, move_it_vertically_backward): Ajust users. | 242 | (get_visually_first_element, move_it_vertically_backward): Adjust users. |
| 243 | * bidi.c (bidi_find_paragraph_start): Likewise. | 243 | * bidi.c (bidi_find_paragraph_start): Likewise. |
| 244 | * indent.c (vmotion): Likewise. | 244 | * indent.c (vmotion): Likewise. |
| 245 | 245 | ||
| @@ -7335,7 +7335,7 @@ | |||
| 7335 | 7335 | ||
| 7336 | 2012-08-17 Chong Yidong <cyd@gnu.org> | 7336 | 2012-08-17 Chong Yidong <cyd@gnu.org> |
| 7337 | 7337 | ||
| 7338 | * xfaces.c (merge_face_vectors): If the target font specfies a | 7338 | * xfaces.c (merge_face_vectors): If the target font specifies a |
| 7339 | font spec, make the font's attributes take precedence over | 7339 | font spec, make the font's attributes take precedence over |
| 7340 | directly-specified attributes. | 7340 | directly-specified attributes. |
| 7341 | (merge_face_ref): Recognize :font. | 7341 | (merge_face_ref): Recognize :font. |
| @@ -9265,7 +9265,7 @@ | |||
| 9265 | 9265 | ||
| 9266 | * nsmenu.m (ns_update_menubar, ns_menu_show, process_dialog) | 9266 | * nsmenu.m (ns_update_menubar, ns_menu_show, process_dialog) |
| 9267 | (initFromContents): Use SSDATA where appropriate. | 9267 | (initFromContents): Use SSDATA where appropriate. |
| 9268 | (ns_update_menubar): Add braces to ambigous if-else. | 9268 | (ns_update_menubar): Add braces to ambiguous if-else. |
| 9269 | (initWithTitle): Put () around assignment in if statement. | 9269 | (initWithTitle): Put () around assignment in if statement. |
| 9270 | (ns_menu_show): Remove unused variables window and keymap. | 9270 | (ns_menu_show): Remove unused variables window and keymap. |
| 9271 | (update_frame_tool_bar): Remove unused variable selected_p. | 9271 | (update_frame_tool_bar): Remove unused variable selected_p. |
| @@ -14333,7 +14333,7 @@ | |||
| 14333 | 14333 | ||
| 14334 | 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | 14334 | 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 14335 | 14335 | ||
| 14336 | * process.c (wait_reading_process_output): Fix asynchrounous | 14336 | * process.c (wait_reading_process_output): Fix asynchronous |
| 14337 | GnuTLS socket handling on some versions of the GnuTLS library. | 14337 | GnuTLS socket handling on some versions of the GnuTLS library. |
| 14338 | (wait_reading_process_output): Add comment and URL. | 14338 | (wait_reading_process_output): Add comment and URL. |
| 14339 | 14339 | ||
| @@ -21271,7 +21271,7 @@ | |||
| 21271 | not the number of arguments given. This is simpler and lets GCC | 21271 | not the number of arguments given. This is simpler and lets GCC |
| 21272 | 4.6.0 generate slightly better code. | 21272 | 4.6.0 generate slightly better code. |
| 21273 | 21273 | ||
| 21274 | * ftfont.c: Distingish more carefully between FcChar8 and char. | 21274 | * ftfont.c: Distinguish more carefully between FcChar8 and char. |
| 21275 | The previous code passed unsigned char * to a functions like | 21275 | The previous code passed unsigned char * to a functions like |
| 21276 | strlen and xstrcasecmp that expect char *, which does not | 21276 | strlen and xstrcasecmp that expect char *, which does not |
| 21277 | conform to the C standard. | 21277 | conform to the C standard. |