]> code.delx.au - gnu-emacs/log
gnu-emacs
23 years ago(c-style-variables-are-local-p): Incompatible
Gerd Moellmann [Mon, 24 Jul 2000 11:09:35 +0000 (11:09 +0000)]
(c-style-variables-are-local-p): Incompatible
change by defaulting this to t.  It's motivated by the
confusing behavior that otherwise arise from the style system
when editing both java and non-java files at the same time
(see the comments about style setting in c-common-init).

(c-offsets-alist): Changed default for
member-init-cont to c-lineup-multi-inher since it now handles
member initializers and indents better for leading commas.

(c-syntactic-indentation): New variable to turn
off all syntactic indentation.

(c-special-indent-hook): Don't use set-from-style
on this.

23 years ago(fontset_ref): Remove INLINE declaration.
Kenichi Handa [Mon, 24 Jul 2000 11:07:23 +0000 (11:07 +0000)]
(fontset_ref): Remove INLINE declaration.
(fontset_ref_via_base): Likewise.
(Fset_fontset_font): Convert FAMILY and REGISTRY specifications
to downcase.

23 years ago*** empty log message ***
Kenichi Handa [Mon, 24 Jul 2000 11:06:27 +0000 (11:06 +0000)]
*** empty log message ***

23 years ago@setfilename to ../info/ccmode.
Gerd Moellmann [Mon, 24 Jul 2000 11:06:15 +0000 (11:06 +0000)]
@setfilename to ../info/ccmode.

Documented the change of cpp-macro.

Updated doc for c-lineup-multi-inher.

Documented the special behavior of
c-special-indent-hook as a style variable.  Don't talk about
doing (c-make-styles-buffer-local t) in a mode hook, since
that's already too late to work right.

23 years ago*** empty log message ***
Dave Love [Mon, 24 Jul 2000 09:45:16 +0000 (09:45 +0000)]
*** empty log message ***

23 years ago(ediff-region-help-echo): Bind face-help.
Dave Love [Mon, 24 Jul 2000 09:44:02 +0000 (09:44 +0000)]
(ediff-region-help-echo): Bind face-help.

23 years agoAdd AC_SIZE_T.
Dave Love [Mon, 24 Jul 2000 09:32:28 +0000 (09:32 +0000)]
Add AC_SIZE_T.

23 years ago(type-break): perform autosave.
Noah Friedman [Mon, 24 Jul 2000 00:50:10 +0000 (00:50 +0000)]
(type-break): perform autosave.
Suggested by Stephen Gildea <gildea@intouchsys.com>.
(type-break-do-query): Cancel query schedule while performing
actual query, to avoid possibility of a second query being made
while first one is already in progress.
(type-break-time-stamp-format): New variable.
(type-break-time-stamp): New function.
(type-break-time-warning): Use it.
(type-break-keystroke-warning): Use it.
(type-break-noninteractive-query): Use it.

23 years ago(eldoc-minor-mode-string): Add autoload cookie; otherwise autoloaded
Noah Friedman [Mon, 24 Jul 2000 00:38:34 +0000 (00:38 +0000)]
(eldoc-minor-mode-string): Add autoload cookie; otherwise autoloaded
add-minor-mode call complains in Emacs 21.
Use add-minor-mode to set minor-mode-alist, if available.

(eldoc-echo-area-use-multiline-p): New user option.
(eldoc-echo-area-multiline-supported-p): New variable.
(eldoc-docstring-format-sym-doc): Use them.
(eldoc-mode): If not using idle timers, append to local post and
pre command hooks.  Suggested by David Byers <davby@ida.liu.se>.

(eldoc-display-message-no-interference-p): Don't interfere with edebug.
Add autoload cookie for eldoc-mode minor-mode-alist initialization.

(eldoc-function-arglist): New function.
(eldoc-function-argstring): Use it.

23 years ago(menu-bar-files-menu [recover-session]): Make sure auto save directory
Noah Friedman [Mon, 24 Jul 2000 00:28:27 +0000 (00:28 +0000)]
(menu-bar-files-menu [recover-session]): Make sure auto save directory
exists before calling directory-files.

23 years ago(iso-transl-char-map): Fix ^e, ^i,
Dave Love [Sun, 23 Jul 2000 16:05:53 +0000 (16:05 +0000)]
(iso-transl-char-map): Fix ^e, ^i,
^o, ^u.

23 years ago(syms_of_coding): Doc fix for inhibit-iso-escape-detection.
Eli Zaretskii [Sun, 23 Jul 2000 14:53:26 +0000 (14:53 +0000)]
(syms_of_coding): Doc fix for inhibit-iso-escape-detection.

23 years agoCorrect typo in a comment.
Eli Zaretskii [Sun, 23 Jul 2000 13:05:44 +0000 (13:05 +0000)]
Correct typo in a comment.

23 years ago*** empty log message ***
Eli Zaretskii [Sun, 23 Jul 2000 13:04:40 +0000 (13:04 +0000)]
*** empty log message ***

23 years ago(IT_note_mouse_highlight): Process overlays in the
Eli Zaretskii [Sun, 23 Jul 2000 13:03:16 +0000 (13:03 +0000)]
(IT_note_mouse_highlight): Process overlays in the
correct order of priority.  If help echo was found in an overlay,
use that overlay as the object in which the help echo was found.

23 years agoDefine ALLOCA to an empty string.
Eli Zaretskii [Sun, 23 Jul 2000 12:59:00 +0000 (12:59 +0000)]
Define ALLOCA to an empty string.

23 years ago(Fprevious_single_char_property_change):
Miles Bader [Sat, 22 Jul 2000 13:37:47 +0000 (13:37 +0000)]
(Fprevious_single_char_property_change):
  The initial property value should be from the position preceding
  POSITION, not following it.

23 years ago*** empty log message ***
Miles Bader [Sat, 22 Jul 2000 13:36:08 +0000 (13:36 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Eli Zaretskii [Sat, 22 Jul 2000 10:23:38 +0000 (10:23 +0000)]
*** empty log message ***

23 years ago(syms_of_coding): Doc fix for inhibit-iso-escape-detection.
Eli Zaretskii [Sat, 22 Jul 2000 10:17:50 +0000 (10:17 +0000)]
(syms_of_coding): Doc fix for inhibit-iso-escape-detection.

23 years ago(Recognize Coding): Document the variable inhibit-iso-escape-detection.
Eli Zaretskii [Sat, 22 Jul 2000 10:12:00 +0000 (10:12 +0000)]
(Recognize Coding): Document the variable inhibit-iso-escape-detection.

23 years ago(ediff-region-help-echo): Modify to use overlay
Dave Love [Fri, 21 Jul 2000 19:42:57 +0000 (19:42 +0000)]
(ediff-region-help-echo): Modify to use overlay
now passed to the function.  It now works properly.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 21 Jul 2000 15:54:52 +0000 (15:54 +0000)]
*** empty log message ***

23 years ago(note_mouse_highlight): Process overlays in the right
Gerd Moellmann [Fri, 21 Jul 2000 15:54:14 +0000 (15:54 +0000)]
(note_mouse_highlight): Process overlays in the right
order of priority.

23 years ago(note_mouse_highlight): If help-echo was found in an
Gerd Moellmann [Fri, 21 Jul 2000 15:38:39 +0000 (15:38 +0000)]
(note_mouse_highlight): If help-echo was found in an
overlay, use that overlay as the object in which the help was
found.

23 years ago(show_help_echo, gen_help_event): Extend comments.
Gerd Moellmann [Fri, 21 Jul 2000 15:37:33 +0000 (15:37 +0000)]
(show_help_echo, gen_help_event): Extend comments.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 21 Jul 2000 15:00:08 +0000 (15:00 +0000)]
*** empty log message ***

23 years ago(foreach_window_1): Fix typo reversing an if-condition.
Gerd Moellmann [Fri, 21 Jul 2000 14:59:18 +0000 (14:59 +0000)]
(foreach_window_1): Fix typo reversing an if-condition.

23 years ago(XMenuActivate): Call help callback with two more
Gerd Moellmann [Fri, 21 Jul 2000 14:36:24 +0000 (14:36 +0000)]
(XMenuActivate): Call help callback with two more
arguments: the pane number and selection number.

23 years ago(menu_help_callback): Call show_help_echo with
Gerd Moellmann [Fri, 21 Jul 2000 14:35:53 +0000 (14:35 +0000)]
(menu_help_callback): Call show_help_echo with
additional arguments OBJECT and POS.

23 years ago(foreach_window): Instead of a fake variable argument
Gerd Moellmann [Fri, 21 Jul 2000 14:34:08 +0000 (14:34 +0000)]
(foreach_window): Instead of a fake variable argument
list, take one USER_DATA argument.
(foreach_window_1): Likewise, and call callback functions with two
args, the window and USER_DATA.
(struct check_window_data): New struct.
(check_window_containing): Use it.
(window_from_coordinates): Set up a struct check_window_data for
foreach_window.
(add_window_to_list, freeze_window_start): Change parameters
according to new calling convention.

23 years ago(foreach_window): Change prototype.
Gerd Moellmann [Fri, 21 Jul 2000 14:33:46 +0000 (14:33 +0000)]
(foreach_window): Change prototype.

23 years ago(Fprevious_overlay_change): Avoid memory leak.
Gerd Moellmann [Fri, 21 Jul 2000 14:33:35 +0000 (14:33 +0000)]
(Fprevious_overlay_change): Avoid memory leak.

23 years ago(smerge-mode-menu): Fill it out.
Dave Love [Fri, 21 Jul 2000 13:53:20 +0000 (13:53 +0000)]
(smerge-mode-menu): Fill it out.

23 years ago*** empty log message ***
Kenichi Handa [Fri, 21 Jul 2000 06:59:01 +0000 (06:59 +0000)]
*** empty log message ***

23 years ago(Faset): Allow storing any multibyte character in a string. Convert
Kenichi Handa [Fri, 21 Jul 2000 06:45:30 +0000 (06:45 +0000)]
(Faset): Allow storing any multibyte character in a string.  Convert
unibyte string to multibyte if necessary.

23 years ago*** empty log message ***
Kenichi Handa [Fri, 21 Jul 2000 02:39:45 +0000 (02:39 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Kenichi Handa [Fri, 21 Jul 2000 02:32:21 +0000 (02:32 +0000)]
*** empty log message ***

23 years ago(x_encode_text): Add prototype.
Kenichi Handa [Fri, 21 Jul 2000 02:07:35 +0000 (02:07 +0000)]
(x_encode_text): Add prototype.

23 years ago(lisp_data_to_selection_data): Use x_encode_text.
Kenichi Handa [Fri, 21 Jul 2000 02:07:14 +0000 (02:07 +0000)]
(lisp_data_to_selection_data): Use x_encode_text.

23 years ago(x_encode_text): New function.
Kenichi Handa [Fri, 21 Jul 2000 02:06:49 +0000 (02:06 +0000)]
(x_encode_text): New function.
(x_set_name): Use x_encode_text.
(x_set_title): Likewise.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 20 Jul 2000 20:38:08 +0000 (20:38 +0000)]
*** empty log message ***

23 years agoChange `-b' to `-bw'.
Gerd Moellmann [Thu, 20 Jul 2000 20:38:01 +0000 (20:38 +0000)]
Change `-b' to `-bw'.

23 years ago(info-lookup): If *info* is shown in another frame
Gerd Moellmann [Thu, 20 Jul 2000 20:35:27 +0000 (20:35 +0000)]
(info-lookup): If *info* is shown in another frame
on the same display, select that frame, instead of switching to
the Info buffer in another window of the selected frame.

23 years ago(universal-argument-map): Bind numeric keypad keys
Gerd Moellmann [Thu, 20 Jul 2000 20:35:05 +0000 (20:35 +0000)]
(universal-argument-map): Bind numeric keypad keys
kp-0 to kp-9 and kp-subtract.
(digit-argument): Handle these keys.

23 years ago*** empty log message ***
Dave Love [Thu, 20 Jul 2000 17:31:18 +0000 (17:31 +0000)]
*** empty log message ***

23 years ago(goto-address-fontify): Don't bother with buffer-modified and read-only
Dave Love [Thu, 20 Jul 2000 17:29:46 +0000 (17:29 +0000)]
(goto-address-fontify): Don't bother with buffer-modified and read-only
stuff -- irrelevant with overlays.  Put an extra property on the
overlays and use it to clean up in case goto-address is re-run.

23 years ago(Fccl_execute_on_string): Don't check xmalloc return. Use xfree, not
Dave Love [Thu, 20 Jul 2000 12:50:09 +0000 (12:50 +0000)]
(Fccl_execute_on_string): Don't check xmalloc return.  Use xfree, not
free.

23 years agoCorrect a typo in a comment.
Eli Zaretskii [Thu, 20 Jul 2000 11:17:16 +0000 (11:17 +0000)]
Correct a typo in a comment.

23 years ago(IT_note_mode_line_highlight, IT_note_mouse_highlight):
Eli Zaretskii [Thu, 20 Jul 2000 11:09:12 +0000 (11:09 +0000)]
(IT_note_mode_line_highlight, IT_note_mouse_highlight):
Record the object that generated the help echo and the position of
that object in help_echo_object and help_echo_pos.  Record that
some glyphs in a row are displayed in mouse-face.
(IT_update_begin): Don't clear mouse highlight unless one of the
enabled glyph rows is marked as being displayed in mouse-face.
(dos_rawgetc): Generate 2 events for HELP_EVENT.  Pass the object
and position recorded in help_echo_object and help_echo_pos to the
event queue.
(IT_menu_display): Accept a new argument PN: the pane number of
the current menu pane.  Record the pane number and the item
number of the item which has associated help string.
(XMenuActivate): Update the prototype for help_callback in
function declaration.  Call IT_menu_display with the current menu
pane number as an additional argument.  Call help_callback with
two additional arguments: the pane number and the item number of
the menu item associated with the help text.
(help_echo_object, help_echo_pos): New variables.
(syms_of_msdos): Initialize them and staticpro help_echo_object.
(help_echo_window): New variable.
(syms_of_msdos): Initialize and staticpro it.
(IT_note_mode_line_highlight): Set help_echo_window.
(IT_note_mouse_highlight): Ditto.
(dos_rawgetc): Store help_echo_window in the second event produced
for HELP_EVENTs.

23 years ago(XMenuActivate): Update prototype.
Eli Zaretskii [Thu, 20 Jul 2000 11:04:07 +0000 (11:04 +0000)]
(XMenuActivate): Update prototype.

23 years agoC-down-mouse-3. Move concat change.
Dave Love [Thu, 20 Jul 2000 09:39:42 +0000 (09:39 +0000)]
C-down-mouse-3.  Move concat change.

23 years agoFix a typo in a comment.
Eli Zaretskii [Thu, 20 Jul 2000 06:59:46 +0000 (06:59 +0000)]
Fix a typo in a comment.

23 years ago*** empty log message ***
Richard M. Stallman [Wed, 19 Jul 2000 22:05:09 +0000 (22:05 +0000)]
*** empty log message ***

23 years ago(run-with-idle-timer): Doc fix.
Richard M. Stallman [Wed, 19 Jul 2000 22:04:34 +0000 (22:04 +0000)]
(run-with-idle-timer): Doc fix.

23 years ago*** empty log message ***
Richard M. Stallman [Wed, 19 Jul 2000 22:00:37 +0000 (22:00 +0000)]
*** empty log message ***

23 years ago(mail-strip-quoted-names): Handle case where <...> appears inside "...".
Richard M. Stallman [Wed, 19 Jul 2000 21:53:51 +0000 (21:53 +0000)]
(mail-strip-quoted-names): Handle case where <...> appears inside "...".
Use replace-match to edit the string more simply.

(rmail-dont-reply-to): Cope with an unmatched ".

23 years agoFix last checkin.
Dave Love [Wed, 19 Jul 2000 16:00:04 +0000 (16:00 +0000)]
Fix last checkin.

23 years ago(ediff-region-help-echo): Partially fix for Emacs implementation.
Dave Love [Wed, 19 Jul 2000 15:56:50 +0000 (15:56 +0000)]
(ediff-region-help-echo): Partially fix for Emacs implementation.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 19 Jul 2000 15:52:13 +0000 (15:52 +0000)]
*** empty log message ***

23 years ago(popup-menu): Allow a list of keymaps for menu arg.
Dave Love [Wed, 19 Jul 2000 15:52:02 +0000 (15:52 +0000)]
(popup-menu): Allow a list of keymaps for menu arg.
(mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
(global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.

23 years agoCorrect author's email address. Fix typo in comment.
Gerd Moellmann [Wed, 19 Jul 2000 15:51:05 +0000 (15:51 +0000)]
Correct author's email address. Fix typo in comment.

23 years agoCorrect maintainer's email address.
Gerd Moellmann [Wed, 19 Jul 2000 15:50:36 +0000 (15:50 +0000)]
Correct maintainer's email address.

23 years ago(comint-highlight-input, comint-highlight-face):
Gerd Moellmann [Wed, 19 Jul 2000 15:50:13 +0000 (15:50 +0000)]
(comint-highlight-input, comint-highlight-face):
New user options.
(comint-input-ring-file-name): Change custom type.
(comint-mode-map): Bind mouse-2.
(comint-insert-clicked-input): New function.
(comint-send-input): Handle input highlighting.

23 years agoDon't include <X11/bitmaps/gray> because that
Gerd Moellmann [Wed, 19 Jul 2000 15:49:28 +0000 (15:49 +0000)]
Don't include <X11/bitmaps/gray> because that
leads to redefinition errors when static is defined as empty in
config.h.  Refer to the gray bitmap in xfns.c, instead.

23 years ago(direct_output_for_insert): Remove confusing
Gerd Moellmann [Wed, 19 Jul 2000 15:47:52 +0000 (15:47 +0000)]
(direct_output_for_insert): Remove confusing
outer local variable mouse_face_overwritten_p.
(glyph_row_slice_p): Put in #ifdef GLYPH_DEBUG.

23 years ago(Fnext_single_char_property_change): Add prototype.
Gerd Moellmann [Wed, 19 Jul 2000 15:47:31 +0000 (15:47 +0000)]
(Fnext_single_char_property_change): Add prototype.

23 years agoAdd some more prototypes.
Gerd Moellmann [Wed, 19 Jul 2000 15:47:10 +0000 (15:47 +0000)]
Add some more prototypes.

23 years ago(with_echo_area_buffer): Call FN with more arguments.
Gerd Moellmann [Wed, 19 Jul 2000 15:46:20 +0000 (15:46 +0000)]
(with_echo_area_buffer): Call FN with more arguments.
Add some more prototypes.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 19 Jul 2000 14:09:42 +0000 (14:09 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 19 Jul 2000 11:06:09 +0000 (11:06 +0000)]
*** empty log message ***

23 years ago(allocate_string_data): Don't copy old string contents.
Gerd Moellmann [Wed, 19 Jul 2000 11:05:32 +0000 (11:05 +0000)]
(allocate_string_data): Don't copy old string contents.

23 years agoCorrect author's mail address.
Gerd Moellmann [Wed, 19 Jul 2000 11:04:18 +0000 (11:04 +0000)]
Correct author's mail address.

23 years ago(code_convert_region): Delete text properties before shrinking the
Kenichi Handa [Wed, 19 Jul 2000 03:44:55 +0000 (03:44 +0000)]
(code_convert_region): Delete text properties before shrinking the
conversion region.

23 years ago*** empty log message ***
Kenichi Handa [Wed, 19 Jul 2000 03:44:17 +0000 (03:44 +0000)]
*** empty log message ***

23 years ago(popup-menu): New function.
Stefan Monnier [Tue, 18 Jul 2000 23:43:41 +0000 (23:43 +0000)]
(popup-menu): New function.
(mouse-major-mode-menu): Use it.

23 years ago*** empty log message ***
Dave Love [Tue, 18 Jul 2000 22:16:01 +0000 (22:16 +0000)]
*** empty log message ***

23 years agoReorder so that most tests are done after CPPFLAGS
Dave Love [Tue, 18 Jul 2000 22:04:26 +0000 (22:04 +0000)]
Reorder so that most tests are done after CPPFLAGS
is set from the C_SWITCH_... definitions.

23 years ago(mode-line-mule-info, mode-line-modified): help-echo
Dave Love [Tue, 18 Jul 2000 21:53:46 +0000 (21:53 +0000)]
(mode-line-mule-info, mode-line-modified): help-echo
improvements.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 18 Jul 2000 19:43:58 +0000 (19:43 +0000)]
*** empty log message ***

23 years ago(update_text_area): Write the whole row if it
Gerd Moellmann [Tue, 18 Jul 2000 19:43:04 +0000 (19:43 +0000)]
(update_text_area): Write the whole row if it
has mouse-face in it.

23 years ago(face-font-selection-order)
Gerd Moellmann [Tue, 18 Jul 2000 19:07:15 +0000 (19:07 +0000)]
(face-font-selection-order)
(face-font-family-alternatives): Add custom type.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 18 Jul 2000 19:04:00 +0000 (19:04 +0000)]
*** empty log message ***

23 years ago(face-alternative-font-family-alist): Remove
Gerd Moellmann [Tue, 18 Jul 2000 19:03:13 +0000 (19:03 +0000)]
(face-alternative-font-family-alist): Remove
DEFVAR_LISP; staticpro instead.

23 years ago(help_echo_window): New variable.
Gerd Moellmann [Tue, 18 Jul 2000 18:23:29 +0000 (18:23 +0000)]
(help_echo_window): New variable.
(note_mouse_highlight, note_tool_bar_highlight): Set
help_echo_window.
(XTread_socket): Pass help_echo_window to gen_help_event.
(syms_of_xterm): Initialize and staticpro help_echo_window.

23 years ago(show_help_echo, gen_help_event): Change prototypes.
Gerd Moellmann [Tue, 18 Jul 2000 18:20:16 +0000 (18:20 +0000)]
(show_help_echo, gen_help_event): Change prototypes.

23 years ago(show_help_echo): Add parameter WINDOW.
Gerd Moellmann [Tue, 18 Jul 2000 18:20:04 +0000 (18:20 +0000)]
(show_help_echo): Add parameter WINDOW.
(read_char): Call show_help_echo with window extracted from Lisp
help event.
(gen_help_event): Add parameter WINDOW.

23 years ago(menu_help_callback): Call show_help_echo with
Gerd Moellmann [Tue, 18 Jul 2000 18:19:37 +0000 (18:19 +0000)]
(menu_help_callback): Call show_help_echo with
new arguments.

23 years ago*** empty log message ***
Dave Love [Tue, 18 Jul 2000 16:21:46 +0000 (16:21 +0000)]
*** empty log message ***

23 years agoFix dependencies of blockinput.h on atimer.h, systime.h.
Dave Love [Tue, 18 Jul 2000 16:21:06 +0000 (16:21 +0000)]
Fix dependencies of blockinput.h on atimer.h, systime.h.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 18 Jul 2000 14:42:30 +0000 (14:42 +0000)]
*** empty log message ***

23 years agoAdd author's email address.
Gerd Moellmann [Tue, 18 Jul 2000 14:40:07 +0000 (14:40 +0000)]
Add author's email address.

23 years agoFix `Maintainer' keyword.
Gerd Moellmann [Tue, 18 Jul 2000 14:39:41 +0000 (14:39 +0000)]
Fix `Maintainer' keyword.

23 years ago(allocate_string_data): If string had already data
Gerd Moellmann [Tue, 18 Jul 2000 14:38:20 +0000 (14:38 +0000)]
(allocate_string_data): If string had already data
assigned, copy old contents to new string data.

23 years ago(syms_of_coding): Fix typo in spelling of variable
Gerd Moellmann [Tue, 18 Jul 2000 14:37:54 +0000 (14:37 +0000)]
(syms_of_coding): Fix typo in spelling of variable
`inhibit-iso-escape-detection'.

23 years agoinsert-directory: use split-string
Sam Steingold [Tue, 18 Jul 2000 14:18:03 +0000 (14:18 +0000)]
insert-directory: use split-string

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 18 Jul 2000 13:05:44 +0000 (13:05 +0000)]
*** empty log message ***

23 years ago(free) [emacs && EMACS_FREE]: Define as EMACS_FREE.
Gerd Moellmann [Tue, 18 Jul 2000 13:02:40 +0000 (13:02 +0000)]
(free) [emacs && EMACS_FREE]: Define as EMACS_FREE.

23 years agoAdd dependencies on dispextern.h.
Gerd Moellmann [Tue, 18 Jul 2000 13:02:29 +0000 (13:02 +0000)]
Add dependencies on dispextern.h.
(alloca.o): Don't define malloc and define EMACS_FREE instead of
`free'; both can conflict with system header files.

23 years ago(Info-title-face-alist): Removed.
Gerd Moellmann [Tue, 18 Jul 2000 12:59:17 +0000 (12:59 +0000)]
(Info-title-face-alist): Removed.