bpt/emacs.git
22 years ago(decode_coding) <coding_type_ccl>: If a lone CR
Eli Zaretskii [Sat, 11 May 2002 21:33:13 +0000 (21:33 +0000)]
(decode_coding) <coding_type_ccl>: If a lone CR
characters is carried over from the previous block of text, adjust
coding->produced to account for the extra character.

22 years ago(intersection): Keep the elements of the returned list
Andreas Schwab [Sat, 11 May 2002 16:00:10 +0000 (16:00 +0000)]
(intersection): Keep the elements of the returned list
in the same order as in the first list.

22 years agoFix typo.
Pavel Janík [Sat, 11 May 2002 08:19:36 +0000 (08:19 +0000)]
Fix typo.

22 years ago(current_minor_maps): Fixed resizing of cmm_maps;
Kim F. Storm [Fri, 10 May 2002 23:57:14 +0000 (23:57 +0000)]
(current_minor_maps): Fixed resizing of cmm_maps;
only update cmm_size if realloc actually succeeds.
Testing with initial size of 2 elements revealed that using
realloc on GNU/Linux would cause a random trap in xmalloc
later on, so I rewrote the code to use malloc/bcopy/free instead
of realloc.

22 years ago*** empty log message ***
Kim F. Storm [Fri, 10 May 2002 23:56:06 +0000 (23:56 +0000)]
*** empty log message ***

22 years ago(enum_font_cb2): Don't use DBCS raster fonts.
Jason Rumney [Fri, 10 May 2002 19:18:53 +0000 (19:18 +0000)]
(enum_font_cb2): Don't use DBCS raster fonts.

22 years ago(cua-enable-cua-keys)
Kim F. Storm [Fri, 10 May 2002 11:21:10 +0000 (11:21 +0000)]
(cua-enable-cua-keys)
(cua-enable-register-prefix): Added value for `other' choice.

22 years ago*** empty log message ***
Kim F. Storm [Fri, 10 May 2002 11:20:23 +0000 (11:20 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Eli Zaretskii [Fri, 10 May 2002 09:43:12 +0000 (09:43 +0000)]
*** empty log message ***

22 years ago(menu-bar-showhide-scroll-bar-menu)
Eli Zaretskii [Fri, 10 May 2002 09:42:49 +0000 (09:42 +0000)]
(menu-bar-showhide-scroll-bar-menu)
(menu-bar-showhide-menu): Use display-graphic-p, not
widnow-system.
(menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
Run a named function.
(showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
(menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
Fix help text.

22 years ago(encode_coding_sjis_big5): Enclose bitwise AND in
Eli Zaretskii [Fri, 10 May 2002 08:51:44 +0000 (08:51 +0000)]
(encode_coding_sjis_big5): Enclose bitwise AND in
parens, to ensure correct evaluation order.

22 years agoRegenerated.
Eli Zaretskii [Fri, 10 May 2002 08:36:08 +0000 (08:36 +0000)]
Regenerated.

22 years ago(cua-mode): Misc. changes to use
Kim F. Storm [Fri, 10 May 2002 08:28:51 +0000 (08:28 +0000)]
(cua-mode): Misc. changes to use
emulation-mode-map-alists instead of minor-mode-map-alist.

22 years ago*** empty log message ***
Kim F. Storm [Fri, 10 May 2002 08:28:16 +0000 (08:28 +0000)]
*** empty log message ***

22 years agoAdded emulation-mode-map-alists.
Kim F. Storm [Fri, 10 May 2002 07:14:05 +0000 (07:14 +0000)]
Added emulation-mode-map-alists.

22 years ago(Vemulation_mode_map_alists): New variable.
Kim F. Storm [Fri, 10 May 2002 07:03:20 +0000 (07:03 +0000)]
(Vemulation_mode_map_alists): New variable.
(syms_of_keymap): DEFVAR_LISP it.
(current_minor_maps): Process keymap alists in that list before
minor-mode-overriding-map-alist and minor-mode-map-alist.

22 years ago*** empty log message ***
Kim F. Storm [Fri, 10 May 2002 07:02:42 +0000 (07:02 +0000)]
*** empty log message ***

22 years agoRefine previous change.
Colin Walters [Fri, 10 May 2002 03:35:35 +0000 (03:35 +0000)]
Refine previous change.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 10 May 2002 01:02:32 +0000 (01:02 +0000)]
*** empty log message ***

22 years ago(rmail-show-message): Catch error in check-coding-system.
Richard M. Stallman [Fri, 10 May 2002 01:02:26 +0000 (01:02 +0000)]
(rmail-show-message): Catch error in check-coding-system.

22 years ago(Freplace_match): Doc fix.
Richard M. Stallman [Fri, 10 May 2002 01:01:30 +0000 (01:01 +0000)]
(Freplace_match): Doc fix.

22 years ago(compilation-error-regexp-alist):
Richard M. Stallman [Fri, 10 May 2002 01:00:29 +0000 (01:00 +0000)]
(compilation-error-regexp-alist):
New element to recognize Python error messages.

22 years ago(shell-replace-by-expanded-directory):
Richard M. Stallman [Fri, 10 May 2002 00:58:27 +0000 (00:58 +0000)]
(shell-replace-by-expanded-directory):
If there's already a / at the end, don't add one.

22 years ago(ibuffer-mode-map): Add :enable guards for `ibuffer-filter-disable',
Colin Walters [Thu, 9 May 2002 21:30:21 +0000 (21:30 +0000)]
(ibuffer-mode-map): Add :enable guards for `ibuffer-filter-disable',
`ibuffer-pop-filter', `ibuffer-or-filter', `ibuffer-negate-filter',
`ibuffer-decompose-filter', `ibuffer-save-filters',
`ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
`ibuffer-save-filter-groups', `ibuffer-switch-to-saved-filter-groups',
`ibuffer-delete-saved-filter-groups'.

22 years ago(ibuffer-do-occur): Default to 0 context lines.
Colin Walters [Thu, 9 May 2002 21:29:20 +0000 (21:29 +0000)]
(ibuffer-do-occur): Default to 0 context lines.

22 years ago*** empty log message ***
Colin Walters [Thu, 9 May 2002 21:28:52 +0000 (21:28 +0000)]
*** empty log message ***

22 years ago(woman-menu): Move symbol before the comment so that
Markus Rost [Thu, 9 May 2002 21:14:38 +0000 (21:14 +0000)]
(woman-menu):  Move symbol before the comment so that
find-function-search-for-symbol finds it.

22 years ago(list-colors-display): Don't use `display-color-cells' unless the
Miles Bader [Thu, 9 May 2002 18:05:10 +0000 (18:05 +0000)]
(list-colors-display): Don't use `display-color-cells' unless the
display class is one for which that info is relevant.

22 years ago(emacs_cv_speed_t): Add square brackets for clarity.
Richard M. Stallman [Thu, 9 May 2002 15:03:30 +0000 (15:03 +0000)]
(emacs_cv_speed_t): Add square brackets for clarity.

22 years ago(smtpmail-send-it): Use user-mail-address from
Simon Josefsson [Thu, 9 May 2002 10:18:09 +0000 (10:18 +0000)]
(smtpmail-send-it): Use user-mail-address from
calling buffer.
(smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
have the patch).

22 years ago(gnus-cite-blank-line-after-header): New variable.
Miles Bader [Thu, 9 May 2002 01:51:16 +0000 (01:51 +0000)]
(gnus-cite-blank-line-after-header): New variable.
(gnus-article-hide-citation): Respect it.

22 years agoSuggest implementation of emacs-server in lisp.
Kim F. Storm [Wed, 8 May 2002 23:43:41 +0000 (23:43 +0000)]
Suggest implementation of emacs-server in lisp.

22 years ago(checkbox): New check-mark image.
Kim F. Storm [Wed, 8 May 2002 22:27:59 +0000 (22:27 +0000)]
(checkbox): New check-mark image.

22 years ago*** empty log message ***
Kim F. Storm [Wed, 8 May 2002 22:27:26 +0000 (22:27 +0000)]
*** empty log message ***

22 years ago(diff-regexp-alist): Doc fix.
Richard M. Stallman [Wed, 8 May 2002 21:42:32 +0000 (21:42 +0000)]
(diff-regexp-alist): Doc fix.

22 years ago(x_draw_image_foreground, x_draw_image_foreground_1):
Kim F. Storm [Wed, 8 May 2002 21:32:00 +0000 (21:32 +0000)]
(x_draw_image_foreground, x_draw_image_foreground_1):
Enlarge cursor rectangle drawn around image with non-zero relief.

22 years ago(x_draw_image_foreground, w32_draw_image_foreground_1):
Kim F. Storm [Wed, 8 May 2002 21:30:57 +0000 (21:30 +0000)]
(x_draw_image_foreground, w32_draw_image_foreground_1):
Enlarge cursor rectangle drawn around image with non-zero relief.

22 years agoDocument support for s390-linux-gnu.
Eli Zaretskii [Wed, 8 May 2002 19:19:19 +0000 (19:19 +0000)]
Document support for s390-linux-gnu.

22 years ago(describe-function-1): If the source is `loaddefs.el', look for the
Markus Rost [Wed, 8 May 2002 18:05:28 +0000 (18:05 +0000)]
(describe-function-1): If the source is `loaddefs.el', look for the
real source.  This is necessary only for defaliases.

22 years agoRegenerated.
Markus Rost [Wed, 8 May 2002 18:00:33 +0000 (18:00 +0000)]
Regenerated.

22 years ago(Quitting): Add an index entry containing the word ``interrupt''.
Eli Zaretskii [Wed, 8 May 2002 17:59:04 +0000 (17:59 +0000)]
(Quitting): Add an index entry containing the word ``interrupt''.

22 years ago(find-function-search-for-symbol): Add autoload cookie.
Markus Rost [Wed, 8 May 2002 16:42:09 +0000 (16:42 +0000)]
(find-function-search-for-symbol): Add autoload cookie.
(find-function-regexp):  Include "\(quote " to match the defaliases in
loaddefs.el.

22 years ago(filesets-running-xemacs): Fix last change.
Pavel Janík [Wed, 8 May 2002 16:38:56 +0000 (16:38 +0000)]
(filesets-running-xemacs): Fix last change.

22 years ago(filesets-conditional-sort): Use copy-sequence, not copy-list.
Markus Rost [Wed, 8 May 2002 15:54:59 +0000 (15:54 +0000)]
(filesets-conditional-sort): Use copy-sequence, not copy-list.
(filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
Defvar them to nil if running in Emacs.

22 years ago(make-flyspell-overlay): Add help text to flyspell overlays.
Pavel Janík [Wed, 8 May 2002 15:27:26 +0000 (15:27 +0000)]
(make-flyspell-overlay): Add help text to flyspell overlays.

22 years ago(Info-mode-map): Bind `c' to Info-copy-current-node-name.
Pavel Janík [Wed, 8 May 2002 14:42:10 +0000 (14:42 +0000)]
(Info-mode-map): Bind `c' to Info-copy-current-node-name.

22 years ago(msb-menu-bar-update-buffers): Fixed frame menu to use
Richard M. Stallman [Wed, 8 May 2002 13:14:17 +0000 (13:14 +0000)]
(msb-menu-bar-update-buffers): Fixed frame menu to use
the frame name as the car of a menu entry, rather than the frame.

22 years ago(netrc-machine, netrc-get): Add autoloads.
Richard M. Stallman [Wed, 8 May 2002 13:13:41 +0000 (13:13 +0000)]
(netrc-machine, netrc-get): Add autoloads.

22 years agorfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos in
Juanma Barranquero [Wed, 8 May 2002 07:57:14 +0000 (07:57 +0000)]
rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos in
docstring.

22 years ago(occur-unfontify-region-function): Delete.
Colin Walters [Wed, 8 May 2002 03:53:19 +0000 (03:53 +0000)]
(occur-unfontify-region-function): Delete.
(occur-mode): Don't use it.
(occur-engine): Respect `keep-props'.
(occur-accumulate-lines): If we're moving forward, decrement; don't
increment, and vice versa.

22 years ago*** empty log message ***
Colin Walters [Wed, 8 May 2002 03:52:52 +0000 (03:52 +0000)]
*** empty log message ***

22 years ago(tibetan-canonicalize-for-unicode-alist)
Kenichi Handa [Wed, 8 May 2002 01:50:08 +0000 (01:50 +0000)]
(tibetan-canonicalize-for-unicode-alist)
(tibetan-canonicalize-for-unicode-regexp): New variables.
(tibetan-canonicalize-for-unicode-region): New function.
(tibetan-strict-unicode): New variable.
(tibetan-pre-write-canonicalize-for-unicode): New function.

22 years ago*** empty log message ***
Kenichi Handa [Wed, 8 May 2002 01:49:42 +0000 (01:49 +0000)]
*** empty log message ***

22 years agoRegenerated.
Markus Rost [Wed, 8 May 2002 01:04:38 +0000 (01:04 +0000)]
Regenerated.

22 years ago(ange-ftp-re-read-dir): Don't hide it behind the autoload-cookie.
Markus Rost [Tue, 7 May 2002 19:34:35 +0000 (19:34 +0000)]
(ange-ftp-re-read-dir): Don't hide it behind the autoload-cookie.
Remove comment.

22 years ago(ffap): Don't hide it behind the autoload-cookie.
Markus Rost [Tue, 7 May 2002 19:32:33 +0000 (19:32 +0000)]
(ffap): Don't hide it behind the autoload-cookie.

22 years ago(close-rectangle): Don't hide it behind the autoload-cookie.
Markus Rost [Tue, 7 May 2002 19:30:21 +0000 (19:30 +0000)]
(close-rectangle): Don't hide it behind the autoload-cookie.

22 years ago(windmove-default-keybindings): Add optional parameter to allow using a
Juanma Barranquero [Tue, 7 May 2002 16:37:46 +0000 (16:37 +0000)]
(windmove-default-keybindings): Add optional parameter to allow using a
modifier other than 'shift.

22 years ago(filesets-external-viewers): Fix customization problem.
Richard M. Stallman [Tue, 7 May 2002 16:11:30 +0000 (16:11 +0000)]
(filesets-external-viewers): Fix customization problem.
(filesets-some): Replaces cl's `some'.  Calls changed.
(filesets-member): Replaces cl's `member*'.  Calls changed.
(filesets-ormap): New function.

22 years ago...
Kim F. Storm [Tue, 7 May 2002 08:27:26 +0000 (08:27 +0000)]
...

22 years ago(ibuffer-pop-filter-group): Doc fix.
Colin Walters [Tue, 7 May 2002 08:13:13 +0000 (08:13 +0000)]
(ibuffer-pop-filter-group): Doc fix.
(ibuffer-clear-filter-groups): Likewise.
(ibuffer-kill-filter-group): Likewise.
(ibuffer-kill-line): Likewise.
(ibuffer-read-filter-group-name): New function.
(ibuffer-jump-to-filter-group): Use it.
(ibuffer-kill-filter-group): Likewise.
(ibuffer-yank-filter-group): Likewise.
(ibuffer-decompose-filter-group): New function.

22 years ago(ibuffer-mode-map): Bind it. Add :enable guard around
Colin Walters [Tue, 7 May 2002 08:11:41 +0000 (08:11 +0000)]
(ibuffer-mode-map): Bind it.  Add :enable guard around
`ibuffer-filters-to-filter-group' menu item.  Fix :enable guards for
`ibuffer-pop-filter-group' and `ibuffer-clear-filter-groups'.

(toplevel): Specialize `ibuffer-mode-groups-popup' menu items.

22 years ago*** empty log message ***
Colin Walters [Tue, 7 May 2002 08:05:10 +0000 (08:05 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Colin Walters [Tue, 7 May 2002 06:49:31 +0000 (06:49 +0000)]
*** empty log message ***

22 years agoDon't say *.elc files cannot be regenerated.
Eli Zaretskii [Tue, 7 May 2002 06:08:37 +0000 (06:08 +0000)]
Don't say *.elc files cannot be regenerated.

22 years agoAdd an item about reordering defcustom's.
Eli Zaretskii [Tue, 7 May 2002 05:50:39 +0000 (05:50 +0000)]
Add an item about reordering defcustom's.

22 years ago(lisp_data_to_selection_data): Don't set selection
Eli Zaretskii [Tue, 7 May 2002 05:46:35 +0000 (05:46 +0000)]
(lisp_data_to_selection_data): Don't set selection
type if comes from the Lisp object's car.  If the selection
contains a pure ASCII text, always return QSTRING as its type.

22 years ago(make_drawing_gcs): The scaling factor passed to
Pavel Janík [Tue, 7 May 2002 05:22:48 +0000 (05:22 +0000)]
(make_drawing_gcs): The scaling factor passed to
`x_alloc_lighter_color_for_widget' is a float, not an int, and it's
a multiplicative factor, so the name `delta' is inaccurate.  Always base
disabled foreground on the normal foreground.  Don't use the temporary
variable `temp'.

22 years ago(find-function-search-for-symbol): Use with-syntax-table.
Markus Rost [Mon, 6 May 2002 21:12:42 +0000 (21:12 +0000)]
(find-function-search-for-symbol): Use with-syntax-table.

22 years ago(locate-file): Deprecate integer values for predicate.
Stefan Monnier [Mon, 6 May 2002 21:11:51 +0000 (21:11 +0000)]
(locate-file): Deprecate integer values for predicate.

22 years ago(xlwMenuResources): New resource.
Pavel Janík [Mon, 6 May 2002 18:56:25 +0000 (18:56 +0000)]
(xlwMenuResources): New resource.
(find_next_selectable): Return current item when the menu is not poped up.
Rename `inactive_gc' to `disabled_gc'.
Use lighter/darker color for disabled menu items instead of using stipple.
Use stipple only when better color can not be determined automatically.

22 years ago(XtNdisabledForeground, XtCDisabledForeground): New resource names.
Pavel Janík [Mon, 6 May 2002 18:54:56 +0000 (18:54 +0000)]
(XtNdisabledForeground, XtCDisabledForeground): New resource names.

22 years ago(_XlwMenu_part): Add new member `disabled_foreground'.
Pavel Janík [Mon, 6 May 2002 18:54:28 +0000 (18:54 +0000)]
(_XlwMenu_part): Add new member `disabled_foreground'.
Rename `inactive_gc' to `disabled_gc'.

22 years ago(rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
Francesco Potortì [Mon, 6 May 2002 07:52:30 +0000 (07:52 +0000)]
(rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.

22 years ago*** empty log message ***
Francesco Potortì [Mon, 6 May 2002 07:52:14 +0000 (07:52 +0000)]
*** empty log message ***

22 years ago(mac-cut-function): Doc fix.
Pavel Janík [Mon, 6 May 2002 06:49:11 +0000 (06:49 +0000)]
(mac-cut-function): Doc fix.

22 years ago*** empty log message ***
Markus Rost [Mon, 6 May 2002 00:27:23 +0000 (00:27 +0000)]
*** empty log message ***

22 years ago(time-stamp-format): Escape open parenthesis in column 0.
Markus Rost [Mon, 6 May 2002 00:16:04 +0000 (00:16 +0000)]
(time-stamp-format): Escape open parenthesis in column 0.

22 years agoThis file was deleted since the TCP emulation is no longer in use
Eli Zaretskii [Sun, 5 May 2002 18:44:05 +0000 (18:44 +0000)]
This file was deleted since the TCP emulation is no longer in use
on any platform.

22 years ago[DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
Richard M. Stallman [Sun, 5 May 2002 04:30:45 +0000 (04:30 +0000)]
[DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.

22 years ago(tool-bar-local-item-from-menu): Handle both cases: when the menu item
Richard M. Stallman [Sun, 5 May 2002 03:06:58 +0000 (03:06 +0000)]
(tool-bar-local-item-from-menu): Handle both cases: when the menu item
has cached info and when it doesn't.

22 years ago(filesets-browse-dir-function): Renamed from ...-fn.
Richard M. Stallman [Sun, 5 May 2002 01:55:25 +0000 (01:55 +0000)]
(filesets-browse-dir-function): Renamed from ...-fn.
(filesets-open-file-function, filesets-save-buffer-function): Likewise.
(filesets-tree-max-level): Doc fix.
(filesets-commands, filesets-external-viewers)
(filesets-ingroup-patterns): Mark as risky.
(filesets-cache-hostname-flag): Doc fix.
(filesets-menu-cache-file): Doc fix.  Mark as risky.
(filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
Don't defcustom them if running in Emacs.

22 years ago(filesets-ingroup-collect-files):
Richard M. Stallman [Sun, 5 May 2002 01:44:04 +0000 (01:44 +0000)]
(filesets-ingroup-collect-files):
fix problem with inclusion groups' :scan-depth property

22 years ago(ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
Colin Walters [Sun, 5 May 2002 00:12:54 +0000 (00:12 +0000)]
(ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
(ibuffer-mode-view-menu): Unused variables; deleted.
(ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
(ibuffer-mode-groups-popup): New variable.
(toplevel): Bind filter group menu entries in it.  Add :enable
forms for some menu items.
(toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
to `ibuffer-mouse-popup-menu'.
(ibuffer-mouse-popup-menu): Test whether or not we're on a filter
group name, and if so, pop up a filter group menu.

22 years ago(ibuffer-kill-filter-group): Test for killing "Default" group earlier.
Colin Walters [Sun, 5 May 2002 00:12:17 +0000 (00:12 +0000)]
(ibuffer-kill-filter-group): Test for killing "Default" group earlier.
Push killed group on `ibuffer-filter-group-kill-ring'.
(ibuffer-kill-line): Document.  Don't push killed group ourselves.
(ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
(ibuffer-insert-filter-group-before): New function, broken out from
`ibuffer-yank'.
(ibuffer-yank): Now just call `ibuffer-yank-filter-group'.

22 years ago*** empty log message ***
Colin Walters [Sun, 5 May 2002 00:09:53 +0000 (00:09 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Jason Rumney [Sat, 4 May 2002 22:22:33 +0000 (22:22 +0000)]
*** empty log message ***

22 years ago(mouse-wheel-scroll-line)
Jason Rumney [Sat, 4 May 2002 22:17:07 +0000 (22:17 +0000)]
(mouse-wheel-scroll-line)
(mouse-wheel-scroll-screen): Removed.
([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.

22 years ago(mouse-wheel-scroll-amount): Removed.
Jason Rumney [Sat, 4 May 2002 22:16:31 +0000 (22:16 +0000)]
(mouse-wheel-scroll-amount): Removed.

22 years ago(mwheel-event-button): Translate mouse-wheel events.
Jason Rumney [Sat, 4 May 2002 22:16:04 +0000 (22:16 +0000)]
(mwheel-event-button): Translate mouse-wheel events.
(mwheel-scroll): Recognize nil scroll amount as documented.

22 years ago(make_lispy_event) <mouse-wheel>: Set count to 1
Jason Rumney [Sat, 4 May 2002 22:13:53 +0000 (22:13 +0000)]
(make_lispy_event) <mouse-wheel>: Set count to 1
for event-click-count.

22 years ago(find-function-search-for-symbol): Bind case-fold-search when searching.
Markus Rost [Sat, 4 May 2002 15:42:34 +0000 (15:42 +0000)]
(find-function-search-for-symbol): Bind case-fold-search when searching.

22 years ago--fullscreen options supported on Windows too
Jason Rumney [Sat, 4 May 2002 15:00:13 +0000 (15:00 +0000)]
--fullscreen options supported on Windows too

22 years ago(init_process): Only add server subfeature if we can
Jason Rumney [Sat, 4 May 2002 14:55:19 +0000 (14:55 +0000)]
(init_process): Only add server subfeature if we can
use non-blocking I/O.

22 years ago*** empty log message ***
Jason Rumney [Sat, 4 May 2002 14:53:29 +0000 (14:53 +0000)]
*** empty log message ***

22 years ago(apropos-print): Fix the reference to mouse-2.
Eli Zaretskii [Sat, 4 May 2002 14:51:46 +0000 (14:51 +0000)]
(apropos-print): Fix the reference to mouse-2.

22 years ago(mpuz-switch-to-window): Set buffer-read-only directly.
Richard M. Stallman [Sat, 4 May 2002 14:17:21 +0000 (14:17 +0000)]
(mpuz-switch-to-window): Set buffer-read-only directly.

22 years agoAdd information about BDF fonts in etl-unicode.tar.gz.
Eli Zaretskii [Sat, 4 May 2002 13:41:33 +0000 (13:41 +0000)]
Add information about BDF fonts in etl-unicode.tar.gz.

22 years ago2002-05-04 Andrew Choi <akochoi@shaw.ca>
Andrew Choi [Sat, 4 May 2002 13:31:56 +0000 (13:31 +0000)]
2002-05-04  Andrew Choi  <akochoi@shaw.ca>

        * macterm.c (XTread_socket): Call WaitNextEvent once instead of
        repeatedly.

22 years agoFix last change.
Eli Zaretskii [Sat, 4 May 2002 13:28:22 +0000 (13:28 +0000)]
Fix last change.