bpt/emacs.git
23 years ago* Makefile.in (Speedbar): Added build targets for speedbar.texi
Eric M. Ludlam [Fri, 20 Oct 2000 02:00:52 +0000 (02:00 +0000)]
* Makefile.in (Speedbar): Added build targets for speedbar.texi

23 years agoFirst Edition.
Eric M. Ludlam [Fri, 20 Oct 2000 01:53:35 +0000 (01:53 +0000)]
First Edition.

23 years ago*** empty log message ***
Jason Rumney [Thu, 19 Oct 2000 19:54:58 +0000 (19:54 +0000)]
*** empty log message ***

23 years ago(dired-insert-directory): Do not let errors signalled by
Jason Rumney [Thu, 19 Oct 2000 19:50:13 +0000 (19:50 +0000)]
(dired-insert-directory): Do not let errors signalled by
attempt to run dired-free-space-program prevent dired from working.

23 years ago(add_menu_item): Do not use MF_OWNERDRAW for titles, as it has stopped working.
Jason Rumney [Thu, 19 Oct 2000 19:25:53 +0000 (19:25 +0000)]
(add_menu_item): Do not use MF_OWNERDRAW for titles, as it has stopped working.
(Fx_popup_menu, Fx_popup_dialog): Check for tool-bar position like menu-bar.

23 years ago(x_produce_glyphs): Handle unibyte_display_via_language_environment correctly.
Jason Rumney [Thu, 19 Oct 2000 19:21:07 +0000 (19:21 +0000)]
(x_produce_glyphs): Handle unibyte_display_via_language_environment correctly.
(w32_draw_box_rect): Fix the calculation of width and height.

23 years ago(Fx_create_frame): Don't bother calling
Jason Rumney [Thu, 19 Oct 2000 19:12:51 +0000 (19:12 +0000)]
(Fx_create_frame): Don't bother calling
face-set-after-frame-default since the caller does it for us
anyway. Clean up calls to x_get_arg to be consistent with X.

23 years agoDo not undef HAVE_WINDOW_SYSTEM before
Jason Rumney [Thu, 19 Oct 2000 19:06:38 +0000 (19:06 +0000)]
Do not undef HAVE_WINDOW_SYSTEM before
including dispextern.h, as it stops faces from working.

23 years ago*** empty log message ***
Stefan Monnier [Thu, 19 Oct 2000 15:42:49 +0000 (15:42 +0000)]
*** empty log message ***

23 years ago(diff-find-file-name): Fix regex subgroup number.
Stefan Monnier [Thu, 19 Oct 2000 15:42:21 +0000 (15:42 +0000)]
(diff-find-file-name): Fix regex subgroup number.

23 years ago(dirtrack): Fix call to run-hooks.
Gerd Moellmann [Thu, 19 Oct 2000 14:55:12 +0000 (14:55 +0000)]
(dirtrack): Fix call to run-hooks.

23 years ago(cmuscheme-program-name): Renamed from
Gerd Moellmann [Thu, 19 Oct 2000 14:45:45 +0000 (14:45 +0000)]
(cmuscheme-program-name): Renamed from
scheme-program-name because xscheme.el contains a defcustom with
the same name.  As a consequence, customizing group `cmuscheme'
loaded `xscheme' which redefined run-scheme.
(run-scheme): Use cmuscheme-program-name.

23 years agoscheme-program-name -> cmuscheme-program-name
Gerd Moellmann [Thu, 19 Oct 2000 14:44:49 +0000 (14:44 +0000)]
scheme-program-name -> cmuscheme-program-name

23 years ago(doctor-death): Update the Samaritans'
Gerd Moellmann [Thu, 19 Oct 2000 13:29:26 +0000 (13:29 +0000)]
(doctor-death): Update the Samaritans'
anonymous address, and add a website for Befrienders
International.

23 years ago(skip_debugger): Prevent a compiler warning.
Gerd Moellmann [Thu, 19 Oct 2000 12:03:08 +0000 (12:03 +0000)]
(skip_debugger): Prevent a compiler warning.
(Fcondition_case): Likewise.
(Fbacktrace_frame): Use a null interactive spec.

23 years ago(ps-print-emacs-type): Move into the
Gerd Moellmann [Thu, 19 Oct 2000 10:55:15 +0000 (10:55 +0000)]
(ps-print-emacs-type): Move into the
eval-and-compile.

23 years agoEven/odd pages fix. Fix little bug on XEmacs. Avoid
Gerd Moellmann [Thu, 19 Oct 2000 10:46:51 +0000 (10:46 +0000)]
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.

23 years ago(normal-top-level):
Miles Bader [Thu, 19 Oct 2000 09:04:26 +0000 (09:04 +0000)]
(normal-top-level):
  Call `frame-set-background-mode' after `frame-notice-user-settings'
  because the latter doesn't call the former on a tty.

23 years ago(frame-set-background-mode): `unspecified' &c are symbols, not strings.
Miles Bader [Thu, 19 Oct 2000 08:37:11 +0000 (08:37 +0000)]
(frame-set-background-mode): `unspecified' &c are symbols, not strings.

23 years ago*** empty log message ***
Eli Zaretskii [Thu, 19 Oct 2000 07:24:01 +0000 (07:24 +0000)]
*** empty log message ***

23 years ago(color-name-rgb-alist): Add a comment explaining why some "light*"
Eli Zaretskii [Thu, 19 Oct 2000 07:18:06 +0000 (07:18 +0000)]
(color-name-rgb-alist): Add a comment explaining why some "light*"
colors are deliberately absent from the alist.

23 years agoUse registry "MuleTibetan-2" for Tibetan.
Kenichi Handa [Thu, 19 Oct 2000 07:09:20 +0000 (07:09 +0000)]
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".

23 years ago(Info-title-{1,2,3}-face): Change tty colors as suggested by Miles Bader.
Eli Zaretskii [Thu, 19 Oct 2000 06:59:00 +0000 (06:59 +0000)]
(Info-title-{1,2,3}-face): Change tty colors as suggested by Miles Bader.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 19 Oct 2000 06:58:33 +0000 (06:58 +0000)]
*** empty log message ***

23 years ago(frame-set-background-mode): If a tty frame defines a
Eli Zaretskii [Thu, 19 Oct 2000 06:56:50 +0000 (06:56 +0000)]
(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".

23 years ago(x_find_ccl_program): Check also fontp->full_name.
Kenichi Handa [Thu, 19 Oct 2000 06:55:02 +0000 (06:55 +0000)]
(x_find_ccl_program): Check also fontp->full_name.

23 years ago(Antinews): Many changes from Richard M. Stallman.
Eli Zaretskii [Thu, 19 Oct 2000 06:52:31 +0000 (06:52 +0000)]
(Antinews): Many changes from Richard M. Stallman.

23 years ago*** empty log message ***
Miles Bader [Thu, 19 Oct 2000 04:31:37 +0000 (04:31 +0000)]
*** empty log message ***

23 years ago(Shell Mode):
Miles Bader [Thu, 19 Oct 2000 04:30:51 +0000 (04:30 +0000)]
(Shell Mode):
  Document `comint-write-output', name change to `comint-delete-output'.

23 years agoDocument recent comint changes.
Miles Bader [Thu, 19 Oct 2000 04:26:24 +0000 (04:26 +0000)]
Document recent comint changes.

23 years ago(comint-write-output): Add APPEND argument. Rework interactive spec.
Miles Bader [Thu, 19 Oct 2000 04:21:09 +0000 (04:21 +0000)]
(comint-write-output):  Add APPEND argument.  Rework interactive spec.
(comint-append-output-to-file): Function removed.

23 years ago*** empty log message ***
Miles Bader [Thu, 19 Oct 2000 03:58:37 +0000 (03:58 +0000)]
*** empty log message ***

23 years ago(comint-mode-map): Bind `C-c C-s' to comint-write-output.
Miles Bader [Thu, 19 Oct 2000 03:46:11 +0000 (03:46 +0000)]
(comint-mode-map): Bind `C-c C-s' to comint-write-output.

23 years ago(comint-write-output, comint-append-output-to-file): New functions.
Miles Bader [Thu, 19 Oct 2000 02:12:30 +0000 (02:12 +0000)]
(comint-write-output, comint-append-output-to-file): New functions.
(comint-mode-map): Add them to the menu.

23 years agoSync with glibc, file version 1.78.
Gerd Moellmann [Wed, 18 Oct 2000 19:12:39 +0000 (19:12 +0000)]
Sync with glibc, file version 1.78.
(my_strftime) [HAVE_TZNAME]: Use `UTC' instead of `GMT' which
should no longer be used according to ISO 8601.

23 years ago(mm-uu-decode-function)
Dave Love [Wed, 18 Oct 2000 17:08:35 +0000 (17:08 +0000)]
(mm-uu-decode-function)
(mm-uu-binhex-decode-function): Defvar when compiling.

23 years ago(gnus-nocem-issuers): Update.
Dave Love [Wed, 18 Oct 2000 16:50:53 +0000 (16:50 +0000)]
(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.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 18 Oct 2000 15:20:26 +0000 (15:20 +0000)]
*** empty log message ***

23 years ago(Display Vars): Fix description of the role of
Gerd Moellmann [Wed, 18 Oct 2000 15:20:11 +0000 (15:20 +0000)]
(Display Vars): Fix description of the role of
baud-rate for window-systems.

23 years ago(comint-read-input-ring): Bugfix such that the first
Gerd Moellmann [Wed, 18 Oct 2000 14:42:38 +0000 (14:42 +0000)]
(comint-read-input-ring): Bugfix such that the first
and the last entry of the input ring file are not lost.

23 years ago(sql-sybase-options): New option.
Gerd Moellmann [Wed, 18 Oct 2000 14:38:55 +0000 (14:38 +0000)]
(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.

23 years agoInternal variable changes to defcustom,
Gerd Moellmann [Wed, 18 Oct 2000 14:31:05 +0000 (14:31 +0000)]
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.

23 years ago(fancy-splash-screens): Use fancy-splash-delay.
Gerd Moellmann [Wed, 18 Oct 2000 14:27:55 +0000 (14:27 +0000)]
(fancy-splash-screens): Use fancy-splash-delay.

23 years ago(fancy-splash-screens): Set buffer-undo-list to t.
Gerd Moellmann [Wed, 18 Oct 2000 14:23:10 +0000 (14:23 +0000)]
(fancy-splash-screens): Set buffer-undo-list to t.

23 years ago(access_keymap): If IDX has a meta prefix, and there's
Gerd Moellmann [Wed, 18 Oct 2000 14:20:53 +0000 (14:20 +0000)]
(access_keymap): If IDX has a meta prefix, and there's
no map for meta_prefix_char, don't try to use it as a keymap.
Instead, if T_OK is non-zero, look up a default binding, if any,
otherwise, if T_OK is zero, return nil.

23 years ago(comint-delete-output): Renamed from `comint-kill-output'.
Miles Bader [Wed, 18 Oct 2000 14:09:54 +0000 (14:09 +0000)]
(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.

23 years ago*** empty log message ***
Kenichi Handa [Wed, 18 Oct 2000 12:08:07 +0000 (12:08 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Kenichi Handa [Wed, 18 Oct 2000 12:00:33 +0000 (12:00 +0000)]
*** empty log message ***

23 years ago(allocate_string) [GC_CHECK_STRING_BYTES]: Call
Gerd Moellmann [Wed, 18 Oct 2000 11:59:20 +0000 (11:59 +0000)]
(allocate_string) [GC_CHECK_STRING_BYTES]: Call
check_string_bytes only if not noninteractive, increase count to 50.

23 years ago(struct x_display_info): Add color_cells and ncolor_cells.
Gerd Moellmann [Wed, 18 Oct 2000 11:58:27 +0000 (11:58 +0000)]
(struct x_display_info): Add color_cells and ncolor_cells.
(x_query_color, x_query_colors): Add prototype.

23 years ago(x_color_cells, x_query_colors, x_query_color): New
Gerd Moellmann [Wed, 18 Oct 2000 11:58:07 +0000 (11:58 +0000)]
(x_color_cells, x_query_colors, x_query_color): New
functions.
(x_alloc_nearest_color): Use it to reduce calls to XQueryColors
which can be slow.
(x_copy_color, x_alloc_lighter_color): Likewise.

23 years ago(x_to_xcolors, x_set_mouse_color, lookup_pixel_color)
Gerd Moellmann [Wed, 18 Oct 2000 11:57:35 +0000 (11:57 +0000)]
(x_to_xcolors, x_set_mouse_color, lookup_pixel_color)
(x_to_xcolors, png_load): Use x_query_color.

23 years ago*** empty log message ***
Kenichi Handa [Wed, 18 Oct 2000 11:51:24 +0000 (11:51 +0000)]
*** empty log message ***

23 years ago(diff-header-face, diff-file-header-face)
Eli Zaretskii [Wed, 18 Oct 2000 08:52:23 +0000 (08:52 +0000)]
(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.

23 years ago(adjust_markers_for_delete): Handle before-insertion markers correctly.
Miles Bader [Wed, 18 Oct 2000 06:20:27 +0000 (06:20 +0000)]
(adjust_markers_for_delete): Handle before-insertion markers correctly.

23 years ago*** empty log message ***
Miles Bader [Wed, 18 Oct 2000 01:55:32 +0000 (01:55 +0000)]
*** empty log message ***

23 years ago(gnus-nocem-check-article-limit): New variable.
Miles Bader [Wed, 18 Oct 2000 01:54:57 +0000 (01:54 +0000)]
(gnus-nocem-check-article-limit): New variable.
(gnus-nocem-scan-groups): Obey `gnus-nocem-check-article-limit'.

23 years ago(comint-output-filter):
Miles Bader [Wed, 18 Oct 2000 01:43:01 +0000 (01:43 +0000)]
(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.

23 years agoMissed this file in previous commit.
Kai Großjohann [Tue, 17 Oct 2000 22:48:39 +0000 (22:48 +0000)]
Missed this file in previous commit.

23 years agoObsolete variable `after-make-frame-hook'.
Kai Großjohann [Tue, 17 Oct 2000 22:20:22 +0000 (22:20 +0000)]
Obsolete variable `after-make-frame-hook'.

23 years ago(pure_bytes_used): Renamed from pureptr.
Gerd Moellmann [Tue, 17 Oct 2000 19:39:17 +0000 (19:39 +0000)]
(pure_bytes_used): Renamed from pureptr.
(ALIGN): New macro.
(pure_alloc): New function.
(make_pure_string, pure_cons, make_pure_float, make_pure_vector):
Use it.
(Fpurecopy): Use PURE_POINTER_P.

23 years ago(try_cursor_movement): Use cursor_row_p also when
Gerd Moellmann [Tue, 17 Oct 2000 19:32:44 +0000 (19:32 +0000)]
(try_cursor_movement): Use cursor_row_p also when
PT has moved backward.

23 years ago(cursor_row_p): Take continued lines into account.
Gerd Moellmann [Tue, 17 Oct 2000 16:08:57 +0000 (16:08 +0000)]
(cursor_row_p): Take continued lines into account.

23 years ago(diff-header-face, diff-file-header-face):
Stefan Monnier [Tue, 17 Oct 2000 15:55:20 +0000 (15:55 +0000)]
(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.

23 years ago(mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
Gerd Moellmann [Tue, 17 Oct 2000 15:38:30 +0000 (15:38 +0000)]
(mark_object) [GC_CHECK_STRING_BYTES]: Check validity of
string's size_byte.
(check_string_bytes) [GC_CHECK_STRING_BYTES]: New function.
(check_string_bytes_count) [GC_CHECK_STRING_BYTES]: New variable.
(allocate_string) [GC_CHECK_STRING_BYTES]: Call it for every 10th
string allocated.

23 years ago(forward_to_next_line_start): Switch iterator's handling
Gerd Moellmann [Tue, 17 Oct 2000 14:08:06 +0000 (14:08 +0000)]
(forward_to_next_line_start): Switch iterator's handling
of selective display off while searching for the next line start.

23 years ago(command-line): Move the code which registers the default colors to
Eli Zaretskii [Tue, 17 Oct 2000 12:59:41 +0000 (12:59 +0000)]
(command-line): Move the code which registers the default colors to
before before-init-hook.

23 years ago(jit-lock-stealth-time): Doc fix.
Gerd Moellmann [Tue, 17 Oct 2000 12:47:29 +0000 (12:47 +0000)]
(jit-lock-stealth-time): Doc fix.

23 years ago(auto-mode-alist): Add .dif and .pat as diff-mode extensions, for MS-DOS.
Eli Zaretskii [Tue, 17 Oct 2000 12:36:26 +0000 (12:36 +0000)]
(auto-mode-alist): Add .dif and .pat as diff-mode extensions, for MS-DOS.

23 years ago*** empty log message ***
Eli Zaretskii [Tue, 17 Oct 2000 12:18:11 +0000 (12:18 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 17 Oct 2000 12:13:09 +0000 (12:13 +0000)]
*** empty log message ***

23 years ago(diff-header-face, diff-file-header-face)
Eli Zaretskii [Tue, 17 Oct 2000 12:12:00 +0000 (12:12 +0000)]
(diff-header-face, diff-file-header-face)
(diff-changed-face): Define tty-specific colors.

23 years ago(fancy-splash-text): Realign the text.
Gerd Moellmann [Tue, 17 Oct 2000 12:10:40 +0000 (12:10 +0000)]
(fancy-splash-text): Realign the text.

23 years ago*** empty log message ***
Eli Zaretskii [Tue, 17 Oct 2000 12:07:28 +0000 (12:07 +0000)]
*** empty log message ***

23 years ago(font-lock-comment-face): Define a separate default
Eli Zaretskii [Tue, 17 Oct 2000 12:00:37 +0000 (12:00 +0000)]
(font-lock-comment-face): Define a separate default
for dark-background tty's.

23 years agoFix a typo.
Eli Zaretskii [Tue, 17 Oct 2000 11:57:30 +0000 (11:57 +0000)]
Fix a typo.

23 years ago(resize-temp-buffer-window): Add hack to avoid last line
Miles Bader [Tue, 17 Oct 2000 11:08:03 +0000 (11:08 +0000)]
(resize-temp-buffer-window): Add hack to avoid last line
being obscured by whizzy mode-lines on graphical displays.

23 years ago(recompile): New target to recompile lisp
Andrew Innes [Tue, 17 Oct 2000 09:13:06 +0000 (09:13 +0000)]
(recompile): New target to recompile lisp
directory.
(recompile-CMD, recompile-SH): New support targets.

23 years ago(info-header-node): Remove unneded tty-specific definition.
Eli Zaretskii [Tue, 17 Oct 2000 07:48:48 +0000 (07:48 +0000)]
(info-header-node): Remove unneded tty-specific definition.

23 years agoRemove warning that noone noticed anyway
Jeff Bailey [Tue, 17 Oct 2000 06:55:04 +0000 (06:55 +0000)]
Remove warning that noone noticed anyway

23 years ago(Info-title-1-face, Info-title-2-face, Info-title-3-face): Define
Eli Zaretskii [Tue, 17 Oct 2000 06:53:48 +0000 (06:53 +0000)]
(Info-title-1-face, Info-title-2-face, Info-title-3-face): Define
colors for tty's.

23 years ago(term.o): Depend on dispextern.h.
Kenichi Handa [Tue, 17 Oct 2000 02:53:36 +0000 (02:53 +0000)]
(term.o): Depend on dispextern.h.

23 years ago*** empty log message ***
Kenichi Handa [Tue, 17 Oct 2000 02:53:19 +0000 (02:53 +0000)]
*** empty log message ***

23 years ago(keymap_memberp): Ensure that nil is not a member.
Stefan Monnier [Mon, 16 Oct 2000 21:57:56 +0000 (21:57 +0000)]
(keymap_memberp): Ensure that nil is not a member.

23 years agoDescribe the new --with-FOO options for building with image support.
Eli Zaretskii [Mon, 16 Oct 2000 21:24:15 +0000 (21:24 +0000)]
Describe the new --with-FOO options for building with image support.
Minor changes in the MSDOG section.

23 years ago(set_iterator_to_next): Reset box start and flags of the
Gerd Moellmann [Mon, 16 Oct 2000 21:05:03 +0000 (21:05 +0000)]
(set_iterator_to_next): Reset box start and flags of the
iterator at the beginning, so that they can be set later on, for
instance in reseat_at_next_visible_line_start without being
overwritten.

23 years ago(Other Image Types): Add description of :foreground
Gerd Moellmann [Mon, 16 Oct 2000 20:11:41 +0000 (20:11 +0000)]
(Other Image Types): Add description of :foreground
and :background properties of mono PBM images.

23 years agoAdd description of :foreground and :background to PBM images.
Gerd Moellmann [Mon, 16 Oct 2000 20:08:06 +0000 (20:08 +0000)]
Add description of :foreground and :background to PBM images.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 16 Oct 2000 20:04:39 +0000 (20:04 +0000)]
*** empty log message ***

23 years ago(pbm_format): Add :foreground and :background keywords.
Gerd Moellmann [Mon, 16 Oct 2000 19:57:04 +0000 (19:57 +0000)]
(pbm_format): Add :foreground and :background keywords.
(PBM_FOREGROUND, PBM_BACKGROUND): New enumerators.
(xbm_load): Recoghnize foreground and background color
specifications.

23 years ago*** empty log message ***
Eli Zaretskii [Mon, 16 Oct 2000 19:21:17 +0000 (19:21 +0000)]
*** empty log message ***

23 years ago(msdos-handle-reverse-video): Don't remove
Eli Zaretskii [Mon, 16 Oct 2000 19:17:35 +0000 (19:17 +0000)]
(msdos-handle-reverse-video): Don't remove
reverse from the frame parameters, and don't invert foreground and
background colors.

23 years ago(IT_set_face): Compare highlighted face with the default
Eli Zaretskii [Mon, 16 Oct 2000 19:16:20 +0000 (19:16 +0000)]
(IT_set_face): Compare highlighted face with the default
face, and invert colors if these faces' colors are identical.
(Fmsdos_remember_default_colors): Don't swap foreground and
background colors in initial_colors[].
(IT_set_frame_parameters): Don't swap frame's foreground and
background pixels.  If ALIST includes "(reverse . t)", swap
foreground-color and background-color properties in frame's
param_alist.  If the original frame's param_alist doesn't specify
the colors, store unspecified-fg and unspecified-bg, reversed if
required.

23 years ago(Fframe_parameters): If a tty's frame's param_alist says
Eli Zaretskii [Mon, 16 Oct 2000 19:15:09 +0000 (19:15 +0000)]
(Fframe_parameters): If a tty's frame's param_alist says
the colors are unspecified and reversed, reverse fore- and back-
ground in the returned value.
(Fframe_parameter): Ditto.

23 years ago(unspecified_fg, unspecified_bg): Remove extern declaration.
Eli Zaretskii [Mon, 16 Oct 2000 19:14:14 +0000 (19:14 +0000)]
(unspecified_fg, unspecified_bg): Remove extern declaration.

23 years ago(unspecified_fg, unspecified_bg): Declare.
Eli Zaretskii [Mon, 16 Oct 2000 19:13:19 +0000 (19:13 +0000)]
(unspecified_fg, unspecified_bg): Declare.

23 years agoFix markup and chapter structure of the document.
Eli Zaretskii [Mon, 16 Oct 2000 18:24:30 +0000 (18:24 +0000)]
Fix markup and chapter structure of the document.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 16 Oct 2000 16:01:13 +0000 (16:01 +0000)]
*** empty log message ***

23 years agoProvide `help' for the sake of define-minor-mode
Gerd Moellmann [Mon, 16 Oct 2000 15:56:32 +0000 (15:56 +0000)]
Provide `help' for the sake of define-minor-mode
which generates defcustoms with requires.

23 years ago(find_last_unchanged_at_beg_row): Renamed from
Gerd Moellmann [Mon, 16 Oct 2000 15:39:59 +0000 (15:39 +0000)]
(find_last_unchanged_at_beg_row): Renamed from
get_last_unchanged_at_beg_row.
(find_first_unchanged_at_end_row): Renamed from
get_first_unchanged_at_end_row.
(find_first_unchanged_at_end_row): Convert assertions to
unconditional tests which abort.  When looking for a row in
unchanged text, don't go further back than first_text_row.