bpt/emacs.git
23 years ago(encode_coding): Fix the bug of not flushing ISO escape sequence at
Kenichi Handa [Wed, 16 Aug 2000 11:19:34 +0000 (11:19 +0000)]
(encode_coding): Fix the bug of not flushing ISO escape sequence at
the end of the source block.

23 years ago*** empty log message ***
Kenichi Handa [Wed, 16 Aug 2000 11:17:37 +0000 (11:17 +0000)]
*** empty log message ***

23 years ago(declare-ccl-program): Docstring modified.
Kenichi Handa [Wed, 16 Aug 2000 10:57:57 +0000 (10:57 +0000)]
(declare-ccl-program): Docstring modified.
(ccl-execute-with-args): Likewise.

23 years ago(Fccl_program_p): Docstring modified.
Kenichi Handa [Wed, 16 Aug 2000 10:49:31 +0000 (10:49 +0000)]
(Fccl_program_p): Docstring modified.
(Fccl_execute): Likewise.
(Fccl_execute_on_string): Likewise.

23 years ago*** empty log message ***
Kenichi Handa [Wed, 16 Aug 2000 10:48:41 +0000 (10:48 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Dave Love [Wed, 16 Aug 2000 09:23:20 +0000 (09:23 +0000)]
*** empty log message ***

23 years ago(IT_write_glyphs): Convert cbp to unsigned char *.
Eli Zaretskii [Wed, 16 Aug 2000 05:22:00 +0000 (05:22 +0000)]
(IT_write_glyphs): Convert cbp to unsigned char *.

23 years agoAdd compatibility definition of comint-line-beginning-position.
Miles Bader [Wed, 16 Aug 2000 02:34:28 +0000 (02:34 +0000)]
Add compatibility definition of comint-line-beginning-position.

23 years ago(write_glyphs): Use a locally declared conversion_buffer.
Kenichi Handa [Wed, 16 Aug 2000 01:38:49 +0000 (01:38 +0000)]
(write_glyphs): Use a locally declared conversion_buffer.

23 years ago(write_glyphs): Use a locally declared conversion_buffer.
Kenichi Handa [Wed, 16 Aug 2000 01:38:32 +0000 (01:38 +0000)]
(write_glyphs): Use a locally declared conversion_buffer.
(insert_glyphs): Likewise.

23 years ago(IT_write_glyphs): Use a locally declared conversion_buffer.
Kenichi Handa [Wed, 16 Aug 2000 01:38:04 +0000 (01:38 +0000)]
(IT_write_glyphs): Use a locally declared conversion_buffer.

23 years ago(main): Don't call init_coding.
Kenichi Handa [Wed, 16 Aug 2000 01:37:39 +0000 (01:37 +0000)]
(main): Don't call init_coding.

23 years ago(MINIMUM_CONVERSION_BUFFER_SIZE): Macro deleted.
Kenichi Handa [Wed, 16 Aug 2000 01:37:20 +0000 (01:37 +0000)]
(MINIMUM_CONVERSION_BUFFER_SIZE): Macro deleted.
(conversion_buffer, conversion_buffer_size): Variables deleted.
(get_conversion_buffer): Function deleted.
(struct conversion_buffer): New structure.
(MAX_ALLOCA): New macro.
(allocate_conversion_buffer): New macro.
(extend_conversion_buffer, free_conversion_buffer): New functions.
(ccl_coding_driver): Set coding->result.
(decode_coding): Set coding->result to CODING_FINISH_NORMAL if
this is the last block of source.
(encode_coding): Likewise.  Handle the source block as the last
one only when the whole source text is consumed.
(decode_coding_string): Handle the case that the output buffer is
too small to decode the whole source text.  Use
allocate_conversion_buffer, extend_conversion_buffer and
free_conversion_buffer, not get_conversion_buffer.
(encode_coding_string): Likewise.
(init_coding): Function deleted.
(init_coding_once): Delete code to initialize
conversion_buffer_size.

23 years ago(conversion_buffer_size, conversion_buffer)
Kenichi Handa [Wed, 16 Aug 2000 01:36:53 +0000 (01:36 +0000)]
(conversion_buffer_size, conversion_buffer)
(get_conversion_buffer): Extern deleted.

23 years ago(CCL_WRITE_CHAR): If CH is eight-bit-control char, decrement dst_end
Kenichi Handa [Wed, 16 Aug 2000 01:36:35 +0000 (01:36 +0000)]
(CCL_WRITE_CHAR): If CH is eight-bit-control char, decrement dst_end
to avoid buffer overflow in the later call of string_as_multibyte

23 years ago*** empty log message ***
Kenichi Handa [Wed, 16 Aug 2000 01:36:13 +0000 (01:36 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 15 Aug 2000 21:34:26 +0000 (21:34 +0000)]
*** empty log message ***

23 years ago(list-buffers-noselect): Set `buffer' as well as
Gerd Moellmann [Tue, 15 Aug 2000 21:28:08 +0000 (21:28 +0000)]
(list-buffers-noselect): Set `buffer' as well as
'buffer-menu' property.
(Buffer-menu-buffer): Use `buffer' property if `buffer-name'
fails.
(Buffer-menu-execute): When deleting, test `(and buf (buffer-name
buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
wasn't killed.

23 years ago(IT_update_begin): Don't crash if mouse_face_mouse_frame
Eli Zaretskii [Tue, 15 Aug 2000 21:02:00 +0000 (21:02 +0000)]
(IT_update_begin): Don't crash if mouse_face_mouse_frame
member of display_info is NULL.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 15 Aug 2000 19:26:40 +0000 (19:26 +0000)]
*** empty log message ***

23 years ago(list-buffers-noselect): Don't display the
Gerd Moellmann [Tue, 15 Aug 2000 19:26:09 +0000 (19:26 +0000)]
(list-buffers-noselect): Don't display the
*Buffer List* buffer.

23 years ago(compact_small_strings): Use safe_bcopy, add an
Gerd Moellmann [Tue, 15 Aug 2000 19:24:42 +0000 (19:24 +0000)]
(compact_small_strings): Use safe_bcopy, add an
assertion.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 15 Aug 2000 15:02:30 +0000 (15:02 +0000)]
*** empty log message ***

23 years ago(turn_off_face): Reset standout_mode when resetting
Gerd Moellmann [Tue, 15 Aug 2000 15:02:15 +0000 (15:02 +0000)]
(turn_off_face): Reset standout_mode when resetting
apparances with capability `me'.
(write_glyphs): Switch on inverse video before each face change.

23 years agoAutoload widget-convert when compiling.
Dave Love [Tue, 15 Aug 2000 14:29:03 +0000 (14:29 +0000)]
Autoload widget-convert when compiling.
(mail-user-agent): Doc fix.

23 years ago(function-called-at-point, variable-at-point): Use
Dave Love [Tue, 15 Aug 2000 14:25:50 +0000 (14:25 +0000)]
(function-called-at-point, variable-at-point): Use
with-syntax-table.
(help-manyarg-func-alist): Add insert-and-inherit.

23 years ago(thing-at-point-url-regexp): Prepend `\<'.
Dave Love [Tue, 15 Aug 2000 14:22:21 +0000 (14:22 +0000)]
(thing-at-point-url-regexp): Prepend `\<'.

23 years ago(delsel-unload-hook): New function.
Dave Love [Tue, 15 Aug 2000 14:20:14 +0000 (14:20 +0000)]
(delsel-unload-hook): New function.

23 years agoDoc fixes. Move provide to end.
Dave Love [Tue, 15 Aug 2000 14:18:18 +0000 (14:18 +0000)]
Doc fixes.  Move provide to end.
(ff) <defgroup>: Add :link.
(ff-goto-click): Deleted.
(ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
Use mouse-set-point.

23 years agoRequire jit-lock to prevent a late message `Loading jit-lock' message.
Gerd Moellmann [Tue, 15 Aug 2000 14:10:04 +0000 (14:10 +0000)]
Require jit-lock to prevent a late message `Loading jit-lock' message.

23 years ago(glasses) <defgroup>: Add :version.
Dave Love [Tue, 15 Aug 2000 14:04:13 +0000 (14:04 +0000)]
(glasses) <defgroup>: Add :version.
(glasses-custom-set): Use set-default, not set.
(minor-mode-alist): Propertize the lighter.
(glasses-mode): Provide optional arg.

23 years ago*** empty log message ***
Dave Love [Tue, 15 Aug 2000 13:55:45 +0000 (13:55 +0000)]
*** empty log message ***

23 years agoCopyright up-date.
Dave Love [Tue, 15 Aug 2000 13:45:51 +0000 (13:45 +0000)]
Copyright up-date.

23 years ago(cwarn) <defgroup>: Add :version, :link.
Dave Love [Tue, 15 Aug 2000 13:44:37 +0000 (13:44 +0000)]
(cwarn) <defgroup>: Add :version, :link.
(global-cwarn-mode): Don't make it a user option.  Unquote lambda.
(cwarn-font-lock-feature-keywords-alist): Don't make it a user
option.  Provide :type.
(cwarn-configuration): Provide :type.
(cwarn-mode): Doc fix.

23 years agoTidy up previous additions. List more languages. Glasses mode.
Dave Love [Tue, 15 Aug 2000 13:29:02 +0000 (13:29 +0000)]
Tidy up previous additions.  List more languages.  Glasses mode.
change-log-redate.  xref Ebrowse.  Cwarn mode.

23 years ago(change-log-merge): Doc fix.
Dave Love [Tue, 15 Aug 2000 13:26:16 +0000 (13:26 +0000)]
(change-log-merge): Doc fix.
(change-log-redate): New command.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 15 Aug 2000 13:22:09 +0000 (13:22 +0000)]
*** empty log message ***

23 years agoMinor English and formatting changes.
Dave Love [Tue, 15 Aug 2000 13:14:45 +0000 (13:14 +0000)]
Minor English and formatting changes.

23 years agosmall fixes
Dave Love [Tue, 15 Aug 2000 13:07:55 +0000 (13:07 +0000)]
small fixes

23 years agoChange authors' mail address.
Gerd Moellmann [Tue, 15 Aug 2000 12:39:23 +0000 (12:39 +0000)]
Change authors' mail address.

23 years ago*** empty log message ***
Miles Bader [Tue, 15 Aug 2000 12:16:01 +0000 (12:16 +0000)]
*** empty log message ***

23 years ago(ispell-graphic-p): New constant.
Miles Bader [Tue, 15 Aug 2000 12:06:42 +0000 (12:06 +0000)]
(ispell-graphic-p): New constant.
(ispell-choices-win-default-height, ispell-help):
  Use `ispell-graphic-p' instead of `xemacsp'.

23 years ago*** empty log message ***
Dave Love [Tue, 15 Aug 2000 12:02:34 +0000 (12:02 +0000)]
*** empty log message ***

23 years ago(Name Help): Don't mention find-func.
Dave Love [Tue, 15 Aug 2000 12:01:16 +0000 (12:01 +0000)]
(Name Help): Don't mention find-func.

23 years ago(msb--few-menus, msb--very-many-menus): Use current Gnus
Dave Love [Tue, 15 Aug 2000 11:19:13 +0000 (11:19 +0000)]
(msb--few-menus, msb--very-many-menus): Use current Gnus
modes.
(msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
Fix previous change to mapcan.
(msb--init-file-alist, msb--add-separators)
(msb--make-keymap-menu): Simplify.
(msb--choose-file-menu): Use copy-sequence.
(msb-mode-map): Add title to keymap.
(msb-unload-hook): New function.

23 years agoFix indentation.
Dave Love [Tue, 15 Aug 2000 11:18:38 +0000 (11:18 +0000)]
Fix indentation.
(bs) <defgroup>: Add :links.

23 years ago(browse-url-filename-alist): Add a clause for
Dave Love [Tue, 15 Aug 2000 11:17:17 +0000 (11:17 +0000)]
(browse-url-filename-alist): Add a clause for
Doze and Dog.
(browse-url): Use dolist, not mapcar.
(browse-url-at-point): Check for null url.
(browse-url-event-buffer, browse-url-event-point): Functions
deleted.
(browse-url-at-mouse, browse-url-netscape): Simplify.

23 years agoComment about gcc -g.
Dave Love [Tue, 15 Aug 2000 09:17:23 +0000 (09:17 +0000)]
Comment about gcc -g.

23 years ago*** empty log message ***
Eli Zaretskii [Tue, 15 Aug 2000 08:26:43 +0000 (08:26 +0000)]
*** empty log message ***

23 years ago(timeclock-file): Run .timelog through convert-standard-filename.
Eli Zaretskii [Tue, 15 Aug 2000 08:25:50 +0000 (08:25 +0000)]
(timeclock-file): Run .timelog through convert-standard-filename.

23 years ago(Time Intervals): New node.
Eli Zaretskii [Tue, 15 Aug 2000 08:24:30 +0000 (08:24 +0000)]
(Time Intervals): New node.

23 years ago(Authors): New node.
Eli Zaretskii [Tue, 15 Aug 2000 08:23:20 +0000 (08:23 +0000)]
(Authors): New node.

23 years agofixed sds e-mail
Sam Steingold [Mon, 14 Aug 2000 21:45:06 +0000 (21:45 +0000)]
fixed sds e-mail

23 years agoI wrote midnight.el
Sam Steingold [Mon, 14 Aug 2000 21:42:58 +0000 (21:42 +0000)]
I wrote midnight.el

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 14 Aug 2000 21:33:50 +0000 (21:33 +0000)]
*** empty log message ***

23 years agotypo fix
Sam Steingold [Mon, 14 Aug 2000 19:47:39 +0000 (19:47 +0000)]
typo fix

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 14 Aug 2000 19:47:29 +0000 (19:47 +0000)]
*** empty log message ***

23 years ago(show-paren-priority): New user option.
Gerd Moellmann [Mon, 14 Aug 2000 19:46:18 +0000 (19:46 +0000)]
(show-paren-priority): New user option.
(show-paren-function): Set overlay priorities to
show-paren-priority.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 14 Aug 2000 16:30:59 +0000 (16:30 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Dave Love [Mon, 14 Aug 2000 14:26:59 +0000 (14:26 +0000)]
*** empty log message ***

23 years ago[HAVE_UNISTD_H]: Include unistd.h; don't declare sbrk.
Dave Love [Mon, 14 Aug 2000 14:15:44 +0000 (14:15 +0000)]
[HAVE_UNISTD_H]: Include unistd.h; don't declare sbrk.
[!HAVE_UNISTD_H]: Use POINTER_TYPE to declare sbrk.
(lisp_free): Declare and make static.

23 years ago*** empty log message ***
Miles Bader [Mon, 14 Aug 2000 13:18:04 +0000 (13:18 +0000)]
*** empty log message ***

23 years ago(comint-bol): Use `forward-line 0' instead of calling beginning-of-line
Miles Bader [Mon, 14 Aug 2000 12:56:03 +0000 (12:56 +0000)]
(comint-bol): Use `forward-line 0' instead of calling beginning-of-line
  with inhibit-field-text-motion bound.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 14 Aug 2000 12:45:50 +0000 (12:45 +0000)]
*** empty log message ***

23 years ago(push_key_description): If C without modifiers is < 32,
Gerd Moellmann [Mon, 14 Aug 2000 12:44:38 +0000 (12:44 +0000)]
(push_key_description): If C without modifiers is < 32,
make sure to print `C-' before `M-', like in the manual.

23 years ago(xml-parse-tag, xml-parse-attlist): Do not downcase
Gerd Moellmann [Mon, 14 Aug 2000 12:43:55 +0000 (12:43 +0000)]
(xml-parse-tag, xml-parse-attlist): Do not downcase
identifiers, since XML is case sensitive

23 years ago(recent-dialog-mode-map): Bind down-mouse-1 to
Gerd Moellmann [Mon, 14 Aug 2000 12:43:13 +0000 (12:43 +0000)]
(recent-dialog-mode-map): Bind down-mouse-1 to
`widget-button-click'. so that one can use left mouse button to
click on dialog buttons.

23 years agoFix embedded comment.
Dave Love [Mon, 14 Aug 2000 10:52:50 +0000 (10:52 +0000)]
Fix embedded comment.
(syms_of_window): Fix doc string.

23 years agoUpdate `fields' entry.
Miles Bader [Mon, 14 Aug 2000 09:16:49 +0000 (09:16 +0000)]
Update `fields' entry.

23 years ago(Top): Add Index in the menu.
Eli Zaretskii [Sun, 13 Aug 2000 18:28:04 +0000 (18:28 +0000)]
(Top): Add Index in the menu.
(many nodes): Add index entries.
(Index): New node.

23 years agoFix typo in comment.
Eli Zaretskii [Sun, 13 Aug 2000 09:09:02 +0000 (09:09 +0000)]
Fix  typo in  comment.

23 years ago(Misc Buffer): Document kill-read-only-ok.
Eli Zaretskii [Sun, 13 Aug 2000 06:09:11 +0000 (06:09 +0000)]
(Misc Buffer): Document kill-read-only-ok.

23 years ago(Killing): Document kill-read-only-ok.
Eli Zaretskii [Sun, 13 Aug 2000 06:07:36 +0000 (06:07 +0000)]
(Killing): Document kill-read-only-ok.

23 years agoFix a typo in Eli Zaretskii's name.
Eli Zaretskii [Sun, 13 Aug 2000 05:49:52 +0000 (05:49 +0000)]
Fix a typo in Eli Zaretskii's name.

23 years ago(comint-output-filter): Don't bother frobbing window-start, it doesn't
Miles Bader [Sat, 12 Aug 2000 01:48:25 +0000 (01:48 +0000)]
(comint-output-filter): Don't bother frobbing window-start, it doesn't
seem to be necessary.

23 years ago(comint-send-string, comint-send-region): Make into real functions.
Miles Bader [Fri, 11 Aug 2000 19:17:18 +0000 (19:17 +0000)]
(comint-send-string, comint-send-region): Make into real functions.
Snapshot the prompt before sending.

23 years agopunctuation fixes in doc strings
Sam Steingold [Fri, 11 Aug 2000 17:05:44 +0000 (17:05 +0000)]
punctuation fixes in doc strings

23 years ago(Info-find-emacs-command-nodes): Rewrite to use
Eli Zaretskii [Fri, 11 Aug 2000 13:10:55 +0000 (13:10 +0000)]
(Info-find-emacs-command-nodes): Rewrite to use
technique similar to Info-index, instead of relying on specific
names of relevant Index nodes.
(Info-goto-emacs-command-node): Bind Info-history to nil when
going to the first node found by Info-find-emacs-command-nodes.

23 years ago(try_cursor_movement): Fix handling of cursor in
Gerd Moellmann [Fri, 11 Aug 2000 13:01:28 +0000 (13:01 +0000)]
(try_cursor_movement): Fix handling of cursor in
partially visible line which is smaller than the window's
height.

23 years ago(hashfn_eq, hashfn_eql): Don't handle strings specially
Gerd Moellmann [Fri, 11 Aug 2000 12:59:31 +0000 (12:59 +0000)]
(hashfn_eq, hashfn_eql): Don't handle strings specially
since they aren't relocated anymore.
(sxhash_string): Make sure returned hash code fits in a Lisp
integer.

23 years agoMention comint prompt highlighting.
Miles Bader [Fri, 11 Aug 2000 08:38:51 +0000 (08:38 +0000)]
Mention comint prompt highlighting.

23 years ago(menu-bar-help-menu): Add a :help string.
Eli Zaretskii [Fri, 11 Aug 2000 07:49:47 +0000 (07:49 +0000)]
(menu-bar-help-menu): Add a :help string.

23 years ago(ccl_coding_driver): Initialize ccl->multibyte.
Kenichi Handa [Fri, 11 Aug 2000 05:45:37 +0000 (05:45 +0000)]
(ccl_coding_driver): Initialize ccl->multibyte.

23 years ago(struct ccl_program): New member multibyte.
Kenichi Handa [Fri, 11 Aug 2000 05:45:10 +0000 (05:45 +0000)]
(struct ccl_program): New member multibyte.

23 years ago(CCL_READ_CHAR): If source is multibyte, pay attention to
Kenichi Handa [Fri, 11 Aug 2000 05:44:50 +0000 (05:44 +0000)]
(CCL_READ_CHAR): If source is multibyte, pay attention to
the multibyte form of eight-bit-control characters.
(Fccl_execute_on_string): Initialize ccl->multibyte.

23 years ago*** empty log message ***
Kenichi Handa [Fri, 11 Aug 2000 05:44:20 +0000 (05:44 +0000)]
*** empty log message ***

23 years ago(regex_compile) <normal_char>: Pay attention to multibyteness.
Kenichi Handa [Fri, 11 Aug 2000 01:56:59 +0000 (01:56 +0000)]
(regex_compile) <normal_char>: Pay attention to multibyteness.
(analyse_first) <exactn>: Setup fastmap correctly for
eight-bit-control characters.

23 years ago*** empty log message ***
Kenichi Handa [Fri, 11 Aug 2000 01:55:36 +0000 (01:55 +0000)]
*** empty log message ***

23 years ago(enum event_kind): New member multibyte_char_keystroke.
Kenichi Handa [Fri, 11 Aug 2000 00:51:25 +0000 (00:51 +0000)]
(enum event_kind): New member multibyte_char_keystroke.

23 years ago(make_lispy_event): Handle the new event type
Kenichi Handa [Fri, 11 Aug 2000 00:50:51 +0000 (00:50 +0000)]
(make_lispy_event): Handle the new event type
multibyte_char_keystroke.

23 years agoInclude coding.h.
Kenichi Handa [Fri, 11 Aug 2000 00:49:39 +0000 (00:49 +0000)]
Include coding.h.
(XTread_socket): Work around a bug of XmbLookupString.  If the
input is from XIM, decode it according to the current locale.  In
that case, generate multibyte_char_keystroke events.

23 years ago(TRACE_MOVE) [GLYPH_DEBUG]: Delete the last semicolon.
Kenichi Handa [Fri, 11 Aug 2000 00:36:30 +0000 (00:36 +0000)]
(TRACE_MOVE) [GLYPH_DEBUG]: Delete the last semicolon.
(TRACE_MOVE) [not GLYPH_DEBUG]: Define dummy.

23 years ago*** empty log message ***
Kenichi Handa [Fri, 11 Aug 2000 00:35:57 +0000 (00:35 +0000)]
*** empty log message ***

23 years ago(trace_move) [GLYPH_DEBUG]: New variable.
Gerd Moellmann [Thu, 10 Aug 2000 19:17:01 +0000 (19:17 +0000)]
(trace_move) [GLYPH_DEBUG]: New variable.
(TRACE_MOVE) [GLYPH_DEBUG]: New macro.
(move_it_in_display_line_to): Record iterator's ascent and descent
before producing glyphs, and restore them when we know the glyph
doesn't fit on the line.
(move_it_to): Restructured so that it's easier to debug.  If
moving to a vpos, and not moving to an x or character position,
stop as soon as the specified vpos is reached; don't move further
into that line because that might change the computed line height.
(try_cursor_movement): New function, extracted from the cursor
movement branch of redisplay_window.  If ending on a partially
visible line, don't try to scroll if the cursor line is taller
than the window.
(redisplay_window): Use try_cursor_movement.

23 years ago(Fwindow_end): Rewritten to not use Fvertical_motion,
Gerd Moellmann [Thu, 10 Aug 2000 19:14:59 +0000 (19:14 +0000)]
(Fwindow_end): Rewritten to not use Fvertical_motion,
because that function doesn't cope with variable-height lines.

23 years ago(x_draw_bar_cursor): If cursor is on an image, draw a
Gerd Moellmann [Thu, 10 Aug 2000 19:13:28 +0000 (19:13 +0000)]
(x_draw_bar_cursor): If cursor is on an image, draw a
box cursor because that's better visible for large images.

23 years ago(comint-output-filter): Doc fixes & misc code cleanup.
Miles Bader [Thu, 10 Aug 2000 13:07:25 +0000 (13:07 +0000)]
(comint-output-filter): Doc fixes & misc code cleanup.

23 years ago(Info-file-list-for-emacs): More elements for the
Eli Zaretskii [Thu, 10 Aug 2000 12:56:50 +0000 (12:56 +0000)]
(Info-file-list-for-emacs): More elements for the
autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
and woman manuals.

23 years ago*** empty log message ***
Miles Bader [Thu, 10 Aug 2000 11:06:54 +0000 (11:06 +0000)]
*** empty log message ***

23 years ago(gud-filter): Use `with-current-buffer' instead of save-excursion when
Miles Bader [Thu, 10 Aug 2000 10:54:40 +0000 (10:54 +0000)]
(gud-filter): Use `with-current-buffer' instead of save-excursion when
inserting the output, so that point gets updated correctly; the old
method relied on a rather dodgy side-effect of comint-output-filter to
avoid the effect of save-excursion.