1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-13 23:10:26 -08:00
Commit graph

26840 commits

Author SHA1 Message Date
Karl Heuer
3ec353b132 (mail-hist-current-header-contents):
Fix previous change: use mail-header-end.
1998-09-06 14:09:31 +00:00
Karl Heuer
5e24a1f76c (Fload): Handle case where openp finds a magic file
but it has no `load' handler or that handler calls `load'.
If FOUND != FILE, find FOUND's handler even if inhibited for FILE.
1998-09-06 13:57:32 +00:00
Eric M. Ludlam
84f473b019 (checkdoc-buffer-label): New function.
(checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
(checkdoc-this-string-valid-engine): Permit ? as terminating
 punctuation for first line sentence breaking.
(checkdoc-this-string-valid): When converting a comment into a doc
 string, make sure " chars are \".
(checkdoc-sentencespace-region-engine): Only do double space check
 if based on the variable `sentence-end-double-space'
1998-09-05 13:46:23 +00:00
Karl Heuer
00a90f4253 (lisp-imenu-generic-expression):
Recognize define-skeleton as a function definer.
1998-09-04 20:49:12 +00:00
Karl Heuer
41b3e67c3f (customize-option): Refuse to customize
a variable that has no defcustom.  But if variable is autoloaded,
first try to load the library that defines it.
1998-09-04 20:48:11 +00:00
Karl Heuer
85c92c4050 Use string' before calling insert'
so that in multibyte buffers we insert multibyte chars.
1998-09-04 20:46:30 +00:00
Karl Heuer
0b2bb4d096 (dired-mark-files-containing-regexp):
Don't use find-file; instead, insert the file in a temp buffer.
1998-09-04 20:43:09 +00:00
Karl Heuer
3827b1b8a2 (netstat-program-options): Changed from nil to "-a"
so that by default netstat shows all network connections.
1998-09-04 20:41:33 +00:00
Karl Heuer
1f882e21d6 (tex-start-options-string): New option.
(tex-start-tex): Use that variable.
1998-09-04 20:39:26 +00:00
Karl Heuer
65e7e846c9 (rmail-primary-inbox-list): Make the initial
value in the `repeat' alternative a list.
1998-09-04 20:38:16 +00:00
Karl Heuer
c97a5db406 (fill-individual-paragraphs): Before deleting
the inserted newline, verify that one was really inserted.
1998-09-04 20:37:22 +00:00
Karl Heuer
70f4a594d0 Use C-x C-l, not M-:, as example of disabled command. 1998-09-04 20:30:21 +00:00
Karl Heuer
a2997b0f43 [MAIL_USE_POP]: Add the "-r" flag to reverse the
order of messages downloaded from a POP server (e.g., if the
server stores messages in mailboxes in reverse order).
1998-09-04 20:14:16 +00:00
Karl Heuer
2c79f5b831 (smtpmail-via-smtp): Parse out the first word
on extension lines.
1998-09-04 20:08:58 +00:00
Karl Heuer
ae5f1b888f Accept HP 9000/803. 1998-09-04 20:07:04 +00:00
Karl Heuer
ca2ebe63eb (flyspell-mode): Do nothing if mode
remains on or remains off.
(flyspell-multi-language-p): Default changed to nil.
1998-09-04 20:02:13 +00:00
Karl Heuer
452b228575 (ada-search-ignore-string-comment):
In "found in comment" case, don't beginning-of-line after forward-line.
1998-09-04 19:58:39 +00:00
Karl Heuer
223a2a6298 (byte-compile-inline-expand):
If the function definition is not a lambda, return original FORM
with no error.
1998-09-04 19:57:32 +00:00
Karl Heuer
cd30a521aa Doc fixes. 1998-09-04 19:53:41 +00:00
Karl Heuer
c613e27e59 (info): Don't add parens if FILE already has them. 1998-09-04 19:50:26 +00:00
Dave Love
ed218f733e (enable-multibyte-characters): Doc fix. 1998-09-04 14:08:26 +00:00
Geoff Voelker
f3e62da23a (w32-shell-dos-semantics): New function. 1998-09-03 22:34:47 +00:00
Kenichi Handa
2d4e1e6e5a (quail-choose-completion-string): Store
completion `choice' in `quail-current-str'; don't insert it.
1998-09-03 11:10:40 +00:00
Geoff Voelker
3c1f9d6603 (allocate_heap): Define NTHEAP_PROBE_BASE by default. 1998-09-02 05:25:38 +00:00
Kenichi Handa
dc6d26392c (quail-tibetan-input-wylie): Adjusted for the
change of input method handling.
(quail-tibetan-input-tibkey): Likewise.
1998-09-02 04:51:42 +00:00
Kenichi Handa
66495b0787 (bdf-generate-font): New argument CHARSET. Give WIDTH
argument to ps-mule-generate-bitmap-font.
1998-09-02 04:51:42 +00:00
Kenichi Handa
205814eee4 (register-input-method): Doc-string modified. 1998-09-02 04:51:42 +00:00
Kenichi Handa
be415ea70e (ps-mule-font-info-database-bdf): The include ASCII
entry and change Latin-1 entry in the default value.
(ps-mule-font-info-database-ps-bdf): New variable.
(ccl-encode-ethio-unicode): Bug of CCL code fixed.
(ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
registerd in FONT-SPEC.
(ps-mule-bitmap-prologue): Fix PostScript code to realize correct
charcter width of bitmap fonts.
(ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
procedure NF.
(ps-begin-file): Output PostScript code for setting
SpaceWidthRatio.
(ps-plot-region): Use line-beginning-position to get a position of
the beginning of the current line.
1998-09-02 04:51:42 +00:00
Kenichi Handa
23017390a5 (Ftranspose_regions): Use BYTE_POS_ADDR to get an
address in buffer from byte-position.
1998-09-02 04:51:42 +00:00
Dave Love
dff1aa2484 (current-language-environment): Fix setter function. 1998-09-01 17:42:01 +00:00
Eli Zaretskii
9963e85930 (Vnext_selection_coding_system): New variable.
(syms_of_win16select): DEFVAR_LISP it.  No need to staticpro
Vselection_coding_system.
(Fw16_set_clipboard_data): Always convert multibyte strings.  Use
Vnext_selection_coding_system if non-nil.
(Fw16_get_clipboard_data): Always convert a string that includes
non-ASCII characters. Use Vnext_selection_coding_system if
non-nil.
1998-09-01 13:26:41 +00:00
Simon Marshall
4fffc0710e (tex-font-lock-keywords-2): Fontify \nocite like \cite.
(lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
names with font-lock-type-face.  Fontify type specs, etc., with
font-lock-keyword-face.
1998-09-01 09:01:44 +00:00
Kenichi Handa
e1d6d5b93f (x_load_font): If SIZE is 0, don't use a name x_list_font returns. 1998-09-01 02:25:57 +00:00
Kenichi Handa
f0c8b3efad (x-complement-fontset-spec): If ASCII
font is specified in FONTLIST, don't substitute it for the
resolved name.
1998-09-01 02:24:46 +00:00
Geoff Voelker
490822ffc8 (w32_wnd_proc): Always zero button_state when releasing
mouse capture.
1998-09-01 00:30:46 +00:00
Paul Eggert
a897205290 (read1): Don't assume that atof ("-0.0") yields -0.0.
Handle leading '-' uniformly for zeros, infinities, and NaNs.
1998-08-31 21:18:28 +00:00
Paul Eggert
56c8bc03c4 Add coding: local variable, to avoid bootstrapping problem
if you need to recompile all the Lisp files using interpreted code.
1998-08-31 19:59:02 +00:00
Paul Eggert
0611934b67 (charset-description): Doc fix. 1998-08-31 18:26:27 +00:00
Eli Zaretskii
06da1de199 (IT_cmgoto): When tracking echo area messages with the
cursor, save and restore previous cursor position in the
minibuffer.
1998-08-31 15:56:52 +00:00
Kenichi Handa
3b0800187d (copy_text): If Vnonascii_translation_table is non-nil, try
to convert a character less than 160 to multibyte.
(count_size_as_multibyte): Likewise.
1998-08-31 03:50:17 +00:00
Kenichi Handa
bbf12bb32b (unibyte_char_to_multibyte):
Vnonacii_translation_table will convert a 7-bit charcater.
(multibyte_char_to_unibyte): Handle the case that
Vnonacii_translation_table converts a multibyte charcater to a
unibyte charcter of less than 128.
(init_charset_once): Initialize nonascii_insert_offset and
Vnonacii_translation_table.
1998-08-31 03:50:17 +00:00
Kenichi Handa
d4e57bcd5b (decode_coding): Even if SRC_BYTES is zero, try
processing if CODING requires flushing.
(encode_coding): Likewise.
(code_convert_region): Likewise.
(code_convert_string): Likewise.
1998-08-31 03:50:17 +00:00
Kenichi Handa
e0e25273d2 (concat): If Vnonascii_translation_table is non-nil, try
to convert a character less than 160 to multibyte.
1998-08-31 03:50:17 +00:00
Kenichi Handa
c63e0d56d5 (dumpglyphs): If Vnonascii_translation_table is non-nil, try
to convert a character less than 160 to multibyteL.
1998-08-31 03:50:17 +00:00
Karl Heuer
153d0a6d12 Renamed from Makefile.
(prefix, infodir): Use value obtained from configure.
(emacslibdir): Obsolete variable deleted.
(dist): Distribute configure.in, configure, Makefile.in.
1998-08-29 19:59:33 +00:00
Karl Heuer
869c922d44 Initial revision 1998-08-29 19:58:35 +00:00
Paul Eggert
e64981da92 (arith_driver, float_arith_driver): Compute (- x) by
using negation, not subtraction; this makes a difference with
IEEE floating point arithmetic (and also if integer arithmetic
is ones' complement or signed-magnitude!).
1998-08-29 17:57:22 +00:00
Karl Heuer
e75ecfecdc *** empty log message *** 1998-08-29 17:11:50 +00:00
Karl Heuer
960b55e839 *** empty log message *** 1998-08-29 16:53:17 +00:00
Karl Heuer
3e0aea0f8d *** empty log message *** 1998-08-29 16:34:51 +00:00