Commit Graph

49153 Commits

Author SHA1 Message Date
Richard M. Stallman
01ce617af9 (blink-matching-open): Work correctly on chars that
are designated as parens through the syntax-table text property.
2003-08-29 16:07:16 +00:00
Richard M. Stallman
749eb4018a Say there is no maintainer. 2003-08-29 16:06:11 +00:00
Richard M. Stallman
0fb39ca90f Many changes. 2003-08-29 16:05:05 +00:00
Richard M. Stallman
17ce526bbf Delete old info about Irix. 2003-08-29 16:03:33 +00:00
Kenichi Handa
acafeff702 (kinsoku-longer, kinsoku-shorter): Do not choose a
line break position in the middle of a non-kinsoku (e.g. latin)
word, making it skip until either a space or a character with
category "|".
(kinsoku-longer): Test for end of buffer.
2003-08-29 12:10:48 +00:00
Gerd Moellmann
e019878d2c (lookup_rgb_color): Handle TrueColor visuals specially. 2003-08-29 09:29:39 +00:00
Eli Zaretskii
17139abc07 (rmail-convert-to-babyl-format): Detect
quoted-printable- and base64-encoded messages and decode them
automatically.  Set the message's encoding from the charset=
header, if any.  Decode base64-encoded messages in Mail format as
well.
2003-08-28 15:12:10 +00:00
Eli Zaretskii
a0b1873872 (elisp.dvi, index.texi): Replace Unix shell commands with equivalent
COMMAND.COM commands.
2003-08-28 14:08:55 +00:00
Kenichi Handa
85478bc688 (decode_coding_iso2022): Initialized local variable c2.
(decode_coding_sjis_big5): Likewise.
2003-08-28 08:19:07 +00:00
Jason Rumney
cb72110db2 (sys_pipe): Protect against file descriptor overflow. 2003-08-27 22:57:54 +00:00
Jason Rumney
d3703de36c *** empty log message *** 2003-08-27 22:57:13 +00:00
Jason Rumney
6806ed5df0 (syms_of_w32fns): Remove non-existent functions. 2003-08-27 22:37:56 +00:00
Jason Rumney
ee4a01d19d (w32_read_socket): Fix WM_MOUSEWHEEL assignment. 2003-08-27 22:37:14 +00:00
Jason Rumney
07ce82d3dd *** empty log message *** 2003-08-27 22:33:19 +00:00
Glenn Morris
ff98122692 Fix previous change:
(smtpmail-send-queued-mail): Set smtpmail-mail-address before
calling smtpmail-via-smtp.
(smtpmail-via-smtp): Add fall-back values for envelope-from.
2003-08-26 17:42:27 +00:00
Glenn Morris
ac3ba2bf75 *** empty log message *** 2003-08-26 17:41:25 +00:00
John Paul Wallington
32b3c76642 (image-jpeg-p): Don't search beyond length of data. 2003-08-26 15:38:36 +00:00
Martin Stjernholm
c577b2225a Bumped patch release number. 2003-08-26 11:54:09 +00:00
Martin Stjernholm
846f504014 (c-lineup-math): Don't align the operators "!=", "<=" and ">=" as assignment
operators.

(c-assignment-operators): New language constant that only contains the
assignment operators.

(c-assignment-op-regexp): New language variable used by c-lineup-math'.
2003-08-26 11:52:40 +00:00
Martin Stjernholm
a02a0f3d29 (c-extra-types-widget): The doc string is mandatory in
`define-widget'.
2003-08-26 11:51:55 +00:00
Martin Stjernholm
2c9c19547f (c-just-after-func-arglist-p): Safeguard against unbalanced sexps. 2003-08-26 11:51:16 +00:00
Martin Stjernholm
0b966e89b3 (c-electric-brace): Work around for a misfeature in `expand-abbrev'
which caused electric keywords like "else" to disappear if an open
brace was typed directly afterwards.
2003-08-26 11:50:03 +00:00
Per Abrahamsen
4036ed8363 Explain need of static text around editable field 2003-08-26 08:58:11 +00:00
Lute Kamstra
72d19c667d *** empty log message *** 2003-08-26 08:47:01 +00:00
Lute Kamstra
09d685fbf0 (emacs-version): Check for gtk. Include gtk version info. 2003-08-26 08:46:27 +00:00
Lute Kamstra
8a16bd4f2b (Vgtk_version_string): New variable.
(syms_of_xfns): DEFVAR_LISP it.  Provide gtk.
2003-08-26 08:44:35 +00:00
Kenichi Handa
ac7ec68c8d ("german-prefix"): Fix typo in the docstring. 2003-08-25 11:06:33 +00:00
John Paul Wallington
ab5e579a46 (Man-default-man-entry): Don't whizz past the section number
before looking for it.
2003-08-25 03:50:47 +00:00
Nick Roberts
37fdcfbc45 (gud-display-line): Don't set window-point if
source buffer is not visible. (Only happens with M-x gdba).
2003-08-24 20:41:39 +00:00
Nick Roberts
32d369ac52 (gdba): Remove gdb-quit (previously removed) from
documentation.
(gdb-source, gdb-source-info): Update to assembler unnecessary
as its done after each GDB command anyway.
(gdb-pre-prompt): Use with-current-buffer.
(gdb-insert-field): Add help-echo text.
(gdb-invalidate-assembler): Re-display of assembler now done in
gdb-info-breakpoints-custom.
(gdb-info-breakpoints-custom): Force re-display of assembler to
happen *after* update of breakpoints buffer.
(gdb-display-source-buffer): Don't choke if gdb-source-window
isn't visible.
(gdb-put-string, gdb-put-arrow): Remove free variables.
2003-08-24 20:40:03 +00:00
Nick Roberts
a1c6b6e51c *** empty log message *** 2003-08-24 20:38:15 +00:00
John Paul Wallington
ac3c729346 (ibuffer-formats): Make name and size columns wider. 2003-08-24 18:11:20 +00:00
John Paul Wallington
6c5acd7fbb (Man-default-man-entry): Strip text properties when
snarfing parts of entry because `format' preserves properties.
2003-08-24 18:08:01 +00:00
Glenn Morris
fa1d74c5d1 (sh-builtins): Add some bash builtins.
(sh-leading-keywords): Add the bash `time' reserved word.
(sh-variables): Add some bash variables.
(sh-add-completer): Fix nil branch of case statement.
2003-08-24 15:26:13 +00:00
Glenn Morris
2265c62399 (smtpmail-mail-address): Doc change.
(smtpmail-send-it): Make treatment of envelope-from consistent with
sendmail.el.
2003-08-24 15:23:12 +00:00
Glenn Morris
0016482806 (mail-specify-envelope-from): Doc change. 2003-08-24 15:22:13 +00:00
Glenn Morris
8ec6d48ac2 (simple-diary-display, make-diary-entry): Allow the diary to pop up a
new frame, if needed.
2003-08-24 15:20:38 +00:00
Glenn Morris
783bf21001 (file-newest-backup): Use `expand-file-name'. 2003-08-24 15:19:42 +00:00
Eli Zaretskii
3d8714e792 *** empty log message *** 2003-08-24 15:11:24 +00:00
Eli Zaretskii
d627c203ee (EXEEXT): Define to an empty string. 2003-08-24 15:10:52 +00:00
Eli Zaretskii
5ff5061511 Comment-only change. 2003-08-24 15:06:41 +00:00
Eli Zaretskii
5846981bc0 (term_init): Remove `const' from buffer_size's declaration. 2003-08-24 15:04:45 +00:00
Eli Zaretskii
5459e42a3e *** empty log message *** 2003-08-24 13:49:03 +00:00
Eli Zaretskii
bd9be8a737 Remove src/emacs after producing b-emacs.exe. 2003-08-24 13:43:23 +00:00
Eli Zaretskii
b7cb1e1209 (EXEEXT): Define to an empty string. 2003-08-24 13:09:47 +00:00
Eli Zaretskii
9555a1145f (msdos.o): Depend on intervals.h. 2003-08-24 12:59:24 +00:00
Eli Zaretskii
7e4e242867 Include intervals.h, since STRING_INTERVALS requires that. 2003-08-24 12:58:34 +00:00
Eli Zaretskii
8e1cc65f0e (HAVE_DIFFTIME, HAVE_MEMCMP, HAVE_MEMMOVE, HAVE_SIZE_T): Define. 2003-08-24 12:36:41 +00:00
Stephen Eglen
97b6ae5c4e Added Ee (categorizing information manager) 2003-08-24 12:00:44 +00:00
Masatake YAMATO
98971e752b Added ld-script.el. 2003-08-24 09:44:38 +00:00