1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-27 10:21:14 -08:00
Commit graph

15788 commits

Author SHA1 Message Date
Gerd Moellmann
3e9cb08f58 Even/odd pages fix. Fix little bug on XEmacs. Avoid
compilation gripes.  Doc fix.
(ps-print-version): New version number (6.2).
(ps-x-color-instance-p, ps-x-color-instance-rgb-components)
(ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
(ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
(ps-x-extent-priority, ps-x-extent-start-position)
(ps-x-face-font-instance, ps-x-find-coding-system)
(ps-x-font-instance-properties, ps-x-make-color-instance)
(ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
avoid compilation gripes without defining functions.
(ps-e-find-composition): Alias for function find-composition, to have a
suitable function depending on Emacs version.
(ps-color-device, ps-color-values, ps-face-foreground-name)
(ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
(ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
(ps-print-ensure-fontified): Function definitions surrounded by
`eval-and-compile' to avoid compilation gripes.
(ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
by symbol-value to avoid compilation gripes.
(ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
(ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2000-10-19 10:46:51 +00:00
Miles Bader
13ab33c43b (normal-top-level):
Call `frame-set-background-mode' after `frame-notice-user-settings'
  because the latter doesn't call the former on a tty.
2000-10-19 09:04:26 +00:00
Miles Bader
d8abcd91a3 (frame-set-background-mode): `unspecified' &c are symbols, not strings. 2000-10-19 08:37:11 +00:00
Eli Zaretskii
e8bce0a9b6 *** empty log message *** 2000-10-19 07:24:01 +00:00
Eli Zaretskii
c8ad9e9564 (color-name-rgb-alist): Add a comment explaining why some "light*"
colors are deliberately absent from the alist.
2000-10-19 07:18:06 +00:00
Kenichi Handa
1238572245 Use registry "MuleTibetan-2" for Tibetan.
(ccl-encode-mule-unicode-0100-24ff): New CCL program.  Register it
for ISO10646-1 fonts.
(x-font-name-charset-alist): Add an entry for "iso10646-1".
2000-10-19 07:09:20 +00:00
Eli Zaretskii
b250866f9f (Info-title-{1,2,3}-face): Change tty colors as suggested by Miles Bader. 2000-10-19 06:59:00 +00:00
Kenichi Handa
773272d836 *** empty log message *** 2000-10-19 06:58:33 +00:00
Eli Zaretskii
772139c0a6 (frame-set-background-mode): If a tty frame defines a
background color, use that to compute the background mode, instead
of always defaulting to "dark".
2000-10-19 06:56:50 +00:00
Miles Bader
8bb84cb2f1 *** empty log message *** 2000-10-19 04:31:37 +00:00
Miles Bader
0da5c14acd (comint-write-output): Add APPEND argument. Rework interactive spec.
(comint-append-output-to-file): Function removed.
2000-10-19 04:21:09 +00:00
Miles Bader
e40a778f54 *** empty log message *** 2000-10-19 03:58:37 +00:00
Miles Bader
dd749c1fdc (comint-mode-map): Bind `C-c C-s' to comint-write-output. 2000-10-19 03:46:11 +00:00
Miles Bader
d134a19f84 (comint-write-output, comint-append-output-to-file): New functions.
(comint-mode-map): Add them to the menu.
2000-10-19 02:12:30 +00:00
Dave Love
776ca44f00 (mm-uu-decode-function)
(mm-uu-binhex-decode-function): Defvar when compiling.
2000-10-18 17:08:35 +00:00
Dave Love
f49c4ef75c (gnus-nocem-issuers): Update.
(gnus-nocem-check-from): New option.
(gnus-nocem-scan-groups): Use it.
(gnus-nocem-check-article): Bind gnus-newsgroup-name.
(gnus-nocem-check-article-limit): Add :version.
2000-10-18 16:50:53 +00:00
Gerd Moellmann
9035a35ae6 *** empty log message *** 2000-10-18 15:20:26 +00:00
Gerd Moellmann
3e8abfd398 (comint-read-input-ring): Bugfix such that the first
and the last entry of the input ring file are not lost.
2000-10-18 14:42:38 +00:00
Gerd Moellmann
9b5360aa71 (sql-sybase-options): New option.
(sql-sybase): Use it.  Add sql-database to the list of parameters
provided for login.  The options -w 2048 -n are not used any more.
2000-10-18 14:38:55 +00:00
Gerd Moellmann
3556c6dd27 Internal variable changes to defcustom,
make-local-hook changes to defvar.  Doc fix.
(ps-print-version): New version number (6.1).
(ps-setup, ps-do-despool): Code fix.
(ps-printer-name): Customization fix.
(ps-printer-name-option): Now is a defcustom instead of an
internal variable.
(ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
(ps-print-begin-column-hook): Now are defvar instead of
make-local-hook.
2000-10-18 14:31:05 +00:00
Gerd Moellmann
dada41e12c (fancy-splash-screens): Use fancy-splash-delay. 2000-10-18 14:27:55 +00:00
Gerd Moellmann
754a29c978 (fancy-splash-screens): Set buffer-undo-list to t. 2000-10-18 14:23:10 +00:00
Miles Bader
4e217e5069 (comint-delete-output): Renamed from `comint-kill-output'.
(comint-kill-output): Changed into an alias for `comint-delete-output',
  and made obsolete.
(comint-mode-map): Rename references to comint-kill-output.
2000-10-18 14:09:54 +00:00
Eli Zaretskii
3446035426 (diff-header-face, diff-file-header-face)
(diff-changed-face): Add bold and italic attributes to tty faces.
(diff-function-face): New face.
(diff-font-lock-keywords): Use it.
2000-10-18 08:52:23 +00:00
Miles Bader
17ea3cdbd7 *** empty log message *** 2000-10-18 01:55:32 +00:00
Miles Bader
e76ef45b2b (gnus-nocem-check-article-limit): New variable.
(gnus-nocem-scan-groups): Obey `gnus-nocem-check-article-limit'.
2000-10-18 01:54:57 +00:00
Miles Bader
1e317a4a3e (comint-output-filter):
Fixup comint-last-input-end too.
  Remove commented-out call to force-mode-line-update.
(comint-kill-output):
  Use `forward-line 0' instead of beginning-of-line to make sure we get
  past the prompt.
2000-10-18 01:43:01 +00:00
Stefan Monnier
9244f2c7e7 (diff-header-face, diff-file-header-face):
Add specific setting for dark background.
(diff-context-face): Renamed from diff-comment-face.
Set explicitly rather than inheriting from font-lock-comment-face.
2000-10-17 15:55:20 +00:00
Eli Zaretskii
1592c1efdf (command-line): Move the code which registers the default colors to
before before-init-hook.
2000-10-17 12:59:41 +00:00
Gerd Moellmann
f86292a9e9 (jit-lock-stealth-time): Doc fix. 2000-10-17 12:47:29 +00:00
Eli Zaretskii
e854cc22eb (auto-mode-alist): Add .dif and .pat as diff-mode extensions, for MS-DOS. 2000-10-17 12:36:26 +00:00
Eli Zaretskii
f7f2e8839a *** empty log message *** 2000-10-17 12:18:11 +00:00
Gerd Moellmann
c7b4f0f913 *** empty log message *** 2000-10-17 12:13:09 +00:00
Eli Zaretskii
86a27a3a10 (diff-header-face, diff-file-header-face)
(diff-changed-face): Define tty-specific colors.
2000-10-17 12:12:00 +00:00
Gerd Moellmann
d3c5bad262 (fancy-splash-text): Realign the text. 2000-10-17 12:10:40 +00:00
Eli Zaretskii
12a7227188 *** empty log message *** 2000-10-17 12:07:28 +00:00
Eli Zaretskii
8379c86876 (font-lock-comment-face): Define a separate default
for dark-background tty's.
2000-10-17 12:00:37 +00:00
Miles Bader
61dfccfd5d (resize-temp-buffer-window): Add hack to avoid last line
being obscured by whizzy mode-lines on graphical displays.
2000-10-17 11:08:03 +00:00
Eli Zaretskii
4ad6e379ed (info-header-node): Remove unneded tty-specific definition. 2000-10-17 07:48:48 +00:00
Eli Zaretskii
333cd59eeb (Info-title-1-face, Info-title-2-face, Info-title-3-face): Define
colors for tty's.
2000-10-17 06:53:48 +00:00
Eli Zaretskii
dbf1fcc120 *** empty log message *** 2000-10-16 19:21:17 +00:00
Eli Zaretskii
8fcacf13ee (msdos-handle-reverse-video): Don't remove
reverse from the frame parameters, and don't invert foreground and
background colors.
2000-10-16 19:17:35 +00:00
Gerd Moellmann
3a6b59d900 *** empty log message *** 2000-10-16 16:01:13 +00:00
Gerd Moellmann
5fbeea7474 Provide `help' for the sake of define-minor-mode
which generates defcustoms with requires.
2000-10-16 15:56:32 +00:00
Miles Bader
313fe58a89 (Info-set-mode-line): Tweak string. 2000-10-16 15:25:21 +00:00
Miles Bader
ac62982394 *** empty log message *** 2000-10-16 14:55:17 +00:00
Miles Bader
918e364ae4 (Info-set-mode-line): Use `%b' instead of hardwired string "*Info*".
Call propertized-buffer-identification to spruce up the result.
2000-10-16 13:59:49 +00:00
Gerd Moellmann
7a1e3cece9 (jit-lock-after-change): If we're in text that
matches a multi-line font-lock pattern, make sure the whole text
will be redisplayed.
2000-10-16 13:04:34 +00:00
Gerd Moellmann
6569c3d3cd *** empty log message *** 2000-10-16 13:04:06 +00:00
Gerd Moellmann
9c1af54670 (authors-add): Don't add an entry if
author's name is unknown.
2000-10-16 12:52:19 +00:00