bpt/emacs.git
23 years ago(parse_str_to_multibyte): Extern it.
Kenichi Handa [Wed, 7 Feb 2001 04:24:28 +0000 (04:24 +0000)]
(parse_str_to_multibyte): Extern it.

23 years ago(print_string): If we are going to print a unibyte
Kenichi Handa [Wed, 7 Feb 2001 04:24:14 +0000 (04:24 +0000)]
(print_string): If we are going to print a unibyte
string into a multibyte buffer, convert the string to multibyte by
str_to_multibyte.

23 years ago*** empty log message ***
Kenichi Handa [Wed, 7 Feb 2001 04:23:59 +0000 (04:23 +0000)]
*** empty log message ***

23 years ago(transform-make-coding-system-args): Make
Kenichi Handa [Tue, 6 Feb 2001 23:39:26 +0000 (23:39 +0000)]
(transform-make-coding-system-args): Make
it work also for coding systems not using CCL.

23 years ago*** empty log message ***
Kenichi Handa [Tue, 6 Feb 2001 23:39:10 +0000 (23:39 +0000)]
*** empty log message ***

23 years ago(select_palette): Do nothing if palette hasn't yet
Andrew Innes [Tue, 6 Feb 2001 22:20:12 +0000 (22:20 +0000)]
(select_palette): Do nothing if palette hasn't yet
been created.  It seems we can get sent window messages such as
WM_ERASEBKGND before we properly update a frame.

23 years agoUse @set and @value to avoid changing the edition and the Emacs version
Eli Zaretskii [Tue, 6 Feb 2001 21:02:03 +0000 (21:02 +0000)]
Use @set and @value to avoid changing the edition and the Emacs version
number in several places.

23 years ago(previous-matching-history-element, next-matching-history-element): Doc fix.
Eli Zaretskii [Tue, 6 Feb 2001 19:39:07 +0000 (19:39 +0000)]
(previous-matching-history-element, next-matching-history-element): Doc fix.

23 years ago*** empty log message ***
Eli Zaretskii [Tue, 6 Feb 2001 17:38:15 +0000 (17:38 +0000)]
*** empty log message ***

23 years agoLoad ccl before utf-8; don't load ccl in the ms-dos
Eli Zaretskii [Tue, 6 Feb 2001 17:34:40 +0000 (17:34 +0000)]
Load ccl before utf-8; don't load ccl in the ms-dos
specific case.

23 years ago*** empty log message ***
Dave Love [Tue, 6 Feb 2001 17:32:36 +0000 (17:32 +0000)]
*** empty log message ***

23 years ago(add-log-current-defun-function)
Dave Love [Tue, 6 Feb 2001 17:25:36 +0000 (17:25 +0000)]
(add-log-current-defun-function)
(add-log-buffer-file-name-function, add-log-file-name-function):
Fix :type.
(change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.

23 years ago(info-initialize): Remove the test for system-type when
Eli Zaretskii [Tue, 6 Feb 2001 17:15:39 +0000 (17:15 +0000)]
(info-initialize): Remove the test for system-type when
invocation-directory is non-nil.

23 years ago(makefile-mode): Set SYNTAX-BEGIN member
Eli Zaretskii [Tue, 6 Feb 2001 17:10:29 +0000 (17:10 +0000)]
(makefile-mode): Set SYNTAX-BEGIN member
of `font-lock-defaults' to `backward-paragraph' rather than nil.

23 years ago(quoted-printable-encode-region): Remove redundant code
Dave Love [Tue, 6 Feb 2001 16:41:43 +0000 (16:41 +0000)]
(quoted-printable-encode-region): Remove redundant code
from last change.

23 years agoConvert back to Unix line endings.
Andrew Innes [Tue, 6 Feb 2001 15:59:00 +0000 (15:59 +0000)]
Convert back to Unix line endings.

23 years ago(EMACS): Use $(THISDIR) to make emacs.exe path
Andrew Innes [Tue, 6 Feb 2001 15:52:22 +0000 (15:52 +0000)]
(EMACS): Use $(THISDIR) to make emacs.exe path
absolute.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 6 Feb 2001 15:47:40 +0000 (15:47 +0000)]
*** empty log message ***

23 years ago(hi-lock-mode): Toggling hi-lock-mode now affects all
Gerd Moellmann [Tue, 6 Feb 2001 15:43:37 +0000 (15:43 +0000)]
(hi-lock-mode): Toggling hi-lock-mode now affects all
buffers.  When hi-lock turned on rather than only checking current
buffer for regexps, all buffers are checked. Moved activation of
font-lock to hi-lock-refontify. When font-lock turned off rather
than removing added highlighting just in current buffer, remove it
in all buffers.  Changed edit menu text from "Automatic
Highlighting" to "Regexp Highlighting" Documentation for
highlighting phrases, minor documentation changes.
(hi-lock-set-file-patterns): Execute only if there are new or
existing file patterns.
(hi-lock-refontify): Assume font-lock-fontify-buffer will first
unfontify and, if a support mode is active, will not refontify the
whole buffer.  If necessary, turn on font lock. (Removed
font-lock-unfontify and font-lock support-mode-specific calls,
such as lazy-lock-fontify-window.)
(hi-lock-find-patterns): Do not turn on hi-lock-mode even if
patterns are found. Not useful now since find-file-hook is removed
if hi-lock is off, but may be needed for per-buffer hi-lock
activation.
(hi-lock-face-phrase-buffer): New function.  Also added related
menu item and keybinding.
(highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
(hi-lock-process-phrase): New function.
(hi-lock-line-face-buffer): Doc fixes.
(hi-lock-face-buffer): Doc fixes.
(hi-lock-unface-buffer): Doc fixes.

23 years ago(update_frame_line): Rename parameter FRAME to F.
Gerd Moellmann [Tue, 6 Feb 2001 13:58:18 +0000 (13:58 +0000)]
(update_frame_line): Rename parameter FRAME to F.
Avoid some unnecessary cursor positioning.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 6 Feb 2001 12:19:34 +0000 (12:19 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 6 Feb 2001 12:06:33 +0000 (12:06 +0000)]
*** empty log message ***

23 years ago(dabbrev-ignored-buffer-regexps): Renamed from
Gerd Moellmann [Tue, 6 Feb 2001 12:04:19 +0000 (12:04 +0000)]
(dabbrev-ignored-buffer-regexps): Renamed from
dabbrev-ignored-regexps.

23 years ago*** empty log message ***
Dave Love [Tue, 6 Feb 2001 11:06:02 +0000 (11:06 +0000)]
*** empty log message ***

23 years ago(Backup Names): Fix markup of backup-directory-alist.
Eli Zaretskii [Tue, 6 Feb 2001 09:58:22 +0000 (09:58 +0000)]
(Backup Names): Fix markup of backup-directory-alist.

23 years ago(Killing): Document that kill commands in a read-only buffer do
Eli Zaretskii [Tue, 6 Feb 2001 07:00:03 +0000 (07:00 +0000)]
(Killing): Document that kill commands in a read-only buffer do
put text into the kill ring, even if they don't kill it.

23 years ago(kill-line): Doc fix.
Eli Zaretskii [Tue, 6 Feb 2001 06:54:56 +0000 (06:54 +0000)]
(kill-line): Doc fix.

23 years agoFix the Ebrowse entry (was missing a dot).
Eli Zaretskii [Tue, 6 Feb 2001 06:22:18 +0000 (06:22 +0000)]
Fix the Ebrowse entry (was missing a dot).

23 years ago(split_font_name): Compute numeric value of
Gerd Moellmann [Mon, 5 Feb 2001 20:01:01 +0000 (20:01 +0000)]
(split_font_name): Compute numeric value of
XLFD_AVGWIDTH.
(LFACE_AVGWIDTH): New macro.
(LFACEP): Use AREF.
(check_lface_attrs): Check LFACE_AVGWIDTH.
(lface_fully_specified_p): Don't check LFACE_AVGWIDTH.
(set_lface_from_font_name): Set LFACE_AVGWIDTH.
(merge_face_vectors): Check LFACE_AVGWIDTH.
(Finternal_make_lisp_face): Use AREF.
(xm_set_menu_resources_from_menu_face)
(xl_set_menu_resources_from_menu_face): Check LFACE_AVGWIDTH.
(Finternal_lisp_face_empty_p): Use AREF.
(lface_same_font_attributes_p): Compare LFACE_AVGWIDTH.
(better_font_p, exact_face_match_p): Add parameter AVGWIDTH.
Compare average widths..
(best_matching_font): Arrange for comparing average widths.

23 years ago(enum lface_attribute_index): Add
Gerd Moellmann [Mon, 5 Feb 2001 19:58:32 +0000 (19:58 +0000)]
(enum lface_attribute_index): Add
LFACE_AVGWIDTH_INDEX (invisible from Lisp).

23 years ago*** empty log message ***
Dave Love [Mon, 5 Feb 2001 17:47:32 +0000 (17:47 +0000)]
*** empty log message ***

23 years agoRevert last change following loadup.el change.
Dave Love [Mon, 5 Feb 2001 17:41:40 +0000 (17:41 +0000)]
Revert last change following loadup.el change.

23 years agoRevert last two changes -- bootstrapping works with
Dave Love [Mon, 5 Feb 2001 17:38:20 +0000 (17:38 +0000)]
Revert last two changes -- bootstrapping works with
regenerated loaddefs.

23 years ago(Remote Files): Explain how to use ange-ftp behind firewalls. Add a
Eli Zaretskii [Mon, 5 Feb 2001 17:19:23 +0000 (17:19 +0000)]
(Remote Files): Explain how to use ange-ftp behind firewalls.  Add a
pointer to the ange-ftp.el commentary for more usage tips.

23 years agoDocument problems with AUC TeX and Emacs 21.
Eli Zaretskii [Mon, 5 Feb 2001 17:16:40 +0000 (17:16 +0000)]
Document problems with AUC TeX and Emacs 21.

23 years ago(isearch-forward): Doc fix.
Eli Zaretskii [Mon, 5 Feb 2001 17:15:07 +0000 (17:15 +0000)]
(isearch-forward): Doc fix.

23 years ago(Incremental Search): Document C-\ and C-^.
Eli Zaretskii [Mon, 5 Feb 2001 17:10:33 +0000 (17:10 +0000)]
(Incremental Search): Document C-\ and C-^.
(Regexps): Document the \cx and \Cx, and the describe-categories command.

23 years ago*** empty log message ***
Andrew Innes [Mon, 5 Feb 2001 16:59:20 +0000 (16:59 +0000)]
*** empty log message ***

23 years ago(BUILT_EMACS): Use $(THISDIR) to make emacs.exe
Andrew Innes [Mon, 5 Feb 2001 16:58:57 +0000 (16:58 +0000)]
(BUILT_EMACS): Use $(THISDIR) to make emacs.exe
path absolute.

23 years ago($(EMACS)): Use $(THISDIR) instead of . in
Andrew Innes [Mon, 5 Feb 2001 16:57:21 +0000 (16:57 +0000)]
($(EMACS)): Use $(THISDIR) instead of . in
invocation of temacs, to work with Windows 2000.
(bootstrap-emacs): Ditto.

23 years ago($(DOC)): Use $(THISDIR) instead of . in
Andrew Innes [Mon, 5 Feb 2001 16:56:32 +0000 (16:56 +0000)]
($(DOC)): Use $(THISDIR) instead of . in
invocation of make-docfile, to work with Windows 2000.

23 years ago(THISDIR): New definition.
Andrew Innes [Mon, 5 Feb 2001 16:55:05 +0000 (16:55 +0000)]
(THISDIR): New definition.

23 years ago(x_display_and_set_cursor): Check for the focus
Gerd Moellmann [Mon, 5 Feb 2001 15:48:00 +0000 (15:48 +0000)]
(x_display_and_set_cursor): Check for the focus
frame's selected window instead of selected_window.

23 years ago(nroff-mode): Set the SYNTAX-BEGIN part
Eli Zaretskii [Mon, 5 Feb 2001 13:30:45 +0000 (13:30 +0000)]
(nroff-mode): Set the SYNTAX-BEGIN part
of font-lock-defaults to backward-paragraph.

23 years ago(try_scrolling): If point is in the line below the
Gerd Moellmann [Mon, 5 Feb 2001 13:02:51 +0000 (13:02 +0000)]
(try_scrolling): If point is in the line below the
window, make sure to move the iterator at least a canonical
char height down.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 5 Feb 2001 12:24:27 +0000 (12:24 +0000)]
*** empty log message ***

23 years ago(Fmove_to_window_line): Don't add 1 if window is
Gerd Moellmann [Mon, 5 Feb 2001 12:24:00 +0000 (12:24 +0000)]
(Fmove_to_window_line): Don't add 1 if window is
vscrolled.

23 years ago(rmail-ignored-headers): Add X-Trace,
Gerd Moellmann [Mon, 5 Feb 2001 11:31:52 +0000 (11:31 +0000)]
(rmail-ignored-headers): Add X-Trace,
X-Complaints-To, NNTP-Posting-Date, and User-Agent.

23 years agoEliminate time-stamp functions.
Gerd Moellmann [Mon, 5 Feb 2001 11:21:33 +0000 (11:21 +0000)]
Eliminate time-stamp functions.
(ebnf-version): New version (3.5).
(ebnf-eps-finish-and-write): Replace time-stamp functions by
format-time-string.

23 years ago(next-line): Goto end-of-line before inserting a newline.
Gerd Moellmann [Mon, 5 Feb 2001 10:16:47 +0000 (10:16 +0000)]
(next-line): Goto end-of-line before inserting a newline.

23 years ago(insert-image-file): When visiting an image, set `truncate-lines' to t
Miles Bader [Mon, 5 Feb 2001 04:10:38 +0000 (04:10 +0000)]
(insert-image-file): When visiting an image, set `truncate-lines' to t
so that any fringe arrow looks correct.

23 years ago(CCL_WRITE_CHAR): Check if CH is valid or not. If
Kenichi Handa [Mon, 5 Feb 2001 01:20:55 +0000 (01:20 +0000)]
(CCL_WRITE_CHAR): Check if CH is valid or not.  If
invalid, execute CCL_INVALID_CMD.
(ccl_driver): If the CCL program is terminated because of
CCL_STAT_INVALID_CMD, copy the remaining source data to the
destination instead of throwing them away.

23 years ago*** empty log message ***
Kenichi Handa [Mon, 5 Feb 2001 01:20:37 +0000 (01:20 +0000)]
*** empty log message ***

23 years ago(isearch-forward): Add description about input method in the docsting.
Kenichi Handa [Mon, 5 Feb 2001 00:39:48 +0000 (00:39 +0000)]
(isearch-forward): Add description about input method in the docsting.

23 years ago(isearch-forward): Add description about input method
Kenichi Handa [Mon, 5 Feb 2001 00:38:37 +0000 (00:38 +0000)]
(isearch-forward): Add description about input method
in the docsting.

23 years agoDocstring fixes.
Stefan Monnier [Sun, 4 Feb 2001 20:57:37 +0000 (20:57 +0000)]
Docstring fixes.

23 years ago(skeleton-internal-1): Always push the mark for @.
Stefan Monnier [Sun, 4 Feb 2001 20:46:51 +0000 (20:46 +0000)]
(skeleton-internal-1): Always push the mark for @.

23 years agoDon't say that isearch faces inherit from other faces.
Eli Zaretskii [Sun, 4 Feb 2001 18:32:50 +0000 (18:32 +0000)]
Don't say that isearch faces inherit from other faces.

23 years agoUpdate mouse-wheel section.
Miles Bader [Sun, 4 Feb 2001 08:46:00 +0000 (08:46 +0000)]
Update mouse-wheel section.

23 years agoRemove the more arcane part of Emacs debug instructions. Replace
Eli Zaretskii [Sun, 4 Feb 2001 07:29:18 +0000 (07:29 +0000)]
Remove the more arcane part of Emacs debug instructions.  Replace
them with a reference to etc/DEBUG.

23 years ago*** empty log message ***
Andrew Innes [Sat, 3 Feb 2001 18:27:42 +0000 (18:27 +0000)]
*** empty log message ***

23 years ago(LATIN): Fix last change to use () not {}.
Andrew Innes [Sat, 3 Feb 2001 18:27:26 +0000 (18:27 +0000)]
(LATIN): Fix last change to use () not {}.

23 years agoAdd note about need to specify extra compiler flags
Andrew Innes [Sat, 3 Feb 2001 18:26:12 +0000 (18:26 +0000)]
Add note about need to specify extra compiler flags
with recent Cygwin ports of gcc.

23 years ago(Trouble-shooting): Add note about need to specify extra
Andrew Innes [Sat, 3 Feb 2001 18:24:14 +0000 (18:24 +0000)]
(Trouble-shooting): Add note about need to specify extra
compiler flags with recent Cygwin ports of gcc.

23 years agoReplace outdated information.
Andrew Innes [Sat, 3 Feb 2001 18:23:30 +0000 (18:23 +0000)]
Replace outdated information.

23 years agoLeave a space before >> only when there is a
Andrew Innes [Sat, 3 Feb 2001 18:23:07 +0000 (18:23 +0000)]
Leave a space before >> only when there is a
preceding digit.  Add a comment about the importance of this.

23 years agoUpdate entry for mouse-wheel support.
Miles Bader [Sat, 3 Feb 2001 06:20:16 +0000 (06:20 +0000)]
Update entry for mouse-wheel support.

23 years ago*** empty log message ***
Stefan Monnier [Fri, 2 Feb 2001 18:21:56 +0000 (18:21 +0000)]
*** empty log message ***

23 years ago(info-initialize): If installation-directory is nil, for
Eli Zaretskii [Fri, 2 Feb 2001 18:10:41 +0000 (18:10 +0000)]
(info-initialize): If installation-directory is nil, for
DOS/Windows systems try looking in a sibling of
invocation-directory.

23 years agoYet another bunch of typo fizes from Juanma Barranquero <lektu@uol.com.br>.
Eli Zaretskii [Fri, 2 Feb 2001 18:06:18 +0000 (18:06 +0000)]
Yet another bunch of typo fizes from Juanma Barranquero <lektu@uol.com.br>.

23 years agoMore typos from Juanma Barranquero <lektu@uol.com.br>.
Eli Zaretskii [Fri, 2 Feb 2001 16:36:27 +0000 (16:36 +0000)]
More typos from Juanma Barranquero <lektu@uol.com.br>.

23 years agoFix a couple of typos.
Eli Zaretskii [Fri, 2 Feb 2001 16:14:19 +0000 (16:14 +0000)]
Fix a couple of typos.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 2 Feb 2001 15:28:28 +0000 (15:28 +0000)]
*** empty log message ***

23 years ago(x_set_font): If font hasn't changed, avoid recomputing
Gerd Moellmann [Fri, 2 Feb 2001 15:27:55 +0000 (15:27 +0000)]
(x_set_font): If font hasn't changed, avoid recomputing
faces and other things.

23 years ago(widget-button-click): Fix last change.
Gerd Moellmann [Fri, 2 Feb 2001 14:55:04 +0000 (14:55 +0000)]
(widget-button-click): Fix last change.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 2 Feb 2001 13:57:46 +0000 (13:57 +0000)]
*** empty log message ***

23 years ago(frame-notice-user-settings): When resizing the initial
Gerd Moellmann [Fri, 2 Feb 2001 13:55:42 +0000 (13:55 +0000)]
(frame-notice-user-settings): When resizing the initial
frame because the tool bar is off, also change the frame's top
position if a negative top position was specified.

23 years ago(insert-image-file): When visiting an image, suppress the cursor in the
Miles Bader [Fri, 2 Feb 2001 13:11:39 +0000 (13:11 +0000)]
(insert-image-file): When visiting an image, suppress the cursor in the
image buffer.

23 years ago(errstatus): Chmod a+rx directories we create.
Gerd Moellmann [Fri, 2 Feb 2001 13:09:26 +0000 (13:09 +0000)]
(errstatus): Chmod a+rx directories we create.

23 years ago(uninstall): Ignore exit code of `rm'.
Gerd Moellmann [Fri, 2 Feb 2001 13:04:00 +0000 (13:04 +0000)]
(uninstall): Ignore exit code of `rm'.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 2 Feb 2001 12:32:16 +0000 (12:32 +0000)]
*** empty log message ***

23 years ago(uninstall): Remove more info files. Remove
Gerd Moellmann [Fri, 2 Feb 2001 12:31:50 +0000 (12:31 +0000)]
(uninstall): Remove more info files.  Remove
${libexecdir}/emacs/${version}.  Remove ${archlibdir}/fns-*.

23 years ago(get_next_display_element): Fix case of empty
Gerd Moellmann [Fri, 2 Feb 2001 11:51:06 +0000 (11:51 +0000)]
(get_next_display_element): Fix case of empty
display table entry.

23 years agoSeveral typos fixed. From Juanma Barranquero <lektu@uol.com.br>.
Eli Zaretskii [Fri, 2 Feb 2001 07:57:56 +0000 (07:57 +0000)]
Several typos fixed.  From Juanma Barranquero <lektu@uol.com.br>.

23 years ago(Fconstrain_to_field): Doc fix.
Eli Zaretskii [Fri, 2 Feb 2001 07:54:48 +0000 (07:54 +0000)]
(Fconstrain_to_field): Doc fix.

23 years ago(Fclear_face_cache): Rename the `thorougly' argument
Eli Zaretskii [Fri, 2 Feb 2001 07:50:18 +0000 (07:50 +0000)]
(Fclear_face_cache): Rename the `thorougly' argument
into `thoroughly', to make it consistent with the doc string.

23 years ago(Fenlarge_window, Fshrink_window): Doc fix.
Eli Zaretskii [Fri, 2 Feb 2001 07:42:05 +0000 (07:42 +0000)]
(Fenlarge_window, Fshrink_window): Doc fix.

23 years ago#
André Spiegel [Fri, 2 Feb 2001 07:25:49 +0000 (07:25 +0000)]
#

23 years agoRemove autoloads. Require vc when compiling.
André Spiegel [Fri, 2 Feb 2001 07:21:21 +0000 (07:21 +0000)]
Remove autoloads.  Require vc when compiling.

23 years ago2001-02-01 ShengHuo ZHU <zsh@cs.rochester.edu>
ShengHuo ZHU [Fri, 2 Feb 2001 03:15:52 +0000 (03:15 +0000)]
2001-02-01  ShengHuo ZHU  <zsh@cs.rochester.edu>

* gnus-score.el (gnus-summary-score-entry): match may be an integer.

* gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
command if there is not last-saver.

* rfc2047.el (rfc2047-encode): MIME charset is not coding system.
(rfc2047-charset-encoding-alist): Add big5.

* mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
GB2312 and Big5.

* gnus-score.el (gnus-score-lower-thread): Fix a doc typo.

* gnus-sum.el (gnus-summary-print-article): Remove process mark.

* gnus-sum.el (gnus-summary-print-article): Take one prefix
argument. Allow to print several articles in one file.

* webmail.el (webmail-type-definition): netaddress changes.

23 years ago(LATIN): Include ${srcdir}/quail/latin-alt.elc.
Kenichi Handa [Thu, 1 Feb 2001 23:47:16 +0000 (23:47 +0000)]
(LATIN): Include ${srcdir}/quail/latin-alt.elc.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 1 Feb 2001 23:46:41 +0000 (23:46 +0000)]
*** empty log message ***

23 years agoLaTeX-like input method for Latin characaters
Kenichi Handa [Thu, 1 Feb 2001 23:32:12 +0000 (23:32 +0000)]
LaTeX-like input method for Latin characaters

23 years ago(LATIN): Include $(srcdir)/quail/latin-alt.elc.
Andrew Innes [Thu, 1 Feb 2001 23:06:49 +0000 (23:06 +0000)]
(LATIN): Include $(srcdir)/quail/latin-alt.elc.

23 years ago(search_buffer): Call set_search_regs with a byte
Gerd Moellmann [Thu, 1 Feb 2001 19:21:52 +0000 (19:21 +0000)]
(search_buffer): Call set_search_regs with a byte
position, not a character position.

23 years agoCopyright up-date.
Dave Love [Thu, 1 Feb 2001 17:42:44 +0000 (17:42 +0000)]
Copyright up-date.

23 years ago(f90-mode): Remove startup message.
Dave Love [Thu, 1 Feb 2001 16:02:07 +0000 (16:02 +0000)]
(f90-mode): Remove startup message.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 1 Feb 2001 15:37:03 +0000 (15:37 +0000)]
*** empty log message ***

23 years ago(command-line): Fix code determining whether or not
Gerd Moellmann [Thu, 1 Feb 2001 15:22:20 +0000 (15:22 +0000)]
(command-line): Fix code determining whether or not
to use delete-key-deletes-forward-mode.

23 years ago#
André Spiegel [Thu, 1 Feb 2001 15:16:04 +0000 (15:16 +0000)]
#