bpt/emacs.git
23 years ago(try_alternative_families): New function.
Gerd Moellmann [Fri, 11 May 2001 11:19:19 +0000 (11:19 +0000)]
(try_alternative_families): New function.
(try_font_list): Use it.  If ATTRS specifies a family, check
fonts from that family first.
(choose_face_font): Remove code setting the family part of
the pattern to nil.

23 years ago(compile-files): Redirect output of chmod to
Gerd Moellmann [Fri, 11 May 2001 10:53:56 +0000 (10:53 +0000)]
(compile-files): Redirect output of chmod to
/dev/null.

23 years agoRemove the entry for the 19.34 release. RMS says it was done on a branch.
Eli Zaretskii [Fri, 11 May 2001 09:10:48 +0000 (09:10 +0000)]
Remove the entry for the 19.34 release.  RMS says it was done on a branch.

23 years agoRemove the entry for 19.34 release. RMS says it was made on a branch.
Eli Zaretskii [Fri, 11 May 2001 08:59:51 +0000 (08:59 +0000)]
Remove the entry for 19.34 release.  RMS says it was made on a branch.

23 years ago(smerge-mode): Force font-lock-multiline to t.
Stefan Monnier [Thu, 10 May 2001 20:23:48 +0000 (20:23 +0000)]
(smerge-mode): Force font-lock-multiline to t.

23 years agoFix tense when referring to Emacs 19.
Richard M. Stallman [Thu, 10 May 2001 16:21:37 +0000 (16:21 +0000)]
Fix tense when referring to Emacs 19.

23 years ago(report-emacs-bug): Don't switch the buffer to
Eli Zaretskii [Thu, 10 May 2001 15:47:29 +0000 (15:47 +0000)]
(report-emacs-bug): Don't switch the buffer to
unibyte.  Suggested by Kenichi Handa <handa@etl.go.jp>.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 10 May 2001 12:41:08 +0000 (12:41 +0000)]
*** empty log message ***

23 years ago(try_window_id): Fix case of all changes before
Gerd Moellmann [Thu, 10 May 2001 12:40:21 +0000 (12:40 +0000)]
(try_window_id): Fix case of all changes before
the window start.

23 years ago(try_window_id): Add some xasserts.
Gerd Moellmann [Thu, 10 May 2001 12:25:51 +0000 (12:25 +0000)]
(try_window_id): Add some xasserts.

23 years ago(browse-url-filename-alist): Allow UNC file
Gerd Moellmann [Thu, 10 May 2001 11:54:15 +0000 (11:54 +0000)]
(browse-url-filename-alist): Allow UNC file
names for MS-Windows and MS-DOS.  From Dan Holmsand
<dan@eyebee.com>.

23 years agoFixed reference to free variable.
John Wiegley [Thu, 10 May 2001 03:52:13 +0000 (03:52 +0000)]
Fixed reference to free variable.

23 years ago(eshell-convert-numeric-arguments): Annotated the documentation string
John Wiegley [Thu, 10 May 2001 03:51:34 +0000 (03:51 +0000)]
(eshell-convert-numeric-arguments): Annotated the documentation string
to tell users about `eshell-no-numeric-conversions'.

23 years ago(eshell-lisp-command): Don't perform numeric conversions if a Lisp
John Wiegley [Thu, 10 May 2001 03:50:53 +0000 (03:50 +0000)]
(eshell-lisp-command): Don't perform numeric conversions if a Lisp
function has the property `eshell-no-numeric-conversions' set to a
non-nil value.

23 years agoSet the property `eshell-no-numeric-conversions' on the following
John Wiegley [Thu, 10 May 2001 03:47:24 +0000 (03:47 +0000)]
Set the property `eshell-no-numeric-conversions' on the following
functions (which all deal with filesystem entities, and never Lisp
numerical values): eshell/cd, eshell/pushd, eshell/popd, eshell/ls,
eshell/source, eshell/., eshell/man, eshell/rm, eshell/mkdir,
eshell/rmdir, eshell/mv, eshell/cp, eshell/ln, eshell/cat,
eshell/make, eshell/diff, eshell/locate, eshell/occur, eshell/which,
eshell/addpath.

23 years ago*** empty log message ***
John Wiegley [Thu, 10 May 2001 03:46:48 +0000 (03:46 +0000)]
*** empty log message ***

23 years ago(eshell-number-regexp): Now that number conversions only happen for
John Wiegley [Thu, 10 May 2001 03:30:15 +0000 (03:30 +0000)]
(eshell-number-regexp): Now that number conversions only happen for
Lisp function calls, the number regexp should now match all integer
and floating point forms.

23 years agoDisable `eshell-stop-process' and `eshell-continue-process', since
John Wiegley [Thu, 10 May 2001 03:29:55 +0000 (03:29 +0000)]
Disable `eshell-stop-process' and `eshell-continue-process', since
they are both nonfunctional at the moment.
(eshell-proc-initialize): Don't bind keys for `eshell-stop-process' or
`eshell-continue-process'.

23 years ago(eshell-lisp-command): Before calling a Lisp function, convert any
John Wiegley [Thu, 10 May 2001 03:29:36 +0000 (03:29 +0000)]
(eshell-lisp-command): Before calling a Lisp function, convert any
string arguments that have been tagged as "numbers", by calling
string-to-number.

23 years ago(eshell-parse-argument-hook): If a number is encountered as an
John Wiegley [Thu, 10 May 2001 03:29:19 +0000 (03:29 +0000)]
(eshell-parse-argument-hook): If a number is encountered as an
argument, don't convert it right away, but tag the first character of
the string with the text properties `number', which signifies to
`eshell-lisp-command' that the argument should be passed through
`string-to-number' if it is actually used in the call to a Lisp
function.

23 years ago(eshell-shuffle-files): Apply `directory-file-name' before calling
John Wiegley [Thu, 10 May 2001 03:29:06 +0000 (03:29 +0000)]
(eshell-shuffle-files): Apply `directory-file-name' before calling
`file-name-directory'.

23 years ago(eshell-add-to-history): Reference to `eshell-history-ring' needed to
John Wiegley [Thu, 10 May 2001 03:28:51 +0000 (03:28 +0000)]
(eshell-add-to-history): Reference to `eshell-history-ring' needed to
be `eshell-history-index'.

23 years ago*** empty log message ***
John Wiegley [Thu, 10 May 2001 03:27:46 +0000 (03:27 +0000)]
*** empty log message ***

23 years agoOne more variable coming up nil on the first time around, needing
John Wiegley [Thu, 10 May 2001 02:46:38 +0000 (02:46 +0000)]
One more variable coming up nil on the first time around, needing
guarding.

23 years ago*** empty log message ***
John Wiegley [Thu, 10 May 2001 01:57:04 +0000 (01:57 +0000)]
*** empty log message ***

23 years ago(timeclock-find-discrep): Set `timeclock-last-event-workday' if it's
John Wiegley [Thu, 10 May 2001 01:55:51 +0000 (01:55 +0000)]
(timeclock-find-discrep): Set `timeclock-last-event-workday' if it's
still nil.

23 years ago*** empty log message ***
John Wiegley [Thu, 10 May 2001 01:06:33 +0000 (01:06 +0000)]
*** empty log message ***

23 years ago(timeclock-find-discrep): Initialize `elapsed' to 0.
John Wiegley [Thu, 10 May 2001 01:00:50 +0000 (01:00 +0000)]
(timeclock-find-discrep): Initialize `elapsed' to 0.

23 years ago(string-to-syntax): Close the @defun.
Stefan Monnier [Wed, 9 May 2001 20:34:19 +0000 (20:34 +0000)]
(string-to-syntax): Close the @defun.

23 years ago(archive-int-to-mode): Construct the string directly.
Stefan Monnier [Wed, 9 May 2001 20:29:56 +0000 (20:29 +0000)]
(archive-int-to-mode): Construct the string directly.
(archive-mode): Use capitalize.
(archive-unique-fname): Use make-temp-file.

23 years ago(GLYPH_CHAR_VALID_P): Use CHAR_VALID_P.
Gerd Moellmann [Wed, 9 May 2001 17:02:00 +0000 (17:02 +0000)]
(GLYPH_CHAR_VALID_P): Use CHAR_VALID_P.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 9 May 2001 16:09:21 +0000 (16:09 +0000)]
*** empty log message ***

23 years ago(GIVE_UP): Fix for K&R C.
Gerd Moellmann [Wed, 9 May 2001 16:08:50 +0000 (16:08 +0000)]
(GIVE_UP): Fix for K&R C.

23 years ago(lisp-interaction-mode): Doc fix.
Gerd Moellmann [Wed, 9 May 2001 15:44:18 +0000 (15:44 +0000)]
(lisp-interaction-mode): Doc fix.

23 years ago(syms_of_print) <print-length, print-level>: Doc fix.
Gerd Moellmann [Wed, 9 May 2001 15:41:25 +0000 (15:41 +0000)]
(syms_of_print) <print-length, print-level>: Doc fix.

23 years ago(note_mouse_highlight): Don't change the mouse cursor
Gerd Moellmann [Wed, 9 May 2001 15:38:04 +0000 (15:38 +0000)]
(note_mouse_highlight): Don't change the mouse cursor
back to the text cursor shape without need.

23 years ago(tar-extract): Pay attention to the value of
Eli Zaretskii [Wed, 9 May 2001 15:37:30 +0000 (15:37 +0000)]
(tar-extract): Pay attention to the value of
coding-system-for-read, if it is non-nil.

23 years agoDocument problems with lukemftp.
Eli Zaretskii [Wed, 9 May 2001 15:21:44 +0000 (15:21 +0000)]
Document problems with lukemftp.

23 years ago(holidays): Add an autoload cookie. From Pavel Jan\7fk <Pavel@Janik.cz>.
Eli Zaretskii [Wed, 9 May 2001 15:13:33 +0000 (15:13 +0000)]
(holidays): Add an autoload cookie.  From Pavel Jan\7fk <Pavel@Janik.cz>.

23 years ago(Recognize Coding): Explain how to see what Emacs used to decode a file.
Eli Zaretskii [Wed, 9 May 2001 15:05:58 +0000 (15:05 +0000)]
(Recognize Coding): Explain how to see what Emacs used to decode a file.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 9 May 2001 11:32:18 +0000 (11:32 +0000)]
*** empty log message ***

23 years agoComment fixes.
Gerd Moellmann [Wed, 9 May 2001 10:38:47 +0000 (10:38 +0000)]
Comment fixes.

23 years agoRemove log entries for 20.5 .. 20.7.
Gerd Moellmann [Wed, 9 May 2001 09:50:49 +0000 (09:50 +0000)]
Remove log entries for 20.5 .. 20.7.

23 years ago(timeclock-workday-remaining): Changed logic for determining how much
John Wiegley [Tue, 8 May 2001 21:12:41 +0000 (21:12 +0000)]
(timeclock-workday-remaining): Changed logic for determining how much
time is remaining.
(timeclock-workday-elapsed): Don't accept a "relative" argument for
the current day's elapsed time.  What could that have meant?
(timeclock-workday-elapsed-string): No "relative" argument anymore.
(timeclock-when-to-leave): Changed logic, similarly to what was done
for `timeclock-workday-remaining'.
(timeclock-find-discrep): Removed "today-only" argument, which had no
meaning.  Fixed some more math problems.  The function now returns a
three member list: (TOTAL-TIME-DISCREPANCY TODAYS-TIME-DISCREPANCY
TODAYS-ELAPSED-TIME).

23 years ago(Syntax Class Table): Add the missing designator for
Stefan Monnier [Tue, 8 May 2001 20:13:03 +0000 (20:13 +0000)]
(Syntax Class Table): Add the missing designator for
comment and string fences.
(Syntax Properties): Add a xref to syntax table internals.
(Syntax Table Internals): Document string-to-syntax.

23 years ago(convert-standard-filename): Start replacing slashes
Eli Zaretskii [Tue, 8 May 2001 16:26:11 +0000 (16:26 +0000)]
(convert-standard-filename): Start replacing slashes
from the beginning of the file name, not from where the last
invalid character was.  From "Andrew Maguire (SWW)"
<Andrew.Maguire@Smallworld.co.uk>

23 years agoIncrement version number.
Gerd Moellmann [Tue, 8 May 2001 12:56:46 +0000 (12:56 +0000)]
Increment version number.

23 years ago(Initial Options): Document that -q disables customizations saving.
Eli Zaretskii [Tue, 8 May 2001 12:54:07 +0000 (12:54 +0000)]
(Initial Options): Document that -q disables customizations saving.

23 years ago(Changing an Option): Document that "emacs -q" cannot save customizations.
Eli Zaretskii [Tue, 8 May 2001 12:53:03 +0000 (12:53 +0000)]
(Changing an Option): Document that "emacs -q" cannot save customizations.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 8 May 2001 12:31:31 +0000 (12:31 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 8 May 2001 11:25:24 +0000 (11:25 +0000)]
*** empty log message ***

23 years ago(enter_namespace): Fix reallocation of
Gerd Moellmann [Tue, 8 May 2001 11:25:01 +0000 (11:25 +0000)]
(enter_namespace): Fix reallocation of
namespace_stack.

23 years ago(rmail-message-subject-p): Process the result
Gerd Moellmann [Tue, 8 May 2001 11:18:48 +0000 (11:18 +0000)]
(rmail-message-subject-p): Process the result
of mail-fetch-field by rmail-summary-line-decoder.
(rmail-new-summary): Be sure to go to the Rmail buffer.  If
rmail-enable-mime is non-nil, set rmail-summary-buffer of
rmail-view-buffer to nil.
(rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
rmail-view-buffer.
(rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
rmail-buffer.
(rmail-summary-scroll-msg-down): Likewise.
(rmail-summary-beginning-of-message): Likewise.
(rmail-summary-wipe): Likewise.
(rmail-summary-toggle-header): Use save-window-excursion, not
save-excursion.  Update point in rmail-view-buffer, not in
rmail-buffer.
(rmail-summary-reply): Before calling rmail-reply, set buffer to
rmail-view-buffer, not rmail-buffer.

23 years ago(rmail-output-read-rmail-file-name): Be sure to
Gerd Moellmann [Tue, 8 May 2001 11:18:20 +0000 (11:18 +0000)]
(rmail-output-read-rmail-file-name): Be sure to
set-buffer to the Rmail buffer.
(rmail-output-to-rmail-file): Likewise.
(rmail-output): Likewise.

23 years ago(rmail-read-label): Be sure to work in the
Gerd Moellmann [Tue, 8 May 2001 11:17:55 +0000 (11:17 +0000)]
(rmail-read-label): Be sure to work in the
Rmail buffer.
(rmail-set-label, rmail-next-labeled-message): Likewise.

23 years ago(rmail-insert-mime-forwarded-message-function)
Gerd Moellmann [Tue, 8 May 2001 11:17:27 +0000 (11:17 +0000)]
(rmail-insert-mime-forwarded-message-function)
(rmail-search-mime-message-function)
(rmail-search-mime-header-function): New variables.
(rmail-expunge-and-save): Be sure to set-buffer to the Rmail
buffer.
(rmail-quit): Bury `rmail-buffer' after `rmail-view-buffer' is
hidden.
(rmail-get-new-mail): Likewise.
(rmail-toggle-header): Likewise.  If rmail-enable-mime is non-nil,
call rmai-show-mime-function.
(rmail-display-labels): If rmail-enable-mime is non-nil, update
mode-line-process of rmail-view-buffer.
(rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
(rmail-show-message): Be sure to call rmail-auto-file in the Rmail
buffer.
(rmail-next-message): Be sure to set-buffer to the Rmail buffer.
(rmail-next-undeleted-message): Likewise.
(rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
rmail-search-mime-header-function.
(rmail-search-message): New function.
(rmail-search): Call rmail-search-message to check if a message
matches REGEXP, lastly update point after calling
rmail-show-message.
(rmail-undelete-previous-message): Be sure to set-buffer to the
Rmail buffer.
(rmail-expunge-confirmed): Likewise.
(rmail-only-expunge): Likewise.
(rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
header region, refer to rmail-msgref-vector while setting the
current buffer to rmail-buffer temporarily.
(rmail-forward): Be sure to bind forward-buffer to the Rmail
buffer.  If rmail-enable-mime is non-nil, call
rmail-insert-mime-forwarded-message-function instead of inserting
forwarded message by itself.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 7 May 2001 17:44:26 +0000 (17:44 +0000)]
*** empty log message ***

23 years ago(inverse_video): Declare extern.
Gerd Moellmann [Mon, 7 May 2001 17:38:34 +0000 (17:38 +0000)]
(inverse_video): Declare extern.

23 years ago(x_set_foreground_color): Set frame's cursor_pixel.
Gerd Moellmann [Mon, 7 May 2001 17:38:07 +0000 (17:38 +0000)]
(x_set_foreground_color): Set frame's cursor_pixel.

23 years agoTypo: "we show it Lisp syntax" --> ... its LIsp ..
Francesco Potortì [Mon, 7 May 2001 16:00:50 +0000 (16:00 +0000)]
Typo: "we show it Lisp syntax" --> ... its LIsp ..

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 7 May 2001 14:22:02 +0000 (14:22 +0000)]
*** empty log message ***

23 years ago(install): Use install-info command line options
Gerd Moellmann [Mon, 7 May 2001 14:21:25 +0000 (14:21 +0000)]
(install): Use install-info command line options
like in Emacs' Makefile.in.

23 years ago(custom-file): Signal an error if user-init-file is
Gerd Moellmann [Mon, 7 May 2001 14:02:56 +0000 (14:02 +0000)]
(custom-file): Signal an error if user-init-file is
nil (running -q).

23 years ago(delete_kboard): Handle the case that selected_frame
Gerd Moellmann [Mon, 7 May 2001 13:43:10 +0000 (13:43 +0000)]
(delete_kboard): Handle the case that selected_frame
has been deleted in the course of x_connection_closed.

23 years ago(rmail-edit-mode-hook): Add :version.
Gerd Moellmann [Mon, 7 May 2001 11:27:36 +0000 (11:27 +0000)]
(rmail-edit-mode-hook): Add :version.

23 years ago(smtpmail-warn-about-unknown-extensions): Add :version.
Gerd Moellmann [Mon, 7 May 2001 11:26:24 +0000 (11:26 +0000)]
(smtpmail-warn-about-unknown-extensions): Add :version.

23 years ago(smtpmail-warn-about-unknown-extensions): New
Gerd Moellmann [Mon, 7 May 2001 11:24:51 +0000 (11:24 +0000)]
(smtpmail-warn-about-unknown-extensions): New
option.
(smtpmail-via-smtp): Print warnings about unknown SMTP extensions
only if smtpmail-warn-about-unknown-extensions is set.

23 years ago(Handling C-s and C-q with flow control, Binding C-s and C-q): Update the
Eli Zaretskii [Mon, 7 May 2001 11:17:09 +0000 (11:17 +0000)]
(Handling C-s and C-q with flow control, Binding C-s and C-q): Update the
location of site-start.el and default.el (in `site-lisp', not in `lisp').

23 years ago(Init File): Say explicitly that site-start.el is also searched along
Eli Zaretskii [Mon, 7 May 2001 11:14:44 +0000 (11:14 +0000)]
(Init File): Say explicitly that site-start.el is also searched along
load-path.  Recommend where to put default.el and site-start.el.  Add
index entries for site-start.el and default.el.

23 years ago(Initial Options): Add index entries for not loading startup files.
Eli Zaretskii [Mon, 7 May 2001 11:12:49 +0000 (11:12 +0000)]
(Initial Options): Add index entries for not loading startup files.

23 years agoUpdate copyright notice.
Gerd Moellmann [Mon, 7 May 2001 10:23:58 +0000 (10:23 +0000)]
Update copyright notice.

23 years ago(rmail-mode-map): Use rmail-sort-by-labels
Gerd Moellmann [Mon, 7 May 2001 10:07:46 +0000 (10:07 +0000)]
(rmail-mode-map): Use rmail-sort-by-labels
instead of rmail-sort-by-keywords.

23 years ago(rmail-sort-by-labels): Renamed from
Gerd Moellmann [Mon, 7 May 2001 10:06:15 +0000 (10:06 +0000)]
(rmail-sort-by-labels): Renamed from
rmail-sort-by-keywords.

23 years ago(rmail-summary-sort-by-labels): Renamed
Gerd Moellmann [Mon, 7 May 2001 10:05:41 +0000 (10:05 +0000)]
(rmail-summary-sort-by-labels): Renamed
from rmail-summary-sort-by-keywords.  Doc fix.
(rmail-summary-mode): Doc fix.

23 years ago(rmail-edit-mode): Doc fix.
Gerd Moellmann [Mon, 7 May 2001 09:59:43 +0000 (09:59 +0000)]
(rmail-edit-mode): Doc fix.
(rmail-edit-mode-hook): New user-option.

23 years ago(rmail-edit): New Custom group.
Gerd Moellmann [Mon, 7 May 2001 09:58:38 +0000 (09:58 +0000)]
(rmail-edit): New Custom group.

23 years agoAdd hints for running Emacs with malloc debuggers.
Eli Zaretskii [Sun, 6 May 2001 16:32:53 +0000 (16:32 +0000)]
Add hints for running Emacs with malloc debuggers.

23 years ago(Rectangles): Remove the description of replace-rectangle.
Eli Zaretskii [Sun, 6 May 2001 11:29:21 +0000 (11:29 +0000)]
(Rectangles): Remove the description of replace-rectangle.

23 years ago(International): Add an overview of Mule features, with pointers to
Eli Zaretskii [Sun, 6 May 2001 11:27:54 +0000 (11:27 +0000)]
(International): Add an overview of Mule features, with pointers to
detailed description.
(Enabling Multibyte): Describe how to switch a unibyte session to multibyte.
Mention that by default, all sessions are multibyte.
(Coding Systems): Make it clear that cpNNN are coding systems, and should
be used as such.
(Recognize Coding): Explain that Emacs decodes text as part of reading
it.  Mention revert-buffer as a means to redecode a file.

23 years agoTwo minor fixes.
Richard M. Stallman [Sat, 5 May 2001 22:39:29 +0000 (22:39 +0000)]
Two minor fixes.

23 years agoExplain how handler is called, for magic file operations that take
Richard M. Stallman [Sat, 5 May 2001 22:38:58 +0000 (22:38 +0000)]
Explain how handler is called, for magic file operations that take
more than one file-name argument.

23 years ago(Customization Groups): Mention customize-group command.
Richard M. Stallman [Sat, 5 May 2001 22:37:56 +0000 (22:37 +0000)]
(Customization Groups): Mention customize-group command.

23 years agoUse @smallexample for the echo LC... command.
Richard M. Stallman [Sat, 5 May 2001 22:37:09 +0000 (22:37 +0000)]
Use @smallexample for the echo LC... command.

23 years agoMake the `@defcodeindex op' command unconditional.
Richard M. Stallman [Sat, 5 May 2001 22:36:36 +0000 (22:36 +0000)]
Make the `@defcodeindex op' command unconditional.

23 years agoExplain use of multiple FCC fields.
Richard M. Stallman [Sat, 5 May 2001 22:35:54 +0000 (22:35 +0000)]
Explain use of multiple FCC fields.
Explain custom group mailalias.
Fix typos.

23 years agormail-save => rmail-expunge-and-save.
Richard M. Stallman [Sat, 5 May 2001 22:34:51 +0000 (22:34 +0000)]
rmail-save => rmail-expunge-and-save.
Don't state the default for rmail-retry-ignored-headers.
Menu item is `Cancel', not `Don't Send'.
Normal summary line contains date and line count.
Mention rmail-highlight-face.
Clarify about choice of coding system for decoding.
Improve xref for goto-address.

23 years agoFix xref for Hippie Expand.
Richard M. Stallman [Sat, 5 May 2001 22:32:37 +0000 (22:32 +0000)]
Fix xref for Hippie Expand.

23 years ago(help-xref-symbol-regexp): Recognize "source of"
Richard M. Stallman [Sat, 5 May 2001 22:31:41 +0000 (22:31 +0000)]
(help-xref-symbol-regexp): Recognize "source of"
and friends, meaning make a link to the source file.
(help-make-xrefs): Handle "source of" and friends
by constructing a link that visits the source file.

23 years ago(dabbrev-select-buffers-function): Doc fix.
Richard M. Stallman [Sat, 5 May 2001 22:31:30 +0000 (22:31 +0000)]
(dabbrev-select-buffers-function): Doc fix.

23 years ago(Rectangles): Remove redundant and erroneous name of replace-rectangle
Eli Zaretskii [Sat, 5 May 2001 06:14:24 +0000 (06:14 +0000)]
(Rectangles): Remove redundant and erroneous name of replace-rectangle
in parentheses.  Reported by Eric Hanchrow <offby1@blarg.net>.

23 years agoDocument that overwrite-mode is bound to INSERT and add @kindex for INSERT.
Eli Zaretskii [Sat, 5 May 2001 06:10:55 +0000 (06:10 +0000)]
Document that overwrite-mode is bound to INSERT and add @kindex for INSERT.
Reported by Bill Richter <richter@math.northwestern.edu>.

23 years ago(cperl-font-lock-keywords)
Stefan Monnier [Fri, 4 May 2001 20:16:56 +0000 (20:16 +0000)]
(cperl-font-lock-keywords)
(cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
Renamed from perl-font-lock-keywords to avoid clashes.
(cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
(cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
Updated correspondingly.

23 years ago(diff-nonexistent-face, diff-font-lock-keywords):
Stefan Monnier [Fri, 4 May 2001 17:56:03 +0000 (17:56 +0000)]
(diff-nonexistent-face, diff-font-lock-keywords):
Typo `nonexistant' -> `nonexistent'.

23 years ago*** empty log message ***
Eli Zaretskii [Fri, 4 May 2001 17:50:11 +0000 (17:50 +0000)]
*** empty log message ***

23 years agoFix last change.
Eli Zaretskii [Fri, 4 May 2001 16:17:41 +0000 (16:17 +0000)]
Fix last change.

23 years ago*** empty log message ***
Eli Zaretskii [Fri, 4 May 2001 10:07:57 +0000 (10:07 +0000)]
*** empty log message ***

23 years agoBind c-electric-delete-forward to C-d and c-electric-backspace to DEL.
Eli Zaretskii [Fri, 4 May 2001 10:02:56 +0000 (10:02 +0000)]
Bind c-electric-delete-forward to C-d and c-electric-backspace to DEL.

23 years ago(c-electric-delete, c-electric-delete-forward): Split `c-electric-delete'
Eli Zaretskii [Fri, 4 May 2001 09:57:35 +0000 (09:57 +0000)]
(c-electric-delete, c-electric-delete-forward): Split `c-electric-delete'
into two functions where `c-electric-delete-forward' always deletes
forward and `c-electric-delete' only contains the code
necessary for XEmacs to choose between backward and forward
deletion.  `c-electric-delete-forward' is now bound to C-d to
get the electric behavior on that key too.

(c-fill-paragraph): Fixed bogus direct use of c-comment-prefix-regexp,
which caused an error when it's a list.

23 years agoPlace in the public domain.
Eli Zaretskii [Fri, 4 May 2001 07:13:43 +0000 (07:13 +0000)]
Place in the public domain.

23 years ago(XTread_socket) <Expose> [!USE_TOOLKIT_SCROLL_BARS]: Fix
Eli Zaretskii [Thu, 3 May 2001 17:49:33 +0000 (17:49 +0000)]
(XTread_socket) <Expose> [!USE_TOOLKIT_SCROLL_BARS]: Fix
the change from 2001-04-30.