1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-25 00:07:09 -07:00
Commit graph

155589 commits

Author SHA1 Message Date
Karl Heuer
6267bd25bc (hilit-submit-feedback): New bug-reporting address. 1995-08-17 19:40:54 +00:00
Karl Heuer
2b9118484e Update address in comment. 1995-08-17 19:37:52 +00:00
Francesco Potortì
108c932a05 * etags.c (Pascal_functions): Close comment bug corrected.
(add_node): Correctly compare node file names.
	(Pascal_functions): Correctly allocate and free memory for tline.
	(pfnote): Put the definition of fp in the innermost block.
	(NODE): `named' member removed.
	(pfnote, free_tree, put_entries, total_size_of_entries): Do not
	use the `named' member, check whether `name' is NULL instead.
	(pfnote): `named' argument removed, all callers changed.
	(getit, Asm_labels, Pascal_functions, L_getit, get_scheme,
	TeX_functions, TEX_getit, prolog_getit): Useless string allocation
	removed from pfnote call, some code cleanup.
	(relative_filename): Free temporary space allocated by concat.
1995-08-17 18:39:11 +00:00
Richard M. Stallman
30457b4f93 (RANLIB): Substitute this into makefiles.
Set it specially on solaris; set it by default on other systems.

Fix previous Alpha change.
1995-08-17 17:48:58 +00:00
Richard M. Stallman
88aabab394 (rmail-new-summary): Enable the Input/output menu. 1995-08-17 16:51:57 +00:00
André Spiegel
e163b283fe (vc-next-action-on-file): Moved the setting of the default branch to
vc-backend-checkout, where it belongs.
(vc-backend-checkout): If an explicit version was specified, adjust
the default branch accordingly.
1995-08-17 14:10:09 +00:00
André Spiegel
7d88be5279 Changed references to vc-top-version into vc-master-workfile-version. 1995-08-17 13:50:33 +00:00
André Spiegel
af5e65b996 (vc-top-version): Renamed to vc-master-workfile-version. Updated all
references.
1995-08-17 13:29:31 +00:00
André Spiegel
9341ff29bc (vc-next-action-on-file): Query when trying to lock non-latest
version.
1995-08-17 13:08:36 +00:00
André Spiegel
c8de1d9112 (vc-revert-buffer1): Split part of the function into vc-buffer-context
and vc-restore-buffer-context, so we can use it also in other
circumstances.
(vc-buffer-context, vc-restore-buffer-context): New functions.
(vc-clear-headers): New function, uses the above.
(vc-cancel-version): When `norevert', locks the most recent remaining
version.  Also, refuse to work on anything but the latest version of
a branch.  Removed the check whether the version is the user's,
because that is difficult to decide, now that multiple branches are
possible.
(vc-latest-on-branch-p): New function.
(vc-head-version): New access function to the already existing
property.
(vc-trunk-p, vc-branch-part): Functions moved before first use.
1995-08-17 12:40:03 +00:00
Richard M. Stallman
0671e80b5e (show-paren-command-hook): Do nothing if have unread events. 1995-08-16 15:03:59 +00:00
Richard M. Stallman
69b07ee13a (scan_sexps_forward): Use the initial depth
in the starting state for tracking when we reach TARGETDEPTH.
1995-08-16 15:03:24 +00:00
Richard M. Stallman
2718dfa4b8 (Fself_insert_command): Optimize the case with arg > 2
to avoid running change hooks lots of times.
1995-08-16 15:00:57 +00:00
Richard M. Stallman
14a9bcda67 (inferior-lisp): Use pop-to-buffer.
Add *inferior-lisp* to same-window-buffer-names.
1995-08-16 14:41:11 +00:00
Richard M. Stallman
349a5b097b (run-scheme): Use pop-to-buffer.
Add *scheme* to same-window-buffer-names.
1995-08-16 14:39:29 +00:00
Richard M. Stallman
f0e30fe838 (run-scheme): Use pop-to-buffer. 1995-08-16 14:39:12 +00:00
Richard M. Stallman
a6578b63d2 (RANLIB): Get this var from configure. 1995-08-16 14:20:19 +00:00
Karl Heuer
81ed2d75e9 (sh-mode-map): Use new name skeleton-pair-insert-maybe.
(sh-mode): Use new names skeleton-pair-alist, skeleton-pair-filter.
1995-08-15 20:05:12 +00:00
Karl Heuer
225f6185df (sh-test): New variable.
(sh-if, sh-until, sh-while): Use it.
(sh-while-getopts): Handle csh passably well.
(sh-font-lock-keywords): Use `font-lock-variable-name-face'.
(sh-set-shell): Respect `font-lock-maximum-decoration'.
1995-08-15 19:50:12 +00:00
Karl Heuer
773500abf6 (skeleton-pair-insert-maybe): Plain insert in Ovwrt mode
(skeleton-insert): If skeleton doesn't fit in window, put beginning
at top before going to _ point.
(skeleton-internal-list): Rewritten so that resume: sections pertain
only to inferior skeletons and make str available there
(skeleton-read): Don't quit and remove partial skeleton when empty
string entered for outer iterator.  Added implicit argument `input'.
(define-skeleton, skeleton-insert, skeleton-internal-list): Use `x
rather than backquote's (` x) or own (list 'x)
1995-08-15 19:49:46 +00:00
Karl Heuer
2c70c9923e (sort_args): Initialize best_priority smaller than any
actual priority.
1995-08-15 18:49:20 +00:00
Richard M. Stallman
4db6622979 Comment change. 1995-08-15 12:31:33 +00:00
Richard M. Stallman
dcb38be88e (sc-attribs-extract-namestring): If name has <...>,
treat everything before that as the full name.
1995-08-15 12:30:59 +00:00
Per Bothner
6e4bd6ae29 Changes for Linux and LynxOS. 1995-08-15 02:33:42 +00:00
Karl Heuer
73479d0224 *** empty log message *** 1995-08-15 01:50:33 +00:00
Karl Heuer
bab0c3c1bf Rewrite as a minor mode. 1995-08-15 01:49:17 +00:00
Karl Heuer
27a0a490a8 (vip-set-hooks): Use view-mode-hook, not view-hook. 1995-08-14 21:56:42 +00:00
Richard M. Stallman
bc4498bb86 (Fcall_process_region): Pass new arg to Fwrite_region. 1995-08-14 17:26:50 +00:00
Richard M. Stallman
7204a979c6 (Fwrite_region): New arg lockname.
(auto_save_1): Pass new arg.
1995-08-14 17:26:27 +00:00
Richard M. Stallman
8909596294 (basic-save-buffer-1): Pass new arg to write-region. 1995-08-14 17:24:21 +00:00
Richard M. Stallman
575985b101 (standard_args): Fix previous change. 1995-08-14 17:13:38 +00:00
Richard M. Stallman
40dfe94dc5 (insert-file-contents-literally): New function.
(find-file-noselect): Use it if new optional argument `rawfile' is non-nil.
1995-08-14 16:05:46 +00:00
Richard M. Stallman
e6b75e30dc (command-line-1): Add option --eval to evalute an
expression on the command line and print the result.
1995-08-14 16:05:12 +00:00
Richard M. Stallman
c3c6202c3f (standard_args): Add option --eval to evalute an
expression on the command line and print the result.
1995-08-14 16:04:48 +00:00
Richard M. Stallman
4fd3a710d0 (forms-check-number-of-fields): New vbl.
(forms-mode): Don't issue warning if vbl says not to.
1995-08-14 06:45:37 +00:00
Richard M. Stallman
945e196506 (recover-file): It's ok if the visited file doesn't exist.
(recover-session-finish): Compute "file name" from autosave file
if no visited file.
1995-08-13 16:48:13 +00:00
Richard M. Stallman
199afd290f (Fcancel_kbd_macro_events): New function.
(syms_of_macros): defsubr it.
1995-08-13 15:47:11 +00:00
Richard M. Stallman
c2ef83b424 (mouse-drag-region): Unread the up-event rather than execute it here. 1995-08-13 15:46:10 +00:00
Richard M. Stallman
135c9ca6b8 (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS. 1995-08-13 05:10:20 +00:00
Richard M. Stallman
4e90a7d5fb (CFLAGS): When computing CFLAGS and REAL_CFLAGS
from config.h, use SPECIFIED_CFLAGS to get what the user specified.

(alpha-*-linux*): New configuration.
1995-08-12 23:27:18 +00:00
Richard M. Stallman
7e63ac6aec (store_frame_param): Don't call set_menu_bar_lines if X. 1995-08-12 23:26:21 +00:00
Karl Heuer
5391a863dc (xrealloc): Change cast to match return type. 1995-08-12 18:15:28 +00:00
Richard M. Stallman
0b40717e5b (rmail-convert-file): Look back for ^_ only at bol. 1995-08-12 09:23:54 +00:00
Richard M. Stallman
6db3a963ab (shell-command-on-region): Don't examine order of
point and mark; use order of START and END instead.
Interactively pass point and mark, not region-beg and region-end.
1995-08-12 09:22:04 +00:00
Richard M. Stallman
3a0b426081 (TEXT_END, DATA_END): Fix the definitions. 1995-08-11 23:47:16 +00:00
Richard M. Stallman
1596f1c9f7 Test OSF1, not __osf1__.
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, PTY_OPEN):
Define only if OSF1.
1995-08-11 23:45:53 +00:00
Richard M. Stallman
b4f30507de (ORDINARY_LINK): Define only if __osf1__. 1995-08-11 22:35:35 +00:00
Simon Marshall
3d42d54264 Insert missing quote in help-font-lock-keywords. 1995-08-11 08:52:42 +00:00
Richard M. Stallman
65119039af (xmalloc, xrealloc): Use return-type long *. 1995-08-11 01:44:00 +00:00
Richard M. Stallman
0d8ef3f41a (x_set_menu_bar_lines) [USE_X_TOOLKIT]: When turning
menu bar on, make sure next redisplay creates it.
1995-08-11 00:55:47 +00:00