- 21 Oct, 1998 4 commits
-
-
Kenichi Handa authored
coding->spec.ccl.valid_codes for CCL based coding system. (code_convert_region): Set point to FROM before inserting the result of pre-write-funciton. Preserve original point. (code_convert_string): If coding->type is coding_type_ccl, do conversion even if the length of conversion region is zero.
-
Andreas Schwab authored
"function*".
-
Karl Heuer authored
(profile-timer-process, profile-temp-result-, profile-time): Likewise. (profile-filter, profile-reset-timer): Functions deleted. (profile-check-zero-init-times, profile-get-time): Likewise. (profile-find-function, profile-quit): Likewise. (profile-distinct, profile-call-stack, profile-last-time): New vars. (profile-time-list, profile-init-list): Doc fix. (profile-functions): Simplify. (profile-print): Use float. Make output include space separators. (profile-add-time): New helper function. (profile-function-prolog): Renamed from profile-start-function. Handle profile-distinct. (profile-function-epilog): Renamed from profile-update-function. Handle profile-distinct. (profile-a-function): If the function to be profiled is an autoload form, load it. If it's lazy-loaded, fetch it. (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it. (profile-restore-fun): Arg FUN is now a function symbol, as was documented, rather than a one-element list. (profile-finish): Call profile-restore-fun properly.
-
Richard M. Stallman authored
-
- 20 Oct, 1998 15 commits
-
-
Geoff Voelker authored
(syms_of_w32term): Reference w32_no_unicode_output properly.
-
Geoff Voelker authored
-
Geoff Voelker authored
(Vx_pixel_size_width_font_regexp, unibyte_display_via_language_environment): Declare variables. (w32_list_fonts, w32_get_font_info, w32_query_font, w32_load_font): Declare functions. w32_output): New fields font_baseline and fontset. (FRAME_FONTSET, FRAME_W32_FONT_TABLE): New macros.
-
Geoff Voelker authored
Add ENCODE_BIG5 macro from coding.c. (w32_no_unicode_output): New variable. (w32_codepage_for_charset, w32_use_unicode_for_codepage): New functions. (BUILD_WCHAR_T, BYTE1, BYTE2): New macros. (dumpglyphs): Rewrite based on xterm.c equivalent. (x_new_font): Use functionality provided in fontset.c. (x_new_fontset): New function based on the one in xterm.c. (syms_of_w32term): Add w32-no-unicode-output flag.
-
Geoff Voelker authored
(unibyte_display_via_language_environment): New global variable. (x_set_font): Add support for setting fontsets. (Fx_create_frame): Add check_w32(). Initialize fontsets. Fix font names to match xlfd-tight-regexp. (w32_load_font): Rewrite based on x_load_font. (x_to_w32_charset, w32_to_x_charset): Add character sets. Use `iso8859-1' rather than `ansi'. (w32_to_x_font): Remove `-' from font name. Remove the `-' off the end. Move charset into `charset registry' field. (enum_font_cb2): Check charsets match. Include width in font list. (w32_list_fonts): Rewrite based on x_list_fonts. Moved from w32term.c to have access to enumfont_t struct. (Fx_list_fonts): w32 specific version eliminated. Include `x-list-fonts.c'. (w32_get_font_info, w32_query_font, w32_find_ccl_program): New functions for fontset support - adapted from x_ equivalents. (syms_of_w32fns): New lisp variables initialised. Function pointers for fontset.c set up.
-
Geoff Voelker authored
(allocate_face, copy_face, face_eql, load_font, Fpixmap_spec_p, free_frame_faces, new_computed_face, frame_update_line_height, merge_faces, compute_base_face, Fset_face_attribute_internal): Use fontset support based on xfaces.c.
-
Geoff Voelker authored
-
Richard M. Stallman authored
-
Thien-Thi Nguyen authored
-
Richard M. Stallman authored
(sh-font-lock-keywords): Handle rpm and rpm2. (sh-ancestor-alist): Handle rpm.
-
Richard M. Stallman authored
Also .spec and .mspec files. (revert-buffer-internal-hook): Add defvar.
-
Eli Zaretskii authored
-
Edward M. Reingold authored
-
Eli Zaretskii authored
(mouse_preempted): New variable. (dos_rawgetc): Don't generate mouse events if mouse is preempted. (XMenuActivate): Preempt the mouse during menu-handling loop. Release the current time slice while idling in the menu-handling loop. Leave the loop only if the user pressed, then released the same button. Discard all mouse events that are pending in the event queue before exiting.
-
Eli Zaretskii authored
COMMAND.COM as the shell.
-
- 19 Oct, 1998 9 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(modify-face): Don't get error if (nil) is the argument. (face-try-color-list): Don't check whether nil is a valid color.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
Don't call kinsoku directly, intead call fill-find-break-point.
-
Kenichi Handa authored
property to character sets which require `kinsoku' processing for filling. (fill-find-break-point): New function. (fill-region-as-paragraph): Don't check kinsoku-enable here. Don't call kinsoku directly, intead call fill-find-break-point.
-
Kenichi Handa authored
(syms_of_charset): Staticpro and initialize Qauto_fill_chars. Declare auto-fill-chars as a Lisp variable and initialize it.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 17 Oct, 1998 12 commits
-
-
Richard M. Stallman authored
Print message about each directory, even in batch mode.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(ps-mule-string-char): No need to use sref. (ps-mule-next-index): No need to use sref.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Kenichi Handa authored
(install): Likewise.
-
Kenichi Handa authored
make_specified_string to cope with byte-combining situation.
-
Kenichi Handa authored
1 when encountered with a code of the range 0x80..0x9F.
-