Commit graph

37844 commits

Author SHA1 Message Date
Eli Zaretskii
79206c0545 (ctext-pre-write-conversion): If FROM is a
string, or if the current buffer is not already a scratch buffer,
generate a new temporary buffer.
2002-06-17 10:36:46 +00:00
Eli Zaretskii
4442cd2df2 Fix wording of the announcement of the Extended Segments support. 2002-06-17 10:28:59 +00:00
Eli Zaretskii
1f62e75a19 [__hpux]: Include sys/_mbstate_t.h. 2002-06-16 17:36:57 +00:00
Stefan Monnier
fe18870bca *** empty log message *** 2002-06-13 13:42:24 +00:00
Eli Zaretskii
d6ce2e652b *** empty log message *** 2002-06-12 17:33:36 +00:00
Eli Zaretskii
d39077108b (pop3-open-server): Fix typo.
(pop3-munge-message-separator): Work if no date.
Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
(pop3-munge-message-separator): Only use valid date.
Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
(pop3-md5): Don't hardcode point-min == 1.
2002-06-12 17:32:52 +00:00
Eli Zaretskii
f424d0ab08 Change the maintainer to "none". 2002-06-12 17:26:52 +00:00
Juanma Barranquero
40aea2ac5c (viper-smart-suffix-list): Fix typo.
(viper-ask-level): Fix typo.
2002-06-10 13:05:35 +00:00
Eli Zaretskii
6e7647f37f Fix a typo in a comment. 2002-06-09 17:14:45 +00:00
Eli Zaretskii
8ca22a3171 (Fset_window_hscroll): Doc fix. 2002-06-05 16:57:59 +00:00
Francesco Potortì
5ebd7bc62b (main): Avoid a buffer overrun with sprintf. 2002-06-05 11:54:50 +00:00
Francesco Potortì
0297ccc06c *** empty log message *** 2002-06-05 11:54:28 +00:00
Francesco Potortì
55a13b4b65 * etags.c (main): Use `sort -o TAGFILE TAGFILE' instead of
`sort TAGFILE -o TAGFILE', as POSIX 1003.1-2001 disallows
the latter usage.
2002-06-05 11:48:07 +00:00
Pavel Janík
fefddf2f9b (cyrillic-alternativnyj-decode-table): Fix the table to contain correct
characters.
2002-06-05 05:13:21 +00:00
Eli Zaretskii
ef0828a8da (Spelling): Document ispell-complete-word-dict. 2002-06-04 16:30:20 +00:00
Eli Zaretskii
215af86ebc *** empty log message *** 2002-05-31 17:28:48 +00:00
Eli Zaretskii
eb3af7db67 (face-set-after-frame-default): Don't change `default' face. 2002-05-31 17:27:41 +00:00
Eli Zaretskii
4e399ffd93 (LIBS_MAIL): Renamed from LIB_MAIL.
(LIBS_MOVE): Renamed from MOVE_LIBS.
2002-05-31 16:45:17 +00:00
Eli Zaretskii
663ef9bef9 (x_get_char_face_and_encoding): Add parameter DISPLAY_P. Callers changed. 2002-05-31 16:36:31 +00:00
Eli Zaretskii
da51786a4b Include /usr/pkg in the run time shared library path. 2002-05-31 16:30:19 +00:00
Eli Zaretskii
036f9c35a1 Update the version. 2002-05-30 05:20:02 +00:00
Glenn Morris
2ac99dd7cc *** empty log message *** 2002-05-27 21:13:22 +00:00
Glenn Morris
5aa5b4df92 Update maintainer.
(f90-startup-message): Obsolete variable removed.
(f90-font-lock-keywords-1): Move "module procedure" to front, remove
override. Fix highlighting of various "type" forms.
(f90-font-lock-keywords-2): Add override flag so declarations of variables
with derived types work.
(f90-font-lock-keywords-3): Use `keep' rather than `override' so as not to
fontify in comments.
(f90-line-continued): Recognize blank/comment lines embedded in
continuation lines.
(f90-looking-at-program-block-start): No extra indentation after function
or subroutine keyword appears in single quotes.
(f90-indent-new-line): Make it indent the current line, as it should.
(f90-indent-region): Correctly indent comments embedded in continued lines.
2002-05-27 21:07:49 +00:00
Glenn Morris
cb022973dc Update maintainer.
(fortran-previous-statement, fortran-next-statement): Make them skip over
preprocessor lines as they do with comment lines - fixes indentation.
(fortran-beginning-do): Make regexp match a DO statement irrespective of
numeric label.
(fortran-strip-sequence-nos): Rename from typo `fortran-strip-sqeuence-nos'.
2002-05-27 21:04:07 +00:00
Glenn Morris
828df4b156 Whitespace changes. 2002-05-27 20:59:48 +00:00
Glenn Morris
7514d80c00 (minor-mode-alist): scroll-all-mode', not scroll-all-mode-mode'.
(scroll-all-page-down-all, scroll-all-page-up-all, scroll-all-check-to-scroll):
Remove `fkey-' prefix from scroll commands.
2002-05-27 20:57:03 +00:00
Eli Zaretskii
8201b0c147 Update version for the pretest of 21.3. 2002-05-27 07:40:40 +00:00
Paul Eggert
65ba502289 * config.guess, config.sub: Updated from master source. 2002-05-27 06:31:36 +00:00
Paul Eggert
6bb11920cf Upgrade to current (2002-05-23) versions from <ftp://ftp.gnu.org/config/>. 2002-05-27 06:17:36 +00:00
Eli Zaretskii
b19723b63a Regenerated. 2002-05-25 09:38:34 +00:00
Eli Zaretskii
87a264893f (main): Update copyright year. 2002-05-25 09:29:03 +00:00
Eli Zaretskii
81954352c3 (display_mode_element): New argument RISKY; all callers
changed.  If non-zero, don't use values of variables which are not
marked as risky-local-variables, and remove text properties from string
values of such variables.
2002-05-25 09:04:01 +00:00
Stefan Monnier
5195cfae96 (Vwrite_region_annotate_functions): Docstring fix. 2002-05-23 15:16:40 +00:00
Eli Zaretskii
df57cd9493 (indent-rigidly): Mention how to remove all indentation. 2002-05-21 16:31:14 +00:00
Eli Zaretskii
e714aeeb61 (tar-octal-time): Fix the last argument of logior.
Remove the call to insert.
2002-05-18 19:49:22 +00:00
Eli Zaretskii
5cea4be4cf Fix a typo in the last change. 2002-05-18 15:06:42 +00:00
Eli Zaretskii
f74cec44c1 Fix the preamble comments. 2002-05-18 11:31:38 +00:00
Eli Zaretskii
866e4b06e3 Document failure to start due to old versions of ncurses. 2002-05-18 11:12:55 +00:00
Eli Zaretskii
580c380e0e *** empty log message *** 2002-05-17 11:26:59 +00:00
Eli Zaretskii
13e1596535 (socket_connection): Move the code to resolve the POP
host right before trying to connect with it.
2002-05-17 11:26:37 +00:00
Eli Zaretskii
851b198168 (install): Use "tar -chf", to follow symlinks. 2002-05-17 11:07:33 +00:00
Eli Zaretskii
5628e5ab79 Fix typos. 2002-05-16 16:13:14 +00:00
Eli Zaretskii
add0efbc33 Fix typos in comments. 2002-05-16 16:11:41 +00:00
Eli Zaretskii
410cadd48c Fix typos in doc strings. 2002-05-16 15:48:32 +00:00
Eli Zaretskii
b0fd351666 (Position Info): Add index entries for character set and font of character
at point.
2002-05-16 11:51:36 +00:00
Eli Zaretskii
c1428af017 (easy-menu-add): Doc fix. 2002-05-15 16:45:25 +00:00
Kenichi Handa
61fc5a46cd (search_buffer): Give up boyer moore search if inverse
translation change charset_base.
2002-05-13 00:04:16 +00:00
Kenichi Handa
3561da4ac9 *** empty log message *** 2002-05-13 00:03:55 +00:00
Eli Zaretskii
5067a4e66a (decode_coding) <coding_type_ccl>: If a lone CR
characters is carried over from the previous block of text, adjust
coding->produced to account for the extra character.
2002-05-11 21:38:59 +00:00
Jason Rumney
0230bfdf20 (enum_font_cb2): Don't use DBCS raster fonts. 2002-05-10 19:17:33 +00:00