1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-05 21:42:34 -08:00
Commit graph

53752 commits

Author SHA1 Message Date
Kenichi Handa
57c99b0273 *** empty log message *** 2004-10-12 02:39:18 +00:00
Kenichi Handa
4a95d11773 Dont' define coding system
`undecided' here.
2004-10-12 02:38:56 +00:00
Kenichi Handa
c61dc77f0e *** empty log message *** 2004-10-05 23:17:17 +00:00
Kenichi Handa
150d6d2a8b (locale-language-names): Fix for gb18030 and gdk. 2004-10-05 23:16:10 +00:00
Kenichi Handa
0871a48381 *** empty log message *** 2004-10-05 00:28:07 +00:00
Kenichi Handa
28f2f88799 (font-encoding-alist): Add gbk.
(charset-script-alist): Add chinese-gbk.
2004-10-05 00:27:52 +00:00
Kenichi Handa
139b58cc9d *** empty log message *** 2004-10-04 12:10:13 +00:00
Kenichi Handa
1e21ea766e (chinese-gbk): Include ascii in
charset-list.
2004-10-04 12:09:55 +00:00
Kenichi Handa
b027217bac *** empty log message *** 2004-10-04 02:56:08 +00:00
Kenichi Handa
f2d552f913 (encoded-kbd-setup-keymap): Fix
previous change.
2004-10-04 02:54:57 +00:00
Kenichi Handa
1bb0f34546 *** empty log message *** 2004-10-04 01:23:59 +00:00
Kenichi Handa
46e7b3849d (message_dolog, set_message_1): Call
unibyte_char_to_multibyte with arg type int.
2004-10-04 01:23:35 +00:00
Kenichi Handa
dc5142f60a (Fsubstitute_in_file_name): Fix previous change. 2004-10-04 01:21:43 +00:00
Kenichi Handa
dec47cc387 (print_object): Include sub char-table in cicularities
detection.
2004-10-04 01:19:47 +00:00
Kenichi Handa
41482d3650 (read1): Fix reading of a char-table. 2004-10-04 01:19:02 +00:00
Miles Bader
d3857d85ab Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-50
Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-587
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-588
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-589
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-590
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-593
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-39
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-40
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-41
   Update from CVS
2004-10-04 01:04:18 +00:00
Stefan Monnier
dd166d5fa1 (tex-dvi-view-command): Use `yap' on w32.
(tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
(latex-block-args-alist): Add minipage and picture.
(latex-block-body-alist): Use reftex-label if enabled.
(latex-insert-block): Don't insert a \n if not necessary.
(tex-compile-commands): Make sure dvips doesn't send to printer.
(tex-compile-default): Handle the case where no executable is found.
(latex-noindent-environments): New var.
(latex-find-indent): Use it.  Take an empty line as an arg-breaker.
If tex-indent-allhanging is non-nil, make sure we only align for macros
at beginning of line.
2004-10-03 19:53:23 +00:00
Michael Albinus
38fe4f64ed * fileio.c (auto_save_1) Call Ffile_modes for remote files. 2004-10-03 17:40:07 +00:00
Daniel Pfeiffer
2308f44707 comment-beginning: doc-fix and don't choke on unset comment-end-skip when at beginning of comment 2004-10-03 15:36:18 +00:00
Dan Nicolaescu
972a542d5b term.el fixes 2004-10-02 18:23:27 +00:00
Dan Nicolaescu
9936158105 (term-adjust-current-row-cache): Don\'t allow the current
row to become negative.
(term-emulate-terminal): Fix insert mode. Handle tab insertion at
the end of the line. Fix scroll down. Add comments.
(term-handle-ansi-escape): Don\'t exceed terminal width when moving
right.
(term-scroll-region): Move the cursor after setting the scroll region.
2004-10-02 18:23:27 +00:00
Luc Teirlinck
a5b3d1b8ab (set-left-margin, set-right-margin): Rename lm' arg to width' for
consistency with docstring.  Doc fix.
2004-10-02 00:18:38 +00:00
Martin Stjernholm
9a737a1f15 Load cl here since cc-defs doesn't do it. This is necessary for
derived modes.
2004-10-01 15:37:39 +00:00
Kenichi Handa
b9b1c01690 (where_is_internal_2): Fix previous change. 2004-10-01 08:18:00 +00:00
Kenichi Handa
578079800e *** empty log message *** 2004-10-01 08:04:25 +00:00
Kenichi Handa
c2affe3638 (where_is_internal_2): Fix for the case that KEY is a
cons.  Append the found sequences in car of ARGS instead of
prepending.
2004-10-01 08:04:10 +00:00
Miles Bader
f00962112e Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-589
Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-39
   Merge from emacs--cvs-trunk--0

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-40
 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-41
   Update from CVS
2004-10-01 06:40:26 +00:00
Kim F. Storm
424e6532c8 (kmacro-lambda-form, kmacro-extract-lambda): Add.
(kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
2004-09-30 13:27:45 +00:00
Kim F. Storm
70e2ea115f Require kmacro to use the new kmacro-lambda-form and
kmacro-extract-lambda functions.
(edit-kbd-macro): Handle kmacro lambda forms.
Include counter and counter format in edit buffer.
(edmacro-finish-edit): Get counter and format from edit buffer and
update kmacro bindings when found.
2004-09-30 13:27:35 +00:00
Kim F. Storm
31437c9b4b *** empty log message *** 2004-09-30 13:27:26 +00:00
Miles Bader
ed1ae069fd Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-48
Merge from emacs--cvs-trunk--0

Patches applied:

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-581
   Fix exec-shield autoconf test

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-582
 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-584
   Update from CVS

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-585
   Merge from gnus--rel--5.10

 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-586
   Update from CVS

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-38
   Update from CVS
2004-09-30 01:20:39 +00:00
Kenichi Handa
07c381ad19 *** empty log message *** 2004-09-29 23:51:34 +00:00
Kenichi Handa
9de36315db (send_process): Be sure to free composition data. 2004-09-29 23:43:48 +00:00
Kenichi Handa
e254e5e586 (Finsert_file_contents): Be sure to free composition data. 2004-09-29 23:41:54 +00:00
Kenichi Handa
ce559e6f5b (code_convert_region): Don't skip ASCIIs if there are compositions to encode.
Free composition data.
(encode_coding_string): Likewise.
2004-09-29 23:40:30 +00:00
Miles Bader
14e20e1309 Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-585
Merge from gnus--rel--5.10

Patches applied:

 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-38
   Update from CVS
2004-09-29 22:52:05 +00:00
Luc Teirlinck
30857a614a (forward-paragraph): Avoid args-out-of-range error when point winds up
at the beginning of the buffer and hard newlines are enabled.
2004-09-29 22:23:43 +00:00
Luc Teirlinck
269a8f1c8e (comment-multi-line): Doc fix. 2004-09-29 22:17:15 +00:00
Luc Teirlinck
978b94d04f *** empty log message *** 2004-09-29 22:16:20 +00:00
Stefan Monnier
bd9d7d76f0 (diff-file-header-re): Tighten up regexp a tiny bit.
(diff-fixup-modifs): Catch unified-diff file-headers.
2004-09-29 17:42:50 +00:00
Kim F. Storm
0e9e9a2cc4 (fringe_bmp): Change to pointer.
(max_fringe_bmp): New var.
(w32_define_fringe_bitmap): Expand fringe_bmp.
(w32_draw_fringe_bitmap): Check max_fringe_bmp.
(w32_destroy_fringe_bitmap): Likewise.
2004-09-29 14:23:21 +00:00
Kim F. Storm
ad67849eb3 Remove limit on number of bitmaps.
(fringe_bitmaps, fringe_faces): Change to pointers.
(max_fringe_bitmaps): New var.
(Fdefine_fringe_bitmap): Expand fringe_bitmaps and fringe_faces.
(init_fringe): Allocate fringe_bitmaps and fringe_faces.
2004-09-29 14:22:25 +00:00
Kim F. Storm
b3b08f03c4 (FRINGE_ID_BITS): Increase to 16 bits (64K bitmaps).
(struct glyph_row): Reorder fringe_bitmap related fields.
(struct it): Likewise.
2004-09-29 14:21:45 +00:00
Kim F. Storm
dc5d6435db *** empty log message *** 2004-09-29 14:20:46 +00:00
Kim F. Storm
90801c687b (Fringe Bitmaps): Use symbols rather than numbers
to identify bitmaps.  Remove -fringe-bitmap suffix for standard
fringe bitmap symbols, as they now have their own namespace.
(Customizing Bitmaps) <define-fringe-bitmap>: Clarify bit ordering
vs. pixels.  Signal error if no free bitmap slots.
(Pixel Specification): Change IMAGE to @var{image}.
2004-09-29 12:39:43 +00:00
Kim F. Storm
f2a54fbc7a *** empty log message *** 2004-09-29 12:39:27 +00:00
Kim F. Storm
983f1af9dd (handle_single_display_prop): Use lookup_fringe_bitmap. 2004-09-29 11:58:05 +00:00
Kim F. Storm
4cce0ab79f Simplify last change.
(lookup_fringe_bitmap): New function.
(valid_fringe_bitmap_p, resolve_fringe_bitmap): Remove.
(Fdestroy_fringe_bitmap): Use lookup_fringe_bitmap.
Keep standard bitmaps in Vfringe_bitmaps.
(Fdefine_fringe_bitmap): Use lookup_fringe_bitmap.
(Fset_fringe_bitmap_face): Likewise.
2004-09-29 11:57:48 +00:00
Kim F. Storm
e72d733506 (lookup_fringe_bitmap): Add prototype.
(valid_fringe_bitmap_p): Remove prototype.
2004-09-29 11:57:34 +00:00
Miles Bader
da39f3418d Changes from arch/CVS synchronization 2004-09-29 09:54:59 +00:00