1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-06 11:55:48 +00:00
Commit Graph

38120 Commits

Author SHA1 Message Date
Richard M. Stallman
ae69175b09 (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL and CHECK_BUFFER. 2001-11-05 04:04:09 +00:00
Richard M. Stallman
c1dd95fcc1 (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength. 2001-11-05 03:52:23 +00:00
Richard M. Stallman
cf24f894b0 (echo-area-clear-hook): Undo Oct 29 change. 2001-11-05 03:40:14 +00:00
Richard M. Stallman
052d59fc58 Add SPC, TAB, CTRL. Update DEL and Meta. 2001-11-05 03:13:21 +00:00
Richard M. Stallman
48461f7cde (last-sexp-toggle-display): Cope if previous-single-property-change or
next-single-char-property-change returns nil.
2001-11-05 02:35:44 +00:00
Richard M. Stallman
830047fdb6 *** empty log message *** 2001-11-05 00:14:46 +00:00
Richard M. Stallman
34368a22c5 (x_display_and_set_cursor): Use buffer-local
value of `cursor-in-non-selected-windows'.
2001-11-05 00:14:31 +00:00
Richard M. Stallman
88d778acfc (Qcursor_in_non_selected_windows): New declaration. 2001-11-05 00:13:53 +00:00
Richard M. Stallman
af79bccb0d (Qcursor_in_non_selected_windows): New variable.
(syms_of_xdisp): Initialize it.
2001-11-05 00:13:37 +00:00
Richard M. Stallman
79aa712d49 (Fbuffer_local_value): New function.
(syms_of_buffer): defsubr it.
2001-11-05 00:10:49 +00:00
Richard M. Stallman
afd16d460a Document buffer-local-value. 2001-11-05 00:08:57 +00:00
Richard M. Stallman
758f07de25 (set-locale-environment): Make it interactive; make arg optional. 2001-11-04 23:56:21 +00:00
Richard M. Stallman
0abeb60276 (help-funs): Require help-funs. 2001-11-04 23:39:44 +00:00
Richard M. Stallman
982f6c7e65 *** empty log message *** 2001-11-04 23:39:35 +00:00
Richard M. Stallman
d6e483a4da (current_column_1, Fmove_to_column): Separate the code
for display-table glyphs from the code buffer text, to fix
bugs in the former.
2001-11-04 23:26:52 +00:00
Dave Love
e4a9694a89 Fix junk in last checkin. 2001-11-04 19:23:42 +00:00
Eli Zaretskii
051a608df8 (term-setup-hook): Add IT-setup-unicode-display. 2001-11-04 18:52:30 +00:00
Pavel Janík
4e39768886 (Fx_create_frame): Doc fix. 2001-11-04 17:46:34 +00:00
Pavel Janík
48b0f3aed7 Change doc-string comments to new style' [w/doc:' keyword]. 2001-11-04 17:43:52 +00:00
Dave Love
7115232b8e *** empty log message *** 2001-11-04 17:08:08 +00:00
Dave Love
c18c9008ca Fix local variables. 2001-11-04 17:00:07 +00:00
Dave Love
123f4a5e0c Add coding tag. 2001-11-04 16:59:37 +00:00
Dave Love
0fcaf3397c (LATIN): Add welsh.
(UNICODE): New.
(MISC): Add georgian.
(WORLD): Add UNICODE.
2001-11-04 16:54:16 +00:00
Dave Love
8449b3e384 Add coding tags. 2001-11-04 16:52:21 +00:00
Dave Love
789eb8a6e7 ("dutch"): New method. 2001-11-04 16:49:47 +00:00
Dave Love
1d98bdd92c ("bulgarian-pho", "belarusian"): New methods. 2001-11-04 16:48:07 +00:00
Eli Zaretskii
718fb8a1ff Replace M-C- with C-M- 2001-11-04 12:51:16 +00:00
Pavel Janík
2df5238c1a (top_level_value, top_level_set): Remove commented and #ifdef'd-out code.
(Fdefvar): Fix usage in doc-string.
2001-11-04 10:28:01 +00:00
Richard M. Stallman
203480d952 Whitespace change. 2001-11-04 03:21:13 +00:00
Richard M. Stallman
3ecaf7e54c Include unistd.h, if it exists. 2001-11-04 03:20:48 +00:00
Richard M. Stallman
409847a1ce Move the include of ctype.h after unistd.h. 2001-11-04 03:20:10 +00:00
Richard M. Stallman
026fb87858 Delete LCD Archive info. 2001-11-04 03:18:20 +00:00
Stefan Monnier
f7e339ec1f *** empty log message *** 2001-11-04 02:20:18 +00:00
Miles Bader
2c73848224 *** empty log message *** 2001-11-04 02:13:57 +00:00
Stefan Monnier
9c01e54549 (function-key-map): Add entry for `ESC [ 3 ~' -> <delete>
Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
Use inheritance so that .emacs and terminfo take precedence.
2001-11-04 02:03:05 +00:00
Stefan Monnier
d09cb03327 *** empty log message *** 2001-11-03 23:53:10 +00:00
Stefan Monnier
7e9d3c2f36 *** empty log message *** 2001-11-03 22:02:14 +00:00
Ken Raeburn
8db2e33bc5 log for some lvalue/rvalue fixes 2001-11-03 21:32:07 +00:00
Ken Raeburn
f5df591a70 (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of treating XCAR and XCDR
as lvalues.
(openp): Use CHECK_STRING_CAR.
(read_list): Use XSETCDR instead of treating XCDR as lvalue.
2001-11-03 21:30:34 +00:00
Ken Raeburn
57ddb5d001 (CHECK_STRING_CAR): New macro. 2001-11-03 21:29:35 +00:00
Eli Zaretskii
13ccc79af7 Fix last change. 2001-11-03 19:40:55 +00:00
Eli Zaretskii
85b073d6fe Document the changes in the default values of tooltip-delay and
tooltip-hide-delay.
2001-11-03 19:17:39 +00:00
Richard M. Stallman
6d8f7d5dd1 (xrealloc): Always pass two args to `fatal'. 2001-11-03 19:04:48 +00:00
Richard M. Stallman
08fa58c940 (popmail): Always pass two args to `error'. 2001-11-03 19:03:48 +00:00
Eli Zaretskii
dce87f47aa (Auto Save Control): Document that values of auto-save-interval less
than 20 are treated as if they were 20.
2001-11-03 18:58:07 +00:00
Miles Bader
e7f3afa945 (fancy-splash-head): Reapply Gerd's hack to make the shadow of the
splash image grey on a dark background instead of black.
2001-11-03 18:09:33 +00:00
Eli Zaretskii
aed29b9702 *** empty log message *** 2001-11-03 17:02:03 +00:00
Eli Zaretskii
88751b1100 (tooltip-delay): Decrease to 0.7.
(tooltip-hide-delay): Enlarge to 10.
2001-11-03 16:59:11 +00:00
Eli Zaretskii
4af4933686 (sigprocmask_set): Declare as extern SIGMASKTYPE. 2001-11-03 16:52:37 +00:00
Eli Zaretskii
fe54008f3c (sigunblock): Don't define if already defined. 2001-11-03 16:52:13 +00:00