bpt/emacs.git
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.

23 years ago(comint-send-input): Make the newline boundary overlay rear-nonsticky.
Miles Bader [Thu, 10 Aug 2000 10:52:29 +0000 (10:52 +0000)]
(comint-send-input): Make the newline boundary overlay rear-nonsticky.
Use `insert' instead of `insert-before-markers'.
(comint-output-filter): Use `insert' instead of `insert-before-markers'.
Extend comint-last-output-overlay when necessary since we can't rely on
insert-before-markers to do it.

23 years ago(recover-file): Call insert-directory instead of
Eli Zaretskii [Thu, 10 Aug 2000 10:44:49 +0000 (10:44 +0000)]
(recover-file): Call insert-directory instead of
invoking `ls' directly.

23 years ago(comint-highlight-prompt, comint-highlight-prompt-face)
Miles Bader [Thu, 10 Aug 2000 10:35:40 +0000 (10:35 +0000)]
(comint-highlight-prompt, comint-highlight-prompt-face)
(comint-last-prompt-overlay): New variables.
(comint-output-filter): Implement prompt highlighting.
(comint-snapshot-last-prompt): New function.
(comint-send-input): Snapshot the last prompt.
Use comint-highlight-input-face.
(comint-highlight-input-face): Renamed from `comint-highlight-face'.
Use defface instead of defcustom.
(send-invisible, comint-send-eof): Snapshot the last prompt.
(comint-delchar-or-maybe-eof): Use comint-send-eof.
(comint-mode): Make `comint-last-prompt-overlay' buffer-local.

23 years ago(note_mouse_highlight): Update calls to overlays_at.
Miles Bader [Thu, 10 Aug 2000 10:14:15 +0000 (10:14 +0000)]
(note_mouse_highlight): Update calls to overlays_at.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 10 Aug 2000 09:21:43 +0000 (09:21 +0000)]
*** empty log message ***

23 years ago(Vmessages_buffer_name): New variable.
Gerd Moellmann [Thu, 10 Aug 2000 09:21:28 +0000 (09:21 +0000)]
(Vmessages_buffer_name): New variable.
(message_dolog): Use it.
(syms_of_xdisp): Initialize it.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 10 Aug 2000 09:16:29 +0000 (09:16 +0000)]
*** empty log message ***

23 years ago(IT_note_mouse_highlight): Update the calls to overlays_at.
Eli Zaretskii [Thu, 10 Aug 2000 06:45:57 +0000 (06:45 +0000)]
(IT_note_mouse_highlight): Update the calls to overlays_at.
(toplevel) <kbd_buffer_store_event>: Remove prototype, it's
redundant now that keyboard.h is included.

23 years ago(input_pending): External declaration.
Gerd Moellmann [Wed, 9 Aug 2000 18:44:35 +0000 (18:44 +0000)]
(input_pending): External declaration.

23 years ago(Qredisplay_dont_pause): Declare extern.
Gerd Moellmann [Wed, 9 Aug 2000 18:41:00 +0000 (18:41 +0000)]
(Qredisplay_dont_pause): Declare extern.

23 years ago(echo_area_display): Display thoroughly if input is
Gerd Moellmann [Wed, 9 Aug 2000 18:40:39 +0000 (18:40 +0000)]
(echo_area_display): Display thoroughly if input is
pending.  Bind redisplay-dont-pause to t during the redisplay.
in case input is pending.

23 years ago(Qredisplay_dont_pause): New variable.
Gerd Moellmann [Wed, 9 Aug 2000 18:39:58 +0000 (18:39 +0000)]
(Qredisplay_dont_pause): New variable.
(syms_of_display): Initialize and staticpro it.
(update_frame_1): Don't interrupt the display for pending input if
redisplay_dont_pause is set.

23 years ago(make-bool-vector): Remove.
Stefan Monnier [Wed, 9 Aug 2000 15:49:33 +0000 (15:49 +0000)]
(make-bool-vector): Remove.
(regexp-opt-group): Use a list of chars for `letters'.
(regexp-opt-charset): `chars' is now a list of chars.
Use a char-table rather than a vector so it works for multibyte chars.

23 years ago(cvs-menu): Don't move point. Use popup-menu.
Stefan Monnier [Wed, 9 Aug 2000 15:28:06 +0000 (15:28 +0000)]
(cvs-menu): Don't move point.  Use popup-menu.
Set cvs-minor-current-files to the selected fileinfo.
(cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
(cvs-mode-insert): Manually macroexpand `ignore-errors'.

23 years agoRemove a bogus second @finalout.
Eli Zaretskii [Wed, 9 Aug 2000 13:14:26 +0000 (13:14 +0000)]
Remove a bogus second @finalout.

23 years ago*** empty log message ***
Eli Zaretskii [Wed, 9 Aug 2000 12:34:04 +0000 (12:34 +0000)]
*** empty log message ***

23 years ago(mode_line_string): Declare parameter MODE_LINE_P.
Gerd Moellmann [Wed, 9 Aug 2000 12:29:43 +0000 (12:29 +0000)]
(mode_line_string): Declare parameter MODE_LINE_P.

23 years ago(msdos.o): Depend on keyboard.h.
Eli Zaretskii [Wed, 9 Aug 2000 12:27:07 +0000 (12:27 +0000)]
(msdos.o): Depend on keyboard.h.

23 years agoInclude keyboard.h.
Eli Zaretskii [Wed, 9 Aug 2000 12:26:13 +0000 (12:26 +0000)]
Include keyboard.h.
(XMenuActivate): Empty no_event events from the event buffer.  If
no events are left after that, call clear_input_pending.
(mouse_clear_clicks): New function, code moved from mouse_init.
(mouse_init, XMenuActivate): Call mouse_clear_clicks to force the
mouse driver to ``forget'' any past clicks.

23 years ago(kbd_buffer_events_waiting): Add prototype.
Eli Zaretskii [Wed, 9 Aug 2000 12:24:57 +0000 (12:24 +0000)]
(kbd_buffer_events_waiting): Add prototype.

23 years ago(kbd_buffer_events_waiting): New function.
Eli Zaretskii [Wed, 9 Aug 2000 12:24:02 +0000 (12:24 +0000)]
(kbd_buffer_events_waiting): New function.

23 years ago(Ftty_suppress_bold_inverse_default_colors): Doc fix.
Gerd Moellmann [Wed, 9 Aug 2000 12:15:06 +0000 (12:15 +0000)]
(Ftty_suppress_bold_inverse_default_colors): Doc fix.

23 years ago(insert-directory): Don't call access-file on
Eli Zaretskii [Wed, 9 Aug 2000 12:01:09 +0000 (12:01 +0000)]
(insert-directory): Don't call access-file on
directories on DOS and Windows.

23 years ago(ccl-embed-data): Make ccl-program-vector
Kenichi Handa [Wed, 9 Aug 2000 09:02:46 +0000 (09:02 +0000)]
(ccl-embed-data): Make ccl-program-vector
longer if necessary.
(ccl-embed-code): Call ccl-embed-data to store CODE in
ccl-program-vector.

23 years ago*** empty log message ***
Kenichi Handa [Wed, 9 Aug 2000 08:59:00 +0000 (08:59 +0000)]
*** empty log message ***

23 years ago(Fcall_process): Terminate the unwind-protect around the
Kenichi Handa [Wed, 9 Aug 2000 07:51:57 +0000 (07:51 +0000)]
(Fcall_process): Terminate the unwind-protect around the
post-read-conversion of coding system.

23 years ago*** empty log message ***
Kenichi Handa [Wed, 9 Aug 2000 07:51:31 +0000 (07:51 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Miles Bader [Tue, 8 Aug 2000 23:58:48 +0000 (23:58 +0000)]
*** empty log message ***

23 years ago(note_mouse_highlight): Update call to overlays_at.
Miles Bader [Tue, 8 Aug 2000 23:56:29 +0000 (23:56 +0000)]
(note_mouse_highlight): Update call to overlays_at.

23 years ago(Fget_char_property): Update call to overlays_at.
Miles Bader [Tue, 8 Aug 2000 23:53:32 +0000 (23:53 +0000)]
(Fget_char_property): Update call to overlays_at.

23 years ago(face_at_buffer_position): Update call to overlays_at.
Miles Bader [Tue, 8 Aug 2000 23:51:50 +0000 (23:51 +0000)]
(face_at_buffer_position): Update call to overlays_at.

23 years ago(next_overlay_change): Update call to overlays_at.
Miles Bader [Tue, 8 Aug 2000 23:49:38 +0000 (23:49 +0000)]
(next_overlay_change): Update call to overlays_at.

23 years ago(overlays_at): Update prototype.
Miles Bader [Tue, 8 Aug 2000 23:46:25 +0000 (23:46 +0000)]
(overlays_at): Update prototype.

23 years ago(overlays_at): Add CHANGE_REQ parameter.
Miles Bader [Tue, 8 Aug 2000 23:45:38 +0000 (23:45 +0000)]
(overlays_at): Add CHANGE_REQ parameter.
(Foverlays_at, Fnext_overlay_change, Fprevious_overlay_change): Use it.

23 years ago(comint-output-filter): Properly handle the case where the text
Miles Bader [Tue, 8 Aug 2000 22:55:38 +0000 (22:55 +0000)]
(comint-output-filter): Properly handle the case where the text
  surrounded by comint-last-output-overlay was deleted.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 8 Aug 2000 18:42:55 +0000 (18:42 +0000)]
*** empty log message ***

23 years ago(Disabling backups): Replace reference to
Gerd Moellmann [Tue, 8 Aug 2000 18:36:04 +0000 (18:36 +0000)]
(Disabling backups): Replace reference to
non-existent initial-dired-omit-files-p with something that works.

23 years ago(mouse-sel-mode): Doc fix.
Gerd Moellmann [Tue, 8 Aug 2000 18:32:38 +0000 (18:32 +0000)]
(mouse-sel-mode): Doc fix.

23 years ago(indent-for-tab-command): Doc fix.
Gerd Moellmann [Tue, 8 Aug 2000 18:32:20 +0000 (18:32 +0000)]
(indent-for-tab-command): Doc fix.

23 years ago(auto-mode-interpreter-regexp): New variable.
Gerd Moellmann [Tue, 8 Aug 2000 18:32:10 +0000 (18:32 +0000)]
(auto-mode-interpreter-regexp): New variable.
(set-auto-mode): Use it.

23 years ago(compilation-setup): Make variable
Gerd Moellmann [Tue, 8 Aug 2000 18:30:47 +0000 (18:30 +0000)]
(compilation-setup): Make variable
compilation-error-screen-columns buffer-local, as some comment
in the code suggests it should be.

23 years ago(ffap-read-file-or-url-internal): Handle case the
Gerd Moellmann [Tue, 8 Aug 2000 18:30:21 +0000 (18:30 +0000)]
(ffap-read-file-or-url-internal): Handle case the
DIR or STRING are nil.

23 years ago(Info-insert-dir): Use Info-additional-directory-list if
Gerd Moellmann [Tue, 8 Aug 2000 18:29:49 +0000 (18:29 +0000)]
(Info-insert-dir): Use Info-additional-directory-list if
non-nil.
(Info-file-list-for-emacs): Remove "info" from the list because
that leads to trying to use the documentation from file `info'
in various situations where it isn't appropriate, for instance
C-h C-k C-h i.

23 years ago(do_completion): Don't consider a simple change of case as `completion'.
Miles Bader [Tue, 8 Aug 2000 16:30:54 +0000 (16:30 +0000)]
(do_completion): Don't consider a simple change of case as `completion'.

23 years ago(record_delete): Make sure last_point_position_buffer is a buffer before
Ken Raeburn [Tue, 8 Aug 2000 14:45:00 +0000 (14:45 +0000)]
(record_delete): Make sure last_point_position_buffer is a buffer before
comparing pointers.

23 years ago(syms_of_keyboard): Initialize last_point_position_buffer.
Ken Raeburn [Tue, 8 Aug 2000 14:43:28 +0000 (14:43 +0000)]
(syms_of_keyboard): Initialize last_point_position_buffer.

23 years ago(decode_coding_string): Declare.
Ken Raeburn [Tue, 8 Aug 2000 14:40:19 +0000 (14:40 +0000)]
(decode_coding_string): Declare.

23 years ago(Fprevious_single_char_property_change): Declare.
Ken Raeburn [Tue, 8 Aug 2000 14:39:46 +0000 (14:39 +0000)]
(Fprevious_single_char_property_change): Declare.

23 years ago(Fprevious_single_char_property_change): Don't do arithmetic directly on lisp
Ken Raeburn [Tue, 8 Aug 2000 14:39:19 +0000 (14:39 +0000)]
(Fprevious_single_char_property_change): Don't do arithmetic directly on lisp
objects.

23 years ago(find_field): Use EQ, not ==, to compare lisp objects.
Ken Raeburn [Tue, 8 Aug 2000 14:38:09 +0000 (14:38 +0000)]
(find_field): Use EQ, not ==, to compare lisp objects.

23 years ago(menu_item_eval_property): Declare.
Ken Raeburn [Tue, 8 Aug 2000 14:37:26 +0000 (14:37 +0000)]
(menu_item_eval_property): Declare.

23 years ago(message_dolog): Save and protect string "*Messages*" to reuse as buffer name,
Ken Raeburn [Tue, 8 Aug 2000 14:36:34 +0000 (14:36 +0000)]
(message_dolog): Save and protect string "*Messages*" to reuse as buffer name,
instead of recreating (and discarding) every time a message is logged.
(with_echo_area_buffer): Make callback arg A2 a lisp object.
(current_message_1, truncate_message_1, set_message_1, display_echo_area_1,
resize_mini_window_1): Signatures changed.
(current_message, truncate_echo_area, display_echo_area,
resize_echo_area_axactly): Changed calls.

23 years ago*coding.c (find_safe_codings): CHAR_TABLE_SET index must be a lisp object.
Ken Raeburn [Tue, 8 Aug 2000 14:34:05 +0000 (14:34 +0000)]
*coding.c (find_safe_codings): CHAR_TABLE_SET index must be a lisp object.
(Ffind_coding_systems_region_internal): First argument to Fappend must be an
integer, not a lisp object.

23 years ago(Fchar_width): Doc fix.
Kenichi Handa [Tue, 8 Aug 2000 12:59:56 +0000 (12:59 +0000)]
(Fchar_width): Doc fix.

23 years ago*** empty log message ***
Kenichi Handa [Tue, 8 Aug 2000 12:59:09 +0000 (12:59 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 8 Aug 2000 12:41:40 +0000 (12:41 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Eli Zaretskii [Tue, 8 Aug 2000 12:38:08 +0000 (12:38 +0000)]
*** empty log message ***

23 years ago(Fstring_width): Doc fix.
Gerd Moellmann [Tue, 8 Aug 2000 12:38:01 +0000 (12:38 +0000)]
(Fstring_width): Doc fix.

23 years ago(Documentation): Add an xref to woman's own manual.
Eli Zaretskii [Tue, 8 Aug 2000 12:36:56 +0000 (12:36 +0000)]
(Documentation): Add an xref to woman's own manual.

23 years ago(print-help-return-message): When
Gerd Moellmann [Tue, 8 Aug 2000 12:18:17 +0000 (12:18 +0000)]
(print-help-return-message): When
display-buffer-reuse-frames is set, let the help window been quit,
instead of deleting it, which might delete a reused frame.

23 years ago(eval-last-sexp-1): Handle `#N=' labels.
Gerd Moellmann [Tue, 8 Aug 2000 12:16:11 +0000 (12:16 +0000)]
(eval-last-sexp-1): Handle `#N=' labels.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 8 Aug 2000 11:05:38 +0000 (11:05 +0000)]
*** empty log message ***