1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 11:50:51 -08:00
Commit graph

35554 commits

Author SHA1 Message Date
Stefan Monnier
7cd512f22f (modify-face): Add compatibility for non-interactive use. 2001-04-25 15:22:53 +00:00
Gerd Moellmann
c88164fe6b (wait_reading_process_input): Call
record_asynch_buffer_change only if a timer really changed
buffers.
2001-04-25 15:12:49 +00:00
Gerd Moellmann
bfd8410fc2 (mouse_face_overlay_overlaps): Fix the computation
of the number of overlays to check.
2001-04-25 14:51:11 +00:00
Gerd Moellmann
be2488ca37 (command_loop_1): Redo change of 2001-03-12. 2001-04-25 14:36:32 +00:00
Gerd Moellmann
8c56a9830e (try_window_id): Fix a case where window_end_pos
and window_end_bytepos were not adjusted.
2001-04-25 14:15:21 +00:00
Eli Zaretskii
3ae14dd9d5 Fix dates for the last few entries, so they increase monotonically. 2001-04-25 13:53:40 +00:00
Eli Zaretskii
26978e9a8f *** empty log message *** 2001-04-25 13:51:02 +00:00
Eli Zaretskii
14e70c1691 (install-arch-indep): Add gfdl.1 to the man pages that are installed. 2001-04-25 13:50:10 +00:00
Eli Zaretskii
0096aed26a Place under GFDL. 2001-04-25 13:48:24 +00:00
Eli Zaretskii
7eae0a3849 New file. 2001-04-25 13:47:19 +00:00
Eli Zaretskii
1c34d4e197 Fix a glitch in calc.texinfo patches. 2001-04-25 06:01:42 +00:00
Eli Zaretskii
010e81be85 Add Option Index, produced only in the on-line version of the manual. 2001-04-25 05:57:59 +00:00
Eli Zaretskii
a8575fe531 Add @opindex entries to index all command-line options. 2001-04-25 05:57:08 +00:00
John Wiegley
2e88b53c21 (eshell-find-alias-function): Corrected the fix from last night, since
it wasn't finding eshell/cd.
2001-04-24 20:48:14 +00:00
John Wiegley
ffeb5c1c4d *** empty log message *** 2001-04-24 20:47:45 +00:00
Richard M. Stallman
75ba82a9fd widget-define => define-widget. 2001-04-24 15:19:16 +00:00
Gerd Moellmann
1e1e6d529c Adapt to the change of string-rectangle back to 20.x behaviour. 2001-04-24 11:09:21 +00:00
Gerd Moellmann
8748ecc048 Change entries for string-rectangle and alike. 2001-04-24 10:57:54 +00:00
Gerd Moellmann
35f901fa57 (string-rectangle): Revert to 20.x behaviour.
(replace-rectangle): Make it an alias for string-rectangle.
(string-insert-rectangle): New function.
2001-04-24 10:57:05 +00:00
John Wiegley
c7b1b508e5 (eshell-find-alias-function): Return t in the case where the function
was defined in a file, but not part of an eshell module.
2001-04-24 06:33:40 +00:00
John Wiegley
ef59cfc663 (eshell/diff): Fixed problems that were occurring with Emacs 21's
diff.el/compile.el interaction layer.
2001-04-24 06:31:46 +00:00
John Wiegley
157975e356 (eshell-smart-redisplay): Added some safety code to work around a
redisplay problem I've been having.
2001-04-24 03:16:21 +00:00
John Wiegley
3dc630b9e1 (timeclock-day-required): If the time required for a particular day is
not set, use `timeclock-workday'.
(timeclock-find-discrep): Added some sample code in a comment.
2001-04-24 01:39:55 +00:00
John Wiegley
9c6a6a5a66 (eshell-command): Made a few changes so that `eshell-command' could be
called programmatically.
(eshell-non-interactive-p): Moved this variable here.
2001-04-24 01:37:31 +00:00
John Wiegley
671faf5874 Moved `eshell-non-interactive-p' to eshell.el. 2001-04-24 01:37:08 +00:00
Gerd Moellmann
522d42f715 (compute_char_face): If buffer is unibyte, set CH to
zero instead of -1.
2001-04-23 14:58:40 +00:00
Eli Zaretskii
53e1a74cec (calendar-two-frame-setup, calendar-only-one-frame-setup)
(calendar-one-frame-setup): Use display-multi-frame-p instead of window-system.
2001-04-23 14:22:33 +00:00
Eli Zaretskii
13f0f9883b (diary-entry-marker, calendar-today-marker, calendar-holiday-marker): Use
display-color-p instead of window-system.
(calendar-mode-map, calendar-mode): Use display-popup-menus-p instead of
window-system.
(calendar-hide-window): Use display-multi-frame-p instead of window-system.
2001-04-23 14:19:57 +00:00
Gerd Moellmann
1d14e80c95 (fortune-from-region): Use eq' instead of eql'. 2001-04-23 12:31:27 +00:00
Gerd Moellmann
23b809c2a7 Fix autoload cookies. 2001-04-23 11:50:36 +00:00
Eli Zaretskii
3c7e7ccb34 (Colors X): Say "-rv" instead of "-r", for consistency. 2001-04-23 10:31:22 +00:00
Gerd Moellmann
b5eeaa1d09 *** empty log message *** 2001-04-23 10:17:30 +00:00
Gerd Moellmann
67ac0f7ae4 Instead of defining line-beginning-position and
line-end-position a defalias is used for point-at-bol and
point-at-eol.

Added XEmacs compatibility code.
(goto-address-highlight-keymap): Made keybindings XEmacs
compatible.
2001-04-23 10:16:54 +00:00
Gerd Moellmann
c21b85086a Add more translations. From
jsbien@mimuw.edu.pl (Janusz S. Bie,Bq(B).
2001-04-23 10:09:46 +00:00
Richard M. Stallman
72cc9b56f0 Minor fix, @var{function} -> @var{mode-function}. 2001-04-22 19:10:09 +00:00
Richard M. Stallman
2e4a0639dc Minor clarification. 2001-04-22 19:08:41 +00:00
Richard M. Stallman
03d4836128 Explain binding TAB etc using \t etc.
Minor clarifications.
2001-04-22 14:55:21 +00:00
Richard M. Stallman
9eae55d283 Fully document \d. 2001-04-22 14:51:21 +00:00
Eli Zaretskii
a99d2d64aa (Rmail make Summary): Document and index rmail-summary-by-regexp.
Reported by Bill Richter.
2001-04-22 09:09:37 +00:00
Eli Zaretskii
ac1470eb03 (sentence-end): Doc fix. 2001-04-22 08:35:45 +00:00
Eli Zaretskii
78c1afb681 (wait_reading_process_input) [!subprocesses]: Don't
reference waiting_for_user_input_p, it's not defined in the branch
without async subprocesses support.
2001-04-21 19:52:11 +00:00
Eli Zaretskii
7824c16b54 (Colors X): Add -rv to the list of options. 2001-04-21 17:17:16 +00:00
Gerd Moellmann
d43fbe9d8c Comment fixes. 2001-04-20 19:14:21 +00:00
Gerd Moellmann
624ef9b3c2 (sql-escape-newlines-and-send): New function.
(sql-db2): Set comint-input-sender to
sql-escape-newlines-and-send.

(sql-db2-program): New option.
(sql-db2-options): New option.
(sql-db2): New function.

(sql-mode-menu): Added highlighting entries.
(sql-highlight-oracle-keywords): New function.
(sql-highlight-postgres-keywords): New function.
(sql-highlight-ansi-keywords): New function.

(sql-help): Doc change.
2001-04-20 10:03:48 +00:00
Karl Fogel
939d701903 * saveplace.el (save-place-alist-to-file): Removed no-effect code
that inserted file content only to delete it immediately.
Probably a cut-and-paste bug.  Thanks to Juanma Barranquero
<lektu@uol.com.br> for the patch.
2001-04-19 22:55:19 +00:00
Stefan Monnier
2a83a11dc1 (easy-mmode-defsyntax): Unquote `doc'. 2001-04-19 22:45:04 +00:00
Gerd Moellmann
d4f9443dc9 Use GNU Free Documentation License. 2001-04-19 16:49:16 +00:00
Gerd Moellmann
b409f09b16 Use GNU Free Documentation License. 2001-04-19 15:26:37 +00:00
Gerd Moellmann
8ba00a5582 Add copyright notices. 2001-04-19 14:52:48 +00:00
Gerd Moellmann
6d87665ca7 *** empty log message *** 2001-04-19 14:52:28 +00:00