Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (bcmp, bcopy): Fix backward BSTRING conditionals. | Richard M. Stallman | 1995-05-06 | 1 | -2/+2 |
| | |||||
* | [! emacs]: #undef REL_ALLOC. | Richard M. Stallman | 1995-05-06 | 1 | -0/+5 |
| | |||||
* | Delete all APOLLO conditionals. | Richard M. Stallman | 1995-05-06 | 1 | -18/+8 |
| | | | | | | (Fdump_emacs_data): Don't use & before my_edata. (Fkill_emacs): Delete the Vauto_save_list_file_name file. | ||||
* | (prepare_menu_bars): Clear size-change flag before running | Richard M. Stallman | 1995-05-06 | 1 | -5/+7 |
| | | | | | | size-change functions. (scroll_step, debug_end_pos, line_number_display_limit): Now static. | ||||
* | (days_per_month): Move variable to top level. | Richard M. Stallman | 1995-05-05 | 1 | -1/+3 |
| | |||||
* | (Fencode_time): Rename arg from min to minute. | Richard M. Stallman | 1995-05-05 | 1 | -7/+7 |
| | | | | (Fformat): Allow 30 characters in the printed version of integers and floats. | ||||
* | [USE_X_TOOLKIT] (x_window): Always pass position in geometry. | Richard M. Stallman | 1995-05-05 | 1 | -21/+23 |
| | | | | | Set XtNmappedWhenManaged to 0 for shell_widget. (Fx_create_frame): Always call x_wm_set_size_hints. | ||||
* | (HAVE_VFORK): Add #undef. | Richard M. Stallman | 1995-05-05 | 1 | -0/+3 |
| | |||||
* | (GETPGRP_NO_ARG): Defined. | Richard M. Stallman | 1995-05-05 | 1 | -0/+2 |
| | |||||
* | (string_display_width): Renamed from string_width. | Richard M. Stallman | 1995-05-05 | 1 | -2/+3 |
| | | | | (vmotion): Use new name. | ||||
* | (make_gap): Make this new error check also check exceeding VALBITS. | Richard M. Stallman | 1995-05-05 | 1 | -8/+5 |
| | | | | | (insert_1): Delete old error test. (min): New macro. | ||||
* | (Vx_sent_selection_hooks, Vx_lost_selection_hooks, Vselection_alist) | Richard M. Stallman | 1995-05-05 | 1 | -13/+9 |
| | | | | (Vselection_converter_alist, x_selection_timeout): Make static. | ||||
* | (Fnumber_to_string, Fstring_to_number): | Richard M. Stallman | 1995-05-05 | 1 | -2/+17 |
| | | | | | | | Handle long EMACS_INT in sprintf and atol. (store_symval_forwarding): Error if value out of range for an integer variable. (Fstring_to_number): Avoid using make_number to return value. Maybe use atol. | ||||
* | (doprnt): Handle long EMACS_INT in sprintf. | Richard M. Stallman | 1995-05-05 | 1 | -0/+10 |
| | |||||
* | (read1): Handle long EMACS_INT in atol. | Richard M. Stallman | 1995-05-05 | 1 | -1/+6 |
| | |||||
* | (Fexecute_extended_command): Handle long EMACS_INT in sprintf. | Richard M. Stallman | 1995-05-05 | 1 | -2/+16 |
| | |||||
* | (print): Make the printing understand EMACS_INTs | Richard M. Stallman | 1995-05-05 | 1 | -1/+6 |
| | | | | that are longs as well as ints. | ||||
* | (bcopy, bzero, bcmp): Don't let string.h prototype these. | Richard M. Stallman | 1995-05-05 | 1 | -0/+13 |
| | |||||
* | (list_processes_1): Cast XFASTINT for passing to sprintf. | Richard M. Stallman | 1995-05-05 | 1 | -1/+1 |
| | |||||
* | (Qbefore_string, Qafter_string): New vars. | Karl Heuer | 1995-05-05 | 1 | -4/+234 |
| | | | | | (syms_of_buffer): Initialize and staticpro them. (cmp_for_strings, overlay_strings): New functions. | ||||
* | [!__GNUC__] (LINKER): Defined. | Richard M. Stallman | 1995-05-04 | 1 | -0/+5 |
| | |||||
* | (make_gap): Don't allow buffer size that won't fit in int. | Richard M. Stallman | 1995-05-04 | 1 | -0/+8 |
| | |||||
* | (${etc}DOC): Put SOME_MACHINE_OBJECTS before obj. | Richard M. Stallman | 1995-05-04 | 1 | -1/+6 |
| | |||||
* | (arith_driver): Make accum and next EMACS_INTs. | Richard M. Stallman | 1995-05-04 | 1 | -3/+3 |
| | | | | (Fmod): i1 and i2 are EMACS_INT. | ||||
* | (read1): New arg FIRST_IN_LIST; all callers changed. | Richard M. Stallman | 1995-05-04 | 1 | -9/+78 |
| | | | | | | | Special handling for backquote and comma. (Qbackquote, Qcomma, Qcomma_at, Qcomma_dot): New variables. (syms_of_lread): Initialize and staticpro them. (Fread, Fread_from_string): Initialize new_backquote_flag. | ||||
* | (parse_modifiers, apply_modifiers): Don't assume 32-bit EMACS_INT. | Richard M. Stallman | 1995-05-04 | 1 | -4/+4 |
| | | | | | (parse_modifiers): modifiers is an int, not an EMACS_INT. (read_key_sequence): Pass modifiers as int, not EMACS_INT. | ||||
* | (Fdelete_overlay): Was mistakenly called Fdelete_overlays. | Richard M. Stallman | 1995-05-04 | 1 | -1/+1 |
| | |||||
* | (gc_cons_threshold): Make this an EMACS_INT. | Richard M. Stallman | 1995-05-04 | 1 | -1/+1 |
| | |||||
* | (gc_cons_threshold): Make this an EMACS_INT. | Richard M. Stallman | 1995-05-04 | 1 | -3/+6 |
| | | | | | | (gc_sweep): Make already_free an EMACS_INT. (inhibit_garbage_collection): Use XSETINT, and do arithmetic in type EMACS_INT. | ||||
* | (search_buffer): Cast p_limit to EMACS_INT not int. | Richard M. Stallman | 1995-05-04 | 1 | -1/+1 |
| | |||||
* | (GETPGRP_NO_ARG): Define. | Richard M. Stallman | 1995-05-04 | 1 | -0/+2 |
| | |||||
* | (HAVE_FMOD): Defined. | Richard M. Stallman | 1995-05-04 | 1 | -0/+4 |
| | |||||
* | (reorder_modifiers): Cast apply_modifiers arg to int. | Richard M. Stallman | 1995-05-04 | 1 | -1/+1 |
| | |||||
* | (reorder_modifiers): Use XINT. | Richard M. Stallman | 1995-05-04 | 1 | -1/+1 |
| | |||||
* | (CANNOT_DUMP, VIRT_ADDR_VARIES, LIBS_TERMCAP) | Richard M. Stallman | 1995-05-03 | 1 | -20/+25 |
| | | | | | | | | | | (NO_X_DESTROY_DATABASE): Macros deleted. (BSTRING): #undef deleted. (SYSTEM_TYPES): Redefinition deleted. (UNEXEC): New definition. (LD_SWITCH_SYSTEM): Define as empty. (C_SWITCH_MACHINE, LD_SWITCH_MACHINE): New definitions. (OLDXMENU_OPTIONS): New definition. | ||||
* | (directory_file_name): Add APOLLO conditional. | Richard M. Stallman | 1995-05-03 | 1 | -31/+7 |
| | | | | (Fcopy_file, Fset_file_modes): Delete APOLLO conditionals. | ||||
* | (get_local_map): Use Fget_char_property, so that | Karl Heuer | 1995-05-02 | 1 | -11/+21 |
| | | | | overlay properties will be considered as well as text properties. | ||||
* | (Fset_buffer_modified_p): Use the truename for locking. | Richard M. Stallman | 1995-05-02 | 1 | -1/+1 |
| | |||||
* | (Finsert_file_contents): Use file_truename for unlocking. | Richard M. Stallman | 1995-05-02 | 1 | -2/+2 |
| | |||||
* | (prepare_to_modify_buffer): Use file_truename for locking. | Richard M. Stallman | 1995-05-02 | 1 | -2/+2 |
| | |||||
* | (union fail_stack_elt): New union. | Richard M. Stallman | 1995-05-02 | 1 | -26/+29 |
| | | | | | | | | | | | | | (fail_stack_elt_t): Use that union. (PUSH_PATTERN_OP, PUSH_FAILURE_POINTER, PUSH_FAILURE_INT) (POP_FAILURE_POINTER, POP_FAILURE_INT): Corresponding changes. (re_compile_fastmap): Corresponding changes. (PUSH_FAILURE_ELT): New macro. (FAIL_STACK_TOP): Macro deleted. (WIDE_INT): Macro deleted. (PUSH_FAILURE_POINT): Use PUSH_FAILURE_ELT. (POP_FAILURE_ELT): New macro. (POP_FAILURE_POINT): Use POP_FAILURE_ELT. | ||||
* | (xmenu_show, menubar_selection_callback): Move declaration | Karl Heuer | 1995-05-02 | 1 | -6/+2 |
| | | | | of entry to an outer block, to guarantee its value is preserved. | ||||
* | (kbd_buffer_get_event): New arg USED_MOUSE_MENU. | Karl Heuer | 1995-05-02 | 1 | -6/+18 |
| | | | | | | | [USE_X_TOOLKIT]: Set *USED_MOUSE_MENU if returning menu-bar symbols. (read_char): Pass used_mouse_menu to kbd_buffer_get_event. This variable is now meaningful for toolkit menus as well as non-toolkit menus. | ||||
* | (update_frame): Don't put cursor in echo area unless | Karl Heuer | 1995-05-02 | 1 | -1/+2 |
| | | | | the echo area is on this frame. | ||||
* | (display_text_line): Don't move the cursor if it's supposed to | Karl Heuer | 1995-05-02 | 1 | -2/+8 |
| | | | | | be in the echo area. (echo_area_display): Put cursor in echo area if appropriate. | ||||
* | (redisplay): Don't move the cursor if it's supposed to | Karl Heuer | 1995-05-01 | 1 | -2/+4 |
| | | | | be in the echo area. | ||||
* | (main): Delete duplicate code for -version. | Richard M. Stallman | 1995-04-30 | 1 | -10/+2 |
| | | | | (standard_args): Add -help and -version. | ||||
* | (Fdo_auto_save): Record visited file name | Richard M. Stallman | 1995-04-30 | 1 | -3/+12 |
| | | | | | as well as auto-save file name in the auto-save-list-file-name file. Call Fexpand_file_name for auto-save-list-file-name. | ||||
* | (standard_args): Add #ifdef VMS for -map. | Richard M. Stallman | 1995-04-30 | 1 | -0/+2 |
| | |||||
* | [HAVE_UNISTD_H]: Include unistd.h. | Richard M. Stallman | 1995-04-29 | 1 | -0/+5 |
| |