summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add cygwin32; Put eabi .sdata2/.sbss2 into read-only memorylibc-960210libc-960209libc-960208libc-960207libc-960206libc-960205libc-960204libc-960203Michael Meissner1996-02-031-1/+2
|
* (display-time): Rewrite to use built-in timers.Richard M. Stallman1996-02-021-37/+14
| | | | | | | | (display-time-event-handler): Renamed from display-time-filter; now takes no parameters. (display-time-sentinel): Function deleted. (display-time-process): Variable deleted. (display-time-timer): New variable.
* (run-with-timer): Set repetition interval.Richard M. Stallman1996-02-021-1/+1
|
* (auto-mode-alist): .ksh suffix means sh-mode.Richard M. Stallman1996-02-021-3/+5
| | | | (write-file): Interactively, prefix arg means don't confirm.
* Correct specialised fontification and associated stuff.Simon Marshall1996-02-021-161/+189
|
* Fix up specialised fontification stuff.Simon Marshall1996-02-021-11/+17
|
* (ange-ftp-default-user): Doc fix.Richard M. Stallman1996-02-021-11/+37
| | | | | | | | | | | (ange-ftp-netrc-default-user): New variable. (ange-ftp-netrc-default-password): (ange-ftp-netrc-default-account): (ange-ftp-get-user): Use ange-ftp-netrc-default-user. (ange-ftp-get-passwd): Use ange-ftp-netrc-default-... (ange-ftp-get-account): Likewise. (ange-ftp-parse-netrc-group): Set ange-ftp-netrc-default-... (ange-ftp-write-region): executing-macro -> executing-kbd-macro.
* Comment/whitespace changes.Richard M. Stallman1996-02-021-8/+26
|
* (edmacro-original-buffer, edmacro-finish-hook)Richard M. Stallman1996-02-021-0/+4
| | | | (edmacro-store-hook): Add defvars.
* (win32_kbd_mods_to_emacs, win32_kbd_patch_key,Geoff Voelker1996-02-021-3/+14
| | | | | | key_event): Convert from static to global functions. (win32_kbd_patch_key): Set modifiers when AltGr is pressed. (key_event): Don't modify code on window input.
* (convert_to_key_event, is_dead_key): New functions.Geoff Voelker1996-02-021-13/+63
| | | | | | (w32_read-socket): Convert console modifiers to Emacs modifiers. Use console input routines to unify keyboard support. (x_make_frame_visible): Make frame foreground window.
* (modifiers, modifier_key_support_tested,Geoff Voelker1996-02-021-42/+146
| | | | | | | | | | | | | modifiers_recorded): New variables. (EMACS_LCONTROL, EMACS_RCONTROL, EMACS_LMENU, EMACS_RMENU): New macros. (test_modifier_support, record_keydown, record_keyup, modifier_set, construct_modifiers): New functions. (win32_wnd_proc): Monitor modifier keyup and keydown messages. Map window modifiers into console modifiers to unify input. (x_create_frame): Use the FixedSys font as the default font. (x_to_win32_font): For now, always use ANSI_CHARSET.
* (prepend_msg): New function.Geoff Voelker1996-02-021-0/+21
|
* (update_frame): Compare FRAME_MINIBUF_WINDOW(f)Richard M. Stallman1996-02-011-1/+1
| | | | against with not minibuf_window but echo_area_window.
* (wait_reading_process_input): If select times out,Richard M. Stallman1996-02-011-4/+11
| | | | | return only if we had no timers to shorten the wait. Don't shorten the wait for timers if time_limit is -1.
* Update FSF address in comment.make-3-74-3Karl Heuer1996-02-011-1/+2
|
* (Qcursor_in_echo_area): New variable.Richard M. Stallman1996-02-011-2/+9
| | | | | (syms_of_fns): Set up Lisp var. (Fy_or_n_p): Bind Qcursor_in_echo_area in case of nonlocal exit.
* (compilation-filter): Run compilation-filter-hook.Richard M. Stallman1996-02-011-0/+1
|
* (echo_now): Renamed from `echo'. All callers changed.Richard M. Stallman1996-02-011-6/+6
|
* (make_lispy_event): Timer event is a list, not just cons.Richard M. Stallman1996-02-011-10/+46
| | | | | | | | | (timer_check): When DO_IT_NOW is true, handle events by running the definition of timer-event. Don't get the current time if there are no pending timers. If an event was generated, return 0, If all timers were handled, return -1. Add gcpros. (readable_events): Tell timer_check to execute events.
* (format-deannotate-region): Fixed bug that createdRichard M. Stallman1996-02-011-2/+15
| | | | double marking of multi-annotation text-properties (eg, bold-italic).
* (synch_process_death, synch_process_retcode): Delete extra declaration.Karl Heuer1996-01-311-2/+0
|
* (LIB_X11_LIB): New definition.Richard M. Stallman1996-01-311-0/+4
|
* Initial revisionRichard M. Stallman1996-01-311-0/+334
|
* Add support for A/UXlibc-960202libc-960201Ian Lance Taylor1996-01-311-1/+7
|
* Recognize A/UXIan Lance Taylor1996-01-311-1/+4
|
* (mode-line-format): Include column-number-mode.Richard M. Stallman1996-01-311-0/+1
|
* (Fset_window_buffer): Set buffer temporarily around runningRichard M. Stallman1996-01-311-0/+28
| | | | | | | the window-scroll-functions. (Fset_window_buffer_unwind): New function. (window_initialized): New variable. (init_window_once): Set it.
* (HAVE_TIMEVAL): Set explicitly to `no' if test fails.Richard M. Stallman1996-01-311-1/+2
|
* (LIBS_SYSTEM): Use -linet unconditionally.Karl Heuer1996-01-301-4/+0
|
* (HAVE_SOCKETS): Moved here from s/isc4-1.h.Karl Heuer1996-01-301-10/+8
| | | | | (NO_SOCKETS_IN_FILE_SYSTEM, NEED_NET_ERRNO_H): Likewise. (LIBS_SYSTEM): Use -linet unconditionally.
* (HAVE_SOCKETS): Moved to s/isc2-2.h.Karl Heuer1996-01-301-4/+0
| | | | (NO_SOCKETS_IN_FILE_SYSTEM, NEED_NET_ERRNO_H): Likewise.
* (syms_of_editfns): Make buffer-access-fontify-functionsRichard M. Stallman1996-01-301-0/+12
| | | | locally nil in the prin1 buffer.
* (x_frame_parms): Alphabetize.Richard M. Stallman1996-01-301-32/+12
| | | | (enum x_frame_parm): Data type deleted.
* (child_setup): Fix size in write call.Richard M. Stallman1996-01-301-1/+1
|
* (mail-setup): For mail-self-blind, use user-mail-address.Richard M. Stallman1996-01-301-1/+1
|
* (Fdelete_backward_char): In overwrite mode,Richard M. Stallman1996-01-291-2/+32
| | | | insert spaces, unless we deleted a tab.
* (Fset_minibuffer_window): New function.Richard M. Stallman1996-01-291-1/+20
| | | | (keys_of_minibuf): defsubr it.
* (vip-brac-function): Fix error format string.Karl Heuer1996-01-291-2/+1
|
* (vip-register-macro): Fix error format string.Karl Heuer1996-01-291-1/+1
|
* (vip-ex, ex-expand-filsyms, vip-execute-ex-command): Fix error format string.Karl Heuer1996-01-291-10/+7
|
* (vip-execute-ex-command, ex-write): Fix error format string.Karl Heuer1996-01-291-4/+4
|
* (tq-process-buffer): Fix error format string.Karl Heuer1996-01-291-3/+3
|
* (reporter-dump-variable): Fix error format string.Karl Heuer1996-01-291-1/+1
|
* (nntp-send-strings-to-server, nntp-async-send-strings): Fix error format string.Karl Heuer1996-01-291-2/+2
|
* (msb--choose-menu): Fix error format string.Karl Heuer1996-01-291-1/+1
|
* (mh-handle-process-error): Fix error format string.Karl Heuer1996-01-291-7/+7
|
* (mh-read-seq): Fix error format string.Karl Heuer1996-01-291-2/+2
|
* (Info-extract-pointer): Fix error format string.Karl Heuer1996-01-291-1/+1
|
* (hexl-hex-char-to-integer, hexl-oct-char-to-integer): Fix error format string.Karl Heuer1996-01-291-2/+2
|