| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (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 |
| | | |||||
| * | Initial revision | Jim Blandy | 1991-04-11 | 1 | -0/+357 |