aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * keymap.c (Fdefine_prefix_command): Doc fix.Jim Blandy1993-05-041-1/+1
* Implement extra_keyboard_modifiers properly.Jim Blandy1993-05-041-34/+85
* * fileio.c (Fmake_symbolic_link): If a file already exists underJim Blandy1993-05-041-1/+1
* * emacs.c (SEPCHAR): Instead of defining this to be ',' on VMS andJim Blandy1993-05-041-4/+2
* * systime.h: Doc fix.Jim Blandy1993-05-041-14/+34
* * data.c (Ffset): Refuse to set the function value of t or nil.Jim Blandy1993-05-041-0/+3
* * config.h.in (getenv): Don't test THIS_IS_YMAKEFILE to see if weJim Blandy1993-05-041-3/+8
* * buffer.c (syms_of_buffer): Doc fix for buffer-display-table.Jim Blandy1993-05-041-7/+10
* * emacs.c (SEPCHAR): Instead of defining this to be ',' on VMS andJim Blandy1993-05-041-0/+6
* * m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/mips.h,Jim Blandy1993-05-041-2/+0
* * emacs.c (SEPCHAR): Instead of defining this to be ',' on VMS andJim Blandy1993-05-041-0/+4
* * m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/mips.h,Jim Blandy1993-05-048-18/+0
* Initial revisionJim Blandy1993-05-011-0/+48
* (Fsuspend_emacs): Doc fix.Richard M. Stallman1993-05-011-1/+1
* *** empty log message ***Jim Blandy1993-04-301-23/+46
* (Fthis_command_keys): Doc fix.Richard M. Stallman1993-04-291-1/+2
* (wait_reading_process_input): Move the status_notifyRichard M. Stallman1993-04-291-9/+9
* (Fexpand_file_name): Undo last change--too risky for now.Richard M. Stallman1993-04-291-1/+4
* (Fdefine_function): New function (same code as Fdefalias).Richard M. Stallman1993-04-291-0/+18
* (LOADHIST_ATTACH): New macro.Richard M. Stallman1993-04-291-0/+5
* (do_autoload): Fixed the bug in the autoload-saving code.Eric S. Raymond1993-04-281-3/+6
* (un_autoload): Don't try to save old autoload forms when we load somethingEric S. Raymond1993-04-271-0/+2
* (Fexpand_file_name): Don't remove trailing / from NEWDIR if just "/".Roland McGrath1993-04-261-2/+2
* (read_pending_input): Fix the garbaged-modifiers bug under System Vs previousEric S. Raymond1993-04-261-0/+1
* (Fset-window-buffer): Set horizontal-scrolling on a window to zero whenEric S. Raymond1993-04-251-0/+1
* (Qmode-line-format): Describe %l in the doc string.Eric S. Raymond1993-04-251-1/+1
* (Fdefine_function): Changed name back to Fdefalias, so we get thingsEric S. Raymond1993-04-231-2/+2
* (BUF_NARROWED, NARROWED): New macros to test whether a regionEric S. Raymond1993-04-231-0/+7
* Comment fixes.Richard M. Stallman1993-04-171-3/+3
* (Fdefine_function): New function.Richard M. Stallman1993-04-171-0/+16
* (defun, defmacro, defvar, defconst):Richard M. Stallman1993-04-171-1/+18
* (provide, require): Put appropriately-markedRichard M. Stallman1993-04-171-1/+7
* (readevalloop): New argument is the source file name (or nil if none).Richard M. Stallman1993-04-171-8/+113
* Don't include Xmu/Drawing.h.Richard M. Stallman1993-04-151-1/+1
* (message, message1): If noninteractive andRichard M. Stallman1993-04-131-2/+6
* (Fy_or_n_p): Echo the answer just once, at exit.Richard M. Stallman1993-04-131-7/+7
* * Makefile.in (xmakefile): Recognize the -O option with a numericJim Blandy1993-04-101-1/+1
* long_to_cons and cons_to_long are generally useful things; they'reJim Blandy1993-04-103-30/+31
* Since Qmenu_enable is used by non-X-specific code, it shouldn't beJim Blandy1993-04-101-4/+1
* * xfaces.c (sort_overlays): Define this to be static, as declared.Jim Blandy1993-04-101-1/+1
* * keyboard.c (command_loop_1): Rebuild menu bar ifJim Blandy1993-04-101-2/+27
* * dispnew.c (getenv): Extern declaration deleted; this is done inJim Blandy1993-04-101-4/+2
* Adjust for autoconf merger.Jim Blandy1993-04-101-40/+46
* * callproc.c (relocate_fd): Make messages string literals, notJim Blandy1993-04-101-5/+4
* * buffer.c (Fmake_overlay, Fmove_overlay): New optional BUFFERJim Blandy1993-04-101-51/+84
* * alloc.c (__malloc_hook, __realloc_hook, __free_hook): DeclareJim Blandy1993-04-101-10/+13
* Adjust for autoconf merger.Jim Blandy1993-04-101-5/+4
* * keyboard.c (echo_dash): Do nothing if echoptr is 0.Jim Blandy1993-04-101-0/+3
* (Fkill_all_local_variables): Store each var's current valueRichard M. Stallman1993-04-081-0/+8
* * keyboard.c (apply_modifiers): Fix typo in sanity check.Jim Blandy1993-04-081-1/+1