1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00
Commit graph

56067 commits

Author SHA1 Message Date
Thien-Thi Nguyen
4086de3d69 Regenerate. 2005-04-20 13:03:26 +00:00
Thien-Thi Nguyen
226e23597f Regenerate. 2005-04-20 10:59:21 +00:00
Thien-Thi Nguyen
8a877e5ca1 Check for <pwd.h>. 2005-04-20 10:56:08 +00:00
Thien-Thi Nguyen
f6214bb76b Remove eol whitespace; nfc. 2005-04-20 10:54:46 +00:00
Kenichi Handa
0a0993d7bc *** empty log message *** 2005-04-20 10:47:03 +00:00
Nick Roberts
1d44496d70 (tooltip-gud-tips-p): Expand documentation.
(tooltip-toggle-gud-tips): New function.
2005-04-20 10:08:50 +00:00
Nick Roberts
12b47dbf1f (gud-menu-map): Add tooltip-toggle-gud-tips. 2005-04-20 10:08:21 +00:00
Nick Roberts
396fdf3c33 *** empty log message *** 2005-04-20 10:07:28 +00:00
Kenichi Handa
2b048bf561 (Fset_char_table_range): Don't set slots used as default
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.
2005-04-20 07:50:59 +00:00
Kenichi Handa
256d566c94 (Faref): Handle special slots used as default values of
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.
2005-04-20 07:50:30 +00:00
Kenichi Handa
2a7a8e99f2 (make_sub_char_table): Argument changed to initial
value of the slots.
2005-04-20 07:50:08 +00:00
Kenichi Handa
0ddfe52ffa (CHAR_TABLE_DEFAULT_SLOT_ASCII): New macro.
(CHAR_TABLE_DEFAULT_SLOT_8_BIT_CONTROL): New macro.
(CHAR_TABLE_DEFAULT_SLOT_8_BIT_GRAPHIC): New macro.
2005-04-20 07:49:35 +00:00
Kenichi Handa
b0a3593988 *** empty log message *** 2005-04-20 07:37:03 +00:00
Kenichi Handa
620a517848 (boyer_moore): Fix previous change. 2005-04-20 07:21:47 +00:00
YAMAMOTO Mitsuharu
37c5c4a727 (mac-symbol-encoder): Fix mappings of left and right angle brackets. 2005-04-20 02:06:48 +00:00
Richard M. Stallman
ed35c7368c (Search-based Fontification): Explain that
facespec is an expression to be evaluated.
2005-04-19 21:06:19 +00:00
Nick Roberts
2cc604202a (tooltip-use-echo-area): Replace as alias and deprecate. 2005-04-19 20:33:27 +00:00
Nick Roberts
64cb0f826c *** empty log message *** 2005-04-19 20:31:51 +00:00
Stefan Monnier
b8471a023e (flymake-get-absolute-file-name-basedir): Remove. Update callers to use
expand-file-name instead.
2005-04-19 18:19:43 +00:00
Stefan Monnier
95ed7b4249 (show-paren-function): Use it to recognize parens that are
also used in 2-char comment markers.
2005-04-19 18:16:15 +00:00
Stefan Monnier
ac43807d0b (blink-matching-open): Fix botched commit. 2005-04-19 18:13:25 +00:00
Stefan Monnier
98580e20de (blink-matching-open): Use it. 2005-04-19 18:12:23 +00:00
Stefan Monnier
cdd8dc28f3 (syntax-class): New function. 2005-04-19 18:11:26 +00:00
Richard M. Stallman
42fc00a42f (String Conversion): Fix xref. 2005-04-19 15:19:31 +00:00
Richard M. Stallman
e251f78c18 (Output Functions): Fix xref. 2005-04-19 15:18:39 +00:00
Lute Kamstra
191652f815 (unload-feature): Update for new format of load-history. Simplify the code. 2005-04-19 15:09:05 +00:00
Kim F. Storm
ffd808257c (setup_for_ellipsis): Reset saved_face_id to use default
face unless last visible char and first invisible char have the
same face.  Also use default face if saved_face_id is undefined.
2005-04-19 12:52:02 +00:00
Kim F. Storm
98dde72651 *** empty log message *** 2005-04-19 12:51:37 +00:00
YAMAMOTO Mitsuharu
13d9a23189 (mac-symbol-encoder, mac-dingbats-encoder): Minor update. 2005-04-19 12:47:46 +00:00
YAMAMOTO Mitsuharu
327a33761a *** empty log message *** 2005-04-19 12:05:04 +00:00
YAMAMOTO Mitsuharu
dfcb7df273 Add coding: tag and set it to iso-2022-7bit.
(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.
2005-04-19 12:04:51 +00:00
YAMAMOTO Mitsuharu
94d0e8065e (Qbig5, Qcn_gb, Qsjis, Qeuc_kr): Remove variables.
(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.
2005-04-19 12:04:09 +00:00
YAMAMOTO Mitsuharu
a6d1cf0145 (MacFontStruct): Remove member fontname'. Add member full_name'.
[TARGET_API_MAC_CARBON] (MacFontStruct): Use type int for
mac_scriptcode member.
2005-04-19 12:03:38 +00:00
Kim F. Storm
62af9c2421 (handle_stop): Set saved_face_id to current face if
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.
2005-04-19 10:11:41 +00:00
Kim F. Storm
5827e9d460 *** empty log message *** 2005-04-19 10:11:26 +00:00
Lute Kamstra
834671a685 Don't commit lisp/loaddefs.el. 2005-04-19 09:59:29 +00:00
Kim F. Storm
089ed5652e (Compilation Mode): Add M-g M-n and M-g M-p bindings. 2005-04-19 09:45:11 +00:00
Kim F. Storm
bfa82930a8 (next-buffer, prev-buffer, next-error)
(scroll-other-window, keyboard-quit, keyboard-escape-quit)
(clone-indirect-buffer-other-window): Move bindings to bindings.el.
2005-04-19 09:25:52 +00:00
Kim F. Storm
ad1cc3463c (next-buffer, prev-buffer, next-error)
(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.
2005-04-19 09:25:32 +00:00
Kim F. Storm
d063683916 *** empty log message *** 2005-04-19 09:13:36 +00:00
Kim F. Storm
77aa896bce (Symbol Plists): Add safe-get.
Mention that `get' may signal an error.
2005-04-19 09:11:51 +00:00
Kim F. Storm
f374520488 (resolve_face_name): Use Fsafe_get to avoid redisplay
loops in case of bad face property lists.  Limit number of face
alias lookups to 10 (in case of face alias loops).
2005-04-19 08:34:50 +00:00
Kim F. Storm
7dfe2054bc (Fsafe_get): EXFUN it. 2005-04-19 08:34:33 +00:00
Kim F. Storm
7f2646c96c (Fsafe_get): New function.
(syms_of_fns): Defsubr it.
2005-04-19 08:34:19 +00:00
Miles Bader
cd01ded928 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-268
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.
2005-04-19 06:53:24 +00:00
Stefan Monnier
e5feeb319e (isearch-edit-string): Make the search-ring available for
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.
2005-04-18 22:32:37 +00:00
Kim F. Storm
1338947ca0 (cua--pre-command-handler): Add more
elaborate check for shift modifier on non-window systems.
2005-04-18 19:50:07 +00:00
Kim F. Storm
77580d1801 *** empty log message *** 2005-04-18 19:49:40 +00:00
Lars Hansen
adbb89efd5 *** empty log message *** 2005-04-18 18:30:05 +00:00
Lars Hansen
b9ed2fa62f (Saving Emacs Sessions): Add that "--no-desktop" turns off desktop-save-mode. 2005-04-18 18:29:26 +00:00