Paul Eggert
dfef6d4974
* etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
...
`sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
the latter usage.
2002-03-23 06:49:12 +00:00
Paul Eggert
61bbbf8d13
(main): Use sort -o TAGFILE TAGFILE' instead of sort TAGFILE -o
...
TAGFILE', as POSIX 1003.1-2001 disallows the latter usage.
2002-03-23 06:48:31 +00:00
Paul Eggert
b9a0799677
* quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
...
POSIX 1003.1-2001 disallows both usages.
2002-03-23 06:47:43 +00:00
Paul Eggert
6461c63615
(PRUNED): Avoid "head -1" and "tail +2", as POSIX 1003.1-2001
...
disallows both usages.
2002-03-23 06:47:22 +00:00
Jason Rumney
6e34ec2973
Removed fixed problems from MS-Windows port section
2002-03-23 00:41:00 +00:00
Jason Rumney
919f1e887f
[HAVE_IMAGES, HAVE_PBM]: Remove conditionals.
2002-03-23 00:36:07 +00:00
Jason Rumney
d4ae780a9b
(w32_handle_tool_bar_click): Detect up and down events
...
correctly. Do not pass up_modifier to keyboard buffer.
2002-03-23 00:33:22 +00:00
Stefan Monnier
44d38e8d27
*** empty log message ***
2002-03-22 23:40:48 +00:00
Stefan Monnier
29ad9e5671
(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.
2002-03-22 23:36:15 +00:00
Stefan Monnier
f0c4433f47
Don't load finder-inf.el during byte-compilation.
2002-03-22 23:27:35 +00:00
Stefan Monnier
839daccae7
(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.
2002-03-22 23:10:01 +00:00
Stefan Monnier
814c447faf
(batch-byte-compile-if-not-done): Add autoload cookie.
2002-03-22 23:05:26 +00:00
Stefan Monnier
a282cc8cb6
(bootstrapclean): New target.
...
(bootstrap-temacs, bootstrap-doc): Remove.
(bootstrap-emacs): Use a bog-standard `temacs'.
Don't bother to build a DOC file.
2002-03-22 22:59:56 +00:00
Stefan Monnier
e721aa94ec
(main): Handle --unibyte, --multibyte, and --no-loadup
...
in temacs even if !CANNOT_DUMP.
(standard_args): Keep --no-loadup even if !CANNOT_DUMP.
2002-03-22 22:54:19 +00:00
Stefan Monnier
a4d35afd2f
(check_pure_size): Only output a warning.
2002-03-22 22:53:23 +00:00
Stefan Monnier
0fdcb86754
(wait_for_termination): Use sigsuspend rather than sigpause.
2002-03-22 22:53:13 +00:00
Jason Rumney
d31097738a
(Fx_create_frame): Enable tool-bar when images are supported.
2002-03-22 22:46:29 +00:00
Jason Rumney
b8b47c1966
(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.
2002-03-22 22:08:10 +00:00
Jason Rumney
0327b4cc87
(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.
2002-03-22 22:00:42 +00:00
Eli Zaretskii
483812aebd
(main): Update the Copyright year in the blurb printed
...
by "emacs --version".
2002-03-22 17:53:09 +00:00
Eli Zaretskii
78e17433d2
(message_with_string): Fix syntax of a call to GCPRO2.
2002-03-22 16:14:47 +00:00
Eli Zaretskii
adcac9f50f
(Symbol Type): Use colon' in index entries instead of :' only in Info.
2002-03-22 13:41:46 +00:00
Eli Zaretskii
da8acb6b4a
(Electric C Characters, Evaluating Emacs-Lisp Expressions): Use <colon>
...
instead of : only in Info.
2002-03-22 13:35:53 +00:00
Eli Zaretskii
539e74f9f6
Clarify that mapconcat will also throw an error when it invokes
...
concat on integers.
2002-03-22 13:30:14 +00:00
Eli Zaretskii
de508b5f24
(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".
2002-03-22 13:21:31 +00:00
Eli Zaretskii
b9b1a85344
*** empty log message ***
2002-03-22 13:01:09 +00:00
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