1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00
Commit Graph

5921 Commits

Author SHA1 Message Date
Richard M. Stallman
6a588f9a70 (face-try-color-list): Don't rely on errors from using
a color that the server can't really support.
1994-02-15 22:38:00 +00:00
Richard M. Stallman
aa67090401 (sys_write): If any bytes were written, return how many. 1994-02-15 16:22:49 +00:00
Richard M. Stallman
7071e5ddb7 (XTread_socket): Do not assume that select returning
immediately with no events implies a hangup.
1994-02-15 16:17:25 +00:00
Fred Pierresteguy
19240c203a *** empty log message *** 1994-02-15 13:59:18 +00:00
Fred Pierresteguy
9acc68b10b *** empty log message *** 1994-02-15 13:54:14 +00:00
Karl Heuer
4ffe73ce3c (Fx_close_current_connection): call check_x. 1994-02-14 23:28:23 +00:00
Karl Heuer
326d7fc1f6 (Fx_popup_menu): Likewise. 1994-02-14 21:44:50 +00:00
Karl Heuer
7fc9de26ba (check_x): Make it global.
(x-parse-geometry, x-list-fonts): call check_x.
1994-02-14 21:41:46 +00:00
Karl Heuer
703e0710e9 (x-own-selection-internal, x-get-selection-internal,
x-disown-selection-internal, x-selection-owner-p, x-selection-exists-p,
x-get-cut-buffer-internal, x-store-cut-buffer-internal,
x-rotate-cut-buffers-internal): call check_x.
1994-02-14 21:40:43 +00:00
Karl Heuer
3868b9ec22 (check_x): Declare it. 1994-02-14 21:38:49 +00:00
Richard M. Stallman
53f6008635 Initial revision 1994-02-14 20:37:15 +00:00
Karl Heuer
6e45b389ef (current-word): Remove (interactive). 1994-02-14 19:51:22 +00:00
Karl Heuer
1b15e5760b (indented_beyond_p): New function.
(compute_motion, vmotion): Use it to treat blank lines specially in selective
display.
1994-02-14 19:44:36 +00:00
Karl Heuer
9f41233259 (try_window_id, display_text_line): Treat blank lines specially in
selective_display.
1994-02-14 19:42:30 +00:00
Karl Heuer
7e7a76b593 Fix comments. 1994-02-14 19:30:48 +00:00
Francesco Potortì
1a0d8c8069 * etags.c (absolute_pathnames, cwd): added global vars.
(longopts, print_help, main, process_file): put absolute filenames
	in the tag file if the -A --absolute-pathnames option is used.
	(print_help): alfabetically order the options.
	(malloc, realloc, strcpy, strncpy, strcmp): remove extern declar.
1994-02-14 14:28:22 +00:00
Roland McGrath
622aca7c60 Initial revision 1994-02-14 00:41:56 +00:00
Roland McGrath
d1e08a3611 (BROKEN_START, TEXT_START): Don't define.
(HAVE_TEXT_START): Define this instead.
1994-02-13 22:22:26 +00:00
Roland McGrath
76cfb239c0 (start_of_text): Don't define #ifdef HAVE_TEXT_START. 1994-02-13 22:19:34 +00:00
Richard M. Stallman
5cc9f80d69 (decode_mode_spec): Support %+. 1994-02-13 02:06:55 +00:00
Richard M. Stallman
456c617c0b (undo, yank): Set this-command to t at start,
and set it correctly at the end.
1994-02-13 00:16:23 +00:00
Richard M. Stallman
188420314b (command_loop_1): On entry, set last_command to this_command. 1994-02-13 00:15:20 +00:00
Richard M. Stallman
afd359c4bb (term_init): If no se', use me';
if no `me' either, don't use standout mode at all.
1994-02-12 22:32:39 +00:00
Richard M. Stallman
d9a71a8ffc (command-line-1): Improve previous change. 1994-02-12 20:14:29 +00:00
Richard M. Stallman
1d7da582b4 (inhibit-startup-echo-area-message): New variable.
(command-line-1): Undo prev change.
New test for whether to suppress echo area message.
Update copyright year in displayed message.
1994-02-12 20:01:43 +00:00
Richard M. Stallman
19ae9866c9 (face-initialize): Specify default characteristics
for the	standard faces.  Use face-fill-in to set up existing frames.
(face-fill-in, face-try-color-list): New subroutines.
Handle underline, foreground and background in the
frame-independent info of a face.
(x-create-frame-with-faces): Use face-fill-in.
(x-initialize-frame-faces): Function deleted.
1994-02-12 06:25:56 +00:00
Karl Heuer
e1f672f579 (super-apropos-check-doc-file): Don't attempt to retrieve function
documentation from a symbol with no function binding.
1994-02-12 04:21:06 +00:00
Richard M. Stallman
61563ba0c9 (disabled-command-hook): Use eq to compare elts
of this-command-keys.  Choose the appropriate kind of Meta.
1994-02-12 02:58:48 +00:00
Richard M. Stallman
632021345a Set up Alt keys as well as C-x 8 prefix.
No need to create the prefix submaps explicitly.
(iso-transl-char-map): New variable.
Change the sequences aa and ae to just a and e.
1994-02-12 02:39:53 +00:00
Richard M. Stallman
808c0f209f (Fset_frame_height, Fset_frame_width, Fset_frame_size):
Pass CHANGE_GRAVITY arg to x_set_window_size.

(other_visible_frames): New function; code taken from Fdelete_frame.
(Fdelete_frame): Use it.
(Fmake_frame_invisible): Use it.  New arg FORCE.
1994-02-12 02:37:17 +00:00
Richard M. Stallman
26757b4b03 (clone-init-mode-variables): Don't defvar
variables if already bound.  Put on clone-unmerged props if
they were not bound.
(clone-make-docstring): Install the map unconditionally;
set clone-unmerged property to nil.  No clone-merged property.
(clone-set-syntax-table): Set clone-unmerged prop, not clone-merged.
(clone-set-abbrev-table): Call clone-merge-abbrev-tables.
Don't touch properties here.
(clone-merge-keymaps): Splice out the `keymap' of the OLD map.
(clone-merge-abbrev-tables): New function.
1994-02-12 02:27:29 +00:00
Karl Heuer
382d3536ba Fix misspelled symbol LD_SWITCH_X_SITE_AUX. 1994-02-12 02:26:44 +00:00
Richard M. Stallman
7ac7f4c200 (perl-mode): Set parse-sexp-ignore-comments. 1994-02-12 02:17:58 +00:00
Richard M. Stallman
918a80cf33 (${libsrc}make-docfile): Don't pass ../arch-lib as target to submake. 1994-02-12 02:10:41 +00:00
Karl Heuer
be1dca2717 Fix conditional compilation. 1994-02-12 01:28:45 +00:00
Karl Heuer
18a66f9916 Delete HAVE_SETSID; configure checks for that. 1994-02-12 00:32:31 +00:00
Richard M. Stallman
8ffcf3f1fb *** empty log message *** 1994-02-12 00:30:26 +00:00
Karl Heuer
1cac1f6f2f (gethomedir): Look at LOGNAME before USER. 1994-02-12 00:12:15 +00:00
Karl Heuer
7246d1d3aa (x_scroll_bar_create): Fix indentation. 1994-02-11 23:35:47 +00:00
Karl Heuer
b1da234a9a (Fuser_real_login_name): Doc fix. 1994-02-11 22:31:39 +00:00
Karl Heuer
28b4613975 (rmail-dont-reply-to): Change user-original-login-name to user-login-name. 1994-02-11 22:05:44 +00:00
Karl Heuer
d0eecffacb (rmail-variables, rmail-insert-inbox-text): Change user-original-login-name to
user-login-name.
1994-02-11 22:04:41 +00:00
Karl Heuer
cef7ae6e1a (user-original-login-name): Reduce to a defalias, since it's redundant with
user-login-name.  All callers changed to use user-login-name.
1994-02-11 22:01:56 +00:00
Karl Heuer
66b89353c0 (gnus-user-login-name): Fix doc string. 1994-02-11 21:56:45 +00:00
Karl Heuer
157acde57f (gnus-inews-login-name): Remove unnecessary (getenv "LOGNAME") and (getenv
"USER"), since (user-login-name) already does this.
1994-02-11 21:55:57 +00:00
Karl Heuer
df00183bf8 (display-time-filter): Remove unnecessary (getenv "LOGNAME") and (getenv
"USER"), since (user-login-name) already does this.
1994-02-11 21:54:44 +00:00
Karl Heuer
a6451a9fa7 (Fsubstitute_in_file_name): Remove long-dead code that looked at USER before
LOGNAME.
1994-02-11 21:51:51 +00:00
Karl Heuer
2c9ae24e79 (init_editfns): Look at LOGNAME before USER. 1994-02-11 21:51:23 +00:00
Richard M. Stallman
764b979bfe Don't initialize CC.
(creating src/Makefile): Also generate -U switches
for symbols in the $configuration value.

(creating src/Makefile): Delete blank lines along with lines of whitespace.

Check for sys_siglist being declared in system header.

(m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value.
1994-02-11 21:32:49 +00:00
Karl Heuer
237e6ab056 (perform-replace): Check for empty stack. 1994-02-11 21:07:59 +00:00