1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 09:20:54 -08:00
Commit graph

40854 commits

Author SHA1 Message Date
Paul Reilly
0ffba6bd01 (rmail-dont-reply-to-names): Modify the documentation to make it email
address centric rather than login name centric.  Contributed by
lorentey@elte.hu.
2002-03-19 19:35:31 +00:00
Kim F. Storm
d1ef18f293 *** empty log message *** 2002-03-19 12:04:17 +00:00
Kim F. Storm
89440542c3 (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
(HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
(HAVE_SYS_UN_H): Undef.
From David Ponce <dponce@voila.fr>.
2002-03-19 12:03:42 +00:00
Kim F. Storm
c4aca2a37b (LIBS): Add $(WSOCK32). From David Ponce <dponce@voila.fr>. 2002-03-19 12:01:09 +00:00
Colin Walters
559ac4c15d (ibuffer-set-mark): Go back to the beginning of the line after setting
the mark.
(ibuffer-insert-buffers-and-marks): Invert the test for
`ibuffer-sorting-reversep'.
2002-03-18 21:21:57 +00:00
Colin Walters
1915493bda (ibuffer-toggle-sorting-mode): Remove `find-if' so we don't require
`cl' at runtime.
(sorting mode mode-name): Don't take the symbol-name of a string.
2002-03-18 21:21:31 +00:00
Colin Walters
6e668118f0 *** empty log message *** 2002-03-18 21:21:13 +00:00
Stefan Monnier
8f9891abe5 *** empty log message *** 2002-03-18 20:29:26 +00:00
Stefan Monnier
374353564a (unify-8859-on-decoding-mode)
(unify-8859-on-encoding-mode): Remove autoload cookie.
2002-03-18 20:23:44 +00:00
Stefan Monnier
86db31d56a ("emacs-lisp/backquote"): Load earlier.
("international/ucs-tables"): Load and turn on
unify-8859-on-encoding-mode unconditionally.
(emacs-version): Use `defconst' rather than `setq'.
2002-03-18 20:21:56 +00:00
Pavel Janík
44c887be5c (wait_reading_process_input): Move variables pname' and pnamelen' down
where they are used.
2002-03-18 18:22:37 +00:00
Pavel Janík
18f85cdd59 (Fbyte_code): Discard unused computed value to prevent gcc warning. 2002-03-18 18:18:21 +00:00
Pavel Janík
99982883b7 (Fplist_member): Add prototype. 2002-03-18 18:16:25 +00:00
Pavel Janík
744d746b0b Fix typo. 2002-03-18 18:14:38 +00:00
André Spiegel
fbca60c41a # 2002-03-18 17:28:30 +00:00
André Spiegel
00ec645cd7 (vc-sccs-register): Fix handling of vc-[sccs-]register-switches. 2002-03-18 17:20:43 +00:00
André Spiegel
4897ff21e9 (vc-cvs-register): Fix handling of vc-[cvs-]register-switches. 2002-03-18 17:19:45 +00:00
André Spiegel
c9a1f2af3d (vc-rcs-register): Fix handling of vc-[rcs-]register-switches.
(vc-rcs-checkin-switches, vc-rcs-checkout-switches): Removed, since
they weren't used yet.
2002-03-18 17:17:38 +00:00
Stefan Monnier
194c8d989a (eshell-binary-suffixes): Use exec-suffixes. 2002-03-18 14:56:35 +00:00
Kim F. Storm
2ac75e6e12 Manually edited to add checks for sendto, recvfrom, getsockopt, setsockopt,
getsockname, getpeername, and sys/un.h
2002-03-18 14:15:01 +00:00
Kim F. Storm
10ce34dcaf *** empty log message *** 2002-03-18 14:13:15 +00:00
Kim F. Storm
28c6e94f3a Define HAVE_LOCAL_SOCKETS based on HAVE_SYS_UN_H.
Remove explicit GNU_LINUX settings for datagram support.
2002-03-18 14:09:57 +00:00
Kim F. Storm
955c874d18 Add HAVE_SENDTO, HAVE_RECVFROM, HAVE_SETSOCKOPT,
HAVE_GETSOCKOPT, HAVE_GETPEERNAME, HAVE_GETSOCKNAME, and
HAVE_SYS_UN_H.
2002-03-18 14:08:37 +00:00
Kim F. Storm
66abe59651 Test for sendto, recvfrom, getsockopt, setsockopt,
and getsockname functions.  Test for sys/un.h include file.
2002-03-18 14:03:56 +00:00
Pavel Janík
fa9d4315b7 (Fmake_network_process): Remove unused variable `sa'.
Doc fix.  Add usage:.
(set_socket_options): Remove unused variables `optnum' and `opttype'.
2002-03-18 11:27:26 +00:00
Richard M. Stallman
7665519d90 *** empty log message *** 2002-03-18 09:12:09 +00:00
Richard M. Stallman
e51c889c5d (menu-bar-options-menu): Cope if text-mode-hook is not a list. 2002-03-18 09:06:35 +00:00
Eli Zaretskii
506280c317 Update the copyright years. 2002-03-18 06:45:49 +00:00
Pavel Janík
623fa9e7f4 Fix typos. 2002-03-18 06:05:01 +00:00
Richard M. Stallman
6147334f2b *** empty log message *** 2002-03-18 04:44:05 +00:00
Richard M. Stallman
5fb96e963b (cursor_type_changed): New variable.
(redisplay_internal): Redisplay all windows if cursor_type_changed.
Clear it when clearing windows_or_buffers_changed.
(try_cursor_movement, redisplay_window, try_window_id)
(try_window_reusing_current_matrix): Test cursor_type_changed
along with windows_or_buffers_changed.

(clear_garbaged_frames): Don't set windows_or_buffers_changed
if no frames needed redrawing.
2002-03-18 04:43:36 +00:00
Richard M. Stallman
d1a0ea0ae2 (cursor_type_changed): Hew variable. 2002-03-18 04:38:43 +00:00
Richard M. Stallman
7569100503 (x_set_cursor_type): Set cursor_type_changed,
not update_mode_lines, and always set it to 1.
2002-03-18 04:38:15 +00:00
Richard M. Stallman
df5c36cd5c (P_): Definitions deleted. 2002-03-18 04:33:33 +00:00
Richard M. Stallman
93e92186be (pc-selection-mode): Alter the existing global map, don't replace it. 2002-03-18 04:31:36 +00:00
Richard M. Stallman
849051903e (list-directory): Set default-directory at the end. 2002-03-18 04:30:45 +00:00
Richard M. Stallman
da4f2a4d78 (save-buffer-state):
Bind inhibit-modification-hooks and buffer-file-truename
instead of before-change-functions and after-change-functions.
2002-03-18 04:29:13 +00:00
Richard M. Stallman
9fb980fc3d (imenu-menubar-modified-tick): Renamed from
imenu-update-menubar-modified-tick.
(imenu-update-menubar): Update imenu-menubar-modified-tick
whenever outer condition succeeds.
2002-03-18 04:27:30 +00:00
Richard M. Stallman
43711c229f (dabbrev--goto-start-of-abbrev): Put a limit on field-beginning search. 2002-03-18 04:24:57 +00:00
Richard M. Stallman
1665be4714 Put * in user option doc strings.
(browse-url-mosaic-pidfile): New variable.
(browse-url-mosaic): Use it.

(browse-url-filename-alist): Don't begin docstring with *, you don't
want to set this one with M-x set-variable.
2002-03-18 04:24:09 +00:00
Stefan Monnier
a3ec4ba0ff (sgml-xml-mode): Renamed from sgml-xml.
(sgml-xml-guess): Simplify.
(sgml-mode-common): Remove (move into sgml-mode).
(sgml-mode): Add code from sgml-mode-common.
Remove redundant setting of indent-line-function.
Don't set skeleton-transformation when in XML mode.
2002-03-17 23:55:15 +00:00
Stefan Monnier
ec96e747a1 (describe-char-after): Use `internal-describe-syntax-value' again. 2002-03-17 21:51:46 +00:00
Stefan Monnier
2154a29765 (ucs-unify-8859, ucs-fragment-8859): Use unify-8859-on-decoding-mode.
(unify-8859-on-decoding-mode): Also set translation-table-for-input.
(ucs-insert): Give an error if the unicode char can't be created.
2002-03-17 20:50:48 +00:00
Stefan Monnier
1f3d429d73 (cvs-parse-table): Be a bit more lenient.
(cvs-parse-status): Handle the "used to have a conflict" marker.
2002-03-17 20:48:14 +00:00
Kim F. Storm
fd13a3cc89 Describe enhanced networking support. 2002-03-17 20:37:10 +00:00
Kim F. Storm
5439f987dd Enhanced network process support. 2002-03-17 20:33:31 +00:00
Kim F. Storm
41c4dfe119 Update copyright.
(shadow-save-buffers-kill-emacs): Also check for active server
processes.  Use process-query-on-exit-flag.
2002-03-17 20:32:20 +00:00
Kim F. Storm
48a4a1fbe0 (save-buffers-kill-emacs): Also check for active server
processes.  Use process-query-on-exit-flag.  Only list processes
which has the query-on-exit flag set in connection with user query.
2002-03-17 20:30:19 +00:00
Kim F. Storm
ed7069afda Update copyright.
(clone-process): Use make-network-process to clone network
processes. Get command list via (process-contact ... t).
Use set-process-query-on-exit-flag and process-query-on-exit-flag
instead of process-kill-without-query.
(open-network-stream): Replaces C-version from process.c.
(open-network-stream-nowait, open-network-stream-server): New
functions.
(process-kill-without-query): Replaces C-version from process.c.
2002-03-17 20:28:53 +00:00
Kim F. Storm
e690ca94fe (Qlocal, QCname, QCbuffer, QChost, QCservice, QCfamily)
(QClocal, QCremote, QCserver, QCdatagram, QCnowait, QCnoquery,QCstop)
(QCcoding, QCoptions, QCfilter, QCsentinel, QClog, QCfeature):
New variables.
(NETCONN1_P): New macro.
(DATAGRAM_SOCKETS): New conditional symbol.
(datagram_address): New array.
(DATAGRAM_CONN_P, DATAGRAM_CHAN_P): New macros.
(status_message): Use concat3.
(Fprocess_status): Add `listen' status to doc string.  Return `stop'
for a stopped network process.
(Fset_process_buffer): Update contact plist for network process.
(Fset_process_filter): Ditto.  Don't enable input for stopped
network processes.  Server must listen, even if filter is t.
(Fset_process_query_on_exit_flag, Fprocess_query_on_exit_flag):
New functions.
(Fprocess_kill_without_query): Removed.  Now defined in simple.el.
(Fprocess_contact): Added KEY argument.  Handle datagrams.
(list_processes_1): Optionally show only processes with the query
on exit flag set.  Dynamically adjust column widths.  Omit tty
column if not needed.  Report stopped network processes.
Identify server and datagram network processes.
(Flist_processes): New optional arg `query-only'.
(conv_sockaddr_to_lisp, get_lisp_to_sockaddr_size)
(conv_lisp_to_sockaddr, set_socket_options)
(network_process_featurep, unwind_request_sigio): New helper functions.
(Fprocess_datagram_address, Fset_process_datagram_address):
(Fset_network_process_options): New lisp functions.
(Fopen_network_stream): Removed.  Now defined in simple.el.
(Fmake_network_process): New lisp function.  Code is based on previous
Fopen_network_stream, but heavily reworked with new property list based
argument list, support for datagrams, server processes, and local
sockets in addition to old client-only functionality.
(server_accept_connection): New function.
(wait_reading_process_input): Use it to handle incoming connects.
Do not enable input on a new connection if process is stopped.
(read_process_output): Handle datagram sockets. Use 2k buffer for them.
(send_process): Handle datagram sockets.
(Fstop_process, Fcontinue_process): Apply to network processes.  A stopped
network process is indicated by setting command field to t .
(Fprocess_send_eof): No-op if datagram connection.
(Fstatus_notify): Don't read input for a stream server socket or a
stopped network process.
(init_process): Initialize datagram_address array.
(syms_of_process): Intern and staticpro new variables, defsubr new
functions.
2002-03-17 20:20:33 +00:00