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

37246 commits

Author SHA1 Message Date
Gerd Moellmann
2e3bf02a1f (syms_of_bytecode) [BYTE_CODE_METER]: Doc fix.
(METER_CODE): Use MOST_POSITIVE_FIXNUM.
2001-10-06 23:36:22 +00:00
Gerd Moellmann
78e985eb6b (inhibit_garbage_collection): Simplify.
(Fmemory_use_counts): Ditto.
2001-10-06 23:32:01 +00:00
Gerd Moellmann
e6190b111d (most_positive_fixnum, most_negative_fixnum): New
variables.
(syms_of_data): DEFVAR_INT most-positive-fixnum and
most-negative-fixnum.
2001-10-06 23:25:26 +00:00
Gerd Moellmann
dc8e8b07bd (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM)
(FIXNUM_OVERFLOW_P): New macros.
2001-10-06 23:25:06 +00:00
Gerd Moellmann
9542e3f508 (most-positive-fixnum, most-negative-fixnum):
Remove.
2001-10-06 23:24:15 +00:00
Miles Bader
57b338e898 (Variable Aliases): It's @defmac', not @defmacro'. 2001-10-06 10:43:21 +00:00
Gerd Moellmann
2a34a036ff *** empty log message *** 2001-10-06 09:57:20 +00:00
Richard M. Stallman
7c39d9e39a Comment out @smallbook. 2001-10-06 03:53:02 +00:00
Richard M. Stallman
d882f144e7 (add-change-log-entry): Skip copyright notice
and copying permission notice at start of file, if any.
Make use of terms "entry" and "item" accord with Emacs manual.
Simplify the logic for moving point while entering or creating
an entry and then an item.
(add-change-log-entry-other-window): Doc fix.
2001-10-06 02:32:54 +00:00
Richard M. Stallman
857e81db0f *** empty log message *** 2001-10-06 02:32:43 +00:00
Richard M. Stallman
1e4cb3078f Explain where and how to put the copyright notice and permission
notice in a change log file.
2001-10-06 02:26:58 +00:00
Richard M. Stallman
be63c7b272 Format cleanups for old entries. 2001-10-06 02:18:09 +00:00
Miles Bader
4650e3623c *** empty log message *** 2001-10-05 16:48:46 +00:00
Miles Bader
ce66a8a4c6 (read-file-name-electric-shadow): Autoload cookie removed; they
apparently don't work with faces.
2001-10-05 16:43:54 +00:00
Miles Bader
f15340b797 (x_set_scroll_bar_background) [USE_TOOLKIT_SCROLL_BARS]:
Free scroll-bar shadow colors when the background color changes.
(Fx_create_frame, x_create_tip_frame) [USE_TOOLKIT_SCROLL_BARS]:
Initialize scroll-bar shadow-color fields.
2001-10-05 16:36:29 +00:00
Miles Bader
7c1bef7a5b (x_create_toolkit_scroll_bar): Try to allocate colors for the shadows,
and tell the toolkit about them if we succeed.
(x_destroy_window) [USE_TOOLKIT_SCROLL_BARS]: Free scroll-bar shadow colors.
2001-10-05 16:35:12 +00:00
Miles Bader
f9fdaa6a27 (struct x_output): Add scroll_bar_top_shadow_pixel and
scroll_bar_bottom_shadow_pixel fields.
2001-10-05 16:33:06 +00:00
Sam Steingold
b4f05c3831 added `html-xhtml' for XHTML input 2001-10-05 16:21:14 +00:00
Sam Steingold
4dd618ff50 (diary-entry-compare): When times are identical, compare the entries
lexicographically.
2001-10-05 15:53:02 +00:00
Miles Bader
a01b78312a (rfn-eshadow-update-overlay): Use `minibuffer-prompt-end'. 2001-10-05 15:19:23 +00:00
Miles Bader
6d74d713e0 (previous-matching-history-element): Fix misplaced parentheses. 2001-10-05 15:16:24 +00:00
Miles Bader
20a8200954 *** empty log message *** 2001-10-05 14:05:27 +00:00
Miles Bader
18a90ec756 (read-file-name-electric-shadow-properties)
(read-file-name-electric-shadow-tty-properties):
Add autoloads.
2001-10-05 13:55:55 +00:00
Miles Bader
519f7ff698 Initial checkin. 2001-10-05 13:29:25 +00:00
Miles Bader
c165ad4044 (custom-face-attributes): Make sure each attribute has a valid default
value.  Remove hacks that mapped `nil' to `off' and used nil to mean
`unspecified'.  Remove `unspecified' choices from all attributes
(unspecified is handled by the parent checklist).
2001-10-05 13:06:51 +00:00
Miles Bader
3ea051cb61 (custom-face-edit-convert-widget)
(custom-face-edit-deactivate, custom-face-edit-activate)
(custom-face-edit-delete, custom-face-edit-attribute-tag):
New functions.
(custom-face-edit): Specify a custom :convert-widget.
(custom-pre-filter-face-spec, custom-post-filter-face-spec):
Don't pass in default filters that map between `nil' and `off' and
`unspecified' and `nil'.
2001-10-05 13:03:57 +00:00
Gerd Moellmann
ace64e0a1f *** empty log message *** 2001-10-05 12:54:15 +00:00
Gerd Moellmann
a9d14e54a8 (Fcopy_file): If NEWNAME is a directory copy FILE there. 2001-10-05 12:50:48 +00:00
Gerd Moellmann
7bdb67b2b3 (compilation-buffer-name): New function.
(compile-internal): Use it to determine the name of the
compilation buffer.
2001-10-05 12:43:13 +00:00
Gerd Moellmann
5b78d3856c *** empty log message *** 2001-10-05 12:42:24 +00:00
Miles Bader
ec66bdc7f1 *** empty log message *** 2001-10-05 12:34:41 +00:00
Miles Bader
a45717daf6 (grep-use-null-device): New variable.
(grep-command): Mention `grep-use-null-device'.
(grep-compute-defaults): Compute `grep-use-null-device' if necessary.
Make computation of `grep-command' respect `grep-use-null-device'.
(grep): Respect `grep-use-null-device'.
Call `grep-compute-defaults' even if grep-command is set, if
grep-use-null-device is still tentative.
2001-10-05 12:30:52 +00:00
Miles Bader
93aca633e1 (call-process-shell-command): New function. 2001-10-05 12:30:20 +00:00
Miles Bader
efaac2e650 (previous-matching-history-element, next-history-element)
next-complete-history-element): Use `minibuffer-' functions instead of
calling `field-' functions directly.
(minibuffer-prompt-end, minibuffer-contents):
(minibuffer-contents-no-properties, delete-minibuffer-contents):
Functions removed (now subrs).
(minibuffer-prompt-width): Use `minibuffer-prompt-end'.
2001-10-05 12:28:31 +00:00
Miles Bader
8bbb7c7060 (minibuf-eldef-setup-minibuffer)
(minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
instead of calling `field-' functions directly.
(minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
2001-10-05 12:26:27 +00:00
Miles Bader
a346ec7215 (Fminibuffer_prompt_end, Fminibuffer_contents)
(Fminibuffer_contents_no_properties, Fdelete_minibuffer_contents):
New functions (were in simple.el).
(Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
(read_minibuf, do_completion, Fminibuffer_completion_help): Use them.
(syms_of_minibuf): Initialize them.
2001-10-05 12:25:26 +00:00
Gerd Moellmann
a0fb44927f *** empty log message *** 2001-10-05 12:11:19 +00:00
Gerd Moellmann
a8d002d2a6 (find-file-noselect): If file's read-only status has
changed on disk, ask if buffer's read-only status should be
changed, unless NOWARN is set.
2001-10-05 12:10:57 +00:00
André Spiegel
f2e7e23e00 # 2001-10-05 11:54:13 +00:00
Gerd Moellmann
c689204496 (tiff_error_handler, tiff_warning_handler): New functions.
(tiff_load): Install them as error and warning handler.
2001-10-05 11:22:57 +00:00
Gerd Moellmann
c86350b15d *** empty log message *** 2001-10-05 10:40:42 +00:00
Gerd Moellmann
6a78f30f4d (define-setf-expander): Make it an
alias for define-setf-method.
2001-10-05 10:40:18 +00:00
Gerd Moellmann
c89e4bc57f *** empty log message *** 2001-10-05 10:13:12 +00:00
Gerd Moellmann
c4ab9c7c52 Remove no-byte-compile from file local variables
to enable bootstrapping.
2001-10-05 10:12:12 +00:00
Gerd Moellmann
f0e299dedc (XTread_socket): Return a non_ascii_keystroke for
unknown keysyms.

(error_msg): New variable.
(x_fatal_error_signal): New function.
(x_connection_closed): Set error_msg.  Install
x_fatal_error_signal as fatal_error_signal_hook around the call to
XtCloseDisplay.
2001-10-05 09:53:07 +00:00
Gerd Moellmann
36d8561d49 (MINI_WINDOW_P): Use NILP. 2001-10-05 09:52:23 +00:00
Gerd Moellmann
a97569cbf2 Use SYMBOL_VALUE/ SET_SYMBOL_VALUE macros instead of accessing
symbols' value directly.
2001-10-05 09:51:48 +00:00
Gerd Moellmann
a9dff54b94 (struct input_event): Use proper type for `kind'. 2001-10-05 09:51:00 +00:00
Gerd Moellmann
bf9f2aabfe (print_preprocess, print_object): Test internedness of
symbols differently.
2001-10-05 09:50:10 +00:00
Gerd Moellmann
f5c1dd0dc5 Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessing
symbols' value directly.
2001-10-05 09:49:39 +00:00