Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix previous change. | Richard M. Stallman | 1996-12-16 | 1 | -1/+4 |
| | |||||
* | (Finsert_file_contents): Handle BEG and END non-nil | Richard M. Stallman | 1996-12-16 | 1 | -6/+11 |
| | | | | when REPLACE is non-nil. | ||||
* | (HAVE_LIMITS_H): Add #undef. | Richard M. Stallman | 1996-12-16 | 1 | -0/+1 |
| | |||||
* | (Fuser_full_name): Return nil if the specified user doesn't exist. | Richard M. Stallman | 1996-12-15 | 1 | -1/+3 |
| | | | | | (init_editfns): Set Vuser_full_name to "unknown" if the user name can't be resolved. | ||||
* | (x_set_scroll_bar_width): Reject a width that's too small. | Richard M. Stallman | 1996-12-15 | 1 | -0/+4 |
| | |||||
* | (set_point): Check for intangible properties on overlays. | Richard M. Stallman | 1996-12-15 | 1 | -42/+55 |
| | |||||
* | (Fnext_char_property_change): New function. | Richard M. Stallman | 1996-12-15 | 1 | -4/+56 |
| | | | | | (Fprevious_char_property_change): New function. (syms_of_textprop): defsubr them. | ||||
* | (syms_of_buffer): Doc fix (transient-mark-mode). | Richard M. Stallman | 1996-12-11 | 1 | -1/+4 |
| | |||||
* | (Fwrite_region): Be careful not to destroy contents of | Richard M. Stallman | 1996-12-11 | 1 | -1/+1 |
| | | | | existing file when appending. | ||||
* | (message2_nolog): Handle minibuffer_auto_raise. | Richard M. Stallman | 1996-12-10 | 1 | -0/+5 |
| | |||||
* | (Fcall_process_region): Define missing local `count'. | Richard M. Stallman | 1996-12-10 | 1 | -0/+1 |
| | |||||
* | (window_scroll): Don't set w->start or w->force_start if signaling an error. | Richard M. Stallman | 1996-12-10 | 1 | -7/+8 |
| | |||||
* | (Fend_of_line, Fbeginning_of_line): | Richard M. Stallman | 1996-12-10 | 1 | -2/+2 |
| | | | | Use Fline_beginning_position, Fline_end_position. | ||||
* | (Vmenu_updating_frame): New variable. | Richard M. Stallman | 1996-12-10 | 1 | -0/+12 |
| | | | | | (syms_of_xmenu): Set up Lisp var. (Fx_popup_menu, set_frame_menubar): Initialize it. | ||||
* | (Fread_file_name_internal): Verify STRING is a string. | Richard M. Stallman | 1996-12-09 | 1 | -2/+4 |
| | | | | (Fread_file_name): Don't insert DIR or INITIAL if it isn't a string. | ||||
* | (Fuser_full_name): Use build_string instead of make_string. | Richard M. Stallman | 1996-12-09 | 1 | -2/+2 |
| | |||||
* | (Fend_of_line, Fbeginning_of_line): Declared. | Richard M. Stallman | 1996-12-09 | 1 | -0/+1 |
| | |||||
* | (status_notify): Test p->infd > 0 | Richard M. Stallman | 1996-12-08 | 1 | -5/+43 |
| | | | | | | before each call to read_process_output. (read_process_output): Handle match data properly in recursive calls. (exec_sentinel): Likewise. | ||||
* | (Fuser_full_name): Accept a string (the login name) as | Richard M. Stallman | 1996-12-08 | 1 | -29/+44 |
| | | | | | a parameter. Do ampersand expansion, if required. (init_editfns): Use it. | ||||
* | (syms_of_minibuf): Doc fix. | Richard M. Stallman | 1996-12-08 | 1 | -1/+2 |
| | |||||
* | (Fline_beginning_position, Fline_end_position): New fns. | Richard M. Stallman | 1996-12-08 | 1 | -4/+59 |
| | | | | | (Fuser_full_name): Accept an optional UID and return the full name of that user instead. | ||||
* | (MAYBE_GC): New macro. | Richard M. Stallman | 1996-12-07 | 1 | -0/+17 |
| | | | | (Fbyte_code): Use MAYBE_GC in every goto opcode. | ||||
* | (Vtemp_file_name_pattern): New variable. | Richard M. Stallman | 1996-12-07 | 1 | -11/+24 |
| | |||||
* | (IT_cmgoto): Don't update FRAME_CURSOR_X when the cursor | Karl Heuer | 1996-12-06 | 1 | -1/+0 |
| | | | | is in echo area. | ||||
* | (syms_of_keyboard): Doc fix. | Karl Heuer | 1996-12-05 | 1 | -1/+3 |
| | |||||
* | (w32_wnd_proc): Use dummy message to wake up thread on quit_char. | Geoff Voelker | 1996-11-21 | 1 | -8/+15 |
| | |||||
* | If no sys/param.h, default to 8k.libc-961120 | David J. MacKenzie | 1996-11-19 | 1 | -20/+24 |
| | |||||
* | Indent for readability. | David J. MacKenzie | 1996-11-19 | 1 | -32/+30 |
| | |||||
* | [__DJGPP__ >= 2] (dos_direct_output): Faster method of | Karl Heuer | 1996-11-19 | 1 | -9/+90 |
| | | | | | | | | | | | | | | writing characters to the screen. (SCREEN_SET_CURSOR): Remove. (IT_display_cursor): New function, to turn the cursor on and off. (IT_cmgoto): New function, sets the cursor to its final position whenever frame update is complete. (internal_terminal_init): Set IT_cmgoto as the hook to be called when frame is up to date. (dos_rawgetc): Call IT_cmgoto instead of the SCREEN_SET_CURSOR macro (which is gone now). (XMenuActivate): Turn off the cursor while the menu is displayed, to prevent it from showing through the menu panes. | ||||
* | Use new names for w32 files | Geoff Voelker | 1996-11-19 | 9 | -111/+111 |
| | |||||
* | (init_display) [HAVE_NTGUI]: Use w32 for window-system. | Geoff Voelker | 1996-11-19 | 1 | -1/+1 |
| | |||||
* | Change identifiers of the form win32* to w32*. | Geoff Voelker | 1996-11-19 | 23 | -1078/+1078 |
| | |||||
* | (special-display-p, same-window-p): Add missing | Geoff Voelker | 1996-11-19 | 1 | -4/+4 |
| | | | | newlines and backslashes in help strings. | ||||
* | (redisplay_window): When handling scroll_conservatively, | Richard M. Stallman | 1996-11-12 | 1 | -2/+11 |
| | | | | scroll a little farther for the sake of scroll_margin. | ||||
* | (Fmodify_frame_parameters): Use alist in reverse order. | Richard M. Stallman | 1996-11-12 | 1 | -7/+29 |
| | |||||
* | (Fexpand_abbrev): If the abbrev's expansion is nil, | Richard M. Stallman | 1996-11-12 | 1 | -38/+48 |
| | | | | | don't expand it, but do still call the hook. (Fdefine_abbrev): Allow anything for EXPANSION. | ||||
* | (choose_minibuf_frame): Don't change selected_frame's | Richard M. Stallman | 1996-11-11 | 1 | -2/+5 |
| | | | | selected window even if it is a minibuffer window, if it is active. | ||||
* | (Fcall_last_kbd_macro): Set this_command from last_command | Richard M. Stallman | 1996-11-11 | 1 | -0/+10 |
| | | | | on entry and again on exit. | ||||
* | Include frame.h and window.h. | Richard M. Stallman | 1996-11-11 | 1 | -0/+14 |
| | | | | (Fy_or_n_p): Handle minibuffer_auto_raise here. | ||||
* | (scroll_margin): New variable. | Richard M. Stallman | 1996-11-11 | 1 | -1/+23 |
| | | | | | | (init_xdisp): Set up Lisp variable. (redisplay_window): Implement scroll_margin; don't use old start pos if point is inside the margin. | ||||
* | (window_scroll): Handle scroll_margin | Richard M. Stallman | 1996-11-11 | 1 | -3/+28 |
| | | | | by putting point at a place that won't force recentering. | ||||
* | (Fdelete_other_windows): Set optional_new_start instead of force_start. | Richard M. Stallman | 1996-11-10 | 1 | -1/+2 |
| | |||||
* | (redisplay_window): Handle optional_new_start. | Richard M. Stallman | 1996-11-10 | 1 | -0/+21 |
| | |||||
* | (struct window): New field optional_new_start. | Richard M. Stallman | 1996-11-10 | 1 | -0/+3 |
| | |||||
* | (main): Call syms_of_insdel. | Richard M. Stallman | 1996-11-09 | 1 | -0/+1 |
| | |||||
* | (signal_after_change): If Vcombine_after_change_calls, | Richard M. Stallman | 1996-11-09 | 1 | -0/+138 |
| | | | | | | | save up changes in combine_after_change_list. (Fcombine_after_change_execute) (Fcombine_after_change_execute_1): New subroutines. (syms_of_insdel): New function. | ||||
* | (fns.o): Depend on window.h. | Richard M. Stallman | 1996-11-09 | 1 | -1/+1 |
| | |||||
* | (fns.o): Depend on frame.h. | Richard M. Stallman | 1996-11-09 | 1 | -1/+2 |
| | |||||
* | (Fgarbage_collect): Use Vhistory_length for truncating Vcommand_history. | Richard M. Stallman | 1996-11-07 | 1 | -4/+9 |
| | |||||
* | [emacs] (malloc, free): Define as xmalloc, and xfree. | Richard M. Stallman | 1996-11-07 | 1 | -0/+3 |
| |