1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-05 20:43:08 +00:00

34033 Commits

Author SHA1 Message Date
Dave Love
71527e5d44 (describe-char-after): Doc fix.
(describe-coding-system): Tweak the English text.
2001-01-25 22:12:23 +00:00
Sam Steingold
89e658178a require vc 2001-01-25 21:02:37 +00:00
Dave Love
cf56d05f60 *** empty log message *** 2001-01-25 20:31:30 +00:00
Gerd Moellmann
c5e6e06b5b (x_after_update_window_line): Don't clear if frame's
internal border width is zero.
(x_clear_area): New function.
(x_after_update_window_line, x_clear_end_of_line)
(x_scroll_bar_create, x_scroll_bar_set_handle)
(XTset_vertical_scroll_bar, x_erase_phys_cursor): Use x_clear_area
instead of XClearArea.
2001-01-25 20:27:30 +00:00
Gerd Moellmann
4629a73ab8 (x_clear_area): Add prototype. 2001-01-25 20:26:04 +00:00
Gerd Moellmann
161d30fdcb * xfns.c (x_set_tool_bar_lines): Use x_clear_area instead of
XClearArea.
2001-01-25 20:25:33 +00:00
Dave Love
fba448c182 flyspell 2001-01-25 20:21:01 +00:00
Dave Love
05197f40d6 Replace formfeeds removed on 2001/01/22. 2001-01-25 20:15:31 +00:00
Eli Zaretskii
2171f01fd8 Mention that LessTif and Motif cause File Selection dialog to pop up
when C-x C-f is typed.
2001-01-25 18:23:39 +00:00
Eli Zaretskii
bbc3200def Document problems with jpeg-6a. 2001-01-25 18:20:50 +00:00
Francesco Potortì
b2521b0abb Many small improvements in tagging accuracy and capability,
better tagging of DEFUNs, code cleanups.

2001-01-25  Francesco Potorti`  <pot@potorti.it>

	* etags.c (struct tok): Renamed from struct token.
	(token): Renamed from tok.
	(structtype): Make it a local variable.
	[DEBUG]: Use assert.
	(xrnew): Change the synopsis.
	(typedefs_or_cplusplus): Renamed from typedefs_and_cplusplus.
	(grow_linebuffer): Don't call xrnew when not needed.
	(token): buffer renamed to line.
	(C_entries): Three calls to inibuffer moved here from main.
	(C_entries): Removed all references to var methodlen, delete it.
	(linebuffer_setlen): Was grow_buffer, now also sets len.
	(consider_token, C_entries, Pascal_functions): Use it.
	(C_entries): Preventing problems relative to extern "C".
	(C_entries): Can tag more than one variable or func separated by
	comma when --declarations is used.
	(C_entries): More accurate tagging of members and declarations.
	(yacc_rules): Was global, made local to C_entries.
	(next_token_is_func): Removed.
	(fvdef): New constants fdefunkey, fdefunname.
	(consider_token, C_entries): Use them.
	(C_entries): Build proper lisp names for Emacs DEFUNs.
2001-01-25 18:19:57 +00:00
Francesco Potortì
d22a24fa26 Many small improvements in etags. 2001-01-25 18:19:07 +00:00
Eli Zaretskii
6e1a66dc61 Document that clicking C-mouse-2 on widget scroll bars might not work. 2001-01-25 18:16:05 +00:00
Gerd Moellmann
ceba0dac02 (iswitchb-make-buflist): When nconc'ing lists, don't
discard the result.
(iswitchb-to-end): Likewise.
2001-01-25 17:13:08 +00:00
Sam Steingold
9b0630e57e doc&comment fix 2001-01-25 16:36:48 +00:00
Gerd Moellmann
3be7e41764 Update a comment. 2001-01-25 16:01:56 +00:00
Gerd Moellmann
6613cfc490 *** empty log message *** 2001-01-25 15:58:51 +00:00
Gerd Moellmann
b17a50b7b4 (Fx_file_dialog): Remove a workaround for Lesstif
which doesn't seem necessary anymore with Lesstif 0.92.
2001-01-25 15:39:26 +00:00
Stefan Monnier
f0c1adabcb (smerge-font-lock-keywords): Relax submatch 1. 2001-01-25 15:37:21 +00:00
Stefan Monnier
a2ed96700b (define-minor-mode): Docstring fix. 2001-01-25 15:31:14 +00:00
Eli Zaretskii
7acd9c90e9 Fix wording in the entry about UTF-8 support. 2001-01-25 14:52:11 +00:00
Dave Love
34ac336760 *** empty log message *** 2001-01-25 13:39:11 +00:00
Dave Love
e94e008ba3 (BASE_PURESIZE): Up to 720000. 2001-01-25 13:36:51 +00:00
Dave Love
2644b4c098 Preload international/ccl for utf-8. 2001-01-25 13:35:07 +00:00
Kenichi Handa
23cfab61f6 *** empty log message *** 2001-01-25 13:14:54 +00:00
Kenichi Handa
b909cfc0b6 (reset-language-environment): Reset coding-category-utf-8 to
mule-utf-8.
2001-01-25 13:07:32 +00:00
Kenichi Handa
ce7ed3aa0f Fix previous change. 2001-01-25 13:03:10 +00:00
Dave Love
650cc6cce2 *** empty log message *** 2001-01-25 13:00:15 +00:00
Eli Zaretskii
c3d0ee5124 Fix a typo in a comment. 2001-01-25 13:00:13 +00:00
Dave Love
0482803f6b (Fwhere_is_internal): Declare gcpro3, gcpro4. 2001-01-25 12:58:22 +00:00
Gerd Moellmann
e1e441f9c8 *** empty log message *** 2001-01-25 12:40:49 +00:00
Gerd Moellmann
c3e6cafd61 (echo_area_display): Don't call redisplay_internal
when Emacs is shutting down.  We can't run hooks etc. that
would be necessary to do a redisplay.
2001-01-25 12:40:22 +00:00
Eli Zaretskii
4685e6b754 (rmail-redecode-body): Doc fix. 2001-01-25 12:32:26 +00:00
Eli Zaretskii
47df1a5e81 Move here the entry for etags.c from 2000-01-14 which somehow
ended up in etc/Changelog.
2001-01-25 12:26:24 +00:00
Eli Zaretskii
28f518d7be Remove a stray entry from 2000-01-14 which belongs to lib-src/ChangeLog. 2001-01-25 12:24:31 +00:00
Gerd Moellmann
5e37dc220a (read_integer): Use type EMACS_INT instead of int. 2001-01-25 11:57:14 +00:00
Kenichi Handa
5ba7a8708b new file 2001-01-25 11:51:29 +00:00
Kenichi Handa
c546dfcbc5 Preload international/utf-8. 2001-01-25 11:49:15 +00:00
Kenichi Handa
631f62fd3d (reset-language-environment): Make
the priority of coding-category-utf-8 higher than
coding-category-binary.
2001-01-25 11:48:59 +00:00
Kenichi Handa
f8499efbd3 (coding-category-utf-8): Initialize to mule-utf-8. 2001-01-25 11:48:42 +00:00
Kenichi Handa
0fdb4475a0 *** empty log message *** 2001-01-25 11:48:08 +00:00
Gerd Moellmann
8e60a25357 (tags): Fix typo. 2001-01-25 11:42:55 +00:00
Eli Zaretskii
0fb94c7feb (ccl_driver): Fix last change. 2001-01-25 09:46:23 +00:00
Eli Zaretskii
bb26451898 Fix a typo in the last entry for ccl.c. 2001-01-25 09:21:17 +00:00
Stefan Monnier
609b757aa4 (mutually_exclusive_p): Add missing break' at the end of charset' processing. 2001-01-25 01:44:54 +00:00
Kenichi Handa
e3778624f9 *** empty log message *** 2001-01-24 23:43:56 +00:00
Kenichi Handa
bd64290dac (ccl_coding_driver): Setup ccl->suppress_error.
(Fset_terminal_coding_system_internal): Set the member
suppress_error to 1.
(Fset_safe_terminal_coding_system_internal): Likewise.
2001-01-24 23:30:34 +00:00
Kenichi Handa
6041c9ce6b (struct coding_system): New member suppress_error. 2001-01-24 23:30:16 +00:00
Kenichi Handa
ae08ba36c9 (ccl_driver): If ccl->suppress_error is nonzeor, don't
insert error message to the output.
(setup_ccl_program): Initialize ccl->suppress_error to 0.
2001-01-24 23:29:59 +00:00
Kenichi Handa
64068fbfc1 (sturct ccl_program): New member suppress_error. 2001-01-24 23:29:42 +00:00