1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 09:20:54 -08:00
Commit graph

14819 commits

Author SHA1 Message Date
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
Richard M. Stallman
32e2bcb882 (X_I18N_INHIBITED): New macro--define this
instead of undefining HAVE_X_I18N.
(x_window) [HAVE_X_I18N]: Set FRAME_XIM.
[X_I18N_INHIBITED]: Set FRAME_XIM and FRAME_XIC to 0.
1996-03-18 03:26:17 +00:00
Richard M. Stallman
31f41dafa6 (x_destroy_window) [HAVE_X_I18N]: Free xic and xim of frame. 1996-03-18 03:20:06 +00:00
Richard M. Stallman
f08fe433e7 (struct x_output): New member xim.
(FRAME_XIM): New macro.
1996-03-18 03:13:07 +00:00
Richard M. Stallman
f5380d69bc Perl Manual item deleted. 1996-03-17 19:16:06 +00:00
Richard M. Stallman
a58fcb999b (fill-context-prefix): Unused var `eol' deleted. 1996-03-17 19:08:44 +00:00
Richard M. Stallman
2e365682cf Comment/whitespace change. 1996-03-17 18:14:52 +00:00
Richard M. Stallman
846dd8ae73 (update_from_various_frame_slots)
(update_various_frame_slots): Take account of menubar_height.
1996-03-17 18:09:05 +00:00
Richard M. Stallman
aa7fcbb0d4 (LINUX_SIGIO_DOES_WORK): Define only if HAVE_VERSION_H.
(TERMINFO): Don't define this.
1996-03-17 18:07:42 +00:00
Richard M. Stallman
c9bf9238c5 (NEED_LIBW): Defined. 1996-03-17 18:05:32 +00:00
Richard M. Stallman
b5478d5e8d (X11R5_INHIBIT_I18N): Definition moved to aix3-2.h. 1996-03-17 18:04:54 +00:00
Richard M. Stallman
cb1d4a5391 (X11R5_INHIBIT_I18N): Definition moved here. 1996-03-17 18:04:33 +00:00
Richard M. Stallman
1bb0797580 (HAVE_VERSION_H): Add #undef. 1996-03-17 18:00:38 +00:00
Richard M. Stallman
016c214fea (occur): If no matches, just display in echo area. 1996-03-17 17:58:42 +00:00
Richard M. Stallman
5233c7f5fc (map-y-or-n-p): Fix previous change.
Delete autoload cookie (file is preloaded).
1996-03-17 15:40:29 +00:00
Richard M. Stallman
4d2790ad51 (lisp-fill-paragraph): Treat code-and-comment case specially. 1996-03-17 15:38:50 +00:00
Richard M. Stallman
af5eb153f5 (imenu-generic-expression): Autoload the make-variable-buffer-local call. 1996-03-17 15:37:36 +00:00
Richard M. Stallman
a85a468e07 (report-emacs-bug): Use a different address for pretest versions. 1996-03-17 15:32:00 +00:00
Richard M. Stallman
36990caa7d (comint-exec-1): Use dumb instead of unknown, for terminfo. 1996-03-17 15:29:34 +00:00
Richard M. Stallman
d7ce568fab (install-arch-dep): Don't depend on install-arch-indep. 1996-03-17 15:24:35 +00:00
Geoff Voelker
4fd8de53a1 (WinMain): Allocate a console for stdout
and stderr if necessary.
1996-03-17 00:06:39 +00:00