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

42302 commits

Author SHA1 Message Date
Eli Zaretskii
bc461571d1 (calendar): Doc fix. 2002-03-22 12:59:49 +00:00
Eli Zaretskii
7ef18d792f (XTread_socket): If XK_ISO_Lock and
XK_ISO_Last_Group_Lock are defined, handle keysyms between
XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
2002-03-22 12:28:11 +00:00
Juanma Barranquero
6e71749d98 (gomoku-font-lock-O-face): Convert to use `defface'.
(gomoku-font-lock-X-face): Likewise.
(gomoku-font-lock-keywords): Use faces instead of variables.
2002-03-22 09:44:45 +00:00
Stefan Monnier
898a52c9c0 *** empty log message *** 2002-03-22 02:27:54 +00:00
Kim F. Storm
fd6463412b (menu_bar_items): Mostly undo 2002-02-20 patch, so
menu-bar bindings in keymap and local-map properties _are_ used.
But try keymap property first in accordance with 2002-01-03 patch.
Added comment describing why this is not always reliable.
(tool_bar_items): Ditto for tool-bar.
2002-03-21 21:33:31 +00:00
Jason Rumney
bf76fe9c57 (x_clear_image_1): Disable color table code. 2002-03-21 19:32:01 +00:00
ShengHuo ZHU
3efe555424 * mail-source.el (make-source-make-complex-temp-name): Use
make-temp-file.

	* mm-util.el (mm-make-temp-file): New function.
	* nneething.el (nneething-file-name): Use it.
	* mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
	* gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
	(gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
	* gnus-start.el (gnus-slave-save-newsrc): Ditto.

	* message.el (message-mode): If buffer-file-name, don't set auto
	save file name.
	Trivial change from Geoff Greene <ggreene@wpi.edu>
2002-03-21 19:11:23 +00:00
Kim F. Storm
3ae1b88463 *** empty log message *** 2002-03-21 13:02:34 +00:00
Kim F. Storm
c2bd2c26f3 (init_process): Only provide make-network-process feature and
subfeatures if HAVE_SOCKETS.
2002-03-21 13:01:14 +00:00
Kim F. Storm
60a501d771 Explain how to use featurep with make-network-process.
Changed :datagram t to :type 'datagram for datagram connection.
2002-03-21 12:41:49 +00:00
Kim F. Storm
41ad623325 Test for network process support with featurep. 2002-03-21 12:37:23 +00:00
Kim F. Storm
557ba8b2d6 (open-network-stream-nowait): Use featurep.
(open-network-stream-server): Ditto.
2002-03-21 12:23:22 +00:00
Kim F. Storm
778140350c (QCtype): Remove duplicate declaration and
initialization (is now declared in process.c).
2002-03-21 12:22:32 +00:00
Kim F. Storm
9057ff80bc (QCfeature, QCdatagram): Removed variables.
(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.
2002-03-21 12:20:24 +00:00
Kim F. Storm
37ebddef95 (Ffeaturep): Allow subfeature to be a list (test using
Fmember rather than Fmemq).
(Fprovide): Check that subfeatures is a list.
2002-03-21 12:19:02 +00:00
Kim F. Storm
a0f8590d9d (DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
removed the wrong version of the DEFUN macro; fixed it.
2002-03-21 12:17:51 +00:00
Richard M. Stallman
f6df485fd7 (DISCARD_FAILURE_REG_OR_COUNT): New macro.
(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.
2002-03-21 09:44:43 +00:00
Richard M. Stallman
bed0fc913c Clarify non-greedy repetition in searching. 2002-03-21 09:37:22 +00:00
Richard M. Stallman
54f035751f Comment change. 2002-03-21 09:35:35 +00:00
Richard M. Stallman
27950b47bd *** empty log message *** 2002-03-21 09:33:17 +00:00
Richard M. Stallman
4524691fd6 (dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o): Depend on process.h. 2002-03-21 09:12:55 +00:00
Michael Kifer
16757dcf8c added +++'s 2002-03-21 07:12:53 +00:00
Thien-Thi Nguyen
ea33ba739a (report-emacs-bug-hook): Remove submitter
directions as the last action.
2002-03-21 02:11:53 +00:00
Pavel Janík
84691156a5 (fancy-splash-tail, normal-splash-screen): Update copyright. 2002-03-20 23:16:48 +00:00
Pavel Janík
eb4cb84faf (disabled-command-hook): Clarify output text to match prompt. 2002-03-20 23:08:58 +00:00
Jason Rumney
47bcdab2b6 *** empty log message *** 2002-03-20 21:32:09 +00:00
Jason Rumney
4558a715e1 (main) [WINDOWSNT]: Call init_xfns. 2002-03-20 21:31:03 +00:00
Jason Rumney
fcc6f5cc3e (display-images-p): Do not explicitly check display type. 2002-03-20 21:26:51 +00:00
Jason Rumney
3be38152af *** empty log message *** 2002-03-20 21:19:26 +00:00
Jason Rumney
ac849ba44b (x_set_cursor_color): Set foreground of cursor, not frame.
(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.
2002-03-20 21:17:56 +00:00
Jason Rumney
73e66133d0 (struct XImage): Define. 2002-03-20 21:00:50 +00:00
Jason Rumney
e81916d1ba (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to extract mouse co-ordinates. 2002-03-20 20:58:03 +00:00
Jason Rumney
f37577f922 (LIBS): Remove $(WSOCK32). 2002-03-20 20:41:49 +00:00
Jason Rumney
962955c574 (init_winsock): Dynamically load new server and UDP
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.
2002-03-20 20:38:44 +00:00
Jason Rumney
3635ecad99 (QCfamily, QCfiler): Remove duplicate declaration and initialization. 2002-03-20 20:37:41 +00:00
Jason Rumney
ef2cd5961a (sys_setsockopt, sys_listen, sys_getsockname)
(sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
2002-03-20 20:23:37 +00:00
Eli Zaretskii
ab8a75de6b *** empty log message *** 2002-03-20 18:11:40 +00:00
Eli Zaretskii
fb23673a66 (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr): Don't
use "sun" as a variable, it's a predefined constant on Sun
machines.
2002-03-20 18:10:01 +00:00
Eli Zaretskii
fae44638c7 (bootstrap-lisp): Pass an absolute file name as value of ${lisp}. 2002-03-20 17:48:13 +00:00
Eli Zaretskii
1af6e3a944 (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src)
(bootstrap-clean-before, bootstrap-clean-after): Return to the
top-level directory after sub-make.
2002-03-20 17:37:50 +00:00
Eli Zaretskii
be52dc9036 Fix editing of the rule for ${libsrc}make-docfile. 2002-03-20 17:35:15 +00:00
Paul Reilly
7fab5ded52 Eliminate compilation warnings due to `rfc822-addresses'.
(rmail-dont-reply-to): Eliminate `pos' as a free variable for a
warning free compile.
2002-03-20 08:13:21 +00:00
Pavel Janík
9ab7ff8bf4 (Fbyte_code): Revert last change. 2002-03-20 07:46:46 +00:00
Michael Kifer
eb766f961e added a description of the new features in Ediff 2002-03-20 07:12:27 +00:00
Michael Kifer
74c2ff4cdc described the new "=" fiture. 2002-03-20 06:41:51 +00:00
Michael Kifer
743a79af65 * ediff-diff.el (ediff-install-fine-diff-if-necessary): take
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.
2002-03-20 06:36:18 +00:00
Paul Reilly
c45d9dcf15 *** empty log message *** 2002-03-19 21:14:17 +00:00
Paul Reilly
bb0974cf08 (rmail-dont-reply-to): Overhaul to correctly apply the regular
expressions in the variable `rmail-dont-reply-to-names' to the list of
destination addresses.  Contributed by lorentey@elte.hu.
2002-03-19 19:42:46 +00:00
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