1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
Commit graph

42979 commits

Author SHA1 Message Date
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
André Spiegel
e30140cebb (vc-insert-file): When called with a LIMIT regexp,
delete anything that comes after LIMIT from the buffer.
2002-07-19 13:26:11 +00:00
André Spiegel
655388b5d4 Improve comment of vc-BACKEND-workfile-unchanged-p. 2002-07-19 13:20:02 +00:00
Juanma Barranquero
dd8d66adad *** empty log message *** 2002-07-19 11:40:00 +00:00
Juanma Barranquero
2a7547632f (syms_of_fileio): Remove redundant deprecation info. 2002-07-19 11:39:39 +00:00
Juanma Barranquero
ccfe8f572d (syms_of_xdisp): Remove redundant deprecation info. 2002-07-19 11:38:35 +00:00
Juanma Barranquero
bd292357c4 (unread-command-char, executing-macro, post-command-idle-hook,
post-command-idle-delay): Move obsolescence declarations from subr.el.
(directory-sep-char, mode-line-inverse-video): Add obsolescence declaration.
2002-07-19 11:37:01 +00:00
Juanma Barranquero
6079b12b94 (unread-command-char, executing-macro, post-command-idle-hook,
post-command-idle-delay): Move obsolescence declarations to subr.el.
2002-07-19 11:35:37 +00:00
Juanma Barranquero
c7f4f57343 Fix typo. 2002-07-19 10:33:44 +00:00
J.D. Smith
32d4cddb55 Updated with patches from 2000-12-11T12:45:42Z!dominik@science.uva.nl to 2001-11-04T12:51:16Z!eliz@gnu.org 2002-07-19 07:01:33 +00:00
Juanma Barranquero
b4591b37dc (dot, dot-max, dot-min, dot-marker, buffer-flush-undo, baud-rate,
compiled-function-p, define-function): Move obsolescence declarations from
subr.el
2002-07-19 06:25:06 +00:00
Juanma Barranquero
9c708a1b1c (dot, dot-max, dot-min, dot-marker, buffer-flush-undo, baud-rate,
compiled-function-p, define-function): Move obsolescence declarations to
subr.el.
2002-07-19 06:23:28 +00:00
J.D. Smith
58d8692a1b Fixed filename. 2002-07-19 01:33:34 +00:00
J.D. Smith
5e72c6b20e Updated to IDLWAVE version 4.14. See idlwave.org. 2002-07-18 18:58:07 +00:00
J.D. Smith
81189e6130 *** empty log message *** 2002-07-18 18:57:28 +00:00
J.D. Smith
5af2303517 Updated to IDLWAVE version 4.14. 2002-07-18 18:51:26 +00:00
Dave Love
28a2ca5d82 Support current auto{conf,make} manuals. 2002-07-18 18:19:18 +00:00
Juanma Barranquero
5fe205f134 (last-buffer): Add missing frame argument. 2002-07-18 16:04:01 +00:00
Richard M. Stallman
f33f4398d4 *** empty log message *** 2002-07-18 15:04:36 +00:00
Richard M. Stallman
9614322710 (Fdefalias): Doc fix. 2002-07-18 15:04:29 +00:00
Richard M. Stallman
bf38c59275 (timer-inc-time): Doc fix. 2002-07-18 15:02:00 +00:00