1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-27 07:30:59 -08:00
Commit graph

43849 commits

Author SHA1 Message Date
Richard M. Stallman
6378975811 (init_callproc): Set up Vshared_game_score_directory.
Set to nil if dir does not exist.
(syms_of_callproc): Init unconditionally and simply.
2002-07-21 20:29:02 +00:00
Richard M. Stallman
aef466d55e (Fbuffer_list): Doc fix. 2002-07-21 20:25:32 +00:00
Richard M. Stallman
5b5b46b841 (ucs-quail-activate): Cope if buffer-file-coding-system is nil. 2002-07-21 20:24:38 +00:00
Richard M. Stallman
196a1cba66 (last-buffer): Use buffer-list with frame arg.
Create *scratch* if no other choice exists.  Fix bugs.
2002-07-21 20:23:32 +00:00
Richard M. Stallman
24b01ec4c2 Updated. 2002-07-21 20:22:11 +00:00
Richard M. Stallman
97f1ce35e0 (gamedir, localstatedir): New variables.
(epaths-force): Insert value of gamedir into PATH_GAME.
2002-07-21 20:20:59 +00:00
Richard M. Stallman
b914de74c4 (gamedir): Handle it like lispdir.
(--with-game-dir option): Deleted.
2002-07-21 20:19:22 +00:00
Robert J. Chassell
2ec6f00ddd The appropriate whitespace setting for smallbook are part of texinfo.tex. 2002-07-21 16:40:04 +00:00
Ken Raeburn
5646864937 (end_of_text, end_of_data): Unused functions deleted. 2002-07-21 14:17:24 +00:00
Ken Raeburn
4648267ba5 (XSETUINT, XSETPNTR): Unused macros deleted. 2002-07-21 14:13:28 +00:00
Ken Raeburn
6bcdeb8c24 comment last change 2002-07-21 14:11:55 +00:00
Ken Raeburn
3fb7ef6f50 *** empty log message *** 2002-07-21 14:09:56 +00:00
Ken Raeburn
bb63c5c9b8 (mmap_realloc): When shrinking, make sure number of
pages is rounded towards zero.
2002-07-21 13:59:00 +00:00
Kai Großjohann
90dc758dc0 Bump version to 2.0.2.
(tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
longer names.  Use old names "sm1", "sm2" and so on for methods
invoking "ssh -1" or "ssh -2".
(tramp-multi-file-name-structure-separate): Typo, its name was set
to "tramp-file-name-structure-separate".  Trivial patch.  From
Steve Youngs <youngs@xemacs.org>.
(tramp-multi-sh-program): New variable.
(tramp-open-connection-multi): Use it.  Now you can use multi
methods from Windows (at least in principle).
(tramp-do-copy-or-rename-via-buffer): New function.
(tramp-do-copy-or-rename-file): Use it.  Change and simplify
logic.  Omit special case of invoking rcp directly to copy the
files.
(tramp-open-connection-su, tramp-multi-connect-telnet)
(tramp-multi-connect-rlogin, tramp-multi-connect-su)
(tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
Use backticks in format-spec for brevity and to avoid
character/number confusion in XEmacs.
2002-07-21 13:49:06 +00:00
Ken Raeburn
905fe32703 remove outdated comment 2002-07-21 12:02:15 +00:00
Richard M. Stallman
56592bebfd *** empty log message *** 2002-07-20 22:16:01 +00:00
Richard M. Stallman
dd98f00a8b (widget-documentation-string-value-create):
Say "Hide Rest", not just "Hide".
2002-07-20 22:15:15 +00:00
Richard M. Stallman
7f66329512 (custom-variable-value-create):
Say "Show Value", not just "Show".  Also "Hide Value".
Output a newline before the doc string.
(custom-face-value-create): Say "Show Face" and "Hide Face".
2002-07-20 22:14:36 +00:00
Richard M. Stallman
21ece56347 (display-warning, warn, lwarn): Add autoload cookie. 2002-07-20 22:09:46 +00:00
Richard M. Stallman
a5dd5f602f (toggle-read-only): Clean up the hint message. 2002-07-20 22:02:57 +00:00
Richard M. Stallman
22788fb817 Use warnings.el:
(byte-compile-warning-prefix): New function.
(byte-compile-log-file): Return page start position.
(byte-compile-log-warning): New function.
(byte-compile-warn): Use byte-compile-log-warning.
(byte-compile-report-error): Likewise.  Also use error-message-string.
(displaying-byte-compile-warnings): Bind warning-series.
Don't bind or use byte-compile-warnings-point-max.
Don't display the log buffer at the end.
(byte-compile-warnings-point-max): Variable deleted.
(byte-compile-log-1): Rewrite for trace info, not used for warnings.
(byte-compile-last-warned-form, byte-compile-last-logged-file):
Defvars moved.
2002-07-20 22:01:19 +00:00
Richard M. Stallman
fa29ef7464 New file. 2002-07-20 21:54:53 +00:00
Richard M. Stallman
240e806c98 (print_error_message): New args CONTEXT and CALLER. Calls changed. 2002-07-20 21:48:27 +00:00
Richard M. Stallman
8e40b6cbe9 (print_error_message): Declare new args. 2002-07-20 21:47:26 +00:00
Richard M. Stallman
dc4854ce11 (cmd_error_internal): Pass Vsignaling_function
and CONTEXT to print_error_message, don't print them here.
For a Quit, don't use Vsignaling_function.
Call message_log_maybe_newline.
2002-07-20 21:47:00 +00:00
Richard M. Stallman
c565f6b970 (xsmfns.o): Don't depend on lisp.h. 2002-07-20 21:45:25 +00:00
Richard M. Stallman
3f1258d065 (redisplay_window): Test MODIFF to set buffer_unchanged_p. 2002-07-20 21:44:48 +00:00
Richard M. Stallman
9cb9a7bc56 (byte-compile-cl-warn): Delete `values'
and `values-list' from list of CL functions.

(compile-defun): Bind `read-with-symbol-positions' to current buffer.
2002-07-19 23:01:24 +00:00
Juanma Barranquero
8cfd6446cb (file_name_as_directory): Use literal '/' instead of DIRECTORY_SEP. 2002-07-19 21:26:14 +00:00
Richard M. Stallman
ab380f51c1 Say "human-language" instead of "English". 2002-07-19 20:55:05 +00:00
Markus Rost
b92a07e0ed Update copyright notice and fix typo in commentary section. 2002-07-19 20:17:58 +00:00
Richard M. Stallman
4f5735e29b Many cleanups, fixing of accents, punctuation, etc. 2002-07-19 20:15:44 +00:00
Juanma Barranquero
0dac4f8591 (Ffile_name_as_directory): Fix argument name in docstring. 2002-07-19 16:30:14 +00:00
Ken Raeburn
405ea71c67 (encode_terminal_code): Buffer pointer now const. 2002-07-19 14:37:32 +00:00
Ken Raeburn
7b1cc11936 (emacs_write): Buffer pointer now const. 2002-07-19 14:37:13 +00:00
Ken Raeburn
dffb0c47f4 *** empty log message *** 2002-07-19 14:35:03 +00:00
Ken Raeburn
53c208f6a2 (may_use_scalable_font_p): Argument now points to
const.
(x_face_list_fonts, x_update_menu_appearance):
(hash_string_case_insensitive): Treat Lisp string contents as
const.
2002-07-19 14:27:28 +00:00
Ken Raeburn
2e567bd3ec (Fstring_to_syntax, skip_chars): Treat Lisp string
contents as const.
2002-07-19 14:27:24 +00:00
Ken Raeburn
dca0fc1c6c (struct sound_device): Function pointer field "write"
buffer argument now points to const.
(vox_write): Buffer argument points to const.
2002-07-19 14:27:20 +00:00
Ken Raeburn
3f7e390a95 (temp_output_buffer_setup):
(internal_with_output_to_temp_buffer): Buffer name argument is now
pointer to const.
2002-07-19 14:27:16 +00:00
Ken Raeburn
101d50c8d9 (STRING_COPYIN): New macro.
(detect_coding_system, safe_bcopy, temp_output_buffer_setup):
(internal_with_output_to_temp_buffer): Declarations updated.
2002-07-19 14:27:13 +00:00
Ken Raeburn
ea64076a01 (safe_bcopy): Source pointer now points to const. 2002-07-19 14:27:09 +00:00
Ken Raeburn
c6fac61f1c (compose_chars_in_text): Treat Lisp string contents
as const.
2002-07-19 14:27:04 +00:00
Ken Raeburn
f14049eb75 (decode_coding, encode_coding, detect_coding,
detect_eol): Declarations updated.
2002-07-19 14:27:01 +00:00
Ken Raeburn
a424431367 (encode_eol, detect_coding, detect_eol):
(decode_coding, encode_coding, detect_coding_system): Source
strings now treated as const.
(decode_coding_string, encode_coding_string): Use STRING_COPYIN to
modify Lisp string contents.
2002-07-19 14:26:57 +00:00
Ken Raeburn
a9fb257eea (BCOPY_SHORT): Source pointer now points to const. 2002-07-19 14:26:53 +00:00
Ken Raeburn
4d3b07fdcd (Fcall_process): Make NEW_ARGV array hold pointer to
const.
2002-07-19 14:26:49 +00:00
Ken Raeburn
33b6c007b5 (struct byte_stack): Pointers into byte string now
point to const.
2002-07-19 14:26:46 +00:00
André Spiegel
e0a9170710 # 2002-07-19 13:32:53 +00:00
André Spiegel
ea28aa358e (vc-rcs-fetch-master-state): Be more careful to check
if this is really an RCS master file.
2002-07-19 13:27:44 +00:00