Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (internal_self_insert): Check the property | Richard M. Stallman | 1997-01-02 | 1 | -2/+4 |
| | | | | on the hook, not on the abbrev symbol. | ||||
* | (internal_self_insert): If the abbrev has no expansion, | Richard M. Stallman | 1996-12-26 | 1 | -4/+14 |
| | | | | just a hook, inhibit the insertion of the character. | ||||
* | (Fend_of_line, Fbeginning_of_line): | Richard M. Stallman | 1996-12-10 | 1 | -2/+2 |
| | | | | Use Fline_beginning_position, Fline_end_position. | ||||
* | Change all references from point to PT. | Karl Heuer | 1996-09-01 | 1 | -17/+17 |
| | |||||
* | (Fdelete_backward_char): Fix off-by-one error. | Karl Heuer | 1996-08-16 | 1 | -6/+6 |
| | | | | Treat deleted newline specially. | ||||
* | (internal_self_insert): Don't return 2 for auto-fill | Karl Heuer | 1996-05-21 | 1 | -2/+5 |
| | | | | unless the auto_fill_function returns non-nil. | ||||
* | (Fdelete_backward_char): In overwrite mode, | Richard M. Stallman | 1996-01-29 | 1 | -2/+32 |
| | | | | insert spaces, unless we deleted a tab. | ||||
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| | |||||
* | (Fforward_line, Fbeginning_of_line, Fend_of_line, Fdelete_char, | Erik Naggum | 1996-01-09 | 1 | -37/+37 |
| | | | | Fdelete_backward_char): Harmonize arguments with documentation. | ||||
* | (internal_self_insert): Declare arg c1 as unsigned char. | Richard M. Stallman | 1995-12-23 | 1 | -1/+4 |
| | |||||
* | (Fbackward_char, Fforward_char): Rename arg to ARG. | Karl Heuer | 1995-12-21 | 1 | -14/+14 |
| | |||||
* | (Fself_insert_command): Optimize the case with arg > 2 | Richard M. Stallman | 1995-08-16 | 1 | -1/+14 |
| | | | | to avoid running change hooks lots of times. | ||||
* | (internal_self_insert): Make last_command be kboard-local. | Karl Heuer | 1995-06-09 | 1 | -1/+2 |
| | |||||
* | Update copyright. | Karl Heuer | 1995-04-07 | 1 | -1/+1 |
| | |||||
* | (internal_self_insert): Do face code only if HAVE_FACES. | Karl Heuer | 1995-03-15 | 1 | -0/+2 |
| | |||||
* | (use_hard_newlines): Variable definition moved to paragraphs.el. | Boris Goldowsky | 1995-03-01 | 1 | -98/+7 |
| | | | | | | (newline): Function moved to simple.el. (internal_self_insert): Insert newline BEFORE calling auto-fill-function, so centering & right-justify can work. | ||||
* | (Vself_insert_face, Vself_insert_face_command): New variables. | Richard M. Stallman | 1995-02-13 | 1 | -6/+34 |
| | | | | | (syms_of_cmds): Set up Lisp variables. Doc syntax fix. (internal_self_insert): Handle Vself_insert_face. | ||||
* | (internal_self_insert): Don't test current_column | Richard M. Stallman | 1995-01-19 | 1 | -2/+1 |
| | | | | when deciding to call auto_fill_function. | ||||
* | (Vuse_hard_newlines): New variable. | Richard M. Stallman | 1995-01-13 | 1 | -6/+41 |
| | | | | | (Fnewline): If use_hard_newlines is on, mark inserted newline(s) with `hard' property, marked rear-nonsticky. | ||||
* | (Fnewline): Always use insert_and_inherit. | Richard M. Stallman | 1994-11-10 | 1 | -1/+1 |
| | |||||
* | * cmds.c (Fforward_line): Call scan_buffer with new args. | Jim Blandy | 1994-10-08 | 1 | -8/+2 |
| | | | | | (Fend_of_line): Replace call to Fforward_line and search loop with call to find_before_next_newline. | ||||
* | (Fself_insert_command, Fnewline): Don't use XFASTINT as an lvalue. | Karl Heuer | 1994-10-04 | 1 | -2/+4 |
| | |||||
* | (Fforward_char, Fbackward_char, Fbeginning_of_line, Fend_of_line): Don't use | Karl Heuer | 1994-10-04 | 1 | -4/+4 |
| | | | | XFASTINT as an lvalue. | ||||
* | (Fself_insert_command): Use type test macros. | Karl Heuer | 1994-09-27 | 1 | -1/+1 |
| | |||||
* | Include window.h. | Richard M. Stallman | 1994-09-15 | 1 | -0/+6 |
| | | | | | (Fnewline): Inhibit the insert-at-end-of-line hack when at the top of the window. | ||||
* | (internal_self_insert): Use insert_and_inherit. | Richard M. Stallman | 1994-08-28 | 1 | -3/+3 |
| | |||||
* | (internal_self_insert): Now can return 2. | Richard M. Stallman | 1994-06-29 | 1 | -5/+6 |
| | |||||
* | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
| | |||||
* | (internal_self_insert): Test Vafter_change_functions, | Richard M. Stallman | 1994-04-10 | 1 | -1/+2 |
| | | | | Vbefore_change_functions. | ||||
* | (internal_self_insert): Use assignment, not initialization. | Karl Heuer | 1994-03-23 | 1 | -1/+2 |
| | |||||
* | (Fforward_line): Pass new arg to scan_buffer. | Richard M. Stallman | 1994-02-03 | 1 | -1/+1 |
| | |||||
* | (keys_of_cmds) [MSDOS]: Chars 0200 to 0237 self-insert. | Richard M. Stallman | 1994-01-08 | 1 | -0/+4 |
| | |||||
* | (keys_of_cmds): Make 0377 self-inserting. | Richard M. Stallman | 1993-11-17 | 1 | -1/+1 |
| | |||||
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
| | |||||
* | (Fnewline): If we don't do the first SET_PT, | Richard M. Stallman | 1993-08-11 | 1 | -6/+9 |
| | | | | clear flag, so we don't do the second SET_PT. | ||||
* | (Fnewline): Disable the "insert one position before" | Richard M. Stallman | 1993-07-31 | 1 | -1/+7 |
| | | | | optimization if it would screw up text property behavior. | ||||
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -1/+1 |
| | |||||
* | (Fnewline): Use Fbarf_if_buffer_read_only. | Richard M. Stallman | 1993-06-04 | 1 | -1/+1 |
| | |||||
* | (keys_of_cmds): Predefined 0240-0376 as self-insert. | Richard M. Stallman | 1993-05-28 | 1 | -0/+2 |
| | |||||
* | Updated copyright years. | Jim Blandy | 1993-05-22 | 1 | -1/+1 |
| | |||||
* | * cmds.c (Fforward_char): Check proposed new position, and then | Jim Blandy | 1993-05-14 | 1 | -11/+22 |
| | | | | | set point, instead of setting point to a potentially invalid position. | ||||
* | * cmds.c (overwrite_binary_mode): Deleted; this implements the | Jim Blandy | 1993-03-16 | 1 | -9/+10 |
| | | | | | | | | | | | wrong feature. (Qoverwrite_mode_binary): New variable. (internal_self_insert): If current_buffer->overwrite_mode is `overwrite-mode-binary', do as overwrite_binary_mode used to. (syms_of_cmds): Remove defvar of overwrite_binary_mode; initialize Qoverwrite_mode_binary. * buffer.c (syms_of_buffer): Doc fix for overwrite_mode. * buffer.h (struct buffer): Doc fix. | ||||
* | (internal_self_insert): Check that tab_width does not | Richard M. Stallman | 1993-03-12 | 1 | -0/+1 |
| | | | | exceed 20, to be consistent with indent.c and xdisp.c. | ||||
* | * cmds.c (Fnewline): Doc fix. | Jim Blandy | 1993-03-02 | 1 | -7/+8 |
| | |||||
* | (syms_of_cmds): Typo in last change. | Richard M. Stallman | 1993-03-01 | 1 | -1/+1 |
| | |||||
* | (syms_of_cmds): New var `overwrite-binary-mode'. | Richard M. Stallman | 1993-02-24 | 1 | -2/+10 |
| | | | | (internal_self_insert): Handle that var. | ||||
* | (internal_self_insert): Assume Fexpand_abbrev expanded | Richard M. Stallman | 1992-09-11 | 1 | -3/+4 |
| | | | | something if it incremented MODIFF. | ||||
* | (internal_self_insert): Ignore value of Fexpand_abbrev; | Richard M. Stallman | 1992-08-19 | 1 | -2/+11 |
| | | | | instead, check whether buf is modified when it returns. | ||||
* | entered into RCS | Jim Blandy | 1992-05-18 | 1 | -3/+4 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-01-13 | 1 | -15/+15 |
| |