| Commit message (Expand) | Author | Age | Files | Lines |
| * | (Fexpand_file_name): Undo last change--too risky for now. | Richard M. Stallman | 1993-04-29 | 1 | -1/+4 |
| * | (Fdefine_function): New function (same code as Fdefalias). | Richard M. Stallman | 1993-04-29 | 1 | -0/+18 |
| * | (LOADHIST_ATTACH): New macro. | Richard M. Stallman | 1993-04-29 | 1 | -0/+5 |
| * | (do_autoload): Fixed the bug in the autoload-saving code. | Eric S. Raymond | 1993-04-28 | 1 | -3/+6 |
| * | (un_autoload): Don't try to save old autoload forms when we load something | Eric S. Raymond | 1993-04-27 | 1 | -0/+2 |
| * | (Fexpand_file_name): Don't remove trailing / from NEWDIR if just "/". | Roland McGrath | 1993-04-26 | 1 | -2/+2 |
| * | (read_pending_input): Fix the garbaged-modifiers bug under System Vs previous | Eric S. Raymond | 1993-04-26 | 1 | -0/+1 |
| * | (Fset-window-buffer): Set horizontal-scrolling on a window to zero when | Eric S. Raymond | 1993-04-25 | 1 | -0/+1 |
| * | (Qmode-line-format): Describe %l in the doc string. | Eric S. Raymond | 1993-04-25 | 1 | -1/+1 |
| * | (Fdefine_function): Changed name back to Fdefalias, so we get things | Eric S. Raymond | 1993-04-23 | 1 | -2/+2 |
| * | (BUF_NARROWED, NARROWED): New macros to test whether a region | Eric S. Raymond | 1993-04-23 | 1 | -0/+7 |
| * | Comment fixes. | Richard M. Stallman | 1993-04-17 | 1 | -3/+3 |
| * | (Fdefine_function): New function. | Richard M. Stallman | 1993-04-17 | 1 | -0/+16 |
| * | (defun, defmacro, defvar, defconst): | Richard M. Stallman | 1993-04-17 | 1 | -1/+18 |
| * | (provide, require): Put appropriately-marked | Richard M. Stallman | 1993-04-17 | 1 | -1/+7 |
| * | (readevalloop): New argument is the source file name (or nil if none). | Richard M. Stallman | 1993-04-17 | 1 | -8/+113 |
| * | Don't include Xmu/Drawing.h. | Richard M. Stallman | 1993-04-15 | 1 | -1/+1 |
| * | (message, message1): If noninteractive and | Richard M. Stallman | 1993-04-13 | 1 | -2/+6 |
| * | (Fy_or_n_p): Echo the answer just once, at exit. | Richard M. Stallman | 1993-04-13 | 1 | -7/+7 |
| * | * Makefile.in (xmakefile): Recognize the -O option with a numeric | Jim Blandy | 1993-04-10 | 1 | -1/+1 |
| * | long_to_cons and cons_to_long are generally useful things; they're | Jim Blandy | 1993-04-10 | 3 | -30/+31 |
| * | Since Qmenu_enable is used by non-X-specific code, it shouldn't be | Jim Blandy | 1993-04-10 | 1 | -4/+1 |
| * | * xfaces.c (sort_overlays): Define this to be static, as declared. | Jim Blandy | 1993-04-10 | 1 | -1/+1 |
| * | * keyboard.c (command_loop_1): Rebuild menu bar if | Jim Blandy | 1993-04-10 | 1 | -2/+27 |
| * | * dispnew.c (getenv): Extern declaration deleted; this is done in | Jim Blandy | 1993-04-10 | 1 | -4/+2 |
| * | Adjust for autoconf merger. | Jim Blandy | 1993-04-10 | 1 | -40/+46 |
| * | * callproc.c (relocate_fd): Make messages string literals, not | Jim Blandy | 1993-04-10 | 1 | -5/+4 |
| * | * buffer.c (Fmake_overlay, Fmove_overlay): New optional BUFFER | Jim Blandy | 1993-04-10 | 1 | -51/+84 |
| * | * alloc.c (__malloc_hook, __realloc_hook, __free_hook): Declare | Jim Blandy | 1993-04-10 | 1 | -10/+13 |
| * | Adjust for autoconf merger. | Jim Blandy | 1993-04-10 | 1 | -5/+4 |
| * | * keyboard.c (echo_dash): Do nothing if echoptr is 0. | Jim Blandy | 1993-04-10 | 1 | -0/+3 |
| * | (Fkill_all_local_variables): Store each var's current value | Richard M. Stallman | 1993-04-08 | 1 | -0/+8 |
| * | * keyboard.c (apply_modifiers): Fix typo in sanity check. | Jim Blandy | 1993-04-08 | 1 | -1/+1 |
| * | * keyboard.c (interrupt_input_blocked, interrupt_input_pending): | Jim Blandy | 1993-04-07 | 1 | -2/+2 |
| * | Include blockinput.h. | Richard M. Stallman | 1993-04-07 | 2 | -0/+2 |
| * | (interrupt_input_blocked): Make this signed int. | Richard M. Stallman | 1993-04-07 | 1 | -1/+1 |
| * | (UNBLOCK_INPUT): Fix typo. | Richard M. Stallman | 1993-04-07 | 1 | -1/+1 |
| * | (search_buffer): Fix typo in previous change. | Richard M. Stallman | 1993-04-07 | 1 | -7/+9 |
| * | Fix typo in comment delimiter. | Richard M. Stallman | 1993-04-07 | 1 | -1/+1 |
| * | * m/imbrs6000.h: If we're using GCC, define ORDINARY_LINK instead | Jim Blandy | 1993-04-07 | 3 | -2/+13 |
| * | * xterm.c (updating_frame): Declare this extern instead of static, | Jim Blandy | 1993-04-07 | 1 | -6/+3 |
| * | *** empty log message *** | Jim Blandy | 1993-04-06 | 1 | -2/+17 |
| * | * editfns.c (Fcurrent_time_zone): Return a list whose elements are | Jim Blandy | 1993-04-05 | 1 | -3/+6 |
| * | * s/vms.h (EXEC_SUFFIXES): Add definition for this. | Jim Blandy | 1993-04-05 | 1 | -0/+2 |
| * | *** empty log message *** | Jim Blandy | 1993-04-02 | 2 | -3/+3 |
| * | *** empty log message *** | Jim Blandy | 1993-04-02 | 1 | -0/+16 |
| * | Put interrupt input blocking in a separate file from xterm.h. | Jim Blandy | 1993-03-31 | 23 | -133/+224 |
| * | * xfaces.c: Doc fixes. | Jim Blandy | 1993-03-31 | 1 | -4/+3 |
| * | Initial revision | Jim Blandy | 1993-03-31 | 1 | -0/+72 |
| * | * keyboard.c (parse_modifiers, apply_modifiers): Make sure we're | Jim Blandy | 1993-03-31 | 1 | -0/+6 |