aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [SCO]: Include time.h.Richard M. Stallman1993-05-091-2/+2
* (Fx_get_mouse_event, Fx_mouse_events): Code deleted.Richard M. Stallman1993-05-081-213/+0
* (Vmouse_event): Var deleted.Richard M. Stallman1993-05-081-18/+0
* (read_avail_input): If meta_key is 2, let 8 bits thru.Richard M. Stallman1993-05-081-6/+15
* (x_get_arg): Call Fintern, not intern.Richard M. Stallman1993-05-071-1/+1
* *** empty log message ***Jim Blandy1993-05-061-0/+3
* Initial revisionJim Blandy1993-05-061-0/+74
* Comment change.Richard M. Stallman1993-05-061-1/+1
* (main): Handle -display like -d.Richard M. Stallman1993-05-061-1/+1
* (Fdisplay_buffer): Add space to prompt.Richard M. Stallman1993-05-041-1/+1
* * lisp.h (CHAR_ALT, CHAR_SUPER, CHAR_HYPER, CHAR_SHIFT, CHAR_CTL,Jim Blandy1993-05-041-7/+10
* Implement extra_keyboard_modifiers properly.Jim Blandy1993-05-041-17/+24
* Changes for Emacs 19 from Thorsten Ohl <ohl@chico.harvard.edu>:Jim Blandy1993-05-041-9/+6
* * lisp.h (CHAR_ALT, CHAR_SUPER, CHAR_HYPER): New constants, inJim Blandy1993-05-041-12/+22
* * systty.h (EMACS_GET_TTY, EMACS_SET_TTY): Move these intoJim Blandy1993-05-041-68/+6
* * systime.h: Doc fix.Jim Blandy1993-05-041-6/+6
* * systty.h (EMACS_GET_TTY, EMACS_SET_TTY): Move these intoJim Blandy1993-05-041-0/+138
* * search.c (Freplace_match): Arrange for markers sitting at theJim Blandy1993-05-041-9/+17
* Arrange for Fy_or_n_p to put off switch-frame events.Jim Blandy1993-05-042-110/+82
* * lisp.h (CHAR_ALT, CHAR_SUPER, CHAR_HYPER): New constants, inJim Blandy1993-05-041-7/+10
* * 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