bpt/emacs.git
22 years agoInclude keymap.h.
Stefan Monnier [Mon, 8 Oct 2001 11:39:52 +0000 (11:39 +0000)]
Include keymap.h.

22 years ago(Fx_popup_menu): Use Fkeymap_prompt.
Stefan Monnier [Mon, 8 Oct 2001 11:36:45 +0000 (11:36 +0000)]
(Fx_popup_menu): Use Fkeymap_prompt.

22 years agoInclude keymap.h.
Stefan Monnier [Mon, 8 Oct 2001 11:34:14 +0000 (11:34 +0000)]
Include keymap.h.
(note_mode_line_highlight): Use kEYMAPP.

22 years ago*** empty log message ***
Eli Zaretskii [Mon, 8 Oct 2001 11:32:24 +0000 (11:32 +0000)]
*** empty log message ***

22 years ago(map_prompt): Remove.
Stefan Monnier [Mon, 8 Oct 2001 11:13:04 +0000 (11:13 +0000)]
(map_prompt): Remove.
(read_char_x_menu_prompt, read_char_minibuf_menu_prompt): Use Fkeymap_prompt.

22 years agoNew file. Extracted from lisp.h.
Stefan Monnier [Mon, 8 Oct 2001 11:12:28 +0000 (11:12 +0000)]
New file.  Extracted from lisp.h.

22 years ago(keymap_panes, Fx_popup_menu): Use Fkeymap_prompt.
Stefan Monnier [Mon, 8 Oct 2001 11:12:23 +0000 (11:12 +0000)]
(keymap_panes, Fx_popup_menu): Use Fkeymap_prompt.

22 years ago(Fkeymap_prompt, Fcurrent_active_maps): New funs.
Stefan Monnier [Mon, 8 Oct 2001 09:47:10 +0000 (09:47 +0000)]
(Fkeymap_prompt, Fcurrent_active_maps): New funs.
(accessible_keymaps_1): New function.
(Faccessible_keymaps, accessible_keymaps_char_table): Use it.
(Fwhere_is_internal): Use Fcurrent_active_maps.
(Fdescribe_buffer_bindings): Renamed from describe_buffer_bindings.
Insert in current buffer rather than standard-output.
Don't call `help-mode'.  Export to elisp.
(describe_buffer_bindings): New wrapper.
(syms_of_keymap): Defsubr Skeymap_prompt, Scurrent_active_maps
and Sdescribe_buffer_bindings.

22 years ago(alarm_signal_handler) [USG && !POSIX_SIGNALS]:
Gerd Moellmann [Mon, 8 Oct 2001 09:42:24 +0000 (09:42 +0000)]
(alarm_signal_handler) [USG && !POSIX_SIGNALS]:
Remove code setting signal handler.

22 years ago(child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]:
Gerd Moellmann [Mon, 8 Oct 2001 08:59:50 +0000 (08:59 +0000)]
(child_setup_tty) [HAVE_TERMIO || HAVE_TERMIOS]:
Clear ICRNL and INLCR.  From Daiki Ueno <ueno@unixuser.org>.

22 years ago*** empty log message ***
Pavel Janík [Mon, 8 Oct 2001 08:39:21 +0000 (08:39 +0000)]
*** empty log message ***

22 years agoDon't define min/max.
Gerd Moellmann [Mon, 8 Oct 2001 08:08:08 +0000 (08:08 +0000)]
Don't define min/max.

22 years ago(min, max): New macros.
Gerd Moellmann [Mon, 8 Oct 2001 07:59:17 +0000 (07:59 +0000)]
(min, max): New macros.

22 years ago(BASE_PURESIZE): Increase to 725000.
Gerd Moellmann [Mon, 8 Oct 2001 07:43:23 +0000 (07:43 +0000)]
(BASE_PURESIZE): Increase to 725000.

22 years ago(apropos-symbol): Add `skip' property.
Miles Bader [Mon, 8 Oct 2001 06:58:32 +0000 (06:58 +0000)]
(apropos-symbol): Add `skip' property.
(apropos-function, apropos-macro, apropos-command)
(apropos-variable, apropos-face, apropos-group, apropos-widget)
(apropos-plist): New button types.
(apropos-label-properties): Variable removed.
(apropos-print): Pass button-type to apropos-print-doc, rather
than help function and label text.
(apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
Get button label from TYPE.

22 years ago(button-activate): USE-MOUSE-ACTION is optional.
Miles Bader [Mon, 8 Oct 2001 06:52:24 +0000 (06:52 +0000)]
(button-activate): USE-MOUSE-ACTION is optional.

22 years ago*** empty log message ***
Pavel Janík [Mon, 8 Oct 2001 06:45:26 +0000 (06:45 +0000)]
*** empty log message ***

22 years agoUSE_LUCID can be defined iff USE_X_TOOLKIT is defined.
Pavel Janík [Mon, 8 Oct 2001 06:37:59 +0000 (06:37 +0000)]
USE_LUCID can be defined iff USE_X_TOOLKIT is defined.
(xm_scroll_callback) [USE_MOTIF]: Remove unused variable `percent'.
(x_set_toolkit_scroll_bar_thumb) [USE_MOTIF]: Remove unused variable `sb'.

22 years ago(apropos-next-label-button): Update arguments to `next-button'.
Miles Bader [Mon, 8 Oct 2001 06:13:07 +0000 (06:13 +0000)]
(apropos-next-label-button): Update arguments to `next-button'.

22 years ago(next-button, previous-button): Remove N and WRAP parameters.
Miles Bader [Mon, 8 Oct 2001 06:08:57 +0000 (06:08 +0000)]
(next-button, previous-button): Remove N and WRAP parameters.
Don't pay attention to `skip' properties.
(forward-button): Implement wrapping, iterating, and skipping here instead.

22 years ago*** empty log message ***
Pavel Janík [Mon, 8 Oct 2001 05:55:48 +0000 (05:55 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Pavel Janík [Mon, 8 Oct 2001 05:48:56 +0000 (05:48 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Pavel Janík [Mon, 8 Oct 2001 05:36:22 +0000 (05:36 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Pavel Janík [Mon, 8 Oct 2001 05:23:23 +0000 (05:23 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Pavel Janík [Mon, 8 Oct 2001 05:11:15 +0000 (05:11 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Pavel Janík [Mon, 8 Oct 2001 05:01:36 +0000 (05:01 +0000)]
*** empty log message ***

22 years agoInclude config.h, not ../src/config.h and systime.h, not ../src/systime.h.
Pavel Janík [Mon, 8 Oct 2001 04:52:12 +0000 (04:52 +0000)]
Include config.h, not ../src/config.h and systime.h, not ../src/systime.h.

22 years ago(help-mode): Use define-derived-mode.
Stefan Monnier [Mon, 8 Oct 2001 00:19:58 +0000 (00:19 +0000)]
(help-mode): Use define-derived-mode.
(describe-mode): Add optional `buffer' arg.
Use it instead of going through help-xref-mode.
Avoid doubling the word `minor' when prettifying.
(describe-function-1): List the corresponding key bindings.
(describe-variable): Say if the var is automatically buffer-local.
If the source is `loaddefs.el', look for the real source.
(help-xref-mode): Remove.

22 years ago(byte-compile-file): Return success when the file says no-byte-compile.
Stefan Monnier [Sun, 7 Oct 2001 23:34:07 +0000 (23:34 +0000)]
(byte-compile-file): Return success when the file says no-byte-compile.

22 years ago(next-button, previous-button): Respect `skip' property.
Miles Bader [Sun, 7 Oct 2001 17:14:34 +0000 (17:14 +0000)]
(next-button, previous-button): Respect `skip' property.
(push-button, button-activate): Add USE-MOUSE-ACTION argument.

22 years ago(woman-mode-map): Copy button-buffer-map instead of
Miles Bader [Sun, 7 Oct 2001 12:41:03 +0000 (12:41 +0000)]
(woman-mode-map): Copy button-buffer-map instead of
making a new keymap.  Don't bind mouse-2.  Bind M-mouse-2 to
`woman-follow-word' instead of `woman-mouse-2'.
(woman-follow-word): Renamed from `woman-mouse-2'.
Follow unconditionally, since this function is now only
bound to M-mouse-2.  Use accessor functions.
(WoMan-highlight-references): Use `make-text-button'.
(woman-xref): New button type.

22 years ago*** empty log message ***
Miles Bader [Sun, 7 Oct 2001 12:07:34 +0000 (12:07 +0000)]
*** empty log message ***

22 years ago(help-mode-map): Make button-buffer-map our parent.
Miles Bader [Sun, 7 Oct 2001 12:05:22 +0000 (12:05 +0000)]
(help-mode-map): Make button-buffer-map our parent.
Don't bind mouse events or tab/backtab.
(help-function, help-variable, help-face, help-coding-system)
(help-input-method, help-character-set, help-back, help-info)
(help-customize-variable,  help-function-def, help-variable-def):
New button types.
(help-button-action): New function.
(describe-function-1): Pass help button-types to `help-xref-button'
rather than help function and help-echo string.  Don't put multiple
help-function args in a list to pass them to help-xref-button, just pass
them as multiple arguments.  Use `help-insert-xref-button' to make
[back]-button, rather than `help-xref-button'.
(help-xref-button): Take a button-type TYPE as a parameter rather than a
function.  Remove HELP-ECHO parameter.  Remove DATA parameter and add a
&rest parameter ARGS to serve the same purpose.  Use `make-text-button'
to add the button.
(help-insert-xref-button): Use `insert-text-button' to add the button.
(help-follow-mouse, help-next-ref, help-previous-ref): Functions removed.
(help-do-xref): New function.
(help-follow): Use `push-button' and `help-do-xref' to do most of the work.

22 years ago("faces"): Move load before loading "loaddefs.el".
Miles Bader [Sun, 7 Oct 2001 11:38:15 +0000 (11:38 +0000)]
("faces"): Move load before loading "loaddefs.el".
("button"): New load, just before "help" (which uses it).

22 years ago(apropos-symbol, apropos-label): New button types.
Miles Bader [Sun, 7 Oct 2001 11:35:09 +0000 (11:35 +0000)]
(apropos-symbol, apropos-label): New button types.
(apropos-symbol-button-display-help)
(apropos-label-button-display-help, apropos-next-label-button): New functions.
(apropos-mode-map): Make button-buffer-map our parent.
Don't bind mouse events.
(apropos-print, apropos-print-doc): Create buttons instead of text properties.
(apropos-mouse-follow): Function removed.
(apropos-follow): Use buttons.

22 years ago(lisp, shortlisp): Add `button.elc'.
Miles Bader [Sun, 7 Oct 2001 11:29:44 +0000 (11:29 +0000)]
(lisp, shortlisp): Add `button.elc'.

22 years ago*** empty log message ***
Gerd Moellmann [Sun, 7 Oct 2001 11:19:34 +0000 (11:19 +0000)]
*** empty log message ***

22 years ago* minibuf.c (Fminibuffer_prompt_end): Don't apply make_number to a Lisp_Object.
Ken Raeburn [Sun, 7 Oct 2001 11:03:59 +0000 (11:03 +0000)]
* minibuf.c (Fminibuffer_prompt_end): Don't apply make_number to a Lisp_Object.

22 years ago* lisp.h (Ffield_end): Declare.
Ken Raeburn [Sun, 7 Oct 2001 11:02:52 +0000 (11:02 +0000)]
* lisp.h (Ffield_end): Declare.

22 years ago*** empty log message ***
Miles Bader [Sun, 7 Oct 2001 04:39:53 +0000 (04:39 +0000)]
*** empty log message ***

22 years agoInitial checkin.
Miles Bader [Sun, 7 Oct 2001 03:52:01 +0000 (03:52 +0000)]
Initial checkin.

22 years ago*** empty log message ***
Gerd Moellmann [Sun, 7 Oct 2001 00:26:13 +0000 (00:26 +0000)]
*** empty log message ***

22 years ago(parse_modifiers, apply_modifiers): Use VALMASK.
Gerd Moellmann [Sun, 7 Oct 2001 00:20:39 +0000 (00:20 +0000)]
(parse_modifiers, apply_modifiers): Use VALMASK.

22 years agoFix last change.
Gerd Moellmann [Sun, 7 Oct 2001 00:14:18 +0000 (00:14 +0000)]
Fix last change.

22 years ago(make_gap): Use MOST_POSITIVE_FIXNUM.
Gerd Moellmann [Sat, 6 Oct 2001 23:46:55 +0000 (23:46 +0000)]
(make_gap): Use MOST_POSITIVE_FIXNUM.

22 years ago(FLOAT_TO_INT2, FLOAT_TO_INT): Use FIXNUM_OVERFLOW_P.
Gerd Moellmann [Sat, 6 Oct 2001 23:44:55 +0000 (23:44 +0000)]
(FLOAT_TO_INT2, FLOAT_TO_INT): Use FIXNUM_OVERFLOW_P.

22 years ago(Ffile_attributes): Use FIXNUM_OVERFLOW_P.
Gerd Moellmann [Sat, 6 Oct 2001 23:41:39 +0000 (23:41 +0000)]
(Ffile_attributes): Use FIXNUM_OVERFLOW_P.

22 years ago*** empty log message ***
Gerd Moellmann [Sat, 6 Oct 2001 23:38:11 +0000 (23:38 +0000)]
*** empty log message ***

22 years ago(Fbyte_code): Use MOST_POSITIVE_FIXNUM.
Gerd Moellmann [Sat, 6 Oct 2001 23:37:52 +0000 (23:37 +0000)]
(Fbyte_code): Use MOST_POSITIVE_FIXNUM.

22 years ago(syms_of_bytecode) [BYTE_CODE_METER]: Doc fix.
Gerd Moellmann [Sat, 6 Oct 2001 23:36:22 +0000 (23:36 +0000)]
(syms_of_bytecode) [BYTE_CODE_METER]: Doc fix.
(METER_CODE): Use MOST_POSITIVE_FIXNUM.

22 years ago(inhibit_garbage_collection): Simplify.
Gerd Moellmann [Sat, 6 Oct 2001 23:32:01 +0000 (23:32 +0000)]
(inhibit_garbage_collection): Simplify.
(Fmemory_use_counts): Ditto.

22 years ago(most_positive_fixnum, most_negative_fixnum): New
Gerd Moellmann [Sat, 6 Oct 2001 23:25:26 +0000 (23:25 +0000)]
(most_positive_fixnum, most_negative_fixnum): New
variables.
(syms_of_data): DEFVAR_INT most-positive-fixnum and
most-negative-fixnum.

22 years ago(MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM)
Gerd Moellmann [Sat, 6 Oct 2001 23:25:06 +0000 (23:25 +0000)]
(MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM)
(FIXNUM_OVERFLOW_P): New macros.

22 years ago(most-positive-fixnum, most-negative-fixnum):
Gerd Moellmann [Sat, 6 Oct 2001 23:24:15 +0000 (23:24 +0000)]
(most-positive-fixnum, most-negative-fixnum):
Remove.

22 years ago(Variable Aliases): It's `@defmac', not `@defmacro'.
Miles Bader [Sat, 6 Oct 2001 10:43:21 +0000 (10:43 +0000)]
(Variable Aliases): It's `@defmac', not `@defmacro'.

22 years ago*** empty log message ***
Gerd Moellmann [Sat, 6 Oct 2001 09:57:20 +0000 (09:57 +0000)]
*** empty log message ***

22 years agoComment out @smallbook.
Richard M. Stallman [Sat, 6 Oct 2001 03:53:02 +0000 (03:53 +0000)]
Comment out @smallbook.

22 years ago(add-change-log-entry): Skip copyright notice
Richard M. Stallman [Sat, 6 Oct 2001 02:32:54 +0000 (02:32 +0000)]
(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.

22 years ago*** empty log message ***
Richard M. Stallman [Sat, 6 Oct 2001 02:32:43 +0000 (02:32 +0000)]
*** empty log message ***

22 years agoExplain where and how to put the copyright notice and permission
Richard M. Stallman [Sat, 6 Oct 2001 02:26:58 +0000 (02:26 +0000)]
Explain where and how to put the copyright notice and permission
notice in a change log file.

22 years agoFormat cleanups for old entries.
Richard M. Stallman [Sat, 6 Oct 2001 02:18:09 +0000 (02:18 +0000)]
Format cleanups for old entries.

22 years ago*** empty log message ***
Miles Bader [Fri, 5 Oct 2001 16:48:46 +0000 (16:48 +0000)]
*** empty log message ***

22 years ago(read-file-name-electric-shadow): Autoload cookie removed; they
Miles Bader [Fri, 5 Oct 2001 16:43:54 +0000 (16:43 +0000)]
(read-file-name-electric-shadow): Autoload cookie removed; they
apparently don't work with faces.

22 years ago(x_set_scroll_bar_background) [USE_TOOLKIT_SCROLL_BARS]:
Miles Bader [Fri, 5 Oct 2001 16:36:29 +0000 (16:36 +0000)]
(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.

22 years ago(x_create_toolkit_scroll_bar): Try to allocate colors for the shadows,
Miles Bader [Fri, 5 Oct 2001 16:35:12 +0000 (16:35 +0000)]
(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.

22 years ago(struct x_output): Add scroll_bar_top_shadow_pixel and
Miles Bader [Fri, 5 Oct 2001 16:33:06 +0000 (16:33 +0000)]
(struct x_output): Add scroll_bar_top_shadow_pixel and
scroll_bar_bottom_shadow_pixel fields.

22 years agoadded `html-xhtml' for XHTML input
Sam Steingold [Fri, 5 Oct 2001 16:21:14 +0000 (16:21 +0000)]
added `html-xhtml' for XHTML input

22 years ago(diary-entry-compare): When times are identical, compare the entries
Sam Steingold [Fri, 5 Oct 2001 15:53:02 +0000 (15:53 +0000)]
(diary-entry-compare): When times are identical, compare the entries
 lexicographically.

22 years ago(rfn-eshadow-update-overlay): Use `minibuffer-prompt-end'.
Miles Bader [Fri, 5 Oct 2001 15:19:23 +0000 (15:19 +0000)]
(rfn-eshadow-update-overlay): Use `minibuffer-prompt-end'.

22 years ago(previous-matching-history-element): Fix misplaced parentheses.
Miles Bader [Fri, 5 Oct 2001 15:16:24 +0000 (15:16 +0000)]
(previous-matching-history-element): Fix misplaced parentheses.

22 years ago*** empty log message ***
Miles Bader [Fri, 5 Oct 2001 14:05:27 +0000 (14:05 +0000)]
*** empty log message ***

22 years ago(read-file-name-electric-shadow-properties)
Miles Bader [Fri, 5 Oct 2001 13:55:55 +0000 (13:55 +0000)]
(read-file-name-electric-shadow-properties)
(read-file-name-electric-shadow-tty-properties):
Add autoloads.

22 years agoInitial checkin.
Miles Bader [Fri, 5 Oct 2001 13:29:25 +0000 (13:29 +0000)]
Initial checkin.

22 years ago(custom-face-attributes): Make sure each attribute has a valid default
Miles Bader [Fri, 5 Oct 2001 13:06:51 +0000 (13:06 +0000)]
(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).

22 years ago(custom-face-edit-convert-widget)
Miles Bader [Fri, 5 Oct 2001 13:03:57 +0000 (13:03 +0000)]
(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'.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 5 Oct 2001 12:54:15 +0000 (12:54 +0000)]
*** empty log message ***

22 years ago(Fcopy_file): If NEWNAME is a directory copy FILE there.
Gerd Moellmann [Fri, 5 Oct 2001 12:50:48 +0000 (12:50 +0000)]
(Fcopy_file): If NEWNAME is a directory copy FILE there.

22 years ago(compilation-buffer-name): New function.
Gerd Moellmann [Fri, 5 Oct 2001 12:43:13 +0000 (12:43 +0000)]
(compilation-buffer-name): New function.
(compile-internal): Use it to determine the name of the
compilation buffer.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 5 Oct 2001 12:42:24 +0000 (12:42 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Miles Bader [Fri, 5 Oct 2001 12:34:41 +0000 (12:34 +0000)]
*** empty log message ***

22 years ago(grep-use-null-device): New variable.
Miles Bader [Fri, 5 Oct 2001 12:30:52 +0000 (12:30 +0000)]
(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.

22 years ago(call-process-shell-command): New function.
Miles Bader [Fri, 5 Oct 2001 12:30:20 +0000 (12:30 +0000)]
(call-process-shell-command): New function.

22 years ago(previous-matching-history-element, next-history-element)
Miles Bader [Fri, 5 Oct 2001 12:28:31 +0000 (12:28 +0000)]
(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'.

22 years ago(minibuf-eldef-setup-minibuffer)
Miles Bader [Fri, 5 Oct 2001 12:26:27 +0000 (12:26 +0000)]
(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'.

22 years ago(Fminibuffer_prompt_end, Fminibuffer_contents)
Miles Bader [Fri, 5 Oct 2001 12:25:26 +0000 (12:25 +0000)]
(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.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 5 Oct 2001 12:11:19 +0000 (12:11 +0000)]
*** empty log message ***

22 years ago(find-file-noselect): If file's read-only status has
Gerd Moellmann [Fri, 5 Oct 2001 12:10:57 +0000 (12:10 +0000)]
(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.

22 years ago#
André Spiegel [Fri, 5 Oct 2001 11:54:13 +0000 (11:54 +0000)]
#

22 years ago(tiff_error_handler, tiff_warning_handler): New functions.
Gerd Moellmann [Fri, 5 Oct 2001 11:22:57 +0000 (11:22 +0000)]
(tiff_error_handler, tiff_warning_handler): New functions.
(tiff_load): Install them as error and warning handler.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 5 Oct 2001 10:40:42 +0000 (10:40 +0000)]
*** empty log message ***

22 years ago(define-setf-expander): Make it an
Gerd Moellmann [Fri, 5 Oct 2001 10:40:18 +0000 (10:40 +0000)]
(define-setf-expander): Make it an
alias for define-setf-method.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 5 Oct 2001 10:13:12 +0000 (10:13 +0000)]
*** empty log message ***

22 years agoRemove no-byte-compile from file local variables
Gerd Moellmann [Fri, 5 Oct 2001 10:12:12 +0000 (10:12 +0000)]
Remove no-byte-compile from file local variables
to enable bootstrapping.

22 years ago(XTread_socket): Return a non_ascii_keystroke for
Gerd Moellmann [Fri, 5 Oct 2001 09:53:07 +0000 (09:53 +0000)]
(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.

22 years ago(MINI_WINDOW_P): Use NILP.
Gerd Moellmann [Fri, 5 Oct 2001 09:52:23 +0000 (09:52 +0000)]
(MINI_WINDOW_P): Use NILP.

22 years agoUse SYMBOL_VALUE/ SET_SYMBOL_VALUE macros instead of accessing
Gerd Moellmann [Fri, 5 Oct 2001 09:51:48 +0000 (09:51 +0000)]
Use SYMBOL_VALUE/ SET_SYMBOL_VALUE macros instead of accessing
symbols' value directly.

22 years ago(struct input_event): Use proper type for `kind'.
Gerd Moellmann [Fri, 5 Oct 2001 09:51:00 +0000 (09:51 +0000)]
(struct input_event): Use proper type for `kind'.

22 years ago(print_preprocess, print_object): Test internedness of
Gerd Moellmann [Fri, 5 Oct 2001 09:50:10 +0000 (09:50 +0000)]
(print_preprocess, print_object): Test internedness of
symbols differently.

22 years agoUse SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessing
Gerd Moellmann [Fri, 5 Oct 2001 09:49:39 +0000 (09:49 +0000)]
Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessing
symbols' value directly.

22 years ago(Fintern, Funintern): Set symbol's interned and constant
Gerd Moellmann [Fri, 5 Oct 2001 09:49:16 +0000 (09:49 +0000)]
(Fintern, Funintern): Set symbol's interned and constant
bit-fields.
(init_obarray): Likewise for t and nil.