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

9583 commits

Author SHA1 Message Date
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
Karl Heuer
3ab141767a (read_minibuf): Store the object, not the string, into the history variable. 1994-10-18 03:05:34 +00:00
Richard M. Stallman
332ad7ce48 (nntp-open-server): Send MODE READER command to server. 1994-10-18 02:45:12 +00:00
Richard M. Stallman
7ff974482e (display-time-filter): Ignore mail-spool-file if not string. 1994-10-18 02:39:40 +00:00
Karl Heuer
eac358efdd (x_set_unsplittable): New function.
(x_frame_parms): Add that function to the table.
1994-10-18 02:32:43 +00:00
Richard M. Stallman
610c25c1bf (etags-tags-table-files, etags-tags-included-tables):
Search backwards for the comma in case the file name contains one.
1994-10-18 02:19:25 +00:00
Richard M. Stallman
6f8b09f3fb (msdos): PUt sed* in the distribution.
Put update-subdirs and lisp/subdirs.el in the dist.
1994-10-18 01:45:10 +00:00
Karl Heuer
0ccf5d73ba (do_line_dance): Decrement index only once per loop. 1994-10-18 01:29:09 +00:00
Karl Heuer
fd374ddce2 (do_line_insertion_deletion_costs): Fix argument order. 1994-10-18 00:08:18 +00:00
Richard Kenner
a6fd387534 Add support for AIX 4.1 and architecture. 1994-10-17 23:16:35 +00:00
Karl Heuer
3412f30312 (regex.o): Use full path to find regex.c. 1994-10-17 20:56:18 +00:00
Karl Heuer
66ab94d9bb (etags): add dependency on regex.o, link with it.
(REGEXPOBJ, REGEXPDEPS, regex.o): target and macros added.
1994-10-17 20:26:22 +00:00
Morten Welinder
87485d6fc9 *** empty log message *** 1994-10-17 08:42:36 +00:00
Morten Welinder
ef88bd2dc0 Initial revision 1994-10-17 08:04:13 +00:00
Morten Welinder
ddff705b7a *** empty log message *** 1994-10-17 07:35:36 +00:00