1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 09:20:54 -08:00
Commit graph

15079 commits

Author SHA1 Message Date
Richard M. Stallman
2d6c1fc09a Use the plist of an abbrev for multiple params if nec.
(Fdefine_abbrev): New arg SYSTEM-FLAG for a system abbrev.
(Fdefine_global_abbrev, Fdefine_mode_abbrev):
Update calls to Fdefine_abbrev.
(write_abbrev): Update for changed data format.
Don't list "system" abbrevs.
(Fexpand_abbrev): Update use count with new data format.
(describe_abbrev): Update for changed data format.
(Fdefine_abbrev_table): Handle the new SYSTEM-FLAG.
2001-12-28 22:14:38 +00:00
Richard M. Stallman
07025a551c *** empty log message *** 2001-12-28 19:07:02 +00:00
Richard M. Stallman
b218817d0b (HAVE_MBSINIT): Add #undef. 2001-12-28 19:06:08 +00:00
Richard M. Stallman
025210618f (mbsinit): Define as no-op if not available. 2001-12-28 19:05:42 +00:00
Richard M. Stallman
ade19cac43 Fix previous change; also correct its change log:
(Fdefine_key): Add error message for trying to bind [DEL], [RET], etc.
(exclude_keys): New variable.
(Flookup_key): Error message if key has wrong data type.
2001-12-28 18:49:02 +00:00
Richard M. Stallman
ce6eef6e18 *** empty log message *** 2001-12-28 18:47:27 +00:00
Richard M. Stallman
2fae9111a4 (Flookup_key): Add error message for trying to bind [DEL], [RET], etc. 2001-12-28 18:39:20 +00:00
Gerd Moellmann
0cb8bb486a (x_setup_relief_colors): Don't compute an image's
background color if it doesn't have a Pixmap.
2001-12-28 14:47:47 +00:00
Gerd Moellmann
60626bab46 (notice_overwritten_cursor): Don't depend on
output_cursor and updated_area.  Compare pixel coordinates with
window's cursor pixel coordinates.
(x_draw_glyphs, x_clear_end_of_line, show_mouse_face): Call
notice_overwritten_cursor with new arg list.
(show_mouse_face): Fix bug setting a row's mouse_face_p flag
unconditionally.
2001-12-28 13:34:00 +00:00
Gerd Moellmann
539e92ad44 (try_scrolling) <PT below scroll margin>: Add the
height of the cursor line to the amount to scroll.
2001-12-28 12:42:54 +00:00
Richard M. Stallman
4e02881b80 *** empty log message *** 2001-12-28 05:19:24 +00:00
Richard M. Stallman
1d14d232dd (set_point_both): The position after an invisible, intangible
character is not an acceptable stopping point.
2001-12-28 05:12:42 +00:00
Ken Raeburn
1ab964d755 * window.c (enlarge_window): In new preserve_before code, convert CURBEG from
lisp object to integer before doing arithmetic.
2001-12-27 05:49:33 +00:00
Richard M. Stallman
5274126bde (Fbyte_code): Undo previous change. 2001-12-27 05:00:56 +00:00
Richard M. Stallman
749f499fa5 *** empty log message *** 2001-12-27 05:00:49 +00:00
Kim F. Storm
090c68b9a4 (record_char): Ignore duplicate help-echo events only
separated by mouse-movement.  When tracking mouse, only record
first and last mouse-movement event in same window.
Don't record mouse-movement events in keyboard macros.
2001-12-25 23:38:23 +00:00
Kim F. Storm
b5d9aabacd *** empty log message *** 2001-12-25 23:34:45 +00:00
Richard M. Stallman
b4c4516263 *** empty log message *** 2001-12-25 10:36:14 +00:00
Richard M. Stallman
f95284d2b4 (enlarge_window): New arg PRESERVE_BEFORE. Callers changed.
(Fenlarge_window): New arg PRESERVE_BEFORE.
2001-12-25 10:36:08 +00:00
Richard M. Stallman
d0fd26dd0b *** empty log message *** 2001-12-25 08:16:54 +00:00
Richard M. Stallman
fbd98f82df (Fbyte_code): Use Fstring_make_unibyte instead of Fstring_as_unibyte. 2001-12-25 08:16:46 +00:00
Pavel Janík
153c21601b Fix typo. 2001-12-24 12:17:55 +00:00
Pavel Janík
c95eaa61ce *** empty log message *** 2001-12-22 14:18:08 +00:00
Pavel Janík
e32abc829f Files removed. 2001-12-22 14:13:11 +00:00
Pavel Janík
44eec52586 Remove mocklisp files. 2001-12-22 14:02:33 +00:00
Pavel Janík
746de544e0 Remove declarations of variables Vmocklisp_arguments', Qmocklisp' and
`Qmocklisp_arguments'.
Remove prototype of syms_of_mocklisp.
2001-12-22 14:01:52 +00:00
Pavel Janík
2b9bde762b Remove variables Qmocklisp_arguments', Vmocklisp_arguments' and
`Qmocklisp'.  Remove prototype of ml_apply.
(Fprogn, Fwhile, Fcommandp, Feval, Ffuncall, funcall_lambda): Do not test
for mocklisp case.
(Fwhile): Remove unused variable `tem'.
(syms_of_eval): Remove variable `moclisp-arguments'.
2001-12-22 14:01:01 +00:00
Pavel Janík
43f2ddd70d (main): Do not call syms_of_mocklisp. 2001-12-22 14:00:05 +00:00
Pavel Janík
acc5eb0c4a (Fdocumentation): Remove mocklisp case. 2001-12-22 13:59:08 +00:00
Pavel Janík
a4bb6871d3 (wrong_type_argument): Remove mocklisp case. 2001-12-22 13:58:42 +00:00
Pavel Janík
31ace7d065 Do not include mocklisp.h.
(Fcall_interactively): Do not test for mocklisp case.
2001-12-22 13:55:34 +00:00
Richard M. Stallman
31877e0a33 *** empty log message *** 2001-12-21 23:55:01 +00:00
Richard M. Stallman
d682d3df25 (compute_tip_xy): If tooltip won't fit on the screen
to the left or to the right of the pointer, put it against
the left screen edge.
2001-12-21 22:55:36 +00:00
Eli Zaretskii
e2c3786a16 *** empty log message *** 2001-12-21 12:09:14 +00:00
Eli Zaretskii
966bda3ad5 (distclean): Remove .gdbinit if we are building outside the source tree. 2001-12-21 11:40:15 +00:00
Pavel Janík
f0529b5b1a Doc fix. 2001-12-20 19:01:00 +00:00
Eli Zaretskii
bf7943066e (emacs_root_dir): New function. 2001-12-19 19:00:44 +00:00
Eli Zaretskii
dd693537fd (Fexpand_file_name) [DOS_NT]: Use the root directory
of the current drive as the fallback for default_directory.
2001-12-19 18:55:01 +00:00
Eli Zaretskii
62582985a6 *** empty log message *** 2001-12-19 17:15:22 +00:00
Eli Zaretskii
a74aaa9dbb (file_name_completion): Run the elements of
completion-ignored-extensions through ENCODE_FILE.
2001-12-19 17:14:39 +00:00
Eli Zaretskii
c513fc0381 (scmp): Remove prototype, since it's now a static
function private to dired.c.
2001-12-19 16:08:23 +00:00
Richard M. Stallman
3509a04cd4 *** empty log message *** 2001-12-18 23:39:30 +00:00
Richard M. Stallman
b3f04cedf4 (scmp): Function moved from minibuf.c.
Delete multibyte handling--used only on encoded strings.
2001-12-18 22:50:26 +00:00
Richard M. Stallman
30de3bd611 (scmp): Function moved to dired.c. 2001-12-18 22:49:19 +00:00
Richard M. Stallman
538482abd9 (Fdefine_charset): Call Fupdate_coding_systems_internal. 2001-12-18 19:38:18 +00:00
Dave Love
1e9a61867b (lisp, shortlisp): Add language/utf-8-lang.el,
language/georgian.el.
2001-12-18 18:11:36 +00:00
Eli Zaretskii
e4e34e31ef *** empty log message *** 2001-12-18 17:56:11 +00:00
Eli Zaretskii
74fc84afd1 (lisp, shortlisp): Synchronize with changes to lisp/Makefile.in:DONTCOMPILE. 2001-12-18 17:25:33 +00:00
Pavel Janík
7c75be3651 (window_box_height): Do not return negative values.
From Gerd Moellmann <gerd@gnu.org>.
2001-12-18 16:16:14 +00:00
Pavel Janík
4521d1fccf *** empty log message *** 2001-12-18 06:27:15 +00:00