- 20 Apr, 2005 9 commits
-
-
Nick Roberts authored
-
Nick Roberts authored
-
Kenichi Handa authored
values for ascii, eight-bit-control, eight-bit-graphic. Don't call Faref with charset-id. (Fset_char_table_default): Document how to treat normal character argument. Handle special slots used as default values of ascii, eight-bit-control, eight-bit-control. Make a sub chartable if necessary.
-
Kenichi Handa authored
ascii, eight-bit-control, eight-bit-control. Don't ignore a default value set for a group of characters. (Faset): Signal an error if IDXVAL is not a valid character code. Make a sub-chartable with correct initial value.
-
Kenichi Handa authored
value of the slots.
-
Kenichi Handa authored
(CHAR_TABLE_DEFAULT_SLOT_8_BIT_CONTROL): New macro. (CHAR_TABLE_DEFAULT_SLOT_8_BIT_GRAPHIC): New macro.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
YAMAMOTO Mitsuharu authored
-
- 19 Apr, 2005 30 commits
-
-
Richard M. Stallman authored
facespec is an expression to be evaluated.
-
Nick Roberts authored
-
Nick Roberts authored
-
Stefan Monnier authored
expand-file-name instead.
-
Stefan Monnier authored
also used in 2-char comment markers.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Lute Kamstra authored
-
Kim F. Storm authored
face unless last visible char and first invisible char have the same face. Also use default face if saved_face_id is undefined.
-
Kim F. Storm authored
-
YAMAMOTO Mitsuharu authored
-
YAMAMOTO Mitsuharu authored
-
YAMAMOTO Mitsuharu authored
(mac-add-charset-info): New function. Initialize variable mac-charset-info-alist using it. (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data for translation. (mac-symbol-encoder, mac-dingbats-encoder): New translation table. (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats. (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font): New CCL programs.
-
YAMAMOTO Mitsuharu authored
(syms_of_mac): Don't initialize them. (Vmac_charset_info_alist): New variable. (syms_of_mac): Defvar it. (create_text_encoding_info_alist): New function. (decode_mac_font_name, mac_to_x_fontname) (x_font_name_to_mac_font_name, init_font_name_table): Don't hard code the correspondence among XLFD charsets, Mac script codes, and Emacs coding systems. Use Vmac_charset_info_alist and result of create_text_encoding_info_alist instead. (init_font_name_table) [TARGET_API_MAC_CARBON]: Use Font Manager routines also on Mac OS Classic. (init_font_name_table) [!TARGET_API_MAC_CARBON]: Use add_font_name_table_entry. (mac_do_list_fonts): Regard 0 in XLFD scaleble fields as specified. Derive unspecified scalable fields from specified one. (x_list_fonts): Consider Valternate_fontname_alist. (kDefaultFontSize): Change value from 9 to 12. (XLoadQueryFont): Get decoded font family, font face, and charset from x_font_name_to_mac_font_name. Set full name of loaded font. (mac_unload_font): Free `full_name' member. (x_load_font): Don't try XLoadQueryFont if x_list_fonts returns NULL. Copy full_name member of struct MacFontStruct to that of struct font_info.
-
YAMAMOTO Mitsuharu authored
[TARGET_API_MAC_CARBON] (MacFontStruct): Use type int for mac_scriptcode member.
-
Kim F. Storm authored
selective_display_ellipsis_p so ellipsis will be shown in same face as preceding text. (setup_for_ellipsis): Don't set saved_face_id here. (next_element_from_display_vector): Default to saved_face_id.
-
Kim F. Storm authored
-
Lute Kamstra authored
-
Kim F. Storm authored
-
Kim F. Storm authored
(scroll-other-window, keyboard-quit, keyboard-escape-quit) (clone-indirect-buffer-other-window): Move bindings to bindings.el.
-
Kim F. Storm authored
(scroll-other-window, keyboard-quit, keyboard-escape-quit) (clone-indirect-buffer-other-window): Move bindings from simple.el. (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings. (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
-
Kim F. Storm authored
-
Kim F. Storm authored
Mention that `get' may signal an error.
-
Kim F. Storm authored
loops in case of bad face property lists. Limit number of face alias lookups to 10 (in case of face alias loops).
-
Kim F. Storm authored
-
Kim F. Storm authored
(syms_of_fns): Defsubr it.
-
Miles Bader authored
Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 66) - Update from CVS 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/qp.el (quoted-printable-encode-region): Save excursion.
-
- 18 Apr, 2005 1 commit
-
-
Stefan Monnier authored
minibuffer history commands. (minibuffer-local-isearch-map): Remove bindings for M-p and M-n, the default history commands now work just as well. (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
-