1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 12:20:39 -08:00
Commit graph

29153 commits

Author SHA1 Message Date
Dave Love
20fd0b4fab Include errno.h, string.h, unistd.h. Don't declare errno, strerror.
Put text after #endif in comment.
2000-06-19 16:19:05 +00:00
Sam Steingold
3a8e2ba917 ignore *.elc 2000-06-19 16:16:01 +00:00
Dave Love
e851c83329 (x_frame_of_widget): Add `static' to declaration (for pcc). 2000-06-19 16:11:14 +00:00
Dave Love
5f85fa4e6c (dump_glyph_matrix): Add `static' to declaration (for pcc). 2000-06-19 16:08:09 +00:00
Gerd Moellmann
cdf0357bd6 *** empty log message *** 2000-06-19 16:06:25 +00:00
Sam Steingold
653890d8e3 ignore bootstrap-emacs 2000-06-19 16:05:50 +00:00
Gerd Moellmann
c17f27f009 (menu-bar-edit-menu): Add menu item for marking
the whole buffer.
2000-06-19 16:05:18 +00:00
Gerd Moellmann
fdd9d55e57 (XTread_socket) <KeyPress>: In case XmbLookupString
returns XLookupChars, reset `modifiers' to zero.
2000-06-19 15:59:07 +00:00
Gerd Moellmann
4f5c137609 (mark_object) [GC_CHECK_MARKED_OBJECTS]: Check that no
bogus objects are marked.  This slows down GC by ~80 percent, but
it might be worth trying when debugging GC-related problems.
This feature requires conservative stack marking to be enabled.
2000-06-19 15:58:43 +00:00
Gerd Moellmann
c8bb816774 (syms_of_abbrev): Set buffer_default's abbrev table
to Vfundamental_mode_abbrev_table.
2000-06-19 15:58:23 +00:00
Dave Love
48c9f05418 (menu-bar-options-menu): Capitalize "Save Options". 2000-06-19 15:36:47 +00:00
Dave Love
10013d74ed (menu-bar-options-save): New function.
(menu-bar-options-menu): Use it.
(menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: Simplify.
2000-06-19 14:55:15 +00:00
Dave Love
998e9f8cb3 Unprotoized. 2000-06-19 13:07:47 +00:00
Gerd Moellmann
d150418429 *** empty log message *** 2000-06-19 12:13:14 +00:00
Gerd Moellmann
4c47c97362 (set_internal): If variable is frame-local,
store the new value immediately into the frame parameter alist.
2000-06-19 12:12:35 +00:00
Gerd Moellmann
ead0e4e0dd (gnus-uu-default-view-rules): Don't use `xv'. 2000-06-19 12:11:31 +00:00
Dave Love
a3f08d9e6d *** empty log message *** 2000-06-19 10:59:57 +00:00
Dave Love
290c1191d0 (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case _XOPEN_SOURCE is defined. 2000-06-19 10:54:29 +00:00
Andreas Schwab
6922f20874 (tags-query-replace): Put new parameters
START and END at the end, for backward compatibility.
2000-06-19 09:00:18 +00:00
Ken Raeburn
ebdb31e4f2 missed one in last checkin 2000-06-19 07:42:41 +00:00
Ken Raeburn
1435846670 fix jpeg error-handling setup 2000-06-19 07:21:13 +00:00
Ken Raeburn
140c4ac6f3 * keyboard.c (follow_key, read_key_sequence): Use XUINT on key value, or checks
for CHAR_META will fail.
* keymap.c (get_keyelt): Likewise.
2000-06-19 07:16:27 +00:00
Kenichi Handa
aaaf0b1e09 (setup_coding_system) <4>: Reset member `cr_carryover'.
(ccl_coding_driver): On encoding, initialize ccl->eol_type.
(decode_eol_post_ccl): New function.
(decode_coding): Don't detect EOL format here for CCL based coding
systems.
(decode_coding) <coding_type_ccl>: Handle carryovered CR.  Call
decode_eol_post_ccl after running the CCL program.
(code_convert_region): Don't detect EOL format here for CCL based
coding systems.
(decode_coding_string): Likewise.
2000-06-19 05:18:09 +00:00
Kenichi Handa
5b8ca8222e (CCL_WRITE_CHAR): Convert NL according to ccl->eol_type.
(setup_ccl_program): Initialize ccl->eol_type to CODING_EOL_LF.
2000-06-19 05:16:57 +00:00
Kenichi Handa
8538ed9a98 (struct ccl_program): New member eol_type.
(struct ccl_spec): New member cr_carryover.
2000-06-19 05:15:51 +00:00
Kenichi Handa
af873cd1e6 (make-coding-system): Generate subsidiary coding systems for EOL
handling variants even for a CCL based coding system.
2000-06-19 05:15:04 +00:00
Kenichi Handa
7bd539622d (cp-coding-system-for-codepage-1): Delete special codes for
generating xxx-dos coding system because now a CCL based coding
system can handle EOL conversion by default.
2000-06-19 05:09:55 +00:00
Kenichi Handa
10d7bf846a *** empty log message *** 2000-06-19 05:04:49 +00:00
Kenichi Handa
5cf1bf8640 (isearch-minibuffer-input-method)
(isearch-minibuffer-input-method-function): These variables
deleted.
(isearch-with-input-method): Don't use the above variables.
(isearch-process-search-multibyte-characters): Likewise.  Call
read-string with the arg INHERIT-INPUT-METHOD t.
2000-06-19 00:56:20 +00:00
Kenichi Handa
8f3c9a3d34 *** empty log message *** 2000-06-19 00:53:55 +00:00
Ken Raeburn
52e386c2dc fix up more Lisp_Object/int conversion issues 2000-06-18 20:14:37 +00:00
Ken Raeburn
dc1741f3a3 fix shadowing of 'keymap' enum value 2000-06-18 20:14:35 +00:00
Eli Zaretskii
4ea325f5d9 (srcdir): Edit this variable. 2000-06-18 10:07:00 +00:00
Gerd Moellmann
56f7c94ae5 *** empty log message *** 2000-06-18 05:19:30 +00:00
Gerd Moellmann
a9021acd11 *** empty log message *** 2000-06-18 00:08:00 +00:00
Gerd Moellmann
38426dee3e (syms_of_xfaces) [DEBUG_X_COLORS]: Defsubr dump_colors
only if HAVE_X_WINDOWS.
2000-06-18 00:04:47 +00:00
Stefan Monnier
13f0d185ef (font-lock-after-fontify-buffer)
(font-lock-after-unfontify-buffer): No need to call back to jit-lock.
2000-06-17 17:22:41 +00:00
Stefan Monnier
5a5987eb6c (jit-lock-mode): Force jit-refontify when turned on.
Use consistent make-local-variable style for font-lock-fontified.
(jit-lock-fontify-buffer):
Don't bother checking for font-lock-mode and jit-lock-mode.
2000-06-17 17:17:35 +00:00
Stefan Monnier
c2acf685ec Remove trailing ^M that prevent CVS-merging. 2000-06-17 15:36:33 +00:00
Stefan Monnier
0df68e9f5b (srcdir): Define for update-subdirs. 2000-06-16 23:34:46 +00:00
Gerd Moellmann
432808885f (distclean): New target. 2000-06-16 18:55:45 +00:00
Gerd Moellmann
0a2ea2356d *** empty log message *** 2000-06-16 18:54:24 +00:00
Gerd Moellmann
8c47a252f0 (distclean): Also make distclean in lisp/. 2000-06-16 18:54:11 +00:00
Gerd Moellmann
bba2a92393 (make_shadow_gcs): Set free_top_shadow_color_p
and free_top_shadow_color_p flags in the menu widget if
top and bottom shadow colors must be freed.
(release_shadow_gcs): Free colors only if they must be freed.
2000-06-16 18:34:17 +00:00
Gerd Moellmann
457d47f892 (_XlwMenu_part): Add free_top_shadow_color_p and
free_bottom_shadow_color_p.
2000-06-16 18:33:58 +00:00
Ken Raeburn
37d034d3a4 * xdisp.c (decode_mode_spec): Fix sense of test whether Vline_number_display_limit is an integer. 2000-06-16 16:06:34 +00:00
Ken Raeburn
b357b9d406 * xdisp.c (decode_mode_spec): In "no_value" case, do NUL termination of string. 2000-06-16 16:00:52 +00:00
Gerd Moellmann
6344985d2b *** empty log message *** 2000-06-16 15:47:45 +00:00
Gerd Moellmann
97d4edaaa3 (describe_buffer_bindings): Add `\f\n' in front of titles. 2000-06-16 15:17:41 +00:00
Andrew Innes
6323926761 *** empty log message *** 2000-06-16 13:23:54 +00:00