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

29281 Commits

Author SHA1 Message Date
Dave Love
f7cc6849e5 Include fontset.h dependent on HAVE_WINDOW_SYSTEM, not HAVE_X_WINDOWS. 2000-06-23 14:37:24 +00:00
Dave Love
874e20d395 (free_face_fontset): Renamed from fs_free_face_fontset. 2000-06-23 14:34:44 +00:00
Dave Love
f9beddb22f (compose_text): Declare. 2000-06-23 14:32:26 +00:00
Dave Love
68642df61f Don't include sys/types.h unconditionally. Don't protect its inclusion
with !USG (following xmenu.c).
2000-06-23 14:28:20 +00:00
Dave Love
af5e64bc8e (xlw_popup_menu): Cast arg of pop_up_menu. 2000-06-23 13:59:33 +00:00
Dave Love
123c6301b3 Include lwlib.h. 2000-06-23 13:57:34 +00:00
Dave Love
53245ee2d1 Move config.h before other includes (which may use feature tests). 2000-06-23 11:36:52 +00:00
Gerd Moellmann
ea055732c7 *** empty log message *** 2000-06-23 07:14:06 +00:00
Gerd Moellmann
4ff5372025 (basic-save-buffer-2): When temporarily setting
file modes, set them to current modes plus 0200, not to 0777.
2000-06-23 07:13:30 +00:00
Gerd Moellmann
9858013fc8 (post-mail-send-it): Make sure file has
proper permissions from birth.
2000-06-23 07:13:08 +00:00
Gerd Moellmann
78c56e7062 (emerge-make-temp-file): Make sure file has proper
permissions from birth.
2000-06-23 07:06:02 +00:00
Gerd Moellmann
db7ae45bd7 (comint-substitute-in-file-name): Call replace-match
with second and third arg t.
2000-06-23 07:05:13 +00:00
Gerd Moellmann
61d461a89a (x_create_tip_frame): Initialize frame's colors like
in x_create_frame.
2000-06-23 06:12:11 +00:00
Gerd Moellmann
f6478c6609 (tool-bar, mode-line, header-line): Specify foreground
color.
2000-06-23 05:57:18 +00:00
Gerd Moellmann
83e7159c66 (custom-button-face, custom-button-pressed-face):
Specify foreground color.
2000-06-23 05:56:08 +00:00
Eli Zaretskii
74b01b80ee (decode_eol_post_ccl): Special handling for undecided
and inconsistent EOL types.
2000-06-23 05:32:45 +00:00
Gerd Moellmann
affbf64775 *** empty log message *** 2000-06-23 05:24:10 +00:00
Gerd Moellmann
022499fab9 (eshell-rewrite-for-command): Use cdr and
cddr instead of cdddr.
2000-06-23 05:23:39 +00:00
Gerd Moellmann
c47e930233 (DONTCOMPILE): Add eshell/esh-maint.el. 2000-06-23 05:23:16 +00:00
Gerd Moellmann
25fffb314e *** empty log message *** 2000-06-23 04:54:41 +00:00
Gerd Moellmann
4c28e00b63 (eshell-mode): Use eshell-copy-list instead
of copy-list.
2000-06-23 04:54:09 +00:00
Gerd Moellmann
047c1280be (eshell-sublist): Use eshell-copy-list
instead of copy-list.
2000-06-23 04:53:48 +00:00
Gerd Moellmann
26b4dc849f *** empty log message *** 2000-06-23 04:39:18 +00:00
Gerd Moellmann
0908a1e319 Add eshell subdirectory. 2000-06-23 04:38:41 +00:00
Gerd Moellmann
16cf31f782 *** empty log message *** 2000-06-22 22:06:37 +00:00
Gerd Moellmann
88453ab443 (Xt_app_con): External declaration. 2000-06-22 22:06:09 +00:00
Gerd Moellmann
0310009802 (Fx_file_dialog) [HAVE_MOTIF_2_1]: Handle events
differently.
2000-06-22 22:05:55 +00:00
Gerd Moellmann
06bbf61869 (x_load_resources): Add default resource for scroll bar's
trough color and main window's background color.
2000-06-22 22:05:37 +00:00
Gerd Moellmann
72d9b5b37f (HAVE_LIBXP): Change test for libXp. 2000-06-22 22:05:01 +00:00
Gerd Moellmann
2fce2bb4b9 (EmacsFrameRealize): Fix typo. 2000-06-22 20:50:00 +00:00
Gerd Moellmann
486a103deb (EmacsFrameRealize): Remove SubstructureRedirectMask. 2000-06-22 20:12:59 +00:00
Gerd Moellmann
64f3a16632 (struct it): Add member add_overlay_start. 2000-06-22 19:35:07 +00:00
Gerd Moellmann
2970b9beee (handle_stop): Initialize it->add_overlay_start to zero.
(handle_invisible_prop): Record the start of invisible text in
it->add_overlay_start.
(struct overlay_entry): Add member `overlay'.
(handle_overlay_change): Simplify.
(next_overlay_string): After having processed overlay strings at the
end of the buffer, record that fact in
it->overlay_strings_at_end_processed_p.
(compare_overlay_entries): If before- and after-strings come
from the same overlay, let before-strings come first.
(RECORD_OVERLAY_STRING): Record the overlay that strings come from.
(load_overlay_strings): Take it->add_overlay_start into account
when adding overlay strings.
2000-06-22 19:32:09 +00:00
Eli Zaretskii
a3a7ff330f *** empty log message *** 2000-06-22 15:00:24 +00:00
Eli Zaretskii
b79a846b37 (make-backup-file-name-1): On DOS/Windows, run the
backup file name through convert-standard-filename.
2000-06-22 14:58:38 +00:00
Eli Zaretskii
09def38b4d (convert-standard-filename): Convert leading
directories as well.  When long file names are supported, convert
characters that are invalid in Windows file names.
2000-06-22 14:57:45 +00:00
Eli Zaretskii
543ce495ab (Documentation): Describe how man pages with
identical names by different sections are handled by M-x man and
M-x woman.
2000-06-22 14:52:22 +00:00
Eli Zaretskii
1ca54e6826 (Text and Binary): Separate description of EOL
conversions from the issues related to binary files.
2000-06-22 14:51:22 +00:00
Dave Love
bb746ea696 (C_SWITCH_SYSTEM): Define _XOPEN_SOURCE=500. 2000-06-22 12:52:06 +00:00
Dave Love
f83a1ae3d2 (C_SWITCH_SYSTEM): Don't define _XOPEN_SOURCE here. 2000-06-22 12:47:29 +00:00
Gerd Moellmann
1fd9b7fe42 Fix bug: if ^L is the very first buffer character,
ps-print crashes.  New feature: page selection for printing.  Create
raw-text-unix coding system for XEmacs.  Doc fix.
(ps-print-version): New version number (5.2.3).
(ps-plot-region): Bug fix.
(ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
(ps-header-sheet, ps-generate, ps-end-job): Code fix.
(ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
funs.
(ps-selected-pages, ps-last-selected-pages, ps-first-page)
(ps-last-page): New vars.
2000-06-22 12:27:49 +00:00
Kenichi Handa
d3a478e2ab (ccl_driver) <CCL_End>: Decrement stack_idx only when it is greater
than 0.
2000-06-22 01:21:00 +00:00
Kenichi Handa
a8f573f3a7 *** empty log message *** 2000-06-22 01:20:25 +00:00
Gerd Moellmann
16ed8416ae (sh-while-getopts): Fix handling of
empty option string.
2000-06-21 19:54:54 +00:00
Dave Love
9f2bbc92ac (GETLOADAVG_OBJ): Removed -- LIBOBJS does it. 2000-06-21 18:03:37 +00:00
Eli Zaretskii
2e07d6ff1e (Optional Mode Line): Add index entry for removing the line-number
display limit.
2000-06-21 16:47:12 +00:00
Eli Zaretskii
3c788d2253 (Documentation Commands): Explain how to get a man page from
a particular section, with `man' and `woman'.
2000-06-21 16:45:55 +00:00
Eli Zaretskii
4fbee715cb (man): Doc fix. 2000-06-21 16:43:44 +00:00
Dave Love
9e67b01b56 (PP): Test PROTOTYPES as well as __STDC__ &c. 2000-06-21 16:07:32 +00:00
Stefan Monnier
3ee5041cf5 (back_comment): Simplify string-parity counting (with
the added benefit of handling multiple string-styles as long as
they are not nested).
Jump to the slow code as soon as a comment starter is found in
a "string_lossage" position.  Fixes the case:  " /* " /* " */.
2000-06-21 14:57:11 +00:00