1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-29 11:02:01 +00:00
Commit Graph

38176 Commits

Author SHA1 Message Date
Eli Zaretskii
bf180a000c (SOURCES): Replace GETTING.GNU.SOFTWARE with FTP. From Eric S. Raymond
<esr@golux.thyrsus.com>.
2001-10-31 14:42:25 +00:00
Gerd Moellmann
fe957e6553 (to_multibyte): Fix computation of new read_buffer_size. 2001-10-31 13:33:56 +00:00
Gerd Moellmann
dd387b25cd (struct face) <colors_copied_bitwise_p>: New
member.
2001-10-31 11:12:09 +00:00
Gerd Moellmann
28a072fe30 (realize_x_face): If C is not a single-byte character,
set the face's colors_copied_bitwise_p instead of the defaulted_p
members which have a different meaning.
(free_face_colors): Do nothing for a face whose colors have been
copied bitwise.
2001-10-31 11:10:25 +00:00
Pavel Janík
2e1280f865 Change doc-string comments to new style' [w/doc:' keyword]. 2001-10-31 11:06:47 +00:00
Gerd Moellmann
28b927d85e Comment fix. 2001-10-31 11:02:19 +00:00
Gerd Moellmann
b9d9a9b9fe (require_unwind): Return Lisp_Object. 2001-10-31 10:58:35 +00:00
Pavel Janík
fa1361cbef (lucid-menu-bar-dirty-flag): Doc fix.
(last-input-char): Revert doc-string to be the same as the doc-string of
`last-input-event'.
2001-10-31 10:57:06 +00:00
Pavel Janík
48400103d7 Fix typos in comments. 2001-10-31 10:33:29 +00:00
Gerd Moellmann
1178dddef5 Comment fix. 2001-10-31 10:19:40 +00:00
Gerd Moellmann
eafa319686 (grow_mini_window): Handle case that the root
window is already smaller than the nominal mininum height.
2001-10-31 10:06:35 +00:00
ShengHuo ZHU
95fa1ff74a * mm-util.el, nnultimate.el, nnweb.el, nnslashdot.el: Sync with
the Gnus CVS.

	* mm-util.el (mm-mime-mule-charset-alist): Move down and call
	mm-coding-system-p. Don't correct it only in XEmacs.
	(mm-charset-to-coding-system): Use mm-coding-system-p and
	mm-get-coding-system-list.
	(mm-emacs-mule, mm-mule4-p): New.
	(mm-enable-multibyte, mm-disable-multibyte,
	mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
	mm-with-unibyte-current-buffer,
	mm-with-unibyte-current-buffer-mule4): Use them.
	(mm-find-mime-charset-region): Treat iso-2022-jp.

	From  Dave Love  <fx@gnu.org>:

	* mm-util.el (mm-mime-mule-charset-alist): Make it correct by
	construction.
	(mm-charset-synonym-alist): Remove windows-125[02].  Make other
	entries conditional on not having a coding system defined for
	them.
	(mm-mule-charset-to-mime-charset): Use
	find-coding-systems-for-charsets if defined.
	(mm-charset-to-coding-system): Don't use
	mm-get-coding-system-list.  Look in mm-charset-synonym-alist
	later.  Add last resort search of coding systems.
	(mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
	(mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
	Mule 4.
	(mm-find-mime-charset-region): Re-write.
	(mm-with-unibyte-current-buffer): Restore buffer as well as
	multibyteness.
2001-10-31 04:16:51 +00:00
Stefan Monnier
bf9bb76fe5 *** empty log message *** 2001-10-31 02:54:33 +00:00
Stefan Monnier
9aa4040191 (java-font-lock-syntactic-face-function): New fun.
(font-lock-defaults-alist): Use it.  From David Ponce <david.ponce@wanadoo.fr>
2001-10-31 02:54:06 +00:00
Stefan Monnier
8ab2646a67 (perl-indent-line): Use eq' to compare output of char-after'. 2001-10-31 02:42:54 +00:00
Stefan Monnier
ed88dbcbdf (autoconf-mode): Fix comment-start-skip. 2001-10-31 02:32:18 +00:00
Stefan Monnier
2f9c7108b1 Work around a bug in diff-mode.el. 2001-10-31 02:26:38 +00:00
Stefan Monnier
e4247361e0 (keys_of_macros): Remove. 2001-10-31 02:19:05 +00:00
Stefan Monnier
b2e3a45773 (main): Don't call keys_of_macros any more. 2001-10-31 02:16:57 +00:00
Stefan Monnier
747d3f2a01 *** empty log message *** 2001-10-31 02:15:54 +00:00
Stefan Monnier
062e040d1b (ctl-x-map): Add binding for C-x (, C-x ) and C-x e. 2001-10-31 02:15:40 +00:00
Stefan Monnier
d09302892e (Fface_attribute_relative_p): Declare args. 2001-10-31 01:52:59 +00:00
Stefan Monnier
d4945dfb1c *** empty log message *** 2001-10-31 01:06:30 +00:00
Stefan Monnier
e1e0435051 (reindent-then-newline-and-indent): Insert the newline
before indenting the first line.
(undo-get-state, undo-revert-to-state): New funs.
(shell-command): Don't kill the buffer even if empty.
(transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
(transpose-subr-end2): Remove.
(transpose-subr): Add `special' arg and simplify.
(transpose-subr-1): Rewrite.
(do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
(rfc822-goto-eoh): Simplify.
2001-10-31 00:57:04 +00:00
Jason Rumney
5e905a5737 (w32_to_x_charset): Increase size of XLFD charset buffer.
(enum_font_cb2): Ignore fonts with vertical orientation.
2001-10-30 22:26:40 +00:00
Richard M. Stallman
27c4f6c021 Add xrefs to X Resources. 2001-10-30 18:41:31 +00:00
Richard M. Stallman
3a426197fd *** empty log message *** 2001-10-30 18:41:07 +00:00
Richard M. Stallman
5eadaf4d5e @include xresources.texi. 2001-10-30 18:39:56 +00:00
Richard M. Stallman
21af0bfaf3 Everything about X resources moved to xresources.texi. 2001-10-30 18:39:13 +00:00
Richard M. Stallman
9424931381 Text broken out from cmdargs.texi. 2001-10-30 18:38:57 +00:00
Richard M. Stallman
a064684d01 (Finput_pending_p): Doc fix. 2001-10-30 18:34:21 +00:00
Richard M. Stallman
31b5be1229 Clarify how to enter regexps in isearch and in the miniubuffer. 2001-10-30 18:30:19 +00:00
Richard M. Stallman
7457648676 Add new appendix "X Resources" to menu. 2001-10-30 18:28:39 +00:00
Richard M. Stallman
e538270f88 Add xref to X Resources. 2001-10-30 18:27:40 +00:00
Richard M. Stallman
9e827d47d2 Update prev-pointer. 2001-10-30 18:26:57 +00:00
Richard M. Stallman
5c5b7d3e7d Document textual convention for doc strings of predicates.
Say never to change the case of a symbol.
2001-10-30 18:26:30 +00:00
Richard M. Stallman
2dc96f0f8e (enriched-face-ans): FIx previous change. 2001-10-30 18:19:46 +00:00
Gerd Moellmann
259cf6bcbb (x_after_update_window_line): Don't run the code
clearing in borders for rows whose visible height is 0.
2001-10-30 17:28:03 +00:00
Gerd Moellmann
3f99f94823 *** empty log message *** 2001-10-30 17:00:10 +00:00
Gerd Moellmann
cb02fa39d4 (change_frame_size_1): Set frame's resized_p. 2001-10-30 16:59:41 +00:00
Gerd Moellmann
f1c69c6183 (struct frame) <resized_p>: New member. 2001-10-30 16:59:08 +00:00
Gerd Moellmann
573e57f134 (clear_garbaged_frames): Remove debug code. 2001-10-30 16:58:41 +00:00
Gerd Moellmann
6bb958822d (clear_garbaged_frames): Redraw the frame only if its
resized_p flag is set.  If not set, use the much less flickering
method previously used.
2001-10-30 16:58:14 +00:00
Gerd Moellmann
f2c41cc0ba (read1): Remove debugging code. 2001-10-30 16:38:10 +00:00
Gerd Moellmann
b4a3be4385 (to_multibyte): Ensure read_buffer is at least twice
as large as the number of bytes to convert.
2001-10-30 16:35:42 +00:00
Gerd Moellmann
8d7b140f13 (iso-accents-compose): Remove a
superfluous setq.
2001-10-30 16:10:09 +00:00
Gerd Moellmann
a742d646df (to_multibyte): New function.
(read1): Use it.
2001-10-30 16:04:52 +00:00
Eli Zaretskii
cacbb9e907 (FRAME_LINE_HEIGHT): Define (it's used by xmenu.c). 2001-10-30 15:34:01 +00:00
Gerd Moellmann
327f42ee80 (x_draw_relief_rect): Correct bottom relief by 1 pixel.
(x_set_glyph_string_background_width): Set
extends_to_end_of_line_p if the row's fill_line_p is set and
drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
2001-10-30 15:00:38 +00:00
Gerd Moellmann
99cb6b2f69 (clear_garbaged_frames): Call Fredraw_frame. 2001-10-30 13:59:45 +00:00