1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-10 23:31:19 -07:00
Commit graph

27652 commits

Author SHA1 Message Date
Gerd Moellmann
e9b4e5ff0c *** empty log message *** 2000-03-07 14:21:40 +00:00
Gerd Moellmann
f6ee1260dd (Fdocumentation_property): If value is not a string,
and doesn't refer to etc/DOC, evaluate it to obtain a string.
2000-03-07 14:19:23 +00:00
Gerd Moellmann
f7daf1e10f Change maintainer to `none'. 2000-03-07 12:41:05 +00:00
Gerd Moellmann
17d7ad5951 (recentf-keep-non-readable-files-p): Quote args
to remove-hook and add-hook.
2000-03-07 12:34:58 +00:00
Gerd Moellmann
baaa1f1913 (mail-send-nonascii): Add a new value 'mime and use
it as the default.
(mail-send): Test mail-send-nonascii also for the new 'mime value.
(sendmail-send-it): Conditionaly add MIME headers specifying the
used character set.
2000-03-07 12:33:39 +00:00
Gerd Moellmann
2e465cddf9 (x_connection_closed) [USE_X_TOOLKIT]: Don't try to
close the display with XtCloseDisplay.  This caused a bus error
on OpenWindows.
2000-03-07 12:25:28 +00:00
Dave Love
ae3d47c61a (auto-mode-alist): Add configure.in. 2000-03-07 12:17:34 +00:00
Dave Love
c926a73b2b *** empty log message *** 2000-03-07 12:02:52 +00:00
Gerd Moellmann
9994cc693b (Fminibuffer_complete): Move point to ZV when input is
complete but not unique.
2000-03-07 10:31:12 +00:00
Dave Love
63f6b2c46d Fix keywords, autoload cookies. Split
eval-when-compile form to avoid compilation failure.
2000-03-07 10:10:40 +00:00
Kenichi Handa
fa42c37fe3 Add comments on coding-category-utf-8,
coding-category-utf-16-be, and coding-category-utf-16-le.
(coding_category_name): Include "coding-category-utf-8",
"coding-category-utf-16-be", and "coding-category-utf-16-le".
(UTF_8_1_OCTET_P) (UTF_8_EXTRA_OCTET_P) (UTF_8_2_OCTET_LEADING_P)
(UTF_8_3_OCTET_LEADING_P) (UTF_8_4_OCTET_LEADING_P)
(UTF_8_5_OCTET_LEADING_P) (UTF_8_6_OCTET_LEADING_P): New macros.
(detect_coding_utf_8): New function.
(UTF_16_INVALID_P) (TF_16_HIGH_SURROGATE_P)
(UTF_16_LOW_SURROGATE_P): New macros.
(detect_coding_utf_16): New function.
(detect_coding_mask): Fix bug of returning wrong mask bits in the
case that detect_coding_XXX returns a mask not set in
priorities[i].
(detect_eol_type_in_2_octet_form): New function.
(detect_eol): If cooding->category_idx is for UTF-16, call
detect_eol_type_in_2_octet_form instead of dectect_eol_type.
(detect_coding_system): Don't include `nil' coding-system in the
result.
(Fupdate_coding_systems_internal): Update all coding-categories.
2000-03-07 06:17:54 +00:00
Kenichi Handa
62537270d9 (CODING_CATEGORY_IDX_UTF_8)
(CODING_CATEGORY_IDX_UTF_16_BE)
(CODING_CATEGORY_IDX_UTF_16_LE): New macros
(CODING_CATEGORY_IDX_RAW_TEXT) (CODING_CATEGORY_IDX_BINARY)
(CODING_CATEGORY_IDX_MAX): Re-numbered.
(CODING_CATEGORY_MASK_UTF_8) (CODING_CATEGORY_MASK_UTF_16_BE)
(CODING_CATEGORY_MASK_UTF_16_LE): New macros.
(CODING_CATEGORY_MASK_ANY): Include them.
(CODING_CATEGORY_MASK_UTF_16_BE_LE): New macro.
2000-03-07 06:17:10 +00:00
Kenichi Handa
2c7794b0bc (coding-category-utf-8,
coding-category-utf-16-be, coding-category-utf-16-le): New coding
categories.  Include them in the argument for set-coding-priority.
2000-03-07 06:16:30 +00:00
Kenichi Handa
9bfcd26931 (reset-language-environment): Include
coding-category-utf-8, coding-category-utf-16-be, and
coding-category-utf-16-le in the argument for set-coding-priority.
(reset-language-environment): Initialize coding-category-utf-8,
coding-category-utf-16-be, and coding-category-utf-16-le to nil.
2000-03-07 06:16:04 +00:00
Kenichi Handa
1b46a680d5 Modify comment about coding system
property `coding-category'.
(make-coding-system): New argument EOL-TYPE.  Pay attention to
coding-category property of PROPERTIES.
2000-03-07 06:15:36 +00:00
Kenichi Handa
8330e2f914 *** empty log message *** 2000-03-07 06:14:45 +00:00
Gerd Moellmann
1d4d17e24a (make_menubar): Set XmNresizeHeight and
XmNresizeWidth resources only if LESSTIF_VERSION is defined.
2000-03-06 22:50:15 +00:00
Gerd Moellmann
18bb0684ce *** empty log message *** 2000-03-06 12:48:03 +00:00
Gerd Moellmann
8d56596c3c (bookmark-file-or-variation-thereof): New func, for
code abstracted out of `bookmark-jump-noselect'.  Now tries info
extensions as well as compression extensions.
(bookmark-jump-noselect): Use above new func.
2000-03-06 12:46:50 +00:00
Gerd Moellmann
4dd8a783b3 (send_process): Remove local variable `procname' that
might become invalid when a GC happens.  Instead, access the
process name slot directly.
2000-03-06 12:41:53 +00:00
Gerd Moellmann
4336c70520 (x_set_menu_bar_lines_1): Adjust window's orig_top and
orig_height if set.
2000-03-06 12:11:01 +00:00
Eli Zaretskii
515d0d0e88 (IT_note_mouse_highlight): Return immediately if frame's
glyph matrices have been freed.
2000-03-06 10:24:37 +00:00
Gerd Moellmann
6178bc2370 (bootstrap-temacs): Set LC_ALL to C like for temacs. 2000-03-05 20:25:40 +00:00
Gerd Moellmann
50df5e5a03 (coordinates_in_window): Use
FRAME_INTERNAL_BORDER_WIDTH_SAFE instead of
FRAME_INTERNAL_BORDER_WIDTH.
2000-03-05 20:22:48 +00:00
Gerd Moellmann
66ce15ca99 (FRAME_INTERNAL_BORDER_WIDTH) [!HAVE_X_WINDOWS]: Define. 2000-03-05 20:20:28 +00:00
Gerd Moellmann
9499d71b70 (QCdata): Moved here from xfns.c.
(syms_of_xdisp): Initialize QCdata.
2000-03-05 20:19:32 +00:00
Gerd Moellmann
90ebdb19d1 (QCdata): Moved to xdisp.c. 2000-03-05 20:18:07 +00:00
Gerd Moellmann
847115ada3 (tags): Include ../lwlib/TAGS in TAGS. 2000-03-05 20:16:47 +00:00
Gerd Moellmann
566f7ec858 (xm_manage_resizing): Rewritten. 2000-03-05 14:32:02 +00:00
Gerd Moellmann
a17063b5b4 (lw_modify_all_widgets): Return non-zero if widget
tree was changed.
(merge_widget_value): Add parameter CHANGE_P.  Set *CHANGE_P
to 1 if a change occurs.
2000-03-05 14:31:04 +00:00
Gerd Moellmann
23b4d91d7c (lw_modify_all_widgets): Change prototype. 2000-03-05 14:30:37 +00:00
Gerd Moellmann
100b3cbbd4 *** empty log message *** 2000-03-05 10:44:01 +00:00
Gerd Moellmann
a6ad00c02a (select_visual): Rewritten. Recognize user-specified
visual classes.
(visual_classes): New variable.
2000-03-05 10:25:26 +00:00
Gerd Moellmann
3997f048b2 (select_visual): Change prototype. 2000-03-05 10:24:19 +00:00
Gerd Moellmann
5ff67d81bc (x_term_init): Create a colormap if not using the
default visual.
2000-03-05 10:23:14 +00:00
Gerd Moellmann
28ee91c0e5 (try_window_id): Recompute unchanged information if
it is invalid.
2000-03-05 10:21:53 +00:00
Gerd Moellmann
64d739c445 *** empty log message *** 2000-03-04 16:04:15 +00:00
Gerd Moellmann
b0404f9ffc (make_shadow_gcs): Use the widget's colormap instead
of the screen's default colormap.
2000-03-04 16:04:00 +00:00
Gerd Moellmann
9b2956e2a4 (x_defined_color, x_set_mouse_color, lookup_rgb_color)
(lookup_pixel_color, x_laplace, x_build_heuristic_mask)
(png_load): Access colormap of frame using FRAME_X_COLORMAP.
(x_decode_color): Don't handle allocation of white and black
specially.
(x_window) [USE_X_TOOLKIT]: Set XtNvisual, XtNdepth, and
XtNcolormap resources.
(x_window) [!USE_X_TOOLKIT]: Pass colormap to XCreateWindow.
(Fx_create_frame): Initialize color members of x_output structure.
(xpm_load): Pass colormap to XPM lib.
2000-03-04 16:02:15 +00:00
Gerd Moellmann
7353f3a342 (struct x_display_info): Add Colormap member `cmap'.
(FRAME_X_COLORMAP, FRAME_X_VISUAL): New macros.
2000-03-04 16:00:56 +00:00
Gerd Moellmann
43bd1b2bfe (x_term_init): Set Colormap member of x_display_info
structure.  Copy colormap if resource `privateColormap' is
specified (PseudoColor only).
(x_setup_relief_color): Access colormap of frame using
FRAME_X_COLORMAP.
2000-03-04 16:00:03 +00:00
Gerd Moellmann
276104706d (x_free_colors): Access colormap of frame using
FRAME_X_COLORMAP.  Be paranoid about freeing black and white
when default colormap is used.
2000-03-04 15:58:49 +00:00
Jason Rumney
c3cee01337 Change many FRAME_X... macros to FRAME_WINDOW... or other
non-platform-specific equivalents.
[WINDOWSNT]: include w32term.h, fontset.h and define X specific
functions and macros as their w32 equivalents where
non-platform-specifics are not available.
[HAVE_X_WINDOWS]: Change most of these to HAVE_WINDOW_SYSTEM.
(x_create_gc, x_free_gc) [WINDOWSNT]: Add W32 versions.
(clear_font_table) [WINDOWSNT]: Call w32_unload_font.
(frame_update_line_height): Use macros to access f->output_data.
(defined_color): Remove FIXME comments; fixed.
(x_face_list_fonts, prepare_face_for_display): Put X specifics into
#ifdef blocks. Add WINDOWSNT blocks.
(Fx_list_fonts): Use macros for accessing font data.
(set_lface_from_font_name): Different default fonts for X and WINDOWSNT.
(font_scalable_p) [WINDOWSNT]: Treat wildcard XLFD_AVGWIDTH as
scalable for backward compatibility.
(realize_tty_face) [MSDOS]: do the same for WINDOWSNT.
(syms_of_xfaces) [WINDOWSNT]: Allow scalable fonts by default.
2000-03-04 14:56:00 +00:00
Jason Rumney
00150e8a22 [HAVE_NTGUI]: call syms_of_xfaces instead of syms_of_w32faces. 2000-03-04 14:50:45 +00:00
Jason Rumney
1eb156f0a2 (w32faces.obj): Remove.
(xfaces.obj): Add.
2000-03-04 14:49:36 +00:00
Jason Rumney
3cd2f3279a (make_lispy_event): Call buffer_posn_from_coords with correct parameters. 2000-03-03 20:32:33 +00:00
Jason Rumney
807cc41c44 *** empty log message *** 2000-03-03 20:29:08 +00:00
Ken Raeburn
0007072a72 * unexelf.c (PT_LOAD, SHT_*, SHN_*) [__NetBSD__]: Only provide
standard ELF definitions here if the system header does not.
2000-03-03 15:28:34 +00:00
Gerd Moellmann
71a6ba55f5 *** empty log message *** 2000-03-03 14:00:31 +00:00
Gerd Moellmann
41c86e21b4 Change maintainer's mail address. 2000-03-03 13:56:05 +00:00