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