1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-31 11:10:51 -07:00
Commit graph

155589 commits

Author SHA1 Message Date
Richard M. Stallman
a49ea24c88 (mouse-buffer-menu): Keep the order of buffers straight. 1996-03-25 19:00:44 +00:00
Richard M. Stallman
528fbf5126 (x-frob-font-slant): Properly handle a match against
x-font-regexp-head.
(x-frob-font-weight): Separate two cond cases by analogy with
x-frob-font-slant.
1996-03-25 15:09:27 +00:00
Richard M. Stallman
0c12a958b0 (merge_widget_value): Set the this_one_change field. 1996-03-25 01:47:33 +00:00
Richard M. Stallman
63e9d9700c (struct widget_value): New field this_one_change. 1996-03-25 01:47:16 +00:00
Richard M. Stallman
0d807395f8 (destroy_all_children): New arg first_child_to_destroy.
(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.
1996-03-25 01:46:16 +00:00
Richard M. Stallman
8e46e26749 (sh-shell-arg): Don't add any options for bash, ksh. 1996-03-25 01:42:05 +00:00
Richard M. Stallman
2c01dfb771 (xfns.o, xmenu.o, widget.o): Depend on ../lwlib/lwlib.h. 1996-03-25 00:37:45 +00:00
Richard M. Stallman
87e2d03987 Doc fixes. Reorganized. Retired v18 support.
(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.
1996-03-24 14:20:05 +00:00
Richard M. Stallman
f201b69e8c Comment change. 1996-03-24 13:14:21 +00:00
Richard M. Stallman
6b2cd868d5 (Fcall_process, child_setup): If BSD_PGRPS, call
setpgrp the BSD way even on USG.
1996-03-24 12:45:26 +00:00
Richard M. Stallman
3743c30c5e (setpgrp): New macro.
(BSD_PGRPS): Defined.
1996-03-24 12:32:57 +00:00
Richard M. Stallman
1b96639086 (timer-set-time): Don't set usecs to nil.
(timer-duration): Return nil if junk at end of string.
Handle just a number--treat it as number of seconds.
1996-03-24 02:05:38 +00:00
Richard M. Stallman
621ca7a223 (ange-ftp-dired-call-process): Return 1 if error.
(ange-ftp-call-chmod): If ftp chmod cmd fails, try rsh.
(ange-ftp-remote-shell): New variable.
1996-03-24 00:26:02 +00:00
Richard M. Stallman
8c9c98ec53 (ange-ftp-call-chmod): Return proper value. 1996-03-23 15:46:14 +00:00
Richard M. Stallman
7cbcc1db72 Use custom-asis instead of as-is. 1996-03-23 14:39:14 +00:00
Richard M. Stallman
46be15a43d (custom-type-properties): Use custom-asis instead of as-is.
(custom-asis): Set it to itself.
1996-03-23 14:38:37 +00:00
Tom Tromey
fcb51016d2 (tcl-using-emacs-19): Work with XEmacs 20.0. From Ben Wing. 1996-03-23 05:14:50 +00:00
Richard M. Stallman
b9440f7e80 (install-strip): Get rid of continuation. 1996-03-23 04:25:29 +00:00
Richard M. Stallman
38f17cb22e (wait_reading_process_input): Eliminate bogus test
that was trying to check read_kbd and failing.
1996-03-22 22:06:10 +00:00
Richard M. Stallman
5a7670bf32 Comment change. 1996-03-22 22:04:55 +00:00
Richard M. Stallman
2be2d71d64 (install-strip): Fix whitespace. 1996-03-22 20:53:20 +00:00
Richard M. Stallman
f5ecf0c903 Ancient leading comment removed.
(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.
1996-03-22 20:43:05 +00:00
Francesco Potortì
8dc7496c3f * etags.c (just_read_file): Reset lineno and charno on entry.
* 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.
1996-03-22 19:13:22 +00:00
Richard M. Stallman
6ccab458cc (elp-instrument-package): Don't instrument keymaps and autoloaded functions. 1996-03-22 14:18:20 +00:00
Richard M. Stallman
dd4d27ca9e (switch-to-lisp): Sometimes turn on pop-up-frames. 1996-03-22 14:13:07 +00:00
Richard M. Stallman
29db528bae (add-log-full-name, add-log-mailing-address): Add autoload cookies. 1996-03-22 13:26:01 +00:00
Richard M. Stallman
b91916f330 (vc-update-change-log): Use add-log-full-name and
add-log-mailing-address only if non-nil.
1996-03-22 13:25:21 +00:00
Doug Evans
ad8486a59a (os): sunos[3456] -> sunos[34], sunos[56] have their own entries 1996-03-21 23:26:26 +00:00
Richard M. Stallman
b23c9e46bd (indent-c++-exp): Use calculate-c-indent-after-brace.
(c++-mode): Require c-mode.
1996-03-21 14:16:06 +00:00
Richard M. Stallman
c87b46a08b (custom-declare): Change as' to as-is'. 1996-03-21 11:33:52 +00:00
Richard M. Stallman
0b2d6b61ab (custom-type-properties): Add new type `triggle' for
use with "boolean" face properties.
1996-03-21 11:22:00 +00:00
Richard M. Stallman
d48430602f (main): Initialize progname variable before using it.
Quote `username' in From_ header.
1996-03-20 23:42:05 +00:00
Richard M. Stallman
b48a16d28d (sh-font-lock-keywords): Highlight \ only with non-alphanumeric char. 1996-03-20 16:18:23 +00:00
Richard M. Stallman
8df9abae9e (install-strip): New target.
(top_distclean): Use `|| true' to ignore error in rm.
-f failed to do the job on Suns.
1996-03-20 14:51:42 +00:00
Richard M. Stallman
491ee8415e (Fcall_interactively): In `c' case, use message_nolog
instead of message1_nolog.
1996-03-20 13:34:21 +00:00
Richard M. Stallman
f735965834 Comment change. 1996-03-20 13:30:16 +00:00
Roland McGrath
4fd2d8e9bc (NULL): Define only if not already defined. 1996-03-20 01:08:11 +00:00
Roland McGrath
029c99a369 [HAVE_STRING_H]: Include string.h.
[HAVE_STDLIB_H]: Include stdlib.h.
1996-03-20 01:07:36 +00:00
Richard M. Stallman
501ebe0e34 (wait_reading_process_input): Extract the number from read_kbd with XINT. 1996-03-19 23:43:50 +00:00
Richard M. Stallman
c0c27dcf32 (gnus-make-face): Redo Feb 20 change. 1996-03-19 22:47:41 +00:00
Richard M. Stallman
e903507a24 (custom-face-hack): Avoid evalling the args
in the list that the export function returns.
1996-03-19 22:47:22 +00:00
Richard M. Stallman
253996a892 (fill-region-as-paragraph): Fix the second check for
whether we reached the end of the paragraph.
1996-03-19 20:05:11 +00:00
Richard M. Stallman
b764619dc8 Test HAVE_LINUX_VERSION_H, not HAVE_VERSION_H. 1996-03-19 08:06:44 +00:00
Richard M. Stallman
b15dcacd6c (HAVE_LINUX_VERSION_H): Renamed from HAVE_VERSION_H. 1996-03-19 08:06:10 +00:00
Geoff Voelker
bcfe87c451 (getpid): New function. 1996-03-19 02:01:47 +00:00
Karl Heuer
c6897d8e06 (count-windows): Doc fix. 1996-03-18 23:58:51 +00:00
Erik Naggum
c3d4f94906 (insert-buffer): Fix typo in previous change. 1996-03-18 19:32:24 +00:00
Francesco Potortì
a3e7c3916d * simple.el (insert-buffer): Interactive default changed to a more
reasonable one.
1996-03-18 18:50:25 +00:00
Richard M. Stallman
63a1c38c9f Comment change. 1996-03-18 06:44:54 +00:00
Richard M. Stallman
2ef581f34c (describe-mode): Handle minor mode w/o mode line indicator. 1996-03-18 06:44:10 +00:00