1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-17 17:58:46 +00:00
Commit Graph

35916 Commits

Author SHA1 Message Date
Gerd Moellmann
0d88b7d028 Add that PBM and XBM image specs may have :foreground nil, and
:background nil.
2001-05-30 15:32:04 +00:00
Gerd Moellmann
94736c7cca Add that PBM and XPM image specs may have :foreground nil, and
:background nil.
2001-05-30 15:31:34 +00:00
Gerd Moellmann
6f1be3b90c (enum image_value_type): New enumerator
IMAGE_STRING_OR_NIL_VALUE.
(parse_image_spec): Handle it.
(xbm_format, pbm_format): Use it for :foreground and :background.
(xbm_load, pbm_load): Check for nil color names.
2001-05-30 15:30:19 +00:00
Gerd Moellmann
8bd189fb2f (note_mouse_highlight): If an overlapping overlay
exists, but we find that we highlight the same overlay as before,
don't do the highlighting again.
2001-05-30 11:19:43 +00:00
Sam Steingold
00f5189042 minor optimization 2001-05-29 16:12:03 +00:00
Sam Steingold
b781e739bf fix live process/dead buffer bub on w32 2001-05-29 15:47:01 +00:00
Gerd Moellmann
4c329aa8be (single_submenu, xmenu_show) [!HAVE_MULTILINGUAL_MENU]:
Protect unibyte strings created by replacing their multibyte
equivalents in menu_items.
2001-05-29 14:31:01 +00:00
Gerd Moellmann
e15e282807 (Fsingle_key_description): NUL-terminate the string
buffer before calling build_string.
2001-05-29 14:09:54 +00:00
Gerd Moellmann
7bdba03c11 (Fcall_process): Deal with decode_coding returning
CODING_FINISH_INCONSISTENT_EOL.
2001-05-29 13:57:30 +00:00
Gerd Moellmann
3d0e328b95 (ccl-decode-mule-utf-8): Handle
invalid UTF-8 sequences.
2001-05-29 08:41:02 +00:00
Miles Bader
9ab47964ff Update the entry for comint-carriage-motion' (ne comint-cr-magic'). 2001-05-29 08:29:19 +00:00
Stefan Monnier
f25c1b9b4f *** empty log message *** 2001-05-29 08:23:51 +00:00
Gerd Moellmann
3d9d7a9b30 (Fsingle_key_description): Create a multibyte string
only if necessary.
2001-05-28 16:21:41 +00:00
Gerd Moellmann
3ec838d747 (xmenu_show) [!HAVE_MULTILINGUAL_MENU]: Don't overwrite
an item's name with its key description in case the description
is a multibyte string.
2001-05-28 16:20:48 +00:00
Miles Bader
8e3f37811a (comint-carriage-motion): Doc-string tweaks. 2001-05-28 15:09:44 +00:00
Gerd Moellmann
eb04d6cd3d *** empty log message *** 2001-05-28 15:02:01 +00:00
Gerd Moellmann
1486b4630e (Fstart_kbd_macro): Doc fix. 2001-05-28 15:01:34 +00:00
Gerd Moellmann
8df317a691 (LANG): Set LC_ALL and LANGUAGE to C, unset
LC_MESSAGES and LANG.  From Karl Eichwalder <keichwa@gmx.net>.
2001-05-28 14:59:31 +00:00
Gerd Moellmann
06310b7643 *** empty log message *** 2001-05-28 14:50:35 +00:00
Gerd Moellmann
8bd6307fbe *** empty log message *** 2001-05-28 13:42:52 +00:00
Gerd Moellmann
b7f83f9ed3 (cursor_in_mouse_face_p): New function.
(x_draw_stretch_glyph_string): Use it to choose a different GC
when drawing a cursor within highlighted text.
2001-05-28 13:42:21 +00:00
Gerd Moellmann
3db6f8cad4 (comint-carriage-motion): Renamed from
`comint-cr-magic'.  Operate on the buffer instead of the string
(for use as a comint post-output filter, instead of as a
pre-output filter).  Handle backspaces too.  Add to the
`comint-output-filter-functions' hook instead of
`comint-preoutput-filter-functions'.
2001-05-28 13:01:24 +00:00
Stefan Monnier
393d2dbf4a (outline-mode): Fix font-lock-defaults.
(outline-invisible-p): New function.
(hide-leaves): Save excursion.
(hide-other): Stop looping when reaching bobp.
2001-05-28 12:21:59 +00:00
Gerd Moellmann
e26c408973 (Fload): Remove unused label. 2001-05-28 12:05:45 +00:00
Gerd Moellmann
f4a6687dd6 (string_display_width): Put in #if 0. 2001-05-28 12:04:47 +00:00
Gerd Moellmann
04f250d495 (char_property_eq): Put in #if 0. 2001-05-28 12:04:26 +00:00
Gerd Moellmann
89c8dc6c22 *** empty log message *** 2001-05-28 11:58:55 +00:00
Gerd Moellmann
d250dcfc18 (speeds): Put in #if 0. 2001-05-28 11:58:27 +00:00
Gerd Moellmann
c79cb28320 (japanese-hankaku): Prefer the charset
`jisx0201' when the optional argument `ascii-only' is not specified.
(japanese-hankaku-region): Ditto.
From Katsumi Yamaoka <yamaoka@jpl.org>
2001-05-28 11:03:17 +00:00
Eli Zaretskii
719bb352ad *** empty log message *** 2001-05-28 07:24:57 +00:00
Eli Zaretskii
558771ba0d (custom-file): Fix last change. 2001-05-28 07:13:32 +00:00
Stefan Monnier
d686d354c1 (byte-compile-file-form-autoload): Use the
same definition in byte-compile-function-environment as `autoload'
would put in `symbol-function'.
2001-05-27 11:40:39 +00:00
Stefan Monnier
0abfa90d84 (byte-compile-inline-expand): Complete Dave's
patch to correct the error message as well.
2001-05-27 11:34:56 +00:00
Stefan Monnier
28881a56aa (byte-compile-inline-expand): Fix the arg of `load' again. 2001-05-27 11:12:13 +00:00
Stefan Monnier
4cc56269c2 *** empty log message *** 2001-05-27 11:11:24 +00:00
Stefan Monnier
b291c86c45 (byte-compile-inline-expand): Undo last change. 2001-05-27 11:02:02 +00:00
Eli Zaretskii
71261a01d3 (custom-file): Don't assume we were invoked with -q unless ~/.emacs exists. 2001-05-27 10:38:51 +00:00
Eli Zaretskii
d2b747a847 Document that customizations from "emacs -q" cannot be saved. 2001-05-27 06:26:54 +00:00
Eli Zaretskii
49b1a63801 (enable-command): If user-init-file is nil or does not
exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
2001-05-27 06:18:28 +00:00
Stefan Monnier
86f6474ca2 *** empty log message *** 2001-05-26 17:16:40 +00:00
Stefan Monnier
15ca8de7fd (tex-mode-syntax-table): Add ^.
(tex-font-lock-keywords-1, tex-font-lock-keywords-2):
Allow spaces around macro arguments.
(tex-mode-map): Inherit from text-mode-map, but rebind \t to
indent-for-tab-command.
(latex-mode-map, plain-tex-mode-map): New keymaps.
Inherit from tex-mode-map.
(tex-common-initialization): Don't setup the keymap any more
since it's now done right by define-derived-mode.
(latex-mode): Set skeleton-end-hook to nil.
(latex-skeleton-end-hook): Remove.
(tex-latex-block, latex-insert-item): Simplify.
(latex-syntax-after): Use following-char rather than char-after.
(tex-discount-args-cmds, tex-count-words): New functions.
2001-05-25 22:08:58 +00:00
Stefan Monnier
1a6af6a221 (tildify-ignored-environments-alist): Recognize \verb* right. 2001-05-25 21:43:21 +00:00
Stefan Monnier
fd22e6cab6 (tildify-ignored-environments-alist):
Recognize \verb* as well.
2001-05-25 21:41:44 +00:00
Stefan Monnier
4b8dfb4345 (perl-mode): Use define-derived-mode.
(perl-comment-indent): Simplify to let newcomment.el do its job.
(perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
(perl-mark-function): Cleanup the namespace.
(perl-calculate-indent): Don't be fooled by nested functions.
2001-05-25 21:16:05 +00:00
Stefan Monnier
74e87f23e4 Docstring typo. 2001-05-25 20:35:00 +00:00
Stefan Monnier
c49d6ca7a0 (speedbar-find-selected-file): RE-quote the filename. 2001-05-25 18:48:41 +00:00
Stefan Monnier
a434b175a9 (byte-compile-inline-expand):
Fix the arg of `load'.  From Dave Love <fx@gnu.org>.
2001-05-25 18:43:50 +00:00
Andrew Choi
4e7e1f0302 2001-05-25 Andrew Choi <akochoi@i-cable.com>
* international/titdic-cnv.el (ctlau-gb-converter): `\' should
	actually be `\\'.
	(ctlau-b5-converter): Likewise.
2001-05-25 11:47:37 +00:00
Richard M. Stallman
ba5d9bfdad Add some intro text in node Deletion. 2001-05-24 21:55:04 +00:00
Jason Rumney
263f71348d Clarify that building with MSVC requires nmake. 2001-05-24 21:23:05 +00:00