1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-06 14:22:31 -07:00
Commit graph

42302 commits

Author SHA1 Message Date
John Wiegley
5aec6b055c (eshell-lisp-command): Before calling a Lisp function, convert any
string arguments that have been tagged as "numbers", by calling
string-to-number.
2001-05-10 03:29:36 +00:00
John Wiegley
8634b66ada (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.
2001-05-10 03:29:19 +00:00
John Wiegley
b2c102f30b (eshell-shuffle-files): Apply `directory-file-name' before calling
`file-name-directory'.
2001-05-10 03:29:06 +00:00
John Wiegley
734f7362aa (eshell-add-to-history): Reference to `eshell-history-ring' needed to
be `eshell-history-index'.
2001-05-10 03:28:51 +00:00
John Wiegley
d089e2995b *** empty log message *** 2001-05-10 03:27:46 +00:00
John Wiegley
8c9245e2a5 One more variable coming up nil on the first time around, needing
guarding.
2001-05-10 02:46:38 +00:00
John Wiegley
cb89da0f8f *** empty log message *** 2001-05-10 01:57:04 +00:00
John Wiegley
3b774a0c20 (timeclock-find-discrep): Set `timeclock-last-event-workday' if it's
still nil.
2001-05-10 01:55:51 +00:00
John Wiegley
b2c9995061 *** empty log message *** 2001-05-10 01:06:33 +00:00
John Wiegley
4bd0908bff (timeclock-find-discrep): Initialize `elapsed' to 0. 2001-05-10 01:00:50 +00:00
Stefan Monnier
4015360678 (string-to-syntax): Close the @defun. 2001-05-09 20:34:19 +00:00
Stefan Monnier
ff39b9a101 (archive-int-to-mode): Construct the string directly.
(archive-mode): Use capitalize.
(archive-unique-fname): Use make-temp-file.
2001-05-09 20:29:56 +00:00
Gerd Moellmann
e9726794f6 (GLYPH_CHAR_VALID_P): Use CHAR_VALID_P. 2001-05-09 17:02:00 +00:00
Gerd Moellmann
9e53a675eb *** empty log message *** 2001-05-09 16:09:21 +00:00
Gerd Moellmann
62397849f9 (GIVE_UP): Fix for K&R C. 2001-05-09 16:08:50 +00:00
Gerd Moellmann
94f8f5d38e (lisp-interaction-mode): Doc fix. 2001-05-09 15:44:18 +00:00
Gerd Moellmann
fe88d421bd (syms_of_print) <print-length, print-level>: Doc fix. 2001-05-09 15:41:25 +00:00
Gerd Moellmann
0d487c52ad (note_mouse_highlight): Don't change the mouse cursor
back to the text cursor shape without need.
2001-05-09 15:38:04 +00:00
Eli Zaretskii
c533a7e29a (tar-extract): Pay attention to the value of
coding-system-for-read, if it is non-nil.
2001-05-09 15:37:30 +00:00
Eli Zaretskii
f3d6f4eefc Document problems with lukemftp. 2001-05-09 15:21:44 +00:00
Eli Zaretskii
c8224de64d (holidays): Add an autoload cookie. From Pavel Jank <Pavel@Janik.cz>. 2001-05-09 15:13:33 +00:00
Eli Zaretskii
6c0325db06 (Recognize Coding): Explain how to see what Emacs used to decode a file. 2001-05-09 15:05:58 +00:00
Gerd Moellmann
8ddf3ee174 *** empty log message *** 2001-05-09 11:32:18 +00:00
Gerd Moellmann
a36d22d2ed Comment fixes. 2001-05-09 10:38:47 +00:00
Gerd Moellmann
3e057f36a0 Remove log entries for 20.5 .. 20.7. 2001-05-09 09:50:49 +00:00
John Wiegley
1c8c9fb88e (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).
2001-05-08 21:12:41 +00:00
Stefan Monnier
d1f08d8503 (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.
2001-05-08 20:13:03 +00:00
Eli Zaretskii
5f47fb28f8 (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>
2001-05-08 16:26:11 +00:00
Gerd Moellmann
b60729681f Increment version number. 2001-05-08 12:56:46 +00:00
Eli Zaretskii
00e504283d (Initial Options): Document that -q disables customizations saving. 2001-05-08 12:54:07 +00:00
Eli Zaretskii
f4220fcd18 (Changing an Option): Document that "emacs -q" cannot save customizations. 2001-05-08 12:53:03 +00:00
Gerd Moellmann
b5c5b319e5 *** empty log message *** 2001-05-08 12:31:31 +00:00
Gerd Moellmann
6da5c7da1d *** empty log message *** 2001-05-08 11:25:24 +00:00
Gerd Moellmann
04dae60b46 (enter_namespace): Fix reallocation of
namespace_stack.
2001-05-08 11:25:01 +00:00
Gerd Moellmann
67f2e119e3 (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.
2001-05-08 11:18:48 +00:00
Gerd Moellmann
c96b208d6d (rmail-output-read-rmail-file-name): Be sure to
set-buffer to the Rmail buffer.
(rmail-output-to-rmail-file): Likewise.
(rmail-output): Likewise.
2001-05-08 11:18:20 +00:00
Gerd Moellmann
eba7fdff4b (rmail-read-label): Be sure to work in the
Rmail buffer.
(rmail-set-label, rmail-next-labeled-message): Likewise.
2001-05-08 11:17:55 +00:00
Gerd Moellmann
6b59a5fc11 (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.
2001-05-08 11:17:27 +00:00
Gerd Moellmann
a2a6232ec1 *** empty log message *** 2001-05-07 17:44:26 +00:00
Gerd Moellmann
283c6e3ea8 (inverse_video): Declare extern. 2001-05-07 17:38:34 +00:00
Gerd Moellmann
36d42089e3 (x_set_foreground_color): Set frame's cursor_pixel. 2001-05-07 17:38:07 +00:00
Francesco Potortì
c00394a3a3 Typo: "we show it Lisp syntax" --> ... its LIsp .. 2001-05-07 16:00:50 +00:00
Gerd Moellmann
1e9fc92e1c *** empty log message *** 2001-05-07 14:22:02 +00:00
Gerd Moellmann
722d9ee600 (install): Use install-info command line options
like in Emacs' Makefile.in.
2001-05-07 14:21:25 +00:00
Gerd Moellmann
6a239292f7 (custom-file): Signal an error if user-init-file is
nil (running -q).
2001-05-07 14:02:56 +00:00
Gerd Moellmann
18f534df4d (delete_kboard): Handle the case that selected_frame
has been deleted in the course of x_connection_closed.
2001-05-07 13:43:10 +00:00
Gerd Moellmann
1d0533709c (rmail-edit-mode-hook): Add :version. 2001-05-07 11:27:36 +00:00
Gerd Moellmann
fa87f673f5 (smtpmail-warn-about-unknown-extensions): Add :version. 2001-05-07 11:26:24 +00:00
Gerd Moellmann
1b62b0624f (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.
2001-05-07 11:24:51 +00:00
Eli Zaretskii
47ba811051 (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').
2001-05-07 11:17:09 +00:00