bpt/emacs.git
22 years agoDeclarations in macros.
Gerd Moellmann [Sun, 24 Mar 2002 20:03:28 +0000 (20:03 +0000)]
Declarations in macros.

22 years ago*** empty log message ***
Gerd Moellmann [Sun, 24 Mar 2002 19:53:11 +0000 (19:53 +0000)]
*** empty log message ***

22 years ago(Qdeclare, Vmacro_declaration_function): New variables.
Gerd Moellmann [Sun, 24 Mar 2002 19:52:55 +0000 (19:52 +0000)]
(Qdeclare, Vmacro_declaration_function): New variables.
(Fdefmacro): Handle `(declare ...)'.
(syms_of_eval) <Qdeclare>: Initialize and staticpro.
(syms_of_eval) <Vmacro_declaration_function>: DEFVAR_LISP.

22 years ago(byte-compile-file-form-defmumble):
Gerd Moellmann [Sun, 24 Mar 2002 19:48:27 +0000 (19:48 +0000)]
(byte-compile-file-form-defmumble):
Handle declarations in macro definitions.

22 years ago(macro-declaration-function): New function. Set the
Gerd Moellmann [Sun, 24 Mar 2002 19:46:58 +0000 (19:46 +0000)]
(macro-declaration-function): New function.  Set the
variable macro-declaration-function to it.

22 years ago(facemenu-get-face): Remove unised variable `foreground'.
Eli Zaretskii [Sun, 24 Mar 2002 19:17:10 +0000 (19:17 +0000)]
(facemenu-get-face): Remove unised variable `foreground'.

22 years ago(enriched-face-ans): Support FACE of the form
Eli Zaretskii [Sun, 24 Mar 2002 19:16:22 +0000 (19:16 +0000)]
(enriched-face-ans): Support FACE of the form
(:foreground COLOR) and (:background COLOR).
(enriched-decode-foreground, enriched-decode-background): Set the
fore- and background colors of the faces we create, since facemenu
doesn't.

22 years agoUpdate images on Windows news.
Jason Rumney [Sun, 24 Mar 2002 16:30:54 +0000 (16:30 +0000)]
Update images on Windows news.

22 years ago(xbm_scan, xbm_load_image, xbm_read_bitmap_data)
Jason Rumney [Sun, 24 Mar 2002 15:50:33 +0000 (15:50 +0000)]
(xbm_scan, xbm_load_image, xbm_read_bitmap_data)
(xbm_file_p): Add prototypes.
(xbm_format, xbm_image_p): Sync with xfns.c.
(reflect_byte): New function.
(xbm_read_bitmap_data): Sync with xfns.c, adapt for Windows.
(xbm_load_image): Create bitmaps with a depth of 1.
(init_xfns): Enable XBM images.

22 years ago*** empty log message ***
Pavel Janík [Sun, 24 Mar 2002 15:26:29 +0000 (15:26 +0000)]
*** empty log message ***

22 years ago(mouse-wheel-mode): Use the result of current-global-map instead of the
Pavel Janík [Sun, 24 Mar 2002 15:25:11 +0000 (15:25 +0000)]
(mouse-wheel-mode): Use the result of current-global-map instead of the
variable `global-map'.

22 years agoNew file, list of tutorial translators.
Pavel Janík [Sun, 24 Mar 2002 15:21:55 +0000 (15:21 +0000)]
New file, list of tutorial translators.

22 years ago(mail-abbrev-make-syntax-table): New subroutine
Richard M. Stallman [Sat, 23 Mar 2002 16:10:14 +0000 (16:10 +0000)]
(mail-abbrev-make-syntax-table): New subroutine
broken out of sendmail-pre-abbrev-expand-hook.
(sendmail-pre-abbrev-expand-hook): Use it.

22 years agoAdd news of image support on Windows
Jason Rumney [Sat, 23 Mar 2002 10:47:23 +0000 (10:47 +0000)]
Add news of image support on Windows

22 years agoUse `colon' instead of `:' in an index only in the Info version.
Eli Zaretskii [Sat, 23 Mar 2002 09:37:39 +0000 (09:37 +0000)]
Use `colon' instead of `:' in an index only in the Info version.

22 years ago* etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
Paul Eggert [Sat, 23 Mar 2002 06:49:12 +0000 (06:49 +0000)]
* etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
`sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
the latter usage.

22 years ago(main): Use `sort -o TAGFILE TAGFILE' instead of `sort TAGFILE -o
Paul Eggert [Sat, 23 Mar 2002 06:48:31 +0000 (06:48 +0000)]
(main): Use `sort -o TAGFILE TAGFILE' instead of `sort TAGFILE -o
TAGFILE', as POSIX 1003.1-2001 disallows the latter usage.

22 years ago* quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
Paul Eggert [Sat, 23 Mar 2002 06:47:43 +0000 (06:47 +0000)]
* quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
POSIX 1003.1-2001 disallows both usages.

22 years ago(PRUNED): Avoid "head -1" and "tail +2", as POSIX 1003.1-2001
Paul Eggert [Sat, 23 Mar 2002 06:47:22 +0000 (06:47 +0000)]
(PRUNED): Avoid "head -1" and "tail +2", as POSIX 1003.1-2001
disallows both usages.

22 years agoRemoved fixed problems from MS-Windows port section
Jason Rumney [Sat, 23 Mar 2002 00:41:00 +0000 (00:41 +0000)]
Removed fixed problems from MS-Windows port section

22 years ago[HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
Jason Rumney [Sat, 23 Mar 2002 00:36:07 +0000 (00:36 +0000)]
[HAVE_IMAGES, HAVE_PBM]: Remove conditionals.

22 years ago(w32_handle_tool_bar_click): Detect up and down events
Jason Rumney [Sat, 23 Mar 2002 00:33:22 +0000 (00:33 +0000)]
(w32_handle_tool_bar_click): Detect up and down events
correctly.  Do not pass up_modifier to keyboard buffer.

22 years ago*** empty log message ***
Stefan Monnier [Fri, 22 Mar 2002 23:40:48 +0000 (23:40 +0000)]
*** empty log message ***

22 years ago(finder-inf.el): Remove.
Stefan Monnier [Fri, 22 Mar 2002 23:36:15 +0000 (23:36 +0000)]
(finder-inf.el): Remove.
(finder-data): Don't depend on finder-inf.el any more.
(compile, compile-always): Handle the case where some files
from DONTCOMPILE are missing (it tried to compile them).
(bootstrap-clean): Use src/emacs only if executable.
(bootstrap): Update subdirs.el and finder-inf.el.

22 years agoDon't load finder-inf.el during byte-compilation.
Stefan Monnier [Fri, 22 Mar 2002 23:27:35 +0000 (23:27 +0000)]
Don't load finder-inf.el during byte-compilation.

22 years ago(vc-cvs-registered, vc-cvs-dir-state-heuristic):
Stefan Monnier [Fri, 22 Mar 2002 23:10:01 +0000 (23:10 +0000)]
(vc-cvs-registered, vc-cvs-dir-state-heuristic):
Don't consider cvs-removed files as under VC control.
VC wouldn't handle them properly anyway and it confuses
vc-file-not-found-hook.

22 years ago(batch-byte-compile-if-not-done): Add autoload cookie.
Stefan Monnier [Fri, 22 Mar 2002 23:05:26 +0000 (23:05 +0000)]
(batch-byte-compile-if-not-done): Add autoload cookie.

22 years ago(bootstrapclean): New target.
Stefan Monnier [Fri, 22 Mar 2002 22:59:56 +0000 (22:59 +0000)]
(bootstrapclean): New target.
(bootstrap-temacs, bootstrap-doc): Remove.
(bootstrap-emacs): Use a bog-standard `temacs'.
Don't bother to build a DOC file.

22 years ago(main): Handle --unibyte, --multibyte, and --no-loadup
Stefan Monnier [Fri, 22 Mar 2002 22:54:19 +0000 (22:54 +0000)]
(main): Handle --unibyte, --multibyte, and --no-loadup
in temacs even if !CANNOT_DUMP.
(standard_args): Keep --no-loadup even if !CANNOT_DUMP.

22 years ago(check_pure_size): Only output a warning.
Stefan Monnier [Fri, 22 Mar 2002 22:53:23 +0000 (22:53 +0000)]
(check_pure_size): Only output a warning.

22 years ago(wait_for_termination): Use sigsuspend rather than sigpause.
Stefan Monnier [Fri, 22 Mar 2002 22:53:13 +0000 (22:53 +0000)]
(wait_for_termination): Use sigsuspend rather than sigpause.

22 years ago(Fx_create_frame): Enable tool-bar when images are supported.
Jason Rumney [Fri, 22 Mar 2002 22:46:29 +0000 (22:46 +0000)]
(Fx_create_frame): Enable tool-bar when images are supported.

22 years ago(zv_bits): Declare as short, for word alignment.
Jason Rumney [Fri, 22 Mar 2002 22:08:10 +0000 (22:08 +0000)]
(zv_bits): Declare as short, for word alignment.
(w32_read_socket) <WM_XBUTTONUP>: Fix last change.
(syms_of_w32term): Define x-use-underline-position-properties.

22 years ago(x_set_cursor_color): Set cursor_gc as well.
Jason Rumney [Fri, 22 Mar 2002 22:00:42 +0000 (22:00 +0000)]
(x_set_cursor_color): Set cursor_gc as well.
(clear_image_cache): Block input, fix logic, clear matrices in
all frames that share this cache.

22 years ago(main): Update the Copyright year in the blurb printed
Eli Zaretskii [Fri, 22 Mar 2002 17:53:09 +0000 (17:53 +0000)]
(main): Update the Copyright year in the blurb printed
by "emacs --version".

22 years ago(message_with_string): Fix syntax of a call to GCPRO2.
Eli Zaretskii [Fri, 22 Mar 2002 16:14:47 +0000 (16:14 +0000)]
(message_with_string): Fix syntax of a call to GCPRO2.

22 years ago(Symbol Type): Use `colon' in index entries instead of `:' only in Info.
Eli Zaretskii [Fri, 22 Mar 2002 13:41:46 +0000 (13:41 +0000)]
(Symbol Type): Use `colon' in index entries instead of `:' only in Info.

22 years ago(Electric C Characters, Evaluating Emacs-Lisp Expressions): Use <colon>
Eli Zaretskii [Fri, 22 Mar 2002 13:35:53 +0000 (13:35 +0000)]
(Electric C Characters, Evaluating Emacs-Lisp Expressions): Use <colon>
instead of : only in Info.

22 years agoClarify that mapconcat will also throw an error when it invokes
Eli Zaretskii [Fri, 22 Mar 2002 13:30:14 +0000 (13:30 +0000)]
Clarify that mapconcat will also throw an error when it invokes
concat on integers.

22 years ago(File Names): Add an index entry for $ in file names. Add an anchor.
Eli Zaretskii [Fri, 22 Mar 2002 13:21:31 +0000 (13:21 +0000)]
(File Names): Add an index entry for $ in file names.  Add an anchor.
(Quoted File Names): Add a cross-reference to where $ in file names
are discussed in "File Names".

22 years ago*** empty log message ***
Eli Zaretskii [Fri, 22 Mar 2002 13:01:09 +0000 (13:01 +0000)]
*** empty log message ***

22 years ago(calendar): Doc fix.
Eli Zaretskii [Fri, 22 Mar 2002 12:59:49 +0000 (12:59 +0000)]
(calendar): Doc fix.

22 years ago(XTread_socket): If XK_ISO_Lock and
Eli Zaretskii [Fri, 22 Mar 2002 12:28:11 +0000 (12:28 +0000)]
(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.

22 years ago(gomoku-font-lock-O-face): Convert to use `defface'.
Juanma Barranquero [Fri, 22 Mar 2002 09:44:45 +0000 (09:44 +0000)]
(gomoku-font-lock-O-face): Convert to use `defface'.
(gomoku-font-lock-X-face): Likewise.
(gomoku-font-lock-keywords): Use faces instead of variables.

22 years ago*** empty log message ***
Stefan Monnier [Fri, 22 Mar 2002 02:27:54 +0000 (02:27 +0000)]
*** empty log message ***

22 years ago(menu_bar_items): Mostly undo 2002-02-20 patch, so
Kim F. Storm [Thu, 21 Mar 2002 21:33:31 +0000 (21:33 +0000)]
(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.

22 years ago(x_clear_image_1): Disable color table code.
Jason Rumney [Thu, 21 Mar 2002 19:32:01 +0000 (19:32 +0000)]
(x_clear_image_1): Disable color table code.

22 years ago* mail-source.el (make-source-make-complex-temp-name): Use
ShengHuo ZHU [Thu, 21 Mar 2002 19:11:23 +0000 (19:11 +0000)]
* 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>

22 years ago*** empty log message ***
Kim F. Storm [Thu, 21 Mar 2002 13:02:34 +0000 (13:02 +0000)]
*** empty log message ***

22 years ago(init_process): Only provide make-network-process feature and
Kim F. Storm [Thu, 21 Mar 2002 13:01:14 +0000 (13:01 +0000)]
(init_process): Only provide make-network-process feature and
subfeatures if HAVE_SOCKETS.

22 years agoExplain how to use featurep with make-network-process.
Kim F. Storm [Thu, 21 Mar 2002 12:41:49 +0000 (12:41 +0000)]
Explain how to use featurep with make-network-process.
Changed :datagram t to :type 'datagram for datagram connection.

22 years agoTest for network process support with featurep.
Kim F. Storm [Thu, 21 Mar 2002 12:37:23 +0000 (12:37 +0000)]
Test for network process support with featurep.

22 years ago(open-network-stream-nowait): Use featurep.
Kim F. Storm [Thu, 21 Mar 2002 12:23:22 +0000 (12:23 +0000)]
(open-network-stream-nowait): Use featurep.
(open-network-stream-server): Ditto.

22 years ago(QCtype): Remove duplicate declaration and
Kim F. Storm [Thu, 21 Mar 2002 12:22:32 +0000 (12:22 +0000)]
(QCtype): Remove duplicate declaration and
initialization (is now declared in process.c).

22 years ago(QCfeature, QCdatagram): Removed variables.
Kim F. Storm [Thu, 21 Mar 2002 12:20:24 +0000 (12:20 +0000)]
(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.

22 years ago(Ffeaturep): Allow subfeature to be a list (test using
Kim F. Storm [Thu, 21 Mar 2002 12:19:02 +0000 (12:19 +0000)]
(Ffeaturep): Allow subfeature to be a list (test using
Fmember rather than Fmemq).
(Fprovide): Check that subfeatures is a list.

22 years ago(DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
Kim F. Storm [Thu, 21 Mar 2002 12:17:51 +0000 (12:17 +0000)]
(DEFUN) [USE_NONANSI_DEFUN]: The 2001-10-17 patch
removed the wrong version of the DEFUN macro; fixed it.

22 years ago(DISCARD_FAILURE_REG_OR_COUNT): New macro.
Richard M. Stallman [Thu, 21 Mar 2002 09:44:43 +0000 (09:44 +0000)]
(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.

22 years agoClarify non-greedy repetition in searching.
Richard M. Stallman [Thu, 21 Mar 2002 09:37:22 +0000 (09:37 +0000)]
Clarify non-greedy repetition in searching.

22 years agoComment change.
Richard M. Stallman [Thu, 21 Mar 2002 09:35:35 +0000 (09:35 +0000)]
Comment change.

22 years ago*** empty log message ***
Richard M. Stallman [Thu, 21 Mar 2002 09:33:17 +0000 (09:33 +0000)]
*** empty log message ***

22 years ago(dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o): Depend on process.h.
Richard M. Stallman [Thu, 21 Mar 2002 09:12:55 +0000 (09:12 +0000)]
(dispnew.o, sysdep.o, xdisp.o, xselect.o, alloc.o): Depend on process.h.

22 years agoadded +++'s
Michael Kifer [Thu, 21 Mar 2002 07:12:53 +0000 (07:12 +0000)]
added +++'s

22 years ago(report-emacs-bug-hook): Remove submitter
Thien-Thi Nguyen [Thu, 21 Mar 2002 02:11:53 +0000 (02:11 +0000)]
(report-emacs-bug-hook): Remove submitter
directions as the last action.

22 years ago(fancy-splash-tail, normal-splash-screen): Update copyright.
Pavel Janík [Wed, 20 Mar 2002 23:16:48 +0000 (23:16 +0000)]
(fancy-splash-tail, normal-splash-screen): Update copyright.

22 years ago(disabled-command-hook): Clarify output text to match prompt.
Pavel Janík [Wed, 20 Mar 2002 23:08:58 +0000 (23:08 +0000)]
(disabled-command-hook): Clarify output text to match prompt.

22 years ago*** empty log message ***
Jason Rumney [Wed, 20 Mar 2002 21:32:09 +0000 (21:32 +0000)]
*** empty log message ***

22 years ago(main) [WINDOWSNT]: Call init_xfns.
Jason Rumney [Wed, 20 Mar 2002 21:31:03 +0000 (21:31 +0000)]
(main) [WINDOWSNT]: Call init_xfns.

22 years ago(display-images-p): Do not explicitly check display type.
Jason Rumney [Wed, 20 Mar 2002 21:26:51 +0000 (21:26 +0000)]
(display-images-p): Do not explicitly check display type.

22 years ago*** empty log message ***
Jason Rumney [Wed, 20 Mar 2002 21:19:26 +0000 (21:19 +0000)]
*** empty log message ***

22 years ago(x_set_cursor_color): Set foreground of cursor, not frame.
Jason Rumney [Wed, 20 Mar 2002 21:17:56 +0000 (21:17 +0000)]
(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.

22 years ago(struct XImage): Define.
Jason Rumney [Wed, 20 Mar 2002 21:00:50 +0000 (21:00 +0000)]
(struct XImage): Define.

22 years ago(w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to extract mouse co-ordinates.
Jason Rumney [Wed, 20 Mar 2002 20:58:03 +0000 (20:58 +0000)]
(w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to extract mouse co-ordinates.

22 years ago(LIBS): Remove $(WSOCK32).
Jason Rumney [Wed, 20 Mar 2002 20:41:49 +0000 (20:41 +0000)]
(LIBS): Remove $(WSOCK32).

22 years ago(init_winsock): Dynamically load new server and UDP
Jason Rumney [Wed, 20 Mar 2002 20:38:44 +0000 (20:38 +0000)]
(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.

22 years ago(QCfamily, QCfiler): Remove duplicate declaration and initialization.
Jason Rumney [Wed, 20 Mar 2002 20:37:41 +0000 (20:37 +0000)]
(QCfamily, QCfiler): Remove duplicate declaration and initialization.

22 years ago(sys_setsockopt, sys_listen, sys_getsockname)
Jason Rumney [Wed, 20 Mar 2002 20:23:37 +0000 (20:23 +0000)]
(sys_setsockopt, sys_listen, sys_getsockname)
(sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.

22 years ago*** empty log message ***
Eli Zaretskii [Wed, 20 Mar 2002 18:11:40 +0000 (18:11 +0000)]
*** empty log message ***

22 years ago(conv_sockaddr_to_lisp, conv_lisp_to_sockaddr): Don't
Eli Zaretskii [Wed, 20 Mar 2002 18:10:01 +0000 (18:10 +0000)]
(conv_sockaddr_to_lisp, conv_lisp_to_sockaddr): Don't
use "sun" as a variable, it's a predefined constant on Sun
machines.

22 years ago(bootstrap-lisp): Pass an absolute file name as value of ${lisp}.
Eli Zaretskii [Wed, 20 Mar 2002 17:48:13 +0000 (17:48 +0000)]
(bootstrap-lisp): Pass an absolute file name as value of ${lisp}.

22 years ago(bootstrap-lisp-1, bootstrap-lisp, bootstrap-src)
Eli Zaretskii [Wed, 20 Mar 2002 17:37:50 +0000 (17:37 +0000)]
(bootstrap-lisp-1, bootstrap-lisp, bootstrap-src)
(bootstrap-clean-before, bootstrap-clean-after): Return to the
top-level directory after sub-make.

22 years agoFix editing of the rule for ${libsrc}make-docfile.
Eli Zaretskii [Wed, 20 Mar 2002 17:35:15 +0000 (17:35 +0000)]
Fix editing of the rule for ${libsrc}make-docfile.

22 years agoEliminate compilation warnings due to `rfc822-addresses'.
Paul Reilly [Wed, 20 Mar 2002 08:13:21 +0000 (08:13 +0000)]
Eliminate compilation warnings due to `rfc822-addresses'.
(rmail-dont-reply-to): Eliminate `pos' as a free variable for a
warning free compile.

22 years ago(Fbyte_code): Revert last change.
Pavel Janík [Wed, 20 Mar 2002 07:46:46 +0000 (07:46 +0000)]
(Fbyte_code): Revert last change.

22 years agoadded a description of the new features in Ediff
Michael Kifer [Wed, 20 Mar 2002 07:12:27 +0000 (07:12 +0000)]
added a description of the new features in Ediff

22 years agodescribed the new "=" fiture.
Michael Kifer [Wed, 20 Mar 2002 06:41:51 +0000 (06:41 +0000)]
described the new "=" fiture.

22 years ago* ediff-diff.el (ediff-install-fine-diff-if-necessary): take
Michael Kifer [Wed, 20 Mar 2002 06:36:18 +0000 (06:36 +0000)]
* 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.

22 years ago*** empty log message ***
Paul Reilly [Tue, 19 Mar 2002 21:14:17 +0000 (21:14 +0000)]
*** empty log message ***

22 years ago(rmail-dont-reply-to): Overhaul to correctly apply the regular
Paul Reilly [Tue, 19 Mar 2002 19:42:46 +0000 (19:42 +0000)]
(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.

22 years ago(rmail-dont-reply-to-names): Modify the documentation to make it email
Paul Reilly [Tue, 19 Mar 2002 19:35:31 +0000 (19:35 +0000)]
(rmail-dont-reply-to-names): Modify the documentation to make it email
address centric rather than login name centric.  Contributed by
lorentey@elte.hu.

22 years ago*** empty log message ***
Kim F. Storm [Tue, 19 Mar 2002 12:04:17 +0000 (12:04 +0000)]
*** empty log message ***

22 years ago(HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
Kim F. Storm [Tue, 19 Mar 2002 12:03:42 +0000 (12:03 +0000)]
(HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
(HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
(HAVE_SYS_UN_H): Undef.
From David Ponce <dponce@voila.fr>.

22 years ago(LIBS): Add $(WSOCK32). From David Ponce <dponce@voila.fr>.
Kim F. Storm [Tue, 19 Mar 2002 12:01:09 +0000 (12:01 +0000)]
(LIBS): Add $(WSOCK32).  From David Ponce <dponce@voila.fr>.

22 years ago(ibuffer-set-mark): Go back to the beginning of the line after setting
Colin Walters [Mon, 18 Mar 2002 21:21:57 +0000 (21:21 +0000)]
(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'.

22 years ago(ibuffer-toggle-sorting-mode): Remove `find-if' so we don't require
Colin Walters [Mon, 18 Mar 2002 21:21:31 +0000 (21:21 +0000)]
(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.

22 years ago*** empty log message ***
Colin Walters [Mon, 18 Mar 2002 21:21:13 +0000 (21:21 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Stefan Monnier [Mon, 18 Mar 2002 20:29:26 +0000 (20:29 +0000)]
*** empty log message ***

22 years ago(unify-8859-on-decoding-mode)
Stefan Monnier [Mon, 18 Mar 2002 20:23:44 +0000 (20:23 +0000)]
(unify-8859-on-decoding-mode)
(unify-8859-on-encoding-mode): Remove autoload cookie.

22 years ago("emacs-lisp/backquote"): Load earlier.
Stefan Monnier [Mon, 18 Mar 2002 20:21:56 +0000 (20:21 +0000)]
("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'.

22 years ago(wait_reading_process_input): Move variables `pname' and `pnamelen' down
Pavel Janík [Mon, 18 Mar 2002 18:22:37 +0000 (18:22 +0000)]
(wait_reading_process_input): Move variables `pname' and `pnamelen' down
where they are used.