| Commit message (Expand) | Author | Age | Files | Lines |
| * | * keymap.c (Fdefine_prefix_command): Doc fix. | Jim Blandy | 1993-05-04 | 1 | -1/+1 |
| * | Implement extra_keyboard_modifiers properly. | Jim Blandy | 1993-05-04 | 1 | -34/+85 |
| * | * fileio.c (Fmake_symbolic_link): If a file already exists under | Jim Blandy | 1993-05-04 | 1 | -1/+1 |
| * | * emacs.c (SEPCHAR): Instead of defining this to be ',' on VMS and | Jim Blandy | 1993-05-04 | 1 | -4/+2 |
| * | * systime.h: Doc fix. | Jim Blandy | 1993-05-04 | 1 | -14/+34 |
| * | * data.c (Ffset): Refuse to set the function value of t or nil. | Jim Blandy | 1993-05-04 | 1 | -0/+3 |
| * | * config.h.in (getenv): Don't test THIS_IS_YMAKEFILE to see if we | Jim Blandy | 1993-05-04 | 1 | -3/+8 |
| * | * buffer.c (syms_of_buffer): Doc fix for buffer-display-table. | Jim Blandy | 1993-05-04 | 1 | -7/+10 |
| * | * emacs.c (SEPCHAR): Instead of defining this to be ',' on VMS and | Jim Blandy | 1993-05-04 | 1 | -0/+6 |
| * | * m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/mips.h, | Jim Blandy | 1993-05-04 | 1 | -2/+0 |
| * | * emacs.c (SEPCHAR): Instead of defining this to be ',' on VMS and | Jim Blandy | 1993-05-04 | 1 | -0/+4 |
| * | * m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/mips.h, | Jim Blandy | 1993-05-04 | 8 | -18/+0 |
| * | Initial revision | Jim Blandy | 1993-05-01 | 1 | -0/+48 |
| * | (Fsuspend_emacs): Doc fix. | Richard M. Stallman | 1993-05-01 | 1 | -1/+1 |
| * | *** empty log message *** | Jim Blandy | 1993-04-30 | 1 | -23/+46 |
| * | (Fthis_command_keys): Doc fix. | Richard M. Stallman | 1993-04-29 | 1 | -1/+2 |
| * | (wait_reading_process_input): Move the status_notify | Richard M. Stallman | 1993-04-29 | 1 | -9/+9 |
| * | (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 |