1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

5879 Commits

Author SHA1 Message Date
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
Richard M. Stallman
dd24e6a699 (syms_of_buffer): Doc fix. 1994-02-11 19:06:00 +00:00
Richard M. Stallman
8ffcb79f95 (decode_mode_spec): Implement `P'. 1994-02-11 18:56:15 +00:00
Charles Hannum
e7e0c779e1 Use -ltermcap, not Emacs's own version. #undef symbols used for
replacement getloadavg(), since we have our own.  Don't redefine
symbols from a.out.h if they already exit (i.e. this is NetBSD >0.9).
1994-02-11 17:52:05 +00:00
Roland McGrath
6c9364e196 (SYSV_SYSTEM_DIR): Define.
(BROKEN_START, TEXT_START, START_FILES, UNEXEC, RUN_TIME_REMAP): Define to
use unexsunos4.
(N_PAGSIZ, N_BSSSADDR, N_TRELOFF): Define so unexsunos4.c compiles.
1994-02-11 17:32:57 +00:00
Fred Pierresteguy
6bc2039852 (x_set_menu_bar_lines) [USE_X_TOOLKIT]: Dont Call XtDestroyWidget but
free_frame_menubar.
Undo previous changes.
1994-02-11 13:56:38 +00:00
Fred Pierresteguy
363f7e15ee *** empty log message *** 1994-02-11 13:50:53 +00:00
Fred Pierresteguy
9d7e2e3eef (x_destroy_window) [USE_X_TOOLKIT]: Call free_frame_menubar. 1994-02-11 13:25:11 +00:00
Fred Pierresteguy
85f487d15c (free_frame_menubar) [USE_X_TOOLKIT]. New function to destroy the X Widget
instance of the menubar.
1994-02-11 13:19:19 +00:00
Fred Pierresteguy
63c414df27 (xmenu_show) [USE_X_TOOLKIT]: return Qnil when val is null. 1994-02-11 08:52:53 +00:00
Karl Heuer
649ddbf59f Fix spelling of pre-command-hook. 1994-02-11 08:10:01 +00:00
Karl Heuer
b0f2a7bf45 (syms_of_keyboard): Add a DEFVAR for command-hook-internal.
(command_loop_1): Use it for post-command-hook.

(Fexecute_extended_command): Copy this_command_keys as a vector, not a string.
1994-02-11 08:05:12 +00:00
Karl Heuer
fbb6c27bac Fix syntax used for C-SPC. 1994-02-11 06:03:57 +00:00
Roland McGrath
b00f856bc3 (etags-goto-tag-location): First go directly to STARTPOS and see if PAT is
right there.
1994-02-11 05:54:37 +00:00
Roland McGrath
a86928f70c (sys_siglist): Protect decl with #ifndef SYS_SIGLIST_DECLARED. 1994-02-11 02:52:17 +00:00
Roland McGrath
d21dd7109c Add #undef SYS_SIGLIST_DECLARED. 1994-02-11 02:50:00 +00:00
Karl Heuer
3cb8101157 (read_char, read_char_minibuf_menu_prompt, read_key_sequence): Retry read_char
after a buffer change.
1994-02-11 01:34:16 +00:00
Karl Heuer
6c82d689cf (read_filtered_event): Retry read_char after a buffer change. 1994-02-11 01:29:24 +00:00
Karl Heuer
7b260679d0 Split #ifdef so as not to confuse c-mode. 1994-02-11 00:13:59 +00:00
Karl Heuer
afdb248596 (Fpos_visible_in_window_p): Take hscroll into account. 1994-02-11 00:00:28 +00:00
Karl Heuer
ef0fdbb1db (buffer_posn_from_coords): Take hscroll into account. 1994-02-10 23:59:25 +00:00
Karl Heuer
671fbc4df1 (Fmessage): Copy the text to be displayed into a malloc'd buffer. 1994-02-10 20:50:54 +00:00
Karl Heuer
3a179e58d7 Comment change. 1994-02-10 20:44:20 +00:00
Karl Heuer
8e718b4eb6 (difftm): Simplify expression. 1994-02-10 20:27:34 +00:00
Fred Pierresteguy
9106ccf1ff (xmenu_show) [USE_X_TOOLKIT]: Test event.xmotion.x_root in the MotionNotify
case.
1994-02-10 09:34:37 +00:00
Richard M. Stallman
8921525e34 (shell-get-current-command): Make regexp more selective. 1994-02-10 08:35:48 +00:00
Richard M. Stallman
6f482eec77 (mouse-start-end): For double click with START on openparen,
start forward scan from START.
1994-02-10 07:39:09 +00:00
Richard M. Stallman
fee7a5a2e3 (lisp-font-lock-keywords-2): Quote the * in let*. 1994-02-10 04:43:50 +00:00
Richard M. Stallman
3d9f5ce2fa Use new name vmsdir.h. 1994-02-10 04:38:58 +00:00
Karl Heuer
9ea9bca3e3 (outline-mode): Fix spelling of add-hook. 1994-02-10 00:48:59 +00:00
Karl Heuer
f05b275b4a (Fdo_auto_save): Save echo_area_glyphs_length. 1994-02-10 00:39:28 +00:00
Karl Heuer
51056d11c5 (Fgarbage_collect): Save echo_area_glyphs_length. 1994-02-10 00:35:15 +00:00
Karl Heuer
7410477aee (Fkill_all_local_variables): Run change-major-mode-hook. 1994-02-09 23:47:09 +00:00
Karl Heuer
f94397b551 (x_display_cursor, process_expose_from_menu): Block input. 1994-02-09 23:31:54 +00:00
Karl Heuer
412082915f (vc-comment-to-change-log): Load add-log before binding
add-log-current-defun-function.
1994-02-09 23:02:28 +00:00
Karl Heuer
f47ed8df08 (CRT0_DUMMIES): Definition deleted. 1994-02-09 22:32:39 +00:00
Karl Heuer
1ec715837b (mouse-start-end): Check START rather than point for being at eob. 1994-02-09 22:21:47 +00:00
Karl Heuer
9149e74322 (mark_object): Fetch obj from *objptr at loop, not at the gotos. 1994-02-09 22:04:55 +00:00
Richard M. Stallman
98f5cfc333 (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000. 1994-02-09 21:08:01 +00:00
Richard M. Stallman
1e39d86ddb Get, use, and substitute C_SWITCH_MACHINE like C_SWITCH_SYSTEM. 1994-02-09 21:03:13 +00:00
Fred Pierresteguy
47e8f9a322 (xmenu_show ) [USE_X_TOOLKIT]: Implement a Motif behavior for the menubar. Now,
if you move the pointer on another menubar item while displaying the contents
of a selected menubar item, the current pulldown menu is closed and the new
one corresponding to the new pointed item is displayed.
Clean up code.
Handle the MotionNotify events in the XEvent loop.
1994-02-09 13:51:25 +00:00
Richard M. Stallman
07ff9ea94b (C_SWITCH_MACHINE): Get this from autoconf.
(ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use C_SWITCH_MACHINE.
1994-02-09 09:13:05 +00:00
Richard M. Stallman
d07482afc1 (display-time): Use expand-file-name to make file name of wakeup. 1994-02-09 05:48:11 +00:00