1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-25 14:01:33 -08:00
Commit graph

35724 commits

Author SHA1 Message Date
Gerd Moellmann
fa262c0722 (clear_mouse_face): Return 1 if text with mouse face was
actually redrawn.  Make the function static.
(note_mouse_highlight): Fix a case where the mouse cursor
was changed back to the text cursor.
2001-05-11 15:10:44 +00:00
Gerd Moellmann
d88a79d4a5 (try_window_id): Fix the fix and set the right
window_end_vpos.
2001-05-11 13:07:15 +00:00
Gerd Moellmann
0416532fd4 (try_window_id): Fix computation of window end in
the case that lines were deleted at the end of the window.
Add some more debug_method_adds.
2001-05-11 12:57:41 +00:00
Gerd Moellmann
7bd2d08305 *** empty log message *** 2001-05-11 11:19:50 +00:00
Gerd Moellmann
4a529c420a (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.
2001-05-11 11:19:19 +00:00
Gerd Moellmann
2ac5ecc64c (compile-files): Redirect output of chmod to
/dev/null.
2001-05-11 10:53:56 +00:00
Eli Zaretskii
2a482fd745 Remove the entry for the 19.34 release. RMS says it was done on a branch. 2001-05-11 09:10:48 +00:00
Eli Zaretskii
523471c81c Remove the entry for 19.34 release. RMS says it was made on a branch. 2001-05-11 08:59:51 +00:00
Stefan Monnier
0f49941f67 (smerge-mode): Force font-lock-multiline to t. 2001-05-10 20:23:48 +00:00
Richard M. Stallman
dd4e58c75c Fix tense when referring to Emacs 19. 2001-05-10 16:21:37 +00:00
Eli Zaretskii
cbeed4a8ab (report-emacs-bug): Don't switch the buffer to
unibyte.  Suggested by Kenichi Handa <handa@etl.go.jp>.
2001-05-10 15:47:29 +00:00
Gerd Moellmann
ff9aa2cadc *** empty log message *** 2001-05-10 12:41:08 +00:00
Gerd Moellmann
e60f45278b (try_window_id): Fix case of all changes before
the window start.
2001-05-10 12:40:21 +00:00
Gerd Moellmann
23fca89114 (try_window_id): Add some xasserts. 2001-05-10 12:25:51 +00:00
Gerd Moellmann
74cb6a6248 (browse-url-filename-alist): Allow UNC file
names for MS-Windows and MS-DOS.  From Dan Holmsand
<dan@eyebee.com>.
2001-05-10 11:54:15 +00:00
John Wiegley
ea7974a656 Fixed reference to free variable. 2001-05-10 03:52:13 +00:00
John Wiegley
90d94608c6 (eshell-convert-numeric-arguments): Annotated the documentation string
to tell users about `eshell-no-numeric-conversions'.
2001-05-10 03:51:34 +00:00
John Wiegley
3cb27fd7cd (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.
2001-05-10 03:50:53 +00:00
John Wiegley
127fd3c222 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.
2001-05-10 03:47:24 +00:00
John Wiegley
c26f6b2745 *** empty log message *** 2001-05-10 03:46:48 +00:00
John Wiegley
cee38ad6ec (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.
2001-05-10 03:30:15 +00:00
John Wiegley
36e813279d 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'.
2001-05-10 03:29:55 +00:00
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