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
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