]> git.eshelyaron.com Git - emacs.git/log
emacs.git
26 years ago(widget-beginning-of-line): Don't set zmacs-region-stays.
Richard M. Stallman [Thu, 2 Apr 1998 06:41:37 +0000 (06:41 +0000)]
(widget-beginning-of-line): Don't set zmacs-region-stays.
(widget-end-of-line): Likewise.
(widget-glyph-click): Use read-event.
(widget-color-choice-list): Delete compatibility code.
(widget-color-sample-face-get): Likewise.
(widget-choose): Likewise.
(widget-event-point): Fix paren error.

26 years agoDelete some compatibility code.
Richard M. Stallman [Thu, 2 Apr 1998 06:33:26 +0000 (06:33 +0000)]
Delete some compatibility code.
(widget-event-point, widget-read-event): Define unconditionally.

(widget-echo-help-mouse): Don't use window-end.

(widget-choice-value-create): If there is an :explicit-choice, respect it.
(widget-choice-action): Record an explicit choice in :explicit-choice.

26 years agoAdd support for jdb (Java debugger).
Richard M. Stallman [Thu, 2 Apr 1998 05:04:20 +0000 (05:04 +0000)]
Add support for jdb (Java debugger).
(jdb): New function.
(gud-jdb-history): New variable.
(gud-jdb-directories): New variable.
(gud-jdb-source-files): New variable.
(gud-jdb-build-source-files-list): New function.
(gud-jdb-package-of-file): New function.
(gud-jdb-class-source-alist): New variable.
(gud-jdb-build-class-source-alist): New function.
(gud-jdb-massage-args): New function.
(gud-jdb-find-source-file): New function.
(gud-jdb-marker-filter): New function.
(gud-jdb-find-file): New function.
(gud-jdb-command-name): New variable.
(gud-perldb-command-name): Variable renamed from perldb-command-name.

26 years ago(redisplay_window): Fix computing pos from last_point.
Richard M. Stallman [Thu, 2 Apr 1998 04:40:52 +0000 (04:40 +0000)]
(redisplay_window): Fix computing pos from last_point.

26 years ago(info-lookup->topic-cache): Use defun, not defsubst.
Richard M. Stallman [Thu, 2 Apr 1998 04:36:00 +0000 (04:36 +0000)]
(info-lookup->topic-cache): Use defun, not defsubst.
(info-lookup->mode-cache, info-lookup->initialized): Likewise.
(info-lookup->completions, info-lookup->refer-modes): Likewise.
(info-lookup->all-modes): Likewise.

(info-lookup-quick-all-modes): New function.
(info-complete): Find the symbol to complete first,
then compute list of completions.

(lisp-mode): Add info-lookup-maybe-add-help for it.

26 years ago(follow-scroll-up): Cope if `window-end' returns nil.
Richard M. Stallman [Thu, 2 Apr 1998 03:37:18 +0000 (03:37 +0000)]
(follow-scroll-up): Cope if `window-end' returns nil.
(follow-select-if-end-visible): Likewise.
(follow-mode-version): Variable removed.

26 years ago(buf_charpos_to_bytepos): Delete local variable gapend_byte.
Kenichi Handa [Thu, 2 Apr 1998 00:25:47 +0000 (00:25 +0000)]
(buf_charpos_to_bytepos): Delete local variable gapend_byte.

26 years ago(CHARSET_OK): Don't reject safe charsets.
Kenichi Handa [Thu, 2 Apr 1998 00:25:47 +0000 (00:25 +0000)]
(CHARSET_OK): Don't reject safe charsets.
(DECODE_DESIGNATION): Likewise.
(check_composing_code): Likewise.

26 years ago(selection_data_to_lisp_data): Give
Kenichi Handa [Thu, 2 Apr 1998 00:25:47 +0000 (00:25 +0000)]
(selection_data_to_lisp_data): Give
make_string_from_bytes a correct char size.

26 years ago(vc-revert-buffer): Rewrote handling of vc-diff buffer,
André Spiegel [Wed, 1 Apr 1998 12:26:43 +0000 (12:26 +0000)]
(vc-revert-buffer): Rewrote handling of vc-diff buffer,
        so that the file's buffer is always current when the actual
        revert is done.

26 years agoCustomized.
Andreas Schwab [Wed, 1 Apr 1998 10:44:40 +0000 (10:44 +0000)]
Customized.

26 years ago(hack-one-local-variable): Variables named ...-predicate are treated as risky.
Richard M. Stallman [Wed, 1 Apr 1998 03:44:50 +0000 (03:44 +0000)]
(hack-one-local-variable): Variables named ...-predicate are treated as risky.

(write-file): Omit directory part when making default file name.

26 years agoMany doc fixes.
Stephen Eglen [Tue, 31 Mar 1998 20:14:55 +0000 (20:14 +0000)]
Many doc fixes.
(iswitchb-method): No longer a user variable.
(iswitchb-minibuffer-setup-hook): Customized.
(iswitchb-default): New variable.
(iswitchb-complete): Use iswitchb-common-match-string rather than recomputing
the value.
(iswitchb-toggle-ignore): Recompute list of buffers.
(iswitchb-init-XEmacs-trick): Renamed from iswitchb-init-Xemacs-trick.

26 years ago(vc-backend-revert): CVS bug fix.
André Spiegel [Tue, 31 Mar 1998 18:08:36 +0000 (18:08 +0000)]
(vc-backend-revert): CVS bug fix.

26 years ago* vc.el (vc-resolve-conflicts): New function.
André Spiegel [Tue, 31 Mar 1998 17:19:32 +0000 (17:19 +0000)]
* vc.el (vc-resolve-conflicts): New function.
        (vc-next-action-on-file): Use it.
        (vc-backend-revert): For CVS, revert to the version the buffer was
        based on, not the latest on the current branch (same behavior as
        for RCS).  For SCCS, forget vc-workfile-version so that it gets
        recomputed.
        (vc-revert-buffer): Rewrote doc string to explain the above.
        (vc-finish-logentry): Don't add extra newline.

26 years ago(adjust_markers_for_replace): New function.
Kenichi Handa [Mon, 30 Mar 1998 06:00:54 +0000 (06:00 +0000)]
(adjust_markers_for_replace): New function.
(adjust_after_replace): Arguments changed.  Call
adjust_markers_for_replace if this function is called after
replacement.
(adjust_after_insert): New function.

26 years ago(adjust_after_replace, adjust_after_insert): Extern them.
Kenichi Handa [Mon, 30 Mar 1998 06:00:54 +0000 (06:00 +0000)]
(adjust_after_replace, adjust_after_insert): Extern them.

26 years ago(code_convert_region): Handle skipped ASCII characters
Kenichi Handa [Mon, 30 Mar 1998 06:00:54 +0000 (06:00 +0000)]
(code_convert_region): Handle skipped ASCII characters
at the head and tail of conversion region correctly when adjusting
position keepers.  Call adjust_after_insert to record undo info
and adjust markers when we don't have to change byte sequence of
a buffer.

26 years ago(struct coding_system): Comment for the member
Kenichi Handa [Mon, 30 Mar 1998 06:00:54 +0000 (06:00 +0000)]
(struct coding_system): Comment for the member
heading_ascii modified.

26 years ago(Finsert_file_contents): Call adjust_after_insert when
Kenichi Handa [Mon, 30 Mar 1998 06:00:54 +0000 (06:00 +0000)]
(Finsert_file_contents): Call adjust_after_insert when
a text is inserted in a multibyte buffer without any code
conversion.

26 years ago(info): Run man in build dir, not srcdir.
Richard M. Stallman [Mon, 30 Mar 1998 05:20:39 +0000 (05:20 +0000)]
(info): Run man in build dir, not srcdir.

26 years ago(battery-linux-proc-apm): Re-use the temporary buffer.
Richard M. Stallman [Mon, 30 Mar 1998 04:39:53 +0000 (04:39 +0000)]
(battery-linux-proc-apm): Re-use the temporary buffer.

(battery-insert-file-contents): Disable code conversion.

26 years ago(desktop-buffer-info, desktop-buffer-rmail)
Richard M. Stallman [Mon, 30 Mar 1998 04:29:36 +0000 (04:29 +0000)]
(desktop-buffer-info, desktop-buffer-rmail)
(desktop-buffer-mh, desktop-buffer-dired, desktop-buffer-file):
Return the buffer produced.
(desktop-create-buffer): Use the buffer that was returned.

26 years ago(tex-start-shell): Call compilation-minor-mode.
Richard M. Stallman [Mon, 30 Mar 1998 04:23:58 +0000 (04:23 +0000)]
(tex-start-shell): Call compilation-minor-mode.

26 years ago(tex-send-command): Return the process.
Richard M. Stallman [Mon, 30 Mar 1998 04:21:52 +0000 (04:21 +0000)]
(tex-send-command): Return the process.
(tex-start-tex): New function.
(tex-region, tex-file): Use tex-start-tex.
(tex-start-tex-marker): New variable.

(tex-compilation-parse-errors): Completely rewritten.
(tex-print): Reset or restart the subshell before using it.

26 years ago(ange-ftp-kill-ftp-process): Convert buffer name to the buffer.
Richard M. Stallman [Mon, 30 Mar 1998 03:08:51 +0000 (03:08 +0000)]
(ange-ftp-kill-ftp-process): Convert buffer name to the buffer.

26 years ago(reporter-bug-hook): Fix error message.
Richard M. Stallman [Sun, 29 Mar 1998 02:35:51 +0000 (02:35 +0000)]
(reporter-bug-hook): Fix error message.

(reporter-beautify-list): Break infloop when
reaching the end of the buffer without crossing an unbalanced
paren.  Use scan-sexps instead of forward-sexp for the loop break test.

(reporter-submit-bug-report): Only call
display-buffer if pop-up-windows is non-nil.

26 years ago(install-arch-indep): Fix previous change.
Richard M. Stallman [Sun, 29 Mar 1998 02:34:11 +0000 (02:34 +0000)]
(install-arch-indep): Fix previous change.

26 years ago(display_text_line): Handle overlay-arrow correctly.
Richard M. Stallman [Sun, 29 Mar 1998 01:25:20 +0000 (01:25 +0000)]
(display_text_line): Handle overlay-arrow correctly.

26 years ago(completion-ignored-extensions): Add a few.
Richard M. Stallman [Sat, 28 Mar 1998 21:56:57 +0000 (21:56 +0000)]
(completion-ignored-extensions): Add a few.

(debug-ignored-errors): Add file-supersession.

26 years ago(code_convert_region): Call adjust_before_replace
Richard M. Stallman [Sat, 28 Mar 1998 21:55:22 +0000 (21:55 +0000)]
(code_convert_region): Call adjust_before_replace
in the no-conversion case.  Adjust GPT, ZV and Z in chars.

26 years ago(check_markers_debug_flag): New variable.
Richard M. Stallman [Sat, 28 Mar 1998 21:52:10 +0000 (21:52 +0000)]
(check_markers_debug_flag): New variable.
(syms_of_insdel): Set up Lisp var.
(CHECK_MARKERS): New macro.  Use it everywhere
instead of calling check_markers directly.
It tests check_markers_debug_flag.

26 years ago(mark_buffer): Mark the undo_list slot specially;
Richard M. Stallman [Sat, 28 Mar 1998 21:50:59 +0000 (21:50 +0000)]
(mark_buffer): Mark the undo_list slot specially;
don't mark a marker just cause it is in this list.
(Fgarbage_collect): Discard from all undo-lists
all elements that adjust markers that were not marked.

26 years ago(struct buffer): Field `undo_list' moved before `name'
Richard M. Stallman [Sat, 28 Mar 1998 21:50:39 +0000 (21:50 +0000)]
(struct buffer): Field `undo_list' moved before `name'
so it won't get marked in the usual way.

26 years ago(barf_or_query_if_file_exists): New arg QUICK. All calls changed.
Richard M. Stallman [Sat, 28 Mar 1998 08:25:53 +0000 (08:25 +0000)]
(barf_or_query_if_file_exists): New arg QUICK.  All calls changed.

26 years ago(desktop-load-default): Add autoload cookie.
Richard M. Stallman [Sat, 28 Mar 1998 07:32:50 +0000 (07:32 +0000)]
(desktop-load-default): Add autoload cookie.
(desktop-read): Likewise.

26 years ago(menu-bar-options-menu): Remove "Toggle" from item
Richard M. Stallman [Sat, 28 Mar 1998 05:43:01 +0000 (05:43 +0000)]
(menu-bar-options-menu): Remove "Toggle" from item
names, using buttons instead.
(menu-bar-make-toggle): Define a menu-item toggle button.
(menu-bar-options-menu [save-place]): (require 'saveplace).
(menu-bar-options-menu [toggle-auto-compression], [auto-fill-mode])
(menu-bar-options-menu [toggle-global-lazy-font-lock-mode]):
Define a menu-item button.

26 years agouse a string that will never match.
Simon Marshall [Fri, 27 Mar 1998 10:11:45 +0000 (10:11 +0000)]
use a string that will never match.

26 years ago(${TIT}): Fix shell conditional syntax.
Richard M. Stallman [Fri, 27 Mar 1998 04:58:07 +0000 (04:58 +0000)]
(${TIT}): Fix shell conditional syntax.

26 years agoFix shell syntax in check for missing .el or .elc files.
Richard M. Stallman [Fri, 27 Mar 1998 04:56:51 +0000 (04:56 +0000)]
Fix shell syntax in check for missing .el or .elc files.

26 years ago(calendar-mode-map): Add bindings for appt-add and appt-delete.
Richard M. Stallman [Fri, 27 Mar 1998 04:53:22 +0000 (04:53 +0000)]
(calendar-mode-map): Add bindings for appt-add and appt-delete.

26 years ago(item_properties): New variable.
Richard M. Stallman [Fri, 27 Mar 1998 04:52:43 +0000 (04:52 +0000)]
(item_properties): New variable.
(ITEM_PROPERTY_...): New macros.

26 years ago*** empty log message ***
Richard M. Stallman [Fri, 27 Mar 1998 03:49:56 +0000 (03:49 +0000)]
*** empty log message ***

26 years ago(pop_getline): Renamed from getline.
Richard M. Stallman [Thu, 26 Mar 1998 22:52:21 +0000 (22:52 +0000)]
(pop_getline): Renamed from getline.

26 years ago(perform-replace): Before recursive edit,
Richard M. Stallman [Thu, 26 Mar 1998 06:31:26 +0000 (06:31 +0000)]
(perform-replace): Before recursive edit,
get the match data as markers, and set real-match-data.

26 years ago(rmail-clear-headers): Handle failure to find "\n[^ \t]".
Richard M. Stallman [Thu, 26 Mar 1998 04:28:37 +0000 (04:28 +0000)]
(rmail-clear-headers): Handle failure to find "\n[^ \t]".

26 years ago(normal-top-level-add-subdirs-to-load-path):
Richard M. Stallman [Thu, 26 Mar 1998 04:26:27 +0000 (04:26 +0000)]
(normal-top-level-add-subdirs-to-load-path):
Reverse order of subdirs to add.  Don't duplicate the parent dir.

26 years ago(init_lread): Init Vstandard_input.
Richard M. Stallman [Thu, 26 Mar 1998 04:22:13 +0000 (04:22 +0000)]
(init_lread): Init Vstandard_input.

26 years ago(redisplay_window): Fix previous change.
Kenichi Handa [Thu, 26 Mar 1998 04:10:02 +0000 (04:10 +0000)]
(redisplay_window): Fix previous change.

26 years agoFix header line.
Dave Love [Wed, 25 Mar 1998 19:16:31 +0000 (19:16 +0000)]
Fix header line.

26 years agoVarious doc fixes, mainly grammar.
Dave Love [Wed, 25 Mar 1998 19:13:11 +0000 (19:13 +0000)]
Various doc fixes, mainly grammar.

26 years ago(auto-insert, auto-insert-query): :tag choices.
Dave Love [Wed, 25 Mar 1998 19:06:46 +0000 (19:06 +0000)]
(auto-insert, auto-insert-query): :tag choices.
(define-auto-insert): Rename arg key to match doc.

26 years agoadd some C/C++ keywords.
Simon Marshall [Wed, 25 Mar 1998 16:56:12 +0000 (16:56 +0000)]
add some C/C++ keywords.

26 years agouse new UPDATE window-end arg.
Simon Marshall [Wed, 25 Mar 1998 16:52:19 +0000 (16:52 +0000)]
use new UPDATE window-end arg.

26 years agocheck length of mail-header-separator before using in font-lock-keywords.
Simon Marshall [Wed, 25 Mar 1998 16:41:18 +0000 (16:41 +0000)]
check length of mail-header-separator before using in font-lock-keywords.

26 years ago(compute_motion): Call strwidth only when necessary.
Kenichi Handa [Wed, 25 Mar 1998 10:45:59 +0000 (10:45 +0000)]
(compute_motion): Call strwidth only when necessary.
Set wide_column_end_hpos only when MULTIBYTE_BYTES_WIDTH set
nonzero to wide_column.

26 years ago(make_buffer_string, make_buffer_string_both): Extern them.
Kenichi Handa [Wed, 25 Mar 1998 10:45:59 +0000 (10:45 +0000)]
(make_buffer_string, make_buffer_string_both): Extern them.

26 years ago(read_process_output): Count multibyte characters. If
Kenichi Handa [Wed, 25 Mar 1998 10:45:59 +0000 (10:45 +0000)]
(read_process_output): Count multibyte characters.  If
received data is stored in p->decoding_buf, copy it to a temporary
buffer and call insert_before_makers instead of
insert_from_string_before_markers.

26 years ago(redisplay_window): Give byte position to FETCH_BYTE.
Kenichi Handa [Wed, 25 Mar 1998 10:45:59 +0000 (10:45 +0000)]
(redisplay_window): Give byte position to FETCH_BYTE.
Call pos_tab_offset appropriately.
(try_window_id): Give byte position to FETCH_BYTE.  Set
val.bytepos to pos_byte.

26 years ago(dired-run-shell-command): Maybe run handler.
Dave Love [Tue, 24 Mar 1998 17:08:34 +0000 (17:08 +0000)]
(dired-run-shell-command): Maybe run handler.

26 years ago(shell-command): Define handler.
Dave Love [Tue, 24 Mar 1998 17:08:02 +0000 (17:08 +0000)]
(shell-command): Define handler.
(ange-ftp-shell-command): Add optional arg.
(comint-last-output-start, comint-last-input-start,
comint-last-input-end): Defvar to silence compiler.

26 years ago(record_delete): The second arg is Lisp_Object.
Kenichi Handa [Tue, 24 Mar 1998 12:17:32 +0000 (12:17 +0000)]
(record_delete): The second arg is Lisp_Object.

26 years agoDeclarations changed.
Kenichi Handa [Tue, 24 Mar 1998 12:16:10 +0000 (12:16 +0000)]
Declarations changed.
(STRING_MULTIBYTE, STRING_BYTES, SET_STRING_BYTES):
New definitions treating negative size_byte as a flag for unibyte.

26 years ago(MULTIBYTE_BYTES_WIDTH): Set wide_column only when we
Kenichi Handa [Tue, 24 Mar 1998 05:41:38 +0000 (05:41 +0000)]
(MULTIBYTE_BYTES_WIDTH): Set wide_column only when we
encounter a wide-column character.

26 years ago(del_range_2): Move gap again to a proper place just
Kenichi Handa [Tue, 24 Mar 1998 05:41:38 +0000 (05:41 +0000)]
(del_range_2): Move gap again to a proper place just
after calling make_buffer_string_both.

26 years ago(shrink_decoding_region): If EOL_CONVERSION is nonzero,
Kenichi Handa [Tue, 24 Mar 1998 05:41:38 +0000 (05:41 +0000)]
(shrink_decoding_region): If EOL_CONVERSION is nonzero,
don't skip `\r' (instead of `\n').

26 years ago(record_delete): Record last_point_position when there's
Kenichi Handa [Tue, 24 Mar 1998 05:41:38 +0000 (05:41 +0000)]
(record_delete): Record last_point_position when there's
no record other than marker adjustment before undo boundary.

26 years ago(top_distclean): Check the existence of `lock' subdir.
Kenichi Handa [Tue, 24 Mar 1998 05:41:22 +0000 (05:41 +0000)]
(top_distclean): Check the existence of `lock' subdir.

26 years ago(xterm-mouse-translate, xterm-mouse-event): Replace
Andreas Schwab [Mon, 23 Mar 1998 13:26:00 +0000 (13:26 +0000)]
(xterm-mouse-translate, xterm-mouse-event): Replace
obsolete `concat with integer' by format.

26 years ago(resize-minibuffer-mode): Make it a proper minor
Andreas Schwab [Mon, 23 Mar 1998 13:18:54 +0000 (13:18 +0000)]
(resize-minibuffer-mode): Make it a proper minor
mode: toggle resize-minibuffer mode when called without argument.

26 years ago(popup_get_selection): On receiving a KeyPress event
Andreas Schwab [Mon, 23 Mar 1998 13:02:15 +0000 (13:02 +0000)]
(popup_get_selection): On receiving a KeyPress event
only deactivate the menu when the key is not a modifier key.

26 years ago(Fx_create_frame): Use "borderWidth", not "borderwidth",
Andreas Schwab [Mon, 23 Mar 1998 12:56:25 +0000 (12:56 +0000)]
(Fx_create_frame): Use "borderWidth", not "borderwidth",
as resource name, to be consistent with other X applications.

26 years ago(PC-expand-many-files): Apply completion-ignored-extensions.
Karl Heuer [Mon, 23 Mar 1998 00:29:43 +0000 (00:29 +0000)]
(PC-expand-many-files): Apply completion-ignored-extensions.

26 years ago(install-arch-indep): Put special subdirs.el files
Karl Heuer [Mon, 23 Mar 1998 00:18:15 +0000 (00:18 +0000)]
(install-arch-indep): Put special subdirs.el files
in site-lisp dirs.  Use normal-top-level-add-subdirs-to-load-path.

26 years ago(normal-top-level-add-subdirs-to-load-path): New function.
Karl Heuer [Mon, 23 Mar 1998 00:15:20 +0000 (00:15 +0000)]
(normal-top-level-add-subdirs-to-load-path): New function.

26 years ago(find-file-noselect): Use set-buffer-multibyte
Karl Heuer [Mon, 23 Mar 1998 00:14:06 +0000 (00:14 +0000)]
(find-file-noselect): Use set-buffer-multibyte
instead of setting enable-multibyte-characters.

26 years ago(standard-display-underline): Shift face id by 19 bits.
Karl Heuer [Mon, 23 Mar 1998 00:12:14 +0000 (00:12 +0000)]
(standard-display-underline): Shift face id by 19 bits.

26 years ago(Fdirectory_files): In FULL case, compute number of characters
Richard M. Stallman [Sat, 21 Mar 1998 18:23:09 +0000 (18:23 +0000)]
(Fdirectory_files): In FULL case, compute number of characters

26 years ago(substring_both, Fsubstring): Use make_specified_string.
Richard M. Stallman [Sat, 21 Mar 1998 18:09:01 +0000 (18:09 +0000)]
(substring_both, Fsubstring): Use make_specified_string.
(concat): Make string result unibyte or multibyte as appropriate.

26 years ago(syms_of_sunfns): Pass new arg to make_pure_string.
Richard M. Stallman [Sat, 21 Mar 1998 18:07:27 +0000 (18:07 +0000)]
(syms_of_sunfns): Pass new arg to make_pure_string.

26 years ago(make_specified_string): New function.
Richard M. Stallman [Sat, 21 Mar 1998 18:07:06 +0000 (18:07 +0000)]
(make_specified_string): New function.
(make_string_from_bytes): New function.
(compact_strings): Get byte size from size, if size_byte < 0.
(Fmake_string): Use make_uninit_string for single-byte char.
(make_unibyte_string): Mark string as unibyte.
(make_uninit_string): Likewise.
(make_string): Likewise, if size == size in bytes.
(make_pure_string): New arg MULTIBYTE.
(Fpurecopy): Pass new arg to make_pure_string.

26 years ago(Fchar_to_string): Use make_string_from_bytes.
Richard M. Stallman [Sat, 21 Mar 1998 18:05:29 +0000 (18:05 +0000)]
(Fchar_to_string): Use make_string_from_bytes.
(Fformat): Use make_specified_string.
(make_buffer_string_both): Use make_uninit_string if buffer is unibyte.

26 years ago(casify_object): Use make_specified_string.
Richard M. Stallman [Sat, 21 Mar 1998 18:02:09 +0000 (18:02 +0000)]
(casify_object): Use make_specified_string.

26 years ago(Fstring): Use make_string_from_bytes.
Richard M. Stallman [Sat, 21 Mar 1998 18:00:38 +0000 (18:00 +0000)]
(Fstring): Use make_string_from_bytes.
(Fcompose_string): Likewise.

26 years ago(internal_self_insert): Use make_string_from_bytes.
Richard M. Stallman [Sat, 21 Mar 1998 18:00:19 +0000 (18:00 +0000)]
(internal_self_insert): Use make_string_from_bytes.

26 years ago(code_convert_string): Use make_string_from_bytes.
Richard M. Stallman [Sat, 21 Mar 1998 17:59:48 +0000 (17:59 +0000)]
(code_convert_string): Use make_string_from_bytes.

26 years ago(Fsubstitute_command_keys): Use make_string_from_bytes.
Richard M. Stallman [Sat, 21 Mar 1998 17:59:22 +0000 (17:59 +0000)]
(Fsubstitute_command_keys): Use make_string_from_bytes.

26 years ago(read1): Pass new arg to make_pure_string.
Richard M. Stallman [Sat, 21 Mar 1998 17:52:08 +0000 (17:52 +0000)]
(read1): Pass new arg to make_pure_string.
(make_symbol): Likewise.
(init_obarray): Likewise.
(read1): Use make_specified_string.

26 years ago(PRINTPREPARE): Use make_string_from_bytes.
Richard M. Stallman [Sat, 21 Mar 1998 17:51:30 +0000 (17:51 +0000)]
(PRINTPREPARE): Use make_string_from_bytes.

26 years ago(read_process_output): Use make_string_from_bytes.
Richard M. Stallman [Sat, 21 Mar 1998 17:50:30 +0000 (17:50 +0000)]
(read_process_output): Use make_string_from_bytes.

26 years ago(Fregexp_quote): Use make_specified_string.
Richard M. Stallman [Sat, 21 Mar 1998 17:50:03 +0000 (17:50 +0000)]
(Fregexp_quote): Use make_specified_string.

26 years ago(selection_data_to_lisp_data): Use make_string_from_bytes.
Richard M. Stallman [Sat, 21 Mar 1998 17:49:39 +0000 (17:49 +0000)]
(selection_data_to_lisp_data): Use make_string_from_bytes.

26 years ago(insert_from_string_1, replace_range):
Richard M. Stallman [Sat, 21 Mar 1998 17:48:54 +0000 (17:48 +0000)]
(insert_from_string_1, replace_range):
Use STRING_MULTIBYTE to determine whether string is multibyte.

26 years agoUse STRING_BYTES and SET_STRING_BYTES.
Richard M. Stallman [Sat, 21 Mar 1998 07:06:55 +0000 (07:06 +0000)]
Use STRING_BYTES and SET_STRING_BYTES.

(Ftranspose_regions): Try to handle combining bytes.

26 years agoUse STRING_BYTES and SET_STRING_BYTES.
Richard M. Stallman [Sat, 21 Mar 1998 07:06:14 +0000 (07:06 +0000)]
Use STRING_BYTES and SET_STRING_BYTES.

26 years ago(comint-preoutput-filter-functions): Doc fix.
Richard M. Stallman [Sat, 21 Mar 1998 06:16:35 +0000 (06:16 +0000)]
(comint-preoutput-filter-functions): Doc fix.

26 years agoDon't include puresize.h any more as code that needs it
Richard M. Stallman [Sat, 21 Mar 1998 06:01:22 +0000 (06:01 +0000)]
Don't include puresize.h any more as code that needs it
has moved to keyboard.c.
(menu_item_equiv_key, menu_item_enabled_p_1, menu_item_enabled_p):
Functions deleted; code moved to parse_menu_item in keyboard.c.
(single_keymap_panes): Large part of code moved to single_menu_item.
(single_menu_item): New function that uses parse_menu_item.
(Qmenu_alias): Variable deleted.
(QCtoggle, QCradio): New variables.
(syms_of_xmenu): Change initializations of variables.

26 years ago(fix_submap_inheritance, get_keyelt, store_in_keymap,
Richard M. Stallman [Sat, 21 Mar 1998 05:53:36 +0000 (05:53 +0000)]
(fix_submap_inheritance, get_keyelt, store_in_keymap,
copy-keymap, where_is_internal_1): Support new format for menu items.
(syms_of_keymap): New symbol `menu-item'.

26 years agoInclude puresize.h for CHECK_IMPURE.
Richard M. Stallman [Sat, 21 Mar 1998 05:49:49 +0000 (05:49 +0000)]
Include puresize.h for CHECK_IMPURE.
(parse_menu_item): New function.
(menu_item_eval_property_1, menu_item_eval_property) New suroutines.
(menu_bar_one_keymap): Moved some code to menu_bar_item.
(menu_bar_item): Rewritten to use parse_menu_item.
(menu_bar_item_1): Function deleted.
(QCenable, QCvisible, QChelp, QCfilter, QCbutton, QCtoggle, QCradio):
(Qmenu_alias): New variables.
(syms_of_keyboard): Initialize them, and item_properties.

26 years ago(replace_range): New arg NOMARKERS.
Richard M. Stallman [Sat, 21 Mar 1998 05:48:03 +0000 (05:48 +0000)]
(replace_range): New arg NOMARKERS.