aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (RE_TRANSLATE_P): Define.Andreas Schwab1998-04-151-0/+1
* Use RE_TRANSLATE_P to check whether translation isAndreas Schwab1998-04-151-7/+8
* (RE_TRANSLATE_P): New macro.Andreas Schwab1998-04-151-0/+1
* (realloc) <emacs>: Define to xrealloc.Andreas Schwab1998-04-151-0/+1
* (Fccl_execute_on_string): Put \n\ at eol of docstring.Kenichi Handa1998-04-151-1/+1
* (x_set_font): Give 2nd arg nil to Fquery_fontset.Kenichi Handa1998-04-151-2/+2
* (find_ccl_program_func): New variable.Kenichi Handa1998-04-151-20/+20
* (FONT_ENCODING_NOT_DECIDED): The value is changed to 255.Kenichi Handa1998-04-151-2/+7
* Typo in comments fixed.Kenichi Handa1998-04-151-181/+405
* (Vccl_program_table, Qccl_program_idx): Extern them.Kenichi Handa1998-04-151-0/+7
* (syms_of_xfns): Initialize find_ccl_program_func.Kenichi Handa1998-04-151-0/+1
* (x_find_ccl_program): New function.Kenichi Handa1998-04-151-0/+42
* (x_find_ccl_program): Extern it.Kenichi Handa1998-04-151-0/+1
* (file_name_as_directory): For empty arg, return `./'.Karl Heuer1998-04-151-2/+3
* Revert erroneous 1998-04-08 change.Dave Love1998-04-141-2/+1
* (x_destroy_bitmap): Declare as void, not int.Karl Heuer1998-04-141-3/+4
* (try_window): Fix mixing of Lisp_Object and int.Andreas Schwab1998-04-141-1/+2
* (Fset_window_configuration): Fix mixing of Lisp_ObjectAndreas Schwab1998-04-141-3/+5
* (init_sys_modes): Fix mixing of Lisp_Object and intAndreas Schwab1998-04-141-1/+1
* (compile_pattern, compile_pattern_1): Fix mixing ofAndreas Schwab1998-04-141-2/+2
* (read_process_output): Fix mixing of Lisp_Object andAndreas Schwab1998-04-141-2/+2
* (Fself_insert_and_exit): Fix mixing of Lisp_Object andAndreas Schwab1998-04-141-1/+1
* (set_marker_both): Remove bogus checks on charpos.Andreas Schwab1998-04-141-9/+0
* (parse_menu_item): Don't GCPRO non-lisp variables.Andreas Schwab1998-04-141-2/+2
* (signal_after_change): Fix mixing of Lisp_Object andAndreas Schwab1998-04-141-1/+2
* (indented_beyond_p): Fix mixing of Lisp_Object and int.Andreas Schwab1998-04-141-2/+2
* (Fset_mouse_position, Fset_mouse_pixel_position): FixAndreas Schwab1998-04-141-2/+2
* (Fsubstring, substring_both, Fchar_table_range,Andreas Schwab1998-04-141-7/+15
* (Fwrite_region): Fix mixing of Lisp_Object and int.Andreas Schwab1998-04-141-1/+1
* (Fchar_after, Fchar_before): Fix mixing of Lisp_ObjectAndreas Schwab1998-04-141-2/+2
* (code_convert_region): Fix mixing of Lisp_Object andAndreas Schwab1998-04-141-1/+2
* (Fchars_in_region): Fix mixing of Lisp_Object and int.Andreas Schwab1998-04-141-1/+1
* (ccl_driver, syms_of_ccl): Fix mixing of Lisp_Object andAndreas Schwab1998-04-141-4/+4
* Update return types of declarations.Andreas Schwab1998-04-141-3/+3
* Add more prototypes.Andreas Schwab1998-04-149-55/+238
* Fix -Wimplicit warnings.Andreas Schwab1998-04-1452-92/+392
* (Fset_buffer_multibyte): Do nothing if nothing actuallyAndreas Schwab1998-04-141-0/+4
* (code_convert_region): Call adjust_after_insert alsoAndreas Schwab1998-04-141-1/+5
* (Finsert_file_contents): Call adjust_after_insert alsoAndreas Schwab1998-04-141-0/+3
* (code_convert_string): Give decode_coding correct byteKenichi Handa1998-04-141-1/+1
* automatically generated from GPLed versionUlrich Drepper1998-04-141-2/+2
* (strout): Convert old echo area to multibyte, like printchar.Karl Heuer1998-04-131-5/+37
* (buf_charpos_to_bytepos, buf_bytepos_to_charpos):Karl Heuer1998-04-131-8/+12
* (Fcompute_motion): Check that TO and FROM are in range.Karl Heuer1998-04-131-0/+5
* (dosv_refresh_virtual_screen): Do not use negative arguments.Eli Zaretskii1998-04-131-7/+5
* (temp_output_buffer_setup): Clear out overlays,Karl Heuer1998-04-121-0/+6
* (re_match_2, re_search_2): Convert position to a charpos,Karl Heuer1998-04-121-8/+12
* (SETUP_SYNTAX_TABLE_FOR_OBJECT): FROM counts chars.Karl Heuer1998-04-121-19/+20
* (print) <Lisp_String>: Fix "\ " handling.Karl Heuer1998-04-121-4/+7
* (display_text_line): When handling selective > 0,Karl Heuer1998-04-121-0/+1