diff options
| author | Juanma Barranquero | 2008-06-12 13:28:56 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-06-12 13:28:56 +0000 |
| commit | a784c9b6a87f12d76ad3f7184e07664c740e5d07 (patch) | |
| tree | fc55a1347775eaad75fc6be38d8da8ca8dcccb2c /src | |
| parent | 0500dcc9fe30c857a34286fb5cde4974b4957c2f (diff) | |
| download | emacs-a784c9b6a87f12d76ad3f7184e07664c740e5d07.tar.gz emacs-a784c9b6a87f12d76ad3f7184e07664c740e5d07.zip | |
Fix typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.7 | 69 |
1 files changed, 32 insertions, 37 deletions
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7 index 0216deaff36..8e5f480523d 100644 --- a/src/ChangeLog.7 +++ b/src/ChangeLog.7 | |||
| @@ -911,10 +911,9 @@ | |||
| 911 | (scan_lists): Likewise. | 911 | (scan_lists): Likewise. |
| 912 | (prev_char_comstart_first): New function. | 912 | (prev_char_comstart_first): New function. |
| 913 | 913 | ||
| 914 | * syntax.c | ||
| 915 | 1998-06-05 Andrew Innes <andrewi@harlequin.co.uk> | 914 | 1998-06-05 Andrew Innes <andrewi@harlequin.co.uk> |
| 916 | 915 | ||
| 917 | * w32.c: #include sys/file.h | 916 | * w32.c: #include sys/file.h. |
| 918 | (sys_access): Provide our own implementation which recognizes D_OK. | 917 | (sys_access): Provide our own implementation which recognizes D_OK. |
| 919 | (is_exec): New function. | 918 | (is_exec): New function. |
| 920 | (stat): Use it. | 919 | (stat): Use it. |
| @@ -948,7 +947,7 @@ | |||
| 948 | in a string's intervals start from zero. | 947 | in a string's intervals start from zero. |
| 949 | (validate_interval_range, interval_of, Fnext_property_change) | 948 | (validate_interval_range, interval_of, Fnext_property_change) |
| 950 | (property_change_between_p, Fnext_single_property_change) | 949 | (property_change_between_p, Fnext_single_property_change) |
| 951 | (Fprevious_property_change, Fprevious_single_property_change): | 950 | (Fprevious_property_change, Fprevious_single_property_change) |
| 952 | (Ftext_property_any, Ftext_property_not_all): Implement that. | 951 | (Ftext_property_any, Ftext_property_not_all): Implement that. |
| 953 | 952 | ||
| 954 | * textprop.c: Undo previous change. | 953 | * textprop.c: Undo previous change. |
| @@ -1939,7 +1938,7 @@ | |||
| 1939 | Insist on MAX_LENGTH_OF_MULTI_BYTE_FORM bytes when checking | 1938 | Insist on MAX_LENGTH_OF_MULTI_BYTE_FORM bytes when checking |
| 1940 | for read_buffer full; this way need not check specially for multibyte. | 1939 | for read_buffer full; this way need not check specially for multibyte. |
| 1941 | 1940 | ||
| 1942 | * emacs.c: Include buffer.h | 1941 | * emacs.c: Include buffer.h. |
| 1943 | (main): When handling --unibyte, mark all existing | 1942 | (main): When handling --unibyte, mark all existing |
| 1944 | buffers as unibyte; but don't handle it when dumping. | 1943 | buffers as unibyte; but don't handle it when dumping. |
| 1945 | 1944 | ||
| @@ -2168,7 +2167,6 @@ | |||
| 2168 | CCL_ReadMultibyteCharacter. | 2167 | CCL_ReadMultibyteCharacter. |
| 2169 | (CCL_WriteMultibyteChar2): Macro name changed from | 2168 | (CCL_WriteMultibyteChar2): Macro name changed from |
| 2170 | CCL_WriteMultibyteChar2. | 2169 | CCL_WriteMultibyteChar2. |
| 2171 | (CCL_ | ||
| 2172 | (MAX_TABLE_SET_LEVEL): New macro. | 2170 | (MAX_TABLE_SET_LEVEL): New macro. |
| 2173 | (tr_stack): New type. | 2171 | (tr_stack): New type. |
| 2174 | (translate_stack, translate_stack_pointer): New variables. | 2172 | (translate_stack, translate_stack_pointer): New variables. |
| @@ -2776,8 +2774,8 @@ | |||
| 2776 | 2774 | ||
| 2777 | * cmds.c (internal_self_insert): Pass new arg to replace_range. | 2775 | * cmds.c (internal_self_insert): Pass new arg to replace_range. |
| 2778 | 2776 | ||
| 2779 | * insdel.c (insert_1_both, insert_from_string_1, insert_from_buffer_1): | 2777 | * insdel.c (insert_1_both, insert_from_string_1, insert_from_buffer_1) |
| 2780 | (adjust_before_replace, adjust_after_replace, replace_range): | 2778 | (adjust_before_replace, adjust_after_replace, replace_range) |
| 2781 | (del_range_2): Call record_delete the new way. | 2779 | (del_range_2): Call record_delete the new way. |
| 2782 | Use make_buffer_string_both to make the string to pass. | 2780 | Use make_buffer_string_both to make the string to pass. |
| 2783 | 2781 | ||
| @@ -2805,7 +2803,7 @@ | |||
| 2805 | (menu_bar_one_keymap): Moved some code to menu_bar_item. | 2803 | (menu_bar_one_keymap): Moved some code to menu_bar_item. |
| 2806 | (menu_bar_item): Rewritten to use parse_menu_item. | 2804 | (menu_bar_item): Rewritten to use parse_menu_item. |
| 2807 | (menu_bar_item_1): Function deleted. | 2805 | (menu_bar_item_1): Function deleted. |
| 2808 | (QCenable, QCvisible, QChelp, QCfilter, QCbutton, QCtoggle, QCradio): | 2806 | (QCenable, QCvisible, QChelp, QCfilter, QCbutton, QCtoggle, QCradio) |
| 2809 | (Qmenu_alias): New variables. | 2807 | (Qmenu_alias): New variables. |
| 2810 | (syms_of_keyboard): Initialize them, and item_properties. | 2808 | (syms_of_keyboard): Initialize them, and item_properties. |
| 2811 | 2809 | ||
| @@ -3682,7 +3680,7 @@ | |||
| 3682 | New macros. | 3680 | New macros. |
| 3683 | (Qraw_text): Extern it. | 3681 | (Qraw_text): Extern it. |
| 3684 | 3682 | ||
| 3685 | * coding.c (DECODE_CHARACTER_ASCII): Update coding->produced_char; | 3683 | * coding.c (DECODE_CHARACTER_ASCII): Update coding->produced_char. |
| 3686 | (DECODE_CHARACTER_DIMENSION1): Likewise. | 3684 | (DECODE_CHARACTER_DIMENSION1): Likewise. |
| 3687 | (Qraw_text, Qcoding_category): New variables. | 3685 | (Qraw_text, Qcoding_category): New variables. |
| 3688 | (syms_of_coding): Intern and staticpro them. | 3686 | (syms_of_coding): Intern and staticpro them. |
| @@ -4216,8 +4214,8 @@ | |||
| 4216 | * keyboard.c (read_char): Use Faref on Vkeyboard_translate_table | 4214 | * keyboard.c (read_char): Use Faref on Vkeyboard_translate_table |
| 4217 | if it is a string. | 4215 | if it is a string. |
| 4218 | (apply_modifiers_uncached): New arg base_len_byte. Calls changed. | 4216 | (apply_modifiers_uncached): New arg base_len_byte. Calls changed. |
| 4219 | (read_char_minibuf_menu_prompt): | 4217 | (read_char_minibuf_menu_prompt, read_key_sequence): Access buffer's |
| 4220 | (read_key_sequence): Access buffer's downcase_table with XCHAR_TABLE. | 4218 | downcase_table with XCHAR_TABLE. |
| 4221 | (Fexecute_extended_command): Use Faref to access FUNCTION. | 4219 | (Fexecute_extended_command): Use Faref to access FUNCTION. |
| 4222 | Use size_byte of BINDING. | 4220 | Use size_byte of BINDING. |
| 4223 | (stuff_buffered_input): Use size_byte of STUFFSTRING. | 4221 | (stuff_buffered_input): Use size_byte of STUFFSTRING. |
| @@ -4272,9 +4270,8 @@ | |||
| 4272 | (Fmessage, Fmessage_box): Update message_text based on size_byte. | 4270 | (Fmessage, Fmessage_box): Update message_text based on size_byte. |
| 4273 | 4271 | ||
| 4274 | * insdel.c (insert_from_string): New args POS_BYTE, LENGTH. | 4272 | * insdel.c (insert_from_string): New args POS_BYTE, LENGTH. |
| 4275 | (insert_from_string_before_markers): | 4273 | (insert_from_string_before_markers, insert_from_string_1): New arg |
| 4276 | (insert_from_string_1): New arg POS_BYTE. Swap args NCHARS, NBYTES. | 4274 | POS_BYTE. Swap args NCHARS, NBYTES. Don't fail to use POS_BYTE! |
| 4277 | Don't fail to use POS_BYTE! | ||
| 4278 | (insert_from_buffer_1): Get both inschars and insbytes from NEW. | 4275 | (insert_from_buffer_1): Get both inschars and insbytes from NEW. |
| 4279 | 4276 | ||
| 4280 | * alloc.c (make_uninit_multibyte_string): New function. | 4277 | * alloc.c (make_uninit_multibyte_string): New function. |
| @@ -4802,11 +4799,11 @@ | |||
| 4802 | 4799 | ||
| 4803 | * keymap.c (describe_map): Fix decl of arg ELT_DESCRIBER. | 4800 | * keymap.c (describe_map): Fix decl of arg ELT_DESCRIBER. |
| 4804 | 4801 | ||
| 4805 | * process.c (create_process, deactivate_process, close_process_descs): | 4802 | * process.c (create_process, deactivate_process, close_process_descs) |
| 4806 | (kill_buffer_processes, status_notify): Return void. | 4803 | (kill_buffer_processes, status_notify): Return void. |
| 4807 | (Fstart_process): Cast arg to create_process. | 4804 | (Fstart_process): Cast arg to create_process. |
| 4808 | 4805 | ||
| 4809 | * undo.c (record_insert, record_delete, record_marker_adjustment): | 4806 | * undo.c (record_insert, record_delete, record_marker_adjustment) |
| 4810 | (record_change, record_first_change, record_property_change): | 4807 | (record_change, record_first_change, record_property_change): |
| 4811 | Return void. | 4808 | Return void. |
| 4812 | 4809 | ||
| @@ -5142,7 +5139,7 @@ | |||
| 5142 | * charset.h (CHAR_VALID_P): Renamed from VALID_CHAR_P, new | 5139 | * charset.h (CHAR_VALID_P): Renamed from VALID_CHAR_P, new |
| 5143 | argument GENERICP. Call char_valid_p for a non-ASCII character. | 5140 | argument GENERICP. Call char_valid_p for a non-ASCII character. |
| 5144 | 5141 | ||
| 5145 | * charset.c (char_valid_p): New function | 5142 | * charset.c (char_valid_p): New function. |
| 5146 | (Fchar_valid_p): New function. | 5143 | (Fchar_valid_p): New function. |
| 5147 | (syms_of_charset): Declare it as a Lisp function. | 5144 | (syms_of_charset): Declare it as a Lisp function. |
| 5148 | 5145 | ||
| @@ -5305,9 +5302,9 @@ | |||
| 5305 | * dosfns.c (__tb): Define. | 5302 | * dosfns.c (__tb): Define. |
| 5306 | (restore_parent_vm_title): New function. | 5303 | (restore_parent_vm_title): New function. |
| 5307 | (ms_windows_version): New function. | 5304 | (ms_windows_version): New function. |
| 5308 | (w95_set_virtual_machine_title): New function | 5305 | (w95_set_virtual_machine_title): New function. |
| 5309 | (x_set_title): New function. | 5306 | (x_set_title): New function. |
| 5310 | (dos_cleanup): New function | 5307 | (dos_cleanup): New function. |
| 5311 | (syms_of_dosfns): Define `dos-windows-version' Lisp variable. | 5308 | (syms_of_dosfns): Define `dos-windows-version' Lisp variable. |
| 5312 | (init_dosfns): Compute MS-Windows version and save the original | 5309 | (init_dosfns): Compute MS-Windows version and save the original |
| 5313 | title of our DOS box. | 5310 | title of our DOS box. |
| @@ -6065,7 +6062,7 @@ | |||
| 6065 | (Fread_string): New argument INHERIT_INPUT_METHOD. | 6062 | (Fread_string): New argument INHERIT_INPUT_METHOD. |
| 6066 | (Fread_no_blanks_input): Likewise. | 6063 | (Fread_no_blanks_input): Likewise. |
| 6067 | (Fread_command): Call Fcompleting_read with INHERIT_INPUT_METHOD nil. | 6064 | (Fread_command): Call Fcompleting_read with INHERIT_INPUT_METHOD nil. |
| 6068 | (Fread_function, Fread_variable, Fread_buffer): Likewise | 6065 | (Fread_function, Fread_variable, Fread_buffer): Likewise. |
| 6069 | (Fcompleting_read): New argument INHERIT_INPUT_METHOD. | 6066 | (Fcompleting_read): New argument INHERIT_INPUT_METHOD. |
| 6070 | 6067 | ||
| 6071 | * lisp.h (DEFUN_ARGS_8): New macro. | 6068 | * lisp.h (DEFUN_ARGS_8): New macro. |
| @@ -6605,8 +6602,7 @@ | |||
| 6605 | 6602 | ||
| 6606 | 1997-07-25 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | 6603 | 1997-07-25 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> |
| 6607 | 6604 | ||
| 6608 | * fontset.c (syms_of_fontset): Set Vhighlight_wrong_size_font to | 6605 | * fontset.c (syms_of_fontset): Set Vhighlight_wrong_size_font to Qnil. |
| 6609 | Qnil. | ||
| 6610 | 6606 | ||
| 6611 | * coding.h (CODING_REQUIRE_TEXT_CONVERSION) | 6607 | * coding.h (CODING_REQUIRE_TEXT_CONVERSION) |
| 6612 | (CODING_REQUIRE_EOL_CONVERSION, CODING_REQUIRE_CONVERSION): Deleted. | 6608 | (CODING_REQUIRE_EOL_CONVERSION, CODING_REQUIRE_CONVERSION): Deleted. |
| @@ -6614,12 +6610,11 @@ | |||
| 6614 | (CODING_MAY_REQUIRE_NO_CONVERSION): New macro. | 6610 | (CODING_MAY_REQUIRE_NO_CONVERSION): New macro. |
| 6615 | 6611 | ||
| 6616 | * fileio.c (Finsert_file_contents): Use new macros | 6612 | * fileio.c (Finsert_file_contents): Use new macros |
| 6617 | CODING_MAY_REQUIRE_NO_CONVERSION and | 6613 | CODING_MAY_REQUIRE_NO_CONVERSION and CODING_REQUIRE_NO_CONVERSION. |
| 6618 | CODING_MAY_REQUIRE_NO_CONVERSION. | ||
| 6619 | (Fwrite_region): Correct the logic for deciding coding system. | 6614 | (Fwrite_region): Correct the logic for deciding coding system. |
| 6620 | 6615 | ||
| 6621 | * process.c (read_process_output): Use new macro | 6616 | * process.c (read_process_output): Use new macro |
| 6622 | CODING_REQUIRE_NO_CONVERSION | 6617 | CODING_REQUIRE_NO_CONVERSION. |
| 6623 | (send_process): Use new macro CODING_MAY_REQUIRE_NO_CONVERSION. | 6618 | (send_process): Use new macro CODING_MAY_REQUIRE_NO_CONVERSION. |
| 6624 | 6619 | ||
| 6625 | * xterm.c (dumpglyphs): Check the member `encoding' of *FONTP while | 6620 | * xterm.c (dumpglyphs): Check the member `encoding' of *FONTP while |
| @@ -6777,9 +6772,9 @@ | |||
| 6777 | 6772 | ||
| 6778 | 1997-07-15 Kenichi HANDA <handa@etl.go.jp> | 6773 | 1997-07-15 Kenichi HANDA <handa@etl.go.jp> |
| 6779 | 6774 | ||
| 6780 | * coding.h (CODING_CATEGORY_IDX_ISO_7_ELSE): This macro is deleted | 6775 | * coding.h (CODING_CATEGORY_IDX_ISO_7_ELSE): This macro is deleted. |
| 6781 | (CODING_CATEGORY_IDX_ISO_7_ELSE): New macro. | 6776 | (CODING_CATEGORY_IDX_ISO_7_ELSE): New macro. |
| 6782 | (CODING_CATEGORY_IDX_ISO_8_ELSE): New macro | 6777 | (CODING_CATEGORY_IDX_ISO_8_ELSE): New macro. |
| 6783 | (CODING_CATEGORY_MASK_ISO_ELSE): This macro is deleted. | 6778 | (CODING_CATEGORY_MASK_ISO_ELSE): This macro is deleted. |
| 6784 | (CODING_CATEGORY_MASK_ISO_7_ELSE): New macro. | 6779 | (CODING_CATEGORY_MASK_ISO_7_ELSE): New macro. |
| 6785 | (CODING_CATEGORY_MASK_ISO_8_ELSE): New macro. | 6780 | (CODING_CATEGORY_MASK_ISO_8_ELSE): New macro. |
| @@ -6992,7 +6987,7 @@ | |||
| 6992 | * syntax.h (struct gl_state_s): New field `offset'. | 6987 | * syntax.h (struct gl_state_s): New field `offset'. |
| 6993 | (SETUP_SYNTAX_TABLE_FOR_OBJECT): Set offset field. | 6988 | (SETUP_SYNTAX_TABLE_FOR_OBJECT): Set offset field. |
| 6994 | (SETUP_SYNTAX_TABLE): Clear offset field. | 6989 | (SETUP_SYNTAX_TABLE): Clear offset field. |
| 6995 | (UPDATE_SYNTAX_TABLE, UPDATE_SYNTAX_TABLE_FORWARD): | 6990 | (UPDATE_SYNTAX_TABLE, UPDATE_SYNTAX_TABLE_FORWARD) |
| 6996 | (UPDATE_SYNTAX_TABLE_BACKWARD): Use the offset field. | 6991 | (UPDATE_SYNTAX_TABLE_BACKWARD): Use the offset field. |
| 6997 | 6992 | ||
| 6998 | * s/sol2.h (LIBS_SYSTEM): Add -lkvm and -lelf. | 6993 | * s/sol2.h (LIBS_SYSTEM): Add -lkvm and -lelf. |
| @@ -7126,7 +7121,7 @@ | |||
| 7126 | 7121 | ||
| 7127 | 1997-07-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | 7122 | 1997-07-02 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> |
| 7128 | 7123 | ||
| 7129 | * process.c (send_process): Make buf and temp_buf `unsigned char *'. | 7124 | * process.c (send_process): Make buf and temp_buf `unsigned char *'. |
| 7130 | 7125 | ||
| 7131 | * buffer.c (overlay_strings): Use unsigned char for things | 7126 | * buffer.c (overlay_strings): Use unsigned char for things |
| 7132 | that relate to overlay_str_buf. | 7127 | that relate to overlay_str_buf. |
| @@ -7868,7 +7863,7 @@ | |||
| 7868 | 1997-05-18 Erik Naggum <erik@naggum.no> | 7863 | 1997-05-18 Erik Naggum <erik@naggum.no> |
| 7869 | 7864 | ||
| 7870 | * lisp.h (Vtty_erase_char): Declared. | 7865 | * lisp.h (Vtty_erase_char): Declared. |
| 7871 | * keyboard.c (Vtty_erase_char): Variable defined | 7866 | * keyboard.c (Vtty_erase_char): Variable defined. |
| 7872 | (syms_of_keyboard): Set up Lisp variable. | 7867 | (syms_of_keyboard): Set up Lisp variable. |
| 7873 | Also set up `num-nonmacro-input-chars' to report actual keystrokes. | 7868 | Also set up `num-nonmacro-input-chars' to report actual keystrokes. |
| 7874 | * sysdep.c (init_sys_modes): Initialize Vtty_erase_char if | 7869 | * sysdep.c (init_sys_modes): Initialize Vtty_erase_char if |
| @@ -8103,7 +8098,7 @@ | |||
| 8103 | 8098 | ||
| 8104 | * fontset.c (Vfontset_alias_alist): New variable. | 8099 | * fontset.c (Vfontset_alias_alist): New variable. |
| 8105 | (fontset_pattern_regexp): Delete code for handling nickname of a | 8100 | (fontset_pattern_regexp): Delete code for handling nickname of a |
| 8106 | fonset. It is now handled in Fquery_fontset by consulting | 8101 | fontset. It is now handled in Fquery_fontset by consulting |
| 8107 | Vfontset_alias_alist. | 8102 | Vfontset_alias_alist. |
| 8108 | (Fquery_fontset): Handle Vfontset_alias_alist. | 8103 | (Fquery_fontset): Handle Vfontset_alias_alist. |
| 8109 | (syms_of_fontset): Terminate each line by `\n\' in doc-string of | 8104 | (syms_of_fontset): Terminate each line by `\n\' in doc-string of |
| @@ -9229,7 +9224,7 @@ | |||
| 9229 | * lread.c: Include charset.h. | 9224 | * lread.c: Include charset.h. |
| 9230 | (Vload_source_file_function): New variable. | 9225 | (Vload_source_file_function): New variable. |
| 9231 | (Fload): Call Vload_source_file_function if defined while loading | 9226 | (Fload): Call Vload_source_file_function if defined while loading |
| 9232 | an Emacs Lisp source file. */ | 9227 | an Emacs Lisp source file. |
| 9233 | (read_multibyte): New function. | 9228 | (read_multibyte): New function. |
| 9234 | (read_escape): Handle multibyte characters. | 9229 | (read_escape): Handle multibyte characters. |
| 9235 | (read1): Correct the value of size_in_chars of a bool vector. | 9230 | (read1): Correct the value of size_in_chars of a bool vector. |
| @@ -9890,7 +9885,7 @@ | |||
| 9890 | * editfns.c (Fline_beginning_position, Fline_end_position): New fns. | 9885 | * editfns.c (Fline_beginning_position, Fline_end_position): New fns. |
| 9891 | * cmds.c (Fend_of_line, Fbeginning_of_line): | 9886 | * cmds.c (Fend_of_line, Fbeginning_of_line): |
| 9892 | Use Fline_beginning_position, Fline_end_position. | 9887 | Use Fline_beginning_position, Fline_end_position. |
| 9893 | * lisp.h (Fend_of_line, Fbeginning_of_line): Declared. | 9888 | * lisp.h (Fend_of_line, Fbeginning_of_line): Declared. |
| 9894 | 9889 | ||
| 9895 | 1996-11-23 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | 9890 | 1996-11-23 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> |
| 9896 | 9891 | ||
| @@ -10367,7 +10362,7 @@ | |||
| 10367 | 10362 | ||
| 10368 | 1996-09-20 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> | 10363 | 1996-09-20 Richard Stallman <rms@ethanol.gnu.ai.mit.edu> |
| 10369 | 10364 | ||
| 10370 | * xterm.c (x_scroll_bar_create, x_scroll_bar_move): | 10365 | * xterm.c (x_scroll_bar_create, x_scroll_bar_move) |
| 10371 | (x_scroll_bar_expose): Use VERTICAL_SCROLL_BAR_WIDTH_TRIM. | 10366 | (x_scroll_bar_expose): Use VERTICAL_SCROLL_BAR_WIDTH_TRIM. |
| 10372 | 10367 | ||
| 10373 | * xterm.h (VERTICAL_SCROLL_BAR_WIDTH_TRIM): Renamed from | 10368 | * xterm.h (VERTICAL_SCROLL_BAR_WIDTH_TRIM): Renamed from |
| @@ -10414,7 +10409,7 @@ | |||
| 10414 | (x_scroll_bar_expose): Narrow the box slightly for a left-side | 10409 | (x_scroll_bar_expose): Narrow the box slightly for a left-side |
| 10415 | scroll bar. | 10410 | scroll bar. |
| 10416 | 10411 | ||
| 10417 | * xfns.c: Add the symbol `right'; this symbol is used to indicate | 10412 | * xfns.c: Add the symbol `right'; this symbol is used to indicate |
| 10418 | that a right-side scroll bar is wanted. | 10413 | that a right-side scroll bar is wanted. |
| 10419 | (x_set_vertical_scroll_bars): Check for left<->right<->none | 10414 | (x_set_vertical_scroll_bars): Check for left<->right<->none |
| 10420 | scroll bar changes, and modify the vertical scroll bar type | 10415 | scroll bar changes, and modify the vertical scroll bar type |
| @@ -10472,7 +10467,7 @@ | |||
| 10472 | 10467 | ||
| 10473 | * keyboard.c (make_lispy_event): When converting from pixel to | 10468 | * keyboard.c (make_lispy_event): When converting from pixel to |
| 10474 | glyph coordinates, offset by WINDOW_LEFT_MARGIN instead of XINT | 10469 | glyph coordinates, offset by WINDOW_LEFT_MARGIN instead of XINT |
| 10475 | (XWINDOW (window)->left; this is necessary when there are | 10470 | (XWINDOW (window)->left); this is necessary when there are |
| 10476 | left-side scrollbars. | 10471 | left-side scrollbars. |
| 10477 | 10472 | ||
| 10478 | * frame.c (make_frame): Switch from boolean | 10473 | * frame.c (make_frame): Switch from boolean |
| @@ -10682,7 +10677,7 @@ | |||
| 10682 | before read0 call. | 10677 | before read0 call. |
| 10683 | (read1): New variable `uninterned_symbol', which controls how to | 10678 | (read1): New variable `uninterned_symbol', which controls how to |
| 10684 | make symbols. Support #:, #n=object and #n#. | 10679 | make symbols. Support #:, #n=object and #n#. |
| 10685 | (make_symbol): New function, used in read1 to make uninterned symbols | 10680 | (make_symbol): New function, used in read1 to make uninterned symbols. |
| 10686 | (Fintern): Set `obarray' field of interned symbols. | 10681 | (Fintern): Set `obarray' field of interned symbols. |
| 10687 | (init_obarray): Explicit set `obarray' field of symbol `nil'. | 10682 | (init_obarray): Explicit set `obarray' field of symbol `nil'. |
| 10688 | (syms_of_lread): staticpro read_objects, the list of read objects. | 10683 | (syms_of_lread): staticpro read_objects, the list of read objects. |