X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/4787a496a05fdc03241850b45911dd283d4b06b8..36c46f8e09d5cb0cb8d2b19b9d3ad4826b5e163c:/src/ChangeLog.7 diff --git a/src/ChangeLog.7 b/src/ChangeLog.7 index 0d58339828..0952826e8c 100644 --- a/src/ChangeLog.7 +++ b/src/ChangeLog.7 @@ -22,7 +22,7 @@ 1998-08-18 Kenichi Handa - * ccl.c (CCL_READ_CHAR): If eof is encounterd while processing the + * ccl.c (CCL_READ_CHAR): If eof is encountered while processing the last block, don't just finish but processes eol block of the current CCL program. (ccl_driver): Add a new jump label ccl_repeat for the above change. @@ -124,7 +124,7 @@ 1998-08-13 Andrew Innes - * w32.c (stat): Fall-back to default behaviour when we cannot get + * w32.c (stat): Fall-back to default behavior when we cannot get accurate information on file attributes. 1998-08-12 Richard Stallman @@ -312,7 +312,7 @@ (coding_category_name): Include "coding-category-ccl". (detect_coding_ccl): New function. (setup_coding_system): Setup coding->spec.ccl.valid_codes from the - coding system priority `valid-codes' for CCL based coding systesm. + coding system priority `valid-codes' for CCL based coding systems. (detect_coding_mask): Check also a CCL based coding system. (Fupdate_coding_systems_internal): Renamed from Fupdate_iso_coding_systems. @@ -331,7 +331,7 @@ 1998-07-30 Paul Eggert - * src/Makefile.in (widget.o, xfns.o, xmenu.o): + * Makefile.in (widget.o, xfns.o, xmenu.o): Prepend $(srcdir)/ to rule dependencies outside this dir. 1998-07-29 Kenichi Handa @@ -372,7 +372,7 @@ * fileio.c (Finsert_file_contents): Call Vset_auto_coding_function with two arguments. (Fwrite_region): If buffer-file-coding-system is set locally, use - the coding system whithout checking file-coding-system-alist. + the coding system without checking file-coding-system-alist. (syms_of_fileio): Docstring of set-auto-coding-function adjusted for the change of argument number. @@ -485,13 +485,13 @@ * ccl.c: Typo in comments fixed. * coding.c (DECODE_ISO_CHARACTER): While decoding two-byte code, - if the sencond byte is invalid, produce the first byte as is. + if the second byte is invalid, produce the first byte as is. * fontset.c (fs_load_font): Typo in comments fixed. * xselect.c (selection_data_to_lisp_data): Set Vlast_coding_system_used. - (lisp_data_to_selection_data): Likewize. + (lisp_data_to_selection_data): Likesize. 1998-07-07 Richard Stallman @@ -502,7 +502,7 @@ * editfns.c (Fformat): Replace explicit numeric constants with proper macros. - * fns.c (concat): Likewize. + * fns.c (concat): Likewise. 1998-07-06 Kenichi Handa @@ -592,7 +592,7 @@ * coding.h (Qemacs_mule): Extern it. - * process.c (init_process): Initilize Vdefault_process_coding_system. + * process.c (init_process): Initialize Vdefault_process_coding_system. 1998-06-26 Kenichi Handa @@ -707,7 +707,7 @@ * xterm.c (x_list_fonts): Keep alloca usage simple. -1998-06-20 Per Starback +1998-06-20 Per Starbäck * xdisp.c, charset.h, coding.c, emacs.c: Doc fixes. @@ -723,7 +723,7 @@ * process.c (read_process_output): Handle carryover correctly. * xterm.c (dumpglyphs): Check the case that FACE_FONT (face) is - NULL. While displaing cursor with non-default face, if the + NULL. While displaying cursor with non-default face, if the variable `font' is NULL, don't set GCFont. 1998-06-19 Richard Stallman @@ -808,7 +808,7 @@ 1998-06-12 Ken'ichi Handa * fileio.c (Finsert_file_contents): Undo the previous change for - handling set-ault-coding. + handling set-auto-coding. 1998-06-11 Richard Stallman @@ -911,10 +911,9 @@ (scan_lists): Likewise. (prev_char_comstart_first): New function. - * syntax.c 1998-06-05 Andrew Innes - * w32.c: #include sys/file.h + * w32.c: #include sys/file.h. (sys_access): Provide our own implementation which recognizes D_OK. (is_exec): New function. (stat): Use it. @@ -948,7 +947,7 @@ in a string's intervals start from zero. (validate_interval_range, interval_of, Fnext_property_change) (property_change_between_p, Fnext_single_property_change) - (Fprevious_property_change, Fprevious_single_property_change): + (Fprevious_property_change, Fprevious_single_property_change) (Ftext_property_any, Ftext_property_not_all): Implement that. * textprop.c: Undo previous change. @@ -973,7 +972,7 @@ 1998-06-01 Ken'ichi Handa - * coding.c (detect_coding_mask): Initilize local variable C. + * coding.c (detect_coding_mask): Initialize local variable C. 1998-06-01 Richard Stallman @@ -1041,7 +1040,7 @@ * lread.c: Remember the last TWO strings skipped with #@. (prev_saved_doc_string*): New variables. - (Fload): Initalize prev_saved_doc_string. + (Fload): Initialize prev_saved_doc_string. (read1): Copy saved_doc_string to prev_saved_doc_string before storing a new string in saved_doc_string. (read_list): Look in prev_saved_doc_string as well as @@ -1241,7 +1240,7 @@ * coding.h: Change terms unify/unification to translate/translation respectively throughout the file. - * fns.c (concat): Fix bug in concatinating a list of multibyte and + * fns.c (concat): Fix bug in concatenating a list of multibyte and unibyte characters. * lisp.h (Vnonascii_translation_table): Name changed from @@ -1939,7 +1938,7 @@ Insist on MAX_LENGTH_OF_MULTI_BYTE_FORM bytes when checking for read_buffer full; this way need not check specially for multibyte. - * emacs.c: Include buffer.h + * emacs.c: Include buffer.h. (main): When handling --unibyte, mark all existing buffers as unibyte; but don't handle it when dumping. @@ -2168,7 +2167,6 @@ CCL_ReadMultibyteCharacter. (CCL_WriteMultibyteChar2): Macro name changed from CCL_WriteMultibyteChar2. - (CCL_ (MAX_TABLE_SET_LEVEL): New macro. (tr_stack): New type. (translate_stack, translate_stack_pointer): New variables. @@ -2176,10 +2174,10 @@ (ccl_driver): Adjusted for the above changes. (resolve_symbol_ccl_program): New function. (Fccl_execute): The arg CCL-PROGRAM can be a symbol of CCL - program. If CCL-PRGRAM is a vector, convert symbols in it to ID + program. If CCL-PROGRAM is a vector, convert symbols in it to ID numbers by resolve_symbol_ccl_program. (Fccl_execute_on_string): Likewise. - (Fregister_ccl_program): If the arg CCL-PRGRAM is a vector, + (Fregister_ccl_program): If the arg CCL-PROGRAM is a vector, convert symbols in it to ID numbers by resolve_symbol_ccl_program. * ccl.h (Vccl_program_table, Qccl_program_idx): Extern them. @@ -2776,8 +2774,8 @@ * cmds.c (internal_self_insert): Pass new arg to replace_range. - * insdel.c (insert_1_both, insert_from_string_1, insert_from_buffer_1): - (adjust_before_replace, adjust_after_replace, replace_range): + * insdel.c (insert_1_both, insert_from_string_1, insert_from_buffer_1) + (adjust_before_replace, adjust_after_replace, replace_range) (del_range_2): Call record_delete the new way. Use make_buffer_string_both to make the string to pass. @@ -2805,7 +2803,7 @@ (menu_bar_one_keymap): Moved some code to menu_bar_item. (menu_bar_item): Rewritten to use parse_menu_item. (menu_bar_item_1): Function deleted. - (QCenable, QCvisible, QChelp, QCfilter, QCbutton, QCtoggle, QCradio): + (QCenable, QCvisible, QChelp, QCfilter, QCbutton, QCtoggle, QCradio) (Qmenu_alias): New variables. (syms_of_keyboard): Initialize them, and item_properties. @@ -3311,17 +3309,17 @@ 1998-02-19 Kenichi Handa - * buffer.c (advance_to_char_boundary): Make the behaviour + * buffer.c (advance_to_char_boundary): Make the behavior consistent with INC_POS. * ccl.c (Fccl_execute_on_string): Add new arg UNIBYTE-P. * charset.h (INC_POS): Use macro BASE_LEADING_CODE_P. - (DEC_POS): Make the behaviour consistent with INC_POS. + (DEC_POS): Make the behavior consistent with INC_POS. (BUF_INC_POS, BUF_DEC_POS): Likewise. * charset.c (invalid_character): New function. - (chars_in_text): Make the behaviour consistent with INC_POS. + (chars_in_text): Make the behavior consistent with INC_POS. (multibyte_chars_in_text): Likewise. (str_cmpchar_id): Likewise. (non_ascii_char_to_string): Call invalid_character. @@ -3370,7 +3368,7 @@ * search.c (search_buffer): Update POS_BYTE for regexp search. * xdisp.c (display_text_line): Handling of a wide-column character - fixed. Make the behaviour consistent with INC_POS. + fixed. Make the behavior consistent with INC_POS. 1998-02-18 Richard Stallman @@ -3682,7 +3680,7 @@ New macros. (Qraw_text): Extern it. - * coding.c (DECODE_CHARACTER_ASCII): Update coding->produced_char; + * coding.c (DECODE_CHARACTER_ASCII): Update coding->produced_char. (DECODE_CHARACTER_DIMENSION1): Likewise. (Qraw_text, Qcoding_category): New variables. (syms_of_coding): Intern and staticpro them. @@ -3704,7 +3702,7 @@ Update coding->heading_ascii. (detect_eol_type): New arg SKIP. (detect_eol): Adjusted for the change of detect_eol_type. - (ccl_codign_driver): New function. + (ccl_coding_driver): New function. (decode_coding): Arg CONSUMED deleted, and the meaning of return value changed. Update members produced, produced_char, consumed, consumed_char of the struct *coding. @@ -3726,7 +3724,7 @@ string. * fileio.c (Finsert_file_contents): Adjusted for the change of - struct coding_system and function decode_coding. For normail file + struct coding_system and function decode_coding. For normal file reading, use code_convert_region. (Fwrite_region): Adjusted for the change of struct coding_system. (e_write): Adjusted for the change of encode_coding. @@ -3826,7 +3824,7 @@ (CCL_IterateMultipleMap, CCL_TranslateMultipleMap): New macros for CCL Commands. (EXCMD): New macro. - (ccl_driver): New case lable `CCL_Extention'. + (ccl_driver): New case label `CCL_Extention'. (setup_ccl_program): Initialize the member `private_state' of CCL. (Fregister_ccl_program): Delete unused variable IDX. (Fregister_ccl_translation_table): New function. @@ -3970,7 +3968,7 @@ 1998-01-12 Kenichi Handa - * minibuf.c (Fminibuffer_complete_word): Fix a bug of refering + * minibuf.c (Fminibuffer_complete_word): Fix a bug of referring `i'. We must refer `i_byte' instead. * insdel.c (insert_from_string_1): Decrement GAP_SIZE by @@ -4216,8 +4214,8 @@ * keyboard.c (read_char): Use Faref on Vkeyboard_translate_table if it is a string. (apply_modifiers_uncached): New arg base_len_byte. Calls changed. - (read_char_minibuf_menu_prompt): - (read_key_sequence): Access buffer's downcase_table with XCHAR_TABLE. + (read_char_minibuf_menu_prompt, read_key_sequence): Access buffer's + downcase_table with XCHAR_TABLE. (Fexecute_extended_command): Use Faref to access FUNCTION. Use size_byte of BINDING. (stuff_buffered_input): Use size_byte of STUFFSTRING. @@ -4272,9 +4270,8 @@ (Fmessage, Fmessage_box): Update message_text based on size_byte. * insdel.c (insert_from_string): New args POS_BYTE, LENGTH. - (insert_from_string_before_markers): - (insert_from_string_1): New arg POS_BYTE. Swap args NCHARS, NBYTES. - Don't fail to use POS_BYTE! + (insert_from_string_before_markers, insert_from_string_1): New arg + POS_BYTE. Swap args NCHARS, NBYTES. Don't fail to use POS_BYTE! (insert_from_buffer_1): Get both inschars and insbytes from NEW. * alloc.c (make_uninit_multibyte_string): New function. @@ -4802,11 +4799,11 @@ * keymap.c (describe_map): Fix decl of arg ELT_DESCRIBER. - * process.c (create_process, deactivate_process, close_process_descs): + * process.c (create_process, deactivate_process, close_process_descs) (kill_buffer_processes, status_notify): Return void. (Fstart_process): Cast arg to create_process. - * undo.c (record_insert, record_delete, record_marker_adjustment): + * undo.c (record_insert, record_delete, record_marker_adjustment) (record_change, record_first_change, record_property_change): Return void. @@ -4887,14 +4884,13 @@ The new GNU C library strftime needs the underlying host's strftime for locale dependent formats. - * configure.in (AC_CHECK_FUNCS): Add strftime. - * src/config.in (HAVE_STRFTIME): New undef. - * src/editfns.c (emacs_strftime): New decl. + * config.in (HAVE_STRFTIME): New undef. + * editfns.c (emacs_strftime): New decl. (Fformat_time_string): Doc fix: %b, %h, %B, %a, %A, and %p depend on locale; don't use actual chars to describe %n and %t. - * src/Makefile.in (strftime.o): - * src/makefile.nt ($(BLD)\strftime.obj): + * Makefile.in (strftime.o): + * makefile.nt ($(BLD)\strftime.obj): No need to compile with -Dstrftime=emacs_strftime any more. 1997-11-22 Richard Stallman @@ -4952,7 +4948,7 @@ * buffer.h: Add more prototypes and function declarations. * print.c (printchar): Declare `work' as unsigned char. - (internal_with_output_to_temp_buffer): Protoype parameter + (internal_with_output_to_temp_buffer): Prototype parameter FUNCTION. (Ferror_message_string): Remove extra argument of print_error_message. @@ -5142,7 +5138,7 @@ * charset.h (CHAR_VALID_P): Renamed from VALID_CHAR_P, new argument GENERICP. Call char_valid_p for a non-ASCII character. - * charset.c (char_valid_p): New function + * charset.c (char_valid_p): New function. (Fchar_valid_p): New function. (syms_of_charset): Declare it as a Lisp function. @@ -5291,7 +5287,7 @@ * emacs.c (shut_down_emacs): Call `dos_cleanup'. - * msdos.c (mouse_get_pos): Remove reduntant call to `int86'. + * msdos.c (mouse_get_pos): Remove redundant call to `int86'. Clear the mouse-moved flag for all frames. Update last mouse position. (IT_set_menu_bar_lines): Remove. @@ -5305,9 +5301,9 @@ * dosfns.c (__tb): Define. (restore_parent_vm_title): New function. (ms_windows_version): New function. - (w95_set_virtual_machine_title): New function + (w95_set_virtual_machine_title): New function. (x_set_title): New function. - (dos_cleanup): New function + (dos_cleanup): New function. (syms_of_dosfns): Define `dos-windows-version' Lisp variable. (init_dosfns): Compute MS-Windows version and save the original title of our DOS box. @@ -5756,7 +5752,7 @@ Pass in new parameter to w32_kbd_mods_to_emacs. Handle WM_DISPLAYCHANGE, WINDOWPOSCHANGED, ACTIVATE, SHOWWINDOW, INITMENU, and ACTIVATEAPP messages. - Explicitly check for visibile and obscured frames, and to see if + Explicitly check for visible and obscured frames, and to see if any event should cause a redisplay. (x_display_bar_cursor): Don't check whether frame is updating here. @@ -5777,7 +5773,7 @@ (w32_initialize): Set input mode. Use w32_msg_worker instead of windows_msg_worker. Dynamically link proportional scroll bar - functions and intialize proportional scroll bar variables. + functions and initialize proportional scroll bar variables. (syms_of_w32term): DEFVAR new variables. * w32term.h (w32_output): New fields menubar_widget, menubar_active, @@ -5946,7 +5942,7 @@ Vauto_file_coding_system. (syms_of_fileio): Adjusted for the above change. Doc change. (Finsert_file_contents): The argument for Vset_auto_coding is a - concatination of the heading 1K-byte and the tailing 3K-byte. + concatenation of the heading 1K-byte and the tailing 3K-byte. * cmds.c (internal_self_insert): Only set TARGET_CLM when C2 is tab. When multibyte characters are disabled, @@ -6010,7 +6006,7 @@ detect it as no-conversion. (decode_coding): Handle coding_type_raw_text. (encode_coding): Likewise. - (Fdetect_coding_region): Ajusted for the above changes. + (Fdetect_coding_region): Adjusted for the above changes. (shrink_conversion_area): Handle coding_type_raw_text. * coding.h (coding_type): New member coding_type_raw_text. @@ -6065,7 +6061,7 @@ (Fread_string): New argument INHERIT_INPUT_METHOD. (Fread_no_blanks_input): Likewise. (Fread_command): Call Fcompleting_read with INHERIT_INPUT_METHOD nil. - (Fread_function, Fread_variable, Fread_buffer): Likewise + (Fread_function, Fread_variable, Fread_buffer): Likewise. (Fcompleting_read): New argument INHERIT_INPUT_METHOD. * lisp.h (DEFUN_ARGS_8): New macro. @@ -6320,7 +6316,7 @@ (ENCODE_ISO_CHARACTER_DIMENSION2): Likewise. (safe_terminal_coding): New variable. (Fset_safe_terminal_coding_system_internal): New function. - (init_coding_once): Initilize safe_terminal_coding. + (init_coding_once): Initialize safe_terminal_coding. (syms_of_coding): Declare set-safe-terminal-coding-system as a Lisp function. @@ -6436,7 +6432,7 @@ * callproc.c (Fcall_process_region): Use cdr part (not car part) of Vdefault_process_coding_system for writing out text. - * coding.c (detect_coding_iso2022): Do not exclude posibility of + * coding.c (detect_coding_iso2022): Do not exclude possibility of 7-bit encoding when designation to G1 occurs. If CSI, SS2, or SS3 is found, return CODING_CATEGORY_MASK_ISO_8_ELSE. (Fdetect_coding_region): Doc-string modified. @@ -6494,7 +6490,7 @@ 1997-07-31 Ken'ichi Handa * coding.c (encode_coding_iso2022): When source data ends not at - character boundardy, set data in coding->carryover correctly, and + character boundary, set data in coding->carryover correctly, and set SRC to SRC_END. (encode_coding_sjis_big5): Likewise. (encode_coding): Don't set coding->carryover_size to 0. @@ -6605,8 +6601,7 @@ 1997-07-25 Ken'ichi Handa - * fontset.c (syms_of_fontset): Set Vhighlight_wrong_size_font to - Qnil. + * fontset.c (syms_of_fontset): Set Vhighlight_wrong_size_font to Qnil. * coding.h (CODING_REQUIRE_TEXT_CONVERSION) (CODING_REQUIRE_EOL_CONVERSION, CODING_REQUIRE_CONVERSION): Deleted. @@ -6614,12 +6609,11 @@ (CODING_MAY_REQUIRE_NO_CONVERSION): New macro. * fileio.c (Finsert_file_contents): Use new macros - CODING_MAY_REQUIRE_NO_CONVERSION and - CODING_MAY_REQUIRE_NO_CONVERSION. + CODING_MAY_REQUIRE_NO_CONVERSION and CODING_REQUIRE_NO_CONVERSION. (Fwrite_region): Correct the logic for deciding coding system. * process.c (read_process_output): Use new macro - CODING_REQUIRE_NO_CONVERSION + CODING_REQUIRE_NO_CONVERSION. (send_process): Use new macro CODING_MAY_REQUIRE_NO_CONVERSION. * xterm.c (dumpglyphs): Check the member `encoding' of *FONTP while @@ -6777,9 +6771,9 @@ 1997-07-15 Kenichi HANDA - * coding.h (CODING_CATEGORY_IDX_ISO_7_ELSE): This macro is deleted + * coding.h (CODING_CATEGORY_IDX_ISO_7_ELSE): This macro is deleted. (CODING_CATEGORY_IDX_ISO_7_ELSE): New macro. - (CODING_CATEGORY_IDX_ISO_8_ELSE): New macro + (CODING_CATEGORY_IDX_ISO_8_ELSE): New macro. (CODING_CATEGORY_MASK_ISO_ELSE): This macro is deleted. (CODING_CATEGORY_MASK_ISO_7_ELSE): New macro. (CODING_CATEGORY_MASK_ISO_8_ELSE): New macro. @@ -6992,7 +6986,7 @@ * syntax.h (struct gl_state_s): New field `offset'. (SETUP_SYNTAX_TABLE_FOR_OBJECT): Set offset field. (SETUP_SYNTAX_TABLE): Clear offset field. - (UPDATE_SYNTAX_TABLE, UPDATE_SYNTAX_TABLE_FORWARD): + (UPDATE_SYNTAX_TABLE, UPDATE_SYNTAX_TABLE_FORWARD) (UPDATE_SYNTAX_TABLE_BACKWARD): Use the offset field. * s/sol2.h (LIBS_SYSTEM): Add -lkvm and -lelf. @@ -7011,7 +7005,7 @@ * window.c: Include blockinput.h. (Fset_window_configuration): Block input around frobbing the frame. - Preseve point in the current buffer if we do not switch + Preserve point in the current buffer if we do not switch to a different one. 1997-07-06 Richard Stallman @@ -7126,7 +7120,7 @@ 1997-07-02 Richard Stallman - * process.c (send_process): Make buf and temp_buf `unsigned char *'. + * process.c (send_process): Make buf and temp_buf `unsigned char *'. * buffer.c (overlay_strings): Use unsigned char for things that relate to overlay_str_buf. @@ -7159,9 +7153,9 @@ (ENCODE_ISO_CHARACTER): Bug of handling return value of unify_char fixed. (DECODE_SJIS_BIG5_CHARACTER): New macro. - (decode_coding_sjis_big5): Handle character unificatoin table. + (decode_coding_sjis_big5): Handle character unification table. Use macro DECODE_SJIS_BIG5_CHARACTER. - (encode_coding_sjis_big5): Handle character unificatoin table. + (encode_coding_sjis_big5): Handle character unification table. Use macro ENCODE_SJIS_BIG5_CHARACTER. (setup_coding_system): Handle members character_unification_table_for_decode and @@ -7372,7 +7366,7 @@ * fontset.h (font_idx_temp): Extern it. (FS_LOAD_FONT): New macro. - * fontset.c (font_idx_temp): New temprary variable used in + * fontset.c (font_idx_temp): New temporary variable used in FS_LOAD_FONT. * xfaces.c (Fset_face_attribute_internal): Use FS_LOAD_FONT @@ -7404,7 +7398,7 @@ 1997-06-18 Kenichi Handa - * coding.c (detect_coding_iso2022): Initilize mask correctly. + * coding.c (detect_coding_iso2022): Initialize mask correctly. * fns.c (concat): Pay attention to multibyte characters when TARGET_TYPE is Lisp_String. @@ -7490,7 +7484,7 @@ 1997-06-09 Kenichi Handa - * buffer.c (init_buffer_once): Inititialize the member + * buffer.c (init_buffer_once): Initialize the member buffer_file_coding_system. (syms_of_buffer): Declare Lisp variables default-buffer-file-coding-system and buffer-file-coding-system. @@ -7529,7 +7523,7 @@ name to iso-latin-1. (lisp_data_to_selection_data): Likewise. - * xterm.c (dumpglyph): Shift baseline for such a font that is + * xterm.c (dumpglyphs): Shift baseline for such a font that is shorter but ascent or descent exceed the line height. For a larger font, draw a small hook at right-bottom edge instead of a rectangle. @@ -7640,7 +7634,7 @@ * xterm.c (process_expose_from_menu, XTread_socket): Set has_been_visible field. - (x_make_frame_visible): Don't do XMoveWindow unles has_been_visible. + (x_make_frame_visible): Don't do XMoveWindow unless has_been_visible. * xterm.h (struct x_output): New field has_been_visible. @@ -7868,7 +7862,7 @@ 1997-05-18 Erik Naggum * lisp.h (Vtty_erase_char): Declared. - * keyboard.c (Vtty_erase_char): Variable defined + * keyboard.c (Vtty_erase_char): Variable defined. (syms_of_keyboard): Set up Lisp variable. Also set up `num-nonmacro-input-chars' to report actual keystrokes. * sysdep.c (init_sys_modes): Initialize Vtty_erase_char if @@ -7923,7 +7917,7 @@ * fontset.c (fontset_pattern_regexp): Cast to (char *) before assigning to P0. - * ccl.c (struct ccl_prog_stack): Declear the member ccl_prog as + * ccl.c (struct ccl_prog_stack): Declare the member ccl_prog as Lisp_Object *. * editfns.c: Declare Fuser_full_name as Lisp_Object in advance to @@ -8103,7 +8097,7 @@ * fontset.c (Vfontset_alias_alist): New variable. (fontset_pattern_regexp): Delete code for handling nickname of a - fonset. It is now handled in Fquery_fontset by consulting + fontset. It is now handled in Fquery_fontset by consulting Vfontset_alias_alist. (Fquery_fontset): Handle Vfontset_alias_alist. (syms_of_fontset): Terminate each line by `\n\' in doc-string of @@ -8112,7 +8106,7 @@ and clip-large-size-font modified. * xfns.c (Fx_create_frame): Delete code for handling the X - resouce "Fontset". + resource "Fontset". * xselect.c (selection_data_to_lisp_data): If TYPE is `STRING' and DATA contains 8-bit codes, decode them as Latin-1 characters. @@ -8374,7 +8368,7 @@ (char_quoted): Move earlier, update gl_state when needed. (find_defun_start): Update gl_state when needed. (back_comment): New function. - (Scomment_fence, Sstring_fence): New delimeter char classes + (Scomment_fence, Sstring_fence): New delimiter char classes denoted by `!' and `|'. (Fchar_syntax, Fmatching_paren): Update gl_state to whole-buffer state. (scan_words): Update gl_state when needed. @@ -9229,7 +9223,7 @@ * lread.c: Include charset.h. (Vload_source_file_function): New variable. (Fload): Call Vload_source_file_function if defined while loading - an Emacs Lisp source file. */ + an Emacs Lisp source file. (read_multibyte): New function. (read_escape): Handle multibyte characters. (read1): Correct the value of size_in_chars of a bool vector. @@ -9890,7 +9884,7 @@ * editfns.c (Fline_beginning_position, Fline_end_position): New fns. * cmds.c (Fend_of_line, Fbeginning_of_line): Use Fline_beginning_position, Fline_end_position. - * lisp.h (Fend_of_line, Fbeginning_of_line): Declared. + * lisp.h (Fend_of_line, Fbeginning_of_line): Declared. 1996-11-23 Richard Stallman @@ -10175,7 +10169,7 @@ * frame.h (struct frame): New field phys_cursor_on. -1996-10-08 David Kågedal +1996-10-08 David KÃ¥gedal * xmenu.c (Fx_popup_menu): Give the menu a title when the menu is a single keymap. @@ -10250,7 +10244,7 @@ (find_handler_clause): If Vdebug_force, call debugger even if there are handlers. -1996-09-26 Marcus Daniels +1996-09-26 Marcus G. Daniels * xfns.c (x_set_scroll_bar_width): Move cursor to the left margin, past a scroll bar, if any. @@ -10274,7 +10268,7 @@ * window.c (syms_of_window): Doc fixes. -1996-09-25 Marcus Daniels +1996-09-25 Marcus G. Daniels * s/irix5-0.h (sigsetmask, _longjmp, _setjmp): #undef them. (_BSD_SIGNALS): Definition deleted. @@ -10367,7 +10361,7 @@ 1996-09-20 Richard Stallman - * xterm.c (x_scroll_bar_create, x_scroll_bar_move): + * xterm.c (x_scroll_bar_create, x_scroll_bar_move) (x_scroll_bar_expose): Use VERTICAL_SCROLL_BAR_WIDTH_TRIM. * xterm.h (VERTICAL_SCROLL_BAR_WIDTH_TRIM): Renamed from @@ -10401,7 +10395,7 @@ * xfns.c (Fx_create_frame): Default Qvertical_scroll_bars to `left'. -1996-09-20 Marcus Daniels +1996-09-20 Marcus G. Daniels * xterm.c (XTclear_end_of_line): Shift end-of-line when there is a left-side scroll bar by FRAME_LEFT_SCROLL_BAR_WIDTH. @@ -10414,7 +10408,7 @@ (x_scroll_bar_expose): Narrow the box slightly for a left-side scroll bar. - * xfns.c: Add the symbol `right'; this symbol is used to indicate + * xfns.c: Add the symbol `right'; this symbol is used to indicate that a right-side scroll bar is wanted. (x_set_vertical_scroll_bars): Check for left<->right<->none scroll bar changes, and modify the vertical scroll bar type @@ -10472,7 +10466,7 @@ * keyboard.c (make_lispy_event): When converting from pixel to glyph coordinates, offset by WINDOW_LEFT_MARGIN instead of XINT - (XWINDOW (window)->left; this is necessary when there are + (XWINDOW (window)->left); this is necessary when there are left-side scrollbars. * frame.c (make_frame): Switch from boolean @@ -10682,7 +10676,7 @@ before read0 call. (read1): New variable `uninterned_symbol', which controls how to make symbols. Support #:, #n=object and #n#. - (make_symbol): New function, used in read1 to make uninterned symbols + (make_symbol): New function, used in read1 to make uninterned symbols. (Fintern): Set `obarray' field of interned symbols. (init_obarray): Explicit set `obarray' field of symbol `nil'. (syms_of_lread): staticpro read_objects, the list of read objects. @@ -10968,7 +10962,7 @@ 1996-08-28 Morten Welinder * minibuf.c (Vhistory_length, Qhistory_length): New variables. - (syms_of_minibuf): Register and initialise these. + (syms_of_minibuf): Register and initialize these. (read_minibuf): Truncate history list if needed. 1996-08-28 Richard Stallman @@ -11027,7 +11021,7 @@ (print): Print certain expressions more compactly when set. Also use XCAR and XCDR directly -- we know we have conses. -1996-08-23 Marcus Daniels +1996-08-23 Marcus G. Daniels * xterm.c (x_term_init): If the default Xt font does not exist on the X server, add a resource so that dialog boxes use a common font. @@ -11093,8 +11087,11 @@ See ChangeLog.6 for earlier changes. - Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 - Free Software Foundation, Inc. +;; Local Variables: +;; coding: utf-8 +;; End: + + Copyright (C) 1997-1998, 2001-2012 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -11110,5 +11107,3 @@ See ChangeLog.6 for earlier changes. You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . - -;;; arch-tag: 3b03e091-1123-4031-b67d-41683932cc48