1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00
Commit Graph

32863 Commits

Author SHA1 Message Date
Gerd Moellmann
5c302da454 (Fmd5): Use a different logic to decide the coding system
to use.
2000-12-02 11:25:35 +00:00
Eli Zaretskii
8c7178105c (x-select-enable-clipboard): Customize (as per the Emacs Lisp manual). 2000-12-02 11:21:44 +00:00
Eli Zaretskii
417c884a1f (Fread_file_name) [DOS_NT]: Don't crash if homedir is NULL. 2000-12-02 11:16:13 +00:00
Gerd Moellmann
1636ca09ab *** empty log message *** 2000-12-02 10:23:33 +00:00
Gerd Moellmann
a01cfb776c *** empty log message *** 2000-12-02 10:18:08 +00:00
Gerd Moellmann
95791033b8 (next-line-add-newlines): Change default to nil. 2000-12-02 10:14:48 +00:00
Gerd Moellmann
7708ced012 (x_calc_absolute_position): Don't subtract menubar's
height for YNegative.
(x_calc_absolute_position) [USE_MOTIF]: Use the column widget's
height; also see comment there.
2000-12-01 22:15:12 +00:00
Gerd Moellmann
447e9da0fa (coordinates_in_window): Handle computations for
positions on the vertical bar and fringes differently for
window-system frames.  Consider some pixels near the vertical bar
as on the bar if the frame doesn't have vertical scroll bars.
Associate positions between mode or header lines with the
right window, the left one.
2000-12-01 20:45:45 +00:00
Jason Rumney
86d1db205f (get_frame_dc): Avoid changing the palette on an invalid frame. 2000-12-01 20:11:23 +00:00
Jason Rumney
e4a5241280 (x_draw_vertical_border): Fix call to w32_fill_rect. 2000-12-01 19:47:36 +00:00
Jason Rumney
4d177746fa *** empty log message *** 2000-12-01 19:44:19 +00:00
Gerd Moellmann
a1d58e5b6d (struct saved_window): Add members orig_top and
orig_height.
(SAVED_WINDOW_VECTOR_SIZE): Increment to 16.
(save_window_save, Fset_window_configuration): Save/restore
window's orig_top and orig_height.
2000-12-01 19:32:27 +00:00
Jason Rumney
6759f8726b Fix last change. 2000-12-01 19:08:11 +00:00
Jason Rumney
89c609af92 *** empty log message *** 2000-12-01 19:06:43 +00:00
Eli Zaretskii
7c94ccf681 Explain why `no-conversion' is no longer appropriate for reading
files with MULE internal representation, such as auto-save files.
2000-12-01 15:47:46 +00:00
Eli Zaretskii
68875f0e7b (revert-buffer, recover-file): Bind
coding-system-for-read to emacs-mule-unix, not to no-conversion.
2000-12-01 15:30:43 +00:00
Gerd Moellmann
2b69bc119b *** empty log message *** 2000-12-01 14:36:21 +00:00
Gerd Moellmann
fd9ac94c35 *** empty log message *** 2000-12-01 14:13:31 +00:00
Gerd Moellmann
8c28d4444b (tempdir): Remove epaths.h from the distribution
instead of paths.h.
2000-12-01 10:24:23 +00:00
Miles Bader
45450dd56d (fit-window-to-buffer): Handle non-nil `truncate-lines'. 2000-12-01 08:11:55 +00:00
Kenichi Handa
a584be024c (describe-char-after): Fix typo.
(describe-character-set, non-iso-charset-alist): Fix typo.
2000-12-01 06:20:04 +00:00
Kenichi Handa
09df8881b7 *** empty log message *** 2000-12-01 06:19:31 +00:00
Miles Bader
b170205b82 (image-file-name-regexp): Automatically add upper-case variants of each
filename extension in `image-file-name-extensions', since they seem to
be common.
2000-12-01 04:37:30 +00:00
Miles Bader
dea0a87de4 (file-cache-directory-name, file-cache-minibuffer-complete):
Ignore the minibuffer prompt.

From Milan Zamazal <Milan.Zamazal@qbizm.com>:
(file-cache-minibuffer-complete): Don't try to delete the minibuffer prompt.
2000-12-01 03:35:56 +00:00
Miles Bader
b90d06b07e (minibuffer-contents, minibuffer-contents-no-properties)
(delete-minibuffer-contents): New functions.
2000-12-01 03:31:49 +00:00
Miles Bader
d5b1993e01 From Milan Zamazal <Milan.Zamazal@qbizm.com>:
(file-cache-minibuffer-complete): Don't try to delete the minibuffer prompt.
2000-12-01 02:59:07 +00:00
Gerd Moellmann
31b6671b0f (echo_area_display): If cursor is in the echo area, make
sure that the next redisplay displays the minibuffer, so that
the cursor will be replaced with what the minibuffer wants.
2000-11-30 21:57:27 +00:00
Gerd Moellmann
eccc05db42 Test USE_TOOLKIT_SCROLL_BARS everywhere with #ifdef and
#ifndef instead of using #if.
(XTread_socket) [USE_MOTIF] <KeyPress>: Call XmIsScrollBar only if
USE_TOOLKIT_SCROLL_BARS is defined.
2000-11-30 19:52:51 +00:00
Dave Love
a8a1b05ddb Fix again. 2000-11-30 19:12:41 +00:00
Dave Love
05e88ea8d1 Fix read-buffer-function type. 2000-11-30 19:06:22 +00:00
Jason Rumney
70a0239a73 (x_set_cursor_color): Use x_update_cursor instead of x_display_cursor. 2000-11-30 18:20:01 +00:00
Jason Rumney
162de750d2 *** empty log message *** 2000-11-30 18:18:57 +00:00
Dave Love
b97cd2cc32 *** empty log message *** 2000-11-30 17:43:17 +00:00
Dave Love
ca34e23b17 (message-set-auto-save-file-name): Use gnus-make-directory. 2000-11-30 17:09:44 +00:00
Dave Love
c541eb9a39 (message-mail-alias-type): Customize.
(message-headers): Remove duplicate defgroup.
2000-11-30 17:04:49 +00:00
Dave Love
8c6f6f4bf7 (message-auto-save-directory): Use
file-name-as-directory.
(message-set-auto-save-file-name): Create
message-auto-save-directory if necessary.
(message-replace-chars-in-string): Removed -- unused.
2000-11-30 16:46:52 +00:00
Gerd Moellmann
2c0b18983c (rmail-set-message-counters): Don't use "D"
as dummy 0-th char of rmail-deleted-vector.
2000-11-30 16:22:12 +00:00
Gerd Moellmann
693c4692fa *** empty log message *** 2000-11-30 14:03:56 +00:00
Gerd Moellmann
18e81dc8a9 (Fmd5): Doc fix. 2000-11-30 14:03:30 +00:00
Gerd Moellmann
e16b4a497c Replaced with built-in function. 2000-11-30 13:51:33 +00:00
Gerd Moellmann
edfb795efa *** empty log message *** 2000-11-30 13:47:34 +00:00
Gerd Moellmann
57916a7a87 (Fmd5): New function.
(syms_of_fns): Defsubr md5.
2000-11-30 13:46:42 +00:00
Gerd Moellmann
d06b86880d (obj): Add md5.o 2000-11-30 13:46:08 +00:00
Gerd Moellmann
880ed9f16b Fix typos and spelling errors.
(bs-appearance) <defgroup>: Renamed from bs-appearence.
(bs-configuration): Doc fix.
2000-11-30 13:24:19 +00:00
Eli Zaretskii
63dfcf4b0f *** empty log message *** 2000-11-30 13:23:55 +00:00
Eli Zaretskii
4b61ec9686 Eliminated the line number font predefinition. 2000-11-30 13:23:04 +00:00
Eli Zaretskii
ef1159c241 (ps-end-job): Bind case-fold-search only after
switching to ps-spool-buffer.

Line number font customization.  PostScript: Lines and
PageCount are initialized on each page.  Doc Fix.
(ps-print-version): New version number (6.3.2).
(ps-lpr-switches, ps-font-info-database, ps-font-size)
(ps-header-font-size, ps-header-title-font-size, ps-left-header)
(ps-right-header): Customization fix.
(ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
Fix code.
(ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
New vars.
2000-11-30 13:20:49 +00:00
Gerd Moellmann
df3aedcffd *** empty log message *** 2000-11-30 13:09:49 +00:00
Gerd Moellmann
9d8397d270 Undo mistaken change of 2000-11-28. Update copyright. 2000-11-30 13:09:23 +00:00
Gerd Moellmann
c069a9d325 (custom-face-value-create): Always emphasize tag. 2000-11-30 13:01:40 +00:00