Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (xcar, xcdr): Print with /x. | Richard M. Stallman | 1997-07-17 | 1 | -2/+2 |
| | |||||
* | (decode_mode_spec_coding): Fix typo; use `val' instead of `coding-system'. | Richard M. Stallman | 1997-07-17 | 1 | -1/+1 |
| | |||||
* | (replace_range): New function. | Richard M. Stallman | 1997-07-17 | 1 | -0/+116 |
| | |||||
* | (display_text_line): Handle the case of point being in | Richard M. Stallman | 1997-07-17 | 1 | -0/+10 |
| | | | | the invisible part of the line beyond the left margin. | ||||
* | (internal_self_insert): When overwriting, use replace_range. | Richard M. Stallman | 1997-07-15 | 1 | -10/+29 |
| | |||||
* | (SETUP_SYNTAX_TABLE_FOR_OBJECT): Fix previous change. | Richard M. Stallman | 1997-07-15 | 1 | -1/+1 |
| | |||||
* | Fix previous change. | Richard M. Stallman | 1997-07-15 | 3 | -7/+4 |
| | |||||
* | Add comment describing HAVE_PSTAT_GETDYNAMIC. | Jim Meyering | 1997-07-15 | 1 | -0/+8 |
| | |||||
* | (detect_coding_iso2022): Distinguish coding-category-iso-7-else and | Kenichi Handa | 1997-07-15 | 1 | -22/+41 |
| | | | | coding-category-iso-8-else. | ||||
* | (CODING_CATEGORY_IDX_ISO_7_ELSE): This macro is deleted | Kenichi Handa | 1997-07-15 | 1 | -6/+9 |
| | | | | | | | | | (CODING_CATEGORY_IDX_ISO_7_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. (CODING_CATEGORY_MASK_ANY): Adjusted for the above change. | ||||
* | automatically generated from GPLed version | Miles Bader | 1997-07-14 | 1 | -17/+17 |
| | |||||
* | automatically generated from GPLed version | Paul Eggert | 1997-07-14 | 1 | -18/+52 |
| | |||||
* | (unexec): Don't call update_dynamic_symbols if static link. | Richard M. Stallman | 1997-07-14 | 1 | -2/+4 |
| | |||||
* | (make_lispy_event): Distinguish S-SPC from SPC. | Richard M. Stallman | 1997-07-14 | 1 | -0/+4 |
| | |||||
* | (read_char): Call timer_stop_idle unconditionally at non_reread. | Richard M. Stallman | 1997-07-14 | 1 | -4/+1 |
| | |||||
* | (x_draw_box): Use scratch_cursor_gc to draw the cursor | Richard M. Stallman | 1997-07-14 | 1 | -1/+16 |
| | | | | box using the color specified by cursor_pixel. | ||||
* | (init_display): Go ahead and prepare for | Richard M. Stallman | 1997-07-13 | 1 | -1/+5 |
| | | | | a X configuration in the CANNOT_DUMP case. | ||||
* | (init_lread): Don't add to load-path lisp subdirectories | Richard M. Stallman | 1997-07-13 | 1 | -3/+13 |
| | | | | of the source tree if the parent of the source was moved after dumping Emacs. | ||||
* | Comment changes. | Richard M. Stallman | 1997-07-13 | 1 | -60/+58 |
| | |||||
* | (Fcall_process) [MSDOS]: Request EOL conversion of | Richard M. Stallman | 1997-07-13 | 1 | -0/+13 |
| | | | | the process output, unless we were promised it is binary. | ||||
* | (Fwrite_region) [DOS_NT]: Always use binary mode since | Richard M. Stallman | 1997-07-13 | 1 | -2/+1 |
| | | | | coding conversion now takes care of NL -> CRLF. | ||||
* | (XPointer): Define XPointer. | Richard M. Stallman | 1997-07-13 | 1 | -3/+4 |
| | |||||
* | (compile_pattern_1): Don't declare val with CONST. | Richard M. Stallman | 1997-07-13 | 1 | -3/+3 |
| | |||||
* | (decode_mode_spec): Initialize and use `p' (for the termcap case). | Richard M. Stallman | 1997-07-12 | 1 | -2/+2 |
| | |||||
* | (XPointer): Define XPointer. | Richard M. Stallman | 1997-07-12 | 1 | -0/+2 |
| | |||||
* | (main): Use setrlimit only if RLIMIT_STACK. | Richard M. Stallman | 1997-07-12 | 1 | -2/+3 |
| | | | | (main) [DOUG_LEA_MALLOC]: Call r_alloc_reinit when restarting a dumped Emacs. | ||||
* | (r_alloc_reinit): New function. | Richard M. Stallman | 1997-07-12 | 1 | -0/+18 |
| | |||||
* | (get_system_name): Don't crash if Vsystem_name does not contain a string. | Richard M. Stallman | 1997-07-12 | 1 | -1/+4 |
| | |||||
* | (lock_file_1): Don't crash if Fuser_login_name or | Richard M. Stallman | 1997-07-12 | 1 | -5/+16 |
| | | | | | Fsystem_name don't return strings. (current_lock_owner): Likewise. | ||||
* | (Fx_list_fonts): Fix Fnconc argument. | Richard M. Stallman | 1997-07-12 | 1 | -1/+1 |
| | |||||
* | Initial revision | Richard M. Stallman | 1997-07-12 | 1 | -0/+91 |
| | |||||
* | (message2_nolog): Don't call fwrite will null string. | Richard M. Stallman | 1997-07-12 | 1 | -1/+2 |
| | |||||
* | (set_buffer_internal_1): Convert Fset_marker argument to Lisp_Integer. | Richard M. Stallman | 1997-07-12 | 1 | -10/+20 |
| | | | | | (set_buffer_temp): Likewise. (fix_overlays_in_range): Likewise. | ||||
* | (CATEGORY_DOCSTRING): Convert Fchar_table_extra_slot | Richard M. Stallman | 1997-07-12 | 1 | -2/+2 |
| | | | | | argument to Lisp_Integer. (CATEGORY_TABLE_VERSION): Likewise. | ||||
* | (Fregister_ccl_program): Convert Fmake_vector argument to Lisp_Integer. | Richard M. Stallman | 1997-07-12 | 1 | -2/+2 |
| | | | | (syms_of_ccl): Likewise. | ||||
* | (Fdelete_backward_char): Convert Finsert_char argument to | Richard M. Stallman | 1997-07-12 | 1 | -3/+4 |
| | | | | | | Lisp_Integer and add missing argument. (internal_self_insert): Convert Fmove_to_column argument to Lisp_Integer and add missing argument. | ||||
* | (Ffind_coding_system): Use call1, not call2. | Richard M. Stallman | 1997-07-12 | 1 | -1/+1 |
| | |||||
* | (Fsubstitute_command_keys): Add missing describe_map_tree argument. | Richard M. Stallman | 1997-07-12 | 1 | -2/+2 |
| | |||||
* | (Fcurrent_time_zone): Convert Fmake_list argument to Lisp_Integer. | Richard M. Stallman | 1997-07-12 | 1 | -6/+11 |
| | | | | (Ftranspose_regions): Convert Fset_text_properties arguments to Lisp_Integer. | ||||
* | (Fwrite_region): Fix call2 argument. | Richard M. Stallman | 1997-07-12 | 1 | -3/+3 |
| | | | | (Fread_file_name): Convert Fcons argument to Lisp_Integer. | ||||
* | (set_point): Convert call2 arguments to Lisp_Integer. | Richard M. Stallman | 1997-07-12 | 1 | -4/+8 |
| | |||||
* | (command_loop_1): Add missing message2 argument. | Richard M. Stallman | 1997-07-12 | 1 | -8/+8 |
| | | | | | | (menu_bar_items): Add missing get_keyelt argument. (follow_key): Likewise. (read_key_sequence): Likewise. | ||||
* | (Fml_arg): Add missing Fread_string arguments. | Richard M. Stallman | 1997-07-12 | 1 | -1/+1 |
| | |||||
* | (Fread_from_minibuffer): Remove extra get_keymap argument. | Richard M. Stallman | 1997-07-12 | 1 | -2/+2 |
| | | | | (Fminibuffer_complete): Convert Fset_window_start argument to Lisp_Integer. | ||||
* | (Fprocess_send_region): Convert move_gap argument to int. | Richard M. Stallman | 1997-07-12 | 1 | -1/+1 |
| | |||||
* | (init_syntax_once): Convert Fmake_vector argument to Lisp_Integer. | Richard M. Stallman | 1997-07-12 | 1 | -1/+1 |
| | |||||
* | Fix copyright year. | Richard M. Stallman | 1997-07-12 | 1 | -1/+1 |
| | |||||
* | (interval_of): Convert args_out_of_range arguments to Lisp_Integer. | Richard M. Stallman | 1997-07-12 | 1 | -1/+1 |
| | |||||
* | (Fcoordinates_in_window_p): Convert Fcons arguments to Lisp_Integer. | Richard M. Stallman | 1997-07-12 | 1 | -2/+3 |
| | | | | (save_window_save): Convert Fset_marker argument to Lisp_Integer. | ||||
* | (selection_data_to_lisp_data): Convert Fmake_vector | Richard M. Stallman | 1997-07-12 | 1 | -8/+9 |
| | | | | | and Faset arguments to Lisp_Integer. (clean_local_selection_data): Likewise. |