bpt/emacs.git
20 years ago(Fpop_to_buffer): Doc fix.
Richard M. Stallman [Thu, 4 Mar 2004 17:15:13 +0000 (17:15 +0000)]
(Fpop_to_buffer): Doc fix.

20 years agoFix typos.
Richard M. Stallman [Thu, 4 Mar 2004 17:10:27 +0000 (17:10 +0000)]
Fix typos.

20 years ago(Building Lists): Minor clarification.
Richard M. Stallman [Thu, 4 Mar 2004 17:08:16 +0000 (17:08 +0000)]
(Building Lists): Minor clarification.

20 years ago(Creating Hash): Correct the meaning of t for WEAK in make-hash-table.
Richard M. Stallman [Thu, 4 Mar 2004 17:06:50 +0000 (17:06 +0000)]
(Creating Hash): Correct the meaning of t for WEAK in make-hash-table.

20 years ago(rmail-convert-to-babyl-format):
Richard M. Stallman [Thu, 4 Mar 2004 17:03:51 +0000 (17:03 +0000)]
(rmail-convert-to-babyl-format):
Specify t for UNIBYTE when calling mail-unquote-printable-region.

20 years ago(mail-unquote-printable-region): New arg UNIBYTE.
Richard M. Stallman [Thu, 4 Mar 2004 17:02:13 +0000 (17:02 +0000)]
(mail-unquote-printable-region): New arg UNIBYTE.

20 years ago(command-switch-alist): Doc fix.
Richard M. Stallman [Thu, 4 Mar 2004 17:01:17 +0000 (17:01 +0000)]
(command-switch-alist): Doc fix.

20 years ago(undo): Temporarily set this-command to `undo-start',
Richard M. Stallman [Thu, 4 Mar 2004 17:00:09 +0000 (17:00 +0000)]
(undo): Temporarily set this-command to `undo-start',
then set it to `undo' once undo-start returns without error.

(minibuffer-history-sexp-flag): Doc fix.

(kill-line): Don't disregard trailing whitespace
in eol condition, if show-trailing-whitespace is set.

20 years agoComment change.
Richard M. Stallman [Thu, 4 Mar 2004 16:56:14 +0000 (16:56 +0000)]
Comment change.

20 years ago(mouse-sel-has-been-enabled): New var.
Richard M. Stallman [Thu, 4 Mar 2004 16:55:51 +0000 (16:55 +0000)]
(mouse-sel-has-been-enabled): New var.
(mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
When disabling, restore old values only if mouse-sel-has-been-enabled.

20 years ago(isearch-*-char): New arg WANT-BACKSLASH.
Richard M. Stallman [Thu, 4 Mar 2004 16:54:08 +0000 (16:54 +0000)]
(isearch-*-char): New arg WANT-BACKSLASH.
(isearch-{-char): New function.
(isearch-mode-map): Bind { to isearch-{-char.

20 years ago(lisp-font-lock-keywords-2):
Richard M. Stallman [Thu, 4 Mar 2004 16:52:00 +0000 (16:52 +0000)]
(lisp-font-lock-keywords-2):
Turn off the CL with-... and do-... general patterns.
Instead, recognize several specific with... and do... constructs.

20 years ago(switch-to-buffer-other-window): Bind
Richard M. Stallman [Thu, 4 Mar 2004 16:49:23 +0000 (16:49 +0000)]
(switch-to-buffer-other-window): Bind
same-window-buffer-names and same-window-regexps to nil.
(switch-to-buffer-other-frame): Likewise.

20 years ago(fill-comment-paragraph): Be more careful when
Stefan Monnier [Thu, 4 Mar 2004 00:29:50 +0000 (00:29 +0000)]
(fill-comment-paragraph): Be more careful when
recognizing leading comment on code line.

20 years agoTypo.
Kim F. Storm [Wed, 3 Mar 2004 23:43:02 +0000 (23:43 +0000)]
Typo.

20 years ago(display_line): Fix call to get_overlay_arrow_glyph_row.
Kim F. Storm [Wed, 3 Mar 2004 09:02:50 +0000 (09:02 +0000)]
(display_line): Fix call to get_overlay_arrow_glyph_row.

20 years ago*** empty log message ***
Kim F. Storm [Wed, 3 Mar 2004 09:02:24 +0000 (09:02 +0000)]
*** empty log message ***

20 years ago(setwins, setwins_almost): Skip .arch-ids and other hidden files/directories.
Stefan Monnier [Wed, 3 Mar 2004 03:57:32 +0000 (03:57 +0000)]
(setwins, setwins_almost): Skip .arch-ids and other hidden files/directories.

20 years ago(fill-paragraph): Don't check comment-start-skip,
Stefan Monnier [Tue, 2 Mar 2004 22:19:19 +0000 (22:19 +0000)]
(fill-paragraph): Don't check comment-start-skip,
only comment-start (in case the mode hasn't set it).

20 years ago*** empty log message ***
Stefan Monnier [Tue, 2 Mar 2004 22:13:02 +0000 (22:13 +0000)]
*** empty log message ***

20 years ago(maintainer-clean): Clean in the lisp dir as well.
Stefan Monnier [Tue, 2 Mar 2004 22:11:53 +0000 (22:11 +0000)]
(maintainer-clean): Clean in the lisp dir as well.
(bootstrap): Use the new boostrap-prepare target in lisp.

20 years ago(AUTOGENEL): New var.
Stefan Monnier [Tue, 2 Mar 2004 22:10:07 +0000 (22:10 +0000)]
(AUTOGENEL): New var.
(bootstrap-prepare): Rename from bootstrap-clean.  Don't remove elc files.
(maintainer-clean): New target.

20 years ago(xml-get-attribute-or-nil): Simplify.
Stefan Monnier [Tue, 2 Mar 2004 21:45:06 +0000 (21:45 +0000)]
(xml-get-attribute-or-nil): Simplify.

20 years ago(Ftranslate_region): Lisp_Object/int mixup.
Stefan Monnier [Tue, 2 Mar 2004 21:42:03 +0000 (21:42 +0000)]
(Ftranslate_region): Lisp_Object/int mixup.

20 years ago(compute_motion): Save vpos in prev_vpos, like hpos etc.
Richard M. Stallman [Tue, 2 Mar 2004 16:04:57 +0000 (16:04 +0000)]
(compute_motion): Save vpos in prev_vpos, like hpos etc.

20 years agoFix typo.
Richard M. Stallman [Tue, 2 Mar 2004 15:57:05 +0000 (15:57 +0000)]
Fix typo.

20 years agonet/browse-url.el
Juri Linkov [Tue, 2 Mar 2004 14:56:26 +0000 (14:56 +0000)]
net/browse-url.el

20 years ago(browse-url-netscape, browse-url-mozilla, browse-url-galeon,
Juri Linkov [Tue, 2 Mar 2004 14:55:32 +0000 (14:55 +0000)]
(browse-url-netscape, browse-url-mozilla, browse-url-galeon,
browse-url-epiphany): Encode dollar signs in URL to prevent their
substitution with the environment variable values by browsers.

20 years agoAdd overlay-arrow-variable-list variable.
Kim F. Storm [Tue, 2 Mar 2004 11:09:29 +0000 (11:09 +0000)]
Add overlay-arrow-variable-list variable.

20 years ago(Fsubstitute_command_keys): Fix counding bytes.
Kenichi Handa [Tue, 2 Mar 2004 06:12:15 +0000 (06:12 +0000)]
(Fsubstitute_command_keys): Fix counding bytes.

20 years agoDoc fix.
Vinicius Jose Latorre [Tue, 2 Mar 2004 04:54:04 +0000 (04:54 +0000)]
Doc fix.

20 years ago(gdb-mouse-toggle-breakpoint): Remove debug message.
Kim F. Storm [Tue, 2 Mar 2004 00:15:01 +0000 (00:15 +0000)]
(gdb-mouse-toggle-breakpoint): Remove debug message.

20 years ago*** empty log message ***
Kim F. Storm [Tue, 2 Mar 2004 00:14:33 +0000 (00:14 +0000)]
*** empty log message ***

20 years ago(draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
Kim F. Storm [Mon, 1 Mar 2004 23:56:44 +0000 (23:56 +0000)]
(draw_fringe_bitmap): Use w->overlay_arrow_bitmap if set.
(update_window_fringes): Remove unused code.

20 years ago(make_window): Initialize overlay_arrow_bitmap.
Kim F. Storm [Mon, 1 Mar 2004 23:56:30 +0000 (23:56 +0000)]
(make_window): Initialize overlay_arrow_bitmap.

20 years ago(struct window): New member overlay_arrow_bitmap.
Kim F. Storm [Mon, 1 Mar 2004 23:56:20 +0000 (23:56 +0000)]
(struct window): New member overlay_arrow_bitmap.

20 years ago(Voverlay_arrow_variable_list): New variable to properly
Kim F. Storm [Mon, 1 Mar 2004 23:55:52 +0000 (23:55 +0000)]
(Voverlay_arrow_variable_list): New variable to properly
implement and integrate multiple overlay arrows with redisplay.
(syms_of_xdisp): DEFVAR_LISP and initialize it.
(last_arrow_position, last_arrow_string): Replace by properties.
(Qlast_arrow_position, Qlast_arrow_string)
(Qoverlay_arrow_string, Qoverlay_arrow_bitmap): New variables.
(syms_of_xdisp): Intern and staticpro them.
(overlay_arrow_string_or_property, update_overlay_arrows)
(overlay_arrow_in_current_buffer_p, overlay_arrows_changed_p)
(overlay_arrow_at_row): New functions for multiple overlay arrows.
(redisplay_internal): Use them instead of directly accessing
Voverlay_arrow_position etc. for multiple overlay arrows.
(mark_window_display_accurate): Use update_overlay_arrows.
(try_cursor_movement): Use overlay_arrow_in_current_buffer_p.
(try_window_id): Use overlay_arrows_changed_p.
(get_overlay_arrow_glyph_row): Add overlay_arrow_string arg.
(display_line): Use overlay_arrow_at_row to check multiple
overlay arrows, and get relevant overlay-arrow-string and
overlay-arrow-bitmap.  Set w->overlay_arrow_bitmap accordingly.
(produce_image_glyph): Set pixel_width = 0 for fringe bitmap.
(syms_of_xdisp): Remove last_arrow_position and last_arrow_string.

20 years ago(w32_read_socket): Fix last change to ButtonPress handling.
Jason Rumney [Mon, 1 Mar 2004 22:46:39 +0000 (22:46 +0000)]
(w32_read_socket): Fix last change to ButtonPress handling.

20 years ago(allout-rebullet-heading): Fix typo in docstring.
Juanma Barranquero [Mon, 1 Mar 2004 22:45:27 +0000 (22:45 +0000)]
(allout-rebullet-heading): Fix typo in docstring.

20 years ago*** empty log message ***
Juanma Barranquero [Mon, 1 Mar 2004 18:49:17 +0000 (18:49 +0000)]
*** empty log message ***

20 years ago($(BLD)/fringe.$(O)): Add dependencies.
Juanma Barranquero [Mon, 1 Mar 2004 18:47:50 +0000 (18:47 +0000)]
($(BLD)/fringe.$(O)): Add dependencies.

20 years ago(Fdefine_fringe_bitmap): Fix typo in docstring.
Juanma Barranquero [Mon, 1 Mar 2004 18:46:48 +0000 (18:46 +0000)]
(Fdefine_fringe_bitmap): Fix typo in docstring.

20 years ago(obj): Add fringe.c.
Juanma Barranquero [Mon, 1 Mar 2004 18:41:41 +0000 (18:41 +0000)]
(obj): Add fringe.c.

20 years ago* xfns.c (Fx_display_color_cells): Use number of planes to calculate
Jan Djärv [Mon, 1 Mar 2004 12:51:33 +0000 (12:51 +0000)]
* xfns.c (Fx_display_color_cells): Use number of planes to calculate
how many colors can be displayed.

20 years ago*** empty log message ***
Kenichi Handa [Mon, 1 Mar 2004 07:09:38 +0000 (07:09 +0000)]
*** empty log message ***

20 years ago(all): Depends on $(WORLD) instead of $(TIT) and
Kenichi Handa [Mon, 1 Mar 2004 07:08:28 +0000 (07:08 +0000)]
(all): Depends on $(WORLD) instead of $(TIT) and
$(MISC-DIC).
(clean, mostlyclean): Don't delete *.elc distributed with tarball.
(maintainer-clean): Delete files that are not in CVS repository.

20 years ago(all): Depends on ${WORLD} instead of ${TIT} and
Kenichi Handa [Mon, 1 Mar 2004 06:56:32 +0000 (06:56 +0000)]
(all): Depends on ${WORLD} instead of ${TIT} and
${MISC-DIC}.
(clean, mostlyclean): Don't delete *.elc distributed with tarball.
(maintainer-clean): Delete files that are not in CVS repository.

20 years ago(Ftranslate_region): Fix previous change
Kenichi Handa [Mon, 1 Mar 2004 06:36:08 +0000 (06:36 +0000)]
(Ftranslate_region): Fix previous change

20 years ago(Ftranslate_region): Handle multibyte chars in the arg
Kenichi Handa [Mon, 1 Mar 2004 06:19:10 +0000 (06:19 +0000)]
(Ftranslate_region): Handle multibyte chars in the arg
TABLE correctly.

20 years ago(Abbrev Expansion): Minor change.
Luc Teirlinck [Mon, 1 Mar 2004 04:12:47 +0000 (04:12 +0000)]
(Abbrev Expansion): Minor change.

20 years ago(Marker Insertion Types): Minor change.
Luc Teirlinck [Mon, 1 Mar 2004 03:46:33 +0000 (03:46 +0000)]
(Marker Insertion Types): Minor change.

20 years agoReplace "As Is..." in PostScript file print/preview by "No Preprocessing...".
Vinicius Jose Latorre [Mon, 1 Mar 2004 02:26:01 +0000 (02:26 +0000)]
Replace "As Is..." in PostScript file print/preview by "No Preprocessing...".

20 years agoAdjust buffer interface.
Vinicius Jose Latorre [Sun, 29 Feb 2004 23:59:04 +0000 (23:59 +0000)]
Adjust buffer interface.

20 years agoDoc fix.
Vinicius Jose Latorre [Sun, 29 Feb 2004 23:27:07 +0000 (23:27 +0000)]
Doc fix.

20 years ago(desktop-file-version, desktop-after-read-hook): Fix typos.
Juanma Barranquero [Sun, 29 Feb 2004 23:13:58 +0000 (23:13 +0000)]
(desktop-file-version, desktop-after-read-hook): Fix typos.
(desktop-clear-preserve-buffers): Remove redundant info in docstring
already shown by the obsolescence message.
(desktop-truncate, desktop-internal-v2s, desktop-value-to-string): Change
argument name to match docstring.

20 years ago(tpu-set-mark): Fix typo.
Juanma Barranquero [Sun, 29 Feb 2004 23:10:58 +0000 (23:10 +0000)]
(tpu-set-mark): Fix typo.

20 years ago(eshell-smart-maybe-jump-to-end): Fix typo.
Juanma Barranquero [Sun, 29 Feb 2004 23:09:51 +0000 (23:09 +0000)]
(eshell-smart-maybe-jump-to-end): Fix typo.

20 years agoResolve CVS conflicts
Miles Bader [Sun, 29 Feb 2004 22:18:04 +0000 (22:18 +0000)]
Resolve CVS conflicts

20 years ago(Authentication): Changed the list of supported
Simon Josefsson [Sun, 29 Feb 2004 22:08:05 +0000 (22:08 +0000)]
(Authentication): Changed the list of supported
authentication mechanisms from CRAM-MD5, PLAIN and LOGIN-MD5 to
CRAM-MD5 and LOGIN, tiny patch from Andreas Voegele
<voegelas@gmx.net>.

20 years ago* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero [Sun, 29 Feb 2004 20:28:11 +0000 (20:28 +0000)]
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
$(DEL) instead of rm, and ignore exit code.

* lispintro/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
$(DEL) instead of rm, and ignore exit code.

* lispref/makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
rm, and ignore exit code.

20 years ago*** empty log message ***
Juanma Barranquero [Sun, 29 Feb 2004 19:15:43 +0000 (19:15 +0000)]
*** empty log message ***

20 years agoTramp: sync with upstream version 2.0.39.
Kai Großjohann [Sun, 29 Feb 2004 17:52:17 +0000 (17:52 +0000)]
Tramp: sync with upstream version 2.0.39.

20 years agoDoc fix.
Vinicius Jose Latorre [Sun, 29 Feb 2004 17:13:24 +0000 (17:13 +0000)]
Doc fix.

20 years ago*** empty log message ***
Kim F. Storm [Sun, 29 Feb 2004 11:28:20 +0000 (11:28 +0000)]
*** empty log message ***

20 years agoRemove bogus reference to user option unicode-data.
Juanma Barranquero [Sun, 29 Feb 2004 01:54:40 +0000 (01:54 +0000)]
Remove bogus reference to user option unicode-data.

20 years agoResolve CVS conflicts
Miles Bader [Sat, 28 Feb 2004 22:45:01 +0000 (22:45 +0000)]
Resolve CVS conflicts

20 years agoDoc fix.
Vinicius Jose Latorre [Sat, 28 Feb 2004 22:22:38 +0000 (22:22 +0000)]
Doc fix.

20 years agoNew funs.
Vinicius Jose Latorre [Sat, 28 Feb 2004 22:13:00 +0000 (22:13 +0000)]
New funs.

20 years agoDoc fix.
Vinicius Jose Latorre [Sat, 28 Feb 2004 21:37:17 +0000 (21:37 +0000)]
Doc fix.

20 years agoDoc fix.
Vinicius Jose Latorre [Sat, 28 Feb 2004 21:01:46 +0000 (21:01 +0000)]
Doc fix.

20 years agoDoc fix.
Vinicius Jose Latorre [Sat, 28 Feb 2004 20:50:45 +0000 (20:50 +0000)]
Doc fix.

20 years agoNew file.
Richard M. Stallman [Sat, 28 Feb 2004 17:47:26 +0000 (17:47 +0000)]
New file.

20 years agoxfns.c (x_window): Fixed indentation
Jan Djärv [Sat, 28 Feb 2004 16:22:06 +0000 (16:22 +0000)]
xfns.c (x_window): Fixed indentation
* xterm.c (x_calc_absolute_position): Call x_real_positions
  to get WM window sizes and use those to calculate position.
  (x_set_offset): Removed code commented out.

20 years agolisp/ffap.el
Juri Linkov [Sat, 28 Feb 2004 05:02:20 +0000 (05:02 +0000)]
lisp/ffap.el

20 years ago(dired-at-point): Additional writability test for relative directory names.
Juri Linkov [Sat, 28 Feb 2004 05:00:19 +0000 (05:00 +0000)]
(dired-at-point): Additional writability test for relative directory names.
(dired-at-point-prompter): Treat directories as a directory,
get the directory component from files.
(ffap-string-at-point): Return string from region if region is active.
(ffap-file-at-point): Remove redundant code.

20 years agoFix typos and formatting.
Juanma Barranquero [Sat, 28 Feb 2004 02:22:38 +0000 (02:22 +0000)]
Fix typos and formatting.

20 years agoRevision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-119
Miles Bader [Sat, 28 Feb 2004 01:53:35 +0000 (01:53 +0000)]
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-119

src/keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert

20 years agoPut gdb breakpoint icons in fringe when available.
Kim F. Storm [Sat, 28 Feb 2004 01:32:35 +0000 (01:32 +0000)]
Put gdb breakpoint icons in fringe when available.

20 years ago(breakpoint-enabled-icon, breakpoint-disabled-icon):
Kim F. Storm [Sat, 28 Feb 2004 01:32:01 +0000 (01:32 +0000)]
(breakpoint-enabled-icon, breakpoint-disabled-icon):
Initialize margin area images to nil.
(breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
(breakpoint-enabled-bitmap-face)
(breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
(gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
(gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
(gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
(gdb-reset): Use gdb-remove-breakpoint-icons.
(gdb-put-string): Add dprop arg to specify alternative display
property (for setting fringe bitmap).
(gdb-remove-strings): Doc fix.
(gdb-put-breakpoint-icon): New defun which displays a breakpoint
icon in fringe (if available), or else as icon or text in display
margin.  Creates necessary icons in breakpoint-bitmap,
breakpoint-enabled-icon, and/or breakpoint-disabled-icon.  Also
make left window margin if required.
(gdb-remove-breakpoint-icons): New defun to remove breakpoint
icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
no longer needed.
(gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
gdb-put-breakpoint-icon.
(gdb-assembler-mode): Don't set left-margin-width here.

20 years ago(window_loop, Fforce_window_update): Force mode line
Kim F. Storm [Sat, 28 Feb 2004 01:02:51 +0000 (01:02 +0000)]
(window_loop, Fforce_window_update): Force mode line
updates by setting prevent_redisplay_optimizations_p and
update_mode_lines.

20 years ago(mark_window_display_accurate): Remove prototype.
Kim F. Storm [Sat, 28 Feb 2004 01:02:35 +0000 (01:02 +0000)]
(mark_window_display_accurate): Remove prototype.

20 years ago(update_window): Update header line also if there are
Kim F. Storm [Sat, 28 Feb 2004 01:02:16 +0000 (01:02 +0000)]
(update_window): Update header line also if there are
no other changes in window (move code after set_cursor label).

20 years ago*** empty log message ***
Kim F. Storm [Fri, 27 Feb 2004 23:55:32 +0000 (23:55 +0000)]
*** empty log message ***

20 years ago(x_session_check_input): Fix prototype.
Kim F. Storm [Fri, 27 Feb 2004 23:50:00 +0000 (23:50 +0000)]
(x_session_check_input): Fix prototype.

20 years ago(x_focus_changed, x_detect_focus_change): Remove
Kim F. Storm [Fri, 27 Feb 2004 23:49:48 +0000 (23:49 +0000)]
(x_focus_changed, x_detect_focus_change): Remove
numchars arg.  Always store event into bufp arg.  Return nothing.
Callers changed accordingly.
(glyph_rect): Simplify.
(STORE_KEYSYM_FOR_DEBUG): New macro.
(SET_SAVED_MENU_EVENT): Use inev instead of bufp, etc.
(current_bufp, current_numcharsp) [USE_GTK]: Remove.
(current_hold_quit) [USE_GTK]: Add.
(event_handler_gdk): Adapt to new handle_one_xevent.
(handle_one_xevent): Remove bufp_r and numcharsp args.
Add hold_quit arg. Rework to use just one, local, inev
input_event. Store inev directly in fifo using
kbd_buffer_store_event_hold.  Update count in one place.
Postpone call to gen_help_event until inev is stored; use new
local do_help for this.
Simplify handling of keysyms (consolidate common code).  Fix bug
where count was updated with nchars instead of nbytes.
Remove local emacs_event in handing of ButtonPress event; just use
inev instead (so no reason to copy it later).
Remove `out' label.  Rename label `ret' to `done'; add various
`goto done' to clarify code flow in deeply nested blocks.
(x_dispatch_event): Simplify as handle_one_xevent now calls
kbd_buffer_store_event itself.
(XTread_socket): Remove bufp_r and numcharsp args. Add hold_quit
arg.  Call handle_one_xevent with new arglist.  Store event from
x_session_check_input in fifo.
[USE_GTK]: Setup current_hold_quit.
Decrement handling_signal before unblocking input.
(x_initialize) [USE_GTK]: Initialize current_count.

20 years ago(x_session_check_input): Remove numchars arg.
Kim F. Storm [Fri, 27 Feb 2004 23:49:32 +0000 (23:49 +0000)]
(x_session_check_input): Remove numchars arg.

20 years ago(w32_read_socket): Remove bufp_r and numcharsp args.
Kim F. Storm [Fri, 27 Feb 2004 23:49:20 +0000 (23:49 +0000)]
(w32_read_socket): Remove bufp_r and numcharsp args.
Add hold_quit arg. Rework to use just one, local, inev
input_event. Store inev directly in fifo using
kbd_buffer_store_event_hold.  Update count in one place.
Postpone call to gen_help_event until inev is stored; use new
local do_help for this.
Remove local emacs_event in handing of ButtonPress event; just use
inev instead (so no reason to copy it later).

20 years ago(w32_console_mouse_position): Fix prototype.
Kim F. Storm [Fri, 27 Feb 2004 23:49:09 +0000 (23:49 +0000)]
(w32_console_mouse_position): Fix prototype.

20 years ago(w32_console_read_socket): Remove bufp_r and
Kim F. Storm [Fri, 27 Feb 2004 23:48:59 +0000 (23:48 +0000)]
(w32_console_read_socket): Remove bufp_r and
numcharsp args.  Add hold_quit arg.
Rework to use just one, local, inev input_event. Store inev
directly in fifo using kbd_buffer_store_event_hold.

20 years ago(read_socket_hook): Fix prototype.
Kim F. Storm [Fri, 27 Feb 2004 23:48:49 +0000 (23:48 +0000)]
(read_socket_hook): Fix prototype.

20 years ago(read_socket_hook): Fix arg list.
Kim F. Storm [Fri, 27 Feb 2004 23:48:32 +0000 (23:48 +0000)]
(read_socket_hook): Fix arg list.

20 years ago(BUFFER_SIZE_FACTOR): Remove.
Kim F. Storm [Fri, 27 Feb 2004 23:47:48 +0000 (23:47 +0000)]
(BUFFER_SIZE_FACTOR): Remove.
(read_input_waiting): Adapt to new read_socket_hook interface.
Remove allocation and initialization of local input_event buffer,
as read_socket_hook stores events directly in fifo.  Allocate and
initialize local hold_quit event to handle postponed quit event
(and store it if set by kbd_buffer_store_event_hold).

20 years ago(XTread_socket): Remove bufp_r and numcharsp args. Add hold_quit arg.
Kim F. Storm [Fri, 27 Feb 2004 23:47:13 +0000 (23:47 +0000)]
(XTread_socket):  Remove bufp_r and numcharsp args.  Add hold_quit arg.
Rework to use just one, local, inev input_event. Store inev
directly in fifo using kbd_buffer_store_event_hold.

20 years ago(kbd_buffer_store_event_hold): Add prototype.
Kim F. Storm [Fri, 27 Feb 2004 23:46:47 +0000 (23:46 +0000)]
(kbd_buffer_store_event_hold): Add prototype.
(gen_help_event): Fix prototype.

20 years ago(kbd_buffer_store_event_hold): New function to store
Kim F. Storm [Fri, 27 Feb 2004 23:46:31 +0000 (23:46 +0000)]
(kbd_buffer_store_event_hold): New function to store
an event into kbd fifo, but with special handling of quit event;
a quit event is saved for later, and further events are discarded
until the saved quit event has been processed.
(kbd_buffer_store_event): Use kbd_buffer_store_event_hold.
(gen_help_event): Store help event in kbd fifo.
(NREAD_INPUT_EVENTS): Remove.
(read_avail_input): Adapt to new read_socket_hook interface.
Remove allocation and initialization of local input_event buffer,
as read_socket_hook stores events directly in fifo.  Allocate and
initialize local hold_quit event to handle postponed quit event
(and store it if set by kbd_buffer_store_event_hold).

20 years ago*** empty log message ***
Eli Zaretskii [Fri, 27 Feb 2004 17:32:57 +0000 (17:32 +0000)]
*** empty log message ***

20 years agoFix copyright years.
Eli Zaretskii [Fri, 27 Feb 2004 17:30:23 +0000 (17:30 +0000)]
Fix copyright years.

20 years agoIn scheme-mode symbol regexp, disallow backquote and
Eli Zaretskii [Fri, 27 Feb 2004 17:27:25 +0000 (17:27 +0000)]
In scheme-mode symbol regexp, disallow backquote and
comma, so that it DTRT in macros.

20 years ago(sh-shell-arg, sh-require-final-newline, sh-assignment-regexp, sh-builtins)
Eli Zaretskii [Fri, 27 Feb 2004 17:22:27 +0000 (17:22 +0000)]
(sh-shell-arg, sh-require-final-newline, sh-assignment-regexp, sh-builtins)
(sh-leading-keywords, sh-other-keywords): Fix custom type.

20 years agoDocument the new min-colors face attribute.
Eli Zaretskii [Fri, 27 Feb 2004 17:14:05 +0000 (17:14 +0000)]
Document the new min-colors face attribute.