- 21 Mar, 2002 10 commits
-
-
Kim F. Storm authored
(QCtype, Qdatagram): New variables. (network_process_featurep): Removed function. (Fmake_network_process): Removed :feature check. Use :type 'datagram instead of :datagram t to create a datagram socket. This allows us to add other connection types (e.g. raw sockets) later in a consistent manner. (init_process) [subprocess]: Provide list of supported subfeatures for feature make-network-process. (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram. Intern and staticpro QCtype and Qdatagram. (syms_of_process) [!subprocess]: Intern and staticpro QCtype.
-
Kim F. Storm authored
Fmember rather than Fmemq). (Fprovide): Check that subfeatures is a list.
-
Kim F. Storm authored
removed the wrong version of the DEFUN macro; fixed it.
-
Richard M. Stallman authored
(CHECK_INFINITE_LOOP): Use DISCARD_FAILURE_REG_OR_COUNT when jumping to `fail' to avoid undoing reg changes in the last iteration of the loop. (GET_UNSIGNED_NUMBER): Skip spaces around the number.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Michael Kifer authored
-
Thien-Thi Nguyen authored
directions as the last action.
-
- 20 Mar, 2002 23 commits
-
-
Pavel Janík authored
-
Pavel Janík authored
-
Jason Rumney authored
-
Jason Rumney authored
-
Jason Rumney authored
-
Jason Rumney authored
-
Jason Rumney authored
(Fimage_size, Fimage_mask_p, XPutPixel): New functions. (four_corners_best, x_clear_image_1, x_clear_image) (x_alloc_image_color, postprocess_image) (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image) (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows. (init_xfns, syms_of_w32fns): Initialize image functions and constants.
-
Jason Rumney authored
-
Jason Rumney authored
-
Jason Rumney authored
-
Jason Rumney authored
socket functions. (socket_to_fd): New function. (sys_socket): Use it. (sys_setsockopt, sys_listen, sys_getsockname, sys_accept) (sys_recvfrom, sys_sendto): New wrapper functions.
-
Jason Rumney authored
-
Jason Rumney authored
(sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
use "sun" as a variable, it's a predefined constant on Sun machines.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
(bootstrap-clean-before, bootstrap-clean-after): Return to the top-level directory after sub-make.
-
Eli Zaretskii authored
-
Paul Reilly authored
(rmail-dont-reply-to): Eliminate `pos' as a free variable for a warning free compile.
-
Pavel Janík authored
-
Michael Kifer authored
-
Michael Kifer authored
-
Michael Kifer authored
the current highlighting style into account. (ediff-forward-word-function,ediff-whitespace,ediff-word-1, ediff-word-2,ediff-word-3,ediff-word-4): make them buffer local. * ediff-init.el (ediff-patch-job): new macro. * ediff-mult.el (ediff-make-new-meta-list-header): new API function. (ediff-intersect-directories): use ediff-make-new-meta-list-header. * ediff-ptch.el (ediff-map-patch-buffer): use ediff-make-new-meta-list-header. (ediff-fixup-patch-map): use the meta-list API from ediff-mult.el. * ediff-util.el (ediff-toggle-hilit): fix toggling of highliting. (ediff-select-difference): take highlighting style into account. (ediff-clone-buffer-for-region-comparison): new function. (ediff-inferior-compare-regions): added comparison of current diff regions. * ediff.el (ediff-clone-buffer-for-region-comparison, ediff-clone-buffer-for-window-comparison): moved to ediff-util.el.
-
- 19 Mar, 2002 6 commits
-
-
Paul Reilly authored
-
Paul Reilly authored
expressions in the variable `rmail-dont-reply-to-names' to the list of destination addresses. Contributed by lorentey@elte.hu.
-
Paul Reilly authored
address centric rather than login name centric. Contributed by lorentey@elte.hu.
-
Kim F. Storm authored
-
Kim F. Storm authored
(HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define. (HAVE_SYS_UN_H): Undef. From David Ponce <dponce@voila.fr>.
-
Kim F. Storm authored
-
- 18 Mar, 2002 1 commit
-
-
Colin Walters authored
the mark. (ibuffer-insert-buffers-and-marks): Invert the test for `ibuffer-sorting-reversep'.
-