1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 11:50:51 -08:00
Commit graph

9597 commits

Author SHA1 Message Date
Per Bothner
4c07cabb2a Better NCR support. 1994-10-21 01:50:59 +00:00
Richard M. Stallman
07074849f0 (rmail-get-new-mail): If display-time is in use,
call display-time-filter to update the Mail indicator.
1994-10-21 00:48:18 +00:00
Richard M. Stallman
b5b4d3606f (list_buffers_1): Always mark current_buffer read-only. 1994-10-20 21:19:47 +00:00
Roland McGrath
5c9e49a953 (next-file): Initialize next-file-list all at once from all tables.
Never call visit-tags-table-buffer when INITIALIZE is not t.
1994-10-20 21:17:44 +00:00
Richard M. Stallman
b32701a7ff PopServer renamed to popserver throughout. 1994-10-20 20:35:57 +00:00
Karl Heuer
5d6c83ae15 (edit-and-eval-command): Elements of command-history are forms, not strings. 1994-10-20 20:14:45 +00:00
Richard M. Stallman
7ee9eab9d7 (LD_SWITCH_MACHINE): Defined. 1994-10-20 20:10:29 +00:00
Richard M. Stallman
bc9babb622 (ange-ftp-get-passwd): Use user-mail-address.
(ange-ftp-generate-anonymous-password): Doc fix.
1994-10-20 20:03:30 +00:00
Karl Heuer
daaf01970e (repeat-matching-complex-command): Fix check for empty pattern. Simplify.
(default-command-history-filter-garbage): Fix doc string.
(list-command-history-filter, list-command-history-max): Likewise.
1994-10-20 20:01:41 +00:00
Karl Heuer
be76511435 (read_minibuf): Fix comment. 1994-10-20 19:13:47 +00:00
Karl Heuer
8d77c0c832 (Fdisplay_buffer): Make old_selected_window a Lisp_Object. 1994-10-20 19:11:29 +00:00
Boris Goldowsky
bf7d4561c1 (facemenu-get-face): Don't add to menu here.
(facemenu-face-menu, facemenu-foreground-menu,
	facemenu-background-menu): New or renamed variables for submenus.(facemenu-color-alist): Renamed from facemenu-colors.
(facemenu-add-new-face): New function.
(facemenu-update): Don't redo top-level menu;
	nothing should change.  Move menu setup to defvars.  Use
	facemenu-add-new-face. Changed global binding to C-down-mouse-3.
(facemenu-menu): "Update" item removed; should
	no longer be needed interactively.
(facemenu-complete-face-list): Just return faces,
	not keybindings.
1994-10-20 18:15:25 +00:00
Boris Goldowsky
33af44e844 (make-face): Add new face to Face menu on creation. -- Bng 1994-10-20 18:11:27 +00:00
David J. MacKenzie
25b4690733 Don't declare malloc, since we include config.h. 1994-10-20 16:37:04 +00:00
Francesco Potortì
f7046d47ca * man.el (Man-init-defvars): Corrections to Man-filter-list.
(Man-fontify-manpage): Added cleaning of ksh manpage daggers.
	(Man-fontify-manpage): Added cleaning of ksh manpage daggers.
	(Man-bgproc-sentinel): Unconditionally call Man-cleanup-manpage.
1994-10-20 10:04:17 +00:00
Richard M. Stallman
e9a79fb23e (xdialog_show, xmenu_show): Use grabbed field instead of x_mouse_grabbed.
(xmenu_show): Use the screen in FRAME_X_DISPLAY_INFO,
not the display's default screen.
1994-10-20 06:39:00 +00:00
Richard M. Stallman
a9d77f1fb7 (do_mouse_tracking): Now a FRAME_PTR.
(EVENT_QUEUES_EMPTY, Ftrack_mouse, tracking_off): Changed accordingly.
(kbd_buffer_get_event): Let do_mouse_tracking specify the display
for mouse tracking.
1994-10-20 05:33:22 +00:00
Richard M. Stallman
2408b3a17c Log omitted from previous checkin:
(x_own_selection, x_get_foreign_selection): Pass frame
to x_catch_errors, x_check_errors, x_uncatch_errors.
1994-10-20 04:40:28 +00:00
Richard M. Stallman
3834c318df (x_get_foreign_selection): Get display from
selected_frame.  Pass frame to x_stop_queuing_selection_requests and
x_start_queuing_selection_requests.
(x_own_selection, Fx_disown_selection_internal, Fx_selection_exists_p)
(Fx_store_cut_buffer_internal, Fx_get_cut_buffer_internal)
(Fx_rotate_cut_buffers_internal): Get display from selected_frame.
1994-10-20 04:39:13 +00:00
Richard M. Stallman
9f6131cfa0 (read_minibuf): Undo previous change. 1994-10-20 04:37:03 +00:00
Richard M. Stallman
1942f68fa4 (Fdisplay_buffer): If the other window is smaller
than its peer, even out their heights.
1994-10-20 04:33:34 +00:00
Richard M. Stallman
8148baf912 Only include ../src/config.h if HAVE_CONFIG_H is
defined, and if HAVE_CONFIG_H isn't defined, define
MAIL_USE_POP always (so that this file can be included in
other programs besides emacs).

Only declare h_errno if HAVE_H_ERRNO isn't defined or
HAVE_CONFIG_H isn't defined.

(find_crlf, getline): Instead of using strstr, use a
custom function for finding CRLF.
(my_strstr): Function deleted.
1994-10-19 22:52:57 +00:00
Richard M. Stallman
1a9654a0c3 Don't declare malloc. 1994-10-19 22:49:37 +00:00
David J. MacKenzie
ca452d5f79 Use test -r instead of < to check readability, to avoid syntax error. 1994-10-19 21:27:58 +00:00
David J. MacKenzie
764954eff2 Add licensing exception for Autoconf. 1994-10-19 19:55:36 +00:00
Richard M. Stallman
20b25e46b6 (child_setup): Always use _exit. 1994-10-19 19:46:05 +00:00
Richard M. Stallman
92280f6793 Use FRAME_X_DISPLAY, not XDISPLAY or x_current_display.
(menu_item_equiv_key): Reject equiv sequences
that start with mouse clicks.
1994-10-19 09:56:48 +00:00
Richard M. Stallman
d0a4971686 (Voverriding_local_map_menu_flag): New variable.
(syms_of_keyboard): Set up Lisp var.
(menu_bar_items): Obey Voverriding_local_map_menu_flag.
1994-10-19 09:00:37 +00:00
Morten Welinder
5d7d1333ac *** empty log message *** 1994-10-19 07:47:54 +00:00
Karl Heuer
487282dc64 (searchbufs): New variable, replaces searchbuf and last_regexp and
search_fastmap.
(syms_of_search): Initialize it.
(searchbuf_head): New variable.
(compile_pattern_1): Renamed from compile_pattern and made static.
Copy the regexp string in case the caller modifies it in place later.
(compile_pattern): New code, uses a cached entry if one is available.
The pattern buffer is now a return value instead of an arg.
(set_search_regs): Set num_regs directly, since there's no active
pattern buffer to pass to re_set_registers.
(Fstore_match_data): Likewise.
(Flooking_at): Use the new calling convention for compile_pattern.
(Fstring_match, fast_string_match, search_buffer): Likewise.
1994-10-19 04:51:45 +00:00
Karl Heuer
e50c66d349 (Fdirectory_files): Use the new calling convention for compile_pattern. 1994-10-19 04:51:07 +00:00
Richard M. Stallman
41b9e2b568 *** empty log message *** 1994-10-19 03:55:13 +00:00
Richard M. Stallman
116987ba62 (auto-mode-alist): Doc fix. 1994-10-19 00:08:18 +00:00
Richard M. Stallman
625ad89f2a Fix mismatch in conditionals. 1994-10-18 23:50:10 +00:00
Richard Kenner
51eebc4f4c Minor update to last change. 1994-10-18 23:29:31 +00:00
Richard Kenner
8593feb616 Revise support for AIX 4.1 on POWER and PowerPC. 1994-10-18 23:26:27 +00:00
Richard M. Stallman
c9ed66f41f (font-lock-after-change-function): If inside a comment,
don't scan for keywords.

(font-lock-fontify-region): Discard leading spaces from comment-end.
1994-10-18 22:34:04 +00:00
Richard M. Stallman
abe9ff327f (heap_base): Move static var to top level.
(struct heap): New slot `free'.
(obtain): Set `free' for new heap.
(get_bloc): Update `free'.
(find_heap): New function.
(update_heap_free_pointers): New function.
(resize_bloc, r_alloc_sbrk): Call update_heap_free_pointers.
1994-10-18 21:53:19 +00:00
Richard M. Stallman
149cbcb0b7 (SOME_MACHINE_OBJECTS): Add msdos.o and x*.o files. 1994-10-18 20:57:58 +00:00
Richard M. Stallman
6d68310438 (open, close, read, write): Add #undefs. 1994-10-18 19:09:07 +00:00
Richard M. Stallman
b8a0f2d8ab [SYSV_IPC] (main): Catch SIGHUP as well. Don't
call kill with pid 0.  Handle EINTR when receiving messages.
1994-10-18 11:23:18 +00:00
Richard M. Stallman
c9c3d8f648 Include ../src/config.h. 1994-10-18 07:36:39 +00:00
Richard M. Stallman
7a481e50f6 Don't declare malloc, realloc, free.
Don't include string.h or strings.h.
Include des.h before krb.h.
Do declare my_strstr.
(getline): Really use my_strstr.
Leave one empty place in server->buffer,
and put a null at the end of the data in it.
1994-10-18 07:34:59 +00:00
Richard M. Stallman
0178cafafc (run-scheme): Delete autoload cookie. 1994-10-18 06:35:19 +00:00
Richard M. Stallman
a03385143c (run-scheme): Add autoload cookie.
(scheme): Function deleted.
1994-10-18 06:34:44 +00:00
Richard M. Stallman
e175bda252 (info-insert-file-contents): Always check for conflict with jka-compr.
(Info-find-node): Don't search on Info-directory-list if the
file name is absolute.
1994-10-18 05:25:40 +00:00
Richard M. Stallman
b6c96aa028 (rmail-spool-directory): Add a condition to test the Bull DPX/2. 1994-10-18 05:22:27 +00:00
Richard M. Stallman
815d2127f5 (easy-menu-create-keymaps): Add autoload cookie. 1994-10-18 04:59:45 +00:00
Karl Heuer
72970473b2 (exactn): Initializer deleted. 1994-10-18 03:48:00 +00:00
Karl Heuer
81b5c4dd11 (RE_EXACTN_VALUE): Deleted; Emacs doesn't need this kludge anymore. 1994-10-18 03:47:42 +00:00