Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * buffer.c (Fget_buffer_create): Doc fix. | Jim Blandy | 1992-09-22 | 1 | -0/+1 |
| | |||||
* | Doc fix. | Jim Blandy | 1992-09-22 | 1 | -0/+3 |
| | |||||
* | * fns.c (Fy_or_n_p): After testing for a QUIT, clear Vquit_flag. | Jim Blandy | 1992-09-22 | 1 | -0/+1 |
| | | | | | Otherwise, if Fy_or_n_p is called while Vinhibit_quit is true and the user presses C-g, this function goes into an infinite loop. | ||||
* | * dispnew.c (get_display_line): Don't abort if the frame is | Jim Blandy | 1992-09-22 | 1 | -1/+1 |
| | | | | | invisible; since unmap events are handled at the interrupt level, a screen may become invisible at any time. | ||||
* | * keyboard.h (num_nonmacro_input_chars): Added extern declaration | Jim Blandy | 1992-09-22 | 1 | -0/+3 |
| | | | | for this. | ||||
* | Initial revision | Richard M. Stallman | 1992-09-22 | 1 | -0/+113 |
| | |||||
* | comment changes | Joseph Arceneaux | 1992-09-21 | 1 | -7/+30 |
| | |||||
* | (texinfo-mode): Capitalize the mode name string. | Richard M. Stallman | 1992-09-21 | 1 | -1/+1 |
| | |||||
* | Doc fixes. Make tq-create autoload. | Richard M. Stallman | 1992-09-21 | 1 | -7/+12 |
| | |||||
* | (mail-undo-backslash-quoting): Renamed from undo-... | Richard M. Stallman | 1992-09-21 | 1 | -16/+16 |
| | | | | | (mail-safe-move-sexp): Renamed from safe-... (mail-variant-method): Renamed from variant-method. | ||||
* | entered into RCS | Eric S. Raymond | 1992-09-21 | 1 | -5/+5 |
| | |||||
* | entered into RCS | Richard M. Stallman | 1992-09-21 | 3 | -68/+43 |
| | |||||
* | entered into RCS | Richard M. Stallman | 1992-09-21 | 2 | -25/+5 |
| | |||||
* | entered into RCS | Richard M. Stallman | 1992-09-20 | 1 | -0/+4 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1992-09-20 | 1 | -13/+27 |
| | |||||
* | (Faccept_process_output): Initialize useconds. | Richard M. Stallman | 1992-09-20 | 1 | -0/+2 |
| | |||||
* | entered into RCS | Richard M. Stallman | 1992-09-20 | 3 | -6/+29 |
| | |||||
* | Don't include sys/dir.h. | Richard M. Stallman | 1992-09-20 | 1 | -32/+52 |
| | | | | | | | | | | | (Fverify_visited_file_modtime): Pass buffer itself to handler, if have handler. (Fwrite_region): GCPRO around Fexpand_file_name, Ffie_name_directory. (Fread_file_name_internal): GCPRO around file name manip. (Ffile_writable_p, Ffile_readable_p): Use abspath, not filename, (Ffile_executable_p, Ffile_exists_p): to run the handler. (Fset_file_modes, Ffile_directory_p, Ffile_modes): Likewise. (Ffile_newer_than_file_p): GCPRO around expand_and_dir_to_file. | ||||
* | *** empty log message *** | Richard M. Stallman | 1992-09-20 | 1 | -1/+1 |
| | |||||
* | entered into RCS | Richard M. Stallman | 1992-09-20 | 1 | -14/+57 |
| | |||||
* | entered into RCS | Richard M. Stallman | 1992-09-20 | 1 | -0/+14 |
| | |||||
* | entered into RCS | Richard M. Stallman | 1992-09-19 | 2 | -11/+85 |
| | |||||
* | Update copyright year. | Richard M. Stallman | 1992-09-19 | 1 | -1/+1 |
| | |||||
* | [VMS]: Include string.h, rms.h, rmsdef.h. | Richard M. Stallman | 1992-09-19 | 1 | -13/+48 |
| | | | | [VMS] (Ffile_version_limit): New function. | ||||
* | (sys_suspend): Read EMACS_PARENT_PID envvar for parent. | Richard M. Stallman | 1992-09-19 | 1 | -2/+19 |
| | |||||
* | entered into RCS | Richard M. Stallman | 1992-09-19 | 2 | -13/+18 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1992-09-19 | 1 | -26/+15 |
| | |||||
* | (mark_object): Save last 500 values of objptr. | Richard M. Stallman | 1992-09-19 | 1 | -1/+14 |
| | | | | Check for clobberage of ptr, when marking a vector. | ||||
* | (scan_lists): When searching back for comment: | Richard M. Stallman | 1992-09-19 | 1 | -16/+112 |
| | | | | | | | | | | if comment-end is 2 chars, assume it does end a comment. Otherwise, scan back to previous comment-end to see if there's a comment starter between. Also record whether the string quotes between the start and the end are paired and uniform. If so, skip to comment starter. If not, scan from start of defun to find comment starter if any. (find_defun_start): New function. | ||||
* | *** empty log message *** | Richard M. Stallman | 1992-09-19 | 1 | -0/+5 |
| | |||||
* | entered into RCS | Richard M. Stallman | 1992-09-19 | 1 | -14/+13 |
| | |||||
* | entered into RCS | Joseph Arceneaux | 1992-09-19 | 2 | -42/+319 |
| | |||||
* | entered into RCS | Richard M. Stallman | 1992-09-18 | 1 | -2/+6 |
| | |||||
* | *** empty log message *** | Joseph Arceneaux | 1992-09-18 | 1 | -2/+3 |
| | |||||
* | *** empty log message *** | Roland McGrath | 1992-09-18 | 1 | -2/+17 |
| | |||||
* | (get_keyelt): Skip menu help string after menu item name. | Richard M. Stallman | 1992-09-18 | 1 | -2/+9 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-09-17 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1992-09-17 | 1 | -6/+6 |
| | |||||
* | Initial revision | Joseph Arceneaux | 1992-09-17 | 1 | -0/+1529 |
| | |||||
* | entered into RCS | Roland McGrath | 1992-09-17 | 1 | -6/+6 |
| | |||||
* | Initial revision | Karl Berry | 1992-09-16 | 1 | -0/+4870 |
| | |||||
* | Initial revision | Karl Berry | 1992-09-16 | 1 | -0/+478 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-09-16 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Roland McGrath | 1992-09-15 | 1 | -2/+5 |
| | |||||
* | *** empty log message *** | Roland McGrath | 1992-09-15 | 1 | -1/+1 |
| | |||||
* | entered into RCS | Roland McGrath | 1992-09-15 | 1 | -2/+0 |
| | |||||
* | *** empty log message *** | Roland McGrath | 1992-09-15 | 1 | -187/+242 |
| | |||||
* | *** empty log message *** | Roland McGrath | 1992-09-15 | 1 | -57/+76 |
| | |||||
* | *** empty log message *** | Joseph Arceneaux | 1992-09-15 | 1 | -15/+6 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 1992-09-15 | 1 | -53/+96 |
| |