- 27 Mar, 1996 15 commits
-
-
Richard M. Stallman authored
Reset the buffer modified state if necessary.
-
Richard M. Stallman authored
(mouse-avoidance-mode): Save old pointer shape when entering protean mode; restore when exiting.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Call record_asynch_buffer_change only if >1 frames.
-
Richard M. Stallman authored
Use lignux instead of linux as value of opsys. (linux/version.h): Check for this header.
-
Richard M. Stallman authored
(SYSTEM_TYPE): Changed to "lignux".
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(wait_reading_process_input): Call wait_reading_process_input_1. If timer_check runs some timers, retry it.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
"emacs-virtual" to "emacs-em", so that things will work on systems which allow only short terminal-type names. (terminal-emulator): Delete the hyphen between te-terminal-name-prefix and the width and height of the window. (te-create-terminfo): Reformat the terminfo entry slightly. (te-terminfo-directory): New variable. (te-create-terminfo, te-tic-sentinel): Use te-terminfo-directory.
-
Richard M. Stallman authored
Kill ftp process if user quits. (ange-ftp-raw-send-cmd): Use that. (ange-ftp-fix-dir-name-for-cms): Fix error message.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Record the last few events.
-
Richard M. Stallman authored
-
- 26 Mar, 1996 2 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 25 Mar, 1996 7 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
x-font-regexp-head. (x-frob-font-weight): Separate two cond cases by analogy with x-frob-font-slant.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(make_menu_in_widget): New arg keep_first_children. (xm_update_menu): Preserve the first children even if later ones have a structural change. (update_one_menu_entry): Use this_one_change field.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 24 Mar, 1996 6 commits
-
-
Richard M. Stallman authored
(ffap-bindings): Offers a default installation. (ffap-string-at-point): Modified arguments. (ffap-gnus-hook): Updated for Gnus 5. (ffap-tex-init): Delayed initialization of `ffap-tex-path'. (ffap-dired): New entry in `ffap-alist'. (ffap-menu-rescan): May fontify the choices in buffer. (ffap-read-file-or-url): `PC-completion-as-file-name-predicate' used if available, to work with complete.el.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
setpgrp the BSD way even on USG.
-
Richard M. Stallman authored
(BSD_PGRPS): Defined.
-
Richard M. Stallman authored
(timer-duration): Return nil if junk at end of string. Handle just a number--treat it as number of seconds.
-
Richard M. Stallman authored
(ange-ftp-call-chmod): If ftp chmod cmd fails, try rsh. (ange-ftp-remote-shell): New variable.
-
- 23 Mar, 1996 5 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(custom-asis): Set it to itself.
-
Tom Tromey authored
-
Richard M. Stallman authored
-
- 22 Mar, 1996 5 commits
-
-
Richard M. Stallman authored
that was trying to check read_kbd and failing.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(gomoku-mode-map): Added numeric keypad for 8 directions, changed comments to lowercase (C-c rather than C-C), added SPC to play and undo's binding to go back. (gomoku-emacs-won, gomoku-font-lock-O-face, gomoku-font-lock-X-face) (gomoku-font-lock-keywords): New variables. (gomoku-mode): Use it and make buffer read-only for user. (gomoku-terminate-game): Remove (ding) -- maybe should be optonal. (gomoku-init-display): Rewritten, makes fields intangible so you can't go in between. Make free fields have mouse-face. (gomoku-cross-qtuple): Take account of intangible text, and that empty lines are now really empty. (gomoku-move-left, gomoku-move-right): Removed thanks to intangibility. (gomoku-move-ne, -se, -nw, -sw): Use normal left / right motion.
-
Francesco Potortì authored
* etags.c: Prolog language totaly rewritten. (Prolog_functions): Rewritten from scratch. (skip_comment, prolog_getit): Removed. (prolog_skip_comment): New function, like old skip_comment. (prolog_pred, prolog_atom, prolog_white): New functions. (erlang_func, erlang_attributes): Forward declarations added. (erlang_atom): Check if backslash ends line inside quoted atom. * etags.c (absolutefn): DOS_NT version corrected. (main): Append "/" to the dir name only if not already there. (print_help): Explain the absolute/relative file name issue. * etags.c: New Languange Erlang added. (Erlang_functions, erlang_func, erlang_attribute, erlang_atom, erlang_white): New functions. (Erlang_suffixes): New suffix list. (lang_names): Erlang entry added. (prolog_getit): Accepts headers spanning several lines. Always name tags. (Prolog_functions): Removed incorrect compensation for newline characters. (readline_internal): Zero-terminate last line.
-