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 | |
| parent | d22fe0ec3a321ea222ad2f25c52c7eddea4375df (diff) | |
| download | emacs-ceae38b9338ea07b18b2d2efa07bcf304d40c23d.tar.gz emacs-ceae38b9338ea07b18b2d2efa07bcf304d40c23d.zip | |
; Fix trivial typos in ChangeLogs
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.10 | 14 | ||||
| -rw-r--r-- | src/ChangeLog.11 | 20 | ||||
| -rw-r--r-- | src/ChangeLog.12 | 10 | ||||
| -rw-r--r-- | src/ChangeLog.13 | 32 | ||||
| -rw-r--r-- | src/ChangeLog.3 | 6 | ||||
| -rw-r--r-- | src/ChangeLog.8 | 10 | ||||
| -rw-r--r-- | src/ChangeLog.9 | 2 |
7 files changed, 47 insertions, 47 deletions
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10 index 1c954b20eec..fbbd3608909 100644 --- a/src/ChangeLog.10 +++ b/src/ChangeLog.10 | |||
| @@ -9344,7 +9344,7 @@ | |||
| 9344 | * dispextern.h (struct glyph_row): New member overlay_arrow_bitmap. | 9344 | * dispextern.h (struct glyph_row): New member overlay_arrow_bitmap. |
| 9345 | It replaces the corresponding member from struct window, as a | 9345 | It replaces the corresponding member from struct window, as a |
| 9346 | window may now show multiple overlay arrows. | 9346 | window may now show multiple overlay arrows. |
| 9347 | Remove member overlay_arrow_p, superseeded by overlay_arrow_bitmap. | 9347 | Remove member overlay_arrow_p, superseded by overlay_arrow_bitmap. |
| 9348 | 9348 | ||
| 9349 | * dispnew.c (row_equal_p, update_window_line, scrolling_window): | 9349 | * dispnew.c (row_equal_p, update_window_line, scrolling_window): |
| 9350 | Compare overlay_arrow_bitmap than overlay_arrow_p members. | 9350 | Compare overlay_arrow_bitmap than overlay_arrow_p members. |
| @@ -11141,7 +11141,7 @@ | |||
| 11141 | * eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH. | 11141 | * eval.c (Fdefun, Fdefmacro): Use (defun . FN_NAME) in LOADHIST_ATTACH. |
| 11142 | (Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH. | 11142 | (Fdefvaralias, Fdefvar, Fdefconst): Use just SYM in LOADHIST_ATTACH. |
| 11143 | (Qdefvar): Var deleted. | 11143 | (Qdefvar): Var deleted. |
| 11144 | (syms_of_eval): Don't initialze it. | 11144 | (syms_of_eval): Don't initialize it. |
| 11145 | 11145 | ||
| 11146 | * lread.c (syms_of_lread) <load-history>: Doc fix. | 11146 | * lread.c (syms_of_lread) <load-history>: Doc fix. |
| 11147 | 11147 | ||
| @@ -18716,7 +18716,7 @@ | |||
| 18716 | and line_height, and use corresponding new members in struct | 18716 | and line_height, and use corresponding new members in struct |
| 18717 | frame. All uses changed. | 18717 | frame. All uses changed. |
| 18718 | (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros; | 18718 | (FRAME_LINE_HEIGHT, FRAME_INTERNAL_BORDER_WIDTH): Remove macros; |
| 18719 | superseeded by corresponding macros in frame.h. | 18719 | superseded by corresponding macros in frame.h. |
| 18720 | 18720 | ||
| 18721 | * msdos.c: Make (several) trivial substitutions for renamed and | 18721 | * msdos.c: Make (several) trivial substitutions for renamed and |
| 18722 | new macros in dispextern.h, frame.h and window.h. | 18722 | new macros in dispextern.h, frame.h and window.h. |
| @@ -19145,7 +19145,7 @@ | |||
| 19145 | (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable. | 19145 | (syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable. |
| 19146 | 19146 | ||
| 19147 | * lread.c (read1): Before calling index, check if the 2nd | 19147 | * lread.c (read1): Before calling index, check if the 2nd |
| 19148 | arguemnt is in ASCII range. | 19148 | argument is in ASCII range. |
| 19149 | 19149 | ||
| 19150 | 2003-04-08 Richard M. Stallman <rms@gnu.org> | 19150 | 2003-04-08 Richard M. Stallman <rms@gnu.org> |
| 19151 | 19151 | ||
| @@ -19945,7 +19945,7 @@ | |||
| 19945 | 2003-03-09 David Kastrup <dak@gnu.org> | 19945 | 2003-03-09 David Kastrup <dak@gnu.org> |
| 19946 | 19946 | ||
| 19947 | * process.c (read_process_output): We have allocated enough space | 19947 | * process.c (read_process_output): We have allocated enough space |
| 19948 | for readmax and carryover, so actually use the alloted space. | 19948 | for readmax and carryover, so actually use the allotted space. |
| 19949 | 19949 | ||
| 19950 | 2003-03-09 Jan Djärv <jan.h.d@swipnet.se> | 19950 | 2003-03-09 Jan Djärv <jan.h.d@swipnet.se> |
| 19951 | 19951 | ||
| @@ -24638,7 +24638,7 @@ | |||
| 24638 | * w32gui.h (struct XImage): Define. | 24638 | * w32gui.h (struct XImage): Define. |
| 24639 | 24639 | ||
| 24640 | * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to | 24640 | * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to |
| 24641 | extract mouse co-ordinates. | 24641 | extract mouse coordinates. |
| 24642 | 24642 | ||
| 24643 | 2002-03-20 Jason Rumney <jasonr@gnu.org> | 24643 | 2002-03-20 Jason Rumney <jasonr@gnu.org> |
| 24644 | 24644 | ||
| @@ -25377,7 +25377,7 @@ | |||
| 25377 | Handle literal output of strings by sharing the | 25377 | Handle literal output of strings by sharing the |
| 25378 | main-line code for strings, using local var `literal'. | 25378 | main-line code for strings, using local var `literal'. |
| 25379 | Handle :propertize feature. | 25379 | Handle :propertize feature. |
| 25380 | (syms_of_xdisp): Initialze and staticpro QCpropertize and | 25380 | (syms_of_xdisp): Initialize and staticpro QCpropertize and |
| 25381 | mode_line_proptrans_alist. | 25381 | mode_line_proptrans_alist. |
| 25382 | 25382 | ||
| 25383 | 2002-02-11 Kim F. Storm <storm@cua.dk> | 25383 | 2002-02-11 Kim F. Storm <storm@cua.dk> |
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11 index 2942d35561a..1086d1183a2 100644 --- a/src/ChangeLog.11 +++ b/src/ChangeLog.11 | |||
| @@ -947,7 +947,7 @@ | |||
| 947 | (c_string_pos, number_of_chars, message_dolog): | 947 | (c_string_pos, number_of_chars, message_dolog): |
| 948 | (message_log_check_duplicate, set_message_1, store_mode_line_noprop): | 948 | (message_log_check_duplicate, set_message_1, store_mode_line_noprop): |
| 949 | (display_mode_element, display_string): | 949 | (display_mode_element, display_string): |
| 950 | Switch between char * and unsigned char * to stay compatible wth | 950 | Switch between char * and unsigned char * to stay compatible with |
| 951 | C89 pointer rules. | 951 | C89 pointer rules. |
| 952 | 952 | ||
| 953 | * regex.c: Conform to C89 pointer rules. | 953 | * regex.c: Conform to C89 pointer rules. |
| @@ -9492,7 +9492,7 @@ | |||
| 9492 | * coding.c (decode_coding_ccl): Fix previous change for the | 9492 | * coding.c (decode_coding_ccl): Fix previous change for the |
| 9493 | multibyte case. | 9493 | multibyte case. |
| 9494 | (encode_coding_ccl): Don't setup ccl program here. Fix for the | 9494 | (encode_coding_ccl): Don't setup ccl program here. Fix for the |
| 9495 | case that the output buffer is fullfilled. | 9495 | case that the output buffer is fulfilled. |
| 9496 | (encode_coding): Setup ccl program here. | 9496 | (encode_coding): Setup ccl program here. |
| 9497 | 9497 | ||
| 9498 | 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu> | 9498 | 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu> |
| @@ -9772,10 +9772,10 @@ | |||
| 9772 | 2010-02-17 Kenichi Handa <handa@m17n.org> | 9772 | 2010-02-17 Kenichi Handa <handa@m17n.org> |
| 9773 | 9773 | ||
| 9774 | * coding.c (decode_coding_ccl): Don't setup ccl program here. | 9774 | * coding.c (decode_coding_ccl): Don't setup ccl program here. |
| 9775 | Fix for the case that the output buffer is fullfilled. | 9775 | Fix for the case that the output buffer is fulfilled. |
| 9776 | (decode_coding): Setup ccl program here. Keep looping when the | 9776 | (decode_coding): Setup ccl program here. Keep looping when the |
| 9777 | decoder stopped because the output buffer is | 9777 | decoder stopped because the output buffer is |
| 9778 | fullfilled (bug#5534). | 9778 | fulfilled (bug#5534). |
| 9779 | 9779 | ||
| 9780 | * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN. | 9780 | * ccl.c (ccl_driver): Never reset ic to CCL_HEADER_MAIN. |
| 9781 | 9781 | ||
| @@ -23923,7 +23923,7 @@ | |||
| 23923 | 23923 | ||
| 23924 | 2008-02-01 Kenichi Handa <handa@m17n.org> | 23924 | 2008-02-01 Kenichi Handa <handa@m17n.org> |
| 23925 | 23925 | ||
| 23926 | * alloc.c (NSTATICS): Increas to 0x600. | 23926 | * alloc.c (NSTATICS): Increase to 0x600. |
| 23927 | 23927 | ||
| 23928 | 2008-02-01 Kenichi Handa <handa@m17n.org> | 23928 | 2008-02-01 Kenichi Handa <handa@m17n.org> |
| 23929 | 23929 | ||
| @@ -25309,12 +25309,12 @@ | |||
| 25309 | 25309 | ||
| 25310 | * coding.c (enum iso_code_class_type): Delete ISO_carriage_return. | 25310 | * coding.c (enum iso_code_class_type): Delete ISO_carriage_return. |
| 25311 | (CODING_GET_INFO): Delete argument eol_type. Change callers. | 25311 | (CODING_GET_INFO): Delete argument eol_type. Change callers. |
| 25312 | (decode_coding_utf_8): Don't do eol converion. | 25312 | (decode_coding_utf_8): Don't do eol conversion. |
| 25313 | (detect_coding_utf_16): Check coding->src_chars, not | 25313 | (detect_coding_utf_16): Check coding->src_chars, not |
| 25314 | coding->src_bytes. Add heuristics for those that have no signature. | 25314 | coding->src_bytes. Add heuristics for those that have no signature. |
| 25315 | (decode_coding_emacs_mule, decode_coding_iso_2022) | 25315 | (decode_coding_emacs_mule, decode_coding_iso_2022) |
| 25316 | (decode_coding_sjis, decode_coding_big5, decode_coding_charset): | 25316 | (decode_coding_sjis, decode_coding_big5, decode_coding_charset): |
| 25317 | Don't do eol converion. | 25317 | Don't do eol conversion. |
| 25318 | (adjust_coding_eol_type): Return a new coding system. | 25318 | (adjust_coding_eol_type): Return a new coding system. |
| 25319 | (detect_coding): Don't detect eol. Fix for utf-16 detection. | 25319 | (detect_coding): Don't detect eol. Fix for utf-16 detection. |
| 25320 | (decode_eol): In case of CRLF->LF conversion, use del_range_2 on | 25320 | (decode_eol): In case of CRLF->LF conversion, use del_range_2 on |
| @@ -25952,7 +25952,7 @@ | |||
| 25952 | (font_list): The argument REGISTRY is now a list of registry names. | 25952 | (font_list): The argument REGISTRY is now a list of registry names. |
| 25953 | (choose_face_font): If we are choosing an ASCII font, and ATTRS | 25953 | (choose_face_font): If we are choosing an ASCII font, and ATTRS |
| 25954 | specifies an explicit font name, return the name as is. Make a | 25954 | specifies an explicit font name, return the name as is. Make a |
| 25955 | list of registy names. | 25955 | list of registry names. |
| 25956 | 25956 | ||
| 25957 | * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change | 25957 | * xfns.c (x_set_font, x_create_tip_frame): Adjust for the change |
| 25958 | of x_new_fontset. | 25958 | of x_new_fontset. |
| @@ -26647,7 +26647,7 @@ | |||
| 26647 | (fontset_set): Delete. | 26647 | (fontset_set): Delete. |
| 26648 | (fontset_face): New arg FACE. Return face ID, not face. | 26648 | (fontset_face): New arg FACE. Return face ID, not face. |
| 26649 | Complete re-write to handle new fontset structure. Change caller. | 26649 | Complete re-write to handle new fontset structure. Change caller. |
| 26650 | (free_face_fontset): Use ASET istead of AREF (X) = Y. | 26650 | (free_face_fontset): Use ASET instead of AREF (X) = Y. |
| 26651 | (face_for_char): Don't call lookup_face. | 26651 | (face_for_char): Don't call lookup_face. |
| 26652 | (make_fontset_for_ascii_face): New arg FACE. | 26652 | (make_fontset_for_ascii_face): New arg FACE. |
| 26653 | (fs_load_font): New arg CHARSET_ID. Don't check | 26653 | (fs_load_font): New arg CHARSET_ID. Don't check |
| @@ -31141,7 +31141,7 @@ | |||
| 31141 | * term.c (term_mouse_highlight): Remove unused variables. | 31141 | * term.c (term_mouse_highlight): Remove unused variables. |
| 31142 | (Fterm_open_connection): Set gpm_zerobased to 1. | 31142 | (Fterm_open_connection): Set gpm_zerobased to 1. |
| 31143 | (term_mouse_movement, term_mouse_click, handle_one_term_event): | 31143 | (term_mouse_movement, term_mouse_click, handle_one_term_event): |
| 31144 | Use zero based co-ordinates. | 31144 | Use zero based coordinates. |
| 31145 | (handle_one_term_event): Report a drag as mouse movement too. | 31145 | (handle_one_term_event): Report a drag as mouse movement too. |
| 31146 | 31146 | ||
| 31147 | * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM. | 31147 | * Makefile.in (MOUSE_SUPPORT): Define for HAVE_GPM. |
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. |
diff --git a/src/ChangeLog.13 b/src/ChangeLog.13 index 791de9a6a8b..87055d70315 100644 --- a/src/ChangeLog.13 +++ b/src/ChangeLog.13 | |||
| @@ -580,7 +580,7 @@ | |||
| 580 | (x_intersect_rectangles, clear_mouse_face, display_tty_menu_item): | 580 | (x_intersect_rectangles, clear_mouse_face, display_tty_menu_item): |
| 581 | * lisp.h (setup_echo_area_for_printing, message_with_string) | 581 | * lisp.h (setup_echo_area_for_printing, message_with_string) |
| 582 | (pos_visible_p): Use bool for boolean. | 582 | (pos_visible_p): Use bool for boolean. |
| 583 | * xdisp.c: Use bool, true, false intstead of int, 1, 0. | 583 | * xdisp.c: Use bool, true, false instead of int, 1, 0. |
| 584 | Remove unnecessary forward decls. | 584 | Remove unnecessary forward decls. |
| 585 | (trace_move) [DEBUG_TRACE_MOVE]: Now static. | 585 | (trace_move) [DEBUG_TRACE_MOVE]: Now static. |
| 586 | (CHECK_IT, CHECK_WINDOW_END): | 586 | (CHECK_IT, CHECK_WINDOW_END): |
| @@ -685,7 +685,7 @@ | |||
| 685 | Inhibit resizing fullwidth-/height frames in one direction only. | 685 | Inhibit resizing fullwidth-/height frames in one direction only. |
| 686 | Update frame_size_history. | 686 | Update frame_size_history. |
| 687 | (adjust_frame_size): Call frame_size_history_add. | 687 | (adjust_frame_size): Call frame_size_history_add. |
| 688 | (make_frame): Initalize after_make_frame slot. | 688 | (make_frame): Initialize after_make_frame slot. |
| 689 | (Fmake_terminal_frame): Adjust adjust_frame_size call. | 689 | (Fmake_terminal_frame): Adjust adjust_frame_size call. |
| 690 | (Fcan_run_window_configuration_change_hook): Rename to | 690 | (Fcan_run_window_configuration_change_hook): Rename to |
| 691 | Fframe_after_make_frame. Set after_make_frame slot. | 691 | Fframe_after_make_frame. Set after_make_frame slot. |
| @@ -1419,7 +1419,7 @@ | |||
| 1419 | 1419 | ||
| 1420 | 2015-01-12 Paul Eggert <eggert@cs.ucla.edu> | 1420 | 2015-01-12 Paul Eggert <eggert@cs.ucla.edu> |
| 1421 | 1421 | ||
| 1422 | Port to 32-bit MingGW --with-wide-int | 1422 | Port to 32-bit MinGW --with-wide-int |
| 1423 | Problem reported by Eli Zaretskii in: | 1423 | Problem reported by Eli Zaretskii in: |
| 1424 | https://lists.gnu.org/r/emacs-devel/2015-01/msg00265.html | 1424 | https://lists.gnu.org/r/emacs-devel/2015-01/msg00265.html |
| 1425 | * lisp.h (struct Lisp_Sub_Char_Table): Check that offset matches | 1425 | * lisp.h (struct Lisp_Sub_Char_Table): Check that offset matches |
| @@ -1635,7 +1635,7 @@ | |||
| 1635 | 2015-01-06 Jan Djärv <jan.h.d@swipnet.se> | 1635 | 2015-01-06 Jan Djärv <jan.h.d@swipnet.se> |
| 1636 | 1636 | ||
| 1637 | * nsterm.m (x_set_window_size): Call updateFrameSize to get real | 1637 | * nsterm.m (x_set_window_size): Call updateFrameSize to get real |
| 1638 | size instead of using widht/height. The frame may be | 1638 | size instead of using width/height. The frame may be |
| 1639 | constrained (Bug#19482). | 1639 | constrained (Bug#19482). |
| 1640 | 1640 | ||
| 1641 | 2015-01-05 Paul Eggert <eggert@cs.ucla.edu> | 1641 | 2015-01-05 Paul Eggert <eggert@cs.ucla.edu> |
| @@ -2102,7 +2102,7 @@ | |||
| 2102 | Partially disabled previous change. | 2102 | Partially disabled previous change. |
| 2103 | 2103 | ||
| 2104 | * image.c (svg_load): Temporarily disabled filename thing for | 2104 | * image.c (svg_load): Temporarily disabled filename thing for |
| 2105 | not-a-file case as it can cause crashs. | 2105 | not-a-file case as it can cause crashes. |
| 2106 | 2106 | ||
| 2107 | 2014-12-17 Ulf Jasper <ulf.jasper@web.de> | 2107 | 2014-12-17 Ulf Jasper <ulf.jasper@web.de> |
| 2108 | 2108 | ||
| @@ -2807,7 +2807,7 @@ | |||
| 2807 | * nsselect.m (QCLIPBOARD, QSECONDARY, QTEXT, QFILE_NAME) | 2807 | * nsselect.m (QCLIPBOARD, QSECONDARY, QTEXT, QFILE_NAME) |
| 2808 | (NXPrimaryPboard, NXSecondaryPboard): Declare static. | 2808 | (NXPrimaryPboard, NXSecondaryPboard): Declare static. |
| 2809 | (Qforeign_selection): Remove. | 2809 | (Qforeign_selection): Remove. |
| 2810 | (ns_get_local_selection): Identation fix. | 2810 | (ns_get_local_selection): Indentation fix. |
| 2811 | (syms_of_nsselect): Remove Qforeign_selection, ns-lost-selection-hooks | 2811 | (syms_of_nsselect): Remove Qforeign_selection, ns-lost-selection-hooks |
| 2812 | 2812 | ||
| 2813 | * nsselect.m (ns_get_local_selection): Remove calling of | 2813 | * nsselect.m (ns_get_local_selection): Remove calling of |
| @@ -5162,7 +5162,7 @@ | |||
| 5162 | 2014-07-27 Jan Djärv <jan.h.d@swipnet.se> | 5162 | 2014-07-27 Jan Djärv <jan.h.d@swipnet.se> |
| 5163 | 5163 | ||
| 5164 | * nsterm.m (applicationDidFinishLaunching antialiasThresholdDidChange): | 5164 | * nsterm.m (applicationDidFinishLaunching antialiasThresholdDidChange): |
| 5165 | Reinstate code removed by the prevoius commit to this file. | 5165 | Reinstate code removed by the previous commit to this file. |
| 5166 | 5166 | ||
| 5167 | 2014-07-27 Martin Rudalics <rudalics@gmx.at> | 5167 | 2014-07-27 Martin Rudalics <rudalics@gmx.at> |
| 5168 | 5168 | ||
| @@ -7847,11 +7847,11 @@ | |||
| 7847 | * w32.c (unsetenv): Remove unused var `retval'. | 7847 | * w32.c (unsetenv): Remove unused var `retval'. |
| 7848 | (emacs_gnutls_pull): Remove unused vars `fdset' and `timeout'. | 7848 | (emacs_gnutls_pull): Remove unused vars `fdset' and `timeout'. |
| 7849 | 7849 | ||
| 7850 | * w32notify.c (watch_worker): Remove unnecesary var sleep_result. | 7850 | * w32notify.c (watch_worker): Remove unnecessary var sleep_result. |
| 7851 | (start_watching): Remove unused var `thr'. | 7851 | (start_watching): Remove unused var `thr'. |
| 7852 | 7852 | ||
| 7853 | * w32proc.c (sys_spawnve): Comment out unused vars `first', `last'. | 7853 | * w32proc.c (sys_spawnve): Comment out unused vars `first', `last'. |
| 7854 | (find_child_console): Remove unnecesary var `thread_id'. | 7854 | (find_child_console): Remove unnecessary var `thread_id'. |
| 7855 | 7855 | ||
| 7856 | * w32term.c (w32_read_socket): Comment out unused vars `row', `columns'. | 7856 | * w32term.c (w32_read_socket): Comment out unused vars `row', `columns'. |
| 7857 | (x_focus_frame): #ifdef 0 unused variable `dpyinfo'. | 7857 | (x_focus_frame): #ifdef 0 unused variable `dpyinfo'. |
| @@ -9004,7 +9004,7 @@ | |||
| 9004 | * widget.c (pixel_to_text_size): New function. | 9004 | * widget.c (pixel_to_text_size): New function. |
| 9005 | (update_wm_hints): Have size hints respect value of | 9005 | (update_wm_hints): Have size hints respect value of |
| 9006 | frame_resize_pixelwise. | 9006 | frame_resize_pixelwise. |
| 9007 | (EmacsFrameResize): Alway process resize requests pixelwise. | 9007 | (EmacsFrameResize): Always process resize requests pixelwise. |
| 9008 | * window.c (grow_mini_window): Make sure mini window is at least | 9008 | * window.c (grow_mini_window): Make sure mini window is at least |
| 9009 | one line tall. | 9009 | one line tall. |
| 9010 | * xdisp.c (display_menu_bar): Make sure menubar extends till | 9010 | * xdisp.c (display_menu_bar): Make sure menubar extends till |
| @@ -10768,7 +10768,7 @@ | |||
| 10768 | 10768 | ||
| 10769 | * search.c (find_newline): Rewrite to prefer offsets to pointers. | 10769 | * search.c (find_newline): Rewrite to prefer offsets to pointers. |
| 10770 | This avoids undefined behavior when subtracting pointers into | 10770 | This avoids undefined behavior when subtracting pointers into |
| 10771 | different aways. On my platform it also makes the code a tad | 10771 | different always. On my platform it also makes the code a tad |
| 10772 | smaller and presumably faster. | 10772 | smaller and presumably faster. |
| 10773 | 10773 | ||
| 10774 | 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca> | 10774 | 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| @@ -13849,7 +13849,7 @@ | |||
| 13849 | 13849 | ||
| 13850 | 2013-08-13 Jan Djärv <jan.h.d@swipnet.se> | 13850 | 2013-08-13 Jan Djärv <jan.h.d@swipnet.se> |
| 13851 | 13851 | ||
| 13852 | * nsterm.m (ns_set_vertical_scroll_bar): Fix breakage intruduced by | 13852 | * nsterm.m (ns_set_vertical_scroll_bar): Fix breakage introduced by |
| 13853 | 2013-08-13 checkin below. Change bool to BOOL, rule is: | 13853 | 2013-08-13 checkin below. Change bool to BOOL, rule is: |
| 13854 | All Obj-C code uses BOOL, except for interfaces callable from C. | 13854 | All Obj-C code uses BOOL, except for interfaces callable from C. |
| 13855 | 13855 | ||
| @@ -14041,7 +14041,7 @@ | |||
| 14041 | the caller. Do not lock the temp file. Unwind-protect the file | 14041 | the caller. Do not lock the temp file. Unwind-protect the file |
| 14042 | and the file-descriptor. | 14042 | and the file-descriptor. |
| 14043 | (Fcall_process_region): If the input is /dev/null, unwind-protect it. | 14043 | (Fcall_process_region): If the input is /dev/null, unwind-protect it. |
| 14044 | If an asynchrounous process, record it here, not in call_process. | 14044 | If an asynchronous process, record it here, not in call_process. |
| 14045 | (syms_of_callproc) [MSDOS]: Initialize synch_process_tempfile. | 14045 | (syms_of_callproc) [MSDOS]: Initialize synch_process_tempfile. |
| 14046 | * eval.c (set_unwind_protect): New function. | 14046 | * eval.c (set_unwind_protect): New function. |
| 14047 | * fileio.c (write_region): New function, generalized from the | 14047 | * fileio.c (write_region): New function, generalized from the |
| @@ -14764,7 +14764,7 @@ | |||
| 14764 | All callers changed. | 14764 | All callers changed. |
| 14765 | (create_process): Recover pty_flag from process, not from volatile local. | 14765 | (create_process): Recover pty_flag from process, not from volatile local. |
| 14766 | (create_pty): Stay inside array even when pty allocation fails. | 14766 | (create_pty): Stay inside array even when pty allocation fails. |
| 14767 | (Fmake_serial_process): Omit unnecessary initializaiton of pty_flag. | 14767 | (Fmake_serial_process): Omit unnecessary initialization of pty_flag. |
| 14768 | 14768 | ||
| 14769 | * lread.c (Fload): Avoid initialization only when lint checking. | 14769 | * lread.c (Fload): Avoid initialization only when lint checking. |
| 14770 | Mention that it's needed only for older GCCs. | 14770 | Mention that it's needed only for older GCCs. |
| @@ -17372,7 +17372,7 @@ | |||
| 17372 | 2013-03-31 Dmitry Antipov <dmantipov@yandex.ru> | 17372 | 2013-03-31 Dmitry Antipov <dmantipov@yandex.ru> |
| 17373 | 17373 | ||
| 17374 | * frame.h (struct frame): Drop scroll_bottom_vpos | 17374 | * frame.h (struct frame): Drop scroll_bottom_vpos |
| 17375 | member becaue all real users are dead long ago. | 17375 | member because all real users are dead long ago. |
| 17376 | (FRAME_SCROLL_BOTTOM_VPOS): Remove. | 17376 | (FRAME_SCROLL_BOTTOM_VPOS): Remove. |
| 17377 | * xdisp.c (redisplay_internal): Adjust user. | 17377 | * xdisp.c (redisplay_internal): Adjust user. |
| 17378 | 17378 | ||
| @@ -17394,7 +17394,7 @@ | |||
| 17394 | (menuNeedsUpdate:): Add check for ! COCOA || OSX < 10.5 (Bug#12698). | 17394 | (menuNeedsUpdate:): Add check for ! COCOA || OSX < 10.5 (Bug#12698). |
| 17395 | 17395 | ||
| 17396 | * nsterm.m (menu_will_open_state, menu_mouse_point) | 17396 | * nsterm.m (menu_will_open_state, menu_mouse_point) |
| 17397 | (menu_pending_title): New varaibles. | 17397 | (menu_pending_title): New variables. |
| 17398 | (ns_get_pending_menu_title, ns_check_menu_open) | 17398 | (ns_get_pending_menu_title, ns_check_menu_open) |
| 17399 | (ns_check_pending_open_menu): New functions. | 17399 | (ns_check_pending_open_menu): New functions. |
| 17400 | 17400 | ||
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3 index 973251859c1..4e403058837 100644 --- a/src/ChangeLog.3 +++ b/src/ChangeLog.3 | |||
| @@ -11656,8 +11656,8 @@ | |||
| 11656 | pixel_to_glyph_translation, and rewritten. Just get coordinates, | 11656 | pixel_to_glyph_translation, and rewritten. Just get coordinates, |
| 11657 | don't return anything. | 11657 | don't return anything. |
| 11658 | (buffer_posn_from_coords): New function - given a window and | 11658 | (buffer_posn_from_coords): New function - given a window and |
| 11659 | co-ordinates on the screen, find the buffer position at those | 11659 | coordinates on the screen, find the buffer position at those |
| 11660 | co-ordinates. | 11660 | coordinates. |
| 11661 | 11661 | ||
| 11662 | 1991-01-08 Jim Blandy (jimb@geech.ai.mit.edu) | 11662 | 1991-01-08 Jim Blandy (jimb@geech.ai.mit.edu) |
| 11663 | 11663 | ||
| @@ -16140,7 +16140,7 @@ | |||
| 16140 | New format %S converts everything (even strings) with prin1. | 16140 | New format %S converts everything (even strings) with prin1. |
| 16141 | * doprnt.c (doprnt): Treat %s like %S. | 16141 | * doprnt.c (doprnt): Treat %s like %S. |
| 16142 | 16142 | ||
| 16143 | * print.c (Fprin1_to_string): Opt 3nd arg non-nil does princ. | 16143 | * print.c (Fprin1_to_string): Opt 3rd arg non-nil does princ. |
| 16144 | 16144 | ||
| 16145 | 1988-12-31 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | 16145 | 1988-12-31 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
| 16146 | 16146 | ||
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index 17522e450f0..c7b99a443d5 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 | |||
| @@ -1572,7 +1572,7 @@ | |||
| 1572 | (wait_reading_process_input): Use emacs_strerror, not strerror. | 1572 | (wait_reading_process_input): Use emacs_strerror, not strerror. |
| 1573 | 1573 | ||
| 1574 | * process.c (status_message, sigchld_handler): Synchronize locale, | 1574 | * process.c (status_message, sigchld_handler): Synchronize locale, |
| 1575 | then use strsignal istead of sys_siglist. | 1575 | then use strsignal instead of sys_siglist. |
| 1576 | * w32proc.c (sys_wait): Likewise. | 1576 | * w32proc.c (sys_wait): Likewise. |
| 1577 | 1577 | ||
| 1578 | * s/aix3-1.h, s/bsd4-1.h, s/dgux.h, s/gnu-linux.h, s/hiuxmpp.h: | 1578 | * s/aix3-1.h, s/bsd4-1.h, s/dgux.h, s/gnu-linux.h, s/hiuxmpp.h: |
| @@ -7560,7 +7560,7 @@ | |||
| 7560 | (recompute_basic_faces): Realize basic faces only if face cache is | 7560 | (recompute_basic_faces): Realize basic faces only if face cache is |
| 7561 | allocated, i.e. after init_frame_faces has been called. | 7561 | allocated, i.e. after init_frame_faces has been called. |
| 7562 | 7562 | ||
| 7563 | * frame.c (make_frame): Initialze face cache with null. | 7563 | * frame.c (make_frame): Initialize face cache with null. |
| 7564 | 7564 | ||
| 7565 | * xfaces.c (same_size_fonts): Remove. | 7565 | * xfaces.c (same_size_fonts): Remove. |
| 7566 | 7566 | ||
| @@ -9810,7 +9810,7 @@ | |||
| 9810 | 1997-10-13 Gerd Moellmann <gerd@acm.org> | 9810 | 1997-10-13 Gerd Moellmann <gerd@acm.org> |
| 9811 | 9811 | ||
| 9812 | * xdisp.c (redisplay_window): Use available current matrix to | 9812 | * xdisp.c (redisplay_window): Use available current matrix to |
| 9813 | skip faster when only point is moved withing the window. | 9813 | skip faster when only point is moved within the window. |
| 9814 | 9814 | ||
| 9815 | * intervals.c: Include stdio.h. | 9815 | * intervals.c: Include stdio.h. |
| 9816 | (find_interval): Trace to stderr to catch some nasty error | 9816 | (find_interval): Trace to stderr to catch some nasty error |
| @@ -9859,7 +9859,7 @@ | |||
| 9859 | * emacs.c: FreeBSD headers for profiling removed. | 9859 | * emacs.c: FreeBSD headers for profiling removed. |
| 9860 | 9860 | ||
| 9861 | * dispnew.c (direct_output_for_insert): Don't use PT-1 for | 9861 | * dispnew.c (direct_output_for_insert): Don't use PT-1 for |
| 9862 | display cursor, use DEC_POS instread. | 9862 | display cursor, use DEC_POS instead. |
| 9863 | 9863 | ||
| 9864 | * xfaces.c (load_font): Use x_load_font to load fonts so that | 9864 | * xfaces.c (load_font): Use x_load_font to load fonts so that |
| 9865 | all fonts are in the font table. | 9865 | all fonts are in the font table. |
| @@ -11940,7 +11940,7 @@ | |||
| 11940 | This avoids a conflict with a system header file paths.h on GNU/Linux. | 11940 | This avoids a conflict with a system header file paths.h on GNU/Linux. |
| 11941 | 11941 | ||
| 11942 | * callproc.c, lread.c, w32fns.c, xfns.c, xrdb.c: | 11942 | * callproc.c, lread.c, w32fns.c, xfns.c, xrdb.c: |
| 11943 | Use epaths.h istead of paths.h. | 11943 | Use epaths.h instead of paths.h. |
| 11944 | 11944 | ||
| 11945 | 1999-02-26 Andreas Schwab <schwab@gnu.org> | 11945 | 1999-02-26 Andreas Schwab <schwab@gnu.org> |
| 11946 | 11946 | ||
diff --git a/src/ChangeLog.9 b/src/ChangeLog.9 index 9f12748fbeb..0c1f72a6787 100644 --- a/src/ChangeLog.9 +++ b/src/ChangeLog.9 | |||
| @@ -10388,7 +10388,7 @@ | |||
| 10388 | ISO_control_0 and ISO_control_1. | 10388 | ISO_control_0 and ISO_control_1. |
| 10389 | 10389 | ||
| 10390 | * coding.h (enum iso_code_class_type): Member ISO_control_code is | 10390 | * coding.h (enum iso_code_class_type): Member ISO_control_code is |
| 10391 | devided into ISO_control_0 and ISO_control_1. | 10391 | divided into ISO_control_0 and ISO_control_1. |
| 10392 | (struct coding_system): New members src_multibyte, dst_multibyte, | 10392 | (struct coding_system): New members src_multibyte, dst_multibyte, |
| 10393 | errors, and result. Delete member fake_multibyte. | 10393 | errors, and result. Delete member fake_multibyte. |
| 10394 | (CODING_REQUIRE_DECODING): Return 1 if coding->dst_multibyte is | 10394 | (CODING_REQUIRE_DECODING): Return 1 if coding->dst_multibyte is |